code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } nav ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } table { border-collapse: collapse; border-spacing: 0; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } /* end HTML5 reset */ /* Global styling. */ html { /* Prevent font scaling in landscape while allowing user zoom */ -webkit-text-size-adjust: 100%; } body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei", FZHei-B01, "WenQuanYi Micro Hei", SimHei; font-size: 16px; background-color: white; } /* #blog-title, h1, h2, h3 { font-family: Georgia, Times, Serif, FZShuSong-Z01, SimSun; } */ /* Layout primitives. */ #navbar-container { top: 0; width: 1280px; max-width: 100%; margin: auto; color: white; background-color: #1a1a1a; } .card { background-color: white; } .card, #navbar { margin: 0 auto; max-width: 1024px; } .nav-link, .nav-link:visited { color: black; display: inline; text-decoration: none; line-height: 1.4em; } .clear { clear: both; } img { max-width: 100%; } a { color: #6666ff; } /* Global header card. */ #navbar { padding-bottom: 16px; } #blog-title { font-size: 2em; color: white; display: inline-block; margin: 16px 2% 0 4%; } .card-splitter { height: 1px; width: 100%; background-color: #667; } #category-list { display: inline-block; /* The top margin is used when the category list is not on the same line * as the title. Otherwise it is not important. */ margin-top: 16px; /* Used (together with margin-right of #blog-title) to separate category * list and blog title when they are on the same line. Otherwise, used as * spacing from the page edge. This needs to be the same as that of * #blog-title to keep them left-aligned. */ margin-left: 2%; } #category-list > li { list-style: none; display: inline-block; /* This margin is important for the correct spacing when the category list * runs multiple lines. */ margin-top: 10px; } #category-list > li > .nav-link { color: white; position: relative; top: -4px; /* Cancel padding-bottom to align with baseline. */ padding: 4px 10px 4px; } #category-list > li > .nav-link:hover { background-color: #333; } #category-list > li.current > .nav-link { color: black; background-color: white; } /* Article content. */ .timestamp { margin-bottom: 0.6em; } .article-header { padding: 2.4% 4% 1.6%; } .article-content { padding: 4%; } .article p, .article ul, .article pre { margin-bottom: 16px; } .article p { line-height: 1.5; } .article li { margin-top: 0.5em; margin-bottom: 0.5em; } .article li > p { margin-top: 1em; margin-bottom: 1em; } .article pre { padding: 1em; line-height: 1.45; overflow: auto; } .article p code { padding: 0.2em 0; } .article p code::before, .article p code::after { letter-spacing: -0.2em; content: "\00a0"; } code, pre { font-family: Consolas, Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", monospace; } .article code, .article pre { background-color: #f0f0f0; border-radius: 3px; } .article code { font-size: 85%; } /* Use headers up to h2 should be used in .article-content */ .article h1, .article h2 { line-height: 1.25; } .article .article-header h1 { font-size: 2em; margin: 0; padding: 0; border: none; } .article h1, .article h2 { margin-top: 24px; margin-bottom: 16px; font-weight: 600; } .article h1 { font-size: 1.5em; padding-bottom: 0.3em; border-bottom: 1px solid #eee; } .article h2 { font-size: 1.25em; } .article ul, .article ol { margin-left: 1em; } /* Category content. */ .category-prelude { padding: 4% 5.8% 0; margin-bottom: -20px; } .article-list { padding: 4%; } .article-list > li { list-style: square inside; padding: 3px; line-height: 1.4; } .article-list > li:hover { background-color: #c0c0c0; } .article-list > li > .nav-link { border-bottom: 1px solid black; } .article-timestamp { float: right; display: inline-block; margin-left: 1em; } /* Utilities usable in articles. */ hr { clear: both; border-color: #aaa; text-align: center; } hr:after { content: "❧"; text-shadow: 0px 0px 2px #667; display: inline-block; position: relative; top: -0.5em; padding: 0 0.25em; font-size: 1.1em; color: black; background-color: white; } /* vi: se ts=4 sts=4 sw=4: */
_website/_assets/genblog.css
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } nav ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } table { border-collapse: collapse; border-spacing: 0; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } /* end HTML5 reset */ /* Global styling. */ html { /* Prevent font scaling in landscape while allowing user zoom */ -webkit-text-size-adjust: 100%; } body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei", FZHei-B01, "WenQuanYi Micro Hei", SimHei; font-size: 16px; background-color: white; } /* #blog-title, h1, h2, h3 { font-family: Georgia, Times, Serif, FZShuSong-Z01, SimSun; } */ /* Layout primitives. */ #navbar-container { top: 0; width: 1280px; max-width: 100%; margin: auto; color: white; background-color: #1a1a1a; } .card { background-color: white; } .card, #navbar { margin: 0 auto; max-width: 1024px; } .nav-link, .nav-link:visited { color: black; display: inline; text-decoration: none; line-height: 1.4em; } .clear { clear: both; } img { max-width: 100%; } a { color: #6666ff; } /* Global header card. */ #navbar { padding-bottom: 16px; } #blog-title { font-size: 2em; color: white; display: inline-block; margin: 16px 2% 0 4%; } .card-splitter { height: 1px; width: 100%; background-color: #667; } #category-list { display: inline-block; /* The top margin is used when the category list is not on the same line * as the title. Otherwise it is not important. */ margin-top: 16px; /* Used (together with margin-right of #blog-title) to separate category * list and blog title when they are on the same line. Otherwise, used as * spacing from the page edge. This needs to be the same as that of * #blog-title to keep them left-aligned. */ margin-left: 2%; } #category-list > li { list-style: none; display: inline-block; /* This margin is important for the correct spacing when the category list * runs multiple lines. */ margin-top: 10px; } #category-list > li > .nav-link { color: white; position: relative; top: -4px; /* Cancel padding-bottom to align with baseline. */ padding: 4px 10px 4px; } #category-list > li > .nav-link:hover { background-color: #333; } #category-list > li.current > .nav-link { color: black; background-color: white; } /* Article content. */ .timestamp { margin-bottom: 0.6em; } .article-header { padding: 2.4% 4% 1.6%; } .article-content { padding: 4%; } .article p, .article ul, .article pre { margin-bottom: 16px; } .article p { line-height: 1.5; } .article li { margin-top: 0.5em; margin-bottom: 0.5em; } .article li > p { margin-top: 1em; margin-bottom: 1em; } .article pre { padding: 1em; line-height: 1.45; overflow: auto; } .article p code { padding: 0.2em 0; } .article p code::before, .article p code::after { letter-spacing: -0.2em; content: "\00a0"; } code, pre { font-family: Consolas, Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", monospace; } .article code, .article pre { background-color: #f0f0f0; border-radius: 3px; } .article code { font-size: 85%; } /* Use headers up to h2 should be used in .article-content */ .article h1, .article h2 { line-height: 1.25; } .article .article-header h1 { font-size: 2em; margin: 0; padding: 0; border: none; } .article h1, .article h2 { margin-top: 24px; margin-bottom: 16px; font-weight: 600; } .article h1 { font-size: 1.5em; padding-bottom: 0.3em; border-bottom: 1px solid #eee; } .article h2 { font-size: 1.25em; } .article ul, .article ol { margin-left: 1em; } /* Category content. */ .category-prelude { padding: 4% 5.8% 0; margin-bottom: -20px; } .article-list { padding: 4%; } .article-list > li { list-style: square inside; padding: 3px; line-height: 1.4; } .article-list > li:hover { background-color: #c0c0c0; } .article-list > li > .nav-link { border-bottom: 1px solid black; } .article-timestamp { float: right; display: inline-block; margin-left: 1em; } /* Utilities usable in articles. */ hr { clear: both; border-color: #aaa; text-align: center; } hr:after { content: "❧"; text-shadow: 0px 0px 2px #667; display: inline-block; position: relative; top: -0.5em; padding: 0 0.25em; font-size: 1.1em; color: black; background-color: white; } /* vi: se ts=4 sts=4 sw=4: */
0.446977
0.092155
background: linear-gradient(to top, rgba(80, 68, 18, 0.6) 10%, transparent), url("images/freedom.jpg") left 10% bottom 70%/cover no-repeat border-box, #ff1b68; /* background-image: url("freedom.jpg"); background-size: cover; background-position: left 10% bottom 20%; */ /* background-repeat: no-repeat; background-origin: border-box; background-clip: border-box; */ /* background-image: linear-gradient(180deg, red 70%, blue 60%, rgba(0,0,0,0.5)); */ /* background-image: radial-gradient(ellipse farthest-corner at 20% 50%, red, blue 70%, green); */ width: 100vw; height: 33vh; margin-top: 2.75rem; /* border: 5px dashed red; */ position: relative; } .section-title { color: #2ddf5c; text-align: center; } #product-overview h1 { color: white; font-family: "Anton", sans-serif; position: absolute; bottom: 5%; left: 3%; } .plan__list { width: 80%; margin: auto; text-align: center; } .plan { background: #d5ffdc; text-align: center; padding: 1rem; margin: 0.5rem; display: inline-block; width: 30%; vertical-align: middle; } .plan--highlighted { background: #19b84c; color: white; box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5); } .plan__annotation { background: white; color: #19b84c; padding: 0.5rem; box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5); border-radius: 8px; } .plan__title { color: #0e4f1f; } .plan__price { color: #858585; } .plan--highlighted .plan__title { color: white; } .plan--highlighted .plan__price { color: #0e4f1f; } .plan__features { list-style: none; margin: 0; padding: 0; } .plan__feature { margin: 0.5rem 0; } #key-features { background: #ff1b68; margin-top: 5rem; padding: 1rem; } #key-features .section-title { color: white; margin: 2rem; } .key-feature__list { list-style: none; margin: 0; padding: 0; text-align: center; } .key-feature { display: inline-block; width: 30%; vertical-align: top; } .key-feature__image { background: #ffcede; width: 128px; height: 128px; border: 2px solid #424242; border-radius: 50%; margin: auto; padding: 1.5rem; } .key-feature__description { text-align: center; font-weight: bold; color: white; font-size: 1.2rem; } /* h1 { font-family: sans-serif; } */ .modal { position: fixed; display: none; z-index: 200; top: 20%; left: 30%; width: 40%; background: white; padding: 1rem; border: 1px solid #ccc; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } .modal__title { text-align: center; margin: 0 0 1rem 0; } .modal__actions { text-align: center; } .modal__action { border: 1px solid #0e4f1f; background: #0e4f1f; text-decoration: none; color: white; font: inherit; padding: 0.5rem 1rem; cursor: pointer; } .modal__action:hover, .modal__action:active { background: #2ddf5c; border-color: #2ddf5c; } .modal__action--negative { background: red; border-color: red; } .modal__action--negative:hover, .modal__action--negative:active { background: #ff5454; border-color: #ff5454; }
css/CODES/S09 Codes/main_start.css
background: linear-gradient(to top, rgba(80, 68, 18, 0.6) 10%, transparent), url("images/freedom.jpg") left 10% bottom 70%/cover no-repeat border-box, #ff1b68; /* background-image: url("freedom.jpg"); background-size: cover; background-position: left 10% bottom 20%; */ /* background-repeat: no-repeat; background-origin: border-box; background-clip: border-box; */ /* background-image: linear-gradient(180deg, red 70%, blue 60%, rgba(0,0,0,0.5)); */ /* background-image: radial-gradient(ellipse farthest-corner at 20% 50%, red, blue 70%, green); */ width: 100vw; height: 33vh; margin-top: 2.75rem; /* border: 5px dashed red; */ position: relative; } .section-title { color: #2ddf5c; text-align: center; } #product-overview h1 { color: white; font-family: "Anton", sans-serif; position: absolute; bottom: 5%; left: 3%; } .plan__list { width: 80%; margin: auto; text-align: center; } .plan { background: #d5ffdc; text-align: center; padding: 1rem; margin: 0.5rem; display: inline-block; width: 30%; vertical-align: middle; } .plan--highlighted { background: #19b84c; color: white; box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5); } .plan__annotation { background: white; color: #19b84c; padding: 0.5rem; box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5); border-radius: 8px; } .plan__title { color: #0e4f1f; } .plan__price { color: #858585; } .plan--highlighted .plan__title { color: white; } .plan--highlighted .plan__price { color: #0e4f1f; } .plan__features { list-style: none; margin: 0; padding: 0; } .plan__feature { margin: 0.5rem 0; } #key-features { background: #ff1b68; margin-top: 5rem; padding: 1rem; } #key-features .section-title { color: white; margin: 2rem; } .key-feature__list { list-style: none; margin: 0; padding: 0; text-align: center; } .key-feature { display: inline-block; width: 30%; vertical-align: top; } .key-feature__image { background: #ffcede; width: 128px; height: 128px; border: 2px solid #424242; border-radius: 50%; margin: auto; padding: 1.5rem; } .key-feature__description { text-align: center; font-weight: bold; color: white; font-size: 1.2rem; } /* h1 { font-family: sans-serif; } */ .modal { position: fixed; display: none; z-index: 200; top: 20%; left: 30%; width: 40%; background: white; padding: 1rem; border: 1px solid #ccc; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } .modal__title { text-align: center; margin: 0 0 1rem 0; } .modal__actions { text-align: center; } .modal__action { border: 1px solid #0e4f1f; background: #0e4f1f; text-decoration: none; color: white; font: inherit; padding: 0.5rem 1rem; cursor: pointer; } .modal__action:hover, .modal__action:active { background: #2ddf5c; border-color: #2ddf5c; } .modal__action--negative { background: red; border-color: red; } .modal__action--negative:hover, .modal__action--negative:active { background: #ff5454; border-color: #ff5454; }
0.519034
0.151028
.jssocials-share-twitter .jssocials-share-link { color: #00aced; } .jssocials-share-twitter .jssocials-share-link .jssocials-share-label { color: #00aced; } .jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:active { color: #0087ba; } .jssocials-share-twitter .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:active .jssocials-share-label { color: #0087ba; } .jssocials-share-facebook .jssocials-share-link { color: #3b5998; } .jssocials-share-facebook .jssocials-share-link .jssocials-share-label { color: #3b5998; } .jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:active { color: #2d4373; } .jssocials-share-facebook .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:active .jssocials-share-label { color: #2d4373; } .jssocials-share-googleplus .jssocials-share-link { color: #dd4b39; } .jssocials-share-googleplus .jssocials-share-link .jssocials-share-label { color: #dd4b39; } .jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-share-googleplus .jssocials-share-link:active { color: #c23321; } .jssocials-share-googleplus .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:active .jssocials-share-label { color: #c23321; } .jssocials-share-linkedin .jssocials-share-link { color: #007bb6; } .jssocials-share-linkedin .jssocials-share-link .jssocials-share-label { color: #007bb6; } .jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-share-linkedin .jssocials-share-link:active { color: #005983; } .jssocials-share-linkedin .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:active .jssocials-share-label { color: #005983; } .jssocials-share-pinterest .jssocials-share-link { color: #cb2027; } .jssocials-share-pinterest .jssocials-share-link .jssocials-share-label { color: #cb2027; } .jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-share-pinterest .jssocials-share-link:active { color: #9f191f; } .jssocials-share-pinterest .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:active .jssocials-share-label { color: #9f191f; } .jssocials-share-email .jssocials-share-link { color: #3490F3; } .jssocials-share-email .jssocials-share-link .jssocials-share-label { color: #3490F3; } .jssocials-share-email .jssocials-share-link:hover, .jssocials-share-email .jssocials-share-link:focus, .jssocials-share-email .jssocials-share-link:active { color: #0e76e6; } .jssocials-share-email .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-email .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-email .jssocials-share-link:active .jssocials-share-label { color: #0e76e6; } .jssocials-share-stumbleupon .jssocials-share-link { color: #eb4823; } .jssocials-share-stumbleupon .jssocials-share-link .jssocials-share-label { color: #eb4823; } .jssocials-share-stumbleupon .jssocials-share-link:hover, .jssocials-share-stumbleupon .jssocials-share-link:focus, .jssocials-share-stumbleupon .jssocials-share-link:active { color: #c93412; } .jssocials-share-stumbleupon .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:active .jssocials-share-label { color: #c93412; } .jssocials-share-whatsapp .jssocials-share-link { color: #29a628; } .jssocials-share-whatsapp .jssocials-share-link .jssocials-share-label { color: #29a628; } .jssocials-share-whatsapp .jssocials-share-link:hover, .jssocials-share-whatsapp .jssocials-share-link:focus, .jssocials-share-whatsapp .jssocials-share-link:active { color: #1f7d1e; } .jssocials-share-whatsapp .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:active .jssocials-share-label { color: #1f7d1e; } .jssocials-share-telegram .jssocials-share-link { color: #2ca5e0; } .jssocials-share-telegram .jssocials-share-link .jssocials-share-label { color: #2ca5e0; } .jssocials-share-telegram .jssocials-share-link:hover, .jssocials-share-telegram .jssocials-share-link:focus, .jssocials-share-telegram .jssocials-share-link:active { color: #1c88bd; } .jssocials-share-telegram .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:active .jssocials-share-label { color: #1c88bd; } .jssocials-share-line .jssocials-share-link { color: #25af00; } .jssocials-share-line .jssocials-share-link .jssocials-share-label { color: #25af00; } .jssocials-share-line .jssocials-share-link:hover, .jssocials-share-line .jssocials-share-link:focus, .jssocials-share-line .jssocials-share-link:active { color: #1a7c00; } .jssocials-share-line .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-line .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-line .jssocials-share-link:active .jssocials-share-label { color: #1a7c00; } .jssocials-share-viber .jssocials-share-link { color: #7b519d; } .jssocials-share-viber .jssocials-share-link .jssocials-share-label { color: #7b519d; } .jssocials-share-viber .jssocials-share-link:hover, .jssocials-share-viber .jssocials-share-link:focus, .jssocials-share-viber .jssocials-share-link:active { color: #61407b; } .jssocials-share-viber .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:active .jssocials-share-label { color: #61407b; } .jssocials-share-pocket .jssocials-share-link { color: #ef4056; } .jssocials-share-pocket .jssocials-share-link .jssocials-share-label { color: #ef4056; } .jssocials-share-pocket .jssocials-share-link:hover, .jssocials-share-pocket .jssocials-share-link:focus, .jssocials-share-pocket .jssocials-share-link:active { color: #e9132e; } .jssocials-share-pocket .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:active .jssocials-share-label { color: #e9132e; } .jssocials-share-messenger .jssocials-share-link { color: #0084ff; } .jssocials-share-messenger .jssocials-share-link .jssocials-share-label { color: #0084ff; } .jssocials-share-messenger .jssocials-share-link:hover, .jssocials-share-messenger .jssocials-share-link:focus, .jssocials-share-messenger .jssocials-share-link:active { color: #006acc; } .jssocials-share-messenger .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:active .jssocials-share-label { color: #006acc; } .jssocials-share-vkontakte .jssocials-share-link { color: #45668e; } .jssocials-share-vkontakte .jssocials-share-link .jssocials-share-label { color: #45668e; } .jssocials-share-vkontakte .jssocials-share-link:hover, .jssocials-share-vkontakte .jssocials-share-link:focus, .jssocials-share-vkontakte .jssocials-share-link:active { color: #344d6c; } .jssocials-share-vkontakte .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:active .jssocials-share-label { color: #344d6c; } .jssocials-share-link { -webkit-transition: color 200ms ease-in-out; transition: color 200ms ease-in-out; } .jssocials-share-link.jssocials-share-link-count .jssocials-share-count { font-size: .5em; } .jssocials-share-label { font-size: 0.8em; color: #444; -webkit-transition: color 200ms ease-in-out; transition: color 200ms ease-in-out; } .jssocials-share-count-box { margin-left: 0.3em; border: 1px solid #efefef; border-radius: 0.3em; } .jssocials-share-count-box .jssocials-share-count { line-height: 1.8em; font-size: 0.8em; color: #444; }
assets/dist/assets/plugins/custom/ipanorama/jssocials/jssocials-theme-minima.css
.jssocials-share-twitter .jssocials-share-link { color: #00aced; } .jssocials-share-twitter .jssocials-share-link .jssocials-share-label { color: #00aced; } .jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:active { color: #0087ba; } .jssocials-share-twitter .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:active .jssocials-share-label { color: #0087ba; } .jssocials-share-facebook .jssocials-share-link { color: #3b5998; } .jssocials-share-facebook .jssocials-share-link .jssocials-share-label { color: #3b5998; } .jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:active { color: #2d4373; } .jssocials-share-facebook .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:active .jssocials-share-label { color: #2d4373; } .jssocials-share-googleplus .jssocials-share-link { color: #dd4b39; } .jssocials-share-googleplus .jssocials-share-link .jssocials-share-label { color: #dd4b39; } .jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-share-googleplus .jssocials-share-link:active { color: #c23321; } .jssocials-share-googleplus .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:active .jssocials-share-label { color: #c23321; } .jssocials-share-linkedin .jssocials-share-link { color: #007bb6; } .jssocials-share-linkedin .jssocials-share-link .jssocials-share-label { color: #007bb6; } .jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-share-linkedin .jssocials-share-link:active { color: #005983; } .jssocials-share-linkedin .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:active .jssocials-share-label { color: #005983; } .jssocials-share-pinterest .jssocials-share-link { color: #cb2027; } .jssocials-share-pinterest .jssocials-share-link .jssocials-share-label { color: #cb2027; } .jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-share-pinterest .jssocials-share-link:active { color: #9f191f; } .jssocials-share-pinterest .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:active .jssocials-share-label { color: #9f191f; } .jssocials-share-email .jssocials-share-link { color: #3490F3; } .jssocials-share-email .jssocials-share-link .jssocials-share-label { color: #3490F3; } .jssocials-share-email .jssocials-share-link:hover, .jssocials-share-email .jssocials-share-link:focus, .jssocials-share-email .jssocials-share-link:active { color: #0e76e6; } .jssocials-share-email .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-email .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-email .jssocials-share-link:active .jssocials-share-label { color: #0e76e6; } .jssocials-share-stumbleupon .jssocials-share-link { color: #eb4823; } .jssocials-share-stumbleupon .jssocials-share-link .jssocials-share-label { color: #eb4823; } .jssocials-share-stumbleupon .jssocials-share-link:hover, .jssocials-share-stumbleupon .jssocials-share-link:focus, .jssocials-share-stumbleupon .jssocials-share-link:active { color: #c93412; } .jssocials-share-stumbleupon .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:active .jssocials-share-label { color: #c93412; } .jssocials-share-whatsapp .jssocials-share-link { color: #29a628; } .jssocials-share-whatsapp .jssocials-share-link .jssocials-share-label { color: #29a628; } .jssocials-share-whatsapp .jssocials-share-link:hover, .jssocials-share-whatsapp .jssocials-share-link:focus, .jssocials-share-whatsapp .jssocials-share-link:active { color: #1f7d1e; } .jssocials-share-whatsapp .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:active .jssocials-share-label { color: #1f7d1e; } .jssocials-share-telegram .jssocials-share-link { color: #2ca5e0; } .jssocials-share-telegram .jssocials-share-link .jssocials-share-label { color: #2ca5e0; } .jssocials-share-telegram .jssocials-share-link:hover, .jssocials-share-telegram .jssocials-share-link:focus, .jssocials-share-telegram .jssocials-share-link:active { color: #1c88bd; } .jssocials-share-telegram .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:active .jssocials-share-label { color: #1c88bd; } .jssocials-share-line .jssocials-share-link { color: #25af00; } .jssocials-share-line .jssocials-share-link .jssocials-share-label { color: #25af00; } .jssocials-share-line .jssocials-share-link:hover, .jssocials-share-line .jssocials-share-link:focus, .jssocials-share-line .jssocials-share-link:active { color: #1a7c00; } .jssocials-share-line .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-line .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-line .jssocials-share-link:active .jssocials-share-label { color: #1a7c00; } .jssocials-share-viber .jssocials-share-link { color: #7b519d; } .jssocials-share-viber .jssocials-share-link .jssocials-share-label { color: #7b519d; } .jssocials-share-viber .jssocials-share-link:hover, .jssocials-share-viber .jssocials-share-link:focus, .jssocials-share-viber .jssocials-share-link:active { color: #61407b; } .jssocials-share-viber .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:active .jssocials-share-label { color: #61407b; } .jssocials-share-pocket .jssocials-share-link { color: #ef4056; } .jssocials-share-pocket .jssocials-share-link .jssocials-share-label { color: #ef4056; } .jssocials-share-pocket .jssocials-share-link:hover, .jssocials-share-pocket .jssocials-share-link:focus, .jssocials-share-pocket .jssocials-share-link:active { color: #e9132e; } .jssocials-share-pocket .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:active .jssocials-share-label { color: #e9132e; } .jssocials-share-messenger .jssocials-share-link { color: #0084ff; } .jssocials-share-messenger .jssocials-share-link .jssocials-share-label { color: #0084ff; } .jssocials-share-messenger .jssocials-share-link:hover, .jssocials-share-messenger .jssocials-share-link:focus, .jssocials-share-messenger .jssocials-share-link:active { color: #006acc; } .jssocials-share-messenger .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:active .jssocials-share-label { color: #006acc; } .jssocials-share-vkontakte .jssocials-share-link { color: #45668e; } .jssocials-share-vkontakte .jssocials-share-link .jssocials-share-label { color: #45668e; } .jssocials-share-vkontakte .jssocials-share-link:hover, .jssocials-share-vkontakte .jssocials-share-link:focus, .jssocials-share-vkontakte .jssocials-share-link:active { color: #344d6c; } .jssocials-share-vkontakte .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:active .jssocials-share-label { color: #344d6c; } .jssocials-share-link { -webkit-transition: color 200ms ease-in-out; transition: color 200ms ease-in-out; } .jssocials-share-link.jssocials-share-link-count .jssocials-share-count { font-size: .5em; } .jssocials-share-label { font-size: 0.8em; color: #444; -webkit-transition: color 200ms ease-in-out; transition: color 200ms ease-in-out; } .jssocials-share-count-box { margin-left: 0.3em; border: 1px solid #efefef; border-radius: 0.3em; } .jssocials-share-count-box .jssocials-share-count { line-height: 1.8em; font-size: 0.8em; color: #444; }
0.307878
0.058025
Theme *******************************/ /* ████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗ ╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝ ██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗ ██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║ ██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝ */ /******************************* Theme Selection *******************************/ /* To override a theme for an individual element specify theme name below */ /* Global */ /* Elements */ /* Collections */ /* Modules */ /* Views */ /******************************* Folders *******************************/ /* Path to theme packages */ /* Path to site override folder */ /******************************* Import Theme *******************************/ /******************************* Import Directives *******************************/ /*------------------ Theme -------------------*/ /*-------------------- Site Variables ---------------------*/ /* Default site.variables */ /******************************* Site Settings *******************************/ /*------------------- Fonts --------------------*/ /*------------------- Base Sizes --------------------*/ /* This is the single variable that controls them all */ /* The size of page text */ /*------------------- Border Radius --------------------*/ /* See Power-user section below for explanation of @px variables */ /*------------------- Brand Colors --------------------*/ /*-------------- Page Heading ---------------*/ /*-------------- Form Input ---------------*/ /* This adjusts the default form input across all elements */ /* Input Text Color */ /* Line Height Default For Inputs in Browser */ /*------------------- Focused Input --------------------*/ /* Used on inputs, textarea etc */ /* Used on dropdowns, other larger blocks */ /*------------------- Sizes --------------------*/ /* Sizes are all expressed in terms of 14px/em (default em) This ensures these "ratios" remain constant despite changes in EM */ /*------------------- Page --------------------*/ /*------------------- Paragraph --------------------*/ /*------------------- Links --------------------*/ /*------------------- Highlighted Text --------------------*/ /*------------------- Loader --------------------*/ /*------------------- Grid --------------------*/ /*------------------- Transitions --------------------*/ /*------------------- Breakpoints --------------------*/ /*------------------- Site Colors --------------------*/ /*--- Colors ---*/ /*--- Light Colors ---*/ /*--- Neutrals ---*/ /*--- Colored Backgrounds ---*/ /*--- Colored Headers ---*/ /*--- Colored Text ---*/ /*--- Colored Border ---*/ /*------------------- Alpha Colors --------------------*/ /*------------------- Accents --------------------*/ /* Differentiating Neutrals */ /* Differentiating Layers */ /******************************* Power-User *******************************/ /*------------------- Emotive Colors --------------------*/ /* Positive */ /* Negative */ /* Info */ /* Warning */ /*------------------- Paths --------------------*/ /* For source only. Modified in gulp for dist */ /*------------------- Em Sizes --------------------*/ /* This rounds @size values to the closest pixel then expresses that value in (r)em. This ensures all size values round to exact pixels */ /* em */ /* rem */ /*------------------- Icons --------------------*/ /* Maximum Glyph Width of Icon */ /*------------------- Neutral Text --------------------*/ /*------------------- Brand Colors --------------------*/ /*------------------- Borders --------------------*/ /*------------------- Derived Values --------------------*/ /* Loaders Position Offset */ /* Rendered Scrollbar Width */ /* Maximum Single Character Glyph Width, aka Capital "W" */ /* Used to match floats with text */ /* Header Spacing */ /* Minimum Mobile Width */ /* Positive / Negative Dupes */ /* Responsive */ /*------------------- Exact Pixel Values --------------------*/ /* These are used to specify exact pixel values in em for things like borders that remain constantly sized as emSize adjusts Since there are many more sizes than names for sizes, these are named by their original pixel values. */ /* Columns */ /******************************* States *******************************/ /*------------------- Disabled --------------------*/ /*------------------- Hover --------------------*/ /*--- Shadows ---*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Focus --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Down (:active) --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Active --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /* Packaged site.variables */ /******************************* Site Settings *******************************/ /*------------------- Fonts --------------------*/ /*------------------- Base Sizes --------------------*/ /* This is the single variable that controls them all */ /* The size of page text */ /*------------------- Border Radius --------------------*/ /* See Power-user section below for explanation of @px variables */ /*------------------- Brand Colors --------------------*/ /*-------------- Page Heading ---------------*/ /*-------------- Form Input ---------------*/ /* This adjusts the default form input across all elements */ /* Input Text Color */ /* Line Height Default For Inputs in Browser */ /*------------------- Focused Input --------------------*/ /* Used on inputs, textarea etc */ /* Used on dropdowns, other larger blocks */ /*------------------- Sizes --------------------*/ /* Sizes are all expressed in terms of 14px/em (default em) This ensures these "ratios" remain constant despite changes in EM */ /*------------------- Page --------------------*/ /*------------------- Paragraph --------------------*/ /*------------------- Links --------------------*/ /*------------------- Highlighted Text --------------------*/ /*------------------- Loader --------------------*/ /*------------------- Grid --------------------*/ /*------------------- Transitions --------------------*/ /*------------------- Breakpoints --------------------*/ /*------------------- Site Colors --------------------*/ /*--- Colors ---*/ /*--- Light Colors ---*/ /*--- Neutrals ---*/ /*--- Colored Backgrounds ---*/ /*--- Colored Headers ---*/ /*--- Colored Text ---*/ /*--- Colored Border ---*/ /*------------------- Alpha Colors --------------------*/ /*------------------- Accents --------------------*/ /* Differentiating Neutrals */ /* Differentiating Layers */ /******************************* Power-User *******************************/ /*------------------- Emotive Colors --------------------*/ /* Positive */ /* Negative */ /* Info */ /* Warning */ /*------------------- Paths --------------------*/ /* For source only. Modified in gulp for dist */ /*------------------- Em Sizes --------------------*/ /* This rounds @size values to the closest pixel then expresses that value in (r)em. This ensures all size values round to exact pixels */ /* em */ /* rem */ /*------------------- Icons --------------------*/ /* Maximum Glyph Width of Icon */ /*------------------- Neutral Text --------------------*/ /*------------------- Brand Colors --------------------*/ /*------------------- Borders --------------------*/ /*------------------- Derived Values --------------------*/ /* Loaders Position Offset */ /* Rendered Scrollbar Width */ /* Maximum Single Character Glyph Width, aka Capital "W" */ /* Used to match floats with text */ /* Header Spacing */ /* Minimum Mobile Width */ /* Positive / Negative Dupes */ /* Responsive */ /*------------------- Exact Pixel Values --------------------*/ /* These are used to specify exact pixel values in em for things like borders that remain constantly sized as emSize adjusts Since there are many more sizes than names for sizes, these are named by their original pixel values. */ /* Columns */ /******************************* States *******************************/ /*------------------- Disabled --------------------*/ /*------------------- Hover --------------------*/ /*--- Shadows ---*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Focus --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Down (:active) --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Active --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /* Component's site.variables */ /******************************* Site Settings *******************************/ /*------------------- Fonts --------------------*/ /*------------------- Base Sizes --------------------*/ /* This is the single variable that controls them all */ /* The size of page text */ /*------------------- Border Radius --------------------*/ /* See Power-user section below for explanation of @px variables */ /*------------------- Brand Colors --------------------*/ /*-------------- Page Heading ---------------*/ /*-------------- Form Input ---------------*/ /* This adjusts the default form input across all elements */ /* Input Text Color */ /* Line Height Default For Inputs in Browser */ /*------------------- Focused Input --------------------*/ /* Used on inputs, textarea etc */ /* Used on dropdowns, other larger blocks */ /*------------------- Sizes --------------------*/ /* Sizes are all expressed in terms of 14px/em (default em) This ensures these "ratios" remain constant despite changes in EM */ /*------------------- Page --------------------*/ /*------------------- Paragraph --------------------*/ /*------------------- Links --------------------*/ /*------------------- Highlighted Text --------------------*/ /*------------------- Loader --------------------*/ /*------------------- Grid --------------------*/ /*------------------- Transitions --------------------*/ /*------------------- Breakpoints --------------------*/ /*------------------- Site Colors --------------------*/ /*--- Colors ---*/ /*--- Light Colors ---*/ /*--- Neutrals ---*/ /*--- Colored Backgrounds ---*/ /*--- Colored Headers ---*/ /*--- Colored Text ---*/ /*--- Colored Border ---*/ /*------------------- Alpha Colors --------------------*/ /*------------------- Accents --------------------*/ /* Differentiating Neutrals */ /* Differentiating Layers */ /******************************* Power-User *******************************/ /*------------------- Emotive Colors --------------------*/ /* Positive */ /* Negative */ /* Info */ /* Warning */ /*------------------- Paths --------------------*/ /* For source only. Modified in gulp for dist */ /*------------------- Em Sizes --------------------*/ /* This rounds @size values to the closest pixel then expresses that value in (r)em. This ensures all size values round to exact pixels */ /* em */ /* rem */ /*------------------- Icons --------------------*/ /* Maximum Glyph Width of Icon */ /*------------------- Neutral Text --------------------*/ /*------------------- Brand Colors --------------------*/ /*------------------- Borders --------------------*/ /*------------------- Derived Values --------------------*/ /* Loaders Position Offset */ /* Rendered Scrollbar Width */ /* Maximum Single Character Glyph Width, aka Capital "W" */ /* Used to match floats with text */ /* Header Spacing */ /* Minimum Mobile Width */ /* Positive / Negative Dupes */ /* Responsive */ /*------------------- Exact Pixel Values --------------------*/ /* These are used to specify exact pixel values in em for things like borders that remain constantly sized as emSize adjusts Since there are many more sizes than names for sizes, these are named by their original pixel values. */ /* Columns */ /******************************* States *******************************/ /*------------------- Disabled --------------------*/ /*------------------- Hover --------------------*/ /*--- Shadows ---*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Focus --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Down (:active) --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Active --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /* Site theme site.variables */ /******************************* User Global Variables *******************************/ /*------------------- Component Variables ---------------------*/ /* Default */ /******************************* Search *******************************/ /* Search Prompt */ /* Result Box */ /* Result */ /* Result Image */ /* Result Content */ /* Description */ /* Price */ /* Special Message */ /* All Results Link */ /******************************* States *******************************/ /* Focus */ /* Hover */ /* Loading */ /* Active Category */ /* Active Result */ /******************************* Types *******************************/ /* Selection */ /* Category */ /* Packaged Theme */ /******************************* Search *******************************/ /* Search Prompt */ /* Result Box */ /* Result */ /* Result Image */ /* Result Content */ /* Description */ /* Price */ /* Special Message */ /* All Results Link */ /******************************* States *******************************/ /* Focus */ /* Hover */ /* Loading */ /* Active Category */ /* Active Result */ /******************************* Types *******************************/ /* Selection */ /* Category */ /* Site Theme */ /******************************* Site Overrides *******************************/ /*------------------- Final Hack ---------------------*/ /******************************* Site Settings *******************************/ /* @headerFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif; @pageFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif; @emSize : 14px; @fontSize : 14px; @inputVerticalPadding : @relative11px; @inputHorizontalPadding : @relative14px; @subtleShadow: 0px 1px 2px 0 @borderColor ; @floatingShadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) ; */ /******************************* Mix-ins *******************************/ /*------------------ Fonts -------------------*/ /*------------------ Overrides -------------------*/ /* End Config */ /******************************* Search *******************************/ .ui.search { position: relative; } .ui.search > .prompt { margin: 0em; outline: none; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); text-shadow: none; font-style: normal; font-weight: normal; line-height: 1.2142em; padding: 0.1929rem 0.5rem; font-size: 1em; background: #FFFFFF; border: 1px solid rgba(34, 36, 38, 0.15); color: rgba(0, 0, 0, 0.87); box-shadow: 0em 0em 0em 0em transparent inset; -webkit-transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease; transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease; } .ui.search .prompt { border-radius: 500rem; } /*-------------- Icon ---------------*/ .ui.search .prompt ~ .search.icon { cursor: pointer; } /*-------------- Results ---------------*/ .ui.search > .results { display: none; position: absolute; top: 100%; left: 0%; -webkit-transform-origin: center top; transform-origin: center top; white-space: normal; background: #FFFFFF; margin-top: 0.5em; width: 18em; border-radius: 0.33333333rem; box-shadow: none; border: 1px solid #D4D4D5; z-index: 998; } .ui.search > .results > :first-child { border-radius: 0.33333333rem 0.33333333rem 0em 0em; } .ui.search > .results > :last-child { border-radius: 0em 0em 0.33333333rem 0.33333333rem; } /*-------------- Result ---------------*/ .ui.search > .results .result { cursor: pointer; display: block; overflow: hidden; font-size: 1em; padding: 0.83333333em 1.16666667em; color: rgba(0, 0, 0, 0.87); line-height: 1.33; border-bottom: 1px solid rgba(34, 36, 38, 0.1); } .ui.search > .results .result:last-child { border-bottom: none !important; } /* Image */ .ui.search > .results .result .image { float: right; overflow: hidden; background: none; width: 5em; height: 3em; border-radius: 0.25em; } .ui.search > .results .result .image img { display: block; width: auto; height: 100%; } /*-------------- Info ---------------*/ .ui.search > .results .result .image + .content { margin: 0em 6em 0em 0em; } .ui.search > .results .result .title { margin: -0.14285em 0em 0em; font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1em; color: rgba(0, 0, 0, 0.85); } .ui.search > .results .result .description { margin-top: 0; font-size: 0.91666667em; color: rgba(0, 0, 0, 0.4); } .ui.search > .results .result .price { float: right; color: #21BA45; } /*-------------- Message ---------------*/ .ui.search > .results > .message { padding: 1em 1em; } .ui.search > .results > .message .header { font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif; font-size: 1rem; font-weight: bold; color: rgba(0, 0, 0, 0.87); } .ui.search > .results > .message .description { margin-top: 0.25rem; font-size: 1em; color: rgba(0, 0, 0, 0.87); } /* View All Results */ .ui.search > .results > .action { display: block; border-top: none; background: #F3F4F5; padding: 0.91666667em 1em; color: rgba(0, 0, 0, 0.87); font-weight: bold; text-align: center; } /******************************* States *******************************/ /*-------------------- Focus ---------------------*/ .ui.search > .prompt:focus { border-color: rgba(34, 36, 38, 0.35); background: #FFFFFF; color: rgba(0, 0, 0, 0.95); } /*-------------------- Loading ---------------------*/ .ui.loading.search .input > i.icon:before { position: absolute; content: ''; top: 50%; left: 50%; margin: -0.625em 0em 0em -0.625em; width: 1.25em; height: 1.25em; border-radius: 500rem; border: 0.2em solid rgba(0, 0, 0, 0.1); } .ui.loading.search .input > i.icon:after { position: absolute; content: ''; top: 50%; left: 50%; margin: -0.625em 0em 0em -0.625em; width: 1.25em; height: 1.25em; -webkit-animation: button-spin 0.6s linear; animation: button-spin 0.6s linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; border-radius: 500rem; border-color: #767676 transparent transparent; border-style: solid; border-width: 0.2em; box-shadow: 0px 0px 0px 1px transparent; } /*-------------- Hover ---------------*/ .ui.search > .results .result:hover, .ui.category.search > .results .category .result:hover { background: #F9FAFB; } .ui.search .action:hover { background: #E0E0E0; } /*-------------- Active ---------------*/ .ui.category.search > .results .category.active { background: #F3F4F5; } .ui.category.search > .results .category.active > .name { color: rgba(0, 0, 0, 0.87); } .ui.search > .results .result.active, .ui.category.search > .results .category .result.active { position: relative; border-left-color: rgba(34, 36, 38, 0.1); background: #F3F4F5; box-shadow: none; } .ui.search > .results .result.active .title { color: rgba(0, 0, 0, 0.85); } .ui.search > .results .result.active .description { color: rgba(0, 0, 0, 0.85); } /******************************* Types *******************************/ /*-------------- Selection ---------------*/ .ui.search.selection .prompt { border-radius: 0.33333333rem; } /* Remove input */ .ui.search.selection > .icon.input > .remove.icon { pointer-events: none; position: absolute; left: auto; opacity: 0; color: ''; top: 0em; right: 0em; -webkit-transition: color 0.1s ease, opacity 0.1s ease; transition: color 0.1s ease, opacity 0.1s ease; } .ui.search.selection > .icon.input > .active.remove.icon { cursor: pointer; opacity: 0.8; pointer-events: auto; } .ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon { right: 1.85714em; } .ui.search.selection > .icon.input > .remove.icon:hover { opacity: 1; color: #DB2828; } /*-------------- Category ---------------*/ .ui.category.search .results { width: 28em; } /* Category */ .ui.category.search > .results .category { background: #F3F4F5; box-shadow: none; border-bottom: 1px solid rgba(34, 36, 38, 0.1); -webkit-transition: background 0.1s ease, border-color 0.1s ease; transition: background 0.1s ease, border-color 0.1s ease; } /* Last Category */ .ui.category.search > .results .category:last-child { border-bottom: none; } /* First / Last */ .ui.category.search > .results .category:first-child .name + .result { border-radius: 0em 0.33333333rem 0em 0em; } .ui.category.search > .results .category:last-child .result:last-child { border-radius: 0em 0em 0.33333333rem 0em; } /* Category Result */ .ui.category.search > .results .category .result { background: #FFFFFF; margin-left: 100px; border-left: 1px solid rgba(34, 36, 38, 0.15); border-bottom: 1px solid rgba(34, 36, 38, 0.1); -webkit-transition: background 0.1s ease, border-color 0.1s ease; transition: background 0.1s ease, border-color 0.1s ease; padding: 0.83333333em 1.16666667em; } .ui.category.search > .results .category:last-child .result:last-child { border-bottom: none; } /* Category Result Name */ .ui.category.search > .results .category > .name { width: 100px; background: transparent; font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif; font-size: 1em; float: 1em; float: left; padding: 0.4em 1em; font-weight: bold; color: rgba(0, 0, 0, 0.4); } /******************************* Variations *******************************/ /*------------------- Left / Right --------------------*/ .ui[class*="left aligned"].search > .results { right: auto; left: 0%; } .ui[class*="right aligned"].search > .results { right: 0%; left: auto; } /*-------------- Fluid ---------------*/ .ui.fluid.search .results { width: 100%; } /*-------------- Sizes ---------------*/ .ui.mini.search { font-size: 0.75em; } .ui.small.search { font-size: 0.91666667em; } .ui.search { font-size: 1em; } .ui.large.search { font-size: 1.16666667em; } .ui.big.search { font-size: 1.25em; } .ui.huge.search { font-size: 1.41666667em; } .ui.massive.search { font-size: 1.75em; } /******************************* Theme Overrides *******************************/ /******************************* Site Overrides *******************************/ /*# sourceMappingURL=search.css.map */
public/build/semantic/components/search.css
Theme *******************************/ /* ████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗ ╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝ ██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗ ██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║ ██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝ */ /******************************* Theme Selection *******************************/ /* To override a theme for an individual element specify theme name below */ /* Global */ /* Elements */ /* Collections */ /* Modules */ /* Views */ /******************************* Folders *******************************/ /* Path to theme packages */ /* Path to site override folder */ /******************************* Import Theme *******************************/ /******************************* Import Directives *******************************/ /*------------------ Theme -------------------*/ /*-------------------- Site Variables ---------------------*/ /* Default site.variables */ /******************************* Site Settings *******************************/ /*------------------- Fonts --------------------*/ /*------------------- Base Sizes --------------------*/ /* This is the single variable that controls them all */ /* The size of page text */ /*------------------- Border Radius --------------------*/ /* See Power-user section below for explanation of @px variables */ /*------------------- Brand Colors --------------------*/ /*-------------- Page Heading ---------------*/ /*-------------- Form Input ---------------*/ /* This adjusts the default form input across all elements */ /* Input Text Color */ /* Line Height Default For Inputs in Browser */ /*------------------- Focused Input --------------------*/ /* Used on inputs, textarea etc */ /* Used on dropdowns, other larger blocks */ /*------------------- Sizes --------------------*/ /* Sizes are all expressed in terms of 14px/em (default em) This ensures these "ratios" remain constant despite changes in EM */ /*------------------- Page --------------------*/ /*------------------- Paragraph --------------------*/ /*------------------- Links --------------------*/ /*------------------- Highlighted Text --------------------*/ /*------------------- Loader --------------------*/ /*------------------- Grid --------------------*/ /*------------------- Transitions --------------------*/ /*------------------- Breakpoints --------------------*/ /*------------------- Site Colors --------------------*/ /*--- Colors ---*/ /*--- Light Colors ---*/ /*--- Neutrals ---*/ /*--- Colored Backgrounds ---*/ /*--- Colored Headers ---*/ /*--- Colored Text ---*/ /*--- Colored Border ---*/ /*------------------- Alpha Colors --------------------*/ /*------------------- Accents --------------------*/ /* Differentiating Neutrals */ /* Differentiating Layers */ /******************************* Power-User *******************************/ /*------------------- Emotive Colors --------------------*/ /* Positive */ /* Negative */ /* Info */ /* Warning */ /*------------------- Paths --------------------*/ /* For source only. Modified in gulp for dist */ /*------------------- Em Sizes --------------------*/ /* This rounds @size values to the closest pixel then expresses that value in (r)em. This ensures all size values round to exact pixels */ /* em */ /* rem */ /*------------------- Icons --------------------*/ /* Maximum Glyph Width of Icon */ /*------------------- Neutral Text --------------------*/ /*------------------- Brand Colors --------------------*/ /*------------------- Borders --------------------*/ /*------------------- Derived Values --------------------*/ /* Loaders Position Offset */ /* Rendered Scrollbar Width */ /* Maximum Single Character Glyph Width, aka Capital "W" */ /* Used to match floats with text */ /* Header Spacing */ /* Minimum Mobile Width */ /* Positive / Negative Dupes */ /* Responsive */ /*------------------- Exact Pixel Values --------------------*/ /* These are used to specify exact pixel values in em for things like borders that remain constantly sized as emSize adjusts Since there are many more sizes than names for sizes, these are named by their original pixel values. */ /* Columns */ /******************************* States *******************************/ /*------------------- Disabled --------------------*/ /*------------------- Hover --------------------*/ /*--- Shadows ---*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Focus --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Down (:active) --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Active --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /* Packaged site.variables */ /******************************* Site Settings *******************************/ /*------------------- Fonts --------------------*/ /*------------------- Base Sizes --------------------*/ /* This is the single variable that controls them all */ /* The size of page text */ /*------------------- Border Radius --------------------*/ /* See Power-user section below for explanation of @px variables */ /*------------------- Brand Colors --------------------*/ /*-------------- Page Heading ---------------*/ /*-------------- Form Input ---------------*/ /* This adjusts the default form input across all elements */ /* Input Text Color */ /* Line Height Default For Inputs in Browser */ /*------------------- Focused Input --------------------*/ /* Used on inputs, textarea etc */ /* Used on dropdowns, other larger blocks */ /*------------------- Sizes --------------------*/ /* Sizes are all expressed in terms of 14px/em (default em) This ensures these "ratios" remain constant despite changes in EM */ /*------------------- Page --------------------*/ /*------------------- Paragraph --------------------*/ /*------------------- Links --------------------*/ /*------------------- Highlighted Text --------------------*/ /*------------------- Loader --------------------*/ /*------------------- Grid --------------------*/ /*------------------- Transitions --------------------*/ /*------------------- Breakpoints --------------------*/ /*------------------- Site Colors --------------------*/ /*--- Colors ---*/ /*--- Light Colors ---*/ /*--- Neutrals ---*/ /*--- Colored Backgrounds ---*/ /*--- Colored Headers ---*/ /*--- Colored Text ---*/ /*--- Colored Border ---*/ /*------------------- Alpha Colors --------------------*/ /*------------------- Accents --------------------*/ /* Differentiating Neutrals */ /* Differentiating Layers */ /******************************* Power-User *******************************/ /*------------------- Emotive Colors --------------------*/ /* Positive */ /* Negative */ /* Info */ /* Warning */ /*------------------- Paths --------------------*/ /* For source only. Modified in gulp for dist */ /*------------------- Em Sizes --------------------*/ /* This rounds @size values to the closest pixel then expresses that value in (r)em. This ensures all size values round to exact pixels */ /* em */ /* rem */ /*------------------- Icons --------------------*/ /* Maximum Glyph Width of Icon */ /*------------------- Neutral Text --------------------*/ /*------------------- Brand Colors --------------------*/ /*------------------- Borders --------------------*/ /*------------------- Derived Values --------------------*/ /* Loaders Position Offset */ /* Rendered Scrollbar Width */ /* Maximum Single Character Glyph Width, aka Capital "W" */ /* Used to match floats with text */ /* Header Spacing */ /* Minimum Mobile Width */ /* Positive / Negative Dupes */ /* Responsive */ /*------------------- Exact Pixel Values --------------------*/ /* These are used to specify exact pixel values in em for things like borders that remain constantly sized as emSize adjusts Since there are many more sizes than names for sizes, these are named by their original pixel values. */ /* Columns */ /******************************* States *******************************/ /*------------------- Disabled --------------------*/ /*------------------- Hover --------------------*/ /*--- Shadows ---*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Focus --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Down (:active) --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Active --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /* Component's site.variables */ /******************************* Site Settings *******************************/ /*------------------- Fonts --------------------*/ /*------------------- Base Sizes --------------------*/ /* This is the single variable that controls them all */ /* The size of page text */ /*------------------- Border Radius --------------------*/ /* See Power-user section below for explanation of @px variables */ /*------------------- Brand Colors --------------------*/ /*-------------- Page Heading ---------------*/ /*-------------- Form Input ---------------*/ /* This adjusts the default form input across all elements */ /* Input Text Color */ /* Line Height Default For Inputs in Browser */ /*------------------- Focused Input --------------------*/ /* Used on inputs, textarea etc */ /* Used on dropdowns, other larger blocks */ /*------------------- Sizes --------------------*/ /* Sizes are all expressed in terms of 14px/em (default em) This ensures these "ratios" remain constant despite changes in EM */ /*------------------- Page --------------------*/ /*------------------- Paragraph --------------------*/ /*------------------- Links --------------------*/ /*------------------- Highlighted Text --------------------*/ /*------------------- Loader --------------------*/ /*------------------- Grid --------------------*/ /*------------------- Transitions --------------------*/ /*------------------- Breakpoints --------------------*/ /*------------------- Site Colors --------------------*/ /*--- Colors ---*/ /*--- Light Colors ---*/ /*--- Neutrals ---*/ /*--- Colored Backgrounds ---*/ /*--- Colored Headers ---*/ /*--- Colored Text ---*/ /*--- Colored Border ---*/ /*------------------- Alpha Colors --------------------*/ /*------------------- Accents --------------------*/ /* Differentiating Neutrals */ /* Differentiating Layers */ /******************************* Power-User *******************************/ /*------------------- Emotive Colors --------------------*/ /* Positive */ /* Negative */ /* Info */ /* Warning */ /*------------------- Paths --------------------*/ /* For source only. Modified in gulp for dist */ /*------------------- Em Sizes --------------------*/ /* This rounds @size values to the closest pixel then expresses that value in (r)em. This ensures all size values round to exact pixels */ /* em */ /* rem */ /*------------------- Icons --------------------*/ /* Maximum Glyph Width of Icon */ /*------------------- Neutral Text --------------------*/ /*------------------- Brand Colors --------------------*/ /*------------------- Borders --------------------*/ /*------------------- Derived Values --------------------*/ /* Loaders Position Offset */ /* Rendered Scrollbar Width */ /* Maximum Single Character Glyph Width, aka Capital "W" */ /* Used to match floats with text */ /* Header Spacing */ /* Minimum Mobile Width */ /* Positive / Negative Dupes */ /* Responsive */ /*------------------- Exact Pixel Values --------------------*/ /* These are used to specify exact pixel values in em for things like borders that remain constantly sized as emSize adjusts Since there are many more sizes than names for sizes, these are named by their original pixel values. */ /* Columns */ /******************************* States *******************************/ /*------------------- Disabled --------------------*/ /*------------------- Hover --------------------*/ /*--- Shadows ---*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Focus --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Down (:active) --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /*------------------- Active --------------------*/ /*--- Colors ---*/ /*--- Emotive ---*/ /*--- Brand ---*/ /*--- Dark Tones ---*/ /*--- Light Tones ---*/ /* Site theme site.variables */ /******************************* User Global Variables *******************************/ /*------------------- Component Variables ---------------------*/ /* Default */ /******************************* Search *******************************/ /* Search Prompt */ /* Result Box */ /* Result */ /* Result Image */ /* Result Content */ /* Description */ /* Price */ /* Special Message */ /* All Results Link */ /******************************* States *******************************/ /* Focus */ /* Hover */ /* Loading */ /* Active Category */ /* Active Result */ /******************************* Types *******************************/ /* Selection */ /* Category */ /* Packaged Theme */ /******************************* Search *******************************/ /* Search Prompt */ /* Result Box */ /* Result */ /* Result Image */ /* Result Content */ /* Description */ /* Price */ /* Special Message */ /* All Results Link */ /******************************* States *******************************/ /* Focus */ /* Hover */ /* Loading */ /* Active Category */ /* Active Result */ /******************************* Types *******************************/ /* Selection */ /* Category */ /* Site Theme */ /******************************* Site Overrides *******************************/ /*------------------- Final Hack ---------------------*/ /******************************* Site Settings *******************************/ /* @headerFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif; @pageFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif; @emSize : 14px; @fontSize : 14px; @inputVerticalPadding : @relative11px; @inputHorizontalPadding : @relative14px; @subtleShadow: 0px 1px 2px 0 @borderColor ; @floatingShadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) ; */ /******************************* Mix-ins *******************************/ /*------------------ Fonts -------------------*/ /*------------------ Overrides -------------------*/ /* End Config */ /******************************* Search *******************************/ .ui.search { position: relative; } .ui.search > .prompt { margin: 0em; outline: none; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); text-shadow: none; font-style: normal; font-weight: normal; line-height: 1.2142em; padding: 0.1929rem 0.5rem; font-size: 1em; background: #FFFFFF; border: 1px solid rgba(34, 36, 38, 0.15); color: rgba(0, 0, 0, 0.87); box-shadow: 0em 0em 0em 0em transparent inset; -webkit-transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease; transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease; } .ui.search .prompt { border-radius: 500rem; } /*-------------- Icon ---------------*/ .ui.search .prompt ~ .search.icon { cursor: pointer; } /*-------------- Results ---------------*/ .ui.search > .results { display: none; position: absolute; top: 100%; left: 0%; -webkit-transform-origin: center top; transform-origin: center top; white-space: normal; background: #FFFFFF; margin-top: 0.5em; width: 18em; border-radius: 0.33333333rem; box-shadow: none; border: 1px solid #D4D4D5; z-index: 998; } .ui.search > .results > :first-child { border-radius: 0.33333333rem 0.33333333rem 0em 0em; } .ui.search > .results > :last-child { border-radius: 0em 0em 0.33333333rem 0.33333333rem; } /*-------------- Result ---------------*/ .ui.search > .results .result { cursor: pointer; display: block; overflow: hidden; font-size: 1em; padding: 0.83333333em 1.16666667em; color: rgba(0, 0, 0, 0.87); line-height: 1.33; border-bottom: 1px solid rgba(34, 36, 38, 0.1); } .ui.search > .results .result:last-child { border-bottom: none !important; } /* Image */ .ui.search > .results .result .image { float: right; overflow: hidden; background: none; width: 5em; height: 3em; border-radius: 0.25em; } .ui.search > .results .result .image img { display: block; width: auto; height: 100%; } /*-------------- Info ---------------*/ .ui.search > .results .result .image + .content { margin: 0em 6em 0em 0em; } .ui.search > .results .result .title { margin: -0.14285em 0em 0em; font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1em; color: rgba(0, 0, 0, 0.85); } .ui.search > .results .result .description { margin-top: 0; font-size: 0.91666667em; color: rgba(0, 0, 0, 0.4); } .ui.search > .results .result .price { float: right; color: #21BA45; } /*-------------- Message ---------------*/ .ui.search > .results > .message { padding: 1em 1em; } .ui.search > .results > .message .header { font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif; font-size: 1rem; font-weight: bold; color: rgba(0, 0, 0, 0.87); } .ui.search > .results > .message .description { margin-top: 0.25rem; font-size: 1em; color: rgba(0, 0, 0, 0.87); } /* View All Results */ .ui.search > .results > .action { display: block; border-top: none; background: #F3F4F5; padding: 0.91666667em 1em; color: rgba(0, 0, 0, 0.87); font-weight: bold; text-align: center; } /******************************* States *******************************/ /*-------------------- Focus ---------------------*/ .ui.search > .prompt:focus { border-color: rgba(34, 36, 38, 0.35); background: #FFFFFF; color: rgba(0, 0, 0, 0.95); } /*-------------------- Loading ---------------------*/ .ui.loading.search .input > i.icon:before { position: absolute; content: ''; top: 50%; left: 50%; margin: -0.625em 0em 0em -0.625em; width: 1.25em; height: 1.25em; border-radius: 500rem; border: 0.2em solid rgba(0, 0, 0, 0.1); } .ui.loading.search .input > i.icon:after { position: absolute; content: ''; top: 50%; left: 50%; margin: -0.625em 0em 0em -0.625em; width: 1.25em; height: 1.25em; -webkit-animation: button-spin 0.6s linear; animation: button-spin 0.6s linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; border-radius: 500rem; border-color: #767676 transparent transparent; border-style: solid; border-width: 0.2em; box-shadow: 0px 0px 0px 1px transparent; } /*-------------- Hover ---------------*/ .ui.search > .results .result:hover, .ui.category.search > .results .category .result:hover { background: #F9FAFB; } .ui.search .action:hover { background: #E0E0E0; } /*-------------- Active ---------------*/ .ui.category.search > .results .category.active { background: #F3F4F5; } .ui.category.search > .results .category.active > .name { color: rgba(0, 0, 0, 0.87); } .ui.search > .results .result.active, .ui.category.search > .results .category .result.active { position: relative; border-left-color: rgba(34, 36, 38, 0.1); background: #F3F4F5; box-shadow: none; } .ui.search > .results .result.active .title { color: rgba(0, 0, 0, 0.85); } .ui.search > .results .result.active .description { color: rgba(0, 0, 0, 0.85); } /******************************* Types *******************************/ /*-------------- Selection ---------------*/ .ui.search.selection .prompt { border-radius: 0.33333333rem; } /* Remove input */ .ui.search.selection > .icon.input > .remove.icon { pointer-events: none; position: absolute; left: auto; opacity: 0; color: ''; top: 0em; right: 0em; -webkit-transition: color 0.1s ease, opacity 0.1s ease; transition: color 0.1s ease, opacity 0.1s ease; } .ui.search.selection > .icon.input > .active.remove.icon { cursor: pointer; opacity: 0.8; pointer-events: auto; } .ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon { right: 1.85714em; } .ui.search.selection > .icon.input > .remove.icon:hover { opacity: 1; color: #DB2828; } /*-------------- Category ---------------*/ .ui.category.search .results { width: 28em; } /* Category */ .ui.category.search > .results .category { background: #F3F4F5; box-shadow: none; border-bottom: 1px solid rgba(34, 36, 38, 0.1); -webkit-transition: background 0.1s ease, border-color 0.1s ease; transition: background 0.1s ease, border-color 0.1s ease; } /* Last Category */ .ui.category.search > .results .category:last-child { border-bottom: none; } /* First / Last */ .ui.category.search > .results .category:first-child .name + .result { border-radius: 0em 0.33333333rem 0em 0em; } .ui.category.search > .results .category:last-child .result:last-child { border-radius: 0em 0em 0.33333333rem 0em; } /* Category Result */ .ui.category.search > .results .category .result { background: #FFFFFF; margin-left: 100px; border-left: 1px solid rgba(34, 36, 38, 0.15); border-bottom: 1px solid rgba(34, 36, 38, 0.1); -webkit-transition: background 0.1s ease, border-color 0.1s ease; transition: background 0.1s ease, border-color 0.1s ease; padding: 0.83333333em 1.16666667em; } .ui.category.search > .results .category:last-child .result:last-child { border-bottom: none; } /* Category Result Name */ .ui.category.search > .results .category > .name { width: 100px; background: transparent; font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif; font-size: 1em; float: 1em; float: left; padding: 0.4em 1em; font-weight: bold; color: rgba(0, 0, 0, 0.4); } /******************************* Variations *******************************/ /*------------------- Left / Right --------------------*/ .ui[class*="left aligned"].search > .results { right: auto; left: 0%; } .ui[class*="right aligned"].search > .results { right: 0%; left: auto; } /*-------------- Fluid ---------------*/ .ui.fluid.search .results { width: 100%; } /*-------------- Sizes ---------------*/ .ui.mini.search { font-size: 0.75em; } .ui.small.search { font-size: 0.91666667em; } .ui.search { font-size: 1em; } .ui.large.search { font-size: 1.16666667em; } .ui.big.search { font-size: 1.25em; } .ui.huge.search { font-size: 1.41666667em; } .ui.massive.search { font-size: 1.75em; } /******************************* Theme Overrides *******************************/ /******************************* Site Overrides *******************************/ /*# sourceMappingURL=search.css.map */
0.395134
0.040712
@import url("https://fonts.googleapis.com/css?family=Quicksand|Rubik"); /* General CSS*/ body{ background: #F4F4F4; } .wrapper{ width: 1100px; margin: 0 auto; } h1, h2, h3, h4, h5 ,h6{ color: #626262; font-family: 'Quicksand', sans-serif; letter-spacing: 1px; } h1 { font-size: 2em; margin: .67em 0 } h2 { font-size: 1.5em; margin: .75em 0 } h3 { font-size: 1.17em; margin: .83em 0 } h5 { font-size: .83em; margin: 1.5em 0 } h6 { font-size: .75em; margin: 1.67em 0 } h1, h2, h3, h4, h5, h6 { font-weight: bolder } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } /* Billboard */ .billboard{ width: 100%; height: 690px; position: relative; } .billboard.dark{ background: url('../img/billboard2.jpg') no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; } .billboard .shadow{ position: absolute; width: 100%; height: 142px; bottom: 0; left: 0; margin-bottom: -1px; background: url('../img/shadow.png') repeat-x; } .billboard .caption{ margin-top: 130px; text-align: center; } .billboard .caption.dark{ color: #38403D; } .billboard .caption h1{ font-family: 'Quicksand'; font-size: 50px; font-weight: bold; margin-bottom: 30px; } .billboard .caption.dark h1{ color: #5d5d5d } .billboard .caption p{ font-family: 'Quicksand'; font-size: 18px; margin-bottom: 30px; } .billboard .caption.dark p{ color: #38403D; } .billboard .caption hr{ display: inline-block; height: 1px; width: 30px; border: 0!important; margin: 0; padding: 0; } .billboard .caption.dark hr{ background: #5d5d5d; } /* header */ header{ width: 100%; height: 125px; } header .logo{ float: left; margin-top: 50px; } header nav{ float: right; margin-top: 57px; } header nav ul li{ list-style: none; display: block; float: left; margin-left: 50px; } header nav ul li a{ text-decoration: none; font-family: "Rubik"; font-size: 14px; transition:all .2s linear; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; -o-transition:all .2s linear; } header.dark nav ul li a{ color: #838988; } header.dark nav ul li a:hover{ color: #D6D8D8; } /* Services */ .services ul{ margin-top: 100px; } .services ul li{ list-style: none; display: block; width: 313px; float: left; margin-left: 80px; text-align: center; } .services ul li:first-child{ margin-left: 0; } .services ul li .separator{ display: block; width: 1px; height: 20px; background: #f6f6f6; margin: 20px auto; } .services ul li h2 a{ color: #838988; font-family: 'Quicksand'; font-size: 18px; font-weight: bold; margin: 0; } .services ul li h2 a:hover{ color: #D6D8D8; } .services ul li p{ color: #38403D; font-family: 'Quicksand'; font-size: 14px; line-height: 28px; margin-top: 40px; letter-spacing: .5px; } /* Block before footer */ .block_f{ display: block; width: 100%; height: 50px; text-align: center; margin-top: 50px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; } /* footer */ footer{ padding: 35px 0; overflow: hidden; } footer .footer_logo{ float: left; } footer .rights p{ float: left; color: #838988; font-family: "Rubik"; font-size: 13px; margin: 5px 0 0 40px; } footer nav ul{ float: right; overflow: hidden; list-style: none; margin-top: 5px; } footer nav ul li{ float: left; margin-left: 25px; } footer nav ul li a{ color: #838988; font-family: "Rubik"; font-size: 13px; text-decoration: none; transition:all .2s linear; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; -o-transition:all .2s linear; } footer nav ul li a:hover{ color: #D6D8D8; }
resources/css/main.css
@import url("https://fonts.googleapis.com/css?family=Quicksand|Rubik"); /* General CSS*/ body{ background: #F4F4F4; } .wrapper{ width: 1100px; margin: 0 auto; } h1, h2, h3, h4, h5 ,h6{ color: #626262; font-family: 'Quicksand', sans-serif; letter-spacing: 1px; } h1 { font-size: 2em; margin: .67em 0 } h2 { font-size: 1.5em; margin: .75em 0 } h3 { font-size: 1.17em; margin: .83em 0 } h5 { font-size: .83em; margin: 1.5em 0 } h6 { font-size: .75em; margin: 1.67em 0 } h1, h2, h3, h4, h5, h6 { font-weight: bolder } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } /* Billboard */ .billboard{ width: 100%; height: 690px; position: relative; } .billboard.dark{ background: url('../img/billboard2.jpg') no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; } .billboard .shadow{ position: absolute; width: 100%; height: 142px; bottom: 0; left: 0; margin-bottom: -1px; background: url('../img/shadow.png') repeat-x; } .billboard .caption{ margin-top: 130px; text-align: center; } .billboard .caption.dark{ color: #38403D; } .billboard .caption h1{ font-family: 'Quicksand'; font-size: 50px; font-weight: bold; margin-bottom: 30px; } .billboard .caption.dark h1{ color: #5d5d5d } .billboard .caption p{ font-family: 'Quicksand'; font-size: 18px; margin-bottom: 30px; } .billboard .caption.dark p{ color: #38403D; } .billboard .caption hr{ display: inline-block; height: 1px; width: 30px; border: 0!important; margin: 0; padding: 0; } .billboard .caption.dark hr{ background: #5d5d5d; } /* header */ header{ width: 100%; height: 125px; } header .logo{ float: left; margin-top: 50px; } header nav{ float: right; margin-top: 57px; } header nav ul li{ list-style: none; display: block; float: left; margin-left: 50px; } header nav ul li a{ text-decoration: none; font-family: "Rubik"; font-size: 14px; transition:all .2s linear; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; -o-transition:all .2s linear; } header.dark nav ul li a{ color: #838988; } header.dark nav ul li a:hover{ color: #D6D8D8; } /* Services */ .services ul{ margin-top: 100px; } .services ul li{ list-style: none; display: block; width: 313px; float: left; margin-left: 80px; text-align: center; } .services ul li:first-child{ margin-left: 0; } .services ul li .separator{ display: block; width: 1px; height: 20px; background: #f6f6f6; margin: 20px auto; } .services ul li h2 a{ color: #838988; font-family: 'Quicksand'; font-size: 18px; font-weight: bold; margin: 0; } .services ul li h2 a:hover{ color: #D6D8D8; } .services ul li p{ color: #38403D; font-family: 'Quicksand'; font-size: 14px; line-height: 28px; margin-top: 40px; letter-spacing: .5px; } /* Block before footer */ .block_f{ display: block; width: 100%; height: 50px; text-align: center; margin-top: 50px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; } /* footer */ footer{ padding: 35px 0; overflow: hidden; } footer .footer_logo{ float: left; } footer .rights p{ float: left; color: #838988; font-family: "Rubik"; font-size: 13px; margin: 5px 0 0 40px; } footer nav ul{ float: right; overflow: hidden; list-style: none; margin-top: 5px; } footer nav ul li{ float: left; margin-left: 25px; } footer nav ul li a{ color: #838988; font-family: "Rubik"; font-size: 13px; text-decoration: none; transition:all .2s linear; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; -o-transition:all .2s linear; } footer nav ul li a:hover{ color: #D6D8D8; }
0.26569
0.123023
@font-face { font-family: "Ki"; src: url("./Ki.eot"); src: url("./Ki.eot?#iefix") format("embedded-opentype"), url("./Ki.woff") format("woff"), url("./Ki.ttf") format("truetype"), url("./Ki.svg#Ki") format("svg"); font-weight: normal; font-style: normal; } .ki { font-size: 1rem; } .ki:before { font-family: "Ki"; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } .ki-double-arrow-next:before { content: "\f100"; } .ki-double-arrow-back:before { content: "\f101"; } .ki-double-arrow-down:before { content: "\f102"; } .ki-double-arrow-up:before { content: "\f103"; } .ki-long-arrow-back:before { content: "\f104"; } .ki-arrow-next:before { content: "\f105"; } .ki-arrow-back:before { content: "\f106"; } .ki-long-arrow-next:before { content: "\f107"; } .ki-check:before { content: "\f108"; } .ki-arrow-down:before { content: "\f109"; } .ki-minus:before { content: "\f10a"; } .ki-long-arrow-down:before { content: "\f10b"; } .ki-long-arrow-up:before { content: "\f10c"; } .ki-plus:before { content: "\f10d"; } .ki-arrow-up:before { content: "\f10e"; } .ki-round:before { content: "\f10f"; } .ki-reload:before { content: "\f110"; } .ki-refresh:before { content: "\f111"; } .ki-solid-plus:before { content: "\f112"; } .ki-bold-close:before { content: "\f113"; } .ki-solid-minus:before { content: "\f114"; } .ki-hide:before { content: "\f115"; } .ki-code:before { content: "\f116"; } .ki-copy:before { content: "\f117"; } .ki-up-and-down:before { content: "\f118"; } .ki-left-and-right:before { content: "\f119"; } .ki-bold-triangle-bottom:before { content: "\f11a"; } .ki-bold-triangle-right:before { content: "\f11b"; } .ki-bold-triangle-top:before { content: "\f11c"; } .ki-bold-triangle-left:before { content: "\f11d"; } .ki-bold-double-arrow-up:before { content: "\f11e"; } .ki-bold-double-arrow-next:before { content: "\f11f"; } .ki-bold-double-arrow-back:before { content: "\f120"; } .ki-bold-double-arrow-down:before { content: "\f121"; } .ki-bold-arrow-down:before { content: "\f122"; } .ki-bold-arrow-next:before { content: "\f123"; } .ki-bold-arrow-back:before { content: "\f124"; } .ki-bold-arrow-up:before { content: "\f125"; } .ki-bold-check:before { content: "\f126"; } .ki-bold-wide-arrow-down:before { content: "\f127"; } .ki-bold-wide-arrow-up:before { content: "\f128"; } .ki-bold-wide-arrow-next:before { content: "\f129"; } .ki-bold-wide-arrow-back:before { content: "\f12a"; } .ki-bold-long-arrow-up:before { content: "\f12b"; } .ki-bold-long-arrow-down:before { content: "\f12c"; } .ki-bold-long-arrow-back:before { content: "\f12d"; } .ki-bold-long-arrow-next:before { content: "\f12e"; } .ki-bold-check-1:before { content: "\f12f"; } .ki-close:before { content: "\f130"; } .ki-more-ver:before { content: "\f131"; } .ki-bold-more-ver:before { content: "\f132"; } .ki-more-hor:before { content: "\f133"; } .ki-bold-more-hor:before { content: "\f134"; } .ki-bold-menu:before { content: "\f135"; } .ki-drag:before { content: "\f136"; } .ki-bold-sort:before { content: "\f137"; } .ki-eye:before { content: "\f138"; } .ki-outline-info:before { content: "\f139"; } .ki-menu:before { content: "\f13a"; } .ki-menu-grid:before { content: "\f13b"; } .ki-wrench:before { content: "\f13c"; } .ki-gear:before { content: "\f13d"; } .ki-info:before { content: "\f13e"; } .ki-calendar-2:before { content: "\f13f"; } .ki-calendar:before { content: "\f140"; } .ki-calendar-today:before { content: "\f141"; } .ki-clock:before { content: "\f142"; } .ki-dots:before { content: "\f143"; }
public/assets/admin/plugins/keenthemes-icons/font/ki.rtl.css
@font-face { font-family: "Ki"; src: url("./Ki.eot"); src: url("./Ki.eot?#iefix") format("embedded-opentype"), url("./Ki.woff") format("woff"), url("./Ki.ttf") format("truetype"), url("./Ki.svg#Ki") format("svg"); font-weight: normal; font-style: normal; } .ki { font-size: 1rem; } .ki:before { font-family: "Ki"; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } .ki-double-arrow-next:before { content: "\f100"; } .ki-double-arrow-back:before { content: "\f101"; } .ki-double-arrow-down:before { content: "\f102"; } .ki-double-arrow-up:before { content: "\f103"; } .ki-long-arrow-back:before { content: "\f104"; } .ki-arrow-next:before { content: "\f105"; } .ki-arrow-back:before { content: "\f106"; } .ki-long-arrow-next:before { content: "\f107"; } .ki-check:before { content: "\f108"; } .ki-arrow-down:before { content: "\f109"; } .ki-minus:before { content: "\f10a"; } .ki-long-arrow-down:before { content: "\f10b"; } .ki-long-arrow-up:before { content: "\f10c"; } .ki-plus:before { content: "\f10d"; } .ki-arrow-up:before { content: "\f10e"; } .ki-round:before { content: "\f10f"; } .ki-reload:before { content: "\f110"; } .ki-refresh:before { content: "\f111"; } .ki-solid-plus:before { content: "\f112"; } .ki-bold-close:before { content: "\f113"; } .ki-solid-minus:before { content: "\f114"; } .ki-hide:before { content: "\f115"; } .ki-code:before { content: "\f116"; } .ki-copy:before { content: "\f117"; } .ki-up-and-down:before { content: "\f118"; } .ki-left-and-right:before { content: "\f119"; } .ki-bold-triangle-bottom:before { content: "\f11a"; } .ki-bold-triangle-right:before { content: "\f11b"; } .ki-bold-triangle-top:before { content: "\f11c"; } .ki-bold-triangle-left:before { content: "\f11d"; } .ki-bold-double-arrow-up:before { content: "\f11e"; } .ki-bold-double-arrow-next:before { content: "\f11f"; } .ki-bold-double-arrow-back:before { content: "\f120"; } .ki-bold-double-arrow-down:before { content: "\f121"; } .ki-bold-arrow-down:before { content: "\f122"; } .ki-bold-arrow-next:before { content: "\f123"; } .ki-bold-arrow-back:before { content: "\f124"; } .ki-bold-arrow-up:before { content: "\f125"; } .ki-bold-check:before { content: "\f126"; } .ki-bold-wide-arrow-down:before { content: "\f127"; } .ki-bold-wide-arrow-up:before { content: "\f128"; } .ki-bold-wide-arrow-next:before { content: "\f129"; } .ki-bold-wide-arrow-back:before { content: "\f12a"; } .ki-bold-long-arrow-up:before { content: "\f12b"; } .ki-bold-long-arrow-down:before { content: "\f12c"; } .ki-bold-long-arrow-back:before { content: "\f12d"; } .ki-bold-long-arrow-next:before { content: "\f12e"; } .ki-bold-check-1:before { content: "\f12f"; } .ki-close:before { content: "\f130"; } .ki-more-ver:before { content: "\f131"; } .ki-bold-more-ver:before { content: "\f132"; } .ki-more-hor:before { content: "\f133"; } .ki-bold-more-hor:before { content: "\f134"; } .ki-bold-menu:before { content: "\f135"; } .ki-drag:before { content: "\f136"; } .ki-bold-sort:before { content: "\f137"; } .ki-eye:before { content: "\f138"; } .ki-outline-info:before { content: "\f139"; } .ki-menu:before { content: "\f13a"; } .ki-menu-grid:before { content: "\f13b"; } .ki-wrench:before { content: "\f13c"; } .ki-gear:before { content: "\f13d"; } .ki-info:before { content: "\f13e"; } .ki-calendar-2:before { content: "\f13f"; } .ki-calendar:before { content: "\f140"; } .ki-calendar-today:before { content: "\f141"; } .ki-clock:before { content: "\f142"; } .ki-dots:before { content: "\f143"; }
0.427516
0.104204
@font-face { font-family: "Flaticon"; src: url("Flaticon.woff") format("woff"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio: 0) { @font-face { font-family: "Flaticon"; } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-size: 20px; font-style: normal; margin-left: 20px; } .flaticon-add-button:before { content: "\f100"; } .flaticon-apps:before { content: "\f101"; } .flaticon-at:before { content: "\f102"; } .flaticon-bookmark:before { content: "\f103"; } .flaticon-browser:before { content: "\f104"; } .flaticon-browser-visualization:before { content: "\f105"; } .flaticon-check-square:before { content: "\f106"; } .flaticon-chrome-logo:before { content: "\f107"; } .flaticon-close:before { content: "\f108"; } .flaticon-compass:before { content: "\f109"; } .flaticon-compass-1:before { content: "\f10a"; } .flaticon-compass-2:before { content: "\f10b"; } .flaticon-compass-3:before { content: "\f10c"; } .flaticon-connections:before { content: "\f10d"; } .flaticon-diagonal-enlarge:before { content: "\f10e"; } .flaticon-download:before { content: "\f10f"; } .flaticon-downloading-from-smartphone:before { content: "\f110"; } .flaticon-favorites-button:before { content: "\f111"; } .flaticon-folders:before { content: "\f112"; } .flaticon-glasses:before { content: "\f113"; } .flaticon-high-volume:before { content: "\f114"; } .flaticon-history-button:before { content: "\f115"; } .flaticon-home:before { content: "\f116"; } .flaticon-menu-button:before { content: "\f117"; } .flaticon-microphone:before { content: "\f118"; } .flaticon-mouse:before { content: "\f119"; } .flaticon-multi-tab:before { content: "\f11a"; } .flaticon-mute:before { content: "\f11b"; } .flaticon-new-file:before { content: "\f11c"; } .flaticon-next-page:before { content: "\f11d"; } .flaticon-note:before { content: "\f11e"; } .flaticon-notification:before { content: "\f11f"; } .flaticon-open-book:before { content: "\f120"; } .flaticon-order:before { content: "\f121"; } .flaticon-padlock:before { content: "\f122"; } .flaticon-picture:before { content: "\f123"; } .flaticon-pin:before { content: "\f124"; } .flaticon-play-button:before { content: "\f125"; } .flaticon-play-button-1:before { content: "\f126"; } .flaticon-refresh-button:before { content: "\f127"; } .flaticon-retweet:before { content: "\f128"; } .flaticon-settings:before { content: "\f129"; } .flaticon-shop:before { content: "\f12a"; } .flaticon-side-menu:before { content: "\f12b"; } .flaticon-spider-web:before { content: "\f12c"; } .flaticon-tracker:before { content: "\f12d"; } .flaticon-turn-right:before { content: "\f12e"; } .flaticon-upload-arrow:before { content: "\f12f"; } .flaticon-upload-to-cloud:before { content: "\f130"; } .flaticon-user:before { content: "\f131"; }
assets/icons/set_1/flaticon.css
@font-face { font-family: "Flaticon"; src: url("Flaticon.woff") format("woff"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio: 0) { @font-face { font-family: "Flaticon"; } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-size: 20px; font-style: normal; margin-left: 20px; } .flaticon-add-button:before { content: "\f100"; } .flaticon-apps:before { content: "\f101"; } .flaticon-at:before { content: "\f102"; } .flaticon-bookmark:before { content: "\f103"; } .flaticon-browser:before { content: "\f104"; } .flaticon-browser-visualization:before { content: "\f105"; } .flaticon-check-square:before { content: "\f106"; } .flaticon-chrome-logo:before { content: "\f107"; } .flaticon-close:before { content: "\f108"; } .flaticon-compass:before { content: "\f109"; } .flaticon-compass-1:before { content: "\f10a"; } .flaticon-compass-2:before { content: "\f10b"; } .flaticon-compass-3:before { content: "\f10c"; } .flaticon-connections:before { content: "\f10d"; } .flaticon-diagonal-enlarge:before { content: "\f10e"; } .flaticon-download:before { content: "\f10f"; } .flaticon-downloading-from-smartphone:before { content: "\f110"; } .flaticon-favorites-button:before { content: "\f111"; } .flaticon-folders:before { content: "\f112"; } .flaticon-glasses:before { content: "\f113"; } .flaticon-high-volume:before { content: "\f114"; } .flaticon-history-button:before { content: "\f115"; } .flaticon-home:before { content: "\f116"; } .flaticon-menu-button:before { content: "\f117"; } .flaticon-microphone:before { content: "\f118"; } .flaticon-mouse:before { content: "\f119"; } .flaticon-multi-tab:before { content: "\f11a"; } .flaticon-mute:before { content: "\f11b"; } .flaticon-new-file:before { content: "\f11c"; } .flaticon-next-page:before { content: "\f11d"; } .flaticon-note:before { content: "\f11e"; } .flaticon-notification:before { content: "\f11f"; } .flaticon-open-book:before { content: "\f120"; } .flaticon-order:before { content: "\f121"; } .flaticon-padlock:before { content: "\f122"; } .flaticon-picture:before { content: "\f123"; } .flaticon-pin:before { content: "\f124"; } .flaticon-play-button:before { content: "\f125"; } .flaticon-play-button-1:before { content: "\f126"; } .flaticon-refresh-button:before { content: "\f127"; } .flaticon-retweet:before { content: "\f128"; } .flaticon-settings:before { content: "\f129"; } .flaticon-shop:before { content: "\f12a"; } .flaticon-side-menu:before { content: "\f12b"; } .flaticon-spider-web:before { content: "\f12c"; } .flaticon-tracker:before { content: "\f12d"; } .flaticon-turn-right:before { content: "\f12e"; } .flaticon-upload-arrow:before { content: "\f12f"; } .flaticon-upload-to-cloud:before { content: "\f130"; } .flaticon-user:before { content: "\f131"; }
0.439026
0.228888
memory { display: flex; justify-content: center; } .punkte { min-width: 150px; } .karten { display: flex; flex-wrap: wrap; max-width: 960px; } karte { perspective: 1000px; display: block; height: 200px; width: 200px; margin: 20px; flex-grow: 0; flex-shrink: 0; } karte:hover { cursor: pointer; } karte .rahmen { position: relative; width: 100%; height: 100%; transition: 0.6s; transition-property: transform; transform-style: preserve-3d; } .rahmen.offen { transform: rotateY(180deg); } karte .vorderseite, karte .rueckseite { width: 100%; height: 100%; backface-visibility: hidden; position: absolute; top: 0; left: 0; } karte .vorderseite img { width: 100%; } karte .rueckseite { z-index: 2; background-color: #5CB85C; background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) } karte:hover .rueckseite { background-color: #5BC0DE; } karte .vorderseite { transform: rotateY(180deg); background-color: #F9F9F9; border: 1px solid #B0B4B5; } /**Dialog**/ .dialog-backdrop { display: flex; justify-content: center; align-items: flex-start; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.7); ; } .dialog { opacity: 1; margin-top: 40px; background-color: #FFFFFF; border-radius: 5px; width: 400px; height: 200px; display: flex; flex-direction: column; } .dialog-header { padding: 10px; font-size: 36px; font-weight: bold; border-bottom: 1px solid #B0B4B5; perspective: 1000px; } .dialog-content { padding: 10px; font-weight: bold; display: flex; align-items: center; flex-grow: 1; } .dialog-footer { padding: 10px; border-top: 1px solid #B0B4B5; display: flex; justify-content: flex-end; } button { background-color: #5CB85C; padding: 5px; border: 1px solid #B0B4B5; border-radius: 5px; color: #FFFFFF; } button:hover { cursor: pointer; background-color: #5BC0DE; } /* Dialog Animation */ .dialog-header span { animation-name: jump; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; display: inline-block; transform-style: preserve-3d; } .dialog-header .u { animation-delay: 0.2s; } .dialog-header .p { animation-delay: 0.4s; } .dialog-header .e { animation-delay: 0.6s; } .dialog-header .r { animation-delay: 0.8s; } .dialog-header .sign { animation-delay: 1s; } @keyframes jump { 0% { transform: translateY(0); } 10% { transform: translateY(-18px); } 30% { transform: translateY(0); } 40% { transform: translateY(-10px); } 50% { transform: translateY(0); } 60% { transform: translateY(-5px); } 70% { transform: translateY(0); } 80% { transform: translateY(-2px); } 100% { transform: translateY(0); } }
style/memory.css
memory { display: flex; justify-content: center; } .punkte { min-width: 150px; } .karten { display: flex; flex-wrap: wrap; max-width: 960px; } karte { perspective: 1000px; display: block; height: 200px; width: 200px; margin: 20px; flex-grow: 0; flex-shrink: 0; } karte:hover { cursor: pointer; } karte .rahmen { position: relative; width: 100%; height: 100%; transition: 0.6s; transition-property: transform; transform-style: preserve-3d; } .rahmen.offen { transform: rotateY(180deg); } karte .vorderseite, karte .rueckseite { width: 100%; height: 100%; backface-visibility: hidden; position: absolute; top: 0; left: 0; } karte .vorderseite img { width: 100%; } karte .rueckseite { z-index: 2; background-color: #5CB85C; background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) } karte:hover .rueckseite { background-color: #5BC0DE; } karte .vorderseite { transform: rotateY(180deg); background-color: #F9F9F9; border: 1px solid #B0B4B5; } /**Dialog**/ .dialog-backdrop { display: flex; justify-content: center; align-items: flex-start; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.7); ; } .dialog { opacity: 1; margin-top: 40px; background-color: #FFFFFF; border-radius: 5px; width: 400px; height: 200px; display: flex; flex-direction: column; } .dialog-header { padding: 10px; font-size: 36px; font-weight: bold; border-bottom: 1px solid #B0B4B5; perspective: 1000px; } .dialog-content { padding: 10px; font-weight: bold; display: flex; align-items: center; flex-grow: 1; } .dialog-footer { padding: 10px; border-top: 1px solid #B0B4B5; display: flex; justify-content: flex-end; } button { background-color: #5CB85C; padding: 5px; border: 1px solid #B0B4B5; border-radius: 5px; color: #FFFFFF; } button:hover { cursor: pointer; background-color: #5BC0DE; } /* Dialog Animation */ .dialog-header span { animation-name: jump; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; display: inline-block; transform-style: preserve-3d; } .dialog-header .u { animation-delay: 0.2s; } .dialog-header .p { animation-delay: 0.4s; } .dialog-header .e { animation-delay: 0.6s; } .dialog-header .r { animation-delay: 0.8s; } .dialog-header .sign { animation-delay: 1s; } @keyframes jump { 0% { transform: translateY(0); } 10% { transform: translateY(-18px); } 30% { transform: translateY(0); } 40% { transform: translateY(-10px); } 50% { transform: translateY(0); } 60% { transform: translateY(-5px); } 70% { transform: translateY(0); } 80% { transform: translateY(-2px); } 100% { transform: translateY(0); } }
0.558207
0.10683
body{ /*Fonte da letras*/ font-family: Arial, Helvetica, sans-serif; /*cor de fundo*/ background: #cccc; /*margem*/ margin: 0; } /*Classe Inicio*/ .Inicio{ /*adicionou uma imagem*/ background-image: url(../IMG/bg-3.jpg); /*Tamanho da imagem*/ height: 500px; /*Posicionamento da imagem*/ background-position: right center; /*Controla o quanto imagem vai ocupar dentro do espaço*/ background-size: cover; border: 1px solid transparent; } .Inicio nav ul{ text-align: right; margin: 35px 50px 0 0; } .Inicio nav li{ display: inline-block; list-style: none; border: 1px solid white; } .Inicio nav a{ display: block; /*O ultimo numero do rgba é a transparencia*/ background-color: rgba(0,0,0,0.2); /*Para que a cor ocupe toda a borda*/ padding: 10px; color: white; /*Tirar o subilinhado*/ text-decoration: none; /*Letras Maiúsculas*/ text-transform: uppercase; font-size: 12px; /*Espaço entre as letras*/ letter-spacing: 2px; } .Inicio nav a:hover{ background-color: rgba(0,0,0,0.5); } .Titulo{ text-align: center; color: #ffffff; margin-top: 145px; } .Titulo h1{ text-transform: uppercase; font-size: 60px; /* O primeiro valor é deslocado para direita e o segundo para esquerda e o ultimo é a cor*/ text-shadow: 8px 12px 8px #1c1a1a; } .Titulo p{ /*Os primeiros valores é para cor e o ultimo é transparência*/ background-color:rgba(0, 0, 0, 0.6); display: inline-block; padding: 15px; border-bottom:2px solid white; } main{ width: 80%; margin: auto; } .espaço-cards{ background-color: white; /*Diminuir o padding para ficar a parte de fora mais justa*/ padding: 2px; margin: 15px; } .cards{ /**/ display:inline-table; /*Largura da borda da imagem*/ width: 32%; /*Seperação entre as imagens*/ margin: 5px; } .cards img{ /*Tamanho da imagem*/ width: 100%; margin-bottom: 0%; } .cards p{ /*Alinhei a palavras para o centro*/ text-align: center; /*Preto, meio transparente*/ background-color: rgba(0,0,0, 0.5); margin-top: 0%; padding: 3%; } footer { /**/ margin-top: 50px; padding: 5px; background-color: rgb(172, 172, 172); text-align: center; color: white; font-size:14px; text-transform: uppercase; }
Atividades Front End/Atividade1/CSS/style.css
body{ /*Fonte da letras*/ font-family: Arial, Helvetica, sans-serif; /*cor de fundo*/ background: #cccc; /*margem*/ margin: 0; } /*Classe Inicio*/ .Inicio{ /*adicionou uma imagem*/ background-image: url(../IMG/bg-3.jpg); /*Tamanho da imagem*/ height: 500px; /*Posicionamento da imagem*/ background-position: right center; /*Controla o quanto imagem vai ocupar dentro do espaço*/ background-size: cover; border: 1px solid transparent; } .Inicio nav ul{ text-align: right; margin: 35px 50px 0 0; } .Inicio nav li{ display: inline-block; list-style: none; border: 1px solid white; } .Inicio nav a{ display: block; /*O ultimo numero do rgba é a transparencia*/ background-color: rgba(0,0,0,0.2); /*Para que a cor ocupe toda a borda*/ padding: 10px; color: white; /*Tirar o subilinhado*/ text-decoration: none; /*Letras Maiúsculas*/ text-transform: uppercase; font-size: 12px; /*Espaço entre as letras*/ letter-spacing: 2px; } .Inicio nav a:hover{ background-color: rgba(0,0,0,0.5); } .Titulo{ text-align: center; color: #ffffff; margin-top: 145px; } .Titulo h1{ text-transform: uppercase; font-size: 60px; /* O primeiro valor é deslocado para direita e o segundo para esquerda e o ultimo é a cor*/ text-shadow: 8px 12px 8px #1c1a1a; } .Titulo p{ /*Os primeiros valores é para cor e o ultimo é transparência*/ background-color:rgba(0, 0, 0, 0.6); display: inline-block; padding: 15px; border-bottom:2px solid white; } main{ width: 80%; margin: auto; } .espaço-cards{ background-color: white; /*Diminuir o padding para ficar a parte de fora mais justa*/ padding: 2px; margin: 15px; } .cards{ /**/ display:inline-table; /*Largura da borda da imagem*/ width: 32%; /*Seperação entre as imagens*/ margin: 5px; } .cards img{ /*Tamanho da imagem*/ width: 100%; margin-bottom: 0%; } .cards p{ /*Alinhei a palavras para o centro*/ text-align: center; /*Preto, meio transparente*/ background-color: rgba(0,0,0, 0.5); margin-top: 0%; padding: 3%; } footer { /**/ margin-top: 50px; padding: 5px; background-color: rgb(172, 172, 172); text-align: center; color: white; font-size:14px; text-transform: uppercase; }
0.310276
0.070176
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900&display=swap'); body { font-family: 'Roboto', sans-serif; width: 100%; position: relative; } .rightsocial { margin: 0 0 0 13px; } @media (min-width: 1200px) { .container { max-width: 1200px; } }.tops__posth { font-size: 24px; padding: 0; min-height: 41px; text-align: left; margin: 0 0 8px 0; font-weight: 600; line-height: 31px; color: #242a2f; }.tops__post2h { font-size: 15px; padding: 0; /* min-height: 41px; */ text-align: left; margin: 0 0 8px 0; font-weight: 500; line-height: 20px; color: #242a2f; }.tops__postD { padding-right: 1rem; font-size: 1rem; line-height: 1.5; color: #3a3a3a; font-weight: 300; } .tops__post{margin: 0px 0 0 0; background: #fff; box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06); padding: 0 0 9px; /* border: 1px solid #fff; */ border-top: 0; position: relative; display: block; border-radius: 4px; text-decoration: none;} .desktop-header .xo-mobile-filter-center { width: 100%; } .LatestStroies:last-child .inlinelSt {border: 0; margin-bottom: 0;} .toptranding45:first-child{ padding-bottom: 6px; margin-bottom: 10px;} .imagerow>.col-12 { padding: 0 } .desktop-header { position: relative; /* border-bottom: 1px solid rgb(238, 238, 238); */ } .toptranding45 { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06); } .col-block { padding: 0px 9px; overflow: hidden; } .rightsocial a { height: 25px; text-align: center; width: 25px; background: #FFF; color: #3a3939; display: inline-block; font-size: 14px; border-radius: 76px; margin: 0 0 0 2px; } .pp-14 { border-right: 1px solid #e5e5e5; padding: 0 20px; } .pp-15 { border-right: 1px solid #e5e5e5; padding: 0 20px; }.pp-16 { padding: 0 20px; } .follw, .sitenames { color: #fff; } .desktop-header .desktop-header-wrapper { max-width: 92%; margin: auto; -webkit-transition: none; transition: none; left: 0; right: 0; padding: 6px 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; /* background: #f3f3f3; */ /* box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.05), 0 3px 1px 0 rgba(20,23,28,.1); */ /* box-shadow: 0 1px 2px 0 rgba(0,0,0,.03), 0 1px 2px 0 rgba(0,0,0,.03); */ } a.logins { color: #ffffff; padding: 1px 15px 5px 15px; position: relative; height: 28px; line-height: 25px; display: block; font-size: 15px; /* text-transform: uppercase; */ font-weight: 500; border: 1px solid #fcfcfc; border-radius: 2px; } a.logins::before{ display: inline-block; position: absolute; content: ''; display: none; background-position: 0px -90px !important; width: 20px; height: 16px; /* background-color: red; */ left: -2px; top: 1px; /* opacity: 0.6; */ background: url(../images/iconsbg.png) no-repeat; background-size: 15px auto; } .font12 { font-size: 11px !important; } .desktop-header-wrapper2 { max-width: calc(100%); margin: 0px auto 0px; -webkit-transition: none; transition: none; left: 0; right: 0; padding: 0 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: left; /* border-top: 1px solid #f3f3f3; */ -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,.1) !important; -moz-box-shadow: 0 3px 6px -3px rgba(0,0,0,.1); box-shadow: 0 3px 6px -3px rgba(0,0,0,.1); background: #fcfcfc; z-index: 5; } .desktop-header .logo { margin-right: 20px; } .frontimages img { width: 100%; border-radius: 4px; } .frontimages { max-height: 300px; overflow: hidden; position: relative; border-radius: 5px; } .frontimages::after { content: ""; display: block; position: absolute; bottom: -1px; top: 19%; left: -1px; right: -1px; z-index: 1; opacity: 0.7; background: linear-gradient(0deg, #080e1f 20px, rgba(8, 14, 31, 0)); will-change: top; border-radius: 4px; -webkit-transition: top .2s; transition: top .2s; } .mainfront1 { margin: 12px 0; } .mainfront { margin: 5px 0; } .language_0 { font-weight: 500; color: #ffffff; /* background: #FFF; */ font-size: 15px; width: 60px; line-height: 16px; height: 33px; border: 0; padding: 8px 0; /* border-radius: 20px; */ margin-right: 0; margin-top: 5px; /* border: 1px solid #f1f1f1; */ } .language_0 i { font-size: 12px; } .frontimages1 { max-height: 300px; overflow: hidden; position: relative; border-radius: 5px; } .frontimages1 img { width: 100%; border-radius: 4px; } .content_front1 { position: absolute; bottom: 0; width: calc(100% - 30px); left: 15px; z-index: 2; bottom: 16px; } .content_front1 h4 { color: #fff; font-size: 30px; font-weight: 600; } .content_front1 h5 { font-size: 18px; color: #fff; line-height: 22px; } .sharebtn { cursor: pointer; } .tabbed-widget { margin-top: 20px; background: #f6f6f6; padding: 40px; } .tabbed-widget__wrap--active { display: block; } .tabbed-widget__subtitle { font-weight: 400; text-align: center; font-size: 2.4rem; color: #181733; margin-bottom: .2rem; } .tabbed-widget__description { margin-bottom: 2rem; font-family: fcb-regular, Arial, Helvetica Neue, Helvetica, sans-serif; font-weight: 400; font-size: 1.6rem; text-align: center; color: #000; } .ticket { list-style-type: none; display: -webkit-box; display: flex; margin: 0 0; position: relative; } .ticket__info { display: -webkit-inline-box; display: inline-flex; width: 100%; height: 100%; } .ticket__price-section { -webkit-box-flex: 1; flex: 1 1 45%; display: -webkit-box; display: flex; } .ticket__shadow-container--inverse { border-radius: .8rem .8rem .8rem .8rem; } .user_loginprofile { display: block; padding: 4px 3px; cursor: pointer; border-radius: 4px; width: 141px; text-align: center; position: relative; background: #fff; /* box-shadow: 0 0 3px 0 rgba(207, 207, 207, 0.76); */ } .imaguser_l { width: 26px; display: inline-block; } .imaguser_l img { border-radius: 100px; } .userloginname { width: auto; color: #4f4f4f; display: inline-block; padding: 1px 0 0 9px; font-weight: 500; font-size: 14px; text-transform: capitalize; } .userlogin-nav { position: absolute; top: 43px; left: 0; z-index: 2; background: #fff; border: 1px solid #ededed; border-top: 0; display: none; border-radius: 1px; width: 190px; padding: 5px 5px 0 !important; box-shadow: 0 -6px 24px 0 rgba(0,0,0,.15); } .userlogin-nav:before { border: 10px solid transparent; border-bottom-color: #fff; width: 0; height: 0; position: absolute; content: " "; top: -20px; right: 40%; z-index: 9; } .userlogin-nav li { margin: 0 !important; display: block !important; } .userlogin-nav li a { display: block; padding: 8px 10px !important; color: #3a3a3a; font-weight: 400; text-align: left; border-bottom: 1px solid #f1f1f1; font-size: 14px; letter-spacing: 0.2px; } .userlogin-nav li:last-child a { padding-bottom: 10px !important; /* border-top: 1px solid #e9e9e9; */ } .ticket__shadow-container { -webkit-box-flex: 1; flex: 1; display: -webkit-box; display: flex; box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, .12); border-radius: 0 .8rem .8rem 0; overflow: hidden; } .maintop12 { display: flex;} .trendstop img{width: 100%;} .ticket__image-section { width: 34%; position: relative; overflow: hidden; height: 100%; }.frontimagesTop { max-height: 400px; overflow: hidden; position: absolute; border-radius: 2px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3) !important; max-width: 600px; left: 60px; bottom: 4%; padding: 10px 25px; background: #050505ba; }.mainfrontTop { margin-top: 0; }.frontimagesTop .categoryTop { font-size: 15px; font-weight: 500; color: #fff; } .toptrend {height: 350px; overflow: hidden; margin-top: 3px; width: 50%; display: inline-block; position: relative;} .frontimagesTop h1 { font-size: 28px; font-weight: 600;margin-bottom: 5px; line-height: initial; color: #fff; } .getstart .btn { font-size: 16px; border: 2px solid #fca695; color: #f6846e; text-transform: uppercase; font-weight: 500; } .getstart { margin-top: 28px; } .containertop { background-position: 50%; position: relative; background-size: cover!important; background-repeat: no-repeat;height: 320px;} .frontimagesTopcc::after { content: ""; display: block; position: absolute; bottom: -1px; top: 19%; left: -1px; right: -1px; z-index: 1; background: -webkit-gradient(linear, left bottom, left top, color-stop(20px, #0000009e), to(rgba(8, 14, 31, 0))); background: linear-gradient(0deg, rgba(0, 0, 0, 0.6196078431372549) 20px, rgba(8, 14, 31, 0)); will-change: top; border-radius: 4px; -webkit-transition: top .2s; transition: top .2s; } .content_Top { position: absolute; bottom: 0; width: calc(100% - 30px); left: 15px; z-index: 2; top: 40%; text-align: center; } .ticket__picture { -o-object-fit: cover; object-fit: cover; font-family: object-fit\: cover; height: 100%; width: 100%; margin-left: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .ticket__club-banner { position: absolute; left: 0; width: 1rem; top: 0; bottom: 0; z-index: 10; background: #181733; background-image: url(https://www.fcbarcelona.com/resources/v1.26.2/i/bg-elements/stripes-thin.png); background-size: cover; background-repeat: no-repeat; } .ticket__price { -webkit-box-flex: 1; flex: 1; background: #fff; padding: 18px 6px 13px; text-align: center; } .ticket__subtitle { text-transform: uppercase; /* font-family: fcb-semi-bold,Arial,Helvetica Neue,Helvetica,sans-serif; */ font-weight: 400; font-size: 12px; line-height: 1.2rem; letter-spacing: .3rem; color: #181733; margin-bottom: 0; } .ticket__title { background: -webkit-gradient(linear, left top, right top, from(#cd122d), to(#154284)); background: linear-gradient(90deg, #cd122d, #154284); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #fff; } .topsection { background: #f8f8f8; padding: 20px 0; margin-top: 0; } .topsection .container {max-width: 90%; } .ticket__title { font-weight: 700; color: #cd122d; font-size: 25px; line-height: 35px; margin-top: 0; margin-bottom: 4px; } .toptrends .row { margin-right: -5px; margin-left: -5px; } .trends-title { font-size: 15px; padding: 0; text-align: left; margin: 4px 0; /* line-height: 24px; */ letter-spacing: 0.2px; font-weight: 400; line-height: initial; color: #000; } .toptrendsimg img { border-radius: 6px; } .trendscat { padding: 0; color: #b2b2b2; font-size: 12px; margin: 10px 0 0 0; font-weight: 400; } .authorq { display: flex; padding: 8px 0 0; } .toptrends .col-p { padding: 0 5px; } .toptrends { margin: 0 0 7px 0; background: #fff; padding: 0; border: 0; display: block; border-radius: 6px; text-decoration: none; /* box-shadow: 3px 1px 1.5rem rgba(0,0,0,.1); */ -webkit-transition: box-shadow .3s ease-out; transition: box-shadow .3s ease-out; box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, .11); } .ticket__buy-price { display: -webkit-inline-box; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; position: relative; text-align: center; } .ticket__buy-text-bold { font-weight: 400; color: #222; } .ticket__buy-text, .ticket__buy-text-container { font-weight: 400; color: #222; line-height: 1.4rem; text-transform: uppercase; } .ticket__buy-text-container { font-size: .8rem; display: inline-block; position: relative; } .ticket__buy { font-weight: 400; color: #cd122d; font-size: 37px; position: relative; height: 4.4rem; line-height: 3.2rem; min-width: 4rem; } .image_p { display: block; padding: 20px; left: 395px; top: 39px; } .ticket__notch-wrap { overflow: hidden; position: relative; } .ticket__notch-wrap--dash:before { opacity: .3; content: ""; position: absolute; margin: 1.1rem 0; bottom: 0; top: 0; width: .1rem; right: 0; border-right: .1rem dashed #ccc; z-index: 10; height: calc(100% - 2.5rem); } .ticket__notch { width: 1.1rem; background-color: #fff; margin-top: 1.1rem; margin-bottom: 1.3rem; position: relative; height: calc(100% - 2.5rem); } .ticket__notch--inverse:before { bottom: -3.05rem; left: -1rem; } .ticket__notch:before { bottom: -3.05rem; left: -2.1rem; } .ticket__notch:after, .ticket__notch:before { content: ""; position: absolute; width: 2.1rem; height: 2.1rem; background: transparent; border-radius: 50%; box-shadow: inset 0 0 0.6rem 0 rgba(0, 0, 0, .12); border: 1rem solid #fff; } .ticket__notch--inverse:after { top: -3.05rem; left: -1rem; } .ticket__notch:after { top: -3.05rem; left: -2.1rem; } .ticket__notch:after, .ticket__notch:before { content: ""; position: absolute; width: 2.1rem; height: 2.1rem; background: transparent; border-radius: 50%; box-shadow: inset 0 0 0.6rem 0 rgba(0, 0, 0, .12); border: 1rem solid #fff; } .ticket__description-section { -webkit-box-flex: 1; flex: 1 1 40%; display: -webkit-box; display: flex; } .ticket__notch-wrap { overflow: hidden; position: relative; } .ticket__notch { width: 10px; background-color: #fff; margin-top: 1.1rem; margin-bottom: 1.3rem; position: relative; height: calc(100% - 2.5rem); } .ticket__notch:before { bottom: -3.05rem; left: -2.1rem; } .ticket__notch:after, .ticket__notch:before { content: ""; position: absolute; width: 2.1rem; height: 2.1rem; background: transparent; border-radius: 50%; box-shadow: inset 0 0 0.6rem 0 rgba(0, 0, 0, .12); border: 1rem solid #fff; } .ticket__notch:after { top: -3.05rem; left: -2.1rem; } .ticket__notch:after, .ticket__notch:before { content: ""; position: absolute; width: 2.1rem; height: 2.1rem; background: transparent; border-radius: 50%; box-shadow: inset 0 0 0.6rem 0 rgba(0, 0, 0, .12); border: 1rem solid #fff; } .ticket__shadow-container { -webkit-box-flex: 1; flex: 1; display: -webkit-box; display: flex; box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, .12); border-radius: .8rem; overflow: hidden; } .ticket__benefits { -webkit-box-flex: 1; flex: 1; background: #fff; padding: 6px 17px; } .ticket__benefit-description { font-size: 23px; font-weight: 600; line-height: 26px; color: #ca0f21; background: -webkit-gradient(linear, left top, right top, from(#cd122d), to(#154284)); background: linear-gradient(90deg, #cd122d, #154284); margin-left: 9px; margin-bottom: 5px; -webkit-background-clip: text; padding-top: 9px; -webkit-text-fill-color: transparent; } .ticket__benefit-list { display: -webkit-box; display: flex; flex-wrap: wrap; padding: 0 0 0 9px; font-weight: 400; list-style-type: circle; margin-bottom: 8px; } .ticket__benefit { -webkit-box-flex: 1; flex: 1 0 52%; /* display: -webkit-box; */ /* display: flex; */ min-height: auto; line-height: 22px; padding: 2px 1px; font-weight: 600; display: block; font-size: 15px; -webkit-box-align: center; align-items: center; /* list-style-type: circle; */ } .ticket__benefit-icon { display: inline; margin-right: .6rem; } /* .articles-thum img { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } */ .articles-thum { padding: 10px 10px; } .options_0 ul { padding: 0; margin: 0; } .options_0 ul li { display: inline-block; } .Photoscount { color: #727171; font-weight: 500; font-size: 16px; margin: 15px 0 5px 0; } .pp-Babout { background: #fff; border-radius: 2px; overflow: hidden; margin: 14px 0 0 0; box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); } .Aboutthe09 { color: #686868; font-weight: 500; font-size: 16px; line-height: 20px; padding: 15px 14px; margin: 0px -15px; margin-bottom: 10px; /* text-transform: uppercase; */ text-transform: capitalize; /* border-bottom: 1px solid #f6f6f6;*/ } .modal-dialog.sharebb { max-width: 380px; margin: 100px auto 0; } li.shareDialogButton { display: block; text-align: left; padding: 8px 13px; font-size: 18px; border: 1px solid lightgrey; margin: 15px auto; color: #4d4d4d; font-weight: 500; border-radius: 4px; max-width: 90%; } .slide_images .owl-theme .owl-nav span { font-size: 34px; line-height: 24px; } ul.shareDialogButtons { padding: 0; } .shareDialogButton span { display: inline-block; text-align: left; width: 90%; padding-left: 12px; } .options_0 { background: #fff; padding: 8px 17px; margin: 4px 0 0; } .options_0 ul li a { display: inline-block; padding-right: 10px; margin-right: 10px; font-size: 16px; color: #2a2a2a; border-right: 1px solid #d7d7d7; font-weight: 600; /* text-transform: uppercase; */ letter-spacing: 0.2px; } .options_0 ul li:last-child a { border: 0; } .articles-list { border: 1px solid #ededed; padding: 0 20px 0px 0; background: #fff; box-shadow: rgba(221, 221, 221, 0.5) 0px 2px 4px 1px; border-radius: 4px; margin: 0 0 5px 0; }.title_listed { font-size: 18px; margin: 10px 0px 6px; max-width: 38%; width: 38%; color: #4d4d4d; float: left; font-weight: 300; text-transform: capitalize; /* border-bottom: 1px solid #fcfcfc; */ }span.angl-icon { margin: 0 5px; } .home-text { font-size: 12px; /* float: right; */ font-weight: 500; /* top: -15px; */ /* position: absolute; */ color: #5d5d5d; left: 14px; text-transform: capitalize; } .home-text a { color: #4d4d4d;} .home-bread { font-size: 14px; float: left; top: 3px; font-weight: 500; position: absolute; left: 15px; } .home-bread a { color: #535353; } .articles-head { text-align: left; font-size: 18px; margin: 2px 0 5px; font-weight: 600; line-height: 24px; color: #434343; } .articles-des { text-align: left; font-size: 16px; margin: 0 0 5px 0; font-weight: 400; line-height: 20px; color: #575757; } .commentSec { background: #fff; border: 1px solid #E9E9E9; padding: 12px 12px; cursor: pointer; border-radius: 6px; -webkit-box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); margin: 15px 0 0 0; } .postcomment { display: flex; } .iconPost { width: 50px; } .PostHead { width: 40%; line-height: 32px; color: #a3a3a3; font-size: 15px; } .PostButton { width: 50%; text-align: right; } .mid_pricelst { background: #f6f7f7; background-size: cover; background-repeat: no-repeat; overflow: hidden; }.br_acount { border: 1px solid #f1f1f1; /* padding: 15px 22px; */ padding: 8px 20px; padding-bottom: 20px; }.mid_acount_part { background: #fff; padding: 4px; max-width: 1000px; border-radius: 2px; margin: 30px auto; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.24); }.reviw_heading { font-size: 22px; color: #e37565; font-weight: 300; margin: 15px 0; padding-bottom: 15px; text-align: center; } .errosMsg {display: block; width: 100%; color: #F44336; font-size: 13px;margin-bottom: 5px;} .rat_serv { font-size: 18px; color: #515151; font-weight: 400; display: block; padding-top: 6px; }.rd { display: inline-block; position: relative; padding-left: 0; margin-bottom: 12px; cursor: pointer; margin: 0 5px 0 0px; font-size: 16px; width: auto; }.rd input { position: absolute; top: 8px; opacity: 0; cursor: pointer; } .rd input:checked ~ .checkmark:after { color: rgb(255, 178, 4); } .rating-group { display: flex; flex-wrap: wrap; } .rating__icon { pointer-events: none; } .rating__input { position: absolute !important; left: -9999px !important; } .rating__input--none { display: none } .rating__label { cursor: pointer; padding: 0 0.1em; font-size: 25px; width: auto; } .rating__icon--star { color: orange; } .rating__input:checked ~ .rating__label .rating__icon--star { color: #ddd; } .rating-group:hover .rating__label .rating__icon--star { color: orange; } .rating__input:hover ~ .rating__label .rating__icon--star { color: #ddd; } .fostarta:hover ~ .checkmark:after {color: green;} .fostarta:hover .checkmark:after {color: red;} .rd .checkmark::after { font-size: 25px; font-family: FontAwesome; display: inline-block; content: ""; margin: 2px; } .checkmark:after { content: ""; color: #ccc; display: none; } .btn-edit_btn {font-weight: 500; color: #ffffff; /* border: 1px solid #fafafa; */ font-size: 14px; /* border: 0; */ word-spacing: 0; padding: 5px 15px; border-radius: 0px; /* margin-left: 4px; */ letter-spacing: 0.px; background: #d70c15; text-transform: uppercase; margin: 0px 0 0 0; display: inline-block; background: -moz-linear-gradient(left,#ff7831 0,#f83618 100%); background: -webkit-linear-gradient(left,#d70c15 0,#f83618 100%); background: linear-gradient(to right,#d70c15 0,#f83618 100%);}.reviw_allccnr { font-size: 14px; color: #6b6868; border-radius: 4px; padding: 7px 2px 0 8px; border: 1px solid #ccc; margin: 19px 0 0 0; font-family: 'Roboto', sans-serif; font-weight: 400; }.reviw_allccnr h4 { font-size: 17px; }.conditionrev { font-size: 13px; color: #9d9999; text-align: right; margin: 0; font-weight: 400; } .PostButton span { background: #f83618; color: #fff; padding: 5px 15px; border-radius: 40px; line-height: 26px; font-size: 13px; display: inline-block; font-weight: 500; background: -moz-linear-gradient(left,#ff7831 0,#f83618 100%); background: -webkit-linear-gradient(left,#d70c15 0,#f83618 100%); background: linear-gradient(to right,#d70c15 0,#f83618 100%); } .articles-list .author { display: flex; border: 0; position: absolute; padding: 2px 0 6px; bottom: 5px; left: 0; } .articles-category { font-size: 13px; font-weight: 600; margin: 10px 0 0 0; color: #db1a1a; text-transform: uppercase; } .ticket__buttons { width: 11rem; display: -webkit-box; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; } .ticket__button--more { border-left: .1rem solid #efefef; background-color: #fff; } .ticket__benefit-svg { width: 15px; } :focus { outline: -webkit-focus-ring-color auto 0px !important; } .selectService { font-size: 14px; border: 0; color: #a1a1a1; padding: 2px 4px; border-radius: 0px; border: 0; background: #fff; /* border-right: 0; */ }.log_in_pay { padding: 20px; background: #ffff; }a.newpassword { font-size: 15px; color: #4dbc15; font-weight: 500; } .searchicon { position: absolute; width: 50px; height: 33px; border-top-right-radius: 3px; right: 2px; text-align: center; border-bottom-right-radius: 2px; padding: 7px 0 0 0; top: 0px; /* box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12); */ background: #ffffff; /* background: rgba(245,245,245,.7); */ background: -moz-linear-gradient(left,#3ed70c 0,#09b01e 100%); /* background: -webkit-linear-gradient(left,#4dbc15 0,#40b605 100%); */ /* background: linear-gradient(to right,#c2c2c2 0 ,#ff0458 100%); */ color: #0f0f0f; text-transform: uppercase; font-size: 18px; border-radius: 4px; font-weight: 300; padding: 5px 6px; border: 0; /* border-left: 1px solid #f6f6f6; */ }.summ_itemd{ margin: 12px 0 0 0; }.add_logind { margin: 0 0 13px 0; font-weight: 700; }.reset_passd { margin: 7px 0 9px 0; color: #3a3636; border-bottom: 1px solid #ccc; padding-bottom: 8px; font-size: 15px; } .ticket__button { width: 100%; padding: 5px 5px; text-align: center; text-decoration: none; color: #154284; font-weight: 500; font-size: 15px; text-transform: uppercase; -webkit-box-flex: 1; flex: 1; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; cursor: pointer; position: relative; -webkit-transition: color .3s ease; transition: color .3s ease; } .ticket__button--buy { color: #222; background-color: #fdc52c; } .ticket__button:before { position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; background-color: #154284; opacity: 0; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; }.CategoryBoxs { padding: 10px 14px 0; color: #ff0026; font-weight: 600; } .pp-10 { padding-left: 5px; padding-right: 5px}.CategoryBoxs { padding: 10px 14px 0; color: #ff0026; font-weight: 600; } .SideBoxs .a-cpname { padding: 0 14px; } .SideBoxs{ min-height: 290px; display: block; border-radius: 0;} .SideBoxs .bd-cpboxCL { margin: 9px 0 10px;} .top-sec .col-md-7.col-sm-9 { padding: 0; } .ticket__button:hover .ticket__button-svg { fill: #fff; } svg:not(:root) { overflow: hidden; } .ticket__button-svg { width: 1.2rem; height: 1.2rem; vertical-align: baseline; margin-left: .3rem; -webkit-transition: fill .3s ease; transition: fill .3s ease; } .pp-0 { padding: 0 5px; } .content_front { position: absolute; bottom: 0; width: calc(100% - 30px); left: 15px; z-index: 2; bottom: 4px; } .content_front h4 { color: #fff; font-size: 16px; margin: 0; letter-spacing: 0.5px; font-weight: 700; } .content_front h5 { font-size: 15px; color: #fff; font-weight: 400; line-height: 22px; } .hero-tile__meta-data { display: flex; justify-content: center; } .content-tag.content-tag--left { color: #fff; font-size: 14px; margin-top: 2px; text-transform: capitalize; } time.content-time { color: #fff; font-size: 14px; } .desktop-menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; float: left; justify-content: center; margin-top: 0px; width: 100%; /* box-shadow: 0 3px 6px -3px rgba(0,0,0,.1); */ } .desktop-header-wrapper2 .desktop-menu { margin-top: 0px; box-shadow: 0 3px 6px -3px rgba(0,0,0,.1); } .desktop-menu ul.bm>:first-child { /* margin-left: 30px; */ } .join { font-weight: 500; color: #fff; /* border: 1px solid #fafafa; */ font-size: 15px; /* border: 0; */ word-spacing: 0; position: relative; padding: 5px 16px; border-radius: 2px; /* margin-left: 4px; */ letter-spacing: 0.2px; background: #e72526; text-transform: capitalize; margin: 0px 0 0 0; display: inline-block; line-height: 21px; } .join::before { display: inline-block; position: absolute; content: ''; display: none; background-position: 0px -332px !important; width: 20px; height: 21px; /* background-color: red; */ left: -11px; top: 2px; background: url(../images/iconsbg.png) no-repeat; background-size: 22px auto; }.join:hover{ color: #fff;} .desktop-menu ul.bm { margin: 0; } .header-search { width: 50%; margin-left: 2%; display: flex; flex-wrap: wrap; } .inlb-bk a.active { color: #ff0659; } .header-nav { display: flex; justify-content: flex-end; width: 60%; padding: 3px 0 0 0; } .header-nav ul li { position: relative; margin: 0 10px; padding: 0; display: inline-block; } .header-nav ul { margin: 0; padding: 3px 0 0; } .box_signup { display: inline-block; } .box_joinfree { display: inline-block; } .desktop-menu ul.bm li { position: relative; margin: 0; padding: 0; display: inline-block; font-weight: 500; font-size: 13px; color: #000000; } .desktop-menu input { font-size: 14px; border-radius: 0px; background: #fff; width: 100%; /* box-shadow: 0 2px 2px rgba(0,0,0,0.24); */ /* font-weight: normal; */ padding: 0px 15px; height: 34px; color: #383838; font-weight: 400; padding-right: 23px !important; border: 0; /* background: #F5F5F6; */ border: 0; border-radius: 2px; /* border-left: 1px solid #efefef; */ } .desktop-header a.header-link-active { color: rgb(255, 91, 128); } .desktop-menu input::placeholder { color: #c4c4c4; } .mobile-header1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .header-wrapper { padding: 10px; } .signuser { position: absolute; bottom: 13px; left: 8px; } #signinbtn, #loginbtn { color: #4dbc15; font-weight: 600; } .btn.btnlogin { background: #4dbc15; color: #fff; font-weight: 600; border: 0; display: inherit; line-height: 23px; /* width: 100%; */ margin: auto; font-size: 16px; border-radius: 1px; letter-spacing: 1px; padding: 5px 19px; text-transform: uppercase; } .rel { position: relative; } .rel label { font-size: 16px; font-weight: 500; margin: 0px 0 5px 0; color: #5b5b5b; } .header-fix { border-bottom: 1px solid #eee !important; } .form-control.pp-l0 { height: 42px; padding: 0 0 0 30px; } .modal-header { padding: 10px 14px; } .modal-dialog { max-width: 400px; margin: 100px auto 0; } .modal-content { border: 1px solid #bababa; /* border-radius: 2px; */ border-radius: 7px; box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px; } .modal .close { float: right; font-size: 47px; font-weight: 300; line-height: 1; color: #454545; text-shadow: 0 1px 0 #fff; opacity: 1; padding: 2px 16px !important; } .title_autoapi { font-size: 18px; font-weight: 700; } .message_errer { font-size: 12px; color: red; position: absolute; bottom: -17px; } .desktop-header { width: 100%; display: block; position: relative; left: 0; top: 0; /* border-bottom: 1px solid #efefef; */ background-color: #242424; -webkit-transition: all 0.32s ease; transition: all 0.32s ease; z-index: 4; padding: 0px; /* border-bottom: 1px solid #dedfe0; */ } .fgvtyvr .program-listing { display: grid; grid-gap: 30px; grid-template-columns: 1fr 1fr 1fr; margin-bottom: 30px; } section.registernow { padding: 30px 0 30px; border-top: 1px solid #f4f4f4; background: rgb(247, 247, 247); } .fxpba8c { background-color: rgb(255, 255, 255); border: solid 1px rgb(216, 216, 216); border-bottom: solid 10px rgb(216, 216, 216); border-radius: 3px; display: flex; flex-direction: column; height: auto; justify-content: space-between; margin-bottom: 0; width: 100%; } .fgvtyvr .program-listing>div { width: auto; } .fjkqhu0 { cursor: pointer; height: 3rem; position: absolute; right: 0; top: 0; width: 3rem; z-index: 1; } .fjkqhu0 .tooltip { background: rgba(0, 0, 0, 0.5); border-radius: 3px; color: rgb(255, 255, 255); display: none; font-size: 0.75em; line-height: 1rem; min-width: 150px; padding: 1em 1em .8em; position: absolute; right: 40px; text-align: center; top: 13px; z-index: 2; } .fjkqhu0 svg { fill-opacity: 0.5; position: absolute; right: 10px; top: 10px; width: 30px; z-index: 1; } .fxpba8c header div { align-items: center; background-color: rgb(216, 216, 216); display: flex; height: 180px; overflow: hidden; position: relative; width: 100%; } .fxpba8c header div img { height: 100%; object-fit: cover; position: absolute; width: 100%; } .fxpba8c header h3 { align-items: center; display: flex; flex-direction: column; font-size: 1.2rem; font-weight: bold; height: 100%; justify-content: center; line-height: 1.2em; max-height: 100px; padding: 0 1em 0; position: relative; text-align: center; width: 100%; z-index: 1; } .fxpba8c h3 a { color: white; text-decoration: none; } .fxpba8c header div:after { background: rgba(65, 65, 65, 0.45); content: " "; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .fxpba8c section { display: flex; flex-direction: column; margin: 0 1rem; padding: 1rem 0; } .fxpba8c section>div { display: flex; justify-content: space-between; margin-bottom: 1.3em; } .fxpba8c section label { align-items: center; color: rgb(216, 216, 216); display: flex; flex-direction: row; font-size: 14px; font-weight: 400; margin-bottom: -5px; text-transform: uppercase; } .fxpba8c section i { margin: 0 10px -5px 0; } .f1y5i2xr, .fvx5x7r { align-items: center; display: inline-flex; } .fxpba8c .stars { height: 1.5em; margin: 4px 10px 0 0; width: 7em; } .f1y5i2xr .stars svg { height: 100%; width: 100%; } .fxpba8c .rating { font-size: 1.1em; margin-top: -3px; } .fxpba8c footer h4 { font-size: 0.875em; line-height: 1.2em; margin-bottom: 0; text-align: left; } .fxpba8c footer h4>div svg { margin-bottom: -2px; margin-left: 5px; } .fxpba8c footer>div:last-child { display: grid; grid-gap: 1em; grid-template-columns: repeat( auto-fit, minmax(100px, 1fr)); margin: 0; } .main-authorstory { position: relative; margin: 8px 0; color: #1e0a3c; font-weight: 600; text-align: left; letter-spacing: 0.2px; text-transform: uppercase; font-size: 22px; padding: 12px 0 12px 18px; } .main-authorstory:after, .main-authorstory:before { position: absolute; top: 50%; overflow: hidden; height: 3px; content: "\A0"; background-color: #d3d3d3; } .main-authorstory:after { width: 133px; margin-left: 1%; } .main-authorstory:before { width: 14px; margin-left: -24px; text-align: right; } .fxpba8c footer div { align-items: center; display: flex; flex-direction: row; justify-content: center; } .fxpba8c footer>div:last-child div:first-child { margin: 0 0 .8em; } .fxpba8c footer>div:last-child div { margin-bottom: 0 !important; } .fxpba8c footer div { align-items: center; display: flex; flex-direction: row; justify-content: center; } .f182d775>svg { height: 16px; width: 16px; } .fxpba8c section label { align-items: center; color: rgb(216, 216, 216); display: flex; flex-direction: row; font-size: 14px; font-weight: 400; margin-bottom: -5px; text-transform: uppercase; } .fxpba8c section p { font-size: 0.875em; font-weight: 100; height: 4.5em; margin: 0; text-align: center; text-overflow: ellipsis; word-wrap: break-word; } .fxpba8c footer { display: flex; flex-direction: column; padding: 0 25px 25px; } .fxpba8c footer img { border-right: dashed 1px rgb(216, 216, 216); margin-right: 15px; max-height: 75px; max-width: 75px; object-fit: contain; padding: 0 15px 0 0; } .fxpba8c footer>div:first-child { margin-bottom: 1.5em; } .fxpba8c footer div { align-items: center; display: flex; flex-direction: row; justify-content: center; } .f1y5i2xr .stars svg { height: 100%; margin-left: 2px; width: 18px !important; } .f1ht2au1.whole { fill: rgb(251, 170, 41); } .f1y5i2xr .stars { display: flex; max-width: 12em; } .fgvtyvr .program-listing { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; } .hteNID { text-align: center; margin: 0 0 0 0; display: block; width: 100%; padding: 29px 0; overflow: hidden; background: #ffffff; border-bottom: 1px solid #efefef; } .sc-hCSkms { font-size: 25px; font-weight: 500; margin: 0; } p.sc-cMs { font-size: 18px; font-weight: 300; margin: 6px 0; } a.sc-jWBwVs { /* width: 35%; */ /* float: left; */ background: #003b58; color: #fff; -webkit-appearance: none; border: none; letter-spacing: 2px; padding: 7px 15px; font-size: 15px; margin: 15px 4px 0; display: inline-block; } .footer { float: left; width: 100%; background: #f8f8f8; border-top: 9px; padding-top: 23px; } .footer .fl { width: 70%; float: left } .footer .fl .list { width: 33.3%; float: left } .footer h2 { font-size: 16px; text-transform: uppercase; font-weight: 800; color: #303030; margin-bottom: 17px; } .footer .fl .list ul { margin: 0; padding: 0 } .footer .fl .list ul li { list-style: none; padding-bottom: 4px; } .postheads ul { padding: 0;} .postheads ul li { display: inline-block; text-transform: capitalize;} .footer h2:before { content: ""; background: #e9e9e9; width: 28px; height: 2px; position: absolute; margin: 24px 0 0 0; } .postheads ul li:first-child a{margin-left: 0; padding-left: 0;} .footer .fl .list ul li a { color: #343434; font-size: 14px; } .postheads { float: left; width: 100%; padding: 20px 0 0 0; } .postheads h2 { margin: 0 0 10px; } .postheads a { display: inline-block; color: #1c1c1c; font-size: 13px; margin: 0 10px 5px 0; } .footer .newsfooter { width: 30%; float: right } .footer .newsfooter .t2 { font-size: 12px; line-height: 20px; color: #2c2c2c; margin-top: -4px; margin-bottom: 8px; }.AddCAtL img { border-radius: 4px 4px 0 0; height: 138px; width: 100%; }.head_linenD { position: relative; margin-bottom: 2px; color: #1e0a3c; font-weight: 700; text-align: left; text-transform: capitalize; font-size: 22px; padding: 10px 19px; }section.topsectionCat { background: #f8f8f8; padding: 20px 0; } .listings__block { background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.07); margin-bottom: 30px; border-radius: 1px; } .AcateList { column-count: 4; column-gap: 0; } .columns { width: 100%; padding: 0px 10px; break-inside: avoid; float: left; } .listings__header { text-align: center; padding: 10px 0; border-bottom: 1px solid #f2f2f2; } .listings_list ul { padding: 0; } .listings_list ul li { display: block; } .listings_list ul li a { color: #545459; font-weight: 400; padding: 5px 15px; font-size: 17px; display: block; border-bottom: 1px solid #f0f0f0; } .listings__header h4 { font-weight: 700; font-size: 20px; margin: 0 } .topsectionD {padding: 6px 0 20px 0;background: #f2f2f2;width: 100%;border-top: 1px solid #e5e5e5;/* margin: 0 0 4px 0; */} .sideIMgLT { font-size: 15px; padding: 0; min-height: 38px; text-align: left; margin: 6px 0 5px; font-weight: 500; line-height: 20px; color: #242a2f; } .inlinelSt { margin: 0px 0 12px 0; background: #fff; padding-bottom: 12px; border:0; /* border-top: 0; */ position: relative; display: flex; border-radius: 4px; text-decoration: none; box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06); } .sideIMgL img { border-radius: 0; } .sideIMgL { width: 34%; padding-top: 10px;padding-right: 8px; padding-left: 10px; } .sideIMgLC { width: 80%; padding: 0 0px 0 12px; } .inlinelSt .author { padding: 0 0; } .sideIMgLC .tabent { padding: 6px 0 0 0; } .inlinelSt .a-name { padding: 4px 0 0 0; } .footer .newsfooter .subs { width: 100%; float: left } .footer .newsfooter .subs .txt1 { width: 65%; float: left; -webkit-appearance: none; border: 1px solid #d3d3d3; padding: 7px 16px; font-size: 13px; } .footer .newsfooter .subs .txt2 { width: 35%; float: left; background: #003b58; color: #fff; -webkit-appearance: none; border: none; letter-spacing: 2px; padding: 7px 0; font-size: 14px; } .social_icon { float: left; width: 100%; margin: 10px 0 0px 0; } .social_icon span { float: left; font-size: 12px; margin: 9px 0 0 0; } .social_icon ul { margin: 0; padding: 0; float: left; margin-left: 20px; } .social_icon ul li { list-style: none; font-size: 25px; float: left; margin-right: 20px; } .social_icon ul li a { color: #000; } .footer .ftr_btm { width: 100%; float: left; text-align: center; font-size: 11px; padding-bottom: 15px; color: #848484; margin-top: 14px; } .lastsec .ad_imgnat3 { box-shadow: 0 8px 22px 0 rgba(0, 0, 0, .2); border-radius: 4px; } .lastsec .ad_imgnat3 img { height: 150px; } .desktop-header .xo-story-back-btn { display: inline-block; position: relative; left: -10px; float: left; width: 28px; margin-top: 4px; } .cateicon img { width: 28px !important; display: inline-block !important; } .headfix { position: fixed; top: 0; width: 100%; box-shadow: 0px 3px 5px -2px rgb(213, 213, 213); left: 0; margin: 0 !important; } .iconsiktes h2 { font-size: 14px; margin: 5px 0px; color: #272d30; width: 80%; } .top_categories { text-align: center; box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.08); height: 50px; background-color: #ffffff; margin: 15px 5px 5px; border-radius: 10px; padding: 5px 4px; } .iconsiktes { display: flex; padding: 6px 0; } .iconsiktes .cateicon { padding: 0 5px; width: 20%; } .desktop-header .xo-story-back-btn img { width: 100%; } .desktop-header .logo { width: 110px; display: inline-block; float: left; margin-right: 8px; margin-top: 0px; } .category_slider { margin-top: 108px; background: #fff; } .desktop-header .logo img { width: 100%; } @media screen and (max-width:700px) { .static-header .logo, .dynamic-header .logo, .desktop-header .logo { width: 24px; display: inline-block; float: left; margin-right: 8px; margin-top: 8px; } } .xo-side-menu-wrapper { display: inline-block; float: left; width: 22px; margin: 9px 17px 0 0; } .xo-notification-icon, .xo-search-icon { width: 28px; vertical-align: middle; padding-top: 2px; cursor: pointer; } .xo-notification-icon img, .xo-search-icon img { width: 100%; } .xo-notification-icon .ring-icon, .xo-search-icon .ring-icon { width: 30px; } .xo-search-icon { width: 24px; } .xo-search-icon.chat { width: 25px; } .xo-profile-icon { border-radius: 50%; width: 32px; height: 37px; overflow: hidden; border: 2px solid rgb(235, 235, 235); padding-top: 0; } @media screen and (max-width:420px) { .xo-profile-icon .btn.btn-pink { padding: 8px 9px; } } .bd-nesing img { width: 100% } .leftmenu2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .leftmenu2 li { margin-left: 12px; margin-top: 3px; } .leftmenu2 li.xo-profile-icon { margin-top: 0px; height: 32px; } .leftmenu2 .signin { position: relative; top: -2px; width: -webkit-max-content; width: -moz-max-content; width: max-content; } .leftmenu2 .signin .fb-non-header-btn-text { color: #EB658B; border-radius: 2px; font-weight: 500; text-transform: uppercase; font-size: 12px; vertical-align: middle; cursor: pointer; display: inline-block; }.main-heading h1 { text-align: center; color: #66666d; font-size: 26px; font-family: 'Oswald', sans-serif; padding: 30px 0px 15px; position: relative; font-weight: 500; margin: 0px 0px 40px; }.main-heading h1:after { content: ''; position: absolute; width: 100%; height: 1px; max-width: 160px; background: #ff4c52; margin: 0 auto; right: 0; left: 0; bottom: 0; }.main-heading h1:before { content: ''; background: url(/images/border-point.png)no-repeat; position: absolute; width: 27px; height: 7px; right: 0; left: 0; bottom: -3px; margin: auto; }.widcontact { max-width: 650px; margin: auto; } .abt-sctn p { font-family: 'Oswald', sans-serif; text-align: center; line-height: 36px; font-size: 18px; color: #66666d; padding-bottom: 30px; width: 100%; max-width: 1000px; margin: auto; } .abt-middle { background: #fbf1f1; display: inline-block; width: 100%; text-align: center; padding: 1em 0; margin: 1em 0 2em; } .abt-middle-service { display: inline-block; text-align: center; } .abt-middle ul.service-pointes li { color: #66666d; font-size: 18px; font-family: 'Oswald', sans-serif; line-height: 33px; text-align: justify; position: relative; } .abt-middle ul.service-pointes li:after { content: ''; position: absolute; width: 10px; height: 10px; background: #ef4d23; border-radius: 50px; top: 12px; left: -23px; } .abt-middle ul.service-pointes { float: left; margin-left: 42px; } .abt-middle ul.service-pointes:first-child { margin: 0px; } .contact-sec {padding: 0em 0em 9em;} .contact-sec p{text-align: center;font-size: 18px;color: #66666d; } .form-sec input[type="text"], .form-sec textarea {background: none; border: 1px solid #9b9b9b !important;height: 45px !important; border-radius: 5px;font-size: 12px;color: #f56b47;margin-bottom: 0px;} .form-sec textarea {height:120px !important;} .form-sec{text-align: left;color: #fff;background-size: cover;background-repeat: no-repeat;background-position: center top;background-attachment: fixed;padding: 1em;height: auto;margin-top: 2em;} .form-sec .btn {height: 42px; font-weight: 600;color: #fff;background: #f56b47;border-radius: 5px;} .form-sec ul {list-style-type: none;padding-left: 5.5em;} .form-sec ul li {padding: 27px 0;} li.Address {color: #000000;} li.Address:before {content: "";background: url(../images/contact-icons.png)no-repeat; position: absolute;width: 71px;height: 395px;top: -16px;left: 10px;} .form-sec ul li span {color: #66666d;font-size: 16px;} li.Phone a, li.Email a {color: #000000;font-weight: 600;} .topheader { background: #171717; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 4px 20px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-animation: fade-in .5s ease-in; animation: fade-in .5s ease-in; /* border-bottom: 1px solid #343030; */ } @-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } /* sc-component-id: sc-eYTUqP */ .sitellogin { display: none; color: #fff; } .sitellogin { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-size: 13px; background: transparent; /* border: 1px solid #0f0e0e; */ -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 5px 10px; border-radius: 3px; } .bd-cpboxC2 { font-size: 18px; padding: 0 0px; min-height: auto; text-align: left; margin: 0px 0 5px; /* line-height: 24px; */ /* letter-spacing: 0.3px; */ font-weight: 400; line-height: 25px; color: #222325; } .sitellogin img { width: auto; } .sitellogin img:first-child { margin: auto 5px; height: 14px; } .sitellogin img:last-child { height: 18px; margin: auto 5px auto 5px; } .sitellogin span { width: auto; min-width: -webkit-fit-content; min-width: -moz-fit-content; min-width: fit-content; } .topmid { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; /* margin-left: -8%; */ } @media (min-width:721px) and (max-width:1100px) { .topmid { margin-left: 1% !important; } } @media (min-width:500px) and (max-width:720px) { .topmid { margin-left: 0%; text-align: center; width: 100%; } .topmid a { margin: 0px; -webkit-flex: inherit; -ms-flex: inherit; flex: inherit; padding-right: 25px; } } @media (min-width:700px) and (max-width:720px) { .topmid { width: auto; } } @media screen and (max-width:500px) { .topmid { width: 100%; margin-left: 12%; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; margin-right: 12%; } } span.getaccount { font-size: 12px; opacity: 0.8; } .Categorytag { display: inline-block; max-width: 100%; width: 100%; margin: 0 auto; font-size: 0; position: static; bottom: -22px; left: 0; right: 0; text-align: left; }.Categorytag:before { background-repeat: no-repeat; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; content: attr(data-cat); padding: 12px 0 0 0; max-width: -webkit-calc(100% - 1.75rem); max-width: calc(100% - 1.75rem); font-size: 14px; color: #e5106c; line-height: 15px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; }.bd-cpbox { /* overflow: hidden; */ position: relative; }.a-cpname { display: block; color: #616161; font-size: 13px; font-weight: 400; /* text-transform: capitalize; */ padding: 0px 0 0 0; } .a-cpname a{ color: #616161;}.authorcp { display: flex; text-align: center; justify-content: left; padding: 0 12px; /* border-top: 1px solid #f6f6f6; */ /* background: #fcfcfc; */ } .bd-cpboxC { font-size: 16px; padding: 0; min-height: auto; text-align: left; margin: 0px 0 4px; /* line-height: 24px; */ letter-spacing: 0.3px; font-weight: 400; line-height: 22px; color: #222325; } .topread { font-size: 12px; font-weight: 400; color: #fff; text-transform: capitalize; padding: 1px 14px 0; border: 1px solid #3a3939; margin: 2px 0 0 8px; border-radius: 40px; /* background: rebeccapurple; */ text-align: center; height: 25px; font-family: inherit; } .topread:last-child { /* border: 0; */ } @media screen and (min-width: 500px) { .topread { margin-right: 0; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; } } .topread:hover { color: #003366; } .AuthornoImg { background: #4285f4 none repeat scroll 0 0; border-radius: 50%; color: #fff; font-size: 2.5em; height: 110px; padding: 25px 0; text-align: center; text-transform: uppercase; width: 110px; } .noblogspot { padding-bottom: 20px; font-size: 16px; color: #f4425c; font-weight: 600; } .time-category { color: #D1145A; font-size: 14px; font-weight: 600; line-height: initial; } /* sc-component-id: sc-kVyEtE */ .toptrends { margin-left: 0; margin-top: 0; border-width: 0; border-style: solid; border-color: #fff; box-shadow: 0 0 4px 0 rgba(207, 207, 207, .5); border-image: initial; padding: 0 5px 0 0px; background: #fff; border-radius: 4px; } .sec0head { font-weight: 600; font-size: 18px; text-align: left; text-transform: capitalize; color: #222222; padding: 10px 10px; margin: 0; } .trends_links { font-size: 14px; color: #242323; padding: 3px 0; text-align: left; margin: 0px 0 0 0; line-height: 18px; } .trends_links a { color: #535353; } .toptrendslist { margin: 0 0 0 0; overflow: hidden; border-bottom: 1px solid #efebeb; padding: 10px 0 4px 0; } .toptrendslist:last-child { border-bottom: 0; } .socials { white-space: nowrap; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-left: auto; margin-right: 2.5%; margin-left: 0px; } @media (min-width:500px) and (max-width:890px) { .socials { display: none; } } ul.nav_menu { padding: 0; } #footer { background: #003366; padding: 3em 0em; } #footer a, #footer { color: #fff; transition: .5s; font-size: 12px; font-weight: 300 } #footer ul li a:hover { padding-left: 10px } #footer h4 { color: #fff; font-weight: normal; position: relative; font-size: 20px; padding-bottom: 12px; margin-bottom: 26px; } #footer h4:after { position: absolute; left: 0; bottom: 0; content: ""; border-bottom: 2px solid #d5d1cb; width: 21px; } #footer ul li { position: relative; padding-bottom: 5px; padding-left: 15px; display: block; } #footer ul li:before { position: absolute; content: ""; left: 0; top: 8px; border: 5px solid #fff; border-right: 5px solid transparent; border-bottom: 5px solid transparent; border-top: 5px solid transparent } #footer p:before { font-family: FontAwesome; padding-right: 16px; font-size: 15px; color: #d8b46a; } #footer p.add:before { content: "\f0f7"; } #footer p.call:before { content: "\f095"; } #footer p.mail:before { content: "\f0e0"; } #footer p.fax:before { content: "\f1ac"; } #footer .social { margin: 35px 0px } #footer .social a { margin: 0 2px } #footer form.follow .form-control { height: 40px; font-weight: 300; width: 73%; float: left; border-radius: 0px } #footer form.follow .btn.btn-default { background: #d6b469; border: none; width: 25%; margin: 0px; padding: 10px 10px; font-size: 13px; color: #fff; border-radius: 0px; float: right; text-decoration: none; border: 1px solid #d6b469; transition: .8s } #footer form.follow .btn.btn-default:hover { border: 1px solid #d6b469; background: transparent } .copyright { background: #042b51; padding: 1.5em 0em; font-size: 12px; font-weight: 300; text-align: center; color: #fff; } .owl-carousel2 .owl-prev { position: absolute; top: 40px; height: 30px; font-family: 'Roboto', sans-serif !important; vertical-align: text-bottom; font-size: 20px !important; width: 30px; border-radius: 50px !important; left: -10px; font-weight: 900 !important; color: #ffffff !important; background: #e3e3e3 !important; } .owl-carousel2 .owl-next { position: absolute; top: 40px; height: 30px; font-family: 'Roboto', sans-serif !important; vertical-align: text-bottom; font-size: 20px !important; width: 30px; border-radius: 50px !important; right: -10px; font-weight: 900 !important; color: #ffffff !important; background: #e3e3e3 !important; } .owl-carousel2 .owl-prev span { font-size: 20px; } .owl-carousel2 .owl-next span { font-size: 47px !important; font-weight: 700; }span.ChekMailError { display: block; padding: 6px 0; font-size: 14px; color: #ff0002; } /* #locationAuto { position: relative;} #locationAuto::before{ display: inline-block; position: absolute; content: ''; background-position: 9px 7px !important; width: 32px; height: 26px; opacity: 0.8; left: 0px; top: 4px; background: url(../images/pin.png) no-repeat; background-size: 18px auto; } */ .tab-paa .nd_texcnorsnew2:last-child { margin: 0; border: 0; } section.categ { padding: 30px 0 40px; border-top: 1px solid rgb(247, 247, 247); } section.cl07 { padding: 30px 0 40px; } section.cl08 { padding: 30px 0 40px; border-top: 1px solid rgb(247, 247, 247); } section.cl04 { padding: 20px 0 30px; margin: 0; background: #f8f8f8; } section.cl041 { padding: 30px 0 40px; margin: 0px 0 0; background: #fff; }section.specialnews.cl041 { background: #fff; padding: 20px 0 40px 0; } section.cl05 { padding: 30px 0 40px; background: #fff; } section.cl09 { padding: 30px 0 40px; } @media screen and (max-width:1300px) { .socials { margin-right: 0%; } } @media screen and (max-width:500px) { .socials { display: none !important; } } a:hover { color: #000; text-decoration: none !important; } .gEYuFs { font-family: Sarabun; font-weight: 500; color: rgb(0, 0, 0); display: inline-block; position: relative; font-family: Sarabun; font-size: 14px; margin: 0 8px; padding: 5px; text-transform: uppercase; } .gEYuFs:first-child { margin-left: 30px; } @media screen and (max-width:700px) { .gEYuFs { font-size: 12px; } } .brtighsd p.tabent { padding: 6px 10px 0px; /* color: #ffffff; */ margin: 0; opacity: 0.9; font-size: 12px; } section.authorsec { background: #f8f8f8; padding: 40px 0; } .main-author { background: #fff; /* border-top: 1px dashed #f3f3f3; */ padding: 0 20px; box-shadow: 0 0 4px 0 rgba(207, 207, 207, .5); margin: 5px 0 0 0; border-radius: 4px; } .authorspfoile { background: #fff; padding: 20px 0; display: flex; flex-wrap: wrap; margin: auto; /* border-top-left-radius: 4px; */ } .Dcontainer { max-width: 1200px; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; position: relative; margin-left: auto; } .authorsDetailImg { width: 150px; } .authorsDetailImg img { border-radius: 100px; width: 149px; width: 130px; } .authorsDetailCont { width: 80%; padding: 8px 0 0 0; } .authorsDetailCont h1 { font-size: 25px; text-transform: capitalize; font-weight: 500; margin: 0 0 5px 0; } .authorsDetailCont h3 { font-size: 17px; text-transform: capitalize; font-weight: 400; color: #a3a3a3; margin: 0 0 5px 0; } .slide_images { max-width: 100%; /* padding: 10px 0 0; */ background: #fff; padding: 0 15px 20px; margin: 0px 0 0 0; border-top: 1px solid #f3f3f3; border-radius: 0px; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); } .btn-aboutmore { color: #4285f4; padding: 0; font-weight: 600; float: right; } .mask--gradient { position: absolute; width: 100%; bottom: 3px; background: linear-gradient(rgba(255, 255, 255, 0), white); height: 2em; } .slide-toggle { overflow: hidden; position: relative; -webkit-transition: height .3s ease; transition: height .3s ease; height: 84px; } .autoheight { height: auto !important; } .authorsDetailCont p { font-size: 15px; color: #595959; font-weight: 400; line-height: 21px; margin: 0; } .fcategory2{ padding: 10px 9px 6px; text-align: left; text-transform: uppercase; margin: 0px 0 0 0; font-size: 11px; font-weight: 400; color: #898989; line-height: 13px; letter-spacing: 0.6px; } .middlesnews:first-child .bd_snewst-new { margin: 0px 0 10px 0; /* border-bottom: 1px solid #e9e9e9; */ border-radius: 0; } .middlesnews .bd_snewst-new {margin:0;} .middlesnews .bd-cpboxC { font-weight: 600; line-height: 20px; color: #1e1e1e; min-height: 32px; padding: 0 8px; } .followauthor { margin: 12px 0 0 0; display: flex; } .btn.btn-follow { border: 1px solid #868686; padding: 2px 15px; margin-left: 16px; } .thm__topLeft { justify-content: center; align-items: center; padding: 0; border-radius: 9px; outline-offset: -5px; /* outline: 1px solid #ffffff; */ } .owl-carousel .owl-item img { width: 100%; } .thm__topLeftText img { border-radius: 4px; width: 100%; max-height: 440px; } .thm__topLeftText { color: white; width: 100%; position: relative; padding: 0; /* padding-left: 0px; */ } .thm__topH1 { font-size: 27px; font-weight: 500; line-height: 1; margin-bottom: 15px; } .thm__topDesc { font-size: 20px; font-weight: 400; width: 100%; margin-bottom: 0; justify-content: space-between; height: 100%; padding: 20px; position: absolute; bottom: 0; border-radius: 6px; background: rgba(7, 7, 7, 0.32); } .thm__topDesc h5 { position: absolute; bottom: 5px; font-weight: 600; font-size: 18px; line-height: 22px; left: 0; color: #fff; display: block; padding: 4px 15px; width: 100%; } .thm__topDesc h5 span { color: #ffa80d; font-size: 13px; margin: 0 0 5px; display: block; } .op4 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .op4 .sprite { background-repeat: no-repeat; display: block; } .cIcfBs { width: 22px; height: auto; } .carticon { width: 22px; height: 22px; object-fit: contain; } .cnLKnN #header-right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; max-height: 31px; } @media (min-width:992px) and (max-width:1180px) { .cnLKnN .desktop-header .desktop-menu { width: auto; } } @media (min-width:767px) and (max-width:991px) { .cnLKnN .desktop-header .desktop-menu ul.bm>:first-child { margin-left: 10px; } .cnLKnN .desktop-header .desktop-menu ul.bm li a { font-size: 12px; } .cnLKnN .desktop-header .desktop-menu { width: auto; } } .desktop-menu ul.bm { width: 88%; height: 100%; margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: block; text-align: left; justify-content: normal; } .desktop-menu ul.bm li { list-style-type: none; height: 100%; } .bEurJT { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid black; top: 22px; position: absolute; left: 50%; margin-left: -10px; display: none; } .errormsgd { font-size: 12px; color: red; }div#fmailmsg { color: red; font-size: 12px; margin: 0 -14px; display: block; margin-top: 6px; }div#sucessmsg { color: #35b000; font-size: 12px; margin: 0 -14px; display: block; margin-top: 6px; } .desktop-menu ul.bm li a { position: relative; height: 100%; text-decoration: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; text-transform: capitalize; display: block; justify-content: center; font-weight: 600; color: #2e2e2e; letter-spacing: 0; line-height: 20px; font-size: 14px; padding: 10px 20px; /* padding-right: 0; */ /* border-right: 1px solid #ebebeb;*/ vertical-align: middle; } .desktop-menu ul.bm li:last-child a { border: 0; } .sitesrch { position: relative; margin: 0 0 0 20px; width: 84%; display: flex; padding: 0px 0px; margin-left: 0; /* border-right: 0 !important; */ border-radius: 4px; border: 1px solid #00548d; box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.02); } .bussiness-list { /* cursor: crosshair; */ font-weight: 400; color: #848484; font-size: 14px; border: 0; position: relative; padding: 1px 15px 0 16px; border-radius: 1px; margin-left: 5px; /* letter-spacing: 0.2px; */ /* border-right: 1px solid #e9e9e9; */ } .bussiness-list::before{ display: inline-block; position: absolute; content: ''; background-position: 0px -197px !important; width: 20px; opacity: 0.5; height: 17px; /* background-color: red; */ left: -6px; top: 3px; background: url(../images/iconsbg.png) no-repeat; background-size: 17px auto; } .news-blog { font-weight: 500; color: #454545; background: transparent; /* letter-spacing: 0.2px; */ font-size: 14px; text-transform: uppercase; /* box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.25); */ border: 0; /* padding: 5px 8px; */ border-radius: 0px; margin-left: 0px; /* border: 1px solid #ed1b34; */ } @media (min-width:767px) and (max-width:991px) { .sitesrch { display: none; } } .srchicon { position: absolute; width: 34px; height: 21px; right: 15px; top: 12px; } .adtextinnatiomun { font-size: 13px; margin: 0px 0 0 0; padding: 11px 8px 5px 6px; color: #333; background: white; font-weight: 500; text-transform: capitalize; line-height: 18px; } .bd-videos-e { position: relative; } .video-nation:after { content: '\f144'; font-family: FontAwesome; position: absolute; font-size: 40px; color: #fff; z-index: 5; top: 34%; left: 40%; } .bd_snewst-new2 .col-sm-5 { -ms-flex: 0 0 37.666667%; flex: 0 0 37.666667%; max-width: 37.666667%; } .bd_snewst-new2 .col-sm-7 { -ms-flex: 0 0 62.333333%; flex: 0 0 62.333333%; max-width: 62.333333%; padding: 0 8px; background: #fff; } .about-us-page { background: #fff; margin: 24px 0 0 0; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); padding: 11px 8px 7px 14px; } .head_about-txt { color: #757272; font-size: 40px; margin: 13px 0 22px 0px; line-height: 17px; font-weight: 700; } .all-txt-about { color: #757272; font-size: 16px; letter-spacing: 0.3px; margin: 13px 0 22px 0px; line-height: 23px; font-weight: 500; } .video-nation { position: absolute; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; } .time-redv, .red-istv { color: #29a02d; } .time-vd2 { padding: 0px 4px 0px 8px; text-align: left; margin: 10px 0 0 0; font-size: 13px; font-weight: 600; /* */ color: #686a6b; text-transform: capitalize; line-height: 25px; letter-spacing: 0.6px; }ul#myTab2 { display: none !important; } div#SearchM,div#SearchM2 { height: 100%; /* background: #fff; */ } #SearchM .sharebbQ .modal-content,#SearchM2 .sharebbQ .modal-content { border-radius: 0px !important; padding: 0px 0px; box-shadow: none; /* display: flex; */ background: #003b58; }#SearchM .btn.srchBBn,#SearchM2 .btn.srchBBn { background: #fff; margin-top: 3px; color: #003b58; font-weight: 700; display: inline-block; font-size: 13px; width: auto; line-height: 20px; text-transform: uppercase; padding: 5px 11px; } .SearchPopup { display: block; width: 100%; font-size: 18px; padding: 17px 18px 0px; }h1.SearchTitle { text-align: center; font-size: 22px; margin: 15px 0 15px 0; } .Seaboxfilter { padding: 35px 0; } .tabsboxsrch { text-align: center; padding: 8px 0; border-bottom: 1px solid #e7e7e7; } .tabsboxsrch .searchtabs { font-size: 16px; color: #5c5c5c; display: inline-block; padding: 0 17px; } .AllSrchlink{ color: #2c2c2c; display: block;} .AllSrchlink .colrhe{ font-weight: 500;} .AllSrchlink .CategorySrcr{ color: #ff7400; font-size: 12px; font-weight: 500; position: relative; margin: 0 0 0 15px;} .AllSrchlink .CategorySrcr::before{position: absolute; left: -7px; font-weight: 700;top: 0;content: '-';} #SearchM .form-control,#SearchM2 .form-control { border-color: #ccc6 !important;height: 35px; margin: 0 0 6px 0; box-shadow: none; }#SearchM .modal-dialog.sharebbQ,#SearchM2 .modal-dialog.sharebbQ { max-width: 418px; /* height: 100%; */ margin: 0 auto 0; }#SearchM .modal-body,#SearchM2 .modal-body { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 8px 13px 10px 44px; margin: 0px 0 0; } #SearchM.modal .closeQQ ,#SearchM2.modal .closeQQ { position: absolute; float: right; font-size: 35px; font-weight: 300;z-index: 4; left: 0px; top: 4px; background-color: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; line-height: 1; color: #fff; text-shadow: none; opacity: 1; padding: 2px 12px !important; } #SearchM .sharebbQ .modal-content,#SearchM2 .sharebbQ .modal-content{ height: 100%;} .RSide2 { padding:0; }.BoxInputSrchPopup { background: #fff; height: 40px; margin-top: 8px; border-radius: 2px; cursor: pointer; font-size: 14px; color: #666; padding: 0 0 0 38px; line-height: 40px; text-align: left; position: relative; box-shadow: 0 4px 12px rgba(48,48,48,.10); }#myTabContent2 { float: left; display: none; width: 100%; padding: 0 13px; margin: 0 0 30px 0; } .postedlogoO { /* position: absolute; */ top: 15px; display: inline-block; /* right: -30px; */ overflow: hidden; border-radius: 2px; z-index: 2; background: #fff; /* box-shadow: 0 0 2px #cccaca; */ padding: 4px 0 0 0; width: 43px; float: left; } .postedByO { float: left; /* width: 100%; */ font-size: 12px; padding: 2px 0 0 0px; font-weight: 500; line-height: initial; position: absolute; color: #fff; bottom: 6px; z-index: 1; left: 9px; } .postedByO span { display: block; font-size: 11px; font-weight: 400; color: #fff; } .newsfooteromd input[type="text"] { display: block; width: 100%; border: 0; height: 34px; font-size: 14px; padding: 4px 8px; } .newsfooteromd h3 { font-size: 16px; font-weight: 600; color: black; } .subscripe { background: #ebebeb; margin: 10px 0 0; padding: 9px 8px; border-radius: 0; } button.btn.btn-subs { background: black; font-size: 14px; display: block; color: #fff; width: 100%; border-radius: 0; margin: 10px auto 0; } .bd-videos-e img { width: 100%; height: 183px; } .btn_ad { background: transparent; max-width: 300px; margin: auto; text-align: center; color: #fff; font-size: 13px; display: block; border: 1px solid; } .sec0headN { font-weight: 600; font-size: 20px; text-align: left; text-transform: capitalize; color: #222222; padding: 10px 10px; margin: 0; border-bottom: 1px solid #f3f3f3; } .playiconm { position: absolute; top: 9px; border-radius: 50%; line-height: 46px; right: 12px; color: #fff; /* border: 2px solid #423f3f; */ text-align: center; background: rgba(255, 51, 102, 0.8); height: 47px; width: 48px; } .media-indxp { background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); position: relative; } .adtemedia { font-size: 16px; margin: 0px 0 0 0; padding: 11px 8px 5px 6px; color: #333; font-weight: 500; text-transform: capitalize; line-height: 18px; } .lefthalf{ background: #f8f8f8; border-left: 1px solid #f1f1f1;} .megamenu { position: absolute; background: #fff; width: 335px; top: 36px; z-index: 3; display: none; border: solid 1px #eeeeee; left: -5px; }.MobileSidebar { display: none; } .dropdownM:hover .megamenu{ display: block;} ul.wstliststy06 { padding: 5px 0; }.desktop-menu ul.bm li { list-style-type: none; height: 100%; } ul.wstliststy06 li{ display: block !important;} ul.wstliststy06 li a { text-align: left;padding: 5px 10px !important; display: block !important;} .bd_snewst-new { margin: 0px 0 10px 0; background: #fff; padding: 0 0 9px; /* border: 1px solid #fff; */ border-top: 0; position: relative; display: block; border-radius: 0; text-decoration: none; /* box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); */ /* -webkit-transition: box-shadow .3s ease-out; */ /* transition: box-shadow .3s ease-out; */ /* box-shadow: 0 1px 5px 1px rgba(0,0,0,.15);*/ } .pp-18:nth-child(4){border: 0;} .pp-18:last-child{border: 0;} .pp-18 { border-right: 1px solid #ebebeb; margin-bottom: 22px;} .pp-18 .bd_snewst-new { margin: 0px 0 0px 0;} .comt-timnegm { padding: 4px 8px 5px 13px; text-align: left; text-transform: capitalize; margin: 0px 0 0 0; display: none; font-size: 12px; font-weight: 900; color: #c4d6e0; line-height: 18px; letter-spacing: 0.6px; } .bd_snewst-news { background: #ffffff; padding: 0 0 16px; margin: 0 0 7px 0; box-shadow: 0px 0px 1px 1px rgb(230, 230, 230); border-bottom: 3px solid whitesmoke; } section.nd_footercar { background: #003366; } .worldvdchnatio { margin: 16px 0 0 0; font-size: 16px; line-height: 17px; font-weight: 700; padding: 0 16px 0 2px; } .nd_imgpt_pin-news { padding: 7px 4px 0px 10px; text-align: left; margin: 7px 0 0 0; font-size: 18px; font-weight: 400; color: #020202; text-transform: capitalize; line-height: 25px; letter-spacing: 0.2px; } .hm .nd_imgpt_pin-newp { font-weight: 500; } .nd_imgpt_pin-new { font-size: 15px; padding: 0; min-height: 38px; text-align: left; margin: 2px 0 4px; /* line-height: 24px; */ /* letter-spacing: 0.1px; */ font-weight: 500; line-height: 20px; color: #222325; } .nd_imgpt_pin-newp { /* */ padding: 7px 10px; text-align: left; margin: 0; font-size: 17px; font-weight: 500; color: #747373; /* text-transform: capitalize; */ line-height: 25px; letter-spacing: 0.6px; } .comt-timneg { padding: 0; text-align: left; text-transform: capitalize; margin: 0px 0 8px 0; font-size: 12px; font-weight: 900; color: #cfd6d9; line-height: 18px; letter-spacing: 0.6px; } .nd_imgpts-newc { padding: 10px 0 0; text-align: left; text-transform: uppercase; margin: 0px 0 0 0; font-size: 11px; font-weight: 700; color: #f8350c; line-height: 13px; letter-spacing: 0.6px; } .box_currentl { padding: 0px 12px; } .loginbox_box { border-left: 1px solid #e7e7e7; padding: 10px 0; } .language_box { border-left: 1px solid #e7e7e7; padding: 10px 0; } .article_box { /* border-left: 1px solid #e7e7e7; */ padding: 10px 0; } .business-box { padding: 10px 0; } .box_currentl i.fa.fa-angle-down { padding: 3px 0px 0 8px; }.bg-link-wshite { padding: 10px 10px; } .pdb1{ bottom: -15px;} .nd_imgpts-new { /* font-family: 'Noto Serif', serif; */ padding: 3px 0 6px; text-align: left; margin: 0; font-size: 14px; font-weight: 400; color: #1a1919; text-transform: capitalize; line-height: 20px; letter-spacing: 0.2px; }.bd_minh { min-height: 278px;} .pp-7{ padding-left: 7px; padding-right: 7px; }.bd-cpboxC23 { font-size: 15px; padding: 0 10px; min-height: auto; text-align: center; margin: 28px 0 4px; /* line-height: 24px; */ letter-spacing: 0.3px; font-weight: 400; line-height: 19px; color: #222325; }.head_line85 { margin: 10px 0px; color: #191616; font-weight: 300; text-transform: capitalize; font-size: 26px; padding: 10px 15px 15px 7px; }.head_line12 { margin: 10px 0px; color: #191616; font-weight: 300; text-transform: capitalize; font-size: 26px; padding: 8px 15px 0px 12px; } .nd_texcnorsnew2 { margin: 0px 0 20px 0; background: #fff; padding: 0 10px 13px; border: 0; border-bottom: 1px solid #ededed; } .Newdesp P {margin: 0;} .head_line6n { margin: 11px 0 10px 0px; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 2px 0 4px 0px; } section.mainspecial { padding: 50px 0; } .menu_subbar { position: absolute; top: 0; display: none; width: 200px; border: 1px solid #ececec; z-index: 9; background: #fff; padding: 8px 16px 12px 13px; } .sub_statelist { padding: 0; } .sub_statelist li a { color: #333; font-family: 'Noto Serif', serif; font-size: 15px; } .sub_statelist li { padding: 5px 0 6px 0; list-style: none; border-bottom: 1px dashed; } .head_brif { margin: 0; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 0px 0 4px 0px; } p.tabent { padding: 10px 0 0 0; color: rgb(255, 1, 64); margin: 0; text-transform: uppercase; font-size: 12px; letter-spacing: .1em; font-weight: 600; } .sunmm_head { position: relative; padding-bottom: 8px; overflow: hidden; border-bottom: 1px solid #ececec; width: 100%; font-size: 18px; margin: 1px 0 2px 0; } .sunclos { float: left; } .sub_maind { float: right } .bg_lbrif { border-left: 1px solid #676767; padding: 0 0 0 12px; } .nd_imgpts-oht { font-family: 'Noto Serif', serif; padding: 4px 4px 8px 11px; text-align: left; margin: 2px 0 0 0; font-size: 18px; font-weight: 500; color: #000; text-transform: capitalize; line-height: 23px; letter-spacing: 0.6px; } .bd-cpboxCL { font-size: 16px; padding: 0 12px; min-height: auto; text-align: left; margin: 15px 0 4px; /* line-height: 24px; */ letter-spacing: 0.3px; font-weight: 600; line-height: 20px; color: #222325; } .oternewsef { margin-top: 23px; }.col-md-3.colps5 { max-width: 20%; padding: 0 8px; } .head_line9n { margin: 11px 0 10px 0px; color: #191616; font-weight: 600; text-transform: capitalize; font-size: 24px; padding: 2px 0 4px 0px; } .head_line7n { margin: 11px 0 10px 0px; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 2px 0 4px 0px; } .head_line1n { margin: 11px 0 10px 0px; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 2px 0 4px 0px; } .head_line8n { margin: 11px 0 10px 0px; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 2px 0 4px 0px;} .author { display: flex; padding: 0px 12px 1px; /* border-top: 1px solid #f6f6f6; */ /* background: #fcfcfc; */ } .author-width img { border-radius: 200px; height: 25px; width: 25px; border: 1px solid #e3e3e3; margin: 4px 10px 0 0; } .a-name { display: block; color: #787679; font-size: 12px; font-weight: 500; text-transform: capitalize; padding: 7px 0 0 0; } .a-name a { color: #787679; text-transform: capitalize; } span.updatetime { display: block; color: #5b5959; font-size: 14px; } .head_linen1 { position: relative; margin: 10px 0 10px -7px; color: #2e2e2e; font-weight: 600; text-align: left; /* letter-spacing: 0.3px; */ text-transform: capitalize; font-size: 18px; padding: 4px 0; } .head_linen1 span { position: relative; /* background: #fff; */ padding: 0 0; z-index: 2; } .head_linen1::after { position: absolute; right: 0; width: 100%; height: 1px; /* background: #dddddd; */ content: ''; bottom: 20px; } .brtighsd .nd_imgpt_pin-newp { padding: 7px 10px; text-align: left; margin: 0; font-size: 13px; font-weight: 500; color: #fff; opacity: 0.7; /* text-transform: capitalize; */ line-height: 20px; letter-spacing: 0.6px; } .brtighsd .bd_snewst-new { margin: 8px 0; /* background: #0b0b0b; */ padding: 0 0 19px; border: 0; } .recom-experts { padding-top: 30px; padding-bottom: 45px; background: #fff; } .homeCompair .card { box-shadow: 0 4px 8px 0 rgba(36,39,44,.1); border: 0; padding: 10px 50px; position: relative; } .homeCompair .card { border-radius: 4px; background-color: #fff; padding: 8px 20px 6px; width: 100%; margin-bottom: 20px; } .homedTable { display: inline-block; width: 100%; } .homebrandLogo { width: 101px; display: inline-block; margin-right: 17px; border: 1px solid #eeeeee; vertical-align: middle; } .homeidvPlanD { width: 212px; display: inline-block; vertical-align: middle; font-size: 15px; font-weight: 600; color: #333846; position: relative; } .homedisplay-b::before { background: url(../images/pin.png); position: absolute; left: -2px; top: 4px; content: ''; background-size: 12px; opacity: 0.5; width: 20px; height: 16px; background-repeat: no-repeat; } .homedisplay-b { display: block; font-weight: 500; padding: 0 0 0 12px; font-size: 13px; color: darkgrey; position: relative; }.homeplan-details { font-size: 14px; font-weight: 600; margin: 1px 0 0 1px; display: block; color: #67d500; cursor: pointer; text-decoration: none; } .homeplan-services { display: block; font-size: 12px; } .homeplan-services span { color: #ccc;} .homebtngrp { width: auto; float: right; display: flex; margin: 6px 0 0 0; padding: 0; border-top: none; }.homebtnelemnt { display: inline-block; } .ContactDinfo { font-size: 14px; font-weight: 500; color: #383838; padding: 6px 20px 0; } .BtnPhotoCount{ position: absolute; right: 15px; z-index: 1; background: #fcfcfc; border: 1px solid transparent; border-radius: 2px; color: #0f0f0f; cursor: pointer; top: 6px; font-size: 14px; font-weight: 700; padding: 4px 8px; line-height: 19px; height: 30px;} .ContactDinfo span {color: #818181; font-weight: 400;} .homebuynowT { font-size: 10px; font-weight: 800; font-style: normal; font-stretch: normal; line-height: normal; color: #ccc; letter-spacing: 1px; text-align: center; text-transform: uppercase; }.business-card-image{ background-color: #ebe9f9; height: 156px; position: relative; background-position: 50%; background-size: cover; background-repeat: no-repeat; height: 166px;} .business-card-image::after{position: absolute; top: 0; left: 0; right: 0; content: ''; bottom: 0; background-color: rgba(0,0,0,0.4);} .homebuynowT.y6{ color: #333846;} .homerupees-f16 { font-size: 15px; font-weight: 700; color: #f34653; display: block; line-height: initial; text-align: center; margin-top: 0px; }.homebtnelemnt { display: inline-block; }.homequoteBuybutton { width: 103px; height: auto; text-align: center; padding: 5px 8px; display: inline-block; margin: 0 0 0 10px; font-size: 12px; }.homeinactive span { color: #ccc; } .homequoteBuybutton { border-radius: 4px; border: 1px solid #f34653; background: 0 0; cursor: pointer; } .homeinactive { background-color: rgba(36,39,44,.1)!important; border: 1px solid #e6e6e6!important; pointer-events: none; } .recom-experts .span9 { width: 100%; }.CostHeading { font-size: 25px; font-weight: 500; color: #1a1a1a; margin: 0 0 0px 0px; padding: 0px 0; text-align: center; padding-bottom: 0px; text-transform: capitalize; }.OrPrice { padding: 10px 84px; color: #cccccc; position: relative; } .contentLoader { background-color: #fff; color: #141823; padding-top: 20px; display: inline-block; padding-bottom: 20px; border: 1px solid rgba(36, 39, 44, .1); width: 100%; margin: 0 auto 20px; } @-webkit-keyframes placeHolderShimmerlarge { 0% { background-position: 35% 0 } to { background-position: -35% 0 } } @keyframes placeHolderShimmerlarge { 0% { background-position: 30% 0 } to { background-position: -30% 0 } } .contentLoader .animated-background, .contentLoader .animated-backgroundlarge { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: placeHolderShimmerlarge; animation-name: placeHolderShimmerlarge; -webkit-animation-timing-function: linear; animation-timing-function: linear; background: #f6f7f8; background: #eee; background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee)); background: -webkit-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%); background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%); -webkit-background-size: 400% 16px; background-size: 400% 16px; height: 16px; position: relative; margin: 0 15px 10px } .contentLoader .animated-background.firstRow { width: 85% } .contentLoader .animated-backgroundlarge.secondRow { width: 70% } .contentLoader .animated-background.boxLoader { display: inline-block; width: 15%; height: 10px; margin: 15px 8% 15px 0 } .contentLoader.ListView .animated-background { width: 89%; margin-left: 15px; margin-right: 15px } .contentLoader.ListView .animated-backgroundlarge { margin-left: 15px } @media screen and (min-width:768px) { .contentLoader.ListView .animated-background { width: 95%; margin-bottom: 0; margin-left: 15px; margin-right: 10px } .contentLoader.ListView .animated-backgroundlarge { margin-left: 0 } } .video-details{box-shadow: 0 0 5px 1px rgba(0,0,0,.07); background: #FFF; border-radius: 6px; margin-bottom: 20px; margin-top: 5px; padding: 15px 25px;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; align-content: center; color: #999;} .CostHeading2 { font-size: 19px; margin: 0 0 0px 0; font-weight: 300; color: #4b4b4b; text-align: center; padding: 20px 0; padding-top: 0;} .FormDe45P { /* float: left; */ width: 100%; padding: 0px 0px; max-width: 100%; background: #fff; margin: 0px 0 20px 0; }.searchPL2 { max-width: 100%; margin: 0; width: 100%; flex: 0 0 60%; padding: 4px 4px; background: #ffffff; border-radius: 2px; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06); margin-top: 15px; /* float: right; */ margin: 0 auto 0px auto; }.srchBBn2P { display: block; width: 92%; color: #fff; text-align: center; height: 37px; margin: 1px 0; background: #003b58; text-transform: uppercase; }.searchPL2 .form-control { height: 39px; border-radius: 0px; font-size: 14px; background: #ffffff; border: 0; border-right: 1px solid #ededed !important; box-shadow: none; } .recom-experts [class*=span] { float: none; display: inline-block; vertical-align: top; } .span9 { width: 75%; } .reviews-wrap { margin-top: 0; margin-right: 0; } .review-list { margin-top: 0; text-align: center; } .review-list ul>li {display: inline-block;width: 23%;padding: 0;margin: 11px 10px;text-align: center;vertical-align: top;background-color: #fff;border: 1px solid #ededed;transition: box-shadow .3s ease-in-out;min-height: 190px;border-radius: 3px;margin-top: 0;} .review-list ul>li .reviews-left { position: relative; /* min-height: 322px; */ padding: 15px; /* border-right: 1px solid #e4e4e4; */ } .review-list ul>li .reviews-right { display: none; float: left; width: 40%; } .review-list ul>li h4 { margin-bottom: 5px; font-size: 19px; margin-top: 5px; text-transform: capitalize; } .reviewD { /* margin: 14px 0 0 0; */ background: #fff; padding: 0 15px 20px; border-radius: 0; border-top: 1px solid #f3f3f3; margin: 0; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); } .review-list ul>li .reviewd { font-size: 13px; } .review-list ul>li .rating { position: absolute; top: 20px; right: 20px; } .rating { padding: 2px 10px; color: #fff; font-size: 11px; font-weight: 500; border-radius: 3px; background: #51893f; } .review-list ul>li address { padding: 10px 0 0; font-style: normal; color: #999; font-size: 13px; } .rating:after { content: ''; display: inline-block; vertical-align: middle; width: 9px; height: 10px; margin: -1px 0 0 7px; background: url(https://sulcdn.azureedge.net/content/images/v8/hp-new-sprite.png) -71px -40px no-repeat; } .review-list ul>li address { padding: 2px 0 0; font-style: normal; color: #999; font-size: 13px; margin-bottom: 6px; } .review-list ul>li address strong { display: block; font-size: 14px; color: #e53935; font-weight: 600; } .review-list ul>li hr { width: 105px; margin: 8px auto; border-top: 1px solid #dfdfdf; } .review-list ul>li h3 { font-size: 14px; } .review-list ul>li p { min-height: 75px; max-height: 75px; overflow: hidden; font-size: 15px; word-break: break-word; } .review-list ul>li .read-more { float: none; width: 100%; padding: 15px 0; border: 0; } #reviewslist { padding: 0; } [class*=btn-]:last-child { margin-right: 0; } .btn-white { display: inline-block; padding: 10px 25px; color: #e53935; border: 1px solid #ddd; border-radius: 3px; outline: 0; background: #fff; } .fcategory { padding: 0px 0 0; text-align: left; text-transform: uppercase; margin: 0px 0 0 0; font-size: 11px; font-weight: 400; color: #898989; line-height: 13px; letter-spacing: 0.6px; }.ftitles { padding: 2px 0 0px; text-align: left; margin: 0; font-size: 15px; letter-spacing: 0.2px; font-weight: 600; color: #1a1a1a; text-transform: capitalize; line-height: 20px; } .brtighsd .nd_texcnorsnew2:hover { transition: 0.5s ease all; box-shadow: 0px 0px 4px 5px rgb(230, 230, 230); }.col-fcontent { padding: 16px 10px; } .nd_iheading { font-size: 21px; padding: 0; min-height: 38px; text-align: left; margin: 15px 0 15px; /* line-height: 24px; */ letter-spacing: 0.3px; font-weight: 600; line-height: 26px; color: #2e2e2e; }.bg-fbk-new { padding: 15px 15px 0 0px; background: #fff; } .Newdesp{ padding: 5px 0; text-align: left; margin: 0; font-size: 18px; font-weight: 400; color: #3c3c3c; /* text-transform: capitalize; */ line-height: 24px; padding-bottom: 0; /* letter-spacing: 0.3px; */ } .bd-nesingtf { overflow: hidden; } .bd-nesingtf img { border-radius:0; } .bg-fbk .nd_imgpt_pin-news { padding: 7px 4px 0px 10px; text-align: left; margin: 7px 0 8px 0; font-size: 16px; font-weight: 600; color: #39364f; text-transform: capitalize; line-height: 21px; letter-spacing: 0.6px; } .bg-fbk .nd_texcnors { margin: 5px 0 8px; border: 0; /* background: #f8f8f8; */ max-height: 100px; border: 1px solid #e9e9e9; overflow: hidden; } .bg-fbk .nd_imgpts-new { /* font-family: 'Noto Serif', serif; */ padding: 10px 10px 2px 0px; word-spacing: 2px; } span.bookmak { margin: 0 0 0 10px; } .ArticleShare li { margin: 1px 10px 0 0; line-height: 15px; } .nonewsFound { text-align: left; font-size: 20px; font-weight: 600; line-height: 25px; color: #151515; border: 1px solid #ededed; padding: 20px; background: #fff; box-shadow: rgba(71, 62, 103, 0.05) 1px 1px 4px 1px; border-radius: 6px; margin: 0 0 12px 0; } .ArticleShare li:nth-child(1) a { color: #475993; } .ArticleShare li:nth-child(2) a { color: #1DA1F2; } .ArticleShare li:nth-child(3) a { color: #25D366; } .ArticleShare li { display: inline-block; vertical-align: top; } .ArticleShare { position: absolute; top: 6px; margin: 0; right: 16px; width: 130px; background: #fff; display: none; text-align: right; } .bg-fbk .bd-nesing img { height: 93px; } .hm { min-height: 441px; margin: 0; } .sharelink { position: absolute; right: 20px; bottom: 8px; color: #c2c2c2; } .col-lg-3.colap5 { width: 20%; max-width: 20%; padding: 0 8px; }.Categorytagnews { font-size: 11px; padding: 6px 9px 0; letter-spacing: 0.3px; color: #b30f18; text-transform: uppercase; font-weight: 500; } .newsLbox { margin: 0; min-height: 230px; background: #fff; overflow: hidden; padding: 0 0 9px; /* border: 1px solid #fff; */ border-top: 0; position: relative; display: block; border-radius: 6px; text-decoration: none; /* box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.08); */ /* -webkit-transition: box-shadow .3s ease-out; */ /* transition: box-shadow .3s ease-out; */ /* box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); */ } .newsLbox-cpboxC { font-size: 15px; padding: 0; min-height: auto; text-align: left; margin: 5px 0 0px; /* line-height: 24px; */ letter-spacing: 0.2px; font-weight: 600; line-height: 18px; padding: 0 8px; color: #111111; } .brtighsd .nd_texcnors-new { margin: 0px 0 14px 0; /* padding: 6px 9px 9px 8px; */ /* border: 1px solid #f3efeb; */ } .social-list { color: #dbdbdb; } .brtighsd .nd_imgpt_pin-new { margin: 6px 0 15px 0; } .nav-xbootstrap-new { display: block; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; } .nav-xbootstrap-new ul { list-style-type: none; margin: 0; padding: 0px 0px 0px 20px; display: block; } .nav-xbootstrap-new li { list-style-type: none; margin: 0; padding: 0; display: inline-block; position: relative; font-size: 12px; color: #def1f0; } .nav-xbootstrap-new li a { padding: 8px 11px; font-size: 15px; display: inline-block; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } .topdown_new_dh { background: #000; } .time_header-new { font-size: 14px; color: #080808; padding: 4px 0 10px 0; text-align: center; margin: 0 0 0 0; font-weight: 500; letter-spacing: 0.3px; } .src-indx-btn { border: none; } .src-box-cls { border: none; border-left: 1px solid #cacaca; font-size: 12px; color: #9a9a9a; margin: 0 0 0 0; padding: 6px 3px 2px 9px; font-weight: 500; letter-spacing: 0.3px; } .src_ul_hd { padding: 0 0 0 0; margin: 0 0 0 0; } .src_ul_hd li { display: inline-block; } .headli-new { padding: 0 0 0 0; margin: 0 0 0 0; } .headli-new li { display: inline-block; margin: 0 0 0 12px; padding: 0 12px 0 2px; border-right: 1px solid #b7b7b7; } .headli-new li a { color: #fff; } .head_mrgtp-nm { text-align: right; } .topbar { margin: 0px auto; padding: 0px 0px; border-bottom: solid 2px #83b13b; background-color: #142c3c; } .logo { margin: 6px 0 0 0; } .topleft-text { font-size: 11px; padding: 0px 0px 0px 20px; text-transform: uppercase; font-weight: 600; text-align: center; letter-spacing: 0.1em; line-height: 23px; color: #fff; } .time_header {} .topdown { margin: 0px auto; padding: 0px 0px; background-image: url(../img/logobg.jpg); } .footer-tagln { font-size: 15px; color: #5a6968; margin: 5px 0 5px 0; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } .head_mrgtp { margin: 1rem 0 0 0; } .headli li a { /* background: #fafbff; */ padding: 15px 2px 8px 0px; } .headli li { display: inline; } .headli { padding: 0; text-align: center; margin: 0px 0 0 0; } .red-ist { color: #e42d56; } .time-red { color: #e42d56; } .time { padding: 0px 4px 0px 0px; text-align: left; margin: 10px 0 0 0; font-size: 19px; font-weight: 500; /* */ color: #686a6b; text-transform: capitalize; line-height: 25px; letter-spacing: 0.6px; } .time2 { padding: 0px 4px 0px 8px; text-align: left; margin: 10px 0 0 0; font-size: 15px; font-weight: 500; /* */ color: #686a6b; text-transform: capitalize; line-height: 25px; letter-spacing: 0.6px; } .time3 { padding: 0px 4px 0px 0px; text-align: left; margin: 0px 0 4px 0; font-size: 12px; font-weight: 500; /* */ color: #686a6b; text-transform: capitalize; letter-spacing: 0.6px; } .video-nation2 { position: absolute; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; } .bd-nesingnbnm { position: relative; } .video-nation2:after { content: '\f144'; font-family: FontAwesome; position: absolute; font-size: 18px; color: #fff; z-index: 5; top: 34%; left: 40%; } .bd_snewst_frs p { padding: 0px 4px 12px 0px; text-align: left; margin: 7px 0 0 0; font-size: 17px; text-align: left; font-weight: 400; /* */ color: #111111; text-transform: none; line-height: 29px; letter-spacing: 1px; word-spacing: 1px; } .recent-post-titlems2 { margin: 0; padding: 6px 0; border-bottom: 0; } .nd_newlink { text-decoration: none; } .recent-post-titlems2 h2 { font-weight: 600; font-size: 18px; text-align: left; text-transform: capitalize; color: #222222; padding: 0; } .nd_imgovlnnmovnm img { width: 100%; } .nd_txtsnbmovnm h2 { color: #060606; margin-bottom: 8px; font-size: 14px; letter-spacing: 1px; margin: 12px 0 0 0; text-transform: capitalize; text-align: left; position: relative; line-height: 21px; width: 100%; z-index: 2; box-sizing: border-box; } .panyujhnm { margin: 0 0 0 0; overflow: hidden; border-top: 1px solid #efebeb; padding: 12px 0 4px 0; } .nd_texcnorsnb { margin: 0px 0 14px 0; width: 97%; float: right; } .bd-nesingnbnm { position: relative; } .bd-nesingnbnm img { width: 100%; } .time3 { padding: 0px 4px 0px 0px; text-align: left; margin: 0px 0 1px 0; font-size: 12px; font-weight: 500; /* ; */ color: #686a6b; text-transform: capitalize; letter-spacing: 0.6px; } .nd_imgptsnbbmovnm { font-size: 14px; color: #242323; padding: 0px 2px 2px 0px; text-align: left; margin: 0px 0 0 0; line-height: 18px; } .tpvidesnmmn { margin-left: 15px; margin-top: 120px; border-width: 2px; border-style: solid; border-color: rgb(238, 238, 238); border-image: initial; padding: 10px; } .details_des p { font-size: 17px; color: #333; font-weight: 400; line-height: 1.5; letter-spacing: .1px; word-spacing: 2px; margin: 0 0 0 0; } .userloginname i { margin: 0 0 0 5px; } .details_des p strong { display: inline-block; } .details_des { font-size: 18px; font-weight: 400; margin-top: 20px; } .toptrends.dt0 { margin-top: 0; border-radius: 6px; border: 1px solid #E9E9E9; padding-bottom: 10px; -webkit-box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); } .dt0 .trends_links a { color: #282828; } .dt0 .trends_links { font-size: 14px; font-weight: 500; line-height: 20px; } .deatils_h1 { padding: 6px 0; text-align: left; margin: 0 0 0 0; font-size: 30px; font-weight: 700; color: #292a2d; /* text-transform: capitalize; */ line-height: normal; } .mrgmdetail { padding: 5px 0 10px 0; position: relative; } .mrgmdetail .author { padding: 0; border-top: 0; } .nletertxt { font-size: 18px; color: #fb334d; font-weight: 700; text-transform: capitalize; text-align: center; margin: 4px 0 19px 0; } .fixed-cls { position: fixed; background: #f5f5f5; top: 0; width: 100%; text-align: center; left: 0; z-index: 999; } .load-btn-wrapper2 { margin: 27px 0 18px 0; } .ghost-btn2 { display: inline-block; box-shadow: 0px 0px 10px -1px rgb(230, 230, 230); text-decoration: none; color: #f16685; font-weight: 600; -webkit-border-radius: 5px; -webkit-background-clip: padding-box; -moz-border-radius: 5px; -moz-background-clip: padding; border-radius: 5px; background-clip: padding-box; font-size: 19px; padding: .5rem 1.9rem; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background: #ffffff; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; cursor: pointer; zoom: 1; -webkit-backface-visibility: hidden; position: relative; /* margin-top: 2rem; */ } .bg-fbk { background: #fff; padding: 4px 5px 1px 5px; } .nd_imgpt_pin { padding: 7px 4px 12px 10px; text-align: left; margin: 7px 0 0 0; font-size: 20px; font-weight: 500; color: #82848a; text-transform: capitalize; line-height: 26px; letter-spacing: 0.6px; } .topdown h1 { font-size: 60px; padding: 20px 0px 0px 20px; text-transform: uppercase; font-weight: bold; line-height: 33px; color: #fff; text-align: center; } .nd_imgpts-mor { font-size: 15px; color: #949596; letter-spacing: 0.4px; font-weight: 600; text-transform: capitalize; line-height: 17px; padding: 0px 1px 0px 6px; text-align: left; border-left: 3px solid #dacc23; margin: 0px 0 8px 8px; } .head_line { background: url(../img/headline.svg); background-repeat: no-repeat; margin: 11px 0 10px 0px; color: #a81c29; border-bottom: 1px solid #a81c29; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 2px 0 4px 88px; } .head_line2 { background: url(../img/bak1.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #ffc036; /* color: #d6cb06; */ color: rgb(255, 192, 54); font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .head_line6 { background: url(../img/bak6.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #f2104b; /* color: #d6cb06; */ color: #f2104b; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .ftr_uladcar li { list-style: none; margin: 11px 96px 4px 0px; display: inline; } .fotercomecar { border-top: 1px solid #c2c4c7; border-bottom: 1px solid #cbcdd2; margin: 23px 0 8px 0; padding: 16px 0 6px 0; } .lats_ftrcar { color: #8a8a8a; text-align: center; margin: 0 0 0 0; font-size: 14px; /* font-weight: 600; */ letter-spacing: 0.1px; } .ftr_uladcar { border-top: 1px solid #c7c7c7; margin: 34px 0 0 0; padding: 18px 0 0 0; text-align: center; } .ftr_uladcar li a { color: #797979; font-size: 15px; font-weight: 600; } .pad-zr { padding: 0; } .pad-zr { padding: 0; } .deialsPP { padding: 15px 0; box-shadow: 1px 2px 2px rgba(36, 39, 44, 0.09); background: #f6f7f7; } .deialsPP .container { max-width: 1200px; } .slide_images .owl-theme .owl-nav [class*=owl-] { color: #616161; font-size: 20px; margin: 5px; position: absolute; padding: 4px 12px; background: #fff; box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 2px 0px; display: inline-block; cursor: pointer; border: 0; top: 40%; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .imgslidethumb { padding: 0 0; padding-top: 0; margin: 0 0 0 8px; cursor: pointer; border: 1px solid #e5e5e5; } .pp-social { position: absolute; bottom: 3px; width: calc(100% - 15px); left: 0; } .pp-social ul { padding: 0; margin: 0; width: 100%; } .ContactNowD{position: absolute; right: 15px; top: 15px;} .pp-social ul li { display: inline-block !important; font-size: 14px; font-weight: 500; } .pp-social ul li a.btn-tw { color: #3f81ed !important; } .pp-social ul li a { font-weight: 600; letter-spacing: 0.1px; font-size: 13px; text-transform: uppercase; color: #ff9f40 !important; } .pp-social ul li a.btn-fb { color: #003fa7 !important; } .pp-social ul li a svg { width: 20px } .pp-location { color: #383838; font-weight: 400; font-size: 14px; margin: 4px 0 0px -2px; /* text-transform: uppercase; */ } .postedBy { display: inline-block; margin: 0 0 0 8px; line-height: initial; font-size: 12px; } .pp-author { color: #999; font-weight: 400; font-size: 13px; margin: 10px 0 0 0; } .pp-website { padding: 6px 8px; border-radius: 4px; border: solid 1px #ebf2fe; background-color: #f8fefa; color: #698e7f; font-weight: bold; font-size: 14px; text-transform: uppercase; margin-top: 14px; cursor: pointer; display: inline-block; } .getONfacebook { margin: 0 0 0 0; font-size: 12px; font-weight: 400; } .contactName { color: #686868; font-size: 16px; margin: 0 4px 0 0px; } .socailgetp { color: #b2b2b2; margin: 6px 0 0 10px; } .outer { position: relative; } div#thumbs { position: absolute; bottom: 8px; left: 0; } .pp-website svg { width: 16px; height: 16px; margin: 0px 4px 0 0px; vertical-align: middle; } .pp-website a { color: #009be3; font-weight: 500; font-size: 16px; display: inline-block; padding: 0 0 0 5px; margin: 0; text-transform: none; } .pp-mail { padding: 0; font-weight: 500; color: #fff; /* font-style: italic; */ text-align: right; font-size: 16px; } .ads_site { text-align: center; padding: 0 0 20px 0; } .sidedeatils { padding: 0 20px; height: 90px; /* overflow: hidden; */ position: relative; } .queryForms{ position: absolute; top: 15%; padding: 0 18px; left: 50%; -webkit-transform: translate(-50%,-15%); transform: translate(-50%,-15%); overflow: hidden; width: 100%; min-height: 50px;} .mysideOp{ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); overflow: hidden; width: 100%; min-height: 50px;} .modalfullscreen{ background: #fff;} .modalfullscreen .modal-content{ box-shadow: none; } .modalfullscreen .designCompy_content .nameCC2{ font-weight: 400;} #designmodal.modalfullscreen .modal-content { max-width: 100%; margin: 0; height: 100%; }.modalfullscreen .PostBYdesign { display: flex; flex-wrap: wrap; padding:10px 46px 20px 0; text-align: center; }.moreGallry { padding: 15px 0 0 0; } .moreAtxt { font-size: 15px; font-weight: 500; padding: 0 0 10px 0; } .moreGallry .column { display: inline-block; margin: 5px 10px 0 0px; border: 1px solid #434343; cursor: pointer; } #designmodal.modalfullscreen .modal-content .row {height: 100%; } .modalfullscreen.modal .close { position: absolute; right: 12px; float: right; font-size: 50px; z-index: 3; top: 0; font-weight: 300; line-height: 1; color: #d1d1d1; text-shadow: 0 1px 0 #fff; opacity: 1; padding: 2px 16px !important; }.modalfullscreen .mySlides2 img { height: auto; width: auto; }.modalfullscreen .mySlides { width: 100%;} .modalfullscreen .mySlides2 {padding: 0; overflow: hidden;height: 100%; width: 100%;} .modalfullscreen .mySlides2 .col-md-8{ box-shadow: 0 0 5px 0 rgba(128,128,128,.5); background: #f3f3f3; height: 100%;} .pp-contactno {color: #fff;font-size: 13px;background: #0090e1;margin: 0 0;display: inline-block;font-weight: 400;border: none;padding:4px 10px;text-transform: capitalize;opacity: 0.8;margin: 1px 0 0 10px;height: 30px;border-radius: 2px;line-height: 22px;position: relative;} /* .pp-contactno::before{ background: url(../images/website.png); position: absolute; left: 6px; top: 7px; content: ''; background-size: 14px; opacity: 0.8; width: 20px; height: 16px; background-repeat: no-repeat;} */ .business-card-logo { width: 155px; height: 150px; position: relative; margin: -66px 15px 0 0; float: left; box-shadow: 0 0 2px 0 rgba(0,0,0,.16), 0 2px 4px 0 rgba(0,0,0,.16); display: inline-flex; overflow: hidden; border-radius: 2px; padding: 0px; border: 6px solid white; background: #fff; }.business-card-details { float: right; width: calc(100% - 176px); } .visitphoneno { padding: 0 0 0 0; font-weight: 500; color: #fff; text-align: right; font-size: 16px; } .Oninfo { position: absolute; right: 15px; bottom: 10px; z-index: 1; } .otherLinks { display: flex; padding: 8px 0; } .Sharebtn { font-size: 13px; font-weight: 500; outline: none; height: auto; height: 30px; display: block; border-radius: 3px; /* background-color: #fff; */ border: 1px solid #d3d3d3; cursor: pointer; position: relative; width: unset; box-shadow: none; color: #262626; /* text-transform: uppercase; */ text-align: left; padding: 4px 8px; line-height: 20px; margin: 1px 0 0 0; } .topbdr { border-top: 2px solid #f6f6f6; margin: 12px 0 0 0; box-shadow: 0 0 6px rgba(0, 0, 0, 0); /* background: #fcfcfc; */ } .btm-contactno { /* padding: 8px 0; */ } .detailQuote label { font-size: 15px; font-weight: 400; margin: 8px 0 8px; color: #4d4d4d; } .RequestQ { text-align: center; padding: 15px 0; font-size: 15px; font-weight: 500; line-height: 20px; } .detailQuote { background: #fff; /* display: none; */ width: 100%; text-align: center; border-radius: 2px; margin: 14px 0 0 0; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); padding: 20px 10px; } .pp-category { padding: 0; font-weight: 500; color: #fb1b26; font-size: 16px; } .pp-about { padding: 10px 15px; /* background: #fff; */ margin: 20px 0 0 0; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); border-radius: 2px; } .pp-abouthead { text-align: left; font-size: 22px; margin: 0 0 10px 0; color: #5c5d5a; font-weight: 600; } .ratings { /* display: inline-block; */ width: 120px; height: 22px; background: url(../images/starrating.svg) 3px 0 no-repeat; background-size: 100%; margin-right: 10px; vertical-align: middle; } .ratings.one { background-position: 3px -15px; } .ratings.two { background-position: 3px -47px; } .ratings.three { background-position: 3px -82px; } .ratings.four { background-position: 3px -113px; } .ratings.five { background-position: 3px -146px; } .ratings.onehalf { background-position: 3px -33px; } .ratings.twohalf { background-position: 3px -64px; } .ratings.threehalf { background-position: 3px -97px; } .ratings.fourhalf { background-position: 3px -130px; } .startrating { padding: 4px 0 0 0; } span.rating_countD { display: block; font-size: 13px; font-weight: 500; line-height: 16px; color: #979797; margin-top: 2px; margin-left: 2px; }.startratingD { display: flex; margin: 5px 0 0 -2px; } .ratingsD { /* display: inline-block; */ width: 83px; height: 19px; background: url(../images/starrating.svg) 3px 0 no-repeat; background-size: 100%; margin-right: 10px; background-position: 3px 2px; vertical-align: middle; }.rating_countD a { color: #4da3ff; } .ratingsD.one { background-position: 3px -15px; } .ratingsD.two { background-position: 3px -47px; } .ratingsD.three { background-position: 3px -82px; } .ratingsD.four { background-position: 3px -113px; } .ratingsD.five { background-position: 3px -146px; } .ratingsD.onehalf { background-position: 3px -33px; } .ratingsD.twohalf { background-position: 3px -64px; } .ratingsD.threehalf { background-position: 3px -97px; } .ratingsD.fourhalf { background-position: 3px -130px; } .startrating { padding: 4px 0 0 0; } .pp-contactno:hover { color: #fff; opacity: 0.8; } .pp-mail i { margin-right: 3px; } .pp-head { text-align: left; font-size: 20px; margin: 12px 0 0px 0; line-height: 24px; font-weight: 600; color: #0d0d0d; } .pp-posted { color: #c4c4c4; font-weight: 500; font-size: 14px; margin: -5px 0 0px 0; } .pp-price { font-size: 25px; margin: 8px 0; line-height: initial; font-weight: 600; color: #000; } .col-detailbn { margin: 18px 0px 0 0; } .Getallsocial ul { padding: 10px 0 0 0; margin: 0; text-align: right; } .Getallsocial ul li { display: inline-block; list-style: disc; } .Getallsocial ul li a { font-size: 14px; display: inline-block; width: 30px; height: 30px; line-height: 31px; /* border: 1px solid; */ padding: 0; text-align: center; color: #ffffff; border-color: #242a2a; float: left; margin-right: 5px; /* box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */ /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */ -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; background: #d7d7d7; } .right_detail ul li a { font-size: 14px; text-align: center; color: #656c7a; font-weight: 400; letter-spacing: 0.4px; } .right_detail ul li { border-bottom: 1px solid #e8e3e3; } .slideuldb ul { padding: 0; margin: 15px 0 0 0; } .slideuldb ul li { display: inline-block; margin: 0 0 0 0; border-top: 1px solid #e8e3e3; border-right: 1px solid #e8e3e3; padding: 5px 10px; } .pp-cont { width: 100%; padding: 0; padding-bottom: 0; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); background: #fff; border-radius: 2px; }.Resposerate { font-size: 13px; margin: 5px 0 0 0; } .Resposerate span{color: #41a700;} .caps-D { height: 36px; cursor: pointer; color: #fff; border: 0; padding: 10px 20px; font-weight: 700; border-radius: 2px; display: inline-block; /* text-transform: uppercase; */ line-height: 18px; background: #DC143C; /* opacity: 0.8; */ font-size: 16px; margin: 0; letter-spacing: 0.3px; } .WriteRButton{ float: right; margin: -6px 0 0 0; } .ProjectsB { /* margin: 20px 0 0 0; */ /* padding: 0 0 0 5px; */ background: #fff; border-top: 1px solid #f3f3f3; border-radius: 0; padding: 0 18px 10px; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); margin: 0; } .WriteRButton a { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; font-size: 14px; font-weight: 400; line-height: 24px; outline: 0; padding: 4px 12px; border-radius: 3px; border: 1px solid #19b5bc; cursor: pointer; box-sizing: border-box; color: #19b5bc; text-decoration: none; text-align: center; background: 0 0; position: relative;} .page_ListSD2 { font-size: 14px !important; font-weight: 400 !important; color: #383838 !important; /* background: #f6f6f6; */ padding: 8px 20px 0; width: 100%; margin: 0; /* border-bottom: 1px solid #dddddd; */ text-align: left; border-radius: 25px; text-transform: capitalize; /* background: #f3f3f3; */ display: block; /* margin-left: 21px; */ }.page_ListSD2 ul { padding: 0; margin: 0; }.page_ListSD2 ul li { display: inline-block; position: relative; padding: 2px 6px; color: #ff7900; margin: 2px 8px 3px 0px; font-size: 12px; height: 24px; border-radius: 5px; text-align: center; border: 1px solid #dddddd; }.page_ListSD2 ul li::after { position: absolute; display: none; content: '|'; right: 4px; font-weight: 700; top: 0; color: #d3d3d3; }.page_ListSD2 ul li.lastMaincat { font-weight: 600; }.page_ListSD2 ul li.lastMaincat::after { display: none; } .breadcrumb { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; font-size: 14px; flex-wrap: wrap; padding: 0 0; margin-bottom: 10px; list-style: none; background-color: transparent; border-radius: .25rem; width: 100%; } .breadcrumb a { color: #b4b4b4; text-decoration: none !important; } .breadcrumb .breadcrumb-item.active { color: #2c2c2c; } .det-qto { border-radius: 0px !important; padding: 10px 8px !important; border: 1px solid #f3f3f3 !important; height: 43px !important } .details_news { background: #fff; border: 1px solid #f2f2f2; padding: 12px 18px; border-radius: 6px; /* -webkit-box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); */ /* box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5);*/ } .slide_images .owl-theme .owl-nav .owl-prev { left: 0; } .slide_images .owl-theme .owl-nav .owl-next { right: 0; } .bd_snewst-new2{padding: 0px 0px;} .nd_bolysec { margin: 0px 0 0 0; padding: 15px 0; background: #f2f2f2; } .pd_g{padding: 0 10px 0 10px;/* border-right: 1px solid #e7e7e7; */} .share-artpol { position: absolute; display: flex; right: 4px; bottom: 8px; justify-content: flex-end; overflow: hidden; text-align: right; padding: 7px 0; } .FormDe45 { /* float: left; */ width: 100%; display: inline-block; padding: 10px 15px 10px 10px; max-width: 100%; background: #fff; margin: 0px 0 15px 0; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); } .lst-section { background: #fff; } .category_title { font-size: 15px !important; margin: 0 !important; color: #009e13!important; } p.updatetime.small { font-size: 15px; margin: 0; padding: 9px 0 0; } span.err_msg { color: red; font-size: 12px; } .share-artpol a { float: left; font-weight: 600; letter-spacing: 0.6px; border: 1px solid #E3E3E3; font-size: 15px; line-height: 15px; color: #003471; width: 32px; background: transparent; height: 32px; border-radius: 100px; margin: 0 0 0 8px; padding: 8px 1px 6px 0px; text-transform: uppercase; min-width: 30px; text-align: center; } /* .share-artpol .twitter { background-color: #00BFF3; } .share-artpol .facebook { background-color: #003471; } .share-artpol .pinterest { background-color: #C6393D; } .share-artpol .instragm { background-color: #EA4D29; } */ .head_line10 { background: url(../img/bak10.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #603913; /* color: #d6cb06; */ color: #603913; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .row_imgr { background: #fff; padding: 0 0 20px; border-radius: 4px; } .bg-link-white { padding: 12px 0 0 0; } .head_line9 { background: url(../img/bak9.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #f25069; /* color: #d6cb06; */ color: #f25069; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .head_line8 { background: url(../img/bak8.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #00b3c2; /* color: #d6cb06; */ color: #00b3c2; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .pdadvhowpol h4 { font-size: 13px; margin: 6px 0 0 0; margin: 9px 0 0 0; color: #4c4a4a; font-weight: 600; text-transform: capitalize; line-height: 18px; } .head_line7 { background: url(../img/bak7.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #004a80; /* color: #d6cb06; */ color: #004a80; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .head_line3 { background: url(../img/bak2.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #6fc31e; color: rgb(100, 173, 29); font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 4px 105px; } .header_tag { background: #fdb860; padding: 1px 0 1px 0; border-bottom: 2px solid #d48c31; } .svns { font-size: 49px; } .ex7_tag { text-align: center; margin: 0 0 0 0; font-weight: 600; font-size: 37px; color: #fff; } .twiter_sidecol { box-shadow: 0px 0px 2px 2px rgb(230, 230, 230); } .ghost-btn2::after { position: absolute; content: ''; top: 11px; transform: rotate(90deg); right: 1px; border: 10px solid transparent; /* width: 8px; */ /* height: 4px; */ border-top: 12px solid #f16685; } .ghost-btn2::before { position: absolute; content: ''; top: 11px; transform: rotate(270deg); left: 1px; border: 10px solid transparent; /* width: 8px; */ /* height: 4px; */ border-top: 12px solid #f16685; } .col-12_dd {} .nd_imgpts-mor2 { font-size: 15px; color: #949596; letter-spacing: 0.4px; font-weight: 600; text-transform: capitalize; line-height: 17px; border-radius: 0px; padding: 0px 1px 0px 6px; text-align: left; border-left: 3px solid #da2323; margin: 20px 0 8px 8px; } .row_dd { padding: 0 0 3px 0; } .nd_imgpt_mrnln { padding: 0px 4px 12px 10px; text-align: left; margin: 0px 0 0 0; font-size: 13px; font-weight: 500; color: #686a6b; text-transform: capitalize; line-height: 16px; letter-spacing: 0.6px; } .show_stn { display: inline-block; background: #423e3e; color: #fff; border-radius: 50%; font-size: 20px; padding: 8px 11px 8px 11px; } .nd_imgpt_mrn { padding: 7px 4px 12px 10px; text-align: left; margin: 0; font-size: 16px; font-weight: 400; color: #0a0927; text-transform: capitalize; line-height: 22px; letter-spacing: 0.6px; } .topdown-p { font-size: 14px; margin: 4px 0 4px 0; padding: 0px 0px 0px 0px; text-transform: capitalize; font-weight: 100; font-weight: 600; font-style: italic; letter-spacing: 0.3px; line-height: 33px; color: #fff; text-align: center; } .nav-xbootstrap { display: block; background: #fff; } .src_bgc a { background: #f7a53d; } .iconsize { font-size: 12px; top: 2px; left: 3px; } .nav-xbootstrap ul { list-style-type: none; margin: 0; padding: 0px 0px 0px 50px; display: block; } .nav-xbootstrap li { list-style-type: none; margin: 0; padding: 0; display: inline-block; position: relative; font-size: 12px; color: #def1f0; } .add_partside { margin: 15px 0 0 0; background: #fff; padding: 8px 10px 11px 7px; box-shadow: 0px 0px 2px 2px rgb(230, 230, 230); } .newsfooternt-tab li { width: 49%; text-align: center; } .newsfooternt-tab li a { padding: 8px 11px; font-size: 17px; color: #35bfea; display: inline-block; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } .newsfooternt-tab { padding: 2px 3px 6px 0; background: #f5f4f4; } .nav-xbootstrap li a { padding: 8px 11px; font-size: 16px; color: #000; text-transform: uppercase; display: inline-block; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } .nav-xbootstrap li:hover ul.dropdown { display: block; }.addBusiness .container { max-width: 700px; } .Logolisting { text-align: center; padding-top: 5px; }.addBusiness label { font-size: 15px; font-weight: 400; margin: 0px 0 6px; color: #535353; text-transform: capitalize; font-family: 'Roboto', sans-serif; }label.serviceBox { width: 45%; } .row.priceRow { column-count: 4; column-gap: 0; display: block; } .col-md-3.colprice { break-inside: avoid; float: left; width: 100%; max-width: 100%; }.row.priceRow { column-count: 4; column-gap: 0; display: block; } .col-md-3.colprice { break-inside: avoid; float: left; width: 100%; max-width: 100%; } .serviceList ul { padding: 0; margin: 0; } .serviceList ul li { display: block; font-size: 14px; color: #303030; padding: 0 0 1px 19px; } #content-to-price { background-image: url(../images/pricecomp.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 30px 0; }.priceColcom { background: #fff; overflow: hidden; position: relative; border-radius: 2px; padding-bottom: 10px; margin: 0px -5px 20px; }.AddCAtprice { padding: 10px 0px 4px 18px; text-align: left; font-weight: 600; position: relative; line-height: 18px; /* left: 50%; */ font-size: 16px; color: #222325; /* height: 50px; */ width: 100%; vertical-align: middle; } .imageUploadgalery { justify-content: left !important; }.imageUploadgalery img.thumbnail-preview { width: 64px; float: left; border: 1px solid #e1e1e1; margin-right: 5px; } p.selectSe { background: #f6f6f6; font-size: 12px; opacity: 0.6; padding: 10px; } .Bpart_0 .custom-file-label { color: #fff !important;} .addBusiness .form-control { background: #fff none repeat scroll 0 0; border: 1px solid #dfdfdf !important; /* border-radius: 2px; */ font-size: 15px; height: 42px; border-radius: 0px; box-shadow: none; border: 1px solid; padding: 8px 8px; color: #8d8d8d; }.addBusiness .rel .form-control { padding-left: 28px;} .Logolisting img.logo { width: 120px; }.busTitle { font-size: 14px; margin: 0 0 15px; color: #555555; padding: 10px 0; font-weight: 500; /* letter-spacing: 0.1px; */ text-transform: uppercase; border-bottom: 1px solid #f0f0f0; }.avatar-editB { margin: 6px 0 11px; }.busTitle span { background: #fff; padding: 11px 0px; } .Business_ads { padding: 10px 15px; margin: 20px 0 0 0px; background: #fff; /* box-shadow: 0 0 2px #c4c7cc, 0 1px 3px 0 rgba(133,140,148,.3); */ border-radius: 0px; }p.add_01b { margin: 8px 0 4px 0; font-size: 18px; font-weight: 600; } .Bpart_0 { margin: 4px 0 0 0px; border-radius: 9px; background: #fff; /* border: 1px solid #f7f7f8; */ /* box-shadow: 0 0 2px #c4c7cc, 0 1px 3px 0 rgba(133,140,148,.3); */ } .businessList-title { font-family: 'Roboto', sans-serif; color: #101928; font-weight: 300; font-size: 25px; text-align: center; margin: 10px 0 20px 0; }.btn-outline-primary { border-color: #da0317!important; color: #fff !important; background-color: #da0317; text-transform: uppercase; font-weight: 600; display: block; max-width: 500px; width: 100%; margin: 20px auto !important; } .sericeoffer { margin-bottom: 15px; } .btn-outline-primary:hover{background: #323232 !important;} .addBusiness .container.loginF1 { max-width: 450px; margin-top: 100px; margin-bottom: 30px; }.light-login { font-size: 17px; color: #2e2e2e; background: #fff; padding: 20px; /* box-shadow: 0 2px 5px 0 rgba(164, 173, 186, 0.25); */ /* width: calc(100% - 30px); */ margin-left: 0px; border-top: 1px solid #eeeeee; }.wizard-titlep { font-size: 20px; margin: 10px 0 14px 0; color: #575757; font-weight: 700; } .light-login a { font-weight: 400 !important; } .Bpart_0 .avatar-edit label {padding: 6px 12px; width: 150px;} .Bpart_0 .avatar-upload { margin: 10px 0;} .Bpart_0 .avatar-edit { margin: 8px 0 15px; } .addBusiness{ background: #f6f6f6; align-items: center; overflow: hidden; /* background: url(../images/list.svg) center; */ background-size: cover; } .team-section { padding-bottom: 70px; } .about-text { padding: 12px 0 0 0; } @media (max-width: 991px) { .team-section { padding-bottom: 85px; } } @media (max-width: 767px) { .team-section { padding-bottom: 75px; } } .team-section .team-grids { margin: 0 -15px; overflow: hidden; } .team-section .team-first-row .grid { width: calc(33.33% - 30px); float: left; margin: 0 15px 30px; } @media (max-width: 650px) { .team-section .team-first-row .grid { width: calc(50% - 30px); } } @media (max-width: 450px) { .team-section .team-first-row .grid { width: calc(100% - 30px); } } .team-section .team-sec-row .grid { width: calc(25% - 30px); float: left; margin: 0 15px 30px; } @media (max-width: 991px) { .team-section .team-sec-row .grid { width: calc(33.33% - 30px); } } @media (max-width: 650px) { padding: 12px 0 0 0; .team-section .team-sec-rpadding: 12px 0 0 0; { width: calc(50% - 30px)padding: 12px 0 0 0; } } @media (max-width: 450px) { .team-section .team-sec-row .grid { width: calc(100% - 30px); } } .team-section .grid { text-align: center; } .team-section .member-pic-social { position: relative; } @media (max-width: 450px) { .team-section .member-pic-social img { width: 100%; } } .team-section .member-pic-social .social { width: 100%; position: absolute; left: 0; bottom: 0; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; } .team-section .member-pic-social ul { display: inline-block; } .team-section .member-pic-social ul li { float: left; } .team-section .member-pic-social ul>li+li { margin-left: 15px; } .team-section .member-pic-social ul a { font-size: 16px; font-size: 1.06667rem; color: #fff; } .team-section .member-pic-social ul a:hover { color: #09a223; } .team-section .member-info { padding: 20px 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; border: 1px solid #e2e2e2; border-top: 0; } .team-section .member-info h3 { font-size: 20px; font-size: 1.33333rem; margin: 0 0 4px; } @media (max-width: 1199px) { .team-section .member-info h3 { font-size: 18px; font-size: 1.2rem; } } @media (max-width: 991px) { .team-section .member-info h3 { font-size: 17px; font-size: 1.13333rem; } } .team-section .member-info>span { font-family: "Nunito", sans-serif; font-size: 16px; font-size: 1.06667rem; font-weight: bold; color: #7a8595; } @media (max-width: 1199px) { .team-section .member-info>span { font-size: 14px; font-size: 0.93333rem; } } .team-section .grid:hover .member-info { background-color: rgb(20, 107, 99); } .team-section .grid:hover .member-info h3 { color: #fff; } .team-section .grid:hover .member-info span { color: #fff; } .team-section .grid:hover .member-pic-social .social { bottom: 20px; opacity: 1; } .team-section .all-member { text-align: center; padding-top: 15px; } .team-section .all-member a { color: #7a8595; font-weight: 500; } .team-section .all-member a span { color: rgb(20, 107, 99); } .team-section .member-pic-social ul { display: inline-block; } .team-section .all-member a:hover { color: #09a223; } .team-section .member-pic-social ul li { float: left; } .team-section .member-pic-social ul a { font-size: 16px; font-size: 1.06667rem; color: #fff; } .nav-xbootstrap li:hover { list-style-type: none; margin: 0; border-right: 1px solid #d6d5d5; padding: 0; background: #fff; transition: 1s ease all; display: inline-block; position: relative; font-size: 12px; color: #def1f0; } .tomenum { padding-top: 10px !important; border-bottom: 2px solid #f2a868 !important; } .nav-xbootstrap li ul.dropdown { position: absolute; text-align: left; display: none; background: #fff; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); padding-top: 0; border-radius: 0; padding: 0; } .nav-xbootstrap li ul.dropdown li { display: block; list-style-type: none; } .nav-xbootstrap li ul.dropdown li a { padding: 0 0 6px 10px; font-size: 15px; color: #5a6968; display: inline-block; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } } .arrow-down { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #def1f0; position: relative; top: 10px; right: -5px; content: ''; } .title-mobile { display: none; } .side-menu-right { background: #274f69; } .scroll-topp { position: fixed; z-index: 9999; height: 50px; width: 50px; text-align: center; border-radius: 50%; box-shadow: 0px 1px 31px rgba(0, 0, 0, 0.1); color: #000; padding: 13px 0 0 0; background: #fff; bottom: 4%; right: 4%; display: none; } .mrgbg-btm { margin: 0 0 20px 0; } .sec-backgg { background: #fff; margin: 22px 0 0 0; border-radius: 3px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); padding: 14px 0 14px 0; } .all-src { width: 100%; border: 1px solid #eae8e8; padding: 9px 8px 7px 12px; } .button-src { width: 100%; font-size: 17px; font-weight: 600; border: none; letter-spacing: 0.5px; color: #fff; border-radius: 3px; padding: 8px 0px 8px 0; background: #efa548; } .searchBusinessL2 { max-width: 62%; margin: 0; width: 62%; flex: 0 0 62%; padding: 0px 4px; /* overflow: hidden; */ background: #ffffff; border-radius: 2px; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06); margin-top: 15px; float: right; margin: 0 0 0 auto; border: 1px solid #dfdfdf; } .searchBusinessL2 .form-control { height: 39px; border-radius: 0px; font-size: 14px; background: #ffffff; border: 0; border-right: 1px solid #d1d1d1 !important; box-shadow: none; } div#section-annonce { text-align: center; padding: 12px; } div#content-to-integrate { background: #fee9e8; background-image: url(../images/home1.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 30px 0; } #section-annonce h1 { font-size: 27px; font-weight: 600; text-transform: capitalize; color: #454545; }.AddCAt { font-size: 14px; padding: 9px 8px; text-align: center; font-weight: 600; position: relative; line-height: 18px; /* left: 50%; */ color: #222325; height: 50px; width: 100%; vertical-align: middle; }.cont-mrg{margin:0 0 0 5px;} .list-sidebar{ background: #fff; padding: 5px 6px 14px 10px; position: relative; border-radius: 2px; /* border: 1px solid #ebebeb;*/ margin: 0 0 0 0; } .slide-slide{ position: absolute; right: 15px;} .slide-list1{ border-bottom: 1px solid #ecefe3; padding: 5px 0 10px 0; text-align: left; font-size: 15px; margin: 8px 0 8px 0; /* text-shadow: 2px 2px 3px rgb(77, 125, 134); */ font-weight: 700; color: #595959; }.head_linenD21 { position: relative; margin-bottom: 2px; color: #1e0a3c; font-weight: 700; text-align: center; text-transform: capitalize; font-size: 25px; padding: 20px 19px; } .quote-tile-actual, .quote-tile-dummy { border-radius: 2px; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06); border: solid 1px #fff; background-color: #ffffff; margin: 0 0 16px 0; display: table; width: 100%; position: relative; }.quote-tile-inner { overflow: hidden; }.plan-feature-upper { width: 100%; display: table; border-bottom: solid 1px #e6efff; padding: 4px; border-radius: 0 0 6px 6px; }.plan-feature-upper ul li.trophy-icon, .plan-feature-upper ul li.phone-icon { padding-left: 20px; }.plan-feature-upper ul li { float: left; color: #f5a623; font-size: 13px; position: relative; margin-right: 10px; padding-left: 15px; }.logo-image { display: inline-block; width: 23%; vertical-align: top; border-right: solid 1px #e6effd; /* padding-bottom: 200px; */ /* margin-bottom: -200px; */ position: relative; /* min-height: 190px; */ padding-top: 8px; }.logo-image img { margin: 0 auto; display: table; }.show-idv-section { display: inline-block; width: 23%; vertical-align: top; /* padding-bottom: 250px; */ /* margin-bottom: -250px; */ padding-left: 20px; padding-top: 12px; }.show-idv-section label { color: #b0b0b0; display: inline-block; vertical-align: top; padding: 0px 0 0 0; margin: 0; }.show-idv-section span { color: #212121; display: block; vertical-align: top; padding: 0px; font-size: 14px; padding: 1px 0 0 0; }.addons-section { display: inline-block; width: 30%; vertical-align: top; border-left: solid 1px #e6effd; border-right: solid 1px #e6effd; /* padding-bottom: 250px; */ /* margin-bottom: -250px; */ padding-left: 20px; padding-top: 12px; color: #212121; font-size: 12px; }.quotes-zerodep-section { margin: 0 0 1px; }.addons-section .zeroDep div div { color: #b0b0b0; font-size: 14px; }ul.included-addons { margin: 0; }.CostingCompare { margin: auto; max-width: 900px; } .CostingComparesec{ background: #f5f7f7; padding: 20px 0; } .buy-now-section { display: inline-block; width: 23%; text-align: center; position: relative; }.buy-now-btn { width: 122px; height: 30px; background: #ff0659; color: #fff; border: none; border-radius: 0px; font-weight: 500;line-height: 20px; font-size: 13px; letter-spacing: 0.6px; margin: 10px auto; padding: 2px 0; text-transform: uppercase; }.breakup-link { position: absolute; bottom: 7px; width: 100%; text-align: center; right: 0; font-size: 12px; color: #0d93fe; }.plan-feature-lower { background: #fff; display: table; width: 100%; position: relative; z-index: 1; border-top: solid 1px #e6effd; padding: 8px; }.plan-feature-lower ul li { float: left; list-style-type: disc; display: list-item; width: auto; list-style-position: outside; margin: 0 10px 0 20px; padding: 0 0px 0 0; font-size: 12px; color: #696969; letter-spacing: -0.2px; position: relative; cursor: help; } .AddCAt span { position: absolute; display: block; width: 100%; left: 50%; padding: 0 10px; /* height: 100%; */ transform: translate(-50%, -50%); top: 50%;} .containerDD { max-width: 1200px; margin: auto; }.containerList { max-width: 88%; margin: auto; /* overflow: hidden; */ }.filterBussiness { background: #ffffff; margin: 17px 0 11px 0px; display: block; padding: 6px 16px; /* -webkit-box-shadow: 0 4px 40px -6px rgba(0, 0, 0, 0.05); */ -moz-box-shadow: 0 4px 40px -6px rgba(0, 0, 0, 0.05); box-shadow: 0 2px 6px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.1); /* float: left; */ width: 100%; margin: auto; /* border-bottom: 1px solid #ebebeb; */ margin-top: 2px; margin-bottom: 28px; border-top: 1px solid #fafafa; } .reviwList { display: flex; flex-wrap: wrap; padding: 10px 0; border-bottom: 1px solid #ebebeb; } .reviwList:last-child{ border: 0;} .RewvieData{width: 70%;} .userNameV { /* width: 30px; */ background: #f6ad69; position: relative; height: 40px; color: #fff; width: 40px; border-radius: 50%; font-size: 18px; text-align: center; padding: 7px 0; text-transform: capitalize; margin-right: 10px; } .filtersrow{ -ms-flex: 0 0 25%; flex: 0 0 24%; max-width: 24%; } .Getdatarow{ -ms-flex: 0 0 78%; flex: 0 0 76%; max-width: 76%; } .all_temstst{ text-align: left;} .price-text-color { color: #FFC315; font-size: 11px !important; margin: 0 0 0 4px; }i.price-text-color2 { color: #e3e3e3; margin: 0 0 0 5px; font-size: 11px !important; } .paginationhome { text-align: center; } .paginationhome .pagination { display: inline-block; margin: 0 0 6px 0; border-radius: 5px; /* overflow: hidden; */ padding: 0px 4px; } .paginationhome .pagination li { display: inline-block; margin-top: -1px; border: 1px solid #d7d7d7; padding: 2px 8px; font-size: 14px !important; /* border-right: 7px; */ border-radius: 0px; } .paginationhome .pagination li a { color: #3f3f3f; line-height: 10px !important; padding: 7px 5px !important; font-size: 14px !important; } .paginationhome .pagination li.active { background: #4dbc15!important; color: #fff; border-color: #4dbc15 !important; } .paginationhome .pagination li:last-child a{ color: #3f3f3f; } .userReviewName { font-weight: 500; color: #383838; font-size: 15px; padding: 3px 0 0 0; } .userReviewStr { width: 120px; height: 20px; background: url(../images/starrating.svg) 1px 0 no-repeat; background-size: 80%; margin-right: 5px; vertical-align: middle; margin-top: 2px; }span.StarTotals { font-size: 12px; font-weight: 700; color: #979797; }#checkAlert a { color: #1086c8; margin: 0 0 0 12px; }.StartDes2 { width: 100%; font-size: 14px; line-height: 16px; padding: 5px 0 0 0; left: 5.2%; position: relative; } .florightd{height: 74px !important; float: left; width: 115px;} .ffrigt{ float: right; width: 80%;} .reviwList:nth-child(1n+0) .userNameV {background: #f6ad69;} .reviwList:nth-child(2n+0) .userNameV {background: #27baa4;} .reviwList:nth-child(3n+0) .userNameV {background: #ab69f6;} .reviwList:nth-child(4n+0) .userNameV {background: #79d100;} .RatingNo1{ background-position: 2px -18px;} .RatingNo2{ background-position: 2px -57px;} .RatingNo3{ background-position: 2px -95px;} .RatingNo4{ background-position: 2px -131px;} .RatingNo5{ background-position: 2px -168px;} .StartDes { width: 90%; font-size: 14px; line-height: 16px; padding: 5px 0 0 0; left: 7.4%; position: relative; }.viewPhoneM { font-size: 14px; color: #222222; font-weight: 400; position: relative; float: left; background: #fff; margin: 6px 0 0 0px; padding-left: 20px; } .viewPhoneM span{color: #f6a9a9;} .viewPhoneM::before{ background: url(../images/phone.png); position: absolute; left: 5px; top: 5px; content: ''; background-size: 11px; opacity: 0.6; width: 20px; height: 16px; background-repeat: no-repeat; } .desCription { font-size: 15px; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); font-weight: 400; border-radius: 0; color: #5f5f5f; /* letter-spacing: -0.1px; */ word-spacing: 1px; /* background: #fff; */ padding: 0 15px 20px; margin: 0px 0 0; }.Getallsocial2 ul { padding: 5px 0 0 0; margin: 0; } .Getallsocial2 ul li { display: inline-block; list-style: disc; } .Getallsocial2 ul li a { font-size: 15px; display: inline-block; /* width: 40px; */ /* height: 40px; */ line-height: 28px; border: 1px solid; padding: 0 12px; font-weight: 400; text-align: center; color: #174c6a; border-color: #cccccc; float: left; margin-right: 8px; box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); } .filterBussiness .list-cont { width: 40%; padding: 0px 0 0px 0; /* flex: 0 0 40%; */ float: left; }.searchBusinessL { max-width: 66%; margin: 0; width: 66%; flex: 0 0 66%; padding: 0 10px; background: #fff; border-radius: 2px; box-shadow: 0 2px 4px 0 rgba(0,0,0,.05); margin-top: 2px; /* float: right; */ border: 1px solid transparent; margin: auto; margin-bottom: -70px; position: relative; z-index: 8; }.searchBusinessL .form-control { height: 48px; border-radius: 0px; font-size: 15px; background: #ffffff; border: 0; border-right: 1px solid #d5d5d5 !important; box-shadow: none; }.topRow { /* display: flex; */ /* flex-wrap: wrap; */ position: relative; } .err_msgNew{color: red; font-size: 12px;} .topRow .home-text {float: none; position: static;} .searchBusinessL .btn.srchBBn{margin-top: 6px;} .filterBussiness .title_listed { font-size: 22px; margin: 1px 0 0px; color: #414141; font-weight: 700; text-transform: capitalize; }.title_listed span { color: #090909; font-weight: 500; }.srchBBn2 { display: block; width: 100%; color: #fff; text-align: center; height: 41px; margin: -1px 2px -1px -1px; background: #da0317; text-transform: uppercase; border-radius: 0 3px 3px 0!important; } .loaddivs { top: 0; bottom: 0; padding: 25% 49%; position: fixed; z-index: 9999999999; opacity: .8; background-color: #ddd; width: 100%; height: 100%; } .loader-form { background: currentcolor; position: relative; animation: loader-15 1s ease-in-out infinite; animation-delay: 0.4s; width: .25em; height: .5em; margin: 0 .5em; } .loader-form.hide{ display: none; } .loader-form.show{ display: block; } .loader-form:after,.loader-form:before { content: ''; position: absolute; width: inherit; height: inherit; background: inherit; animation: inherit; } .loader-form:after{left: .5em; animation-delay: 0.6s;} .loader-form:before{right: .5em; animation-delay: 0.2s;} @keyframes loader-15 { 0%, 100% { box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor; } 50% { box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor; } } .rowListD{display: flex;flex-wrap: wrap;justify-content: center;} .AddCAtL{ margin: 0px 15px 20px 10px; background: #fff; padding: 0 0; /* border: 1px solid #fff; */ border-top: 0; position: relative; display: block; width: 18%; border-radius: 4px; text-decoration: none; box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); -webkit-transition: box-shadow .3s ease-out; transition: box-shadow .3s ease-out; box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); height: 190px; margin-left: 0; } p.page-presentation { font-size: 17px; color: #1e1e1e; font-weight: 400; }.ADDbus.btn { background: #09b01e; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 14px; }.searchBusiness { max-width: 800px; margin: auto; padding: 14px 15px; background: #fcfcfc; border-radius: 2px; box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); margin-top: 15px; }.pdright-0 { padding: 4px 6px; background: #fff; border-radius: 3px; overflow: hidden; }.DBimg::after { position: absolute; bottom: 0; width: 100%; border-radius:2px; height: 100%; content: ''; left: 0; top: 0; background: linear-gradient(180deg,transparent 0,rgba(0, 0, 0, 0.07) 100%); } .mrg-mn{display: block;flex-wrap: wrap;/* border-top: 1px solid #f3f3f3; */padding: 0 15px 0 0;width: 100%;} .DBimg img {border-radius: 2px;} .DBlist { padding: 0 0 10px 0; background: #fff; position: relative; margin-bottom: 13px; /* box-shadow: 0 2px 4px rgba(31,31,31,.12); */ border-radius: 2px; /* padding-bottom: 3px; */ /* position: relative; */ -ms-flex: 0 0 25%; /* flex: 0 0 33.3%; */ max-width: 100%; display: flex; border-bottom: 1px solid #ebebeb; flex-wrap: wrap; margin: 0 0px; margin-bottom: 15px; } .DBlist:last-child{/* border: 0; *//* margin: 0; *//* box-shadow: none; */} .pad-zL{padding-left: 15px;padding-right: 15px;padding-bottom: 0;} .pad-zL.col-md-5{ -ms-flex: 0 0 46.666667%; flex: 0 0 46.666667%; max-width: 46.666667%;} .RSide2.col-md-3 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }.ReadMOreA { color: #4cae00; font-style: normal; font-size: 14px; font-weight: 400; }.col-md-2d.RSide2 { /* position: absolute; */ top: 9px; right: 10px; } .postedlogoO img{border-radius: 50%;} .flexsz.col-md-4 { padding: 0; }.page_ListHCate { /* display: inline-block; */ width: 91%; font-size: 13px; color: #f6a9a9; float: right; }.AlinkL{display: inline-block; /* flex-wrap: wrap; */ width: 100%; } .Getdatarowsrch .postedlogoO { position: absolute; top: auto; bottom: -18px !important; left: 9px; border-radius: 2px; z-index: 2; background: #fff; box-shadow: 0 0 5px #cccaca; padding: 2px; height: 43px; } .Getdatarowsrch .page_ListH { margin: 25px 0 0px 0px; width: 100%; padding-right: 0; font-size: 15px !important; font-weight: 500; line-height: 20px;} .Getdatarowsrch .page_ListHCate { margin: 2px 0 0px 0px;width: 100%;} .Getdatarowsrch .postedlogoO img{ border-radius: 0;} .Getdatarowsrch .dataContent.col-md-12 { padding: 0 10px; } .Getdatarowsrch .postedByO { float: left; /* width: 100%; */ font-size: 12px; padding: 2px 0 0 0px; font-weight: 500; line-height: initial; position: absolute; color: #fff; top: 4px; z-index: 1; right: 9px; left: auto; }.Getdatarowsrch .mrg-mn { /* display: flex; */ flex-wrap: wrap; /* border-top: 1px solid #f3f3f3; */ padding: 0 0px 0 0; width: 100%; }.ImgSrcrating { position: absolute; right: 9px; z-index: 2; bottom: 3px; } .Getdatarowsrch span.rating_count{ color: #fcfcfc; } .Getdatarowsrch .DBimg::after { background: linear-gradient(180deg,#00000026 0,rgba(0, 0, 0, 0.36) 100%); }.Getdatarowsrch .DB-packlist { display: inline-block; text-transform: uppercase; margin: 5px 0 0; color: #da0317; font-size: 12px !important; padding: 4px 7px; border-radius: 2px !important; font-weight: 500 !important; width: auto; background: #fff; border: 1px solid #da0317; /* background: #003b58; */ /* width: 50%; */ float: right; } .Getdatarowsrch .DBimg img { border-radius: 2px 2px 0 0; } .Getdatarowsrch .postedByO span { display: block; font-size: 11px; font-weight: 400; color: #fff; } .Getdatarowsrch .DBlist { padding: 0 0 10px 0; background: #fff; position: relative; margin-bottom: 13px; box-shadow: 0 2px 4px rgba(31,31,31,.12); border-radius: 2px; -ms-flex: 0 0 25%; max-width: calc(25% - 16px); flex: 0 0 25%; display: inline-flex; margin: 0 8px; margin-bottom: 20px; } .page_ListH{ text-align: left; font-size: 17px; /* line-height: 24px; */ margin: 6px 0 0px 0px; line-height: 22px; font-weight: 400; padding-right: 9px; padding-left: 0px; color: #414141; width: 91%; float: right; /* display: inline-block; */ }.sorryMsg { font-size: 22px; font-weight: 500; margin-bottom: 4px; }.Noresults { padding: 15px; background: #fff; margin-bottom: 10px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.07); border-radius: 2px; padding-right: 10px; }.PostBYdesignL { display: block; padding: 2px 8px; }.designCompy_imgL { float: left; width: 35px; border-radius: 32px; overflow: hidden; margin: 0 8px 0 0px; }.designCompy_contentL h4 { font-size: 13px; margin: 0px 0 2px 0; color: #646464; padding: 3px 0 0 0; }.design_categoryL { font-size: 12px; text-align: left; padding: 0px 10px; color: #52ac00; }.ad_designL { background: #ffffff; padding-bottom: 10px; border: 1px solid #f3f3f3; margin-bottom: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px -2px; border-radius: 2px; }.listFss { font-size: 20px; font-weight: 600; text-transform: capitalize; margin: 5px 0 5px 0; }.listFss1 { font-size: 15px; color: #8f8f8f; }ul.FilterDesign { padding: 15px 0 0 0; } .Noresultfound { text-align: center; background: #fff; padding: 21px; font-size: 21px; font-weight: 600; } ul.FilterDesign li { display: inline-block; margin: 0 9px 10px 0; position: relative; width: 151px; background: #fff; color: #fff; box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 6px -2px; border-radius: 6px; } ul.FilterDesign li a { color: #53727a; padding: 8px 10px; line-height: 22px; font-size: 15px; display: block; text-align: center; border-radius: 6px; } .containerdesign { max-width: 1190px; margin: auto; padding: 0 0; } .bbList {padding: 0 10px;} .page_ListC { font-size: 11px; margin: 0px 0 0px 0; font-weight: 600; color: #c8c8c8; line-height: 20px; text-transform: uppercase; padding-right: 100px; letter-spacing: 0.3px; }.List-section { padding-bottom: 30px; background: #f6f6f6; padding-top:20px; }.DBlist .startrating { padding: 4px 0 0 0px; display: flex; text-align: left; flex-wrap: wrap; /* position: absolute; */ /* bottom: 43px; */ /* left: 18px; */ }ul.FilterDesign li a.active { color: #f10000; font-weight: 500; border: 1px solid #f10000;} .designListing {padding: 40px 0 0;} .DBlistE { /* margin: 8px 0 0; */ padding: 0px 0 0 0; /* border-top: 1px solid #dddddd; */ text-align: center; /* position: absolute; */ /* left: 12px; */ float: right; width: 100%; bottom: 0; }a.viewbus09 { display: inline-block; color: #575757; font-size: 14px; margin: 0 0 12px 0; font-weight: 500; border: 1px solid #e1e1e1; padding: 5px 10px; right: 8px; position: absolute; top: 4px; border-radius: 6px; }.OrSignSlt { position: absolute; top: 8px; right: 7px; color: #b0b0b0; font-size: 16px; background: #fff; }.sidePd4 { padding: 0 20px 0 0; } /*the container must be positioned relative:*/ .autocomplete { position: relative; width: 100%; display: inline-block; } .autocomplete-items { position: absolute; border: 1px solid #f2f2f2; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ max-height: 315px; background: #fff; top: 44px; overflow: auto; left: 0; right: 0; } .autocomplete-items::-webkit-scrollbar { width: 10px; } /* Track */ .autocomplete-items::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ .autocomplete-items::-webkit-scrollbar-thumb { background: #888; } /* Handle on hover */ .autocomplete-items::-webkit-scrollbar-thumb:hover { background: #555; } .autocomplete-items div { padding: 4px 10px; font-size: 14px; text-align: left; cursor: pointer; background-color: #fff; border-bottom: 1px solid #f0f0f0; } /*when hovering an item:*/ .autocomplete-items div:hover { background-color: #e9e9e9; } /*when navigating through the items using the arrow keys:*/ .autocomplete-active { background-color: DodgerBlue !important; color: #ffffff; } .FormDe45P.newPriceForm { /* float: left; */ width: 100%; padding: 0px 0px; max-width: 750px; background: #fff; margin: 0px auto 20px auto; } .ShowA{display: none;} .Bpart_B0 { margin: 4px 0 10px 0px; border-radius: 6px; padding-top: 7px; background: #fff; border: 1px solid #f7f7f8; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.76); }.quotesListe { background: #fff; padding: 20px; text-align: center; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.03) !important; } .NofoundResult { font-size: 22px; font-weight: 500; } .NofoundResultbox { font-size: 18px; font-weight: 400; } .DBimg { position: relative; padding: 0; /* width: 50%; */ }span.rating_count { display: block; font-size: 12px; font-weight: 500; line-height: 16px; color: #979797; margin-top: 0px; margin-left: 9px; }.form-control.ppe-l0 { height: 39px; padding: 0 0 0 8px; }.rele label { font-size: 14px; font-weight: 500; margin: 0px 0 2px 0; color: #5b5b5b; } .rating_count a { color: #4da3ff;} .DB-packlist { display: inline-block; text-transform: uppercase; margin: 0; color: #da0317; font-size: 14px !important; padding: 5px 10px; border-radius: 2px !important; font-weight: 500 !important; width: auto; background: #fff; border: 1px solid #da0317; /* background: #003b58; */ /* width: 50%; */ float: right; }.DB-packlist:hover{color: #da0317;opacity: 0.9;} .DBlist .ratings { width: 82px; height: 16px; display: block; margin: 0; } .SideMain{ position: relative; background: #fff; padding: 1px 0 0 0; /* border-left: 1px solid #f1f1f1; */ } .DBlist .ArticleShare { right: 36px;} .page_ListL{ text-align: left; font-size: 14px; margin: 0px 0 0px 0; line-height: 18px; font-weight: 600; padding: 2px 7px 2px 25px; border-radius: 0px; color: #7c7c7c; padding-left: 20px; position: relative; /* border: 1px solid #ebebeb; */ text-transform: capitalize; } .DBlist .sharelink{ right: 24px; } .DBlist .sharebtn { cursor: pointer; border: 1px solid #f6f6f6; font-size: 14px; display: inline-block; width: 80px; height: 30px; /* text-transform: uppercase; */ line-height: 28px; padding: 0; text-align: center; color: #dbdbdb; margin-right: 0; /* box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */ /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */ -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); border-radius: 3px; }span.services_s { font-size: 14px; font-weight: 600; color: #666666; } .page_ListSD { font-size: 12px !important; font-weight: 500 !important; color: #383838 !important; /* background: #f6f6f6; */ padding: 0px 4px; margin: 0; /* border-bottom: 1px solid #dddddd; */ text-align: left; border-radius: 25px; text-transform: capitalize; /* background: #f3f3f3; */ display: block; } .page_ListSD ul { padding: 0; margin: 0;} .page_ListSD ul li { display: inline-block; position: relative;padding: 0 8px 0 0;} .page_ListSD ul li::after { position: absolute;content: '/';right: 1px;top: 0;} .page_ListSD ul li:last-child::after{display: none;} .postedPicO{float: left; /* width: 100%; */ font-size: 13px; padding: 2px 0 0 0px; font-weight: 500; line-height: initial; position: absolute; color: #fff; top: 4px; z-index: 1; left: 9px;} .phoneListing{color: #3a3a3a;font-weight: 500;margin-bottom: 4px;opacity: 0.8;width: 100%;padding: 4px 0 0 19px;} .page_Dflex {display: block;} .page_ListD { font-size: 14px; margin: 4px 0; line-height: 18px; font-weight: 400; color: #6c6c6c; padding: 0px 7px 0px 4px; min-height: 30px; display: block; vertical-align: middle; /* padding-left: 1px; */ position: relative; }.page_ListD::before{ background: url(../images/about.png); position: absolute; left: 0; top: 4px; content: ''; opacity: 0.5; background-size: 10px; width: 15px; height: 16px; background-repeat: no-repeat; display: none; } .phoneListing::before{background: url(../images/phone.png);position: absolute;left: 0;top: 7px;content: '';background-size: 10px;width: 18px;height: 18px;opacity: 0.7;background-repeat: no-repeat;} .mapListing::before{background: url(../images/pin.png);position: absolute;left: 2px;top: 4px;content: '';background-size: 13px;opacity: 0.8;width: 20px;height: 16px;background-repeat: no-repeat;} .btn.srchBBn { background: #e72526; margin-top: 4px; color: #fff; font-weight: 700; display: block; font-size: 14px; width: 100%; line-height: 20px; text-transform: uppercase; padding: 6px 0; }.searchBusiness .form-control { height: 45px; border-radius: 0px; font-size: 14px; background: #fff; border: 1px solid #e9e9e9 !important; } .forBusiness{background: #f2f2f7} .forBusiness .container { max-width: 714px; } .pricingHome { /* background: #fee9e8; */ background: #fff url(../images/pricing.svg) 100% 93% no-repeat; background-repeat: no-repeat; /* background-position: center center; */ background-size: 587px; text-align: left; padding: 20px 0 0; }.pricingHomeL { max-width: 66%; margin: 0; width: 66%; flex: 0 0 66%; padding: 0 10px; background: #fff; border-radius: 2px; margin-top: 2px; /* float: right; */ /* border: 1px solid #e9e9e9; */ margin: auto; margin-bottom: -70px; position: relative; } .width5{width: 150px;} .dropdownM:hover .megamenu {display: block;} .pricingHomeL .form-control { height: 45px; border-radius: 3px; font-size: 15px; background: #ffffff; border: 0; border: 1px solid #f0f0f0 !important; /* box-shadow: none; */ box-shadow: 0 2px 4px 0 rgba(0,0,0,.05); }.btn.srchBBnP { background: #ff0659; margin-top: 3px; color: #fff; font-weight: 700; display: block; font-size: 14px; width: 100%; line-height: 20px; text-transform: uppercase; padding: 9px 0; }.pricingHomeLH { font-size: 18px; font-weight: 600; text-transform: capitalize; color: #2e2e2e; }.pricingHomeLP { font-size: 15px; color: #4f4f4f; font-weight: 400; } @media only screen and (max-width:900px) { .nav-xbootstrap { background: #fff; width: 200px; height: 100%; display: block; position: fixed; left: -200px; top: 0px; -webkit-transition: left 0.25s ease; -moz-transition: left 0.25s ease; -ms-transition: left 0.25s ease; -o-transition: left 0.25s ease; transition: left 0.25s ease; margin: 0; border: 0; border-radius: 0; overflow-y: auto; overflow-x: hidden; height: 100%; } .title-mobile { position: fixed; display: block; top: 10px; font-size: 20px; left: 100px; right: 100px; text-align: center; color: #FFF; } .nav-xbootstrap.visible { left: 0px; -webkit-transition: left 0.25s ease; -moz-transition: left 0.25s ease; -ms-transition: left 0.25s ease; -o-transition: left 0.25s ease; transition: left 0.25s ease; } .nav-bg-xbootstrap { display: inline-block; vertical-align: middle; width: 100%; height: 50px; margin: 0; position: absolute; top: 0px; left: 0px; background: #232424; padding: 12px 0 0 10px; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } .navbar-xbootstrap { display: inline-block; vertical-align: middle; height: 50px; cursor: pointer; margin: 0; position: absolute; top: 0; left: 0; padding: 12px; } .navbar-xbootstrap span { height: 2px; background: #fff; margin: 5px; display: block; width: 20px; } .navbar-xbootstrap span:nth-child(2) { width: 20px; } .navbar-xbootstrap span:nth-child(3) { width: 20px; } .nav-xbootstrap ul { padding-top: 50px; } .nav-xbootstrap li { display: block; } .nav-xbootstrap li a { display: block; color: #505050; font-weight: 600; } .nav-xbootstrap li:first-child:hover a { border-radius: 0; } .nav-xbootstrap li ul.dropdown { position: relative; } .nav-xbootstrap li ul.dropdown li a { background: #2980B9 !important; border-bottom: none; color: #fff !important; } .nav-xbootstrap li:hover a { background: #232424; color: #fff !important; } .nav-xbootstrap li ul.dropdown li:hover a { background: rgba(0, 0, 0, .1); !important; color: #fff !important; } .nav-xbootstrap li ul.dropdown li a { padding: 10px 10px 10px 30px; } .nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; } .arrow-down { border-top: 5px solid #505050; position: absolute; top: 20px; right: 10px; } .cover-bg { background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; bottom: 0; left: 0; right: 0; } } .mobile_header{ display: none;} .simple-pricing-table { margin-bottom: 60px; } .simple-pricing-table * { -webkit-transition: all .25s ease; transition: all .25s ease } .simple-pricing-table .column { display: inline-block; margin-left: -1px; margin-top: -1px; width: 33%; border: 1px solid #cfcfcf; background-color: #fff; text-align: center } .simple-pricing-table.col-2 .column { width: 50% } .simple-pricing-table.col-3 .column { width: 33.33333333333333% } .simple-pricing-table.col-4 .column { width: 25% } .simple-pricing-table .column:hover, .simple-pricing-table .featured { z-index: 2; border-color: transparent; background-color: #da0317; -webkit-transform: scale(1.05); transform: scale(1.05) } .simple-pricing-table .title { margin: 0; padding: 22px 5px; text-transform: uppercase; font-weight: 500; } .simple-pricing-table .column:hover .title, .simple-pricing-table .featured .title { color: #fff } .simple-pricing-table .price { padding: 26px 0 15px; border-top: 1px solid #e7e7e7; background-color: #f7f7f7; border-bottom: 1px solid #e7e7e7 } .simple-pricing-table .column:hover .price, .simple-pricing-table .featured .price { border-color: #da0317; background-color: #c00415; } .simple-pricing-table .cost { margin: 0; font-weight: 300; font-size: 44px; line-height: .7em } .simple-pricing-table .column:hover .cost, .simple-pricing-table .featured .cost { color: #fff } .simple-pricing-table .description { color: #a8a8a8; text-transform: uppercase; font-weight: 300; font-size: 11px } .simple-pricing-table .column:hover .description, .simple-pricing-table .featured .description { color: #fff } .simple-pricing-table .features { padding: 0 25px } .simple-pricing-table .features li { position: relative; padding: 9px 20px; border-top: 1px solid #ebebeb; font-weight: 300; font-size: 15px; list-style: none } .simple-pricing-table .features li:first-child { border: 0 } .simple-pricing-table .column:hover .features li, .simple-pricing-table .featured .features li { border-top-color: #c80618; color: #fff } .ppbox10 {padding: 0 5px;} .page-header h1 { margin-bottom: 0; font-weight: 100; font-size: 34px; line-height: 1.2em; } .bignewSlog .designsTT { position: absolute; bottom: 12px; left: 3%; line-height: 25px; font-size: 20px; text-align: center; font-weight: 600; margin: 0; width: 94%; color: #fff; } .bignewSlog .swiper-wrapper { position: relative; border-radius: 0px; overflow: hidden; } .simple-pricing-table .footer { padding: 30px 0; border-top: 1px solid #e9e9e9; background-color: #fcfcfc; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px }.page-header { margin-bottom: 60px; padding: 30px 0 35px; border-bottom: 1px solid #ebebeb; text-align: center; } .simple-pricing-table .column:hover .footer, .simple-pricing-table .featured .footer { border-top-color: #6bb5ff; background-color: #3399ff } .simple-pricing-table .button { margin: 0 } .simple-pricing-table .column:hover .button, .simple-pricing-table .featured .button { border-color: transparent; background-color: #fff; color: #06b0ef }
public/css/style2.css
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900&display=swap'); body { font-family: 'Roboto', sans-serif; width: 100%; position: relative; } .rightsocial { margin: 0 0 0 13px; } @media (min-width: 1200px) { .container { max-width: 1200px; } }.tops__posth { font-size: 24px; padding: 0; min-height: 41px; text-align: left; margin: 0 0 8px 0; font-weight: 600; line-height: 31px; color: #242a2f; }.tops__post2h { font-size: 15px; padding: 0; /* min-height: 41px; */ text-align: left; margin: 0 0 8px 0; font-weight: 500; line-height: 20px; color: #242a2f; }.tops__postD { padding-right: 1rem; font-size: 1rem; line-height: 1.5; color: #3a3a3a; font-weight: 300; } .tops__post{margin: 0px 0 0 0; background: #fff; box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06); padding: 0 0 9px; /* border: 1px solid #fff; */ border-top: 0; position: relative; display: block; border-radius: 4px; text-decoration: none;} .desktop-header .xo-mobile-filter-center { width: 100%; } .LatestStroies:last-child .inlinelSt {border: 0; margin-bottom: 0;} .toptranding45:first-child{ padding-bottom: 6px; margin-bottom: 10px;} .imagerow>.col-12 { padding: 0 } .desktop-header { position: relative; /* border-bottom: 1px solid rgb(238, 238, 238); */ } .toptranding45 { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06); } .col-block { padding: 0px 9px; overflow: hidden; } .rightsocial a { height: 25px; text-align: center; width: 25px; background: #FFF; color: #3a3939; display: inline-block; font-size: 14px; border-radius: 76px; margin: 0 0 0 2px; } .pp-14 { border-right: 1px solid #e5e5e5; padding: 0 20px; } .pp-15 { border-right: 1px solid #e5e5e5; padding: 0 20px; }.pp-16 { padding: 0 20px; } .follw, .sitenames { color: #fff; } .desktop-header .desktop-header-wrapper { max-width: 92%; margin: auto; -webkit-transition: none; transition: none; left: 0; right: 0; padding: 6px 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; /* background: #f3f3f3; */ /* box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.05), 0 3px 1px 0 rgba(20,23,28,.1); */ /* box-shadow: 0 1px 2px 0 rgba(0,0,0,.03), 0 1px 2px 0 rgba(0,0,0,.03); */ } a.logins { color: #ffffff; padding: 1px 15px 5px 15px; position: relative; height: 28px; line-height: 25px; display: block; font-size: 15px; /* text-transform: uppercase; */ font-weight: 500; border: 1px solid #fcfcfc; border-radius: 2px; } a.logins::before{ display: inline-block; position: absolute; content: ''; display: none; background-position: 0px -90px !important; width: 20px; height: 16px; /* background-color: red; */ left: -2px; top: 1px; /* opacity: 0.6; */ background: url(../images/iconsbg.png) no-repeat; background-size: 15px auto; } .font12 { font-size: 11px !important; } .desktop-header-wrapper2 { max-width: calc(100%); margin: 0px auto 0px; -webkit-transition: none; transition: none; left: 0; right: 0; padding: 0 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: left; /* border-top: 1px solid #f3f3f3; */ -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,.1) !important; -moz-box-shadow: 0 3px 6px -3px rgba(0,0,0,.1); box-shadow: 0 3px 6px -3px rgba(0,0,0,.1); background: #fcfcfc; z-index: 5; } .desktop-header .logo { margin-right: 20px; } .frontimages img { width: 100%; border-radius: 4px; } .frontimages { max-height: 300px; overflow: hidden; position: relative; border-radius: 5px; } .frontimages::after { content: ""; display: block; position: absolute; bottom: -1px; top: 19%; left: -1px; right: -1px; z-index: 1; opacity: 0.7; background: linear-gradient(0deg, #080e1f 20px, rgba(8, 14, 31, 0)); will-change: top; border-radius: 4px; -webkit-transition: top .2s; transition: top .2s; } .mainfront1 { margin: 12px 0; } .mainfront { margin: 5px 0; } .language_0 { font-weight: 500; color: #ffffff; /* background: #FFF; */ font-size: 15px; width: 60px; line-height: 16px; height: 33px; border: 0; padding: 8px 0; /* border-radius: 20px; */ margin-right: 0; margin-top: 5px; /* border: 1px solid #f1f1f1; */ } .language_0 i { font-size: 12px; } .frontimages1 { max-height: 300px; overflow: hidden; position: relative; border-radius: 5px; } .frontimages1 img { width: 100%; border-radius: 4px; } .content_front1 { position: absolute; bottom: 0; width: calc(100% - 30px); left: 15px; z-index: 2; bottom: 16px; } .content_front1 h4 { color: #fff; font-size: 30px; font-weight: 600; } .content_front1 h5 { font-size: 18px; color: #fff; line-height: 22px; } .sharebtn { cursor: pointer; } .tabbed-widget { margin-top: 20px; background: #f6f6f6; padding: 40px; } .tabbed-widget__wrap--active { display: block; } .tabbed-widget__subtitle { font-weight: 400; text-align: center; font-size: 2.4rem; color: #181733; margin-bottom: .2rem; } .tabbed-widget__description { margin-bottom: 2rem; font-family: fcb-regular, Arial, Helvetica Neue, Helvetica, sans-serif; font-weight: 400; font-size: 1.6rem; text-align: center; color: #000; } .ticket { list-style-type: none; display: -webkit-box; display: flex; margin: 0 0; position: relative; } .ticket__info { display: -webkit-inline-box; display: inline-flex; width: 100%; height: 100%; } .ticket__price-section { -webkit-box-flex: 1; flex: 1 1 45%; display: -webkit-box; display: flex; } .ticket__shadow-container--inverse { border-radius: .8rem .8rem .8rem .8rem; } .user_loginprofile { display: block; padding: 4px 3px; cursor: pointer; border-radius: 4px; width: 141px; text-align: center; position: relative; background: #fff; /* box-shadow: 0 0 3px 0 rgba(207, 207, 207, 0.76); */ } .imaguser_l { width: 26px; display: inline-block; } .imaguser_l img { border-radius: 100px; } .userloginname { width: auto; color: #4f4f4f; display: inline-block; padding: 1px 0 0 9px; font-weight: 500; font-size: 14px; text-transform: capitalize; } .userlogin-nav { position: absolute; top: 43px; left: 0; z-index: 2; background: #fff; border: 1px solid #ededed; border-top: 0; display: none; border-radius: 1px; width: 190px; padding: 5px 5px 0 !important; box-shadow: 0 -6px 24px 0 rgba(0,0,0,.15); } .userlogin-nav:before { border: 10px solid transparent; border-bottom-color: #fff; width: 0; height: 0; position: absolute; content: " "; top: -20px; right: 40%; z-index: 9; } .userlogin-nav li { margin: 0 !important; display: block !important; } .userlogin-nav li a { display: block; padding: 8px 10px !important; color: #3a3a3a; font-weight: 400; text-align: left; border-bottom: 1px solid #f1f1f1; font-size: 14px; letter-spacing: 0.2px; } .userlogin-nav li:last-child a { padding-bottom: 10px !important; /* border-top: 1px solid #e9e9e9; */ } .ticket__shadow-container { -webkit-box-flex: 1; flex: 1; display: -webkit-box; display: flex; box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, .12); border-radius: 0 .8rem .8rem 0; overflow: hidden; } .maintop12 { display: flex;} .trendstop img{width: 100%;} .ticket__image-section { width: 34%; position: relative; overflow: hidden; height: 100%; }.frontimagesTop { max-height: 400px; overflow: hidden; position: absolute; border-radius: 2px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3) !important; max-width: 600px; left: 60px; bottom: 4%; padding: 10px 25px; background: #050505ba; }.mainfrontTop { margin-top: 0; }.frontimagesTop .categoryTop { font-size: 15px; font-weight: 500; color: #fff; } .toptrend {height: 350px; overflow: hidden; margin-top: 3px; width: 50%; display: inline-block; position: relative;} .frontimagesTop h1 { font-size: 28px; font-weight: 600;margin-bottom: 5px; line-height: initial; color: #fff; } .getstart .btn { font-size: 16px; border: 2px solid #fca695; color: #f6846e; text-transform: uppercase; font-weight: 500; } .getstart { margin-top: 28px; } .containertop { background-position: 50%; position: relative; background-size: cover!important; background-repeat: no-repeat;height: 320px;} .frontimagesTopcc::after { content: ""; display: block; position: absolute; bottom: -1px; top: 19%; left: -1px; right: -1px; z-index: 1; background: -webkit-gradient(linear, left bottom, left top, color-stop(20px, #0000009e), to(rgba(8, 14, 31, 0))); background: linear-gradient(0deg, rgba(0, 0, 0, 0.6196078431372549) 20px, rgba(8, 14, 31, 0)); will-change: top; border-radius: 4px; -webkit-transition: top .2s; transition: top .2s; } .content_Top { position: absolute; bottom: 0; width: calc(100% - 30px); left: 15px; z-index: 2; top: 40%; text-align: center; } .ticket__picture { -o-object-fit: cover; object-fit: cover; font-family: object-fit\: cover; height: 100%; width: 100%; margin-left: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .ticket__club-banner { position: absolute; left: 0; width: 1rem; top: 0; bottom: 0; z-index: 10; background: #181733; background-image: url(https://www.fcbarcelona.com/resources/v1.26.2/i/bg-elements/stripes-thin.png); background-size: cover; background-repeat: no-repeat; } .ticket__price { -webkit-box-flex: 1; flex: 1; background: #fff; padding: 18px 6px 13px; text-align: center; } .ticket__subtitle { text-transform: uppercase; /* font-family: fcb-semi-bold,Arial,Helvetica Neue,Helvetica,sans-serif; */ font-weight: 400; font-size: 12px; line-height: 1.2rem; letter-spacing: .3rem; color: #181733; margin-bottom: 0; } .ticket__title { background: -webkit-gradient(linear, left top, right top, from(#cd122d), to(#154284)); background: linear-gradient(90deg, #cd122d, #154284); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #fff; } .topsection { background: #f8f8f8; padding: 20px 0; margin-top: 0; } .topsection .container {max-width: 90%; } .ticket__title { font-weight: 700; color: #cd122d; font-size: 25px; line-height: 35px; margin-top: 0; margin-bottom: 4px; } .toptrends .row { margin-right: -5px; margin-left: -5px; } .trends-title { font-size: 15px; padding: 0; text-align: left; margin: 4px 0; /* line-height: 24px; */ letter-spacing: 0.2px; font-weight: 400; line-height: initial; color: #000; } .toptrendsimg img { border-radius: 6px; } .trendscat { padding: 0; color: #b2b2b2; font-size: 12px; margin: 10px 0 0 0; font-weight: 400; } .authorq { display: flex; padding: 8px 0 0; } .toptrends .col-p { padding: 0 5px; } .toptrends { margin: 0 0 7px 0; background: #fff; padding: 0; border: 0; display: block; border-radius: 6px; text-decoration: none; /* box-shadow: 3px 1px 1.5rem rgba(0,0,0,.1); */ -webkit-transition: box-shadow .3s ease-out; transition: box-shadow .3s ease-out; box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, .11); } .ticket__buy-price { display: -webkit-inline-box; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; position: relative; text-align: center; } .ticket__buy-text-bold { font-weight: 400; color: #222; } .ticket__buy-text, .ticket__buy-text-container { font-weight: 400; color: #222; line-height: 1.4rem; text-transform: uppercase; } .ticket__buy-text-container { font-size: .8rem; display: inline-block; position: relative; } .ticket__buy { font-weight: 400; color: #cd122d; font-size: 37px; position: relative; height: 4.4rem; line-height: 3.2rem; min-width: 4rem; } .image_p { display: block; padding: 20px; left: 395px; top: 39px; } .ticket__notch-wrap { overflow: hidden; position: relative; } .ticket__notch-wrap--dash:before { opacity: .3; content: ""; position: absolute; margin: 1.1rem 0; bottom: 0; top: 0; width: .1rem; right: 0; border-right: .1rem dashed #ccc; z-index: 10; height: calc(100% - 2.5rem); } .ticket__notch { width: 1.1rem; background-color: #fff; margin-top: 1.1rem; margin-bottom: 1.3rem; position: relative; height: calc(100% - 2.5rem); } .ticket__notch--inverse:before { bottom: -3.05rem; left: -1rem; } .ticket__notch:before { bottom: -3.05rem; left: -2.1rem; } .ticket__notch:after, .ticket__notch:before { content: ""; position: absolute; width: 2.1rem; height: 2.1rem; background: transparent; border-radius: 50%; box-shadow: inset 0 0 0.6rem 0 rgba(0, 0, 0, .12); border: 1rem solid #fff; } .ticket__notch--inverse:after { top: -3.05rem; left: -1rem; } .ticket__notch:after { top: -3.05rem; left: -2.1rem; } .ticket__notch:after, .ticket__notch:before { content: ""; position: absolute; width: 2.1rem; height: 2.1rem; background: transparent; border-radius: 50%; box-shadow: inset 0 0 0.6rem 0 rgba(0, 0, 0, .12); border: 1rem solid #fff; } .ticket__description-section { -webkit-box-flex: 1; flex: 1 1 40%; display: -webkit-box; display: flex; } .ticket__notch-wrap { overflow: hidden; position: relative; } .ticket__notch { width: 10px; background-color: #fff; margin-top: 1.1rem; margin-bottom: 1.3rem; position: relative; height: calc(100% - 2.5rem); } .ticket__notch:before { bottom: -3.05rem; left: -2.1rem; } .ticket__notch:after, .ticket__notch:before { content: ""; position: absolute; width: 2.1rem; height: 2.1rem; background: transparent; border-radius: 50%; box-shadow: inset 0 0 0.6rem 0 rgba(0, 0, 0, .12); border: 1rem solid #fff; } .ticket__notch:after { top: -3.05rem; left: -2.1rem; } .ticket__notch:after, .ticket__notch:before { content: ""; position: absolute; width: 2.1rem; height: 2.1rem; background: transparent; border-radius: 50%; box-shadow: inset 0 0 0.6rem 0 rgba(0, 0, 0, .12); border: 1rem solid #fff; } .ticket__shadow-container { -webkit-box-flex: 1; flex: 1; display: -webkit-box; display: flex; box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, .12); border-radius: .8rem; overflow: hidden; } .ticket__benefits { -webkit-box-flex: 1; flex: 1; background: #fff; padding: 6px 17px; } .ticket__benefit-description { font-size: 23px; font-weight: 600; line-height: 26px; color: #ca0f21; background: -webkit-gradient(linear, left top, right top, from(#cd122d), to(#154284)); background: linear-gradient(90deg, #cd122d, #154284); margin-left: 9px; margin-bottom: 5px; -webkit-background-clip: text; padding-top: 9px; -webkit-text-fill-color: transparent; } .ticket__benefit-list { display: -webkit-box; display: flex; flex-wrap: wrap; padding: 0 0 0 9px; font-weight: 400; list-style-type: circle; margin-bottom: 8px; } .ticket__benefit { -webkit-box-flex: 1; flex: 1 0 52%; /* display: -webkit-box; */ /* display: flex; */ min-height: auto; line-height: 22px; padding: 2px 1px; font-weight: 600; display: block; font-size: 15px; -webkit-box-align: center; align-items: center; /* list-style-type: circle; */ } .ticket__benefit-icon { display: inline; margin-right: .6rem; } /* .articles-thum img { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } */ .articles-thum { padding: 10px 10px; } .options_0 ul { padding: 0; margin: 0; } .options_0 ul li { display: inline-block; } .Photoscount { color: #727171; font-weight: 500; font-size: 16px; margin: 15px 0 5px 0; } .pp-Babout { background: #fff; border-radius: 2px; overflow: hidden; margin: 14px 0 0 0; box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); } .Aboutthe09 { color: #686868; font-weight: 500; font-size: 16px; line-height: 20px; padding: 15px 14px; margin: 0px -15px; margin-bottom: 10px; /* text-transform: uppercase; */ text-transform: capitalize; /* border-bottom: 1px solid #f6f6f6;*/ } .modal-dialog.sharebb { max-width: 380px; margin: 100px auto 0; } li.shareDialogButton { display: block; text-align: left; padding: 8px 13px; font-size: 18px; border: 1px solid lightgrey; margin: 15px auto; color: #4d4d4d; font-weight: 500; border-radius: 4px; max-width: 90%; } .slide_images .owl-theme .owl-nav span { font-size: 34px; line-height: 24px; } ul.shareDialogButtons { padding: 0; } .shareDialogButton span { display: inline-block; text-align: left; width: 90%; padding-left: 12px; } .options_0 { background: #fff; padding: 8px 17px; margin: 4px 0 0; } .options_0 ul li a { display: inline-block; padding-right: 10px; margin-right: 10px; font-size: 16px; color: #2a2a2a; border-right: 1px solid #d7d7d7; font-weight: 600; /* text-transform: uppercase; */ letter-spacing: 0.2px; } .options_0 ul li:last-child a { border: 0; } .articles-list { border: 1px solid #ededed; padding: 0 20px 0px 0; background: #fff; box-shadow: rgba(221, 221, 221, 0.5) 0px 2px 4px 1px; border-radius: 4px; margin: 0 0 5px 0; }.title_listed { font-size: 18px; margin: 10px 0px 6px; max-width: 38%; width: 38%; color: #4d4d4d; float: left; font-weight: 300; text-transform: capitalize; /* border-bottom: 1px solid #fcfcfc; */ }span.angl-icon { margin: 0 5px; } .home-text { font-size: 12px; /* float: right; */ font-weight: 500; /* top: -15px; */ /* position: absolute; */ color: #5d5d5d; left: 14px; text-transform: capitalize; } .home-text a { color: #4d4d4d;} .home-bread { font-size: 14px; float: left; top: 3px; font-weight: 500; position: absolute; left: 15px; } .home-bread a { color: #535353; } .articles-head { text-align: left; font-size: 18px; margin: 2px 0 5px; font-weight: 600; line-height: 24px; color: #434343; } .articles-des { text-align: left; font-size: 16px; margin: 0 0 5px 0; font-weight: 400; line-height: 20px; color: #575757; } .commentSec { background: #fff; border: 1px solid #E9E9E9; padding: 12px 12px; cursor: pointer; border-radius: 6px; -webkit-box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); margin: 15px 0 0 0; } .postcomment { display: flex; } .iconPost { width: 50px; } .PostHead { width: 40%; line-height: 32px; color: #a3a3a3; font-size: 15px; } .PostButton { width: 50%; text-align: right; } .mid_pricelst { background: #f6f7f7; background-size: cover; background-repeat: no-repeat; overflow: hidden; }.br_acount { border: 1px solid #f1f1f1; /* padding: 15px 22px; */ padding: 8px 20px; padding-bottom: 20px; }.mid_acount_part { background: #fff; padding: 4px; max-width: 1000px; border-radius: 2px; margin: 30px auto; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.24); }.reviw_heading { font-size: 22px; color: #e37565; font-weight: 300; margin: 15px 0; padding-bottom: 15px; text-align: center; } .errosMsg {display: block; width: 100%; color: #F44336; font-size: 13px;margin-bottom: 5px;} .rat_serv { font-size: 18px; color: #515151; font-weight: 400; display: block; padding-top: 6px; }.rd { display: inline-block; position: relative; padding-left: 0; margin-bottom: 12px; cursor: pointer; margin: 0 5px 0 0px; font-size: 16px; width: auto; }.rd input { position: absolute; top: 8px; opacity: 0; cursor: pointer; } .rd input:checked ~ .checkmark:after { color: rgb(255, 178, 4); } .rating-group { display: flex; flex-wrap: wrap; } .rating__icon { pointer-events: none; } .rating__input { position: absolute !important; left: -9999px !important; } .rating__input--none { display: none } .rating__label { cursor: pointer; padding: 0 0.1em; font-size: 25px; width: auto; } .rating__icon--star { color: orange; } .rating__input:checked ~ .rating__label .rating__icon--star { color: #ddd; } .rating-group:hover .rating__label .rating__icon--star { color: orange; } .rating__input:hover ~ .rating__label .rating__icon--star { color: #ddd; } .fostarta:hover ~ .checkmark:after {color: green;} .fostarta:hover .checkmark:after {color: red;} .rd .checkmark::after { font-size: 25px; font-family: FontAwesome; display: inline-block; content: ""; margin: 2px; } .checkmark:after { content: ""; color: #ccc; display: none; } .btn-edit_btn {font-weight: 500; color: #ffffff; /* border: 1px solid #fafafa; */ font-size: 14px; /* border: 0; */ word-spacing: 0; padding: 5px 15px; border-radius: 0px; /* margin-left: 4px; */ letter-spacing: 0.px; background: #d70c15; text-transform: uppercase; margin: 0px 0 0 0; display: inline-block; background: -moz-linear-gradient(left,#ff7831 0,#f83618 100%); background: -webkit-linear-gradient(left,#d70c15 0,#f83618 100%); background: linear-gradient(to right,#d70c15 0,#f83618 100%);}.reviw_allccnr { font-size: 14px; color: #6b6868; border-radius: 4px; padding: 7px 2px 0 8px; border: 1px solid #ccc; margin: 19px 0 0 0; font-family: 'Roboto', sans-serif; font-weight: 400; }.reviw_allccnr h4 { font-size: 17px; }.conditionrev { font-size: 13px; color: #9d9999; text-align: right; margin: 0; font-weight: 400; } .PostButton span { background: #f83618; color: #fff; padding: 5px 15px; border-radius: 40px; line-height: 26px; font-size: 13px; display: inline-block; font-weight: 500; background: -moz-linear-gradient(left,#ff7831 0,#f83618 100%); background: -webkit-linear-gradient(left,#d70c15 0,#f83618 100%); background: linear-gradient(to right,#d70c15 0,#f83618 100%); } .articles-list .author { display: flex; border: 0; position: absolute; padding: 2px 0 6px; bottom: 5px; left: 0; } .articles-category { font-size: 13px; font-weight: 600; margin: 10px 0 0 0; color: #db1a1a; text-transform: uppercase; } .ticket__buttons { width: 11rem; display: -webkit-box; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; } .ticket__button--more { border-left: .1rem solid #efefef; background-color: #fff; } .ticket__benefit-svg { width: 15px; } :focus { outline: -webkit-focus-ring-color auto 0px !important; } .selectService { font-size: 14px; border: 0; color: #a1a1a1; padding: 2px 4px; border-radius: 0px; border: 0; background: #fff; /* border-right: 0; */ }.log_in_pay { padding: 20px; background: #ffff; }a.newpassword { font-size: 15px; color: #4dbc15; font-weight: 500; } .searchicon { position: absolute; width: 50px; height: 33px; border-top-right-radius: 3px; right: 2px; text-align: center; border-bottom-right-radius: 2px; padding: 7px 0 0 0; top: 0px; /* box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12); */ background: #ffffff; /* background: rgba(245,245,245,.7); */ background: -moz-linear-gradient(left,#3ed70c 0,#09b01e 100%); /* background: -webkit-linear-gradient(left,#4dbc15 0,#40b605 100%); */ /* background: linear-gradient(to right,#c2c2c2 0 ,#ff0458 100%); */ color: #0f0f0f; text-transform: uppercase; font-size: 18px; border-radius: 4px; font-weight: 300; padding: 5px 6px; border: 0; /* border-left: 1px solid #f6f6f6; */ }.summ_itemd{ margin: 12px 0 0 0; }.add_logind { margin: 0 0 13px 0; font-weight: 700; }.reset_passd { margin: 7px 0 9px 0; color: #3a3636; border-bottom: 1px solid #ccc; padding-bottom: 8px; font-size: 15px; } .ticket__button { width: 100%; padding: 5px 5px; text-align: center; text-decoration: none; color: #154284; font-weight: 500; font-size: 15px; text-transform: uppercase; -webkit-box-flex: 1; flex: 1; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; cursor: pointer; position: relative; -webkit-transition: color .3s ease; transition: color .3s ease; } .ticket__button--buy { color: #222; background-color: #fdc52c; } .ticket__button:before { position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; background-color: #154284; opacity: 0; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; }.CategoryBoxs { padding: 10px 14px 0; color: #ff0026; font-weight: 600; } .pp-10 { padding-left: 5px; padding-right: 5px}.CategoryBoxs { padding: 10px 14px 0; color: #ff0026; font-weight: 600; } .SideBoxs .a-cpname { padding: 0 14px; } .SideBoxs{ min-height: 290px; display: block; border-radius: 0;} .SideBoxs .bd-cpboxCL { margin: 9px 0 10px;} .top-sec .col-md-7.col-sm-9 { padding: 0; } .ticket__button:hover .ticket__button-svg { fill: #fff; } svg:not(:root) { overflow: hidden; } .ticket__button-svg { width: 1.2rem; height: 1.2rem; vertical-align: baseline; margin-left: .3rem; -webkit-transition: fill .3s ease; transition: fill .3s ease; } .pp-0 { padding: 0 5px; } .content_front { position: absolute; bottom: 0; width: calc(100% - 30px); left: 15px; z-index: 2; bottom: 4px; } .content_front h4 { color: #fff; font-size: 16px; margin: 0; letter-spacing: 0.5px; font-weight: 700; } .content_front h5 { font-size: 15px; color: #fff; font-weight: 400; line-height: 22px; } .hero-tile__meta-data { display: flex; justify-content: center; } .content-tag.content-tag--left { color: #fff; font-size: 14px; margin-top: 2px; text-transform: capitalize; } time.content-time { color: #fff; font-size: 14px; } .desktop-menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; float: left; justify-content: center; margin-top: 0px; width: 100%; /* box-shadow: 0 3px 6px -3px rgba(0,0,0,.1); */ } .desktop-header-wrapper2 .desktop-menu { margin-top: 0px; box-shadow: 0 3px 6px -3px rgba(0,0,0,.1); } .desktop-menu ul.bm>:first-child { /* margin-left: 30px; */ } .join { font-weight: 500; color: #fff; /* border: 1px solid #fafafa; */ font-size: 15px; /* border: 0; */ word-spacing: 0; position: relative; padding: 5px 16px; border-radius: 2px; /* margin-left: 4px; */ letter-spacing: 0.2px; background: #e72526; text-transform: capitalize; margin: 0px 0 0 0; display: inline-block; line-height: 21px; } .join::before { display: inline-block; position: absolute; content: ''; display: none; background-position: 0px -332px !important; width: 20px; height: 21px; /* background-color: red; */ left: -11px; top: 2px; background: url(../images/iconsbg.png) no-repeat; background-size: 22px auto; }.join:hover{ color: #fff;} .desktop-menu ul.bm { margin: 0; } .header-search { width: 50%; margin-left: 2%; display: flex; flex-wrap: wrap; } .inlb-bk a.active { color: #ff0659; } .header-nav { display: flex; justify-content: flex-end; width: 60%; padding: 3px 0 0 0; } .header-nav ul li { position: relative; margin: 0 10px; padding: 0; display: inline-block; } .header-nav ul { margin: 0; padding: 3px 0 0; } .box_signup { display: inline-block; } .box_joinfree { display: inline-block; } .desktop-menu ul.bm li { position: relative; margin: 0; padding: 0; display: inline-block; font-weight: 500; font-size: 13px; color: #000000; } .desktop-menu input { font-size: 14px; border-radius: 0px; background: #fff; width: 100%; /* box-shadow: 0 2px 2px rgba(0,0,0,0.24); */ /* font-weight: normal; */ padding: 0px 15px; height: 34px; color: #383838; font-weight: 400; padding-right: 23px !important; border: 0; /* background: #F5F5F6; */ border: 0; border-radius: 2px; /* border-left: 1px solid #efefef; */ } .desktop-header a.header-link-active { color: rgb(255, 91, 128); } .desktop-menu input::placeholder { color: #c4c4c4; } .mobile-header1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .header-wrapper { padding: 10px; } .signuser { position: absolute; bottom: 13px; left: 8px; } #signinbtn, #loginbtn { color: #4dbc15; font-weight: 600; } .btn.btnlogin { background: #4dbc15; color: #fff; font-weight: 600; border: 0; display: inherit; line-height: 23px; /* width: 100%; */ margin: auto; font-size: 16px; border-radius: 1px; letter-spacing: 1px; padding: 5px 19px; text-transform: uppercase; } .rel { position: relative; } .rel label { font-size: 16px; font-weight: 500; margin: 0px 0 5px 0; color: #5b5b5b; } .header-fix { border-bottom: 1px solid #eee !important; } .form-control.pp-l0 { height: 42px; padding: 0 0 0 30px; } .modal-header { padding: 10px 14px; } .modal-dialog { max-width: 400px; margin: 100px auto 0; } .modal-content { border: 1px solid #bababa; /* border-radius: 2px; */ border-radius: 7px; box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px; } .modal .close { float: right; font-size: 47px; font-weight: 300; line-height: 1; color: #454545; text-shadow: 0 1px 0 #fff; opacity: 1; padding: 2px 16px !important; } .title_autoapi { font-size: 18px; font-weight: 700; } .message_errer { font-size: 12px; color: red; position: absolute; bottom: -17px; } .desktop-header { width: 100%; display: block; position: relative; left: 0; top: 0; /* border-bottom: 1px solid #efefef; */ background-color: #242424; -webkit-transition: all 0.32s ease; transition: all 0.32s ease; z-index: 4; padding: 0px; /* border-bottom: 1px solid #dedfe0; */ } .fgvtyvr .program-listing { display: grid; grid-gap: 30px; grid-template-columns: 1fr 1fr 1fr; margin-bottom: 30px; } section.registernow { padding: 30px 0 30px; border-top: 1px solid #f4f4f4; background: rgb(247, 247, 247); } .fxpba8c { background-color: rgb(255, 255, 255); border: solid 1px rgb(216, 216, 216); border-bottom: solid 10px rgb(216, 216, 216); border-radius: 3px; display: flex; flex-direction: column; height: auto; justify-content: space-between; margin-bottom: 0; width: 100%; } .fgvtyvr .program-listing>div { width: auto; } .fjkqhu0 { cursor: pointer; height: 3rem; position: absolute; right: 0; top: 0; width: 3rem; z-index: 1; } .fjkqhu0 .tooltip { background: rgba(0, 0, 0, 0.5); border-radius: 3px; color: rgb(255, 255, 255); display: none; font-size: 0.75em; line-height: 1rem; min-width: 150px; padding: 1em 1em .8em; position: absolute; right: 40px; text-align: center; top: 13px; z-index: 2; } .fjkqhu0 svg { fill-opacity: 0.5; position: absolute; right: 10px; top: 10px; width: 30px; z-index: 1; } .fxpba8c header div { align-items: center; background-color: rgb(216, 216, 216); display: flex; height: 180px; overflow: hidden; position: relative; width: 100%; } .fxpba8c header div img { height: 100%; object-fit: cover; position: absolute; width: 100%; } .fxpba8c header h3 { align-items: center; display: flex; flex-direction: column; font-size: 1.2rem; font-weight: bold; height: 100%; justify-content: center; line-height: 1.2em; max-height: 100px; padding: 0 1em 0; position: relative; text-align: center; width: 100%; z-index: 1; } .fxpba8c h3 a { color: white; text-decoration: none; } .fxpba8c header div:after { background: rgba(65, 65, 65, 0.45); content: " "; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .fxpba8c section { display: flex; flex-direction: column; margin: 0 1rem; padding: 1rem 0; } .fxpba8c section>div { display: flex; justify-content: space-between; margin-bottom: 1.3em; } .fxpba8c section label { align-items: center; color: rgb(216, 216, 216); display: flex; flex-direction: row; font-size: 14px; font-weight: 400; margin-bottom: -5px; text-transform: uppercase; } .fxpba8c section i { margin: 0 10px -5px 0; } .f1y5i2xr, .fvx5x7r { align-items: center; display: inline-flex; } .fxpba8c .stars { height: 1.5em; margin: 4px 10px 0 0; width: 7em; } .f1y5i2xr .stars svg { height: 100%; width: 100%; } .fxpba8c .rating { font-size: 1.1em; margin-top: -3px; } .fxpba8c footer h4 { font-size: 0.875em; line-height: 1.2em; margin-bottom: 0; text-align: left; } .fxpba8c footer h4>div svg { margin-bottom: -2px; margin-left: 5px; } .fxpba8c footer>div:last-child { display: grid; grid-gap: 1em; grid-template-columns: repeat( auto-fit, minmax(100px, 1fr)); margin: 0; } .main-authorstory { position: relative; margin: 8px 0; color: #1e0a3c; font-weight: 600; text-align: left; letter-spacing: 0.2px; text-transform: uppercase; font-size: 22px; padding: 12px 0 12px 18px; } .main-authorstory:after, .main-authorstory:before { position: absolute; top: 50%; overflow: hidden; height: 3px; content: "\A0"; background-color: #d3d3d3; } .main-authorstory:after { width: 133px; margin-left: 1%; } .main-authorstory:before { width: 14px; margin-left: -24px; text-align: right; } .fxpba8c footer div { align-items: center; display: flex; flex-direction: row; justify-content: center; } .fxpba8c footer>div:last-child div:first-child { margin: 0 0 .8em; } .fxpba8c footer>div:last-child div { margin-bottom: 0 !important; } .fxpba8c footer div { align-items: center; display: flex; flex-direction: row; justify-content: center; } .f182d775>svg { height: 16px; width: 16px; } .fxpba8c section label { align-items: center; color: rgb(216, 216, 216); display: flex; flex-direction: row; font-size: 14px; font-weight: 400; margin-bottom: -5px; text-transform: uppercase; } .fxpba8c section p { font-size: 0.875em; font-weight: 100; height: 4.5em; margin: 0; text-align: center; text-overflow: ellipsis; word-wrap: break-word; } .fxpba8c footer { display: flex; flex-direction: column; padding: 0 25px 25px; } .fxpba8c footer img { border-right: dashed 1px rgb(216, 216, 216); margin-right: 15px; max-height: 75px; max-width: 75px; object-fit: contain; padding: 0 15px 0 0; } .fxpba8c footer>div:first-child { margin-bottom: 1.5em; } .fxpba8c footer div { align-items: center; display: flex; flex-direction: row; justify-content: center; } .f1y5i2xr .stars svg { height: 100%; margin-left: 2px; width: 18px !important; } .f1ht2au1.whole { fill: rgb(251, 170, 41); } .f1y5i2xr .stars { display: flex; max-width: 12em; } .fgvtyvr .program-listing { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; } .hteNID { text-align: center; margin: 0 0 0 0; display: block; width: 100%; padding: 29px 0; overflow: hidden; background: #ffffff; border-bottom: 1px solid #efefef; } .sc-hCSkms { font-size: 25px; font-weight: 500; margin: 0; } p.sc-cMs { font-size: 18px; font-weight: 300; margin: 6px 0; } a.sc-jWBwVs { /* width: 35%; */ /* float: left; */ background: #003b58; color: #fff; -webkit-appearance: none; border: none; letter-spacing: 2px; padding: 7px 15px; font-size: 15px; margin: 15px 4px 0; display: inline-block; } .footer { float: left; width: 100%; background: #f8f8f8; border-top: 9px; padding-top: 23px; } .footer .fl { width: 70%; float: left } .footer .fl .list { width: 33.3%; float: left } .footer h2 { font-size: 16px; text-transform: uppercase; font-weight: 800; color: #303030; margin-bottom: 17px; } .footer .fl .list ul { margin: 0; padding: 0 } .footer .fl .list ul li { list-style: none; padding-bottom: 4px; } .postheads ul { padding: 0;} .postheads ul li { display: inline-block; text-transform: capitalize;} .footer h2:before { content: ""; background: #e9e9e9; width: 28px; height: 2px; position: absolute; margin: 24px 0 0 0; } .postheads ul li:first-child a{margin-left: 0; padding-left: 0;} .footer .fl .list ul li a { color: #343434; font-size: 14px; } .postheads { float: left; width: 100%; padding: 20px 0 0 0; } .postheads h2 { margin: 0 0 10px; } .postheads a { display: inline-block; color: #1c1c1c; font-size: 13px; margin: 0 10px 5px 0; } .footer .newsfooter { width: 30%; float: right } .footer .newsfooter .t2 { font-size: 12px; line-height: 20px; color: #2c2c2c; margin-top: -4px; margin-bottom: 8px; }.AddCAtL img { border-radius: 4px 4px 0 0; height: 138px; width: 100%; }.head_linenD { position: relative; margin-bottom: 2px; color: #1e0a3c; font-weight: 700; text-align: left; text-transform: capitalize; font-size: 22px; padding: 10px 19px; }section.topsectionCat { background: #f8f8f8; padding: 20px 0; } .listings__block { background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.07); margin-bottom: 30px; border-radius: 1px; } .AcateList { column-count: 4; column-gap: 0; } .columns { width: 100%; padding: 0px 10px; break-inside: avoid; float: left; } .listings__header { text-align: center; padding: 10px 0; border-bottom: 1px solid #f2f2f2; } .listings_list ul { padding: 0; } .listings_list ul li { display: block; } .listings_list ul li a { color: #545459; font-weight: 400; padding: 5px 15px; font-size: 17px; display: block; border-bottom: 1px solid #f0f0f0; } .listings__header h4 { font-weight: 700; font-size: 20px; margin: 0 } .topsectionD {padding: 6px 0 20px 0;background: #f2f2f2;width: 100%;border-top: 1px solid #e5e5e5;/* margin: 0 0 4px 0; */} .sideIMgLT { font-size: 15px; padding: 0; min-height: 38px; text-align: left; margin: 6px 0 5px; font-weight: 500; line-height: 20px; color: #242a2f; } .inlinelSt { margin: 0px 0 12px 0; background: #fff; padding-bottom: 12px; border:0; /* border-top: 0; */ position: relative; display: flex; border-radius: 4px; text-decoration: none; box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06); } .sideIMgL img { border-radius: 0; } .sideIMgL { width: 34%; padding-top: 10px;padding-right: 8px; padding-left: 10px; } .sideIMgLC { width: 80%; padding: 0 0px 0 12px; } .inlinelSt .author { padding: 0 0; } .sideIMgLC .tabent { padding: 6px 0 0 0; } .inlinelSt .a-name { padding: 4px 0 0 0; } .footer .newsfooter .subs { width: 100%; float: left } .footer .newsfooter .subs .txt1 { width: 65%; float: left; -webkit-appearance: none; border: 1px solid #d3d3d3; padding: 7px 16px; font-size: 13px; } .footer .newsfooter .subs .txt2 { width: 35%; float: left; background: #003b58; color: #fff; -webkit-appearance: none; border: none; letter-spacing: 2px; padding: 7px 0; font-size: 14px; } .social_icon { float: left; width: 100%; margin: 10px 0 0px 0; } .social_icon span { float: left; font-size: 12px; margin: 9px 0 0 0; } .social_icon ul { margin: 0; padding: 0; float: left; margin-left: 20px; } .social_icon ul li { list-style: none; font-size: 25px; float: left; margin-right: 20px; } .social_icon ul li a { color: #000; } .footer .ftr_btm { width: 100%; float: left; text-align: center; font-size: 11px; padding-bottom: 15px; color: #848484; margin-top: 14px; } .lastsec .ad_imgnat3 { box-shadow: 0 8px 22px 0 rgba(0, 0, 0, .2); border-radius: 4px; } .lastsec .ad_imgnat3 img { height: 150px; } .desktop-header .xo-story-back-btn { display: inline-block; position: relative; left: -10px; float: left; width: 28px; margin-top: 4px; } .cateicon img { width: 28px !important; display: inline-block !important; } .headfix { position: fixed; top: 0; width: 100%; box-shadow: 0px 3px 5px -2px rgb(213, 213, 213); left: 0; margin: 0 !important; } .iconsiktes h2 { font-size: 14px; margin: 5px 0px; color: #272d30; width: 80%; } .top_categories { text-align: center; box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.08); height: 50px; background-color: #ffffff; margin: 15px 5px 5px; border-radius: 10px; padding: 5px 4px; } .iconsiktes { display: flex; padding: 6px 0; } .iconsiktes .cateicon { padding: 0 5px; width: 20%; } .desktop-header .xo-story-back-btn img { width: 100%; } .desktop-header .logo { width: 110px; display: inline-block; float: left; margin-right: 8px; margin-top: 0px; } .category_slider { margin-top: 108px; background: #fff; } .desktop-header .logo img { width: 100%; } @media screen and (max-width:700px) { .static-header .logo, .dynamic-header .logo, .desktop-header .logo { width: 24px; display: inline-block; float: left; margin-right: 8px; margin-top: 8px; } } .xo-side-menu-wrapper { display: inline-block; float: left; width: 22px; margin: 9px 17px 0 0; } .xo-notification-icon, .xo-search-icon { width: 28px; vertical-align: middle; padding-top: 2px; cursor: pointer; } .xo-notification-icon img, .xo-search-icon img { width: 100%; } .xo-notification-icon .ring-icon, .xo-search-icon .ring-icon { width: 30px; } .xo-search-icon { width: 24px; } .xo-search-icon.chat { width: 25px; } .xo-profile-icon { border-radius: 50%; width: 32px; height: 37px; overflow: hidden; border: 2px solid rgb(235, 235, 235); padding-top: 0; } @media screen and (max-width:420px) { .xo-profile-icon .btn.btn-pink { padding: 8px 9px; } } .bd-nesing img { width: 100% } .leftmenu2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .leftmenu2 li { margin-left: 12px; margin-top: 3px; } .leftmenu2 li.xo-profile-icon { margin-top: 0px; height: 32px; } .leftmenu2 .signin { position: relative; top: -2px; width: -webkit-max-content; width: -moz-max-content; width: max-content; } .leftmenu2 .signin .fb-non-header-btn-text { color: #EB658B; border-radius: 2px; font-weight: 500; text-transform: uppercase; font-size: 12px; vertical-align: middle; cursor: pointer; display: inline-block; }.main-heading h1 { text-align: center; color: #66666d; font-size: 26px; font-family: 'Oswald', sans-serif; padding: 30px 0px 15px; position: relative; font-weight: 500; margin: 0px 0px 40px; }.main-heading h1:after { content: ''; position: absolute; width: 100%; height: 1px; max-width: 160px; background: #ff4c52; margin: 0 auto; right: 0; left: 0; bottom: 0; }.main-heading h1:before { content: ''; background: url(/images/border-point.png)no-repeat; position: absolute; width: 27px; height: 7px; right: 0; left: 0; bottom: -3px; margin: auto; }.widcontact { max-width: 650px; margin: auto; } .abt-sctn p { font-family: 'Oswald', sans-serif; text-align: center; line-height: 36px; font-size: 18px; color: #66666d; padding-bottom: 30px; width: 100%; max-width: 1000px; margin: auto; } .abt-middle { background: #fbf1f1; display: inline-block; width: 100%; text-align: center; padding: 1em 0; margin: 1em 0 2em; } .abt-middle-service { display: inline-block; text-align: center; } .abt-middle ul.service-pointes li { color: #66666d; font-size: 18px; font-family: 'Oswald', sans-serif; line-height: 33px; text-align: justify; position: relative; } .abt-middle ul.service-pointes li:after { content: ''; position: absolute; width: 10px; height: 10px; background: #ef4d23; border-radius: 50px; top: 12px; left: -23px; } .abt-middle ul.service-pointes { float: left; margin-left: 42px; } .abt-middle ul.service-pointes:first-child { margin: 0px; } .contact-sec {padding: 0em 0em 9em;} .contact-sec p{text-align: center;font-size: 18px;color: #66666d; } .form-sec input[type="text"], .form-sec textarea {background: none; border: 1px solid #9b9b9b !important;height: 45px !important; border-radius: 5px;font-size: 12px;color: #f56b47;margin-bottom: 0px;} .form-sec textarea {height:120px !important;} .form-sec{text-align: left;color: #fff;background-size: cover;background-repeat: no-repeat;background-position: center top;background-attachment: fixed;padding: 1em;height: auto;margin-top: 2em;} .form-sec .btn {height: 42px; font-weight: 600;color: #fff;background: #f56b47;border-radius: 5px;} .form-sec ul {list-style-type: none;padding-left: 5.5em;} .form-sec ul li {padding: 27px 0;} li.Address {color: #000000;} li.Address:before {content: "";background: url(../images/contact-icons.png)no-repeat; position: absolute;width: 71px;height: 395px;top: -16px;left: 10px;} .form-sec ul li span {color: #66666d;font-size: 16px;} li.Phone a, li.Email a {color: #000000;font-weight: 600;} .topheader { background: #171717; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 4px 20px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-animation: fade-in .5s ease-in; animation: fade-in .5s ease-in; /* border-bottom: 1px solid #343030; */ } @-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } /* sc-component-id: sc-eYTUqP */ .sitellogin { display: none; color: #fff; } .sitellogin { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-size: 13px; background: transparent; /* border: 1px solid #0f0e0e; */ -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 5px 10px; border-radius: 3px; } .bd-cpboxC2 { font-size: 18px; padding: 0 0px; min-height: auto; text-align: left; margin: 0px 0 5px; /* line-height: 24px; */ /* letter-spacing: 0.3px; */ font-weight: 400; line-height: 25px; color: #222325; } .sitellogin img { width: auto; } .sitellogin img:first-child { margin: auto 5px; height: 14px; } .sitellogin img:last-child { height: 18px; margin: auto 5px auto 5px; } .sitellogin span { width: auto; min-width: -webkit-fit-content; min-width: -moz-fit-content; min-width: fit-content; } .topmid { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; /* margin-left: -8%; */ } @media (min-width:721px) and (max-width:1100px) { .topmid { margin-left: 1% !important; } } @media (min-width:500px) and (max-width:720px) { .topmid { margin-left: 0%; text-align: center; width: 100%; } .topmid a { margin: 0px; -webkit-flex: inherit; -ms-flex: inherit; flex: inherit; padding-right: 25px; } } @media (min-width:700px) and (max-width:720px) { .topmid { width: auto; } } @media screen and (max-width:500px) { .topmid { width: 100%; margin-left: 12%; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; margin-right: 12%; } } span.getaccount { font-size: 12px; opacity: 0.8; } .Categorytag { display: inline-block; max-width: 100%; width: 100%; margin: 0 auto; font-size: 0; position: static; bottom: -22px; left: 0; right: 0; text-align: left; }.Categorytag:before { background-repeat: no-repeat; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; content: attr(data-cat); padding: 12px 0 0 0; max-width: -webkit-calc(100% - 1.75rem); max-width: calc(100% - 1.75rem); font-size: 14px; color: #e5106c; line-height: 15px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; }.bd-cpbox { /* overflow: hidden; */ position: relative; }.a-cpname { display: block; color: #616161; font-size: 13px; font-weight: 400; /* text-transform: capitalize; */ padding: 0px 0 0 0; } .a-cpname a{ color: #616161;}.authorcp { display: flex; text-align: center; justify-content: left; padding: 0 12px; /* border-top: 1px solid #f6f6f6; */ /* background: #fcfcfc; */ } .bd-cpboxC { font-size: 16px; padding: 0; min-height: auto; text-align: left; margin: 0px 0 4px; /* line-height: 24px; */ letter-spacing: 0.3px; font-weight: 400; line-height: 22px; color: #222325; } .topread { font-size: 12px; font-weight: 400; color: #fff; text-transform: capitalize; padding: 1px 14px 0; border: 1px solid #3a3939; margin: 2px 0 0 8px; border-radius: 40px; /* background: rebeccapurple; */ text-align: center; height: 25px; font-family: inherit; } .topread:last-child { /* border: 0; */ } @media screen and (min-width: 500px) { .topread { margin-right: 0; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; } } .topread:hover { color: #003366; } .AuthornoImg { background: #4285f4 none repeat scroll 0 0; border-radius: 50%; color: #fff; font-size: 2.5em; height: 110px; padding: 25px 0; text-align: center; text-transform: uppercase; width: 110px; } .noblogspot { padding-bottom: 20px; font-size: 16px; color: #f4425c; font-weight: 600; } .time-category { color: #D1145A; font-size: 14px; font-weight: 600; line-height: initial; } /* sc-component-id: sc-kVyEtE */ .toptrends { margin-left: 0; margin-top: 0; border-width: 0; border-style: solid; border-color: #fff; box-shadow: 0 0 4px 0 rgba(207, 207, 207, .5); border-image: initial; padding: 0 5px 0 0px; background: #fff; border-radius: 4px; } .sec0head { font-weight: 600; font-size: 18px; text-align: left; text-transform: capitalize; color: #222222; padding: 10px 10px; margin: 0; } .trends_links { font-size: 14px; color: #242323; padding: 3px 0; text-align: left; margin: 0px 0 0 0; line-height: 18px; } .trends_links a { color: #535353; } .toptrendslist { margin: 0 0 0 0; overflow: hidden; border-bottom: 1px solid #efebeb; padding: 10px 0 4px 0; } .toptrendslist:last-child { border-bottom: 0; } .socials { white-space: nowrap; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-left: auto; margin-right: 2.5%; margin-left: 0px; } @media (min-width:500px) and (max-width:890px) { .socials { display: none; } } ul.nav_menu { padding: 0; } #footer { background: #003366; padding: 3em 0em; } #footer a, #footer { color: #fff; transition: .5s; font-size: 12px; font-weight: 300 } #footer ul li a:hover { padding-left: 10px } #footer h4 { color: #fff; font-weight: normal; position: relative; font-size: 20px; padding-bottom: 12px; margin-bottom: 26px; } #footer h4:after { position: absolute; left: 0; bottom: 0; content: ""; border-bottom: 2px solid #d5d1cb; width: 21px; } #footer ul li { position: relative; padding-bottom: 5px; padding-left: 15px; display: block; } #footer ul li:before { position: absolute; content: ""; left: 0; top: 8px; border: 5px solid #fff; border-right: 5px solid transparent; border-bottom: 5px solid transparent; border-top: 5px solid transparent } #footer p:before { font-family: FontAwesome; padding-right: 16px; font-size: 15px; color: #d8b46a; } #footer p.add:before { content: "\f0f7"; } #footer p.call:before { content: "\f095"; } #footer p.mail:before { content: "\f0e0"; } #footer p.fax:before { content: "\f1ac"; } #footer .social { margin: 35px 0px } #footer .social a { margin: 0 2px } #footer form.follow .form-control { height: 40px; font-weight: 300; width: 73%; float: left; border-radius: 0px } #footer form.follow .btn.btn-default { background: #d6b469; border: none; width: 25%; margin: 0px; padding: 10px 10px; font-size: 13px; color: #fff; border-radius: 0px; float: right; text-decoration: none; border: 1px solid #d6b469; transition: .8s } #footer form.follow .btn.btn-default:hover { border: 1px solid #d6b469; background: transparent } .copyright { background: #042b51; padding: 1.5em 0em; font-size: 12px; font-weight: 300; text-align: center; color: #fff; } .owl-carousel2 .owl-prev { position: absolute; top: 40px; height: 30px; font-family: 'Roboto', sans-serif !important; vertical-align: text-bottom; font-size: 20px !important; width: 30px; border-radius: 50px !important; left: -10px; font-weight: 900 !important; color: #ffffff !important; background: #e3e3e3 !important; } .owl-carousel2 .owl-next { position: absolute; top: 40px; height: 30px; font-family: 'Roboto', sans-serif !important; vertical-align: text-bottom; font-size: 20px !important; width: 30px; border-radius: 50px !important; right: -10px; font-weight: 900 !important; color: #ffffff !important; background: #e3e3e3 !important; } .owl-carousel2 .owl-prev span { font-size: 20px; } .owl-carousel2 .owl-next span { font-size: 47px !important; font-weight: 700; }span.ChekMailError { display: block; padding: 6px 0; font-size: 14px; color: #ff0002; } /* #locationAuto { position: relative;} #locationAuto::before{ display: inline-block; position: absolute; content: ''; background-position: 9px 7px !important; width: 32px; height: 26px; opacity: 0.8; left: 0px; top: 4px; background: url(../images/pin.png) no-repeat; background-size: 18px auto; } */ .tab-paa .nd_texcnorsnew2:last-child { margin: 0; border: 0; } section.categ { padding: 30px 0 40px; border-top: 1px solid rgb(247, 247, 247); } section.cl07 { padding: 30px 0 40px; } section.cl08 { padding: 30px 0 40px; border-top: 1px solid rgb(247, 247, 247); } section.cl04 { padding: 20px 0 30px; margin: 0; background: #f8f8f8; } section.cl041 { padding: 30px 0 40px; margin: 0px 0 0; background: #fff; }section.specialnews.cl041 { background: #fff; padding: 20px 0 40px 0; } section.cl05 { padding: 30px 0 40px; background: #fff; } section.cl09 { padding: 30px 0 40px; } @media screen and (max-width:1300px) { .socials { margin-right: 0%; } } @media screen and (max-width:500px) { .socials { display: none !important; } } a:hover { color: #000; text-decoration: none !important; } .gEYuFs { font-family: Sarabun; font-weight: 500; color: rgb(0, 0, 0); display: inline-block; position: relative; font-family: Sarabun; font-size: 14px; margin: 0 8px; padding: 5px; text-transform: uppercase; } .gEYuFs:first-child { margin-left: 30px; } @media screen and (max-width:700px) { .gEYuFs { font-size: 12px; } } .brtighsd p.tabent { padding: 6px 10px 0px; /* color: #ffffff; */ margin: 0; opacity: 0.9; font-size: 12px; } section.authorsec { background: #f8f8f8; padding: 40px 0; } .main-author { background: #fff; /* border-top: 1px dashed #f3f3f3; */ padding: 0 20px; box-shadow: 0 0 4px 0 rgba(207, 207, 207, .5); margin: 5px 0 0 0; border-radius: 4px; } .authorspfoile { background: #fff; padding: 20px 0; display: flex; flex-wrap: wrap; margin: auto; /* border-top-left-radius: 4px; */ } .Dcontainer { max-width: 1200px; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; position: relative; margin-left: auto; } .authorsDetailImg { width: 150px; } .authorsDetailImg img { border-radius: 100px; width: 149px; width: 130px; } .authorsDetailCont { width: 80%; padding: 8px 0 0 0; } .authorsDetailCont h1 { font-size: 25px; text-transform: capitalize; font-weight: 500; margin: 0 0 5px 0; } .authorsDetailCont h3 { font-size: 17px; text-transform: capitalize; font-weight: 400; color: #a3a3a3; margin: 0 0 5px 0; } .slide_images { max-width: 100%; /* padding: 10px 0 0; */ background: #fff; padding: 0 15px 20px; margin: 0px 0 0 0; border-top: 1px solid #f3f3f3; border-radius: 0px; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); } .btn-aboutmore { color: #4285f4; padding: 0; font-weight: 600; float: right; } .mask--gradient { position: absolute; width: 100%; bottom: 3px; background: linear-gradient(rgba(255, 255, 255, 0), white); height: 2em; } .slide-toggle { overflow: hidden; position: relative; -webkit-transition: height .3s ease; transition: height .3s ease; height: 84px; } .autoheight { height: auto !important; } .authorsDetailCont p { font-size: 15px; color: #595959; font-weight: 400; line-height: 21px; margin: 0; } .fcategory2{ padding: 10px 9px 6px; text-align: left; text-transform: uppercase; margin: 0px 0 0 0; font-size: 11px; font-weight: 400; color: #898989; line-height: 13px; letter-spacing: 0.6px; } .middlesnews:first-child .bd_snewst-new { margin: 0px 0 10px 0; /* border-bottom: 1px solid #e9e9e9; */ border-radius: 0; } .middlesnews .bd_snewst-new {margin:0;} .middlesnews .bd-cpboxC { font-weight: 600; line-height: 20px; color: #1e1e1e; min-height: 32px; padding: 0 8px; } .followauthor { margin: 12px 0 0 0; display: flex; } .btn.btn-follow { border: 1px solid #868686; padding: 2px 15px; margin-left: 16px; } .thm__topLeft { justify-content: center; align-items: center; padding: 0; border-radius: 9px; outline-offset: -5px; /* outline: 1px solid #ffffff; */ } .owl-carousel .owl-item img { width: 100%; } .thm__topLeftText img { border-radius: 4px; width: 100%; max-height: 440px; } .thm__topLeftText { color: white; width: 100%; position: relative; padding: 0; /* padding-left: 0px; */ } .thm__topH1 { font-size: 27px; font-weight: 500; line-height: 1; margin-bottom: 15px; } .thm__topDesc { font-size: 20px; font-weight: 400; width: 100%; margin-bottom: 0; justify-content: space-between; height: 100%; padding: 20px; position: absolute; bottom: 0; border-radius: 6px; background: rgba(7, 7, 7, 0.32); } .thm__topDesc h5 { position: absolute; bottom: 5px; font-weight: 600; font-size: 18px; line-height: 22px; left: 0; color: #fff; display: block; padding: 4px 15px; width: 100%; } .thm__topDesc h5 span { color: #ffa80d; font-size: 13px; margin: 0 0 5px; display: block; } .op4 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .op4 .sprite { background-repeat: no-repeat; display: block; } .cIcfBs { width: 22px; height: auto; } .carticon { width: 22px; height: 22px; object-fit: contain; } .cnLKnN #header-right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; max-height: 31px; } @media (min-width:992px) and (max-width:1180px) { .cnLKnN .desktop-header .desktop-menu { width: auto; } } @media (min-width:767px) and (max-width:991px) { .cnLKnN .desktop-header .desktop-menu ul.bm>:first-child { margin-left: 10px; } .cnLKnN .desktop-header .desktop-menu ul.bm li a { font-size: 12px; } .cnLKnN .desktop-header .desktop-menu { width: auto; } } .desktop-menu ul.bm { width: 88%; height: 100%; margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: block; text-align: left; justify-content: normal; } .desktop-menu ul.bm li { list-style-type: none; height: 100%; } .bEurJT { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid black; top: 22px; position: absolute; left: 50%; margin-left: -10px; display: none; } .errormsgd { font-size: 12px; color: red; }div#fmailmsg { color: red; font-size: 12px; margin: 0 -14px; display: block; margin-top: 6px; }div#sucessmsg { color: #35b000; font-size: 12px; margin: 0 -14px; display: block; margin-top: 6px; } .desktop-menu ul.bm li a { position: relative; height: 100%; text-decoration: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; text-transform: capitalize; display: block; justify-content: center; font-weight: 600; color: #2e2e2e; letter-spacing: 0; line-height: 20px; font-size: 14px; padding: 10px 20px; /* padding-right: 0; */ /* border-right: 1px solid #ebebeb;*/ vertical-align: middle; } .desktop-menu ul.bm li:last-child a { border: 0; } .sitesrch { position: relative; margin: 0 0 0 20px; width: 84%; display: flex; padding: 0px 0px; margin-left: 0; /* border-right: 0 !important; */ border-radius: 4px; border: 1px solid #00548d; box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.02); } .bussiness-list { /* cursor: crosshair; */ font-weight: 400; color: #848484; font-size: 14px; border: 0; position: relative; padding: 1px 15px 0 16px; border-radius: 1px; margin-left: 5px; /* letter-spacing: 0.2px; */ /* border-right: 1px solid #e9e9e9; */ } .bussiness-list::before{ display: inline-block; position: absolute; content: ''; background-position: 0px -197px !important; width: 20px; opacity: 0.5; height: 17px; /* background-color: red; */ left: -6px; top: 3px; background: url(../images/iconsbg.png) no-repeat; background-size: 17px auto; } .news-blog { font-weight: 500; color: #454545; background: transparent; /* letter-spacing: 0.2px; */ font-size: 14px; text-transform: uppercase; /* box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.25); */ border: 0; /* padding: 5px 8px; */ border-radius: 0px; margin-left: 0px; /* border: 1px solid #ed1b34; */ } @media (min-width:767px) and (max-width:991px) { .sitesrch { display: none; } } .srchicon { position: absolute; width: 34px; height: 21px; right: 15px; top: 12px; } .adtextinnatiomun { font-size: 13px; margin: 0px 0 0 0; padding: 11px 8px 5px 6px; color: #333; background: white; font-weight: 500; text-transform: capitalize; line-height: 18px; } .bd-videos-e { position: relative; } .video-nation:after { content: '\f144'; font-family: FontAwesome; position: absolute; font-size: 40px; color: #fff; z-index: 5; top: 34%; left: 40%; } .bd_snewst-new2 .col-sm-5 { -ms-flex: 0 0 37.666667%; flex: 0 0 37.666667%; max-width: 37.666667%; } .bd_snewst-new2 .col-sm-7 { -ms-flex: 0 0 62.333333%; flex: 0 0 62.333333%; max-width: 62.333333%; padding: 0 8px; background: #fff; } .about-us-page { background: #fff; margin: 24px 0 0 0; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); padding: 11px 8px 7px 14px; } .head_about-txt { color: #757272; font-size: 40px; margin: 13px 0 22px 0px; line-height: 17px; font-weight: 700; } .all-txt-about { color: #757272; font-size: 16px; letter-spacing: 0.3px; margin: 13px 0 22px 0px; line-height: 23px; font-weight: 500; } .video-nation { position: absolute; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; } .time-redv, .red-istv { color: #29a02d; } .time-vd2 { padding: 0px 4px 0px 8px; text-align: left; margin: 10px 0 0 0; font-size: 13px; font-weight: 600; /* */ color: #686a6b; text-transform: capitalize; line-height: 25px; letter-spacing: 0.6px; }ul#myTab2 { display: none !important; } div#SearchM,div#SearchM2 { height: 100%; /* background: #fff; */ } #SearchM .sharebbQ .modal-content,#SearchM2 .sharebbQ .modal-content { border-radius: 0px !important; padding: 0px 0px; box-shadow: none; /* display: flex; */ background: #003b58; }#SearchM .btn.srchBBn,#SearchM2 .btn.srchBBn { background: #fff; margin-top: 3px; color: #003b58; font-weight: 700; display: inline-block; font-size: 13px; width: auto; line-height: 20px; text-transform: uppercase; padding: 5px 11px; } .SearchPopup { display: block; width: 100%; font-size: 18px; padding: 17px 18px 0px; }h1.SearchTitle { text-align: center; font-size: 22px; margin: 15px 0 15px 0; } .Seaboxfilter { padding: 35px 0; } .tabsboxsrch { text-align: center; padding: 8px 0; border-bottom: 1px solid #e7e7e7; } .tabsboxsrch .searchtabs { font-size: 16px; color: #5c5c5c; display: inline-block; padding: 0 17px; } .AllSrchlink{ color: #2c2c2c; display: block;} .AllSrchlink .colrhe{ font-weight: 500;} .AllSrchlink .CategorySrcr{ color: #ff7400; font-size: 12px; font-weight: 500; position: relative; margin: 0 0 0 15px;} .AllSrchlink .CategorySrcr::before{position: absolute; left: -7px; font-weight: 700;top: 0;content: '-';} #SearchM .form-control,#SearchM2 .form-control { border-color: #ccc6 !important;height: 35px; margin: 0 0 6px 0; box-shadow: none; }#SearchM .modal-dialog.sharebbQ,#SearchM2 .modal-dialog.sharebbQ { max-width: 418px; /* height: 100%; */ margin: 0 auto 0; }#SearchM .modal-body,#SearchM2 .modal-body { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 8px 13px 10px 44px; margin: 0px 0 0; } #SearchM.modal .closeQQ ,#SearchM2.modal .closeQQ { position: absolute; float: right; font-size: 35px; font-weight: 300;z-index: 4; left: 0px; top: 4px; background-color: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; line-height: 1; color: #fff; text-shadow: none; opacity: 1; padding: 2px 12px !important; } #SearchM .sharebbQ .modal-content,#SearchM2 .sharebbQ .modal-content{ height: 100%;} .RSide2 { padding:0; }.BoxInputSrchPopup { background: #fff; height: 40px; margin-top: 8px; border-radius: 2px; cursor: pointer; font-size: 14px; color: #666; padding: 0 0 0 38px; line-height: 40px; text-align: left; position: relative; box-shadow: 0 4px 12px rgba(48,48,48,.10); }#myTabContent2 { float: left; display: none; width: 100%; padding: 0 13px; margin: 0 0 30px 0; } .postedlogoO { /* position: absolute; */ top: 15px; display: inline-block; /* right: -30px; */ overflow: hidden; border-radius: 2px; z-index: 2; background: #fff; /* box-shadow: 0 0 2px #cccaca; */ padding: 4px 0 0 0; width: 43px; float: left; } .postedByO { float: left; /* width: 100%; */ font-size: 12px; padding: 2px 0 0 0px; font-weight: 500; line-height: initial; position: absolute; color: #fff; bottom: 6px; z-index: 1; left: 9px; } .postedByO span { display: block; font-size: 11px; font-weight: 400; color: #fff; } .newsfooteromd input[type="text"] { display: block; width: 100%; border: 0; height: 34px; font-size: 14px; padding: 4px 8px; } .newsfooteromd h3 { font-size: 16px; font-weight: 600; color: black; } .subscripe { background: #ebebeb; margin: 10px 0 0; padding: 9px 8px; border-radius: 0; } button.btn.btn-subs { background: black; font-size: 14px; display: block; color: #fff; width: 100%; border-radius: 0; margin: 10px auto 0; } .bd-videos-e img { width: 100%; height: 183px; } .btn_ad { background: transparent; max-width: 300px; margin: auto; text-align: center; color: #fff; font-size: 13px; display: block; border: 1px solid; } .sec0headN { font-weight: 600; font-size: 20px; text-align: left; text-transform: capitalize; color: #222222; padding: 10px 10px; margin: 0; border-bottom: 1px solid #f3f3f3; } .playiconm { position: absolute; top: 9px; border-radius: 50%; line-height: 46px; right: 12px; color: #fff; /* border: 2px solid #423f3f; */ text-align: center; background: rgba(255, 51, 102, 0.8); height: 47px; width: 48px; } .media-indxp { background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); position: relative; } .adtemedia { font-size: 16px; margin: 0px 0 0 0; padding: 11px 8px 5px 6px; color: #333; font-weight: 500; text-transform: capitalize; line-height: 18px; } .lefthalf{ background: #f8f8f8; border-left: 1px solid #f1f1f1;} .megamenu { position: absolute; background: #fff; width: 335px; top: 36px; z-index: 3; display: none; border: solid 1px #eeeeee; left: -5px; }.MobileSidebar { display: none; } .dropdownM:hover .megamenu{ display: block;} ul.wstliststy06 { padding: 5px 0; }.desktop-menu ul.bm li { list-style-type: none; height: 100%; } ul.wstliststy06 li{ display: block !important;} ul.wstliststy06 li a { text-align: left;padding: 5px 10px !important; display: block !important;} .bd_snewst-new { margin: 0px 0 10px 0; background: #fff; padding: 0 0 9px; /* border: 1px solid #fff; */ border-top: 0; position: relative; display: block; border-radius: 0; text-decoration: none; /* box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); */ /* -webkit-transition: box-shadow .3s ease-out; */ /* transition: box-shadow .3s ease-out; */ /* box-shadow: 0 1px 5px 1px rgba(0,0,0,.15);*/ } .pp-18:nth-child(4){border: 0;} .pp-18:last-child{border: 0;} .pp-18 { border-right: 1px solid #ebebeb; margin-bottom: 22px;} .pp-18 .bd_snewst-new { margin: 0px 0 0px 0;} .comt-timnegm { padding: 4px 8px 5px 13px; text-align: left; text-transform: capitalize; margin: 0px 0 0 0; display: none; font-size: 12px; font-weight: 900; color: #c4d6e0; line-height: 18px; letter-spacing: 0.6px; } .bd_snewst-news { background: #ffffff; padding: 0 0 16px; margin: 0 0 7px 0; box-shadow: 0px 0px 1px 1px rgb(230, 230, 230); border-bottom: 3px solid whitesmoke; } section.nd_footercar { background: #003366; } .worldvdchnatio { margin: 16px 0 0 0; font-size: 16px; line-height: 17px; font-weight: 700; padding: 0 16px 0 2px; } .nd_imgpt_pin-news { padding: 7px 4px 0px 10px; text-align: left; margin: 7px 0 0 0; font-size: 18px; font-weight: 400; color: #020202; text-transform: capitalize; line-height: 25px; letter-spacing: 0.2px; } .hm .nd_imgpt_pin-newp { font-weight: 500; } .nd_imgpt_pin-new { font-size: 15px; padding: 0; min-height: 38px; text-align: left; margin: 2px 0 4px; /* line-height: 24px; */ /* letter-spacing: 0.1px; */ font-weight: 500; line-height: 20px; color: #222325; } .nd_imgpt_pin-newp { /* */ padding: 7px 10px; text-align: left; margin: 0; font-size: 17px; font-weight: 500; color: #747373; /* text-transform: capitalize; */ line-height: 25px; letter-spacing: 0.6px; } .comt-timneg { padding: 0; text-align: left; text-transform: capitalize; margin: 0px 0 8px 0; font-size: 12px; font-weight: 900; color: #cfd6d9; line-height: 18px; letter-spacing: 0.6px; } .nd_imgpts-newc { padding: 10px 0 0; text-align: left; text-transform: uppercase; margin: 0px 0 0 0; font-size: 11px; font-weight: 700; color: #f8350c; line-height: 13px; letter-spacing: 0.6px; } .box_currentl { padding: 0px 12px; } .loginbox_box { border-left: 1px solid #e7e7e7; padding: 10px 0; } .language_box { border-left: 1px solid #e7e7e7; padding: 10px 0; } .article_box { /* border-left: 1px solid #e7e7e7; */ padding: 10px 0; } .business-box { padding: 10px 0; } .box_currentl i.fa.fa-angle-down { padding: 3px 0px 0 8px; }.bg-link-wshite { padding: 10px 10px; } .pdb1{ bottom: -15px;} .nd_imgpts-new { /* font-family: 'Noto Serif', serif; */ padding: 3px 0 6px; text-align: left; margin: 0; font-size: 14px; font-weight: 400; color: #1a1919; text-transform: capitalize; line-height: 20px; letter-spacing: 0.2px; }.bd_minh { min-height: 278px;} .pp-7{ padding-left: 7px; padding-right: 7px; }.bd-cpboxC23 { font-size: 15px; padding: 0 10px; min-height: auto; text-align: center; margin: 28px 0 4px; /* line-height: 24px; */ letter-spacing: 0.3px; font-weight: 400; line-height: 19px; color: #222325; }.head_line85 { margin: 10px 0px; color: #191616; font-weight: 300; text-transform: capitalize; font-size: 26px; padding: 10px 15px 15px 7px; }.head_line12 { margin: 10px 0px; color: #191616; font-weight: 300; text-transform: capitalize; font-size: 26px; padding: 8px 15px 0px 12px; } .nd_texcnorsnew2 { margin: 0px 0 20px 0; background: #fff; padding: 0 10px 13px; border: 0; border-bottom: 1px solid #ededed; } .Newdesp P {margin: 0;} .head_line6n { margin: 11px 0 10px 0px; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 2px 0 4px 0px; } section.mainspecial { padding: 50px 0; } .menu_subbar { position: absolute; top: 0; display: none; width: 200px; border: 1px solid #ececec; z-index: 9; background: #fff; padding: 8px 16px 12px 13px; } .sub_statelist { padding: 0; } .sub_statelist li a { color: #333; font-family: 'Noto Serif', serif; font-size: 15px; } .sub_statelist li { padding: 5px 0 6px 0; list-style: none; border-bottom: 1px dashed; } .head_brif { margin: 0; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 0px 0 4px 0px; } p.tabent { padding: 10px 0 0 0; color: rgb(255, 1, 64); margin: 0; text-transform: uppercase; font-size: 12px; letter-spacing: .1em; font-weight: 600; } .sunmm_head { position: relative; padding-bottom: 8px; overflow: hidden; border-bottom: 1px solid #ececec; width: 100%; font-size: 18px; margin: 1px 0 2px 0; } .sunclos { float: left; } .sub_maind { float: right } .bg_lbrif { border-left: 1px solid #676767; padding: 0 0 0 12px; } .nd_imgpts-oht { font-family: 'Noto Serif', serif; padding: 4px 4px 8px 11px; text-align: left; margin: 2px 0 0 0; font-size: 18px; font-weight: 500; color: #000; text-transform: capitalize; line-height: 23px; letter-spacing: 0.6px; } .bd-cpboxCL { font-size: 16px; padding: 0 12px; min-height: auto; text-align: left; margin: 15px 0 4px; /* line-height: 24px; */ letter-spacing: 0.3px; font-weight: 600; line-height: 20px; color: #222325; } .oternewsef { margin-top: 23px; }.col-md-3.colps5 { max-width: 20%; padding: 0 8px; } .head_line9n { margin: 11px 0 10px 0px; color: #191616; font-weight: 600; text-transform: capitalize; font-size: 24px; padding: 2px 0 4px 0px; } .head_line7n { margin: 11px 0 10px 0px; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 2px 0 4px 0px; } .head_line1n { margin: 11px 0 10px 0px; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 2px 0 4px 0px; } .head_line8n { margin: 11px 0 10px 0px; color: #191616; font-weight: 700; text-transform: capitalize; font-size: 27px; padding: 2px 0 4px 0px;} .author { display: flex; padding: 0px 12px 1px; /* border-top: 1px solid #f6f6f6; */ /* background: #fcfcfc; */ } .author-width img { border-radius: 200px; height: 25px; width: 25px; border: 1px solid #e3e3e3; margin: 4px 10px 0 0; } .a-name { display: block; color: #787679; font-size: 12px; font-weight: 500; text-transform: capitalize; padding: 7px 0 0 0; } .a-name a { color: #787679; text-transform: capitalize; } span.updatetime { display: block; color: #5b5959; font-size: 14px; } .head_linen1 { position: relative; margin: 10px 0 10px -7px; color: #2e2e2e; font-weight: 600; text-align: left; /* letter-spacing: 0.3px; */ text-transform: capitalize; font-size: 18px; padding: 4px 0; } .head_linen1 span { position: relative; /* background: #fff; */ padding: 0 0; z-index: 2; } .head_linen1::after { position: absolute; right: 0; width: 100%; height: 1px; /* background: #dddddd; */ content: ''; bottom: 20px; } .brtighsd .nd_imgpt_pin-newp { padding: 7px 10px; text-align: left; margin: 0; font-size: 13px; font-weight: 500; color: #fff; opacity: 0.7; /* text-transform: capitalize; */ line-height: 20px; letter-spacing: 0.6px; } .brtighsd .bd_snewst-new { margin: 8px 0; /* background: #0b0b0b; */ padding: 0 0 19px; border: 0; } .recom-experts { padding-top: 30px; padding-bottom: 45px; background: #fff; } .homeCompair .card { box-shadow: 0 4px 8px 0 rgba(36,39,44,.1); border: 0; padding: 10px 50px; position: relative; } .homeCompair .card { border-radius: 4px; background-color: #fff; padding: 8px 20px 6px; width: 100%; margin-bottom: 20px; } .homedTable { display: inline-block; width: 100%; } .homebrandLogo { width: 101px; display: inline-block; margin-right: 17px; border: 1px solid #eeeeee; vertical-align: middle; } .homeidvPlanD { width: 212px; display: inline-block; vertical-align: middle; font-size: 15px; font-weight: 600; color: #333846; position: relative; } .homedisplay-b::before { background: url(../images/pin.png); position: absolute; left: -2px; top: 4px; content: ''; background-size: 12px; opacity: 0.5; width: 20px; height: 16px; background-repeat: no-repeat; } .homedisplay-b { display: block; font-weight: 500; padding: 0 0 0 12px; font-size: 13px; color: darkgrey; position: relative; }.homeplan-details { font-size: 14px; font-weight: 600; margin: 1px 0 0 1px; display: block; color: #67d500; cursor: pointer; text-decoration: none; } .homeplan-services { display: block; font-size: 12px; } .homeplan-services span { color: #ccc;} .homebtngrp { width: auto; float: right; display: flex; margin: 6px 0 0 0; padding: 0; border-top: none; }.homebtnelemnt { display: inline-block; } .ContactDinfo { font-size: 14px; font-weight: 500; color: #383838; padding: 6px 20px 0; } .BtnPhotoCount{ position: absolute; right: 15px; z-index: 1; background: #fcfcfc; border: 1px solid transparent; border-radius: 2px; color: #0f0f0f; cursor: pointer; top: 6px; font-size: 14px; font-weight: 700; padding: 4px 8px; line-height: 19px; height: 30px;} .ContactDinfo span {color: #818181; font-weight: 400;} .homebuynowT { font-size: 10px; font-weight: 800; font-style: normal; font-stretch: normal; line-height: normal; color: #ccc; letter-spacing: 1px; text-align: center; text-transform: uppercase; }.business-card-image{ background-color: #ebe9f9; height: 156px; position: relative; background-position: 50%; background-size: cover; background-repeat: no-repeat; height: 166px;} .business-card-image::after{position: absolute; top: 0; left: 0; right: 0; content: ''; bottom: 0; background-color: rgba(0,0,0,0.4);} .homebuynowT.y6{ color: #333846;} .homerupees-f16 { font-size: 15px; font-weight: 700; color: #f34653; display: block; line-height: initial; text-align: center; margin-top: 0px; }.homebtnelemnt { display: inline-block; }.homequoteBuybutton { width: 103px; height: auto; text-align: center; padding: 5px 8px; display: inline-block; margin: 0 0 0 10px; font-size: 12px; }.homeinactive span { color: #ccc; } .homequoteBuybutton { border-radius: 4px; border: 1px solid #f34653; background: 0 0; cursor: pointer; } .homeinactive { background-color: rgba(36,39,44,.1)!important; border: 1px solid #e6e6e6!important; pointer-events: none; } .recom-experts .span9 { width: 100%; }.CostHeading { font-size: 25px; font-weight: 500; color: #1a1a1a; margin: 0 0 0px 0px; padding: 0px 0; text-align: center; padding-bottom: 0px; text-transform: capitalize; }.OrPrice { padding: 10px 84px; color: #cccccc; position: relative; } .contentLoader { background-color: #fff; color: #141823; padding-top: 20px; display: inline-block; padding-bottom: 20px; border: 1px solid rgba(36, 39, 44, .1); width: 100%; margin: 0 auto 20px; } @-webkit-keyframes placeHolderShimmerlarge { 0% { background-position: 35% 0 } to { background-position: -35% 0 } } @keyframes placeHolderShimmerlarge { 0% { background-position: 30% 0 } to { background-position: -30% 0 } } .contentLoader .animated-background, .contentLoader .animated-backgroundlarge { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: placeHolderShimmerlarge; animation-name: placeHolderShimmerlarge; -webkit-animation-timing-function: linear; animation-timing-function: linear; background: #f6f7f8; background: #eee; background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee)); background: -webkit-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%); background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%); -webkit-background-size: 400% 16px; background-size: 400% 16px; height: 16px; position: relative; margin: 0 15px 10px } .contentLoader .animated-background.firstRow { width: 85% } .contentLoader .animated-backgroundlarge.secondRow { width: 70% } .contentLoader .animated-background.boxLoader { display: inline-block; width: 15%; height: 10px; margin: 15px 8% 15px 0 } .contentLoader.ListView .animated-background { width: 89%; margin-left: 15px; margin-right: 15px } .contentLoader.ListView .animated-backgroundlarge { margin-left: 15px } @media screen and (min-width:768px) { .contentLoader.ListView .animated-background { width: 95%; margin-bottom: 0; margin-left: 15px; margin-right: 10px } .contentLoader.ListView .animated-backgroundlarge { margin-left: 0 } } .video-details{box-shadow: 0 0 5px 1px rgba(0,0,0,.07); background: #FFF; border-radius: 6px; margin-bottom: 20px; margin-top: 5px; padding: 15px 25px;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; align-content: center; color: #999;} .CostHeading2 { font-size: 19px; margin: 0 0 0px 0; font-weight: 300; color: #4b4b4b; text-align: center; padding: 20px 0; padding-top: 0;} .FormDe45P { /* float: left; */ width: 100%; padding: 0px 0px; max-width: 100%; background: #fff; margin: 0px 0 20px 0; }.searchPL2 { max-width: 100%; margin: 0; width: 100%; flex: 0 0 60%; padding: 4px 4px; background: #ffffff; border-radius: 2px; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06); margin-top: 15px; /* float: right; */ margin: 0 auto 0px auto; }.srchBBn2P { display: block; width: 92%; color: #fff; text-align: center; height: 37px; margin: 1px 0; background: #003b58; text-transform: uppercase; }.searchPL2 .form-control { height: 39px; border-radius: 0px; font-size: 14px; background: #ffffff; border: 0; border-right: 1px solid #ededed !important; box-shadow: none; } .recom-experts [class*=span] { float: none; display: inline-block; vertical-align: top; } .span9 { width: 75%; } .reviews-wrap { margin-top: 0; margin-right: 0; } .review-list { margin-top: 0; text-align: center; } .review-list ul>li {display: inline-block;width: 23%;padding: 0;margin: 11px 10px;text-align: center;vertical-align: top;background-color: #fff;border: 1px solid #ededed;transition: box-shadow .3s ease-in-out;min-height: 190px;border-radius: 3px;margin-top: 0;} .review-list ul>li .reviews-left { position: relative; /* min-height: 322px; */ padding: 15px; /* border-right: 1px solid #e4e4e4; */ } .review-list ul>li .reviews-right { display: none; float: left; width: 40%; } .review-list ul>li h4 { margin-bottom: 5px; font-size: 19px; margin-top: 5px; text-transform: capitalize; } .reviewD { /* margin: 14px 0 0 0; */ background: #fff; padding: 0 15px 20px; border-radius: 0; border-top: 1px solid #f3f3f3; margin: 0; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); } .review-list ul>li .reviewd { font-size: 13px; } .review-list ul>li .rating { position: absolute; top: 20px; right: 20px; } .rating { padding: 2px 10px; color: #fff; font-size: 11px; font-weight: 500; border-radius: 3px; background: #51893f; } .review-list ul>li address { padding: 10px 0 0; font-style: normal; color: #999; font-size: 13px; } .rating:after { content: ''; display: inline-block; vertical-align: middle; width: 9px; height: 10px; margin: -1px 0 0 7px; background: url(https://sulcdn.azureedge.net/content/images/v8/hp-new-sprite.png) -71px -40px no-repeat; } .review-list ul>li address { padding: 2px 0 0; font-style: normal; color: #999; font-size: 13px; margin-bottom: 6px; } .review-list ul>li address strong { display: block; font-size: 14px; color: #e53935; font-weight: 600; } .review-list ul>li hr { width: 105px; margin: 8px auto; border-top: 1px solid #dfdfdf; } .review-list ul>li h3 { font-size: 14px; } .review-list ul>li p { min-height: 75px; max-height: 75px; overflow: hidden; font-size: 15px; word-break: break-word; } .review-list ul>li .read-more { float: none; width: 100%; padding: 15px 0; border: 0; } #reviewslist { padding: 0; } [class*=btn-]:last-child { margin-right: 0; } .btn-white { display: inline-block; padding: 10px 25px; color: #e53935; border: 1px solid #ddd; border-radius: 3px; outline: 0; background: #fff; } .fcategory { padding: 0px 0 0; text-align: left; text-transform: uppercase; margin: 0px 0 0 0; font-size: 11px; font-weight: 400; color: #898989; line-height: 13px; letter-spacing: 0.6px; }.ftitles { padding: 2px 0 0px; text-align: left; margin: 0; font-size: 15px; letter-spacing: 0.2px; font-weight: 600; color: #1a1a1a; text-transform: capitalize; line-height: 20px; } .brtighsd .nd_texcnorsnew2:hover { transition: 0.5s ease all; box-shadow: 0px 0px 4px 5px rgb(230, 230, 230); }.col-fcontent { padding: 16px 10px; } .nd_iheading { font-size: 21px; padding: 0; min-height: 38px; text-align: left; margin: 15px 0 15px; /* line-height: 24px; */ letter-spacing: 0.3px; font-weight: 600; line-height: 26px; color: #2e2e2e; }.bg-fbk-new { padding: 15px 15px 0 0px; background: #fff; } .Newdesp{ padding: 5px 0; text-align: left; margin: 0; font-size: 18px; font-weight: 400; color: #3c3c3c; /* text-transform: capitalize; */ line-height: 24px; padding-bottom: 0; /* letter-spacing: 0.3px; */ } .bd-nesingtf { overflow: hidden; } .bd-nesingtf img { border-radius:0; } .bg-fbk .nd_imgpt_pin-news { padding: 7px 4px 0px 10px; text-align: left; margin: 7px 0 8px 0; font-size: 16px; font-weight: 600; color: #39364f; text-transform: capitalize; line-height: 21px; letter-spacing: 0.6px; } .bg-fbk .nd_texcnors { margin: 5px 0 8px; border: 0; /* background: #f8f8f8; */ max-height: 100px; border: 1px solid #e9e9e9; overflow: hidden; } .bg-fbk .nd_imgpts-new { /* font-family: 'Noto Serif', serif; */ padding: 10px 10px 2px 0px; word-spacing: 2px; } span.bookmak { margin: 0 0 0 10px; } .ArticleShare li { margin: 1px 10px 0 0; line-height: 15px; } .nonewsFound { text-align: left; font-size: 20px; font-weight: 600; line-height: 25px; color: #151515; border: 1px solid #ededed; padding: 20px; background: #fff; box-shadow: rgba(71, 62, 103, 0.05) 1px 1px 4px 1px; border-radius: 6px; margin: 0 0 12px 0; } .ArticleShare li:nth-child(1) a { color: #475993; } .ArticleShare li:nth-child(2) a { color: #1DA1F2; } .ArticleShare li:nth-child(3) a { color: #25D366; } .ArticleShare li { display: inline-block; vertical-align: top; } .ArticleShare { position: absolute; top: 6px; margin: 0; right: 16px; width: 130px; background: #fff; display: none; text-align: right; } .bg-fbk .bd-nesing img { height: 93px; } .hm { min-height: 441px; margin: 0; } .sharelink { position: absolute; right: 20px; bottom: 8px; color: #c2c2c2; } .col-lg-3.colap5 { width: 20%; max-width: 20%; padding: 0 8px; }.Categorytagnews { font-size: 11px; padding: 6px 9px 0; letter-spacing: 0.3px; color: #b30f18; text-transform: uppercase; font-weight: 500; } .newsLbox { margin: 0; min-height: 230px; background: #fff; overflow: hidden; padding: 0 0 9px; /* border: 1px solid #fff; */ border-top: 0; position: relative; display: block; border-radius: 6px; text-decoration: none; /* box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.08); */ /* -webkit-transition: box-shadow .3s ease-out; */ /* transition: box-shadow .3s ease-out; */ /* box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); */ } .newsLbox-cpboxC { font-size: 15px; padding: 0; min-height: auto; text-align: left; margin: 5px 0 0px; /* line-height: 24px; */ letter-spacing: 0.2px; font-weight: 600; line-height: 18px; padding: 0 8px; color: #111111; } .brtighsd .nd_texcnors-new { margin: 0px 0 14px 0; /* padding: 6px 9px 9px 8px; */ /* border: 1px solid #f3efeb; */ } .social-list { color: #dbdbdb; } .brtighsd .nd_imgpt_pin-new { margin: 6px 0 15px 0; } .nav-xbootstrap-new { display: block; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; } .nav-xbootstrap-new ul { list-style-type: none; margin: 0; padding: 0px 0px 0px 20px; display: block; } .nav-xbootstrap-new li { list-style-type: none; margin: 0; padding: 0; display: inline-block; position: relative; font-size: 12px; color: #def1f0; } .nav-xbootstrap-new li a { padding: 8px 11px; font-size: 15px; display: inline-block; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } .topdown_new_dh { background: #000; } .time_header-new { font-size: 14px; color: #080808; padding: 4px 0 10px 0; text-align: center; margin: 0 0 0 0; font-weight: 500; letter-spacing: 0.3px; } .src-indx-btn { border: none; } .src-box-cls { border: none; border-left: 1px solid #cacaca; font-size: 12px; color: #9a9a9a; margin: 0 0 0 0; padding: 6px 3px 2px 9px; font-weight: 500; letter-spacing: 0.3px; } .src_ul_hd { padding: 0 0 0 0; margin: 0 0 0 0; } .src_ul_hd li { display: inline-block; } .headli-new { padding: 0 0 0 0; margin: 0 0 0 0; } .headli-new li { display: inline-block; margin: 0 0 0 12px; padding: 0 12px 0 2px; border-right: 1px solid #b7b7b7; } .headli-new li a { color: #fff; } .head_mrgtp-nm { text-align: right; } .topbar { margin: 0px auto; padding: 0px 0px; border-bottom: solid 2px #83b13b; background-color: #142c3c; } .logo { margin: 6px 0 0 0; } .topleft-text { font-size: 11px; padding: 0px 0px 0px 20px; text-transform: uppercase; font-weight: 600; text-align: center; letter-spacing: 0.1em; line-height: 23px; color: #fff; } .time_header {} .topdown { margin: 0px auto; padding: 0px 0px; background-image: url(../img/logobg.jpg); } .footer-tagln { font-size: 15px; color: #5a6968; margin: 5px 0 5px 0; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } .head_mrgtp { margin: 1rem 0 0 0; } .headli li a { /* background: #fafbff; */ padding: 15px 2px 8px 0px; } .headli li { display: inline; } .headli { padding: 0; text-align: center; margin: 0px 0 0 0; } .red-ist { color: #e42d56; } .time-red { color: #e42d56; } .time { padding: 0px 4px 0px 0px; text-align: left; margin: 10px 0 0 0; font-size: 19px; font-weight: 500; /* */ color: #686a6b; text-transform: capitalize; line-height: 25px; letter-spacing: 0.6px; } .time2 { padding: 0px 4px 0px 8px; text-align: left; margin: 10px 0 0 0; font-size: 15px; font-weight: 500; /* */ color: #686a6b; text-transform: capitalize; line-height: 25px; letter-spacing: 0.6px; } .time3 { padding: 0px 4px 0px 0px; text-align: left; margin: 0px 0 4px 0; font-size: 12px; font-weight: 500; /* */ color: #686a6b; text-transform: capitalize; letter-spacing: 0.6px; } .video-nation2 { position: absolute; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; } .bd-nesingnbnm { position: relative; } .video-nation2:after { content: '\f144'; font-family: FontAwesome; position: absolute; font-size: 18px; color: #fff; z-index: 5; top: 34%; left: 40%; } .bd_snewst_frs p { padding: 0px 4px 12px 0px; text-align: left; margin: 7px 0 0 0; font-size: 17px; text-align: left; font-weight: 400; /* */ color: #111111; text-transform: none; line-height: 29px; letter-spacing: 1px; word-spacing: 1px; } .recent-post-titlems2 { margin: 0; padding: 6px 0; border-bottom: 0; } .nd_newlink { text-decoration: none; } .recent-post-titlems2 h2 { font-weight: 600; font-size: 18px; text-align: left; text-transform: capitalize; color: #222222; padding: 0; } .nd_imgovlnnmovnm img { width: 100%; } .nd_txtsnbmovnm h2 { color: #060606; margin-bottom: 8px; font-size: 14px; letter-spacing: 1px; margin: 12px 0 0 0; text-transform: capitalize; text-align: left; position: relative; line-height: 21px; width: 100%; z-index: 2; box-sizing: border-box; } .panyujhnm { margin: 0 0 0 0; overflow: hidden; border-top: 1px solid #efebeb; padding: 12px 0 4px 0; } .nd_texcnorsnb { margin: 0px 0 14px 0; width: 97%; float: right; } .bd-nesingnbnm { position: relative; } .bd-nesingnbnm img { width: 100%; } .time3 { padding: 0px 4px 0px 0px; text-align: left; margin: 0px 0 1px 0; font-size: 12px; font-weight: 500; /* ; */ color: #686a6b; text-transform: capitalize; letter-spacing: 0.6px; } .nd_imgptsnbbmovnm { font-size: 14px; color: #242323; padding: 0px 2px 2px 0px; text-align: left; margin: 0px 0 0 0; line-height: 18px; } .tpvidesnmmn { margin-left: 15px; margin-top: 120px; border-width: 2px; border-style: solid; border-color: rgb(238, 238, 238); border-image: initial; padding: 10px; } .details_des p { font-size: 17px; color: #333; font-weight: 400; line-height: 1.5; letter-spacing: .1px; word-spacing: 2px; margin: 0 0 0 0; } .userloginname i { margin: 0 0 0 5px; } .details_des p strong { display: inline-block; } .details_des { font-size: 18px; font-weight: 400; margin-top: 20px; } .toptrends.dt0 { margin-top: 0; border-radius: 6px; border: 1px solid #E9E9E9; padding-bottom: 10px; -webkit-box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); } .dt0 .trends_links a { color: #282828; } .dt0 .trends_links { font-size: 14px; font-weight: 500; line-height: 20px; } .deatils_h1 { padding: 6px 0; text-align: left; margin: 0 0 0 0; font-size: 30px; font-weight: 700; color: #292a2d; /* text-transform: capitalize; */ line-height: normal; } .mrgmdetail { padding: 5px 0 10px 0; position: relative; } .mrgmdetail .author { padding: 0; border-top: 0; } .nletertxt { font-size: 18px; color: #fb334d; font-weight: 700; text-transform: capitalize; text-align: center; margin: 4px 0 19px 0; } .fixed-cls { position: fixed; background: #f5f5f5; top: 0; width: 100%; text-align: center; left: 0; z-index: 999; } .load-btn-wrapper2 { margin: 27px 0 18px 0; } .ghost-btn2 { display: inline-block; box-shadow: 0px 0px 10px -1px rgb(230, 230, 230); text-decoration: none; color: #f16685; font-weight: 600; -webkit-border-radius: 5px; -webkit-background-clip: padding-box; -moz-border-radius: 5px; -moz-background-clip: padding; border-radius: 5px; background-clip: padding-box; font-size: 19px; padding: .5rem 1.9rem; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background: #ffffff; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; cursor: pointer; zoom: 1; -webkit-backface-visibility: hidden; position: relative; /* margin-top: 2rem; */ } .bg-fbk { background: #fff; padding: 4px 5px 1px 5px; } .nd_imgpt_pin { padding: 7px 4px 12px 10px; text-align: left; margin: 7px 0 0 0; font-size: 20px; font-weight: 500; color: #82848a; text-transform: capitalize; line-height: 26px; letter-spacing: 0.6px; } .topdown h1 { font-size: 60px; padding: 20px 0px 0px 20px; text-transform: uppercase; font-weight: bold; line-height: 33px; color: #fff; text-align: center; } .nd_imgpts-mor { font-size: 15px; color: #949596; letter-spacing: 0.4px; font-weight: 600; text-transform: capitalize; line-height: 17px; padding: 0px 1px 0px 6px; text-align: left; border-left: 3px solid #dacc23; margin: 0px 0 8px 8px; } .head_line { background: url(../img/headline.svg); background-repeat: no-repeat; margin: 11px 0 10px 0px; color: #a81c29; border-bottom: 1px solid #a81c29; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 2px 0 4px 88px; } .head_line2 { background: url(../img/bak1.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #ffc036; /* color: #d6cb06; */ color: rgb(255, 192, 54); font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .head_line6 { background: url(../img/bak6.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #f2104b; /* color: #d6cb06; */ color: #f2104b; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .ftr_uladcar li { list-style: none; margin: 11px 96px 4px 0px; display: inline; } .fotercomecar { border-top: 1px solid #c2c4c7; border-bottom: 1px solid #cbcdd2; margin: 23px 0 8px 0; padding: 16px 0 6px 0; } .lats_ftrcar { color: #8a8a8a; text-align: center; margin: 0 0 0 0; font-size: 14px; /* font-weight: 600; */ letter-spacing: 0.1px; } .ftr_uladcar { border-top: 1px solid #c7c7c7; margin: 34px 0 0 0; padding: 18px 0 0 0; text-align: center; } .ftr_uladcar li a { color: #797979; font-size: 15px; font-weight: 600; } .pad-zr { padding: 0; } .pad-zr { padding: 0; } .deialsPP { padding: 15px 0; box-shadow: 1px 2px 2px rgba(36, 39, 44, 0.09); background: #f6f7f7; } .deialsPP .container { max-width: 1200px; } .slide_images .owl-theme .owl-nav [class*=owl-] { color: #616161; font-size: 20px; margin: 5px; position: absolute; padding: 4px 12px; background: #fff; box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 2px 0px; display: inline-block; cursor: pointer; border: 0; top: 40%; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .imgslidethumb { padding: 0 0; padding-top: 0; margin: 0 0 0 8px; cursor: pointer; border: 1px solid #e5e5e5; } .pp-social { position: absolute; bottom: 3px; width: calc(100% - 15px); left: 0; } .pp-social ul { padding: 0; margin: 0; width: 100%; } .ContactNowD{position: absolute; right: 15px; top: 15px;} .pp-social ul li { display: inline-block !important; font-size: 14px; font-weight: 500; } .pp-social ul li a.btn-tw { color: #3f81ed !important; } .pp-social ul li a { font-weight: 600; letter-spacing: 0.1px; font-size: 13px; text-transform: uppercase; color: #ff9f40 !important; } .pp-social ul li a.btn-fb { color: #003fa7 !important; } .pp-social ul li a svg { width: 20px } .pp-location { color: #383838; font-weight: 400; font-size: 14px; margin: 4px 0 0px -2px; /* text-transform: uppercase; */ } .postedBy { display: inline-block; margin: 0 0 0 8px; line-height: initial; font-size: 12px; } .pp-author { color: #999; font-weight: 400; font-size: 13px; margin: 10px 0 0 0; } .pp-website { padding: 6px 8px; border-radius: 4px; border: solid 1px #ebf2fe; background-color: #f8fefa; color: #698e7f; font-weight: bold; font-size: 14px; text-transform: uppercase; margin-top: 14px; cursor: pointer; display: inline-block; } .getONfacebook { margin: 0 0 0 0; font-size: 12px; font-weight: 400; } .contactName { color: #686868; font-size: 16px; margin: 0 4px 0 0px; } .socailgetp { color: #b2b2b2; margin: 6px 0 0 10px; } .outer { position: relative; } div#thumbs { position: absolute; bottom: 8px; left: 0; } .pp-website svg { width: 16px; height: 16px; margin: 0px 4px 0 0px; vertical-align: middle; } .pp-website a { color: #009be3; font-weight: 500; font-size: 16px; display: inline-block; padding: 0 0 0 5px; margin: 0; text-transform: none; } .pp-mail { padding: 0; font-weight: 500; color: #fff; /* font-style: italic; */ text-align: right; font-size: 16px; } .ads_site { text-align: center; padding: 0 0 20px 0; } .sidedeatils { padding: 0 20px; height: 90px; /* overflow: hidden; */ position: relative; } .queryForms{ position: absolute; top: 15%; padding: 0 18px; left: 50%; -webkit-transform: translate(-50%,-15%); transform: translate(-50%,-15%); overflow: hidden; width: 100%; min-height: 50px;} .mysideOp{ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); overflow: hidden; width: 100%; min-height: 50px;} .modalfullscreen{ background: #fff;} .modalfullscreen .modal-content{ box-shadow: none; } .modalfullscreen .designCompy_content .nameCC2{ font-weight: 400;} #designmodal.modalfullscreen .modal-content { max-width: 100%; margin: 0; height: 100%; }.modalfullscreen .PostBYdesign { display: flex; flex-wrap: wrap; padding:10px 46px 20px 0; text-align: center; }.moreGallry { padding: 15px 0 0 0; } .moreAtxt { font-size: 15px; font-weight: 500; padding: 0 0 10px 0; } .moreGallry .column { display: inline-block; margin: 5px 10px 0 0px; border: 1px solid #434343; cursor: pointer; } #designmodal.modalfullscreen .modal-content .row {height: 100%; } .modalfullscreen.modal .close { position: absolute; right: 12px; float: right; font-size: 50px; z-index: 3; top: 0; font-weight: 300; line-height: 1; color: #d1d1d1; text-shadow: 0 1px 0 #fff; opacity: 1; padding: 2px 16px !important; }.modalfullscreen .mySlides2 img { height: auto; width: auto; }.modalfullscreen .mySlides { width: 100%;} .modalfullscreen .mySlides2 {padding: 0; overflow: hidden;height: 100%; width: 100%;} .modalfullscreen .mySlides2 .col-md-8{ box-shadow: 0 0 5px 0 rgba(128,128,128,.5); background: #f3f3f3; height: 100%;} .pp-contactno {color: #fff;font-size: 13px;background: #0090e1;margin: 0 0;display: inline-block;font-weight: 400;border: none;padding:4px 10px;text-transform: capitalize;opacity: 0.8;margin: 1px 0 0 10px;height: 30px;border-radius: 2px;line-height: 22px;position: relative;} /* .pp-contactno::before{ background: url(../images/website.png); position: absolute; left: 6px; top: 7px; content: ''; background-size: 14px; opacity: 0.8; width: 20px; height: 16px; background-repeat: no-repeat;} */ .business-card-logo { width: 155px; height: 150px; position: relative; margin: -66px 15px 0 0; float: left; box-shadow: 0 0 2px 0 rgba(0,0,0,.16), 0 2px 4px 0 rgba(0,0,0,.16); display: inline-flex; overflow: hidden; border-radius: 2px; padding: 0px; border: 6px solid white; background: #fff; }.business-card-details { float: right; width: calc(100% - 176px); } .visitphoneno { padding: 0 0 0 0; font-weight: 500; color: #fff; text-align: right; font-size: 16px; } .Oninfo { position: absolute; right: 15px; bottom: 10px; z-index: 1; } .otherLinks { display: flex; padding: 8px 0; } .Sharebtn { font-size: 13px; font-weight: 500; outline: none; height: auto; height: 30px; display: block; border-radius: 3px; /* background-color: #fff; */ border: 1px solid #d3d3d3; cursor: pointer; position: relative; width: unset; box-shadow: none; color: #262626; /* text-transform: uppercase; */ text-align: left; padding: 4px 8px; line-height: 20px; margin: 1px 0 0 0; } .topbdr { border-top: 2px solid #f6f6f6; margin: 12px 0 0 0; box-shadow: 0 0 6px rgba(0, 0, 0, 0); /* background: #fcfcfc; */ } .btm-contactno { /* padding: 8px 0; */ } .detailQuote label { font-size: 15px; font-weight: 400; margin: 8px 0 8px; color: #4d4d4d; } .RequestQ { text-align: center; padding: 15px 0; font-size: 15px; font-weight: 500; line-height: 20px; } .detailQuote { background: #fff; /* display: none; */ width: 100%; text-align: center; border-radius: 2px; margin: 14px 0 0 0; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); padding: 20px 10px; } .pp-category { padding: 0; font-weight: 500; color: #fb1b26; font-size: 16px; } .pp-about { padding: 10px 15px; /* background: #fff; */ margin: 20px 0 0 0; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); border-radius: 2px; } .pp-abouthead { text-align: left; font-size: 22px; margin: 0 0 10px 0; color: #5c5d5a; font-weight: 600; } .ratings { /* display: inline-block; */ width: 120px; height: 22px; background: url(../images/starrating.svg) 3px 0 no-repeat; background-size: 100%; margin-right: 10px; vertical-align: middle; } .ratings.one { background-position: 3px -15px; } .ratings.two { background-position: 3px -47px; } .ratings.three { background-position: 3px -82px; } .ratings.four { background-position: 3px -113px; } .ratings.five { background-position: 3px -146px; } .ratings.onehalf { background-position: 3px -33px; } .ratings.twohalf { background-position: 3px -64px; } .ratings.threehalf { background-position: 3px -97px; } .ratings.fourhalf { background-position: 3px -130px; } .startrating { padding: 4px 0 0 0; } span.rating_countD { display: block; font-size: 13px; font-weight: 500; line-height: 16px; color: #979797; margin-top: 2px; margin-left: 2px; }.startratingD { display: flex; margin: 5px 0 0 -2px; } .ratingsD { /* display: inline-block; */ width: 83px; height: 19px; background: url(../images/starrating.svg) 3px 0 no-repeat; background-size: 100%; margin-right: 10px; background-position: 3px 2px; vertical-align: middle; }.rating_countD a { color: #4da3ff; } .ratingsD.one { background-position: 3px -15px; } .ratingsD.two { background-position: 3px -47px; } .ratingsD.three { background-position: 3px -82px; } .ratingsD.four { background-position: 3px -113px; } .ratingsD.five { background-position: 3px -146px; } .ratingsD.onehalf { background-position: 3px -33px; } .ratingsD.twohalf { background-position: 3px -64px; } .ratingsD.threehalf { background-position: 3px -97px; } .ratingsD.fourhalf { background-position: 3px -130px; } .startrating { padding: 4px 0 0 0; } .pp-contactno:hover { color: #fff; opacity: 0.8; } .pp-mail i { margin-right: 3px; } .pp-head { text-align: left; font-size: 20px; margin: 12px 0 0px 0; line-height: 24px; font-weight: 600; color: #0d0d0d; } .pp-posted { color: #c4c4c4; font-weight: 500; font-size: 14px; margin: -5px 0 0px 0; } .pp-price { font-size: 25px; margin: 8px 0; line-height: initial; font-weight: 600; color: #000; } .col-detailbn { margin: 18px 0px 0 0; } .Getallsocial ul { padding: 10px 0 0 0; margin: 0; text-align: right; } .Getallsocial ul li { display: inline-block; list-style: disc; } .Getallsocial ul li a { font-size: 14px; display: inline-block; width: 30px; height: 30px; line-height: 31px; /* border: 1px solid; */ padding: 0; text-align: center; color: #ffffff; border-color: #242a2a; float: left; margin-right: 5px; /* box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */ /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */ -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; background: #d7d7d7; } .right_detail ul li a { font-size: 14px; text-align: center; color: #656c7a; font-weight: 400; letter-spacing: 0.4px; } .right_detail ul li { border-bottom: 1px solid #e8e3e3; } .slideuldb ul { padding: 0; margin: 15px 0 0 0; } .slideuldb ul li { display: inline-block; margin: 0 0 0 0; border-top: 1px solid #e8e3e3; border-right: 1px solid #e8e3e3; padding: 5px 10px; } .pp-cont { width: 100%; padding: 0; padding-bottom: 0; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.03); box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); background: #fff; border-radius: 2px; }.Resposerate { font-size: 13px; margin: 5px 0 0 0; } .Resposerate span{color: #41a700;} .caps-D { height: 36px; cursor: pointer; color: #fff; border: 0; padding: 10px 20px; font-weight: 700; border-radius: 2px; display: inline-block; /* text-transform: uppercase; */ line-height: 18px; background: #DC143C; /* opacity: 0.8; */ font-size: 16px; margin: 0; letter-spacing: 0.3px; } .WriteRButton{ float: right; margin: -6px 0 0 0; } .ProjectsB { /* margin: 20px 0 0 0; */ /* padding: 0 0 0 5px; */ background: #fff; border-top: 1px solid #f3f3f3; border-radius: 0; padding: 0 18px 10px; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); margin: 0; } .WriteRButton a { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; font-size: 14px; font-weight: 400; line-height: 24px; outline: 0; padding: 4px 12px; border-radius: 3px; border: 1px solid #19b5bc; cursor: pointer; box-sizing: border-box; color: #19b5bc; text-decoration: none; text-align: center; background: 0 0; position: relative;} .page_ListSD2 { font-size: 14px !important; font-weight: 400 !important; color: #383838 !important; /* background: #f6f6f6; */ padding: 8px 20px 0; width: 100%; margin: 0; /* border-bottom: 1px solid #dddddd; */ text-align: left; border-radius: 25px; text-transform: capitalize; /* background: #f3f3f3; */ display: block; /* margin-left: 21px; */ }.page_ListSD2 ul { padding: 0; margin: 0; }.page_ListSD2 ul li { display: inline-block; position: relative; padding: 2px 6px; color: #ff7900; margin: 2px 8px 3px 0px; font-size: 12px; height: 24px; border-radius: 5px; text-align: center; border: 1px solid #dddddd; }.page_ListSD2 ul li::after { position: absolute; display: none; content: '|'; right: 4px; font-weight: 700; top: 0; color: #d3d3d3; }.page_ListSD2 ul li.lastMaincat { font-weight: 600; }.page_ListSD2 ul li.lastMaincat::after { display: none; } .breadcrumb { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; font-size: 14px; flex-wrap: wrap; padding: 0 0; margin-bottom: 10px; list-style: none; background-color: transparent; border-radius: .25rem; width: 100%; } .breadcrumb a { color: #b4b4b4; text-decoration: none !important; } .breadcrumb .breadcrumb-item.active { color: #2c2c2c; } .det-qto { border-radius: 0px !important; padding: 10px 8px !important; border: 1px solid #f3f3f3 !important; height: 43px !important } .details_news { background: #fff; border: 1px solid #f2f2f2; padding: 12px 18px; border-radius: 6px; /* -webkit-box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5); */ /* box-shadow: 0 2px 4px 1px rgba(221, 221, 221, 0.5);*/ } .slide_images .owl-theme .owl-nav .owl-prev { left: 0; } .slide_images .owl-theme .owl-nav .owl-next { right: 0; } .bd_snewst-new2{padding: 0px 0px;} .nd_bolysec { margin: 0px 0 0 0; padding: 15px 0; background: #f2f2f2; } .pd_g{padding: 0 10px 0 10px;/* border-right: 1px solid #e7e7e7; */} .share-artpol { position: absolute; display: flex; right: 4px; bottom: 8px; justify-content: flex-end; overflow: hidden; text-align: right; padding: 7px 0; } .FormDe45 { /* float: left; */ width: 100%; display: inline-block; padding: 10px 15px 10px 10px; max-width: 100%; background: #fff; margin: 0px 0 15px 0; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); } .lst-section { background: #fff; } .category_title { font-size: 15px !important; margin: 0 !important; color: #009e13!important; } p.updatetime.small { font-size: 15px; margin: 0; padding: 9px 0 0; } span.err_msg { color: red; font-size: 12px; } .share-artpol a { float: left; font-weight: 600; letter-spacing: 0.6px; border: 1px solid #E3E3E3; font-size: 15px; line-height: 15px; color: #003471; width: 32px; background: transparent; height: 32px; border-radius: 100px; margin: 0 0 0 8px; padding: 8px 1px 6px 0px; text-transform: uppercase; min-width: 30px; text-align: center; } /* .share-artpol .twitter { background-color: #00BFF3; } .share-artpol .facebook { background-color: #003471; } .share-artpol .pinterest { background-color: #C6393D; } .share-artpol .instragm { background-color: #EA4D29; } */ .head_line10 { background: url(../img/bak10.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #603913; /* color: #d6cb06; */ color: #603913; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .row_imgr { background: #fff; padding: 0 0 20px; border-radius: 4px; } .bg-link-white { padding: 12px 0 0 0; } .head_line9 { background: url(../img/bak9.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #f25069; /* color: #d6cb06; */ color: #f25069; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .head_line8 { background: url(../img/bak8.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #00b3c2; /* color: #d6cb06; */ color: #00b3c2; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .pdadvhowpol h4 { font-size: 13px; margin: 6px 0 0 0; margin: 9px 0 0 0; color: #4c4a4a; font-weight: 600; text-transform: capitalize; line-height: 18px; } .head_line7 { background: url(../img/bak7.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #004a80; /* color: #d6cb06; */ color: #004a80; font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 7px 105px; } .head_line3 { background: url(../img/bak2.png); background-repeat: no-repeat; margin: 11px 0 10px 0px; border-bottom: 1px solid #6fc31e; color: rgb(100, 173, 29); font-weight: 600; text-transform: capitalize; font-size: 23px; padding: 12px 0 4px 105px; } .header_tag { background: #fdb860; padding: 1px 0 1px 0; border-bottom: 2px solid #d48c31; } .svns { font-size: 49px; } .ex7_tag { text-align: center; margin: 0 0 0 0; font-weight: 600; font-size: 37px; color: #fff; } .twiter_sidecol { box-shadow: 0px 0px 2px 2px rgb(230, 230, 230); } .ghost-btn2::after { position: absolute; content: ''; top: 11px; transform: rotate(90deg); right: 1px; border: 10px solid transparent; /* width: 8px; */ /* height: 4px; */ border-top: 12px solid #f16685; } .ghost-btn2::before { position: absolute; content: ''; top: 11px; transform: rotate(270deg); left: 1px; border: 10px solid transparent; /* width: 8px; */ /* height: 4px; */ border-top: 12px solid #f16685; } .col-12_dd {} .nd_imgpts-mor2 { font-size: 15px; color: #949596; letter-spacing: 0.4px; font-weight: 600; text-transform: capitalize; line-height: 17px; border-radius: 0px; padding: 0px 1px 0px 6px; text-align: left; border-left: 3px solid #da2323; margin: 20px 0 8px 8px; } .row_dd { padding: 0 0 3px 0; } .nd_imgpt_mrnln { padding: 0px 4px 12px 10px; text-align: left; margin: 0px 0 0 0; font-size: 13px; font-weight: 500; color: #686a6b; text-transform: capitalize; line-height: 16px; letter-spacing: 0.6px; } .show_stn { display: inline-block; background: #423e3e; color: #fff; border-radius: 50%; font-size: 20px; padding: 8px 11px 8px 11px; } .nd_imgpt_mrn { padding: 7px 4px 12px 10px; text-align: left; margin: 0; font-size: 16px; font-weight: 400; color: #0a0927; text-transform: capitalize; line-height: 22px; letter-spacing: 0.6px; } .topdown-p { font-size: 14px; margin: 4px 0 4px 0; padding: 0px 0px 0px 0px; text-transform: capitalize; font-weight: 100; font-weight: 600; font-style: italic; letter-spacing: 0.3px; line-height: 33px; color: #fff; text-align: center; } .nav-xbootstrap { display: block; background: #fff; } .src_bgc a { background: #f7a53d; } .iconsize { font-size: 12px; top: 2px; left: 3px; } .nav-xbootstrap ul { list-style-type: none; margin: 0; padding: 0px 0px 0px 50px; display: block; } .nav-xbootstrap li { list-style-type: none; margin: 0; padding: 0; display: inline-block; position: relative; font-size: 12px; color: #def1f0; } .add_partside { margin: 15px 0 0 0; background: #fff; padding: 8px 10px 11px 7px; box-shadow: 0px 0px 2px 2px rgb(230, 230, 230); } .newsfooternt-tab li { width: 49%; text-align: center; } .newsfooternt-tab li a { padding: 8px 11px; font-size: 17px; color: #35bfea; display: inline-block; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } .newsfooternt-tab { padding: 2px 3px 6px 0; background: #f5f4f4; } .nav-xbootstrap li a { padding: 8px 11px; font-size: 16px; color: #000; text-transform: uppercase; display: inline-block; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } .nav-xbootstrap li:hover ul.dropdown { display: block; }.addBusiness .container { max-width: 700px; } .Logolisting { text-align: center; padding-top: 5px; }.addBusiness label { font-size: 15px; font-weight: 400; margin: 0px 0 6px; color: #535353; text-transform: capitalize; font-family: 'Roboto', sans-serif; }label.serviceBox { width: 45%; } .row.priceRow { column-count: 4; column-gap: 0; display: block; } .col-md-3.colprice { break-inside: avoid; float: left; width: 100%; max-width: 100%; }.row.priceRow { column-count: 4; column-gap: 0; display: block; } .col-md-3.colprice { break-inside: avoid; float: left; width: 100%; max-width: 100%; } .serviceList ul { padding: 0; margin: 0; } .serviceList ul li { display: block; font-size: 14px; color: #303030; padding: 0 0 1px 19px; } #content-to-price { background-image: url(../images/pricecomp.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 30px 0; }.priceColcom { background: #fff; overflow: hidden; position: relative; border-radius: 2px; padding-bottom: 10px; margin: 0px -5px 20px; }.AddCAtprice { padding: 10px 0px 4px 18px; text-align: left; font-weight: 600; position: relative; line-height: 18px; /* left: 50%; */ font-size: 16px; color: #222325; /* height: 50px; */ width: 100%; vertical-align: middle; } .imageUploadgalery { justify-content: left !important; }.imageUploadgalery img.thumbnail-preview { width: 64px; float: left; border: 1px solid #e1e1e1; margin-right: 5px; } p.selectSe { background: #f6f6f6; font-size: 12px; opacity: 0.6; padding: 10px; } .Bpart_0 .custom-file-label { color: #fff !important;} .addBusiness .form-control { background: #fff none repeat scroll 0 0; border: 1px solid #dfdfdf !important; /* border-radius: 2px; */ font-size: 15px; height: 42px; border-radius: 0px; box-shadow: none; border: 1px solid; padding: 8px 8px; color: #8d8d8d; }.addBusiness .rel .form-control { padding-left: 28px;} .Logolisting img.logo { width: 120px; }.busTitle { font-size: 14px; margin: 0 0 15px; color: #555555; padding: 10px 0; font-weight: 500; /* letter-spacing: 0.1px; */ text-transform: uppercase; border-bottom: 1px solid #f0f0f0; }.avatar-editB { margin: 6px 0 11px; }.busTitle span { background: #fff; padding: 11px 0px; } .Business_ads { padding: 10px 15px; margin: 20px 0 0 0px; background: #fff; /* box-shadow: 0 0 2px #c4c7cc, 0 1px 3px 0 rgba(133,140,148,.3); */ border-radius: 0px; }p.add_01b { margin: 8px 0 4px 0; font-size: 18px; font-weight: 600; } .Bpart_0 { margin: 4px 0 0 0px; border-radius: 9px; background: #fff; /* border: 1px solid #f7f7f8; */ /* box-shadow: 0 0 2px #c4c7cc, 0 1px 3px 0 rgba(133,140,148,.3); */ } .businessList-title { font-family: 'Roboto', sans-serif; color: #101928; font-weight: 300; font-size: 25px; text-align: center; margin: 10px 0 20px 0; }.btn-outline-primary { border-color: #da0317!important; color: #fff !important; background-color: #da0317; text-transform: uppercase; font-weight: 600; display: block; max-width: 500px; width: 100%; margin: 20px auto !important; } .sericeoffer { margin-bottom: 15px; } .btn-outline-primary:hover{background: #323232 !important;} .addBusiness .container.loginF1 { max-width: 450px; margin-top: 100px; margin-bottom: 30px; }.light-login { font-size: 17px; color: #2e2e2e; background: #fff; padding: 20px; /* box-shadow: 0 2px 5px 0 rgba(164, 173, 186, 0.25); */ /* width: calc(100% - 30px); */ margin-left: 0px; border-top: 1px solid #eeeeee; }.wizard-titlep { font-size: 20px; margin: 10px 0 14px 0; color: #575757; font-weight: 700; } .light-login a { font-weight: 400 !important; } .Bpart_0 .avatar-edit label {padding: 6px 12px; width: 150px;} .Bpart_0 .avatar-upload { margin: 10px 0;} .Bpart_0 .avatar-edit { margin: 8px 0 15px; } .addBusiness{ background: #f6f6f6; align-items: center; overflow: hidden; /* background: url(../images/list.svg) center; */ background-size: cover; } .team-section { padding-bottom: 70px; } .about-text { padding: 12px 0 0 0; } @media (max-width: 991px) { .team-section { padding-bottom: 85px; } } @media (max-width: 767px) { .team-section { padding-bottom: 75px; } } .team-section .team-grids { margin: 0 -15px; overflow: hidden; } .team-section .team-first-row .grid { width: calc(33.33% - 30px); float: left; margin: 0 15px 30px; } @media (max-width: 650px) { .team-section .team-first-row .grid { width: calc(50% - 30px); } } @media (max-width: 450px) { .team-section .team-first-row .grid { width: calc(100% - 30px); } } .team-section .team-sec-row .grid { width: calc(25% - 30px); float: left; margin: 0 15px 30px; } @media (max-width: 991px) { .team-section .team-sec-row .grid { width: calc(33.33% - 30px); } } @media (max-width: 650px) { padding: 12px 0 0 0; .team-section .team-sec-rpadding: 12px 0 0 0; { width: calc(50% - 30px)padding: 12px 0 0 0; } } @media (max-width: 450px) { .team-section .team-sec-row .grid { width: calc(100% - 30px); } } .team-section .grid { text-align: center; } .team-section .member-pic-social { position: relative; } @media (max-width: 450px) { .team-section .member-pic-social img { width: 100%; } } .team-section .member-pic-social .social { width: 100%; position: absolute; left: 0; bottom: 0; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; } .team-section .member-pic-social ul { display: inline-block; } .team-section .member-pic-social ul li { float: left; } .team-section .member-pic-social ul>li+li { margin-left: 15px; } .team-section .member-pic-social ul a { font-size: 16px; font-size: 1.06667rem; color: #fff; } .team-section .member-pic-social ul a:hover { color: #09a223; } .team-section .member-info { padding: 20px 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; border: 1px solid #e2e2e2; border-top: 0; } .team-section .member-info h3 { font-size: 20px; font-size: 1.33333rem; margin: 0 0 4px; } @media (max-width: 1199px) { .team-section .member-info h3 { font-size: 18px; font-size: 1.2rem; } } @media (max-width: 991px) { .team-section .member-info h3 { font-size: 17px; font-size: 1.13333rem; } } .team-section .member-info>span { font-family: "Nunito", sans-serif; font-size: 16px; font-size: 1.06667rem; font-weight: bold; color: #7a8595; } @media (max-width: 1199px) { .team-section .member-info>span { font-size: 14px; font-size: 0.93333rem; } } .team-section .grid:hover .member-info { background-color: rgb(20, 107, 99); } .team-section .grid:hover .member-info h3 { color: #fff; } .team-section .grid:hover .member-info span { color: #fff; } .team-section .grid:hover .member-pic-social .social { bottom: 20px; opacity: 1; } .team-section .all-member { text-align: center; padding-top: 15px; } .team-section .all-member a { color: #7a8595; font-weight: 500; } .team-section .all-member a span { color: rgb(20, 107, 99); } .team-section .member-pic-social ul { display: inline-block; } .team-section .all-member a:hover { color: #09a223; } .team-section .member-pic-social ul li { float: left; } .team-section .member-pic-social ul a { font-size: 16px; font-size: 1.06667rem; color: #fff; } .nav-xbootstrap li:hover { list-style-type: none; margin: 0; border-right: 1px solid #d6d5d5; padding: 0; background: #fff; transition: 1s ease all; display: inline-block; position: relative; font-size: 12px; color: #def1f0; } .tomenum { padding-top: 10px !important; border-bottom: 2px solid #f2a868 !important; } .nav-xbootstrap li ul.dropdown { position: absolute; text-align: left; display: none; background: #fff; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); padding-top: 0; border-radius: 0; padding: 0; } .nav-xbootstrap li ul.dropdown li { display: block; list-style-type: none; } .nav-xbootstrap li ul.dropdown li a { padding: 0 0 6px 10px; font-size: 15px; color: #5a6968; display: inline-block; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; } } .arrow-down { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #def1f0; position: relative; top: 10px; right: -5px; content: ''; } .title-mobile { display: none; } .side-menu-right { background: #274f69; } .scroll-topp { position: fixed; z-index: 9999; height: 50px; width: 50px; text-align: center; border-radius: 50%; box-shadow: 0px 1px 31px rgba(0, 0, 0, 0.1); color: #000; padding: 13px 0 0 0; background: #fff; bottom: 4%; right: 4%; display: none; } .mrgbg-btm { margin: 0 0 20px 0; } .sec-backgg { background: #fff; margin: 22px 0 0 0; border-radius: 3px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); padding: 14px 0 14px 0; } .all-src { width: 100%; border: 1px solid #eae8e8; padding: 9px 8px 7px 12px; } .button-src { width: 100%; font-size: 17px; font-weight: 600; border: none; letter-spacing: 0.5px; color: #fff; border-radius: 3px; padding: 8px 0px 8px 0; background: #efa548; } .searchBusinessL2 { max-width: 62%; margin: 0; width: 62%; flex: 0 0 62%; padding: 0px 4px; /* overflow: hidden; */ background: #ffffff; border-radius: 2px; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06); margin-top: 15px; float: right; margin: 0 0 0 auto; border: 1px solid #dfdfdf; } .searchBusinessL2 .form-control { height: 39px; border-radius: 0px; font-size: 14px; background: #ffffff; border: 0; border-right: 1px solid #d1d1d1 !important; box-shadow: none; } div#section-annonce { text-align: center; padding: 12px; } div#content-to-integrate { background: #fee9e8; background-image: url(../images/home1.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 30px 0; } #section-annonce h1 { font-size: 27px; font-weight: 600; text-transform: capitalize; color: #454545; }.AddCAt { font-size: 14px; padding: 9px 8px; text-align: center; font-weight: 600; position: relative; line-height: 18px; /* left: 50%; */ color: #222325; height: 50px; width: 100%; vertical-align: middle; }.cont-mrg{margin:0 0 0 5px;} .list-sidebar{ background: #fff; padding: 5px 6px 14px 10px; position: relative; border-radius: 2px; /* border: 1px solid #ebebeb;*/ margin: 0 0 0 0; } .slide-slide{ position: absolute; right: 15px;} .slide-list1{ border-bottom: 1px solid #ecefe3; padding: 5px 0 10px 0; text-align: left; font-size: 15px; margin: 8px 0 8px 0; /* text-shadow: 2px 2px 3px rgb(77, 125, 134); */ font-weight: 700; color: #595959; }.head_linenD21 { position: relative; margin-bottom: 2px; color: #1e0a3c; font-weight: 700; text-align: center; text-transform: capitalize; font-size: 25px; padding: 20px 19px; } .quote-tile-actual, .quote-tile-dummy { border-radius: 2px; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.06); border: solid 1px #fff; background-color: #ffffff; margin: 0 0 16px 0; display: table; width: 100%; position: relative; }.quote-tile-inner { overflow: hidden; }.plan-feature-upper { width: 100%; display: table; border-bottom: solid 1px #e6efff; padding: 4px; border-radius: 0 0 6px 6px; }.plan-feature-upper ul li.trophy-icon, .plan-feature-upper ul li.phone-icon { padding-left: 20px; }.plan-feature-upper ul li { float: left; color: #f5a623; font-size: 13px; position: relative; margin-right: 10px; padding-left: 15px; }.logo-image { display: inline-block; width: 23%; vertical-align: top; border-right: solid 1px #e6effd; /* padding-bottom: 200px; */ /* margin-bottom: -200px; */ position: relative; /* min-height: 190px; */ padding-top: 8px; }.logo-image img { margin: 0 auto; display: table; }.show-idv-section { display: inline-block; width: 23%; vertical-align: top; /* padding-bottom: 250px; */ /* margin-bottom: -250px; */ padding-left: 20px; padding-top: 12px; }.show-idv-section label { color: #b0b0b0; display: inline-block; vertical-align: top; padding: 0px 0 0 0; margin: 0; }.show-idv-section span { color: #212121; display: block; vertical-align: top; padding: 0px; font-size: 14px; padding: 1px 0 0 0; }.addons-section { display: inline-block; width: 30%; vertical-align: top; border-left: solid 1px #e6effd; border-right: solid 1px #e6effd; /* padding-bottom: 250px; */ /* margin-bottom: -250px; */ padding-left: 20px; padding-top: 12px; color: #212121; font-size: 12px; }.quotes-zerodep-section { margin: 0 0 1px; }.addons-section .zeroDep div div { color: #b0b0b0; font-size: 14px; }ul.included-addons { margin: 0; }.CostingCompare { margin: auto; max-width: 900px; } .CostingComparesec{ background: #f5f7f7; padding: 20px 0; } .buy-now-section { display: inline-block; width: 23%; text-align: center; position: relative; }.buy-now-btn { width: 122px; height: 30px; background: #ff0659; color: #fff; border: none; border-radius: 0px; font-weight: 500;line-height: 20px; font-size: 13px; letter-spacing: 0.6px; margin: 10px auto; padding: 2px 0; text-transform: uppercase; }.breakup-link { position: absolute; bottom: 7px; width: 100%; text-align: center; right: 0; font-size: 12px; color: #0d93fe; }.plan-feature-lower { background: #fff; display: table; width: 100%; position: relative; z-index: 1; border-top: solid 1px #e6effd; padding: 8px; }.plan-feature-lower ul li { float: left; list-style-type: disc; display: list-item; width: auto; list-style-position: outside; margin: 0 10px 0 20px; padding: 0 0px 0 0; font-size: 12px; color: #696969; letter-spacing: -0.2px; position: relative; cursor: help; } .AddCAt span { position: absolute; display: block; width: 100%; left: 50%; padding: 0 10px; /* height: 100%; */ transform: translate(-50%, -50%); top: 50%;} .containerDD { max-width: 1200px; margin: auto; }.containerList { max-width: 88%; margin: auto; /* overflow: hidden; */ }.filterBussiness { background: #ffffff; margin: 17px 0 11px 0px; display: block; padding: 6px 16px; /* -webkit-box-shadow: 0 4px 40px -6px rgba(0, 0, 0, 0.05); */ -moz-box-shadow: 0 4px 40px -6px rgba(0, 0, 0, 0.05); box-shadow: 0 2px 6px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.1); /* float: left; */ width: 100%; margin: auto; /* border-bottom: 1px solid #ebebeb; */ margin-top: 2px; margin-bottom: 28px; border-top: 1px solid #fafafa; } .reviwList { display: flex; flex-wrap: wrap; padding: 10px 0; border-bottom: 1px solid #ebebeb; } .reviwList:last-child{ border: 0;} .RewvieData{width: 70%;} .userNameV { /* width: 30px; */ background: #f6ad69; position: relative; height: 40px; color: #fff; width: 40px; border-radius: 50%; font-size: 18px; text-align: center; padding: 7px 0; text-transform: capitalize; margin-right: 10px; } .filtersrow{ -ms-flex: 0 0 25%; flex: 0 0 24%; max-width: 24%; } .Getdatarow{ -ms-flex: 0 0 78%; flex: 0 0 76%; max-width: 76%; } .all_temstst{ text-align: left;} .price-text-color { color: #FFC315; font-size: 11px !important; margin: 0 0 0 4px; }i.price-text-color2 { color: #e3e3e3; margin: 0 0 0 5px; font-size: 11px !important; } .paginationhome { text-align: center; } .paginationhome .pagination { display: inline-block; margin: 0 0 6px 0; border-radius: 5px; /* overflow: hidden; */ padding: 0px 4px; } .paginationhome .pagination li { display: inline-block; margin-top: -1px; border: 1px solid #d7d7d7; padding: 2px 8px; font-size: 14px !important; /* border-right: 7px; */ border-radius: 0px; } .paginationhome .pagination li a { color: #3f3f3f; line-height: 10px !important; padding: 7px 5px !important; font-size: 14px !important; } .paginationhome .pagination li.active { background: #4dbc15!important; color: #fff; border-color: #4dbc15 !important; } .paginationhome .pagination li:last-child a{ color: #3f3f3f; } .userReviewName { font-weight: 500; color: #383838; font-size: 15px; padding: 3px 0 0 0; } .userReviewStr { width: 120px; height: 20px; background: url(../images/starrating.svg) 1px 0 no-repeat; background-size: 80%; margin-right: 5px; vertical-align: middle; margin-top: 2px; }span.StarTotals { font-size: 12px; font-weight: 700; color: #979797; }#checkAlert a { color: #1086c8; margin: 0 0 0 12px; }.StartDes2 { width: 100%; font-size: 14px; line-height: 16px; padding: 5px 0 0 0; left: 5.2%; position: relative; } .florightd{height: 74px !important; float: left; width: 115px;} .ffrigt{ float: right; width: 80%;} .reviwList:nth-child(1n+0) .userNameV {background: #f6ad69;} .reviwList:nth-child(2n+0) .userNameV {background: #27baa4;} .reviwList:nth-child(3n+0) .userNameV {background: #ab69f6;} .reviwList:nth-child(4n+0) .userNameV {background: #79d100;} .RatingNo1{ background-position: 2px -18px;} .RatingNo2{ background-position: 2px -57px;} .RatingNo3{ background-position: 2px -95px;} .RatingNo4{ background-position: 2px -131px;} .RatingNo5{ background-position: 2px -168px;} .StartDes { width: 90%; font-size: 14px; line-height: 16px; padding: 5px 0 0 0; left: 7.4%; position: relative; }.viewPhoneM { font-size: 14px; color: #222222; font-weight: 400; position: relative; float: left; background: #fff; margin: 6px 0 0 0px; padding-left: 20px; } .viewPhoneM span{color: #f6a9a9;} .viewPhoneM::before{ background: url(../images/phone.png); position: absolute; left: 5px; top: 5px; content: ''; background-size: 11px; opacity: 0.6; width: 20px; height: 16px; background-repeat: no-repeat; } .desCription { font-size: 15px; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.16); font-weight: 400; border-radius: 0; color: #5f5f5f; /* letter-spacing: -0.1px; */ word-spacing: 1px; /* background: #fff; */ padding: 0 15px 20px; margin: 0px 0 0; }.Getallsocial2 ul { padding: 5px 0 0 0; margin: 0; } .Getallsocial2 ul li { display: inline-block; list-style: disc; } .Getallsocial2 ul li a { font-size: 15px; display: inline-block; /* width: 40px; */ /* height: 40px; */ line-height: 28px; border: 1px solid; padding: 0 12px; font-weight: 400; text-align: center; color: #174c6a; border-color: #cccccc; float: left; margin-right: 8px; box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); } .filterBussiness .list-cont { width: 40%; padding: 0px 0 0px 0; /* flex: 0 0 40%; */ float: left; }.searchBusinessL { max-width: 66%; margin: 0; width: 66%; flex: 0 0 66%; padding: 0 10px; background: #fff; border-radius: 2px; box-shadow: 0 2px 4px 0 rgba(0,0,0,.05); margin-top: 2px; /* float: right; */ border: 1px solid transparent; margin: auto; margin-bottom: -70px; position: relative; z-index: 8; }.searchBusinessL .form-control { height: 48px; border-radius: 0px; font-size: 15px; background: #ffffff; border: 0; border-right: 1px solid #d5d5d5 !important; box-shadow: none; }.topRow { /* display: flex; */ /* flex-wrap: wrap; */ position: relative; } .err_msgNew{color: red; font-size: 12px;} .topRow .home-text {float: none; position: static;} .searchBusinessL .btn.srchBBn{margin-top: 6px;} .filterBussiness .title_listed { font-size: 22px; margin: 1px 0 0px; color: #414141; font-weight: 700; text-transform: capitalize; }.title_listed span { color: #090909; font-weight: 500; }.srchBBn2 { display: block; width: 100%; color: #fff; text-align: center; height: 41px; margin: -1px 2px -1px -1px; background: #da0317; text-transform: uppercase; border-radius: 0 3px 3px 0!important; } .loaddivs { top: 0; bottom: 0; padding: 25% 49%; position: fixed; z-index: 9999999999; opacity: .8; background-color: #ddd; width: 100%; height: 100%; } .loader-form { background: currentcolor; position: relative; animation: loader-15 1s ease-in-out infinite; animation-delay: 0.4s; width: .25em; height: .5em; margin: 0 .5em; } .loader-form.hide{ display: none; } .loader-form.show{ display: block; } .loader-form:after,.loader-form:before { content: ''; position: absolute; width: inherit; height: inherit; background: inherit; animation: inherit; } .loader-form:after{left: .5em; animation-delay: 0.6s;} .loader-form:before{right: .5em; animation-delay: 0.2s;} @keyframes loader-15 { 0%, 100% { box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor; } 50% { box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor; } } .rowListD{display: flex;flex-wrap: wrap;justify-content: center;} .AddCAtL{ margin: 0px 15px 20px 10px; background: #fff; padding: 0 0; /* border: 1px solid #fff; */ border-top: 0; position: relative; display: block; width: 18%; border-radius: 4px; text-decoration: none; box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); -webkit-transition: box-shadow .3s ease-out; transition: box-shadow .3s ease-out; box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); height: 190px; margin-left: 0; } p.page-presentation { font-size: 17px; color: #1e1e1e; font-weight: 400; }.ADDbus.btn { background: #09b01e; color: #fff; font-weight: 600; text-transform: uppercase; font-size: 14px; }.searchBusiness { max-width: 800px; margin: auto; padding: 14px 15px; background: #fcfcfc; border-radius: 2px; box-shadow: 0 1px 5px 1px rgba(0,0,0,.15); margin-top: 15px; }.pdright-0 { padding: 4px 6px; background: #fff; border-radius: 3px; overflow: hidden; }.DBimg::after { position: absolute; bottom: 0; width: 100%; border-radius:2px; height: 100%; content: ''; left: 0; top: 0; background: linear-gradient(180deg,transparent 0,rgba(0, 0, 0, 0.07) 100%); } .mrg-mn{display: block;flex-wrap: wrap;/* border-top: 1px solid #f3f3f3; */padding: 0 15px 0 0;width: 100%;} .DBimg img {border-radius: 2px;} .DBlist { padding: 0 0 10px 0; background: #fff; position: relative; margin-bottom: 13px; /* box-shadow: 0 2px 4px rgba(31,31,31,.12); */ border-radius: 2px; /* padding-bottom: 3px; */ /* position: relative; */ -ms-flex: 0 0 25%; /* flex: 0 0 33.3%; */ max-width: 100%; display: flex; border-bottom: 1px solid #ebebeb; flex-wrap: wrap; margin: 0 0px; margin-bottom: 15px; } .DBlist:last-child{/* border: 0; *//* margin: 0; *//* box-shadow: none; */} .pad-zL{padding-left: 15px;padding-right: 15px;padding-bottom: 0;} .pad-zL.col-md-5{ -ms-flex: 0 0 46.666667%; flex: 0 0 46.666667%; max-width: 46.666667%;} .RSide2.col-md-3 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }.ReadMOreA { color: #4cae00; font-style: normal; font-size: 14px; font-weight: 400; }.col-md-2d.RSide2 { /* position: absolute; */ top: 9px; right: 10px; } .postedlogoO img{border-radius: 50%;} .flexsz.col-md-4 { padding: 0; }.page_ListHCate { /* display: inline-block; */ width: 91%; font-size: 13px; color: #f6a9a9; float: right; }.AlinkL{display: inline-block; /* flex-wrap: wrap; */ width: 100%; } .Getdatarowsrch .postedlogoO { position: absolute; top: auto; bottom: -18px !important; left: 9px; border-radius: 2px; z-index: 2; background: #fff; box-shadow: 0 0 5px #cccaca; padding: 2px; height: 43px; } .Getdatarowsrch .page_ListH { margin: 25px 0 0px 0px; width: 100%; padding-right: 0; font-size: 15px !important; font-weight: 500; line-height: 20px;} .Getdatarowsrch .page_ListHCate { margin: 2px 0 0px 0px;width: 100%;} .Getdatarowsrch .postedlogoO img{ border-radius: 0;} .Getdatarowsrch .dataContent.col-md-12 { padding: 0 10px; } .Getdatarowsrch .postedByO { float: left; /* width: 100%; */ font-size: 12px; padding: 2px 0 0 0px; font-weight: 500; line-height: initial; position: absolute; color: #fff; top: 4px; z-index: 1; right: 9px; left: auto; }.Getdatarowsrch .mrg-mn { /* display: flex; */ flex-wrap: wrap; /* border-top: 1px solid #f3f3f3; */ padding: 0 0px 0 0; width: 100%; }.ImgSrcrating { position: absolute; right: 9px; z-index: 2; bottom: 3px; } .Getdatarowsrch span.rating_count{ color: #fcfcfc; } .Getdatarowsrch .DBimg::after { background: linear-gradient(180deg,#00000026 0,rgba(0, 0, 0, 0.36) 100%); }.Getdatarowsrch .DB-packlist { display: inline-block; text-transform: uppercase; margin: 5px 0 0; color: #da0317; font-size: 12px !important; padding: 4px 7px; border-radius: 2px !important; font-weight: 500 !important; width: auto; background: #fff; border: 1px solid #da0317; /* background: #003b58; */ /* width: 50%; */ float: right; } .Getdatarowsrch .DBimg img { border-radius: 2px 2px 0 0; } .Getdatarowsrch .postedByO span { display: block; font-size: 11px; font-weight: 400; color: #fff; } .Getdatarowsrch .DBlist { padding: 0 0 10px 0; background: #fff; position: relative; margin-bottom: 13px; box-shadow: 0 2px 4px rgba(31,31,31,.12); border-radius: 2px; -ms-flex: 0 0 25%; max-width: calc(25% - 16px); flex: 0 0 25%; display: inline-flex; margin: 0 8px; margin-bottom: 20px; } .page_ListH{ text-align: left; font-size: 17px; /* line-height: 24px; */ margin: 6px 0 0px 0px; line-height: 22px; font-weight: 400; padding-right: 9px; padding-left: 0px; color: #414141; width: 91%; float: right; /* display: inline-block; */ }.sorryMsg { font-size: 22px; font-weight: 500; margin-bottom: 4px; }.Noresults { padding: 15px; background: #fff; margin-bottom: 10px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.07); border-radius: 2px; padding-right: 10px; }.PostBYdesignL { display: block; padding: 2px 8px; }.designCompy_imgL { float: left; width: 35px; border-radius: 32px; overflow: hidden; margin: 0 8px 0 0px; }.designCompy_contentL h4 { font-size: 13px; margin: 0px 0 2px 0; color: #646464; padding: 3px 0 0 0; }.design_categoryL { font-size: 12px; text-align: left; padding: 0px 10px; color: #52ac00; }.ad_designL { background: #ffffff; padding-bottom: 10px; border: 1px solid #f3f3f3; margin-bottom: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px -2px; border-radius: 2px; }.listFss { font-size: 20px; font-weight: 600; text-transform: capitalize; margin: 5px 0 5px 0; }.listFss1 { font-size: 15px; color: #8f8f8f; }ul.FilterDesign { padding: 15px 0 0 0; } .Noresultfound { text-align: center; background: #fff; padding: 21px; font-size: 21px; font-weight: 600; } ul.FilterDesign li { display: inline-block; margin: 0 9px 10px 0; position: relative; width: 151px; background: #fff; color: #fff; box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 6px -2px; border-radius: 6px; } ul.FilterDesign li a { color: #53727a; padding: 8px 10px; line-height: 22px; font-size: 15px; display: block; text-align: center; border-radius: 6px; } .containerdesign { max-width: 1190px; margin: auto; padding: 0 0; } .bbList {padding: 0 10px;} .page_ListC { font-size: 11px; margin: 0px 0 0px 0; font-weight: 600; color: #c8c8c8; line-height: 20px; text-transform: uppercase; padding-right: 100px; letter-spacing: 0.3px; }.List-section { padding-bottom: 30px; background: #f6f6f6; padding-top:20px; }.DBlist .startrating { padding: 4px 0 0 0px; display: flex; text-align: left; flex-wrap: wrap; /* position: absolute; */ /* bottom: 43px; */ /* left: 18px; */ }ul.FilterDesign li a.active { color: #f10000; font-weight: 500; border: 1px solid #f10000;} .designListing {padding: 40px 0 0;} .DBlistE { /* margin: 8px 0 0; */ padding: 0px 0 0 0; /* border-top: 1px solid #dddddd; */ text-align: center; /* position: absolute; */ /* left: 12px; */ float: right; width: 100%; bottom: 0; }a.viewbus09 { display: inline-block; color: #575757; font-size: 14px; margin: 0 0 12px 0; font-weight: 500; border: 1px solid #e1e1e1; padding: 5px 10px; right: 8px; position: absolute; top: 4px; border-radius: 6px; }.OrSignSlt { position: absolute; top: 8px; right: 7px; color: #b0b0b0; font-size: 16px; background: #fff; }.sidePd4 { padding: 0 20px 0 0; } /*the container must be positioned relative:*/ .autocomplete { position: relative; width: 100%; display: inline-block; } .autocomplete-items { position: absolute; border: 1px solid #f2f2f2; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ max-height: 315px; background: #fff; top: 44px; overflow: auto; left: 0; right: 0; } .autocomplete-items::-webkit-scrollbar { width: 10px; } /* Track */ .autocomplete-items::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ .autocomplete-items::-webkit-scrollbar-thumb { background: #888; } /* Handle on hover */ .autocomplete-items::-webkit-scrollbar-thumb:hover { background: #555; } .autocomplete-items div { padding: 4px 10px; font-size: 14px; text-align: left; cursor: pointer; background-color: #fff; border-bottom: 1px solid #f0f0f0; } /*when hovering an item:*/ .autocomplete-items div:hover { background-color: #e9e9e9; } /*when navigating through the items using the arrow keys:*/ .autocomplete-active { background-color: DodgerBlue !important; color: #ffffff; } .FormDe45P.newPriceForm { /* float: left; */ width: 100%; padding: 0px 0px; max-width: 750px; background: #fff; margin: 0px auto 20px auto; } .ShowA{display: none;} .Bpart_B0 { margin: 4px 0 10px 0px; border-radius: 6px; padding-top: 7px; background: #fff; border: 1px solid #f7f7f8; box-shadow: 0 0 5px 0 rgba(207, 207, 207, 0.76); }.quotesListe { background: #fff; padding: 20px; text-align: center; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.03) !important; } .NofoundResult { font-size: 22px; font-weight: 500; } .NofoundResultbox { font-size: 18px; font-weight: 400; } .DBimg { position: relative; padding: 0; /* width: 50%; */ }span.rating_count { display: block; font-size: 12px; font-weight: 500; line-height: 16px; color: #979797; margin-top: 0px; margin-left: 9px; }.form-control.ppe-l0 { height: 39px; padding: 0 0 0 8px; }.rele label { font-size: 14px; font-weight: 500; margin: 0px 0 2px 0; color: #5b5b5b; } .rating_count a { color: #4da3ff;} .DB-packlist { display: inline-block; text-transform: uppercase; margin: 0; color: #da0317; font-size: 14px !important; padding: 5px 10px; border-radius: 2px !important; font-weight: 500 !important; width: auto; background: #fff; border: 1px solid #da0317; /* background: #003b58; */ /* width: 50%; */ float: right; }.DB-packlist:hover{color: #da0317;opacity: 0.9;} .DBlist .ratings { width: 82px; height: 16px; display: block; margin: 0; } .SideMain{ position: relative; background: #fff; padding: 1px 0 0 0; /* border-left: 1px solid #f1f1f1; */ } .DBlist .ArticleShare { right: 36px;} .page_ListL{ text-align: left; font-size: 14px; margin: 0px 0 0px 0; line-height: 18px; font-weight: 600; padding: 2px 7px 2px 25px; border-radius: 0px; color: #7c7c7c; padding-left: 20px; position: relative; /* border: 1px solid #ebebeb; */ text-transform: capitalize; } .DBlist .sharelink{ right: 24px; } .DBlist .sharebtn { cursor: pointer; border: 1px solid #f6f6f6; font-size: 14px; display: inline-block; width: 80px; height: 30px; /* text-transform: uppercase; */ line-height: 28px; padding: 0; text-align: center; color: #dbdbdb; margin-right: 0; /* box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */ /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */ -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); border-radius: 3px; }span.services_s { font-size: 14px; font-weight: 600; color: #666666; } .page_ListSD { font-size: 12px !important; font-weight: 500 !important; color: #383838 !important; /* background: #f6f6f6; */ padding: 0px 4px; margin: 0; /* border-bottom: 1px solid #dddddd; */ text-align: left; border-radius: 25px; text-transform: capitalize; /* background: #f3f3f3; */ display: block; } .page_ListSD ul { padding: 0; margin: 0;} .page_ListSD ul li { display: inline-block; position: relative;padding: 0 8px 0 0;} .page_ListSD ul li::after { position: absolute;content: '/';right: 1px;top: 0;} .page_ListSD ul li:last-child::after{display: none;} .postedPicO{float: left; /* width: 100%; */ font-size: 13px; padding: 2px 0 0 0px; font-weight: 500; line-height: initial; position: absolute; color: #fff; top: 4px; z-index: 1; left: 9px;} .phoneListing{color: #3a3a3a;font-weight: 500;margin-bottom: 4px;opacity: 0.8;width: 100%;padding: 4px 0 0 19px;} .page_Dflex {display: block;} .page_ListD { font-size: 14px; margin: 4px 0; line-height: 18px; font-weight: 400; color: #6c6c6c; padding: 0px 7px 0px 4px; min-height: 30px; display: block; vertical-align: middle; /* padding-left: 1px; */ position: relative; }.page_ListD::before{ background: url(../images/about.png); position: absolute; left: 0; top: 4px; content: ''; opacity: 0.5; background-size: 10px; width: 15px; height: 16px; background-repeat: no-repeat; display: none; } .phoneListing::before{background: url(../images/phone.png);position: absolute;left: 0;top: 7px;content: '';background-size: 10px;width: 18px;height: 18px;opacity: 0.7;background-repeat: no-repeat;} .mapListing::before{background: url(../images/pin.png);position: absolute;left: 2px;top: 4px;content: '';background-size: 13px;opacity: 0.8;width: 20px;height: 16px;background-repeat: no-repeat;} .btn.srchBBn { background: #e72526; margin-top: 4px; color: #fff; font-weight: 700; display: block; font-size: 14px; width: 100%; line-height: 20px; text-transform: uppercase; padding: 6px 0; }.searchBusiness .form-control { height: 45px; border-radius: 0px; font-size: 14px; background: #fff; border: 1px solid #e9e9e9 !important; } .forBusiness{background: #f2f2f7} .forBusiness .container { max-width: 714px; } .pricingHome { /* background: #fee9e8; */ background: #fff url(../images/pricing.svg) 100% 93% no-repeat; background-repeat: no-repeat; /* background-position: center center; */ background-size: 587px; text-align: left; padding: 20px 0 0; }.pricingHomeL { max-width: 66%; margin: 0; width: 66%; flex: 0 0 66%; padding: 0 10px; background: #fff; border-radius: 2px; margin-top: 2px; /* float: right; */ /* border: 1px solid #e9e9e9; */ margin: auto; margin-bottom: -70px; position: relative; } .width5{width: 150px;} .dropdownM:hover .megamenu {display: block;} .pricingHomeL .form-control { height: 45px; border-radius: 3px; font-size: 15px; background: #ffffff; border: 0; border: 1px solid #f0f0f0 !important; /* box-shadow: none; */ box-shadow: 0 2px 4px 0 rgba(0,0,0,.05); }.btn.srchBBnP { background: #ff0659; margin-top: 3px; color: #fff; font-weight: 700; display: block; font-size: 14px; width: 100%; line-height: 20px; text-transform: uppercase; padding: 9px 0; }.pricingHomeLH { font-size: 18px; font-weight: 600; text-transform: capitalize; color: #2e2e2e; }.pricingHomeLP { font-size: 15px; color: #4f4f4f; font-weight: 400; } @media only screen and (max-width:900px) { .nav-xbootstrap { background: #fff; width: 200px; height: 100%; display: block; position: fixed; left: -200px; top: 0px; -webkit-transition: left 0.25s ease; -moz-transition: left 0.25s ease; -ms-transition: left 0.25s ease; -o-transition: left 0.25s ease; transition: left 0.25s ease; margin: 0; border: 0; border-radius: 0; overflow-y: auto; overflow-x: hidden; height: 100%; } .title-mobile { position: fixed; display: block; top: 10px; font-size: 20px; left: 100px; right: 100px; text-align: center; color: #FFF; } .nav-xbootstrap.visible { left: 0px; -webkit-transition: left 0.25s ease; -moz-transition: left 0.25s ease; -ms-transition: left 0.25s ease; -o-transition: left 0.25s ease; transition: left 0.25s ease; } .nav-bg-xbootstrap { display: inline-block; vertical-align: middle; width: 100%; height: 50px; margin: 0; position: absolute; top: 0px; left: 0px; background: #232424; padding: 12px 0 0 10px; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } .navbar-xbootstrap { display: inline-block; vertical-align: middle; height: 50px; cursor: pointer; margin: 0; position: absolute; top: 0; left: 0; padding: 12px; } .navbar-xbootstrap span { height: 2px; background: #fff; margin: 5px; display: block; width: 20px; } .navbar-xbootstrap span:nth-child(2) { width: 20px; } .navbar-xbootstrap span:nth-child(3) { width: 20px; } .nav-xbootstrap ul { padding-top: 50px; } .nav-xbootstrap li { display: block; } .nav-xbootstrap li a { display: block; color: #505050; font-weight: 600; } .nav-xbootstrap li:first-child:hover a { border-radius: 0; } .nav-xbootstrap li ul.dropdown { position: relative; } .nav-xbootstrap li ul.dropdown li a { background: #2980B9 !important; border-bottom: none; color: #fff !important; } .nav-xbootstrap li:hover a { background: #232424; color: #fff !important; } .nav-xbootstrap li ul.dropdown li:hover a { background: rgba(0, 0, 0, .1); !important; color: #fff !important; } .nav-xbootstrap li ul.dropdown li a { padding: 10px 10px 10px 30px; } .nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; } .arrow-down { border-top: 5px solid #505050; position: absolute; top: 20px; right: 10px; } .cover-bg { background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; bottom: 0; left: 0; right: 0; } } .mobile_header{ display: none;} .simple-pricing-table { margin-bottom: 60px; } .simple-pricing-table * { -webkit-transition: all .25s ease; transition: all .25s ease } .simple-pricing-table .column { display: inline-block; margin-left: -1px; margin-top: -1px; width: 33%; border: 1px solid #cfcfcf; background-color: #fff; text-align: center } .simple-pricing-table.col-2 .column { width: 50% } .simple-pricing-table.col-3 .column { width: 33.33333333333333% } .simple-pricing-table.col-4 .column { width: 25% } .simple-pricing-table .column:hover, .simple-pricing-table .featured { z-index: 2; border-color: transparent; background-color: #da0317; -webkit-transform: scale(1.05); transform: scale(1.05) } .simple-pricing-table .title { margin: 0; padding: 22px 5px; text-transform: uppercase; font-weight: 500; } .simple-pricing-table .column:hover .title, .simple-pricing-table .featured .title { color: #fff } .simple-pricing-table .price { padding: 26px 0 15px; border-top: 1px solid #e7e7e7; background-color: #f7f7f7; border-bottom: 1px solid #e7e7e7 } .simple-pricing-table .column:hover .price, .simple-pricing-table .featured .price { border-color: #da0317; background-color: #c00415; } .simple-pricing-table .cost { margin: 0; font-weight: 300; font-size: 44px; line-height: .7em } .simple-pricing-table .column:hover .cost, .simple-pricing-table .featured .cost { color: #fff } .simple-pricing-table .description { color: #a8a8a8; text-transform: uppercase; font-weight: 300; font-size: 11px } .simple-pricing-table .column:hover .description, .simple-pricing-table .featured .description { color: #fff } .simple-pricing-table .features { padding: 0 25px } .simple-pricing-table .features li { position: relative; padding: 9px 20px; border-top: 1px solid #ebebeb; font-weight: 300; font-size: 15px; list-style: none } .simple-pricing-table .features li:first-child { border: 0 } .simple-pricing-table .column:hover .features li, .simple-pricing-table .featured .features li { border-top-color: #c80618; color: #fff } .ppbox10 {padding: 0 5px;} .page-header h1 { margin-bottom: 0; font-weight: 100; font-size: 34px; line-height: 1.2em; } .bignewSlog .designsTT { position: absolute; bottom: 12px; left: 3%; line-height: 25px; font-size: 20px; text-align: center; font-weight: 600; margin: 0; width: 94%; color: #fff; } .bignewSlog .swiper-wrapper { position: relative; border-radius: 0px; overflow: hidden; } .simple-pricing-table .footer { padding: 30px 0; border-top: 1px solid #e9e9e9; background-color: #fcfcfc; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px }.page-header { margin-bottom: 60px; padding: 30px 0 35px; border-bottom: 1px solid #ebebeb; text-align: center; } .simple-pricing-table .column:hover .footer, .simple-pricing-table .featured .footer { border-top-color: #6bb5ff; background-color: #3399ff } .simple-pricing-table .button { margin: 0 } .simple-pricing-table .column:hover .button, .simple-pricing-table .featured .button { border-color: transparent; background-color: #fff; color: #06b0ef }
0.198452
0.069573
body{ width: 1000px; margin: auto; } .media{ float: right; } .line{ border: 10px solid rgb(163, 168, 163); border-radius: 5px; } .hero-img{ width: 1000px; } #print{ float: right; display: grid; grid-template-columns: auto auto; } #pr{ float: right; font-size: xx-small; } .list{ position: absolute; top: 1150px; left: 150px; font-family: 'Gowun Dodum', sans-serif; font-family: 'MuseoModerno', cursive; list-style-type: circle ; } .list2{ position: absolute; top: 1150px; right: 300px; font-family: 'Gowun Dodum', sans-serif; font-family: 'MuseoModerno', cursive; } ul{ list-style-type: circle ; } .check{ width: 1000px; margin: auto; } .text1{ position: absolute; top: 1430px; left: 220px; /* font-size: ; */ } .botton{ background-color: hsl(0, 81%, 65%); border: none; color: white; padding: 2px 30px ; text-align: center; text-decoration: none; display: inline-block; font-size: 14px; margin: 1px 2px; cursor: pointer; position: absolute; top: 1430px; right: 130px; } .text2{ position: absolute; top: 1450px; left: 220px; } .smlog{ position: absolute; top: 1488px; right: 650px; } footer{ position: absolute; top: 1520px; right: 550px; color: gray; } .lo{ position: absolute; top: 8px; left: 220px; } /* body{ } header{ align-items: center; display: flex; padding: 10px 50px; background-color: black; } main{ width: 960px; margin: 30px auto; } img{ width: 100%; } header img { width: :200%; } main section:nth-child(3){ display: grid; grid-template-columns: auto auto auto; gap:30px; margin: 30px ; } main section:nth-child(2){ display: grid; grid-template-columns: auto auto auto; gap:30px; } footer{ height: 200px; color: #666; } main section:nth-child(2)article h2{ font-weight: 700; font-size: 24px; } main section:nth-child(3)article p{ height: 329px; overflow: scroll; margin: 10px; line-height: 1.5; } main section:nth-child(3)article a{ padding:10px 70px; background :#000; color: #fff; text-decoration: none; text-decoration: none; display: inline-block; } */
style.css
body{ width: 1000px; margin: auto; } .media{ float: right; } .line{ border: 10px solid rgb(163, 168, 163); border-radius: 5px; } .hero-img{ width: 1000px; } #print{ float: right; display: grid; grid-template-columns: auto auto; } #pr{ float: right; font-size: xx-small; } .list{ position: absolute; top: 1150px; left: 150px; font-family: 'Gowun Dodum', sans-serif; font-family: 'MuseoModerno', cursive; list-style-type: circle ; } .list2{ position: absolute; top: 1150px; right: 300px; font-family: 'Gowun Dodum', sans-serif; font-family: 'MuseoModerno', cursive; } ul{ list-style-type: circle ; } .check{ width: 1000px; margin: auto; } .text1{ position: absolute; top: 1430px; left: 220px; /* font-size: ; */ } .botton{ background-color: hsl(0, 81%, 65%); border: none; color: white; padding: 2px 30px ; text-align: center; text-decoration: none; display: inline-block; font-size: 14px; margin: 1px 2px; cursor: pointer; position: absolute; top: 1430px; right: 130px; } .text2{ position: absolute; top: 1450px; left: 220px; } .smlog{ position: absolute; top: 1488px; right: 650px; } footer{ position: absolute; top: 1520px; right: 550px; color: gray; } .lo{ position: absolute; top: 8px; left: 220px; } /* body{ } header{ align-items: center; display: flex; padding: 10px 50px; background-color: black; } main{ width: 960px; margin: 30px auto; } img{ width: 100%; } header img { width: :200%; } main section:nth-child(3){ display: grid; grid-template-columns: auto auto auto; gap:30px; margin: 30px ; } main section:nth-child(2){ display: grid; grid-template-columns: auto auto auto; gap:30px; } footer{ height: 200px; color: #666; } main section:nth-child(2)article h2{ font-weight: 700; font-size: 24px; } main section:nth-child(3)article p{ height: 329px; overflow: scroll; margin: 10px; line-height: 1.5; } main section:nth-child(3)article a{ padding:10px 70px; background :#000; color: #fff; text-decoration: none; text-decoration: none; display: inline-block; } */
0.179279
0.075346
body { padding: 0px; } .hpm-font-fixspace { font-family: 'Courier New', Courier, monospace, sans-serif; } .hpm-hide { display: none !important; } #hpm-topbar { padding: 0 15px; margin-bottom: 10px; background-color: #fff; color: #777; min-height: 50px; top: 0; left: 0; right: 0; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } .hpm-topbar-collapse { position: relative; display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; white-space: nowrap; } .hpm-nav { position: relative; list-style: none; padding: 0; margin: 0 0 0 30px; float: left; min-height: 50px; display: inline-block; vertical-align: middle; } .hpm-nav:first-child { margin-left: 0; } .hpm-nav-right { float: right !important; margin-right: 2px; } .hpm-nav>li { position: relative; padding: 0; display: inline-block; zoom: 1; vertical-align: middle; line-height: 50px; } .hpm-nav>li:first-child { margin-left: 0; } .hpm-nav>li>a { padding: 0 10px; display: block; text-decoration: none; white-space: nowrap; color: #777; font-size: 16px; } .hpm-nav>li>a:hover { background-color: rgba(0, 0, 0, 0.03); } .hpm-nav>li>a.active { color: #000; background-color: rgba(0, 0, 0, 0.05); } .hpm-topbar-logo { margin-right: 10px; max-height: 30px; max-width: 100px; } .hpm-topbar-brand { font-size: 16px; font-weight: bold; } #work-content { clear: both; margin: 0 auto; } .hpm-query-input { padding-left: 30px !important; background: url(../img/search-16.png) no-repeat 8px; width: 200px; } #hpm-node-workspace { clear: both; /*padding: 0 10px;*/ /*background-color: #fff;*/ margin: 0 10px 10px 10px; } #hpm-nodels { background-color: #fff; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } #hpm-nodels .row-checkbox { margin: 0; padding: 0; vertical-align: middle !important; } #hpm-nodels-pager { margin: 0; padding: 0; text-align: center; } #hpm-nodels-pager ul { margin: 0; padding: 0 !important; } #hpm-node-navbar { clear: both; height: 30px; padding: 0 10px; margin-bottom: 10px; display: block; } .hpm-node-nav { position: relative; list-style: none; padding: 0; margin: 0 0 10px 10px; float: left; min-height: 30px !important; display: inline-block; vertical-align: middle; } .hpm-node-nav:first-child { margin-left: 0 !important; } .hpm-node-nav>li { position: relative; padding: 0; margin: 0 10px 0 0; display: inline-block; zoom: 1; vertical-align: middle; line-height: 30px; float: left; } .hpm-node-nav>li:last-child { margin-right: 0 !important; } .hpm-node-nav>li>a { padding: 0 10px; display: block; text-decoration: none; white-space: nowrap; color: #777; font-size: 12px; } .hpm-node-nav>li>a:hover { padding: 0 10px; display: block; text-decoration: none; white-space: nowrap; color: #777; font-size: 12px; background-color: rgba(0, 0, 0, 0.1); } .hpm-node-nav>li.active, .hpm-node-nav>li>a.active { background-color: #333; color: #fff; } .hpm-node-nav>li.active>a { color: #fff; } #hpm-node-optools button { font-size: 10px; } #hpm-node-optools input { margin: 0; padding: 2px; height: 30px; font-size: 12px; border-radius: 2px; background-color: #fff; color: #000; border: 1px solid #ccc; } .button-xsmall { font-size: 70%; } .button-small { font-size: 85%; } .button-large { font-size: 110%; } .button-xlarge { font-size: 125%; } .btapm-btn { font-size: 12px; /*background-color: rgb(0, 120, 231);*/ /*color: #fff;*/ border-radius: 2px; height: 30px; border: 0; margin: 0 10px 0 0; } .btapm-btn:last-child { margin-right: 0; } .btapm-btn-primary { color: #fff; background-color: rgb(0, 120, 231); } .btapm-btn-primary a { color: #fff !important; } #hpm-nodeset-fields div:last-child { margin-bottom: 0; } #hpm-nodeset .CodeMirror { clear: both; /*border-right: 1px solid #ccc; */ font-size: 13px; line-height: 1.4em; /*height: auto;*/ } .hpm-nodeset-auto-height>.CodeMirror { height: auto !important; } .hpm-div-light { clear: both; background-color: #fff; margin: 0 10px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } #hpm-nodeset-laymain { background-color: #fff; padding: 10px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } #hpm-nodeset-layside { margin: 10px 0 10px 10px; background-color: transparent; } .hpm-nodeset-tplx { margin: 10px 0 0 0 !important; } .hpm-nodeset-tplx label { margin: 5px 0 0 0 !important; font-weight: normal; } #hpm-nodeset-top-title>.hpm-nodeset-tplx:first-child { margin-top: 0 !important; } #hpm-nodeset-layside>.hpm-nodeset-tplx:first-child { margin-top: 0 !important; } .hpm-nodeset-tplstring label { margin: 0; width: 100%; } .hpm-nodeset-tpltext label { margin: 0; width: 100%; } .hpm-nodeset-tpltext label a { text-decoration: none; } .hpm-nodeset-tpltext label span.editor-nav { height: 40px; } .hpm-nodeset-tpltext label a.tpltext-editor-item { margin-left: 5px; font-size: 12px; padding: 5px 30px; } .hpm-nodeset-tpltext label a.active { background-color: #666; color: #fff; } .hpm-nodeset-tpltext label a:hover { background-color: #888; color: #fff; cursor: pointer; } .hpm-nodeset-tplstring label select.field-nav-lang, .hpm-nodeset-tpltext label select.field-nav-lang { padding: 1px 5px !important; font-size: 12px; line-height: 100%; display: inline; max-width: 120px; height: auto; float: right; } .hpm-nodeset-tpltext table.editor-fra { margin: 0; } .hpm-nodeset-tpltext .editor-outbox { border: 2px solid #ccc; border-radius: 5px; } .hpm-nodeset-tpltext .editor-inner-toolbar { border-bottom: 1px solid #ccc; padding: 5px; } .hpm-nodeset-tpltext .editor-fra { display: flex; flex-wrap: nowrap; align-items: flex-start; } .hpm-nodeset-tpltext .editor-fra .editor-fra-item { flex-grow: 2; } .hpm-nodeset-tpltext .editor-inner-toolbar .vline { width: 1px; margin: 0 5px; padding: 0; height: 30px; border-left: 1px solid #ccc; } #hpm-termls, #hpm-termset { background-color: #fff; padding: 10px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } .CodeMirror-scroll { overflow-x: hidden; height: hidden; } .CodeMirror-foldmarker { color: blue; text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px; font-family: arial; line-height: .3; cursor: pointer; } .CodeMirror-foldgutter { width: .7em; } .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { color: #555; cursor: pointer; } .CodeMirror-foldgutter-open:after { content: "\25BE"; } .CodeMirror-foldgutter-folded:after { content: "\25B8"; } .CodeMirror-lines { line-height: 1.4em; } .CodeMirror *::-webkit-scrollbar { width: 12px; height: 12px; background-color: transparent; background-color: #ccc; } .CodeMirror *::-webkit-scrollbar-corner { background-color: transparent; } .CodeMirror *::-webkit-scrollbar-button:start:decrement, .CodeMirror *::-webkit-scrollbar-button:end:increment { display: none; } .CodeMirror *::-webkit-scrollbar-thumb:vertical, .CodeMirror *::-webkit-scrollbar-thumb:horizontal { background-color: #999; } .CodeMirror *::-webkit-scrollbar-thumb:hover { background-color: #666; } .CodeMirror *::-webkit-scrollbar-thumb:active { background-color: #444; } .hp-subnav { position: relative; list-style: none; padding: 0; margin: 0 0 10px 0; overflow: auto; display: table; } .hp-subnav>a { display: table-cell; margin-right: 20px; vertical-align: middle; font-size: 14px; padding: 5px 10px; text-decoration: none; color: #333; border-radius: 3px; } .hp-subnav>a:hover { background-color: rgba(0, 0, 0, 0.1); } .hp-subnav>a.active { color: #fff; background-color: #428bca; } .hpm-pager { display: inline-block; padding-left: 0; margin: 10px 0; border-radius: 4px; } .hpm-pager>li { display: inline; } .hpm-pager>li>a { position: relative; float: left; padding: 5px 10px; margin-left: -1px; line-height: 100%; color: #333; font-size: 16px; text-decoration: none; background-color: #fff; border: 1px solid #ddd; line-height: 20px; } .hpm-pager>li:first-child>a { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .hpm-pager>li:last-child>a { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .hpm-pager>li>a:hover, .hpm-pager>li>a:focus { z-index: 2; background-color: #eee; border-color: #ddd; } .hpm-pager>.active>a, .hpm-pager>.active>a:hover, .hpm-pager>.active>a:focus { z-index: 3; color: #fff; cursor: default; background-color: #333; border-color: #333; } #hpm-s2-objls-navbar { padding: 0 10px; margin: 0 auto; } #hpm-s2-objls-navbar .hpm-breadcrumb:first-child { margin-left: 0 !important; } .hpm-breadcrumb { position: relative; list-style: none; /* background-color: #f5f5f5; */ min-height: 30px; margin: 0 0 10px 10px; float: left; display: inline-block; vertical-align: middle; } .hpm-breadcrumb>li { position: relative; padding: 0; margin: 0 0 0 10px; display: inline-block; zoom: 1; vertical-align: middle; line-height: 30px; float: left; } .hpm-breadcrumb>li+li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; } .hpm-breadcrumb>li.active { color: #777; } .hpm-breadcrumb>li:first-child { margin-left: 0 !important; } #lcbind-layout { margin-left: 10px; } .hpm-formtable, .hpm-formtable table { width: 100%; } .hpm-formtable table.valign-middle td, .hpm-formtable table.valign-middle th { vertical-align: middle !important; } .hpm-formtable-row-line, .hpm-formtable-tr-line { border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; } .hpm-formtable-tr-line:last-child { border-bottom: 0 !important; } .hpm-formtable>tbody>tr { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .hpm-formtable>tbody>tr:last-child { border-bottom: 0; } .hpm-formtable>tbody>tr>td { padding: 10px 20px 10px 0; vertical-align: top; } .hpm-formtable>tbody>tr>td:last-child { padding-right: 0; } .hpm-formtable.hpm-formtable-title-right>tbody>tr>td:first-child { text-align: right; } .hpm-formtable>tbody>tr>td:first-child { font-weight: bold; } .hpm-formtable tbody>tr.hover:hover { cursor: pointer; background-color: rgba(0, 0, 0, 0.05); } .hpm-formtable table td, .hpm-formtable table th { padding: 2px 30px 2px 0; } .hpm-formtable table td:last-child, .hpm-formtable table th:last-child { padding-right: 0 !important; } .hpm-formtable-space-x0050 td, .hpm-formtable-space-x0050 th { padding: 0.50rem 1.00rem 0.50rem 0 !important; } .hpm-formtable-space-x0100 td, .hpm-formtable-space-x0100 th { padding: 1.00rem 2.00rem 1.00rem 0 !important; } .hpm-formtable .input-group { margin-bottom: 0 !important; }
webui/hpm/css/main.css
body { padding: 0px; } .hpm-font-fixspace { font-family: 'Courier New', Courier, monospace, sans-serif; } .hpm-hide { display: none !important; } #hpm-topbar { padding: 0 15px; margin-bottom: 10px; background-color: #fff; color: #777; min-height: 50px; top: 0; left: 0; right: 0; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } .hpm-topbar-collapse { position: relative; display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; white-space: nowrap; } .hpm-nav { position: relative; list-style: none; padding: 0; margin: 0 0 0 30px; float: left; min-height: 50px; display: inline-block; vertical-align: middle; } .hpm-nav:first-child { margin-left: 0; } .hpm-nav-right { float: right !important; margin-right: 2px; } .hpm-nav>li { position: relative; padding: 0; display: inline-block; zoom: 1; vertical-align: middle; line-height: 50px; } .hpm-nav>li:first-child { margin-left: 0; } .hpm-nav>li>a { padding: 0 10px; display: block; text-decoration: none; white-space: nowrap; color: #777; font-size: 16px; } .hpm-nav>li>a:hover { background-color: rgba(0, 0, 0, 0.03); } .hpm-nav>li>a.active { color: #000; background-color: rgba(0, 0, 0, 0.05); } .hpm-topbar-logo { margin-right: 10px; max-height: 30px; max-width: 100px; } .hpm-topbar-brand { font-size: 16px; font-weight: bold; } #work-content { clear: both; margin: 0 auto; } .hpm-query-input { padding-left: 30px !important; background: url(../img/search-16.png) no-repeat 8px; width: 200px; } #hpm-node-workspace { clear: both; /*padding: 0 10px;*/ /*background-color: #fff;*/ margin: 0 10px 10px 10px; } #hpm-nodels { background-color: #fff; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } #hpm-nodels .row-checkbox { margin: 0; padding: 0; vertical-align: middle !important; } #hpm-nodels-pager { margin: 0; padding: 0; text-align: center; } #hpm-nodels-pager ul { margin: 0; padding: 0 !important; } #hpm-node-navbar { clear: both; height: 30px; padding: 0 10px; margin-bottom: 10px; display: block; } .hpm-node-nav { position: relative; list-style: none; padding: 0; margin: 0 0 10px 10px; float: left; min-height: 30px !important; display: inline-block; vertical-align: middle; } .hpm-node-nav:first-child { margin-left: 0 !important; } .hpm-node-nav>li { position: relative; padding: 0; margin: 0 10px 0 0; display: inline-block; zoom: 1; vertical-align: middle; line-height: 30px; float: left; } .hpm-node-nav>li:last-child { margin-right: 0 !important; } .hpm-node-nav>li>a { padding: 0 10px; display: block; text-decoration: none; white-space: nowrap; color: #777; font-size: 12px; } .hpm-node-nav>li>a:hover { padding: 0 10px; display: block; text-decoration: none; white-space: nowrap; color: #777; font-size: 12px; background-color: rgba(0, 0, 0, 0.1); } .hpm-node-nav>li.active, .hpm-node-nav>li>a.active { background-color: #333; color: #fff; } .hpm-node-nav>li.active>a { color: #fff; } #hpm-node-optools button { font-size: 10px; } #hpm-node-optools input { margin: 0; padding: 2px; height: 30px; font-size: 12px; border-radius: 2px; background-color: #fff; color: #000; border: 1px solid #ccc; } .button-xsmall { font-size: 70%; } .button-small { font-size: 85%; } .button-large { font-size: 110%; } .button-xlarge { font-size: 125%; } .btapm-btn { font-size: 12px; /*background-color: rgb(0, 120, 231);*/ /*color: #fff;*/ border-radius: 2px; height: 30px; border: 0; margin: 0 10px 0 0; } .btapm-btn:last-child { margin-right: 0; } .btapm-btn-primary { color: #fff; background-color: rgb(0, 120, 231); } .btapm-btn-primary a { color: #fff !important; } #hpm-nodeset-fields div:last-child { margin-bottom: 0; } #hpm-nodeset .CodeMirror { clear: both; /*border-right: 1px solid #ccc; */ font-size: 13px; line-height: 1.4em; /*height: auto;*/ } .hpm-nodeset-auto-height>.CodeMirror { height: auto !important; } .hpm-div-light { clear: both; background-color: #fff; margin: 0 10px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } #hpm-nodeset-laymain { background-color: #fff; padding: 10px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } #hpm-nodeset-layside { margin: 10px 0 10px 10px; background-color: transparent; } .hpm-nodeset-tplx { margin: 10px 0 0 0 !important; } .hpm-nodeset-tplx label { margin: 5px 0 0 0 !important; font-weight: normal; } #hpm-nodeset-top-title>.hpm-nodeset-tplx:first-child { margin-top: 0 !important; } #hpm-nodeset-layside>.hpm-nodeset-tplx:first-child { margin-top: 0 !important; } .hpm-nodeset-tplstring label { margin: 0; width: 100%; } .hpm-nodeset-tpltext label { margin: 0; width: 100%; } .hpm-nodeset-tpltext label a { text-decoration: none; } .hpm-nodeset-tpltext label span.editor-nav { height: 40px; } .hpm-nodeset-tpltext label a.tpltext-editor-item { margin-left: 5px; font-size: 12px; padding: 5px 30px; } .hpm-nodeset-tpltext label a.active { background-color: #666; color: #fff; } .hpm-nodeset-tpltext label a:hover { background-color: #888; color: #fff; cursor: pointer; } .hpm-nodeset-tplstring label select.field-nav-lang, .hpm-nodeset-tpltext label select.field-nav-lang { padding: 1px 5px !important; font-size: 12px; line-height: 100%; display: inline; max-width: 120px; height: auto; float: right; } .hpm-nodeset-tpltext table.editor-fra { margin: 0; } .hpm-nodeset-tpltext .editor-outbox { border: 2px solid #ccc; border-radius: 5px; } .hpm-nodeset-tpltext .editor-inner-toolbar { border-bottom: 1px solid #ccc; padding: 5px; } .hpm-nodeset-tpltext .editor-fra { display: flex; flex-wrap: nowrap; align-items: flex-start; } .hpm-nodeset-tpltext .editor-fra .editor-fra-item { flex-grow: 2; } .hpm-nodeset-tpltext .editor-inner-toolbar .vline { width: 1px; margin: 0 5px; padding: 0; height: 30px; border-left: 1px solid #ccc; } #hpm-termls, #hpm-termset { background-color: #fff; padding: 10px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); } .CodeMirror-scroll { overflow-x: hidden; height: hidden; } .CodeMirror-foldmarker { color: blue; text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px; font-family: arial; line-height: .3; cursor: pointer; } .CodeMirror-foldgutter { width: .7em; } .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { color: #555; cursor: pointer; } .CodeMirror-foldgutter-open:after { content: "\25BE"; } .CodeMirror-foldgutter-folded:after { content: "\25B8"; } .CodeMirror-lines { line-height: 1.4em; } .CodeMirror *::-webkit-scrollbar { width: 12px; height: 12px; background-color: transparent; background-color: #ccc; } .CodeMirror *::-webkit-scrollbar-corner { background-color: transparent; } .CodeMirror *::-webkit-scrollbar-button:start:decrement, .CodeMirror *::-webkit-scrollbar-button:end:increment { display: none; } .CodeMirror *::-webkit-scrollbar-thumb:vertical, .CodeMirror *::-webkit-scrollbar-thumb:horizontal { background-color: #999; } .CodeMirror *::-webkit-scrollbar-thumb:hover { background-color: #666; } .CodeMirror *::-webkit-scrollbar-thumb:active { background-color: #444; } .hp-subnav { position: relative; list-style: none; padding: 0; margin: 0 0 10px 0; overflow: auto; display: table; } .hp-subnav>a { display: table-cell; margin-right: 20px; vertical-align: middle; font-size: 14px; padding: 5px 10px; text-decoration: none; color: #333; border-radius: 3px; } .hp-subnav>a:hover { background-color: rgba(0, 0, 0, 0.1); } .hp-subnav>a.active { color: #fff; background-color: #428bca; } .hpm-pager { display: inline-block; padding-left: 0; margin: 10px 0; border-radius: 4px; } .hpm-pager>li { display: inline; } .hpm-pager>li>a { position: relative; float: left; padding: 5px 10px; margin-left: -1px; line-height: 100%; color: #333; font-size: 16px; text-decoration: none; background-color: #fff; border: 1px solid #ddd; line-height: 20px; } .hpm-pager>li:first-child>a { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .hpm-pager>li:last-child>a { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .hpm-pager>li>a:hover, .hpm-pager>li>a:focus { z-index: 2; background-color: #eee; border-color: #ddd; } .hpm-pager>.active>a, .hpm-pager>.active>a:hover, .hpm-pager>.active>a:focus { z-index: 3; color: #fff; cursor: default; background-color: #333; border-color: #333; } #hpm-s2-objls-navbar { padding: 0 10px; margin: 0 auto; } #hpm-s2-objls-navbar .hpm-breadcrumb:first-child { margin-left: 0 !important; } .hpm-breadcrumb { position: relative; list-style: none; /* background-color: #f5f5f5; */ min-height: 30px; margin: 0 0 10px 10px; float: left; display: inline-block; vertical-align: middle; } .hpm-breadcrumb>li { position: relative; padding: 0; margin: 0 0 0 10px; display: inline-block; zoom: 1; vertical-align: middle; line-height: 30px; float: left; } .hpm-breadcrumb>li+li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; } .hpm-breadcrumb>li.active { color: #777; } .hpm-breadcrumb>li:first-child { margin-left: 0 !important; } #lcbind-layout { margin-left: 10px; } .hpm-formtable, .hpm-formtable table { width: 100%; } .hpm-formtable table.valign-middle td, .hpm-formtable table.valign-middle th { vertical-align: middle !important; } .hpm-formtable-row-line, .hpm-formtable-tr-line { border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; } .hpm-formtable-tr-line:last-child { border-bottom: 0 !important; } .hpm-formtable>tbody>tr { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .hpm-formtable>tbody>tr:last-child { border-bottom: 0; } .hpm-formtable>tbody>tr>td { padding: 10px 20px 10px 0; vertical-align: top; } .hpm-formtable>tbody>tr>td:last-child { padding-right: 0; } .hpm-formtable.hpm-formtable-title-right>tbody>tr>td:first-child { text-align: right; } .hpm-formtable>tbody>tr>td:first-child { font-weight: bold; } .hpm-formtable tbody>tr.hover:hover { cursor: pointer; background-color: rgba(0, 0, 0, 0.05); } .hpm-formtable table td, .hpm-formtable table th { padding: 2px 30px 2px 0; } .hpm-formtable table td:last-child, .hpm-formtable table th:last-child { padding-right: 0 !important; } .hpm-formtable-space-x0050 td, .hpm-formtable-space-x0050 th { padding: 0.50rem 1.00rem 0.50rem 0 !important; } .hpm-formtable-space-x0100 td, .hpm-formtable-space-x0100 th { padding: 1.00rem 2.00rem 1.00rem 0 !important; } .hpm-formtable .input-group { margin-bottom: 0 !important; }
0.427875
0.111048
body { padding-top: 54px; } a { color: #343a40; } a:hover { color: #FFFFFF; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); background-color: white; } /*LOGO*/ #logo { width: 6rem; max-width: 15%; margin-right: 15px; } /**/ .start { margin-top: -100px; width: 640px; position: relative; top: 500px; z-index: 1000; } .start-btn { padding: 10px 15px 10px 15px; font-size: 2rem; border: 1px solid white; border-color: #0c5460; background-color: #0c5460; height: 100px; text-transform: uppercase; } .deck { width: 640px; min-height: 680px; background: linear-gradient(360deg, #0c54602e 0%, #e9efefc7 100%); padding: 32px; border-radius: 10px; box-shadow: 6px 10px 10px 0 rgba(46, 61, 73, 0.2); display: inline-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 0 3em; z-index: 1; } .deck .card { height: 125px; width: 125px; background: #2e3d49; font-size: 0; color: #343a3f; border-radius: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5); } .start-game .card { background: #2e3d4973; } .deck .card.open { transform: rotateY(0); font-size: 35pt; background-color: #80808000; animation: rotateY 0.5s 1 linear; } @keyframes rotateY { to { transform: rotateY(180deg); } } .deck .card.match { background-color: #008026c7; font-size: 40pt; animation: positiveNudge 0.3s linear 1 alternate; } @keyframes positiveNudge { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(0, 50px); } 80% { transform: translate(0, -50px); } } /* * Styles for the Score Panel */ .score-panel { width: 640px; /*min-height: 680px;*/ background-color: #21252917; padding: 5px 10px 5px 10px; border-radius: 10px; box-shadow: 6px 10px 10px 0 rgba(46, 61, 73, 0.2); display: inline-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 2em 0 2em; z-index: 1; } .moves { padding-left: 10px; } .score-panel .stars { margin: 0; padding: 0; display: inline-block; margin: 0 5px 0 0; } .score-panel .stars li { list-style: none; display: inline-block; } .timer { font-size: 1.5rem; margin-left: -85px; } .fa.fa-repeat { font-size: 1.5rem; } /*MODAL*/ /* The Modal (background) */ .winning-modal-bg { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content/Box */ .winning-content { background-color: #fefefe; width: 400px; height: 470px; margin: 15% auto; /* 15% from the top and centered */ padding: 10px; border: 1px solid #888; background: white; padding: 32px; border-radius: 10px; box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.8); } .stats-container { padding-top: 40px; } .stats-container h4 { padding-top: 10px; } .score-info { padding-bottom: 30px; } .end-stars .stars { margin: 0; padding: 0; display: inline-block; margin: 0 5px 0 0; } .end-stars .stars li { list-style: none; display: inline-block; } /* The Close Button */ .close { padding-bottom: 10px; color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .play-again { margin-top: 40px; padding: 15px; } .final-score { padding-top: 10px; } /*FOOTER*/ .footer ul { padding:15px; } .bg-light { border-top: 1px solid rgba(0, 0, 0, 0.1); } @media (min-width: 992px) { body { padding-top: 56px; } }
css/main.css
body { padding-top: 54px; } a { color: #343a40; } a:hover { color: #FFFFFF; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); background-color: white; } /*LOGO*/ #logo { width: 6rem; max-width: 15%; margin-right: 15px; } /**/ .start { margin-top: -100px; width: 640px; position: relative; top: 500px; z-index: 1000; } .start-btn { padding: 10px 15px 10px 15px; font-size: 2rem; border: 1px solid white; border-color: #0c5460; background-color: #0c5460; height: 100px; text-transform: uppercase; } .deck { width: 640px; min-height: 680px; background: linear-gradient(360deg, #0c54602e 0%, #e9efefc7 100%); padding: 32px; border-radius: 10px; box-shadow: 6px 10px 10px 0 rgba(46, 61, 73, 0.2); display: inline-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 0 3em; z-index: 1; } .deck .card { height: 125px; width: 125px; background: #2e3d49; font-size: 0; color: #343a3f; border-radius: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5); } .start-game .card { background: #2e3d4973; } .deck .card.open { transform: rotateY(0); font-size: 35pt; background-color: #80808000; animation: rotateY 0.5s 1 linear; } @keyframes rotateY { to { transform: rotateY(180deg); } } .deck .card.match { background-color: #008026c7; font-size: 40pt; animation: positiveNudge 0.3s linear 1 alternate; } @keyframes positiveNudge { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(0, 50px); } 80% { transform: translate(0, -50px); } } /* * Styles for the Score Panel */ .score-panel { width: 640px; /*min-height: 680px;*/ background-color: #21252917; padding: 5px 10px 5px 10px; border-radius: 10px; box-shadow: 6px 10px 10px 0 rgba(46, 61, 73, 0.2); display: inline-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 2em 0 2em; z-index: 1; } .moves { padding-left: 10px; } .score-panel .stars { margin: 0; padding: 0; display: inline-block; margin: 0 5px 0 0; } .score-panel .stars li { list-style: none; display: inline-block; } .timer { font-size: 1.5rem; margin-left: -85px; } .fa.fa-repeat { font-size: 1.5rem; } /*MODAL*/ /* The Modal (background) */ .winning-modal-bg { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content/Box */ .winning-content { background-color: #fefefe; width: 400px; height: 470px; margin: 15% auto; /* 15% from the top and centered */ padding: 10px; border: 1px solid #888; background: white; padding: 32px; border-radius: 10px; box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.8); } .stats-container { padding-top: 40px; } .stats-container h4 { padding-top: 10px; } .score-info { padding-bottom: 30px; } .end-stars .stars { margin: 0; padding: 0; display: inline-block; margin: 0 5px 0 0; } .end-stars .stars li { list-style: none; display: inline-block; } /* The Close Button */ .close { padding-bottom: 10px; color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .play-again { margin-top: 40px; padding: 15px; } .final-score { padding-top: 10px; } /*FOOTER*/ .footer ul { padding:15px; } .bg-light { border-top: 1px solid rgba(0, 0, 0, 0.1); } @media (min-width: 992px) { body { padding-top: 56px; } }
0.361052
0.071982
.container { margin: 0 auto; max-width: 1280px; width: 90%; } .col .row { margin-left: -0.75rem; margin-right: -0.75rem; } .section { padding-top: 1rem; padding-bottom: 1rem; } .section.no-pad { padding: 0; } .section.no-pad-bot { padding-bottom: 0; } .section.no-pad-top { padding-top: 0; } .row { margin-left: auto; margin-right: auto; margin-bottom: 1.5rem; } .row * + *:last-child { margin-bottom: 0; } .row:after { content: ""; display: table; clear: both; } .row .col { float: left; min-height: 1px; padding: 0 0.75rem; margin-left: auto; left: auto; right: auto; -webkit-box-sizing: border-box; box-sizing: border-box; } .row .col[class*="push-"], .row .col[class*="pull-"] { position: relative; } .row .s1 { width: 8.3333333333%; } .row .s2 { width: 16.6666666667%; } .row .s3 { width: 25%; } .row .s4 { width: 33.3333333333%; } .row .s5 { width: 41.6666666667%; } .row .s6 { width: 50%; } .row .s7 { width: 58.3333333333%; } .row .s8 { width: 66.6666666667%; } .row .s9 { width: 75%; } .row .s10 { width: 83.3333333333%; } .row .s11 { width: 91.6666666667%; } .row .s12 { width: 100%; } .row .offset-s1 { margin-left: 8.3333333333%; } .row .offset-s2 { margin-left: 16.6666666667%; } .row .offset-s3 { margin-left: 25%; } .row .offset-s4 { margin-left: 33.3333333333%; } .row .offset-s5 { margin-left: 41.6666666667%; } .row .offset-s6 { margin-left: 50%; } .row .offset-s7 { margin-left: 58.3333333333%; } .row .offset-s8 { margin-left: 66.6666666667%; } .row .offset-s9 { margin-left: 75%; } .row .offset-s10 { margin-left: 83.3333333333%; } .row .offset-s11 { margin-left: 91.6666666667%; } .row .offset-s12 { margin-left: 100%; } .row .pull-s1 { right: 8.3333333333%; } .row .pull-s2 { right: 16.6666666667%; } .row .pull-s3 { right: 25%; } .row .pull-s4 { right: 33.3333333333%; } .row .pull-s5 { right: 41.6666666667%; } .row .pull-s6 { right: 50%; } .row .pull-s7 { right: 58.3333333333%; } .row .pull-s8 { right: 66.6666666667%; } .row .pull-s9 { right: 75%; } .row .pull-s10 { right: 83.3333333333%; } .row .pull-s11 { right: 91.6666666667%; } .row .pull-s12 { right: 100%; } .row .push-s1 { left: 8.3333333333%; } .row .push-s2 { left: 16.6666666667%; } .row .push-s3 { left: 25%; } .row .push-s4 { left: 33.3333333333%; } .row .push-s5 { left: 41.6666666667%; } .row .push-s6 { left: 50%; } .row .push-s7 { left: 58.3333333333%; } .row .push-s8 { left: 66.6666666667%; } .row .push-s9 { left: 75%; } .row .push-s10 { left: 83.3333333333%; } .row .push-s11 { left: 91.6666666667%; } .row .push-s12 { left: 100%; } /* @media only screen and (min-width: 601px) { .container { width: 85%; } } @media only screen and (min-width: 993px) { .container { width: 70%; } } */ /* @media only screen and (max-width: 640px) { .row .col[class*="12"]:first-child, .row .col[class*="12"]+.col[class*="12"] { padding: 0; } } */ @media only screen and (min-width: 640px) { .row .m1 { width: 8.3333333333%; } .row .m2 { width: 16.6666666667%; } .row .m3 { width: 25%; } .row .m4 { width: 33.3333333333%; } .row .m5 { width: 41.6666666667%; } .row .m6 { width: 50%; } .row .m7 { width: 58.3333333333%; } .row .m8 { width: 66.6666666667%; } .row .m9 { width: 75%; } .row .m10 { width: 83.3333333333%; } .row .m11 { width: 91.6666666667%; } .row .m12 { width: 100%; } .row .offset-m1 { margin-left: 8.3333333333%; } .row .offset-m2 { margin-left: 16.6666666667%; } .row .offset-m3 { margin-left: 25%; } .row .offset-m4 { margin-left: 33.3333333333%; } .row .offset-m5 { margin-left: 41.6666666667%; } .row .offset-m6 { margin-left: 50%; } .row .offset-m7 { margin-left: 58.3333333333%; } .row .offset-m8 { margin-left: 66.6666666667%; } .row .offset-m9 { margin-left: 75%; } .row .offset-m10 { margin-left: 83.3333333333%; } .row .offset-m11 { margin-left: 91.6666666667%; } .row .offset-m12 { margin-left: 100%; } .row .pull-m1 { right: 8.3333333333%; } .row .pull-m2 { right: 16.6666666667%; } .row .pull-m3 { right: 25%; } .row .pull-m4 { right: 33.3333333333%; } .row .pull-m5 { right: 41.6666666667%; } .row .pull-m6 { right: 50%; } .row .pull-m7 { right: 58.3333333333%; } .row .pull-m8 { right: 66.6666666667%; } .row .pull-m9 { right: 75%; } .row .pull-m10 { right: 83.3333333333%; } .row .pull-m11 { right: 91.6666666667%; } .row .pull-m12 { right: 100%; } .row .push-m1 { left: 8.3333333333%; } .row .push-m2 { left: 16.6666666667%; } .row .push-m3 { left: 25%; } .row .push-m4 { left: 33.3333333333%; } .row .push-m5 { left: 41.6666666667%; } .row .push-m6 { left: 50%; } .row .push-m7 { left: 58.3333333333%; } .row .push-m8 { left: 66.6666666667%; } .row .push-m9 { left: 75%; } .row .push-m10 { left: 83.3333333333%; } .row .push-m11 { left: 91.6666666667%; } .row .push-m12 { left: 100%; } } @media only screen and (min-width: 960px) { .row .l1 { width: 8.3333333333%; } .row .l2 { width: 16.6666666667%; } .row .l3 { width: 25%; } .row .l4 { width: 33.3333333333%; } .row .l5 { width: 41.6666666667%; } .row .l6 { width: 50%; } .row .l7 { width: 58.3333333333%; } .row .l8 { width: 66.6666666667%; } .row .l9 { width: 75%; } .row .l10 { width: 83.3333333333%; } .row .l11 { width: 91.6666666667%; } .row .l12 { width: 100%; } .row .offset-l1 { margin-left: 8.3333333333%; } .row .offset-l2 { margin-left: 16.6666666667%; } .row .offset-l3 { margin-left: 25%; } .row .offset-l4 { margin-left: 33.3333333333%; } .row .offset-l5 { margin-left: 41.6666666667%; } .row .offset-l6 { margin-left: 50%; } .row .offset-l7 { margin-left: 58.3333333333%; } .row .offset-l8 { margin-left: 66.6666666667%; } .row .offset-l9 { margin-left: 75%; } .row .offset-l10 { margin-left: 83.3333333333%; } .row .offset-l11 { margin-left: 91.6666666667%; } .row .offset-l12 { margin-left: 100%; } .row .pull-l1 { right: 8.3333333333%; } .row .pull-l2 { right: 16.6666666667%; } .row .pull-l3 { right: 25%; } .row .pull-l4 { right: 33.3333333333%; } .row .pull-l5 { right: 41.6666666667%; } .row .pull-l6 { right: 50%; } .row .pull-l7 { right: 58.3333333333%; } .row .pull-l8 { right: 66.6666666667%; } .row .pull-l9 { right: 75%; } .row .pull-l10 { right: 83.3333333333%; } .row .pull-l11 { right: 91.6666666667%; } .row .pull-l12 { right: 100%; } .row .push-l1 { left: 8.3333333333%; } .row .push-l2 { left: 16.6666666667%; } .row .push-l3 { left: 25%; } .row .push-l4 { left: 33.3333333333%; } .row .push-l5 { left: 41.6666666667%; } .row .push-l6 { left: 50%; } .row .push-l7 { left: 58.3333333333%; } .row .push-l8 { left: 66.6666666667%; } .row .push-l9 { left: 75%; } .row .push-l10 { left: 83.3333333333%; } .row .push-l11 { left: 91.6666666667%; } .row .push-l12 { left: 100%; } } @media only screen and (min-width: 1200px) { .row .xl1 { width: 8.3333333333%; } .row .xl2 { width: 16.6666666667%; } .row .xl3 { width: 25%; } .row .xl4 { width: 33.3333333333%; } .row .xl5 { width: 41.6666666667%; } .row .xl6 { width: 50%; } .row .xl7 { width: 58.3333333333%; } .row .xl8 { width: 66.6666666667%; } .row .xl9 { width: 75%; } .row .xl10 { width: 83.3333333333%; } .row .xl11 { width: 91.6666666667%; } .row .xl12 { width: 100%; } .row .offset-xl1 { margin-left: 8.3333333333%; } .row .offset-xl2 { margin-left: 16.6666666667%; } .row .offset-xl3 { margin-left: 25%; } .row .offset-xl4 { margin-left: 33.3333333333%; } .row .offset-xl5 { margin-left: 41.6666666667%; } .row .offset-xl6 { margin-left: 50%; } .row .offset-xl7 { margin-left: 58.3333333333%; } .row .offset-xl8 { margin-left: 66.6666666667%; } .row .offset-xl9 { margin-left: 75%; } .row .offset-xl10 { margin-left: 83.3333333333%; } .row .offset-xl11 { margin-left: 91.6666666667%; } .row .offset-xl12 { margin-left: 100%; } .row .pull-xl1 { right: 8.3333333333%; } .row .pull-xl2 { right: 16.6666666667%; } .row .pull-xl3 { right: 25%; } .row .pull-xl4 { right: 33.3333333333%; } .row .pull-xl5 { right: 41.6666666667%; } .row .pull-xl6 { right: 50%; } .row .pull-xl7 { right: 58.3333333333%; } .row .pull-xl8 { right: 66.6666666667%; } .row .pull-xl9 { right: 75%; } .row .pull-xl10 { right: 83.3333333333%; } .row .pull-xl11 { right: 91.6666666667%; } .row .pull-xl12 { right: 100%; } .row .push-xl1 { left: 8.3333333333%; } .row .push-xl2 { left: 16.6666666667%; } .row .push-xl3 { left: 25%; } .row .push-xl4 { left: 33.3333333333%; } .row .push-xl5 { left: 41.6666666667%; } .row .push-xl6 { left: 50%; } .row .push-xl7 { left: 58.3333333333%; } .row .push-xl8 { left: 66.6666666667%; } .row .push-xl9 { left: 75%; } .row .push-xl10 { left: 83.3333333333%; } .row .push-xl11 { left: 91.6666666667%; } .row .push-xl12 { left: 100%; } }
css/vendor/materializegridcustom.css
.container { margin: 0 auto; max-width: 1280px; width: 90%; } .col .row { margin-left: -0.75rem; margin-right: -0.75rem; } .section { padding-top: 1rem; padding-bottom: 1rem; } .section.no-pad { padding: 0; } .section.no-pad-bot { padding-bottom: 0; } .section.no-pad-top { padding-top: 0; } .row { margin-left: auto; margin-right: auto; margin-bottom: 1.5rem; } .row * + *:last-child { margin-bottom: 0; } .row:after { content: ""; display: table; clear: both; } .row .col { float: left; min-height: 1px; padding: 0 0.75rem; margin-left: auto; left: auto; right: auto; -webkit-box-sizing: border-box; box-sizing: border-box; } .row .col[class*="push-"], .row .col[class*="pull-"] { position: relative; } .row .s1 { width: 8.3333333333%; } .row .s2 { width: 16.6666666667%; } .row .s3 { width: 25%; } .row .s4 { width: 33.3333333333%; } .row .s5 { width: 41.6666666667%; } .row .s6 { width: 50%; } .row .s7 { width: 58.3333333333%; } .row .s8 { width: 66.6666666667%; } .row .s9 { width: 75%; } .row .s10 { width: 83.3333333333%; } .row .s11 { width: 91.6666666667%; } .row .s12 { width: 100%; } .row .offset-s1 { margin-left: 8.3333333333%; } .row .offset-s2 { margin-left: 16.6666666667%; } .row .offset-s3 { margin-left: 25%; } .row .offset-s4 { margin-left: 33.3333333333%; } .row .offset-s5 { margin-left: 41.6666666667%; } .row .offset-s6 { margin-left: 50%; } .row .offset-s7 { margin-left: 58.3333333333%; } .row .offset-s8 { margin-left: 66.6666666667%; } .row .offset-s9 { margin-left: 75%; } .row .offset-s10 { margin-left: 83.3333333333%; } .row .offset-s11 { margin-left: 91.6666666667%; } .row .offset-s12 { margin-left: 100%; } .row .pull-s1 { right: 8.3333333333%; } .row .pull-s2 { right: 16.6666666667%; } .row .pull-s3 { right: 25%; } .row .pull-s4 { right: 33.3333333333%; } .row .pull-s5 { right: 41.6666666667%; } .row .pull-s6 { right: 50%; } .row .pull-s7 { right: 58.3333333333%; } .row .pull-s8 { right: 66.6666666667%; } .row .pull-s9 { right: 75%; } .row .pull-s10 { right: 83.3333333333%; } .row .pull-s11 { right: 91.6666666667%; } .row .pull-s12 { right: 100%; } .row .push-s1 { left: 8.3333333333%; } .row .push-s2 { left: 16.6666666667%; } .row .push-s3 { left: 25%; } .row .push-s4 { left: 33.3333333333%; } .row .push-s5 { left: 41.6666666667%; } .row .push-s6 { left: 50%; } .row .push-s7 { left: 58.3333333333%; } .row .push-s8 { left: 66.6666666667%; } .row .push-s9 { left: 75%; } .row .push-s10 { left: 83.3333333333%; } .row .push-s11 { left: 91.6666666667%; } .row .push-s12 { left: 100%; } /* @media only screen and (min-width: 601px) { .container { width: 85%; } } @media only screen and (min-width: 993px) { .container { width: 70%; } } */ /* @media only screen and (max-width: 640px) { .row .col[class*="12"]:first-child, .row .col[class*="12"]+.col[class*="12"] { padding: 0; } } */ @media only screen and (min-width: 640px) { .row .m1 { width: 8.3333333333%; } .row .m2 { width: 16.6666666667%; } .row .m3 { width: 25%; } .row .m4 { width: 33.3333333333%; } .row .m5 { width: 41.6666666667%; } .row .m6 { width: 50%; } .row .m7 { width: 58.3333333333%; } .row .m8 { width: 66.6666666667%; } .row .m9 { width: 75%; } .row .m10 { width: 83.3333333333%; } .row .m11 { width: 91.6666666667%; } .row .m12 { width: 100%; } .row .offset-m1 { margin-left: 8.3333333333%; } .row .offset-m2 { margin-left: 16.6666666667%; } .row .offset-m3 { margin-left: 25%; } .row .offset-m4 { margin-left: 33.3333333333%; } .row .offset-m5 { margin-left: 41.6666666667%; } .row .offset-m6 { margin-left: 50%; } .row .offset-m7 { margin-left: 58.3333333333%; } .row .offset-m8 { margin-left: 66.6666666667%; } .row .offset-m9 { margin-left: 75%; } .row .offset-m10 { margin-left: 83.3333333333%; } .row .offset-m11 { margin-left: 91.6666666667%; } .row .offset-m12 { margin-left: 100%; } .row .pull-m1 { right: 8.3333333333%; } .row .pull-m2 { right: 16.6666666667%; } .row .pull-m3 { right: 25%; } .row .pull-m4 { right: 33.3333333333%; } .row .pull-m5 { right: 41.6666666667%; } .row .pull-m6 { right: 50%; } .row .pull-m7 { right: 58.3333333333%; } .row .pull-m8 { right: 66.6666666667%; } .row .pull-m9 { right: 75%; } .row .pull-m10 { right: 83.3333333333%; } .row .pull-m11 { right: 91.6666666667%; } .row .pull-m12 { right: 100%; } .row .push-m1 { left: 8.3333333333%; } .row .push-m2 { left: 16.6666666667%; } .row .push-m3 { left: 25%; } .row .push-m4 { left: 33.3333333333%; } .row .push-m5 { left: 41.6666666667%; } .row .push-m6 { left: 50%; } .row .push-m7 { left: 58.3333333333%; } .row .push-m8 { left: 66.6666666667%; } .row .push-m9 { left: 75%; } .row .push-m10 { left: 83.3333333333%; } .row .push-m11 { left: 91.6666666667%; } .row .push-m12 { left: 100%; } } @media only screen and (min-width: 960px) { .row .l1 { width: 8.3333333333%; } .row .l2 { width: 16.6666666667%; } .row .l3 { width: 25%; } .row .l4 { width: 33.3333333333%; } .row .l5 { width: 41.6666666667%; } .row .l6 { width: 50%; } .row .l7 { width: 58.3333333333%; } .row .l8 { width: 66.6666666667%; } .row .l9 { width: 75%; } .row .l10 { width: 83.3333333333%; } .row .l11 { width: 91.6666666667%; } .row .l12 { width: 100%; } .row .offset-l1 { margin-left: 8.3333333333%; } .row .offset-l2 { margin-left: 16.6666666667%; } .row .offset-l3 { margin-left: 25%; } .row .offset-l4 { margin-left: 33.3333333333%; } .row .offset-l5 { margin-left: 41.6666666667%; } .row .offset-l6 { margin-left: 50%; } .row .offset-l7 { margin-left: 58.3333333333%; } .row .offset-l8 { margin-left: 66.6666666667%; } .row .offset-l9 { margin-left: 75%; } .row .offset-l10 { margin-left: 83.3333333333%; } .row .offset-l11 { margin-left: 91.6666666667%; } .row .offset-l12 { margin-left: 100%; } .row .pull-l1 { right: 8.3333333333%; } .row .pull-l2 { right: 16.6666666667%; } .row .pull-l3 { right: 25%; } .row .pull-l4 { right: 33.3333333333%; } .row .pull-l5 { right: 41.6666666667%; } .row .pull-l6 { right: 50%; } .row .pull-l7 { right: 58.3333333333%; } .row .pull-l8 { right: 66.6666666667%; } .row .pull-l9 { right: 75%; } .row .pull-l10 { right: 83.3333333333%; } .row .pull-l11 { right: 91.6666666667%; } .row .pull-l12 { right: 100%; } .row .push-l1 { left: 8.3333333333%; } .row .push-l2 { left: 16.6666666667%; } .row .push-l3 { left: 25%; } .row .push-l4 { left: 33.3333333333%; } .row .push-l5 { left: 41.6666666667%; } .row .push-l6 { left: 50%; } .row .push-l7 { left: 58.3333333333%; } .row .push-l8 { left: 66.6666666667%; } .row .push-l9 { left: 75%; } .row .push-l10 { left: 83.3333333333%; } .row .push-l11 { left: 91.6666666667%; } .row .push-l12 { left: 100%; } } @media only screen and (min-width: 1200px) { .row .xl1 { width: 8.3333333333%; } .row .xl2 { width: 16.6666666667%; } .row .xl3 { width: 25%; } .row .xl4 { width: 33.3333333333%; } .row .xl5 { width: 41.6666666667%; } .row .xl6 { width: 50%; } .row .xl7 { width: 58.3333333333%; } .row .xl8 { width: 66.6666666667%; } .row .xl9 { width: 75%; } .row .xl10 { width: 83.3333333333%; } .row .xl11 { width: 91.6666666667%; } .row .xl12 { width: 100%; } .row .offset-xl1 { margin-left: 8.3333333333%; } .row .offset-xl2 { margin-left: 16.6666666667%; } .row .offset-xl3 { margin-left: 25%; } .row .offset-xl4 { margin-left: 33.3333333333%; } .row .offset-xl5 { margin-left: 41.6666666667%; } .row .offset-xl6 { margin-left: 50%; } .row .offset-xl7 { margin-left: 58.3333333333%; } .row .offset-xl8 { margin-left: 66.6666666667%; } .row .offset-xl9 { margin-left: 75%; } .row .offset-xl10 { margin-left: 83.3333333333%; } .row .offset-xl11 { margin-left: 91.6666666667%; } .row .offset-xl12 { margin-left: 100%; } .row .pull-xl1 { right: 8.3333333333%; } .row .pull-xl2 { right: 16.6666666667%; } .row .pull-xl3 { right: 25%; } .row .pull-xl4 { right: 33.3333333333%; } .row .pull-xl5 { right: 41.6666666667%; } .row .pull-xl6 { right: 50%; } .row .pull-xl7 { right: 58.3333333333%; } .row .pull-xl8 { right: 66.6666666667%; } .row .pull-xl9 { right: 75%; } .row .pull-xl10 { right: 83.3333333333%; } .row .pull-xl11 { right: 91.6666666667%; } .row .pull-xl12 { right: 100%; } .row .push-xl1 { left: 8.3333333333%; } .row .push-xl2 { left: 16.6666666667%; } .row .push-xl3 { left: 25%; } .row .push-xl4 { left: 33.3333333333%; } .row .push-xl5 { left: 41.6666666667%; } .row .push-xl6 { left: 50%; } .row .push-xl7 { left: 58.3333333333%; } .row .push-xl8 { left: 66.6666666667%; } .row .push-xl9 { left: 75%; } .row .push-xl10 { left: 83.3333333333%; } .row .push-xl11 { left: 91.6666666667%; } .row .push-xl12 { left: 100%; } }
0.296247
0.055746
*{ box-sizing:border-box; padding:0; margin:0; max-width:100%; /* border:1px solid grey; */ } html { font-size: 62.5%; } /* Consistent header styles */ header{ background-color: black; border-bottom-color: white; /* want to change to white - styles for header bottom border*/ border-bottom-style: solid; border-bottom-width: 6px; } .logo{ width: 20%; padding:1.3%; margin: 0 auto; text-align: center; } .logo img { /* header log top left */ max-width: 100%; height: 115px; margin: 0 auto; width: 55%; } header nav { width: 100%; display: flex; justify-content: space-between; } .link{ /* Navigation box */ width: 100%; display: flex; justify-content: space-around; align-items: center; } nav a { color: white; text-decoration: none; letter-spacing: 2px; font-size: 3rem; font-family: 'Do Hyeon', sans-serif; } a:hover { color:orange; } h1 { color:white; font-size: 5.5rem; text-align: center; padding:1%; font-family: 'Do Hyeon', sans-serif; } /* end header styles */ /* Content */ .firstheading { /*About Anywhere Fitness box */ margin-top: 2%; } h2{ /*About Anywhere Fitness text styles */ display: flex; justify-content: center; font-family: 'Do Hyeon', sans-serif; font-size: 8rem; padding-top: 1%; } .image-container { display: flex; flex-direction: column; justify-content: space-evenly; background-color: white; width: 50%; } .flex-container { display: flex; } .text-container{ width: 50%; } .image-container img { width: 50%; padding: 7%; margin-left: 40%; border-radius: 150px; } .information { /*paragraph box */ margin-top: 3%; } .information p { /*paragraph styles */ font-size: 2.5rem; font-family: 'Do Hyeon', sans-serif; padding:0 10%; margin: 0 auto; text-align: center; } .team { /*Meet The Team box */ margin-top: 3%; } .team h4 { /*Meet The Team text */ font-size: 7rem; font-family: 'Do Hyeon', sans-serif; padding:0 10%; margin: 0 auto; text-align: center; text-decoration: underline; } .Name { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 20%; text-align: center; margin-right: 30%; } .Role { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .github { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-link { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } .github-link:hover { /* Github link hover animation */ color: orange; } /* TJ Styles */ .NameTJ { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 35%; text-align: center; margin-right: 30%; } .RoleTJ { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubTJ { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkTJ { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } /* Justin Styles */ .NameJustin { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 35%; text-align: center; margin-right: 30%; } .RoleJustin { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubJustin { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkJustin { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } /* Richard Styles */ .NameRich { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 38%; text-align: center; margin-right: 30%; } .RoleRich { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubRich { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkRich { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } /* EB Styles */ .NameEB { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 40%; text-align: center; margin-right: 30%; } .RoleEB { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubEB { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkEB { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } /* Jorge Styles */ .NameJorge { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 40%; text-align: center; margin-right: 30%; } .RoleJorge { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubJorge { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkJorge { /* Github link styles */ font-family: '<NAME>', sans-serif; font-size: 2rem; text-decoration: none; } /* footer */ .feet { background-color: black; color: white; height: 40px; } .feet p { font-family: 'Do Hyeon', sans-serif; font-size: 1.5rem; text-align:center; } /* media querys */ @media (max-width:1000px) { header { width: 100%; } nav a { font-size: 1.5rem; } .logo{ /* doing away with logo container */ display:none; } .logo img { /* doing away with logo image itselft */ display:none; } } /* Media Query 2 800px */ @media (max-width:800px){ h2 { text-align: center; } } /* Media Query 3 500px */ @media (max-width:500px) { header nav { width: 100%; } .link { display: flex; flex-direction: column; } nav a { font-size: 1.7rem; } .firstheading { text-align: center; } .information p { width: 100%; font-size: 2rem; padding-top: 2%; } .text-container{ margin-top: 11%; } .NameEB, .NameTJ, .Name, .NameRich, .NameJustin, .NameJorge { font-size: 3rem; } .RoleEB, .Role, .RoleTJ, .RoleRich, .RoleEB, .RoleJustin, .RoleJorge { font-size: 2rem; } .github-linkEB, .github-linkJustin, .github-linkRich, .github-link, .github-linkTJ, .github-linkJorge{ font-size: 1.5rem; } }
about.css
*{ box-sizing:border-box; padding:0; margin:0; max-width:100%; /* border:1px solid grey; */ } html { font-size: 62.5%; } /* Consistent header styles */ header{ background-color: black; border-bottom-color: white; /* want to change to white - styles for header bottom border*/ border-bottom-style: solid; border-bottom-width: 6px; } .logo{ width: 20%; padding:1.3%; margin: 0 auto; text-align: center; } .logo img { /* header log top left */ max-width: 100%; height: 115px; margin: 0 auto; width: 55%; } header nav { width: 100%; display: flex; justify-content: space-between; } .link{ /* Navigation box */ width: 100%; display: flex; justify-content: space-around; align-items: center; } nav a { color: white; text-decoration: none; letter-spacing: 2px; font-size: 3rem; font-family: 'Do Hyeon', sans-serif; } a:hover { color:orange; } h1 { color:white; font-size: 5.5rem; text-align: center; padding:1%; font-family: 'Do Hyeon', sans-serif; } /* end header styles */ /* Content */ .firstheading { /*About Anywhere Fitness box */ margin-top: 2%; } h2{ /*About Anywhere Fitness text styles */ display: flex; justify-content: center; font-family: 'Do Hyeon', sans-serif; font-size: 8rem; padding-top: 1%; } .image-container { display: flex; flex-direction: column; justify-content: space-evenly; background-color: white; width: 50%; } .flex-container { display: flex; } .text-container{ width: 50%; } .image-container img { width: 50%; padding: 7%; margin-left: 40%; border-radius: 150px; } .information { /*paragraph box */ margin-top: 3%; } .information p { /*paragraph styles */ font-size: 2.5rem; font-family: 'Do Hyeon', sans-serif; padding:0 10%; margin: 0 auto; text-align: center; } .team { /*Meet The Team box */ margin-top: 3%; } .team h4 { /*Meet The Team text */ font-size: 7rem; font-family: 'Do Hyeon', sans-serif; padding:0 10%; margin: 0 auto; text-align: center; text-decoration: underline; } .Name { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 20%; text-align: center; margin-right: 30%; } .Role { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .github { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-link { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } .github-link:hover { /* Github link hover animation */ color: orange; } /* TJ Styles */ .NameTJ { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 35%; text-align: center; margin-right: 30%; } .RoleTJ { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubTJ { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkTJ { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } /* Justin Styles */ .NameJustin { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 35%; text-align: center; margin-right: 30%; } .RoleJustin { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubJustin { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkJustin { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } /* Richard Styles */ .NameRich { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 38%; text-align: center; margin-right: 30%; } .RoleRich { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubRich { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkRich { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } /* EB Styles */ .NameEB { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 40%; text-align: center; margin-right: 30%; } .RoleEB { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubEB { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkEB { /* Github link styles */ font-family: 'Do Hyeon', sans-serif; font-size: 2rem; text-decoration: none; } /* Jorge Styles */ .NameJorge { /*Team Member Names */ font-family: '<NAME>', sans-serif; font-size: 6rem; margin-top: 40%; text-align: center; margin-right: 30%; } .RoleJorge { /* Role box/styles */ font-family: 'Do Hyeon', sans-serif; font-size: 3rem; text-align: center; margin-right: 30%; } .githubJorge { /* Github link div */ margin-top: 0.5%; text-align: center; margin-right: 30%; } .github-linkJorge { /* Github link styles */ font-family: '<NAME>', sans-serif; font-size: 2rem; text-decoration: none; } /* footer */ .feet { background-color: black; color: white; height: 40px; } .feet p { font-family: 'Do Hyeon', sans-serif; font-size: 1.5rem; text-align:center; } /* media querys */ @media (max-width:1000px) { header { width: 100%; } nav a { font-size: 1.5rem; } .logo{ /* doing away with logo container */ display:none; } .logo img { /* doing away with logo image itselft */ display:none; } } /* Media Query 2 800px */ @media (max-width:800px){ h2 { text-align: center; } } /* Media Query 3 500px */ @media (max-width:500px) { header nav { width: 100%; } .link { display: flex; flex-direction: column; } nav a { font-size: 1.7rem; } .firstheading { text-align: center; } .information p { width: 100%; font-size: 2rem; padding-top: 2%; } .text-container{ margin-top: 11%; } .NameEB, .NameTJ, .Name, .NameRich, .NameJustin, .NameJorge { font-size: 3rem; } .RoleEB, .Role, .RoleTJ, .RoleRich, .RoleEB, .RoleJustin, .RoleJorge { font-size: 2rem; } .github-linkEB, .github-linkJustin, .github-linkRich, .github-link, .github-linkTJ, .github-linkJorge{ font-size: 1.5rem; } }
0.304145
0.063366
.caret { color: #1ab394; } .panel-default .panel-heading { background: #f8f8f8; border-radius: 0px; border-color: #e7e7e7; font: 12px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; border-top: 3px solid #1ab394; } .panel-body { padding: 0px; border-radius: 0px; font: 12px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; } .panel-body p { margin-top: 10px; margin-left: 15px; margin-bottom: 10px; } .panel-default { border-radius: 0px; } .list-group { border-radius: 0px; } .list-group-item { border-radius: 0px; } .list-group-item:last-child { border-radius: 0px; } .list-group-item:first-child { border-radius: 0px; } .flerevalgafmartin { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; } .saadanensomgaarned { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; } .lilletekstbox { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; font-size: 20px; color: #676a6c !important; font: lato; } .lilletekstbox2 { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; color: #676a6c !important; font: lato; } .knappenoverallesnapper { background-color: #1ab394; border-color: #1ab394; color: #FFFFFF; width: 100%; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; font: 12px Lato !important; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; margin-top: -15px; height:40px; } .textareacssbymortentheKING { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; margin-top: 5px; font: 14px Lato !important; color: #676a6c !important; height: 100px; margin-top: -15px; } h4 { font: 16px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; border-bottom: 1px solid #e7e7e7; margin-top: 15px; } .singletingpaatinder { width: 300px; background: #FFF; font-size: 30px; border: 2px solid #1ab394; font: 16px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; padding-left: 115px; padding-top: 10px; padding-bottom: 10px; } .list-group-item ul { margin: 0px; padding: 0px; } .titlepaaetsporgsmpl { font: 22px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; } .beskrivelspaaspergsmaal { font: 16px Lato !important; color: #676a6c !important; letter-spacing: 1px; } body { background: #f3f3f4 !important; border-top: 3px solid #1ab394 !important; } .navbar-inverse { background: #222B31 !important; border-bottom: 4px solid #EE445F !important; border-top: 5px solid #1ab394 !important; } .navbar-brand { font: 12px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; margin-top: 2px; } .nav { margin-bottom: 0px; } .nav a { font: 500 11px Lato; letter-spacing: 2px; padding: 16px !important; color: #676a6c !important; text-transform: uppercase; position: relative; z-index: 1000; } .nav a:hover { color: black !important; } .nav li { position: relative; } .navbar-inverse .navbar-toggle { border: none; } .navbar-collapse { box-shadow: none !important; border: none !important; } .navbar-inverse .navbar-toggle:hover { background: transparent !important; } .navbar-inverse .navbar-toggle:focus { background: transparent !important; } .navbar-inverse .navbar-toggle:active { background: transparent !important; } .icon-bar { background: #a3bfc6 !important; } .hover { display: block; position: absolute; width: 0%; height: 100%; top: 0px; left: 0px; background: #EE445F !important; z-index: 0; opacity: 0; } @media (max-width: 767px) { .nav { padding-bottom: 20px; } .nav a { padding: 12px !important; } } .panel-body{ padding: 15px; } .forside-title{ padding-bottom: 5px; color: #1AB394 !important; } .btn-primary { color: #fff; background-color: #1AB394; border-color: #1AB394; } .btn-link { font-weight: 400; color: #1AB394; border-radius: 0; }
public/main.css
.caret { color: #1ab394; } .panel-default .panel-heading { background: #f8f8f8; border-radius: 0px; border-color: #e7e7e7; font: 12px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; border-top: 3px solid #1ab394; } .panel-body { padding: 0px; border-radius: 0px; font: 12px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; } .panel-body p { margin-top: 10px; margin-left: 15px; margin-bottom: 10px; } .panel-default { border-radius: 0px; } .list-group { border-radius: 0px; } .list-group-item { border-radius: 0px; } .list-group-item:last-child { border-radius: 0px; } .list-group-item:first-child { border-radius: 0px; } .flerevalgafmartin { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; } .saadanensomgaarned { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; } .lilletekstbox { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; font-size: 20px; color: #676a6c !important; font: lato; } .lilletekstbox2 { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; color: #676a6c !important; font: lato; } .knappenoverallesnapper { background-color: #1ab394; border-color: #1ab394; color: #FFFFFF; width: 100%; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; font: 12px Lato !important; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; margin-top: -15px; height:40px; } .textareacssbymortentheKING { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 14px; margin-top: 5px; font: 14px Lato !important; color: #676a6c !important; height: 100px; margin-top: -15px; } h4 { font: 16px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; border-bottom: 1px solid #e7e7e7; margin-top: 15px; } .singletingpaatinder { width: 300px; background: #FFF; font-size: 30px; border: 2px solid #1ab394; font: 16px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; padding-left: 115px; padding-top: 10px; padding-bottom: 10px; } .list-group-item ul { margin: 0px; padding: 0px; } .titlepaaetsporgsmpl { font: 22px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; } .beskrivelspaaspergsmaal { font: 16px Lato !important; color: #676a6c !important; letter-spacing: 1px; } body { background: #f3f3f4 !important; border-top: 3px solid #1ab394 !important; } .navbar-inverse { background: #222B31 !important; border-bottom: 4px solid #EE445F !important; border-top: 5px solid #1ab394 !important; } .navbar-brand { font: 12px Lato !important; text-transform: uppercase; color: #676a6c !important; letter-spacing: 2px; margin-top: 2px; } .nav { margin-bottom: 0px; } .nav a { font: 500 11px Lato; letter-spacing: 2px; padding: 16px !important; color: #676a6c !important; text-transform: uppercase; position: relative; z-index: 1000; } .nav a:hover { color: black !important; } .nav li { position: relative; } .navbar-inverse .navbar-toggle { border: none; } .navbar-collapse { box-shadow: none !important; border: none !important; } .navbar-inverse .navbar-toggle:hover { background: transparent !important; } .navbar-inverse .navbar-toggle:focus { background: transparent !important; } .navbar-inverse .navbar-toggle:active { background: transparent !important; } .icon-bar { background: #a3bfc6 !important; } .hover { display: block; position: absolute; width: 0%; height: 100%; top: 0px; left: 0px; background: #EE445F !important; z-index: 0; opacity: 0; } @media (max-width: 767px) { .nav { padding-bottom: 20px; } .nav a { padding: 12px !important; } } .panel-body{ padding: 15px; } .forside-title{ padding-bottom: 5px; color: #1AB394 !important; } .btn-primary { color: #fff; background-color: #1AB394; border-color: #1AB394; } .btn-link { font-weight: 400; color: #1AB394; border-radius: 0; }
0.324878
0.102081
:root { --background-color: #262626; --header-bkgrnd-color: #003366; --orange-text: #ff6600; --blue-text: #0080ff; } html, body { height: 100%; margin: 0; font-family: 'JetBrains Mono', monospace; background-color: var(--background-color); color: #ffffff; } /* Element Selectors */ /* styling for navbar */ nav { display: flex; justify-content: space-between; align-items: center; background-color: var(--header-bkgrnd-color); padding: 10px 20px 10px 20px; top: 0; width: 100%; } h1 { font-family: "Orbitron", sans-serif; color: #fff; text-shadow: 5px 5px 10px var(--blue-text); text-transform: uppercase; letter-spacing: 10px; } h2 { padding: 30px; color: #fff; text-align: left; } /* styling for the footer */ footer { position: relative; width: 100%; bottom: 0; margin: 0px; padding: 20px; background-color: var(--background-color); } /* Class Selectors */ .btn:hover { color: var(--blue-text); } .form { padding: 0px 30px 30px 30px; } .menu { padding: 20px; color: #fff; text-decoration: none; font-size: 15px; text-transform: uppercase; } .menu:hover { background-color: var(--background-color); color: var(--blue-text); border: 2px solid var(--orange-text); } .menu:active { color: var(--orange-text); border: 2px solid var(--blue-text); } .activemenu { color: var(--orange-text); text-shadow: 1px 1px 5px var(--blue-text); } /* flexbox grid and styling. used flexbox to make the grid responsive without a media query. */ .projects-grid { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 100%; } .projects-grid div { background-color: var(--header-bkgrnd-color); color: #fff; border-radius: 5px; box-shadow: 2px 4px 7px var(--background-color); text-decoration: none; margin: 10px 30px 30px 30px; padding-bottom: 10px; } .projects-grid div:hover { box-shadow: 3px 5px 7px var(--orange-text); } .projects-grid div:active { box-shadow: 3px 5px 7px var(--blue-text); } .project-image { min-height: 50px; max-height: 300px; width: auto; } .projects-grid div a { color: var(--orange-text); text-decoration: none; margin: 10px; } .projects-grid div a:hover { color: var(--blue-text); text-decoration: none; margin: 10px; } .material-icons { font-size: 15px !important; color: #fff; display: none; } .projects-grid a:hover .material-icons { color: var(--orange-text); display: inline-block; } .profile { display: flex; justify-content: space-around; align-items: center; } .github-logo, .linkedin-logo, .stackoverflow-logo { filter: brightness(50%); } .github-logo:hover, .linkedin-logo:hover, .stackoverflow-logo:hover { filter: brightness(100%); } .resume { padding: 30px; } .resume h2 { padding: 0px 0px 30px 0px; } .resume > p > a { text-decoration: none; color: #fff; filter: brightness(50%); } .resume > p > a:hover { color: var(--orange-text); filter: brightness(100%); } /* ID Selectors */ #about { display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(to top right, #404040 0%, var(--background-color) 100%); text-align: center; padding: 10px 100px 10px 100px; color: #fff; } #about > h5 { padding: 10px; color: var(--blue-text); } #work { background: linear-gradient(to top right, #404040 0%, var(--background-color) 100%); padding: 0px 50px 30px 50px; text-align: center; } /* media query to make navbar and footer responsive at a smaller screen size */ @media screen and (max-width: 800px) { nav, footer { display: flex; flex-direction: column; } .profile { flex-direction: column; } .projects-grid div { margin: 0px; padding: 10px; } } .App-logo { height: 40vmin; pointer-events: none; padding: 25px; }
src/App.css
:root { --background-color: #262626; --header-bkgrnd-color: #003366; --orange-text: #ff6600; --blue-text: #0080ff; } html, body { height: 100%; margin: 0; font-family: 'JetBrains Mono', monospace; background-color: var(--background-color); color: #ffffff; } /* Element Selectors */ /* styling for navbar */ nav { display: flex; justify-content: space-between; align-items: center; background-color: var(--header-bkgrnd-color); padding: 10px 20px 10px 20px; top: 0; width: 100%; } h1 { font-family: "Orbitron", sans-serif; color: #fff; text-shadow: 5px 5px 10px var(--blue-text); text-transform: uppercase; letter-spacing: 10px; } h2 { padding: 30px; color: #fff; text-align: left; } /* styling for the footer */ footer { position: relative; width: 100%; bottom: 0; margin: 0px; padding: 20px; background-color: var(--background-color); } /* Class Selectors */ .btn:hover { color: var(--blue-text); } .form { padding: 0px 30px 30px 30px; } .menu { padding: 20px; color: #fff; text-decoration: none; font-size: 15px; text-transform: uppercase; } .menu:hover { background-color: var(--background-color); color: var(--blue-text); border: 2px solid var(--orange-text); } .menu:active { color: var(--orange-text); border: 2px solid var(--blue-text); } .activemenu { color: var(--orange-text); text-shadow: 1px 1px 5px var(--blue-text); } /* flexbox grid and styling. used flexbox to make the grid responsive without a media query. */ .projects-grid { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 100%; } .projects-grid div { background-color: var(--header-bkgrnd-color); color: #fff; border-radius: 5px; box-shadow: 2px 4px 7px var(--background-color); text-decoration: none; margin: 10px 30px 30px 30px; padding-bottom: 10px; } .projects-grid div:hover { box-shadow: 3px 5px 7px var(--orange-text); } .projects-grid div:active { box-shadow: 3px 5px 7px var(--blue-text); } .project-image { min-height: 50px; max-height: 300px; width: auto; } .projects-grid div a { color: var(--orange-text); text-decoration: none; margin: 10px; } .projects-grid div a:hover { color: var(--blue-text); text-decoration: none; margin: 10px; } .material-icons { font-size: 15px !important; color: #fff; display: none; } .projects-grid a:hover .material-icons { color: var(--orange-text); display: inline-block; } .profile { display: flex; justify-content: space-around; align-items: center; } .github-logo, .linkedin-logo, .stackoverflow-logo { filter: brightness(50%); } .github-logo:hover, .linkedin-logo:hover, .stackoverflow-logo:hover { filter: brightness(100%); } .resume { padding: 30px; } .resume h2 { padding: 0px 0px 30px 0px; } .resume > p > a { text-decoration: none; color: #fff; filter: brightness(50%); } .resume > p > a:hover { color: var(--orange-text); filter: brightness(100%); } /* ID Selectors */ #about { display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(to top right, #404040 0%, var(--background-color) 100%); text-align: center; padding: 10px 100px 10px 100px; color: #fff; } #about > h5 { padding: 10px; color: var(--blue-text); } #work { background: linear-gradient(to top right, #404040 0%, var(--background-color) 100%); padding: 0px 50px 30px 50px; text-align: center; } /* media query to make navbar and footer responsive at a smaller screen size */ @media screen and (max-width: 800px) { nav, footer { display: flex; flex-direction: column; } .profile { flex-direction: column; } .projects-grid div { margin: 0px; padding: 10px; } } .App-logo { height: 40vmin; pointer-events: none; padding: 25px; }
0.475605
0.119485
@media only screen and (max-width: 767px){ div{ border:1px solid black; /* text-align:center; */ background:grey; position: relative; } p{ position: absolute; top:50%; left:50%; } .m{ visibility: visible; margin-top: 10px; float: left; } .d{ visibility: hidden; float:left; } main{ width:482px; margin:auto; float:top; padding-bottom: 2px; } header{ padding-top: 60px; } #a{ margin-top:60px; width:480px; height:75px; margin:auto; float:top; clear:all; } #b{ width:480px; height:150px; float:top; margin:auto; } #c{ width:480px; height:125px; float:top; margin:auto; } #d{ width:480px; height:125px; float:top; margin:auto; } #e{ width:239px; height:250px; float:left; } #f{ width:239px; height:250px; float:left; } #g{ width:239px; height:250px; float:left; } #h{ width:239px; height:250px; float:left; clear:all; } #i{ height:80px; width:480px; margin:auto; float:left; } } @media only screen and (min-width:769px){ div{ border:1px solid black; text-align:center; background:grey; position: relative; } p{ position: absolute; top:50%; left:50%; } header{ padding-top:60px; } main{ width:960px; margin:auto; float:top; padding-bottom: 2px; } #a{ margin-top:60px; width:958px; height:98px; margin:auto; float:top; clear:all; } #b { float: left; width:198px; height:598px; } #c{ float: left; width:378px; height:198px; } #d{ float: left; width:378px; height:198px; } #e, #f, #g, #h{ float: left; width:188px; height:248px; } #i { float: left; width:758px; height:148px; } }
lab1/base.css
@media only screen and (max-width: 767px){ div{ border:1px solid black; /* text-align:center; */ background:grey; position: relative; } p{ position: absolute; top:50%; left:50%; } .m{ visibility: visible; margin-top: 10px; float: left; } .d{ visibility: hidden; float:left; } main{ width:482px; margin:auto; float:top; padding-bottom: 2px; } header{ padding-top: 60px; } #a{ margin-top:60px; width:480px; height:75px; margin:auto; float:top; clear:all; } #b{ width:480px; height:150px; float:top; margin:auto; } #c{ width:480px; height:125px; float:top; margin:auto; } #d{ width:480px; height:125px; float:top; margin:auto; } #e{ width:239px; height:250px; float:left; } #f{ width:239px; height:250px; float:left; } #g{ width:239px; height:250px; float:left; } #h{ width:239px; height:250px; float:left; clear:all; } #i{ height:80px; width:480px; margin:auto; float:left; } } @media only screen and (min-width:769px){ div{ border:1px solid black; text-align:center; background:grey; position: relative; } p{ position: absolute; top:50%; left:50%; } header{ padding-top:60px; } main{ width:960px; margin:auto; float:top; padding-bottom: 2px; } #a{ margin-top:60px; width:958px; height:98px; margin:auto; float:top; clear:all; } #b { float: left; width:198px; height:598px; } #c{ float: left; width:378px; height:198px; } #d{ float: left; width:378px; height:198px; } #e, #f, #g, #h{ float: left; width:188px; height:248px; } #i { float: left; width:758px; height:148px; } }
0.262842
0.081228
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('http://www.tumblr.com/'), url-prefix('https://www.tumblr.com/') /* made by <EMAIL>mylove.tumblr.com please don't delete the credits */ { div#right_column, div#right_column:after {background: none !important;} body {background:bottom left #F3F3F3 no-repeat fixed !important;background-image:url(http://static.tumblr.com/ootbdxc/DFZmaaoj0/smoky-mountain-desktop-backgrounds-wallpaper-1920x1080.jpg); } /* HEADER */ div.l-header { background:#1E1E1E !important; border-radius: 15px !important; border: 1px outset #444; margin-top: -8px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; box-shadow: 0px 10px 8px -12px #000 !important; height: 60px !important;} /* TUMBLR LOGO */ #logo { height: 0 !important; width: 0 !important; margin-top: 19px !important; padding-left: 137px !important; padding-top: 32px !important; background: url(http://28.media.tumblr.com/tumblr_lue9odMeDa1qcayx8o1_250.png) no-repeat !important; box-shadow: none !important;} #left_column, #right_column {background-color: transparent !important;} div.l-content.l-content.l-content { background-color: #eee; margin-top: -15px !important; border-radius:0px !important; padding-top:45px!important; text-shadow:none !important;} *{text-shadow:none !important; color:#626262!important;} .tab_notice {top: 0px !important; background-image:none!important; margin-left: 4px !important; height:auto!important; width:auto !important; text-align: center !important; border-radius: 6px !important; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important; vertical-align:middle !important; font:11px consolas !important; font-weight: bold !important;} *.tab_notice_value{text-shadow:none !important; color:#F8E9E9!important;} /* SEND BOTTOM TOP */ #content_top{opacity:0.0;filter:alpha(opacity=0);background:#fff!important;} #content_bottom{opacity:0.0;filter:alpha(opacity=0);background:#fff!important;} .content_cap{opacity:0.0;filter:alpha(opacity=0);background:#fff!important;} div.post_content blockquote { margin-left:0 !important; padding-left:10px !important;} ol#posts li.post.new_post {background: #ffffff top center no-repeat !important; box-shadow: none !important; border: 0px solid #E7EAEC !important; border-radius:0px !important; padding:0px!important; margin:0px!important; font-family:consolas!important; text-transform:uppercase!important; font-size:0,1em;} .controls_section .selected, #right_column #MissingE_sidebar_title {background:transparent !important;} #right_column a#dashboard_switch_blog_menu_current {background-color:transparent!important;} #right_column a#dashboard_switch_blog_menu_current:hover {background-color:transparent!important;} .hide_overflow{background-color:transparent!important;} #dashboard_controls_open_blog{background-color:#F0F0F0!important; box-shadow: none !important; border: 1px solid #D7D7D7!important; border-radius:0px !important;} .controls_section{background-color:#F0F0F0!important; box-shadow: none !important; border: 1px solid #D7D7D7!important; border-radius:0px !important;} li.selected {box-shadow: none !important; border-bottom: 0px solid #D7D7D7!important; border-radius:0px !important;} #nav .nav_item.active{background-color: #00C} /* LOADING MORE POSTS */ #previous_page_link, #next_page_link, .add_and_remove, .mass_editor, .MissingE_marklist_title, .customize, .recessed, .answer_avatar, .flat, .dashboard_options_form, #auto_pagination_loader{background:#F0F0F0 !important;} /* RETURN TO TOP */ div.return_to_top_icon{ background: none !important; width: 0px !important; height: 0px !important; margin-top: 0px !important; border-bottom: solid 30px black !important; border-right: 15px solid transparent !important; border-left: 15px solid transparent !important;} /* Sidebar shadow hack */ .count {text-shadow: none !important;} .post img, .reply_text, .text_field, #tag_editor, .source_url_questionmark_gradient, #post_one {border-radius: 12px !important;box-shadow: none !important;} .posts, .tag {background-color:#F0F0F0!important; text-transform:none!important} #post_two {border-radius: 0px 0px 8px 8px !important;box-shadow: none !important;} #content_top, #content_bottom, .inline_external_image, .source_url {border-radius: 0px !important; box-shadow: none !important; background-color:#fff;padding-top:0px!important;} .tags{font-size:11px!important;margin-top:0px!important; font-family:consolas;vertical-align:middle !important;} .source_url{font-size:11px!important; font-family:consolas!important; text-transform:uppercase; vertical-align:middle !important; margin-right:4px!important;} .footer_links{margin-top:20px!important; vertical-align:middle !important;} .photo {box-shadow: none !important; border: 1px solid #E7EAEC !important;border-radius:0px !important;} .avatar_frame {border: 3px solid #fff !important;background-color:#FFF !important;border-radius:24px!important;} .post_avatar {border: 0px solid #C9C9C9 !important; border-radius:0px !important; box-shadow: 0px 10px 10px -12px #333333!important;} .token {border: 0px solid #444 !important;background-color:#F0F0F0!important;} img[src*="http://assets.tumblr.com/images/content_bottom_edit_form.png"], img[src*="http://assets.tumblr.com/images/content_top_edit_form.png"]{height: 0px !important;background-color:#FFF!important box-shadow: none !important; border: 0px solid #E7EAEC !important; border-radius:0px !important; padding:0px!important; margin:0px!important;} #posts LI[class*=" post"] {box-shadow: none !important; border: 1px solid #E7EAEC !important;border-radius:0px !important;} #posts LI[class*=" post"]:hover {box-shadow: none !important; border: 1px solid #BCBCBC !important;border-radius:0px !important;} #posts LI[class*="notification"] {box-shadow: none !important; border: 1px solid #E7EAEC !important; border-radius:0px !important; background-color:#FFF !important; border-bottom: 1px solid #E8E8E8!important; border-top: 0px solid #333!important; border-left: 0px solid #333!important; border-right: 0px solid #333!important;} #posts LI[class*="notification"]:hover {box-shadow: none !important; border: 1px solid #E7EAEC !important; border-radius:0px !important; background-color:#FFF !important; border-bottom: 1px solid #BCBCBC!important; border-top: 0px solid #E1E1E1!important; border-left: 0px solid #E1E1E1!important; border-right: 0px solid #E1E1E1!important;} .post_info A, .post_controls A, .footer_links.with_tags SPAN A { color:#333333 !important;} .camera {background: transparent !important; border-radius: 0px !important; opacity: 0.7 !important; padding-bottom: 4px;} .image { display: block !important; margin-left: auto !important; margin-right: auto !important;} #content_bottom {border-radius:0px !important;} .notification a {border-bottom: 0px solid #3366FF !important;} .notification blockquote {border-left: 3px solid #3366FF !important;} /*SELECTION ARROW begin - points to dashboard selection*/ .selection_nipple.white, .selection_nipple:not([class="selection_nipple white"]) { background: none !important; width: 0px !important; height: 0px !important; margin-top: 0px !important; border-bottom: solid 4px #000 !important; border-right: 11px solid transparent !important; border-left: 11px solid transparent !important; } .selection_nipple:not([class="selection_nipple white"]) { border-bottom: solid 11px #000 !important;} /*SIDE ARROWS*/ .arrow { background: none !important; width: 0px !important; height: 0px !important; border-right: solid 9px #000 !important; border-bottom: 9px solid transparent !important; border-left: 2px solid transparent !important; border-top: 9px solid transparent !important; margin-top: 0px !important; } .nipple { background: none !important; width: 0px !important; height: 0px !important; border-right: solid 6px #000 !important; border-bottom: 6px solid transparent !important; border-left: 0px solid transparent !important; border-top: 6px solid transparent !important; margin-top: 0px !important; } .nipple.border { background: none !important; width: 0px !important; height: 0px !important; border-right: solid 6px #000 !important; border-bottom: 6px solid transparent !important; border-left: 1px solid transparent !important; border-top: 6px solid transparent !important; margin-top: 1px !important;} .notification, .answer_container, .answer_input, .dashboard_options_form, .flat{border: 0px solid #FF00FF !important;} /* SEARCH */ #search_query {background:#F0F0F0 !important;border-radius:6px !important;} .post p, .post blockquote, .post_info, .caption, .conversation_lines, .quote_source, .MissingE_askTweaks_buttons {text-align: left !important;background-color:#fff!important;} #left_column #posts .post .permalink{background-color:transparent!important;} #dashboard_switch_blog_menu_current, #dashboard_switch_blog_arrow_and_divider, #dashboard_switch_blog_arrow_current{background-image:#C0C0C0!important} #left_column #posts .notification {background-color:transparent!important;} }
data/usercss/74837.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('http://www.tumblr.com/'), url-prefix('https://www.tumblr.com/') /* made by <EMAIL>mylove.tumblr.com please don't delete the credits */ { div#right_column, div#right_column:after {background: none !important;} body {background:bottom left #F3F3F3 no-repeat fixed !important;background-image:url(http://static.tumblr.com/ootbdxc/DFZmaaoj0/smoky-mountain-desktop-backgrounds-wallpaper-1920x1080.jpg); } /* HEADER */ div.l-header { background:#1E1E1E !important; border-radius: 15px !important; border: 1px outset #444; margin-top: -8px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; box-shadow: 0px 10px 8px -12px #000 !important; height: 60px !important;} /* TUMBLR LOGO */ #logo { height: 0 !important; width: 0 !important; margin-top: 19px !important; padding-left: 137px !important; padding-top: 32px !important; background: url(http://28.media.tumblr.com/tumblr_lue9odMeDa1qcayx8o1_250.png) no-repeat !important; box-shadow: none !important;} #left_column, #right_column {background-color: transparent !important;} div.l-content.l-content.l-content { background-color: #eee; margin-top: -15px !important; border-radius:0px !important; padding-top:45px!important; text-shadow:none !important;} *{text-shadow:none !important; color:#626262!important;} .tab_notice {top: 0px !important; background-image:none!important; margin-left: 4px !important; height:auto!important; width:auto !important; text-align: center !important; border-radius: 6px !important; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important; vertical-align:middle !important; font:11px consolas !important; font-weight: bold !important;} *.tab_notice_value{text-shadow:none !important; color:#F8E9E9!important;} /* SEND BOTTOM TOP */ #content_top{opacity:0.0;filter:alpha(opacity=0);background:#fff!important;} #content_bottom{opacity:0.0;filter:alpha(opacity=0);background:#fff!important;} .content_cap{opacity:0.0;filter:alpha(opacity=0);background:#fff!important;} div.post_content blockquote { margin-left:0 !important; padding-left:10px !important;} ol#posts li.post.new_post {background: #ffffff top center no-repeat !important; box-shadow: none !important; border: 0px solid #E7EAEC !important; border-radius:0px !important; padding:0px!important; margin:0px!important; font-family:consolas!important; text-transform:uppercase!important; font-size:0,1em;} .controls_section .selected, #right_column #MissingE_sidebar_title {background:transparent !important;} #right_column a#dashboard_switch_blog_menu_current {background-color:transparent!important;} #right_column a#dashboard_switch_blog_menu_current:hover {background-color:transparent!important;} .hide_overflow{background-color:transparent!important;} #dashboard_controls_open_blog{background-color:#F0F0F0!important; box-shadow: none !important; border: 1px solid #D7D7D7!important; border-radius:0px !important;} .controls_section{background-color:#F0F0F0!important; box-shadow: none !important; border: 1px solid #D7D7D7!important; border-radius:0px !important;} li.selected {box-shadow: none !important; border-bottom: 0px solid #D7D7D7!important; border-radius:0px !important;} #nav .nav_item.active{background-color: #00C} /* LOADING MORE POSTS */ #previous_page_link, #next_page_link, .add_and_remove, .mass_editor, .MissingE_marklist_title, .customize, .recessed, .answer_avatar, .flat, .dashboard_options_form, #auto_pagination_loader{background:#F0F0F0 !important;} /* RETURN TO TOP */ div.return_to_top_icon{ background: none !important; width: 0px !important; height: 0px !important; margin-top: 0px !important; border-bottom: solid 30px black !important; border-right: 15px solid transparent !important; border-left: 15px solid transparent !important;} /* Sidebar shadow hack */ .count {text-shadow: none !important;} .post img, .reply_text, .text_field, #tag_editor, .source_url_questionmark_gradient, #post_one {border-radius: 12px !important;box-shadow: none !important;} .posts, .tag {background-color:#F0F0F0!important; text-transform:none!important} #post_two {border-radius: 0px 0px 8px 8px !important;box-shadow: none !important;} #content_top, #content_bottom, .inline_external_image, .source_url {border-radius: 0px !important; box-shadow: none !important; background-color:#fff;padding-top:0px!important;} .tags{font-size:11px!important;margin-top:0px!important; font-family:consolas;vertical-align:middle !important;} .source_url{font-size:11px!important; font-family:consolas!important; text-transform:uppercase; vertical-align:middle !important; margin-right:4px!important;} .footer_links{margin-top:20px!important; vertical-align:middle !important;} .photo {box-shadow: none !important; border: 1px solid #E7EAEC !important;border-radius:0px !important;} .avatar_frame {border: 3px solid #fff !important;background-color:#FFF !important;border-radius:24px!important;} .post_avatar {border: 0px solid #C9C9C9 !important; border-radius:0px !important; box-shadow: 0px 10px 10px -12px #333333!important;} .token {border: 0px solid #444 !important;background-color:#F0F0F0!important;} img[src*="http://assets.tumblr.com/images/content_bottom_edit_form.png"], img[src*="http://assets.tumblr.com/images/content_top_edit_form.png"]{height: 0px !important;background-color:#FFF!important box-shadow: none !important; border: 0px solid #E7EAEC !important; border-radius:0px !important; padding:0px!important; margin:0px!important;} #posts LI[class*=" post"] {box-shadow: none !important; border: 1px solid #E7EAEC !important;border-radius:0px !important;} #posts LI[class*=" post"]:hover {box-shadow: none !important; border: 1px solid #BCBCBC !important;border-radius:0px !important;} #posts LI[class*="notification"] {box-shadow: none !important; border: 1px solid #E7EAEC !important; border-radius:0px !important; background-color:#FFF !important; border-bottom: 1px solid #E8E8E8!important; border-top: 0px solid #333!important; border-left: 0px solid #333!important; border-right: 0px solid #333!important;} #posts LI[class*="notification"]:hover {box-shadow: none !important; border: 1px solid #E7EAEC !important; border-radius:0px !important; background-color:#FFF !important; border-bottom: 1px solid #BCBCBC!important; border-top: 0px solid #E1E1E1!important; border-left: 0px solid #E1E1E1!important; border-right: 0px solid #E1E1E1!important;} .post_info A, .post_controls A, .footer_links.with_tags SPAN A { color:#333333 !important;} .camera {background: transparent !important; border-radius: 0px !important; opacity: 0.7 !important; padding-bottom: 4px;} .image { display: block !important; margin-left: auto !important; margin-right: auto !important;} #content_bottom {border-radius:0px !important;} .notification a {border-bottom: 0px solid #3366FF !important;} .notification blockquote {border-left: 3px solid #3366FF !important;} /*SELECTION ARROW begin - points to dashboard selection*/ .selection_nipple.white, .selection_nipple:not([class="selection_nipple white"]) { background: none !important; width: 0px !important; height: 0px !important; margin-top: 0px !important; border-bottom: solid 4px #000 !important; border-right: 11px solid transparent !important; border-left: 11px solid transparent !important; } .selection_nipple:not([class="selection_nipple white"]) { border-bottom: solid 11px #000 !important;} /*SIDE ARROWS*/ .arrow { background: none !important; width: 0px !important; height: 0px !important; border-right: solid 9px #000 !important; border-bottom: 9px solid transparent !important; border-left: 2px solid transparent !important; border-top: 9px solid transparent !important; margin-top: 0px !important; } .nipple { background: none !important; width: 0px !important; height: 0px !important; border-right: solid 6px #000 !important; border-bottom: 6px solid transparent !important; border-left: 0px solid transparent !important; border-top: 6px solid transparent !important; margin-top: 0px !important; } .nipple.border { background: none !important; width: 0px !important; height: 0px !important; border-right: solid 6px #000 !important; border-bottom: 6px solid transparent !important; border-left: 1px solid transparent !important; border-top: 6px solid transparent !important; margin-top: 1px !important;} .notification, .answer_container, .answer_input, .dashboard_options_form, .flat{border: 0px solid #FF00FF !important;} /* SEARCH */ #search_query {background:#F0F0F0 !important;border-radius:6px !important;} .post p, .post blockquote, .post_info, .caption, .conversation_lines, .quote_source, .MissingE_askTweaks_buttons {text-align: left !important;background-color:#fff!important;} #left_column #posts .post .permalink{background-color:transparent!important;} #dashboard_switch_blog_menu_current, #dashboard_switch_blog_arrow_and_divider, #dashboard_switch_blog_arrow_current{background-image:#C0C0C0!important} #left_column #posts .notification {background-color:transparent!important;} }
0.180071
0.076891
*{ padding: 0; margin: 0; } li{ list-style: none; } a{ text-decoration: none; color: #fff; } .h1{ animation: opcity 2s linear forwards; } @keyframes opcity { from{ opacity: 0; } to{ opacity: 1; } } .page1_p{ transform: translateY(400px); animation: translateY 0.5s linear 2s forwards; } .page1_div{ transform: translateY(400px); animation: translateY 0.5s linear 2s forwards; } @keyframes translateY { from{ opacity: 0; transform: translateY(400px); } to{ opacity: 1; transform: translateY(0px); } } .page1_img{ animation: img 5s linear forwards; } @keyframes img { 0%{ transform: scale3d(1, 1,1); } 50%{ transform: scale3d(1.05, 1.05, 1.05); } 100%{ transform: scale3d(1.05, 1.05, 1.05); } } .nav1{ border-bottom: 0.05rem solid red; padding-bottom: 0.2rem; } .box{ width: 100%; overflow: hidden; } .box2{ width: 90%; margin: 0 auto; overflow: hidden; } .left{ float: left; width: 4rem; } .left img{ width: 100%; } .right{ float: right; } .right ul li{ float: left; color: #fff; font-size: 0.25rem; text-align: center; padding: 0.2rem 0.2rem 0; } .box .right .ul1{ overflow: hidden; display: none; left: 0.1rem; margin-top: 0.15rem; position: absolute; z-index: 999; } .box .right .ul1 p{ font-size: 0.14rem; padding: 0.2rem 0; } .bgc{ background-color: rgb(3,24,51); } .box .right .li1{ position: relative; } .box .right .ul2{ overflow: hidden; display: none; left: 0rem; margin-top: 0.15rem; position: absolute; z-index: 999; } .box .right .ul2 p{ font-size: 0.14rem; padding: 0.15rem; } .box .right .li2{ position: relative; } .box .right .ul3{ overflow: hidden; display: none; left: 0.1rem; margin-top: 0.15rem; position: absolute; z-index: 999; } .box .right .ul3 p{ font-size: 0.14rem; width: 1rem; padding: 0.15rem; } .box .right .li3{ position: relative; } .box .right .ul4{ overflow: hidden; display: none; margin-top: 0.15rem; position: absolute; left: 0.05rem; z-index: 999; } .box .right .ul4 p{ font-size: 0.14rem; width: 1rem; padding: 0.16rem; } .box .right .li4{ position: relative; } .active{ transform: translateX(0.4rem); animation: fadeIn 0.3s linear forwards; } @keyframes fadeIn { from{ transform: translateX(0rem); } to{ transform: translateX(0.4rem); } } .active1{ transform: translateX(0.4rem); animation: fadeIn1 0.3s linear forwards; } @keyframes fadeIn1 { from{ transform: translateX(0.4rem); } to{ transform: translateX(0.4rem); } } .h1{ animation: opcity 2s linear forwards; } @keyframes opcity { from{ opacity: 0; } to{ opacity: 1; } } .page1_p{ transform: translateY(400px); animation: translateY 0.5s linear 2s forwards; } .page1_div{ transform: translateY(400px); animation: translateY 0.5s linear 2s forwards; } @keyframes translateY { from{ opacity: 0; transform: translateY(400px); } to{ opacity: 1; transform: translateY(0px); } } .page1_img{ animation: img 5s linear forwards; } @keyframes img { 0%{ transform: scale3d(1, 1,1); } 50%{ transform: scale3d(1.05, 1.05, 1.05); } 100%{ transform: scale3d(1.05, 1.05, 1.05); } } /*page2*/ .page2{ position: relative; margin-top:-0.3rem; } .page2_lefr{ position: absolute; left: 8%; top: 29%; margin-top: -2rem; z-index: 1; } .page2_lefr li{ color: #fff; } .page2_lefr li:nth-child(n){ width: 3.5rem; height: 2rem; text-align: center; background-color: #005BAC; font-size: 0.2rem; } .page2_lefr li:nth-child(2n){ width: 3.5rem; height: 2rem; text-align: center; background-color: #489AEE; font-size: 0.2rem; } .bg1{ position: relative; margin-top: -0.3rem; } .bg_right{ position: absolute; right: 8%; width: 40%; top: 35%; margin-top: -1rem; color: white; font-size: 0.4rem; } .page3{ width: 100%; } .page3 .page3_container{ width: 80%; margin: 0 auto; overflow: hidden; text-align: center; } .page3 .page3_container .page3_one{ width:26%; float: left; text-align:center; } .page3 .btn{ width: 2rem; height: 0.6rem; background-color: #005BAC; color: #fff; text-align: center; line-height: 0.6rem; margin: 0.2rem auto; font-size: 0.2rem; } .page4{ background-color: #4B6EA6; width: 100%; } .page4_container{ width: 100%; overflow: hidden; } .page4_container div{ width: 50%; float: left; } .page4_container div img{ width: 100%; } .page4_container div img:nth-child(2){ display: none; } .page4_container .text{ width: 2.68rem; height: 0.4rem; position: absolute; text-align: center; color: #fff; top: 50%; margin-top: -0.2rem; left: 50%; margin-left: -1.34rem; font-weight: bolder; font-size: 0.4rem; } .page5{ background: url("../images/banner_5.jpg") no-repeat; -webkit-background-size: 100%; background-size: 100%; height: 8.76rem; margin-top: -0.3rem; } .page5 p{ color: #fff; text-align: center; } .page5 .btn1{ width: 2rem; height: 0.5rem; border: 1px solid #fff; margin: 0rem auto; line-height: 0.5rem; font-size: 0.2rem; margin-top: 1rem; } .page6{ width: 100%; } .page6 .img{ width: 90%; margin: 0rem auto; overflow: hidden; margin-bottom: 1.5rem; } .page6 .img div{ float: left; width: 16.6%; height: 0.8rem; margin: 0.5rem 0rem; } .page6 .img div img{ width: 100%; } .footer{ width: 100%; background-color: #565656; } .footer .footer_container{ width: 90%; margin: 0 auto; overflow: hidden; height: 4.3rem; } .footer_container .footer_left{ float: left; width: 50%; color: #fff; font-size: 0.12rem; } .footer_container .footer_left{ float: left; width: 50%; } .footer_container .footer_right { overflow: hidden; width: 50%; color: #fff; font-size: 0.12rem; margin-top: 1.5rem; } .footer_container .footer_right ul li{ line-height: 0.4rem; font-size: 0.2rem; } .footer_container .footer_right ul li:nth-child(1){ font-weight: bolder; margin-bottom: 0.1rem; font-size: 0.25rem; } .footer_container .footer_right div{ text-align: center; width: 24%; float: left; border-right: 1px solid #fff; } .footer_container .footer_right div:nth-child(4){ border-right: none; } .end{ width: 100%; text-align: center; color: #fff; height:0.8rem; line-height: 0.8rem; background-color: #404040; font-size: 0.2rem; } .end img{ width: 0.3rem; } .end span:nth-child(2){ margin: 0rem 0.3rem; } .end .span1{ position: relative; display: inline-block; } .end .span1 img:nth-child(2){ position: absolute; width: 2rem !important; bottom: 0.8rem; left: -0.8rem; display: none; } .end .span2{ position: relative; display: inline-block; } .end .span2 img:nth-child(2){ position: absolute; width: 2rem !important; bottom: 0.8rem; left: -0.7rem; display: none; } /*返回顶部按钮*/ .row{ width: 0.6rem; height: 0.6rem; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: red; position: fixed; bottom: 2%; right: 2%; opacity: 0; } .back img{ position: absolute; top: 50%; margin-top: 0.23rem; left: 50%; margin-left: -7px; } .back{ position: relative; } .backTop{ -webkit-animation: back 0.5s linear forwards; -o-animation: back 0.5s linear forwards; animation: back 0.5s linear forwards; } @keyframes back { from{ opacity: 0; } to{ opacity: 1; } } .backOut{ -webkit-animation: out 0.3s linear forwards; -o-animation: out 0.3s linear forwards; animation: out 0.3s linear forwards; } @keyframes out { from{ opacity:1; } to{ opacity:0; } }
css/index.css
*{ padding: 0; margin: 0; } li{ list-style: none; } a{ text-decoration: none; color: #fff; } .h1{ animation: opcity 2s linear forwards; } @keyframes opcity { from{ opacity: 0; } to{ opacity: 1; } } .page1_p{ transform: translateY(400px); animation: translateY 0.5s linear 2s forwards; } .page1_div{ transform: translateY(400px); animation: translateY 0.5s linear 2s forwards; } @keyframes translateY { from{ opacity: 0; transform: translateY(400px); } to{ opacity: 1; transform: translateY(0px); } } .page1_img{ animation: img 5s linear forwards; } @keyframes img { 0%{ transform: scale3d(1, 1,1); } 50%{ transform: scale3d(1.05, 1.05, 1.05); } 100%{ transform: scale3d(1.05, 1.05, 1.05); } } .nav1{ border-bottom: 0.05rem solid red; padding-bottom: 0.2rem; } .box{ width: 100%; overflow: hidden; } .box2{ width: 90%; margin: 0 auto; overflow: hidden; } .left{ float: left; width: 4rem; } .left img{ width: 100%; } .right{ float: right; } .right ul li{ float: left; color: #fff; font-size: 0.25rem; text-align: center; padding: 0.2rem 0.2rem 0; } .box .right .ul1{ overflow: hidden; display: none; left: 0.1rem; margin-top: 0.15rem; position: absolute; z-index: 999; } .box .right .ul1 p{ font-size: 0.14rem; padding: 0.2rem 0; } .bgc{ background-color: rgb(3,24,51); } .box .right .li1{ position: relative; } .box .right .ul2{ overflow: hidden; display: none; left: 0rem; margin-top: 0.15rem; position: absolute; z-index: 999; } .box .right .ul2 p{ font-size: 0.14rem; padding: 0.15rem; } .box .right .li2{ position: relative; } .box .right .ul3{ overflow: hidden; display: none; left: 0.1rem; margin-top: 0.15rem; position: absolute; z-index: 999; } .box .right .ul3 p{ font-size: 0.14rem; width: 1rem; padding: 0.15rem; } .box .right .li3{ position: relative; } .box .right .ul4{ overflow: hidden; display: none; margin-top: 0.15rem; position: absolute; left: 0.05rem; z-index: 999; } .box .right .ul4 p{ font-size: 0.14rem; width: 1rem; padding: 0.16rem; } .box .right .li4{ position: relative; } .active{ transform: translateX(0.4rem); animation: fadeIn 0.3s linear forwards; } @keyframes fadeIn { from{ transform: translateX(0rem); } to{ transform: translateX(0.4rem); } } .active1{ transform: translateX(0.4rem); animation: fadeIn1 0.3s linear forwards; } @keyframes fadeIn1 { from{ transform: translateX(0.4rem); } to{ transform: translateX(0.4rem); } } .h1{ animation: opcity 2s linear forwards; } @keyframes opcity { from{ opacity: 0; } to{ opacity: 1; } } .page1_p{ transform: translateY(400px); animation: translateY 0.5s linear 2s forwards; } .page1_div{ transform: translateY(400px); animation: translateY 0.5s linear 2s forwards; } @keyframes translateY { from{ opacity: 0; transform: translateY(400px); } to{ opacity: 1; transform: translateY(0px); } } .page1_img{ animation: img 5s linear forwards; } @keyframes img { 0%{ transform: scale3d(1, 1,1); } 50%{ transform: scale3d(1.05, 1.05, 1.05); } 100%{ transform: scale3d(1.05, 1.05, 1.05); } } /*page2*/ .page2{ position: relative; margin-top:-0.3rem; } .page2_lefr{ position: absolute; left: 8%; top: 29%; margin-top: -2rem; z-index: 1; } .page2_lefr li{ color: #fff; } .page2_lefr li:nth-child(n){ width: 3.5rem; height: 2rem; text-align: center; background-color: #005BAC; font-size: 0.2rem; } .page2_lefr li:nth-child(2n){ width: 3.5rem; height: 2rem; text-align: center; background-color: #489AEE; font-size: 0.2rem; } .bg1{ position: relative; margin-top: -0.3rem; } .bg_right{ position: absolute; right: 8%; width: 40%; top: 35%; margin-top: -1rem; color: white; font-size: 0.4rem; } .page3{ width: 100%; } .page3 .page3_container{ width: 80%; margin: 0 auto; overflow: hidden; text-align: center; } .page3 .page3_container .page3_one{ width:26%; float: left; text-align:center; } .page3 .btn{ width: 2rem; height: 0.6rem; background-color: #005BAC; color: #fff; text-align: center; line-height: 0.6rem; margin: 0.2rem auto; font-size: 0.2rem; } .page4{ background-color: #4B6EA6; width: 100%; } .page4_container{ width: 100%; overflow: hidden; } .page4_container div{ width: 50%; float: left; } .page4_container div img{ width: 100%; } .page4_container div img:nth-child(2){ display: none; } .page4_container .text{ width: 2.68rem; height: 0.4rem; position: absolute; text-align: center; color: #fff; top: 50%; margin-top: -0.2rem; left: 50%; margin-left: -1.34rem; font-weight: bolder; font-size: 0.4rem; } .page5{ background: url("../images/banner_5.jpg") no-repeat; -webkit-background-size: 100%; background-size: 100%; height: 8.76rem; margin-top: -0.3rem; } .page5 p{ color: #fff; text-align: center; } .page5 .btn1{ width: 2rem; height: 0.5rem; border: 1px solid #fff; margin: 0rem auto; line-height: 0.5rem; font-size: 0.2rem; margin-top: 1rem; } .page6{ width: 100%; } .page6 .img{ width: 90%; margin: 0rem auto; overflow: hidden; margin-bottom: 1.5rem; } .page6 .img div{ float: left; width: 16.6%; height: 0.8rem; margin: 0.5rem 0rem; } .page6 .img div img{ width: 100%; } .footer{ width: 100%; background-color: #565656; } .footer .footer_container{ width: 90%; margin: 0 auto; overflow: hidden; height: 4.3rem; } .footer_container .footer_left{ float: left; width: 50%; color: #fff; font-size: 0.12rem; } .footer_container .footer_left{ float: left; width: 50%; } .footer_container .footer_right { overflow: hidden; width: 50%; color: #fff; font-size: 0.12rem; margin-top: 1.5rem; } .footer_container .footer_right ul li{ line-height: 0.4rem; font-size: 0.2rem; } .footer_container .footer_right ul li:nth-child(1){ font-weight: bolder; margin-bottom: 0.1rem; font-size: 0.25rem; } .footer_container .footer_right div{ text-align: center; width: 24%; float: left; border-right: 1px solid #fff; } .footer_container .footer_right div:nth-child(4){ border-right: none; } .end{ width: 100%; text-align: center; color: #fff; height:0.8rem; line-height: 0.8rem; background-color: #404040; font-size: 0.2rem; } .end img{ width: 0.3rem; } .end span:nth-child(2){ margin: 0rem 0.3rem; } .end .span1{ position: relative; display: inline-block; } .end .span1 img:nth-child(2){ position: absolute; width: 2rem !important; bottom: 0.8rem; left: -0.8rem; display: none; } .end .span2{ position: relative; display: inline-block; } .end .span2 img:nth-child(2){ position: absolute; width: 2rem !important; bottom: 0.8rem; left: -0.7rem; display: none; } /*返回顶部按钮*/ .row{ width: 0.6rem; height: 0.6rem; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: red; position: fixed; bottom: 2%; right: 2%; opacity: 0; } .back img{ position: absolute; top: 50%; margin-top: 0.23rem; left: 50%; margin-left: -7px; } .back{ position: relative; } .backTop{ -webkit-animation: back 0.5s linear forwards; -o-animation: back 0.5s linear forwards; animation: back 0.5s linear forwards; } @keyframes back { from{ opacity: 0; } to{ opacity: 1; } } .backOut{ -webkit-animation: out 0.3s linear forwards; -o-animation: out 0.3s linear forwards; animation: out 0.3s linear forwards; } @keyframes out { from{ opacity:1; } to{ opacity:0; } }
0.661267
0.137706
.button { border: none; padding: 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; } .button1 { background-color: #F57C00; border-radius: 5px; position:absolute; /*transition: .5s ease;*/ right: 50%; bottom: 50%; /*display: block;*/ margin-left: auto; margin-right: auto; } .button2 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 14px; padding: 5px 10px 5px 10px; text-decoration: none; position: absolute; transition: 0.5s ease; right: 0%; top: 0%; } .button22 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 11px; padding: 5px 10px 5px 10px; text-decoration: none; /* position: absolute; */ transition: 0.5s ease; /* left: 75%; */ top: auto; } .button23 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 11px; padding: 5px 10px 5px 10px; text-decoration: none; /* position: absolute; */ transition: 0.5s ease; /* left: 45.5%; */ top: auto; /* z-index: 5; */ } /* @media only screen and (max-width: 291px) { .button23 { left: 59%; top: 38.5%; /* z-index: 5; } } */ .button25 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 11px; padding: 5px 10px 5px 10px; text-decoration: none; /* position: absolute; */ transition: 0.5s ease; /* left: 75%; */ top: auto; } .button24 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 11px; padding: 5px 10px 5px 10px; text-decoration: none; /* position: absolute; */ transition: 0.5s ease; /* left: 45.5%; */ top: auto; /* z-index: 5; */ } .button3 { padding: 5px 10px; border: none; cursor: pointer; border-radius: 5px; background-color: #F57C00; color: white; font-size: 16px; font-weight: 500; } .button4{ position: relative; /*margin-right: 2px;*/ margin-top: -8px; /*top: 1%; right: 1%;*/ color: white; float: right; border-radius: 50%; background-color: #F57C00; font-size: 15px; } .helpbuttonClose{ margin-right: -90%; margin-top: -20%; } .buttonAgreeToTerms{ margin-top: 18px; } div.fixed { position: fixed; bottom: 0; right: 0; width: 300px; } .notesBody { padding-top: 24px; display: flex; flex: 1 1 85%; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; overflow: auto; } .landingButtons{ text-align: center; position: relative; width: 100%; overflow:auto; background-color: white; display: block; height: auto; } .videoButton{ position: relative; text-align: center; background-color: #e7f120; border-color: #d7df21; color: rgb(14, 145, 200); text-shadow: black; border-radius: 14px; font-weight: bold; height: 32px; overflow: hidden; width: min-content; font-size: 12px; } @media only screen and (min-width:200px) and (max-width:450px){ .videoButton{ position: relative; text-align: center; background-color: #e7f120; border-color: #d7df21; color: rgb(14, 145, 200); text-shadow: black; border-radius: 14px; font-weight: bold; height: 22px; overflow: hidden; width: min-content; font-size: 12px; } } .langLandButtonStyle{ display: none; background-color: #0a99ecc9; border-color: #0a99ecc9; font-size: larger; font-weight: bolder; color: #F0F0F0; padding: 10px 15px 10px 15px; margin: 5px 20px 5px 10px; border-radius: 25px; width: 80px; height: 45px ; }
src/Button.css
.button { border: none; padding: 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; } .button1 { background-color: #F57C00; border-radius: 5px; position:absolute; /*transition: .5s ease;*/ right: 50%; bottom: 50%; /*display: block;*/ margin-left: auto; margin-right: auto; } .button2 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 14px; padding: 5px 10px 5px 10px; text-decoration: none; position: absolute; transition: 0.5s ease; right: 0%; top: 0%; } .button22 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 11px; padding: 5px 10px 5px 10px; text-decoration: none; /* position: absolute; */ transition: 0.5s ease; /* left: 75%; */ top: auto; } .button23 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 11px; padding: 5px 10px 5px 10px; text-decoration: none; /* position: absolute; */ transition: 0.5s ease; /* left: 45.5%; */ top: auto; /* z-index: 5; */ } /* @media only screen and (max-width: 291px) { .button23 { left: 59%; top: 38.5%; /* z-index: 5; } } */ .button25 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 11px; padding: 5px 10px 5px 10px; text-decoration: none; /* position: absolute; */ transition: 0.5s ease; /* left: 75%; */ top: auto; } .button24 { /*background-color: #BCDBEA;*/ background: #808080; background-image: -webkit-linear-gradient(top, #F0F0F0, #808080); background-image: -moz-linear-gradient(top, #F0F0F0, #808080); background-image: -ms-linear-gradient(top, #F0F0F0, #808080); background-image: -o-linear-gradient(top, #F0F0F0, #808080); background-image: linear-gradient(to bottom, #F0F0F0, #808080); border-radius: 50%; font-family: Arial; color: #000000; font-size: 11px; padding: 5px 10px 5px 10px; text-decoration: none; /* position: absolute; */ transition: 0.5s ease; /* left: 45.5%; */ top: auto; /* z-index: 5; */ } .button3 { padding: 5px 10px; border: none; cursor: pointer; border-radius: 5px; background-color: #F57C00; color: white; font-size: 16px; font-weight: 500; } .button4{ position: relative; /*margin-right: 2px;*/ margin-top: -8px; /*top: 1%; right: 1%;*/ color: white; float: right; border-radius: 50%; background-color: #F57C00; font-size: 15px; } .helpbuttonClose{ margin-right: -90%; margin-top: -20%; } .buttonAgreeToTerms{ margin-top: 18px; } div.fixed { position: fixed; bottom: 0; right: 0; width: 300px; } .notesBody { padding-top: 24px; display: flex; flex: 1 1 85%; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; overflow: auto; } .landingButtons{ text-align: center; position: relative; width: 100%; overflow:auto; background-color: white; display: block; height: auto; } .videoButton{ position: relative; text-align: center; background-color: #e7f120; border-color: #d7df21; color: rgb(14, 145, 200); text-shadow: black; border-radius: 14px; font-weight: bold; height: 32px; overflow: hidden; width: min-content; font-size: 12px; } @media only screen and (min-width:200px) and (max-width:450px){ .videoButton{ position: relative; text-align: center; background-color: #e7f120; border-color: #d7df21; color: rgb(14, 145, 200); text-shadow: black; border-radius: 14px; font-weight: bold; height: 22px; overflow: hidden; width: min-content; font-size: 12px; } } .langLandButtonStyle{ display: none; background-color: #0a99ecc9; border-color: #0a99ecc9; font-size: larger; font-weight: bolder; color: #F0F0F0; padding: 10px 15px 10px 15px; margin: 5px 20px 5px 10px; border-radius: 25px; width: 80px; height: 45px ; }
0.390243
0.061509
body, p, form, input, button { margin: 0; padding: 0; list-style: none; } body, button, input, select, textarea { color: #545454; font-family: "微软雅黑"; font-size: 12px; } input, select, textarea { font-size: 100%; } img { border: 0; } a { text-decoration: none; color: #545454; } input:-webkit-autofill { box-shadow: 0 0 0px 1000px #fff inset !important; } a:hover { color: #3fa3de; } .fl { float: left; } .fr { float: right; } .login { height: 560px; width: 360px; position: absolute; top: 50%; left: 50%; margin-left: -180px; margin-top: -280px; } .logo { background-image: url(../image/logo.png); background-repeat: no-repeat; height: 105px; width: 360px; background-size: contain; } .w-box { width: 320px; padding: 10% 6% 8%; } .email, input[type="password"] { width: 269px; margin-bottom: 4%; border: 1px solid #ccc; color: #555; height: 40px; line-height: 40px; padding-left: 45px; outline: none; } .yzm { width: 45%; margin-bottom: 4%; border: 1px solid #ccc; color: #555; height: 40px; line-height: 40px; border-radius: 3px; padding-left: 10px; margin-right: 20px; } .dl { width: 99%; border: 0; color: #fff; background-color: #e4393c; border-radius: 3px; height: 45px; font-size: 20px; line-height: 45px; margin-top: 10px; } .dl:hover { background-color: #aa0101; } .login p { line-height: 20px; width: 95%; } .text { line-height: 25px; font-size: 12px; display: block; } .qq { background-image: url(../image/xqq.jpg.pagespeed.ic.QsDa6MDvkv.webp); background-repeat: no-repeat; -webkit-background-size: 20px; background-size: 20px; width: 70px; line-height: 25px; height: 25px; display: block; padding-left: 24px; font-size: 12px; color: #888; } .qq a, .text, .spanLo { color: #888; } .login hr { width: 92%; margin-top: 25px; } .zc { font-size: 12px; color: #e4393c; } .foot { height: 50px; width: 100%; text-align: center; line-height: 25px; } .form_box { position: relative; } .login_label { background-image: url(../image/xlogin-pwd-icons.png.pagespeed.ic.XgFHPowSXH.png); background-repeat: no-repeat; position: absolute; z-index: 3; top: 1.5px; left: 1.5px; width: 38px; height: 39.5px; border-right: 1px solid #bdbdbd; background-position: 0 0; background-color: #eee; } .pwd_label { background-image: url(../image/xlogin-pwd-icons.png.pagespeed.ic.XgFHPowSXH.png); background-repeat: no-repeat; position: absolute; z-index: 3; top: 56px; left: 1.5px; width: 38px; height: 39.5px; border-right: 1px solid #bdbdbd; background-position: -48px 0; background-color: #eee; } .other_login_box { margin-top: 35px; padding-top: 15px; border-top: 1px solid #eee; height: auto; overflow: hidden; } .other_login_box a { float: left; font-size: 12px; } .LoginLogo { width: 20px; height: 20px; float: left; } .line_login { width: 1px; height: 18px; border-right: 1px solid #ddd; float: left; margin: 0 10px; } .spanLo { display: block; line-height: 20px; float: left; } .right_now { margin-right: 2px; width: 20px; height: 20px; vertical-align: middle; }
public/assets/css/login.css
body, p, form, input, button { margin: 0; padding: 0; list-style: none; } body, button, input, select, textarea { color: #545454; font-family: "微软雅黑"; font-size: 12px; } input, select, textarea { font-size: 100%; } img { border: 0; } a { text-decoration: none; color: #545454; } input:-webkit-autofill { box-shadow: 0 0 0px 1000px #fff inset !important; } a:hover { color: #3fa3de; } .fl { float: left; } .fr { float: right; } .login { height: 560px; width: 360px; position: absolute; top: 50%; left: 50%; margin-left: -180px; margin-top: -280px; } .logo { background-image: url(../image/logo.png); background-repeat: no-repeat; height: 105px; width: 360px; background-size: contain; } .w-box { width: 320px; padding: 10% 6% 8%; } .email, input[type="password"] { width: 269px; margin-bottom: 4%; border: 1px solid #ccc; color: #555; height: 40px; line-height: 40px; padding-left: 45px; outline: none; } .yzm { width: 45%; margin-bottom: 4%; border: 1px solid #ccc; color: #555; height: 40px; line-height: 40px; border-radius: 3px; padding-left: 10px; margin-right: 20px; } .dl { width: 99%; border: 0; color: #fff; background-color: #e4393c; border-radius: 3px; height: 45px; font-size: 20px; line-height: 45px; margin-top: 10px; } .dl:hover { background-color: #aa0101; } .login p { line-height: 20px; width: 95%; } .text { line-height: 25px; font-size: 12px; display: block; } .qq { background-image: url(../image/xqq.jpg.pagespeed.ic.QsDa6MDvkv.webp); background-repeat: no-repeat; -webkit-background-size: 20px; background-size: 20px; width: 70px; line-height: 25px; height: 25px; display: block; padding-left: 24px; font-size: 12px; color: #888; } .qq a, .text, .spanLo { color: #888; } .login hr { width: 92%; margin-top: 25px; } .zc { font-size: 12px; color: #e4393c; } .foot { height: 50px; width: 100%; text-align: center; line-height: 25px; } .form_box { position: relative; } .login_label { background-image: url(../image/xlogin-pwd-icons.png.pagespeed.ic.XgFHPowSXH.png); background-repeat: no-repeat; position: absolute; z-index: 3; top: 1.5px; left: 1.5px; width: 38px; height: 39.5px; border-right: 1px solid #bdbdbd; background-position: 0 0; background-color: #eee; } .pwd_label { background-image: url(../image/xlogin-pwd-icons.png.pagespeed.ic.XgFHPowSXH.png); background-repeat: no-repeat; position: absolute; z-index: 3; top: 56px; left: 1.5px; width: 38px; height: 39.5px; border-right: 1px solid #bdbdbd; background-position: -48px 0; background-color: #eee; } .other_login_box { margin-top: 35px; padding-top: 15px; border-top: 1px solid #eee; height: auto; overflow: hidden; } .other_login_box a { float: left; font-size: 12px; } .LoginLogo { width: 20px; height: 20px; float: left; } .line_login { width: 1px; height: 18px; border-right: 1px solid #ddd; float: left; margin: 0 10px; } .spanLo { display: block; line-height: 20px; float: left; } .right_now { margin-right: 2px; width: 20px; height: 20px; vertical-align: middle; }
0.370909
0.098599
.layui-laypage {display: inline-block;vertical-align: middle;margin: 10px 0;font-size: 0;} .layui-box, .layui-box * {box-sizing: content-box;} .layui-laypage>a:first-child, .layui-laypage>a:first-child em {border-radius: 2px 0 0 2px;} .layui-laypage>:first-child {margin-left: 0!important;} .layui-laypage a {text-decoration: none;} .layui-laypage a, .layui-laypage span {display: inline-block;vertical-align: middle;padding: 0 15px;height: 28px;line-height: 28px;margin: 0 -1px 5px 0;background-color: #fff; color: #333;font-size: 12px;} .layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {border: 1px solid #e2e2e2;} .layui-disabled, .layui-disabled:hover {color: #d2d2d2!important;cursor: not-allowed!important;} .layui-box, .layui-box * {box-sizing: content-box;} .layui-btn, .layui-disabled, .layui-icon, .layui-unselect {-webkit-user-select: none;-ms-user-select: none;-moz-user-select: none;} .layui-laypage .layui-laypage-curr {position: relative;} .layui-laypage a, .layui-laypage span {display: inline-block;vertical-align: middle;padding: 0 15px;height: 28px;line-height: 28px;margin: 0 -1px 5px 0;background-color: #fff; color: #333;font-size: 12px;} .layui-laypage .layui-laypage-curr .layui-laypage-em {position: absolute;left: -1px;top: -1px;padding: 1px;width: 100%;height: 100%;background-color: #008080;} .layui-laypage .layui-laypage-curr em {position: relative;color: #fff;} .layui-laypage em {font-style: normal;} .layui-laypage-em {border-radius: 2px;} .layui-laypage>a:last-child, .layui-laypage>a:last-child em {border-radius: 0 2px 2px 0;} .layui-laypage>:last-child {margin-right: 0!important;} .layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-skip {margin-left: 10px;margin-right: 10px;padding: 0;border: none; } .layui-laypage .layui-laypage-skip {height: 30px;line-height: 30px;color: #999;} .layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-skip {margin-left: 10px;margin-right: 10px;padding: 0; border: none;} .layui-laypage input {display: inline-block;width: 40px;margin: 0 10px;padding: 0 3px;text-align: center;} .layui-laypage button, .layui-laypage input {height: 30px;line-height: 30px;border-radius: 2px;vertical-align: top;background-color: #fff;box-sizing: border-box;} .layui-laypage button {margin-left: 10px;padding: 0 10px;cursor: pointer;} .layui-laypage button, .layui-laypage input {height: 30px;line-height: 30px;border-radius: 2px;vertical-align: top;background-color: #fff;box-sizing: border-box;}
wardmate-web/src/main/webapp/assets/layui/laypage/laypage.css
.layui-laypage {display: inline-block;vertical-align: middle;margin: 10px 0;font-size: 0;} .layui-box, .layui-box * {box-sizing: content-box;} .layui-laypage>a:first-child, .layui-laypage>a:first-child em {border-radius: 2px 0 0 2px;} .layui-laypage>:first-child {margin-left: 0!important;} .layui-laypage a {text-decoration: none;} .layui-laypage a, .layui-laypage span {display: inline-block;vertical-align: middle;padding: 0 15px;height: 28px;line-height: 28px;margin: 0 -1px 5px 0;background-color: #fff; color: #333;font-size: 12px;} .layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {border: 1px solid #e2e2e2;} .layui-disabled, .layui-disabled:hover {color: #d2d2d2!important;cursor: not-allowed!important;} .layui-box, .layui-box * {box-sizing: content-box;} .layui-btn, .layui-disabled, .layui-icon, .layui-unselect {-webkit-user-select: none;-ms-user-select: none;-moz-user-select: none;} .layui-laypage .layui-laypage-curr {position: relative;} .layui-laypage a, .layui-laypage span {display: inline-block;vertical-align: middle;padding: 0 15px;height: 28px;line-height: 28px;margin: 0 -1px 5px 0;background-color: #fff; color: #333;font-size: 12px;} .layui-laypage .layui-laypage-curr .layui-laypage-em {position: absolute;left: -1px;top: -1px;padding: 1px;width: 100%;height: 100%;background-color: #008080;} .layui-laypage .layui-laypage-curr em {position: relative;color: #fff;} .layui-laypage em {font-style: normal;} .layui-laypage-em {border-radius: 2px;} .layui-laypage>a:last-child, .layui-laypage>a:last-child em {border-radius: 0 2px 2px 0;} .layui-laypage>:last-child {margin-right: 0!important;} .layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-skip {margin-left: 10px;margin-right: 10px;padding: 0;border: none; } .layui-laypage .layui-laypage-skip {height: 30px;line-height: 30px;color: #999;} .layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-skip {margin-left: 10px;margin-right: 10px;padding: 0; border: none;} .layui-laypage input {display: inline-block;width: 40px;margin: 0 10px;padding: 0 3px;text-align: center;} .layui-laypage button, .layui-laypage input {height: 30px;line-height: 30px;border-radius: 2px;vertical-align: top;background-color: #fff;box-sizing: border-box;} .layui-laypage button {margin-left: 10px;padding: 0 10px;cursor: pointer;} .layui-laypage button, .layui-laypage input {height: 30px;line-height: 30px;border-radius: 2px;vertical-align: top;background-color: #fff;box-sizing: border-box;}
0.261897
0.058507
@import url(http://weloveiconfonts.com/api/?family=entypo); @import url(https://fonts.googleapis.com/css?family=Muli); body { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display:flex; margin:0; padding:0; background-color:#f0f0f0; font-family:Muli, sans-serif; color:#444; } ul { list-style:none; margin-top:0; padding:0; } a { cursor:pointer; display:block; color:#b3b3b3; text-decoration:none; } .bckg { background-color:green; box-shadow:-4px 0px 10px rgba(14, 14, 14, 0.48) inset; width:200px; height:100%; position:fixed; left:0; top:0; } h4 { font-size: 1.5em; } .question_text { font-size: 1.2em; } h1 { text-align: center; font-weight: normal; color: #F6F6EF; line-height:60px; margin:0; font-size:20px; letter-spacing:2px; background-color:#1d97c1; border-bottom:1px solid rgba(101, 116, 134, 0.57); } h2 { font-size: 20px; text-transform: uppercase; margin: 0; letter-spacing: 3px; color: #919191; font-weight: normal; padding-left: 40px; line-height: 60px; text-shadow: 1px 1px 2px #fff; position: relative; flex:1; -webkit-flex:1; -ms-flex:1; } h2:before { content:''; width: 36px; height: 36px; position: absolute; left: -19px; top: 12px; background-color:#1d97c1; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); transform:rotate(45deg); } h3 { font-size:17px; margin:0; line-height: 40px; color: #555; cursor:pointer; position:relative; } header { width:200px; height:100%; float:left; position:relative; z-index:99; } header nav ul li { border-bottom:1px solid #42454D; padding-left:48px; transition:all 0.6s; border-top:1px solid #2E3036; } header nav ul li:hover { background-color: #1d97c1; transition: all 0.6s; border-bottom: 1px solid #797979; } header nav ul li:hover a { color:#fff; transition:all 0.6s; } header nav ul li a { line-height:55px; font-size:18px; position:relative; letter-spacing:1px; transition:all 0.6s; color: #fff; } header nav ul li a:before { font-family: 'entypo', sans-serif; font-size:20px; position:absolute; left:-32px; } header nav ul li:first-child a:before {content:"\268f";} header nav ul li:nth-child(2) a:before {content:"\1f465";} header nav ul li:nth-child(3) a:before {content:"\1f4c5";} header nav ul li:nth-child(4) a:before {content:"\e771";} header nav ul li:nth-child(5) a:before {content:"\2699";} header nav ul li:nth-child(6) a:before {content:"\1f50d";} main { flex:1; -webkit-flex:1; -ms-flex:1; } .title { background-color: #fff; border-bottom: 1px solid #C0C1C0; height:60px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display:flex; } .title a { color: #AAA; width: auto; margin: 0 20px; float: right; line-height: 62px; position:relative; text-decoration:none; transition:all .5s; } .title:before { content:"\1f464"; font-size: 38px; position:absolute; left:-50px; font-family: 'entypo'; } a:hover { color:#33526B; transition:all .5s; } .larg { max-width:960px; margin:30px auto; padding:0 30px; } .larg div { background-color: #F7F7F7; border: 1px solid #E2E2E2; padding: 0 20px; margin:15px 0; } .larg div:hover { background-color:#fafafa; } .larg div h3 span { font-family: 'entypo'; font-size:19px; position:absolute; right:0; transition:all .6s; } .larg div h3 span.close { -webkit-transform:rotate(180deg); transition:all .5s; } .larg div p { display:none; margin-left:10px; padding:0 15px; border-left:1px solid #ccc; } .larg div iframe { display:none; margin-left:10px; padding:0 15px; border-left:1px solid #ccc; } .larg div form { display:none; margin-left:10px; padding:0 15px; border-left:1px solid #ccc; } .button { background-color: #4CAF50; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; } .form__group { display: block; width: 100%; padding: 20px; font-family: "Roboto"; -webkit-appearance: none; border: 0; outline: 0; transition: 0.3s; } .form__group:focus { background: #f7f7f7; } .btn { display: block; width: 100%; padding: 20px; font-size: 18px; font-family: "Roboto"; -webkit-appearance: none; outline: 0; border: 0; color: white; background: #ABA194; transition: 0.3s; } .btn:hover { background: #a09486; } .select_opt { background-color: DodgerBlue; border: 6px; } .select__group { display: block; width: 100%; padding: 20px; font-family: "Roboto"; -webkit-appearance: none; border: 0; outline: 0; transition: 0.3s; font-size: 15px; } .select__group:focus { background: #f7f7f7; } .select_menu { background-color: white; width :100%; padding: 20px; border: 6px; }
server/public/styles/management_dashboard.css
@import url(http://weloveiconfonts.com/api/?family=entypo); @import url(https://fonts.googleapis.com/css?family=Muli); body { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display:flex; margin:0; padding:0; background-color:#f0f0f0; font-family:Muli, sans-serif; color:#444; } ul { list-style:none; margin-top:0; padding:0; } a { cursor:pointer; display:block; color:#b3b3b3; text-decoration:none; } .bckg { background-color:green; box-shadow:-4px 0px 10px rgba(14, 14, 14, 0.48) inset; width:200px; height:100%; position:fixed; left:0; top:0; } h4 { font-size: 1.5em; } .question_text { font-size: 1.2em; } h1 { text-align: center; font-weight: normal; color: #F6F6EF; line-height:60px; margin:0; font-size:20px; letter-spacing:2px; background-color:#1d97c1; border-bottom:1px solid rgba(101, 116, 134, 0.57); } h2 { font-size: 20px; text-transform: uppercase; margin: 0; letter-spacing: 3px; color: #919191; font-weight: normal; padding-left: 40px; line-height: 60px; text-shadow: 1px 1px 2px #fff; position: relative; flex:1; -webkit-flex:1; -ms-flex:1; } h2:before { content:''; width: 36px; height: 36px; position: absolute; left: -19px; top: 12px; background-color:#1d97c1; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); transform:rotate(45deg); } h3 { font-size:17px; margin:0; line-height: 40px; color: #555; cursor:pointer; position:relative; } header { width:200px; height:100%; float:left; position:relative; z-index:99; } header nav ul li { border-bottom:1px solid #42454D; padding-left:48px; transition:all 0.6s; border-top:1px solid #2E3036; } header nav ul li:hover { background-color: #1d97c1; transition: all 0.6s; border-bottom: 1px solid #797979; } header nav ul li:hover a { color:#fff; transition:all 0.6s; } header nav ul li a { line-height:55px; font-size:18px; position:relative; letter-spacing:1px; transition:all 0.6s; color: #fff; } header nav ul li a:before { font-family: 'entypo', sans-serif; font-size:20px; position:absolute; left:-32px; } header nav ul li:first-child a:before {content:"\268f";} header nav ul li:nth-child(2) a:before {content:"\1f465";} header nav ul li:nth-child(3) a:before {content:"\1f4c5";} header nav ul li:nth-child(4) a:before {content:"\e771";} header nav ul li:nth-child(5) a:before {content:"\2699";} header nav ul li:nth-child(6) a:before {content:"\1f50d";} main { flex:1; -webkit-flex:1; -ms-flex:1; } .title { background-color: #fff; border-bottom: 1px solid #C0C1C0; height:60px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display:flex; } .title a { color: #AAA; width: auto; margin: 0 20px; float: right; line-height: 62px; position:relative; text-decoration:none; transition:all .5s; } .title:before { content:"\1f464"; font-size: 38px; position:absolute; left:-50px; font-family: 'entypo'; } a:hover { color:#33526B; transition:all .5s; } .larg { max-width:960px; margin:30px auto; padding:0 30px; } .larg div { background-color: #F7F7F7; border: 1px solid #E2E2E2; padding: 0 20px; margin:15px 0; } .larg div:hover { background-color:#fafafa; } .larg div h3 span { font-family: 'entypo'; font-size:19px; position:absolute; right:0; transition:all .6s; } .larg div h3 span.close { -webkit-transform:rotate(180deg); transition:all .5s; } .larg div p { display:none; margin-left:10px; padding:0 15px; border-left:1px solid #ccc; } .larg div iframe { display:none; margin-left:10px; padding:0 15px; border-left:1px solid #ccc; } .larg div form { display:none; margin-left:10px; padding:0 15px; border-left:1px solid #ccc; } .button { background-color: #4CAF50; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; } .form__group { display: block; width: 100%; padding: 20px; font-family: "Roboto"; -webkit-appearance: none; border: 0; outline: 0; transition: 0.3s; } .form__group:focus { background: #f7f7f7; } .btn { display: block; width: 100%; padding: 20px; font-size: 18px; font-family: "Roboto"; -webkit-appearance: none; outline: 0; border: 0; color: white; background: #ABA194; transition: 0.3s; } .btn:hover { background: #a09486; } .select_opt { background-color: DodgerBlue; border: 6px; } .select__group { display: block; width: 100%; padding: 20px; font-family: "Roboto"; -webkit-appearance: none; border: 0; outline: 0; transition: 0.3s; font-size: 15px; } .select__group:focus { background: #f7f7f7; } .select_menu { background-color: white; width :100%; padding: 20px; border: 6px; }
0.320928
0.058939
body { color: #333; font: 13px/18px 'Open Sans', arial, sans-serif; font-weight: 400; background: none; float: none; } img { border: 0; } #header { height: 64px; position: relative; } .compact { border-left: 26px transparent solid; border-right: 26px transparent solid; /* max-width: 928px; */ margin: 0 auto; } #header .g-split { border-bottom: 1px solid #e8e8e8; } #header-logo { margin-top: 10px; } #logo { width: 500px; } #main { color: #777; } .browser-features #marquee { margin: 0px auto 10px; } #marquee { margin: 0px auto; position: relative; } .row { display: block; margin: 0.65em 0; min-width: 500px; } input[type='password'], input[type='search'], input[type='text'], input[type='url'], input:not ([type] ),textarea { border: 1px solid #bfbfbf; border-radius: 2px; box-sizing: border-box; color: #444; font: inherit; margin: 0; min-height: 3em; } section { -webkit-padding-start: 18px; margin-bottom: 24px; margin-top: 8px; max-width: 70%; } section>h3 { width: auto; } section>section { -webkit-margin-start: -18px; } .marquee-divider { border-bottom: 1px solid #dbdbdb; } .g-unit.g-col-4 { width: 33.333%; } .marquee-copy .g-content { position: relative; z-index: 2; } .g-content { margin-right: 13px; } .marquee-copy .g-content-inner { vertical-align: middle; } #marquee h1 { margin: 0 0 .3em; } .marquee-copy .wrap { white-space: normal; } .marquee-copy h1 { margin: 0 0 .3em; white-space: nowrap; } h1, .h1 { color: #000; font-size: 3.2em; font-weight: 300; line-height: 1.15; margin: 0 0 .7em; } .marquee-copy p { width: auto; } .marquee-copy p { font-weight: 400; line-height: 1.4em; } .marquee-copy p { padding-right: 10px; font-size: 15px; } p { line-height: 1.6; } p { margin: .1em 0 .2em; } .g-unit.g-col-8 { width: 66.666%; } .g-unit, .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-nest .g-unit { float: left; width: auto; display: block; margin: 0; } .gradient { filter: none; } .label { display: inline; margin-bottom: 5px; } select { padding: 5px; width: auto; background: none; } a { color: #333; } a { color: #000; font-weight: 600; text-decoration: none; } .hide { display: none; } .termos { width: 600px; height: 250px; } .w20 { display: inline-block; width: 25%; vertical-align: top; } .w20S { display: inline-block; width: 25%; vertical-align: middle; } .throbber { background: url('/citsmart/imagens/ajax-loader.gif'); display: inline-block; height: 16px; width: 16px; } #Throbber { margin: 4px 10px; vertical-align: middle; visibility: hidden; } #Throbber_ { margin: 4px 10px; vertical-align: middle; visibility: hidden; } .tableLess { font-family: arial, helvetica !important; font-size: 10pt !important; cursor: default !important; margin: 0 !important; background: white !important; border-spacing: 0 !important; width: 100% !important; } .tableLess tbody { background: transparent !important; } .tableLess * { margin: 0 !important; vertical-align: middle !important; padding: 2px !important; } .tableLess thead th { font-weight: bold !important; background: #fff url(../../../imagens/title-bg.gif) repeat-x left bottom !important; text-align: center !important; } .tableLess tbody tr:ACTIVE { background-color: #fff !important; } .tableLess tbody tr:HOVER { background-color: #e7e9f9; cursor: pointer; } .tableLess th { border: 1px solid #BBB !important; padding: 6px !important; } .tableLess td { border: 1px solid #BBB !important; padding: 6px 10px !important; } #LDAP { margin: 10px 0; display: none; } .m10 { margin: 10px 0 !important; }
agile-itsm-web/agile-itsm-web-portal/src/main/webapp/pages/start/css/default.css
body { color: #333; font: 13px/18px 'Open Sans', arial, sans-serif; font-weight: 400; background: none; float: none; } img { border: 0; } #header { height: 64px; position: relative; } .compact { border-left: 26px transparent solid; border-right: 26px transparent solid; /* max-width: 928px; */ margin: 0 auto; } #header .g-split { border-bottom: 1px solid #e8e8e8; } #header-logo { margin-top: 10px; } #logo { width: 500px; } #main { color: #777; } .browser-features #marquee { margin: 0px auto 10px; } #marquee { margin: 0px auto; position: relative; } .row { display: block; margin: 0.65em 0; min-width: 500px; } input[type='password'], input[type='search'], input[type='text'], input[type='url'], input:not ([type] ),textarea { border: 1px solid #bfbfbf; border-radius: 2px; box-sizing: border-box; color: #444; font: inherit; margin: 0; min-height: 3em; } section { -webkit-padding-start: 18px; margin-bottom: 24px; margin-top: 8px; max-width: 70%; } section>h3 { width: auto; } section>section { -webkit-margin-start: -18px; } .marquee-divider { border-bottom: 1px solid #dbdbdb; } .g-unit.g-col-4 { width: 33.333%; } .marquee-copy .g-content { position: relative; z-index: 2; } .g-content { margin-right: 13px; } .marquee-copy .g-content-inner { vertical-align: middle; } #marquee h1 { margin: 0 0 .3em; } .marquee-copy .wrap { white-space: normal; } .marquee-copy h1 { margin: 0 0 .3em; white-space: nowrap; } h1, .h1 { color: #000; font-size: 3.2em; font-weight: 300; line-height: 1.15; margin: 0 0 .7em; } .marquee-copy p { width: auto; } .marquee-copy p { font-weight: 400; line-height: 1.4em; } .marquee-copy p { padding-right: 10px; font-size: 15px; } p { line-height: 1.6; } p { margin: .1em 0 .2em; } .g-unit.g-col-8 { width: 66.666%; } .g-unit, .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-nest .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-nest .g-unit { float: left; width: auto; display: block; margin: 0; } .gradient { filter: none; } .label { display: inline; margin-bottom: 5px; } select { padding: 5px; width: auto; background: none; } a { color: #333; } a { color: #000; font-weight: 600; text-decoration: none; } .hide { display: none; } .termos { width: 600px; height: 250px; } .w20 { display: inline-block; width: 25%; vertical-align: top; } .w20S { display: inline-block; width: 25%; vertical-align: middle; } .throbber { background: url('/citsmart/imagens/ajax-loader.gif'); display: inline-block; height: 16px; width: 16px; } #Throbber { margin: 4px 10px; vertical-align: middle; visibility: hidden; } #Throbber_ { margin: 4px 10px; vertical-align: middle; visibility: hidden; } .tableLess { font-family: arial, helvetica !important; font-size: 10pt !important; cursor: default !important; margin: 0 !important; background: white !important; border-spacing: 0 !important; width: 100% !important; } .tableLess tbody { background: transparent !important; } .tableLess * { margin: 0 !important; vertical-align: middle !important; padding: 2px !important; } .tableLess thead th { font-weight: bold !important; background: #fff url(../../../imagens/title-bg.gif) repeat-x left bottom !important; text-align: center !important; } .tableLess tbody tr:ACTIVE { background-color: #fff !important; } .tableLess tbody tr:HOVER { background-color: #e7e9f9; cursor: pointer; } .tableLess th { border: 1px solid #BBB !important; padding: 6px !important; } .tableLess td { border: 1px solid #BBB !important; padding: 6px 10px !important; } #LDAP { margin: 10px 0; display: none; } .m10 { margin: 10px 0 !important; }
0.427038
0.116261
html { position: relative; min-height: 100%; background: #555; } html:before, html:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } html:before { background: #000; -moz-opacity: 0.5; opacity: 0.5; z-index: 1; } html:after { background: -moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,0.25) 65%, rgba(0,0,0,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: -ms-linear-gradient(to right, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ background: linear-gradient(to right, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ z-index: 3; } body { font: normal 18px Arial, sans-serif; color: #000; width: 100%; } /******* Image background *******/ .image_background { background: url(https://drive.google.com/uc?id=0B4o4vOrR3PULdGVqMlRUZU4wUVk) no-repeat 0 0; background-size: cover; background-attachment: fixed; } /******* Color background *******/ .gradient_background.color_midnight { background: #485563; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #485563 , #29323c); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #485563 , #29323c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .gradient_background.color_sky { background: #005C97; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #005C97 , #363795); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #005C97 , #363795); } .gradient_background.color_deep { background: #673AB7; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #673AB7 , #512DA8); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #673AB7 , #512DA8); } .gradient_background.color_joomla { background: #1e3c72; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #1e3c72 , #2a5298); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #1e3c72 , #2a5298); } .gradient_background.color_royal { background: #141E30; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #141E30 , #243B55); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #141E30 , #243B55); } .gradient_background.color_purple { background: #41295a; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #41295a , #2F0743); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #41295a , #2F0743); } .background_flat { background: #2B2D35; } .background_flat:before, .background_flat:after, .gradient_background:before, .gradient_background:after { display: none; } /******* Slideshow background *******/ .slideshow { position: fixed; } /******* Video background *******/ .video_background, .video { background: url(https://drive.google.com/uc?id=0B4o4vOrR3PULVXRQbnhzd25DYWc) no-repeat 0 0; background-size: cover; background-attachment: fixed; } .video_wrapper { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #000; } .video { max-width: none; min-width: 100%; min-height: 100%; } /******* Wrapper common styles *******/ .wrapper { height: 100vh; min-height: 600px; } .main, .footer { z-index: 5; } .main { margin-left: 150px; text-align: left; } .logo_wrapper { float: none; height: auto; margin-top: 30px; text-align: center; } .logo_image { height: 50px; } .title { font-family: 'Open Sans', sans-serif; text-shadow: 1px 1px #000; } .subtitile_wrapper { margin-top: 30px; margin-bottom: 30px; } .subtitile { font-size: 16px; line-height: 25px; font-family: arial; text-shadow: 1px 1px #000; } /******* Header *******/ .header { position: absolute; left: 0; right: 0; top: 0; bottom: auto; padding: 30px 60px 0; z-index: 17; transition: background 0.5s; } .header.active { background: #5C6D7F; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.3); } .header_nav_list_item_link { text-transform: uppercase; transition: color 0.3s, height 0.5s, line-height 0.5s; } .header_nav_list_item_link.uk-active { color: #fff; } .header.active .header_nav_list_item_link { height: 60px; line-height: 60px; } .header_navbar_mobile { transition: height 0.5s; cursor: pointer; } .header.active .header_navbar_mobile { height: 60px; } .header_navbar_wrapper { display: none; margin-right: 10px; } .header_nav_wrapper { position: relative; z-index: 10; } .header_nav_list { float: none; } .header_nav_list .header_nav_list_item { float: none; display: inline-block; } /******* Counter *******/ .counter_block { width: 450px; margin-top: 25px; margin-bottom: 40px; } .counter_text { text-transform: lowercase; font-family: 'Open Sans', sans-serif; text-shadow: 1px 1px #000; } .counter_time { position: relative; height: 77px; line-height: 77px; font-family: 'Open Sans', sans-serif; font-size: 77px; text-shadow: 1px 1px #000; } .counter_time:after { content: ''; position: absolute; top: auto; right: auto; left: 0; bottom: -7px; width: 25%; height: 1px; background: rgba(255,255,255,0.3); } .counter_button { text-align: left; font-size: 0; } .counter_button_message, .counter_button_subscribe { display: inline-block; margin-right: 20px; border: 1px solid #fff; background: none; color: #fff; transition: background 0.3s; } .counter_button_message:last-child , .counter_button_subscribe:last-child { margin-right: 0; } .counter_button_message:hover, .counter_button_subscribe:hover { background: #fff; color: #444; } /******* Description *******/ .desc { cursor: move; font-family: 'Open Sans', sans-serif; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; } .uk-slidenav { display: none !important; } .desc_title { position: relative; margin-bottom: 25px; font-family: 'Open Sans', sans-serif; } .desc_title:after { content: ''; position: absolute; bottom: -15px; left: 0; right: 0; width: 120px; height: 1px; margin: auto; background: rgba(255,255,255,0.3); } .desc_icon { font-size: 42px; -moz-opacity: 0.75; opacity: 0.75; } .subtext { margin-bottom: 45px; font-family: 'Open Sans', sans-serif; } /******* Location *******/ .location_wrapper { position: relative; } .location_wrapper .desc_title { padding-top: 20px; } .location_text_wrapper.uk-active { position: relative; opacity: 1; transition: top 0.3s linear 0.5s, opacity 0.3s linear 0.3s; z-index: 3; } .location_text_wrapper { opacity: 0; } .location_label { font-size: 42px; -moz-opacity: 0.95; opacity: 0.95; z-index: 5; } .location_title { margin-bottom: 10px; font-family: 'Open Sans', sans-serif; font-size: 20px; } .location_text { color: #c1c1c1; font-family: 'Open Sans', sans-serif; font-size: 14px; } .location_button { position: absolute; top: auto; left: 0; right: 0; bottom: -20px; margin: auto; width: 35px; height: 35px; line-height: 35px; z-index: 1000; font-size: 30px; border-radius: 100%; cursor: pointer; -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.85); -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.85); box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.85); background: rgba(0,0,0,.4); transition: transform 0.3s; } .location_button.open { -ms-transform: rotate(90deg); /* IE 9 */ -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ transform: rotate(90deg); } .map_wrapper { position: absolute; top: 0; right: -20px; width: 100%; height: 400px; opacity: 0; transition: right 0.5s linear 0.1s, opacity 0.3s ease-out 0.1s; } .map_wrapper.uk-active { right: 0; opacity: 1; } .map { position: absolute; top: 0; left: 0; width: 100%; height: 400px; } .map.uk-active { z-index: 1; } /******* Gallery section *******/ .popup_link_projects .popup_container { width: 1150px; } .gallery { padding: 100px 0; } .gallery_block { height: 300px; margin-bottom: 25px !important; box-shadow: rgba(0, 0, 0, 0.25) 0 0 20px 2px; } .gallery_image { min-height: 100%; min-width: 100%; } .gallery_overlay { opacity: 0; background: rgba(0, 0, 0, 0.5); transition: opacity 0.4s; } .gallery_block:hover .gallery_overlay { opacity: 1; } .gallery_table { display: table; width: 100%; height: 100%; } .gallery_cell { display: table-cell; vertical-align: middle; } .gallery_caption { position: relative; bottom: -5px; font-size: 20px; font-family: "Open Sans", sans-serif; opacity: 0; transition: bottom 0.3s ease-in 0.1s, opacity 0.3s ease-in 0.1s; } .gallery_block:hover .gallery_caption { bottom: 0; opacity: 1; } .gallery_description { position: relative; bottom: -5px; padding: 0 10px; font-size: 14px; opacity: 0; transition: bottom 0.3s ease-in 0.2s, opacity 0.3s ease-in 0.2s; } .gallery_block:hover .gallery_description { bottom: 0; opacity: 1; } /******* Effects *******/ .water_effect { background: #82a6a7 url('../images/photo_6.jpg') no-repeat 0 0; background-size: cover; background-attachment: fixed; } .water_effect:before, .rainy_effect:before { -moz-opacity: 0.1; opacity: 0.1; } .rainy_effect { background: url(https://drive.google.com/uc?id=0B4o4vOrR3PULdGVqMlRUZU4wUVk) no-repeat 0 0; background-size: cover; background-attachment: fixed; } .rainy_page { overflow: hidden; } #rainy_background { position: fixed; width: 100%; height: 100%; } .rainy_page .social { position: fixed; } .particles_effect { background: url(https://drive.google.com/uc?id=0B4o4vOrR3PULT0RadUU0WUpjNnc) no-repeat 0 0; background-size: cover; background-attachment: fixed; } .particles_effect .main { z-index: auto; } .particles_effect .title, .particles_effect .counter_block, .particles_effect .subtitile_wrapper { z-index: 4; } .particles_effect .counter_button { z-index: 5; } #particles_block { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 4; } /******* Form *******/ .uk-form { position: relative; } .form_input { width: 300px !important; height: 40px !important; font-size: 14px !important; background: none !important; } .form_textarea { width: 300px !important; min-height: 70px; font-size: 14px !important; background: none !important; } .form_button { position: relative; min-width: 125px; border: 1px solid #fff; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; } .form_button:hover { background: none; font-size: 0; } .form_button:after { content: '\f1d8'; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 20px; text-align: center; line-height: 20px; font-size: 18px; font-family: 'FontAwesome'; color: #fff; -moz-opacity: 0; opacity: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } .form_button:hover:after { -moz-opacity: 1; opacity: 1; } /******* Form submit hints *******/ .submit_overlay:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: none; z-index: 3; } .success, .success_response, .error, .error_response { display: none; width: 70%; margin: 10px auto; font-size: 16px; } .success, .success_response { color: #0f0; } .error, .error_response { color: #f00; } /******* Social *******/ .social { position: absolute; top: auto; right: 30px; left: auto; bottom: 0; margin: 0 70px 30px 0; width: auto; z-index: 10; } .social_list { font-size: 0; } .social_list_item { display: inline-block; width: 45px; height: 45px; margin-bottom: 10px; margin-left: 12px; } .social_list_item_link { display: block; line-height: 40px; font-size: 18px; border-radius: 50%; color: #ccc; border: 1px solid #ccc; background: none; -moz-box-sizing: border-box; box-sizing: border-box; transition: color 0.3s, background 0.3s, border 0.3s; } .uk-icon-facebook.social_list_item_link:hover { color: #fff; background: #3B5998; border: 1px solid #3B5998; } .uk-icon-twitter.social_list_item_link:hover { color: #fff; background: #55acee; border: 1px solid #55acee; } .uk-icon-google-plus.social_list_item_link:hover { color: #fff; background: #dd4b39; border: 1px solid #dd4b39; } .uk-icon-linkedin.social_list_item_link:hover { color: #fff; background: #0077b5; border: 1px solid #0077b5; } .uk-icon-youtube.social_list_item_link:hover { color: #fff; background: #e52d27; border: 1px solid #e52d27; } .uk-icon-pinterest.social_list_item_link:hover { color: #fff; background: #bd081c; border: 1px solid #bd081c; } .uk-icon-dribbble.social_list_item_link:hover { color: #fff; background: #ed5565; border: 1px solid #ed5565; } /******* Popup *******/ .popup_wrapper { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 0; z-index: 5; background: rgba(0,0,0,0.55); transition: height 0.5s; } .popup_wrapper.uk-active { display: block; } .popup_wrapper.visible { height: 100%; } .popup_overlay { height: 100vh; min-height: 600px; } .popup { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; color: #fff; font-family: 'Open Sans', sans-serif; } .popup_container { width: 850px; padding: 20px; margin-bottom: -50px; } /******* Spinner *******/ .spinner { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #2B2D35; z-index: 25; } .spinner_wrapper { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 40px; height: 40px; } .spinner_folding_cube { margin: 20px auto; width: 40px; height: 40px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .spinner_folding_cube .spinner_cube { float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .spinner_folding_cube .spinner_cube:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; -webkit-animation: spinner_foldCubeAngle 2.4s infinite linear both; animation: spinner_foldCubeAngle 2.4s infinite linear both; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; } .spinner_folding_cube .spinner_cube2 { -webkit-transform: scale(1.1) rotateZ(90deg); transform: scale(1.1) rotateZ(90deg); } .spinner_folding_cube .spinner_cube3 { -webkit-transform: scale(1.1) rotateZ(180deg); transform: scale(1.1) rotateZ(180deg); } .spinner_folding_cube .spinner_cube4 { -webkit-transform: scale(1.1) rotateZ(270deg); transform: scale(1.1) rotateZ(270deg); } .spinner_folding_cube .spinner_cube2:before { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .spinner_folding_cube .spinner_cube3:before { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .spinner_folding_cube .spinner_cube4:before { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; } @-webkit-keyframes spinner_foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } @keyframes spinner_foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } /******* Media queries *******/ @media screen and (max-width: 1600px) { .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle { height: 80px; } .uk-navbar-nav > li > a { height: 80px; line-height: 80px; font-size: 14px; } .header.active .logo_link { height: 60px; } .header.active .header_nav_list_item_link { height: 60px; line-height: 60px; font-size: 14px; } .header { padding: 20px 20px 0; } .main { margin-left: 100px; } .social { margin: 0 20px 20px 0; } .title { font-size: 64px; line-height: 72px; } .counter_block { width: 400px; } .counter_time { height: 65px; line-height: 65px; font-size: 65px; } .counter_text { font-size: 14px; } .subtitile { font-size: 14px; line-height: 21px; } .uk-button-large { font-size: 14px; } } @media screen and (max-width: 1439px) { .header { padding: 0; } .title { font-size: 58px; line-height: 64px; } .main { margin-left: 50px; } .counter_block { width: 350px; margin-bottom: 30px; } .counter_time { font-size: 54px; height: 54px; line-height: 54px; } .counter_text { font-size: 16px; } .counter_time:after { width: 35%; } .subtitile { font-size: 12px; line-height: 18px; } .subtitile_wrapper { margin-top: 20px; margin-bottom: 20px; } .counter_button_message, .counter_button_subscribe { margin-right: 15px; } .uk-button-large { min-height: 35px; line-height: 35px; font-size: 12px; } .social { margin: 0; } } @media screen and (max-width: 1280px) { .title { font-size: 48px; line-height: 53px; } .main { margin-left: 0; } .popup_link_projects .popup_container { width: 1050px; } .gallery_block { height: 250px; } } @media screen and (max-width: 1024px) { html { overflow-y: auto; } .popup_link_projects .popup_container { width: 1000px; } } @media screen and (max-width: 959px) { html:after { background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,0.25) 65%, rgba(0,0,0,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: -ms-linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ z-index: 3; } .uk-container.main { padding: 0 10px; margin: 0 auto; text-align: center; } .logo_link { float: none; margin-top: 20px; margin-bottom: -10px; text-align: center; } .wrapper { height: auto; min-height: auto; } .header, .header_nav_wrapper { float: none; position: relative; left: auto; right: auto; top: auto; text-align: center; } .title { font-size: 42px; line-height: 48px; padding-top: 50px; } .counter_block { width: 400px; max-width: 400px; margin: 50px auto; } .counter_time:after { left: 0; right: 0; top: auto; margin: auto; } .counter_button { text-align: center; } .social { position: absolute; top: auto; right: 0; bottom: 0; left: 0; width: 310px; margin: 50px auto 0; } .social_list { position: relative; top: auto; transform: none; } .social_list_item { width: 35px; height: 35px; margin-right: 10px; margin-left: 0; } .social_list_item:last-child { margin-right: 0; } .social_list_item_link { line-height: 33px; font-size: 14px; color: #fff; border: 1px solid #fff; } .gallery_block { height: 200px; } .rainy_page { overflow: auto; } .rainy_page canvas { position: fixed !important; } } @media screen and (max-width: 767px) { body { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; overflow-x: hidden; } ::-webkit-scrollbar { width: 0px; /* remove scrollbar space */ } .uk-flex { display: block; } .logo_link { float: left; margin-top: 0; margin-bottom: -0; } .popup_wrapper { background: none; } .title { padding: 0 20px; font-size: 30px; line-height: 36px; } .logo_wrapper { float: left; height: 80px; margin-top: 0; } .header { border-bottom: 1px solid rgba(255,255,255,0.25); } .header_navbar_wrapper { display: block; } .header_nav_wrapper { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.85); z-index: 15; } .header_nav_wrapper.uk-active { display: block; padding-top: 100px; } .header_nav_wrapper .header_nav_list_item { display: block; } .uk-navbar-nav > li > a { height: 45px; line-height: 45px; } .counter_block { width: 97%; } .uk-container.main { padding: 0; } .desc_item { padding: 0 100px; } .popup_wrapper { z-index: 12; } .popup_overlay { height: auto; min-height: auto; padding-top: 100px; } .popup_link_projects .popup_container, .popup_container { width: 320px; padding: 20px 10px; } .social { display: none; position: relative; top: auto; right: auto; bottom: auto; width: 310px; margin: 50px auto 0; } .social.uk-active { display: block; } .social_list_item { margin-bottom: 0; } .location_wrapper { top: 0; } .location_wrapper .desc_title { padding-top: 0; } #particles_block { z-index: 1; } .rainy_page .social { position: relative; } } @media screen and (max-width: 539px) { .desc_item { padding: 0 55px; } } @media screen and (max-width: 479px) { .uk-margin-large-top.logo { margin-top: 30px !important; } .uk-margin-large-bottom.logo { margin-bottom: -20px !important; } .uk-margin-large-bottom.counter-block { margin-bottom: 30px !important; } .form_sign_in .form_input { display: block; margin: 0 auto 15px; } .counter_time { font-size: 54px; } .desc_item { padding: 0 12px; } .uk-margin-large-top.footer { margin-top: 0px !important; } .footer { padding-top: 15px; } .success, .success_response, .error, .error_response { width: 100%; } } @media screen and (max-width: 380px) { .header .uk-container { padding: 0 15px; } .logo_wrapper { padding-left: 5px; } } @media screen and (max-width: 349px) { .header .uk-container { padding: 0 10px; } .title { padding: 0 10px; } } /******* Animations *******/ .title, .counter_days, .counter_hours, .counter_minutes, .counter_seconds, .subtitile_wrapper, .counter_button { position: relative; bottom: -20px; opacity: 0; transition: bottom 0.7s, opacity 0.7s; } .title.uk-active, .counter_days.uk-active, .counter_hours.uk-active, .counter_minutes.uk-active, .counter_seconds.uk-active, .subtitile_wrapper.uk-active, .counter_button.uk-active { bottom: 0; opacity: 1; } .animated { position: relative; top: -10px; opacity: 0; } .animated.uk-active { top: 0; opacity: 1; } .popup .animated:nth-child(1) { transition: top 0.5s linear 0.1s, opacity 0.5s linear 0.1s; } .popup .animated:nth-child(2) { transition: top 0.5s linear 0.3s, opacity 0.5s linear 0.3s; } .popup .animated:nth-child(3) { transition: top 0.5s linear 0.5s, opacity 0.5s linear 0.5s; } .popup .animated:nth-child(4) { transition: top 0.5s linear 0.7s, opacity 0.5s linear 0.7s; } .popup .animated:nth-child(5) { transition: top 0.5s linear 0.9s, opacity 0.5s linear 0.9s; }
public/coming/css/styles.css
html { position: relative; min-height: 100%; background: #555; } html:before, html:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } html:before { background: #000; -moz-opacity: 0.5; opacity: 0.5; z-index: 1; } html:after { background: -moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,0.25) 65%, rgba(0,0,0,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: -ms-linear-gradient(to right, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ background: linear-gradient(to right, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ z-index: 3; } body { font: normal 18px Arial, sans-serif; color: #000; width: 100%; } /******* Image background *******/ .image_background { background: url(https://drive.google.com/uc?id=0B4o4vOrR3PULdGVqMlRUZU4wUVk) no-repeat 0 0; background-size: cover; background-attachment: fixed; } /******* Color background *******/ .gradient_background.color_midnight { background: #485563; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #485563 , #29323c); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #485563 , #29323c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .gradient_background.color_sky { background: #005C97; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #005C97 , #363795); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #005C97 , #363795); } .gradient_background.color_deep { background: #673AB7; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #673AB7 , #512DA8); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #673AB7 , #512DA8); } .gradient_background.color_joomla { background: #1e3c72; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #1e3c72 , #2a5298); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #1e3c72 , #2a5298); } .gradient_background.color_royal { background: #141E30; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #141E30 , #243B55); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #141E30 , #243B55); } .gradient_background.color_purple { background: #41295a; /* fallback for old browsers */ background: -webkit-linear-gradient(to left, #41295a , #2F0743); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #41295a , #2F0743); } .background_flat { background: #2B2D35; } .background_flat:before, .background_flat:after, .gradient_background:before, .gradient_background:after { display: none; } /******* Slideshow background *******/ .slideshow { position: fixed; } /******* Video background *******/ .video_background, .video { background: url(https://drive.google.com/uc?id=0B4o4vOrR3PULVXRQbnhzd25DYWc) no-repeat 0 0; background-size: cover; background-attachment: fixed; } .video_wrapper { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #000; } .video { max-width: none; min-width: 100%; min-height: 100%; } /******* Wrapper common styles *******/ .wrapper { height: 100vh; min-height: 600px; } .main, .footer { z-index: 5; } .main { margin-left: 150px; text-align: left; } .logo_wrapper { float: none; height: auto; margin-top: 30px; text-align: center; } .logo_image { height: 50px; } .title { font-family: 'Open Sans', sans-serif; text-shadow: 1px 1px #000; } .subtitile_wrapper { margin-top: 30px; margin-bottom: 30px; } .subtitile { font-size: 16px; line-height: 25px; font-family: arial; text-shadow: 1px 1px #000; } /******* Header *******/ .header { position: absolute; left: 0; right: 0; top: 0; bottom: auto; padding: 30px 60px 0; z-index: 17; transition: background 0.5s; } .header.active { background: #5C6D7F; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.3); } .header_nav_list_item_link { text-transform: uppercase; transition: color 0.3s, height 0.5s, line-height 0.5s; } .header_nav_list_item_link.uk-active { color: #fff; } .header.active .header_nav_list_item_link { height: 60px; line-height: 60px; } .header_navbar_mobile { transition: height 0.5s; cursor: pointer; } .header.active .header_navbar_mobile { height: 60px; } .header_navbar_wrapper { display: none; margin-right: 10px; } .header_nav_wrapper { position: relative; z-index: 10; } .header_nav_list { float: none; } .header_nav_list .header_nav_list_item { float: none; display: inline-block; } /******* Counter *******/ .counter_block { width: 450px; margin-top: 25px; margin-bottom: 40px; } .counter_text { text-transform: lowercase; font-family: 'Open Sans', sans-serif; text-shadow: 1px 1px #000; } .counter_time { position: relative; height: 77px; line-height: 77px; font-family: 'Open Sans', sans-serif; font-size: 77px; text-shadow: 1px 1px #000; } .counter_time:after { content: ''; position: absolute; top: auto; right: auto; left: 0; bottom: -7px; width: 25%; height: 1px; background: rgba(255,255,255,0.3); } .counter_button { text-align: left; font-size: 0; } .counter_button_message, .counter_button_subscribe { display: inline-block; margin-right: 20px; border: 1px solid #fff; background: none; color: #fff; transition: background 0.3s; } .counter_button_message:last-child , .counter_button_subscribe:last-child { margin-right: 0; } .counter_button_message:hover, .counter_button_subscribe:hover { background: #fff; color: #444; } /******* Description *******/ .desc { cursor: move; font-family: 'Open Sans', sans-serif; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; } .uk-slidenav { display: none !important; } .desc_title { position: relative; margin-bottom: 25px; font-family: 'Open Sans', sans-serif; } .desc_title:after { content: ''; position: absolute; bottom: -15px; left: 0; right: 0; width: 120px; height: 1px; margin: auto; background: rgba(255,255,255,0.3); } .desc_icon { font-size: 42px; -moz-opacity: 0.75; opacity: 0.75; } .subtext { margin-bottom: 45px; font-family: 'Open Sans', sans-serif; } /******* Location *******/ .location_wrapper { position: relative; } .location_wrapper .desc_title { padding-top: 20px; } .location_text_wrapper.uk-active { position: relative; opacity: 1; transition: top 0.3s linear 0.5s, opacity 0.3s linear 0.3s; z-index: 3; } .location_text_wrapper { opacity: 0; } .location_label { font-size: 42px; -moz-opacity: 0.95; opacity: 0.95; z-index: 5; } .location_title { margin-bottom: 10px; font-family: 'Open Sans', sans-serif; font-size: 20px; } .location_text { color: #c1c1c1; font-family: 'Open Sans', sans-serif; font-size: 14px; } .location_button { position: absolute; top: auto; left: 0; right: 0; bottom: -20px; margin: auto; width: 35px; height: 35px; line-height: 35px; z-index: 1000; font-size: 30px; border-radius: 100%; cursor: pointer; -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.85); -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.85); box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.85); background: rgba(0,0,0,.4); transition: transform 0.3s; } .location_button.open { -ms-transform: rotate(90deg); /* IE 9 */ -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ transform: rotate(90deg); } .map_wrapper { position: absolute; top: 0; right: -20px; width: 100%; height: 400px; opacity: 0; transition: right 0.5s linear 0.1s, opacity 0.3s ease-out 0.1s; } .map_wrapper.uk-active { right: 0; opacity: 1; } .map { position: absolute; top: 0; left: 0; width: 100%; height: 400px; } .map.uk-active { z-index: 1; } /******* Gallery section *******/ .popup_link_projects .popup_container { width: 1150px; } .gallery { padding: 100px 0; } .gallery_block { height: 300px; margin-bottom: 25px !important; box-shadow: rgba(0, 0, 0, 0.25) 0 0 20px 2px; } .gallery_image { min-height: 100%; min-width: 100%; } .gallery_overlay { opacity: 0; background: rgba(0, 0, 0, 0.5); transition: opacity 0.4s; } .gallery_block:hover .gallery_overlay { opacity: 1; } .gallery_table { display: table; width: 100%; height: 100%; } .gallery_cell { display: table-cell; vertical-align: middle; } .gallery_caption { position: relative; bottom: -5px; font-size: 20px; font-family: "Open Sans", sans-serif; opacity: 0; transition: bottom 0.3s ease-in 0.1s, opacity 0.3s ease-in 0.1s; } .gallery_block:hover .gallery_caption { bottom: 0; opacity: 1; } .gallery_description { position: relative; bottom: -5px; padding: 0 10px; font-size: 14px; opacity: 0; transition: bottom 0.3s ease-in 0.2s, opacity 0.3s ease-in 0.2s; } .gallery_block:hover .gallery_description { bottom: 0; opacity: 1; } /******* Effects *******/ .water_effect { background: #82a6a7 url('../images/photo_6.jpg') no-repeat 0 0; background-size: cover; background-attachment: fixed; } .water_effect:before, .rainy_effect:before { -moz-opacity: 0.1; opacity: 0.1; } .rainy_effect { background: url(https://drive.google.com/uc?id=0B4o4vOrR3PULdGVqMlRUZU4wUVk) no-repeat 0 0; background-size: cover; background-attachment: fixed; } .rainy_page { overflow: hidden; } #rainy_background { position: fixed; width: 100%; height: 100%; } .rainy_page .social { position: fixed; } .particles_effect { background: url(https://drive.google.com/uc?id=0B4o4vOrR3PULT0RadUU0WUpjNnc) no-repeat 0 0; background-size: cover; background-attachment: fixed; } .particles_effect .main { z-index: auto; } .particles_effect .title, .particles_effect .counter_block, .particles_effect .subtitile_wrapper { z-index: 4; } .particles_effect .counter_button { z-index: 5; } #particles_block { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 4; } /******* Form *******/ .uk-form { position: relative; } .form_input { width: 300px !important; height: 40px !important; font-size: 14px !important; background: none !important; } .form_textarea { width: 300px !important; min-height: 70px; font-size: 14px !important; background: none !important; } .form_button { position: relative; min-width: 125px; border: 1px solid #fff; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; } .form_button:hover { background: none; font-size: 0; } .form_button:after { content: '\f1d8'; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 20px; text-align: center; line-height: 20px; font-size: 18px; font-family: 'FontAwesome'; color: #fff; -moz-opacity: 0; opacity: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } .form_button:hover:after { -moz-opacity: 1; opacity: 1; } /******* Form submit hints *******/ .submit_overlay:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: none; z-index: 3; } .success, .success_response, .error, .error_response { display: none; width: 70%; margin: 10px auto; font-size: 16px; } .success, .success_response { color: #0f0; } .error, .error_response { color: #f00; } /******* Social *******/ .social { position: absolute; top: auto; right: 30px; left: auto; bottom: 0; margin: 0 70px 30px 0; width: auto; z-index: 10; } .social_list { font-size: 0; } .social_list_item { display: inline-block; width: 45px; height: 45px; margin-bottom: 10px; margin-left: 12px; } .social_list_item_link { display: block; line-height: 40px; font-size: 18px; border-radius: 50%; color: #ccc; border: 1px solid #ccc; background: none; -moz-box-sizing: border-box; box-sizing: border-box; transition: color 0.3s, background 0.3s, border 0.3s; } .uk-icon-facebook.social_list_item_link:hover { color: #fff; background: #3B5998; border: 1px solid #3B5998; } .uk-icon-twitter.social_list_item_link:hover { color: #fff; background: #55acee; border: 1px solid #55acee; } .uk-icon-google-plus.social_list_item_link:hover { color: #fff; background: #dd4b39; border: 1px solid #dd4b39; } .uk-icon-linkedin.social_list_item_link:hover { color: #fff; background: #0077b5; border: 1px solid #0077b5; } .uk-icon-youtube.social_list_item_link:hover { color: #fff; background: #e52d27; border: 1px solid #e52d27; } .uk-icon-pinterest.social_list_item_link:hover { color: #fff; background: #bd081c; border: 1px solid #bd081c; } .uk-icon-dribbble.social_list_item_link:hover { color: #fff; background: #ed5565; border: 1px solid #ed5565; } /******* Popup *******/ .popup_wrapper { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 0; z-index: 5; background: rgba(0,0,0,0.55); transition: height 0.5s; } .popup_wrapper.uk-active { display: block; } .popup_wrapper.visible { height: 100%; } .popup_overlay { height: 100vh; min-height: 600px; } .popup { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; color: #fff; font-family: 'Open Sans', sans-serif; } .popup_container { width: 850px; padding: 20px; margin-bottom: -50px; } /******* Spinner *******/ .spinner { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #2B2D35; z-index: 25; } .spinner_wrapper { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 40px; height: 40px; } .spinner_folding_cube { margin: 20px auto; width: 40px; height: 40px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .spinner_folding_cube .spinner_cube { float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .spinner_folding_cube .spinner_cube:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; -webkit-animation: spinner_foldCubeAngle 2.4s infinite linear both; animation: spinner_foldCubeAngle 2.4s infinite linear both; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; } .spinner_folding_cube .spinner_cube2 { -webkit-transform: scale(1.1) rotateZ(90deg); transform: scale(1.1) rotateZ(90deg); } .spinner_folding_cube .spinner_cube3 { -webkit-transform: scale(1.1) rotateZ(180deg); transform: scale(1.1) rotateZ(180deg); } .spinner_folding_cube .spinner_cube4 { -webkit-transform: scale(1.1) rotateZ(270deg); transform: scale(1.1) rotateZ(270deg); } .spinner_folding_cube .spinner_cube2:before { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .spinner_folding_cube .spinner_cube3:before { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .spinner_folding_cube .spinner_cube4:before { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; } @-webkit-keyframes spinner_foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } @keyframes spinner_foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } /******* Media queries *******/ @media screen and (max-width: 1600px) { .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle { height: 80px; } .uk-navbar-nav > li > a { height: 80px; line-height: 80px; font-size: 14px; } .header.active .logo_link { height: 60px; } .header.active .header_nav_list_item_link { height: 60px; line-height: 60px; font-size: 14px; } .header { padding: 20px 20px 0; } .main { margin-left: 100px; } .social { margin: 0 20px 20px 0; } .title { font-size: 64px; line-height: 72px; } .counter_block { width: 400px; } .counter_time { height: 65px; line-height: 65px; font-size: 65px; } .counter_text { font-size: 14px; } .subtitile { font-size: 14px; line-height: 21px; } .uk-button-large { font-size: 14px; } } @media screen and (max-width: 1439px) { .header { padding: 0; } .title { font-size: 58px; line-height: 64px; } .main { margin-left: 50px; } .counter_block { width: 350px; margin-bottom: 30px; } .counter_time { font-size: 54px; height: 54px; line-height: 54px; } .counter_text { font-size: 16px; } .counter_time:after { width: 35%; } .subtitile { font-size: 12px; line-height: 18px; } .subtitile_wrapper { margin-top: 20px; margin-bottom: 20px; } .counter_button_message, .counter_button_subscribe { margin-right: 15px; } .uk-button-large { min-height: 35px; line-height: 35px; font-size: 12px; } .social { margin: 0; } } @media screen and (max-width: 1280px) { .title { font-size: 48px; line-height: 53px; } .main { margin-left: 0; } .popup_link_projects .popup_container { width: 1050px; } .gallery_block { height: 250px; } } @media screen and (max-width: 1024px) { html { overflow-y: auto; } .popup_link_projects .popup_container { width: 1000px; } } @media screen and (max-width: 959px) { html:after { background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,0.25) 65%, rgba(0,0,0,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: -ms-linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ z-index: 3; } .uk-container.main { padding: 0 10px; margin: 0 auto; text-align: center; } .logo_link { float: none; margin-top: 20px; margin-bottom: -10px; text-align: center; } .wrapper { height: auto; min-height: auto; } .header, .header_nav_wrapper { float: none; position: relative; left: auto; right: auto; top: auto; text-align: center; } .title { font-size: 42px; line-height: 48px; padding-top: 50px; } .counter_block { width: 400px; max-width: 400px; margin: 50px auto; } .counter_time:after { left: 0; right: 0; top: auto; margin: auto; } .counter_button { text-align: center; } .social { position: absolute; top: auto; right: 0; bottom: 0; left: 0; width: 310px; margin: 50px auto 0; } .social_list { position: relative; top: auto; transform: none; } .social_list_item { width: 35px; height: 35px; margin-right: 10px; margin-left: 0; } .social_list_item:last-child { margin-right: 0; } .social_list_item_link { line-height: 33px; font-size: 14px; color: #fff; border: 1px solid #fff; } .gallery_block { height: 200px; } .rainy_page { overflow: auto; } .rainy_page canvas { position: fixed !important; } } @media screen and (max-width: 767px) { body { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; overflow-x: hidden; } ::-webkit-scrollbar { width: 0px; /* remove scrollbar space */ } .uk-flex { display: block; } .logo_link { float: left; margin-top: 0; margin-bottom: -0; } .popup_wrapper { background: none; } .title { padding: 0 20px; font-size: 30px; line-height: 36px; } .logo_wrapper { float: left; height: 80px; margin-top: 0; } .header { border-bottom: 1px solid rgba(255,255,255,0.25); } .header_navbar_wrapper { display: block; } .header_nav_wrapper { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.85); z-index: 15; } .header_nav_wrapper.uk-active { display: block; padding-top: 100px; } .header_nav_wrapper .header_nav_list_item { display: block; } .uk-navbar-nav > li > a { height: 45px; line-height: 45px; } .counter_block { width: 97%; } .uk-container.main { padding: 0; } .desc_item { padding: 0 100px; } .popup_wrapper { z-index: 12; } .popup_overlay { height: auto; min-height: auto; padding-top: 100px; } .popup_link_projects .popup_container, .popup_container { width: 320px; padding: 20px 10px; } .social { display: none; position: relative; top: auto; right: auto; bottom: auto; width: 310px; margin: 50px auto 0; } .social.uk-active { display: block; } .social_list_item { margin-bottom: 0; } .location_wrapper { top: 0; } .location_wrapper .desc_title { padding-top: 0; } #particles_block { z-index: 1; } .rainy_page .social { position: relative; } } @media screen and (max-width: 539px) { .desc_item { padding: 0 55px; } } @media screen and (max-width: 479px) { .uk-margin-large-top.logo { margin-top: 30px !important; } .uk-margin-large-bottom.logo { margin-bottom: -20px !important; } .uk-margin-large-bottom.counter-block { margin-bottom: 30px !important; } .form_sign_in .form_input { display: block; margin: 0 auto 15px; } .counter_time { font-size: 54px; } .desc_item { padding: 0 12px; } .uk-margin-large-top.footer { margin-top: 0px !important; } .footer { padding-top: 15px; } .success, .success_response, .error, .error_response { width: 100%; } } @media screen and (max-width: 380px) { .header .uk-container { padding: 0 15px; } .logo_wrapper { padding-left: 5px; } } @media screen and (max-width: 349px) { .header .uk-container { padding: 0 10px; } .title { padding: 0 10px; } } /******* Animations *******/ .title, .counter_days, .counter_hours, .counter_minutes, .counter_seconds, .subtitile_wrapper, .counter_button { position: relative; bottom: -20px; opacity: 0; transition: bottom 0.7s, opacity 0.7s; } .title.uk-active, .counter_days.uk-active, .counter_hours.uk-active, .counter_minutes.uk-active, .counter_seconds.uk-active, .subtitile_wrapper.uk-active, .counter_button.uk-active { bottom: 0; opacity: 1; } .animated { position: relative; top: -10px; opacity: 0; } .animated.uk-active { top: 0; opacity: 1; } .popup .animated:nth-child(1) { transition: top 0.5s linear 0.1s, opacity 0.5s linear 0.1s; } .popup .animated:nth-child(2) { transition: top 0.5s linear 0.3s, opacity 0.5s linear 0.3s; } .popup .animated:nth-child(3) { transition: top 0.5s linear 0.5s, opacity 0.5s linear 0.5s; } .popup .animated:nth-child(4) { transition: top 0.5s linear 0.7s, opacity 0.5s linear 0.7s; } .popup .animated:nth-child(5) { transition: top 0.5s linear 0.9s, opacity 0.5s linear 0.9s; }
0.396068
0.06389
input[type=search] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } input[type=radio],input[type=checkbox] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal } input[type=file] { display: block } input[type=range] { display: block; width: 100% } select[multiple],select[size] { height: auto } input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555 } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) } .form-control::-moz-placeholder { color: #999; opacity: 1 } .form-control:-ms-input-placeholder { color: #999 } .form-control::-webkit-input-placeholder { color: #999 } .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1 } textarea.form-control { height: auto } input[type=search] { -webkit-appearance: none } input[type=date],input[type=time],input[type=datetime-local],input[type=month] { line-height: 34px; line-height: 1.42857143 \0 } input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm { line-height: 30px; line-height: 1.5 \0 } input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg { line-height: 46px; line-height: 1.33 \0 } _:-ms-fullscreen,:root input[type=date],_:-ms-fullscreen,:root input[type=time],_:-ms-fullscreen,:root input[type=datetime-local],_:-ms-fullscreen,:root input[type=month] { line-height: 1.42857143 } _:-ms-fullscreen.input-sm,:root input[type=date].input-sm,_:-ms-fullscreen.input-sm,:root input[type=time].input-sm,_:-ms-fullscreen.input-sm,:root input[type=datetime-local].input-sm,_:-ms-fullscreen.input-sm,:root input[type=month].input-sm { line-height: 1.5 } _:-ms-fullscreen.input-lg,:root input[type=date].input-lg,_:-ms-fullscreen.input-lg,:root input[type=time].input-lg,_:-ms-fullscreen.input-lg,:root input[type=datetime-local].input-lg,_:-ms-fullscreen.input-lg,:root input[type=month].input-lg { line-height: 1.33 } .form-group { margin-bottom: 15px } .radio,.checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px } .radio label,.checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer } .radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] { position: absolute; margin-top: 4px \9; margin-left: -20px } .radio+.radio,.checkbox+.checkbox { margin-top: -5px } .radio-inline,.checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer } .radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline { margin-top: 0; margin-left: 10px } input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox] { cursor: not-allowed } .radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline { cursor: not-allowed } .radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label { cursor: not-allowed } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0 } .form-control-static.input-lg,.form-control-static.input-sm { padding-right: 0; padding-left: 0 } .input-sm,.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } select.input-sm,select.form-group-sm .form-control { height: 30px; line-height: 30px } textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control { height: auto } .input-lg,.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px } select.input-lg,select.form-group-lg .form-control { height: 46px; line-height: 46px } textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control { height: auto } .has-feedback { position: relative } .has-feedback .form-control { padding-right: 42.5px } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none } .input-lg+.form-control-feedback { width: 46px; height: 46px; line-height: 46px } .input-sm+.form-control-feedback { width: 30px; height: 30px; line-height: 30px } .has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label { color: #3c763d } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075) } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168 } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d } .has-success .form-control-feedback { color: #3c763d } .has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label { color: #8a6d3b } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075) } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b } .has-warning .form-control-feedback { color: #8a6d3b } .has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label { color: #a94442 } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075) } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442 } .has-error .form-control-feedback { color: #a94442 } .has-feedback label~.form-control-feedback { top: 25px } .has-feedback label.sr-only~.form-control-feedback { top: 0 } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373 } @media (min-width: 768px) { .form-inline .form-group { display:inline-block; margin-bottom: 0; vertical-align: middle } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle } .form-inline .form-control-static { display: inline-block } .form-inline .input-group { display: inline-table; vertical-align: middle } .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control { width: auto } .form-inline .input-group>.form-control { width: 100% } .form-inline .control-label { margin-bottom: 0; vertical-align: middle } .form-inline .radio,.form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle } .form-inline .radio label,.form-inline .checkbox label { padding-left: 0 } .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0 } .form-inline .has-feedback .form-control-feedback { top: 0 } } .form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0 } .form-horizontal .radio,.form-horizontal .checkbox { min-height: 27px } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px } @media (min-width: 768px) { .form-horizontal .control-label { padding-top:7px; margin-bottom: 0; text-align: right } } .form-horizontal .has-feedback .form-control-feedback { right: 15px } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top:14.3px } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top:6px } }
src/globalStyles/bs-form.css
input[type=search] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } input[type=radio],input[type=checkbox] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal } input[type=file] { display: block } input[type=range] { display: block; width: 100% } select[multiple],select[size] { height: auto } input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555 } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) } .form-control::-moz-placeholder { color: #999; opacity: 1 } .form-control:-ms-input-placeholder { color: #999 } .form-control::-webkit-input-placeholder { color: #999 } .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1 } textarea.form-control { height: auto } input[type=search] { -webkit-appearance: none } input[type=date],input[type=time],input[type=datetime-local],input[type=month] { line-height: 34px; line-height: 1.42857143 \0 } input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm { line-height: 30px; line-height: 1.5 \0 } input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg { line-height: 46px; line-height: 1.33 \0 } _:-ms-fullscreen,:root input[type=date],_:-ms-fullscreen,:root input[type=time],_:-ms-fullscreen,:root input[type=datetime-local],_:-ms-fullscreen,:root input[type=month] { line-height: 1.42857143 } _:-ms-fullscreen.input-sm,:root input[type=date].input-sm,_:-ms-fullscreen.input-sm,:root input[type=time].input-sm,_:-ms-fullscreen.input-sm,:root input[type=datetime-local].input-sm,_:-ms-fullscreen.input-sm,:root input[type=month].input-sm { line-height: 1.5 } _:-ms-fullscreen.input-lg,:root input[type=date].input-lg,_:-ms-fullscreen.input-lg,:root input[type=time].input-lg,_:-ms-fullscreen.input-lg,:root input[type=datetime-local].input-lg,_:-ms-fullscreen.input-lg,:root input[type=month].input-lg { line-height: 1.33 } .form-group { margin-bottom: 15px } .radio,.checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px } .radio label,.checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer } .radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] { position: absolute; margin-top: 4px \9; margin-left: -20px } .radio+.radio,.checkbox+.checkbox { margin-top: -5px } .radio-inline,.checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer } .radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline { margin-top: 0; margin-left: 10px } input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox] { cursor: not-allowed } .radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline { cursor: not-allowed } .radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label { cursor: not-allowed } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0 } .form-control-static.input-lg,.form-control-static.input-sm { padding-right: 0; padding-left: 0 } .input-sm,.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } select.input-sm,select.form-group-sm .form-control { height: 30px; line-height: 30px } textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control { height: auto } .input-lg,.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px } select.input-lg,select.form-group-lg .form-control { height: 46px; line-height: 46px } textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control { height: auto } .has-feedback { position: relative } .has-feedback .form-control { padding-right: 42.5px } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none } .input-lg+.form-control-feedback { width: 46px; height: 46px; line-height: 46px } .input-sm+.form-control-feedback { width: 30px; height: 30px; line-height: 30px } .has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label { color: #3c763d } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075) } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168 } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d } .has-success .form-control-feedback { color: #3c763d } .has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label { color: #8a6d3b } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075) } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b } .has-warning .form-control-feedback { color: #8a6d3b } .has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label { color: #a94442 } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075) } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442 } .has-error .form-control-feedback { color: #a94442 } .has-feedback label~.form-control-feedback { top: 25px } .has-feedback label.sr-only~.form-control-feedback { top: 0 } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373 } @media (min-width: 768px) { .form-inline .form-group { display:inline-block; margin-bottom: 0; vertical-align: middle } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle } .form-inline .form-control-static { display: inline-block } .form-inline .input-group { display: inline-table; vertical-align: middle } .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control { width: auto } .form-inline .input-group>.form-control { width: 100% } .form-inline .control-label { margin-bottom: 0; vertical-align: middle } .form-inline .radio,.form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle } .form-inline .radio label,.form-inline .checkbox label { padding-left: 0 } .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0 } .form-inline .has-feedback .form-control-feedback { top: 0 } } .form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0 } .form-horizontal .radio,.form-horizontal .checkbox { min-height: 27px } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px } @media (min-width: 768px) { .form-horizontal .control-label { padding-top:7px; margin-bottom: 0; text-align: right } } .form-horizontal .has-feedback .form-control-feedback { right: 15px } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top:14.3px } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top:6px } }
0.267887
0.110735
@charset "utf-8"; /* CSS Document */ .new_tab_bottom a { float: left; width: 100px; height: 32px; color: #fff; font-size: 14px; text-align: center; line-height: 32px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; background: url(../images/new08.jpg) left repeat-x; border-radius: 5px; } .new_tab_bottom ul { float: right; } .new_tab_bottom ul li { line-height: 30px; float: left; } .new_up { width: 400px; display: none; position: absolute; padding: 18px 0; left: -40px; z-index: 10; } .arrow_in { display: inline-block; width: 0; height: 0; border-width: 12px; border-style: dashed; border-color: transparent; border-top-width: 0; border-bottom-color: #fff; border-bottom-style: solid; top: 6px; left: 55px; position: absolute; } .up_div { width: 358px; margin: 0 auto; padding: 14px 12px; background: #fff; box-shadow: 0 0 24px #4e4e4e; -moz-box-shadow: 0 0 24px #4e4e4e; -webkit-box-shadow: 0 0 24px #4e4e4e; } .new_up_tab { line-height: 20px; color: #2e2d2d; font-size: 12px; border-bottom: 1px solid #efefef; } .new_up_tab span { width: 19%; text-align: center; display: inline-block; position: relative; top: 1px; } .new_up_cur { color: #34a831; border-bottom: 1px solid #40ad3e; } .new_up_list { padding: 6px 0; font-size: 12px; } .cities_list_cat li { width: 16%; height: 24px; line-height: 24px; float: left; vertical-align: middle; text-align: left; } .cities_list_cat li a { color: #2e2d2d; } .xiangqing{ margin-bottom:0;} .xiangqing li{ float:left; padding:10px 0; width:25%; text-align:center; font-size:16px;} .bill_left_tit .detail { float: right; height: 44px; text-align: center; width: 98px; background: #F5841C; display: block; } .bill_left_tit .detail a { color: #fff; } .bill_left_tit .detail:hover { background: #D36A0A; } .bill_left_text th { font-size: 14px; background-color: #f1f1f1; line-height: 30px; border-bottom: 1px solid #f1f1f1; } .bill_left_text td { font-size: 14px; line-height: 30px; background-color: #fcfcfc; text-align: center; border-bottom: 1px solid #f1f1f1; } .tit_hover { background-color: #F5841C; color: #FFF; } .color1 { color: #0677c9; } .color2 { color: #1db02a; } .color3 { color: #e9a616; } .bill_left { width: 1000px; height: 390px; background-color: #f5f5f5; margin-right: 16px; float: left } .bill_right { width: 412px; height: 390px; background-color: #f5f5f5; float: left } .bill_right_tit { width: 412px; height: 44px; font-size: 16px; color: #515151; background-repeat: x-repeat; background-color: #ebebeb; line-height: 44px; } .bill_right_tit h2 { float: left; padding-left: 10px; padding-right: 10px; } .bill_right_tit span { float: right; padding-left: 10px; font-size: 14px; padding-right: 20px; } .bill_right_text { width: 100%; padding: 30px; box-sizing: border-box; } .bill_right_text li { width: 280px; padding-left: 25px; background-image: url(../images_index/dian.jpg); background-repeat: no-repeat; background-position: 10px 13px; font-size: 14px; line-height: 30px; float: left } .bill_chaxun { background-color: #FFF; padding:10px 0; } tr td{ vertical-align:middle !important;} tr td span:hover{ cursor:pointer;} .chaxun_1 { padding-right: 10px; float: left } .chaxun_2 { padding-right: 10px; font-size: 14px; float: left } .chaxun_3 { padding-right: 15px; font-size: 14px; float: left } .chaxun_4 { width: 80px; height: 32px; font-size: 14px; background-color: #f48b2b; line-height: 30px; text-align: center; color: #FFF; float: left; border-radius: 5px; } .chaxun_4:hover { cursor: pointer; } .cx { width: 150px; height: 28px; border: 1px solid #dbdbdb; } ._box { position: relative; width: 80px; height: 30px; background-color: #F5841C; background-image: url(images/bg.png); background-repeat: no-repeat; background-position: 0 0; background-attachment: scroll; line-height: 30px; text-align: center; color: white; cursor: pointer; overflow: hidden; z-index: 1; float: left; border-radius: 5px; } ._box input { position: absolute; width: 119px; height: 40px; line-height: 40px; font-size: 23px; opacity: 0; filter: "alpha(opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; left: -5px; top: -2px; cursor: pointer; z-index: 2; } /******************************************************************************/ a{ text-decoration:none;} .biao { font-size: 12px; } .new_cur { background: #1abc64; } .new_tab_ul { background: #F5841C; margin-left: 0px; margin-right: 0px; } .new_tab_ul li { padding-top: 20px; padding-bottom: 20px; width: 33.3333333%; float: left; } .new_tab_ul li a { text-align: center; color: #fff; display: block; font-size: 16px; } .tab_div_ul .list_div { float: left; padding-top: 10px; margin-right: 20px; } .tab_div_ul input { border: 1px solid #ccc; height: 35px; width: 100px; padding: 0 9px; color: #000000; outline: none; } .tab_div_ul .list_div_last { margin-right: 0px; } .tab_div_ul select { padding-left: 10px; appearance: none; -moz-appearance: none; -webkit-appearance: none; border: 1px solid #cccccc; height: 35px; border-radius: 0; } .tab_div_ul select option { margin-left: 10px; } .new_tab_bottom a { float: left; width: 100px; height: 32px; color: #fff; font-size: 14px; text-align: center; line-height: 32px; -moz-border-radius: 2px; -webkit-border-radius: 2px; background: url(../images/new08.jpg) left repeat-x; border-radius: 5px; } .new_up { width: 400px; display: none; position: absolute; padding: 18px 0; left: -40px; z-index: 10; } .arrow_in { display: inline-block; width: 0; height: 0; border-width: 12px; border-style: dashed; border-color: transparent; border-top-width: 0; border-bottom-color: #fff; border-bottom-style: solid; top: 6px; left: 55px; position: absolute; } .up_div { width: 358px; margin: 0 auto; padding: 14px 12px; background: #fff; box-shadow: 0 0 24px #4e4e4e; -moz-box-shadow: 0 0 24px #4e4e4e; -webkit-box-shadow: 0 0 24px #4e4e4e; } .new_up_tab { line-height: 20px; color: #2e2d2d; font-size: 12px; border-bottom: 1px solid #efefef; } .new_up_tab span { width: 19%; text-align: center; display: inline-block; position: relative; top: 1px; } .new_up_cur { color: #34a831; border-bottom: 1px solid #40ad3e; } .new_up_list { padding: 6px 0; font-size: 12px; } .cities_list_cat li { width: 16%; height: 24px; line-height: 24px; float: left; vertical-align: middle; /* overflow: hidden; */ text-align: left; } .cities_list_cat li a { color: #2e2d2d; } /*************************************************************/ .row { margin-left: 0; } label{ text-align:right;} .form-horizontal .form-group{ margin-right:0;} .bd .row{ margin-right:30px;}
WebContent/css/line-interaction.css
@charset "utf-8"; /* CSS Document */ .new_tab_bottom a { float: left; width: 100px; height: 32px; color: #fff; font-size: 14px; text-align: center; line-height: 32px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; background: url(../images/new08.jpg) left repeat-x; border-radius: 5px; } .new_tab_bottom ul { float: right; } .new_tab_bottom ul li { line-height: 30px; float: left; } .new_up { width: 400px; display: none; position: absolute; padding: 18px 0; left: -40px; z-index: 10; } .arrow_in { display: inline-block; width: 0; height: 0; border-width: 12px; border-style: dashed; border-color: transparent; border-top-width: 0; border-bottom-color: #fff; border-bottom-style: solid; top: 6px; left: 55px; position: absolute; } .up_div { width: 358px; margin: 0 auto; padding: 14px 12px; background: #fff; box-shadow: 0 0 24px #4e4e4e; -moz-box-shadow: 0 0 24px #4e4e4e; -webkit-box-shadow: 0 0 24px #4e4e4e; } .new_up_tab { line-height: 20px; color: #2e2d2d; font-size: 12px; border-bottom: 1px solid #efefef; } .new_up_tab span { width: 19%; text-align: center; display: inline-block; position: relative; top: 1px; } .new_up_cur { color: #34a831; border-bottom: 1px solid #40ad3e; } .new_up_list { padding: 6px 0; font-size: 12px; } .cities_list_cat li { width: 16%; height: 24px; line-height: 24px; float: left; vertical-align: middle; text-align: left; } .cities_list_cat li a { color: #2e2d2d; } .xiangqing{ margin-bottom:0;} .xiangqing li{ float:left; padding:10px 0; width:25%; text-align:center; font-size:16px;} .bill_left_tit .detail { float: right; height: 44px; text-align: center; width: 98px; background: #F5841C; display: block; } .bill_left_tit .detail a { color: #fff; } .bill_left_tit .detail:hover { background: #D36A0A; } .bill_left_text th { font-size: 14px; background-color: #f1f1f1; line-height: 30px; border-bottom: 1px solid #f1f1f1; } .bill_left_text td { font-size: 14px; line-height: 30px; background-color: #fcfcfc; text-align: center; border-bottom: 1px solid #f1f1f1; } .tit_hover { background-color: #F5841C; color: #FFF; } .color1 { color: #0677c9; } .color2 { color: #1db02a; } .color3 { color: #e9a616; } .bill_left { width: 1000px; height: 390px; background-color: #f5f5f5; margin-right: 16px; float: left } .bill_right { width: 412px; height: 390px; background-color: #f5f5f5; float: left } .bill_right_tit { width: 412px; height: 44px; font-size: 16px; color: #515151; background-repeat: x-repeat; background-color: #ebebeb; line-height: 44px; } .bill_right_tit h2 { float: left; padding-left: 10px; padding-right: 10px; } .bill_right_tit span { float: right; padding-left: 10px; font-size: 14px; padding-right: 20px; } .bill_right_text { width: 100%; padding: 30px; box-sizing: border-box; } .bill_right_text li { width: 280px; padding-left: 25px; background-image: url(../images_index/dian.jpg); background-repeat: no-repeat; background-position: 10px 13px; font-size: 14px; line-height: 30px; float: left } .bill_chaxun { background-color: #FFF; padding:10px 0; } tr td{ vertical-align:middle !important;} tr td span:hover{ cursor:pointer;} .chaxun_1 { padding-right: 10px; float: left } .chaxun_2 { padding-right: 10px; font-size: 14px; float: left } .chaxun_3 { padding-right: 15px; font-size: 14px; float: left } .chaxun_4 { width: 80px; height: 32px; font-size: 14px; background-color: #f48b2b; line-height: 30px; text-align: center; color: #FFF; float: left; border-radius: 5px; } .chaxun_4:hover { cursor: pointer; } .cx { width: 150px; height: 28px; border: 1px solid #dbdbdb; } ._box { position: relative; width: 80px; height: 30px; background-color: #F5841C; background-image: url(images/bg.png); background-repeat: no-repeat; background-position: 0 0; background-attachment: scroll; line-height: 30px; text-align: center; color: white; cursor: pointer; overflow: hidden; z-index: 1; float: left; border-radius: 5px; } ._box input { position: absolute; width: 119px; height: 40px; line-height: 40px; font-size: 23px; opacity: 0; filter: "alpha(opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; left: -5px; top: -2px; cursor: pointer; z-index: 2; } /******************************************************************************/ a{ text-decoration:none;} .biao { font-size: 12px; } .new_cur { background: #1abc64; } .new_tab_ul { background: #F5841C; margin-left: 0px; margin-right: 0px; } .new_tab_ul li { padding-top: 20px; padding-bottom: 20px; width: 33.3333333%; float: left; } .new_tab_ul li a { text-align: center; color: #fff; display: block; font-size: 16px; } .tab_div_ul .list_div { float: left; padding-top: 10px; margin-right: 20px; } .tab_div_ul input { border: 1px solid #ccc; height: 35px; width: 100px; padding: 0 9px; color: #000000; outline: none; } .tab_div_ul .list_div_last { margin-right: 0px; } .tab_div_ul select { padding-left: 10px; appearance: none; -moz-appearance: none; -webkit-appearance: none; border: 1px solid #cccccc; height: 35px; border-radius: 0; } .tab_div_ul select option { margin-left: 10px; } .new_tab_bottom a { float: left; width: 100px; height: 32px; color: #fff; font-size: 14px; text-align: center; line-height: 32px; -moz-border-radius: 2px; -webkit-border-radius: 2px; background: url(../images/new08.jpg) left repeat-x; border-radius: 5px; } .new_up { width: 400px; display: none; position: absolute; padding: 18px 0; left: -40px; z-index: 10; } .arrow_in { display: inline-block; width: 0; height: 0; border-width: 12px; border-style: dashed; border-color: transparent; border-top-width: 0; border-bottom-color: #fff; border-bottom-style: solid; top: 6px; left: 55px; position: absolute; } .up_div { width: 358px; margin: 0 auto; padding: 14px 12px; background: #fff; box-shadow: 0 0 24px #4e4e4e; -moz-box-shadow: 0 0 24px #4e4e4e; -webkit-box-shadow: 0 0 24px #4e4e4e; } .new_up_tab { line-height: 20px; color: #2e2d2d; font-size: 12px; border-bottom: 1px solid #efefef; } .new_up_tab span { width: 19%; text-align: center; display: inline-block; position: relative; top: 1px; } .new_up_cur { color: #34a831; border-bottom: 1px solid #40ad3e; } .new_up_list { padding: 6px 0; font-size: 12px; } .cities_list_cat li { width: 16%; height: 24px; line-height: 24px; float: left; vertical-align: middle; /* overflow: hidden; */ text-align: left; } .cities_list_cat li a { color: #2e2d2d; } /*************************************************************/ .row { margin-left: 0; } label{ text-align:right;} .form-horizontal .form-group{ margin-right:0;} .bd .row{ margin-right:30px;}
0.263126
0.051918
.tabPane { position: relative; } .flexTab { composes: tabPane; display: flex; flex-direction: column; flex: 1; border: 1px solid #e1e1e1; border-top: none; :global { .CodeMirror, .CodeMirror-merge { border-top: none; } } } .flexContent { flex: 1; position: relative; } .navItem { border-radius: 2px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-bottom: -1px; border-bottom: none; border: 1px solid #e1e1e1; padding: 0 30px; line-height: 40px; margin-right: 3px; cursor: pointer; &:hover { color: #333; border-top-color: #d0d0d0; border-right-color: #d0d0d0; border-left-color: #d0d0d0; } } .activeNavItem { border-bottom: 1px solid #fff; background: #fff; } .help { cursor: help; position: relative; .helpIcon { &::after { content: '(?)'; font-weight: bold; display: inline-block; margin-left: 0.5rem; font-size: 10px; color: #bbb; } } .tooltip { line-height: 20px; text-align: center; width: 170px; left: -75px; background: #3498DB; bottom: 100%; color: #fff; display: block; margin-bottom: 15px; opacity: 0; padding: 8px; padding: .5rem; pointer-events: none; position: absolute; -webkit-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all .05s ease-out .05s; transition: all .05s ease-out .05s; border-radius: 2px; font-size: 12px; } /* This bridges the gap so you can mouse into the tooltip without it disappearing */ .tooltip:before { bottom: -20px; content: " "; display: block; height: 20px; left: 0; position: absolute; width: 100%; } /* CSS Triangles - see Trevor's post */ .tooltip:after { border-left: solid transparent 10px; border-right: solid transparent 10px; border-top: solid #3498db 10px; bottom: -10px; content: " "; height: 0; left: 50%; margin-left: -13px; position: absolute; width: 0; } &:hover .tooltip { opacity: 1; pointer-events: auto; transform: translateY(0px); } }
packages/frontend/js/main/tabs/tab/style.css
.tabPane { position: relative; } .flexTab { composes: tabPane; display: flex; flex-direction: column; flex: 1; border: 1px solid #e1e1e1; border-top: none; :global { .CodeMirror, .CodeMirror-merge { border-top: none; } } } .flexContent { flex: 1; position: relative; } .navItem { border-radius: 2px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-bottom: -1px; border-bottom: none; border: 1px solid #e1e1e1; padding: 0 30px; line-height: 40px; margin-right: 3px; cursor: pointer; &:hover { color: #333; border-top-color: #d0d0d0; border-right-color: #d0d0d0; border-left-color: #d0d0d0; } } .activeNavItem { border-bottom: 1px solid #fff; background: #fff; } .help { cursor: help; position: relative; .helpIcon { &::after { content: '(?)'; font-weight: bold; display: inline-block; margin-left: 0.5rem; font-size: 10px; color: #bbb; } } .tooltip { line-height: 20px; text-align: center; width: 170px; left: -75px; background: #3498DB; bottom: 100%; color: #fff; display: block; margin-bottom: 15px; opacity: 0; padding: 8px; padding: .5rem; pointer-events: none; position: absolute; -webkit-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all .05s ease-out .05s; transition: all .05s ease-out .05s; border-radius: 2px; font-size: 12px; } /* This bridges the gap so you can mouse into the tooltip without it disappearing */ .tooltip:before { bottom: -20px; content: " "; display: block; height: 20px; left: 0; position: absolute; width: 100%; } /* CSS Triangles - see Trevor's post */ .tooltip:after { border-left: solid transparent 10px; border-right: solid transparent 10px; border-top: solid #3498db 10px; bottom: -10px; content: " "; height: 0; left: 50%; margin-left: -13px; position: absolute; width: 0; } &:hover .tooltip { opacity: 1; pointer-events: auto; transform: translateY(0px); } }
0.469034
0.144179
border: 1px solid #fff; */ /* -- REGIONS ------------------------------------------------------------ */ body { background: url("../images/body-bg.gif") 0% 0% repeat-x; } #page {} #content { width: 900px; margin-right: auto; margin-left: auto; position: relative; overflow: hidden; } #appbar { height: 40px; } #appbar-search { float: right; position: relative; } #header { height: 210px; width: 900px; padding: 10px; padding-bottom: 0px; background: url("../images/header-bg.png") 0% 0% no-repeat; margin-bottom: 0px; overflow: hidden; } #card { float: left; width: 520px; height: 195px; position: relative; top: -5px; /* to compensate for indelible h1 padding */ } #carousel { float: right; margin-right: 20px; /* defeats #header padding pushout */ width: 350px; height: 190px; background: url("../images/carousel-bg.png") 0 0 no-repeat; position: relative; } /* -- APPBAR ------------------------------------------------------------- */ .minisearch input { border: 1px solid #9fa9ba; } .minisearch-button { border-left: none !important; background: #090; color: #fff; } /* -- HEADER ------------------------------------------------------------- */ .card-title { margin-bottom: 8px; } .card-title h1 { color: #fff; font-size: 28px; padding: 0px !important; margin: 0px !important; display: inline; } .card-title a, .card-title a:link, .card-title a:visited, .card-title a:active, .card-title a:hover { color: #fff; } .card-title strong { color: #fff; font-size: 14px; font-weight: normal; } .card-title small { color: #fff; } .card-title .weather { color: #fff; } .statbar { background: url("../images/statbar-bg.png") 0% 0% no-repeat; width: 520px; height: 33px; padding: 3px 5px; } /* -- GLIDER ------------------------------------------------------------- */ div.scroller { width: 348px; height: 159px; overflow: hidden; position: relative; } div.scroller div.section { /* match the size of the scroller window */ width:348px; height:159px; overflow:hidden; float:left; padding:3px; } div.scroller div.content { width: 10000px; } div.controls { margin-top: 3px; height: 17px; padding: 3px; text-align: center; border-bottom: 1px dotted #999; } div.controls a { color: #666; font-family: arial; padding: 3px 8px; border-bottom: 2px solid #fff; background: #fff url('../images/rev-corner-white-nw.png') 0 0 no-repeat; } /* -- STATUS ------------------------------------------------------------- */ div.status-info { width: 400px; height: 30px; font-family: arial; font-size: 10px; border-right: 2px dotted #999; float: left; line-height: 14px; } .status-info b { font-size: 11px; } .status-info small b { font-size: 9px ! important; } .status-info span { margin-right: 10px; } div.license-info { width: 95px; float: left; font-family: arial; text-align: right; color: #090; font-size: 14px; } .license-info small { font-size: 10px; color: #999; } .stat-panel { width: 140px; height: 105px; padding: 5px; float: left; font-family: arial; } #sales-stats { width: 150px; } #usage-stats { width: 200px; } #service-stats { width: 130px; } .stat-panel div { font-size: 13px; color: #333; margin-bottom: 7px; } .stat-panel small { font-size: 10px; color: #666; } .stat-panel strong { color: #000; } /* == PANELS ============================================== */ #body { margin-top: 0px; overflow: hidden; position: relative; } #panels { width: 1300px; overflow: hidden; position: relative; right: 0px; } #panels-controls { position: relative; color: #999; } #panel-forward { position: absolute; left: 88%; text-align: right; } .panel { background: #fff url("../images/panel-bg.gif") 0 0 repeat-x; background: #eee; width: 205px; padding: 5px; padding-top: 0px; margin-right: 12px; border-top: 1px dotted #999; position: relative; height: 450px; float: left; color: #000; } .panel h2 { font-size: 22px; color: #666; font-weight: normal; } .panel h3 { color: #667; } .panel em { color: #444; font-size: 10px; } .panel-last {margin-right: 0;} .panel-title { margin-bottom: 10px; } .panel-body { float: left; overflow: auto !important; } .panel-expanded { width: 360px; background: #eee; float: right; margin-left: 10px; padding: 10px; } .panel-expanded h3 { margin: 0px; padding: 0px; margin-bottom: 5px; font-size: 14px; font-weight: normal; color: #f60; border-bottom: 1px dotted #f60; } .panel-controls { font-family: arial; } .panel-title { padding-bottom: 5px; border-bottom: 1px dotted #999 } .panel-title h2, .panel-title h3 { margin: 0px; padding: 0px; } .panel-title h3 { color: #000; font-weight: normal; font-size: 12px; } div.body-chunk { } div.body-chunk-title { margin: 0px; padding: 0px; margin-bottom: 5px; } .body-chunk h3 { margin: 0px; padding: 0px; color: #f60; font-size: 14px; font-weight: normal; } .body-chunk h4 { margin: 0px; padding: 0px; font-size: 18px; color: #333; } .body-chunk h5 { margin: 0px; padding: 0px; font-size: 10px; font-weight: normal; font-style: italic; color: #000; } .comments { position: relative; } .comments .tooldock { position: absolute; right: 10px; top: 10px; } .comments dd, .comments dt { float: left; } .comments dd { width: 100px; margin: 0px; padding: 3px; text-align: right; } .comments dt { width: 350px; margin-left: 5px; padding: 3px; padding-left: 5px; border-left: 3px solid #999; } .announcement { background: #ffc; padding: 3px; border: 1px dotted #f90; border-left: none; border-right: none; margin-bottom: 5px; } .announcement h4 { } .bit { padding: 5px; margin-bottom: 5px; } .side-chunk h4, .side-chunk h5{ margin: 0px; padding: 0px; } .side-chunk h4 { font-size: 14px; font-weight: normal; } .side-chunk h5 { font-style: italic; font-weight: normal; font-size: 11px; } .side-chunk p { margin: 3px 0px; padding: 0px; font-size: 11px; } .contact { background: #ddf; background-image: url('../images/contact-expand-bg.png'); background-position: 100% 80%; background-repeat: no-repeat; border: 1px dotted #99c; } .contact-details { background: url("../images/stub-contact-details.png") 100% 0 no-repeat; height: 22px; } /* XXX: move to util */ ul.flush li { margin-bottom: 3px; } /* -- UI ----------------------------------------------------------------- */ .ibutton { position: absolute; top: 2px; right: 2px; } #carousel .ibutton { position: relative; left: 0px; top: -14px;} .message { padding: 5px; background: #eef; border: 1px dotted #aab; color: #669; } .expand-down { background-image: url('../images/contact-expand-bg.png'); background-position: 100% 80%; background-repeat: no-repeat; }
v1/area51/datamart/www/style/custom.css
border: 1px solid #fff; */ /* -- REGIONS ------------------------------------------------------------ */ body { background: url("../images/body-bg.gif") 0% 0% repeat-x; } #page {} #content { width: 900px; margin-right: auto; margin-left: auto; position: relative; overflow: hidden; } #appbar { height: 40px; } #appbar-search { float: right; position: relative; } #header { height: 210px; width: 900px; padding: 10px; padding-bottom: 0px; background: url("../images/header-bg.png") 0% 0% no-repeat; margin-bottom: 0px; overflow: hidden; } #card { float: left; width: 520px; height: 195px; position: relative; top: -5px; /* to compensate for indelible h1 padding */ } #carousel { float: right; margin-right: 20px; /* defeats #header padding pushout */ width: 350px; height: 190px; background: url("../images/carousel-bg.png") 0 0 no-repeat; position: relative; } /* -- APPBAR ------------------------------------------------------------- */ .minisearch input { border: 1px solid #9fa9ba; } .minisearch-button { border-left: none !important; background: #090; color: #fff; } /* -- HEADER ------------------------------------------------------------- */ .card-title { margin-bottom: 8px; } .card-title h1 { color: #fff; font-size: 28px; padding: 0px !important; margin: 0px !important; display: inline; } .card-title a, .card-title a:link, .card-title a:visited, .card-title a:active, .card-title a:hover { color: #fff; } .card-title strong { color: #fff; font-size: 14px; font-weight: normal; } .card-title small { color: #fff; } .card-title .weather { color: #fff; } .statbar { background: url("../images/statbar-bg.png") 0% 0% no-repeat; width: 520px; height: 33px; padding: 3px 5px; } /* -- GLIDER ------------------------------------------------------------- */ div.scroller { width: 348px; height: 159px; overflow: hidden; position: relative; } div.scroller div.section { /* match the size of the scroller window */ width:348px; height:159px; overflow:hidden; float:left; padding:3px; } div.scroller div.content { width: 10000px; } div.controls { margin-top: 3px; height: 17px; padding: 3px; text-align: center; border-bottom: 1px dotted #999; } div.controls a { color: #666; font-family: arial; padding: 3px 8px; border-bottom: 2px solid #fff; background: #fff url('../images/rev-corner-white-nw.png') 0 0 no-repeat; } /* -- STATUS ------------------------------------------------------------- */ div.status-info { width: 400px; height: 30px; font-family: arial; font-size: 10px; border-right: 2px dotted #999; float: left; line-height: 14px; } .status-info b { font-size: 11px; } .status-info small b { font-size: 9px ! important; } .status-info span { margin-right: 10px; } div.license-info { width: 95px; float: left; font-family: arial; text-align: right; color: #090; font-size: 14px; } .license-info small { font-size: 10px; color: #999; } .stat-panel { width: 140px; height: 105px; padding: 5px; float: left; font-family: arial; } #sales-stats { width: 150px; } #usage-stats { width: 200px; } #service-stats { width: 130px; } .stat-panel div { font-size: 13px; color: #333; margin-bottom: 7px; } .stat-panel small { font-size: 10px; color: #666; } .stat-panel strong { color: #000; } /* == PANELS ============================================== */ #body { margin-top: 0px; overflow: hidden; position: relative; } #panels { width: 1300px; overflow: hidden; position: relative; right: 0px; } #panels-controls { position: relative; color: #999; } #panel-forward { position: absolute; left: 88%; text-align: right; } .panel { background: #fff url("../images/panel-bg.gif") 0 0 repeat-x; background: #eee; width: 205px; padding: 5px; padding-top: 0px; margin-right: 12px; border-top: 1px dotted #999; position: relative; height: 450px; float: left; color: #000; } .panel h2 { font-size: 22px; color: #666; font-weight: normal; } .panel h3 { color: #667; } .panel em { color: #444; font-size: 10px; } .panel-last {margin-right: 0;} .panel-title { margin-bottom: 10px; } .panel-body { float: left; overflow: auto !important; } .panel-expanded { width: 360px; background: #eee; float: right; margin-left: 10px; padding: 10px; } .panel-expanded h3 { margin: 0px; padding: 0px; margin-bottom: 5px; font-size: 14px; font-weight: normal; color: #f60; border-bottom: 1px dotted #f60; } .panel-controls { font-family: arial; } .panel-title { padding-bottom: 5px; border-bottom: 1px dotted #999 } .panel-title h2, .panel-title h3 { margin: 0px; padding: 0px; } .panel-title h3 { color: #000; font-weight: normal; font-size: 12px; } div.body-chunk { } div.body-chunk-title { margin: 0px; padding: 0px; margin-bottom: 5px; } .body-chunk h3 { margin: 0px; padding: 0px; color: #f60; font-size: 14px; font-weight: normal; } .body-chunk h4 { margin: 0px; padding: 0px; font-size: 18px; color: #333; } .body-chunk h5 { margin: 0px; padding: 0px; font-size: 10px; font-weight: normal; font-style: italic; color: #000; } .comments { position: relative; } .comments .tooldock { position: absolute; right: 10px; top: 10px; } .comments dd, .comments dt { float: left; } .comments dd { width: 100px; margin: 0px; padding: 3px; text-align: right; } .comments dt { width: 350px; margin-left: 5px; padding: 3px; padding-left: 5px; border-left: 3px solid #999; } .announcement { background: #ffc; padding: 3px; border: 1px dotted #f90; border-left: none; border-right: none; margin-bottom: 5px; } .announcement h4 { } .bit { padding: 5px; margin-bottom: 5px; } .side-chunk h4, .side-chunk h5{ margin: 0px; padding: 0px; } .side-chunk h4 { font-size: 14px; font-weight: normal; } .side-chunk h5 { font-style: italic; font-weight: normal; font-size: 11px; } .side-chunk p { margin: 3px 0px; padding: 0px; font-size: 11px; } .contact { background: #ddf; background-image: url('../images/contact-expand-bg.png'); background-position: 100% 80%; background-repeat: no-repeat; border: 1px dotted #99c; } .contact-details { background: url("../images/stub-contact-details.png") 100% 0 no-repeat; height: 22px; } /* XXX: move to util */ ul.flush li { margin-bottom: 3px; } /* -- UI ----------------------------------------------------------------- */ .ibutton { position: absolute; top: 2px; right: 2px; } #carousel .ibutton { position: relative; left: 0px; top: -14px;} .message { padding: 5px; background: #eef; border: 1px dotted #aab; color: #669; } .expand-down { background-image: url('../images/contact-expand-bg.png'); background-position: 100% 80%; background-repeat: no-repeat; }
0.239172
0.086246
@import url('//fonts.googleapis.com/css?subset=latin,cyrillic-ext,latin-ext,cyrillic&family=Open+Sans+Condensed:300|Roboto+Mono:400,500|Bitter:400,700,400italic|Open+Sans:400,600,400italic,600italic|Merriweather:400,300,300italic,400italic,700,700italic|Roboto+Slab:400,300'); @import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'); /* === Core Styles === */ body { background-color: #f6f6f6; color: #26292c; font-size: 1em; font-family: "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-weight: 100; line-height: 1.5; margin: 0; padding: 0; -webkit-font-smoothing: subpixel-antialiased; } body * { max-height: 1000000em; } /* === Clearly show the mathematical relationship between font sizes === */ h3 { font-size: 1em; } h2 { font-size: 1.5em; } h1 { font-size: 2.25em; } /* ===================================================================== */ /* === Define Margins === */ h1, h2, h3, h4, p, ul { margin-top: 0; margin-bottom: 0; } ul { margin-bottom: 1em; } h2 { margin-top: 0; margin-bottom: 0.3em; } p + h2, pre + h2, ul + h2, img + h2 h3 + h2 { margin-top: 3em; } h3 { margin-top: 2em; } h2 + h3 { margin-top: 1em; } p + p { margin-top: 1em; } /* =================================== */ p { font-family: "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; } h1 { color: #26292c; font-family: "Roboto Slab", "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-weight: 400; line-height: 1.25; } h1, .post-meta { text-align: center; } h2 { /*text-transform: uppercase;*/ font-weight: 900; padding-bottom: 0.3em; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } hr { color: rgba(0, 0, 0, 0.1); border-bottom: none; } a, a:visited { color: #498bf5; text-decoration: none; transition: color ease 0.7s; -webkit-transition: color ease 0.7s; } a:focus, a:hover { color: #09419c; } p, li, dt, dd { font-weight: 100; } dt { font-weight: 400; } li { padding-left: 0.8em; } pre, pre code { padding: 1em; background-color: #26292c; overflow-x: auto; border-radius: 5px; font-family: "Roboto Mono", Courier, monospace; color: white; } pre code { padding: 0em; white-space: pre; } code { background-color: #f0f0f0; font-family: "Roboto Mono", Courier, monospace; white-space: pre; } pre + p, pre code + p { margin-top: 2em; } p + pre p + pre code { margin-top: 0em; } note { padding: 1em; background-color: #64c8ff; border-radius: 5px; color: #000000; display: block; } note a, note a:visited, note a:hover { color: #000000; text-decoration: underline; } note code { background-color: rgba(255, 255, 255, 0.2); } note:before { display: block; content: "Note:"; font-weight: 700; } warning { padding: 1em; background-color: rgba(255, 0, 0, 0.7); border-radius: 5px; color: #000000; display: block; } warning a, warning a:visited, warning a:hover { color: #000000; text-decoration: underline; } warning code { background-color: rgba(255, 255, 255, 0.2); } warning:before { display: block; content: "Warning:"; font-weight: 700; } #site-head, article, article.preview, a.archive-link, .article-nav { margin: 20px auto; max-width: 600px; width: 90%; } article.preview { margin: 20px auto; max-width: 600px; width: 90%; padding: 1em; padding-top: 2em; background-color: white; border-radius: 5px; display: block; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.3); } #site-head img { max-width: 100%; } .pin { background-color: #aaa; display: block; height: 32px; width: 2px; position: absolute; left: 0px; top: -16px; z-index: 1; } .pin:after { background-color: #A31; background-image: radial-gradient(25% 25%, circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3)); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(255, 255, 255, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2), 23px 20px 3px rgba(0, 0, 0, 0.15); content: ''; height: 12px; left: -5px; position: absolute; top: -10px; width: 12px; } .pin:before { background-color: rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1); content: ''; height: 24px; width: 2px; left: 0; position: absolute; top: 8px; transform: rotate(57.5deg); -moz-transform: rotate(57.5deg); -webkit-transform: rotate(57.5deg); -o-transform: rotate(57.5deg); -ms-transform: rotate(57.5deg); transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; } article.preview { margin-bottom: 3em; } article.preview p.readmore { font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; margin-top: 1em; text-transform: uppercase; font-weight: 300; font-size: 1.1em; } /* === Header === */ #blog-logo { display: block; max-width: 100px; margin: 50px auto 0; text-align: center; } #blog-logo div.bloglogo { width: 100px; height: 100px; border-radius: 50%; background-size: cover !important; background-position: center center !important; background-color: #f6f6f6; } h1.blog-title, h2.blog-description { text-align: center; } h1.blog-title { font-size: 2.9859839999999997em; line-height: 1; margin-top: 1em; margin-bottom: 1em; padding: 0; } h2.blog-description { margin-top: 0em; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 2em; padding: .5em 1em; color: #646464; font-weight: 300; } section.footer-description { margin-bottom: 1em; } header.article-header, header.page-header { margin-bottom: 3em; } /* === Body === */ section.author, section.share { width: 100%; text-align: left; text-transform: none; color: #646464; } section.share { margin-top: 1em; border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 1em; text-align: right; } section.author h4, section.author p, section.share p { padding: 0; margin: 0; } section.author h4 { font-family: "Roboto Slab", "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-weight: 400; margin-bottom: 4px; } section.author p.attr, section.share p.info { font-size: 1em; line-height: 1; text-transform: uppercase; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; } section.share p.info.prompt { top: -5px; position: relative; } section.author p.attr { margin-bottom: 2px; } section.share p.info { display: inline-block; } section.author p.bio { font-size: 0.9em; margin-left: 82px; } blockquote { margin-top: 0.5em; margin-left: 0.5em; padding-left: 0.5em; } blockquote p { font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-size: 1.4em; font-style: italic; } .post-meta { color: #95a5a6; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-size: 1.2em; font-weight: 300; margin-top: 0.5em; margin-bottom: 1.2em; text-transform: uppercase; } .tags { font-size: 16px; margin-bottom: 0.6em; margin-top: 2em; } div.authorimage { width: 70px; height: 70px; border-radius: 50%; background-size: cover !important; background-position: center center !important; margin-right: 10px; float: left; } h1.post-title a, h1.blog-title a { color: #26292c; transition: color ease 0.7s; -webkit-transition: color ease 0.7s; } h1.post-title a:focus, h1.post-title a:hover, h1.blog-title a:focus, h1.blog-title a:hover { color: #498bf5; text-decoration: none; } section.post-content img { display: block; margin: 0 auto; max-width: 100%; } section.preview.archive h2 { text-align: left; } section.author { overflow: hidden; } img.userimage { width: 70px; max-width: 70px; max-height: 70px; border-radius: 50%; margin-right: 10px; float: left; } /* === Footer === */ footer { background: #f0f0f0; margin: 4em 0 0; padding: 2em 0; text-align: center; } footer section { font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-weight: 300; font-size: 1.1em; margin: 0 auto; max-width: 600px; text-transform: uppercase; width: 90%; } footer.post-footer { background: none; border-top: 1px solid rgba(0, 0, 0, 0.1); margin-top: 1em; } /* === Navigation and Pagination === */ nav { border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 2em; text-align: center; margin: 20px auto 2em auto; max-width: 600px; } nav ul { list-style: none; margin: 0 auto; padding: 0; width: 100%; overflow: hidden; text-align: center; } nav ul li { display: inline-block; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-size: 1em; font-weight: 300; margin: 0; padding: 0 .5em; text-align: center; text-transform: uppercase; } nav ul li a { display: block; padding: .5em 0; } nav.menu { margin-bottom: 2.5em; } nav.menu li { margin: 0 .5em; padding: 0; } nav.menu li:last-child { margin: 0; } @media only screen and (min-width: 320px) and (max-width: 662px) { nav.menu li { display: block; } } nav.pagination li:first-child { margin-left: 0; margin-right: 0; text-align: right; } nav.pagination li:last-child { margin-left: 0; margin-right: 0; text-align: left; } a.archive-link { border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1); display: block; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-size: 2em; font-weight: 300; margin-bottom: 3em; margin-top: 3em; padding: .5em 0; text-align: center; text-transform: uppercase; } .pagination { position: relative; width: 90%; max-width: 600px; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; text-transform: uppercase; font-size: 1.3em; color: #646464; text-align: center; padding: 0.5em 0; } .pagination a { color: #498bf5; } .older-posts, .newer-posts { position: absolute; display: inline-block; padding: 0; text-decoration: none; transition: color ease 0.7s; -webkit-transition: color ease 0.7s; } .older-posts { right: 0; } .page-number { display: inline-block; padding: 0; margin: 0; } .newer-posts { left: 0; } .older-posts:hover, .newer-posts:hover { color: #09419c; text-decoration: none; } /* === Extras === */ .gist { margin-top: 1em; margin-bottom: 1em; border-collapse: collapse !important; } .gist .gist-file { font-family: "Roboto Mono", Courier, monospace; border: 1px solid #f0f0f0 !important; } .gist .gist-file .gist-meta { font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif !important; font-weight: 300 !important; text-transform: uppercase !important; display: none !important; /* Hide GitHub attribution */ } .gist .gist-file .gist-meta a:visited { color: #498bf5 !important; } .gist .gist-file .gist-data { background: #fdfdfd !important; border-bottom: none !important; /* Hide GitHub attribution */ } .gist .gist-file .gist-data .line-numbers { border-right: none !important; } .gist .gist-file .gist-data .line-numbers, .gist .gist-file .gist-meta { background-color: #f0f0f0 !important; } .gist .gist-file .gist-data .line-numbers, .gist .gist-file .gist-data .line-pre { line-height: 1.2em !important; } .hidden { text-indent: -9999px; visibility: hidden; display: none; } @font-face { font-family: 'icons'; src: url('../fonts/icons.eot'); src: url('../fonts/icons.eot?#iefix') format('embedded-opentype'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg#icons') format('svg'); font-weight: normal; font-style: normal; } .icon-ghost, .icon-feed { font-family: 'icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; } .icon-ghost:before { content: "\e000"; } .icon-feed:before { content: "\e001"; } .icon-ghost { font-size: 0.5em; position: relative; top: -1px; } /* Comments */ #disqus_thread { /* color: #787878; */ } /* Tables */ table { width: 100%; font-family: "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; border-collapse: collapse; margin: 1em 0 3em; } table td { padding: .5em; } table thead { font-weight: 600; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } table tbody tr:nth-child(even) { background-color: rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); } table tfoot { border-top: 1px solid rgba(0, 0, 0, 0.1); } /* * Prevent google+ comment system from creating horizontal scroll on * mobile devices * http://www.andrea-cardinale.com/css/make-responsive-the-google-plus-comments-widget.html */ div[id^='___comments_'], div[id^='___comments_'] iframe { width: 100% !important; } /* === Media Queries === */ @media only screen and (min-width: 320px) and (max-width: 500px) { footer section span.copyright { display: block; } nav li { width: auto; } .older-posts, .newer-posts { position: static; } .newer-posts { margin-bottom: 10px; } .older-posts { margin-top: 10px; } .page-number { display: block; } }
assets/css/screen.css
@import url('//fonts.googleapis.com/css?subset=latin,cyrillic-ext,latin-ext,cyrillic&family=Open+Sans+Condensed:300|Roboto+Mono:400,500|Bitter:400,700,400italic|Open+Sans:400,600,400italic,600italic|Merriweather:400,300,300italic,400italic,700,700italic|Roboto+Slab:400,300'); @import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'); /* === Core Styles === */ body { background-color: #f6f6f6; color: #26292c; font-size: 1em; font-family: "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-weight: 100; line-height: 1.5; margin: 0; padding: 0; -webkit-font-smoothing: subpixel-antialiased; } body * { max-height: 1000000em; } /* === Clearly show the mathematical relationship between font sizes === */ h3 { font-size: 1em; } h2 { font-size: 1.5em; } h1 { font-size: 2.25em; } /* ===================================================================== */ /* === Define Margins === */ h1, h2, h3, h4, p, ul { margin-top: 0; margin-bottom: 0; } ul { margin-bottom: 1em; } h2 { margin-top: 0; margin-bottom: 0.3em; } p + h2, pre + h2, ul + h2, img + h2 h3 + h2 { margin-top: 3em; } h3 { margin-top: 2em; } h2 + h3 { margin-top: 1em; } p + p { margin-top: 1em; } /* =================================== */ p { font-family: "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; } h1 { color: #26292c; font-family: "Roboto Slab", "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-weight: 400; line-height: 1.25; } h1, .post-meta { text-align: center; } h2 { /*text-transform: uppercase;*/ font-weight: 900; padding-bottom: 0.3em; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } hr { color: rgba(0, 0, 0, 0.1); border-bottom: none; } a, a:visited { color: #498bf5; text-decoration: none; transition: color ease 0.7s; -webkit-transition: color ease 0.7s; } a:focus, a:hover { color: #09419c; } p, li, dt, dd { font-weight: 100; } dt { font-weight: 400; } li { padding-left: 0.8em; } pre, pre code { padding: 1em; background-color: #26292c; overflow-x: auto; border-radius: 5px; font-family: "Roboto Mono", Courier, monospace; color: white; } pre code { padding: 0em; white-space: pre; } code { background-color: #f0f0f0; font-family: "Roboto Mono", Courier, monospace; white-space: pre; } pre + p, pre code + p { margin-top: 2em; } p + pre p + pre code { margin-top: 0em; } note { padding: 1em; background-color: #64c8ff; border-radius: 5px; color: #000000; display: block; } note a, note a:visited, note a:hover { color: #000000; text-decoration: underline; } note code { background-color: rgba(255, 255, 255, 0.2); } note:before { display: block; content: "Note:"; font-weight: 700; } warning { padding: 1em; background-color: rgba(255, 0, 0, 0.7); border-radius: 5px; color: #000000; display: block; } warning a, warning a:visited, warning a:hover { color: #000000; text-decoration: underline; } warning code { background-color: rgba(255, 255, 255, 0.2); } warning:before { display: block; content: "Warning:"; font-weight: 700; } #site-head, article, article.preview, a.archive-link, .article-nav { margin: 20px auto; max-width: 600px; width: 90%; } article.preview { margin: 20px auto; max-width: 600px; width: 90%; padding: 1em; padding-top: 2em; background-color: white; border-radius: 5px; display: block; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.3); } #site-head img { max-width: 100%; } .pin { background-color: #aaa; display: block; height: 32px; width: 2px; position: absolute; left: 0px; top: -16px; z-index: 1; } .pin:after { background-color: #A31; background-image: radial-gradient(25% 25%, circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3)); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(255, 255, 255, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2), 23px 20px 3px rgba(0, 0, 0, 0.15); content: ''; height: 12px; left: -5px; position: absolute; top: -10px; width: 12px; } .pin:before { background-color: rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1); content: ''; height: 24px; width: 2px; left: 0; position: absolute; top: 8px; transform: rotate(57.5deg); -moz-transform: rotate(57.5deg); -webkit-transform: rotate(57.5deg); -o-transform: rotate(57.5deg); -ms-transform: rotate(57.5deg); transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; } article.preview { margin-bottom: 3em; } article.preview p.readmore { font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; margin-top: 1em; text-transform: uppercase; font-weight: 300; font-size: 1.1em; } /* === Header === */ #blog-logo { display: block; max-width: 100px; margin: 50px auto 0; text-align: center; } #blog-logo div.bloglogo { width: 100px; height: 100px; border-radius: 50%; background-size: cover !important; background-position: center center !important; background-color: #f6f6f6; } h1.blog-title, h2.blog-description { text-align: center; } h1.blog-title { font-size: 2.9859839999999997em; line-height: 1; margin-top: 1em; margin-bottom: 1em; padding: 0; } h2.blog-description { margin-top: 0em; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 2em; padding: .5em 1em; color: #646464; font-weight: 300; } section.footer-description { margin-bottom: 1em; } header.article-header, header.page-header { margin-bottom: 3em; } /* === Body === */ section.author, section.share { width: 100%; text-align: left; text-transform: none; color: #646464; } section.share { margin-top: 1em; border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 1em; text-align: right; } section.author h4, section.author p, section.share p { padding: 0; margin: 0; } section.author h4 { font-family: "Roboto Slab", "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-weight: 400; margin-bottom: 4px; } section.author p.attr, section.share p.info { font-size: 1em; line-height: 1; text-transform: uppercase; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; } section.share p.info.prompt { top: -5px; position: relative; } section.author p.attr { margin-bottom: 2px; } section.share p.info { display: inline-block; } section.author p.bio { font-size: 0.9em; margin-left: 82px; } blockquote { margin-top: 0.5em; margin-left: 0.5em; padding-left: 0.5em; } blockquote p { font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-size: 1.4em; font-style: italic; } .post-meta { color: #95a5a6; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-size: 1.2em; font-weight: 300; margin-top: 0.5em; margin-bottom: 1.2em; text-transform: uppercase; } .tags { font-size: 16px; margin-bottom: 0.6em; margin-top: 2em; } div.authorimage { width: 70px; height: 70px; border-radius: 50%; background-size: cover !important; background-position: center center !important; margin-right: 10px; float: left; } h1.post-title a, h1.blog-title a { color: #26292c; transition: color ease 0.7s; -webkit-transition: color ease 0.7s; } h1.post-title a:focus, h1.post-title a:hover, h1.blog-title a:focus, h1.blog-title a:hover { color: #498bf5; text-decoration: none; } section.post-content img { display: block; margin: 0 auto; max-width: 100%; } section.preview.archive h2 { text-align: left; } section.author { overflow: hidden; } img.userimage { width: 70px; max-width: 70px; max-height: 70px; border-radius: 50%; margin-right: 10px; float: left; } /* === Footer === */ footer { background: #f0f0f0; margin: 4em 0 0; padding: 2em 0; text-align: center; } footer section { font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-weight: 300; font-size: 1.1em; margin: 0 auto; max-width: 600px; text-transform: uppercase; width: 90%; } footer.post-footer { background: none; border-top: 1px solid rgba(0, 0, 0, 0.1); margin-top: 1em; } /* === Navigation and Pagination === */ nav { border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 2em; text-align: center; margin: 20px auto 2em auto; max-width: 600px; } nav ul { list-style: none; margin: 0 auto; padding: 0; width: 100%; overflow: hidden; text-align: center; } nav ul li { display: inline-block; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-size: 1em; font-weight: 300; margin: 0; padding: 0 .5em; text-align: center; text-transform: uppercase; } nav ul li a { display: block; padding: .5em 0; } nav.menu { margin-bottom: 2.5em; } nav.menu li { margin: 0 .5em; padding: 0; } nav.menu li:last-child { margin: 0; } @media only screen and (min-width: 320px) and (max-width: 662px) { nav.menu li { display: block; } } nav.pagination li:first-child { margin-left: 0; margin-right: 0; text-align: right; } nav.pagination li:last-child { margin-left: 0; margin-right: 0; text-align: left; } a.archive-link { border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1); display: block; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; font-size: 2em; font-weight: 300; margin-bottom: 3em; margin-top: 3em; padding: .5em 0; text-align: center; text-transform: uppercase; } .pagination { position: relative; width: 90%; max-width: 600px; font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; text-transform: uppercase; font-size: 1.3em; color: #646464; text-align: center; padding: 0.5em 0; } .pagination a { color: #498bf5; } .older-posts, .newer-posts { position: absolute; display: inline-block; padding: 0; text-decoration: none; transition: color ease 0.7s; -webkit-transition: color ease 0.7s; } .older-posts { right: 0; } .page-number { display: inline-block; padding: 0; margin: 0; } .newer-posts { left: 0; } .older-posts:hover, .newer-posts:hover { color: #09419c; text-decoration: none; } /* === Extras === */ .gist { margin-top: 1em; margin-bottom: 1em; border-collapse: collapse !important; } .gist .gist-file { font-family: "Roboto Mono", Courier, monospace; border: 1px solid #f0f0f0 !important; } .gist .gist-file .gist-meta { font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif !important; font-weight: 300 !important; text-transform: uppercase !important; display: none !important; /* Hide GitHub attribution */ } .gist .gist-file .gist-meta a:visited { color: #498bf5 !important; } .gist .gist-file .gist-data { background: #fdfdfd !important; border-bottom: none !important; /* Hide GitHub attribution */ } .gist .gist-file .gist-data .line-numbers { border-right: none !important; } .gist .gist-file .gist-data .line-numbers, .gist .gist-file .gist-meta { background-color: #f0f0f0 !important; } .gist .gist-file .gist-data .line-numbers, .gist .gist-file .gist-data .line-pre { line-height: 1.2em !important; } .hidden { text-indent: -9999px; visibility: hidden; display: none; } @font-face { font-family: 'icons'; src: url('../fonts/icons.eot'); src: url('../fonts/icons.eot?#iefix') format('embedded-opentype'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg#icons') format('svg'); font-weight: normal; font-style: normal; } .icon-ghost, .icon-feed { font-family: 'icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; } .icon-ghost:before { content: "\e000"; } .icon-feed:before { content: "\e001"; } .icon-ghost { font-size: 0.5em; position: relative; top: -1px; } /* Comments */ #disqus_thread { /* color: #787878; */ } /* Tables */ table { width: 100%; font-family: "Bitter", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif; border-collapse: collapse; margin: 1em 0 3em; } table td { padding: .5em; } table thead { font-weight: 600; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } table tbody tr:nth-child(even) { background-color: rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); } table tfoot { border-top: 1px solid rgba(0, 0, 0, 0.1); } /* * Prevent google+ comment system from creating horizontal scroll on * mobile devices * http://www.andrea-cardinale.com/css/make-responsive-the-google-plus-comments-widget.html */ div[id^='___comments_'], div[id^='___comments_'] iframe { width: 100% !important; } /* === Media Queries === */ @media only screen and (min-width: 320px) and (max-width: 500px) { footer section span.copyright { display: block; } nav li { width: auto; } .older-posts, .newer-posts { position: static; } .newer-posts { margin-bottom: 10px; } .older-posts { margin-top: 10px; } .page-number { display: block; } }
0.320928
0.105395
/* [Contents] 0- Global 1- Flow map 2- Text folder form 3- Table description */ /* =0 Global ---------------------------------------------------------------------------------------------------------------------*/ /* =1 Flow map ---------------------------------------------------------------------------------------------------------------------*/ .flow-chart { border-top: 1px solid #CCC; padding-top: 30px; position: relative; } .fm-board { float: left; left: 50px; position: relative; top: 30px; width: 730px; } .fm-board .step1, .fm-board .step2, .fm-board .step3 { float: left; min-height: 400px; position: relative; text-align: center; top: -30px; } .fm-board .step1 { border-right: 1px dashed #999; width: 175px; } .fm-board .step2 { border-right: 1px dashed #999; width: 280px; } .fm-board .step3 { width: 220px; } .fm-board h3 { font-size: 14px; margin-bottom: 270px; } .fm-board .description { border: 3px solid #DDD; display: inline-block; height: 35px; margin: 0 5px; padding: 5px; text-align: left; width: 140px; /* Do Rounding */ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } /* Flowmap Node */ .flow-item { background: url(images/map-item.png) repeat-x; height: 30px; line-height: 30px; width: 110px; /* Do Rounding */ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .flow-item a { color: #333; display: block; font-weight: bold; text-decoration: none; } .flow-item:hover { background: url(images/map-item-hover.png) repeat-x; border-color: #2E63A5; color: #FFF; } .flow-item.disabled { background: #E9E9E9; filter: none; /* IE */ border-color: #999999; } .flow-item.disabled a, .flow-item.disabled:hover a { color: #999; } .flow-item.disabled .shade { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; } .flow-item.done { background: url(images/map-item-done.png) repeat-x; border-color: #7EBC87; } .flow-item.done a { color: #FFF; } .flow-item:hover a { color: #FFF; } /* Flow Description */ .flow-description { left: 100px; position: absolute; top: -30px; } .flow-description li { float: left; margin-right: 10px; } .flow-description .color-block { background-color: #000; border: 1px solid #999; display: block; float: left; height: 15px; margin-right: 10px; width: 15px; } .flow-description .color-block.white { background-color: #F1F1F1; } .flow-description .color-block.grey { background-color: #E1E1E1; } .flow-description .color-block.green { background-color: #7EBC87; } /* =2 Text folder form ---------------------------------------------------------------------------------------------------------------------*/ .text-folder-form legend { border-width: 2px; color: #555; font-size: 12px; font-weight: normal; padding-left: 5px; } .text-folder-form .o-icon.add { margin: 5px 0 0 5px; } .text-folder-form .o-icon.remove { margin: 2px 0 0 0; } /* =3 Table description ---------------------------------------------------------------------------------------------------------------------*/ .table-desc { position: absolute; right: 0; } .table-desc li { float: left; margin-left: 10px; } .table-desc li span { border: 1px solid #CCC; float: left; height: 14px; margin-right: 5px; width: 14px; } .table-desc li span.red { background-color: #FCD5D5; } .table-desc li span.blue { background-color: #BBDAFD; } /* =4 draggable -----------------------------------------------------------*/ .holder { width: 100%; height: 30px; }
Areas/Contents/Styles/Contents.css
/* [Contents] 0- Global 1- Flow map 2- Text folder form 3- Table description */ /* =0 Global ---------------------------------------------------------------------------------------------------------------------*/ /* =1 Flow map ---------------------------------------------------------------------------------------------------------------------*/ .flow-chart { border-top: 1px solid #CCC; padding-top: 30px; position: relative; } .fm-board { float: left; left: 50px; position: relative; top: 30px; width: 730px; } .fm-board .step1, .fm-board .step2, .fm-board .step3 { float: left; min-height: 400px; position: relative; text-align: center; top: -30px; } .fm-board .step1 { border-right: 1px dashed #999; width: 175px; } .fm-board .step2 { border-right: 1px dashed #999; width: 280px; } .fm-board .step3 { width: 220px; } .fm-board h3 { font-size: 14px; margin-bottom: 270px; } .fm-board .description { border: 3px solid #DDD; display: inline-block; height: 35px; margin: 0 5px; padding: 5px; text-align: left; width: 140px; /* Do Rounding */ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } /* Flowmap Node */ .flow-item { background: url(images/map-item.png) repeat-x; height: 30px; line-height: 30px; width: 110px; /* Do Rounding */ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .flow-item a { color: #333; display: block; font-weight: bold; text-decoration: none; } .flow-item:hover { background: url(images/map-item-hover.png) repeat-x; border-color: #2E63A5; color: #FFF; } .flow-item.disabled { background: #E9E9E9; filter: none; /* IE */ border-color: #999999; } .flow-item.disabled a, .flow-item.disabled:hover a { color: #999; } .flow-item.disabled .shade { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; } .flow-item.done { background: url(images/map-item-done.png) repeat-x; border-color: #7EBC87; } .flow-item.done a { color: #FFF; } .flow-item:hover a { color: #FFF; } /* Flow Description */ .flow-description { left: 100px; position: absolute; top: -30px; } .flow-description li { float: left; margin-right: 10px; } .flow-description .color-block { background-color: #000; border: 1px solid #999; display: block; float: left; height: 15px; margin-right: 10px; width: 15px; } .flow-description .color-block.white { background-color: #F1F1F1; } .flow-description .color-block.grey { background-color: #E1E1E1; } .flow-description .color-block.green { background-color: #7EBC87; } /* =2 Text folder form ---------------------------------------------------------------------------------------------------------------------*/ .text-folder-form legend { border-width: 2px; color: #555; font-size: 12px; font-weight: normal; padding-left: 5px; } .text-folder-form .o-icon.add { margin: 5px 0 0 5px; } .text-folder-form .o-icon.remove { margin: 2px 0 0 0; } /* =3 Table description ---------------------------------------------------------------------------------------------------------------------*/ .table-desc { position: absolute; right: 0; } .table-desc li { float: left; margin-left: 10px; } .table-desc li span { border: 1px solid #CCC; float: left; height: 14px; margin-right: 5px; width: 14px; } .table-desc li span.red { background-color: #FCD5D5; } .table-desc li span.blue { background-color: #BBDAFD; } /* =4 draggable -----------------------------------------------------------*/ .holder { width: 100%; height: 30px; }
0.329715
0.061143
html,body{ height:100%; } .content-order{ width: 1050px; margin: 0 auto; } .content-order .content-order-title{ font-size: 16px; margin: 10px 0; color: #666666; } .content-order .content-order-desc{ border: 1px dashed #666666; } .content-order .content-order-desc .order-receiver{ margin:0 10px; } .content-order .content-order-desc .order-receiver>span{ font-size: 14px; } .content-order .content-order-desc .order-receiver a{ display: inline-block; float:right; color:blue; margin-right: 15px; } .content-order .content-order-desc .order-receiver .receiver-bottom{ margin-top:20px; } .noAddress{ height: 30px; color: red; text-align: center; } .content-order .order-receiver .receiver-bottom .receiverInfo{ margin: 10px 0; height: 50px; border-bottom: 1px solid #E6E6E6; } .content-order .order-receiver .receiver-bottom .receiverInfo span{ margin: 0 10px; } .content-order .order-receiver .receiver-bottom .receiverInfo em{ margin-left: 10px; margin-right:10px; } .receiver-bottom .receiver-name{ display: inline-block; width: 100px; height: 25px; text-align:center; border: 2px solid #666666; line-height: 25px; cursor: pointer; } .receiver-bottom .changeAddress{ display: inline-block; width: 100px; height: 25px; text-align:center; border: 2px solid darkred; background: url(../images/header/selected-icon.png) no-repeat right bottom; } .content-order .payType .payType-bottom{ margin: 10px; } .content-order .payType .payType-bottom>div{ margin: 10px 0; height: 50px; border-bottom: 1px solid #E6E6E6; } .receiverInfo div:hover{ border: 2px solid red; } .receiverInfo div{ margin: 0 10px; text-align: center; font-size: 14px; font-weight: bold; line-height: 30px; border: 2px solid #fff; cursor: pointer; } .receiverInfo div.changColor{ border: 2px solid darkred; background: url(../images/header/selected-icon.png) no-repeat right bottom; } .goodsList{ margin: 10px 10px; border-bottom: 1px solid #E6E6E6; } .goodsList table{ background: #F3FBFE; margin: 10px; } .goodsList table th,td{ width: 262px; text-align: center; } .goodsList td:first-child{ text-align: left; } .goodsList td:first-child img{ float:left; margin-left: 10px; } .goodsList td:first-child div{ float:left; margin-left: 10px; mArgin-top: 10px; font-weight: bold; } .goodsList table th,td img{ width : 60px; height: 60px; margin: 10px 0; } .goodsList .goods_name{ margin-top: 10px; width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .goodsList .cancelGoods{ margin-top : 10px; width : 130px; height: 20px; line-height: 20px; text-align: right; background: url(../images/header/purchase-icon-201705.png) no-repeat left -82px; } .invoiceInfo .order-receiver{ line-height: 30px; } .invoiceInfo .order-receiver i{ display: inline-block; margin-left: 10px; } .invoiceInfo span{ float: left; } .invoiceInfo .invoice{ display: inline-block; font-size: 10px; margin-left: 10px; } .invoiceInfo .invoice span{ border: 1px solid #DDDDDD; float:left; height: 26px; font-size: 10px; padding: 4px; box-shadow: 0 0 3px rgba(0,0,0,0.15); } .invoiceInfo .invoice b{ display: inline-block; position:relative; left:1px; margin-top: 10px; float:left; width:9px; height: 17px; background: url(../images/header/arrow-left.png) no-repeat center; } .content-order-submit{ height: 60px; margin: 10px 0; background: #F4F4F4; } .content-order-submit div{ float:right; margin-right: 10px; } .content-order-submit div p{ margin:9px 0; } #lastAddress,#totalPay{ color: darkred; font-weight: bold; } .submitBtn{ display: inline-block; width: 135px; height: 36px; font-size:16px; color:#fff; font-weight: bold; text-align: center; line-height: 36px; float:right; margin-top:10px; background: #E33A3D; } .addAddress{ height: 100%; width:100%; background: rgba(125,125,125,0.5); position: absolute; top: 0; left: 0; display: none; } .addAddress .addressContent{ margin:60px auto; width: 690px; height: 510px; background: rgba(255,255,255,1); } .addAddress .addressContent .addrContent-top{ height: 30px; background:#D9D9D9; line-height: 30px; } .addAddress .addressContent .addrContent-top span{ margin-left: 15px; font-size: 14px; } .addAddress .addressContent .addrContent-top a{ float: right; display: inline-block; margin-right: 15px; font-size: 26px; height: 30px; } .addAddress .addressContent .addrContent-bottom{ width: 100%; } .addAddress .addressContent .addrContent-bottom form{ margin:20px 10px; } .addAddress .addressContent .addrContent-bottom div{ margin: 20px 10px; } .addAddress .addressContent .addrContent-bottom .submit{ margin-left:82px; cursor:pointer; width:114px; height: 30px; line-height: 30px; text-align: center; background: #E54144; color:#fff; font-weight: bold; border:none; border-radius: 4px; } .addAddress .addressContent .addrContent-bottom .submit input{ outline: hidden; } .addAddress .addressContent .addrContent-bottom div input{ width: 240px; height: 25px; } .addAddress .addressContent .addrContent-bottom div em{ display: inline-block; width: 42px; text-align: center; background: #F4F4F4; } .addAddress .addressContent .addrContent-bottom div span{ display: inline-block; width:60px; margin-left: 10px; } .addAddress .addressContent .addrContent-bottom div>label{ margin-left:20px; }
20170703/beijing_wanglingtao/css/goods_balance.css
html,body{ height:100%; } .content-order{ width: 1050px; margin: 0 auto; } .content-order .content-order-title{ font-size: 16px; margin: 10px 0; color: #666666; } .content-order .content-order-desc{ border: 1px dashed #666666; } .content-order .content-order-desc .order-receiver{ margin:0 10px; } .content-order .content-order-desc .order-receiver>span{ font-size: 14px; } .content-order .content-order-desc .order-receiver a{ display: inline-block; float:right; color:blue; margin-right: 15px; } .content-order .content-order-desc .order-receiver .receiver-bottom{ margin-top:20px; } .noAddress{ height: 30px; color: red; text-align: center; } .content-order .order-receiver .receiver-bottom .receiverInfo{ margin: 10px 0; height: 50px; border-bottom: 1px solid #E6E6E6; } .content-order .order-receiver .receiver-bottom .receiverInfo span{ margin: 0 10px; } .content-order .order-receiver .receiver-bottom .receiverInfo em{ margin-left: 10px; margin-right:10px; } .receiver-bottom .receiver-name{ display: inline-block; width: 100px; height: 25px; text-align:center; border: 2px solid #666666; line-height: 25px; cursor: pointer; } .receiver-bottom .changeAddress{ display: inline-block; width: 100px; height: 25px; text-align:center; border: 2px solid darkred; background: url(../images/header/selected-icon.png) no-repeat right bottom; } .content-order .payType .payType-bottom{ margin: 10px; } .content-order .payType .payType-bottom>div{ margin: 10px 0; height: 50px; border-bottom: 1px solid #E6E6E6; } .receiverInfo div:hover{ border: 2px solid red; } .receiverInfo div{ margin: 0 10px; text-align: center; font-size: 14px; font-weight: bold; line-height: 30px; border: 2px solid #fff; cursor: pointer; } .receiverInfo div.changColor{ border: 2px solid darkred; background: url(../images/header/selected-icon.png) no-repeat right bottom; } .goodsList{ margin: 10px 10px; border-bottom: 1px solid #E6E6E6; } .goodsList table{ background: #F3FBFE; margin: 10px; } .goodsList table th,td{ width: 262px; text-align: center; } .goodsList td:first-child{ text-align: left; } .goodsList td:first-child img{ float:left; margin-left: 10px; } .goodsList td:first-child div{ float:left; margin-left: 10px; mArgin-top: 10px; font-weight: bold; } .goodsList table th,td img{ width : 60px; height: 60px; margin: 10px 0; } .goodsList .goods_name{ margin-top: 10px; width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .goodsList .cancelGoods{ margin-top : 10px; width : 130px; height: 20px; line-height: 20px; text-align: right; background: url(../images/header/purchase-icon-201705.png) no-repeat left -82px; } .invoiceInfo .order-receiver{ line-height: 30px; } .invoiceInfo .order-receiver i{ display: inline-block; margin-left: 10px; } .invoiceInfo span{ float: left; } .invoiceInfo .invoice{ display: inline-block; font-size: 10px; margin-left: 10px; } .invoiceInfo .invoice span{ border: 1px solid #DDDDDD; float:left; height: 26px; font-size: 10px; padding: 4px; box-shadow: 0 0 3px rgba(0,0,0,0.15); } .invoiceInfo .invoice b{ display: inline-block; position:relative; left:1px; margin-top: 10px; float:left; width:9px; height: 17px; background: url(../images/header/arrow-left.png) no-repeat center; } .content-order-submit{ height: 60px; margin: 10px 0; background: #F4F4F4; } .content-order-submit div{ float:right; margin-right: 10px; } .content-order-submit div p{ margin:9px 0; } #lastAddress,#totalPay{ color: darkred; font-weight: bold; } .submitBtn{ display: inline-block; width: 135px; height: 36px; font-size:16px; color:#fff; font-weight: bold; text-align: center; line-height: 36px; float:right; margin-top:10px; background: #E33A3D; } .addAddress{ height: 100%; width:100%; background: rgba(125,125,125,0.5); position: absolute; top: 0; left: 0; display: none; } .addAddress .addressContent{ margin:60px auto; width: 690px; height: 510px; background: rgba(255,255,255,1); } .addAddress .addressContent .addrContent-top{ height: 30px; background:#D9D9D9; line-height: 30px; } .addAddress .addressContent .addrContent-top span{ margin-left: 15px; font-size: 14px; } .addAddress .addressContent .addrContent-top a{ float: right; display: inline-block; margin-right: 15px; font-size: 26px; height: 30px; } .addAddress .addressContent .addrContent-bottom{ width: 100%; } .addAddress .addressContent .addrContent-bottom form{ margin:20px 10px; } .addAddress .addressContent .addrContent-bottom div{ margin: 20px 10px; } .addAddress .addressContent .addrContent-bottom .submit{ margin-left:82px; cursor:pointer; width:114px; height: 30px; line-height: 30px; text-align: center; background: #E54144; color:#fff; font-weight: bold; border:none; border-radius: 4px; } .addAddress .addressContent .addrContent-bottom .submit input{ outline: hidden; } .addAddress .addressContent .addrContent-bottom div input{ width: 240px; height: 25px; } .addAddress .addressContent .addrContent-bottom div em{ display: inline-block; width: 42px; text-align: center; background: #F4F4F4; } .addAddress .addressContent .addrContent-bottom div span{ display: inline-block; width:60px; margin-left: 10px; } .addAddress .addressContent .addrContent-bottom div>label{ margin-left:20px; }
0.373419
0.073563
* { word-wrap: break-word; outline: none; } body { background: #FFF; text-align: center; } body, td, input, textarea, select, button { color: #555; font: 12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, 'Simsun', sans-serif; } body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; } ul { list-style: none; } h1, h2, h3, h4, h5, h6 { font-size: 12px; } a { color: #2366A8; text-decoration: none; } a:hover { text-decoration: underline; } a img { border: none; } em, cite, th { font-style: normal; font-weight: normal; } table { border-collapse: collapse; } th { text-align: left; } label, .pointer { cursor: pointer; } .highlight { color: #C00; font-weight: 700; } /* form */ textarea, input, select, .html { padding: 2px; border: 1px solid; border-color: #666 #ccc #ccc #666; background: #F9F9F9; color: #333; resize: none; } .txt, select, .vmiddle { vertical-align: middle; } .txt:hover, .txt:focus, textarea:hover, textarea:focus { border-color: #09C; background: #F5F9FD; } .hover:hover { background: #F5F9FD; } .hover:hover .addchildboard, .hover:hover .deleterow { color: #F5F9FD; } .txtnobd { border: 1px solid #FFF; background: #FFF; cursor: pointer; } .radio, .checkbox, .pr, .pc { border: none; background: none; vertical-align: middle; } .checkbox { height: 14px; } .btn { margin: 3px 0; padding: 2px 5px; *padding: 4px 5px 1px; border: 1px solid; border-color: #ddd #666 #666 #ddd; background: #DDD; color: #000; cursor: pointer; vertical-align: middle; } .btn:hover { text-decoration: none; } .btn_big { display: inline-block; width: 90px; height: 30px; line-height: 30px; text-align: center; background: url(btn_big.png) no-repeat 0 0; font-size: 14px; font-weight: 700; color: #FFF; } .btn_big:hover { text-decoration: none; } .uploadbtn { width: 250px; border-color: #999; } .line { border-bottom: 1px solid #0F0; } .num { width: 20px !important; height: 16px; vertical-align: middle; } /* simulate input type="file" */ .filebtn { position: relative; margin-right: 30px; width: 60px; overflow: hidden; zoom: 1; } .filebtn .pf { position: absolute; right: 0; height: 23px; opacity: 0; filter: alpha(opacity=0); cursor: pointer; } /* .html */ .html { width: 180px !important; height: 16px; float: left; cursor: text; white-space: nowrap; overflow-x: hidden; } .htmlbtn { background: url("../editor/editor.gif") no-repeat scroll 0 0 transparent; border-color: #CCCCCC; width: 21px; height: 21px; margin-right: 2px; float: left; cursor: pointer; padding: 0; } .htmlbtn.current { border-color: #369; } .htmlbtn.b { background-position: 0 0; } .htmlbtn.i { background-position: -20px 0; } .htmlbtn.u { background-position: -40px 0; } .htmlbtn.c { background-position: -60px 0; } /* title */ h3 { margin-bottom: 10px; font-size: 14px; color: #09C; } .spectitle { border-bottom: 1px dashed #F66; } /* mainbox */ .mainhd { position: relative; overflow: hidden; text-align: left; height: 90px; line-height: 88px; background: url(bg_repx.gif) repeat-x; } .logo { display: block; text-indent: -9999px; width: 135px; height: 80px; background: url(logo.gif) no-repeat 15px 13px; } .logo:hover { background-image: url(logo_hover.gif); } .uinfo { position: absolute; z-index: 4; line-height: 32px; top: 10px; right: 15px; } .uinfo a { color: #666; } .uinfo em { margin-right: 5px; font-weight: 700; } .uinfo em a { text-decoration: underline; } .uinfo p { float: left; } .btnlink a { display: block; margin-left: 10px; width: 63px; height: 32px; text-align: center; background: url(bg_repno.gif) no-repeat -50px -150px; } .navbg { position: absolute; z-index: 1; top: 52px; left: 153px; width: 6px; height: 37px; background: #F7FAFD; } .nav { position: absolute; z-index: 2; top: 14px; left: 159px; width: 100%; height: 75px; } .nav ul { overflow: hidden; position: relative; z-index: 4; font-size: 14px; } .nav li { float: left; height: 43px; line-height: 43px; background: url(btn_block.gif) right -115px no-repeat; } .nav li em { display: block; } .nav li a { padding: 5px 5px; color: #639BB0; font-weight: 700; } .nav li a:hover { color: #09C; text-decoration: none; } .nav li .diffcolor { color: #F60; } .nav li.navon { line-height: 33px; background: url(btn_block.gif) no-repeat; } .nav li.navon em { display: block; background: url(btn_block.gif) right -50px no-repeat; } .nav li.navon em a { display: block; background: url(btn_block.gif) center bottom no-repeat; color: #FFF; } .nav li.navon em a:hover { color: #FFF; } .nav ul #header_uc { font-size: 12px; } .navbd { overflow: hidden; clear: both; position: absolute; z-index: 3; top: 38px; width: 100%; height: 5px; background: #09C; } .currentloca { clear: both; height: 32px; border-left: 1px solid #B5CFD9; } .currentloca p { padding-left: 10px; line-height: 25px; border-top: 5px solid #FFF; border-bottom: 2px solid #FFF; border-left: 1px solid #FFF; background: #F2F9FD; } .sitemapbtn { position: absolute; right: 175px; *right: 170px; top: 50px; line-height: 100%; } .sitemapbtn span { margin-right: 3px; } a.faq { background: url(faq.gif) no-repeat 0 2px; padding: 1px; margin-left: 10px; } a.faq:hover { text-decoration: none; } .popupmenu_popup { width: 400px; overflow: hidden; padding: 10px; border: 1px solid #A6C9D7; background: #FFF; font-size: 12px; font-weight: 400; text-align: left; } li.popupmenu_popup { list-style: none; } #fselect_menu { width: 300px; } .fsel { _height: 350px; max-height: 350px; overflow-y: auto; } #fselect_menu a { width: 70%; } #ugselect_menu { width: 450px; } .popupmenu_popup em { display: block; clear: both; padding: 2px 4px; font-weight: 700; background: #EAF4FB; } .popupmenu_popup em.hover { cursor: pointer; } .popupmenu_popup a { float: left; margin: 1px 9px 1px 0; padding-left: 3px; width: 100px; } .popupmenu_popup .ck { width: 25px; margin-top: 4px; } .popupmenu_popup .current { font-weight: 700; } .popupmenu_popup a.f, .popupmenu_popup a.s { float: none; display: block; width: 80%; } .popupmenu_popup a.s { margin-left: 40px; } .popupmenu_dropmenu { cursor: pointer; } .popupmenu_dropmenu em { margin-left: 3px; background: url(bg_repno.gif) no-repeat 0 -145px; } .menutd { background: #F2F9FD url(bg_repx_h.gif) right top no-repeat; } .menu { position: relative; z-index: 20; width: 160px; } .menu ul { position: absolute; top: 10px; right: 7px; list-style: none; width: 153px; background: #F2F9FD url(bg_repx_h.gif) no-repeat 5px -20px; } .menu li { margin: 3px 0; *margin: 0; width: 153px; height: auto !important; height: 25px; overflow: hidden; } .menu li.s { height: auto; } .menu li.a { margin-top: 0; } .menu li a { display: block; padding: 4px 0 3px 30px; *padding: 5px 0 3px 30px; background: url(bg_repno.gif) no-repeat 15px -43px; color: #666; white-space: nowrap; } .menu li a:hover { text-decoration: none; background: #EAF4FB url(bg_repno.gif) no-repeat 15px -43px; color: #2366A8; } .menu li a.tabon, .menu li a.tabon:hover { text-decoration: none; background: #DEEFFA url(bg_repno.gif) no-repeat 15px -43px; color: #2366A8; } .menu li em { position: absolute; cursor: pointer; margin: -1px 0 0 -20px; *margin-top: -2px; width: 16px; height: 16px; visibility: hidden; background: #EAF4FB url(newwin.gif) no-repeat; } .menu li a:hover em, .menu li a.tabon:hover em { visibility: visible; } .menu li a.tabon:hover em { background-color: #DEEFFA; } .menu .lsub { cursor: pointer; background: url(add.gif) no-repeat 12px 5px; } .menu .lsub div { padding: 4px 0 3px 30px; font-weight: 700; } .menu .desc { background: url(desc.gif) no-repeat 12px 5px; } .menu .lsub ol { list-style: none; padding: 0 0 0 30px; margin: 2px 0 0 -30px; } .menu .sp { width: 160px; height: 1px; line-height: 1px; float: left; border-bottom: 1px dotted #DEEFFA; } #menu_mof_menu { font-size: 14px; font-weight: 700; background: #F2F9FD } #menu_mof_menu a { color: #639BB0 !important; display: block; } #menu_mof_menu a:hover { color: #09C !important; text-decoration: none; } .mask { padding-top: 9px; background: url(bg_repx_hb.gif) repeat-x; } .team a { float: left; width: 33%; } /* tab */ .tab1 { overflow: hidden; clear: both; margin-bottom: 10px; } .tab1 li { float: left; margin-right: 3px; text-align: center; font-weight: 700; } .tab1 a { display: block; line-height: 26px; color: #666; white-space: nowrap; } .tab1 a span { display: block; padding: 0 7px; } .tab1 a:hover { text-decoration: none; background: url(btn_block_2.gif) no-repeat 0 -52px; color: #09C; } .tab1 a:hover span { display: block; background: url(btn_block_2.gif) no-repeat right -78px; } .tab1 .current { } .tab1 .current a { background: url(btn_block_2.gif) no-repeat 0 0; color: #FFF; } .tab1 .current a span { background: url(btn_block_2.gif) no-repeat right -26px; } .tab1 .current a .highlight { color: #FF9; } .tab1 .current a em { margin-left: 3px; *margin-right: -5px; background: url(bg_repno.gif) no-repeat 0 -145px !important; background: url(bg_repno.gif) no-repeat 0 -147px; color: #666; } .tab1 .hasdropmenu a em { margin-left: 3px; *margin-right: -5px; background: url(bg_repno.gif) no-repeat 0 -195px !important; background: url(bg_repno.gif) no-repeat 0 -197px; color: #FFF; } .dropmenu, .dropmenu1 { margin-left: -20px; white-space: nowrap; border: 3px solid #A6C9D7; background: #F2F9FD; text-align: left; opacity: 0.9; filter: Alpha(opacity=90); } .dropmenu1 { margin-left: 0; padding: 5px; } .tab1 .dropmenu a { padding: 2px 7px; background: none !important; color: #666 !important; font-weight: 400; } .tab1 .dropmenu a:hover { background: #DEEFFA !important; } .tab1 .dropmenu li { clear: both; margin: 0; } .tab1 .dropmenu li.current a { background: #DEEFFA !important; } /* box */ #scrolllink { position: absolute; z-index: 21; bottom: 40px; *bottom: 39px; left: 0; padding: 2px 0; width: 154px; background-color: #F2F9FD; } #scrolllink span { cursor: pointer; } #scrolllink img { margin-left: 2px; } .copyright { position: absolute; z-index: 10; left: 5px; bottom: 3px; padding-top: 3px; border-top: 1px dashed #DDD; text-align: left; line-height: 150%; font-family: Tahoma; font-size: 11px; -webkit-text-size-adjust: none; } .logintb { text-align: left; margin: 120px auto 0; width: 600px; } .login { padding-right: 30px; width: 310px; height: 150px; background: url(bg_login.gif) right 50% no-repeat; } .login h1 { text-indent: -9999px; margin-bottom: 10px; width: 262px; height: 26px; background: url(login_title.gif) no-repeat; } .login p { line-height: 150%; } .logintitle, .loginform { margin: 2px 0; height: 22px; line-height: 22px; font-size: 14px; } .logintitle { float: left; clear: left; width: 60px; font-weight: 700; color: #666; } .loginform { float: left; width: 160px; } .loginform .txt { margin-top: 1px; width: 150px; } .loginform select { margin-top: 1px; padding: 1px; width: 156px; } .loginnofloat { clear: both; } .loginnofloat .btn { margin-left: 60px; } .logintips { line-height: 160%; margin-left: 25px; } .logintips a { margin: 0 5px; text-decoration: underline; } .footer { } .footer .copyright { position: static; margin-top: 120px; border: none; text-align: center; font-size: 12px; } .footer p { display: inline; } .container { padding: 9px 20px 20px; text-align: left; } .itemtitle { clear: both; overflow: hidden; margin-bottom: 0 !important; *margin-bottom: 5px !important; margin-bottom: -5px; line-height: 20px; } .itemtitle h3 { float: left; margin-right: 20px; } .itemtitle ul { float: left; line-height: 18px; } .itemtitle .tab1 { clear: none; } .itemtitle .tab1 a { line-height: 20px; } .itemtitle .tab1 a span { padding: 0 7px; *padding: 1px 7px 0; *line-height: 19px; } .itemtitle .tab1 a:hover { background: #F5F5F5 url(btn_block_3.gif) no-repeat 0 -40px; color: #09C; } .itemtitle .tab1 a:hover span { background: url(btn_block_3.gif) no-repeat right -60px; } .itemtitle .tab1 .hasdropmenu a:hover { color: #666; } .itemtitle .tab1 .current a { background: url(btn_block_3.gif) no-repeat 0 0 !important; } .itemtitle .tab1 .current a span, .itemtitle .tab1 .current a:hover span { background: url(btn_block_3.gif) no-repeat right -20px; color: #FFF; } .itemtitle .tab1 .dropmenu a { background: none !important; } .itemtitle .tab1 .dropmenu a:hover, .itemtitle .tab1 .dropmenu a.current { background: #DEEFFA !important; } .floattop { position: fixed; z-index: 200; top: 0; left: 0; margin-left: 20px; padding: 8px 20px 8px 0; width: 99%; background: #FFF; } .floattop #fselect, .floattop #ugselect { margin-right: 20px; } * html .floattop { position: relative; top: expression(offsetParent ? offsetParent.scrollTop : 0); left: -20px; margin-top: -10px; width: 100%; } .floattopempty { height: 35px !important; height: auto; } .floattop .dropmenu { position: fixed !important; position: absolute; margin-left: 0 !important; margin-left: -20px; } /* for opera position fixed bug */ .stepstat { *margin-bottom: 10px; } .stepstat li { float: left; margin-right: 15px; color: #CCC; } .stepstat .current { color: #090; } .infobox { clear: both; margin-bottom: 10px; padding: 30px; text-align: center; border-top: 4px solid #DEEFFA; border-bottom: 4px solid #DEEEFA; background: #F2F9FD; zoom: 1; } .infotitle1 { margin-bottom: 10px; color: #09C; font-size: 14px; font-weight: 700; } .infotitle2 { margin-bottom: 10px; color: #090; font-size: 14px; font-weight: 700; } .infotitle3 { margin-bottom: 10px; color: #C00; font-size: 14px; font-weight: 700; } .cachelist { overflow: hidden; } .cachelist li { float: left; margin-right: 10px; } .colorbox { clear: both; padding: 10px; border-top: 4px solid #DEEFFA; border-bottom: 4px solid #DEEFFA; background: #F2F9FD; zoom: 1; } .extcredits, .threadprofilenode { margin: -5px 0 10px; } .extcredits a, .threadprofilenode a { margin-right: 5px; padding: 2px 5px; line-height: 220%; border: 1px solid #B6CFD9; background: #FFF; white-space: nowrap; } .threadprofilenode { width: 650px; } .jswizard { margin: 10px 0; } .jswizard iframe { border: 1px dashed #DEEFFA; } .fileperms { list-style: disc; margin: 15px; } .fileperms li { line-height: 180%; } .tips { margin-left: 15px; color: #999; } .tips2 { line-height: 180%; color: #999; word-break: break-all; } .tb2 .tipsblock { background: none; margin-bottom: -10px; } .tipsblock ul { margin-bottom: -11px; } .tipsblock li { margin-bottom: 5px; padding: 0 0 5px 20px; line-height: 160%; background: url(bg_repno.gif) no-repeat -340px 6px; } .tips a, .tips2 a, .tipsblock a { margin: 0 3px; text-decoration: underline; color: #666; } .tips a:hover, .tips2 a:hover, .tipsblock a:hover { color: #09C; } /* admincp_optimizer.php */ .optblock { margin: 20px 0; height: 30px; line-height: 30px; } .optblock #checking { float: left; } .optblock #checkstatus { float: left; margin: 0 10px; } .optblock .pbg { float: left; margin: 6px 10px 0; } .optblock .pbg .xs0 { line-height: 1.5; } /* table */ .tb { clear: both; width: 100%; margin-top: 8px } .tb th, .tb td { padding: 5px !important; height: 25px; } .tb1 { } .th11, .th12 { width: 60px; font-weight: 700; } .tb1 .th12 { padding-top: 7px; vertical-align: top; } .tb1 .tb2 th { padding-top: 0; } .tb1 .txt { width: 150px; } .tb1 strong { margin-right: 5px; color: #F60; } .first td { padding-top: 13px; } .first .th12 { padding-top: 15px; } .bdtop td { border-top: 1px dashed #CAE4F7; } .bdbot td { border-bottom: 1px dashed #CAE4F7; } .td11 { width: 350px; vertical-align: top; } .td11 li { float: left; margin: 0 10px 7px 0; *margin: -3px 10px 7px 0; } .td11 .clear { margin: 0; } .listtitle, .listtitlelong { padding-top: 3px; *padding-top: 6px; width: 80px; color: #09C; } .listtitlelong { width: 100px; } .td11 .txt { width: 70px; } .td11 .sginput .txt { width: 150px; } .td12 { } .td12 li { float: left; margin-right: 10px; } .td12 .radio { float: left; margin-top: 4px; *float: none; *margin-top: 0; } .td12 label { float: left; margin-top: 2px; *float: none; *margin-top: 0; } .td12 .txt { width: 50px; } .checkboxlist { width: 720px; } .checkboxlist li { float: left; width: 90px; line-height: 180%; white-space: nowrap; cursor: pointer; } .longtxt .txt { width: 400px !important; } .tarea { width: 400px; height: 75px; } .sml, .sml th, .sml td { font-size: 9px !important; -webkit-text-size-adjust: none; } /* tb */ .tb2 { } .tb2 tr.hover:hover .tips2 { color: #333; } .tb2 tr.hover:hover td { background: #F2F9FD; } .tb2 tr.hl { background: #FFFAF3; } .tb2 tr.hl td { border-top: 1px #F4E4B4 solid; border-bottom: 1px #F4E4B4 solid } .tb2.tdhover tr:hover td { background: none; } .tb2.tdhover tr td:hover { background: #F2F9FD; } .tb2 td { padding: 5px 5px 3px 0; border-top: 1px dotted #DEEFFB; } .tb2 th { padding: 5px 5px 3px 0; line-height: 21px; font-size: 12px; } .tb2 .txt, .tb2 .txtnobd { width: 100px; margin-right: 10px; } .tb2 .smtxt { margin-right: 5px; width: 25px; } .nowrap { white-space: nowrap; } .td21 { width: 150px; font-weight: 700; } .td22 { width: 100px; font-weight: 700; } .td23 { width: 100px; } .td24 { width: 120px; } .td25 { width: 50px; } .td25 .txt { width: 40px; } .td26 { } .td26 .txt, .td26 .txtnobd { width: 90%; *width: 280px; } .tb2 .td27 { padding: 3px 0 3px 5px; font-weight: 700; } .tb2 .td27:hover { background: none; } .td27m { font-weight: 700; padding-bottom: 5px; } .td28 .txt { width: 40px; } .td29 .txt { width: 200px; } .td30 { width: 30px; } .td31 { width: 200px; } .td32 { width: 85px; } .td32 .txt { width: 50px; } .tbm { padding: 5px !important; background: #F2F9FD !important; font-weight: 700; border-top: 0 !important; } .multicol { float: left; width: 270px !important; } .staton { text-indent: -9999px; width: 20px; height: 17px; background: url(bg_repno.gif) no-repeat -280px -250px; } .statoff { text-indent: -9999px; background: url(bg_repno.gif) no-repeat -250px -347px; } .rowform { width: 306px; overflow: auto; } .tb2 .rowform { padding-left: 5px; } .rowform .txt, .rowform textarea { margin-right: 10px; width: 250px; } .rowform select { margin-right: 10px; width: 256px; } .rowform .radio { margin-top: -2px !important; *margin-top: 0 !important; *margin-top: -2px; } .rowform li { overflow: hidden; float: left; margin-right: 10px; white-space: nowrap; cursor: pointer; } .rowform .clear { clear: both; float: none; margin-bottom: 10px; } .rowform .nofloat { clear: both; } .rowform .nofloat li { float: none; margin: 5px 0; overflow: visible; } .ckbox { width: 700px; } .ckbox li { float: left; margin: 5px 10px 5px 0; white-space: nowrap; width: 130px; height: 20px; } .partition, .partition2 { line-height: 21px; font-weight: 700; color: #09C; } .tb2 .partition { padding: 5px; background: url(bg_repx_hc.gif) repeat-x 0 -40px; } .dblist { } .dblist li { float: left; margin-bottom: 5px; width: 33%; height: 20px; white-space: nowrap; cursor: pointer; } .cfolder, .ofolder { display: block; padding-left: 50px; line-height: 30px; background: url(bg_repno.gif) no-repeat -260px -50px; font-weight: 700; } .ofolder { background: url(bg_repno.gif) no-repeat -260px -100px; } .filenum { margin: 8px 0 0 20px; } .files { padding: 1px 0 1px 50px; background: url(bg_repno.gif) no-repeat -260px -150px; } .del { padding-bottom: 1px; padding-left: 18px; background: url(bg_repno.gif) no-repeat 0 -285px; *background: url(bg_repno.gif) no-repeat 0 -286px; color: #E8594D; } .edited, .unfixed { padding-bottom: 1px; padding-left: 18px; background: url(bg_repno.gif) no-repeat -100px -385px; *background: url(bg_repno.gif) no-repeat -100px -386px; color: #E8594D; } .unknown { padding-bottom: 1px; padding-left: 18px; background: url(bg_repno.gif) no-repeat -50px -435px; *background: url(bg_repno.gif) no-repeat -50px -436px; color: #6189B8; } .correct, .fixed { padding-bottom: 1px; padding-left: 18px; background: url(bg_repno.gif) no-repeat 0 -485px; *background: url(bg_repno.gif) no-repeat 0 -486px; color: #70B759; } /* crons */ .crons { width: 200px; } .crons .txt { margin-bottom: 3px; width: 150px; } /* faqlist & boardlist */ .node, .board { padding-left: 55px; background: url(bg_repno.gif) no-repeat -240px -550px; } .node .txt, .lastnode .txt, .newnode .txt { width: 250px; } .parentnode .txt { width: 250px; font-weight: 700; } .parentboard .txt { font-weight: 700; } .lastnode, .lastboard { padding-left: 55px; background: url(bg_repno.gif) no-repeat -240px -600px; } .childboard { padding-left: 110px; background: url(bg_repno.gif) no-repeat -185px -550px; } .lastchildboard { padding-left: 110px; background: url(bg_repno.gif) no-repeat -185px -600px; } .boardattr { position: absolute; left: 402px; margin-top: -20px !important; margin-top: -19px; color: #999; } /* pick window */ .colorwd { float: left; width: 40px; height: 21px; border-color: #ccc #666 #666 #ccc; } .cmen { overflow: hidden; width: 63px; } .cmen a { overflow: hidden; float: left; width: 20px; height: 20px; } .tb3 { margin-top: -15px; border: none; } .tb3 th { padding: 10px 0 5px; } .tb3 td { padding: 0; line-height: 180%; } .mod_validate td, .mod_export td { background: #CFC !important; } .mod_invalidate td, .mod_refusal td { background: #FFEBE7 !important; } .mod_ignore td { background: #EEE !important; } .mod_cancel td { background: #FFF !important; } .mod_delete td { background: #F99 !important; } /* custom menu */ .custom { overflow: hidden; position: relative; border: 6px solid #A6C9D7; background: #FFF; } .cmain { padding: 0; text-align: left; padding: 10px; } .cnote { line-height: 20px; } .cnote li { float: left; margin-right: 15px; } .cmlist { clear: left; overflow-y: auto; } .cmlist a { display: block; float: left; overflow: hidden; width: 150px; height: 20px; color: #666; } .cmlist td { padding: 5px 0; border-bottom: 1px dotted #DEEFFB; } .cmlist tr:last-child td { border-bottom: none; } .cmlist h4 { color: #09C; width: 90px; } .cside { float: right; display: inline; margin-right: 5px; width: 151px; text-align: left; } .cside h3 { position: relative; margin-bottom: 0; padding: 6px 0 0 5px; height: 28px; line-height: 28px; border-bottom: 1px solid #A6C9D7; background: url(bg_custom_t.gif) repeat-x; } .ctitle1 { display: block; padding-left: 25px; height: 28px; background: url(btn_add2menu.gif) no-repeat 0 5px; color: #090; font-size: 12px; } .ctitle1:hover { text-decoration: none; } .cadmin { position: absolute; top: -4px; right: -5px; padding: 10px 10px 0; color: #666; font-size: 12px; font-weight: 400; } .cslist li { height: 1%; } .cslist li a { display: block; padding: 5px 5px 5px 30px; } .cslist li a:hover { text-decoration: none; background: #DEEFFA; } .cslist li .pages { margin-left: 27px; } .cslist li .pages a { display: inline; padding: 2px 5px; } .cslist li .pages a:hover { background: #09C; } .cfixbd { position: absolute; right: 5px; bottom: 0; width: 151px; height: 5px; line-height: 5px; font-size: 1px; background: #FFF; overflow: hidden; } /* list */ .tpllist { list-style: disc; margin: 10px 15px; line-height: 180%; } .tpllist2 { list-style: circle; margin: 5px 25px; } .tpllist3 { list-style: square; margin: 0 25px; } .userlist { overflow: hidden; margin: 10px 0; } .userlist li { float: left; margin: 0 10px 10px 0; white-space: nowrap; } .unum { clear: both; display: block; width: 100%; font-weight: 700; } .safelist { padding: 10px 0; border-top: 4px solid #DEEFFA; } .safelist li { margin-bottom: 5px; padding-left: 20px; line-height: 160%; background: url(bg_repno.gif) no-repeat -340px 6px; } .safelist p { margin-bottom: 5px; } .safelist .txt { width: 150px; } .infolist { } .infolist li { clear: both; line-height: 180%; } .infolist em { float: left; width: 120px; } .tb2 .threadopt { border-bottom: 1px solid #B5CFD9; background: none; vertical-align: top; } .threadtitle { padding: 10px !important; } .nowrap li { float: left; white-space: nowrap; margin-right: 5px; } /* pages */ .pg { clear: both; margin: 10px 0; } .pg em, .pg a, .pg strong { text-decoration: none; margin-left: 3px; padding: 2px 5px; border: 1px solid #E5E5E5; } .pg a:hover { text-decoration: none; border: 1px solid #09C; background: #09C; color: #FFF; } .pg strong { border: none; font-weight: 700; } .pg kbd input { margin-left: 5px; width: 20px; vertical-align: middle; } .cuspages { margin: 3px 0; line-height: 200%; } .cuspages .pg { display: inline; clear: none; margin-right: 10px; } .fixsel select { margin: 3px 5px 3px 0; } /* link */ .addtr { padding-left: 17px; line-height: 25px; background: url(bg_repno.gif) no-repeat 0 1px; *background: url(bg_repno.gif) no-repeat 0 0; color: #F60; } .act { margin: 0 5px; text-decoration: underline; } .addchildboard, .deleterow { margin-right: 5px; padding-left: 17px; line-height: 25px; *line-height: 16px; background: url(bg_repno.gif) no-repeat 0 -599px; color: #FFF; zoom: 1; } .deleterow { padding-left: 12px; background: url(close.gif) no-repeat 0 50%; } .addchildboard:hover, .deleterow:hover { text-decoration: none; color: #F60 !important; } .switch { color: #09C; } .switch:hover { text-decoration: none; } .switch img { margin-right: 5px; vertical-align: middle; } .lightlink { color: #666; text-decoration: underline; } .lightlink2 { color: #666; } .parentlink { color: #09C; text-decoration: underline; } .menulink { background: none !important; text-decoration: underline; } .menulink:hover { text-decoration: underline !important; } /* admincp default */ .anno { width: 200px; } .anno p { margin: 4px 0; } .anno .txt { margin-left: 3px; width: 105px; } .difflink { margin: 10px 0; } .difflink a { margin-left: 10px; color: #666; text-decoration: underline; } .devteam { width: 350px; } /* widget */ .checked, .checked .txt { color: #0D0; } .lightfont { color: #CCC; } .light, .light a { color: #AAA; } .lightnum { color: #F60; } .error { color: #F00; } .diffcolor2 { color: #090; } .diffcolor3 { color: #09C; } .nomargin { margin: 0; } .marginleft { margin-left: 20px; } .marginright { margin-right: 10px; } .margintop { margin-top: 10px; } .marginbot { margin-bottom: 10px; } .nobg, .nobg td { background: none; } .nobg .td27 { padding-left: 5px; } .nobdb { border-bottom: none; } .nobdt { border-top: none; } .noborder, .noborder td { border-bottom: 0; border-top: 0; } .noborder td:hover, .normalfont { color: #000; } .vtop { vertical-align: top; } .lineheight { line-height: 150%; } .left { float: left; } .right { float: right; } .center { text-align: center; } .bold { font-weight: 700; } .normal { font-weight: 400; } .clear { clear: both; } .smallfont { font-size: 12px !important; font-size: 11px } .smallfont h3 { font-size: 12px; } .fixpadding th, .fixpadding td { padding-left: 5px !important; } .notice { position: absolute; z-index: 100; width: 100%; } .notice a { display: inline-block; padding: 5px 10px; border: solid #CCC; border-width: 0 1px 1px; background: #FEFEE9; color: red; box-shadow: 0 0 5px #B1B1B1; } .notice a:hover { text-decoration: none; } .notice span { margin-left: 20px; color: #09C; text-decoration: underline; } .news { padding: 10px 0; border-top: 4px solid #DEEFFA; clear: both; } .news li { list-style: none; } #boardnews { padding-bottom: 10px; } .diff-deleted { background: #FCC !important; } .diff-changed { background: #FF9 !important; } .diff-added { background: #CFC !important; } .verifyimg { max-height: 120px; height: expression(this.height > 120 ? 120 : true); } /* calendar */ #calendar_week .dropmenu { filter: none; opacity: 1; background: none; margin-left: 0; position: relative; margin-top: 0; border: none; text-align: left; text-decoration: underline; } .calendar_checked, .calendar_checked a:link, .calendar_checked a:visited { color: #333; } /* sub table */ .sub, .sub .td27 { padding-left: 25px !important; } .sub .rowform { padding-left: 25px !important; width: 281px; } .sub .rowform .txt, .sub .rowform textarea { width: 225px; } .sub select { width: 231px; } .mt10 { margin-top: 10px; } .mt0 { margin-top: 0 } .header, .header td, .header th { border-top: 1px dotted #DEEFFB; font-weight: 700; } .smallefont { font-size: 11px } /* 弹窗 */ .fwin { text-align: left; background: #FFF; } .t_l, .t_c, .t_r, .m_l, .m_r, .b_l, .b_c, .b_r { overflow: hidden; background: #000; opacity: 0.2; filter: alpha(opacity=20); } .t_l, .t_r, .b_l, .b_r { width: 10px; height: 10px; line-height: 10px; font-size: 0; } .t_c, .b_c { height: 10px; } .m_l, .m_r { width: 10px; } .t_l { border-radius: 10px 0 0 0; -moz-border-radius: 10px 0 0 0; -webkit-border-radius: 10px 0 0 0; -o-border-radius: 10px 0 0 0; } .t_r { border-radius: 0 10px 0 0; -moz-border-radius: 0 10px 0 0; -webkit-border-radius: 0 10px 0 0; -o-border-radius: 0 10px 0 0; } .b_l { border-radius: 0 0 0 10px; -moz-border-radius: 0 0 0 10px; -webkit-border-radius: 0 0 0 10px; -o-border-radius: 0 0 0 10px; } .b_r { border-radius: 0 0 10px 0; -moz-border-radius: 0 0 10px 0; -webkit-border-radius: 0 0 10px 0; -o-border-radius: 0 0 10px 0; } .m_c { background: #FFF; } .m_c .tb { margin: 0 0 10px; padding: 0 10px; } .m_c .c { padding: 0 10px 10px; } .m_c .o { padding: 8px 10px; height: 26px; text-align: right; border-top: 1px solid #CCC; background: #F5F5F5; } .flb { padding: 10px 10px 8px; height: 20px; line-height: 20px; } .flb em { float: left; font-size: 14px; font-weight: 700; color: #09C; } .flb em a { text-decoration: none; } .flb span { float: right; color: #999; } .flb span a, .flb strong { float: left; text-decoration: none; margin-left: 8px; font-weight: 400; color: #333; } .flb span a:hover { color: #999; } .flbc { float: left; width: 20px; height: 20px; overflow: hidden; text-indent: -9999px; background: url(cls.gif) no-repeat 0 0; } .flbc:hover { background-position: 0 -20px; } .fwin .cl li { margin: 5px; float: left; } .fwin .cl li.a { font-weight: 700; } .fwin .c { clear: both; } .fwin .dt { width: 100%; } .fwin .dt th, .fwin .dt td { border-bottom: 1px dotted #DEEFFB; line-height: 20px; } .fwin .dt th { font-weight: 700; } .fwin .ss em { background: #eee; width: 16px; line-height: 18px; display: block; float: left; margin: 2px; cursor: pointer; padding-left: 7px; } .fwin .ss em.a { background: #09f; color: #FFF; } /* .cl --> Clear 自动闭合 */ .cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cl { zoom: 1; } .preview { margin-bottom: 8px; width: 570px; height: 340px; border: 1px solid #09C; box-shadow: 3px 3px 3px #EEE; -moz-box-shadow: 3px 3px 3px #EEE; -webkit-box-shadow: 3px 3px 3px #EEE; -o-box-shadow: 3px 3px 3px #EEE; } /*气泡信息 by dfox */ .prmm { margin-left: -27px; padding-top: 10px; width: 250px; background: transparent url(pm_ntc.gif) no-repeat 0 0; text-align: left; opacity: 0.98; } .prmc { padding-bottom: 10px; background: transparent url(pm_ntc.gif) no-repeat -250px 100%; } .prmm ul { padding: 0 10px; border: solid #91C8E2; border-width: 0 2px; background: #FFF; } .prmm li { border-bottom: 1px solid #F4F4F4; line-height: 29px; display: block; width: 100%; color: #666; overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -o-text-overflow: ellipsis; } .prmm a:hover { text-decoration: none; color: #666; } .up { padding-top: 0; padding-bottom: 10px; width: 150px; background-position: -500px 100%; } .up .prmc { padding-top: 5px; padding-bottom: 0; background-position: -650px 0; } .up li { border-bottom: none; line-height: 160%; } /* 通用的表单样式 */ .tfm { width: 100%; } .tfm caption, .tfm th, .tfm td { padding: 10px 2px; } .tfm caption h2 { font-size: 16px; } .vt th, .vt td { vertical-align: top; } .tfm th { width: 95px; font-weight: 700; } .tfm th .rq { float: right; font-size: 14px; } .tfm .pt, .tfm .px { margin-right: 3px; width: 282px; } .tfm .c, .tfm .tedt, .m_c .tfm .tedt { width: 290px; } .tfm .d { clear: both; margin: 5px 0; } .tfm .d em { margin-left: 5px; color: red; } .tfm .d strong { margin-left: 5px; } .tfm .p { text-align: right; } .tfm .pcl label { display: block; padding: 0 2px 5px; } .tfm .pcl .pc { margin-right: 5px; padding: 0; } .tfm .l th, .tfm .l td { padding-top: 0; padding-bottom: 0; } .bn .tfm caption, .bn .tfm th, .bn .tfm td { padding-top: 5px; padding-bottom: 5px; } .bn .tfm th { font-weight: 400; } /* 普通数据列表 datatable by michael */ .dt { border-top: 1px solid #CDCDCD; width: 100%; } .dt th { background: #F2F2F2; } .dt td, .dt th { padding: 7px 4px; border-bottom: 1px solid #CDCDCD; } .dt .c { width: 50px; } .dt .px { height: 16px !important; font-size: 12px; } /* 外边距 Margin,三组从窄到宽,级别分别为:n, m, w */ .mtn { margin-top: 5px !important; } .mbn { margin-bottom: 5px !important; } .mtm { margin-top: 10px !important; } .mbm { margin-bottom: 10px !important; } .mtw { margin-top: 20px !important; } .mbw { margin-bottom: 20px !important; } .psetting p { margin-top: 10px; } .psetting .light, .psetting .light a { color: #777; } .psetting a.memo { color: #999; margin-left: 20px; } .psetting div.memo { margin: 5px; padding: 5px; border: 1px dotted #DEEFFB; background: #FFF; } /* 进度条 */ .pbg { position: relative; margin: 10px 0; width: 200px; height: 16px; background: url(bg_progressbar.png) 0 0 repeat-x; border-radius: 5px; } .pbr { height: 16px; width: 200px; background-image: url(bg_progressbar.png); background-color: #5AAF4A; background-position: 0 -16px; background-repeat: repeat-x; border-radius: 5px; } .pbg .xs0 { position: absolute; top: 0; right: 8px; }
src/images/admincp/admincp.css
* { word-wrap: break-word; outline: none; } body { background: #FFF; text-align: center; } body, td, input, textarea, select, button { color: #555; font: 12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, 'Simsun', sans-serif; } body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; } ul { list-style: none; } h1, h2, h3, h4, h5, h6 { font-size: 12px; } a { color: #2366A8; text-decoration: none; } a:hover { text-decoration: underline; } a img { border: none; } em, cite, th { font-style: normal; font-weight: normal; } table { border-collapse: collapse; } th { text-align: left; } label, .pointer { cursor: pointer; } .highlight { color: #C00; font-weight: 700; } /* form */ textarea, input, select, .html { padding: 2px; border: 1px solid; border-color: #666 #ccc #ccc #666; background: #F9F9F9; color: #333; resize: none; } .txt, select, .vmiddle { vertical-align: middle; } .txt:hover, .txt:focus, textarea:hover, textarea:focus { border-color: #09C; background: #F5F9FD; } .hover:hover { background: #F5F9FD; } .hover:hover .addchildboard, .hover:hover .deleterow { color: #F5F9FD; } .txtnobd { border: 1px solid #FFF; background: #FFF; cursor: pointer; } .radio, .checkbox, .pr, .pc { border: none; background: none; vertical-align: middle; } .checkbox { height: 14px; } .btn { margin: 3px 0; padding: 2px 5px; *padding: 4px 5px 1px; border: 1px solid; border-color: #ddd #666 #666 #ddd; background: #DDD; color: #000; cursor: pointer; vertical-align: middle; } .btn:hover { text-decoration: none; } .btn_big { display: inline-block; width: 90px; height: 30px; line-height: 30px; text-align: center; background: url(btn_big.png) no-repeat 0 0; font-size: 14px; font-weight: 700; color: #FFF; } .btn_big:hover { text-decoration: none; } .uploadbtn { width: 250px; border-color: #999; } .line { border-bottom: 1px solid #0F0; } .num { width: 20px !important; height: 16px; vertical-align: middle; } /* simulate input type="file" */ .filebtn { position: relative; margin-right: 30px; width: 60px; overflow: hidden; zoom: 1; } .filebtn .pf { position: absolute; right: 0; height: 23px; opacity: 0; filter: alpha(opacity=0); cursor: pointer; } /* .html */ .html { width: 180px !important; height: 16px; float: left; cursor: text; white-space: nowrap; overflow-x: hidden; } .htmlbtn { background: url("../editor/editor.gif") no-repeat scroll 0 0 transparent; border-color: #CCCCCC; width: 21px; height: 21px; margin-right: 2px; float: left; cursor: pointer; padding: 0; } .htmlbtn.current { border-color: #369; } .htmlbtn.b { background-position: 0 0; } .htmlbtn.i { background-position: -20px 0; } .htmlbtn.u { background-position: -40px 0; } .htmlbtn.c { background-position: -60px 0; } /* title */ h3 { margin-bottom: 10px; font-size: 14px; color: #09C; } .spectitle { border-bottom: 1px dashed #F66; } /* mainbox */ .mainhd { position: relative; overflow: hidden; text-align: left; height: 90px; line-height: 88px; background: url(bg_repx.gif) repeat-x; } .logo { display: block; text-indent: -9999px; width: 135px; height: 80px; background: url(logo.gif) no-repeat 15px 13px; } .logo:hover { background-image: url(logo_hover.gif); } .uinfo { position: absolute; z-index: 4; line-height: 32px; top: 10px; right: 15px; } .uinfo a { color: #666; } .uinfo em { margin-right: 5px; font-weight: 700; } .uinfo em a { text-decoration: underline; } .uinfo p { float: left; } .btnlink a { display: block; margin-left: 10px; width: 63px; height: 32px; text-align: center; background: url(bg_repno.gif) no-repeat -50px -150px; } .navbg { position: absolute; z-index: 1; top: 52px; left: 153px; width: 6px; height: 37px; background: #F7FAFD; } .nav { position: absolute; z-index: 2; top: 14px; left: 159px; width: 100%; height: 75px; } .nav ul { overflow: hidden; position: relative; z-index: 4; font-size: 14px; } .nav li { float: left; height: 43px; line-height: 43px; background: url(btn_block.gif) right -115px no-repeat; } .nav li em { display: block; } .nav li a { padding: 5px 5px; color: #639BB0; font-weight: 700; } .nav li a:hover { color: #09C; text-decoration: none; } .nav li .diffcolor { color: #F60; } .nav li.navon { line-height: 33px; background: url(btn_block.gif) no-repeat; } .nav li.navon em { display: block; background: url(btn_block.gif) right -50px no-repeat; } .nav li.navon em a { display: block; background: url(btn_block.gif) center bottom no-repeat; color: #FFF; } .nav li.navon em a:hover { color: #FFF; } .nav ul #header_uc { font-size: 12px; } .navbd { overflow: hidden; clear: both; position: absolute; z-index: 3; top: 38px; width: 100%; height: 5px; background: #09C; } .currentloca { clear: both; height: 32px; border-left: 1px solid #B5CFD9; } .currentloca p { padding-left: 10px; line-height: 25px; border-top: 5px solid #FFF; border-bottom: 2px solid #FFF; border-left: 1px solid #FFF; background: #F2F9FD; } .sitemapbtn { position: absolute; right: 175px; *right: 170px; top: 50px; line-height: 100%; } .sitemapbtn span { margin-right: 3px; } a.faq { background: url(faq.gif) no-repeat 0 2px; padding: 1px; margin-left: 10px; } a.faq:hover { text-decoration: none; } .popupmenu_popup { width: 400px; overflow: hidden; padding: 10px; border: 1px solid #A6C9D7; background: #FFF; font-size: 12px; font-weight: 400; text-align: left; } li.popupmenu_popup { list-style: none; } #fselect_menu { width: 300px; } .fsel { _height: 350px; max-height: 350px; overflow-y: auto; } #fselect_menu a { width: 70%; } #ugselect_menu { width: 450px; } .popupmenu_popup em { display: block; clear: both; padding: 2px 4px; font-weight: 700; background: #EAF4FB; } .popupmenu_popup em.hover { cursor: pointer; } .popupmenu_popup a { float: left; margin: 1px 9px 1px 0; padding-left: 3px; width: 100px; } .popupmenu_popup .ck { width: 25px; margin-top: 4px; } .popupmenu_popup .current { font-weight: 700; } .popupmenu_popup a.f, .popupmenu_popup a.s { float: none; display: block; width: 80%; } .popupmenu_popup a.s { margin-left: 40px; } .popupmenu_dropmenu { cursor: pointer; } .popupmenu_dropmenu em { margin-left: 3px; background: url(bg_repno.gif) no-repeat 0 -145px; } .menutd { background: #F2F9FD url(bg_repx_h.gif) right top no-repeat; } .menu { position: relative; z-index: 20; width: 160px; } .menu ul { position: absolute; top: 10px; right: 7px; list-style: none; width: 153px; background: #F2F9FD url(bg_repx_h.gif) no-repeat 5px -20px; } .menu li { margin: 3px 0; *margin: 0; width: 153px; height: auto !important; height: 25px; overflow: hidden; } .menu li.s { height: auto; } .menu li.a { margin-top: 0; } .menu li a { display: block; padding: 4px 0 3px 30px; *padding: 5px 0 3px 30px; background: url(bg_repno.gif) no-repeat 15px -43px; color: #666; white-space: nowrap; } .menu li a:hover { text-decoration: none; background: #EAF4FB url(bg_repno.gif) no-repeat 15px -43px; color: #2366A8; } .menu li a.tabon, .menu li a.tabon:hover { text-decoration: none; background: #DEEFFA url(bg_repno.gif) no-repeat 15px -43px; color: #2366A8; } .menu li em { position: absolute; cursor: pointer; margin: -1px 0 0 -20px; *margin-top: -2px; width: 16px; height: 16px; visibility: hidden; background: #EAF4FB url(newwin.gif) no-repeat; } .menu li a:hover em, .menu li a.tabon:hover em { visibility: visible; } .menu li a.tabon:hover em { background-color: #DEEFFA; } .menu .lsub { cursor: pointer; background: url(add.gif) no-repeat 12px 5px; } .menu .lsub div { padding: 4px 0 3px 30px; font-weight: 700; } .menu .desc { background: url(desc.gif) no-repeat 12px 5px; } .menu .lsub ol { list-style: none; padding: 0 0 0 30px; margin: 2px 0 0 -30px; } .menu .sp { width: 160px; height: 1px; line-height: 1px; float: left; border-bottom: 1px dotted #DEEFFA; } #menu_mof_menu { font-size: 14px; font-weight: 700; background: #F2F9FD } #menu_mof_menu a { color: #639BB0 !important; display: block; } #menu_mof_menu a:hover { color: #09C !important; text-decoration: none; } .mask { padding-top: 9px; background: url(bg_repx_hb.gif) repeat-x; } .team a { float: left; width: 33%; } /* tab */ .tab1 { overflow: hidden; clear: both; margin-bottom: 10px; } .tab1 li { float: left; margin-right: 3px; text-align: center; font-weight: 700; } .tab1 a { display: block; line-height: 26px; color: #666; white-space: nowrap; } .tab1 a span { display: block; padding: 0 7px; } .tab1 a:hover { text-decoration: none; background: url(btn_block_2.gif) no-repeat 0 -52px; color: #09C; } .tab1 a:hover span { display: block; background: url(btn_block_2.gif) no-repeat right -78px; } .tab1 .current { } .tab1 .current a { background: url(btn_block_2.gif) no-repeat 0 0; color: #FFF; } .tab1 .current a span { background: url(btn_block_2.gif) no-repeat right -26px; } .tab1 .current a .highlight { color: #FF9; } .tab1 .current a em { margin-left: 3px; *margin-right: -5px; background: url(bg_repno.gif) no-repeat 0 -145px !important; background: url(bg_repno.gif) no-repeat 0 -147px; color: #666; } .tab1 .hasdropmenu a em { margin-left: 3px; *margin-right: -5px; background: url(bg_repno.gif) no-repeat 0 -195px !important; background: url(bg_repno.gif) no-repeat 0 -197px; color: #FFF; } .dropmenu, .dropmenu1 { margin-left: -20px; white-space: nowrap; border: 3px solid #A6C9D7; background: #F2F9FD; text-align: left; opacity: 0.9; filter: Alpha(opacity=90); } .dropmenu1 { margin-left: 0; padding: 5px; } .tab1 .dropmenu a { padding: 2px 7px; background: none !important; color: #666 !important; font-weight: 400; } .tab1 .dropmenu a:hover { background: #DEEFFA !important; } .tab1 .dropmenu li { clear: both; margin: 0; } .tab1 .dropmenu li.current a { background: #DEEFFA !important; } /* box */ #scrolllink { position: absolute; z-index: 21; bottom: 40px; *bottom: 39px; left: 0; padding: 2px 0; width: 154px; background-color: #F2F9FD; } #scrolllink span { cursor: pointer; } #scrolllink img { margin-left: 2px; } .copyright { position: absolute; z-index: 10; left: 5px; bottom: 3px; padding-top: 3px; border-top: 1px dashed #DDD; text-align: left; line-height: 150%; font-family: Tahoma; font-size: 11px; -webkit-text-size-adjust: none; } .logintb { text-align: left; margin: 120px auto 0; width: 600px; } .login { padding-right: 30px; width: 310px; height: 150px; background: url(bg_login.gif) right 50% no-repeat; } .login h1 { text-indent: -9999px; margin-bottom: 10px; width: 262px; height: 26px; background: url(login_title.gif) no-repeat; } .login p { line-height: 150%; } .logintitle, .loginform { margin: 2px 0; height: 22px; line-height: 22px; font-size: 14px; } .logintitle { float: left; clear: left; width: 60px; font-weight: 700; color: #666; } .loginform { float: left; width: 160px; } .loginform .txt { margin-top: 1px; width: 150px; } .loginform select { margin-top: 1px; padding: 1px; width: 156px; } .loginnofloat { clear: both; } .loginnofloat .btn { margin-left: 60px; } .logintips { line-height: 160%; margin-left: 25px; } .logintips a { margin: 0 5px; text-decoration: underline; } .footer { } .footer .copyright { position: static; margin-top: 120px; border: none; text-align: center; font-size: 12px; } .footer p { display: inline; } .container { padding: 9px 20px 20px; text-align: left; } .itemtitle { clear: both; overflow: hidden; margin-bottom: 0 !important; *margin-bottom: 5px !important; margin-bottom: -5px; line-height: 20px; } .itemtitle h3 { float: left; margin-right: 20px; } .itemtitle ul { float: left; line-height: 18px; } .itemtitle .tab1 { clear: none; } .itemtitle .tab1 a { line-height: 20px; } .itemtitle .tab1 a span { padding: 0 7px; *padding: 1px 7px 0; *line-height: 19px; } .itemtitle .tab1 a:hover { background: #F5F5F5 url(btn_block_3.gif) no-repeat 0 -40px; color: #09C; } .itemtitle .tab1 a:hover span { background: url(btn_block_3.gif) no-repeat right -60px; } .itemtitle .tab1 .hasdropmenu a:hover { color: #666; } .itemtitle .tab1 .current a { background: url(btn_block_3.gif) no-repeat 0 0 !important; } .itemtitle .tab1 .current a span, .itemtitle .tab1 .current a:hover span { background: url(btn_block_3.gif) no-repeat right -20px; color: #FFF; } .itemtitle .tab1 .dropmenu a { background: none !important; } .itemtitle .tab1 .dropmenu a:hover, .itemtitle .tab1 .dropmenu a.current { background: #DEEFFA !important; } .floattop { position: fixed; z-index: 200; top: 0; left: 0; margin-left: 20px; padding: 8px 20px 8px 0; width: 99%; background: #FFF; } .floattop #fselect, .floattop #ugselect { margin-right: 20px; } * html .floattop { position: relative; top: expression(offsetParent ? offsetParent.scrollTop : 0); left: -20px; margin-top: -10px; width: 100%; } .floattopempty { height: 35px !important; height: auto; } .floattop .dropmenu { position: fixed !important; position: absolute; margin-left: 0 !important; margin-left: -20px; } /* for opera position fixed bug */ .stepstat { *margin-bottom: 10px; } .stepstat li { float: left; margin-right: 15px; color: #CCC; } .stepstat .current { color: #090; } .infobox { clear: both; margin-bottom: 10px; padding: 30px; text-align: center; border-top: 4px solid #DEEFFA; border-bottom: 4px solid #DEEEFA; background: #F2F9FD; zoom: 1; } .infotitle1 { margin-bottom: 10px; color: #09C; font-size: 14px; font-weight: 700; } .infotitle2 { margin-bottom: 10px; color: #090; font-size: 14px; font-weight: 700; } .infotitle3 { margin-bottom: 10px; color: #C00; font-size: 14px; font-weight: 700; } .cachelist { overflow: hidden; } .cachelist li { float: left; margin-right: 10px; } .colorbox { clear: both; padding: 10px; border-top: 4px solid #DEEFFA; border-bottom: 4px solid #DEEFFA; background: #F2F9FD; zoom: 1; } .extcredits, .threadprofilenode { margin: -5px 0 10px; } .extcredits a, .threadprofilenode a { margin-right: 5px; padding: 2px 5px; line-height: 220%; border: 1px solid #B6CFD9; background: #FFF; white-space: nowrap; } .threadprofilenode { width: 650px; } .jswizard { margin: 10px 0; } .jswizard iframe { border: 1px dashed #DEEFFA; } .fileperms { list-style: disc; margin: 15px; } .fileperms li { line-height: 180%; } .tips { margin-left: 15px; color: #999; } .tips2 { line-height: 180%; color: #999; word-break: break-all; } .tb2 .tipsblock { background: none; margin-bottom: -10px; } .tipsblock ul { margin-bottom: -11px; } .tipsblock li { margin-bottom: 5px; padding: 0 0 5px 20px; line-height: 160%; background: url(bg_repno.gif) no-repeat -340px 6px; } .tips a, .tips2 a, .tipsblock a { margin: 0 3px; text-decoration: underline; color: #666; } .tips a:hover, .tips2 a:hover, .tipsblock a:hover { color: #09C; } /* admincp_optimizer.php */ .optblock { margin: 20px 0; height: 30px; line-height: 30px; } .optblock #checking { float: left; } .optblock #checkstatus { float: left; margin: 0 10px; } .optblock .pbg { float: left; margin: 6px 10px 0; } .optblock .pbg .xs0 { line-height: 1.5; } /* table */ .tb { clear: both; width: 100%; margin-top: 8px } .tb th, .tb td { padding: 5px !important; height: 25px; } .tb1 { } .th11, .th12 { width: 60px; font-weight: 700; } .tb1 .th12 { padding-top: 7px; vertical-align: top; } .tb1 .tb2 th { padding-top: 0; } .tb1 .txt { width: 150px; } .tb1 strong { margin-right: 5px; color: #F60; } .first td { padding-top: 13px; } .first .th12 { padding-top: 15px; } .bdtop td { border-top: 1px dashed #CAE4F7; } .bdbot td { border-bottom: 1px dashed #CAE4F7; } .td11 { width: 350px; vertical-align: top; } .td11 li { float: left; margin: 0 10px 7px 0; *margin: -3px 10px 7px 0; } .td11 .clear { margin: 0; } .listtitle, .listtitlelong { padding-top: 3px; *padding-top: 6px; width: 80px; color: #09C; } .listtitlelong { width: 100px; } .td11 .txt { width: 70px; } .td11 .sginput .txt { width: 150px; } .td12 { } .td12 li { float: left; margin-right: 10px; } .td12 .radio { float: left; margin-top: 4px; *float: none; *margin-top: 0; } .td12 label { float: left; margin-top: 2px; *float: none; *margin-top: 0; } .td12 .txt { width: 50px; } .checkboxlist { width: 720px; } .checkboxlist li { float: left; width: 90px; line-height: 180%; white-space: nowrap; cursor: pointer; } .longtxt .txt { width: 400px !important; } .tarea { width: 400px; height: 75px; } .sml, .sml th, .sml td { font-size: 9px !important; -webkit-text-size-adjust: none; } /* tb */ .tb2 { } .tb2 tr.hover:hover .tips2 { color: #333; } .tb2 tr.hover:hover td { background: #F2F9FD; } .tb2 tr.hl { background: #FFFAF3; } .tb2 tr.hl td { border-top: 1px #F4E4B4 solid; border-bottom: 1px #F4E4B4 solid } .tb2.tdhover tr:hover td { background: none; } .tb2.tdhover tr td:hover { background: #F2F9FD; } .tb2 td { padding: 5px 5px 3px 0; border-top: 1px dotted #DEEFFB; } .tb2 th { padding: 5px 5px 3px 0; line-height: 21px; font-size: 12px; } .tb2 .txt, .tb2 .txtnobd { width: 100px; margin-right: 10px; } .tb2 .smtxt { margin-right: 5px; width: 25px; } .nowrap { white-space: nowrap; } .td21 { width: 150px; font-weight: 700; } .td22 { width: 100px; font-weight: 700; } .td23 { width: 100px; } .td24 { width: 120px; } .td25 { width: 50px; } .td25 .txt { width: 40px; } .td26 { } .td26 .txt, .td26 .txtnobd { width: 90%; *width: 280px; } .tb2 .td27 { padding: 3px 0 3px 5px; font-weight: 700; } .tb2 .td27:hover { background: none; } .td27m { font-weight: 700; padding-bottom: 5px; } .td28 .txt { width: 40px; } .td29 .txt { width: 200px; } .td30 { width: 30px; } .td31 { width: 200px; } .td32 { width: 85px; } .td32 .txt { width: 50px; } .tbm { padding: 5px !important; background: #F2F9FD !important; font-weight: 700; border-top: 0 !important; } .multicol { float: left; width: 270px !important; } .staton { text-indent: -9999px; width: 20px; height: 17px; background: url(bg_repno.gif) no-repeat -280px -250px; } .statoff { text-indent: -9999px; background: url(bg_repno.gif) no-repeat -250px -347px; } .rowform { width: 306px; overflow: auto; } .tb2 .rowform { padding-left: 5px; } .rowform .txt, .rowform textarea { margin-right: 10px; width: 250px; } .rowform select { margin-right: 10px; width: 256px; } .rowform .radio { margin-top: -2px !important; *margin-top: 0 !important; *margin-top: -2px; } .rowform li { overflow: hidden; float: left; margin-right: 10px; white-space: nowrap; cursor: pointer; } .rowform .clear { clear: both; float: none; margin-bottom: 10px; } .rowform .nofloat { clear: both; } .rowform .nofloat li { float: none; margin: 5px 0; overflow: visible; } .ckbox { width: 700px; } .ckbox li { float: left; margin: 5px 10px 5px 0; white-space: nowrap; width: 130px; height: 20px; } .partition, .partition2 { line-height: 21px; font-weight: 700; color: #09C; } .tb2 .partition { padding: 5px; background: url(bg_repx_hc.gif) repeat-x 0 -40px; } .dblist { } .dblist li { float: left; margin-bottom: 5px; width: 33%; height: 20px; white-space: nowrap; cursor: pointer; } .cfolder, .ofolder { display: block; padding-left: 50px; line-height: 30px; background: url(bg_repno.gif) no-repeat -260px -50px; font-weight: 700; } .ofolder { background: url(bg_repno.gif) no-repeat -260px -100px; } .filenum { margin: 8px 0 0 20px; } .files { padding: 1px 0 1px 50px; background: url(bg_repno.gif) no-repeat -260px -150px; } .del { padding-bottom: 1px; padding-left: 18px; background: url(bg_repno.gif) no-repeat 0 -285px; *background: url(bg_repno.gif) no-repeat 0 -286px; color: #E8594D; } .edited, .unfixed { padding-bottom: 1px; padding-left: 18px; background: url(bg_repno.gif) no-repeat -100px -385px; *background: url(bg_repno.gif) no-repeat -100px -386px; color: #E8594D; } .unknown { padding-bottom: 1px; padding-left: 18px; background: url(bg_repno.gif) no-repeat -50px -435px; *background: url(bg_repno.gif) no-repeat -50px -436px; color: #6189B8; } .correct, .fixed { padding-bottom: 1px; padding-left: 18px; background: url(bg_repno.gif) no-repeat 0 -485px; *background: url(bg_repno.gif) no-repeat 0 -486px; color: #70B759; } /* crons */ .crons { width: 200px; } .crons .txt { margin-bottom: 3px; width: 150px; } /* faqlist & boardlist */ .node, .board { padding-left: 55px; background: url(bg_repno.gif) no-repeat -240px -550px; } .node .txt, .lastnode .txt, .newnode .txt { width: 250px; } .parentnode .txt { width: 250px; font-weight: 700; } .parentboard .txt { font-weight: 700; } .lastnode, .lastboard { padding-left: 55px; background: url(bg_repno.gif) no-repeat -240px -600px; } .childboard { padding-left: 110px; background: url(bg_repno.gif) no-repeat -185px -550px; } .lastchildboard { padding-left: 110px; background: url(bg_repno.gif) no-repeat -185px -600px; } .boardattr { position: absolute; left: 402px; margin-top: -20px !important; margin-top: -19px; color: #999; } /* pick window */ .colorwd { float: left; width: 40px; height: 21px; border-color: #ccc #666 #666 #ccc; } .cmen { overflow: hidden; width: 63px; } .cmen a { overflow: hidden; float: left; width: 20px; height: 20px; } .tb3 { margin-top: -15px; border: none; } .tb3 th { padding: 10px 0 5px; } .tb3 td { padding: 0; line-height: 180%; } .mod_validate td, .mod_export td { background: #CFC !important; } .mod_invalidate td, .mod_refusal td { background: #FFEBE7 !important; } .mod_ignore td { background: #EEE !important; } .mod_cancel td { background: #FFF !important; } .mod_delete td { background: #F99 !important; } /* custom menu */ .custom { overflow: hidden; position: relative; border: 6px solid #A6C9D7; background: #FFF; } .cmain { padding: 0; text-align: left; padding: 10px; } .cnote { line-height: 20px; } .cnote li { float: left; margin-right: 15px; } .cmlist { clear: left; overflow-y: auto; } .cmlist a { display: block; float: left; overflow: hidden; width: 150px; height: 20px; color: #666; } .cmlist td { padding: 5px 0; border-bottom: 1px dotted #DEEFFB; } .cmlist tr:last-child td { border-bottom: none; } .cmlist h4 { color: #09C; width: 90px; } .cside { float: right; display: inline; margin-right: 5px; width: 151px; text-align: left; } .cside h3 { position: relative; margin-bottom: 0; padding: 6px 0 0 5px; height: 28px; line-height: 28px; border-bottom: 1px solid #A6C9D7; background: url(bg_custom_t.gif) repeat-x; } .ctitle1 { display: block; padding-left: 25px; height: 28px; background: url(btn_add2menu.gif) no-repeat 0 5px; color: #090; font-size: 12px; } .ctitle1:hover { text-decoration: none; } .cadmin { position: absolute; top: -4px; right: -5px; padding: 10px 10px 0; color: #666; font-size: 12px; font-weight: 400; } .cslist li { height: 1%; } .cslist li a { display: block; padding: 5px 5px 5px 30px; } .cslist li a:hover { text-decoration: none; background: #DEEFFA; } .cslist li .pages { margin-left: 27px; } .cslist li .pages a { display: inline; padding: 2px 5px; } .cslist li .pages a:hover { background: #09C; } .cfixbd { position: absolute; right: 5px; bottom: 0; width: 151px; height: 5px; line-height: 5px; font-size: 1px; background: #FFF; overflow: hidden; } /* list */ .tpllist { list-style: disc; margin: 10px 15px; line-height: 180%; } .tpllist2 { list-style: circle; margin: 5px 25px; } .tpllist3 { list-style: square; margin: 0 25px; } .userlist { overflow: hidden; margin: 10px 0; } .userlist li { float: left; margin: 0 10px 10px 0; white-space: nowrap; } .unum { clear: both; display: block; width: 100%; font-weight: 700; } .safelist { padding: 10px 0; border-top: 4px solid #DEEFFA; } .safelist li { margin-bottom: 5px; padding-left: 20px; line-height: 160%; background: url(bg_repno.gif) no-repeat -340px 6px; } .safelist p { margin-bottom: 5px; } .safelist .txt { width: 150px; } .infolist { } .infolist li { clear: both; line-height: 180%; } .infolist em { float: left; width: 120px; } .tb2 .threadopt { border-bottom: 1px solid #B5CFD9; background: none; vertical-align: top; } .threadtitle { padding: 10px !important; } .nowrap li { float: left; white-space: nowrap; margin-right: 5px; } /* pages */ .pg { clear: both; margin: 10px 0; } .pg em, .pg a, .pg strong { text-decoration: none; margin-left: 3px; padding: 2px 5px; border: 1px solid #E5E5E5; } .pg a:hover { text-decoration: none; border: 1px solid #09C; background: #09C; color: #FFF; } .pg strong { border: none; font-weight: 700; } .pg kbd input { margin-left: 5px; width: 20px; vertical-align: middle; } .cuspages { margin: 3px 0; line-height: 200%; } .cuspages .pg { display: inline; clear: none; margin-right: 10px; } .fixsel select { margin: 3px 5px 3px 0; } /* link */ .addtr { padding-left: 17px; line-height: 25px; background: url(bg_repno.gif) no-repeat 0 1px; *background: url(bg_repno.gif) no-repeat 0 0; color: #F60; } .act { margin: 0 5px; text-decoration: underline; } .addchildboard, .deleterow { margin-right: 5px; padding-left: 17px; line-height: 25px; *line-height: 16px; background: url(bg_repno.gif) no-repeat 0 -599px; color: #FFF; zoom: 1; } .deleterow { padding-left: 12px; background: url(close.gif) no-repeat 0 50%; } .addchildboard:hover, .deleterow:hover { text-decoration: none; color: #F60 !important; } .switch { color: #09C; } .switch:hover { text-decoration: none; } .switch img { margin-right: 5px; vertical-align: middle; } .lightlink { color: #666; text-decoration: underline; } .lightlink2 { color: #666; } .parentlink { color: #09C; text-decoration: underline; } .menulink { background: none !important; text-decoration: underline; } .menulink:hover { text-decoration: underline !important; } /* admincp default */ .anno { width: 200px; } .anno p { margin: 4px 0; } .anno .txt { margin-left: 3px; width: 105px; } .difflink { margin: 10px 0; } .difflink a { margin-left: 10px; color: #666; text-decoration: underline; } .devteam { width: 350px; } /* widget */ .checked, .checked .txt { color: #0D0; } .lightfont { color: #CCC; } .light, .light a { color: #AAA; } .lightnum { color: #F60; } .error { color: #F00; } .diffcolor2 { color: #090; } .diffcolor3 { color: #09C; } .nomargin { margin: 0; } .marginleft { margin-left: 20px; } .marginright { margin-right: 10px; } .margintop { margin-top: 10px; } .marginbot { margin-bottom: 10px; } .nobg, .nobg td { background: none; } .nobg .td27 { padding-left: 5px; } .nobdb { border-bottom: none; } .nobdt { border-top: none; } .noborder, .noborder td { border-bottom: 0; border-top: 0; } .noborder td:hover, .normalfont { color: #000; } .vtop { vertical-align: top; } .lineheight { line-height: 150%; } .left { float: left; } .right { float: right; } .center { text-align: center; } .bold { font-weight: 700; } .normal { font-weight: 400; } .clear { clear: both; } .smallfont { font-size: 12px !important; font-size: 11px } .smallfont h3 { font-size: 12px; } .fixpadding th, .fixpadding td { padding-left: 5px !important; } .notice { position: absolute; z-index: 100; width: 100%; } .notice a { display: inline-block; padding: 5px 10px; border: solid #CCC; border-width: 0 1px 1px; background: #FEFEE9; color: red; box-shadow: 0 0 5px #B1B1B1; } .notice a:hover { text-decoration: none; } .notice span { margin-left: 20px; color: #09C; text-decoration: underline; } .news { padding: 10px 0; border-top: 4px solid #DEEFFA; clear: both; } .news li { list-style: none; } #boardnews { padding-bottom: 10px; } .diff-deleted { background: #FCC !important; } .diff-changed { background: #FF9 !important; } .diff-added { background: #CFC !important; } .verifyimg { max-height: 120px; height: expression(this.height > 120 ? 120 : true); } /* calendar */ #calendar_week .dropmenu { filter: none; opacity: 1; background: none; margin-left: 0; position: relative; margin-top: 0; border: none; text-align: left; text-decoration: underline; } .calendar_checked, .calendar_checked a:link, .calendar_checked a:visited { color: #333; } /* sub table */ .sub, .sub .td27 { padding-left: 25px !important; } .sub .rowform { padding-left: 25px !important; width: 281px; } .sub .rowform .txt, .sub .rowform textarea { width: 225px; } .sub select { width: 231px; } .mt10 { margin-top: 10px; } .mt0 { margin-top: 0 } .header, .header td, .header th { border-top: 1px dotted #DEEFFB; font-weight: 700; } .smallefont { font-size: 11px } /* 弹窗 */ .fwin { text-align: left; background: #FFF; } .t_l, .t_c, .t_r, .m_l, .m_r, .b_l, .b_c, .b_r { overflow: hidden; background: #000; opacity: 0.2; filter: alpha(opacity=20); } .t_l, .t_r, .b_l, .b_r { width: 10px; height: 10px; line-height: 10px; font-size: 0; } .t_c, .b_c { height: 10px; } .m_l, .m_r { width: 10px; } .t_l { border-radius: 10px 0 0 0; -moz-border-radius: 10px 0 0 0; -webkit-border-radius: 10px 0 0 0; -o-border-radius: 10px 0 0 0; } .t_r { border-radius: 0 10px 0 0; -moz-border-radius: 0 10px 0 0; -webkit-border-radius: 0 10px 0 0; -o-border-radius: 0 10px 0 0; } .b_l { border-radius: 0 0 0 10px; -moz-border-radius: 0 0 0 10px; -webkit-border-radius: 0 0 0 10px; -o-border-radius: 0 0 0 10px; } .b_r { border-radius: 0 0 10px 0; -moz-border-radius: 0 0 10px 0; -webkit-border-radius: 0 0 10px 0; -o-border-radius: 0 0 10px 0; } .m_c { background: #FFF; } .m_c .tb { margin: 0 0 10px; padding: 0 10px; } .m_c .c { padding: 0 10px 10px; } .m_c .o { padding: 8px 10px; height: 26px; text-align: right; border-top: 1px solid #CCC; background: #F5F5F5; } .flb { padding: 10px 10px 8px; height: 20px; line-height: 20px; } .flb em { float: left; font-size: 14px; font-weight: 700; color: #09C; } .flb em a { text-decoration: none; } .flb span { float: right; color: #999; } .flb span a, .flb strong { float: left; text-decoration: none; margin-left: 8px; font-weight: 400; color: #333; } .flb span a:hover { color: #999; } .flbc { float: left; width: 20px; height: 20px; overflow: hidden; text-indent: -9999px; background: url(cls.gif) no-repeat 0 0; } .flbc:hover { background-position: 0 -20px; } .fwin .cl li { margin: 5px; float: left; } .fwin .cl li.a { font-weight: 700; } .fwin .c { clear: both; } .fwin .dt { width: 100%; } .fwin .dt th, .fwin .dt td { border-bottom: 1px dotted #DEEFFB; line-height: 20px; } .fwin .dt th { font-weight: 700; } .fwin .ss em { background: #eee; width: 16px; line-height: 18px; display: block; float: left; margin: 2px; cursor: pointer; padding-left: 7px; } .fwin .ss em.a { background: #09f; color: #FFF; } /* .cl --> Clear 自动闭合 */ .cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cl { zoom: 1; } .preview { margin-bottom: 8px; width: 570px; height: 340px; border: 1px solid #09C; box-shadow: 3px 3px 3px #EEE; -moz-box-shadow: 3px 3px 3px #EEE; -webkit-box-shadow: 3px 3px 3px #EEE; -o-box-shadow: 3px 3px 3px #EEE; } /*气泡信息 by dfox */ .prmm { margin-left: -27px; padding-top: 10px; width: 250px; background: transparent url(pm_ntc.gif) no-repeat 0 0; text-align: left; opacity: 0.98; } .prmc { padding-bottom: 10px; background: transparent url(pm_ntc.gif) no-repeat -250px 100%; } .prmm ul { padding: 0 10px; border: solid #91C8E2; border-width: 0 2px; background: #FFF; } .prmm li { border-bottom: 1px solid #F4F4F4; line-height: 29px; display: block; width: 100%; color: #666; overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -o-text-overflow: ellipsis; } .prmm a:hover { text-decoration: none; color: #666; } .up { padding-top: 0; padding-bottom: 10px; width: 150px; background-position: -500px 100%; } .up .prmc { padding-top: 5px; padding-bottom: 0; background-position: -650px 0; } .up li { border-bottom: none; line-height: 160%; } /* 通用的表单样式 */ .tfm { width: 100%; } .tfm caption, .tfm th, .tfm td { padding: 10px 2px; } .tfm caption h2 { font-size: 16px; } .vt th, .vt td { vertical-align: top; } .tfm th { width: 95px; font-weight: 700; } .tfm th .rq { float: right; font-size: 14px; } .tfm .pt, .tfm .px { margin-right: 3px; width: 282px; } .tfm .c, .tfm .tedt, .m_c .tfm .tedt { width: 290px; } .tfm .d { clear: both; margin: 5px 0; } .tfm .d em { margin-left: 5px; color: red; } .tfm .d strong { margin-left: 5px; } .tfm .p { text-align: right; } .tfm .pcl label { display: block; padding: 0 2px 5px; } .tfm .pcl .pc { margin-right: 5px; padding: 0; } .tfm .l th, .tfm .l td { padding-top: 0; padding-bottom: 0; } .bn .tfm caption, .bn .tfm th, .bn .tfm td { padding-top: 5px; padding-bottom: 5px; } .bn .tfm th { font-weight: 400; } /* 普通数据列表 datatable by michael */ .dt { border-top: 1px solid #CDCDCD; width: 100%; } .dt th { background: #F2F2F2; } .dt td, .dt th { padding: 7px 4px; border-bottom: 1px solid #CDCDCD; } .dt .c { width: 50px; } .dt .px { height: 16px !important; font-size: 12px; } /* 外边距 Margin,三组从窄到宽,级别分别为:n, m, w */ .mtn { margin-top: 5px !important; } .mbn { margin-bottom: 5px !important; } .mtm { margin-top: 10px !important; } .mbm { margin-bottom: 10px !important; } .mtw { margin-top: 20px !important; } .mbw { margin-bottom: 20px !important; } .psetting p { margin-top: 10px; } .psetting .light, .psetting .light a { color: #777; } .psetting a.memo { color: #999; margin-left: 20px; } .psetting div.memo { margin: 5px; padding: 5px; border: 1px dotted #DEEFFB; background: #FFF; } /* 进度条 */ .pbg { position: relative; margin: 10px 0; width: 200px; height: 16px; background: url(bg_progressbar.png) 0 0 repeat-x; border-radius: 5px; } .pbr { height: 16px; width: 200px; background-image: url(bg_progressbar.png); background-color: #5AAF4A; background-position: 0 -16px; background-repeat: repeat-x; border-radius: 5px; } .pbg .xs0 { position: absolute; top: 0; right: 8px; }
0.489503
0.078926
:root { --font-title: 'Rubik', sans-serif; --font-content: 'Karla', sans-serif; --clr-primary: #F77DD0; --clr-secondary: #FBD999; --clr-light: #fff; --clr-dark: #4c4c4c; --clr-gray: #6c6c6c; --clr-menu: #4c4c4c; --radius: 5px; } * { box-sizing: border-box; } html, body { margin: 0; } body { overflow-x: hidden; } .clearfix::after { content: ""; clear: both; display: table; } .container { position: relative; width: 80%; max-width: 1250px; margin: 0 auto; } .w100v { width: 100vw; } .w100 { width: 100%; } .h100v { height: 100vh; } .h100 { height: 100%; } .p0 { margin: 0 !important; } .m0 { margin: 0 !important; } .float-left { float: left; } .float-right { float: right; } .text-left { text-align: left; } .text-right { text-align: right; } .d-text-right { text-align: right; } /* Grid */ .grid { display: grid; grid-template-columns: 1fr; } .grid.gutter { column-gap: 15px; } .grid.grid-2 { grid-template-columns: repeat(2, 1fr); } .grid.grid-3 { grid-template-columns: repeat(3, 1fr); } .grid.grid-4 { grid-template-columns: repeat(4, 1fr); } .grid.grid-5 { grid-template-columns: repeat(5, 1fr); } .grid.grid-6 { grid-template-columns: repeat(6, 1fr); } /* Grid portion (1:3 & 2:3 row) */ .grid.grid-1-2 { grid-template-columns: 1fr 2fr; } /* 2:1 */ .grid.grid-2-1 { grid-template-columns: 2fr 1fr; } /* Alignment and positions */ .items-center { align-items: center; } .text-center { text-align: center; } /* Hero Section */ .dd-hero { position: relative; height: 70vh; margin-bottom: 70px; } .dd-hero::after { position: absolute; content: ""; width: 100%; height: 100%; top: 0; z-index: -1; transform: scale(1.25); background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary)); border-radius: 0 0 50% 50%; } /* Logo */ .dd-logo { position: absolute; top: 50%; transform: translateY(-50%); margin: 0; font-size: 1.5rem; text-decoration: none; font-family: var(--font-title); font-weight: 800; color: var(--clr-light); } /* Header & Menu */ .dd-header { position: fixed; width: 80%; margin: 0 auto; left: 0; right: 0; max-width: 1250px; padding: 5px 0; border-radius: 10px; z-index: 99; transition: all .5s ease; padding: 0 0; } .dd-header.sticky { top: 10px; padding: 0 20px; box-shadow: 0 2px 7px rgba(0, 0, 0, .1); background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary)); } /* Menu */ .dd-menu { float: right; } .dd-menu > li { display: inline-block; } .dd-menu > li > a { position: relative; display: inline-block; color: var(--clr-menu); font-family: var(--font-content); font-weight: 500; padding: 0 10px; font-size: 1.2rem; transition: all .2s; } .dd-menu > li > a { overflow: hidden; } .dd-menu > li > a span { display: inline-block; transition: all .5s; } .dd-menu > li > a span::after { position: absolute; left: 0; content: attr(dd-text); color: var(--clr-light); font-weight: 600; } .dd-menu > li > a span::after { transform: translateY(100%); } .dd-menu > li > a:focus span, .dd-menu > li > a:hover span, .dd-menu > li > a.active span { transform: translateY(-100%); } /* Hero title */ .dd-hero__title { font-family: var(--font-title); font-weight: 700; color: var(--clr-light); font-size: 3rem; } .dd-hero__btn { position: relative; border: 2px solid var(--clr-light); border-radius: var(--radius); background: transparent; display: inline-block; padding: 10px 20px; width: 210px; font-size: 1.1rem; font-family: var(--font-title); color: var(--clr-light); font-weight: 600; cursor: pointer; transition: all .5s; } .dd-hero__btn:hover { background-color: rgba(0, 0, 0, .2); } .dd-hero__btn i { position: absolute; right: 15px; transition: all .25s; } .dd-hero__btn:hover i { right: 20px; } .dd-hero__img { position: relative; width: 475px; height: 475px; left: 0; right: 0; margin: 0 auto; margin-top: 50px; z-index: 1; } .dd-hero__img::after { position: absolute; width: 100%; height: 100%; top: 0; content: ""; left: 0; background: rgba(255, 255, 255, .2); box-shadow: 0 0 0 50px rgba(0, 0, 0, .15), 0 0 0 30px rgba(0, 0, 0, .1) inset; z-index: -1; transition: all 5s; border-radius: 50%; border-radius: 50% 100% / 100% 50%; animation: animateOverlayBox 5s infinite linear ; } @keyframes animateOverlayBox { 0%, 100% { border-radius: 50% 100% / 100% 50%; } 50% { border-radius: 100% 50% / 50% 100%; } } /* Card */ .dd-card { position: relative; background-color: rgba(255, 255, 255, .9); padding: 25px; border-radius: var(--radius); cursor: pointer; transition: all .25s ease-out; box-shadow: 0 7px 15px rgba(0, 0, 0, .15); overflow: hidden; margin: 30px; /* margin-left: 0; */ } .dd-card:hover { box-shadow: 0 10px 29px 0 rgba(0, 0, 0, .12); transform: translateY(-5px); } .dd-card::after { position: absolute; content: ""; width: 30px; height: 30px; border-radius: 50%; border: 10px solid var(--clr-primary); opacity: .5; } .dd-card.c1::after { right: -30px; top: 30px; } .dd-card.c2::after { left: 30px; bottom: -30px; } .dd-card.c3::after { right: 30px; top: -30px; } .dd-card.c4::after { left: -20px; bottom: -20px; } .dd-card__icon { width: 60px; } .icon { display: inline-block; height: 60px; width: 60px; background-image: url(../icons/feature1.svg); background-size: 60px; background-repeat: no-repeat; } /* Form elements */ .dd-link { position: relative; display: inline-block; color: var(--clr-gray); font-weight: 500; font-size: .95rem; font-family: var(--font-title); text-decoration: none; z-index: 1; } .dd-link.light { color: var(--clr-light); } .dd-link:hover { color: var(--clr-dark); } .dd-link.light:hover { color: var(--clr-light); } .dd-link::after { position: absolute; content: ""; height: 1px; width: 100%; bottom: 0; background-color: var(--clr-primary); left: 0; z-index: -1; transition: all .15s; } .dd-link:hover::after { height: 8px; } /* Typography */ .dd-title { font-family: var(--font-title); font-weight: 600; color: var(--clr-dark); } .dd-title.white { color: var(--clr-light); } .dd-txt { font-family: var(--font-content); font-weight: normal; color: var(--clr-dark); } .dd-txt-white { font-family: var(--font-content); font-weight: normal; color: var(--clr-light); margin: 0; } .dd-txt-gray { font-family: var(--font-content); font-weight: normal; color: var(--clr-gray); } .dd-heading { font-family: var(--font-title); font-weight: 700; font-size: 2rem; color: var(--clr-primary); } .dd-hero__img img { position: absolute; width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; } .dd-title__gray { font-family: var(--font-title); color: var(--clr-gray); } /* Sections */ .section { padding: 50px 0; } /* Section: Features */ .section-features { position: relative; margin-bottom: 60px; } .section-features .section-feature__content::after, .section-features .section-feature__content::before { position: absolute; content: ""; width: 400px; height: 400px; background: aliceblue; z-index: -1; } .section-features .section-feature__content::after { border-radius: 57% 68%; left: -50px; top: 120px; } .section-features .section-feature__content::before { border-radius: 68% 57%; bottom: -50px; right: -20px; } /* Section: Services */ .section-services { position: relative; background: aliceblue; } .dd-services__block { position: relative; padding: 15px; transition: all .25s ease-out; z-index: 1; } .dd-services__block:hover { transform: translateY(-5px); } .dd-services__block::after { position: absolute; content: ""; left: 0; border-radius: var(--radius); top: 75px; width: 100%; height: calc(100% - 75px); transition: all .25s ease-out; z-index: -1; } .dd-services__block:hover::after { background-color: var(--clr-light); box-shadow: 0 5px 7px rgba(0, 0, 0, .2); } .dd-service__title { font-family: var(--font-title); color: var(--clr-gray); } .dd-service__ico { width: 200px; } /* section Pricing */ .section-pricing { position: relative; overflow: hidden; } .dd-pricing__card { position: relative; width: 280px; left: 0; right: 0; margin: 0 auto; background: var(--clr-secondary); border-radius: var(--radius); padding: 20px; margin-bottom: 20px; text-align: center; transition: all .25s; cursor: pointer; overflow: hidden; } .dd-pricing__card:hover { box-shadow: 0 3px 7px rgba(0, 0, 0, .1); transform: translateY(-5px); } .dd-pricing__card.special { background: var(--clr-primary); } .dd-pricing__card--special { position: absolute; top: 20px; font-family: var(--font-title); color: var(--clr-gray); font-weight: 500; right: -30px; width: 130px; background-color: var(--clr-light); padding: 5px; transform: rotate(45deg); } .dd-pricing__title { font-family: var(--font-title); font-weight: 300; font-size: 2rem; color: var(--clr-light); } .dd-pricing__price { font-family: var(--font-title); color: var(--clr-light); font-weight: 700; font-size: 2.2rem; } .dd-pricing__list { list-style: none; padding: 0; } .dd-pricing__list li { font-family: var(--font-content); font-weight: 600; font-size: 1.1rem; padding: 10px 0; color: #fff; } .dd-pricing__btn { cursor: pointer; font-family: var(--font-title); font-weight: 600; color: #fff; background: rgba(0, 0, 0, .4); border: 0; padding: 15px 30px; outline: none; border-radius: var(--radius); transition: all .25s; } .dd-pricing__btn:hover { background: var(--clr-light); color: var(--clr-dark); } /* Section: Testimonials */ .slick-track { margin-left: 15px !important; } .slick-testimonials { margin-bottom: 50px; } .section-testimonials { position: relative; } .section-testimonials::after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: var(--clr-secondary); opacity: .3; z-index: -1; } .dd-testimonial__card { position: relative; margin-top: 50px; outline: none; } .dd-card.testimonial { margin: 50px; margin-left: 0; } .dd-testimonial__card .dd-card { padding-top: 25px; } .dd-testimonial__thumbnail { position: absolute; width: 100px; height: 100px; border-radius: var(--radius); top: -25px; left: 15px; z-index: 99; background: var(--clr-light); box-shadow: 0 5px 8px rgba(0, 0, 0, .2); } .dd-testimonial__name { position: absolute; top: 5px; left: 125px; font-family: var(--font-title); font-weight: 600; color: #4c4c4c; } .dd-testimonial__role { position: absolute; top: 25px; left: 125px; font-family: var(--font-content); font-weight: 500; color: #6c6c6c; font-size: 15px; } /* Section: contact */ .section-contact { position: relative; background-color: aliceblue; overflow: hidden; } .dd-form__group { position: relative; margin-bottom: 10px; } .dd-form__group.txtarea .dd-form__input { height: 120px; } .dd-form__group.txtarea i { top: 25px; transform: translateY(0); } .dd-form__group i { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); filter: invert(.4); z-index: 9; } .dd-form__group .dd-form__input { padding-left: 50px; } .dd-contact__panel { margin-left: 15px; } .dd-contact__map { border-radius: var(--radius); filter: invert(75%); } .dd-cotact__list { list-style: none; padding: 0; margin: 0; } .dd-cotact__list li { display: inline-block; width: 100%; font-family: var(--font-content); font-weight: 500; font-size: 1.2rem; margin-bottom: 20px; color: var(--clr-gray); } .dd-cotact__list li img { width: 20px; filter: invert(.4); } .dd-contact__newsletter { background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary)); padding: 50px; border-radius: var(--radius); } .dd-contact__social { position: relative; padding: 0; margin: 0; list-style: none; } .dd-contact__social li { display: inline-block; } .dd-contact__social li a i { font-size: 30px; margin-right: 20px; transition: all .25s; color: var(--clr-primary); } .dd-contact__social li a:hover i { color: var(--clr-secondary); transform: translateY(-5px); } .dd-contact--form__group { display: inline-block; position: relative; width: 400px; } .dd-contact--form__group i { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); z-index: 2; font-size: 1.15rem; opacity: .4; } .dd-subscribe__input { position: relative; display: inline-block; width: 100%; z-index: 1; height: 40px; background: rgba(255, 255, 255, .9); border: 1px solid var(--clr-light); padding-left: 35px; padding-right: 80px; font-family: var(--font-content); color: var(--clr-dark); font-size: 1rem; outline: none; border-radius: var(--radius); transition: all .25s ease-out; } .dd-subscribe__input:focus { background: var(--clr-light); border-color: var(--clr-light); } .dd-subscribe__input:focus + .dd-subscribe__btn { border-left: 1px solid #ccc; } .dd-subscribe__btn { position: absolute; font-family: var(--font-content); color: var(--clr-dark); font-weight: 700; height: 40px; border-radius: 0 5px 5px 0; right: 0; z-index: 3; border: 0; outline: none; cursor: pointer; background: rgba(255, 255, 255, .9); } /* Random half circles inside section */ .section-circle::before, .section-circle::after { position: absolute; content: ""; width: 40px; height: 40px; border-radius: 40px; border: 10px solid var(--clr-primary); opacity: .5; } .section-circle::before { top: -40px; left: 25%; } .section-circle::after { bottom: -40px; right: 25%; } /* input form field */ .dd-form__input { position: relative; display: inline-block; width: 100%; height: 50px; border-radius: var(--radius); padding: 20px; background-color: rgba(0, 0, 0, .05); border: 1px solid #ccc; font-family: var(--font-title); transition: all .25s ease-out; font-size: 1.2rem; font-weight: 300; outline: none; } .dd-form__input:focus { background-color: var(--clr-light); border-color: var(--clr-primary); box-shadow: 0 0 0 1px var(--clr-primary); } /* btn */ .dd-form__btn { display: inline-block; height: 50px; padding: 0 50px; background-color: var(--clr-primary); color: var(--clr-light); font-family: var(--font-title); font-weight: 600; border: 0; border-radius: var(--radius); font-size: 1.1rem; cursor: pointer; transition: all .25s ease-out; outline: none; } .dd-form__btn:hover { background-color: var(--clr-secondary); transform: translateY(-5px); box-shadow: 0 5px 7px rgba(0, 0, 0, .1); } /* Customize Slick */ .slick-arrow { position: absolute; bottom: -30px; display: inline-block; width: 40px; height: 40px; border: 0; background-repeat: no-repeat; background-position: center; background-color: var(--clr-primary); background-size: 20px 20px; border-radius: var(--radius); color: var(--clr-light); cursor: pointer; outline: none; } .slick-arrow.prev-arrow { left: 0; } .slick-arrow.next-arrow { left: 50px; } /* Footer */ .dd-footer { position: relative; padding: 25px; background-color: #2c2c2c; } .dd-footer__list { list-style: none; padding: 0; margin: 0; } .dd-footer__list li { display: inline-block; } .dd-footer__list li a { text-decoration: none; font-size: .9rem; margin-left: 15px; font-family: var(--font-title); color: #ccc; display: inline-block; transition: all .25s ease-out; } .dd-footer__list li a:hover { color: var(--clr-light); } .dd-go-top { position: absolute; left: 50%; transform: translateX(-50%); background-color: var(--clr-primary); width: 40px; height: 40px; border-radius: var(--radius); text-align: center; top: -10px; } .dd-go-top i { margin-top: 10px; font-size: 1.2rem; color: var(--clr-light); } /* Media query */ @media (min-width: 768px) and (max-width: 1200px) { .grid[class*="grid-"] { grid-template-columns: 1fr 1fr; } .dd-hero { min-height: 400px; } .dd-header, .container { width: 90%; } .dd-menu > li > a { padding: 0 5px; } .dd-hero__img { width: 300px; height: 300px; } .dd-card { margin: 10px; } } /* Small screen size */ @media (max-width: 768px) { .grid[class*="grid-"] { grid-template-columns: 1fr; } .container { width: calc(100% - 30px); margin: 0 auto; } /* Menu */ .dd-header { width: calc(100% - 30px); padding: 10px 0; } .dd-header .dd-header__bar { position: absolute; width: 30px; height: 20px; cursor: pointer; right: 0; top: 15px; display: inline-block; transition: all .25s; -webkit-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .dd-header.sticky .dd-header__bar { right: 15px; } .dd-header__bar span { position: absolute; display: inline-block; width: 100%; height: 2px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1); background-color: var(--clr-light); transition: all .25s ease-out; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .dd-header__bar span:first-child { top: 0; transform-origin: top left; } .dd-header__bar span:nth-child(2) { top: 50%; } .dd-header__bar span:last-child { top: 20px; transform-origin: bottom left; } .dd-header__bar.active span:first-child { transform: rotate(45deg); } .dd-header__bar.active span:nth-child(2) { display: none; } .dd-header__bar.active span:last-child { transform: rotate(-45deg); } .dd-header.sticky { padding: 12px 20px; } .dd-header .dd-menu { border-radius: 5px; -webkit-user-select: none; -ms-user-select: none; user-select: none; background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary)); } .dd-header.sticky .dd-menu { background: transparent; } .dd-logo { position: relative; } .dd-menu { width: 100%; margin: 0; float: left; padding: 0; padding-top: 15px; display: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .dd-menu li { width: 100%; margin: 7px 0; } /* Hero */ .dd-hero { height: 70vh; min-height: 400px; margin-bottom: 20px; } .dd-hero::after { transform: scale(1); height: 80vh; border-radius: 0 0 15% 15%; } .dd-hero__title { margin-top: 50px; font-size: 2.3rem; } .dd-hero__img { width: 225px; height: 225px; } .dd-card { margin: 0; margin-bottom: 20px; padding: 15px; } .dd-contact__newsletter { padding: 20px; } .dd-contact--form__group { width: 100%; } .dd-card.testimonial { margin: 50px 30px; margin-left: 0; } .dd-pricing__card { width: 85%; } .dd-contact__panel { margin-left: 0; } .d-text-right, .d-text-left { text-align: center; } } @media (max-height: 800px) { .dd-hero { height: 80vh; } .dd-hero__img { width: 400px; height: 400px; } }
css/style.css
:root { --font-title: 'Rubik', sans-serif; --font-content: 'Karla', sans-serif; --clr-primary: #F77DD0; --clr-secondary: #FBD999; --clr-light: #fff; --clr-dark: #4c4c4c; --clr-gray: #6c6c6c; --clr-menu: #4c4c4c; --radius: 5px; } * { box-sizing: border-box; } html, body { margin: 0; } body { overflow-x: hidden; } .clearfix::after { content: ""; clear: both; display: table; } .container { position: relative; width: 80%; max-width: 1250px; margin: 0 auto; } .w100v { width: 100vw; } .w100 { width: 100%; } .h100v { height: 100vh; } .h100 { height: 100%; } .p0 { margin: 0 !important; } .m0 { margin: 0 !important; } .float-left { float: left; } .float-right { float: right; } .text-left { text-align: left; } .text-right { text-align: right; } .d-text-right { text-align: right; } /* Grid */ .grid { display: grid; grid-template-columns: 1fr; } .grid.gutter { column-gap: 15px; } .grid.grid-2 { grid-template-columns: repeat(2, 1fr); } .grid.grid-3 { grid-template-columns: repeat(3, 1fr); } .grid.grid-4 { grid-template-columns: repeat(4, 1fr); } .grid.grid-5 { grid-template-columns: repeat(5, 1fr); } .grid.grid-6 { grid-template-columns: repeat(6, 1fr); } /* Grid portion (1:3 & 2:3 row) */ .grid.grid-1-2 { grid-template-columns: 1fr 2fr; } /* 2:1 */ .grid.grid-2-1 { grid-template-columns: 2fr 1fr; } /* Alignment and positions */ .items-center { align-items: center; } .text-center { text-align: center; } /* Hero Section */ .dd-hero { position: relative; height: 70vh; margin-bottom: 70px; } .dd-hero::after { position: absolute; content: ""; width: 100%; height: 100%; top: 0; z-index: -1; transform: scale(1.25); background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary)); border-radius: 0 0 50% 50%; } /* Logo */ .dd-logo { position: absolute; top: 50%; transform: translateY(-50%); margin: 0; font-size: 1.5rem; text-decoration: none; font-family: var(--font-title); font-weight: 800; color: var(--clr-light); } /* Header & Menu */ .dd-header { position: fixed; width: 80%; margin: 0 auto; left: 0; right: 0; max-width: 1250px; padding: 5px 0; border-radius: 10px; z-index: 99; transition: all .5s ease; padding: 0 0; } .dd-header.sticky { top: 10px; padding: 0 20px; box-shadow: 0 2px 7px rgba(0, 0, 0, .1); background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary)); } /* Menu */ .dd-menu { float: right; } .dd-menu > li { display: inline-block; } .dd-menu > li > a { position: relative; display: inline-block; color: var(--clr-menu); font-family: var(--font-content); font-weight: 500; padding: 0 10px; font-size: 1.2rem; transition: all .2s; } .dd-menu > li > a { overflow: hidden; } .dd-menu > li > a span { display: inline-block; transition: all .5s; } .dd-menu > li > a span::after { position: absolute; left: 0; content: attr(dd-text); color: var(--clr-light); font-weight: 600; } .dd-menu > li > a span::after { transform: translateY(100%); } .dd-menu > li > a:focus span, .dd-menu > li > a:hover span, .dd-menu > li > a.active span { transform: translateY(-100%); } /* Hero title */ .dd-hero__title { font-family: var(--font-title); font-weight: 700; color: var(--clr-light); font-size: 3rem; } .dd-hero__btn { position: relative; border: 2px solid var(--clr-light); border-radius: var(--radius); background: transparent; display: inline-block; padding: 10px 20px; width: 210px; font-size: 1.1rem; font-family: var(--font-title); color: var(--clr-light); font-weight: 600; cursor: pointer; transition: all .5s; } .dd-hero__btn:hover { background-color: rgba(0, 0, 0, .2); } .dd-hero__btn i { position: absolute; right: 15px; transition: all .25s; } .dd-hero__btn:hover i { right: 20px; } .dd-hero__img { position: relative; width: 475px; height: 475px; left: 0; right: 0; margin: 0 auto; margin-top: 50px; z-index: 1; } .dd-hero__img::after { position: absolute; width: 100%; height: 100%; top: 0; content: ""; left: 0; background: rgba(255, 255, 255, .2); box-shadow: 0 0 0 50px rgba(0, 0, 0, .15), 0 0 0 30px rgba(0, 0, 0, .1) inset; z-index: -1; transition: all 5s; border-radius: 50%; border-radius: 50% 100% / 100% 50%; animation: animateOverlayBox 5s infinite linear ; } @keyframes animateOverlayBox { 0%, 100% { border-radius: 50% 100% / 100% 50%; } 50% { border-radius: 100% 50% / 50% 100%; } } /* Card */ .dd-card { position: relative; background-color: rgba(255, 255, 255, .9); padding: 25px; border-radius: var(--radius); cursor: pointer; transition: all .25s ease-out; box-shadow: 0 7px 15px rgba(0, 0, 0, .15); overflow: hidden; margin: 30px; /* margin-left: 0; */ } .dd-card:hover { box-shadow: 0 10px 29px 0 rgba(0, 0, 0, .12); transform: translateY(-5px); } .dd-card::after { position: absolute; content: ""; width: 30px; height: 30px; border-radius: 50%; border: 10px solid var(--clr-primary); opacity: .5; } .dd-card.c1::after { right: -30px; top: 30px; } .dd-card.c2::after { left: 30px; bottom: -30px; } .dd-card.c3::after { right: 30px; top: -30px; } .dd-card.c4::after { left: -20px; bottom: -20px; } .dd-card__icon { width: 60px; } .icon { display: inline-block; height: 60px; width: 60px; background-image: url(../icons/feature1.svg); background-size: 60px; background-repeat: no-repeat; } /* Form elements */ .dd-link { position: relative; display: inline-block; color: var(--clr-gray); font-weight: 500; font-size: .95rem; font-family: var(--font-title); text-decoration: none; z-index: 1; } .dd-link.light { color: var(--clr-light); } .dd-link:hover { color: var(--clr-dark); } .dd-link.light:hover { color: var(--clr-light); } .dd-link::after { position: absolute; content: ""; height: 1px; width: 100%; bottom: 0; background-color: var(--clr-primary); left: 0; z-index: -1; transition: all .15s; } .dd-link:hover::after { height: 8px; } /* Typography */ .dd-title { font-family: var(--font-title); font-weight: 600; color: var(--clr-dark); } .dd-title.white { color: var(--clr-light); } .dd-txt { font-family: var(--font-content); font-weight: normal; color: var(--clr-dark); } .dd-txt-white { font-family: var(--font-content); font-weight: normal; color: var(--clr-light); margin: 0; } .dd-txt-gray { font-family: var(--font-content); font-weight: normal; color: var(--clr-gray); } .dd-heading { font-family: var(--font-title); font-weight: 700; font-size: 2rem; color: var(--clr-primary); } .dd-hero__img img { position: absolute; width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; } .dd-title__gray { font-family: var(--font-title); color: var(--clr-gray); } /* Sections */ .section { padding: 50px 0; } /* Section: Features */ .section-features { position: relative; margin-bottom: 60px; } .section-features .section-feature__content::after, .section-features .section-feature__content::before { position: absolute; content: ""; width: 400px; height: 400px; background: aliceblue; z-index: -1; } .section-features .section-feature__content::after { border-radius: 57% 68%; left: -50px; top: 120px; } .section-features .section-feature__content::before { border-radius: 68% 57%; bottom: -50px; right: -20px; } /* Section: Services */ .section-services { position: relative; background: aliceblue; } .dd-services__block { position: relative; padding: 15px; transition: all .25s ease-out; z-index: 1; } .dd-services__block:hover { transform: translateY(-5px); } .dd-services__block::after { position: absolute; content: ""; left: 0; border-radius: var(--radius); top: 75px; width: 100%; height: calc(100% - 75px); transition: all .25s ease-out; z-index: -1; } .dd-services__block:hover::after { background-color: var(--clr-light); box-shadow: 0 5px 7px rgba(0, 0, 0, .2); } .dd-service__title { font-family: var(--font-title); color: var(--clr-gray); } .dd-service__ico { width: 200px; } /* section Pricing */ .section-pricing { position: relative; overflow: hidden; } .dd-pricing__card { position: relative; width: 280px; left: 0; right: 0; margin: 0 auto; background: var(--clr-secondary); border-radius: var(--radius); padding: 20px; margin-bottom: 20px; text-align: center; transition: all .25s; cursor: pointer; overflow: hidden; } .dd-pricing__card:hover { box-shadow: 0 3px 7px rgba(0, 0, 0, .1); transform: translateY(-5px); } .dd-pricing__card.special { background: var(--clr-primary); } .dd-pricing__card--special { position: absolute; top: 20px; font-family: var(--font-title); color: var(--clr-gray); font-weight: 500; right: -30px; width: 130px; background-color: var(--clr-light); padding: 5px; transform: rotate(45deg); } .dd-pricing__title { font-family: var(--font-title); font-weight: 300; font-size: 2rem; color: var(--clr-light); } .dd-pricing__price { font-family: var(--font-title); color: var(--clr-light); font-weight: 700; font-size: 2.2rem; } .dd-pricing__list { list-style: none; padding: 0; } .dd-pricing__list li { font-family: var(--font-content); font-weight: 600; font-size: 1.1rem; padding: 10px 0; color: #fff; } .dd-pricing__btn { cursor: pointer; font-family: var(--font-title); font-weight: 600; color: #fff; background: rgba(0, 0, 0, .4); border: 0; padding: 15px 30px; outline: none; border-radius: var(--radius); transition: all .25s; } .dd-pricing__btn:hover { background: var(--clr-light); color: var(--clr-dark); } /* Section: Testimonials */ .slick-track { margin-left: 15px !important; } .slick-testimonials { margin-bottom: 50px; } .section-testimonials { position: relative; } .section-testimonials::after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: var(--clr-secondary); opacity: .3; z-index: -1; } .dd-testimonial__card { position: relative; margin-top: 50px; outline: none; } .dd-card.testimonial { margin: 50px; margin-left: 0; } .dd-testimonial__card .dd-card { padding-top: 25px; } .dd-testimonial__thumbnail { position: absolute; width: 100px; height: 100px; border-radius: var(--radius); top: -25px; left: 15px; z-index: 99; background: var(--clr-light); box-shadow: 0 5px 8px rgba(0, 0, 0, .2); } .dd-testimonial__name { position: absolute; top: 5px; left: 125px; font-family: var(--font-title); font-weight: 600; color: #4c4c4c; } .dd-testimonial__role { position: absolute; top: 25px; left: 125px; font-family: var(--font-content); font-weight: 500; color: #6c6c6c; font-size: 15px; } /* Section: contact */ .section-contact { position: relative; background-color: aliceblue; overflow: hidden; } .dd-form__group { position: relative; margin-bottom: 10px; } .dd-form__group.txtarea .dd-form__input { height: 120px; } .dd-form__group.txtarea i { top: 25px; transform: translateY(0); } .dd-form__group i { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); filter: invert(.4); z-index: 9; } .dd-form__group .dd-form__input { padding-left: 50px; } .dd-contact__panel { margin-left: 15px; } .dd-contact__map { border-radius: var(--radius); filter: invert(75%); } .dd-cotact__list { list-style: none; padding: 0; margin: 0; } .dd-cotact__list li { display: inline-block; width: 100%; font-family: var(--font-content); font-weight: 500; font-size: 1.2rem; margin-bottom: 20px; color: var(--clr-gray); } .dd-cotact__list li img { width: 20px; filter: invert(.4); } .dd-contact__newsletter { background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary)); padding: 50px; border-radius: var(--radius); } .dd-contact__social { position: relative; padding: 0; margin: 0; list-style: none; } .dd-contact__social li { display: inline-block; } .dd-contact__social li a i { font-size: 30px; margin-right: 20px; transition: all .25s; color: var(--clr-primary); } .dd-contact__social li a:hover i { color: var(--clr-secondary); transform: translateY(-5px); } .dd-contact--form__group { display: inline-block; position: relative; width: 400px; } .dd-contact--form__group i { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); z-index: 2; font-size: 1.15rem; opacity: .4; } .dd-subscribe__input { position: relative; display: inline-block; width: 100%; z-index: 1; height: 40px; background: rgba(255, 255, 255, .9); border: 1px solid var(--clr-light); padding-left: 35px; padding-right: 80px; font-family: var(--font-content); color: var(--clr-dark); font-size: 1rem; outline: none; border-radius: var(--radius); transition: all .25s ease-out; } .dd-subscribe__input:focus { background: var(--clr-light); border-color: var(--clr-light); } .dd-subscribe__input:focus + .dd-subscribe__btn { border-left: 1px solid #ccc; } .dd-subscribe__btn { position: absolute; font-family: var(--font-content); color: var(--clr-dark); font-weight: 700; height: 40px; border-radius: 0 5px 5px 0; right: 0; z-index: 3; border: 0; outline: none; cursor: pointer; background: rgba(255, 255, 255, .9); } /* Random half circles inside section */ .section-circle::before, .section-circle::after { position: absolute; content: ""; width: 40px; height: 40px; border-radius: 40px; border: 10px solid var(--clr-primary); opacity: .5; } .section-circle::before { top: -40px; left: 25%; } .section-circle::after { bottom: -40px; right: 25%; } /* input form field */ .dd-form__input { position: relative; display: inline-block; width: 100%; height: 50px; border-radius: var(--radius); padding: 20px; background-color: rgba(0, 0, 0, .05); border: 1px solid #ccc; font-family: var(--font-title); transition: all .25s ease-out; font-size: 1.2rem; font-weight: 300; outline: none; } .dd-form__input:focus { background-color: var(--clr-light); border-color: var(--clr-primary); box-shadow: 0 0 0 1px var(--clr-primary); } /* btn */ .dd-form__btn { display: inline-block; height: 50px; padding: 0 50px; background-color: var(--clr-primary); color: var(--clr-light); font-family: var(--font-title); font-weight: 600; border: 0; border-radius: var(--radius); font-size: 1.1rem; cursor: pointer; transition: all .25s ease-out; outline: none; } .dd-form__btn:hover { background-color: var(--clr-secondary); transform: translateY(-5px); box-shadow: 0 5px 7px rgba(0, 0, 0, .1); } /* Customize Slick */ .slick-arrow { position: absolute; bottom: -30px; display: inline-block; width: 40px; height: 40px; border: 0; background-repeat: no-repeat; background-position: center; background-color: var(--clr-primary); background-size: 20px 20px; border-radius: var(--radius); color: var(--clr-light); cursor: pointer; outline: none; } .slick-arrow.prev-arrow { left: 0; } .slick-arrow.next-arrow { left: 50px; } /* Footer */ .dd-footer { position: relative; padding: 25px; background-color: #2c2c2c; } .dd-footer__list { list-style: none; padding: 0; margin: 0; } .dd-footer__list li { display: inline-block; } .dd-footer__list li a { text-decoration: none; font-size: .9rem; margin-left: 15px; font-family: var(--font-title); color: #ccc; display: inline-block; transition: all .25s ease-out; } .dd-footer__list li a:hover { color: var(--clr-light); } .dd-go-top { position: absolute; left: 50%; transform: translateX(-50%); background-color: var(--clr-primary); width: 40px; height: 40px; border-radius: var(--radius); text-align: center; top: -10px; } .dd-go-top i { margin-top: 10px; font-size: 1.2rem; color: var(--clr-light); } /* Media query */ @media (min-width: 768px) and (max-width: 1200px) { .grid[class*="grid-"] { grid-template-columns: 1fr 1fr; } .dd-hero { min-height: 400px; } .dd-header, .container { width: 90%; } .dd-menu > li > a { padding: 0 5px; } .dd-hero__img { width: 300px; height: 300px; } .dd-card { margin: 10px; } } /* Small screen size */ @media (max-width: 768px) { .grid[class*="grid-"] { grid-template-columns: 1fr; } .container { width: calc(100% - 30px); margin: 0 auto; } /* Menu */ .dd-header { width: calc(100% - 30px); padding: 10px 0; } .dd-header .dd-header__bar { position: absolute; width: 30px; height: 20px; cursor: pointer; right: 0; top: 15px; display: inline-block; transition: all .25s; -webkit-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .dd-header.sticky .dd-header__bar { right: 15px; } .dd-header__bar span { position: absolute; display: inline-block; width: 100%; height: 2px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1); background-color: var(--clr-light); transition: all .25s ease-out; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .dd-header__bar span:first-child { top: 0; transform-origin: top left; } .dd-header__bar span:nth-child(2) { top: 50%; } .dd-header__bar span:last-child { top: 20px; transform-origin: bottom left; } .dd-header__bar.active span:first-child { transform: rotate(45deg); } .dd-header__bar.active span:nth-child(2) { display: none; } .dd-header__bar.active span:last-child { transform: rotate(-45deg); } .dd-header.sticky { padding: 12px 20px; } .dd-header .dd-menu { border-radius: 5px; -webkit-user-select: none; -ms-user-select: none; user-select: none; background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary)); } .dd-header.sticky .dd-menu { background: transparent; } .dd-logo { position: relative; } .dd-menu { width: 100%; margin: 0; float: left; padding: 0; padding-top: 15px; display: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .dd-menu li { width: 100%; margin: 7px 0; } /* Hero */ .dd-hero { height: 70vh; min-height: 400px; margin-bottom: 20px; } .dd-hero::after { transform: scale(1); height: 80vh; border-radius: 0 0 15% 15%; } .dd-hero__title { margin-top: 50px; font-size: 2.3rem; } .dd-hero__img { width: 225px; height: 225px; } .dd-card { margin: 0; margin-bottom: 20px; padding: 15px; } .dd-contact__newsletter { padding: 20px; } .dd-contact--form__group { width: 100%; } .dd-card.testimonial { margin: 50px 30px; margin-left: 0; } .dd-pricing__card { width: 85%; } .dd-contact__panel { margin-left: 0; } .d-text-right, .d-text-left { text-align: center; } } @media (max-height: 800px) { .dd-hero { height: 80vh; } .dd-hero__img { width: 400px; height: 400px; } }
0.483405
0.178043
.feedget-container { background-color:#eeeeee; font-family:Calibri; text-align:center; line-height:14px; } /* ==== Error message ==== */ .feedget-error { font-size:12px; } /* ==== Header ==== */ .feedget-header-container { margin:0; background-color:#333333; color:#ffffff; height:42px; text-align: left; overflow:hidden; } .feedget-header-title { font-size:14px; font-weight:700; display:block; padding-top:5px; padding-left:5px; width:73%; line-height:17px; } .feedget-header-description { font-size:12px; display:block; padding-top:1px; padding-left:5px; line-height:17px; } .vertical .feedget-header-description { width:73%; } .horizontal .feedget-header-description { width:90%; } .feedget-header-container div.left.arrow { position:absolute; top:9px; right:35px; width:25px; height:25px; } .feedget-header-container div.right.arrow { position:absolute; top:9px; right:5px; width:25px; height:25px; } .feedget-header-container div.up.arrow { position:absolute; top:9px; right:35px; width:25px; height:25px; } .feedget-header-container div.down.arrow { position:absolute; top:9px; right:5px; width:25px; height:25px; } /* ==== Loader ==== */ .feedget-loading { margin-top: 10px; } /* ==== Element ==== */ .feedget-elements-container { padding:5px; } .feedget-element { padding:5px; border:thin solid #555555; background-color:#ffffff; overflow:hidden; text-align:center; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } .feedget-element.over { background-color:#dddddd; } .feedget-element-title a { font-size:13px; font-weight:700; color:#CE0000!important; display:block; text-decoration:none; } .feedget-element-title a:hover { text-decoration:underline; } .feedget-element-date { font-size: 9px; color:#666666; display:block; margin-bottom:5px; } .feedget-element-text { font-size:10px; display:block; } .horizontal .feedget-element{ float:left; display:block; width:246px; margin-right:5px; position:relative; } .horizontal .feedget-element:last-child { margin-right:0!important; } .horizontal .feedget-element span { text-align:left; } .vertical .feedget-element { margin-bottom:5px; } .vertical .feedget-element:last-child { margin-bottom:0!important; } .vertical .feedget-element span { text-align:left; } /* ==== Social buttons ==== */ .feedget-element-social { margin: 10px 0 0 0; text-align:center; width:100%; } .horizontal .feedget-element-social { position:absolute; bottom:5px; } .feedget-element-facebook { display:inline; } .feedget-element-twitter { display:inline; } .feedget-element-facebook iframe { width:100px!important; } .feedget-element-twitter iframe { width:100px!important; } .feedget-element-image { max-width:80%!important; border:none; } /* ==== Scroll Bars ==== */ .feedget-body-container::-webkit-scrollbar { width: 10px; height: 10px; } .feedget-body-container::-webkit-scrollbar-track { margin: 10px 3px 10px 3px; -webkit-box-shadow: inset 0 0 6px rgba(125,125,125,0.3); -webkit-border-radius: 10px; border-radius: 10px; } .feedget-body-container::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(125,125,125,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } .feedget-body-container::-webkit-scrollbar-thumb:window-inactive { background: rgba(125,125,125,0.4); }
css/feedget.css
.feedget-container { background-color:#eeeeee; font-family:Calibri; text-align:center; line-height:14px; } /* ==== Error message ==== */ .feedget-error { font-size:12px; } /* ==== Header ==== */ .feedget-header-container { margin:0; background-color:#333333; color:#ffffff; height:42px; text-align: left; overflow:hidden; } .feedget-header-title { font-size:14px; font-weight:700; display:block; padding-top:5px; padding-left:5px; width:73%; line-height:17px; } .feedget-header-description { font-size:12px; display:block; padding-top:1px; padding-left:5px; line-height:17px; } .vertical .feedget-header-description { width:73%; } .horizontal .feedget-header-description { width:90%; } .feedget-header-container div.left.arrow { position:absolute; top:9px; right:35px; width:25px; height:25px; } .feedget-header-container div.right.arrow { position:absolute; top:9px; right:5px; width:25px; height:25px; } .feedget-header-container div.up.arrow { position:absolute; top:9px; right:35px; width:25px; height:25px; } .feedget-header-container div.down.arrow { position:absolute; top:9px; right:5px; width:25px; height:25px; } /* ==== Loader ==== */ .feedget-loading { margin-top: 10px; } /* ==== Element ==== */ .feedget-elements-container { padding:5px; } .feedget-element { padding:5px; border:thin solid #555555; background-color:#ffffff; overflow:hidden; text-align:center; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } .feedget-element.over { background-color:#dddddd; } .feedget-element-title a { font-size:13px; font-weight:700; color:#CE0000!important; display:block; text-decoration:none; } .feedget-element-title a:hover { text-decoration:underline; } .feedget-element-date { font-size: 9px; color:#666666; display:block; margin-bottom:5px; } .feedget-element-text { font-size:10px; display:block; } .horizontal .feedget-element{ float:left; display:block; width:246px; margin-right:5px; position:relative; } .horizontal .feedget-element:last-child { margin-right:0!important; } .horizontal .feedget-element span { text-align:left; } .vertical .feedget-element { margin-bottom:5px; } .vertical .feedget-element:last-child { margin-bottom:0!important; } .vertical .feedget-element span { text-align:left; } /* ==== Social buttons ==== */ .feedget-element-social { margin: 10px 0 0 0; text-align:center; width:100%; } .horizontal .feedget-element-social { position:absolute; bottom:5px; } .feedget-element-facebook { display:inline; } .feedget-element-twitter { display:inline; } .feedget-element-facebook iframe { width:100px!important; } .feedget-element-twitter iframe { width:100px!important; } .feedget-element-image { max-width:80%!important; border:none; } /* ==== Scroll Bars ==== */ .feedget-body-container::-webkit-scrollbar { width: 10px; height: 10px; } .feedget-body-container::-webkit-scrollbar-track { margin: 10px 3px 10px 3px; -webkit-box-shadow: inset 0 0 6px rgba(125,125,125,0.3); -webkit-border-radius: 10px; border-radius: 10px; } .feedget-body-container::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(125,125,125,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } .feedget-body-container::-webkit-scrollbar-thumb:window-inactive { background: rgba(125,125,125,0.4); }
0.256646
0.049131
@import url(bootstrap.css); /* custom font */ @import url(http://fonts.googleapis.com/css?family=Droid+Sans|Cabin:400,700|Chivo); /* Override some defaults */ html, body { font-family: 'Droid Sans', arial, sans-serif; background-color: #eee; } body { padding-top: 60px; /* 40px to make the container go all the way to the bottom of the topbar */ } h1, h2, h3, h4, h5, h6 { color: #000; } h1, h2 { font-family: 'Cabin', Helvetica, Arial, sans-serif; font-weight: bold; } h2 { font-size: 26px; margin-bottom: 10px; border-bottom: 4px solid #ddd; } h3 { border-bottom: 2px solid #ddd; } h3, h4, h5, h6 { font-family: 'Chivo', Helvetica, Arial, sans-serif; font-weight: bold; } .container { margin-bottom: 50px; } /* The white background content wrapper */ #page_content { background-color: #fff; padding: 20px; padding-bottom: 40px; margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */ -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } #page_main p { font-size: 16px; line-height: 1.5em; } /* Page header tweaks */ #page_head { background-color: #e2550e; border-bottom: 3px solid #E49B26; padding: 20px 20px 10px; margin: -20px -20px 0; } #page_head h1 { color: #fff; margin: 0; font-size: 34px; } #topnav { margin: 0 -6px; border-radius: 0; } #page_main h1, #page_main h2, #page_main h3, #page_main h4, #page_main h5, #page_main h6 { color: #000; margin-top: 20px; } /* page footer */ #page_foot { background-color: #ddd; border-top: 1px solid #bbb; border-bottom: 1px solid #39414D; padding: 20px 20px 10px; margin: -20px -20px 20px; } .left { text-align: left; } .right { text-align: right; } /* Syntax highlighting stolen from hexo.js webiste */ pre, code { font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace; color: #4d4d4c; background: #eee; font-size: 13px; } code { -webkit-border-radius: 2px; border-radius: 2px; border: 1px solid #ddd; padding: 0 5px; } pre { padding: 10px 15px; line-height: 22px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #ddd; } pre code { border: none; display: block; padding: 0; } .highlight { background: #eee; border: 1px solid #ddd; -webkit-border-radius: 4px; border-radius: 4px; padding: 10px 15px; color: #4d4d4c; overflow: auto; margin: 0; } .highlight figcaption { zoom: 1; margin: -5px 0 5px; font-size: 0.9em; color: #999; } .highlight figcaption:before, .highlight figcaption:after { content: ""; display: table; } .highlight figcaption:after { clear: both; } .highlight figcaption a { float: right; } .highlight pre { padding: 0; border: none; background: none; } pre .comment, pre .title { color: #8e908c; } pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { color: #c82829; } pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { color: #f5871f; } pre .class, pre .ruby .class .title, pre .css .rules .attribute { color: #718c00; } pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { color: #718c00; } pre .css .hexcolor { color: #3e999f; } pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { color: #4271ae; } pre .keyword, pre .javascript .function { color: #8959a8; } .highlight .gutter { display: none; }
source/stylesheets/app.css
@import url(bootstrap.css); /* custom font */ @import url(http://fonts.googleapis.com/css?family=Droid+Sans|Cabin:400,700|Chivo); /* Override some defaults */ html, body { font-family: 'Droid Sans', arial, sans-serif; background-color: #eee; } body { padding-top: 60px; /* 40px to make the container go all the way to the bottom of the topbar */ } h1, h2, h3, h4, h5, h6 { color: #000; } h1, h2 { font-family: 'Cabin', Helvetica, Arial, sans-serif; font-weight: bold; } h2 { font-size: 26px; margin-bottom: 10px; border-bottom: 4px solid #ddd; } h3 { border-bottom: 2px solid #ddd; } h3, h4, h5, h6 { font-family: 'Chivo', Helvetica, Arial, sans-serif; font-weight: bold; } .container { margin-bottom: 50px; } /* The white background content wrapper */ #page_content { background-color: #fff; padding: 20px; padding-bottom: 40px; margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */ -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } #page_main p { font-size: 16px; line-height: 1.5em; } /* Page header tweaks */ #page_head { background-color: #e2550e; border-bottom: 3px solid #E49B26; padding: 20px 20px 10px; margin: -20px -20px 0; } #page_head h1 { color: #fff; margin: 0; font-size: 34px; } #topnav { margin: 0 -6px; border-radius: 0; } #page_main h1, #page_main h2, #page_main h3, #page_main h4, #page_main h5, #page_main h6 { color: #000; margin-top: 20px; } /* page footer */ #page_foot { background-color: #ddd; border-top: 1px solid #bbb; border-bottom: 1px solid #39414D; padding: 20px 20px 10px; margin: -20px -20px 20px; } .left { text-align: left; } .right { text-align: right; } /* Syntax highlighting stolen from hexo.js webiste */ pre, code { font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace; color: #4d4d4c; background: #eee; font-size: 13px; } code { -webkit-border-radius: 2px; border-radius: 2px; border: 1px solid #ddd; padding: 0 5px; } pre { padding: 10px 15px; line-height: 22px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #ddd; } pre code { border: none; display: block; padding: 0; } .highlight { background: #eee; border: 1px solid #ddd; -webkit-border-radius: 4px; border-radius: 4px; padding: 10px 15px; color: #4d4d4c; overflow: auto; margin: 0; } .highlight figcaption { zoom: 1; margin: -5px 0 5px; font-size: 0.9em; color: #999; } .highlight figcaption:before, .highlight figcaption:after { content: ""; display: table; } .highlight figcaption:after { clear: both; } .highlight figcaption a { float: right; } .highlight pre { padding: 0; border: none; background: none; } pre .comment, pre .title { color: #8e908c; } pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { color: #c82829; } pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { color: #f5871f; } pre .class, pre .ruby .class .title, pre .css .rules .attribute { color: #718c00; } pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { color: #718c00; } pre .css .hexcolor { color: #3e999f; } pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { color: #4271ae; } pre .keyword, pre .javascript .function { color: #8959a8; } .highlight .gutter { display: none; }
0.240596
0.066751
@CHARSET "UTF-8"; /**************************************************************************************/ /********************************* pure customize css *********************************/ /**************************************************************************************/ * {font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;} a {text-decoration: none;} header {border-bottom: 0 !important;} header h1, header h2, header h3 {margin: 0 auto !important;white-space: normal !important;word-break: break-all;} header h1 {box-shadow: 0 1px 3px 1px #111;} footer {border-top:0 !important;padding:0 !important;} footer h4 {margin: 0 !important;box-shadow: 0 -1px 3px 1px #111;} #welcome-page .logo-wrap img {display: block;border:0;margin:auto;} #welcome-page .logo-wrap {margin-top: 3em;} #welcome-page .logo-wrap div {width: 49%;text-align: center;display: inline-block;} #welcome-page .start-btn-wrap {position: absolute;bottom: 6em;width:100%;} #welcome-page .start-btn-wrap #start-btn {width:60%;margin: auto;} .bigtitle {text-align:center;margin-top:1em;font-size: 16px;font-weight: normal;} #questionnaire-description, .fail-description {padding: 1em 1.5em;word-break:break-all;font-size: 14px !important;font-weight: normal;} .question-page {padding-top: 66px !important;} .question-page .tool-box-wrap {padding-top: 2px;} .question-page .tool-box {margin: 0 12px;position: relative;} .question-page .tool-box .question-count {width: 18px;height: 22px;line-height: 22px;padding: 0;left: 1px;font-family: cursive;font-weight: normal;margin: 0;position: absolute;top:3px;} .question-page .tool-box .ui-flipswitch {float: right;margin-top: 3px;} .question-page .tool-box .ui-slider {margin: 0 7em 0 3em;} .question-page .tool-box .ui-slider input {display: none;} .question-page .tool-box .ui-slider .ui-slider-track {border:0;margin:0;height: 4px;top: 12px;} .question-page .tool-box .ui-slider .ui-slider-track .ui-slider-handle {font-size: 12px;width: 12px;height: 12px;line-height: 12px;font-weight: lighter;font-family: cursive;margin-top: -7px;text-overflow: initial;} .question-page .content {padding: 0.1em;} .question-page .content form {position: relative;} .question-page .content form .question-index {z-index: 9;color: white !important;position: relative;display: block;text-indent: 0;font-size: 0.5em;line-height: 1;margin: 10px 0 0;} .question-page .content form h3 {white-space: normal;word-wrap: break-word;word-break: break-all;clear:none;position: relative;left: -1em;padding: 0.4em 0.1em;margin: 0.8em 0;font-size: 14px;font-weight: normal;} .question-page .content form > .ui-btn {float: left;margin: 0 1.1em 0 0;} .question-page .content form textarea {height: 13em !important;background: #fff;color: #262626 !important;border: 1px solid #d5d5d5;box-shadow: none;} .question-page .content .signimage {box-sizing: border-box;width: 100%;padding: 0.5em;} .question-page .content .warn-fillin {margin: 0 1em 2em;color: red !important;font-style: italic;display: none;} #success-page {padding-top: 45px !important;} #success-page .score {text-align: right;padding-right: 0.5em;color: orange !important;font-size: 2em;margin-top: 2em;} #check-page > .content {padding-top: 0;} #check-page .ui-collapsible .ui-bar-a {border: 0;} #check-page #toolbox {position: fixed;bottom: 10em;right: 0.8em;z-index: 9;} #compare-page #toolbox {position: fixed;bottom: 10em;right: 0.8em;z-index: 9;} #compare-page .ui-collapsible-heading {border: 0;} #compare-page .score-note {margin: 0 2em;font-style: italic;color: orange;} #compare-result, #review-btn, .close-app {display: block;width: 60%;} .ui-dialog .content .ui-btn {margin: 2em auto 0;} .question-page .content form .multioption textarea, .multioption textarea {width: 88%;float: right;display: none;height:5em !important;}
Public/Css/Weixin-default.css
@CHARSET "UTF-8"; /**************************************************************************************/ /********************************* pure customize css *********************************/ /**************************************************************************************/ * {font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;} a {text-decoration: none;} header {border-bottom: 0 !important;} header h1, header h2, header h3 {margin: 0 auto !important;white-space: normal !important;word-break: break-all;} header h1 {box-shadow: 0 1px 3px 1px #111;} footer {border-top:0 !important;padding:0 !important;} footer h4 {margin: 0 !important;box-shadow: 0 -1px 3px 1px #111;} #welcome-page .logo-wrap img {display: block;border:0;margin:auto;} #welcome-page .logo-wrap {margin-top: 3em;} #welcome-page .logo-wrap div {width: 49%;text-align: center;display: inline-block;} #welcome-page .start-btn-wrap {position: absolute;bottom: 6em;width:100%;} #welcome-page .start-btn-wrap #start-btn {width:60%;margin: auto;} .bigtitle {text-align:center;margin-top:1em;font-size: 16px;font-weight: normal;} #questionnaire-description, .fail-description {padding: 1em 1.5em;word-break:break-all;font-size: 14px !important;font-weight: normal;} .question-page {padding-top: 66px !important;} .question-page .tool-box-wrap {padding-top: 2px;} .question-page .tool-box {margin: 0 12px;position: relative;} .question-page .tool-box .question-count {width: 18px;height: 22px;line-height: 22px;padding: 0;left: 1px;font-family: cursive;font-weight: normal;margin: 0;position: absolute;top:3px;} .question-page .tool-box .ui-flipswitch {float: right;margin-top: 3px;} .question-page .tool-box .ui-slider {margin: 0 7em 0 3em;} .question-page .tool-box .ui-slider input {display: none;} .question-page .tool-box .ui-slider .ui-slider-track {border:0;margin:0;height: 4px;top: 12px;} .question-page .tool-box .ui-slider .ui-slider-track .ui-slider-handle {font-size: 12px;width: 12px;height: 12px;line-height: 12px;font-weight: lighter;font-family: cursive;margin-top: -7px;text-overflow: initial;} .question-page .content {padding: 0.1em;} .question-page .content form {position: relative;} .question-page .content form .question-index {z-index: 9;color: white !important;position: relative;display: block;text-indent: 0;font-size: 0.5em;line-height: 1;margin: 10px 0 0;} .question-page .content form h3 {white-space: normal;word-wrap: break-word;word-break: break-all;clear:none;position: relative;left: -1em;padding: 0.4em 0.1em;margin: 0.8em 0;font-size: 14px;font-weight: normal;} .question-page .content form > .ui-btn {float: left;margin: 0 1.1em 0 0;} .question-page .content form textarea {height: 13em !important;background: #fff;color: #262626 !important;border: 1px solid #d5d5d5;box-shadow: none;} .question-page .content .signimage {box-sizing: border-box;width: 100%;padding: 0.5em;} .question-page .content .warn-fillin {margin: 0 1em 2em;color: red !important;font-style: italic;display: none;} #success-page {padding-top: 45px !important;} #success-page .score {text-align: right;padding-right: 0.5em;color: orange !important;font-size: 2em;margin-top: 2em;} #check-page > .content {padding-top: 0;} #check-page .ui-collapsible .ui-bar-a {border: 0;} #check-page #toolbox {position: fixed;bottom: 10em;right: 0.8em;z-index: 9;} #compare-page #toolbox {position: fixed;bottom: 10em;right: 0.8em;z-index: 9;} #compare-page .ui-collapsible-heading {border: 0;} #compare-page .score-note {margin: 0 2em;font-style: italic;color: orange;} #compare-result, #review-btn, .close-app {display: block;width: 60%;} .ui-dialog .content .ui-btn {margin: 2em auto 0;} .question-page .content form .multioption textarea, .multioption textarea {width: 88%;float: right;display: none;height:5em !important;}
0.22465
0.050284
.login-box {margin: 0 auto;text-align: center;overflow: hidden;} .login-title{font-size:60px; padding-top:3em;} .login-content { background-color:#21272c; margin-top:6em; } .lg-name{ font-size:36px; padding-top:2em; color:#7e8a95;} /* input */ .input { position: relative; z-index: 1; display: inline-block; margin: 1em; width: 700px; vertical-align: top; } .input-field { position: relative; display: block; float: right; padding: 0.8em; width: 60%; border: none; border-radius: 0; background: #000; color: #aaa; font-weight: bold; } .input-field:focus { outline: none; } .input-label { display: inline-block; float: right; width: 40%; color: #7e8a95; font-size: 24px; font-weight:bold; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .input-label-content { position: relative; display: block; padding: 30px 0; width: 100%; } .input-haruki { margin: 10em 3em 10em; } .input-field-haruki { padding: 20px 0 30px 0; width: 100%; background: transparent; color: #01ffff; font-size: 36px; font-weight:normal; } .input-label-haruki { position: absolute; width: 100%; text-align: left; pointer-events: none; } .input-label-content-haruki { -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .input-label-haruki::before, .input-label-haruki::after { content: ''; position: absolute; left: 0; z-index: -1; width: 100%; height: 3px; background: #3a5066; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .input-label-haruki::before { top: 0; } .input-label-haruki::after { bottom: 0; } .input-field-haruki:focus + .input-label-haruki .input-label-content-haruki, .input-filled .input-label-content-haruki { -webkit-transform: translate3d(0, -90%, 0); transform: translate3d(0, -90%, 0); } .input-field-haruki:focus + .input-label-haruki::before, .input-filled .input-label-haruki::before { -webkit-transform: translate3d(0, -0.5em, 0); transform: translate3d(0, -0.5em, 0); } .input-field-haruki:focus + .input-label-haruki::after, .input-filled .input-label-haruki::after { -webkit-transform: translate3d(0, 0.5em, 0); transform: translate3d(0, 0.5em, 0); } /* btn*/ .btn { border: none; font-family: inherit; font-size: 24px; color: inherit; background: none; cursor: pointer; padding: 30px 180px; display: inline-block; margin: 4em 0; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .btn:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .btn-1 { border: 3px solid #5aa5c5; color: #11ffff; } .btn-1:hover{ border-color:#60c6f6; box-shadow: 0 0 60px #0c5093; } .btn-1e { overflow: hidden; } .btn-1e:after { width: 100%; height: 0; top: 50%; left: 50%; background: #60c6f6; opacity: 0; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); } .btn-1e:hover, .btn-1e:active { color: #000; } .btn-1e:hover:after { height: 260%; opacity: 1; } .btn-1e:active:after { height: 400%; opacity: 1; }
src/assets/css/login.css
.login-box {margin: 0 auto;text-align: center;overflow: hidden;} .login-title{font-size:60px; padding-top:3em;} .login-content { background-color:#21272c; margin-top:6em; } .lg-name{ font-size:36px; padding-top:2em; color:#7e8a95;} /* input */ .input { position: relative; z-index: 1; display: inline-block; margin: 1em; width: 700px; vertical-align: top; } .input-field { position: relative; display: block; float: right; padding: 0.8em; width: 60%; border: none; border-radius: 0; background: #000; color: #aaa; font-weight: bold; } .input-field:focus { outline: none; } .input-label { display: inline-block; float: right; width: 40%; color: #7e8a95; font-size: 24px; font-weight:bold; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .input-label-content { position: relative; display: block; padding: 30px 0; width: 100%; } .input-haruki { margin: 10em 3em 10em; } .input-field-haruki { padding: 20px 0 30px 0; width: 100%; background: transparent; color: #01ffff; font-size: 36px; font-weight:normal; } .input-label-haruki { position: absolute; width: 100%; text-align: left; pointer-events: none; } .input-label-content-haruki { -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .input-label-haruki::before, .input-label-haruki::after { content: ''; position: absolute; left: 0; z-index: -1; width: 100%; height: 3px; background: #3a5066; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .input-label-haruki::before { top: 0; } .input-label-haruki::after { bottom: 0; } .input-field-haruki:focus + .input-label-haruki .input-label-content-haruki, .input-filled .input-label-content-haruki { -webkit-transform: translate3d(0, -90%, 0); transform: translate3d(0, -90%, 0); } .input-field-haruki:focus + .input-label-haruki::before, .input-filled .input-label-haruki::before { -webkit-transform: translate3d(0, -0.5em, 0); transform: translate3d(0, -0.5em, 0); } .input-field-haruki:focus + .input-label-haruki::after, .input-filled .input-label-haruki::after { -webkit-transform: translate3d(0, 0.5em, 0); transform: translate3d(0, 0.5em, 0); } /* btn*/ .btn { border: none; font-family: inherit; font-size: 24px; color: inherit; background: none; cursor: pointer; padding: 30px 180px; display: inline-block; margin: 4em 0; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .btn:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .btn-1 { border: 3px solid #5aa5c5; color: #11ffff; } .btn-1:hover{ border-color:#60c6f6; box-shadow: 0 0 60px #0c5093; } .btn-1e { overflow: hidden; } .btn-1e:after { width: 100%; height: 0; top: 50%; left: 50%; background: #60c6f6; opacity: 0; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); } .btn-1e:hover, .btn-1e:active { color: #000; } .btn-1e:hover:after { height: 260%; opacity: 1; } .btn-1e:active:after { height: 400%; opacity: 1; }
0.335351
0.069954
.broadcast-container { padding: 20px 15px 30px; background: #ffffff; width: 100%; overflow: hidden; margin: 0; } .broadcast-container .subheader { max-width: 88%; margin-bottom: 20px; } .broadcast-container .title { font-size: 14px; line-height: 140%; color: #000000; margin-bottom: 20px; font-weight: 600; display: block; } .broadcast-container .balance { width: 100%; } .broadcast-container .balance > span { font-weight: 600; color: #0078BD; } .new-message-outer { text-align: right; padding: 0; } .new-message-outer .blue-btn { margin: 0; } .new-message { width: 88%; height: 140px; border: 0.5px solid rgba(0, 0, 0, 0.2); box-sizing: border-box; border-radius: 4px; line-height: 140%; color: rgba(0, 0, 0, 0.3); margin-bottom: 30px; padding: 10px; float: right; position: relative; } /*.new-message .symbols-left {*/ /*width: 22px;*/ /*background: green;*/ /*position: absolute;*/ /*bottom: 0;*/ /*right: 0;*/ /*}*/ .tab-btn .amount { padding: 1px 10px; font-size: 11px; background: rgba(0, 0, 0, 0.3); border-radius: 20px; color: #FFFFFF; margin-left: 2px; } .tab-btn.active .amount { background: #0078BD; } .messages-container.subscribers { max-height: none; margin-bottom: 60px; } .subscribers-container { margin: 0; } .subscribers-container .messages-block .warning-btn { margin-right: 30px; margin-left: 0; } .tooltip { position: relative; display: inline-block; opacity: 1; font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: 600; } .tooltip .tooltiptext { visibility: hidden; width: auto; background-color: #333F51; color: #fff; text-align: center; padding: 10px; position: absolute; z-index: 1; top: 0; left: 110%; white-space: nowrap; font-size: 12px; border-radius: 2px; } .tooltip .tooltiptext::after { content: ""; position: absolute; top: 50%; right: 100%; margin-top: -5px; border-width: 5px; border-style: solid; border-color: transparent #333F51 transparent transparent; } .tooltip.disabled .tooltiptext { visibility: visible; } .recharge-reminder { position: absolute; bottom: 0; right: -100%; max-width: 100%; background: #333F51; border: 1px solid rgba(0, 0, 0, 0.1); box-sizing: border-box; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); border-radius: 2px; padding: 10px 8px; } .recharge-reminder > p { color: #FFFFFF; margin-bottom: 0; text-align: left; font-size: 11px; }
app/css/broadcast.css
.broadcast-container { padding: 20px 15px 30px; background: #ffffff; width: 100%; overflow: hidden; margin: 0; } .broadcast-container .subheader { max-width: 88%; margin-bottom: 20px; } .broadcast-container .title { font-size: 14px; line-height: 140%; color: #000000; margin-bottom: 20px; font-weight: 600; display: block; } .broadcast-container .balance { width: 100%; } .broadcast-container .balance > span { font-weight: 600; color: #0078BD; } .new-message-outer { text-align: right; padding: 0; } .new-message-outer .blue-btn { margin: 0; } .new-message { width: 88%; height: 140px; border: 0.5px solid rgba(0, 0, 0, 0.2); box-sizing: border-box; border-radius: 4px; line-height: 140%; color: rgba(0, 0, 0, 0.3); margin-bottom: 30px; padding: 10px; float: right; position: relative; } /*.new-message .symbols-left {*/ /*width: 22px;*/ /*background: green;*/ /*position: absolute;*/ /*bottom: 0;*/ /*right: 0;*/ /*}*/ .tab-btn .amount { padding: 1px 10px; font-size: 11px; background: rgba(0, 0, 0, 0.3); border-radius: 20px; color: #FFFFFF; margin-left: 2px; } .tab-btn.active .amount { background: #0078BD; } .messages-container.subscribers { max-height: none; margin-bottom: 60px; } .subscribers-container { margin: 0; } .subscribers-container .messages-block .warning-btn { margin-right: 30px; margin-left: 0; } .tooltip { position: relative; display: inline-block; opacity: 1; font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: 600; } .tooltip .tooltiptext { visibility: hidden; width: auto; background-color: #333F51; color: #fff; text-align: center; padding: 10px; position: absolute; z-index: 1; top: 0; left: 110%; white-space: nowrap; font-size: 12px; border-radius: 2px; } .tooltip .tooltiptext::after { content: ""; position: absolute; top: 50%; right: 100%; margin-top: -5px; border-width: 5px; border-style: solid; border-color: transparent #333F51 transparent transparent; } .tooltip.disabled .tooltiptext { visibility: visible; } .recharge-reminder { position: absolute; bottom: 0; right: -100%; max-width: 100%; background: #333F51; border: 1px solid rgba(0, 0, 0, 0.1); box-sizing: border-box; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); border-radius: 2px; padding: 10px 8px; } .recharge-reminder > p { color: #FFFFFF; margin-bottom: 0; text-align: left; font-size: 11px; }
0.510985
0.076132
* 1.imported styles */ @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900"); @import url("bootstrap.min.css"); @import url("animate.css"); @import url("owl.carousel.css"); @import url("owl.theme.default.min.css"); @import url("font-awesome.min.css"); @import url("jquery.bxslider.min.css"); @import url("../plugins/opins-icon/style.css"); /* * 2.misclenious styles */ body { font-family: "Roboto", sans-serif; font-size: 16px; line-height: 30px; color: #777b92; } a:active, a:hover, a:focus, a:visited { text-decoration: none; } .page-wrapper { position: relative; margin: 0 auto; width: 100%; min-width: 300px; overflow: hidden; } @media (min-width: 1200px) { .container { max-width: 1200px; } } hr.style-one { margin: 0; border-top: 1px solid #EAEAEA; } .block-title { margin-bottom: 50px; } .block-title h2 { margin: 0; color: #273167; font-size: 46px; margin-top: 50px; font-weight: 400; } .preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background-color: #fff; background-image: url(../images/preloader.gif); background-repeat: no-repeat; background-position: center center; } .scroll-to-top { display: inline-block; width: 45px; height: 45px; background: #E94FCA; border-radius: 4px; position: fixed; bottom: 20px; right: 20px; z-index: 99; text-align: center; transition: all .4s ease; display: none; } .scroll-to-top i { font-size: 18px; line-height: 45px; color: #fff; } .scroll-to-top:hover { background: #273167; } /* * 3.header styles */ .header-navigation { background-color: transparent; margin-bottom: 0; border: none; border-radius: 0; padding: 0; position: relative; background-color: transparent; } .header-navigation .container { background: transparent; position: relative; display: block; } .header-navigation .container .logo-box { float: left; position: absolute; top: 50%; left: 15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .header-navigation .container .navbar-brand { height: auto; margin: 0; } .header-navigation .container .menu-toggler { display: none; } .header-navigation .container .right-side-box { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 15px; } .header-navigation .main-navigation { float: right; text-align: right; } @media (min-width: 1200px) { .header-navigation .main-navigation { display: block !important; } } .header-navigation ul.navigation-box { margin: 0; padding: 0; list-style: none; } .header-navigation ul.navigation-box li a .sub-nav-toggler { display: none; } .header-navigation ul.navigation-box > li { position: relative; padding: 0px 0; display: inline-block; vertical-align: middle; /* Second Level Menu */ /* Thrid Level Menu */ } .header-navigation ul.navigation-box > li + li { margin-left: 45px; } .header-navigation ul.navigation-box > li:first-child { padding-left: 0; } .header-navigation ul.navigation-box > li:last-child { padding-right: 0; } .header-navigation ul.navigation-box > li > a { font-weight: 500; font-size: 16px; color: #777B92; padding: 0; transition: all .4s ease; position: relative; } .header-navigation ul.navigation-box > li > a:before { content: ''; position: absolute; bottom: -5px; left: 0; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; transform-origin: right center; width: 100%; height: 2px; background-color: #E94FCA; transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; } .header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a { color: #E94FCA; } .header-navigation ul.navigation-box > li.current > a:before, .header-navigation ul.navigation-box > li:hover > a:before { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; transform-origin: left center; } .header-navigation ul.navigation-box > li > .sub-menu { position: absolute; top: 100%; left: 0; z-index: 1000; float: left; min-width: 220px; padding: 0px 0px; text-align: left; list-style: none; background-color: #273167; background-clip: padding-box; opacity: 0; border-radius: 0px; visibility: hidden; transition: opacity .4s ease, visibility .4s ease; box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1); } @media (min-width: 1200px) { .header-navigation ul.navigation-box > li > .sub-menu { display: block !important; } } .header-navigation ul.navigation-box > li > .sub-menu.right-align { left: auto; right: 0; } .header-navigation ul.navigation-box > li > .sub-menu.center-align { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .header-navigation ul.navigation-box > li > .sub-menu > li { display: block; position: relative; transition: all .4s ease; } .header-navigation ul.navigation-box > li > .sub-menu > li + li { border-top: 1px solid rgba(255, 255, 255, 0.1); } .header-navigation ul.navigation-box > li > .sub-menu > li > a { font-size: 15px; color: #fff; font-weight: 500; padding: 12px 30px; display: block; line-height: 26px; white-space: nowrap; position: relative; transition: all .4s ease; } .header-navigation ul.navigation-box > li > .sub-menu > li:hover > a { color: #273167; background: #fff; } .header-navigation ul.navigation-box > li:hover:before { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left bottom; transform-origin: left bottom; } .header-navigation ul.navigation-box > li:hover > .sub-menu { opacity: 1; visibility: visible; } .header-navigation ul.navigation-box > li > ul > li { /* no more nested showen */ } .header-navigation ul.navigation-box > li > ul > li > .sub-menu { position: absolute; top: 0%; left: 100%; z-index: 1000; float: left; min-width: 220px; padding: 0px 0px; text-align: left; list-style: none; background-color: #273167; background-clip: padding-box; opacity: 0; border-radius: 0px; visibility: hidden; transition: opacity .4s ease, visibility .4s ease; box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1); } @media (min-width: 1200px) { .header-navigation ul.navigation-box > li > ul > li > .sub-menu { display: block !important; } } .header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align { left: auto; right: 100%; } .header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li { display: block; position: relative; transition: all .4s ease; } .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li { border-top: 1px solid rgba(255, 255, 255, 0.1); } .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a { font-size: 15px; color: #fff; font-weight: 500; padding: 12px 30px; display: block; line-height: 26px; white-space: nowrap; position: relative; transition: all .4s ease; } .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a { color: #273167; background: #fff; } .header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu { opacity: 1; visibility: visible; } .header-navigation ul.navigation-box > li > ul > li ul { display: none; } .header-navigation.stricky-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 991; background: #273167; border-bottom: 0; } .site-header.header-one { background-color: transparent; position: absolute; top: 0; left: 0; width: 100%; z-index: 99; } .site-header.header-one .header-navigation { background: transparent; } .site-header.header-one .header-navigation.stricky-fixed { background-color: #fff; box-shadow: 0px 5px 30px 0px rgba(233, 79, 202, 0.05); } .site-header.header-one .header-navigation .container { padding-right: 185px; } .site-header.header-one .header-navigation ul.navigation-box > li.current > a, .site-header.header-one .header-navigation ul.navigation-box > li:hover > a { color: #E94FCA; } .site-header.header-one .header-navigation ul.navigation-box > li { padding: 45px 0; } .site-header.header-one .header-navigation ul.navigation-box > li + li { margin-left: 56px; } .site-header.header-one .header-navigation .right-side-box .header-btn { display: inline-block; vertical-align: middle; border-style: solid; border-width: 1px; border-color: #ffd6f3; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(233, 79, 202, 0.1); color: #E94FCA; font-size: 16px; font-weight: 500; padding: 11px 38px; transition: all .4s ease; } .site-header.header-one .header-navigation .right-side-box .header-btn:hover { color: #fff; background-color: #E94FCA; border-color: #E94FCA; } .site-header.header-one .header-navigation.stricky-fixed ul.navigation-box > li { padding: 25px 0; } .site-header.home-page-two .header-navigation.stricky-fixed { background-image: linear-gradient(-145deg, #320b82 0%, #9c33c3 100%); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15); } .site-header.home-page-two .header-navigation ul.navigation-box > li > a { color: #D6C9E4; } .site-header.home-page-two .header-navigation ul.navigation-box > li.current > a, .site-header.home-page-two .header-navigation ul.navigation-box > li:hover > a { color: #fff; } .site-header.home-page-two .header-navigation .right-side-box .header-btn { border-color: #fff; background-color: transparent; color: #fff; transition: all .4s ease; } .site-header.home-page-two .header-navigation .right-side-box .header-btn:hover { color: #fff; background-color: #E94FCA; border-color: #E94FCA; } /* * 4.banner styles */ .banner-style-one { position: relative; padding-top: 300px; padding-bottom: 220px; background: #fff url(../images/banner-bg-1-1.png) top right no-repeat; } .banner-style-one:before, .banner-style-one:after { content: ''; width: 318px; height: 318px; border-radius: 50%; border: 43px solid; position: absolute; -webkit-animation: BannercircleRotate 5s ease-in-out 0s infinite alternate; animation: BannercircleRotate 5s ease-in-out 0s infinite alternate; } @-webkit-keyframes BannercircleRotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform: rotate(45deg); transform: rotate(45deg); opacity: .5; } } @keyframes BannercircleRotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform: rotate(45deg); transform: rotate(45deg); opacity: .5; } } .banner-style-one:before { border-color: #FFF3FD; bottom: 10%; right: 32%; } .banner-style-one:after { border-color: #F3FAFF; top: 10%; left: 10%; } .banner-style-one .banner-mock { position: absolute; top: 15%; right: 10%; -webkit-animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; } @-webkit-keyframes bannerImgBounce { 0% { -webkit-transform: translateY(0) translateX(0); transform: translateY(0) translateX(0); } 100% { -webkit-transform: translateY(-20px) translateX(-20px); transform: translateY(-20px) translateX(-20px); } } @keyframes bannerImgBounce { 0% { -webkit-transform: translateY(0) translateX(0); transform: translateY(0) translateX(0); } 100% { -webkit-transform: translateY(-20px) translateX(-20px); transform: translateY(-20px) translateX(-20px); } } .banner-style-one [class*=bubble-] { width: 26px; height: 26px; border-radius: 50%; position: absolute; background-color: #ede8ff; border: 1px solid #a98fff; -webkit-animation-name: bubbleMover; animation-name: bubbleMover; -webkit-animation-duration: 9s; animation-duration: 9s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-perspective: 100px; perspective: 100px; } @-webkit-keyframes bubbleMover { 0% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); } 30% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: center center; transform-origin: center center; } 50% { -webkit-transform: translateY(50px) translateX(100px) rotate(45deg); transform: translateY(50px) translateX(100px) rotate(45deg); -webkit-transform-origin: right bottom; transform-origin: right bottom; } 80% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: left top; transform-origin: left top; } 100% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); -webkit-transform-origin: center center; transform-origin: center center; } } @keyframes bubbleMover { 0% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); } 30% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: center center; transform-origin: center center; } 50% { -webkit-transform: translateY(50px) translateX(100px) rotate(45deg); transform: translateY(50px) translateX(100px) rotate(45deg); -webkit-transform-origin: right bottom; transform-origin: right bottom; } 80% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: left top; transform-origin: left top; } 100% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); -webkit-transform-origin: center center; transform-origin: center center; } } .banner-style-one .bubble-1 { background-color: #fff7e0; border-color: #ffdd83; top: 10px; left: 20px; } .banner-style-one .bubble-2 { background-color: #fff1ec; border-color: #ffb59d; bottom: 30px; left: 10%; } .banner-style-one .bubble-3 { background-color: #ebf3ff; border-color: #b9d4ff; top: 40px; left: 40%; } .banner-style-one .bubble-4 { background-color: #ddffe4; border-color: #93ff6d; top: 10px; right: 40%; } .banner-style-one .bubble-5 { background-color: #ede8ff; border-color: #a98fff; bottom: 30px; right: 25%; } .banner-style-one .bubble-6 { background-color: #ffe8fb; border-color: #ffa6ef; top: 40%; right: 10%; } .banner-style-one .content-block { position: relative; z-index: 10; } .banner-style-one .content-block h3, .banner-style-one .content-block p { margin: 0; } .banner-style-one .content-block h3 { color: #273167; font-size: 60px; line-height: 70px; font-weight: 500; margin-bottom: 40px; } .banner-style-one .content-block p { color: #777B92; font-size: 18px; line-height: 34px; margin-bottom: 55px; } .banner-style-one .content-block .banner-btn { display: inline-block; border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); vertical-align: middle; color: #777B92; font-weight: 500; font-size: 14px; line-height: 1em; padding: 22.5px 0; padding-left: 73px; padding-right: 53px; position: relative; background-color: #fff; transition: all .4s ease; } .banner-style-one .content-block .banner-btn span { font-size: 18px; display: block; line-height: 1em; margin-top: 5px; } .banner-style-one .content-block .banner-btn i { font-size: 30px; color: #777B92; position: absolute; top: 50%; left: 40px; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: all .4s ease; } .banner-style-one .content-block .banner-btn + .banner-btn { margin-left: 16px; } .banner-style-one .content-block .banner-btn:hover { color: #fff; background-color: #E94FCA; border-color: #E94FCA; } .banner-style-one .content-block .banner-btn:hover i { color: #fff; } .banner-style-one.home-page-two { padding-bottom: 277px; background: #fff url(../images/banner-bg-1-2.png) top right no-repeat; background-size: cover; margin-bottom: 60px; } .banner-style-one.home-page-two:before { border-color: rgba(255, 255, 255, 0.04); } .banner-style-one.home-page-two:after { border-color: rgba(255, 255, 255, 0.02); } .banner-style-one.home-page-two [class*=bubble-] { background-color: transparent !important; border-width: 2px; } .banner-style-one.home-page-two .banner-mock { right: 0; top: 20%; } .banner-style-one.home-page-two .content-block h3 { color: #fff; } .banner-style-one.home-page-two .content-block p { color: #D6C9E4; } .banner-style-one.home-page-two .content-block .banner-btn { color: #fff; border-style: solid; border-width: 1px; border-color: white; border-radius: 3px; background-color: transparent; box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1); } .banner-style-one.home-page-two .content-block .banner-btn i { color: #fff; } .banner-style-one.home-page-two .content-block .banner-btn:hover { background-color: #E94FCA; border-color: #E94FCA; } /* * 5.footer styles */ .site-footer { position: relative; } .site-footer [class*=bubble-] { width: 26px; height: 26px; border-radius: 50%; position: absolute; background-color: #ede8ff; border: 1px solid #a98fff; -webkit-animation-name: bubbleMover; animation-name: bubbleMover; -webkit-animation-duration: 9s; animation-duration: 9s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-perspective: 100px; perspective: 100px; } @keyframes bubbleMover { 0% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); } 30% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: center center; transform-origin: center center; } 50% { -webkit-transform: translateY(50px) translateX(100px) rotate(45deg); transform: translateY(50px) translateX(100px) rotate(45deg); -webkit-transform-origin: right bottom; transform-origin: right bottom; } 80% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: left top; transform-origin: left top; } 100% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); -webkit-transform-origin: center center; transform-origin: center center; } } .site-footer .bubble-1 { background-color: #fff7e0; border-color: #ffdd83; top: 10px; left: 20px; } .site-footer .bubble-2 { background-color: #fff1ec; border-color: #ffb59d; bottom: 30px; left: 10%; } .site-footer .bubble-3 { background-color: #ebf3ff; border-color: #b9d4ff; top: 40px; left: 40%; } .site-footer .bubble-4 { background-color: #ddffe4; border-color: #93ff6d; top: 10px; right: 40%; } .site-footer .bubble-5 { background-color: #ede8ff; border-color: #a98fff; bottom: 30px; right: 25%; } .site-footer .bubble-6 { background-color: #ffe8fb; border-color: #ffa6ef; top: 40%; right: 10%; } .site-footer .inner-container { border: 1px solid #eaeaea; border-left: 0; border-right: 0; padding: 86px 0; } .footer-widget ul, .footer-widget h3, .footer-widget p { margin: 0; padding: 0; list-style: none; } .footer-widget .widget-title { margin-bottom: 28px; } .footer-widget .widget-title h3 { color: #273167; font-size: 20px; font-weight: 500; } .footer-widget ul.contact-list li { color: #777b92; } .footer-widget ul.contact-list li + li { margin-top: 9px; } .footer-widget ul.links-list li + li { margin-top: 10px; } .footer-widget ul.links-list li a { color: #777b92; font-size: 16px; display: inline-block; position: relative; transition: all .4s ease; } .footer-widget ul.links-list li a:before { content: '\f101'; font-family: 'FontAwesome'; color: #e94fca; font-size: 14px; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%) translateX(-15px); transform: translateY(-50%) translateX(-15px); opacity: 0; transition: all .4s ease; } .footer-widget ul.links-list li a:hover { color: #e94fca; -webkit-transform: translateX(20px); transform: translateX(20px); } .footer-widget ul.links-list li a:hover:before { opacity: 1; } .footer-widget .social-block a { display: inline-block; vertical-align: middle; width: 51px; height: 51px; border: 1px solid #eaeaea; line-height: 49px; text-align: center; background-color: #fff; color: #777b92; border-radius: 50%; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); transition: all .4s ease; } .footer-widget .social-block a:hover { color: #fff; background-color: #e94fca; border-color: #e94fca; } .bottom-footer { padding: 25px 0; } .bottom-footer p { color: #777b92; font-size: 16px; } .bottom-footer p a { color: #e94fca; } /* * 6.subscribe styles */ .subscribe-style-one { padding-top: 110px; padding-bottom: 120px; } .subscribe-style-one h3 { margin: 0; color: #273167; font-size: 40px; font-weight: 400; margin-bottom: 60px; } .subscribe-style-one .subscribe-form { display: -webkit-box; display: flex; width: 100%; margin-left: auto; margin-right: auto; max-width: 700px; } .subscribe-style-one .subscribe-form input { border: none; outline: none; display: block; width: 100%; max-width: 470px; border-radius: 4px; border-style: solid; border-width: 1px; border-color: #eaeaea; height: 84px; font-size: 16px; padding-left: 30px; } .subscribe-style-one .subscribe-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #777B92; } .subscribe-style-one .subscribe-form input::-moz-placeholder { /* Firefox 19+ */ color: #777B92; } .subscribe-style-one .subscribe-form input:-ms-input-placeholder { /* IE 10+ */ color: #777B92; } .subscribe-style-one .subscribe-form input:-moz-placeholder { /* Firefox 18- */ color: #777B92; } .subscribe-style-one .subscribe-form button[type=submit] { width: 208px; border-radius: 4px; margin-left: 20px; height: 84px; border: none; outline: none; background-color: #E94FCA; cursor: pointer; font-weight: 500; font-size: 20px; color: #FFFFFF; transition: all .4s ease; } .subscribe-style-one .subscribe-form button[type=submit]:hover { background-color: #273167; } /* * 7.blog styles */ .blog-style-one { background-color: #f7fbff; padding-top: 120px; padding-bottom: 50px; } .blog-style-one.blog-page { background-color: #fff; padding-bottom: 120px; } .single-blog-style-one { margin-bottom: 60px; } .single-blog-style-one .image-block { border-radius: 4px; background-color: #273167; box-shadow: 0px 15px 30px 0px rgba(39, 49, 103, 0.1); } .single-blog-style-one .image-block .inner-block { overflow: hidden; position: relative; border-radius: 4px; } .single-blog-style-one .image-block .inner-block > img { width: 100%; transition: all .4s ease; } .single-blog-style-one .image-block .inner-block .date-block { display: inline-block; position: absolute; top: 0; left: 0; background-color: #E94FCA; border-radius: 4px 0; font-size: 14px; font-weight: 500; color: #fff; padding: 3px 20px; z-index: 12; } .single-blog-style-one .image-block .inner-block:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #273167; opacity: 0; z-index: 11; transition: all .4s ease; } .single-blog-style-one .image-block:hover { cursor: pointer; } .single-blog-style-one .image-block:hover .inner-block > img { -webkit-transform: scale(1.05); transform: scale(1.05); } .single-blog-style-one .image-block:hover .inner-block:before { opacity: .5; } .single-blog-style-one .text-block .meta-info { margin-top: 20px; } .single-blog-style-one .text-block .meta-info a, .single-blog-style-one .text-block .meta-info span { text-transform: uppercase; font-size: 14px; color: #E94FCA; font-weight: 500; letter-spacing: .1em; transition: all .4s ease; } .single-blog-style-one .text-block .meta-info span.sep { margin-left: 16px; margin-right: 16px; } .single-blog-style-one .text-block .meta-info a:hover { color: #273167; } .single-blog-style-one .text-block h3, .single-blog-style-one .text-block p { margin: 0; } .single-blog-style-one .text-block h3 { font-size: 26px; line-height: 40px; font-weight: 400; margin-bottom: 26px; } .single-blog-style-one .text-block h3 a { color: #273167; transition: all .4s ease; } .single-blog-style-one .text-block h3 a:hover { color: #E94FCA; } .single-blog-style-one .text-block .line-block { vertical-align: middle; background-color: #e94fca; width: 41px; height: 2px; display: block; margin-top: 20px; margin-bottom: 20px; transition: all .4s ease; } .single-blog-style-one .text-block a.more-link { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #273167; font-size: 14px; font-weight: 500; letter-spacing: .1em; line-height: 1em; transition: all .4s ease; } .single-blog-style-one .text-block a.more-link:hover { color: #E94FCA; } .single-blog-style-one .text-block:hover .line-block { width: 60px; } .blog-post-pagination { margin-top: 0px; } .blog-post-pagination a { display: inline-block; vertical-align: middle; width: 52px; height: 52px; border-radius: 50%; background: #EBF3FF; line-height: 52px; text-align: center; font-size: 18px; color: #273167; transition: all .4s ease; } .blog-post-pagination a.prev, .blog-post-pagination a.next { background: #273167; color: #fff; font-size: 14px; } .blog-post-pagination a.active { cursor: auto; } .blog-post-pagination a.active, .blog-post-pagination a:hover { background: #E94FCA; color: #fff; } .blog-post-pagination a + a { margin-left: 10px; } .blog-details-page { padding: 120px 0; } .blog-details-page .single-blog-style-one { margin-bottom: 0; } .blog-details-page .single-blog-style-one .text-block { margin-top: 20px; } .blog-details-page .single-blog-style-one .text-block .meta-info { margin: 0; } .blog-details-page .single-blog-style-one .text-block .post-title { margin: 0; color: #273167; font-size: 26px; font-weight: 400; margin-bottom: 25px; } .blog-details-page .single-blog-style-one .text-block p { margin: 0; } .blog-details-page .single-blog-style-one .text-block p + p { margin-top: 45px; } .blog-details-page .share-block { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; border-top: 1px solid #EAEAEA; padding-top: 40px; margin-top: 50px; } .blog-details-page .share-block .left-block p { margin: 0; color: #273167; font-size: 20px; } .blog-details-page .share-block .left-block p a { color: #777B92; font-size: 16px; transition: all .4s ease; margin-left: 10px; } .blog-details-page .share-block .left-block p a:hover { color: #E94FCA; } .blog-details-page .share-block .social-block a { display: inline-block; vertical-align: middle; width: 51px; height: 51px; border: 1px solid #eaeaea; line-height: 49px; text-align: center; background-color: #fff; color: #777b92; border-radius: 50%; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); transition: all .4s ease; } .blog-details-page .share-block .social-block a:hover { color: #fff; background-color: #e94fca; border-color: #e94fca; } .blog-details-page .author-block { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; border: 1px solid #EAEAEA; border-radius: 4px; padding: 60px; margin-top: 40px; margin-bottom: 60px; } .blog-details-page .author-block .text-block { padding-left: 40px; } .blog-details-page .author-block img { width: 169px; border-radius: 4px; } .blog-details-page .author-block h3, .blog-details-page .author-block p { margin: 0; } .blog-details-page .author-block h3 { color: #273167; font-size: 20px; font-weight: 400; margin-bottom: 38px; } .blog-details-page .author-block p { font-size: 16px; line-height: 30px; } .blog-details-page .title-line { margin-bottom: 50px; } .blog-details-page .title-line h3 { margin: 0; color: #273167; font-size: 30px; font-weight: 400; } .blog-details-page .single-comment-one { border-bottom: 1px solid #EAEAEA; padding-bottom: 60px; margin-bottom: 60px; display: -webkit-box; display: flex; } .blog-details-page .single-comment-one .image-block .inner-block { width: 90px; overflow: hidden; border-radius: 50%; } .blog-details-page .single-comment-one .image-block .inner-block > img { width: 100%; } .blog-details-page .single-comment-one .text-block { padding-left: 40px; } .blog-details-page .single-comment-one .text-block h3, .blog-details-page .single-comment-one .text-block p { margin: 0; } .blog-details-page .single-comment-one .text-block h3 { color: #273167; font-size: 20px; font-weight: 400; margin-bottom: 5px; } .blog-details-page .single-comment-one .text-block p { color: #777B92; font-size: 16px; line-height: 30px; width: 82%; } .blog-details-page .single-comment-one .text-block .top-block { display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; margin-bottom: 30px; } .blog-details-page .single-comment-one .text-block .date-line { text-transform: uppercase; font-size: 14px; color: #E94FCA; font-weight: 500; letter-spacing: .1em; transition: all .4s ease; } .blog-details-page .single-comment-one .text-block .date-line span.sep { margin-left: 16px; margin-right: 16px; } .blog-details-page .single-comment-one .text-block .reply-btn { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); width: 97px; height: 42px; line-height: 40px; color: #777B92; font-size: 16px; font-weight: 500; display: inline-block; vertical-align: middle; text-align: center; transition: all .4s ease; } .blog-details-page .single-comment-one .text-block .reply-btn:hover { color: #fff; background-color: #E94FCA; border-color: #E94FCA; } .blog-details-page .comment-form input, .blog-details-page .comment-form textarea { border: none; outline: none; border: none; width: 100%; height: 84px; display: block; border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; margin-bottom: 30px; padding-left: 40px; } .blog-details-page .comment-form textarea { height: 234px; padding-top: 20px; } .blog-details-page .comment-form button[type=submit] { width: 276px; border-radius: 4px; height: 84px; border: none; outline: none; background-color: #E94FCA; cursor: pointer; font-weight: 500; line-height: 84px; font-size: 20px; color: #FFFFFF; transition: all .4s ease; } .blog-details-page .comment-form button[type=submit]:hover { background-color: #273167; } /* * 8.faq styles */ .faq-style-one .container { padding-bottom: 120px; } @media (min-width: 1200px) { .faq-style-one .container { max-width: 920px; } } .faq-style-one .block-title { padding-top: 120px; } .faq-style-one .accrodion-grp .accrodion { border: 1px solid #EAEAEA; padding: 30.5px 40px; } .faq-style-one .accrodion-grp .accrodion + .accrodion { margin-top: 20px; } .faq-style-one .accrodion-grp .accrodion .accrodion-title { cursor: pointer; } .faq-style-one .accrodion-grp .accrodion .accrodion-title h4 { margin: 0; font-size: 20px; font-weight: 400; padding: 0px 0; padding-top: 0; padding-left: 0px; position: relative; color: #273167; transition: all .4s ease; } .faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before { font-family: 'FontAwesome'; content: '\f067'; display: inline-block; width: 22px; height: 22px; line-height: 22px; border-radius: 50%; text-align: center; font-size: 14px; color: #273167; position: absolute; top: 50%; right: 0px; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: all .4s ease; } .faq-style-one .accrodion-grp .accrodion .accrodion-content .inner { margin-top: 30px; } .faq-style-one .accrodion-grp .accrodion .accrodion-content .inner p { margin: 0; font-size: 16px; line-height: 30px; color: #777B92; } .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 { color: #E94FCA; } .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before { content: '\f068'; color: #E94FCA; } /* * 9.brand styles */ .brand-carousel-one { padding: 119.5px 0; padding-left: 48px; padding-right: 48px; } .brand-carousel-one .item img { width: auto; max-width: none; margin-left: auto; margin-right: auto; opacity: .4; transition: all .4s ease; } .brand-carousel-one .item img:hover { opacity: 1; } .brand-carousel-one .owl-dots, .brand-carousel-one .owl-nav { display: none; } /* * 10.testimonials styles */ .testimonials-style-one { background-color: #F2FFF8; padding: 120px 0; position: relative; } .testimonials-style-one .map-img { position: absolute; top: 50%; left: 10%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-animation-name: mapMover; animation-name: mapMover; -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; transition: all .4s ease; -webkit-transform-origin: center center; transform-origin: center center; } @-webkit-keyframes mapMover { 0% { opacity: 0.05; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } 50% { opacity: 0.20; -webkit-transform: translateY(-55%) translateX(-20px); transform: translateY(-55%) translateX(-20px); } 100% { opacity: 0.05; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } } @keyframes mapMover { 0% { opacity: 0.05; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } 50% { opacity: 0.20; -webkit-transform: translateY(-55%) translateX(-20px); transform: translateY(-55%) translateX(-20px); } 100% { opacity: 0.05; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } } .testimonials-style-one .block-title { margin-bottom: 45px; } .testimonials-style-one .single-testi-one p { margin: 0; color: #777B92; font-size: 24px; line-height: 46px; } .testimonials-style-one .single-testi-one h3 { color: #273167; font-weight: 500; font-size: 20px; margin: 0; margin-top: 40px; } .testimonials-style-one .testi-carousel-one .owl-nav { margin: 0; position: absolute; bottom: -10px; right: 0; background-color: #F2FFF8; } .testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-] { margin: 0px 5px; padding: 0; background-color: transparent; opacity: .3; color: #273167; font-size: 32px; transition: all .4s ease; } .testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-]:hover { opacity: 1; } .testimonials-style-one .bx-wrapper { border: none; box-shadow: none; background-color: transparent; margin-bottom: 0; } .testimonials-style-one .bx-wrapper ul.slider { padding: 0; margin: 0; } .testimonials-style-one .bx-wrapper .bx-controls-direction { position: absolute; bottom: -10px; background-color: #F2FFF8; right: 0; } .testimonials-style-one .bx-wrapper .bx-controls-direction a { text-indent: 0; background-image: none; font-size: 32px; position: relative; top: 0px; opacity: .3; color: #273167; transition: all .4s ease; } .testimonials-style-one .bx-wrapper .bx-controls-direction a:hover { opacity: 1; } .testimonials-style-one .bx-wrapper .bx-prev { left: 0px; margin-right: 25px; } .testimonials-style-one .bx-wrapper .bx-next { right: 0px; } #testimonials-slider-pager { width: 391px; height: 391px; border-style: solid; border-width: 1px; border-color: rgba(39, 49, 103, 0.15); border-radius: 50%; position: relative; -webkit-animation-name: tesiMove; animation-name: tesiMove; -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; transition: all .4s ease; -webkit-transform-origin: center center; transform-origin: center center; } @-webkit-keyframes tesiMove { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 15% { -webkit-transform: rotate(2deg); transform: rotate(2deg); } 33% { -webkit-transform: rotate(4deg); transform: rotate(4deg); } 66% { -webkit-transform: rotate(2deg); transform: rotate(2deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes tesiMove { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 15% { -webkit-transform: rotate(2deg); transform: rotate(2deg); } 33% { -webkit-transform: rotate(4deg); transform: rotate(4deg); } 66% { -webkit-transform: rotate(2deg); transform: rotate(2deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } #testimonials-slider-pager:before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 174px; height: 174px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item { width: 71px; height: 71px; display: inline-block; vertical-align: middle; position: absolute; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(1) { top: 55px; left: -10px; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(2) { top: 55px; right: -10px; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(3) { bottom: 55px; left: -10px; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(4) { bottom: 55px; right: -10px; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(5) { bottom: -40px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(6) { top: -40px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item > img { width: 100%; border-radius: 50%; transition: all .4s ease; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active img { opacity: .75; -webkit-transform: scale(0.95); transform: scale(0.95); } #testimonials-slider-pager .testimonials-slider-pager-two .pager-item { width: 163px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); opacity: 0; transition: all .4s ease; } #testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active { opacity: 1; -webkit-transform: translate(-50%, -50%) scale(0.95); transform: translate(-50%, -50%) scale(0.95); } #testimonials-slider-pager .testimonials-slider-pager-two .pager-item > img { width: 100%; border-radius: 50%; } /* * 11.pricing styles */ .pricing-style-one { padding: 120px 0; } .pricing-style-one .tab-title { margin: 0; padding: 0; list-style: none; border: 0; -webkit-box-pack: center; justify-content: center; font-size: 0; margin-bottom: 60px; } .pricing-style-one .tab-title li { display: inline-block; margin-bottom: 0 !important; } .pricing-style-one .tab-title li a { display: block; border: none; outline: none; color: #86909E; display: inline-block; padding: 14px 33.5px; cursor: pointer; color: #777B92; font-size: 18px; font-weight: 500; border-radius: 0 !important; transition: all 0.4s ease; border-style: solid; border-width: 1px; border-color: #eaeaea; background-color: #fefdfe; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); } .pricing-style-one .tab-title li a:hover { border-color: #E94FCA; background: #E94FCA; color: #FFFFFF; } .pricing-style-one .tab-title li a.active { border-color: #E94FCA; background: #E94FCA !important; color: #FFFFFF !important; } .pricing-style-one .tab-title li:first-child a { border-top-left-radius: 4px !important; border-bottom-left-radius: 4px !important; } .pricing-style-one .tab-title li:last-child a { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; } .single-pricing-one { padding: 60px 0; border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; text-align: center; } .single-pricing-one.basic-pack .price { color: #5DDA6C; } .single-pricing-one.basic-pack .line { background-color: #5DDA6C; } .single-pricing-one.basic-pack .price-btn:hover { background-color: #5DDA6C; border-color: #5DDA6C; } .single-pricing-one.biz-pack .price { color: #F0A734; } .single-pricing-one.biz-pack .line { background-color: #F0A734; } .single-pricing-one.biz-pack .price-btn:hover { background-color: #F0A734; border-color: #F0A734; } .single-pricing-one span, .single-pricing-one a { display: block; } .single-pricing-one ul.feature-lists { margin: 0; padding: 0; list-style: none; margin-bottom: 40px; } .single-pricing-one ul.feature-lists li { font-size: 18px; line-height: 1em; color: #777B92; } .single-pricing-one ul.feature-lists li + li { margin-top: 20px; } .single-pricing-one .price { color: #AD63F3; font-size: 60px; font-weight: 300; line-height: 1em; } .single-pricing-one .pack-name { font-size: 14px; font-weight: 500; color: #273167; letter-spacing: .1em; text-transform: uppercase; line-height: 1em; margin-top: 22px; } .single-pricing-one .line { background-color: #ad63f3; width: 40px; height: 2px; display: block; margin-left: auto; margin-right: auto; margin-top: 40px; margin-bottom: 40px; } .single-pricing-one .price-btn { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); display: inline-block; vertical-align: middle; color: #777B92; font-size: 16px; font-weight: 500; padding: 16px 42.5px; transition: all .4s ease; } .single-pricing-one .price-btn:hover { background-color: #E94FCA; color: #fff; border-color: #E94FCA; } .single-pricing-one .tag-line { font-size: 14px; text-transform: uppercase; color: #777B92; letter-spacing: .1em; margin-top: 40px; } /* * 12.features styles */ .feature-style-one { padding-top: 170px; background: #FFFFFF url(../images/bg-curve-1-2.png) center top no-repeat; background-size: cover; margin-top: -90px; } .feature-style-one .container { padding-bottom: 120px; } .feature-style-one .container hr.style-one { margin-bottom: 130px; } .feature-style-one .image-block { margin-top: -50px; position: relative; right: -20px; -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate; animation: featureImgBounce 5s ease-in-out 0s infinite alternate; } @-webkit-keyframes featureImgBounce { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } } @keyframes featureImgBounce { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } } .feature-style-one .content-block .block-title { margin-bottom: 50px; } .feature-style-one .content-block p { font-size: 24px; color: #777B92; line-height: 40px; margin: 0; margin-bottom: 46px; } .feature-style-one .content-block ul.feature-lists { margin: 0; padding: 0; list-style: none; margin-bottom: 54px; } .feature-style-one .content-block ul.feature-lists li { position: relative; color: #777B92; font-size: 18px; padding-left: 35px; } .feature-style-one .content-block ul.feature-lists li + li { margin-top: 10px; } .feature-style-one .content-block ul.feature-lists li i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; color: #E94FCA; } .feature-style-one .content-block .feature-btn { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); display: inline-block; vertical-align: middle; color: #777B92; font-size: 16px; font-weight: 500; padding: 16px 42.5px; transition: all .4s ease; } .feature-style-one .content-block .feature-btn:hover { background-color: #E94FCA; color: #fff; border-color: #E94FCA; } .feature-style-two { padding-top: 120px; } .feature-style-two .image-block { margin-top: -50px; position: relative; left: -50px; -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate; animation: featureImgBounce 5s ease-in-out 0s infinite alternate; } .feature-style-two .image-block:before, .feature-style-two .image-block:after { content: ''; width: 318px; height: 318px; border-radius: 50%; border: 43px solid #FAFAFA; position: absolute; } .feature-style-two .image-block:before { top: 50px; left: 40px; } .feature-style-two .image-block:after { bottom: 50px; right: -10px; } .feature-style-two .image-block img { position: relative; z-index: 10; } .feature-style-two .content-block .block-title { margin-bottom: 50px; } .feature-style-two .content-block p { font-size: 24px; color: #777B92; line-height: 40px; margin: 0; margin-bottom: 46px; } .feature-style-two .content-block ul.feature-lists { margin: 0; padding: 0; list-style: none; margin-bottom: 54px; } .feature-style-two .content-block ul.feature-lists li { position: relative; color: #777B92; font-size: 18px; padding-left: 35px; } .feature-style-two .content-block ul.feature-lists li + li { margin-top: 10px; } .feature-style-two .content-block ul.feature-lists li i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; color: #E94FCA; } .feature-style-two .content-block .feature-btn { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); display: inline-block; vertical-align: middle; color: #777B92; font-size: 16px; font-weight: 500; padding: 16px 42.5px; transition: all .4s ease; } .feature-style-two .content-block .feature-btn:hover { background-color: #E94FCA; color: #fff; border-color: #E94FCA; } /* * 13.services styles */ .services-style-one { background-color: #FFF8F8; position: relative; padding-top: 120px; padding-bottom: 350px; } .services-style-one:before { content: ''; width: 100%; height: 251px; background: #fff url(../images/bg-curve-1-1.png) center center no-repeat; background-size: cover; position: absolute; bottom: 0; left: 0; } .services-style-one .single-service-one { padding: 60px; padding-bottom: 50px; border-style: solid; border-width: 1px; border-color: #ffe5e5; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(255, 228, 228, 0.3); transition: all .4s ease; position: relative; overflow: hidden; } .services-style-one .single-service-one:before { content: ''; width: 600px; height: 600px; border-radius: 50%; position: absolute; bottom: 25%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); background-color: #CA00CA; z-index: 8; transition: all .4s ease; } .services-style-one .single-service-one .hover-block:before, .services-style-one .single-service-one .hover-block:after { content: ''; width: 600px; height: 600px; border-radius: 50%; position: absolute; } .services-style-one .single-service-one .hover-block:before { bottom: 65%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); background-color: #8C00CA; z-index: 10; transition: all .4s ease; } .services-style-one .single-service-one .hover-block:after { background-color: #AB00CA; bottom: 45%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); background-color: #AB00CA; z-index: 9; transition: all .4s ease; } .services-style-one .single-service-one i { font-size: 64px; color: #5CDA6B; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one h3 { color: #273167; font-size: 22px; line-height: 34px; margin: 0; margin-top: 17px; margin-bottom: 35px; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one p { color: #777B92; font-size: 18px; line-height: 34px; margin: 0; margin-bottom: 23px; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one .line-block { display: block; background-color: #5dda6c; width: 41px; height: 2px; margin-bottom: 20px; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one a.more-link { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #273167; font-size: 14px; font-weight: 500; letter-spacing: .1em; line-height: 1em; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one:hover { background-color: #e94fca; border-color: #e94fca; } .services-style-one .single-service-one:hover i, .services-style-one .single-service-one:hover h3, .services-style-one .single-service-one:hover p, .services-style-one .single-service-one:hover a.more-link { color: #fff; } .services-style-one .single-service-one:hover .line-block { background-color: #fff; } .services-style-one .single-service-one:hover:before { -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); transition-delay: .2s; } .services-style-one .single-service-one:hover .hover-block:before { -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); transition-delay: .1s; } .services-style-one .single-service-one:hover .hover-block:after { -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); } .services-style-one [class*=col-]:nth-child(1) .single-service-one i { color: #5CDA6B; } .services-style-one [class*=col-]:nth-child(1) .single-service-one .line-block { background-color: #5CDA6B; } .services-style-one [class*=col-]:nth-child(1) .single-service-one:hover i { color: #fff; } .services-style-one [class*=col-]:nth-child(1) .single-service-one:hover .line-block { background-color: #fff; } .services-style-one [class*=col-]:nth-child(2) .single-service-one i { color: #AD63F3; } .services-style-one [class*=col-]:nth-child(2) .single-service-one .line-block { background-color: #AD63F3; } .services-style-one [class*=col-]:nth-child(2) .single-service-one:hover i { color: #fff; } .services-style-one [class*=col-]:nth-child(2) .single-service-one:hover .line-block { background-color: #fff; } .services-style-one [class*=col-]:nth-child(3) .single-service-one i { color: #F0A734; } .services-style-one [class*=col-]:nth-child(3) .single-service-one .line-block { background-color: #F0A734; } .services-style-one [class*=col-]:nth-child(3) .single-service-one:hover i { color: #fff; } .services-style-one [class*=col-]:nth-child(3) .single-service-one:hover .line-block { background-color: #fff; } /* * 14.fun fact styles */ .fun-fact-style-one { padding-bottom: 100px; } .fun-fact-style-one .title-line { margin: 0; color: #777B92; letter-spacing: .2em; font-weight: 500; font-size: 16px; text-transform: uppercase; text-align: center; margin-bottom: 90px; } .fun-fact-style-one .single-funfact-one h3, .fun-fact-style-one .single-funfact-one p { margin: 0; } .fun-fact-style-one .single-funfact-one h3 { color: #273167; font-size: 60px; font-weight: 300; line-height: 1em; } .fun-fact-style-one .single-funfact-one p { font-size: 14px; color: #777B92; text-transform: uppercase; letter-spacing: .2em; font-weight: 500; line-height: 1em; margin-top: 20px; } /* * 15.inner banner styles */ .inner-banner { background: #fff url(../images/inner-banner-1-1.png) center center no-repeat; background-size: cover; position: relative; padding-bottom: 120px; padding-top: 255px; } .inner-banner:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(-45deg, #320b82 0%, #9c33c3 100%); opacity: .50; } .inner-banner .container { position: relative; text-align: center; } .inner-banner .thm-breadcrumb { margin: 0; padding: 0; list-style: none; } .inner-banner .thm-breadcrumb li { display: inline-block; vertical-align: middle; } .inner-banner .thm-breadcrumb li a, .inner-banner .thm-breadcrumb li span { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #FCFBFE; font-size: 14px; letter-spacing: .2em; line-height: 1em; } .inner-banner .thm-breadcrumb li span.sep { margin-left: 10px; margin-right: 10px; } .inner-banner h2 { color: #fff; margin: 0; font-size: 46px; font-weight: 400; margin-top: 5px; } /* * 16.sidebar styles */ .sidebar .single-sidebar:not(.search-widget) { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; padding: 50px; } .sidebar .single-sidebar + .single-sidebar { margin-top: 30px; } .sidebar .single-sidebar .widget-title { margin-bottom: 30px; } .sidebar .single-sidebar .widget-title h3 { margin: 0; font-size: 20px; color: #273167; font-weight: 400; } .sidebar .single-sidebar ul { margin: 0; padding: 0; list-style: none; } .sidebar .single-sidebar .widget-single-post { display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; } .sidebar .single-sidebar .widget-single-post + .widget-single-post { margin-top: 30px; } .sidebar .single-sidebar .widget-single-post .image-block .inner-block { width: 60px; overflow: hidden; border-radius: 50%; } .sidebar .single-sidebar .widget-single-post .image-block .inner-block > img { width: 100%; } .sidebar .single-sidebar .widget-single-post .text-block { padding-left: 20px; } .sidebar .single-sidebar .widget-single-post .text-block h3 { font-size: 16px; line-height: 24px; font-weight: 400; } .sidebar .single-sidebar .widget-single-post .text-block h3 a { color: #777B92; transition: all .4s ease; } .sidebar .single-sidebar .widget-single-post .text-block h3 a:hover { color: #E94FCA; } .sidebar .single-sidebar .links-list { margin-top: -10px; } .sidebar .single-sidebar .links-list li + li { margin-top: 15px; } .sidebar .single-sidebar .links-list li a { color: #777B92; font-size: 16px; font-weight: 400; transition: all .4s ease; position: relative; display: inline-block; } .sidebar .single-sidebar .links-list li a:before { content: '\f101'; font-family: 'FontAwesome'; color: #e94fca; font-size: 14px; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%) translateX(-15px); transform: translateY(-50%) translateX(-15px); opacity: 0; transition: all .4s ease; } .sidebar .single-sidebar .links-list li a:hover { color: #e94fca; -webkit-transform: translateX(20px); transform: translateX(20px); } .sidebar .single-sidebar .links-list li a:hover:before { opacity: 1; } .sidebar .single-sidebar .tag-list-wrapper { margin-top: -10px; } .sidebar .single-sidebar .tag-list-wrapper a { font-size: 16px; color: #777B92; transition: all .4s ease; } .sidebar .single-sidebar .tag-list-wrapper a:hover { color: #E94FCA; } .sidebar .single-sidebar .search-form { width: 100%; position: relative; height: 84px; border-radius: 4px; overflow: hidden; } .sidebar .single-sidebar .search-form input { border: none; outline: none; background-color: #E94FCA; color: #fff; width: 100%; height: 100%; display: block; padding-left: 50px; position: absolute; top: 0; left: 0; } .sidebar .single-sidebar .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; } .sidebar .single-sidebar .search-form input::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .sidebar .single-sidebar .search-form input:-ms-input-placeholder { /* IE 10+ */ color: #fff; } .sidebar .single-sidebar .search-form input:-moz-placeholder { /* Firefox 18- */ color: #fff; } .sidebar .single-sidebar .search-form button[type=submit] { border: none; outline: none; background-color: transparent; cursor: pointer; color: #fff; position: absolute; top: 50%; right: 50px; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 16px; }
public/front-web/css/style.css
* 1.imported styles */ @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900"); @import url("bootstrap.min.css"); @import url("animate.css"); @import url("owl.carousel.css"); @import url("owl.theme.default.min.css"); @import url("font-awesome.min.css"); @import url("jquery.bxslider.min.css"); @import url("../plugins/opins-icon/style.css"); /* * 2.misclenious styles */ body { font-family: "Roboto", sans-serif; font-size: 16px; line-height: 30px; color: #777b92; } a:active, a:hover, a:focus, a:visited { text-decoration: none; } .page-wrapper { position: relative; margin: 0 auto; width: 100%; min-width: 300px; overflow: hidden; } @media (min-width: 1200px) { .container { max-width: 1200px; } } hr.style-one { margin: 0; border-top: 1px solid #EAEAEA; } .block-title { margin-bottom: 50px; } .block-title h2 { margin: 0; color: #273167; font-size: 46px; margin-top: 50px; font-weight: 400; } .preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background-color: #fff; background-image: url(../images/preloader.gif); background-repeat: no-repeat; background-position: center center; } .scroll-to-top { display: inline-block; width: 45px; height: 45px; background: #E94FCA; border-radius: 4px; position: fixed; bottom: 20px; right: 20px; z-index: 99; text-align: center; transition: all .4s ease; display: none; } .scroll-to-top i { font-size: 18px; line-height: 45px; color: #fff; } .scroll-to-top:hover { background: #273167; } /* * 3.header styles */ .header-navigation { background-color: transparent; margin-bottom: 0; border: none; border-radius: 0; padding: 0; position: relative; background-color: transparent; } .header-navigation .container { background: transparent; position: relative; display: block; } .header-navigation .container .logo-box { float: left; position: absolute; top: 50%; left: 15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .header-navigation .container .navbar-brand { height: auto; margin: 0; } .header-navigation .container .menu-toggler { display: none; } .header-navigation .container .right-side-box { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 15px; } .header-navigation .main-navigation { float: right; text-align: right; } @media (min-width: 1200px) { .header-navigation .main-navigation { display: block !important; } } .header-navigation ul.navigation-box { margin: 0; padding: 0; list-style: none; } .header-navigation ul.navigation-box li a .sub-nav-toggler { display: none; } .header-navigation ul.navigation-box > li { position: relative; padding: 0px 0; display: inline-block; vertical-align: middle; /* Second Level Menu */ /* Thrid Level Menu */ } .header-navigation ul.navigation-box > li + li { margin-left: 45px; } .header-navigation ul.navigation-box > li:first-child { padding-left: 0; } .header-navigation ul.navigation-box > li:last-child { padding-right: 0; } .header-navigation ul.navigation-box > li > a { font-weight: 500; font-size: 16px; color: #777B92; padding: 0; transition: all .4s ease; position: relative; } .header-navigation ul.navigation-box > li > a:before { content: ''; position: absolute; bottom: -5px; left: 0; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; transform-origin: right center; width: 100%; height: 2px; background-color: #E94FCA; transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; } .header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a { color: #E94FCA; } .header-navigation ul.navigation-box > li.current > a:before, .header-navigation ul.navigation-box > li:hover > a:before { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; transform-origin: left center; } .header-navigation ul.navigation-box > li > .sub-menu { position: absolute; top: 100%; left: 0; z-index: 1000; float: left; min-width: 220px; padding: 0px 0px; text-align: left; list-style: none; background-color: #273167; background-clip: padding-box; opacity: 0; border-radius: 0px; visibility: hidden; transition: opacity .4s ease, visibility .4s ease; box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1); } @media (min-width: 1200px) { .header-navigation ul.navigation-box > li > .sub-menu { display: block !important; } } .header-navigation ul.navigation-box > li > .sub-menu.right-align { left: auto; right: 0; } .header-navigation ul.navigation-box > li > .sub-menu.center-align { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .header-navigation ul.navigation-box > li > .sub-menu > li { display: block; position: relative; transition: all .4s ease; } .header-navigation ul.navigation-box > li > .sub-menu > li + li { border-top: 1px solid rgba(255, 255, 255, 0.1); } .header-navigation ul.navigation-box > li > .sub-menu > li > a { font-size: 15px; color: #fff; font-weight: 500; padding: 12px 30px; display: block; line-height: 26px; white-space: nowrap; position: relative; transition: all .4s ease; } .header-navigation ul.navigation-box > li > .sub-menu > li:hover > a { color: #273167; background: #fff; } .header-navigation ul.navigation-box > li:hover:before { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left bottom; transform-origin: left bottom; } .header-navigation ul.navigation-box > li:hover > .sub-menu { opacity: 1; visibility: visible; } .header-navigation ul.navigation-box > li > ul > li { /* no more nested showen */ } .header-navigation ul.navigation-box > li > ul > li > .sub-menu { position: absolute; top: 0%; left: 100%; z-index: 1000; float: left; min-width: 220px; padding: 0px 0px; text-align: left; list-style: none; background-color: #273167; background-clip: padding-box; opacity: 0; border-radius: 0px; visibility: hidden; transition: opacity .4s ease, visibility .4s ease; box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1); } @media (min-width: 1200px) { .header-navigation ul.navigation-box > li > ul > li > .sub-menu { display: block !important; } } .header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align { left: auto; right: 100%; } .header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li { display: block; position: relative; transition: all .4s ease; } .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li { border-top: 1px solid rgba(255, 255, 255, 0.1); } .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a { font-size: 15px; color: #fff; font-weight: 500; padding: 12px 30px; display: block; line-height: 26px; white-space: nowrap; position: relative; transition: all .4s ease; } .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a { color: #273167; background: #fff; } .header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu { opacity: 1; visibility: visible; } .header-navigation ul.navigation-box > li > ul > li ul { display: none; } .header-navigation.stricky-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 991; background: #273167; border-bottom: 0; } .site-header.header-one { background-color: transparent; position: absolute; top: 0; left: 0; width: 100%; z-index: 99; } .site-header.header-one .header-navigation { background: transparent; } .site-header.header-one .header-navigation.stricky-fixed { background-color: #fff; box-shadow: 0px 5px 30px 0px rgba(233, 79, 202, 0.05); } .site-header.header-one .header-navigation .container { padding-right: 185px; } .site-header.header-one .header-navigation ul.navigation-box > li.current > a, .site-header.header-one .header-navigation ul.navigation-box > li:hover > a { color: #E94FCA; } .site-header.header-one .header-navigation ul.navigation-box > li { padding: 45px 0; } .site-header.header-one .header-navigation ul.navigation-box > li + li { margin-left: 56px; } .site-header.header-one .header-navigation .right-side-box .header-btn { display: inline-block; vertical-align: middle; border-style: solid; border-width: 1px; border-color: #ffd6f3; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(233, 79, 202, 0.1); color: #E94FCA; font-size: 16px; font-weight: 500; padding: 11px 38px; transition: all .4s ease; } .site-header.header-one .header-navigation .right-side-box .header-btn:hover { color: #fff; background-color: #E94FCA; border-color: #E94FCA; } .site-header.header-one .header-navigation.stricky-fixed ul.navigation-box > li { padding: 25px 0; } .site-header.home-page-two .header-navigation.stricky-fixed { background-image: linear-gradient(-145deg, #320b82 0%, #9c33c3 100%); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15); } .site-header.home-page-two .header-navigation ul.navigation-box > li > a { color: #D6C9E4; } .site-header.home-page-two .header-navigation ul.navigation-box > li.current > a, .site-header.home-page-two .header-navigation ul.navigation-box > li:hover > a { color: #fff; } .site-header.home-page-two .header-navigation .right-side-box .header-btn { border-color: #fff; background-color: transparent; color: #fff; transition: all .4s ease; } .site-header.home-page-two .header-navigation .right-side-box .header-btn:hover { color: #fff; background-color: #E94FCA; border-color: #E94FCA; } /* * 4.banner styles */ .banner-style-one { position: relative; padding-top: 300px; padding-bottom: 220px; background: #fff url(../images/banner-bg-1-1.png) top right no-repeat; } .banner-style-one:before, .banner-style-one:after { content: ''; width: 318px; height: 318px; border-radius: 50%; border: 43px solid; position: absolute; -webkit-animation: BannercircleRotate 5s ease-in-out 0s infinite alternate; animation: BannercircleRotate 5s ease-in-out 0s infinite alternate; } @-webkit-keyframes BannercircleRotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform: rotate(45deg); transform: rotate(45deg); opacity: .5; } } @keyframes BannercircleRotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform: rotate(45deg); transform: rotate(45deg); opacity: .5; } } .banner-style-one:before { border-color: #FFF3FD; bottom: 10%; right: 32%; } .banner-style-one:after { border-color: #F3FAFF; top: 10%; left: 10%; } .banner-style-one .banner-mock { position: absolute; top: 15%; right: 10%; -webkit-animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; animation: bannerImgBounce 5s ease-in-out 0s infinite alternate; } @-webkit-keyframes bannerImgBounce { 0% { -webkit-transform: translateY(0) translateX(0); transform: translateY(0) translateX(0); } 100% { -webkit-transform: translateY(-20px) translateX(-20px); transform: translateY(-20px) translateX(-20px); } } @keyframes bannerImgBounce { 0% { -webkit-transform: translateY(0) translateX(0); transform: translateY(0) translateX(0); } 100% { -webkit-transform: translateY(-20px) translateX(-20px); transform: translateY(-20px) translateX(-20px); } } .banner-style-one [class*=bubble-] { width: 26px; height: 26px; border-radius: 50%; position: absolute; background-color: #ede8ff; border: 1px solid #a98fff; -webkit-animation-name: bubbleMover; animation-name: bubbleMover; -webkit-animation-duration: 9s; animation-duration: 9s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-perspective: 100px; perspective: 100px; } @-webkit-keyframes bubbleMover { 0% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); } 30% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: center center; transform-origin: center center; } 50% { -webkit-transform: translateY(50px) translateX(100px) rotate(45deg); transform: translateY(50px) translateX(100px) rotate(45deg); -webkit-transform-origin: right bottom; transform-origin: right bottom; } 80% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: left top; transform-origin: left top; } 100% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); -webkit-transform-origin: center center; transform-origin: center center; } } @keyframes bubbleMover { 0% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); } 30% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: center center; transform-origin: center center; } 50% { -webkit-transform: translateY(50px) translateX(100px) rotate(45deg); transform: translateY(50px) translateX(100px) rotate(45deg); -webkit-transform-origin: right bottom; transform-origin: right bottom; } 80% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: left top; transform-origin: left top; } 100% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); -webkit-transform-origin: center center; transform-origin: center center; } } .banner-style-one .bubble-1 { background-color: #fff7e0; border-color: #ffdd83; top: 10px; left: 20px; } .banner-style-one .bubble-2 { background-color: #fff1ec; border-color: #ffb59d; bottom: 30px; left: 10%; } .banner-style-one .bubble-3 { background-color: #ebf3ff; border-color: #b9d4ff; top: 40px; left: 40%; } .banner-style-one .bubble-4 { background-color: #ddffe4; border-color: #93ff6d; top: 10px; right: 40%; } .banner-style-one .bubble-5 { background-color: #ede8ff; border-color: #a98fff; bottom: 30px; right: 25%; } .banner-style-one .bubble-6 { background-color: #ffe8fb; border-color: #ffa6ef; top: 40%; right: 10%; } .banner-style-one .content-block { position: relative; z-index: 10; } .banner-style-one .content-block h3, .banner-style-one .content-block p { margin: 0; } .banner-style-one .content-block h3 { color: #273167; font-size: 60px; line-height: 70px; font-weight: 500; margin-bottom: 40px; } .banner-style-one .content-block p { color: #777B92; font-size: 18px; line-height: 34px; margin-bottom: 55px; } .banner-style-one .content-block .banner-btn { display: inline-block; border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); vertical-align: middle; color: #777B92; font-weight: 500; font-size: 14px; line-height: 1em; padding: 22.5px 0; padding-left: 73px; padding-right: 53px; position: relative; background-color: #fff; transition: all .4s ease; } .banner-style-one .content-block .banner-btn span { font-size: 18px; display: block; line-height: 1em; margin-top: 5px; } .banner-style-one .content-block .banner-btn i { font-size: 30px; color: #777B92; position: absolute; top: 50%; left: 40px; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: all .4s ease; } .banner-style-one .content-block .banner-btn + .banner-btn { margin-left: 16px; } .banner-style-one .content-block .banner-btn:hover { color: #fff; background-color: #E94FCA; border-color: #E94FCA; } .banner-style-one .content-block .banner-btn:hover i { color: #fff; } .banner-style-one.home-page-two { padding-bottom: 277px; background: #fff url(../images/banner-bg-1-2.png) top right no-repeat; background-size: cover; margin-bottom: 60px; } .banner-style-one.home-page-two:before { border-color: rgba(255, 255, 255, 0.04); } .banner-style-one.home-page-two:after { border-color: rgba(255, 255, 255, 0.02); } .banner-style-one.home-page-two [class*=bubble-] { background-color: transparent !important; border-width: 2px; } .banner-style-one.home-page-two .banner-mock { right: 0; top: 20%; } .banner-style-one.home-page-two .content-block h3 { color: #fff; } .banner-style-one.home-page-two .content-block p { color: #D6C9E4; } .banner-style-one.home-page-two .content-block .banner-btn { color: #fff; border-style: solid; border-width: 1px; border-color: white; border-radius: 3px; background-color: transparent; box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1); } .banner-style-one.home-page-two .content-block .banner-btn i { color: #fff; } .banner-style-one.home-page-two .content-block .banner-btn:hover { background-color: #E94FCA; border-color: #E94FCA; } /* * 5.footer styles */ .site-footer { position: relative; } .site-footer [class*=bubble-] { width: 26px; height: 26px; border-radius: 50%; position: absolute; background-color: #ede8ff; border: 1px solid #a98fff; -webkit-animation-name: bubbleMover; animation-name: bubbleMover; -webkit-animation-duration: 9s; animation-duration: 9s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-perspective: 100px; perspective: 100px; } @keyframes bubbleMover { 0% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); } 30% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: center center; transform-origin: center center; } 50% { -webkit-transform: translateY(50px) translateX(100px) rotate(45deg); transform: translateY(50px) translateX(100px) rotate(45deg); -webkit-transform-origin: right bottom; transform-origin: right bottom; } 80% { -webkit-transform: translateY(30px) translateX(50px) rotate(15deg); transform: translateY(30px) translateX(50px) rotate(15deg); -webkit-transform-origin: left top; transform-origin: left top; } 100% { -webkit-transform: translateY(0px) translateX(0) rotate(0); transform: translateY(0px) translateX(0) rotate(0); -webkit-transform-origin: center center; transform-origin: center center; } } .site-footer .bubble-1 { background-color: #fff7e0; border-color: #ffdd83; top: 10px; left: 20px; } .site-footer .bubble-2 { background-color: #fff1ec; border-color: #ffb59d; bottom: 30px; left: 10%; } .site-footer .bubble-3 { background-color: #ebf3ff; border-color: #b9d4ff; top: 40px; left: 40%; } .site-footer .bubble-4 { background-color: #ddffe4; border-color: #93ff6d; top: 10px; right: 40%; } .site-footer .bubble-5 { background-color: #ede8ff; border-color: #a98fff; bottom: 30px; right: 25%; } .site-footer .bubble-6 { background-color: #ffe8fb; border-color: #ffa6ef; top: 40%; right: 10%; } .site-footer .inner-container { border: 1px solid #eaeaea; border-left: 0; border-right: 0; padding: 86px 0; } .footer-widget ul, .footer-widget h3, .footer-widget p { margin: 0; padding: 0; list-style: none; } .footer-widget .widget-title { margin-bottom: 28px; } .footer-widget .widget-title h3 { color: #273167; font-size: 20px; font-weight: 500; } .footer-widget ul.contact-list li { color: #777b92; } .footer-widget ul.contact-list li + li { margin-top: 9px; } .footer-widget ul.links-list li + li { margin-top: 10px; } .footer-widget ul.links-list li a { color: #777b92; font-size: 16px; display: inline-block; position: relative; transition: all .4s ease; } .footer-widget ul.links-list li a:before { content: '\f101'; font-family: 'FontAwesome'; color: #e94fca; font-size: 14px; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%) translateX(-15px); transform: translateY(-50%) translateX(-15px); opacity: 0; transition: all .4s ease; } .footer-widget ul.links-list li a:hover { color: #e94fca; -webkit-transform: translateX(20px); transform: translateX(20px); } .footer-widget ul.links-list li a:hover:before { opacity: 1; } .footer-widget .social-block a { display: inline-block; vertical-align: middle; width: 51px; height: 51px; border: 1px solid #eaeaea; line-height: 49px; text-align: center; background-color: #fff; color: #777b92; border-radius: 50%; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); transition: all .4s ease; } .footer-widget .social-block a:hover { color: #fff; background-color: #e94fca; border-color: #e94fca; } .bottom-footer { padding: 25px 0; } .bottom-footer p { color: #777b92; font-size: 16px; } .bottom-footer p a { color: #e94fca; } /* * 6.subscribe styles */ .subscribe-style-one { padding-top: 110px; padding-bottom: 120px; } .subscribe-style-one h3 { margin: 0; color: #273167; font-size: 40px; font-weight: 400; margin-bottom: 60px; } .subscribe-style-one .subscribe-form { display: -webkit-box; display: flex; width: 100%; margin-left: auto; margin-right: auto; max-width: 700px; } .subscribe-style-one .subscribe-form input { border: none; outline: none; display: block; width: 100%; max-width: 470px; border-radius: 4px; border-style: solid; border-width: 1px; border-color: #eaeaea; height: 84px; font-size: 16px; padding-left: 30px; } .subscribe-style-one .subscribe-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #777B92; } .subscribe-style-one .subscribe-form input::-moz-placeholder { /* Firefox 19+ */ color: #777B92; } .subscribe-style-one .subscribe-form input:-ms-input-placeholder { /* IE 10+ */ color: #777B92; } .subscribe-style-one .subscribe-form input:-moz-placeholder { /* Firefox 18- */ color: #777B92; } .subscribe-style-one .subscribe-form button[type=submit] { width: 208px; border-radius: 4px; margin-left: 20px; height: 84px; border: none; outline: none; background-color: #E94FCA; cursor: pointer; font-weight: 500; font-size: 20px; color: #FFFFFF; transition: all .4s ease; } .subscribe-style-one .subscribe-form button[type=submit]:hover { background-color: #273167; } /* * 7.blog styles */ .blog-style-one { background-color: #f7fbff; padding-top: 120px; padding-bottom: 50px; } .blog-style-one.blog-page { background-color: #fff; padding-bottom: 120px; } .single-blog-style-one { margin-bottom: 60px; } .single-blog-style-one .image-block { border-radius: 4px; background-color: #273167; box-shadow: 0px 15px 30px 0px rgba(39, 49, 103, 0.1); } .single-blog-style-one .image-block .inner-block { overflow: hidden; position: relative; border-radius: 4px; } .single-blog-style-one .image-block .inner-block > img { width: 100%; transition: all .4s ease; } .single-blog-style-one .image-block .inner-block .date-block { display: inline-block; position: absolute; top: 0; left: 0; background-color: #E94FCA; border-radius: 4px 0; font-size: 14px; font-weight: 500; color: #fff; padding: 3px 20px; z-index: 12; } .single-blog-style-one .image-block .inner-block:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #273167; opacity: 0; z-index: 11; transition: all .4s ease; } .single-blog-style-one .image-block:hover { cursor: pointer; } .single-blog-style-one .image-block:hover .inner-block > img { -webkit-transform: scale(1.05); transform: scale(1.05); } .single-blog-style-one .image-block:hover .inner-block:before { opacity: .5; } .single-blog-style-one .text-block .meta-info { margin-top: 20px; } .single-blog-style-one .text-block .meta-info a, .single-blog-style-one .text-block .meta-info span { text-transform: uppercase; font-size: 14px; color: #E94FCA; font-weight: 500; letter-spacing: .1em; transition: all .4s ease; } .single-blog-style-one .text-block .meta-info span.sep { margin-left: 16px; margin-right: 16px; } .single-blog-style-one .text-block .meta-info a:hover { color: #273167; } .single-blog-style-one .text-block h3, .single-blog-style-one .text-block p { margin: 0; } .single-blog-style-one .text-block h3 { font-size: 26px; line-height: 40px; font-weight: 400; margin-bottom: 26px; } .single-blog-style-one .text-block h3 a { color: #273167; transition: all .4s ease; } .single-blog-style-one .text-block h3 a:hover { color: #E94FCA; } .single-blog-style-one .text-block .line-block { vertical-align: middle; background-color: #e94fca; width: 41px; height: 2px; display: block; margin-top: 20px; margin-bottom: 20px; transition: all .4s ease; } .single-blog-style-one .text-block a.more-link { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #273167; font-size: 14px; font-weight: 500; letter-spacing: .1em; line-height: 1em; transition: all .4s ease; } .single-blog-style-one .text-block a.more-link:hover { color: #E94FCA; } .single-blog-style-one .text-block:hover .line-block { width: 60px; } .blog-post-pagination { margin-top: 0px; } .blog-post-pagination a { display: inline-block; vertical-align: middle; width: 52px; height: 52px; border-radius: 50%; background: #EBF3FF; line-height: 52px; text-align: center; font-size: 18px; color: #273167; transition: all .4s ease; } .blog-post-pagination a.prev, .blog-post-pagination a.next { background: #273167; color: #fff; font-size: 14px; } .blog-post-pagination a.active { cursor: auto; } .blog-post-pagination a.active, .blog-post-pagination a:hover { background: #E94FCA; color: #fff; } .blog-post-pagination a + a { margin-left: 10px; } .blog-details-page { padding: 120px 0; } .blog-details-page .single-blog-style-one { margin-bottom: 0; } .blog-details-page .single-blog-style-one .text-block { margin-top: 20px; } .blog-details-page .single-blog-style-one .text-block .meta-info { margin: 0; } .blog-details-page .single-blog-style-one .text-block .post-title { margin: 0; color: #273167; font-size: 26px; font-weight: 400; margin-bottom: 25px; } .blog-details-page .single-blog-style-one .text-block p { margin: 0; } .blog-details-page .single-blog-style-one .text-block p + p { margin-top: 45px; } .blog-details-page .share-block { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; border-top: 1px solid #EAEAEA; padding-top: 40px; margin-top: 50px; } .blog-details-page .share-block .left-block p { margin: 0; color: #273167; font-size: 20px; } .blog-details-page .share-block .left-block p a { color: #777B92; font-size: 16px; transition: all .4s ease; margin-left: 10px; } .blog-details-page .share-block .left-block p a:hover { color: #E94FCA; } .blog-details-page .share-block .social-block a { display: inline-block; vertical-align: middle; width: 51px; height: 51px; border: 1px solid #eaeaea; line-height: 49px; text-align: center; background-color: #fff; color: #777b92; border-radius: 50%; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); transition: all .4s ease; } .blog-details-page .share-block .social-block a:hover { color: #fff; background-color: #e94fca; border-color: #e94fca; } .blog-details-page .author-block { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; border: 1px solid #EAEAEA; border-radius: 4px; padding: 60px; margin-top: 40px; margin-bottom: 60px; } .blog-details-page .author-block .text-block { padding-left: 40px; } .blog-details-page .author-block img { width: 169px; border-radius: 4px; } .blog-details-page .author-block h3, .blog-details-page .author-block p { margin: 0; } .blog-details-page .author-block h3 { color: #273167; font-size: 20px; font-weight: 400; margin-bottom: 38px; } .blog-details-page .author-block p { font-size: 16px; line-height: 30px; } .blog-details-page .title-line { margin-bottom: 50px; } .blog-details-page .title-line h3 { margin: 0; color: #273167; font-size: 30px; font-weight: 400; } .blog-details-page .single-comment-one { border-bottom: 1px solid #EAEAEA; padding-bottom: 60px; margin-bottom: 60px; display: -webkit-box; display: flex; } .blog-details-page .single-comment-one .image-block .inner-block { width: 90px; overflow: hidden; border-radius: 50%; } .blog-details-page .single-comment-one .image-block .inner-block > img { width: 100%; } .blog-details-page .single-comment-one .text-block { padding-left: 40px; } .blog-details-page .single-comment-one .text-block h3, .blog-details-page .single-comment-one .text-block p { margin: 0; } .blog-details-page .single-comment-one .text-block h3 { color: #273167; font-size: 20px; font-weight: 400; margin-bottom: 5px; } .blog-details-page .single-comment-one .text-block p { color: #777B92; font-size: 16px; line-height: 30px; width: 82%; } .blog-details-page .single-comment-one .text-block .top-block { display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; margin-bottom: 30px; } .blog-details-page .single-comment-one .text-block .date-line { text-transform: uppercase; font-size: 14px; color: #E94FCA; font-weight: 500; letter-spacing: .1em; transition: all .4s ease; } .blog-details-page .single-comment-one .text-block .date-line span.sep { margin-left: 16px; margin-right: 16px; } .blog-details-page .single-comment-one .text-block .reply-btn { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); width: 97px; height: 42px; line-height: 40px; color: #777B92; font-size: 16px; font-weight: 500; display: inline-block; vertical-align: middle; text-align: center; transition: all .4s ease; } .blog-details-page .single-comment-one .text-block .reply-btn:hover { color: #fff; background-color: #E94FCA; border-color: #E94FCA; } .blog-details-page .comment-form input, .blog-details-page .comment-form textarea { border: none; outline: none; border: none; width: 100%; height: 84px; display: block; border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; margin-bottom: 30px; padding-left: 40px; } .blog-details-page .comment-form textarea { height: 234px; padding-top: 20px; } .blog-details-page .comment-form button[type=submit] { width: 276px; border-radius: 4px; height: 84px; border: none; outline: none; background-color: #E94FCA; cursor: pointer; font-weight: 500; line-height: 84px; font-size: 20px; color: #FFFFFF; transition: all .4s ease; } .blog-details-page .comment-form button[type=submit]:hover { background-color: #273167; } /* * 8.faq styles */ .faq-style-one .container { padding-bottom: 120px; } @media (min-width: 1200px) { .faq-style-one .container { max-width: 920px; } } .faq-style-one .block-title { padding-top: 120px; } .faq-style-one .accrodion-grp .accrodion { border: 1px solid #EAEAEA; padding: 30.5px 40px; } .faq-style-one .accrodion-grp .accrodion + .accrodion { margin-top: 20px; } .faq-style-one .accrodion-grp .accrodion .accrodion-title { cursor: pointer; } .faq-style-one .accrodion-grp .accrodion .accrodion-title h4 { margin: 0; font-size: 20px; font-weight: 400; padding: 0px 0; padding-top: 0; padding-left: 0px; position: relative; color: #273167; transition: all .4s ease; } .faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before { font-family: 'FontAwesome'; content: '\f067'; display: inline-block; width: 22px; height: 22px; line-height: 22px; border-radius: 50%; text-align: center; font-size: 14px; color: #273167; position: absolute; top: 50%; right: 0px; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: all .4s ease; } .faq-style-one .accrodion-grp .accrodion .accrodion-content .inner { margin-top: 30px; } .faq-style-one .accrodion-grp .accrodion .accrodion-content .inner p { margin: 0; font-size: 16px; line-height: 30px; color: #777B92; } .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 { color: #E94FCA; } .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before { content: '\f068'; color: #E94FCA; } /* * 9.brand styles */ .brand-carousel-one { padding: 119.5px 0; padding-left: 48px; padding-right: 48px; } .brand-carousel-one .item img { width: auto; max-width: none; margin-left: auto; margin-right: auto; opacity: .4; transition: all .4s ease; } .brand-carousel-one .item img:hover { opacity: 1; } .brand-carousel-one .owl-dots, .brand-carousel-one .owl-nav { display: none; } /* * 10.testimonials styles */ .testimonials-style-one { background-color: #F2FFF8; padding: 120px 0; position: relative; } .testimonials-style-one .map-img { position: absolute; top: 50%; left: 10%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-animation-name: mapMover; animation-name: mapMover; -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; transition: all .4s ease; -webkit-transform-origin: center center; transform-origin: center center; } @-webkit-keyframes mapMover { 0% { opacity: 0.05; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } 50% { opacity: 0.20; -webkit-transform: translateY(-55%) translateX(-20px); transform: translateY(-55%) translateX(-20px); } 100% { opacity: 0.05; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } } @keyframes mapMover { 0% { opacity: 0.05; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } 50% { opacity: 0.20; -webkit-transform: translateY(-55%) translateX(-20px); transform: translateY(-55%) translateX(-20px); } 100% { opacity: 0.05; -webkit-transform: translateY(-50%) translateX(0); transform: translateY(-50%) translateX(0); } } .testimonials-style-one .block-title { margin-bottom: 45px; } .testimonials-style-one .single-testi-one p { margin: 0; color: #777B92; font-size: 24px; line-height: 46px; } .testimonials-style-one .single-testi-one h3 { color: #273167; font-weight: 500; font-size: 20px; margin: 0; margin-top: 40px; } .testimonials-style-one .testi-carousel-one .owl-nav { margin: 0; position: absolute; bottom: -10px; right: 0; background-color: #F2FFF8; } .testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-] { margin: 0px 5px; padding: 0; background-color: transparent; opacity: .3; color: #273167; font-size: 32px; transition: all .4s ease; } .testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-]:hover { opacity: 1; } .testimonials-style-one .bx-wrapper { border: none; box-shadow: none; background-color: transparent; margin-bottom: 0; } .testimonials-style-one .bx-wrapper ul.slider { padding: 0; margin: 0; } .testimonials-style-one .bx-wrapper .bx-controls-direction { position: absolute; bottom: -10px; background-color: #F2FFF8; right: 0; } .testimonials-style-one .bx-wrapper .bx-controls-direction a { text-indent: 0; background-image: none; font-size: 32px; position: relative; top: 0px; opacity: .3; color: #273167; transition: all .4s ease; } .testimonials-style-one .bx-wrapper .bx-controls-direction a:hover { opacity: 1; } .testimonials-style-one .bx-wrapper .bx-prev { left: 0px; margin-right: 25px; } .testimonials-style-one .bx-wrapper .bx-next { right: 0px; } #testimonials-slider-pager { width: 391px; height: 391px; border-style: solid; border-width: 1px; border-color: rgba(39, 49, 103, 0.15); border-radius: 50%; position: relative; -webkit-animation-name: tesiMove; animation-name: tesiMove; -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; transition: all .4s ease; -webkit-transform-origin: center center; transform-origin: center center; } @-webkit-keyframes tesiMove { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 15% { -webkit-transform: rotate(2deg); transform: rotate(2deg); } 33% { -webkit-transform: rotate(4deg); transform: rotate(4deg); } 66% { -webkit-transform: rotate(2deg); transform: rotate(2deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes tesiMove { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 15% { -webkit-transform: rotate(2deg); transform: rotate(2deg); } 33% { -webkit-transform: rotate(4deg); transform: rotate(4deg); } 66% { -webkit-transform: rotate(2deg); transform: rotate(2deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } #testimonials-slider-pager:before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 174px; height: 174px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item { width: 71px; height: 71px; display: inline-block; vertical-align: middle; position: absolute; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(1) { top: 55px; left: -10px; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(2) { top: 55px; right: -10px; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(3) { bottom: 55px; left: -10px; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(4) { bottom: 55px; right: -10px; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(5) { bottom: -40px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(6) { top: -40px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item > img { width: 100%; border-radius: 50%; transition: all .4s ease; } #testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active img { opacity: .75; -webkit-transform: scale(0.95); transform: scale(0.95); } #testimonials-slider-pager .testimonials-slider-pager-two .pager-item { width: 163px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); opacity: 0; transition: all .4s ease; } #testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active { opacity: 1; -webkit-transform: translate(-50%, -50%) scale(0.95); transform: translate(-50%, -50%) scale(0.95); } #testimonials-slider-pager .testimonials-slider-pager-two .pager-item > img { width: 100%; border-radius: 50%; } /* * 11.pricing styles */ .pricing-style-one { padding: 120px 0; } .pricing-style-one .tab-title { margin: 0; padding: 0; list-style: none; border: 0; -webkit-box-pack: center; justify-content: center; font-size: 0; margin-bottom: 60px; } .pricing-style-one .tab-title li { display: inline-block; margin-bottom: 0 !important; } .pricing-style-one .tab-title li a { display: block; border: none; outline: none; color: #86909E; display: inline-block; padding: 14px 33.5px; cursor: pointer; color: #777B92; font-size: 18px; font-weight: 500; border-radius: 0 !important; transition: all 0.4s ease; border-style: solid; border-width: 1px; border-color: #eaeaea; background-color: #fefdfe; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); } .pricing-style-one .tab-title li a:hover { border-color: #E94FCA; background: #E94FCA; color: #FFFFFF; } .pricing-style-one .tab-title li a.active { border-color: #E94FCA; background: #E94FCA !important; color: #FFFFFF !important; } .pricing-style-one .tab-title li:first-child a { border-top-left-radius: 4px !important; border-bottom-left-radius: 4px !important; } .pricing-style-one .tab-title li:last-child a { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; } .single-pricing-one { padding: 60px 0; border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; text-align: center; } .single-pricing-one.basic-pack .price { color: #5DDA6C; } .single-pricing-one.basic-pack .line { background-color: #5DDA6C; } .single-pricing-one.basic-pack .price-btn:hover { background-color: #5DDA6C; border-color: #5DDA6C; } .single-pricing-one.biz-pack .price { color: #F0A734; } .single-pricing-one.biz-pack .line { background-color: #F0A734; } .single-pricing-one.biz-pack .price-btn:hover { background-color: #F0A734; border-color: #F0A734; } .single-pricing-one span, .single-pricing-one a { display: block; } .single-pricing-one ul.feature-lists { margin: 0; padding: 0; list-style: none; margin-bottom: 40px; } .single-pricing-one ul.feature-lists li { font-size: 18px; line-height: 1em; color: #777B92; } .single-pricing-one ul.feature-lists li + li { margin-top: 20px; } .single-pricing-one .price { color: #AD63F3; font-size: 60px; font-weight: 300; line-height: 1em; } .single-pricing-one .pack-name { font-size: 14px; font-weight: 500; color: #273167; letter-spacing: .1em; text-transform: uppercase; line-height: 1em; margin-top: 22px; } .single-pricing-one .line { background-color: #ad63f3; width: 40px; height: 2px; display: block; margin-left: auto; margin-right: auto; margin-top: 40px; margin-bottom: 40px; } .single-pricing-one .price-btn { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); display: inline-block; vertical-align: middle; color: #777B92; font-size: 16px; font-weight: 500; padding: 16px 42.5px; transition: all .4s ease; } .single-pricing-one .price-btn:hover { background-color: #E94FCA; color: #fff; border-color: #E94FCA; } .single-pricing-one .tag-line { font-size: 14px; text-transform: uppercase; color: #777B92; letter-spacing: .1em; margin-top: 40px; } /* * 12.features styles */ .feature-style-one { padding-top: 170px; background: #FFFFFF url(../images/bg-curve-1-2.png) center top no-repeat; background-size: cover; margin-top: -90px; } .feature-style-one .container { padding-bottom: 120px; } .feature-style-one .container hr.style-one { margin-bottom: 130px; } .feature-style-one .image-block { margin-top: -50px; position: relative; right: -20px; -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate; animation: featureImgBounce 5s ease-in-out 0s infinite alternate; } @-webkit-keyframes featureImgBounce { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } } @keyframes featureImgBounce { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } } .feature-style-one .content-block .block-title { margin-bottom: 50px; } .feature-style-one .content-block p { font-size: 24px; color: #777B92; line-height: 40px; margin: 0; margin-bottom: 46px; } .feature-style-one .content-block ul.feature-lists { margin: 0; padding: 0; list-style: none; margin-bottom: 54px; } .feature-style-one .content-block ul.feature-lists li { position: relative; color: #777B92; font-size: 18px; padding-left: 35px; } .feature-style-one .content-block ul.feature-lists li + li { margin-top: 10px; } .feature-style-one .content-block ul.feature-lists li i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; color: #E94FCA; } .feature-style-one .content-block .feature-btn { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); display: inline-block; vertical-align: middle; color: #777B92; font-size: 16px; font-weight: 500; padding: 16px 42.5px; transition: all .4s ease; } .feature-style-one .content-block .feature-btn:hover { background-color: #E94FCA; color: #fff; border-color: #E94FCA; } .feature-style-two { padding-top: 120px; } .feature-style-two .image-block { margin-top: -50px; position: relative; left: -50px; -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate; animation: featureImgBounce 5s ease-in-out 0s infinite alternate; } .feature-style-two .image-block:before, .feature-style-two .image-block:after { content: ''; width: 318px; height: 318px; border-radius: 50%; border: 43px solid #FAFAFA; position: absolute; } .feature-style-two .image-block:before { top: 50px; left: 40px; } .feature-style-two .image-block:after { bottom: 50px; right: -10px; } .feature-style-two .image-block img { position: relative; z-index: 10; } .feature-style-two .content-block .block-title { margin-bottom: 50px; } .feature-style-two .content-block p { font-size: 24px; color: #777B92; line-height: 40px; margin: 0; margin-bottom: 46px; } .feature-style-two .content-block ul.feature-lists { margin: 0; padding: 0; list-style: none; margin-bottom: 54px; } .feature-style-two .content-block ul.feature-lists li { position: relative; color: #777B92; font-size: 18px; padding-left: 35px; } .feature-style-two .content-block ul.feature-lists li + li { margin-top: 10px; } .feature-style-two .content-block ul.feature-lists li i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; color: #E94FCA; } .feature-style-two .content-block .feature-btn { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); display: inline-block; vertical-align: middle; color: #777B92; font-size: 16px; font-weight: 500; padding: 16px 42.5px; transition: all .4s ease; } .feature-style-two .content-block .feature-btn:hover { background-color: #E94FCA; color: #fff; border-color: #E94FCA; } /* * 13.services styles */ .services-style-one { background-color: #FFF8F8; position: relative; padding-top: 120px; padding-bottom: 350px; } .services-style-one:before { content: ''; width: 100%; height: 251px; background: #fff url(../images/bg-curve-1-1.png) center center no-repeat; background-size: cover; position: absolute; bottom: 0; left: 0; } .services-style-one .single-service-one { padding: 60px; padding-bottom: 50px; border-style: solid; border-width: 1px; border-color: #ffe5e5; border-radius: 4px; background-color: white; box-shadow: 0px 15px 30px 0px rgba(255, 228, 228, 0.3); transition: all .4s ease; position: relative; overflow: hidden; } .services-style-one .single-service-one:before { content: ''; width: 600px; height: 600px; border-radius: 50%; position: absolute; bottom: 25%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); background-color: #CA00CA; z-index: 8; transition: all .4s ease; } .services-style-one .single-service-one .hover-block:before, .services-style-one .single-service-one .hover-block:after { content: ''; width: 600px; height: 600px; border-radius: 50%; position: absolute; } .services-style-one .single-service-one .hover-block:before { bottom: 65%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); background-color: #8C00CA; z-index: 10; transition: all .4s ease; } .services-style-one .single-service-one .hover-block:after { background-color: #AB00CA; bottom: 45%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); background-color: #AB00CA; z-index: 9; transition: all .4s ease; } .services-style-one .single-service-one i { font-size: 64px; color: #5CDA6B; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one h3 { color: #273167; font-size: 22px; line-height: 34px; margin: 0; margin-top: 17px; margin-bottom: 35px; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one p { color: #777B92; font-size: 18px; line-height: 34px; margin: 0; margin-bottom: 23px; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one .line-block { display: block; background-color: #5dda6c; width: 41px; height: 2px; margin-bottom: 20px; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one a.more-link { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #273167; font-size: 14px; font-weight: 500; letter-spacing: .1em; line-height: 1em; transition: all .4s ease; position: relative; z-index: 10; } .services-style-one .single-service-one:hover { background-color: #e94fca; border-color: #e94fca; } .services-style-one .single-service-one:hover i, .services-style-one .single-service-one:hover h3, .services-style-one .single-service-one:hover p, .services-style-one .single-service-one:hover a.more-link { color: #fff; } .services-style-one .single-service-one:hover .line-block { background-color: #fff; } .services-style-one .single-service-one:hover:before { -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); transition-delay: .2s; } .services-style-one .single-service-one:hover .hover-block:before { -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); transition-delay: .1s; } .services-style-one .single-service-one:hover .hover-block:after { -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); } .services-style-one [class*=col-]:nth-child(1) .single-service-one i { color: #5CDA6B; } .services-style-one [class*=col-]:nth-child(1) .single-service-one .line-block { background-color: #5CDA6B; } .services-style-one [class*=col-]:nth-child(1) .single-service-one:hover i { color: #fff; } .services-style-one [class*=col-]:nth-child(1) .single-service-one:hover .line-block { background-color: #fff; } .services-style-one [class*=col-]:nth-child(2) .single-service-one i { color: #AD63F3; } .services-style-one [class*=col-]:nth-child(2) .single-service-one .line-block { background-color: #AD63F3; } .services-style-one [class*=col-]:nth-child(2) .single-service-one:hover i { color: #fff; } .services-style-one [class*=col-]:nth-child(2) .single-service-one:hover .line-block { background-color: #fff; } .services-style-one [class*=col-]:nth-child(3) .single-service-one i { color: #F0A734; } .services-style-one [class*=col-]:nth-child(3) .single-service-one .line-block { background-color: #F0A734; } .services-style-one [class*=col-]:nth-child(3) .single-service-one:hover i { color: #fff; } .services-style-one [class*=col-]:nth-child(3) .single-service-one:hover .line-block { background-color: #fff; } /* * 14.fun fact styles */ .fun-fact-style-one { padding-bottom: 100px; } .fun-fact-style-one .title-line { margin: 0; color: #777B92; letter-spacing: .2em; font-weight: 500; font-size: 16px; text-transform: uppercase; text-align: center; margin-bottom: 90px; } .fun-fact-style-one .single-funfact-one h3, .fun-fact-style-one .single-funfact-one p { margin: 0; } .fun-fact-style-one .single-funfact-one h3 { color: #273167; font-size: 60px; font-weight: 300; line-height: 1em; } .fun-fact-style-one .single-funfact-one p { font-size: 14px; color: #777B92; text-transform: uppercase; letter-spacing: .2em; font-weight: 500; line-height: 1em; margin-top: 20px; } /* * 15.inner banner styles */ .inner-banner { background: #fff url(../images/inner-banner-1-1.png) center center no-repeat; background-size: cover; position: relative; padding-bottom: 120px; padding-top: 255px; } .inner-banner:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(-45deg, #320b82 0%, #9c33c3 100%); opacity: .50; } .inner-banner .container { position: relative; text-align: center; } .inner-banner .thm-breadcrumb { margin: 0; padding: 0; list-style: none; } .inner-banner .thm-breadcrumb li { display: inline-block; vertical-align: middle; } .inner-banner .thm-breadcrumb li a, .inner-banner .thm-breadcrumb li span { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #FCFBFE; font-size: 14px; letter-spacing: .2em; line-height: 1em; } .inner-banner .thm-breadcrumb li span.sep { margin-left: 10px; margin-right: 10px; } .inner-banner h2 { color: #fff; margin: 0; font-size: 46px; font-weight: 400; margin-top: 5px; } /* * 16.sidebar styles */ .sidebar .single-sidebar:not(.search-widget) { border-style: solid; border-width: 1px; border-color: #eaeaea; border-radius: 4px; padding: 50px; } .sidebar .single-sidebar + .single-sidebar { margin-top: 30px; } .sidebar .single-sidebar .widget-title { margin-bottom: 30px; } .sidebar .single-sidebar .widget-title h3 { margin: 0; font-size: 20px; color: #273167; font-weight: 400; } .sidebar .single-sidebar ul { margin: 0; padding: 0; list-style: none; } .sidebar .single-sidebar .widget-single-post { display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; } .sidebar .single-sidebar .widget-single-post + .widget-single-post { margin-top: 30px; } .sidebar .single-sidebar .widget-single-post .image-block .inner-block { width: 60px; overflow: hidden; border-radius: 50%; } .sidebar .single-sidebar .widget-single-post .image-block .inner-block > img { width: 100%; } .sidebar .single-sidebar .widget-single-post .text-block { padding-left: 20px; } .sidebar .single-sidebar .widget-single-post .text-block h3 { font-size: 16px; line-height: 24px; font-weight: 400; } .sidebar .single-sidebar .widget-single-post .text-block h3 a { color: #777B92; transition: all .4s ease; } .sidebar .single-sidebar .widget-single-post .text-block h3 a:hover { color: #E94FCA; } .sidebar .single-sidebar .links-list { margin-top: -10px; } .sidebar .single-sidebar .links-list li + li { margin-top: 15px; } .sidebar .single-sidebar .links-list li a { color: #777B92; font-size: 16px; font-weight: 400; transition: all .4s ease; position: relative; display: inline-block; } .sidebar .single-sidebar .links-list li a:before { content: '\f101'; font-family: 'FontAwesome'; color: #e94fca; font-size: 14px; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%) translateX(-15px); transform: translateY(-50%) translateX(-15px); opacity: 0; transition: all .4s ease; } .sidebar .single-sidebar .links-list li a:hover { color: #e94fca; -webkit-transform: translateX(20px); transform: translateX(20px); } .sidebar .single-sidebar .links-list li a:hover:before { opacity: 1; } .sidebar .single-sidebar .tag-list-wrapper { margin-top: -10px; } .sidebar .single-sidebar .tag-list-wrapper a { font-size: 16px; color: #777B92; transition: all .4s ease; } .sidebar .single-sidebar .tag-list-wrapper a:hover { color: #E94FCA; } .sidebar .single-sidebar .search-form { width: 100%; position: relative; height: 84px; border-radius: 4px; overflow: hidden; } .sidebar .single-sidebar .search-form input { border: none; outline: none; background-color: #E94FCA; color: #fff; width: 100%; height: 100%; display: block; padding-left: 50px; position: absolute; top: 0; left: 0; } .sidebar .single-sidebar .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; } .sidebar .single-sidebar .search-form input::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .sidebar .single-sidebar .search-form input:-ms-input-placeholder { /* IE 10+ */ color: #fff; } .sidebar .single-sidebar .search-form input:-moz-placeholder { /* Firefox 18- */ color: #fff; } .sidebar .single-sidebar .search-form button[type=submit] { border: none; outline: none; background-color: transparent; cursor: pointer; color: #fff; position: absolute; top: 50%; right: 50px; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 16px; }
0.352982
0.054124
* This file contain css directives that directly override the ones in genoverse.css from genoverse core code */ .genoverse { font-family: inherit; font-size: 11px; } .gv-canvas-container { position: relative; cursor: default; } .gv-canvas-container .gv-wrapper { box-shadow: none; border-radius: 0; border: 0; border-left: 1px solid [[PANEL_BORDER]]; } .gv-canvas-container .gv-message-container { background-color: [[BUTTON_BG]]; } .gv-canvas-container .gv-message-container:hover { background-color: [[BUTTON_BG_HOVER]]; } .gv-label-container { box-shadow: none; border-radius: 0; border: 0; width: 134px; background: none; } .gv-label-container li { box-shadow: none !important; overflow: visible; color: [[PAGE_TEXT]]; } .gv-label-container li .gv-handle { height: 100%; width: 10px; border: 1px solid #fff; border-width: 0 0 1px; background: [[TINT_BG]] url("/i/track_grabber.png") repeat scroll 0 0; cursor: n-resize; top: 0; box-sizing: border-box; opacity: 1; } .gv-label-container li .gv-handle:before, .gv-label-container li .gv-handle:after { position: absolute; background: [[TINT_BG]] none repeat scroll 0 0; width: 100%; content: ""; display: block; height: 20%; left: 0; right: 0; top: 0; z-index: 0; } .gv-label-container li .gv-handle:after { top: auto; bottom: 0; } .gv-label-container li .gv-name { color: #000; font-weight: normal; text-shadow: none; margin: 0; } .gv-canvas-container .gv-track-container-legend { border-color: [[PANEL_BORDER]]; } .gv-canvas-container .gv-track-border { border-color: transparent !important; } .gv-canvas-container .gv-expander:hover { box-shadow: 0 -5px 7px -3px #666 inset; } .gv-selector { border-width: 1px 0; } .gv-track-container:not(.gv-unsortable), .gv-label-container li:not(.gv-unsortable) { cursor: pointer; } .gv-track-container:not(.gv-unsortable):hover:before, .gv-track-container.hover:not(.gv-unsortable):before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.15; border-top: 1px solid [[TRACK_HIGHLIGHT_BORDER]]; border-bottom: 1px solid [[TRACK_HIGHLIGHT_BORDER]]; background: [[TRACK_HIGHLIGHT_BG]]; }
genoverse/htdocs/genoverse/ensembl/css/genoverse.css
* This file contain css directives that directly override the ones in genoverse.css from genoverse core code */ .genoverse { font-family: inherit; font-size: 11px; } .gv-canvas-container { position: relative; cursor: default; } .gv-canvas-container .gv-wrapper { box-shadow: none; border-radius: 0; border: 0; border-left: 1px solid [[PANEL_BORDER]]; } .gv-canvas-container .gv-message-container { background-color: [[BUTTON_BG]]; } .gv-canvas-container .gv-message-container:hover { background-color: [[BUTTON_BG_HOVER]]; } .gv-label-container { box-shadow: none; border-radius: 0; border: 0; width: 134px; background: none; } .gv-label-container li { box-shadow: none !important; overflow: visible; color: [[PAGE_TEXT]]; } .gv-label-container li .gv-handle { height: 100%; width: 10px; border: 1px solid #fff; border-width: 0 0 1px; background: [[TINT_BG]] url("/i/track_grabber.png") repeat scroll 0 0; cursor: n-resize; top: 0; box-sizing: border-box; opacity: 1; } .gv-label-container li .gv-handle:before, .gv-label-container li .gv-handle:after { position: absolute; background: [[TINT_BG]] none repeat scroll 0 0; width: 100%; content: ""; display: block; height: 20%; left: 0; right: 0; top: 0; z-index: 0; } .gv-label-container li .gv-handle:after { top: auto; bottom: 0; } .gv-label-container li .gv-name { color: #000; font-weight: normal; text-shadow: none; margin: 0; } .gv-canvas-container .gv-track-container-legend { border-color: [[PANEL_BORDER]]; } .gv-canvas-container .gv-track-border { border-color: transparent !important; } .gv-canvas-container .gv-expander:hover { box-shadow: 0 -5px 7px -3px #666 inset; } .gv-selector { border-width: 1px 0; } .gv-track-container:not(.gv-unsortable), .gv-label-container li:not(.gv-unsortable) { cursor: pointer; } .gv-track-container:not(.gv-unsortable):hover:before, .gv-track-container.hover:not(.gv-unsortable):before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.15; border-top: 1px solid [[TRACK_HIGHLIGHT_BORDER]]; border-bottom: 1px solid [[TRACK_HIGHLIGHT_BORDER]]; background: [[TRACK_HIGHLIGHT_BG]]; }
0.457379
0.058939
* Using hover event you will never need to see LHS vertical app bar again * A faint cyan vertical line above "toggle left pane" button is the hover area * in top left to trigger app side bar. The hover area is about 1cm (w) x 0.2cm (h). * If you can not see the hover area you may need to change code to * larger padding value (see comment below). * * To test hover, move mouse on cyan colour * sidebar will overlay onto main window until you select app button or * move out of bar area. * * Author: <NAME> * * Changes: * 2021-06-11 1.00 Initial release */ /* How to customise: * "#name" are id=name clauses on mark up * tag.name are class=name clauses * tag means that mark up everywhere on page */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("outlook.live.com") { /* Notes: * ._3_hHr3kfEhbNYRFM5YJxH9 - RHS sidebar * ._3mlfhE4JyZTE3izdzM4XY8 - LHS isdebar * * These class names (those are different per user so you will need * to use the "inspect" feature on your browser to find * your specific value code * * You will need to edit and change class names TO MAKE IT WORK! */ ._3mlfhE4JyZTE3izdzM4XY8 { /* Hide sidebar tools */ background-color: cyan !important; border-right: #D44836 5px solid; opacity: .2 !important; margin-left:10% !important; /* increase second parm this if your can't see faint vert red line top right */ padding: 0px 28% 0px !important; width: 50% !important; height: 1% !important; position: fixed !important; z-index: 2 !important; overflow: visible !important; /* push header off-screen */ border-right-width:3px !important;; left:-110% !important; } ._3mlfhE4JyZTE3izdzM4XY8:hover { /* Display sidebar on hover */ background-color: white !important; left: -10% !important; opacity: 100 !important; padding: 0px 1% 0px !important; width: 1% !important; height: 95% !important; } }
data/usercss/205619.user.css
* Using hover event you will never need to see LHS vertical app bar again * A faint cyan vertical line above "toggle left pane" button is the hover area * in top left to trigger app side bar. The hover area is about 1cm (w) x 0.2cm (h). * If you can not see the hover area you may need to change code to * larger padding value (see comment below). * * To test hover, move mouse on cyan colour * sidebar will overlay onto main window until you select app button or * move out of bar area. * * Author: <NAME> * * Changes: * 2021-06-11 1.00 Initial release */ /* How to customise: * "#name" are id=name clauses on mark up * tag.name are class=name clauses * tag means that mark up everywhere on page */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("outlook.live.com") { /* Notes: * ._3_hHr3kfEhbNYRFM5YJxH9 - RHS sidebar * ._3mlfhE4JyZTE3izdzM4XY8 - LHS isdebar * * These class names (those are different per user so you will need * to use the "inspect" feature on your browser to find * your specific value code * * You will need to edit and change class names TO MAKE IT WORK! */ ._3mlfhE4JyZTE3izdzM4XY8 { /* Hide sidebar tools */ background-color: cyan !important; border-right: #D44836 5px solid; opacity: .2 !important; margin-left:10% !important; /* increase second parm this if your can't see faint vert red line top right */ padding: 0px 28% 0px !important; width: 50% !important; height: 1% !important; position: fixed !important; z-index: 2 !important; overflow: visible !important; /* push header off-screen */ border-right-width:3px !important;; left:-110% !important; } ._3mlfhE4JyZTE3izdzM4XY8:hover { /* Display sidebar on hover */ background-color: white !important; left: -10% !important; opacity: 100 !important; padding: 0px 1% 0px !important; width: 1% !important; height: 95% !important; } }
0.42477
0.180738
body#client-page { height: 100%; z-index: 0; overflow: hidden; background-color: #404040; background-image: url("/img/bg-pattern-dark.png"); background-repeat: repeat; } /** * Строка заголовка */ #client-navbar { position: relative; height: 50px; z-index: 1; border: 0; border-radius: 0; margin: 0; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); } #client-navbar.navbar-collapse.collapse { display: block; } #client-navbar .glyphicon { transform: scale(1.4); } .nav-logo { width: 128px; height: 50px; padding: 5px 0; } /** * Экран игры */ #client-main { position: absolute; width: 100%; height: calc(100% - 50px); padding: 0; display: flex; } /** * Левая панель экрана игры */ #client-left { width: 320px; overflow: auto; } #player-list, #player-list > li { display: block; list-style: none; margin: 0; padding: 0; } #player-list > li { padding: 0.75em 1em; font-size: 12pt; } #player-list.vote > li:hover { cursor: pointer; background-color: LightGray !important; } #player-list > li:nth-child(odd) { background-color: white; } #player-list > li:nth-child(even) { background-color: WhiteSmoke; } #start-button { border-radius: 0px; } .player-index { width: 2em; display: inline-block; color: white; background-color: black; border-radius: 3px; font-style: normal; text-align: center; } #player-list .player-index { float: left; } #player-list .player-name { padding: 0 0.5em; } .player-name.me { font-weight: bold; } .player-name.disconnected { color: silver; } .player-name.eliminated { color: silver; text-decoration: line-through; } .player-aux { color: silver; font-size: 8pt; } .player-role-icon { background-size: cover; } .player-role-icon.eliminated { opacity: 0.2; } #status-window .player-role-icon { width: 32px; height: 32px; border-radius: 25%; margin-left: 3px; display: inline-block; } #player-list .player-role-icon { width: 24px; height: 24px; float: right; } .bg-night #status-window .player-role-icon { background-color: DarkGray; border-radius: 20%; } .player-role-icon.mafia { background-image: url("/img/icons/mafia.png"); } .player-role-icon.civilian { background-image: url("/img/icons/civilian.png"); } .player-role-icon.detective { background-image: url("/img/icons/detective.png"); } .player-role-icon.doctor { background-image: url("/img/icons/doctor.png"); } .player-role-icon.prostitute { background-image: url("/img/icons/prostitute.png"); } /** * Правая панель экрана игры */ #client-right { z-index: 0; background-color: white; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); flex: 1; display: flex; flex-direction: column; } #info-drawer { position: absolute; right: -320px; width: 320px; height: 100%; z-index: 2; padding: 5px; color: black; background-color: white; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); font-size: 9pt; } .drawer-caption { width: 100%; display: inline-block; color: #d80000; font-size: 14pt; font-weight: bold; text-align: center; } .drawer-block { margin: 10px; padding: 5px; background-color: #58b957; color: white; border-radius: 5px; text-align: justify; } #rules { margin: 10px; padding: 0; list-style: none; } #rules > li { margin-bottom: 5px; padding: 0; text-align: justify; } #status-window { height: 48px; line-height: 32px; padding: 8px; font-size: 14pt; font-weight: bold; text-align: center; transition: all 0.5s ease; display: flex; } #status-window > div { position: relative; } .status-caption { position: absolute; width: 100%; margin-top: -5px; line-height: 8pt; color: DarkGray; font-size: 8pt; font-weight: normal; } .status-entry { margin-top: 5px; width: 72px; } .status-entry-wide { width: 144px; } #status-roles { text-align: right; flex: 1; } #chat-window { position: relative; width: 100%; height: 100%; overflow: none; overflow-x: hidden; border-top: 1px solid; background-size: 100% auto; background-repeat: no-repeat; background-position: left bottom; transition: all 0.5s ease; flex: 1; } #chat-list, #chat-list > li { display: block; list-style: none; } #chat-list { position: absolute; bottom: 0; width: 100%; max-height: 100%; overflow: auto; margin: 0; padding: 10px; } #chat-list > li { margin: 2px 0px; word-wrap: break-word; } #chat-list .player-index { margin: 0 0.125em; font-size: 10pt; } #chat-list .player-name { margin: 0 0.25em; font-weight: bold; } .log-message { color: DarkGray; font-style: italic; } .log-message > strong { color: black; } #submit-window { z-index: 2; padding: 5px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); transition: all 0.5s ease; } .bg-day #status-window { background-color: WhiteSmoke; } .bg-day #chat-window { border-color: LightGray; background-color: white; background-image: url("/img/chat-bg-day.png"); } .bg-day #submit-window { background-color: WhiteSmoke; } .bg-night #status-window { color: LightGray; background-color: #484848; } .bg-night #chat-window { border-color: #4c4c4c; color: white; background-color: #3c3c3c; background-image: url("/img/chat-bg-night.png"); } .bg-night #submit-window { background-color: #3c3c3c; } .bg-night #chat-input { border-color: #404040; background-color: black; } .bg-night #chat-submit { border-color: #404040; color: LightGray; background-color: #1c1c1c; } .bg-night #chat-submit:hover, .bg-night #chat-submit:focus, .bg-night #chat-submit:active { background-color: #303030; } .bg-night #chat-submit.disabled { color: DarkGray; } .bg-night .log-message > strong { color: white; } @media(max-width: 768px) { /** * Нижеприведенный код — ужасный костыль, но работает. * Так как я — не верстальщик, оставлю пока как есть, потому что мне лень * с этим возиться. */ #client-navbar .navbar-nav { float: left; margin-top: 5px; } #client-navbar .navbar-nav > li { float: left; } #client-navbar .navbar-nav.navbar-right:last-child { margin-right: -15px; } #client-navbar .navbar-right { float: right; } }
css/client.css
body#client-page { height: 100%; z-index: 0; overflow: hidden; background-color: #404040; background-image: url("/img/bg-pattern-dark.png"); background-repeat: repeat; } /** * Строка заголовка */ #client-navbar { position: relative; height: 50px; z-index: 1; border: 0; border-radius: 0; margin: 0; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); } #client-navbar.navbar-collapse.collapse { display: block; } #client-navbar .glyphicon { transform: scale(1.4); } .nav-logo { width: 128px; height: 50px; padding: 5px 0; } /** * Экран игры */ #client-main { position: absolute; width: 100%; height: calc(100% - 50px); padding: 0; display: flex; } /** * Левая панель экрана игры */ #client-left { width: 320px; overflow: auto; } #player-list, #player-list > li { display: block; list-style: none; margin: 0; padding: 0; } #player-list > li { padding: 0.75em 1em; font-size: 12pt; } #player-list.vote > li:hover { cursor: pointer; background-color: LightGray !important; } #player-list > li:nth-child(odd) { background-color: white; } #player-list > li:nth-child(even) { background-color: WhiteSmoke; } #start-button { border-radius: 0px; } .player-index { width: 2em; display: inline-block; color: white; background-color: black; border-radius: 3px; font-style: normal; text-align: center; } #player-list .player-index { float: left; } #player-list .player-name { padding: 0 0.5em; } .player-name.me { font-weight: bold; } .player-name.disconnected { color: silver; } .player-name.eliminated { color: silver; text-decoration: line-through; } .player-aux { color: silver; font-size: 8pt; } .player-role-icon { background-size: cover; } .player-role-icon.eliminated { opacity: 0.2; } #status-window .player-role-icon { width: 32px; height: 32px; border-radius: 25%; margin-left: 3px; display: inline-block; } #player-list .player-role-icon { width: 24px; height: 24px; float: right; } .bg-night #status-window .player-role-icon { background-color: DarkGray; border-radius: 20%; } .player-role-icon.mafia { background-image: url("/img/icons/mafia.png"); } .player-role-icon.civilian { background-image: url("/img/icons/civilian.png"); } .player-role-icon.detective { background-image: url("/img/icons/detective.png"); } .player-role-icon.doctor { background-image: url("/img/icons/doctor.png"); } .player-role-icon.prostitute { background-image: url("/img/icons/prostitute.png"); } /** * Правая панель экрана игры */ #client-right { z-index: 0; background-color: white; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); flex: 1; display: flex; flex-direction: column; } #info-drawer { position: absolute; right: -320px; width: 320px; height: 100%; z-index: 2; padding: 5px; color: black; background-color: white; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); font-size: 9pt; } .drawer-caption { width: 100%; display: inline-block; color: #d80000; font-size: 14pt; font-weight: bold; text-align: center; } .drawer-block { margin: 10px; padding: 5px; background-color: #58b957; color: white; border-radius: 5px; text-align: justify; } #rules { margin: 10px; padding: 0; list-style: none; } #rules > li { margin-bottom: 5px; padding: 0; text-align: justify; } #status-window { height: 48px; line-height: 32px; padding: 8px; font-size: 14pt; font-weight: bold; text-align: center; transition: all 0.5s ease; display: flex; } #status-window > div { position: relative; } .status-caption { position: absolute; width: 100%; margin-top: -5px; line-height: 8pt; color: DarkGray; font-size: 8pt; font-weight: normal; } .status-entry { margin-top: 5px; width: 72px; } .status-entry-wide { width: 144px; } #status-roles { text-align: right; flex: 1; } #chat-window { position: relative; width: 100%; height: 100%; overflow: none; overflow-x: hidden; border-top: 1px solid; background-size: 100% auto; background-repeat: no-repeat; background-position: left bottom; transition: all 0.5s ease; flex: 1; } #chat-list, #chat-list > li { display: block; list-style: none; } #chat-list { position: absolute; bottom: 0; width: 100%; max-height: 100%; overflow: auto; margin: 0; padding: 10px; } #chat-list > li { margin: 2px 0px; word-wrap: break-word; } #chat-list .player-index { margin: 0 0.125em; font-size: 10pt; } #chat-list .player-name { margin: 0 0.25em; font-weight: bold; } .log-message { color: DarkGray; font-style: italic; } .log-message > strong { color: black; } #submit-window { z-index: 2; padding: 5px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); transition: all 0.5s ease; } .bg-day #status-window { background-color: WhiteSmoke; } .bg-day #chat-window { border-color: LightGray; background-color: white; background-image: url("/img/chat-bg-day.png"); } .bg-day #submit-window { background-color: WhiteSmoke; } .bg-night #status-window { color: LightGray; background-color: #484848; } .bg-night #chat-window { border-color: #4c4c4c; color: white; background-color: #3c3c3c; background-image: url("/img/chat-bg-night.png"); } .bg-night #submit-window { background-color: #3c3c3c; } .bg-night #chat-input { border-color: #404040; background-color: black; } .bg-night #chat-submit { border-color: #404040; color: LightGray; background-color: #1c1c1c; } .bg-night #chat-submit:hover, .bg-night #chat-submit:focus, .bg-night #chat-submit:active { background-color: #303030; } .bg-night #chat-submit.disabled { color: DarkGray; } .bg-night .log-message > strong { color: white; } @media(max-width: 768px) { /** * Нижеприведенный код — ужасный костыль, но работает. * Так как я — не верстальщик, оставлю пока как есть, потому что мне лень * с этим возиться. */ #client-navbar .navbar-nav { float: left; margin-top: 5px; } #client-navbar .navbar-nav > li { float: left; } #client-navbar .navbar-nav.navbar-right:last-child { margin-right: -15px; } #client-navbar .navbar-right { float: right; } }
0.338405
0.109992
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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { background-color: #f5f6f7; line-height: 1; } 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; } #header { display: flex; width: 100%; height: 100px; flex-direction: column; justify-content: flex-end; background: #076652; padding: 20px; color: #ffff; text-transform: capitalize; font-size: 3em; font-style: italic; } #logo { background-image: url("logo.png") } #header > :nth-child(2) { display: flex; flex-direction: row; align-items: left; font-size: .1em; justify-content: flex-start; min-width: 145px; } #header > :nth-child(2) > div{ margin-right: 10px; } #rankings { display: flex; flex-direction: column; justify-content: center; align-items: center; width: auto; } .rank-card { display: flex; width: 325px; flex-direction: column; justify-content: space-between; margin: 10px; padding: 15px; border-radius: 10px; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08); color: #595959; } .rank-card-title { display: flex; flex-direction: row; font-size: 2em; justify-content: space-between; } .rank-card-title > div { display: flex; flex-direction: row; } .rank-card-title > div > div { margin-left: 3px; border-bottom: 1px solid transparent; margin-right: 10px; } .rank-card-title > :first-child > :first-child { margin-right: 10px; border-bottom: 1px solid #076552; color: #076552; } .rank-card-title > :last-child { font-size: .5em; font-style: italic; } .rank-card-contrib { display: flex; justify-content: flex-start; } .rank-group { display: flex; flex-direction: column; padding: 10px; } .player-score > :first-child { width: 180px; text-transform: capitalize; } .player-score > :nth-child(2) { width: 14px; margin-right: 10px; text-align: right; color: #dd2a2a; } .player-score > :nth-child(3) { color: #0f2bb7; width: 30px; } .player-score > :last-child { border-radius: 20px; border: 1px solid; font-size: .7em; padding: 2px; color: #076552; text-align: center; display: flex; width: 12px; height: 12px; align-items: center; justify-content: center; } .player-score > :last-child > div { text-align: center; } .player-score:last-child { border: none; } .player-score { display: flex; flex-direction: row; border-bottom: .5px solid; padding: 2px 3px 4px 3px; margin: 2px 0px; } .player-score > div { margin-right: 6px; font-size: 1em; } .tie-breaker > div { display: flex; font-style: italic; font-size: .7em; } .tie-breaker > div > :last-child { margin-left: 5px; }
go/src/utils/masters/files/styles.css
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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { background-color: #f5f6f7; line-height: 1; } 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; } #header { display: flex; width: 100%; height: 100px; flex-direction: column; justify-content: flex-end; background: #076652; padding: 20px; color: #ffff; text-transform: capitalize; font-size: 3em; font-style: italic; } #logo { background-image: url("logo.png") } #header > :nth-child(2) { display: flex; flex-direction: row; align-items: left; font-size: .1em; justify-content: flex-start; min-width: 145px; } #header > :nth-child(2) > div{ margin-right: 10px; } #rankings { display: flex; flex-direction: column; justify-content: center; align-items: center; width: auto; } .rank-card { display: flex; width: 325px; flex-direction: column; justify-content: space-between; margin: 10px; padding: 15px; border-radius: 10px; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08); color: #595959; } .rank-card-title { display: flex; flex-direction: row; font-size: 2em; justify-content: space-between; } .rank-card-title > div { display: flex; flex-direction: row; } .rank-card-title > div > div { margin-left: 3px; border-bottom: 1px solid transparent; margin-right: 10px; } .rank-card-title > :first-child > :first-child { margin-right: 10px; border-bottom: 1px solid #076552; color: #076552; } .rank-card-title > :last-child { font-size: .5em; font-style: italic; } .rank-card-contrib { display: flex; justify-content: flex-start; } .rank-group { display: flex; flex-direction: column; padding: 10px; } .player-score > :first-child { width: 180px; text-transform: capitalize; } .player-score > :nth-child(2) { width: 14px; margin-right: 10px; text-align: right; color: #dd2a2a; } .player-score > :nth-child(3) { color: #0f2bb7; width: 30px; } .player-score > :last-child { border-radius: 20px; border: 1px solid; font-size: .7em; padding: 2px; color: #076552; text-align: center; display: flex; width: 12px; height: 12px; align-items: center; justify-content: center; } .player-score > :last-child > div { text-align: center; } .player-score:last-child { border: none; } .player-score { display: flex; flex-direction: row; border-bottom: .5px solid; padding: 2px 3px 4px 3px; margin: 2px 0px; } .player-score > div { margin-right: 6px; font-size: 1em; } .tie-breaker > div { display: flex; font-style: italic; font-size: .7em; } .tie-breaker > div > :last-child { margin-left: 5px; }
0.369429
0.123392
body { font-family: 'Gelasio', serif; transition: background-color .5s; } /* ......navbar start .... */ .navbar { background-color: #263238; color:#BBD2C5; } .navbar a { color:#fff; } .navbar a:hover { color:#BBD2C5; } /* ......navbar end .... */ /* .......... sidebar start .... */ .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #263238; overflow-x: hidden; transition: 0.5s; padding-top: 46px; } .sidenav a,.sidenav .dropdown-btn { padding: 8px 8px 8px 12px; text-decoration: none; font-size: 18px; color: #ffffff; display: block; border: none; background: none; text-align: left; cursor: pointer; outline: none; width: 100%; transition: 0.3s; } .sidenav .ap{ padding-top: 16px; } .sidenav a:hover,.sidenav .dropdown-btn:hover { color: #000000; background-color: #cae8bf; } .sidenav .closebtn { position: absolute; top: 0; font-size: 26px; margin-left: 200px; } .sidenav .active { background-color: #BBD2C5; color: #000000; } #mySidenav { box-shadow: 6px 1px 7px #526b729e; } .sidenav .dropdown-container { display: none; background-color: #526b72; padding-left: 8px; } .sidenav .fa-caret-down { float: right; padding-right: 6px; padding-top: 6px; } #main { transition: margin-left .5s; } .myclass{ font-size: 20px; } .content{ margin-left: 30px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } /* .......... sidebar end .... */ /* ................................ */ /* Fake image */ .fakeimg { background-color: #aaa; width: 100%; padding: 20px; } /* Add a card effect for articles */ /*.mycard {*/ /*background-color: white;*/ /*padding: 10px;*/ /*margin-top: 6px;*/ /*border: none;*/ /*border-radius: 5px; */ /*-webkit-box-shadow: 17px 14px 22px 2px rgba(0,0,0,0.75);*/ /*-moz-box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);*/ /*box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);*/ /*margin-bottom: 100px;*/ /*}*/ /* ..............show product start................ */ .rightcolumn { margin-top: 10px; } .leftcolumn { margin-top: 33px; border-right: 2px solid #263238; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* **** left side start***** */ .leftsidenav { z-index:1; padding: 8px 0; margin-left: 10px; } .leftsidenav ul { padding: 6px 8px 6px 16px; text-decoration: none; font-size: 15px; color: #000; display: block; } .leftsidenav ul li { list-style-type: none; cursor: pointer; } .leftsidenav ul li a{ color: #0d6479; } .leftsidenav ul li:hover { color: #064579; } #menu-btn-open , #menu-btn-close { font-size: 25px; color : #263238; display:none; float:right; margin-right: 6px; margin-bottom: 6px; cursor: pointer; } @media only screen and (max-width:980px) { .leftsidenav { width: 66%; z-index: 20; font-size: 12px; display:none; } .leftsidenav ul li:hover ul { margin-left: 61%; margin-top: -12px; } #menu-btn-open{ display:block; } } /* sidenav at small Screen Followed larvel */ @media screen and (max-height: 450px) { .leftsidenav {padding-top: 15px;} .leftsidenav a {font-size: 18px;} } /* .......left side end ..... */ /* ..............show product end................ */ /* ----------------select cart--------------------*/ .column { float: right; width: 21.7%; margin-bottom: 6px; padding: 0 8px; margin-left:45px; margin-top:10px; } @media screen and (max-width: 650px) { .column { width: 100%; display: block; } } .title { color: grey; } .button { border: none; outline: 0; display: inline-block; padding: 8px; color: white; background-color: #263234; text-align: center; cursor: pointer; width: 100%; } .button:hover { background-color: #556; } /* featured-categories */ .featured-categories { margin:15px 0; } .featured-categories img { width:100%; padding:15px 0; transition:1s; cursor: pointer; } .featured-categories img:hover { transform : scale(1.1); } /* on-sale */ .title-box { background: #526b72; color:#fff; width:180px; padding: 4px 10px; height:40px; margin-bottom:30px; display:flex; } .title-box h2 { font-size:24px; } .title-box::after { content: ''; border-top: 40px solid #526b72; border-right: 50px solid transparent; position:absolute; display:flex; margin-top: -4px; margin-left: 170px; } /* product-top */ .product-top img { width:100%; height:300px; } .overlay-right { display:block; opacity:0; position:absolute; top:10%; margin-left: 0; width:70px; } .overlay-right .fa { cursor: pointer; background-color:#fff; color:#000; height:35px; width:35px; font-size:20px; padding:7px; margin-top:5%; margin-bottom:5%; } .overlay-right .btn-secondary { background:none !important; border:none !important; box-shadow:none !important; } .product-top:hover .overlay-right { opacity:1; margin-left:5%; transition:0.5s; } /* product-bottom */ .product-bottom .fa { color:orange; font-size:10px; } .product-bottom h3 { font-size:20px; font-weight:bold; } .product-bottom h5 { font-size:15px; padding-bottom:10px; } .new-products { margin: 15px 0; } /* website-features */ .website-features { margin:20px 0; } .feature-text { margin-top: 10px; float: right; width: 80%; padding-left:20px; color:#E2E2E2; } .feature-box { padding-top:20px; } /* show product */ .single-product img { height: 370px; width: 300px; } .single-product { margin-top: 50px; } .new-saly { background: #669b10; width: 12%; color: #fff; font-size: 15px; font-weight: bold; margin-top: 18px; } .col-md-7 h2 { color : #555; } .col-md-7 .fa { color:orange; font-size:20px; } .single-product .price { text-decoration-line: line-through; color:red; } .single-product .price-discount { color: orange; font-size: 18px; font-weight: bold; } .single-product input { border: 1px solid #ccc; font-weight: bold; height: 33px; text-align: center; width: 30px } .single-product .btn-primary { background: #263238 !important; color: #fff; font-size: 15px; margin-left: 20px; border: none; box-shadow: none !important; } .product-description h6 { background: #526b72; color:#fff; width:19%; padding: 6px 4px; height:30px; margin-bottom:30px; text-align: center; font-size: 18px; } .product-description hr { margin-bottom:50px; margin-top:30px; } /* Footer */ .footer { margin-top: 50px; background-color: #263238; color:#fff; } .footer h1 { font-size:15px; margin:25px 0; } .footer a { text-decoration: none; font-size: 12px; color: #fff; display: block; padding-bottom: 15px; } .footer a:hover { color: red; } .copyright { margin-bottom: -80px; text-align: center; font-size: 15px; padding-bottom: 20px; } .fa-heart-o { color:red; font-size: 15px; } .footer hr { margin-top: 10px; background-color: #ccc; } .footer-image img { width: 150px; } .footer .row .fa { padding-right:6px; } /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 800px) { .leftcolumn, .rightcolumn { width: 100%; padding: 0; } } /* dropdown-menu */ .dropdown-menu { background-color: #263238 ; color: white; cursor: pointer; box-shadow: 3px 2px 2px 3px #526b729e; } .dropdown-menu a:hover { background-color: #ffa50094 ; color: #000; font-size:16px; } /* dropdown size products */ .dropbtn { background-color: #263238 ; color: white; padding: 5px; font-size: 15px; border: none; cursor: pointer; border-radius: 6px; width:110%; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #202326eb;; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: orange; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover { background-color: #ffa50094 ; color: #000; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #000; } /* ......Ratings start......... */ .vl { position: absolute; left: 46%; transform: translate(-50%); border: 2px solid #ddd; height: 175px; } .vl-innertext { position: absolute; top: 50%; transform: translate(-50%, -50%); background-color: #f1f1f1; border: 1px solid #ccc; border-radius: 50%; padding: 8px 10px; } /* ......Ratings end......... */ /* .............home............ */ .ftco-section { padding: 4em 0; position: relative;} @media (max-width: 767.98px) { .ftco-section { padding: 6em 0; } } .d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .img { width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; } .case { width: 100%; margin-bottom: 50px; } .case .img { height: 400px; } .case .text .subheading { font-weight: 500; font-size: 14px; display: inline-block; margin-bottom: 10px; color: rgba(0, 0, 0, 0.2); text-transform: uppercase; } .case .text h2 { font-size: 40px; font-weight: 700; margin-bottom: 30px; } .case .text h2 a { color: #000000; } .case .text .media-social { opacity: 0; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } @media (max-width: 1199.98px) { .case .text .media-social { opacity: 1; } } .case .text .media-social li { list-style: none; margin: 0 5px 0 0; display: inline-block; } .case .text .media-social li a { height: 50px; width: 50px; display: block; background: rgba(0, 0, 0, 0.05); border-radius: 4px; position: relative; color: #000000; } .case .text .media-social li a span { position: absolute; font-size: 20px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .case .text .media-social li a:hover { background: #ffd369; color: #000000; } .case .text .meta p { font-size: 12px; color: rgba(0, 0, 0, 0.2); } .case .text .meta p a { color: rgba(0, 0, 0, 0.2); text-decoration: none; } .case:hover .text h2 a { color: rgba(0, 0, 0, 0.5); text-decoration: none; } .case:hover .text .media-social { opacity: 1; } .case:hover .text .meta p a { color: #000000; }
public/css/user.css
body { font-family: 'Gelasio', serif; transition: background-color .5s; } /* ......navbar start .... */ .navbar { background-color: #263238; color:#BBD2C5; } .navbar a { color:#fff; } .navbar a:hover { color:#BBD2C5; } /* ......navbar end .... */ /* .......... sidebar start .... */ .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #263238; overflow-x: hidden; transition: 0.5s; padding-top: 46px; } .sidenav a,.sidenav .dropdown-btn { padding: 8px 8px 8px 12px; text-decoration: none; font-size: 18px; color: #ffffff; display: block; border: none; background: none; text-align: left; cursor: pointer; outline: none; width: 100%; transition: 0.3s; } .sidenav .ap{ padding-top: 16px; } .sidenav a:hover,.sidenav .dropdown-btn:hover { color: #000000; background-color: #cae8bf; } .sidenav .closebtn { position: absolute; top: 0; font-size: 26px; margin-left: 200px; } .sidenav .active { background-color: #BBD2C5; color: #000000; } #mySidenav { box-shadow: 6px 1px 7px #526b729e; } .sidenav .dropdown-container { display: none; background-color: #526b72; padding-left: 8px; } .sidenav .fa-caret-down { float: right; padding-right: 6px; padding-top: 6px; } #main { transition: margin-left .5s; } .myclass{ font-size: 20px; } .content{ margin-left: 30px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } /* .......... sidebar end .... */ /* ................................ */ /* Fake image */ .fakeimg { background-color: #aaa; width: 100%; padding: 20px; } /* Add a card effect for articles */ /*.mycard {*/ /*background-color: white;*/ /*padding: 10px;*/ /*margin-top: 6px;*/ /*border: none;*/ /*border-radius: 5px; */ /*-webkit-box-shadow: 17px 14px 22px 2px rgba(0,0,0,0.75);*/ /*-moz-box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);*/ /*box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);*/ /*margin-bottom: 100px;*/ /*}*/ /* ..............show product start................ */ .rightcolumn { margin-top: 10px; } .leftcolumn { margin-top: 33px; border-right: 2px solid #263238; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* **** left side start***** */ .leftsidenav { z-index:1; padding: 8px 0; margin-left: 10px; } .leftsidenav ul { padding: 6px 8px 6px 16px; text-decoration: none; font-size: 15px; color: #000; display: block; } .leftsidenav ul li { list-style-type: none; cursor: pointer; } .leftsidenav ul li a{ color: #0d6479; } .leftsidenav ul li:hover { color: #064579; } #menu-btn-open , #menu-btn-close { font-size: 25px; color : #263238; display:none; float:right; margin-right: 6px; margin-bottom: 6px; cursor: pointer; } @media only screen and (max-width:980px) { .leftsidenav { width: 66%; z-index: 20; font-size: 12px; display:none; } .leftsidenav ul li:hover ul { margin-left: 61%; margin-top: -12px; } #menu-btn-open{ display:block; } } /* sidenav at small Screen Followed larvel */ @media screen and (max-height: 450px) { .leftsidenav {padding-top: 15px;} .leftsidenav a {font-size: 18px;} } /* .......left side end ..... */ /* ..............show product end................ */ /* ----------------select cart--------------------*/ .column { float: right; width: 21.7%; margin-bottom: 6px; padding: 0 8px; margin-left:45px; margin-top:10px; } @media screen and (max-width: 650px) { .column { width: 100%; display: block; } } .title { color: grey; } .button { border: none; outline: 0; display: inline-block; padding: 8px; color: white; background-color: #263234; text-align: center; cursor: pointer; width: 100%; } .button:hover { background-color: #556; } /* featured-categories */ .featured-categories { margin:15px 0; } .featured-categories img { width:100%; padding:15px 0; transition:1s; cursor: pointer; } .featured-categories img:hover { transform : scale(1.1); } /* on-sale */ .title-box { background: #526b72; color:#fff; width:180px; padding: 4px 10px; height:40px; margin-bottom:30px; display:flex; } .title-box h2 { font-size:24px; } .title-box::after { content: ''; border-top: 40px solid #526b72; border-right: 50px solid transparent; position:absolute; display:flex; margin-top: -4px; margin-left: 170px; } /* product-top */ .product-top img { width:100%; height:300px; } .overlay-right { display:block; opacity:0; position:absolute; top:10%; margin-left: 0; width:70px; } .overlay-right .fa { cursor: pointer; background-color:#fff; color:#000; height:35px; width:35px; font-size:20px; padding:7px; margin-top:5%; margin-bottom:5%; } .overlay-right .btn-secondary { background:none !important; border:none !important; box-shadow:none !important; } .product-top:hover .overlay-right { opacity:1; margin-left:5%; transition:0.5s; } /* product-bottom */ .product-bottom .fa { color:orange; font-size:10px; } .product-bottom h3 { font-size:20px; font-weight:bold; } .product-bottom h5 { font-size:15px; padding-bottom:10px; } .new-products { margin: 15px 0; } /* website-features */ .website-features { margin:20px 0; } .feature-text { margin-top: 10px; float: right; width: 80%; padding-left:20px; color:#E2E2E2; } .feature-box { padding-top:20px; } /* show product */ .single-product img { height: 370px; width: 300px; } .single-product { margin-top: 50px; } .new-saly { background: #669b10; width: 12%; color: #fff; font-size: 15px; font-weight: bold; margin-top: 18px; } .col-md-7 h2 { color : #555; } .col-md-7 .fa { color:orange; font-size:20px; } .single-product .price { text-decoration-line: line-through; color:red; } .single-product .price-discount { color: orange; font-size: 18px; font-weight: bold; } .single-product input { border: 1px solid #ccc; font-weight: bold; height: 33px; text-align: center; width: 30px } .single-product .btn-primary { background: #263238 !important; color: #fff; font-size: 15px; margin-left: 20px; border: none; box-shadow: none !important; } .product-description h6 { background: #526b72; color:#fff; width:19%; padding: 6px 4px; height:30px; margin-bottom:30px; text-align: center; font-size: 18px; } .product-description hr { margin-bottom:50px; margin-top:30px; } /* Footer */ .footer { margin-top: 50px; background-color: #263238; color:#fff; } .footer h1 { font-size:15px; margin:25px 0; } .footer a { text-decoration: none; font-size: 12px; color: #fff; display: block; padding-bottom: 15px; } .footer a:hover { color: red; } .copyright { margin-bottom: -80px; text-align: center; font-size: 15px; padding-bottom: 20px; } .fa-heart-o { color:red; font-size: 15px; } .footer hr { margin-top: 10px; background-color: #ccc; } .footer-image img { width: 150px; } .footer .row .fa { padding-right:6px; } /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 800px) { .leftcolumn, .rightcolumn { width: 100%; padding: 0; } } /* dropdown-menu */ .dropdown-menu { background-color: #263238 ; color: white; cursor: pointer; box-shadow: 3px 2px 2px 3px #526b729e; } .dropdown-menu a:hover { background-color: #ffa50094 ; color: #000; font-size:16px; } /* dropdown size products */ .dropbtn { background-color: #263238 ; color: white; padding: 5px; font-size: 15px; border: none; cursor: pointer; border-radius: 6px; width:110%; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #202326eb;; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: orange; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover { background-color: #ffa50094 ; color: #000; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #000; } /* ......Ratings start......... */ .vl { position: absolute; left: 46%; transform: translate(-50%); border: 2px solid #ddd; height: 175px; } .vl-innertext { position: absolute; top: 50%; transform: translate(-50%, -50%); background-color: #f1f1f1; border: 1px solid #ccc; border-radius: 50%; padding: 8px 10px; } /* ......Ratings end......... */ /* .............home............ */ .ftco-section { padding: 4em 0; position: relative;} @media (max-width: 767.98px) { .ftco-section { padding: 6em 0; } } .d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .img { width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; } .case { width: 100%; margin-bottom: 50px; } .case .img { height: 400px; } .case .text .subheading { font-weight: 500; font-size: 14px; display: inline-block; margin-bottom: 10px; color: rgba(0, 0, 0, 0.2); text-transform: uppercase; } .case .text h2 { font-size: 40px; font-weight: 700; margin-bottom: 30px; } .case .text h2 a { color: #000000; } .case .text .media-social { opacity: 0; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } @media (max-width: 1199.98px) { .case .text .media-social { opacity: 1; } } .case .text .media-social li { list-style: none; margin: 0 5px 0 0; display: inline-block; } .case .text .media-social li a { height: 50px; width: 50px; display: block; background: rgba(0, 0, 0, 0.05); border-radius: 4px; position: relative; color: #000000; } .case .text .media-social li a span { position: absolute; font-size: 20px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .case .text .media-social li a:hover { background: #ffd369; color: #000000; } .case .text .meta p { font-size: 12px; color: rgba(0, 0, 0, 0.2); } .case .text .meta p a { color: rgba(0, 0, 0, 0.2); text-decoration: none; } .case:hover .text h2 a { color: rgba(0, 0, 0, 0.5); text-decoration: none; } .case:hover .text .media-social { opacity: 1; } .case:hover .text .meta p a { color: #000000; }
0.318803
0.051966
@charset "utf-8"; /* @ 文本框插入表情插件 @ 作者:水墨寒 @ 日期:2013年1月28日 */ /* #Smohan_FaceBox{ position: relative; margin: 10px auto; }*/ textarea.smohan_text{ display: block; width: 100%; height: 15px; padding: 10px; background: url(../images/facebg_1.png) 0px 0px repeat-x; border: 1px solid #cacaca; outline: none; position: relative; overflow: hidden; } #Smohan_FaceBox p{ display:block; width:748px; padding:10px 0px;} .face{ display:block; width:20px; height:20px; background:url(../images/facebg_1.png) 0px -100px no-repeat; float:left;} .face:hover,.face.in{ background-position:0px -120px;} .button{ display:inline-block; width:80px; height:35px; line-height:35px; background:#6C3; border:1px solid #6C0; text-align:center; cursor:pointer; color:#ffffff; float:right; text-shadow:0px -1px 0px rgba(153,153,153,0.6);} img{ border:0 none;} /* FaceBox */ #SmohanFaceBox{ display: block;width: 352px;height: 187px;position: absolute;top: -240px;left: 0;z-index: 9999;} #SmohanFaceBox .Corner{ display:block; width:28px; height:15px; background:url(../images/facebg_1.png) -32px -100px no-repeat; position:absolute; left:10px; bottom: 0; z-index:100;} #SmohanFaceBox .Content{ display:block; width:350px; height:185px; padding:10px; background:#ffffff;border:1px solid #cfcfcf; z-index:99; margin:14px 0px 0px 0px; box-shadow:0px 1px 10px rgba(204,204,204,1); border-radius:2px;} #SmohanFaceBox .Content h3{ margin:0; padding:0; width:350px; height:30px; line-height:26px; display:block; font-size:14px; text-align:left;} #SmohanFaceBox .Content h3 span{ float:left;} #SmohanFaceBox .Content h3 .close{ display:inline-block; width:16px; height:16px; background:url(../images/facebg_1.png) -30px -120px; float:right; cursor:pointer;} #SmohanFaceBox .Content h3 .close:hover{ background-position:-46px -120px;} #SmohanFaceBox .Content ul{ margin:5px 0px 0px 0px; padding:0; list-style-type:none;} #SmohanFaceBox .Content ul li{ display:inline-block; width:22px; height:22px; padding:2px; border:1px solid #f8f8f8; float:left;} #SmohanFaceBox .Content ul li:hover{ border-color:#6C3;} /* 解析表情 */ #Zones{ display:block; width:696px; height:auto; padding:26px; position:relative; background:#fff; border:2px dashed #cacaca; margin:30px auto; display:none;}
public/home/css/smohan.face.css
@charset "utf-8"; /* @ 文本框插入表情插件 @ 作者:水墨寒 @ 日期:2013年1月28日 */ /* #Smohan_FaceBox{ position: relative; margin: 10px auto; }*/ textarea.smohan_text{ display: block; width: 100%; height: 15px; padding: 10px; background: url(../images/facebg_1.png) 0px 0px repeat-x; border: 1px solid #cacaca; outline: none; position: relative; overflow: hidden; } #Smohan_FaceBox p{ display:block; width:748px; padding:10px 0px;} .face{ display:block; width:20px; height:20px; background:url(../images/facebg_1.png) 0px -100px no-repeat; float:left;} .face:hover,.face.in{ background-position:0px -120px;} .button{ display:inline-block; width:80px; height:35px; line-height:35px; background:#6C3; border:1px solid #6C0; text-align:center; cursor:pointer; color:#ffffff; float:right; text-shadow:0px -1px 0px rgba(153,153,153,0.6);} img{ border:0 none;} /* FaceBox */ #SmohanFaceBox{ display: block;width: 352px;height: 187px;position: absolute;top: -240px;left: 0;z-index: 9999;} #SmohanFaceBox .Corner{ display:block; width:28px; height:15px; background:url(../images/facebg_1.png) -32px -100px no-repeat; position:absolute; left:10px; bottom: 0; z-index:100;} #SmohanFaceBox .Content{ display:block; width:350px; height:185px; padding:10px; background:#ffffff;border:1px solid #cfcfcf; z-index:99; margin:14px 0px 0px 0px; box-shadow:0px 1px 10px rgba(204,204,204,1); border-radius:2px;} #SmohanFaceBox .Content h3{ margin:0; padding:0; width:350px; height:30px; line-height:26px; display:block; font-size:14px; text-align:left;} #SmohanFaceBox .Content h3 span{ float:left;} #SmohanFaceBox .Content h3 .close{ display:inline-block; width:16px; height:16px; background:url(../images/facebg_1.png) -30px -120px; float:right; cursor:pointer;} #SmohanFaceBox .Content h3 .close:hover{ background-position:-46px -120px;} #SmohanFaceBox .Content ul{ margin:5px 0px 0px 0px; padding:0; list-style-type:none;} #SmohanFaceBox .Content ul li{ display:inline-block; width:22px; height:22px; padding:2px; border:1px solid #f8f8f8; float:left;} #SmohanFaceBox .Content ul li:hover{ border-color:#6C3;} /* 解析表情 */ #Zones{ display:block; width:696px; height:auto; padding:26px; position:relative; background:#fff; border:2px dashed #cacaca; margin:30px auto; display:none;}
0.227384
0.089137
html { overflow-y: scroll; } #tracy-bs { font: 9pt/1.5 Verdana, sans-serif; background: white; color: #333; position: absolute; z-index: 20000; left: 0; top: 0; width: 100%; text-align: left; } #tracy-bs * { font: inherit; color: inherit; background: transparent; border: none; margin: 0; padding: 0; text-align: inherit; text-indent: 0; } #tracy-bs b { font-weight: bold; } #tracy-bs i { font-style: italic; } #tracy-bs a { text-decoration: none; color: #328ADC; padding: 2px 4px; margin: -2px -4px; } #tracy-bs a:hover, #tracy-bs a:active, #tracy-bs a:focus { color: #085AA3; } #tracy-bs-toggle { position: absolute; right: .5em; top: .5em; text-decoration: none; background: #CD1818; color: white !important; padding: 3px; } #tracy-bs-error { background: #CD1818; color: white; font: 13pt/1.5 Verdana, sans-serif !important; } #tracy-bs-error a { color: white !important; opacity: 0; font-size: .7em; } #tracy-bs-error:hover a { opacity: .6; } #tracy-bs-error a:hover { opacity: 1; } #tracy-bs-ie-warning { background: black; margin: 1em; padding: .5em; text-align: center; } #tracy-bs h1 { font-size: 15pt; font-weight: normal; text-shadow: 1px 1px 2px rgba(0, 0, 0, .3); margin: .7em 0; } #tracy-bs h2 { font: 14pt/1.5 sans-serif !important; margin: .6em 0; } #tracy-bs h3 { font: bold 10pt/1.5 Verdana, sans-serif !important; margin: 1em 0; padding: 0; } #tracy-bs p, #tracy-bs pre { margin: .8em 0 } #tracy-bs pre, #tracy-bs code, #tracy-bs table { font: 9pt/1.5 Consolas, monospace !important; } #tracy-bs pre, #tracy-bs table { background: #FDF5CE; padding: .4em .7em; border: 1px dotted silver; overflow: auto; } #tracy-bs table pre { padding: 0; margin: 0; border: none; } #tracy-bs table { border-collapse: collapse; width: 100%; } #tracy-bs td, #tracy-bs th { vertical-align: top; text-align: left; padding: 2px 6px; border: 1px solid #e6dfbf; } #tracy-bs th { font-weight: bold; } #tracy-bs tr > :first-child { width: 20%; } #tracy-bs tr:nth-child(2n), #tracy-bs tr:nth-child(2n) pre { background-color: #F7F0CB; } #tracy-bs ol { margin: 1em 0; padding-left: 2.5em; } #tracy-bs ul { font: 7pt/1.5 Verdana, sans-serif !important; padding: 2em 4em; margin: 1em 0 0; color: #777; background: #F6F5F3; border-top: 1px solid #DDD; } #tracy-bs-logo a { position: absolute; bottom: 0; right: 0; width: 100px; height: 50px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAUBAMAAAD/1DctAAAAMFBMVEWupZzj39rEvbTy8O3X0sz9/PvGwLu8tavQysHq6OS0rKP5+Pbd2dT29fPMxbzPx8DKErMJAAAACXBIWXMAAAsTAAALEwEAmpwYAAACGUlEQVQoFX3TQWgTQRQA0MWLIJJDYehBTykhG5ERTx56K1u8eEhCYtomE7x5L4iLh0ViF7egewuFFqSIYE6hIHsIYQ6CQSg9CDKn4QsNCRlB59C74J/ZNHW1+An5+bOPyf6/s46oz2P+A0yIeZZ2ieEHi6TOnLKTxvWq+b52mxlVO3xnM1s7xLX1504XQH65OnW2dBqn7cCkYsFsfYsWpyY/2salmFTpEyzeR8zosYqMdiPDXdyU52K1wgEa/SjGpdEwUAxqvRfckQCDOyFearsEHe2grvkh/cFAHKvdtI3lcVceKQIOFpv+FOZaNPQBwJZLPp+hfrvT5JZXaUFsR8zqQc9qSgAharkfS5M/5F6nGJJAtXq/eLr3ucZpHccSxOOIPaQhtHohpCH2Xu6rLmQ0djnr4/+J3C6v+AW8/XWYxwYNdlhWj/P5fPSTQwVr0T9lGxdaBCqErNZaqYnEwbkjEB3NasGF3lPdrHa1nnxNOMgj0+neePUPjd2v/qVvUv29ifvc19huQ48qwXShy/9o8o3OSk0cs37mOFd0Ydgvsf/oZEnPVtggfd66lORn9mDyyzXU13SRtH2L6aR5T/snGAcZPfAXz5J1YlJWBEuxdMYqQecpBrlM49xAbmqyHA+xlA1FxBtqT2xmJoNXZlIt74ZBLeJ9ZGDqByNI7p543idzJ23vXEv7IgnsxiS+eNtwNbFdLq7+Bi4wQ0I4SVb9AAAAAElFTkSuQmCC') no-repeat; opacity: .6; padding: 0; margin: 0; } #tracy-bs-logo a:hover, #tracy-bs-logo a:active, #tracy-bs-logo a:focus { opacity: 1; transition: opacity 0.1s; } #tracy-bs div.panel { padding: 1px 25px; } #tracy-bs div.inner { background: #F4F3F1; padding: .1em 1em 1em; border-radius: 8px; } #tracy-bs .outer { overflow: auto; } /* source code */ #tracy-bs pre.php div { min-width: 100%; float: left; white-space: pre; } #tracy-bs .highlight { background: #CD1818; color: white; font-weight: bold; font-style: normal; display: block; padding: 0 .4em; margin: 0 -.4em; } #tracy-bs .line { color: #9F9C7F; font-weight: normal; font-style: normal; } #tracy-bs pre:hover span[title] { border-bottom: 1px solid rgba(0, 0, 0, 0.2); } #tracy-bs a[href^=editor\:] { color: inherit; border-bottom: 1px dotted rgba(0, 0, 0, .3); } #tracy-bs span[data-tracy-href] { border-bottom: 1px dotted rgba(0, 0, 0, .3); } /* toggle */ html.tracy-js #tracy-bs .tracy-collapsed { display: none; } html.tracy-js #tracy-bs .tracy-toggle.tracy-collapsed { display: inline; } #tracy-bs .tracy-toggle { cursor: pointer; } #tracy-bs .tracy-toggle:after { content: " ▼"; opacity: .4; } #tracy-bs .tracy-toggle.tracy-collapsed:after { content: " ►"; opacity: .4; } /* dump */ #tracy-bs .tracy-dump-array, #tracy-bs .tracy-dump-object { color: #C22; } #tracy-bs .tracy-dump-string { color: #35D; } #tracy-bs .tracy-dump-number { color: #090; } #tracy-bs .tracy-dump-null, #tracy-bs .tracy-dump-bool { color: #850; } #tracy-bs .tracy-dump-visibility, #tracy-bs .tracy-dump-hash { font-size: 85%; color: #998; } #tracy-bs .tracy-dump-indent { display: none; } #tracy-bs pre.tracy-dump div { padding-left: 3ex; } #tracy-bs pre.tracy-dump div div { border-left: 1px solid rgba(0, 0, 0, .1); margin-left: .5ex; } #tracy-bs .caused { float: right; padding: .3em .6em; background: #df8075; border-radius: 0 0 0 8px; white-space: nowrap; } #tracy-bs .caused a { color: white; }
vendor/tracy/tracy/src/Tracy/assets/BlueScreen/bluescreen.css
html { overflow-y: scroll; } #tracy-bs { font: 9pt/1.5 Verdana, sans-serif; background: white; color: #333; position: absolute; z-index: 20000; left: 0; top: 0; width: 100%; text-align: left; } #tracy-bs * { font: inherit; color: inherit; background: transparent; border: none; margin: 0; padding: 0; text-align: inherit; text-indent: 0; } #tracy-bs b { font-weight: bold; } #tracy-bs i { font-style: italic; } #tracy-bs a { text-decoration: none; color: #328ADC; padding: 2px 4px; margin: -2px -4px; } #tracy-bs a:hover, #tracy-bs a:active, #tracy-bs a:focus { color: #085AA3; } #tracy-bs-toggle { position: absolute; right: .5em; top: .5em; text-decoration: none; background: #CD1818; color: white !important; padding: 3px; } #tracy-bs-error { background: #CD1818; color: white; font: 13pt/1.5 Verdana, sans-serif !important; } #tracy-bs-error a { color: white !important; opacity: 0; font-size: .7em; } #tracy-bs-error:hover a { opacity: .6; } #tracy-bs-error a:hover { opacity: 1; } #tracy-bs-ie-warning { background: black; margin: 1em; padding: .5em; text-align: center; } #tracy-bs h1 { font-size: 15pt; font-weight: normal; text-shadow: 1px 1px 2px rgba(0, 0, 0, .3); margin: .7em 0; } #tracy-bs h2 { font: 14pt/1.5 sans-serif !important; margin: .6em 0; } #tracy-bs h3 { font: bold 10pt/1.5 Verdana, sans-serif !important; margin: 1em 0; padding: 0; } #tracy-bs p, #tracy-bs pre { margin: .8em 0 } #tracy-bs pre, #tracy-bs code, #tracy-bs table { font: 9pt/1.5 Consolas, monospace !important; } #tracy-bs pre, #tracy-bs table { background: #FDF5CE; padding: .4em .7em; border: 1px dotted silver; overflow: auto; } #tracy-bs table pre { padding: 0; margin: 0; border: none; } #tracy-bs table { border-collapse: collapse; width: 100%; } #tracy-bs td, #tracy-bs th { vertical-align: top; text-align: left; padding: 2px 6px; border: 1px solid #e6dfbf; } #tracy-bs th { font-weight: bold; } #tracy-bs tr > :first-child { width: 20%; } #tracy-bs tr:nth-child(2n), #tracy-bs tr:nth-child(2n) pre { background-color: #F7F0CB; } #tracy-bs ol { margin: 1em 0; padding-left: 2.5em; } #tracy-bs ul { font: 7pt/1.5 Verdana, sans-serif !important; padding: 2em 4em; margin: 1em 0 0; color: #777; background: #F6F5F3; border-top: 1px solid #DDD; } #tracy-bs-logo a { position: absolute; bottom: 0; right: 0; width: 100px; height: 50px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAUBAMAAAD/1DctAAAAMFBMVEWupZzj39rEvbTy8O3X0sz9/PvGwLu8tavQysHq6OS0rKP5+Pbd2dT29fPMxbzPx8DKErMJAAAACXBIWXMAAAsTAAALEwEAmpwYAAACGUlEQVQoFX3TQWgTQRQA0MWLIJJDYehBTykhG5ERTx56K1u8eEhCYtomE7x5L4iLh0ViF7egewuFFqSIYE6hIHsIYQ6CQSg9CDKn4QsNCRlB59C74J/ZNHW1+An5+bOPyf6/s46oz2P+A0yIeZZ2ieEHi6TOnLKTxvWq+b52mxlVO3xnM1s7xLX1504XQH65OnW2dBqn7cCkYsFsfYsWpyY/2salmFTpEyzeR8zosYqMdiPDXdyU52K1wgEa/SjGpdEwUAxqvRfckQCDOyFearsEHe2grvkh/cFAHKvdtI3lcVceKQIOFpv+FOZaNPQBwJZLPp+hfrvT5JZXaUFsR8zqQc9qSgAharkfS5M/5F6nGJJAtXq/eLr3ucZpHccSxOOIPaQhtHohpCH2Xu6rLmQ0djnr4/+J3C6v+AW8/XWYxwYNdlhWj/P5fPSTQwVr0T9lGxdaBCqErNZaqYnEwbkjEB3NasGF3lPdrHa1nnxNOMgj0+neePUPjd2v/qVvUv29ifvc19huQ48qwXShy/9o8o3OSk0cs37mOFd0Ydgvsf/oZEnPVtggfd66lORn9mDyyzXU13SRtH2L6aR5T/snGAcZPfAXz5J1YlJWBEuxdMYqQecpBrlM49xAbmqyHA+xlA1FxBtqT2xmJoNXZlIt74ZBLeJ9ZGDqByNI7p543idzJ23vXEv7IgnsxiS+eNtwNbFdLq7+Bi4wQ0I4SVb9AAAAAElFTkSuQmCC') no-repeat; opacity: .6; padding: 0; margin: 0; } #tracy-bs-logo a:hover, #tracy-bs-logo a:active, #tracy-bs-logo a:focus { opacity: 1; transition: opacity 0.1s; } #tracy-bs div.panel { padding: 1px 25px; } #tracy-bs div.inner { background: #F4F3F1; padding: .1em 1em 1em; border-radius: 8px; } #tracy-bs .outer { overflow: auto; } /* source code */ #tracy-bs pre.php div { min-width: 100%; float: left; white-space: pre; } #tracy-bs .highlight { background: #CD1818; color: white; font-weight: bold; font-style: normal; display: block; padding: 0 .4em; margin: 0 -.4em; } #tracy-bs .line { color: #9F9C7F; font-weight: normal; font-style: normal; } #tracy-bs pre:hover span[title] { border-bottom: 1px solid rgba(0, 0, 0, 0.2); } #tracy-bs a[href^=editor\:] { color: inherit; border-bottom: 1px dotted rgba(0, 0, 0, .3); } #tracy-bs span[data-tracy-href] { border-bottom: 1px dotted rgba(0, 0, 0, .3); } /* toggle */ html.tracy-js #tracy-bs .tracy-collapsed { display: none; } html.tracy-js #tracy-bs .tracy-toggle.tracy-collapsed { display: inline; } #tracy-bs .tracy-toggle { cursor: pointer; } #tracy-bs .tracy-toggle:after { content: " ▼"; opacity: .4; } #tracy-bs .tracy-toggle.tracy-collapsed:after { content: " ►"; opacity: .4; } /* dump */ #tracy-bs .tracy-dump-array, #tracy-bs .tracy-dump-object { color: #C22; } #tracy-bs .tracy-dump-string { color: #35D; } #tracy-bs .tracy-dump-number { color: #090; } #tracy-bs .tracy-dump-null, #tracy-bs .tracy-dump-bool { color: #850; } #tracy-bs .tracy-dump-visibility, #tracy-bs .tracy-dump-hash { font-size: 85%; color: #998; } #tracy-bs .tracy-dump-indent { display: none; } #tracy-bs pre.tracy-dump div { padding-left: 3ex; } #tracy-bs pre.tracy-dump div div { border-left: 1px solid rgba(0, 0, 0, .1); margin-left: .5ex; } #tracy-bs .caused { float: right; padding: .3em .6em; background: #df8075; border-radius: 0 0 0 8px; white-space: nowrap; } #tracy-bs .caused a { color: white; }
0.317215
0.065965
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,300italic,400italic,500italic&subset=latin,latin-ext); @import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700); @import "lib/font-lineicons.css"; @import "lib/toastr.min.css"; @import "lib/bootstrap.min.css"; /* ================================================ // ************************************************ // // Ventcamp v2.0 by Vivaco // // ************************************************ ================================================ */ /* ================================================ // // Libraries // ================================================ */ /*! * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.3.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.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: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-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(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 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 { 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: #ffffff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .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: "\f032"; } .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: "\f04c"; } .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-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\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:before { 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"; } .fa-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:before { 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 { content: "\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 { content: "\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 { content: "\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-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-genderless:before, .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 { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .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-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"; } /* ------------------------------------------------ CSS ------------------------------------------------ */ 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%; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* ================================================ // ************************************************ // // Startuply Custom Styles // // ************************************************ ================================================ */ /* ---------------------------------------------------------------------------- Typography ---------------------------------------------------------------------------- */ * { -webkit-font-smoothing: antialiased !important; } body { font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 400; color: #51545b; line-height: 1.5625; } .thin { font-weight: 300; } .normal { font-weight: 400; } .bold { font-weight: 500; } .base-font { font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; } .heading-font { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; } .uppercase { text-transform: uppercase; } h1 { font-size: 60px; } h2 { font-size: 50px; } h3 { font-size: 50px; letter-spacing: -0.05em; } h4 { font-size: 40px; } h5 { font-size: 30px; } h6 { font-size: 20px; } .h7 { font-size: 15px; } .h8 { font-size: 13px; letter-spacing: 0.02em; } .extra-heading { margin: 0 0 8px; font-size: 132px; text-transform: uppercase; letter-spacing: 0; } h1, h2, h4, h5, h6, .h7 { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; } h1, h2, h4, h5 { letter-spacing: -0.06em; } h3, .h8 { font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: 400; } h1, h2, h4, h5 { color: #000000; } h3, h6, .h7 { color: #262627; } .h8 { color: #8d93a0; } h5.heading-alt { text-transform: uppercase; font-size: 19px; line-height: 1.7; letter-spacing: 0.5em; color: #262627; } h6.heading-alt { font-size: 15px; line-height: 1.5; color: #474749; letter-spacing: 0.15em; } h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; } h1, h2 { margin: 15px 0 20px; } p, article { margin: 0 0 10px; line-height: 29px; } p.small, article.small { font-size: 13px; font-weight: 500; line-height: 25px; color: #babfcc; } strong { display: inline-block; font-weight: 500; } small { display: inline-block; font-size: 13px; } .text-alt, .counter-box .counter-content .title { color: #B8BCC3; } a { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; text-decoration: none; } a:hover, a:active, a:focus { outline: none; } .link-btn { display: inline-block; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.22em; } span { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; color: inherit; } .align-left { text-align: left; } .align-right { text-align: right; } .align-center { text-align: center; } .light-text, .footer { color: #ffffff; } .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .light-text .h7, .light-text .h8, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer .h7, .footer .h8 { color: inherit; } .light-text h1.heading-alt, .light-text h2.heading-alt, .light-text h3.heading-alt, .light-text h4.heading-alt, .light-text h5.heading-alt, .light-text h6.heading-alt, .light-text .h7.heading-alt, .light-text .h8.heading-alt, .footer h1.heading-alt, .footer h2.heading-alt, .footer h3.heading-alt, .footer h4.heading-alt, .footer h5.heading-alt, .footer h6.heading-alt, .footer .h7.heading-alt, .footer .h8.heading-alt { color: inherit; } .dark-text { color: #000000; } .dark-text.fa { color: #000000; } .dark-text .fa { color: inherit; } /* Media queries */ @media (max-width: 991px) { body { font-size: 13px; } .extra-heading { font-size: 110px; } h5.heading-alt, h6.heading-alt { line-height: 1.4; } } @media (max-width: 767px) { h1 { font-size: 31.2px; } h2 { font-size: 30px; } h3 { font-size: 31.5px; } h4 { font-size: 26.8px; } h5 { font-size: 24px; } h6 { font-size: 18px; } .heading { font-size: 12px; } .extra-heading { font-size: 80px; } .sub-title, .sub-title.alt { font-size: 13px; } .sub-title, .sub-title.big { font-size: 15px; } } /* ---------------------------------------------------------------------------- Common styles ---------------------------------------------------------------------------- */ .clearfix { zoom: 1; } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } body { overflow-x: hidden; min-height: 100px; } body > .container { padding-top: 65px; } img { max-width: 100%; } .retina-show { display: none; } .base-clr-bd, .preloader-mask .preloader, .preloader-mask .preloader:before, .preloader-mask .preloader:after, .btn.btn-outline-clr, .btn.btn-outline-clr:hover, .btn.btn-outline-clr:focus, .btn.btn-outline-clr:active, .btn.btn-outline-clr.hovered, .btn.btn-outline-clr.pressed, .nav.nav-schedule > li:after, .schedule .tab-content .nav.nav-schedule > li.active, .schedule .schedule-item .lecture-icon-wrapper, .download-schedule-btn:hover, .download-schedule-btn:focus, .schedule.schedule-light .nav.nav-schedule, .schedule.schedule-light .tab-content, .nav-wrapper .nav-current, textarea.error, input[type=text].error, input[type=url].error, input[type=tel].error, input[type=number].error, input[type=color].error, input[type=email].error, input[type=email].error, input[type=password].error, .package-column.special-column, .package-column.package-bright, .package-panel, .counter-block.counter-block-border .counter-box, .speaker .speaker-socials > li .fa, .dropdown-toggle:after, .navigation-link.active, .header .buy-btn, .header .buy-btn:hover, .header .buy-btn:focus, .header .buy-btn:active, .header .buy-btn.hovered, .header .buy-btn.pressed { border-color: #ff5f9b; } .base-clr-bg, .overlay.overlay-clr:before, .overlay.overlay-clr[class*="bg"]:before, .base-clr-ovl:before, .btn, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.hovered, .btn.btn-white.pressed, .nav.nav-schedule > li.active, .download-schedule-btn:hover, .download-schedule-btn:focus, .schedule.schedule-light .nav.nav-schedule > li, .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper, .tabs-vertical .nav.nav-tabs:before, .tabs-vertical .nav.nav-tabs > li:not(.active) a, .panel-group .panel .panel-heading a, .panel-group-alt .panel > a:not(.collapsed), .table > thead > tr > th, .table > thead > tr > td, .package-column.special-column .sale-label, .package-column.package-bright.special-column, .package-panel .buy-btn, .counter-block.counter-block-solid .counter-box, .gallery.light-slider .description-slider-wrapper .bx-pager-link.active, .gallery-thumb-link:after, .speaker .speaker-socials > li .fa, .contacts-wrapper-color:before, .header.header-color .header-wrapper, .header.header-color .dropdown-menu, .header:not(.header-color):not(.header-black) .navbar-collapse, .navbar-toggle .icon-bar, .call-to-action-section > .overlay:before, .thumb-wrapper .overlay:before, .header .buy-btn { background-color: #ff5f9b; } .base-clr-txt, .highlight, a, a:hover, a:active, a:focus, .fa, .icon, .btn.btn-outline-clr, .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active, .btn.btn-outline.hovered, .btn.btn-outline.pressed, .btn.btn-white, .schedule .tab-content .nav.nav-schedule > li.active > a:not(:hover):not(:active), .schedule .tab-content .nav.nav-schedule > li.active > a:hover, .schedule .tab-content .nav.nav-schedule > li.active > a:focus, .schedule .schedule-item .schedule-item-toggle.collapsed .title .icon, .schedule .schedule-item .schedule-item-body .speaker-name, .schedule.schedule-light .nav.nav-schedule > li.active a, .schedule.schedule-light .nav.nav-schedule > li.active a:hover, .schedule.schedule-light .nav.nav-schedule > li.active a:focus, .schedule.schedule-light .nav.nav-schedule > li.active a *, .schedule.schedule-light .nav.nav-schedule > li.active a:hover *, .schedule.schedule-light .nav.nav-schedule > li.active a:focus *, .schedule.schedule-light .schedule-item .schedule-item-body .speaker-name, .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus, .panel-group-alt .panel > a .fa, label.error, input.btn.btn-outline, .pseudo-select .pseudo-select-dropdown-item.selected:not(.disabled), input[type="submit"] + .loading, .testimonial .author-block .name, .package-column .package-title, .package-column.special-column .package-price, .package-column.package-bright:not(.special-column):hover .package-detail, .package-column.package-bright .package-price, .package-column.package-bright.special-column .btn:hover, .package-column.package-bright.special-column .btn:focus, .package-column.package-bright.special-column .btn:active, .package-column.package-bright.special-column .btn.hovered, .package-column.package-bright.special-column .btn.pressed, .counter-box .counter-content > .count, .speaker .name, .balloon .name, .header.header-black .navigation-link:hover, .header.header-black .navigation-link:active, .header.header-black .navigation-link:focus, .header.header-black .navigation-link.active, .dropdown:hover .dropdown-toggle, .dropdown.open .navigation-link.dropdown-toggle, .dropdown.open .navigation-link:not(.active):not(:hover):not(:focus):not(:active).dropdown-toggle, .dropdown-menu .navigation-link:hover, .dropdown-menu .navigation-link:focus, .dropdown-menu .navigation-link:active, .navigation-link:hover, .navigation-link:active, .navigation-link:focus, .navigation-link.active, .header.header-color .navigation-header .buy-btn:hover, .header.header-color .navigation-header .buy-btn:focus, .header.header-color .navigation-header .buy-btn:active, .header.header-color .navigation-header .buy-btn.hovered, .header.header-color .navigation-header .buy-btn.pressed, input.header.header-color .navigation-header .buy-btn, .header .buy-btn { color: #ff5f9b; } ::selection { color: #ffffff; background-color: rgba(255, 95, 155, 0.85); } ::-moz-selection { color: #ffffff; background-color: rgba(255, 95, 155, 0.85); } .bg-low-poly, div.bg-low-poly, footer.bg-low-poly, section.bg-low-poly { background-image: url("../img/background/low_poly_background.jpg"); background-repeat: no-repeat; background-position: center top; } hr { display: inline-block; width: 100%; height: 1px; border: none; background-color: #e9e9e9; } hr.no-margin { margin: 0; } ul { margin: 0 0 10px; } li { margin-bottom: 7px; } .visible { opacity: 1; } .section { position: relative; padding: 90px 0; } .fullwidth-section { zoom: 1; -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); margin: 50px 0; padding: 0; } .fullwidth-section:before, .fullwidth-section:after { content: ""; display: table; } .fullwidth-section:after { clear: both; } .fullwidth-path { zoom: 1; position: relative; } .fullwidth-path:before, .fullwidth-path:after { content: ""; display: table; } .fullwidth-path:after { clear: both; } .fullwidth-column { padding: 100px 73px 85px; } .fullwidth-section-bg { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; position: absolute; top: 0; bottom: 0; background-repeat: no-repeat; background-position: top center; } .fullwidth-section-bg.bg-right { right: 0; left: 50%; } .fullwidth-section-bg.bg-left { left: 0; right: 50%; } .icon, .fa { line-height: 1; } .section-icon { display: block; margin-bottom: 20px; font-size: 50px; } .container { position: relative; } .bg-cover { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; z-index: 1; } .overlay { position: relative; z-index: 1; } .overlay:before { position: absolute; top: 0; right: 0; left: 0; bottom: 0; content: ""; background-color: #262627; z-index: -1; } .overlay.overlay-clr:before, .overlay.overlay-clr[class*="bg"]:before { opacity: 0.92; } .overlay.overlay-clr .fa, .overlay.overlay-clr .icon { color: inherit; } .overlay > * { z-index: 1; } .base-clr-ovl, .thumb-wrapper .overlay { background-color: transparent; } .base-clr-ovl:before, .thumb-wrapper .overlay:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: 0.8; z-index: -1; } .video-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; overflow: hidden; } .video-bg video { min-width: 100%; min-height: 100%; } .heading-block { padding: 150px 0; } .hero-heading-top, .hero-heading-bottom { position: absolute; left: 0; right: 0; } .hero-heading-top { top: 60px; } .hero-heading-bottom { bottom: 40px; } .img-column { padding-top: 20px; padding-bottom: 20px; } .list { padding: 5px 0; } .list > li { margin: 15px 0; } .list > li .icon:first-child, .list > li .fa:first-child { margin-right: 25px; vertical-align: middle; } .list-inline { padding: 5px 0; } .list-inline > li { margin: 15px 0; } .list-inline > li .icon:first-child, .list-inline > li .fa:first-child { margin-right: 25px; vertical-align: middle; } .masonry { width: 100%; font-size: 0; line-height: 0; } .masonry.width720 .masonry-item { width: 32.833333%; padding: 10px; } .masonry.width400 .masonry-item { width: 49.5%; padding: 5px; } .masonry .masonry-item { margin: 0; display: inline-block; width: 24.5%; padding: 15px; font-size: 15px; line-height: 1.5625; } @media (max-width: 991px) { .wrapper { width: 90%; } .img-column { padding-bottom: 20px; } .heading-block { padding: 80px 0; } .hero-heading-top { top: 30px; } .fullwidth-column { padding: 50px 30px 35px; } } @media (max-width: 767px) { body { padding-top: 91px; } .fullwidth-section-bg { position: relative; } .fullwidth-section-bg.bg-right, .fullwidth-section-bg.bg-left { height: 250px; top: auto; left: auto; right: auto; bottom: auto; } .wrapper { width: 100%; } .bg-cover { background-attachment: scroll; } .heading-block { padding: 40px 0; } .hero-heading-top { position: relative; top: auto; margin-top: 30px; } .hero-heading-bottom { position: relative; bottom: auto; margin-bottom: 30px; } } @media (max-width: 480px) { blockquote { padding: 0 35px; font-size: 13px; line-height: 1.8; } } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .retina-hide { display: none; } .retina-show { display: block; display: initial; } } /* ---------------------------------------------------------------------------- Style switcher ---------------------------------------------------------------------------- */ .style-switcher { -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); position: fixed; left: -225px; top: 200px; display: block; width: 225px; padding: 10px 20px 20px; background-color: #ffffff; border: 2px solid #f3f5f6; z-index: 9999; } .style-switcher .style-toggle { -webkit-border-radius: 5%; -webkit-background-clip: padding-box; -moz-border-radius: 5%; -moz-background-clip: padding; border-radius: 5%; background-clip: padding-box; position: absolute; top: 32px; right: -52px; margin-left: -2px; display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; background-color: rgba(0, 0, 0, 0.3); } .style-switcher .style-toggle .fa { color: #ffffff; } .style-switcher .template-set-color { zoom: 1; margin-bottom: 8px; width: 100%; list-style: none; padding-left: 0; } .style-switcher .template-set-color:before, .style-switcher .template-set-color:after { content: ""; display: table; } .style-switcher .template-set-color:after { clear: both; } .style-switcher .template-set-color > li { float: left; display: inline-block; } .style-switcher .template-set-color .color { -webkit-border-radius: 5px; -webkit-background-clip: padding-box; -moz-border-radius: 5px; -moz-background-clip: padding; border-radius: 5px; background-clip: padding-box; display: block; padding: 15px; margin-right: 5px; font-size: 12px; text-transform: uppercase; line-height: normal; color: #ffffff; background-color: #51545b; } .style-switcher .template-set-color .color.pink { background-color: #ff5f9b; } .style-switcher .template-set-color .color.green { background-color: #91d539; } .style-switcher .template-set-color .color.blue { background-color: #1ac6ff; } .style-switcher .template-set-color .color.berry { background-color: #fe6760; } .style-switcher .template-set-color .color.orange { background-color: #fe4918; } .style-switcher .template-animations-switch input[type="checkbox"] { display: none; } .style-switcher .template-animations-switch input[type="checkbox"] + label { -webkit-transition: background 0.2s ease, color 0.2s ease; -moz-transition: background 0.2s ease, color 0.2s ease; -o-transition: background 0.2s ease, color 0.2s ease; transition: background 0.2s ease, color 0.2s ease; position: relative; display: block; width: 65px; height: 32px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; border-radius: 16px; background: #f3f5f6; cursor: pointer; overflow: hidden; } .style-switcher .template-animations-switch input[type="checkbox"] + label:before, .style-switcher .template-animations-switch input[type="checkbox"] + label:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: left 0.2s ease, right 0.2s ease; -moz-transition: left 0.2s ease, right 0.2s ease; -o-transition: left 0.2s ease, right 0.2s ease; transition: left 0.2s ease, right 0.2s ease; position: absolute; top: 0; display: block; width: 35px; height: 100%; line-height: 32px; } .style-switcher .template-animations-switch input[type="checkbox"] + label:before { content: "Off"; left: 0; color: #a5acbd; text-align: center; } .style-switcher .template-animations-switch input[type="checkbox"] + label:after { content: 'On'; right: -32px; color: #ffffff; padding-left: 5px; } .style-switcher .template-animations-switch input[type="checkbox"] + label > i { -webkit-transition: right 0.2s ease; -moz-transition: right 0.2s ease; -o-transition: right 0.2s ease; transition: right 0.2s ease; position: absolute; top: 3px; right: 4px; display: block; width: 26px; height: 26px; border-radius: 13px; background-color: #ffffff; } .style-switcher .template-animations-switch input[type="checkbox"]:checked + label { background-color: #92c83c; } .style-switcher .template-animations-switch input[type="checkbox"]:checked + label:before { left: -32px; } .style-switcher .template-animations-switch input[type="checkbox"]:checked + label:after { right: 0; } .style-switcher .template-animations-switch input[type="checkbox"]:checked + label > i { right: 35px; } /* ---------------------------------------------------------------------------- Preloader ---------------------------------------------------------------------------- */ .preloader-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #f7f7f7; z-index: 10000; height: 100%; } .preloader-mask .preloader { -webkit-animation: border-pulse-1 1.4s linear infinite; -moz-animation: border-pulse-1 1.4s linear infinite; -o-animation: border-pulse-1 1.4s linear infinite; animation: border-pulse-1 1.4s linear infinite; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; width: 50px; height: 50px; border-style: solid; border-radius: 50%; border-width: 26px; } .preloader-mask .preloader:before, .preloader-mask .preloader:after { -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); position: absolute; top: 50%; left: 50%; width: 0; height: 0; display: block; content: ""; border-style: solid; border-width: 0; border-radius: 50%; } .preloader-mask .preloader:before { -webkit-animation: border-pulse-2 1.4s linear infinite; -moz-animation: border-pulse-2 1.4s linear infinite; -o-animation: border-pulse-2 1.4s linear infinite; animation: border-pulse-2 1.4s linear infinite; opacity: 0.5; } .preloader-mask .preloader:after { -webkit-animation: border-pulse-3 1.4s linear infinite; -moz-animation: border-pulse-3 1.4s linear infinite; -o-animation: border-pulse-3 1.4s linear infinite; animation: border-pulse-3 1.4s linear infinite; } lesshat-selector { -lh-property: 0; } @-webkit-keyframes border-pulse-1{ 0% { border-width: 26px } 33.33333% { border-width: 3px } 66.66666% { border-width: 3px } 100% { border-width: 3px }} @-moz-keyframes border-pulse-1{ 0% { border-width: 26px } 33.33333% { border-width: 3px } 66.66666% { border-width: 3px } 100% { border-width: 3px }} @-o-keyframes border-pulse-1{ 0% { border-width: 26px } 33.33333% { border-width: 3px } 66.66666% { border-width: 3px } 100% { border-width: 3px }} @keyframes border-pulse-1{ 0% { border-width: 26px } 33.33333% { border-width: 3px } 66.66666% { border-width: 3px } 100% { border-width: 3px }; } lesshat-selector { -lh-property: 0; } @-webkit-keyframes border-pulse-2{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 23px } 100% { border-width: 23px }} @-moz-keyframes border-pulse-2{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 23px } 100% { border-width: 23px }} @-o-keyframes border-pulse-2{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 23px } 100% { border-width: 23px }} @keyframes border-pulse-2{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 23px } 100% { border-width: 23px }; } lesshat-selector { -lh-property: 0; } @-webkit-keyframes border-pulse-3{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 0 } 100% { border-width: 23px }} @-moz-keyframes border-pulse-3{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 0 } 100% { border-width: 23px }} @-o-keyframes border-pulse-3{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 0 } 100% { border-width: 23px }} @keyframes border-pulse-3{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 0 } 100% { border-width: 23px }; } /* ---------------------------------------------------------------------------- Buttons ---------------------------------------------------------------------------- */ .btn, .header .buy-btn { -webkit-box-shadow: inset 0 65px 0 transparent; -moz-box-shadow: inset 0 65px 0 transparent; box-shadow: inset 0 65px 0 transparent; -webkit-transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, -webkit-box-shadow 0.2s ease; -moz-transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, -moz-box-shadow 0.2s ease; -o-transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, box-shadow 0.2s ease; transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, box-shadow 0.2s ease; position: relative; margin: 0 7px; vertical-align: middle; display: inline-block; min-width: 144px; max-width: 100%; padding: 21px 25px 19px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; line-height: 1; letter-spacing: 0.59em; border: none; border-radius: 4px; overflow: hidden; } .btn:not(.btn-outline-clr):not(.btn-white):not(.btn-outline) { color: #ffffff; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: none; } .btn:hover, .btn:focus, .btn.hovered { -webkit-box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26); -moz-box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26); box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26); color: #ffffff; } .btn:active, .btn.pressed { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); } .btn.btn-lg { min-width: 200px; padding: 26px 40px 23px; font-size: 15px; letter-spacing: 0.4em; } .btn.btn-sm { min-width: 140px; padding: 14px 20px 13px; } .btn.btn-block { margin-left: auto; margin-right: auto; display: block; width: auto; } .btn.btn-outline, .btn.btn-outline-clr, .header.header-color .navigation-header .buy-btn, .header .buy-btn { padding: 18px 22px 16px; border: 1px solid; } .btn.btn-outline.btn-lg, .btn.btn-outline-clr.btn-lg, .header.header-color .navigation-header .buy-btn.btn-lg, .header .buy-btn.btn-lg { padding: 25px 39px 22px; } .btn.btn-outline.btn-sm, .btn.btn-outline-clr.btn-sm, .header.header-color .navigation-header .buy-btn.btn-sm, .header.header-color .navigation-header .buy-btn, .header .buy-btn.btn-sm, .header .buy-btn { padding: 13px 17px 12px; } .btn.btn-outline-clr, .header .buy-btn { -webkit-box-shadow: inset 0 65px 0 transparent; -moz-box-shadow: inset 0 65px 0 transparent; box-shadow: inset 0 65px 0 transparent; } .btn.btn-outline-clr:hover, .btn.btn-outline-clr:focus, .btn.btn-outline-clr:active, .btn.btn-outline-clr.hovered, .btn.btn-outline-clr.pressed, .header .buy-btn:hover, .header .buy-btn:focus, .header .buy-btn:active, .header .buy-btn.hovered, .header .buy-btn.pressed { color: #ffffff; } .btn.btn-outline-clr:not(:hover):not(:hover):not(:active):not(.hovered):not(.pressed), .header .buy-btn:not(:hover):not(:hover):not(:active):not(.hovered):not(.pressed) { background-color: transparent; } .btn.btn-outline-clr .fa, .header .buy-btn .fa { color: inherit; } .btn.btn-outline, .header.header-color .navigation-header .buy-btn { background-color: transparent; border-color: #ffffff; color: #ffffff; } .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active, .btn.btn-outline.hovered, .btn.btn-outline.pressed, .header.header-color .navigation-header .buy-btn:hover, .header.header-color .navigation-header .buy-btn:focus, .header.header-color .navigation-header .buy-btn:active, .header.header-color .navigation-header .buy-btn.hovered, .header.header-color .navigation-header .buy-btn.pressed { background-color: #ffffff; } .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline.hovered, .header.header-color .navigation-header .buy-btn:hover, .header.header-color .navigation-header .buy-btn:focus, .header.header-color .navigation-header .buy-btn.hovered { -webkit-box-shadow: inset 0 65px 0 transparent; -moz-box-shadow: inset 0 65px 0 transparent; box-shadow: inset 0 65px 0 transparent; } .btn.btn-outline:active, .btn.btn-outline.pressed, .header.header-color .navigation-header .buy-btn:active, .header.header-color .navigation-header .buy-btn.pressed { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); } .btn.btn-black { background-color: #000000; } .btn.btn-white { background-color: #ffffff; } .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.hovered, .btn.btn-white.pressed { color: #ffffff; } .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.hovered { -webkit-box-shadow: inset 0 65px 0 transparent; -moz-box-shadow: inset 0 65px 0 transparent; box-shadow: inset 0 65px 0 transparent; } .btn.btn-white:active, .btn.btn-white.pressed { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); } .btn .fa { margin-right: 0.3em; padding-right: 4px; } button.btn.btn-block { width: 100%; } .btn.btn-rounded { border-radius: 26px; padding: 21px 34px 19px; } .btn.btn-rounded.btn-lg { border-radius: 30px; padding: 24px 39px 21px; } .btn.btn-rounded.btn-sm { border-radius: 19px; padding: 14px 27px 13px; } .btn.btn-rounded.btn-outline, .btn.btn-rounded.btn-outline-clr { padding: 20px 33px 18px; } .btn.btn-rounded.btn-outline.btn-lg, .btn.btn-rounded.btn-outline-clr.btn-lg { padding: 23px 38px 20px; } .btn.btn-rounded.btn-outline.btn-sm, .btn.btn-rounded.btn-outline-clr.btn-sm { padding: 13px 26px 12px; } .light-text .btn-no-border, .footer .btn-no-border { color: #ffffff; } .dark-text .btn-no-border { color: #000000; } .btns-container { padding: 27px 0 40px; } .btns-block { padding: 20px 0; } .btns-block:first-child { margin-top: 30px; } .btns-block:last-child { margin-bottom: 30px; } .btns-block .btn { margin-bottom: 10px; } @media (max-width: 991px) { .btns-container { padding: 20px 0 35px; } } @media (max-width: 767px) { .btns-container .btn { margin: 0 auto 20px; } } @media (max-width: 480px) { .btns-container { padding: 20px 15px; } .btns-container .btn { display: block; } .btn, .header .buy-btn { display: block; width: auto; padding-left: 10px; padding-right: 10px; } .btn.btn-rounded { padding-left: 15px; padding-right: 15px; } .btn.btn-rounded.btn-lg { padding-left: 19px; padding-right: 19px; } .btn.btn-rounded.btn-sm { padding-left: 10px; padding-right: 10px; } } /* ---------------------------------------------------------------------------- Schedules ---------------------------------------------------------------------------- */ .schedule { margin-bottom: 50px; text-align: left; background-color: #ffffff; } .schedule .tab-content .nav-current { background-color: #eff1f5; border-color: #e9e9e9; } .nav.nav-schedule { display: table; width: 100%; border-style: solid; border-width: 0 1px 0 0; border-color: #e9e9e9; z-index: 10; } .nav.nav-schedule > li { -webkit-transition: background 0.2s ease, border 0.2s ease; -moz-transition: background 0.2s ease, border 0.2s ease; -o-transition: background 0.2s ease, border 0.2s ease; transition: background 0.2s ease, border 0.2s ease; position: relative; display: table-cell; font-size: 15px; border-style: solid; border-width: 1px 0 1px 1px; border-color: #e9e9e9; margin-bottom: 0px; } .nav.nav-schedule > li:after { -webkit-transition: opacity 0.15s ease; -moz-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; transition: opacity 0.15s ease; position: absolute; bottom: -6px; left: 50%; margin-left: -8px; width: 0; height: 0; content: ""; border-style: solid; border-width: 7px 10px 0 10px; border-left-color: transparent; border-right-color: transparent; border-bottom-color: transparent; opacity: 0; z-index: 1; } .nav.nav-schedule > li > a { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; display: block; text-decoration: none; padding: 20px 15px 12px; text-align: center; } .nav.nav-schedule > li > a *:first-child { margin-top: 0; } .nav.nav-schedule > li > a *:last-child { margin-bottom: 0; } .nav.nav-schedule > li > a:hover, .nav.nav-schedule > li > a:focus { background-color: transparent; } .nav.nav-schedule > li > a h1:first-child, .nav.nav-schedule > li > a h2:first-child, .nav.nav-schedule > li > a h3:first-child, .nav.nav-schedule > li > a h4:first-child, .nav.nav-schedule > li > a h5:first-child, .nav.nav-schedule > li > a h6:first-child { margin: 0 0 -2px; } .nav.nav-schedule > li.active:after { opacity: 1; } .nav.nav-schedule > li.active, .nav.nav-schedule > li.active:hover, .nav.nav-schedule > li.active:active { cursor: default; pointer-events: none; } .nav.nav-schedule > li.active a, .nav.nav-schedule > li.active a:hover, .nav.nav-schedule > li.active a:focus, .nav.nav-schedule > li.active a *, .nav.nav-schedule > li.active a:hover *, .nav.nav-schedule > li.active a:focus * { color: #ffffff; } .schedule .tab-content { padding: 0; border-style: solid; border-width: 0 1px 1px; border-color: transparent #e9e9e9 #e9e9e9; } .schedule .tab-content .img-responsive { margin: 0; } .schedule .tab-content .nav.nav-schedule { display: inline-block; background-color: #eff1f5; border: none; } .schedule .tab-content .nav.nav-schedule > li { display: inline-block; border-width: 0 0 1px; } .schedule .tab-content .nav.nav-schedule > li:not(.active) { border-color: transparent; } .schedule .tab-content .nav.nav-schedule > li:after { display: none; } .schedule .tab-content .nav.nav-schedule > li > a { margin: 0; padding: 16px 45px 14px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; } .schedule .tab-content .nav.nav-schedule > li > a:not(:hover):not(:active) { color: #51545b; } .schedule .tab-content .nav.nav-schedule > li.active { background-color: transparent; } .schedule .tab-content-schedule { position: relative; border: none; padding: 90px 100px 80px 80px; } .schedule .tab-content-schedule:before { position: absolute; top: 0; bottom: 0; left: 104px; width: 0; display: block; content: ""; border-right: 1px solid #eff1f5; } .schedule .tab-content-schedule .panel-group { margin-bottom: 0; } .schedule .tab-content-schedule .schedule-item { position: relative; margin-bottom: 22px; min-height: 65px; padding: 0 0 0 104px; background-color: transparent; } .schedule .tab-content-schedule .schedule-item:last-child { margin-bottom: 0; } .schedule .schedule-item + .schedule-item { margin-top: 0; } .schedule .schedule-item .lecture-icon-wrapper { position: absolute; vertical-align: middle; top: 25px; left: 4px; width: 40px; height: 40px; text-align: center; font-size: 20px; line-height: 36px; background-color: #ffffff; border-style: solid; border-width: 1px; border-radius: 50%; overflow: hidden; } .schedule .schedule-item .schedule-item-toggle { margin-bottom: 0; display: block; text-decoration: none; color: #000000; } .schedule .schedule-item .schedule-item-toggle .time { margin-bottom: 10px; font-size: 15px; } .schedule .schedule-item .schedule-item-toggle .time .icon { margin-right: 8px; vertical-align: middle; color: #babfcc; } .schedule .schedule-item .schedule-item-toggle .title { position: relative; margin: 0; padding: 0 35px 11px 0; border-bottom: 1px solid #eff1f5; } .schedule .schedule-item .schedule-item-toggle .title .icon { -webkit-transition: -webkit-transform 0.3s ease; -moz-transition: -moz-transform 0.3s ease; -o-transition: -o-transform 0.3s ease; transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease; position: absolute; right: 10px; bottom: 11px; font-size: 13px; color: #51545b; } .schedule .schedule-item .schedule-item-body { margin-top: 0; /*font-size: @font-size-small;*/ } .schedule .schedule-item .schedule-item-body .speaker-wrapper { margin-bottom: 0; } .schedule .schedule-item .schedule-item-body > article, .schedule .schedule-item .schedule-item-body > div { margin: 0; padding: 11px 0; } .schedule .schedule-item .schedule-item-body .speaker-name { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5em; } .download-schedule-btn { -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; position: relative; margin: 0 auto; display: block; width: 220px; padding: 15px 25px 15px 90px; font-size: 18px; text-align: left; line-height: 25px; border: 1px solid #babfcc; } .download-schedule-btn:hover, .download-schedule-btn:focus { color: #ffffff; text-decoration: none; } .download-schedule-btn .icon { position: absolute; top: 50%; left: 25px; margin-top: -20px; font-size: 50px; color: inherit; } .schedule.schedule-light { margin-bottom: 30px; } .schedule.schedule-light .nav-current { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; color: #262627; } .schedule.schedule-light .nav.nav-schedule { border-style: solid; border-width: 1px; border-collapse: separate; } .schedule.schedule-light .nav.nav-schedule > li { border-width: 0 1px; border-color: transparent #ffffff; } .schedule.schedule-light .nav.nav-schedule > li:first-child { border-left-color: transparent; } .schedule.schedule-light .nav.nav-schedule > li:last-child { border-right-color: transparent; } .schedule.schedule-light .nav.nav-schedule > li:after { display: none; } .schedule.schedule-light .nav.nav-schedule > li > a { padding: 24px 15px 19px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; color: #ffffff; } .schedule.schedule-light .nav.nav-schedule > li.active { background-color: #ffffff; } .schedule.schedule-light .tab-content { padding: 60px; } .schedule.schedule-light .schedule-item { margin-bottom: 40px; overflow: visible; } .schedule.schedule-light .schedule-item .schedule-item-toggle { position: relative; margin-bottom: 0; display: block; font-size: 0; text-decoration: none; color: #000000; } .schedule.schedule-light .schedule-item .schedule-item-toggle .time { vertical-align: top; margin: 0 20.5% 0 0; width: 26.5%; text-align: right; } .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper { margin: 0 40px; position: absolute; top: -8px; left: 26.5%; display: inline-block; line-height: 38px; border: none; } .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper * { color: #ffffff; } .schedule.schedule-light .schedule-item .schedule-item-toggle .title { display: inline-block; width: 53%; padding: 0; border: none; } .schedule.schedule-light .schedule-item .schedule-item-body { margin: 0 0 0 47%; } .schedule.schedule-light .schedule-item .schedule-item-body .speaker-name { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5em; } @media (max-width: 991px) { .schedule .tab-content .img-responsive { margin: 0; } } @media (max-width: 767px) { .schedule .tab-content { border: none; } .schedule .tab-content-schedule { padding: 35px 20px; } .schedule .tab-content-schedule:before { display: none; } .schedule .tab-content-schedule .schedule-item { margin-bottom: 30px; padding-left: 70px; } .schedule.schedule-light .nav.nav-schedule { border-color: #e9e9e9; } .schedule.schedule-light .nav.nav-schedule > li { background-color: transparent; } .schedule.schedule-light .nav.nav-schedule > li > a { color: #51545b; } .schedule.schedule-light .tab-content { padding: 10px 20px 30px; } .schedule.schedule-light .schedule-item { margin-bottom: 40px; overflow: visible; } .schedule.schedule-light .schedule-item .schedule-item-toggle .time { margin: 0 0 15px; width: 100%; text-align: left; } .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper { position: absolute; top: 30px; left: 0; margin: 0; } .schedule.schedule-light .schedule-item .schedule-item-toggle .title { margin: 0 0 20px; vertical-align: top; width: auto; padding-left: 50px; } .schedule.schedule-light .schedule-item .schedule-item-body { margin: 0; } } @media (max-width: 480px) { .schedule .tab-content-schedule { padding: 35px 0; } .schedule .tab-content-schedule .schedule-item { margin-bottom: 30px; padding-left: 0; } .schedule .tab-content-schedule .schedule-item .lecture-icon-wrapper { top: 27px; left: 0; width: 30px; height: 30px; font-size: 16px; line-height: 28px; } .schedule .tab-content-schedule .schedule-item .schedule-item-toggle .title { padding-left: 40px; } .schedule .tab-content-schedule .speaker-name { padding-left: 0; padding-right: 0; } .speaker-photo-wrapper { display: none; } .schedule.schedule-light .tab-content { padding: 10px 5px 20px; } .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper { top: 32px; width: 30px; height: 30px; font-size: 16px; line-height: 28px; } .schedule.schedule-light .schedule-item .schedule-item-toggle .title { padding-left: 35px; } } /* ---------------------------------------------------------------------------- Navs ---------------------------------------------------------------------------- */ .nav-wrapper { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; } .nav-wrapper .nav-current { position: relative; margin: 0; display: none; width: auto; height: auto; padding: 15px 55px 10px 15px; border-radius: 0; z-index: auto; cursor: pointer; } .nav-wrapper .nav-current * { max-width: 100%; overflow: hidden; text-overflow: ellipsis; } .nav-wrapper .nav-current *:last-child { margin-bottom: 0; } .nav-wrapper .nav-current:after { position: absolute; top: 50%; right: 20px; margin: -5px 0 0; display: inline-block; width: 24px; height: 11px; content: ""; background: transparent url("../img/arrow-select-24x11.png") center no-repeat; border: none; } .nav.nav-tabs { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-bottom: 50px; padding: 0 40px 13px; font-size: 0; text-align: justify; border-style: solid; border-width: 0 0 1px; border-color: transparent transparent #e9e9e9; } .nav.nav-tabs:after { display: inline-block; width: 100%; content: ""; } .nav.nav-tabs > li { float: none; position: relative; margin: 0; vertical-align: top; text-align: left; display: inline-block; font-size: 15px; } .nav.nav-tabs > li:first-child { margin-left: 0; } .nav.nav-tabs > li:before, .nav.nav-tabs > li:after { position: absolute; bottom: -23px; left: 50%; content: ""; width: 0; height: 0; border-style: solid; opacity: 0; } .nav.nav-tabs > li:before { margin: 0 0 -2px -1px; border-width: 11px 15px 0 15px; border-color: #e9e9e9 transparent transparent transparent; } .nav.nav-tabs > li:after { border-width: 10px 14px 0 14px; border-color: #ffffff transparent transparent transparent; } .nav.nav-tabs > li:not(.active) > a:not(:hover):not(:focus) { color: #000000; } .nav.nav-tabs > li .fa { margin-right: 5px; vertical-align: text-bottom; font-size: 20px; } .nav.nav-tabs > li > a { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; position: relative; border: none; } .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus { background-color: transparent; } .nav.nav-tabs > li > a .fa { color: inherit; } .nav.nav-tabs > li > a h1, .nav.nav-tabs > li > a h2, .nav.nav-tabs > li > a h3, .nav.nav-tabs > li > a h4, .nav.nav-tabs > li > a h5, .nav.nav-tabs > li > a h6, .nav.nav-tabs > li > a .h7, .nav.nav-tabs > li > a .h8 { color: inherit; } .nav.nav-tabs > li.active:before, .nav.nav-tabs > li.active:after { opacity: 1; } .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus { background-color: transparent; border: none; pointer-events: none; } .tab-content, .tab-pane { zoom: 1; } .tab-content:before, .tab-pane:before, .tab-content:after, .tab-pane:after { content: ""; display: table; } .tab-content:after, .tab-pane:after { clear: both; } .tab-content { padding-bottom: 50px; } .tab-content .img-responsive { margin: 0 auto; } .tabs-vertical { zoom: 1; overflow: hidden; border: 1px solid #e9e9e9; } .tabs-vertical:before, .tabs-vertical:after { content: ""; display: table; } .tabs-vertical:after { clear: both; } .tabs-vertical .nav.nav-tabs { float: left; position: relative; margin: 0; width: 26.7%; padding: 0; text-align: left; z-index: 1; } .tabs-vertical .nav.nav-tabs:before { margin-top: -1px; position: absolute; top: 100%; left: 0; right: 0; display: block; height: 100%; content: ""; border-style: solid; border-width: 1px 1px 0 0; border-color: #e9e9e9; z-index: -1; } .tabs-vertical .nav.nav-tabs > li { margin: 0; width: 100%; } .tabs-vertical .nav.nav-tabs > li:before, .tabs-vertical .nav.nav-tabs > li:after { display: none; } .tabs-vertical .nav.nav-tabs > li:not(.active) a { -webkit-transition: color 0.25s ease, background 0.25s ease; -moz-transition: color 0.25s ease, background 0.25s ease; -o-transition: color 0.25s ease, background 0.25s ease; transition: color 0.25s ease, background 0.25s ease; color: #ffffff; } .tabs-vertical .nav.nav-tabs > li:not(.active) a * { color: #ffffff; } .tabs-vertical .nav.nav-tabs > li a { border-radius: 0; } .tabs-vertical .nav.nav-tabs > li.active a { border-top: 1px solid #e9e9e9; border-right-color: transparent; } .tabs-vertical .nav.nav-tabs > li.active + li a { border-top-color: #e9e9e9; } .tabs-vertical .nav.nav-tabs > li:first-child a { border-top-color: transparent; } .tabs-vertical .nav.nav-tabs > li a { -webkit-transition: color 0.2s ease, background 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease; transition: color 0.2s ease, background 0.2s ease; width: 100%; padding: 48px 35px 32px; border-top: 1px solid #ffffff; border-right: 1px solid #e9e9e9; } .tabs-vertical .nav.nav-tabs > li p { margin-top: 5px; line-height: 1.6; } .tabs-vertical .tab-content { float: right; width: 73.3%; padding: 70px 50px 60px 60px; } @media (max-width: 991px) { .tabs-vertical .nav.nav-tabs > li a { padding: 30px 20px 20px; } .tabs-vertical .tab-content { padding: 35px 15px 20px; } } @media (max-width: 767px) { .nav, .nav.nav-tabs, .nav.nav-schedule, .schedule .tab-content .nav.nav-schedule, .tabs-vertical .nav.nav-tabs { -webkit-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); float: none; position: absolute; top: 100%; left: 0; right: 0; display: block; display: none; padding: 0; height: auto; width: auto; max-height: 200px; text-align: left; background-color: #ffffff; border-style: solid; border-width: 0 1px 1px; border-color: #e9e9e9; z-index: 5; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .nav:before, .nav.nav-tabs:before, .nav.nav-schedule:before, .schedule .tab-content .nav.nav-schedule:before, .tabs-vertical .nav.nav-tabs:before, .nav:after, .nav.nav-tabs:after, .nav.nav-schedule:after, .schedule .tab-content .nav.nav-schedule:after, .tabs-vertical .nav.nav-tabs:after { display: none; } .nav > li, .nav.nav-tabs > li, .nav.nav-schedule > li, .schedule .tab-content .nav.nav-schedule > li, .tabs-vertical .nav.nav-tabs > li { display: inline-block; width: 100%; border: none; background-color: transparent; } .nav > li:before, .nav.nav-tabs > li:before, .nav.nav-schedule > li:before, .schedule .tab-content .nav.nav-schedule > li:before, .tabs-vertical .nav.nav-tabs > li:before, .nav > li:after, .nav.nav-tabs > li:after, .nav.nav-schedule > li:after, .schedule .tab-content .nav.nav-schedule > li:after, .tabs-vertical .nav.nav-tabs > li:after { display: none; } .nav > li.active, .nav.nav-tabs > li.active, .nav.nav-schedule > li.active, .schedule .tab-content .nav.nav-schedule > li.active, .tabs-vertical .nav.nav-tabs > li.active { border: none; background-color: transparent; } .nav > li.active > a, .nav.nav-tabs > li.active > a, .nav.nav-schedule > li.active > a, .schedule .tab-content .nav.nav-schedule > li.active > a, .tabs-vertical .nav.nav-tabs > li.active > a, .nav > li.active > a:hover, .nav.nav-tabs > li.active > a:hover, .nav.nav-schedule > li.active > a:hover, .schedule .tab-content .nav.nav-schedule > li.active > a:hover, .tabs-vertical .nav.nav-tabs > li.active > a:hover, .nav > li.active > a:focus, .nav.nav-tabs > li.active > a:focus, .nav.nav-schedule > li.active > a:focus, .schedule .tab-content .nav.nav-schedule > li.active > a:focus, .tabs-vertical .nav.nav-tabs > li.active > a:focus { background-color: inherit; color: #ff5f9b; border: none; opacity: 1; } .nav > li.active > a *, .nav.nav-tabs > li.active > a *, .nav.nav-schedule > li.active > a *, .schedule .tab-content .nav.nav-schedule > li.active > a *, .tabs-vertical .nav.nav-tabs > li.active > a *, .nav > li.active > a:hover *, .nav.nav-tabs > li.active > a:hover *, .nav.nav-schedule > li.active > a:hover *, .schedule .tab-content .nav.nav-schedule > li.active > a:hover *, .tabs-vertical .nav.nav-tabs > li.active > a:hover *, .nav > li.active > a:focus *, .nav.nav-tabs > li.active > a:focus *, .nav.nav-schedule > li.active > a:focus *, .schedule .tab-content .nav.nav-schedule > li.active > a:focus *, .tabs-vertical .nav.nav-tabs > li.active > a:focus * { color: inherit; } .nav > li > a, .nav.nav-tabs > li > a, .nav.nav-schedule > li > a, .schedule .tab-content .nav.nav-schedule > li > a, .tabs-vertical .nav.nav-tabs > li > a, .nav > li:not(.active) > a, .nav.nav-tabs > li:not(.active) > a, .nav.nav-schedule > li:not(.active) > a, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a, .tabs-vertical .nav.nav-tabs > li:not(.active) > a { display: inline-block; padding: 10px 15px; width: 100%; text-align: left; background-color: inherit; border: inherit; color: inherit; } .nav > li > a:before, .nav.nav-tabs > li > a:before, .nav.nav-schedule > li > a:before, .schedule .tab-content .nav.nav-schedule > li > a:before, .tabs-vertical .nav.nav-tabs > li > a:before, .nav > li:not(.active) > a:before, .nav.nav-tabs > li:not(.active) > a:before, .nav.nav-schedule > li:not(.active) > a:before, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:before, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:before, .nav > li > a:after, .nav.nav-tabs > li > a:after, .nav.nav-schedule > li > a:after, .schedule .tab-content .nav.nav-schedule > li > a:after, .tabs-vertical .nav.nav-tabs > li > a:after, .nav > li:not(.active) > a:after, .nav.nav-tabs > li:not(.active) > a:after, .nav.nav-schedule > li:not(.active) > a:after, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:after, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:after { display: none; } .nav > li > a:hover, .nav.nav-tabs > li > a:hover, .nav.nav-schedule > li > a:hover, .schedule .tab-content .nav.nav-schedule > li > a:hover, .tabs-vertical .nav.nav-tabs > li > a:hover, .nav > li:not(.active) > a:hover, .nav.nav-tabs > li:not(.active) > a:hover, .nav.nav-schedule > li:not(.active) > a:hover, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:hover, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:hover, .nav > li > a:focus, .nav.nav-tabs > li > a:focus, .nav.nav-schedule > li > a:focus, .schedule .tab-content .nav.nav-schedule > li > a:focus, .tabs-vertical .nav.nav-tabs > li > a:focus, .nav > li:not(.active) > a:focus, .nav.nav-tabs > li:not(.active) > a:focus, .nav.nav-schedule > li:not(.active) > a:focus, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:focus, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:focus, .nav > li > a:active, .nav.nav-tabs > li > a:active, .nav.nav-schedule > li > a:active, .schedule .tab-content .nav.nav-schedule > li > a:active, .tabs-vertical .nav.nav-tabs > li > a:active, .nav > li:not(.active) > a:active, .nav.nav-tabs > li:not(.active) > a:active, .nav.nav-schedule > li:not(.active) > a:active, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:active, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:active { color: inherit; background-color: rgba(239, 241, 245, 0.4); } .nav > li > a *, .nav.nav-tabs > li > a *, .nav.nav-schedule > li > a *, .schedule .tab-content .nav.nav-schedule > li > a *, .tabs-vertical .nav.nav-tabs > li > a *, .nav > li:not(.active) > a *, .nav.nav-tabs > li:not(.active) > a *, .nav.nav-schedule > li:not(.active) > a *, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a *, .tabs-vertical .nav.nav-tabs > li:not(.active) > a * { color: inherit; } .nav > li > a *:last-child, .nav.nav-tabs > li > a *:last-child, .nav.nav-schedule > li > a *:last-child, .schedule .tab-content .nav.nav-schedule > li > a *:last-child, .tabs-vertical .nav.nav-tabs > li > a *:last-child, .nav > li:not(.active) > a *:last-child, .nav.nav-tabs > li:not(.active) > a *:last-child, .nav.nav-schedule > li:not(.active) > a *:last-child, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a *:last-child, .tabs-vertical .nav.nav-tabs > li:not(.active) > a *:last-child { margin-bottom: 0; } .nav-wrapper { margin-bottom: 20px; } .nav-wrapper .nav-current { display: block; } .tabs-vertical { overflow: visible; border: none; } .tabs-vertical .tab-content { float: none; width: auto; padding: 20px 0 30px; } } /* ---------------------------------------------------------------------------- Panels ---------------------------------------------------------------------------- */ .panel-group .panel { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -webkit-background-clip: padding-box; -moz-border-radius: 0; -moz-background-clip: padding; border-radius: 0; background-clip: padding-box; border: none; } .panel-group .panel .panel-heading { -webkit-border-radius: 0; -webkit-background-clip: padding-box; -moz-border-radius: 0; -moz-background-clip: padding; border-radius: 0; background-clip: padding-box; padding: 0; border: none; border-bottom: none; } .panel-group .panel .panel-heading a { position: relative; display: block; width: 100%; padding: 15px 15px 15px 50px; font-size: 18px; line-height: 22px; color: #ffffff; } .panel-group .panel .panel-heading a.collapsed { background-color: #f3f5f6; color: #51545b; } .panel-group .panel .panel-heading a.collapsed:before { content: '+'; } .panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a.collapsed:hover { background-color: #e9e9e9; color: #393b40; } .panel-group .panel .panel-heading a:before { position: absolute; left: 10px; display: inline-block; width: 30px; content: '-'; font-size: 26px; font-weight: 100; text-align: center; line-height: inherit; color: inherit; } .panel-group .panel .panel-heading + .panel-collapse .panel-body { padding: 16px 30px; border: 1px solid #dadfe4; border-top: none; } .panel-group .panel + .panel { margin-top: 8px; } .panel-group-alt { line-height: 0; } .panel-group-alt .panel + .panel { margin-top: 6px; } .panel-group-alt .panel > a { -webkit-transition: color 0.2s ease, background 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease; transition: color 0.2s ease, background 0.2s ease; display: block; padding: 12px 20px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; text-transform: uppercase; text-decoration: none; letter-spacing: 0.22em; border: 1px solid transparent; } .panel-group-alt .panel > a.collapsed { color: #262627; border-color: #eff1f5; } .panel-group-alt .panel > a:not(.collapsed) { color: #ffffff; } .panel-group-alt .panel > a:not(.collapsed) .fa { color: #ffffff; } .panel-group-alt .panel > a .fa { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; } .panel-group-alt .panel .panel-body { border-style: solid; border-width: 0 1px 1px; border-color: #e9e9e9; } .panel-group-alt .panel .panel-body *:last-child { margin-bottom: 0; } /* ---------------------------------------------------------------------------- Forms ---------------------------------------------------------------------------- */ .form { zoom: 1; display: block; padding: 25px 12px; } .form:before, .form:after { content: ""; display: table; } .form:after { clear: both; } .registration-form { margin: 0 auto; max-width: 370px; background-color: #ffffff; } .registration-form-alt { position: relative; margin: 0 auto; padding: 15px 0 0; background-color: rgba(0, 0, 0, 0.15); border-radius: 3px; } .newsletter-form { margin-left: auto; margin-right: auto; } .newsletter-form fieldset { text-align: center; } .mailchimp-form { position: relative; } .mailchimp-form .response { position: absolute; top: 100%; left: 15px; right: 15px; margin-top: 5px; } .form-mail-us { padding: 0 0 0 40px; } .form-mail-us input[type="submit"].btn { margin-top: 30px; } fieldset { position: relative; text-align: left; } label { margin-bottom: 5px; display: inline-block; font-size: 15px; font-weight: 400; } label.error { position: absolute; bottom: 0; margin: 0 0 2px; display: block; width: 100%; font-size: 11px; line-height: 1; } textarea, input[type=text], input[type=url], input[type=tel], input[type=number], input[type=color], input[type=email], input[type=email], input[type=password] { -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin: 0 0 15px; vertical-align: top; display: inline-block; width: 100%; font-size: 13px; color: #8d93a0; background-color: #ffffff; border: 1px solid #e9e9e9; border-radius: 2px; outline: none; } textarea:hover, input[type=text]:hover, input[type=url]:hover, input[type=tel]:hover, input[type=number]:hover, input[type=color]:hover, input[type=email]:hover, input[type=email]:hover, input[type=password]:hover, textarea:focus, input[type=text]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=color]:focus, input[type=email]:focus, input[type=email]:focus, input[type=password]:focus { color: #51545b; } textarea:not(textarea), input[type=text]:not(textarea), input[type=url]:not(textarea), input[type=tel]:not(textarea), input[type=number]:not(textarea), input[type=color]:not(textarea), input[type=email]:not(textarea), input[type=email]:not(textarea), input[type=password]:not(textarea) { height: 39px; padding: 0 10px; line-height: 35px; } textarea { padding: 5px 10px; resize: none; line-height: 20px; min-height: 120px; } select { margin: 0 0 15px; display: inline-block; width: 100%; height: 39px; cursor: pointer; outline: none; } select option { padding: 2px 10px; } input[type=checkbox] { -webkit-transition: border 0.15s ease; -moz-transition: border 0.15s ease; -o-transition: border 0.15s ease; transition: border 0.15s ease; -webkit-border-radius: 0; -webkit-background-clip: padding-box; -moz-border-radius: 0; -moz-background-clip: padding; border-radius: 0; background-clip: padding-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; margin: 0 15px 0 0; vertical-align: text-bottom; width: 23px; height: 23px; border: 1px solid #e9e9e9; background-color: #ffffff; cursor: pointer; } input[type=checkbox]:hover, input[type=checkbox]:focus { border-color: #dcdcdc; } input[type=checkbox]:before { -webkit-transition: opacity 0.15s ease; -moz-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; transition: opacity 0.15s ease; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; left: 2px; top: 2px; width: 15px; height: 10px; content: ""; border-style: solid; border-width: 0 0 2px 2px; border-color: transparent transparent #51545b #51545b; border-radius: 1px; opacity: 0; } input[type=checkbox]:checked:before { opacity: 1; } input[type=checkbox] + p, input[type=checkbox] + label { display: inline; } input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus { outline: none; } input.btn { margin: 0 auto; } .pseudo-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; display: inline-block; width: 100%; font-size: 13px; } .pseudo-select input { opacity: 0; position: absolute; pointer-events: none; } .pseudo-select input:focus + .pseudo-select-field { color: #51545b; } .pseudo-select .pseudo-select-field, .nav-current { -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; position: relative; margin: 0 0 15px; vertical-align: top; display: inline-block; width: 100%; height: 39px; padding: 0 32px 0 10px; font-size: 13px; color: #8d93a0; line-height: 35px; white-space: nowrap; background-color: #ffffff; border: 1px solid #e9e9e9; border-radius: 2px; z-index: 10; cursor: pointer; overflow: hidden; text-overflow: ellipsis; } .pseudo-select .pseudo-select-field:hover, .nav-current:hover { color: #51545b; } .pseudo-select .pseudo-select-field:after, .nav-current:after { position: absolute; top: 50%; right: 12px; margin-top: -2px; width: 0; height: 0; content: ""; border-style: solid; border-width: 5px 4px 0 4px; border-color: #babfcc transparent transparent transparent; } .pseudo-select .pseudo-select-dropdown { -webkit-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); position: absolute; top: 38px; left: 0; display: none; min-width: 100%; max-width: 100%; max-height: 200px; background-color: #ffffff; border: 1px solid #e9e9e9; z-index: 15; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .pseudo-select .pseudo-select-dropdown-item { -webkit-transition: color 0.2s ease, background 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease; transition: color 0.2s ease, background 0.2s ease; display: inline-block; width: 100%; padding: 0 11px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; } .pseudo-select .pseudo-select-dropdown-item.disabled { opacity: 0.3; pointer-events: none; cursor: default; } .pseudo-select .pseudo-select-dropdown-item:hover { background-color: rgba(0, 0, 0, 0.05); } input[type="submit"] + .loading { right: -10px; text-indent: -1px; } button[type="submit"] .loading { margin: -6px 0 0 10px; padding: 0; text-indent: -2px; } .loading { position: absolute; top: 50%; margin: -6px 0 0; display: inline-block; padding: 0; font-size: 18px; width: 12px; height: 12px; line-height: 0.7; color: inherit; -webkit-animation: spinLoader 1.2s linear infinite; -o-animation: spinLoader 1.2s linear infinite; animation: spinLoader 1.2s linear infinite; -webkit-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; transition: opacity 0.15s ease; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } @-webkit-keyframes spinLoader { from { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes spinLoader { from { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spinLoader { from { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinLoader { from { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @media (max-width: 991px) { .form-mail-us { padding: 0 0 0 20px; } } @media (max-width: 991px) { .form-mail-us { padding: 0; } } @media (max-width: 767px) { .form-mail-us { padding-top: 40px; } .form-mail-us [class*="col-"] { padding: 0; } } /* ---------------------------------------------------------------------------- Tables ---------------------------------------------------------------------------- */ .table { text-align: left; border-style: solid; border-width: 0 0 1px; border-color: #e9e9e9; } .table > thead > tr > th, .table > thead > tr > td { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 600; color: #ffffff; border: none !important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { vertical-align: middle; padding: 15px 25px; border-style: solid; border-width: 0 1px 0 1px; border-color: #e9e9e9; } .table tr:nth-child(even) { background: #ededef; } /* Media queries */ @media (max-width: 767px) { .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 10px; } } /* ---------------------------------------------------------------------------- Thumbnails ---------------------------------------------------------------------------- */ .thumb-wrapper { position: relative; margin: 15px 0; display: block; width: 100%; overflow: hidden; } .thumb-wrapper img { width: 100%; } .thumb-wrapper .overlay { -webkit-transition: -webkit-transform 0.3s ease; -moz-transition: -moz-transform 0.3s ease; -o-transition: -o-transform 0.3s ease; transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease; top: auto; padding: 15px; font-size: 18px; font-weight: 100; text-align: center; vertical-align: middle; color: #ffffff; background-color: transparent; z-index: 1; cursor: pointer; } .thumb-wrapper:hover .overlay { top: 0; } /* ---------------------------------------------------------------------------- Testimonials ---------------------------------------------------------------------------- */ .testimonial { margin-bottom: 15px; } .testimonial .text-box { position: relative; margin: 0 0 13px; padding: 40px 30px; text-align: center; background-color: #f3f5f6; border: 1px solid #e9e9e9; } .testimonial .text-box:before, .testimonial .text-box:after { position: absolute; bottom: -30px; left: 48px; width: 0; height: 0; content: ""; border-style: solid; } .testimonial .text-box:before { border-width: 0 31px 30px 0; border-color: transparent #e9e9e9 transparent transparent; } .testimonial .text-box:after { margin: 0 0 4px 3px; border-width: 0 26px 26px 0; border-color: transparent #f3f5f6 transparent transparent; } .testimonial .author-block { position: relative; padding: 17px 0 0 93px; min-height: 70px; text-align: left; line-height: 0; } .testimonial .author-block * { line-height: 1.5; } .testimonial .author-block .photo-container { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; position: absolute; top: 0; left: 0; width: 70px; height: 70px; border-radius: 50%; background-repeat: no-repeat; background-position: center; } .testimonial .author-block .name { display: inline-block; width: 100%; font-size: 13px; text-transform: uppercase; letter-spacing: 0.2em; overflow: hidden; text-overflow: ellipsis; } .testimonial .author-block .company { display: inline-block; } @media (max-width: 991px) { .testimonial .text-box { padding: 25px 15px; } .testimonial .text-box:before, .testimonial .text-box:after { left: 35px; } .testimonial .author-block { padding-left: 75px; } .testimonial .author-block .photo-container { top: 10px; width: 60px; height: 60px; } } @media (max-width: 767px) { .testimonial { margin-bottom: 25px; } .testimonial .author-block { min-height: 70px; } .testimonial .author-block .name { width: 100%; } } /* ---------------------------------------------------------------------------- Prices column ---------------------------------------------------------------------------- */ .package-column { -webkit-transition: background 0.25s ease-in-out; -moz-transition: background 0.25s ease-in-out; -o-transition: background 0.25s ease-in-out; transition: background 0.25s ease-in-out; position: relative; max-width: 369px; padding: 47px 15px 43px; text-align: center; border: 1px solid #e9e9e9; overflow: hidden; } .package-column .sale-label { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: -12px; left: -57px; display: inline-block; width: 150px; padding-top: 25px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; font-size: 16px; text-align: center; line-height: 30px; color: #ffffff; } .package-column .package-price { font-size: 70px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; line-height: 1; color: #262627; } .package-column .package-price .currency { font-size: 45px; vertical-align: top; line-height: 1; } .package-column .package-detail { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; padding: 23px 0 17px; } .package-column .package-detail ul li { line-height: 29px; } .package-column .package-detail ul li .check-icon { margin-right: 10px; color: #91d539; } .package-column .btn { margin: 0 !important; min-width: 0; max-width: 100%; text-align: center; } .package-column.package-bright { padding: 23px 15px 37px; } .package-column.package-bright .package-detail { padding: 17px 0 11px; } .package-column.package-bright.special-column .package-title, .package-column.package-bright.special-column .package-price, .package-column.package-bright.special-column .package-detail { color: #ffffff; } .package-column.package-bright.special-column .btn:hover, .package-column.package-bright.special-column .btn:focus, .package-column.package-bright.special-column .btn.hovered { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04); } .package-column.package-bright.special-column .btn:active, .package-column.package-bright.special-column .btn.pressed { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08); } .package-column.package-bright.special-column .btn:hover, .package-column.package-bright.special-column .btn:focus, .package-column.package-bright.special-column .btn:active, .package-column.package-bright.special-column .btn.hovered, .package-column.package-bright.special-column .btn.pressed { background-color: #ffffff; } .package-panel { position: relative; margin-bottom: 54px; max-width: 572px; padding: 20px 192px 20px 30px; text-align: left; border-style: solid; border-width: 1px; } .package-panel .package-title { margin: 0 0 10px; } .package-panel .buy-btn { position: absolute; top: -1px; right: -1px; bottom: -1px; width: 189px; text-decoration: none; text-align: center; color: #ffffff; z-index: 1; } .package-panel .buy-btn:hover:before { opacity: 0.28; } .package-panel .buy-btn:before { -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background-color: #ffffff; opacity: 0; } .package-panel .buy-btn .centered { position: absolute; top: 50%; left: 0; right: 0; margin-top: -58px; } .package-panel .buy-btn .price { font-size: 70px; margin-bottom: 24px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; line-height: 1; } .package-panel .buy-btn .price .currency { font-size: 45px; vertical-align: top; line-height: 1; } .package-panel .buy-btn .heading-alt { text-transform: uppercase; color: #ffffff; } .package-panel .package-detail ul { display: inline-block; } .package-panel .package-detail ul:first-child { padding-right: 40px; } .package-panel .package-detail ul li { line-height: 29px; } .package-panel .package-detail ul li .fa { margin-right: 10px; } .package-panel .package-detail ul li .check-icon { color: #91d539; } .package-panel .package-detail ul li .absent-icon { color: #ebebeb; } .package-panel .package-detail ul li.disabled { color: #d9d9d9; } @media (max-width: 1199px) and (min-width: 768px) { .package-panel .package-detail ul { display: block; } .package-panel .package-detail ul:first-child { padding-right: 0; } } @media (max-width: 991px) and (min-width: 768px) { .package-panel { margin-bottom: 40px; padding-right: 150px; } .package-panel .buy-btn { width: 140px; } .package-panel .buy-btn .centered { margin-top: -47px; } .package-panel .buy-btn .price { margin-bottom: 14px; font-size: 50px; } } @media (max-width: 767px) { .package-column, .package-column.special-column, .package-column:first-child { margin: 0 auto 20px; } .package-panel { margin: 0 auto 40px; } } @media (max-width: 480px) { .package-panel { margin-bottom: 40px; padding: 0; } .package-panel .package-detail { padding: 0 20px 20px; } .package-panel .package-detail ul { display: block; } .package-panel .package-detail ul:first-child { padding-right: 0; } .package-panel .package-title { padding: 20px 20px 0; } .package-panel .buy-btn { position: static; top: auto; left: auto; right: auto; bottom: auto; margin: 0 -1px -1px; display: block; width: auto; padding: 20px 0; } .package-panel .buy-btn .centered { position: static; top: auto; left: auto; right: auto; margin: 0; } .package-panel .buy-btn .price { margin-bottom: 14px; font-size: 50px; } .package-panel .buy-btn h6 { margin-bottom: 0; } } /* ---------------------------------------------------------------------------- Socials navigation ---------------------------------------------------------------------------- */ .socials-nav { position: absolute; top: 50px; left: 0; right: 0; text-align: center; } .socials-nav-item { margin: 0 12px; display: inline-block; width: 24px; font-size: 20px; } .socials-nav-item a { display: inline-block; padding: 2px 6px; } .socials-nav-item a:not(:hover):not(:active):not(:focus) { color: #ffffff; } .socials-nav-item a .fa { color: inherit; } @media (max-width: 991px) { .socials-nav { top: 30px; } } @media (max-width: 767px) { .socials-nav { position: relative; top: auto; margin-top: 20px; } } @media (max-width: 480px) { .socials-nav-item { margin: 0 6px; } } /* ---------------------------------------------------------------------------- Counters ---------------------------------------------------------------------------- */ .counters-wrapper { font-size: 0; } .counters-wrapper > * { font-size: 15px; } .counter-block { margin: 16px; vertical-align: top; display: inline-block; width: 168px; height: 168px; text-align: center; } .counter-block.counter-block-solid .counter-box { border-width: 0; border-color: transparent; } .counter-block.counter-block-solid .counter-content { padding: 0 20px; } .counter-block.counter-block-solid .counter-content * { color: #ffffff; } .counter-block.counter-block-border .counter-box { background-color: transparent; } .counter-block.counter-block-no-border.has-separator .counter-content > .fa:after, .counter-block.counter-block-no-border.has-separator .counter-content > .count:after { position: absolute; top: 75px; right: -2px; width: 2px; height: 50px; display: block; content: ""; background-color: #eff1f5; } .counter-block.counter-block-no-border .counter-box { background-color: transparent; border: none; } .counter-block.counter-block-no-border .counter-box .counter-content { vertical-align: middle; padding: 0; } .counter-block.counter-block-no-border .counter-box .counter-content .title { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6em; line-height: 18px; } .counter-block.counter-block-white .counter-content * { color: #ffffff; } .counter-box { display: table; width: 100%; height: 100%; background-color: #f3f5f6; border-style: solid; border-width: 2px; border-color: #eff1f5; } .counter-box .counter-content { vertical-align: middle; display: table-cell; padding: 0 16px; } .counter-box .counter-content > .count { display: inline-block; width: 100%; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 80px; font-weight: 700; line-height: 100px; } .counter-box .counter-content > .fa { width: 100%; font-size: 78px; line-height: 100px; } .counter-box .counter-content .title { margin: 0; font-size: 13px; line-height: 16px; } @media (max-width: 991px) { .counter-block { margin: 10px; width: 150px; height: 150px; } .counter-box .counter-content > .fa, .counter-box .counter-content > .count { line-height: 90px; } .counter-block.counter-block-no-border + .counter-block .counter-content > .fa:after, .counter-block.counter-block-no-border + .counter-block .counter-content > .count:after { left: -12px; } } @media (max-width: 767px) { .counter-block { margin: 5px; width: 114px; height: 114px; } .counter-box .counter-content > .fa, .counter-box .counter-content > .count { font-size: 50px; line-height: 65px; } .counter-block.counter-block-no-border + .counter-block .counter-content > .fa:after, .counter-block.counter-block-no-border + .counter-block .counter-content > .count:after { left: -7px; } .counter-block.counter-block-no-border .counter-box .counter-content .title { letter-spacing: 0.3em; } } @media (max-width: 540px) { .counter-block.counter-block-no-border + .counter-block .counter-content > .fa:after, .counter-block.counter-block-no-border + .counter-block .counter-content > .count:after { display: none; } } /* ---------------------------------------------------------------------------- Gallery ---------------------------------------------------------------------------- */ .gallery { font-size: 0; } .gallery > * { font-size: 15px; } .gallery .gallery-item { margin: 0 1.66666% 3.5%; vertical-align: top; display: inline-block; width: 30%; height: auto; overflow: hidden; } .gallery .gallery-item img { display: block; width: 100%; height: auto; } .gallery.masonry .masonry-item { line-height: 0; } .gallery.masonry .masonry-item img { margin: 0; width: 100%; display: inline-block; } .gallery.light-slider { -webkit-transition: min-height 0.5s linear; -moz-transition: min-height 0.5s linear; -o-transition: min-height 0.5s linear; transition: min-height 0.5s linear; zoom: 1; position: relative; padding-left: 50%; border: 2px solid #eff1f5; } .gallery.light-slider:before, .gallery.light-slider:after { content: ""; display: table; } .gallery.light-slider:after { clear: both; } .gallery.light-slider .img-slider-wrapper { position: absolute; top: -2px; left: -2px; bottom: -2px; width: 50%; overflow: hidden; } .gallery.light-slider .img-slider-wrapper .bx-wrapper, .gallery.light-slider .img-slider-wrapper .bx-viewport, .gallery.light-slider .img-slider-wrapper .img-slider, .gallery.light-slider .img-slider-wrapper .img-slider > li { height: 100%; } .gallery.light-slider .img-slider-wrapper .bx-viewport { min-height: 100%; max-height: 100%; } .gallery.light-slider .img-slider-wrapper .img-slider > li { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; } .gallery.light-slider .description-slider-wrapper { text-align: left; } .gallery.light-slider .description-slider-wrapper .bx-wrapper { padding-bottom: 65px; } .gallery.light-slider .description-slider-wrapper .description-slider > li { min-height: 320px; padding: 65px 65px 25px 55px; background-color: #ffffff; } .gallery.light-slider .description-slider-wrapper .bx-pager { position: absolute; bottom: 40px; left: 50%; margin-left: 52px; z-index: 30; line-height: 0; } .gallery.light-slider .description-slider-wrapper .bx-pager-item { margin-right: 9px; vertical-align: top; display: inline-block; } .gallery.light-slider .description-slider-wrapper .bx-pager-item:last-child { margin-right: 0; } .gallery.light-slider .description-slider-wrapper .bx-pager-link { -webkit-transition: background 0.2s ease; -moz-transition: background 0.2s ease; -o-transition: background 0.2s ease; transition: background 0.2s ease; display: inline-block; width: 20px; height: 20px; font-size: 0; padding: 3px; text-indent: -100px; background-color: #e9e9e9; background-clip: content-box; border-radius: 50%; } .gallery.light-slider .description-slider-wrapper .bx-pager-link:not(.active):hover { background-color: #d0d0d0; } .gallery-thumb-link { position: relative; display: inline-block; overflow: hidden; } .gallery-thumb-link:hover:before, .gallery-thumb-link:active:before { opacity: 1; } .gallery-thumb-link:hover:after, .gallery-thumb-link:active:after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; } .gallery-thumb-link:active:after { -webkit-box-shadow: 0 0 30px 4px #ff5f9b; -moz-box-shadow: 0 0 30px 4px #ff5f9b; box-shadow: 0 0 30px 4px #ff5f9b; } .gallery-thumb-link:before { -webkit-transition: opacity 0.25s ease-out; -moz-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background-color: rgba(0, 0, 0, 0.6); opacity: 0; z-index: 1; } .gallery-thumb-link:after { -webkit-box-shadow: 0 0 0 0 rgba(255, 95, 155, 0.5); -moz-box-shadow: 0 0 0 0 rgba(255, 95, 155, 0.5); box-shadow: 0 0 0 0 rgba(255, 95, 155, 0.5); -webkit-transition: -webkit-box-shadow 0.2s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out; -moz-transition: -moz-box-shadow 0.2s ease-out, opacity 0.25s ease-out, -moz-transform 0.25s ease-out; -o-transition: box-shadow 0.2s ease-out, opacity 0.25s ease-out, -o-transform 0.25s ease-out; transition: box-shadow 0.2s ease-out, opacity 0.25s ease-out,-webkit-transform 0.25s ease-out,-moz-transform 0.25s ease-out,-o-transform 0.25s ease-out,transform 0.25s ease-out; -webkit-transform: scale(0.1, 0.1); -moz-transform: scale(0.1, 0.1); -o-transform: scale(0.1, 0.1); -ms-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); position: absolute; top: 50%; left: 50%; margin: -30px 0 0 -30px; display: inline-block; width: 60px; height: 60px; font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; text-align: center; line-height: 59px; color: #ffffff; content: "\f002"; border-radius: 50%; opacity: 0; z-index: 2; } .full-width-img { display: block; width: 100%; height: auto; } @media (max-width: 991px) { .gallery.light-slider .description-slider-wrapper .description-slider > li { padding: 35px 25px 15px; } .gallery.light-slider .description-slider-wrapper .bx-wrapper { padding-bottom: 45px; } .gallery.light-slider .description-slider-wrapper .bx-pager { bottom: 20px; margin-left: 24px; } } @media (max-width: 767px) { .gallery.light-slider { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; padding-left: 0; max-width: 600px; margin-left: auto; margin-right: auto; } .gallery.light-slider .img-slider-wrapper { position: static; top: auto; bottom: auto; left: auto; width: auto; } .gallery.light-slider .img-slider-wrapper .bx-wrapper, .gallery.light-slider .img-slider-wrapper .bx-viewport, .gallery.light-slider .img-slider-wrapper .img-slider { height: 400px !important; min-height: 0 !important; background-color: #262627; } .gallery.light-slider .img-slider-wrapper .img-slider > li { -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; } .gallery.light-slider .description-slider-wrapper .description-slider > li { min-height: 240px; padding: 50px 20px 20px; } .gallery.light-slider .description-slider-wrapper .bx-wrapper { position: relative; padding: 0; } .gallery.light-slider .description-slider-wrapper .bx-pager { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 10px; left: 50%; bottom: auto; margin: 0; } } @media (max-width: 480px) { .gallery.light-slider .img-slider-wrapper .bx-wrapper, .gallery.light-slider .img-slider-wrapper .bx-viewport, .gallery.light-slider .img-slider-wrapper .img-slider { height: 280px !important; } .gallery .gallery-item { margin: 0 2% 4%; width: 42%; } .gallery-thumb-link:after { margin: -23px 0 0 -23px; width: 46px; height: 46px; font-size: 20px; line-height: 44px; } } /* ---------------------------------------------------------------------------- Speakers ---------------------------------------------------------------------------- */ .speaker { margin-bottom: 40px; text-align: center; } .speaker .photo-wrapper { margin: 0 auto 20px; display: inline-block; max-width: 100%; } .speaker .photo-wrapper.rounded { border-radius: 50%; overflow: hidden; } .speaker .photo-wrapper img { display: block; max-width: 100%; } .speaker .name { font-size: 13px; font-weight: 700; text-transform: uppercase; line-height: 14px; letter-spacing: 0.3em; } .speaker .name + p small { font-size: 14px; } .speaker .about { padding: 0 15px; } .speaker .speaker-socials > li { padding: 0 10px; display: inline-block; text-align: center; } .speaker .speaker-socials > li a { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; display: inline-block; } .speaker .speaker-socials > li a:not(:hover):not(:focus):not(:active) .fa { background-color: transparent; border-color: #e9e9e9; } .speaker .speaker-socials > li a:hover .fa, .speaker .speaker-socials > li a:focus .fa, .speaker .speaker-socials > li a:active .fa { color: #ffffff; } .speaker .speaker-socials > li .fa { -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; width: 30px; height: 30px; line-height: 27px; border-radius: 50%; border: 2px solid; } .speakers.masonry.width720 .masonry-item { width: 49.5%; padding: 15px 15px; } .speakers.masonry.width400 .masonry-item { width: 100%; padding: 15px 0; } .speakers.masonry .masonry-item { vertical-align: top; padding: 10px 15px; text-align: left; } .speakers.masonry .speaker-top { position: relative; margin-bottom: 15px; padding-left: 85px; min-height: 70px; } .speakers.masonry .speaker-top .speaker-title { vertical-align: bottom; display: table-cell; height: 45px; padding-bottom: 2px; } .speakers.masonry .speaker-top .name { margin: 0; } .speakers.masonry .speaker-top .name + p { margin: 0; line-height: 16px; } .speakers.masonry .speaker-top .photo-wrapper { position: absolute; top: 0; left: 0; width: 70px; height: 70px; } .speakers.masonry .speaker-top .speaker-socials > li { padding: 0 10px 0 0; } .speakers.masonry .speaker-top .speaker-socials > li .fa { width: 20px; height: 20px; font-size: 11px; line-height: 18px; } .speakers.masonry .about { margin: 0; padding: 0; } @media (max-width: 480px) { .speakers.masonry .speaker-top { padding-left: 60px; min-height: 50px; } .speakers.masonry .speaker-top .photo-wrapper { top: 5px; width: 50px; height: 50px; } } /* ---------------------------------------------------------------------------- Sponsors ---------------------------------------------------------------------------- */ .sponsors { font-size: 0; line-height: 0; } .sponsor { margin: 15px; display: inline-block; } .sponsor:not(.inline) { position: relative; vertical-align: top; border: 2px solid #e9e9e9; } .sponsor:not(.inline) img { -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); position: absolute; top: 50%; left: 50%; display: block; max-width: 80%; max-height: 80%; } .sponsor:not(.inline):not(.big) { width: 160px; height: 160px; } .sponsor.big { width: 255px; height: 255px; } .sponsor.inline { vertical-align: middle; } @media (max-width: 1199px) { .sponsor:not(.inline):not(.big) { margin: 8px; width: 140px; height: 140px; } .sponsor.big { margin: 15px; width: 205px; height: 205px; } } @media (max-width: 991px) { .sponsor:not(.inline):not(.big) { margin: 5px; width: 110px; height: 110px; } .sponsor.big { margin: 10px; width: 160px; height: 160px; } } @media (max-width: 767px) { .inline { margin: 10px; } } @media (max-width: 480px) { .sponsor:not(.inline):not(.big) { margin: 5px; width: 80px; height: 80px; } .sponsor.big { margin: 10px; width: 115px; height: 115px; } } /* ---------------------------------------------------------------------------- Contacts ---------------------------------------------------------------------------- */ .map { min-height: 260px; } .contacts-wrapper-color { position: relative; padding: 58px 0 40px; border-style: solid; border-width: 2px 0; border-color: #e9e9e9; } .contacts-wrapper-color:before { position: absolute; top: -2px; bottom: -2px; left: 0; width: 50%; content: ""; z-index: 0; } .contacts-wrapper-color .contacts { padding: 0 40px 0 0; } .contacts-wrapper-color .contacts .list { font-size: 0; } .contacts-wrapper-color .contacts .list > li { margin: 12px 0; vertical-align: top; display: inline-block; width: 50%; font-size: 15px; } .contacts-wrapper-color .contacts .list > li .fa:first-child { vertical-align: text-bottom; width: 26px; font-size: 24px; text-align: center; } .contacts-wrapper { position: relative; } .contacts-on-map-container { position: static; } .contacts-on-map { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 50%; background-color: #ffffff; z-index: 100; padding: 50px 70px; } .contacts-on-map .list { font-size: 15px; } .contacts-on-map .list > li { margin: 12px 0; } .contacts-on-map .list > li .fa:first-child { vertical-align: text-bottom; width: 26px; font-size: 24px; text-align: center; } .balloon { text-align: left; } .balloon .name { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; font-weight: 700; line-height: 20px; } .balloon .rating { padding: 0; font-size: 20px; } .balloon .rating > li { margin: 0; line-height: 20px; } .balloon .rating > li .fa { margin: 0; width: auto; color: #ffc52a; } .balloon .address, .balloon .phone { margin: 3px 0 0; font-size: 13px; line-height: 18px; } @media (max-width: 1199px) { .contacts-wrapper-color .contacts .list > li { margin: 7px 0; width: 100%; } } @media (max-width: 991px) { .contacts-on-map { padding: 30px 40px; } .contacts-wrapper-color .contacts { padding: 0 20px 0 0; } } @media (max-width: 767px) { .contacts-on-map { -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; position: static; padding: 15px 15px 0; } .contacts-wrapper-color { padding: 30px 0; } .contacts-wrapper-color:before { bottom: auto; right: 0; left: 0; width: 100%; height: 550px; } .contacts-wrapper-color .contacts { padding: 0; } } @media (max-width: 480px) { .contacts-on-map { padding: 15px 0; } .contacts-wrapper [class*="col-"], .contacts-wrapper-color [class*="col-"] { padding: 0; } } /* ---------------------------------------------------------------------------- Jquery.mb.YTPlayer controls ---------------------------------------------------------------------------- */ .ytp-player-background { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-position: center !important; } .ytp-player-background.no-video-bg { background: transparent url('../img/background/low_poly_background.jpg') top center no-repeat; } .ytp-player-background.no-video-bg .video-conrols { display: none; } .ytp-player-background > *:not(.mbYTP_wrapper):not(.video-conrols) { z-index: 1; } .ytp-player-background .video-conrols { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .ytp-player-background .video-conrols .yt-play-btn-big { position: absolute; top: 50%; left: 50%; margin: -41px 0 0 -28px; display: block; width: 56px; height: 82px; background: transparent url('../img/icon/yt_play_big_56x82.png') center no-repeat; cursor: pointer; z-index: 999; } .ytp-player-background .video-conrols .bottom { position: absolute; bottom: 8px; left: 0; right: 0; height: 42px; text-align: center; } .ytp-player-background .video-conrols .bottom .controls-container:hover, .ytp-player-background .video-conrols .bottom:hover .controls-container { opacity: 1; } .ytp-player-background .controls-container { -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; position: relative; padding: 11px 13px; text-align: left; background-color: rgba(0, 0, 0, 0.1); opacity: 0.3; z-index: 999; } .ytp-player-background .controls-container.center { display: inline-block; } .ytp-player-background .controls-container.left, .ytp-player-background .controls-container.right { display: block; } .ytp-player-background .controls-container.left { float: left; } .ytp-player-background .controls-container.right { float: right; } .ytp-player-background .controls-container > * { height: 20px; } .ytp-player-background .controls-container i { position: relative; margin-right: 20px; display: inline-block; width: 20px; cursor: pointer; } .ytp-player-background .controls-container i:before, .ytp-player-background .controls-container i:after { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: block; background: transparent url('../img/icon/yt_controls_40x40.png') no-repeat; } .ytp-player-background .controls-container .yt-play-toggle:before { opacity: 1; background-position: 0 0; } .ytp-player-background .controls-container .yt-play-toggle:after { opacity: 0; background-position: 0 -20px; } .ytp-player-background .controls-container .yt-play-toggle.active:before { opacity: 0; } .ytp-player-background .controls-container .yt-play-toggle.active:after { opacity: 1; } .ytp-player-background .controls-container .yt-mute-toggle:before { opacity: 1; background-position: -20px 0; } .ytp-player-background .controls-container .yt-mute-toggle:after { opacity: 0; background-position: -20px -20px; } .ytp-player-background .controls-container .yt-mute-toggle.active:before { opacity: 0; } .ytp-player-background .controls-container .yt-mute-toggle.active:after { opacity: 1; } .ytp-player-background .controls-container .yt-volume-slider { display: inline-block; width: 90px; position: relative; } .ytp-player-background .controls-container .yt-volume-slider:before { content: ''; position: absolute; top: 50%; left: 0; right: 0; margin-top: -3px; display: block; height: 6px; background-color: #f6f6f6; border-radius: 3px; } .ytp-player-background .controls-container .yt-volume-slider .ui-slider-handle { -webkit-transition: left 0.1s ease; -moz-transition: left 0.1s ease; -o-transition: left 0.1s ease; transition: left 0.1s ease; position: absolute; top: 2px; margin-left: -8px; display: block; width: 16px; height: 16px; background-color: #ffffff; border-radius: 50%; cursor: pointer; outline: none; } .ytp-player-background .controls-container .yt-volume-slider .ui-slider-range { -webkit-transition: width 0.1s ease; -moz-transition: width 0.1s ease; -o-transition: width 0.1s ease; transition: width 0.1s ease; position: absolute; top: 50%; left: 0; margin-top: -3px; height: 6px; border-radius: 3px 0 0 3px; } /* ---------------------------------------------------------------------------- Header ---------------------------------------------------------------------------- */ .header { position: relative; line-height: 1.5625; z-index: 1000; } .header.header-black .header-wrapper { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #262627; } .header.header-black .navigation-link { color: #ffffff; } .header.header-black .dropdown-menu { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #262627; } .header.header-color .header-wrapper { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .header.header-color .navigation-header .logo { color: #ffffff; } .header.header-color .navbar-toggle .icon-bar { background-color: #ffffff; } .header.header-color .dropdown-menu { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .header.header-color .navigation-link.active { border-color: #ffffff; } .header.fixed .header-wrapper { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; } .header .fade-in-on-stick { display: none; } .header .buy-btn { margin: 29px 0 0; } .header-wrapper { -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); zoom: 1; height: 100px; padding: 0 0; background-color: #ffffff; } .header-wrapper:before, .header-wrapper:after { content: ""; display: table; } .header-wrapper:after { clear: both; } .navigation-header { zoom: 1; display: inline-block; padding: 29px 0 0; } .navigation-header:before, .navigation-header:after { content: ""; display: table; } .navigation-header:after { clear: both; } .navigation-header .logo { display: inline-block; padding: 3px 0; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 23px; font-weight: 700; text-transform: uppercase; text-decoration: none; } .navigation-header .buy-btn { margin: 9px 0 0; } .navbar-toggle { border: none; z-index: 100; } .navbar-toggle .icon-bar { -webkit-transition: background 0.2s ease, color 0.2s ease; -moz-transition: background 0.2s ease, color 0.2s ease; -o-transition: background 0.2s ease, color 0.2s ease; transition: background 0.2s ease, color 0.2s ease; width: 25px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 9px; } .navigation-list { text-align: left; } .navigation-item { margin-left: 21px; display: inline-block; padding: 34px 0 16px; } .navigation-item:first-child { margin-left: 0; } .dropdown-toggle { position: relative; } .dropdown-toggle:after { position: absolute; top: 50%; margin-top: -3px; margin-left: 30px; vertical-align: middle; display: none; width: 0; height: 0; content: ""; border-style: solid; border-width: 5px 4.5px 0 4.5px; border-left-color: transparent; border-right-color: transparent; border-bottom-color: transparent; } .dropdown-menu { -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; float: none; position: absolute; top: 100%; left: 0; margin: -1px 0 0 -40px; min-width: 0; padding: 0; list-style: none; font-size: inherit; color: #000000; border: none; border-radius: 0; overflow-x: hidden; overflow-y: auto; } .dropdown-menu .navigation-item { margin: 0; width: 100%; padding: 0; } .dropdown-menu .navigation-link { padding: 15px 40px; font-weight: 700; color: #262627; border: none; } .dropdown-menu .navigation-link:hover, .dropdown-menu .navigation-link:focus, .dropdown-menu .navigation-link:active { background-color: rgba(243, 245, 246, 0.1); } .navigation-link { -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease; -moz-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease; -o-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease; transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease; display: inline-block; padding: 7px 0; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.26em; color: #262627; border-style: solid; border-width: 0 0 2px; border-color: transparent; cursor: pointer; } .navigation-link.dropdown-toggle { min-width: 0; } .navigation-link:hover, .navigation-link:active, .navigation-link:focus, .navigation-link.active { text-decoration: none; } .navbar-collapse { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0; } @media (max-width: 1199px) { .navigation-item { margin-left: 10px; } .navigation-link { letter-spacing: 0.13em; } } @media (min-width: 768px) and (max-width: 991px) { .header .navigation-list { padding-left: 15px; } .header .buy-btn { min-width: 0; padding: 9px 14px 7px !important; font-size: 0; } .header .buy-btn:before { display: inline-block; font: normal normal normal 20px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f07a"; } } @media (min-width: 768px) { .dropdown .dropdown-menu, .dropdown.open .dropdown-menu { display: none; } .dropdown:hover .dropdown-menu, .dropdown.open:hover .dropdown-menu { display: block; } } @media (min-width: 768px) and (max-width: 991px) { .navigation-link { letter-spacing: 0.05em; } } @media (min-width: 768px) { .header:not(.header-color):not(.header-black) .navbar-collapse { background-color: #ffffff; } .header.header-color .navigation-link { color: #ffffff; } .header.header-color .navbar-collapse .buy-btn { border-color: #ffffff; } .header.header-color .navbar-collapse .buy-btn:not(:hover):not(:focus):not(:active):not(.hovered):not(.pressed) { color: #ffffff; } .header.header-color .navbar-collapse .buy-btn:hover, .header.header-color .navbar-collapse .buy-btn:focus, .header.header-color .navbar-collapse .buy-btn:active, .header.header-color .navbar-collapse .buy-btn.hovered, .header.header-color .navbar-collapse .buy-btn.pressed { color: #ff5f9b; background-color: #ffffff; } } @media (max-width: 767px) { .header { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; height: 91px; } .header .fade-in-on-stick { display: inline-block; } .header .buy-btn { float: none !important; } .header.header-color .dropdown.open .dropdown-toggle { background-color: rgba(0, 0, 0, 0.04); } .header.header-color .dropdown-menu .navigation-link, .header.header-color .dropdown-menu .navigation-link:not(.active):not(:hover):not(:focus):not(:active) { color: #ffffff; } .header.header-black .dropdown.open .dropdown-toggle { color: #ffffff; background-color: #3a3a3b; } .header.header-black .dropdown.open .dropdown-toggle:not(.active):not(:hover):not(:focus):not(:active) { color: #ffffff; } .header.header-black .dropdown-menu .navigation-link:not(.active):not(:hover):not(:focus):not(:active) { color: #ffffff; } .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:not(.active):not(:hover):not(:focus):not(:active) { color: #ffffff; } .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:hover, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:not(.active):not(:hover):not(:focus):not(:active):hover, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:focus, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:not(.active):not(:hover):not(:focus):not(:active):focus, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:active, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:not(.active):not(:hover):not(:focus):not(:active):active { background-color: rgba(243, 245, 246, 0.1); } .header:not(.header-color):not(.header-black) .dropdown .dropdown-toggle:after { border-top-color: #ffffff; } .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle { background-color: rgba(255, 255, 255, 0.26); } .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle:hover, .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle:focus, .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle:active { background-color: rgba(255, 255, 255, 0.26); } .header-wrapper { height: auto; min-height: 90px; } .header-wrapper > .container { padding: 0; } .navigation-header { padding: 18px 15px 13px 35px; } .navigation-header .logo { padding: 12px 0; } .navigation-container { padding: 0; text-align: center; } .navbar-collapse { max-height: none; background-color: #ffffff; padding: 30px 0; } .navbar-collapse.in, .navbar-collapse.collapsing { -webkit-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); } .navigation-list { float: none !important; text-align: center; } .navigation-item { margin: 0; display: block; padding: 0; } .dropdown:not(.open):hover .dropdown-menu { display: none; } .dropdown-toggle { -webkit-transition: background 0.2s ease; -moz-transition: background 0.2s ease; -o-transition: background 0.2s ease; transition: background 0.2s ease; } .dropdown-toggle:after { display: inline-block; } .dropdown-menu { position: static; margin: 0; } .dropdown-menu .navigation-link { padding: 24px 40px 23px; } .navigation-link { display: block; padding: 18px 0 18px; font-size: 15px; text-transform: none; border: none; } .navigation-link:not(.active):not(:hover):not(:focus):not(:active) { color: #262627; } } @media (max-width: 480px) { .header .buy-btn { display: inline-block; } } /* ---------------------------------------------------------------------------- Footer ---------------------------------------------------------------------------- */ .footer { padding: 50px 0 0; color: #ffffff; background-color: #262627; } .footer-base { padding: 40px 0 30px; background-color: #1f2125; text-align: left; } .footer-nav > li { margin-right: 25px; display: inline-block; } .footer-nav > li:last-child { margin-right: 0; } .footer-nav > li a { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 0.3em; } .footer-nav > li a:not(:hover):not(:focus):not(:active) { color: #ffffff; } .footer .socials-nav { position: static; top: auto; left: auto; right: auto; display: inline-block; width: auto; text-align: right; } .footer .socials-nav .socials-nav-item { margin: 0 8px; line-height: 1; } .footer .socials-nav + p { margin: 0 0 0 15px; vertical-align: top; display: inline-block; line-height: 25px; } .widget-head .fa { margin-right: 5px; } .about-widget img { margin: 20px 0 30px; display: inline-block; max-width: 100%; height: auto; } .twitter-widget { margin: 0 0 30px; } .twitter-widget .tweet { margin-bottom: 20px; } .twitter-widget .tweet-text { margin-bottom: 5px; line-height: 21px; } .instagram-widget .instagram-list { margin: 0 -14px 30px; max-width: 450px; padding: 5px 0; font-size: 0; line-height: 0; } .instagram-widget .instagram-list > li { display: inline-block; width: 33.33333%; padding: 14px; } @media (max-width: 991px) and (min-width: 768px) { .footer .socials-nav { margin-left: -20px; } .footer .socials-nav .socials-nav-item { margin: 0 2px; } .footer .socials-nav + p { margin: 0 0 0 10px; } } @media (max-width: 991px) { .footer-nav > li { margin-right: 0; width: 100%; } .footer .socials-nav { margin: 20px 0 20px -12px; width: 100%; text-align: left; } .footer .socials-nav .socials-nav-item { margin: 0 6px; } .footer .socials-nav + p { margin: 0; } } /* ---------------------------------------------------------------------------- Back to top button ---------------------------------------------------------------------------- */ .back-to-top { -webkit-transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; transition: opacity 0.5s ease; position: fixed; right: 20px; bottom: 20px; display: none; width: 40px; height: 40px; font-size: 12px; text-align: center; line-height: 40px; color: #ffffff; background-color: rgba(0, 0, 0, 0.8); cursor: pointer; z-index: 9999; opacity: 0.4; } .back-to-top:hover { opacity: 1; } /* ---------------------------------------------------------------------------- Modal boxes ---------------------------------------------------------------------------- */ .modal-window { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: none; cursor: default; z-index: 9999; } .modal-window:not(.base-clr-bg) { background-color: rgba(255, 255, 255, 0.9); } .modal-box { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12); position: relative; margin: 0 auto; display: block; width: 64%; max-width: 100%; max-height: 100%; overflow-y: auto; overflow-x: hidden; padding: 40px 30px 25px; border: 1px solid #e9e9e9; background-repeat: no-repeat; background-position: center; } .modal-box:not(.base-clr-bg) { background-color: #ffffff; } .modal-box.light-text .close-btn, .modal-box.footer .close-btn { color: #ffffff; } .modal-box.light-text .close-btn:not(:hover), .modal-box.footer .close-btn:not(:hover) { color: #ffffff; } .modal-box.light-text .close-btn:hover, .modal-box.footer .close-btn:hover { opacity: 0.8; } .modal-box .form-group { margin-bottom: 20px; } .modal-box .close-btn { -webkit-transition: color 0.2s ease, background 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease; transition: color 0.2s ease, background 0.2s ease; position: absolute; top: 15px; right: 30px; font-size: 14px; cursor: pointer; opacity: 1; z-index: 20; } .modal-box .close-btn:not(:hover) { color: #000000; } .modal-box *:nth-child(2) { margin-top: 0; } .modal-box.iframe-box.iframe-video { border: none; padding-bottom: 35.866%; } .modal-box.iframe-box.iframe-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; } .modal-box.iframe-box, .modal-box.iframe-box.large, .modal-box.iframe-box.small { padding: 0; } .modal-box.iframe-box .close-btn, .modal-box.iframe-box.large .close-btn, .modal-box.iframe-box.small .close-btn { top: 0; right: 0; padding: 12px; font-size: 16px; width: 40px; line-height: 1; background-color: rgba(255, 255, 255, 0.6); } .modal-box.iframe-box .close-btn:hover, .modal-box.iframe-box.large .close-btn:hover, .modal-box.iframe-box.small .close-btn:hover { background-color: rgba(255, 255, 255, 0.95); } .modal-box.small { width: 30%; padding: 30px 15px 20px; font-size: 100%; } .modal-box.small .close-btn { font-size: 12px; right: 15px; top: 12px; } .modal-box.large { width: 90%; height: 100%; padding: 50px 44px 25px; } .modal-box.large .close-btn { right: 50px; top: 20px; } .modal-box.top { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); top: 0; bottom: auto; } .modal-box.bottom { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); top: auto; bottom: 0; } .modal-box.left { float: left; } .modal-box.right { float: right; } @media (max-width: 991px) { .modal-box { width: 70%; } .modal-box.small { width: 40%; } .modal-box.large { width: 94%; } } @media (max-width: 767px) { .modal-box { width: 90%; padding: 40px 20px 25px; } .modal-box.small { width: 60%; } .modal-box.small .close-btn { right: 20px; } .modal-box.large { width: 100%; padding: 50px 24px 25px; } .modal-box.large .close-btn { right: 30px; } } @media (max-width: 540px) { .modal-box { width: 100%; } .modal-box.small { width: 80%; } } /* ---------------------------------------------------------------------------- Theme styles ---------------------------------------------------------------------------- */ .bg1 { background-image: url("../img/backgrounds/bg1.jpg"); } .bg2 { background-image: url("../img/backgrounds/bg2.jpg"); } .bg3 { background-image: url("../img/backgrounds/bg3.jpg"); } .gradient-overlay:before { background: #9001a5; background: -moz-linear-gradient(top, #9001a5 0%, #10171a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9001a5), color-stop(100%, #10171a)); background: -webkit-linear-gradient(top, #9001a5 0%, #10171a 100%); background: -o-linear-gradient(top, #9001a5 0%, #10171a 100%); background: -ms-linear-gradient(top, #9001a5 0%, #10171a 100%); background: linear-gradient(to bottom, #9001a5 0%, #10171a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9001a5', endColorstr='#10171a', GradientType=0); opacity: 0.7; } .bg4 { background-image: url("../img/backgrounds/bg4.jpg"); } .bg1.overlay:before { opacity: 0.9; } .bg4.overlay:before { background-color: #282f43; opacity: 0.85; } .bg5.overlay:before { background-color: #262627; opacity: 0.7; } .bg5 { background-image: url("../img/backgrounds/bg5.jpg"); } .hero-section { z-index: 1; overflow: hidden; } .stat-section, .signup-section { padding: 50px 0 48px; background-image: url("../img/stat-bg-1919x1000.jpg"); } .prices-section { padding: 26px 0 100px; } .shortcodes-section { padding: 26px 0 100px; } .call-to-action-section { padding: 50px 0 48px; background-image: url("../img/call-to-action-bg-1918x1283.jpg"); } .call-to-action-section > .overlay { background-color: transparent; } .call-to-action-section > .overlay:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: 0.8; z-index: -1; } .call-to-action-section h2 { margin-bottom: 30px; } .call-to-action-section .heading { margin-bottom: 20px; line-height: 30px; } .contacts-section { position: relative; padding: 0; } .line-heading { text-align: center; white-space: nowrap; } .line-heading:before, .line-heading:after { vertical-align: middle; display: inline-block; width: 12.4%; height: 1px; content: ""; background-color: #ffffff; } .line-heading:before { margin-right: 2.5%; } .line-heading:after { margin-left: 2.5%; } .shortcodes-icons-list { padding: 10px 0; } .shortcodes-icons-list > li { padding: 0 12px; } .shortcodes-icons-list .icon { font-size: 54px; } .sponsors-list { margin: 30px 0; display: table; width: 100%; text-align: center; } .sponsors-list > li { vertical-align: middle; display: table-cell; padding: 10px 20px; } .sponsors-list > li img { display: inline-block; max-width: 100%; } .comming-soon .heading-block { padding: 50px 0; } .comming-soon .heading-block .form { margin-left: auto; margin-right: auto; max-width: 410px; padding-top: 60px; } #contacts-map { min-height: 300px; } #contacts-map, #contacts-map > *, #contacts-map > .gm-style > div:not(:first-child), #contacts-map > .gm-style > div:not(:first-child) div, #contacts-map > .gm-style > div:first-child > div:nth-child(2), #contacts-map > .gm-style > div > div div { transform: none !important; } .form-register { margin: 0 auto 10px; max-width: 620px; padding-bottom: 25px; } .form-register .checkbox-wrapper { margin-left: -35px; } .form-register .checkbox-wrapper label { line-height: 1.6; } .venue-section .venue-hotel-logo { margin: 0 0 43px; display: block; max-width: 100%; height: auto; } .venue-section .venue-title { margin: 0 0 12px; } .venue-section .venue-title + h6 { margin: 0 0 12px; } .venue-section .venue-title-icon { margin: 0; text-align: center; } .venue-section .btn { margin: 30px 0 0; padding-left: 47px; } .venue-section .btn .fa { position: absolute; left: 20px; top: 13px; font-size: 19px; } .modal-box.paypal-modal { max-width: 420px; padding-left: 25px; padding-right: 25px; overflow: visible; } .modal-box.paypal-modal form { text-align: center; } .modal-box.paypal-modal table { width: 100%; text-align: left; } .modal-box.paypal-modal table td { padding-bottom: 6px; } .modal-box.paypal-modal input[type="image"] { margin-top: 15px; display: inline-block; } .modal-box.paypal-modal select, .modal-box.paypal-modal .pseudo-select { margin-bottom: 10px; } @media (min-width: 1200px) { .venue-section .left-col { width: 27%; } } @media (min-width: 992px) { .venue-section { padding: 105px 0 80px; } .venue-section .left-col { width: 30%; } .venue-section .right-col { width: 70%; } } @media (max-width: 991px) { .venue-section { padding: 85px 0 60px; } .venue-section .venue-hotel-logo { margin: 0 0 25px; } .venue-section .venue-title-icon { text-align: left; } .venue-section .venue-title .venue-icon { margin: 0 25px 0 0; } .venue-section .btn { margin: 20px 0 30px; } .venue-section .right-col { padding: 0; } } @media (max-width: 767px) { .line-heading:before, .line-heading:after { width: 5.5%; } .sponsors-list > li { padding: 5px 10px; } .prices-section .row { margin-left: 0; margin-right: 0; } .form-register .form-group { padding-bottom: 0; } .form-register .form-group > label { width: 100%; text-align: left; line-height: 30px; } .form-register .checkbox-wrapper { margin-left: 0; } .hero-section, .hero-section > .container { padding-top: 0 !important; padding-bottom: 0 !important; } } @media (max-width: 480px) { .extra-heading { font-size: 50px; } .line-heading { white-space: normal; } .line-heading:before, .line-heading:after { margin: 10px 0; display: block; width: 100%; } .sponsors-list { margin: 0; display: block; font-size: 0; } .sponsors-list > li { width: 100%; display: inline-block; padding: 20px 0; } .signup-section .form .form-group { margin-bottom: 0; width: 100%; } }
src/AppBundle/Resources/public/assets/css/style-pink-color.css
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,300italic,400italic,500italic&subset=latin,latin-ext); @import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700); @import "lib/font-lineicons.css"; @import "lib/toastr.min.css"; @import "lib/bootstrap.min.css"; /* ================================================ // ************************************************ // // Ventcamp v2.0 by Vivaco // // ************************************************ ================================================ */ /* ================================================ // // Libraries // ================================================ */ /*! * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.3.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.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: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-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(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 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 { 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: #ffffff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .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: "\f032"; } .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: "\f04c"; } .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-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\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:before { 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"; } .fa-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:before { 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 { content: "\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 { content: "\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 { content: "\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-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-genderless:before, .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 { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .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-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"; } /* ------------------------------------------------ CSS ------------------------------------------------ */ 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%; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* ================================================ // ************************************************ // // Startuply Custom Styles // // ************************************************ ================================================ */ /* ---------------------------------------------------------------------------- Typography ---------------------------------------------------------------------------- */ * { -webkit-font-smoothing: antialiased !important; } body { font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 400; color: #51545b; line-height: 1.5625; } .thin { font-weight: 300; } .normal { font-weight: 400; } .bold { font-weight: 500; } .base-font { font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; } .heading-font { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; } .uppercase { text-transform: uppercase; } h1 { font-size: 60px; } h2 { font-size: 50px; } h3 { font-size: 50px; letter-spacing: -0.05em; } h4 { font-size: 40px; } h5 { font-size: 30px; } h6 { font-size: 20px; } .h7 { font-size: 15px; } .h8 { font-size: 13px; letter-spacing: 0.02em; } .extra-heading { margin: 0 0 8px; font-size: 132px; text-transform: uppercase; letter-spacing: 0; } h1, h2, h4, h5, h6, .h7 { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; } h1, h2, h4, h5 { letter-spacing: -0.06em; } h3, .h8 { font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: 400; } h1, h2, h4, h5 { color: #000000; } h3, h6, .h7 { color: #262627; } .h8 { color: #8d93a0; } h5.heading-alt { text-transform: uppercase; font-size: 19px; line-height: 1.7; letter-spacing: 0.5em; color: #262627; } h6.heading-alt { font-size: 15px; line-height: 1.5; color: #474749; letter-spacing: 0.15em; } h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; } h1, h2 { margin: 15px 0 20px; } p, article { margin: 0 0 10px; line-height: 29px; } p.small, article.small { font-size: 13px; font-weight: 500; line-height: 25px; color: #babfcc; } strong { display: inline-block; font-weight: 500; } small { display: inline-block; font-size: 13px; } .text-alt, .counter-box .counter-content .title { color: #B8BCC3; } a { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; text-decoration: none; } a:hover, a:active, a:focus { outline: none; } .link-btn { display: inline-block; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.22em; } span { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; color: inherit; } .align-left { text-align: left; } .align-right { text-align: right; } .align-center { text-align: center; } .light-text, .footer { color: #ffffff; } .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .light-text .h7, .light-text .h8, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer .h7, .footer .h8 { color: inherit; } .light-text h1.heading-alt, .light-text h2.heading-alt, .light-text h3.heading-alt, .light-text h4.heading-alt, .light-text h5.heading-alt, .light-text h6.heading-alt, .light-text .h7.heading-alt, .light-text .h8.heading-alt, .footer h1.heading-alt, .footer h2.heading-alt, .footer h3.heading-alt, .footer h4.heading-alt, .footer h5.heading-alt, .footer h6.heading-alt, .footer .h7.heading-alt, .footer .h8.heading-alt { color: inherit; } .dark-text { color: #000000; } .dark-text.fa { color: #000000; } .dark-text .fa { color: inherit; } /* Media queries */ @media (max-width: 991px) { body { font-size: 13px; } .extra-heading { font-size: 110px; } h5.heading-alt, h6.heading-alt { line-height: 1.4; } } @media (max-width: 767px) { h1 { font-size: 31.2px; } h2 { font-size: 30px; } h3 { font-size: 31.5px; } h4 { font-size: 26.8px; } h5 { font-size: 24px; } h6 { font-size: 18px; } .heading { font-size: 12px; } .extra-heading { font-size: 80px; } .sub-title, .sub-title.alt { font-size: 13px; } .sub-title, .sub-title.big { font-size: 15px; } } /* ---------------------------------------------------------------------------- Common styles ---------------------------------------------------------------------------- */ .clearfix { zoom: 1; } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } body { overflow-x: hidden; min-height: 100px; } body > .container { padding-top: 65px; } img { max-width: 100%; } .retina-show { display: none; } .base-clr-bd, .preloader-mask .preloader, .preloader-mask .preloader:before, .preloader-mask .preloader:after, .btn.btn-outline-clr, .btn.btn-outline-clr:hover, .btn.btn-outline-clr:focus, .btn.btn-outline-clr:active, .btn.btn-outline-clr.hovered, .btn.btn-outline-clr.pressed, .nav.nav-schedule > li:after, .schedule .tab-content .nav.nav-schedule > li.active, .schedule .schedule-item .lecture-icon-wrapper, .download-schedule-btn:hover, .download-schedule-btn:focus, .schedule.schedule-light .nav.nav-schedule, .schedule.schedule-light .tab-content, .nav-wrapper .nav-current, textarea.error, input[type=text].error, input[type=url].error, input[type=tel].error, input[type=number].error, input[type=color].error, input[type=email].error, input[type=email].error, input[type=password].error, .package-column.special-column, .package-column.package-bright, .package-panel, .counter-block.counter-block-border .counter-box, .speaker .speaker-socials > li .fa, .dropdown-toggle:after, .navigation-link.active, .header .buy-btn, .header .buy-btn:hover, .header .buy-btn:focus, .header .buy-btn:active, .header .buy-btn.hovered, .header .buy-btn.pressed { border-color: #ff5f9b; } .base-clr-bg, .overlay.overlay-clr:before, .overlay.overlay-clr[class*="bg"]:before, .base-clr-ovl:before, .btn, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.hovered, .btn.btn-white.pressed, .nav.nav-schedule > li.active, .download-schedule-btn:hover, .download-schedule-btn:focus, .schedule.schedule-light .nav.nav-schedule > li, .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper, .tabs-vertical .nav.nav-tabs:before, .tabs-vertical .nav.nav-tabs > li:not(.active) a, .panel-group .panel .panel-heading a, .panel-group-alt .panel > a:not(.collapsed), .table > thead > tr > th, .table > thead > tr > td, .package-column.special-column .sale-label, .package-column.package-bright.special-column, .package-panel .buy-btn, .counter-block.counter-block-solid .counter-box, .gallery.light-slider .description-slider-wrapper .bx-pager-link.active, .gallery-thumb-link:after, .speaker .speaker-socials > li .fa, .contacts-wrapper-color:before, .header.header-color .header-wrapper, .header.header-color .dropdown-menu, .header:not(.header-color):not(.header-black) .navbar-collapse, .navbar-toggle .icon-bar, .call-to-action-section > .overlay:before, .thumb-wrapper .overlay:before, .header .buy-btn { background-color: #ff5f9b; } .base-clr-txt, .highlight, a, a:hover, a:active, a:focus, .fa, .icon, .btn.btn-outline-clr, .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active, .btn.btn-outline.hovered, .btn.btn-outline.pressed, .btn.btn-white, .schedule .tab-content .nav.nav-schedule > li.active > a:not(:hover):not(:active), .schedule .tab-content .nav.nav-schedule > li.active > a:hover, .schedule .tab-content .nav.nav-schedule > li.active > a:focus, .schedule .schedule-item .schedule-item-toggle.collapsed .title .icon, .schedule .schedule-item .schedule-item-body .speaker-name, .schedule.schedule-light .nav.nav-schedule > li.active a, .schedule.schedule-light .nav.nav-schedule > li.active a:hover, .schedule.schedule-light .nav.nav-schedule > li.active a:focus, .schedule.schedule-light .nav.nav-schedule > li.active a *, .schedule.schedule-light .nav.nav-schedule > li.active a:hover *, .schedule.schedule-light .nav.nav-schedule > li.active a:focus *, .schedule.schedule-light .schedule-item .schedule-item-body .speaker-name, .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus, .panel-group-alt .panel > a .fa, label.error, input.btn.btn-outline, .pseudo-select .pseudo-select-dropdown-item.selected:not(.disabled), input[type="submit"] + .loading, .testimonial .author-block .name, .package-column .package-title, .package-column.special-column .package-price, .package-column.package-bright:not(.special-column):hover .package-detail, .package-column.package-bright .package-price, .package-column.package-bright.special-column .btn:hover, .package-column.package-bright.special-column .btn:focus, .package-column.package-bright.special-column .btn:active, .package-column.package-bright.special-column .btn.hovered, .package-column.package-bright.special-column .btn.pressed, .counter-box .counter-content > .count, .speaker .name, .balloon .name, .header.header-black .navigation-link:hover, .header.header-black .navigation-link:active, .header.header-black .navigation-link:focus, .header.header-black .navigation-link.active, .dropdown:hover .dropdown-toggle, .dropdown.open .navigation-link.dropdown-toggle, .dropdown.open .navigation-link:not(.active):not(:hover):not(:focus):not(:active).dropdown-toggle, .dropdown-menu .navigation-link:hover, .dropdown-menu .navigation-link:focus, .dropdown-menu .navigation-link:active, .navigation-link:hover, .navigation-link:active, .navigation-link:focus, .navigation-link.active, .header.header-color .navigation-header .buy-btn:hover, .header.header-color .navigation-header .buy-btn:focus, .header.header-color .navigation-header .buy-btn:active, .header.header-color .navigation-header .buy-btn.hovered, .header.header-color .navigation-header .buy-btn.pressed, input.header.header-color .navigation-header .buy-btn, .header .buy-btn { color: #ff5f9b; } ::selection { color: #ffffff; background-color: rgba(255, 95, 155, 0.85); } ::-moz-selection { color: #ffffff; background-color: rgba(255, 95, 155, 0.85); } .bg-low-poly, div.bg-low-poly, footer.bg-low-poly, section.bg-low-poly { background-image: url("../img/background/low_poly_background.jpg"); background-repeat: no-repeat; background-position: center top; } hr { display: inline-block; width: 100%; height: 1px; border: none; background-color: #e9e9e9; } hr.no-margin { margin: 0; } ul { margin: 0 0 10px; } li { margin-bottom: 7px; } .visible { opacity: 1; } .section { position: relative; padding: 90px 0; } .fullwidth-section { zoom: 1; -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); margin: 50px 0; padding: 0; } .fullwidth-section:before, .fullwidth-section:after { content: ""; display: table; } .fullwidth-section:after { clear: both; } .fullwidth-path { zoom: 1; position: relative; } .fullwidth-path:before, .fullwidth-path:after { content: ""; display: table; } .fullwidth-path:after { clear: both; } .fullwidth-column { padding: 100px 73px 85px; } .fullwidth-section-bg { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; position: absolute; top: 0; bottom: 0; background-repeat: no-repeat; background-position: top center; } .fullwidth-section-bg.bg-right { right: 0; left: 50%; } .fullwidth-section-bg.bg-left { left: 0; right: 50%; } .icon, .fa { line-height: 1; } .section-icon { display: block; margin-bottom: 20px; font-size: 50px; } .container { position: relative; } .bg-cover { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; z-index: 1; } .overlay { position: relative; z-index: 1; } .overlay:before { position: absolute; top: 0; right: 0; left: 0; bottom: 0; content: ""; background-color: #262627; z-index: -1; } .overlay.overlay-clr:before, .overlay.overlay-clr[class*="bg"]:before { opacity: 0.92; } .overlay.overlay-clr .fa, .overlay.overlay-clr .icon { color: inherit; } .overlay > * { z-index: 1; } .base-clr-ovl, .thumb-wrapper .overlay { background-color: transparent; } .base-clr-ovl:before, .thumb-wrapper .overlay:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: 0.8; z-index: -1; } .video-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; overflow: hidden; } .video-bg video { min-width: 100%; min-height: 100%; } .heading-block { padding: 150px 0; } .hero-heading-top, .hero-heading-bottom { position: absolute; left: 0; right: 0; } .hero-heading-top { top: 60px; } .hero-heading-bottom { bottom: 40px; } .img-column { padding-top: 20px; padding-bottom: 20px; } .list { padding: 5px 0; } .list > li { margin: 15px 0; } .list > li .icon:first-child, .list > li .fa:first-child { margin-right: 25px; vertical-align: middle; } .list-inline { padding: 5px 0; } .list-inline > li { margin: 15px 0; } .list-inline > li .icon:first-child, .list-inline > li .fa:first-child { margin-right: 25px; vertical-align: middle; } .masonry { width: 100%; font-size: 0; line-height: 0; } .masonry.width720 .masonry-item { width: 32.833333%; padding: 10px; } .masonry.width400 .masonry-item { width: 49.5%; padding: 5px; } .masonry .masonry-item { margin: 0; display: inline-block; width: 24.5%; padding: 15px; font-size: 15px; line-height: 1.5625; } @media (max-width: 991px) { .wrapper { width: 90%; } .img-column { padding-bottom: 20px; } .heading-block { padding: 80px 0; } .hero-heading-top { top: 30px; } .fullwidth-column { padding: 50px 30px 35px; } } @media (max-width: 767px) { body { padding-top: 91px; } .fullwidth-section-bg { position: relative; } .fullwidth-section-bg.bg-right, .fullwidth-section-bg.bg-left { height: 250px; top: auto; left: auto; right: auto; bottom: auto; } .wrapper { width: 100%; } .bg-cover { background-attachment: scroll; } .heading-block { padding: 40px 0; } .hero-heading-top { position: relative; top: auto; margin-top: 30px; } .hero-heading-bottom { position: relative; bottom: auto; margin-bottom: 30px; } } @media (max-width: 480px) { blockquote { padding: 0 35px; font-size: 13px; line-height: 1.8; } } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .retina-hide { display: none; } .retina-show { display: block; display: initial; } } /* ---------------------------------------------------------------------------- Style switcher ---------------------------------------------------------------------------- */ .style-switcher { -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); position: fixed; left: -225px; top: 200px; display: block; width: 225px; padding: 10px 20px 20px; background-color: #ffffff; border: 2px solid #f3f5f6; z-index: 9999; } .style-switcher .style-toggle { -webkit-border-radius: 5%; -webkit-background-clip: padding-box; -moz-border-radius: 5%; -moz-background-clip: padding; border-radius: 5%; background-clip: padding-box; position: absolute; top: 32px; right: -52px; margin-left: -2px; display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; background-color: rgba(0, 0, 0, 0.3); } .style-switcher .style-toggle .fa { color: #ffffff; } .style-switcher .template-set-color { zoom: 1; margin-bottom: 8px; width: 100%; list-style: none; padding-left: 0; } .style-switcher .template-set-color:before, .style-switcher .template-set-color:after { content: ""; display: table; } .style-switcher .template-set-color:after { clear: both; } .style-switcher .template-set-color > li { float: left; display: inline-block; } .style-switcher .template-set-color .color { -webkit-border-radius: 5px; -webkit-background-clip: padding-box; -moz-border-radius: 5px; -moz-background-clip: padding; border-radius: 5px; background-clip: padding-box; display: block; padding: 15px; margin-right: 5px; font-size: 12px; text-transform: uppercase; line-height: normal; color: #ffffff; background-color: #51545b; } .style-switcher .template-set-color .color.pink { background-color: #ff5f9b; } .style-switcher .template-set-color .color.green { background-color: #91d539; } .style-switcher .template-set-color .color.blue { background-color: #1ac6ff; } .style-switcher .template-set-color .color.berry { background-color: #fe6760; } .style-switcher .template-set-color .color.orange { background-color: #fe4918; } .style-switcher .template-animations-switch input[type="checkbox"] { display: none; } .style-switcher .template-animations-switch input[type="checkbox"] + label { -webkit-transition: background 0.2s ease, color 0.2s ease; -moz-transition: background 0.2s ease, color 0.2s ease; -o-transition: background 0.2s ease, color 0.2s ease; transition: background 0.2s ease, color 0.2s ease; position: relative; display: block; width: 65px; height: 32px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; border-radius: 16px; background: #f3f5f6; cursor: pointer; overflow: hidden; } .style-switcher .template-animations-switch input[type="checkbox"] + label:before, .style-switcher .template-animations-switch input[type="checkbox"] + label:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: left 0.2s ease, right 0.2s ease; -moz-transition: left 0.2s ease, right 0.2s ease; -o-transition: left 0.2s ease, right 0.2s ease; transition: left 0.2s ease, right 0.2s ease; position: absolute; top: 0; display: block; width: 35px; height: 100%; line-height: 32px; } .style-switcher .template-animations-switch input[type="checkbox"] + label:before { content: "Off"; left: 0; color: #a5acbd; text-align: center; } .style-switcher .template-animations-switch input[type="checkbox"] + label:after { content: 'On'; right: -32px; color: #ffffff; padding-left: 5px; } .style-switcher .template-animations-switch input[type="checkbox"] + label > i { -webkit-transition: right 0.2s ease; -moz-transition: right 0.2s ease; -o-transition: right 0.2s ease; transition: right 0.2s ease; position: absolute; top: 3px; right: 4px; display: block; width: 26px; height: 26px; border-radius: 13px; background-color: #ffffff; } .style-switcher .template-animations-switch input[type="checkbox"]:checked + label { background-color: #92c83c; } .style-switcher .template-animations-switch input[type="checkbox"]:checked + label:before { left: -32px; } .style-switcher .template-animations-switch input[type="checkbox"]:checked + label:after { right: 0; } .style-switcher .template-animations-switch input[type="checkbox"]:checked + label > i { right: 35px; } /* ---------------------------------------------------------------------------- Preloader ---------------------------------------------------------------------------- */ .preloader-mask { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #f7f7f7; z-index: 10000; height: 100%; } .preloader-mask .preloader { -webkit-animation: border-pulse-1 1.4s linear infinite; -moz-animation: border-pulse-1 1.4s linear infinite; -o-animation: border-pulse-1 1.4s linear infinite; animation: border-pulse-1 1.4s linear infinite; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; width: 50px; height: 50px; border-style: solid; border-radius: 50%; border-width: 26px; } .preloader-mask .preloader:before, .preloader-mask .preloader:after { -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); position: absolute; top: 50%; left: 50%; width: 0; height: 0; display: block; content: ""; border-style: solid; border-width: 0; border-radius: 50%; } .preloader-mask .preloader:before { -webkit-animation: border-pulse-2 1.4s linear infinite; -moz-animation: border-pulse-2 1.4s linear infinite; -o-animation: border-pulse-2 1.4s linear infinite; animation: border-pulse-2 1.4s linear infinite; opacity: 0.5; } .preloader-mask .preloader:after { -webkit-animation: border-pulse-3 1.4s linear infinite; -moz-animation: border-pulse-3 1.4s linear infinite; -o-animation: border-pulse-3 1.4s linear infinite; animation: border-pulse-3 1.4s linear infinite; } lesshat-selector { -lh-property: 0; } @-webkit-keyframes border-pulse-1{ 0% { border-width: 26px } 33.33333% { border-width: 3px } 66.66666% { border-width: 3px } 100% { border-width: 3px }} @-moz-keyframes border-pulse-1{ 0% { border-width: 26px } 33.33333% { border-width: 3px } 66.66666% { border-width: 3px } 100% { border-width: 3px }} @-o-keyframes border-pulse-1{ 0% { border-width: 26px } 33.33333% { border-width: 3px } 66.66666% { border-width: 3px } 100% { border-width: 3px }} @keyframes border-pulse-1{ 0% { border-width: 26px } 33.33333% { border-width: 3px } 66.66666% { border-width: 3px } 100% { border-width: 3px }; } lesshat-selector { -lh-property: 0; } @-webkit-keyframes border-pulse-2{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 23px } 100% { border-width: 23px }} @-moz-keyframes border-pulse-2{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 23px } 100% { border-width: 23px }} @-o-keyframes border-pulse-2{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 23px } 100% { border-width: 23px }} @keyframes border-pulse-2{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 23px } 100% { border-width: 23px }; } lesshat-selector { -lh-property: 0; } @-webkit-keyframes border-pulse-3{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 0 } 100% { border-width: 23px }} @-moz-keyframes border-pulse-3{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 0 } 100% { border-width: 23px }} @-o-keyframes border-pulse-3{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 0 } 100% { border-width: 23px }} @keyframes border-pulse-3{ 0% { border-width: 0 } 33.33333% { border-width: 0 } 66.66666% { border-width: 0 } 100% { border-width: 23px }; } /* ---------------------------------------------------------------------------- Buttons ---------------------------------------------------------------------------- */ .btn, .header .buy-btn { -webkit-box-shadow: inset 0 65px 0 transparent; -moz-box-shadow: inset 0 65px 0 transparent; box-shadow: inset 0 65px 0 transparent; -webkit-transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, -webkit-box-shadow 0.2s ease; -moz-transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, -moz-box-shadow 0.2s ease; -o-transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, box-shadow 0.2s ease; transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, box-shadow 0.2s ease; position: relative; margin: 0 7px; vertical-align: middle; display: inline-block; min-width: 144px; max-width: 100%; padding: 21px 25px 19px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; line-height: 1; letter-spacing: 0.59em; border: none; border-radius: 4px; overflow: hidden; } .btn:not(.btn-outline-clr):not(.btn-white):not(.btn-outline) { color: #ffffff; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: none; } .btn:hover, .btn:focus, .btn.hovered { -webkit-box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26); -moz-box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26); box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26); color: #ffffff; } .btn:active, .btn.pressed { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); } .btn.btn-lg { min-width: 200px; padding: 26px 40px 23px; font-size: 15px; letter-spacing: 0.4em; } .btn.btn-sm { min-width: 140px; padding: 14px 20px 13px; } .btn.btn-block { margin-left: auto; margin-right: auto; display: block; width: auto; } .btn.btn-outline, .btn.btn-outline-clr, .header.header-color .navigation-header .buy-btn, .header .buy-btn { padding: 18px 22px 16px; border: 1px solid; } .btn.btn-outline.btn-lg, .btn.btn-outline-clr.btn-lg, .header.header-color .navigation-header .buy-btn.btn-lg, .header .buy-btn.btn-lg { padding: 25px 39px 22px; } .btn.btn-outline.btn-sm, .btn.btn-outline-clr.btn-sm, .header.header-color .navigation-header .buy-btn.btn-sm, .header.header-color .navigation-header .buy-btn, .header .buy-btn.btn-sm, .header .buy-btn { padding: 13px 17px 12px; } .btn.btn-outline-clr, .header .buy-btn { -webkit-box-shadow: inset 0 65px 0 transparent; -moz-box-shadow: inset 0 65px 0 transparent; box-shadow: inset 0 65px 0 transparent; } .btn.btn-outline-clr:hover, .btn.btn-outline-clr:focus, .btn.btn-outline-clr:active, .btn.btn-outline-clr.hovered, .btn.btn-outline-clr.pressed, .header .buy-btn:hover, .header .buy-btn:focus, .header .buy-btn:active, .header .buy-btn.hovered, .header .buy-btn.pressed { color: #ffffff; } .btn.btn-outline-clr:not(:hover):not(:hover):not(:active):not(.hovered):not(.pressed), .header .buy-btn:not(:hover):not(:hover):not(:active):not(.hovered):not(.pressed) { background-color: transparent; } .btn.btn-outline-clr .fa, .header .buy-btn .fa { color: inherit; } .btn.btn-outline, .header.header-color .navigation-header .buy-btn { background-color: transparent; border-color: #ffffff; color: #ffffff; } .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active, .btn.btn-outline.hovered, .btn.btn-outline.pressed, .header.header-color .navigation-header .buy-btn:hover, .header.header-color .navigation-header .buy-btn:focus, .header.header-color .navigation-header .buy-btn:active, .header.header-color .navigation-header .buy-btn.hovered, .header.header-color .navigation-header .buy-btn.pressed { background-color: #ffffff; } .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline.hovered, .header.header-color .navigation-header .buy-btn:hover, .header.header-color .navigation-header .buy-btn:focus, .header.header-color .navigation-header .buy-btn.hovered { -webkit-box-shadow: inset 0 65px 0 transparent; -moz-box-shadow: inset 0 65px 0 transparent; box-shadow: inset 0 65px 0 transparent; } .btn.btn-outline:active, .btn.btn-outline.pressed, .header.header-color .navigation-header .buy-btn:active, .header.header-color .navigation-header .buy-btn.pressed { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); } .btn.btn-black { background-color: #000000; } .btn.btn-white { background-color: #ffffff; } .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.hovered, .btn.btn-white.pressed { color: #ffffff; } .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.hovered { -webkit-box-shadow: inset 0 65px 0 transparent; -moz-box-shadow: inset 0 65px 0 transparent; box-shadow: inset 0 65px 0 transparent; } .btn.btn-white:active, .btn.btn-white.pressed { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06); } .btn .fa { margin-right: 0.3em; padding-right: 4px; } button.btn.btn-block { width: 100%; } .btn.btn-rounded { border-radius: 26px; padding: 21px 34px 19px; } .btn.btn-rounded.btn-lg { border-radius: 30px; padding: 24px 39px 21px; } .btn.btn-rounded.btn-sm { border-radius: 19px; padding: 14px 27px 13px; } .btn.btn-rounded.btn-outline, .btn.btn-rounded.btn-outline-clr { padding: 20px 33px 18px; } .btn.btn-rounded.btn-outline.btn-lg, .btn.btn-rounded.btn-outline-clr.btn-lg { padding: 23px 38px 20px; } .btn.btn-rounded.btn-outline.btn-sm, .btn.btn-rounded.btn-outline-clr.btn-sm { padding: 13px 26px 12px; } .light-text .btn-no-border, .footer .btn-no-border { color: #ffffff; } .dark-text .btn-no-border { color: #000000; } .btns-container { padding: 27px 0 40px; } .btns-block { padding: 20px 0; } .btns-block:first-child { margin-top: 30px; } .btns-block:last-child { margin-bottom: 30px; } .btns-block .btn { margin-bottom: 10px; } @media (max-width: 991px) { .btns-container { padding: 20px 0 35px; } } @media (max-width: 767px) { .btns-container .btn { margin: 0 auto 20px; } } @media (max-width: 480px) { .btns-container { padding: 20px 15px; } .btns-container .btn { display: block; } .btn, .header .buy-btn { display: block; width: auto; padding-left: 10px; padding-right: 10px; } .btn.btn-rounded { padding-left: 15px; padding-right: 15px; } .btn.btn-rounded.btn-lg { padding-left: 19px; padding-right: 19px; } .btn.btn-rounded.btn-sm { padding-left: 10px; padding-right: 10px; } } /* ---------------------------------------------------------------------------- Schedules ---------------------------------------------------------------------------- */ .schedule { margin-bottom: 50px; text-align: left; background-color: #ffffff; } .schedule .tab-content .nav-current { background-color: #eff1f5; border-color: #e9e9e9; } .nav.nav-schedule { display: table; width: 100%; border-style: solid; border-width: 0 1px 0 0; border-color: #e9e9e9; z-index: 10; } .nav.nav-schedule > li { -webkit-transition: background 0.2s ease, border 0.2s ease; -moz-transition: background 0.2s ease, border 0.2s ease; -o-transition: background 0.2s ease, border 0.2s ease; transition: background 0.2s ease, border 0.2s ease; position: relative; display: table-cell; font-size: 15px; border-style: solid; border-width: 1px 0 1px 1px; border-color: #e9e9e9; margin-bottom: 0px; } .nav.nav-schedule > li:after { -webkit-transition: opacity 0.15s ease; -moz-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; transition: opacity 0.15s ease; position: absolute; bottom: -6px; left: 50%; margin-left: -8px; width: 0; height: 0; content: ""; border-style: solid; border-width: 7px 10px 0 10px; border-left-color: transparent; border-right-color: transparent; border-bottom-color: transparent; opacity: 0; z-index: 1; } .nav.nav-schedule > li > a { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; display: block; text-decoration: none; padding: 20px 15px 12px; text-align: center; } .nav.nav-schedule > li > a *:first-child { margin-top: 0; } .nav.nav-schedule > li > a *:last-child { margin-bottom: 0; } .nav.nav-schedule > li > a:hover, .nav.nav-schedule > li > a:focus { background-color: transparent; } .nav.nav-schedule > li > a h1:first-child, .nav.nav-schedule > li > a h2:first-child, .nav.nav-schedule > li > a h3:first-child, .nav.nav-schedule > li > a h4:first-child, .nav.nav-schedule > li > a h5:first-child, .nav.nav-schedule > li > a h6:first-child { margin: 0 0 -2px; } .nav.nav-schedule > li.active:after { opacity: 1; } .nav.nav-schedule > li.active, .nav.nav-schedule > li.active:hover, .nav.nav-schedule > li.active:active { cursor: default; pointer-events: none; } .nav.nav-schedule > li.active a, .nav.nav-schedule > li.active a:hover, .nav.nav-schedule > li.active a:focus, .nav.nav-schedule > li.active a *, .nav.nav-schedule > li.active a:hover *, .nav.nav-schedule > li.active a:focus * { color: #ffffff; } .schedule .tab-content { padding: 0; border-style: solid; border-width: 0 1px 1px; border-color: transparent #e9e9e9 #e9e9e9; } .schedule .tab-content .img-responsive { margin: 0; } .schedule .tab-content .nav.nav-schedule { display: inline-block; background-color: #eff1f5; border: none; } .schedule .tab-content .nav.nav-schedule > li { display: inline-block; border-width: 0 0 1px; } .schedule .tab-content .nav.nav-schedule > li:not(.active) { border-color: transparent; } .schedule .tab-content .nav.nav-schedule > li:after { display: none; } .schedule .tab-content .nav.nav-schedule > li > a { margin: 0; padding: 16px 45px 14px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; } .schedule .tab-content .nav.nav-schedule > li > a:not(:hover):not(:active) { color: #51545b; } .schedule .tab-content .nav.nav-schedule > li.active { background-color: transparent; } .schedule .tab-content-schedule { position: relative; border: none; padding: 90px 100px 80px 80px; } .schedule .tab-content-schedule:before { position: absolute; top: 0; bottom: 0; left: 104px; width: 0; display: block; content: ""; border-right: 1px solid #eff1f5; } .schedule .tab-content-schedule .panel-group { margin-bottom: 0; } .schedule .tab-content-schedule .schedule-item { position: relative; margin-bottom: 22px; min-height: 65px; padding: 0 0 0 104px; background-color: transparent; } .schedule .tab-content-schedule .schedule-item:last-child { margin-bottom: 0; } .schedule .schedule-item + .schedule-item { margin-top: 0; } .schedule .schedule-item .lecture-icon-wrapper { position: absolute; vertical-align: middle; top: 25px; left: 4px; width: 40px; height: 40px; text-align: center; font-size: 20px; line-height: 36px; background-color: #ffffff; border-style: solid; border-width: 1px; border-radius: 50%; overflow: hidden; } .schedule .schedule-item .schedule-item-toggle { margin-bottom: 0; display: block; text-decoration: none; color: #000000; } .schedule .schedule-item .schedule-item-toggle .time { margin-bottom: 10px; font-size: 15px; } .schedule .schedule-item .schedule-item-toggle .time .icon { margin-right: 8px; vertical-align: middle; color: #babfcc; } .schedule .schedule-item .schedule-item-toggle .title { position: relative; margin: 0; padding: 0 35px 11px 0; border-bottom: 1px solid #eff1f5; } .schedule .schedule-item .schedule-item-toggle .title .icon { -webkit-transition: -webkit-transform 0.3s ease; -moz-transition: -moz-transform 0.3s ease; -o-transition: -o-transform 0.3s ease; transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease; position: absolute; right: 10px; bottom: 11px; font-size: 13px; color: #51545b; } .schedule .schedule-item .schedule-item-body { margin-top: 0; /*font-size: @font-size-small;*/ } .schedule .schedule-item .schedule-item-body .speaker-wrapper { margin-bottom: 0; } .schedule .schedule-item .schedule-item-body > article, .schedule .schedule-item .schedule-item-body > div { margin: 0; padding: 11px 0; } .schedule .schedule-item .schedule-item-body .speaker-name { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5em; } .download-schedule-btn { -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; position: relative; margin: 0 auto; display: block; width: 220px; padding: 15px 25px 15px 90px; font-size: 18px; text-align: left; line-height: 25px; border: 1px solid #babfcc; } .download-schedule-btn:hover, .download-schedule-btn:focus { color: #ffffff; text-decoration: none; } .download-schedule-btn .icon { position: absolute; top: 50%; left: 25px; margin-top: -20px; font-size: 50px; color: inherit; } .schedule.schedule-light { margin-bottom: 30px; } .schedule.schedule-light .nav-current { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; color: #262627; } .schedule.schedule-light .nav.nav-schedule { border-style: solid; border-width: 1px; border-collapse: separate; } .schedule.schedule-light .nav.nav-schedule > li { border-width: 0 1px; border-color: transparent #ffffff; } .schedule.schedule-light .nav.nav-schedule > li:first-child { border-left-color: transparent; } .schedule.schedule-light .nav.nav-schedule > li:last-child { border-right-color: transparent; } .schedule.schedule-light .nav.nav-schedule > li:after { display: none; } .schedule.schedule-light .nav.nav-schedule > li > a { padding: 24px 15px 19px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; color: #ffffff; } .schedule.schedule-light .nav.nav-schedule > li.active { background-color: #ffffff; } .schedule.schedule-light .tab-content { padding: 60px; } .schedule.schedule-light .schedule-item { margin-bottom: 40px; overflow: visible; } .schedule.schedule-light .schedule-item .schedule-item-toggle { position: relative; margin-bottom: 0; display: block; font-size: 0; text-decoration: none; color: #000000; } .schedule.schedule-light .schedule-item .schedule-item-toggle .time { vertical-align: top; margin: 0 20.5% 0 0; width: 26.5%; text-align: right; } .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper { margin: 0 40px; position: absolute; top: -8px; left: 26.5%; display: inline-block; line-height: 38px; border: none; } .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper * { color: #ffffff; } .schedule.schedule-light .schedule-item .schedule-item-toggle .title { display: inline-block; width: 53%; padding: 0; border: none; } .schedule.schedule-light .schedule-item .schedule-item-body { margin: 0 0 0 47%; } .schedule.schedule-light .schedule-item .schedule-item-body .speaker-name { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5em; } @media (max-width: 991px) { .schedule .tab-content .img-responsive { margin: 0; } } @media (max-width: 767px) { .schedule .tab-content { border: none; } .schedule .tab-content-schedule { padding: 35px 20px; } .schedule .tab-content-schedule:before { display: none; } .schedule .tab-content-schedule .schedule-item { margin-bottom: 30px; padding-left: 70px; } .schedule.schedule-light .nav.nav-schedule { border-color: #e9e9e9; } .schedule.schedule-light .nav.nav-schedule > li { background-color: transparent; } .schedule.schedule-light .nav.nav-schedule > li > a { color: #51545b; } .schedule.schedule-light .tab-content { padding: 10px 20px 30px; } .schedule.schedule-light .schedule-item { margin-bottom: 40px; overflow: visible; } .schedule.schedule-light .schedule-item .schedule-item-toggle .time { margin: 0 0 15px; width: 100%; text-align: left; } .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper { position: absolute; top: 30px; left: 0; margin: 0; } .schedule.schedule-light .schedule-item .schedule-item-toggle .title { margin: 0 0 20px; vertical-align: top; width: auto; padding-left: 50px; } .schedule.schedule-light .schedule-item .schedule-item-body { margin: 0; } } @media (max-width: 480px) { .schedule .tab-content-schedule { padding: 35px 0; } .schedule .tab-content-schedule .schedule-item { margin-bottom: 30px; padding-left: 0; } .schedule .tab-content-schedule .schedule-item .lecture-icon-wrapper { top: 27px; left: 0; width: 30px; height: 30px; font-size: 16px; line-height: 28px; } .schedule .tab-content-schedule .schedule-item .schedule-item-toggle .title { padding-left: 40px; } .schedule .tab-content-schedule .speaker-name { padding-left: 0; padding-right: 0; } .speaker-photo-wrapper { display: none; } .schedule.schedule-light .tab-content { padding: 10px 5px 20px; } .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper { top: 32px; width: 30px; height: 30px; font-size: 16px; line-height: 28px; } .schedule.schedule-light .schedule-item .schedule-item-toggle .title { padding-left: 35px; } } /* ---------------------------------------------------------------------------- Navs ---------------------------------------------------------------------------- */ .nav-wrapper { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; } .nav-wrapper .nav-current { position: relative; margin: 0; display: none; width: auto; height: auto; padding: 15px 55px 10px 15px; border-radius: 0; z-index: auto; cursor: pointer; } .nav-wrapper .nav-current * { max-width: 100%; overflow: hidden; text-overflow: ellipsis; } .nav-wrapper .nav-current *:last-child { margin-bottom: 0; } .nav-wrapper .nav-current:after { position: absolute; top: 50%; right: 20px; margin: -5px 0 0; display: inline-block; width: 24px; height: 11px; content: ""; background: transparent url("../img/arrow-select-24x11.png") center no-repeat; border: none; } .nav.nav-tabs { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-bottom: 50px; padding: 0 40px 13px; font-size: 0; text-align: justify; border-style: solid; border-width: 0 0 1px; border-color: transparent transparent #e9e9e9; } .nav.nav-tabs:after { display: inline-block; width: 100%; content: ""; } .nav.nav-tabs > li { float: none; position: relative; margin: 0; vertical-align: top; text-align: left; display: inline-block; font-size: 15px; } .nav.nav-tabs > li:first-child { margin-left: 0; } .nav.nav-tabs > li:before, .nav.nav-tabs > li:after { position: absolute; bottom: -23px; left: 50%; content: ""; width: 0; height: 0; border-style: solid; opacity: 0; } .nav.nav-tabs > li:before { margin: 0 0 -2px -1px; border-width: 11px 15px 0 15px; border-color: #e9e9e9 transparent transparent transparent; } .nav.nav-tabs > li:after { border-width: 10px 14px 0 14px; border-color: #ffffff transparent transparent transparent; } .nav.nav-tabs > li:not(.active) > a:not(:hover):not(:focus) { color: #000000; } .nav.nav-tabs > li .fa { margin-right: 5px; vertical-align: text-bottom; font-size: 20px; } .nav.nav-tabs > li > a { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; position: relative; border: none; } .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus { background-color: transparent; } .nav.nav-tabs > li > a .fa { color: inherit; } .nav.nav-tabs > li > a h1, .nav.nav-tabs > li > a h2, .nav.nav-tabs > li > a h3, .nav.nav-tabs > li > a h4, .nav.nav-tabs > li > a h5, .nav.nav-tabs > li > a h6, .nav.nav-tabs > li > a .h7, .nav.nav-tabs > li > a .h8 { color: inherit; } .nav.nav-tabs > li.active:before, .nav.nav-tabs > li.active:after { opacity: 1; } .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus { background-color: transparent; border: none; pointer-events: none; } .tab-content, .tab-pane { zoom: 1; } .tab-content:before, .tab-pane:before, .tab-content:after, .tab-pane:after { content: ""; display: table; } .tab-content:after, .tab-pane:after { clear: both; } .tab-content { padding-bottom: 50px; } .tab-content .img-responsive { margin: 0 auto; } .tabs-vertical { zoom: 1; overflow: hidden; border: 1px solid #e9e9e9; } .tabs-vertical:before, .tabs-vertical:after { content: ""; display: table; } .tabs-vertical:after { clear: both; } .tabs-vertical .nav.nav-tabs { float: left; position: relative; margin: 0; width: 26.7%; padding: 0; text-align: left; z-index: 1; } .tabs-vertical .nav.nav-tabs:before { margin-top: -1px; position: absolute; top: 100%; left: 0; right: 0; display: block; height: 100%; content: ""; border-style: solid; border-width: 1px 1px 0 0; border-color: #e9e9e9; z-index: -1; } .tabs-vertical .nav.nav-tabs > li { margin: 0; width: 100%; } .tabs-vertical .nav.nav-tabs > li:before, .tabs-vertical .nav.nav-tabs > li:after { display: none; } .tabs-vertical .nav.nav-tabs > li:not(.active) a { -webkit-transition: color 0.25s ease, background 0.25s ease; -moz-transition: color 0.25s ease, background 0.25s ease; -o-transition: color 0.25s ease, background 0.25s ease; transition: color 0.25s ease, background 0.25s ease; color: #ffffff; } .tabs-vertical .nav.nav-tabs > li:not(.active) a * { color: #ffffff; } .tabs-vertical .nav.nav-tabs > li a { border-radius: 0; } .tabs-vertical .nav.nav-tabs > li.active a { border-top: 1px solid #e9e9e9; border-right-color: transparent; } .tabs-vertical .nav.nav-tabs > li.active + li a { border-top-color: #e9e9e9; } .tabs-vertical .nav.nav-tabs > li:first-child a { border-top-color: transparent; } .tabs-vertical .nav.nav-tabs > li a { -webkit-transition: color 0.2s ease, background 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease; transition: color 0.2s ease, background 0.2s ease; width: 100%; padding: 48px 35px 32px; border-top: 1px solid #ffffff; border-right: 1px solid #e9e9e9; } .tabs-vertical .nav.nav-tabs > li p { margin-top: 5px; line-height: 1.6; } .tabs-vertical .tab-content { float: right; width: 73.3%; padding: 70px 50px 60px 60px; } @media (max-width: 991px) { .tabs-vertical .nav.nav-tabs > li a { padding: 30px 20px 20px; } .tabs-vertical .tab-content { padding: 35px 15px 20px; } } @media (max-width: 767px) { .nav, .nav.nav-tabs, .nav.nav-schedule, .schedule .tab-content .nav.nav-schedule, .tabs-vertical .nav.nav-tabs { -webkit-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); float: none; position: absolute; top: 100%; left: 0; right: 0; display: block; display: none; padding: 0; height: auto; width: auto; max-height: 200px; text-align: left; background-color: #ffffff; border-style: solid; border-width: 0 1px 1px; border-color: #e9e9e9; z-index: 5; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .nav:before, .nav.nav-tabs:before, .nav.nav-schedule:before, .schedule .tab-content .nav.nav-schedule:before, .tabs-vertical .nav.nav-tabs:before, .nav:after, .nav.nav-tabs:after, .nav.nav-schedule:after, .schedule .tab-content .nav.nav-schedule:after, .tabs-vertical .nav.nav-tabs:after { display: none; } .nav > li, .nav.nav-tabs > li, .nav.nav-schedule > li, .schedule .tab-content .nav.nav-schedule > li, .tabs-vertical .nav.nav-tabs > li { display: inline-block; width: 100%; border: none; background-color: transparent; } .nav > li:before, .nav.nav-tabs > li:before, .nav.nav-schedule > li:before, .schedule .tab-content .nav.nav-schedule > li:before, .tabs-vertical .nav.nav-tabs > li:before, .nav > li:after, .nav.nav-tabs > li:after, .nav.nav-schedule > li:after, .schedule .tab-content .nav.nav-schedule > li:after, .tabs-vertical .nav.nav-tabs > li:after { display: none; } .nav > li.active, .nav.nav-tabs > li.active, .nav.nav-schedule > li.active, .schedule .tab-content .nav.nav-schedule > li.active, .tabs-vertical .nav.nav-tabs > li.active { border: none; background-color: transparent; } .nav > li.active > a, .nav.nav-tabs > li.active > a, .nav.nav-schedule > li.active > a, .schedule .tab-content .nav.nav-schedule > li.active > a, .tabs-vertical .nav.nav-tabs > li.active > a, .nav > li.active > a:hover, .nav.nav-tabs > li.active > a:hover, .nav.nav-schedule > li.active > a:hover, .schedule .tab-content .nav.nav-schedule > li.active > a:hover, .tabs-vertical .nav.nav-tabs > li.active > a:hover, .nav > li.active > a:focus, .nav.nav-tabs > li.active > a:focus, .nav.nav-schedule > li.active > a:focus, .schedule .tab-content .nav.nav-schedule > li.active > a:focus, .tabs-vertical .nav.nav-tabs > li.active > a:focus { background-color: inherit; color: #ff5f9b; border: none; opacity: 1; } .nav > li.active > a *, .nav.nav-tabs > li.active > a *, .nav.nav-schedule > li.active > a *, .schedule .tab-content .nav.nav-schedule > li.active > a *, .tabs-vertical .nav.nav-tabs > li.active > a *, .nav > li.active > a:hover *, .nav.nav-tabs > li.active > a:hover *, .nav.nav-schedule > li.active > a:hover *, .schedule .tab-content .nav.nav-schedule > li.active > a:hover *, .tabs-vertical .nav.nav-tabs > li.active > a:hover *, .nav > li.active > a:focus *, .nav.nav-tabs > li.active > a:focus *, .nav.nav-schedule > li.active > a:focus *, .schedule .tab-content .nav.nav-schedule > li.active > a:focus *, .tabs-vertical .nav.nav-tabs > li.active > a:focus * { color: inherit; } .nav > li > a, .nav.nav-tabs > li > a, .nav.nav-schedule > li > a, .schedule .tab-content .nav.nav-schedule > li > a, .tabs-vertical .nav.nav-tabs > li > a, .nav > li:not(.active) > a, .nav.nav-tabs > li:not(.active) > a, .nav.nav-schedule > li:not(.active) > a, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a, .tabs-vertical .nav.nav-tabs > li:not(.active) > a { display: inline-block; padding: 10px 15px; width: 100%; text-align: left; background-color: inherit; border: inherit; color: inherit; } .nav > li > a:before, .nav.nav-tabs > li > a:before, .nav.nav-schedule > li > a:before, .schedule .tab-content .nav.nav-schedule > li > a:before, .tabs-vertical .nav.nav-tabs > li > a:before, .nav > li:not(.active) > a:before, .nav.nav-tabs > li:not(.active) > a:before, .nav.nav-schedule > li:not(.active) > a:before, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:before, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:before, .nav > li > a:after, .nav.nav-tabs > li > a:after, .nav.nav-schedule > li > a:after, .schedule .tab-content .nav.nav-schedule > li > a:after, .tabs-vertical .nav.nav-tabs > li > a:after, .nav > li:not(.active) > a:after, .nav.nav-tabs > li:not(.active) > a:after, .nav.nav-schedule > li:not(.active) > a:after, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:after, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:after { display: none; } .nav > li > a:hover, .nav.nav-tabs > li > a:hover, .nav.nav-schedule > li > a:hover, .schedule .tab-content .nav.nav-schedule > li > a:hover, .tabs-vertical .nav.nav-tabs > li > a:hover, .nav > li:not(.active) > a:hover, .nav.nav-tabs > li:not(.active) > a:hover, .nav.nav-schedule > li:not(.active) > a:hover, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:hover, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:hover, .nav > li > a:focus, .nav.nav-tabs > li > a:focus, .nav.nav-schedule > li > a:focus, .schedule .tab-content .nav.nav-schedule > li > a:focus, .tabs-vertical .nav.nav-tabs > li > a:focus, .nav > li:not(.active) > a:focus, .nav.nav-tabs > li:not(.active) > a:focus, .nav.nav-schedule > li:not(.active) > a:focus, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:focus, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:focus, .nav > li > a:active, .nav.nav-tabs > li > a:active, .nav.nav-schedule > li > a:active, .schedule .tab-content .nav.nav-schedule > li > a:active, .tabs-vertical .nav.nav-tabs > li > a:active, .nav > li:not(.active) > a:active, .nav.nav-tabs > li:not(.active) > a:active, .nav.nav-schedule > li:not(.active) > a:active, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a:active, .tabs-vertical .nav.nav-tabs > li:not(.active) > a:active { color: inherit; background-color: rgba(239, 241, 245, 0.4); } .nav > li > a *, .nav.nav-tabs > li > a *, .nav.nav-schedule > li > a *, .schedule .tab-content .nav.nav-schedule > li > a *, .tabs-vertical .nav.nav-tabs > li > a *, .nav > li:not(.active) > a *, .nav.nav-tabs > li:not(.active) > a *, .nav.nav-schedule > li:not(.active) > a *, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a *, .tabs-vertical .nav.nav-tabs > li:not(.active) > a * { color: inherit; } .nav > li > a *:last-child, .nav.nav-tabs > li > a *:last-child, .nav.nav-schedule > li > a *:last-child, .schedule .tab-content .nav.nav-schedule > li > a *:last-child, .tabs-vertical .nav.nav-tabs > li > a *:last-child, .nav > li:not(.active) > a *:last-child, .nav.nav-tabs > li:not(.active) > a *:last-child, .nav.nav-schedule > li:not(.active) > a *:last-child, .schedule .tab-content .nav.nav-schedule > li:not(.active) > a *:last-child, .tabs-vertical .nav.nav-tabs > li:not(.active) > a *:last-child { margin-bottom: 0; } .nav-wrapper { margin-bottom: 20px; } .nav-wrapper .nav-current { display: block; } .tabs-vertical { overflow: visible; border: none; } .tabs-vertical .tab-content { float: none; width: auto; padding: 20px 0 30px; } } /* ---------------------------------------------------------------------------- Panels ---------------------------------------------------------------------------- */ .panel-group .panel { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -webkit-background-clip: padding-box; -moz-border-radius: 0; -moz-background-clip: padding; border-radius: 0; background-clip: padding-box; border: none; } .panel-group .panel .panel-heading { -webkit-border-radius: 0; -webkit-background-clip: padding-box; -moz-border-radius: 0; -moz-background-clip: padding; border-radius: 0; background-clip: padding-box; padding: 0; border: none; border-bottom: none; } .panel-group .panel .panel-heading a { position: relative; display: block; width: 100%; padding: 15px 15px 15px 50px; font-size: 18px; line-height: 22px; color: #ffffff; } .panel-group .panel .panel-heading a.collapsed { background-color: #f3f5f6; color: #51545b; } .panel-group .panel .panel-heading a.collapsed:before { content: '+'; } .panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a.collapsed:hover { background-color: #e9e9e9; color: #393b40; } .panel-group .panel .panel-heading a:before { position: absolute; left: 10px; display: inline-block; width: 30px; content: '-'; font-size: 26px; font-weight: 100; text-align: center; line-height: inherit; color: inherit; } .panel-group .panel .panel-heading + .panel-collapse .panel-body { padding: 16px 30px; border: 1px solid #dadfe4; border-top: none; } .panel-group .panel + .panel { margin-top: 8px; } .panel-group-alt { line-height: 0; } .panel-group-alt .panel + .panel { margin-top: 6px; } .panel-group-alt .panel > a { -webkit-transition: color 0.2s ease, background 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease; transition: color 0.2s ease, background 0.2s ease; display: block; padding: 12px 20px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; text-transform: uppercase; text-decoration: none; letter-spacing: 0.22em; border: 1px solid transparent; } .panel-group-alt .panel > a.collapsed { color: #262627; border-color: #eff1f5; } .panel-group-alt .panel > a:not(.collapsed) { color: #ffffff; } .panel-group-alt .panel > a:not(.collapsed) .fa { color: #ffffff; } .panel-group-alt .panel > a .fa { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; } .panel-group-alt .panel .panel-body { border-style: solid; border-width: 0 1px 1px; border-color: #e9e9e9; } .panel-group-alt .panel .panel-body *:last-child { margin-bottom: 0; } /* ---------------------------------------------------------------------------- Forms ---------------------------------------------------------------------------- */ .form { zoom: 1; display: block; padding: 25px 12px; } .form:before, .form:after { content: ""; display: table; } .form:after { clear: both; } .registration-form { margin: 0 auto; max-width: 370px; background-color: #ffffff; } .registration-form-alt { position: relative; margin: 0 auto; padding: 15px 0 0; background-color: rgba(0, 0, 0, 0.15); border-radius: 3px; } .newsletter-form { margin-left: auto; margin-right: auto; } .newsletter-form fieldset { text-align: center; } .mailchimp-form { position: relative; } .mailchimp-form .response { position: absolute; top: 100%; left: 15px; right: 15px; margin-top: 5px; } .form-mail-us { padding: 0 0 0 40px; } .form-mail-us input[type="submit"].btn { margin-top: 30px; } fieldset { position: relative; text-align: left; } label { margin-bottom: 5px; display: inline-block; font-size: 15px; font-weight: 400; } label.error { position: absolute; bottom: 0; margin: 0 0 2px; display: block; width: 100%; font-size: 11px; line-height: 1; } textarea, input[type=text], input[type=url], input[type=tel], input[type=number], input[type=color], input[type=email], input[type=email], input[type=password] { -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin: 0 0 15px; vertical-align: top; display: inline-block; width: 100%; font-size: 13px; color: #8d93a0; background-color: #ffffff; border: 1px solid #e9e9e9; border-radius: 2px; outline: none; } textarea:hover, input[type=text]:hover, input[type=url]:hover, input[type=tel]:hover, input[type=number]:hover, input[type=color]:hover, input[type=email]:hover, input[type=email]:hover, input[type=password]:hover, textarea:focus, input[type=text]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=color]:focus, input[type=email]:focus, input[type=email]:focus, input[type=password]:focus { color: #51545b; } textarea:not(textarea), input[type=text]:not(textarea), input[type=url]:not(textarea), input[type=tel]:not(textarea), input[type=number]:not(textarea), input[type=color]:not(textarea), input[type=email]:not(textarea), input[type=email]:not(textarea), input[type=password]:not(textarea) { height: 39px; padding: 0 10px; line-height: 35px; } textarea { padding: 5px 10px; resize: none; line-height: 20px; min-height: 120px; } select { margin: 0 0 15px; display: inline-block; width: 100%; height: 39px; cursor: pointer; outline: none; } select option { padding: 2px 10px; } input[type=checkbox] { -webkit-transition: border 0.15s ease; -moz-transition: border 0.15s ease; -o-transition: border 0.15s ease; transition: border 0.15s ease; -webkit-border-radius: 0; -webkit-background-clip: padding-box; -moz-border-radius: 0; -moz-background-clip: padding; border-radius: 0; background-clip: padding-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; margin: 0 15px 0 0; vertical-align: text-bottom; width: 23px; height: 23px; border: 1px solid #e9e9e9; background-color: #ffffff; cursor: pointer; } input[type=checkbox]:hover, input[type=checkbox]:focus { border-color: #dcdcdc; } input[type=checkbox]:before { -webkit-transition: opacity 0.15s ease; -moz-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; transition: opacity 0.15s ease; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; left: 2px; top: 2px; width: 15px; height: 10px; content: ""; border-style: solid; border-width: 0 0 2px 2px; border-color: transparent transparent #51545b #51545b; border-radius: 1px; opacity: 0; } input[type=checkbox]:checked:before { opacity: 1; } input[type=checkbox] + p, input[type=checkbox] + label { display: inline; } input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus { outline: none; } input.btn { margin: 0 auto; } .pseudo-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; display: inline-block; width: 100%; font-size: 13px; } .pseudo-select input { opacity: 0; position: absolute; pointer-events: none; } .pseudo-select input:focus + .pseudo-select-field { color: #51545b; } .pseudo-select .pseudo-select-field, .nav-current { -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; position: relative; margin: 0 0 15px; vertical-align: top; display: inline-block; width: 100%; height: 39px; padding: 0 32px 0 10px; font-size: 13px; color: #8d93a0; line-height: 35px; white-space: nowrap; background-color: #ffffff; border: 1px solid #e9e9e9; border-radius: 2px; z-index: 10; cursor: pointer; overflow: hidden; text-overflow: ellipsis; } .pseudo-select .pseudo-select-field:hover, .nav-current:hover { color: #51545b; } .pseudo-select .pseudo-select-field:after, .nav-current:after { position: absolute; top: 50%; right: 12px; margin-top: -2px; width: 0; height: 0; content: ""; border-style: solid; border-width: 5px 4px 0 4px; border-color: #babfcc transparent transparent transparent; } .pseudo-select .pseudo-select-dropdown { -webkit-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18); position: absolute; top: 38px; left: 0; display: none; min-width: 100%; max-width: 100%; max-height: 200px; background-color: #ffffff; border: 1px solid #e9e9e9; z-index: 15; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .pseudo-select .pseudo-select-dropdown-item { -webkit-transition: color 0.2s ease, background 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease; transition: color 0.2s ease, background 0.2s ease; display: inline-block; width: 100%; padding: 0 11px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; } .pseudo-select .pseudo-select-dropdown-item.disabled { opacity: 0.3; pointer-events: none; cursor: default; } .pseudo-select .pseudo-select-dropdown-item:hover { background-color: rgba(0, 0, 0, 0.05); } input[type="submit"] + .loading { right: -10px; text-indent: -1px; } button[type="submit"] .loading { margin: -6px 0 0 10px; padding: 0; text-indent: -2px; } .loading { position: absolute; top: 50%; margin: -6px 0 0; display: inline-block; padding: 0; font-size: 18px; width: 12px; height: 12px; line-height: 0.7; color: inherit; -webkit-animation: spinLoader 1.2s linear infinite; -o-animation: spinLoader 1.2s linear infinite; animation: spinLoader 1.2s linear infinite; -webkit-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; transition: opacity 0.15s ease; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } @-webkit-keyframes spinLoader { from { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes spinLoader { from { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spinLoader { from { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinLoader { from { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @media (max-width: 991px) { .form-mail-us { padding: 0 0 0 20px; } } @media (max-width: 991px) { .form-mail-us { padding: 0; } } @media (max-width: 767px) { .form-mail-us { padding-top: 40px; } .form-mail-us [class*="col-"] { padding: 0; } } /* ---------------------------------------------------------------------------- Tables ---------------------------------------------------------------------------- */ .table { text-align: left; border-style: solid; border-width: 0 0 1px; border-color: #e9e9e9; } .table > thead > tr > th, .table > thead > tr > td { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 600; color: #ffffff; border: none !important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { vertical-align: middle; padding: 15px 25px; border-style: solid; border-width: 0 1px 0 1px; border-color: #e9e9e9; } .table tr:nth-child(even) { background: #ededef; } /* Media queries */ @media (max-width: 767px) { .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 10px; } } /* ---------------------------------------------------------------------------- Thumbnails ---------------------------------------------------------------------------- */ .thumb-wrapper { position: relative; margin: 15px 0; display: block; width: 100%; overflow: hidden; } .thumb-wrapper img { width: 100%; } .thumb-wrapper .overlay { -webkit-transition: -webkit-transform 0.3s ease; -moz-transition: -moz-transform 0.3s ease; -o-transition: -o-transform 0.3s ease; transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease; top: auto; padding: 15px; font-size: 18px; font-weight: 100; text-align: center; vertical-align: middle; color: #ffffff; background-color: transparent; z-index: 1; cursor: pointer; } .thumb-wrapper:hover .overlay { top: 0; } /* ---------------------------------------------------------------------------- Testimonials ---------------------------------------------------------------------------- */ .testimonial { margin-bottom: 15px; } .testimonial .text-box { position: relative; margin: 0 0 13px; padding: 40px 30px; text-align: center; background-color: #f3f5f6; border: 1px solid #e9e9e9; } .testimonial .text-box:before, .testimonial .text-box:after { position: absolute; bottom: -30px; left: 48px; width: 0; height: 0; content: ""; border-style: solid; } .testimonial .text-box:before { border-width: 0 31px 30px 0; border-color: transparent #e9e9e9 transparent transparent; } .testimonial .text-box:after { margin: 0 0 4px 3px; border-width: 0 26px 26px 0; border-color: transparent #f3f5f6 transparent transparent; } .testimonial .author-block { position: relative; padding: 17px 0 0 93px; min-height: 70px; text-align: left; line-height: 0; } .testimonial .author-block * { line-height: 1.5; } .testimonial .author-block .photo-container { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; position: absolute; top: 0; left: 0; width: 70px; height: 70px; border-radius: 50%; background-repeat: no-repeat; background-position: center; } .testimonial .author-block .name { display: inline-block; width: 100%; font-size: 13px; text-transform: uppercase; letter-spacing: 0.2em; overflow: hidden; text-overflow: ellipsis; } .testimonial .author-block .company { display: inline-block; } @media (max-width: 991px) { .testimonial .text-box { padding: 25px 15px; } .testimonial .text-box:before, .testimonial .text-box:after { left: 35px; } .testimonial .author-block { padding-left: 75px; } .testimonial .author-block .photo-container { top: 10px; width: 60px; height: 60px; } } @media (max-width: 767px) { .testimonial { margin-bottom: 25px; } .testimonial .author-block { min-height: 70px; } .testimonial .author-block .name { width: 100%; } } /* ---------------------------------------------------------------------------- Prices column ---------------------------------------------------------------------------- */ .package-column { -webkit-transition: background 0.25s ease-in-out; -moz-transition: background 0.25s ease-in-out; -o-transition: background 0.25s ease-in-out; transition: background 0.25s ease-in-out; position: relative; max-width: 369px; padding: 47px 15px 43px; text-align: center; border: 1px solid #e9e9e9; overflow: hidden; } .package-column .sale-label { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: -12px; left: -57px; display: inline-block; width: 150px; padding-top: 25px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; font-size: 16px; text-align: center; line-height: 30px; color: #ffffff; } .package-column .package-price { font-size: 70px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; line-height: 1; color: #262627; } .package-column .package-price .currency { font-size: 45px; vertical-align: top; line-height: 1; } .package-column .package-detail { -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; padding: 23px 0 17px; } .package-column .package-detail ul li { line-height: 29px; } .package-column .package-detail ul li .check-icon { margin-right: 10px; color: #91d539; } .package-column .btn { margin: 0 !important; min-width: 0; max-width: 100%; text-align: center; } .package-column.package-bright { padding: 23px 15px 37px; } .package-column.package-bright .package-detail { padding: 17px 0 11px; } .package-column.package-bright.special-column .package-title, .package-column.package-bright.special-column .package-price, .package-column.package-bright.special-column .package-detail { color: #ffffff; } .package-column.package-bright.special-column .btn:hover, .package-column.package-bright.special-column .btn:focus, .package-column.package-bright.special-column .btn.hovered { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04); } .package-column.package-bright.special-column .btn:active, .package-column.package-bright.special-column .btn.pressed { -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08); box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08); } .package-column.package-bright.special-column .btn:hover, .package-column.package-bright.special-column .btn:focus, .package-column.package-bright.special-column .btn:active, .package-column.package-bright.special-column .btn.hovered, .package-column.package-bright.special-column .btn.pressed { background-color: #ffffff; } .package-panel { position: relative; margin-bottom: 54px; max-width: 572px; padding: 20px 192px 20px 30px; text-align: left; border-style: solid; border-width: 1px; } .package-panel .package-title { margin: 0 0 10px; } .package-panel .buy-btn { position: absolute; top: -1px; right: -1px; bottom: -1px; width: 189px; text-decoration: none; text-align: center; color: #ffffff; z-index: 1; } .package-panel .buy-btn:hover:before { opacity: 0.28; } .package-panel .buy-btn:before { -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background-color: #ffffff; opacity: 0; } .package-panel .buy-btn .centered { position: absolute; top: 50%; left: 0; right: 0; margin-top: -58px; } .package-panel .buy-btn .price { font-size: 70px; margin-bottom: 24px; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; line-height: 1; } .package-panel .buy-btn .price .currency { font-size: 45px; vertical-align: top; line-height: 1; } .package-panel .buy-btn .heading-alt { text-transform: uppercase; color: #ffffff; } .package-panel .package-detail ul { display: inline-block; } .package-panel .package-detail ul:first-child { padding-right: 40px; } .package-panel .package-detail ul li { line-height: 29px; } .package-panel .package-detail ul li .fa { margin-right: 10px; } .package-panel .package-detail ul li .check-icon { color: #91d539; } .package-panel .package-detail ul li .absent-icon { color: #ebebeb; } .package-panel .package-detail ul li.disabled { color: #d9d9d9; } @media (max-width: 1199px) and (min-width: 768px) { .package-panel .package-detail ul { display: block; } .package-panel .package-detail ul:first-child { padding-right: 0; } } @media (max-width: 991px) and (min-width: 768px) { .package-panel { margin-bottom: 40px; padding-right: 150px; } .package-panel .buy-btn { width: 140px; } .package-panel .buy-btn .centered { margin-top: -47px; } .package-panel .buy-btn .price { margin-bottom: 14px; font-size: 50px; } } @media (max-width: 767px) { .package-column, .package-column.special-column, .package-column:first-child { margin: 0 auto 20px; } .package-panel { margin: 0 auto 40px; } } @media (max-width: 480px) { .package-panel { margin-bottom: 40px; padding: 0; } .package-panel .package-detail { padding: 0 20px 20px; } .package-panel .package-detail ul { display: block; } .package-panel .package-detail ul:first-child { padding-right: 0; } .package-panel .package-title { padding: 20px 20px 0; } .package-panel .buy-btn { position: static; top: auto; left: auto; right: auto; bottom: auto; margin: 0 -1px -1px; display: block; width: auto; padding: 20px 0; } .package-panel .buy-btn .centered { position: static; top: auto; left: auto; right: auto; margin: 0; } .package-panel .buy-btn .price { margin-bottom: 14px; font-size: 50px; } .package-panel .buy-btn h6 { margin-bottom: 0; } } /* ---------------------------------------------------------------------------- Socials navigation ---------------------------------------------------------------------------- */ .socials-nav { position: absolute; top: 50px; left: 0; right: 0; text-align: center; } .socials-nav-item { margin: 0 12px; display: inline-block; width: 24px; font-size: 20px; } .socials-nav-item a { display: inline-block; padding: 2px 6px; } .socials-nav-item a:not(:hover):not(:active):not(:focus) { color: #ffffff; } .socials-nav-item a .fa { color: inherit; } @media (max-width: 991px) { .socials-nav { top: 30px; } } @media (max-width: 767px) { .socials-nav { position: relative; top: auto; margin-top: 20px; } } @media (max-width: 480px) { .socials-nav-item { margin: 0 6px; } } /* ---------------------------------------------------------------------------- Counters ---------------------------------------------------------------------------- */ .counters-wrapper { font-size: 0; } .counters-wrapper > * { font-size: 15px; } .counter-block { margin: 16px; vertical-align: top; display: inline-block; width: 168px; height: 168px; text-align: center; } .counter-block.counter-block-solid .counter-box { border-width: 0; border-color: transparent; } .counter-block.counter-block-solid .counter-content { padding: 0 20px; } .counter-block.counter-block-solid .counter-content * { color: #ffffff; } .counter-block.counter-block-border .counter-box { background-color: transparent; } .counter-block.counter-block-no-border.has-separator .counter-content > .fa:after, .counter-block.counter-block-no-border.has-separator .counter-content > .count:after { position: absolute; top: 75px; right: -2px; width: 2px; height: 50px; display: block; content: ""; background-color: #eff1f5; } .counter-block.counter-block-no-border .counter-box { background-color: transparent; border: none; } .counter-block.counter-block-no-border .counter-box .counter-content { vertical-align: middle; padding: 0; } .counter-block.counter-block-no-border .counter-box .counter-content .title { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6em; line-height: 18px; } .counter-block.counter-block-white .counter-content * { color: #ffffff; } .counter-box { display: table; width: 100%; height: 100%; background-color: #f3f5f6; border-style: solid; border-width: 2px; border-color: #eff1f5; } .counter-box .counter-content { vertical-align: middle; display: table-cell; padding: 0 16px; } .counter-box .counter-content > .count { display: inline-block; width: 100%; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 80px; font-weight: 700; line-height: 100px; } .counter-box .counter-content > .fa { width: 100%; font-size: 78px; line-height: 100px; } .counter-box .counter-content .title { margin: 0; font-size: 13px; line-height: 16px; } @media (max-width: 991px) { .counter-block { margin: 10px; width: 150px; height: 150px; } .counter-box .counter-content > .fa, .counter-box .counter-content > .count { line-height: 90px; } .counter-block.counter-block-no-border + .counter-block .counter-content > .fa:after, .counter-block.counter-block-no-border + .counter-block .counter-content > .count:after { left: -12px; } } @media (max-width: 767px) { .counter-block { margin: 5px; width: 114px; height: 114px; } .counter-box .counter-content > .fa, .counter-box .counter-content > .count { font-size: 50px; line-height: 65px; } .counter-block.counter-block-no-border + .counter-block .counter-content > .fa:after, .counter-block.counter-block-no-border + .counter-block .counter-content > .count:after { left: -7px; } .counter-block.counter-block-no-border .counter-box .counter-content .title { letter-spacing: 0.3em; } } @media (max-width: 540px) { .counter-block.counter-block-no-border + .counter-block .counter-content > .fa:after, .counter-block.counter-block-no-border + .counter-block .counter-content > .count:after { display: none; } } /* ---------------------------------------------------------------------------- Gallery ---------------------------------------------------------------------------- */ .gallery { font-size: 0; } .gallery > * { font-size: 15px; } .gallery .gallery-item { margin: 0 1.66666% 3.5%; vertical-align: top; display: inline-block; width: 30%; height: auto; overflow: hidden; } .gallery .gallery-item img { display: block; width: 100%; height: auto; } .gallery.masonry .masonry-item { line-height: 0; } .gallery.masonry .masonry-item img { margin: 0; width: 100%; display: inline-block; } .gallery.light-slider { -webkit-transition: min-height 0.5s linear; -moz-transition: min-height 0.5s linear; -o-transition: min-height 0.5s linear; transition: min-height 0.5s linear; zoom: 1; position: relative; padding-left: 50%; border: 2px solid #eff1f5; } .gallery.light-slider:before, .gallery.light-slider:after { content: ""; display: table; } .gallery.light-slider:after { clear: both; } .gallery.light-slider .img-slider-wrapper { position: absolute; top: -2px; left: -2px; bottom: -2px; width: 50%; overflow: hidden; } .gallery.light-slider .img-slider-wrapper .bx-wrapper, .gallery.light-slider .img-slider-wrapper .bx-viewport, .gallery.light-slider .img-slider-wrapper .img-slider, .gallery.light-slider .img-slider-wrapper .img-slider > li { height: 100%; } .gallery.light-slider .img-slider-wrapper .bx-viewport { min-height: 100%; max-height: 100%; } .gallery.light-slider .img-slider-wrapper .img-slider > li { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; } .gallery.light-slider .description-slider-wrapper { text-align: left; } .gallery.light-slider .description-slider-wrapper .bx-wrapper { padding-bottom: 65px; } .gallery.light-slider .description-slider-wrapper .description-slider > li { min-height: 320px; padding: 65px 65px 25px 55px; background-color: #ffffff; } .gallery.light-slider .description-slider-wrapper .bx-pager { position: absolute; bottom: 40px; left: 50%; margin-left: 52px; z-index: 30; line-height: 0; } .gallery.light-slider .description-slider-wrapper .bx-pager-item { margin-right: 9px; vertical-align: top; display: inline-block; } .gallery.light-slider .description-slider-wrapper .bx-pager-item:last-child { margin-right: 0; } .gallery.light-slider .description-slider-wrapper .bx-pager-link { -webkit-transition: background 0.2s ease; -moz-transition: background 0.2s ease; -o-transition: background 0.2s ease; transition: background 0.2s ease; display: inline-block; width: 20px; height: 20px; font-size: 0; padding: 3px; text-indent: -100px; background-color: #e9e9e9; background-clip: content-box; border-radius: 50%; } .gallery.light-slider .description-slider-wrapper .bx-pager-link:not(.active):hover { background-color: #d0d0d0; } .gallery-thumb-link { position: relative; display: inline-block; overflow: hidden; } .gallery-thumb-link:hover:before, .gallery-thumb-link:active:before { opacity: 1; } .gallery-thumb-link:hover:after, .gallery-thumb-link:active:after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; } .gallery-thumb-link:active:after { -webkit-box-shadow: 0 0 30px 4px #ff5f9b; -moz-box-shadow: 0 0 30px 4px #ff5f9b; box-shadow: 0 0 30px 4px #ff5f9b; } .gallery-thumb-link:before { -webkit-transition: opacity 0.25s ease-out; -moz-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background-color: rgba(0, 0, 0, 0.6); opacity: 0; z-index: 1; } .gallery-thumb-link:after { -webkit-box-shadow: 0 0 0 0 rgba(255, 95, 155, 0.5); -moz-box-shadow: 0 0 0 0 rgba(255, 95, 155, 0.5); box-shadow: 0 0 0 0 rgba(255, 95, 155, 0.5); -webkit-transition: -webkit-box-shadow 0.2s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out; -moz-transition: -moz-box-shadow 0.2s ease-out, opacity 0.25s ease-out, -moz-transform 0.25s ease-out; -o-transition: box-shadow 0.2s ease-out, opacity 0.25s ease-out, -o-transform 0.25s ease-out; transition: box-shadow 0.2s ease-out, opacity 0.25s ease-out,-webkit-transform 0.25s ease-out,-moz-transform 0.25s ease-out,-o-transform 0.25s ease-out,transform 0.25s ease-out; -webkit-transform: scale(0.1, 0.1); -moz-transform: scale(0.1, 0.1); -o-transform: scale(0.1, 0.1); -ms-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); position: absolute; top: 50%; left: 50%; margin: -30px 0 0 -30px; display: inline-block; width: 60px; height: 60px; font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; text-align: center; line-height: 59px; color: #ffffff; content: "\f002"; border-radius: 50%; opacity: 0; z-index: 2; } .full-width-img { display: block; width: 100%; height: auto; } @media (max-width: 991px) { .gallery.light-slider .description-slider-wrapper .description-slider > li { padding: 35px 25px 15px; } .gallery.light-slider .description-slider-wrapper .bx-wrapper { padding-bottom: 45px; } .gallery.light-slider .description-slider-wrapper .bx-pager { bottom: 20px; margin-left: 24px; } } @media (max-width: 767px) { .gallery.light-slider { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; padding-left: 0; max-width: 600px; margin-left: auto; margin-right: auto; } .gallery.light-slider .img-slider-wrapper { position: static; top: auto; bottom: auto; left: auto; width: auto; } .gallery.light-slider .img-slider-wrapper .bx-wrapper, .gallery.light-slider .img-slider-wrapper .bx-viewport, .gallery.light-slider .img-slider-wrapper .img-slider { height: 400px !important; min-height: 0 !important; background-color: #262627; } .gallery.light-slider .img-slider-wrapper .img-slider > li { -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; } .gallery.light-slider .description-slider-wrapper .description-slider > li { min-height: 240px; padding: 50px 20px 20px; } .gallery.light-slider .description-slider-wrapper .bx-wrapper { position: relative; padding: 0; } .gallery.light-slider .description-slider-wrapper .bx-pager { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 10px; left: 50%; bottom: auto; margin: 0; } } @media (max-width: 480px) { .gallery.light-slider .img-slider-wrapper .bx-wrapper, .gallery.light-slider .img-slider-wrapper .bx-viewport, .gallery.light-slider .img-slider-wrapper .img-slider { height: 280px !important; } .gallery .gallery-item { margin: 0 2% 4%; width: 42%; } .gallery-thumb-link:after { margin: -23px 0 0 -23px; width: 46px; height: 46px; font-size: 20px; line-height: 44px; } } /* ---------------------------------------------------------------------------- Speakers ---------------------------------------------------------------------------- */ .speaker { margin-bottom: 40px; text-align: center; } .speaker .photo-wrapper { margin: 0 auto 20px; display: inline-block; max-width: 100%; } .speaker .photo-wrapper.rounded { border-radius: 50%; overflow: hidden; } .speaker .photo-wrapper img { display: block; max-width: 100%; } .speaker .name { font-size: 13px; font-weight: 700; text-transform: uppercase; line-height: 14px; letter-spacing: 0.3em; } .speaker .name + p small { font-size: 14px; } .speaker .about { padding: 0 15px; } .speaker .speaker-socials > li { padding: 0 10px; display: inline-block; text-align: center; } .speaker .speaker-socials > li a { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; display: inline-block; } .speaker .speaker-socials > li a:not(:hover):not(:focus):not(:active) .fa { background-color: transparent; border-color: #e9e9e9; } .speaker .speaker-socials > li a:hover .fa, .speaker .speaker-socials > li a:focus .fa, .speaker .speaker-socials > li a:active .fa { color: #ffffff; } .speaker .speaker-socials > li .fa { -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; transition: color 0.2s ease, background 0.2s ease, border 0.2s ease; width: 30px; height: 30px; line-height: 27px; border-radius: 50%; border: 2px solid; } .speakers.masonry.width720 .masonry-item { width: 49.5%; padding: 15px 15px; } .speakers.masonry.width400 .masonry-item { width: 100%; padding: 15px 0; } .speakers.masonry .masonry-item { vertical-align: top; padding: 10px 15px; text-align: left; } .speakers.masonry .speaker-top { position: relative; margin-bottom: 15px; padding-left: 85px; min-height: 70px; } .speakers.masonry .speaker-top .speaker-title { vertical-align: bottom; display: table-cell; height: 45px; padding-bottom: 2px; } .speakers.masonry .speaker-top .name { margin: 0; } .speakers.masonry .speaker-top .name + p { margin: 0; line-height: 16px; } .speakers.masonry .speaker-top .photo-wrapper { position: absolute; top: 0; left: 0; width: 70px; height: 70px; } .speakers.masonry .speaker-top .speaker-socials > li { padding: 0 10px 0 0; } .speakers.masonry .speaker-top .speaker-socials > li .fa { width: 20px; height: 20px; font-size: 11px; line-height: 18px; } .speakers.masonry .about { margin: 0; padding: 0; } @media (max-width: 480px) { .speakers.masonry .speaker-top { padding-left: 60px; min-height: 50px; } .speakers.masonry .speaker-top .photo-wrapper { top: 5px; width: 50px; height: 50px; } } /* ---------------------------------------------------------------------------- Sponsors ---------------------------------------------------------------------------- */ .sponsors { font-size: 0; line-height: 0; } .sponsor { margin: 15px; display: inline-block; } .sponsor:not(.inline) { position: relative; vertical-align: top; border: 2px solid #e9e9e9; } .sponsor:not(.inline) img { -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); position: absolute; top: 50%; left: 50%; display: block; max-width: 80%; max-height: 80%; } .sponsor:not(.inline):not(.big) { width: 160px; height: 160px; } .sponsor.big { width: 255px; height: 255px; } .sponsor.inline { vertical-align: middle; } @media (max-width: 1199px) { .sponsor:not(.inline):not(.big) { margin: 8px; width: 140px; height: 140px; } .sponsor.big { margin: 15px; width: 205px; height: 205px; } } @media (max-width: 991px) { .sponsor:not(.inline):not(.big) { margin: 5px; width: 110px; height: 110px; } .sponsor.big { margin: 10px; width: 160px; height: 160px; } } @media (max-width: 767px) { .inline { margin: 10px; } } @media (max-width: 480px) { .sponsor:not(.inline):not(.big) { margin: 5px; width: 80px; height: 80px; } .sponsor.big { margin: 10px; width: 115px; height: 115px; } } /* ---------------------------------------------------------------------------- Contacts ---------------------------------------------------------------------------- */ .map { min-height: 260px; } .contacts-wrapper-color { position: relative; padding: 58px 0 40px; border-style: solid; border-width: 2px 0; border-color: #e9e9e9; } .contacts-wrapper-color:before { position: absolute; top: -2px; bottom: -2px; left: 0; width: 50%; content: ""; z-index: 0; } .contacts-wrapper-color .contacts { padding: 0 40px 0 0; } .contacts-wrapper-color .contacts .list { font-size: 0; } .contacts-wrapper-color .contacts .list > li { margin: 12px 0; vertical-align: top; display: inline-block; width: 50%; font-size: 15px; } .contacts-wrapper-color .contacts .list > li .fa:first-child { vertical-align: text-bottom; width: 26px; font-size: 24px; text-align: center; } .contacts-wrapper { position: relative; } .contacts-on-map-container { position: static; } .contacts-on-map { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 50%; background-color: #ffffff; z-index: 100; padding: 50px 70px; } .contacts-on-map .list { font-size: 15px; } .contacts-on-map .list > li { margin: 12px 0; } .contacts-on-map .list > li .fa:first-child { vertical-align: text-bottom; width: 26px; font-size: 24px; text-align: center; } .balloon { text-align: left; } .balloon .name { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; font-weight: 700; line-height: 20px; } .balloon .rating { padding: 0; font-size: 20px; } .balloon .rating > li { margin: 0; line-height: 20px; } .balloon .rating > li .fa { margin: 0; width: auto; color: #ffc52a; } .balloon .address, .balloon .phone { margin: 3px 0 0; font-size: 13px; line-height: 18px; } @media (max-width: 1199px) { .contacts-wrapper-color .contacts .list > li { margin: 7px 0; width: 100%; } } @media (max-width: 991px) { .contacts-on-map { padding: 30px 40px; } .contacts-wrapper-color .contacts { padding: 0 20px 0 0; } } @media (max-width: 767px) { .contacts-on-map { -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; position: static; padding: 15px 15px 0; } .contacts-wrapper-color { padding: 30px 0; } .contacts-wrapper-color:before { bottom: auto; right: 0; left: 0; width: 100%; height: 550px; } .contacts-wrapper-color .contacts { padding: 0; } } @media (max-width: 480px) { .contacts-on-map { padding: 15px 0; } .contacts-wrapper [class*="col-"], .contacts-wrapper-color [class*="col-"] { padding: 0; } } /* ---------------------------------------------------------------------------- Jquery.mb.YTPlayer controls ---------------------------------------------------------------------------- */ .ytp-player-background { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-position: center !important; } .ytp-player-background.no-video-bg { background: transparent url('../img/background/low_poly_background.jpg') top center no-repeat; } .ytp-player-background.no-video-bg .video-conrols { display: none; } .ytp-player-background > *:not(.mbYTP_wrapper):not(.video-conrols) { z-index: 1; } .ytp-player-background .video-conrols { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .ytp-player-background .video-conrols .yt-play-btn-big { position: absolute; top: 50%; left: 50%; margin: -41px 0 0 -28px; display: block; width: 56px; height: 82px; background: transparent url('../img/icon/yt_play_big_56x82.png') center no-repeat; cursor: pointer; z-index: 999; } .ytp-player-background .video-conrols .bottom { position: absolute; bottom: 8px; left: 0; right: 0; height: 42px; text-align: center; } .ytp-player-background .video-conrols .bottom .controls-container:hover, .ytp-player-background .video-conrols .bottom:hover .controls-container { opacity: 1; } .ytp-player-background .controls-container { -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; position: relative; padding: 11px 13px; text-align: left; background-color: rgba(0, 0, 0, 0.1); opacity: 0.3; z-index: 999; } .ytp-player-background .controls-container.center { display: inline-block; } .ytp-player-background .controls-container.left, .ytp-player-background .controls-container.right { display: block; } .ytp-player-background .controls-container.left { float: left; } .ytp-player-background .controls-container.right { float: right; } .ytp-player-background .controls-container > * { height: 20px; } .ytp-player-background .controls-container i { position: relative; margin-right: 20px; display: inline-block; width: 20px; cursor: pointer; } .ytp-player-background .controls-container i:before, .ytp-player-background .controls-container i:after { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: block; background: transparent url('../img/icon/yt_controls_40x40.png') no-repeat; } .ytp-player-background .controls-container .yt-play-toggle:before { opacity: 1; background-position: 0 0; } .ytp-player-background .controls-container .yt-play-toggle:after { opacity: 0; background-position: 0 -20px; } .ytp-player-background .controls-container .yt-play-toggle.active:before { opacity: 0; } .ytp-player-background .controls-container .yt-play-toggle.active:after { opacity: 1; } .ytp-player-background .controls-container .yt-mute-toggle:before { opacity: 1; background-position: -20px 0; } .ytp-player-background .controls-container .yt-mute-toggle:after { opacity: 0; background-position: -20px -20px; } .ytp-player-background .controls-container .yt-mute-toggle.active:before { opacity: 0; } .ytp-player-background .controls-container .yt-mute-toggle.active:after { opacity: 1; } .ytp-player-background .controls-container .yt-volume-slider { display: inline-block; width: 90px; position: relative; } .ytp-player-background .controls-container .yt-volume-slider:before { content: ''; position: absolute; top: 50%; left: 0; right: 0; margin-top: -3px; display: block; height: 6px; background-color: #f6f6f6; border-radius: 3px; } .ytp-player-background .controls-container .yt-volume-slider .ui-slider-handle { -webkit-transition: left 0.1s ease; -moz-transition: left 0.1s ease; -o-transition: left 0.1s ease; transition: left 0.1s ease; position: absolute; top: 2px; margin-left: -8px; display: block; width: 16px; height: 16px; background-color: #ffffff; border-radius: 50%; cursor: pointer; outline: none; } .ytp-player-background .controls-container .yt-volume-slider .ui-slider-range { -webkit-transition: width 0.1s ease; -moz-transition: width 0.1s ease; -o-transition: width 0.1s ease; transition: width 0.1s ease; position: absolute; top: 50%; left: 0; margin-top: -3px; height: 6px; border-radius: 3px 0 0 3px; } /* ---------------------------------------------------------------------------- Header ---------------------------------------------------------------------------- */ .header { position: relative; line-height: 1.5625; z-index: 1000; } .header.header-black .header-wrapper { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #262627; } .header.header-black .navigation-link { color: #ffffff; } .header.header-black .dropdown-menu { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #262627; } .header.header-color .header-wrapper { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .header.header-color .navigation-header .logo { color: #ffffff; } .header.header-color .navbar-toggle .icon-bar { background-color: #ffffff; } .header.header-color .dropdown-menu { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .header.header-color .navigation-link.active { border-color: #ffffff; } .header.fixed .header-wrapper { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; } .header .fade-in-on-stick { display: none; } .header .buy-btn { margin: 29px 0 0; } .header-wrapper { -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18); zoom: 1; height: 100px; padding: 0 0; background-color: #ffffff; } .header-wrapper:before, .header-wrapper:after { content: ""; display: table; } .header-wrapper:after { clear: both; } .navigation-header { zoom: 1; display: inline-block; padding: 29px 0 0; } .navigation-header:before, .navigation-header:after { content: ""; display: table; } .navigation-header:after { clear: both; } .navigation-header .logo { display: inline-block; padding: 3px 0; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 23px; font-weight: 700; text-transform: uppercase; text-decoration: none; } .navigation-header .buy-btn { margin: 9px 0 0; } .navbar-toggle { border: none; z-index: 100; } .navbar-toggle .icon-bar { -webkit-transition: background 0.2s ease, color 0.2s ease; -moz-transition: background 0.2s ease, color 0.2s ease; -o-transition: background 0.2s ease, color 0.2s ease; transition: background 0.2s ease, color 0.2s ease; width: 25px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 9px; } .navigation-list { text-align: left; } .navigation-item { margin-left: 21px; display: inline-block; padding: 34px 0 16px; } .navigation-item:first-child { margin-left: 0; } .dropdown-toggle { position: relative; } .dropdown-toggle:after { position: absolute; top: 50%; margin-top: -3px; margin-left: 30px; vertical-align: middle; display: none; width: 0; height: 0; content: ""; border-style: solid; border-width: 5px 4.5px 0 4.5px; border-left-color: transparent; border-right-color: transparent; border-bottom-color: transparent; } .dropdown-menu { -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; -o-transition: color 0.2s ease; transition: color 0.2s ease; float: none; position: absolute; top: 100%; left: 0; margin: -1px 0 0 -40px; min-width: 0; padding: 0; list-style: none; font-size: inherit; color: #000000; border: none; border-radius: 0; overflow-x: hidden; overflow-y: auto; } .dropdown-menu .navigation-item { margin: 0; width: 100%; padding: 0; } .dropdown-menu .navigation-link { padding: 15px 40px; font-weight: 700; color: #262627; border: none; } .dropdown-menu .navigation-link:hover, .dropdown-menu .navigation-link:focus, .dropdown-menu .navigation-link:active { background-color: rgba(243, 245, 246, 0.1); } .navigation-link { -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease; -moz-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease; -o-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease; transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease; display: inline-block; padding: 7px 0; font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.26em; color: #262627; border-style: solid; border-width: 0 0 2px; border-color: transparent; cursor: pointer; } .navigation-link.dropdown-toggle { min-width: 0; } .navigation-link:hover, .navigation-link:active, .navigation-link:focus, .navigation-link.active { text-decoration: none; } .navbar-collapse { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0; } @media (max-width: 1199px) { .navigation-item { margin-left: 10px; } .navigation-link { letter-spacing: 0.13em; } } @media (min-width: 768px) and (max-width: 991px) { .header .navigation-list { padding-left: 15px; } .header .buy-btn { min-width: 0; padding: 9px 14px 7px !important; font-size: 0; } .header .buy-btn:before { display: inline-block; font: normal normal normal 20px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f07a"; } } @media (min-width: 768px) { .dropdown .dropdown-menu, .dropdown.open .dropdown-menu { display: none; } .dropdown:hover .dropdown-menu, .dropdown.open:hover .dropdown-menu { display: block; } } @media (min-width: 768px) and (max-width: 991px) { .navigation-link { letter-spacing: 0.05em; } } @media (min-width: 768px) { .header:not(.header-color):not(.header-black) .navbar-collapse { background-color: #ffffff; } .header.header-color .navigation-link { color: #ffffff; } .header.header-color .navbar-collapse .buy-btn { border-color: #ffffff; } .header.header-color .navbar-collapse .buy-btn:not(:hover):not(:focus):not(:active):not(.hovered):not(.pressed) { color: #ffffff; } .header.header-color .navbar-collapse .buy-btn:hover, .header.header-color .navbar-collapse .buy-btn:focus, .header.header-color .navbar-collapse .buy-btn:active, .header.header-color .navbar-collapse .buy-btn.hovered, .header.header-color .navbar-collapse .buy-btn.pressed { color: #ff5f9b; background-color: #ffffff; } } @media (max-width: 767px) { .header { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; height: 91px; } .header .fade-in-on-stick { display: inline-block; } .header .buy-btn { float: none !important; } .header.header-color .dropdown.open .dropdown-toggle { background-color: rgba(0, 0, 0, 0.04); } .header.header-color .dropdown-menu .navigation-link, .header.header-color .dropdown-menu .navigation-link:not(.active):not(:hover):not(:focus):not(:active) { color: #ffffff; } .header.header-black .dropdown.open .dropdown-toggle { color: #ffffff; background-color: #3a3a3b; } .header.header-black .dropdown.open .dropdown-toggle:not(.active):not(:hover):not(:focus):not(:active) { color: #ffffff; } .header.header-black .dropdown-menu .navigation-link:not(.active):not(:hover):not(:focus):not(:active) { color: #ffffff; } .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:not(.active):not(:hover):not(:focus):not(:active) { color: #ffffff; } .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:hover, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:not(.active):not(:hover):not(:focus):not(:active):hover, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:focus, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:not(.active):not(:hover):not(:focus):not(:active):focus, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:active, .header:not(.header-color):not(.header-black) .navigation-list > .navigation-item > .navigation-link:not(.active):not(:hover):not(:focus):not(:active):active { background-color: rgba(243, 245, 246, 0.1); } .header:not(.header-color):not(.header-black) .dropdown .dropdown-toggle:after { border-top-color: #ffffff; } .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle { background-color: rgba(255, 255, 255, 0.26); } .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle:hover, .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle:focus, .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle:active { background-color: rgba(255, 255, 255, 0.26); } .header-wrapper { height: auto; min-height: 90px; } .header-wrapper > .container { padding: 0; } .navigation-header { padding: 18px 15px 13px 35px; } .navigation-header .logo { padding: 12px 0; } .navigation-container { padding: 0; text-align: center; } .navbar-collapse { max-height: none; background-color: #ffffff; padding: 30px 0; } .navbar-collapse.in, .navbar-collapse.collapsing { -webkit-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); -moz-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18); } .navigation-list { float: none !important; text-align: center; } .navigation-item { margin: 0; display: block; padding: 0; } .dropdown:not(.open):hover .dropdown-menu { display: none; } .dropdown-toggle { -webkit-transition: background 0.2s ease; -moz-transition: background 0.2s ease; -o-transition: background 0.2s ease; transition: background 0.2s ease; } .dropdown-toggle:after { display: inline-block; } .dropdown-menu { position: static; margin: 0; } .dropdown-menu .navigation-link { padding: 24px 40px 23px; } .navigation-link { display: block; padding: 18px 0 18px; font-size: 15px; text-transform: none; border: none; } .navigation-link:not(.active):not(:hover):not(:focus):not(:active) { color: #262627; } } @media (max-width: 480px) { .header .buy-btn { display: inline-block; } } /* ---------------------------------------------------------------------------- Footer ---------------------------------------------------------------------------- */ .footer { padding: 50px 0 0; color: #ffffff; background-color: #262627; } .footer-base { padding: 40px 0 30px; background-color: #1f2125; text-align: left; } .footer-nav > li { margin-right: 25px; display: inline-block; } .footer-nav > li:last-child { margin-right: 0; } .footer-nav > li a { font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 0.3em; } .footer-nav > li a:not(:hover):not(:focus):not(:active) { color: #ffffff; } .footer .socials-nav { position: static; top: auto; left: auto; right: auto; display: inline-block; width: auto; text-align: right; } .footer .socials-nav .socials-nav-item { margin: 0 8px; line-height: 1; } .footer .socials-nav + p { margin: 0 0 0 15px; vertical-align: top; display: inline-block; line-height: 25px; } .widget-head .fa { margin-right: 5px; } .about-widget img { margin: 20px 0 30px; display: inline-block; max-width: 100%; height: auto; } .twitter-widget { margin: 0 0 30px; } .twitter-widget .tweet { margin-bottom: 20px; } .twitter-widget .tweet-text { margin-bottom: 5px; line-height: 21px; } .instagram-widget .instagram-list { margin: 0 -14px 30px; max-width: 450px; padding: 5px 0; font-size: 0; line-height: 0; } .instagram-widget .instagram-list > li { display: inline-block; width: 33.33333%; padding: 14px; } @media (max-width: 991px) and (min-width: 768px) { .footer .socials-nav { margin-left: -20px; } .footer .socials-nav .socials-nav-item { margin: 0 2px; } .footer .socials-nav + p { margin: 0 0 0 10px; } } @media (max-width: 991px) { .footer-nav > li { margin-right: 0; width: 100%; } .footer .socials-nav { margin: 20px 0 20px -12px; width: 100%; text-align: left; } .footer .socials-nav .socials-nav-item { margin: 0 6px; } .footer .socials-nav + p { margin: 0; } } /* ---------------------------------------------------------------------------- Back to top button ---------------------------------------------------------------------------- */ .back-to-top { -webkit-transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; transition: opacity 0.5s ease; position: fixed; right: 20px; bottom: 20px; display: none; width: 40px; height: 40px; font-size: 12px; text-align: center; line-height: 40px; color: #ffffff; background-color: rgba(0, 0, 0, 0.8); cursor: pointer; z-index: 9999; opacity: 0.4; } .back-to-top:hover { opacity: 1; } /* ---------------------------------------------------------------------------- Modal boxes ---------------------------------------------------------------------------- */ .modal-window { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: none; cursor: default; z-index: 9999; } .modal-window:not(.base-clr-bg) { background-color: rgba(255, 255, 255, 0.9); } .modal-box { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12); position: relative; margin: 0 auto; display: block; width: 64%; max-width: 100%; max-height: 100%; overflow-y: auto; overflow-x: hidden; padding: 40px 30px 25px; border: 1px solid #e9e9e9; background-repeat: no-repeat; background-position: center; } .modal-box:not(.base-clr-bg) { background-color: #ffffff; } .modal-box.light-text .close-btn, .modal-box.footer .close-btn { color: #ffffff; } .modal-box.light-text .close-btn:not(:hover), .modal-box.footer .close-btn:not(:hover) { color: #ffffff; } .modal-box.light-text .close-btn:hover, .modal-box.footer .close-btn:hover { opacity: 0.8; } .modal-box .form-group { margin-bottom: 20px; } .modal-box .close-btn { -webkit-transition: color 0.2s ease, background 0.2s ease; -moz-transition: color 0.2s ease, background 0.2s ease; -o-transition: color 0.2s ease, background 0.2s ease; transition: color 0.2s ease, background 0.2s ease; position: absolute; top: 15px; right: 30px; font-size: 14px; cursor: pointer; opacity: 1; z-index: 20; } .modal-box .close-btn:not(:hover) { color: #000000; } .modal-box *:nth-child(2) { margin-top: 0; } .modal-box.iframe-box.iframe-video { border: none; padding-bottom: 35.866%; } .modal-box.iframe-box.iframe-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; } .modal-box.iframe-box, .modal-box.iframe-box.large, .modal-box.iframe-box.small { padding: 0; } .modal-box.iframe-box .close-btn, .modal-box.iframe-box.large .close-btn, .modal-box.iframe-box.small .close-btn { top: 0; right: 0; padding: 12px; font-size: 16px; width: 40px; line-height: 1; background-color: rgba(255, 255, 255, 0.6); } .modal-box.iframe-box .close-btn:hover, .modal-box.iframe-box.large .close-btn:hover, .modal-box.iframe-box.small .close-btn:hover { background-color: rgba(255, 255, 255, 0.95); } .modal-box.small { width: 30%; padding: 30px 15px 20px; font-size: 100%; } .modal-box.small .close-btn { font-size: 12px; right: 15px; top: 12px; } .modal-box.large { width: 90%; height: 100%; padding: 50px 44px 25px; } .modal-box.large .close-btn { right: 50px; top: 20px; } .modal-box.top { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); top: 0; bottom: auto; } .modal-box.bottom { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); top: auto; bottom: 0; } .modal-box.left { float: left; } .modal-box.right { float: right; } @media (max-width: 991px) { .modal-box { width: 70%; } .modal-box.small { width: 40%; } .modal-box.large { width: 94%; } } @media (max-width: 767px) { .modal-box { width: 90%; padding: 40px 20px 25px; } .modal-box.small { width: 60%; } .modal-box.small .close-btn { right: 20px; } .modal-box.large { width: 100%; padding: 50px 24px 25px; } .modal-box.large .close-btn { right: 30px; } } @media (max-width: 540px) { .modal-box { width: 100%; } .modal-box.small { width: 80%; } } /* ---------------------------------------------------------------------------- Theme styles ---------------------------------------------------------------------------- */ .bg1 { background-image: url("../img/backgrounds/bg1.jpg"); } .bg2 { background-image: url("../img/backgrounds/bg2.jpg"); } .bg3 { background-image: url("../img/backgrounds/bg3.jpg"); } .gradient-overlay:before { background: #9001a5; background: -moz-linear-gradient(top, #9001a5 0%, #10171a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9001a5), color-stop(100%, #10171a)); background: -webkit-linear-gradient(top, #9001a5 0%, #10171a 100%); background: -o-linear-gradient(top, #9001a5 0%, #10171a 100%); background: -ms-linear-gradient(top, #9001a5 0%, #10171a 100%); background: linear-gradient(to bottom, #9001a5 0%, #10171a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9001a5', endColorstr='#10171a', GradientType=0); opacity: 0.7; } .bg4 { background-image: url("../img/backgrounds/bg4.jpg"); } .bg1.overlay:before { opacity: 0.9; } .bg4.overlay:before { background-color: #282f43; opacity: 0.85; } .bg5.overlay:before { background-color: #262627; opacity: 0.7; } .bg5 { background-image: url("../img/backgrounds/bg5.jpg"); } .hero-section { z-index: 1; overflow: hidden; } .stat-section, .signup-section { padding: 50px 0 48px; background-image: url("../img/stat-bg-1919x1000.jpg"); } .prices-section { padding: 26px 0 100px; } .shortcodes-section { padding: 26px 0 100px; } .call-to-action-section { padding: 50px 0 48px; background-image: url("../img/call-to-action-bg-1918x1283.jpg"); } .call-to-action-section > .overlay { background-color: transparent; } .call-to-action-section > .overlay:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: 0.8; z-index: -1; } .call-to-action-section h2 { margin-bottom: 30px; } .call-to-action-section .heading { margin-bottom: 20px; line-height: 30px; } .contacts-section { position: relative; padding: 0; } .line-heading { text-align: center; white-space: nowrap; } .line-heading:before, .line-heading:after { vertical-align: middle; display: inline-block; width: 12.4%; height: 1px; content: ""; background-color: #ffffff; } .line-heading:before { margin-right: 2.5%; } .line-heading:after { margin-left: 2.5%; } .shortcodes-icons-list { padding: 10px 0; } .shortcodes-icons-list > li { padding: 0 12px; } .shortcodes-icons-list .icon { font-size: 54px; } .sponsors-list { margin: 30px 0; display: table; width: 100%; text-align: center; } .sponsors-list > li { vertical-align: middle; display: table-cell; padding: 10px 20px; } .sponsors-list > li img { display: inline-block; max-width: 100%; } .comming-soon .heading-block { padding: 50px 0; } .comming-soon .heading-block .form { margin-left: auto; margin-right: auto; max-width: 410px; padding-top: 60px; } #contacts-map { min-height: 300px; } #contacts-map, #contacts-map > *, #contacts-map > .gm-style > div:not(:first-child), #contacts-map > .gm-style > div:not(:first-child) div, #contacts-map > .gm-style > div:first-child > div:nth-child(2), #contacts-map > .gm-style > div > div div { transform: none !important; } .form-register { margin: 0 auto 10px; max-width: 620px; padding-bottom: 25px; } .form-register .checkbox-wrapper { margin-left: -35px; } .form-register .checkbox-wrapper label { line-height: 1.6; } .venue-section .venue-hotel-logo { margin: 0 0 43px; display: block; max-width: 100%; height: auto; } .venue-section .venue-title { margin: 0 0 12px; } .venue-section .venue-title + h6 { margin: 0 0 12px; } .venue-section .venue-title-icon { margin: 0; text-align: center; } .venue-section .btn { margin: 30px 0 0; padding-left: 47px; } .venue-section .btn .fa { position: absolute; left: 20px; top: 13px; font-size: 19px; } .modal-box.paypal-modal { max-width: 420px; padding-left: 25px; padding-right: 25px; overflow: visible; } .modal-box.paypal-modal form { text-align: center; } .modal-box.paypal-modal table { width: 100%; text-align: left; } .modal-box.paypal-modal table td { padding-bottom: 6px; } .modal-box.paypal-modal input[type="image"] { margin-top: 15px; display: inline-block; } .modal-box.paypal-modal select, .modal-box.paypal-modal .pseudo-select { margin-bottom: 10px; } @media (min-width: 1200px) { .venue-section .left-col { width: 27%; } } @media (min-width: 992px) { .venue-section { padding: 105px 0 80px; } .venue-section .left-col { width: 30%; } .venue-section .right-col { width: 70%; } } @media (max-width: 991px) { .venue-section { padding: 85px 0 60px; } .venue-section .venue-hotel-logo { margin: 0 0 25px; } .venue-section .venue-title-icon { text-align: left; } .venue-section .venue-title .venue-icon { margin: 0 25px 0 0; } .venue-section .btn { margin: 20px 0 30px; } .venue-section .right-col { padding: 0; } } @media (max-width: 767px) { .line-heading:before, .line-heading:after { width: 5.5%; } .sponsors-list > li { padding: 5px 10px; } .prices-section .row { margin-left: 0; margin-right: 0; } .form-register .form-group { padding-bottom: 0; } .form-register .form-group > label { width: 100%; text-align: left; line-height: 30px; } .form-register .checkbox-wrapper { margin-left: 0; } .hero-section, .hero-section > .container { padding-top: 0 !important; padding-bottom: 0 !important; } } @media (max-width: 480px) { .extra-heading { font-size: 50px; } .line-heading { white-space: normal; } .line-heading:before, .line-heading:after { margin: 10px 0; display: block; width: 100%; } .sponsors-list { margin: 0; display: block; font-size: 0; } .sponsors-list > li { width: 100%; display: inline-block; padding: 20px 0; } .signup-section .form .form-group { margin-bottom: 0; width: 100%; } }
0.288068
0.06727
html { height: 100%; width: 100%; } body { font-family: 'Open Sans', serif; margin: 0; padding: 0; height: 100%; width: 100%; -webkit-font-smoothing: antialiased; overflow: -moz-scrollbars-none; -ms-overflow-style: none; } @font-face { font-family: montserrat_semibold; src: url(assets/Montserrat-SemiBold.ttf); } @font-face { font-family: montserrat_bold; src: url(assets/Montserrat-Bold.ttf); } @font-face { font-family: montserrat_extrabold; src: url(assets/Montserrat-ExtraBold.ttf); } @font-face { font-family: montserrat_medium; src: url(assets/Montserrat-Medium.ttf); } .createAccount { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: auto; overflow-y: auto; background-color: rgba(36, 43, 57, 1); width: 1200.00px; height: 787.00px; left: 0px; top: 0px; } .createAccount .rectangle324 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(25, 31, 40, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); width: 186.00px; height: 53.00px; left: 15.00px; top: 627.00px; } .createAccount .rectangle5 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(25, 31, 40, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 40.00px; border-bottom-right-radius: 0.00px; -webkit-filter: drop-shadow(0px 3px 80px rgba(255, 255, 255, 0.0784313725490196)); filter: drop-shadow(0px 3px 80px rgba(255, 255, 255, 0.0784313725490196)); width: 986.00px; height: 1012.00px; left: 214.00px; top: 0.00px; } .createAccount .rectangle406 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 138.00px; height: 211.00px; left: 283.00px; top: 83.00px; } .createAccount .rectangle407 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 138.00px; height: 211.00px; left: 592.00px; top: 83.00px; } .createAccount .rectangle408 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 138.00px; height: 211.00px; left: 438.00px; top: 83.00px; } .createAccount .rectangle410 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 138.00px; height: 211.00px; left: 747.00px; top: 83.00px; } .createAccount .rectangle518 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); width: 205.00px; height: 63.00px; left: 955.00px; top: 419.00px; } .createAccount .rectangle510 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.20000000298023224; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 118.00px; height: 27.00px; left: 293.00px; top: 257.00px; } .createAccount .rectangle513 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.20000000298023224; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 118.00px; height: 27.00px; left: 448.00px; top: 257.00px; } .createAccount .rectangle514 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.20000000298023224; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 118.00px; height: 27.00px; left: 602.00px; top: 257.00px; } .createAccount .rectangle515 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.20000000298023224; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 118.00px; height: 27.00px; left: 757.00px; top: 257.00px; } .createAccount .waxe34c1c38 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 24.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 60.00px; height: 29.00px; left: 84.00px; top: 26.00px; } .createAccount .desktop { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 2.80px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 8.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 57.00px; height: 10.00px; left: 87.00px; top: 53.00px; } .createAccount .viewMarket4ff79c63 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: right; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 90.00px; height: 18.00px; left: 795.00px; top: 39.00px; } .createAccount .market { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 59.00px; height: 19.00px; left: 74.00px; top: 176.00px; } .createAccount .home { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 50.00px; height: 19.00px; left: 74.00px; top: 117.00px; } .createAccount .apps { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 43.00px; height: 19.00px; left: 74.00px; top: 235.00px; } .createAccount .staking { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 65.00px; height: 19.00px; left: 74.00px; top: 294.00px; } .createAccount .guilds { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 53.00px; height: 19.00px; left: 74.00px; top: 353.00px; } .createAccount .advanced { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 84.00px; height: 19.00px; left: 74.00px; top: 412.00px; } .createAccount .rectangle307 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 35.00px; top: 294.00px; } .createAccount .rectangle561 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 35.00px; top: 412.00px; } .createAccount .rectangle563 { position: absolute; box-sizing: border-box; -ms-transform: rotate(90.00deg); -webkit-transform: rotate(90.00deg); transform: rotate(90.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 7.00px; height: 18.00px; left: 41.00px; top: 413.00px; } .createAccount .rectangle319 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 19.00px; height: 4.00px; left: 35.00px; top: 176.00px; } .createAccount .rectangle320 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 4.00px; height: 19.00px; left: 35.00px; top: 176.00px; } .createAccount .rectangle322 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 13.00px; height: 13.00px; left: 41.00px; top: 182.00px; } .createAccount .rectangle564 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 7.00px; height: 7.00px; left: 47.00px; top: 188.00px; } .createAccount .rectangle308 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 11.00px; height: 11.00px; left: 39.00px; top: 302.00px; } .createAccount .elhfowam { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 86.00px; height: 19.00px; left: 76.00px; top: 644.00px; } .createAccount .polygon5 { position: absolute; box-sizing: content-box; -ms-transform: rotate(180.00deg); -webkit-transform: rotate(180.00deg); transform: rotate(180.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 10.00px; height: 6.00px; left: 168.00px; top: 652.00px; } .createAccount .rectangle503 { position: absolute; box-sizing: content-box; -ms-transform: rotate(90.00deg); -webkit-transform: rotate(90.00deg); transform: rotate(90.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(234, 241, 248, 0.14901960784313725); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 983.00px; height: 1.00px; left: 433.00px; top: 491.00px; } .createAccount .rectangle512 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.15000000596046448; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(234, 241, 248, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 641.00px; height: 1.00px; left: 283.00px; top: 558.00px; } .createAccount .rectangle516 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.15000000596046448; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(234, 241, 248, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 641.00px; height: 1.00px; left: 283.00px; top: 324.00px; } .createAccount .recommendedApps { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 220.00px; height: 24.00px; left: 283.00px; top: 355.00px; } .createAccount .newdex { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 58.00px; height: 18.00px; left: 302.00px; top: 510.00px; } .createAccount .karma244e74f1 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 54.00px; height: 18.00px; left: 431.00px; top: 510.00px; } .createAccount .oceanswap { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 86.00px; height: 18.00px; left: 541.00px; top: 510.00px; } .createAccount .topps4bd08591 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 44.00px; height: 18.00px; left: 687.00px; top: 510.00px; } .createAccount .tycoon { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 52.00px; height: 18.00px; left: 811.00px; top: 510.00px; } .createAccount .rectangle314 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(24, 43, 87, 1); border-bottom-color: rgba(0, 105, 255, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(0, 105, 255, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(0, 105, 255, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(0, 105, 255, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 283.00px; top: 399.00px; } .createAccount .rectangle317 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(44, 40, 73, 1); border-bottom-color: rgba(195, 136, 239, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(195, 136, 239, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(195, 136, 239, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(195, 136, 239, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 536.00px; top: 399.00px; } .createAccount .rectangle315 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(29, 52, 45, 1); border-bottom-color: rgba(41, 220, 191, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(41, 220, 191, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(41, 220, 191, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(41, 220, 191, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 410.00px; top: 399.00px; } .createAccount .rectangle316 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(73, 40, 40, 1); border-bottom-color: rgba(215, 25, 33, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(215, 25, 33, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(215, 25, 33, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(215, 25, 33, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 663.00px; top: 399.00px; } .createAccount .rectangle323 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(20, 66, 80, 1); border-bottom-color: rgba(0, 177, 255, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(0, 177, 255, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(0, 177, 255, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(0, 177, 255, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 789.00px; top: 399.00px; } .createAccount .logoGradiente73c9e07 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/logoGradiente73c9e07.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 50.00px; height: 50.00px; left: 433.13px; top: 422.28px; } .createAccount .corporate { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/corporate.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 35.00px; height: 52.00px; left: 821.00px; top: 419.00px; } .createAccount .topps { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/topps.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 50.35px; height: 24.00px; left: 685.68px; top: 434.96px; } .createAccount .group43 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 37.00px; height: 37.00px; left: 313.00px; top: 429.00px; } .createAccount .group43 .rectangle502 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(0, 105, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; box-shadow: none; width: 37.00px; height: 37.00px; left: 0.00px; top: 0.00px; } .createAccount .group43 .path47 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 34.13px; height: 22.12px; left: 1.16px; top: 6.78px; } .createAccount .group209 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 40.02px; height: 36.46px; left: 563.99px; top: 429.37px; } .createAccount .group209 .polygon7 { position: absolute; box-sizing: content-box; -ms-transform: rotate(180.00deg); -webkit-transform: rotate(180.00deg); transform: rotate(180.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; box-shadow: none; width: 40.02px; height: 32.81px; left: 0.00px; top: 0.00px; } .createAccount .group209 .polygon8 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; box-shadow: none; width: 40.02px; height: 32.81px; left: 0.00px; top: 3.65px; } .createAccount .group222 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.00px; height: 27.00px; left: 39.00px; top: 640.00px; } .createAccount .group222 .rectangle262bc9101f { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle262bc9101f.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); width: 27.00px; height: 27.00px; left: 0.00px; top: 0.00px; } .createAccount .group222 .waxPrimaryLogo1391c255a { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1391c255a.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 19.61px; height: 6.96px; left: 3.81px; top: 9.81px; } .createAccount .theonlykarma19870582 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 11.00px; left: 781.70px; top: 212.80px; } .createAccount .theonlykarmae68fbab0 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 11.00px; left: 626.70px; top: 212.80px; } .createAccount .theonlykarma8c5e5eb9 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 11.00px; left: 472.70px; top: 212.80px; } .createAccount .theonlykarma { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 11.00px; left: 317.70px; top: 212.80px; } .createAccount .viewMarket9d68efa3 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 13.00px; left: 474.00px; top: 264.00px; } .createAccount .viewMarket25671759 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 13.00px; left: 628.00px; top: 264.00px; } .createAccount .viewMarket1312947a { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 13.00px; left: 783.00px; top: 264.00px; } .createAccount .godzillaa041ec18 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 46.00px; height: 14.00px; left: 792.72px; top: 195.95px; } .createAccount .astroDude { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 14.00px; left: 627.72px; top: 195.95px; } .createAccount .piggyBank0bdc3d84 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 68.00px; height: 14.00px; left: 472.72px; top: 195.95px; } .createAccount .kingKeo { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 52.00px; height: 14.00px; left: 325.72px; top: 195.95px; } .createAccount .dallas141 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/dallas141.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 70.37px; height: 87.88px; left: 317.69px; top: 99.05px; } .createAccount .x25000Karma { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 83.00px; height: 14.00px; left: 321.00px; top: 232.00px; } .createAccount .group47 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 16.00px; height: 16.00px; left: 300.00px; top: 231.00px; } .createAccount .group47 .rectangle250e594d82 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle250e594d82.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(41, 220, 182, 1); border-bottom-style: solid; border-bottom-width: 1.50px; border-left-color: rgba(41, 220, 182, 1); border-left-style: solid; border-left-width: 1.50px; border-right-color: rgba(41, 220, 182, 1); border-right-style: solid; border-right-width: 1.50px; border-top-color: rgba(41, 220, 182, 1); border-top-style: solid; border-top-width: 1.50px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group47 .logoGradient6327a007 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/logoGradient6327a007.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 9.07px; height: 9.07px; left: 3.47px; top: 3.73px; } .createAccount .group216 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 73.00px; height: 16.00px; left: 471.00px; top: 231.00px; } .createAccount .group216 .x500Wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 52.00px; height: 14.00px; left: 21.00px; top: 1.00px; } .createAccount .group216 .group449622a2f6 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group216 .group449622a2f6 .rectangle26ab25a024 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle26ab25a024.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: solid; border-bottom-width: 1.50px; border-left-color: rgba(250, 142, 0, 1); border-left-style: solid; border-left-width: 1.50px; border-right-color: rgba(250, 142, 0, 1); border-right-style: solid; border-right-width: 1.50px; border-top-color: rgba(250, 142, 0, 1); border-top-style: solid; border-top-width: 1.50px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group216 .group449622a2f6 .waxPrimaryLogo1bfe43bf3 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1bfe43bf3.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 11.73px; height: 4.17px; left: 2.13px; top: 5.87px; } .createAccount .group217 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 83.00px; height: 16.00px; left: 620.00px; top: 231.00px; } .createAccount .group217 .x4700Wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 62.00px; height: 14.00px; left: 21.00px; top: 1.00px; } .createAccount .group217 .group446e58b8e3 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group217 .group446e58b8e3 .rectangle26c27d4d16 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle26c27d4d16.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: solid; border-bottom-width: 1.50px; border-left-color: rgba(250, 142, 0, 1); border-left-style: solid; border-left-width: 1.50px; border-right-color: rgba(250, 142, 0, 1); border-right-style: solid; border-right-width: 1.50px; border-top-color: rgba(250, 142, 0, 1); border-top-style: solid; border-top-width: 1.50px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group217 .group446e58b8e3 .waxPrimaryLogo1c7c7cc53 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1c7c7cc53.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 11.73px; height: 4.17px; left: 2.13px; top: 5.87px; } .createAccount .group218 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 80.00px; height: 16.00px; left: 776.00px; top: 231.00px; } .createAccount .group218 .x5000Wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 59.00px; height: 14.00px; left: 21.00px; top: 1.00px; } .createAccount .group218 .group44 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group218 .group44 .rectangle263d09a8cd { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle263d09a8cd.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: solid; border-bottom-width: 1.50px; border-left-color: rgba(250, 142, 0, 1); border-left-style: solid; border-left-width: 1.50px; border-right-color: rgba(250, 142, 0, 1); border-right-style: solid; border-right-width: 1.50px; border-top-color: rgba(250, 142, 0, 1); border-top-style: solid; border-top-width: 1.50px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group218 .group44 .waxPrimaryLogo1033617f3 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1033617f3.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 11.73px; height: 4.17px; left: 2.13px; top: 5.87px; } .createAccount .rectangle519 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(25, 31, 40, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 275.00px; height: 700.00px; left: 925.00px; top: 0.00px; } .createAccount .rectangle520 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 3.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 3.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 3.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 3.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); width: 205.00px; height: 63.00px; left: 955.00px; top: 419.00px; } .createAccount .rectangle521 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 3.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 3.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 3.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 3.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); width: 205.00px; height: 63.00px; left: 955.00px; top: 502.00px; } .createAccount .swapTokens { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 112.00px; height: 19.00px; left: 982.00px; top: 441.00px; } .createAccount .resources { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 88.00px; height: 19.00px; left: 999.00px; top: 524.00px; } .createAccount .piggyBank { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/piggyBank.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 99.55px; height: 87.88px; left: 458.30px; top: 99.10px; } .createAccount .astronaut { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/astronaut.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 71.71px; height: 87.88px; left: 625.23px; top: 98.20px; } .createAccount .godzilla { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/godzilla.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.20392156862745098)); filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.20392156862745098)); width: 77.85px; height: 87.88px; left: 777.36px; top: 98.59px; } .createAccount .group15 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 1097.00px; top: 524.00px; } .createAccount .group15 .rectangle100 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 0.00px; top: 0.00px; } .createAccount .group15 .rectangle567 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 3.00px; height: 10.00px; left: 8.00px; top: 5.00px; } .createAccount .group15 .rectangle568 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 3.00px; height: 8.00px; left: 3.00px; top: 7.00px; } .createAccount .group15 .rectangle569 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 3.00px; height: 12.00px; left: 13.00px; top: 3.00px; } .createAccount .rectangle522 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 1104.00px; top: 441.00px; } .createAccount .rectangle523 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(36, 43, 57, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(36, 43, 57, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(36, 43, 57, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(36, 43, 57, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 1111.00px; top: 441.00px; } .createAccount .rectangle525 { position: absolute; box-sizing: border-box; -ms-transform: rotate(45.00deg); -webkit-transform: rotate(45.00deg); transform: rotate(45.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; box-shadow: none; width: 24.00px; height: 24.00px; left: 50.15px; top: 34.89px; } .createAccount .rectangle558 { position: absolute; box-sizing: border-box; -ms-transform: rotate(45.00deg); -webkit-transform: rotate(45.00deg); transform: rotate(45.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; box-shadow: none; width: 24.00px; height: 24.00px; left: 38.15px; top: 34.89px; } .createAccount .trendingAssets { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 169.00px; height: 24.00px; left: 283.00px; top: 36.00px; } .createAccount .group224 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 35.00px; top: 235.00px; } .createAccount .group224 .path669b8b7bf9 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; stroke: rgba(255, 136, 109, 1); stroke-width: 2.00px; stroke-linecap: butt; box-shadow: none; width: 9.00px; height: 9.00px; left: 0.00px; top: 0.00px; } .createAccount .group224 .rectangle5345eab474d { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 9.00px; left: 0.00px; top: 10.00px; } .createAccount .group224 .rectangle533d5465a39 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 9.00px; left: 10.00px; top: 0.00px; } .createAccount .group224 .rectangle53530eb4e27 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 9.00px; left: 10.00px; top: 10.00px; } .createAccount .group228 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 35.00px; top: 117.00px; } .createAccount .group228 .path66 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); stroke: rgba(255, 136, 109, 1); stroke-width: 2.00px; stroke-linecap: butt; box-shadow: none; width: 9.00px; height: 6.00px; left: 0.00px; top: 0.00px; } .createAccount .group228 .rectangle534 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 11.00px; left: 0.00px; top: 8.00px; } .createAccount .group228 .rectangle533 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 11.00px; left: 10.00px; top: 0.00px; } .createAccount .group228 .rectangle535 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 6.00px; left: 10.00px; top: 13.00px; } .createAccount .path72 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(36, 43, 57, 1); stroke: rgba(255, 136, 109, 1); stroke-width: 1.00px; stroke-linecap: butt; box-shadow: none; width: 15.00px; height: 15.00px; left: 37.00px; top: 355.00px; } .createAccount .ellipse1 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 42.00px; top: 353.00px; } .createAccount .ellipse3 { position: absolute; box-sizing: content-box; -ms-transform: rotate(90.00deg); -webkit-transform: rotate(90.00deg); transform: rotate(90.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 49.00px; top: 358.00px; } .createAccount .ellipse4f9e36a51 { position: absolute; box-sizing: content-box; -ms-transform: rotate(90.00deg); -webkit-transform: rotate(90.00deg); transform: rotate(90.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 35.00px; top: 358.00px; } .createAccount .ellipse4b84b29fc { position: absolute; box-sizing: content-box; -ms-transform: rotate(45.00deg); -webkit-transform: rotate(45.00deg); transform: rotate(45.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 37.05px; top: 364.95px; } .createAccount .ellipse4 { position: absolute; box-sizing: content-box; -ms-transform: rotate(-45.00deg); -webkit-transform: rotate(-45.00deg); transform: rotate(-45.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 46.95px; top: 364.95px; } .createAccount .rectangle551 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.1988610029220581; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 33.00px; height: 33.00px; left: 852.00px; top: 586.00px; } .createAccount .rectangle552 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.1988610029220581; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 33.00px; height: 33.00px; left: 852.00px; top: 351.00px; } .createAccount .tokens { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 74.00px; height: 24.00px; left: 283.00px; top: 589.00px; } .createAccount .nfts { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 51.00px; height: 24.00px; left: 387.00px; top: 589.00px; } .createAccount .group210 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 60.00px; height: 60.00px; left: 283.00px; top: 637.00px; } .createAccount .group210 .rectangle26 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle26.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(250, 142, 0, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(250, 142, 0, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(250, 142, 0, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); width: 60.00px; height: 60.00px; left: 0.00px; top: 0.00px; } .createAccount .group210 .waxPrimaryLogo1 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 44.00px; height: 15.62px; left: 8.00px; top: 22.00px; } .createAccount .group211 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 60.00px; height: 60.00px; left: 283.00px; top: 727.00px; } .createAccount .group211 .rectangle25 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(29, 52, 45, 1); border-bottom-color: rgba(41, 220, 182, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(41, 220, 182, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(41, 220, 182, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(41, 220, 182, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); width: 60.00px; height: 60.00px; left: 0.00px; top: 0.00px; } .createAccount .group211 .logoGradient { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/logoGradient.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 34.00px; height: 34.00px; left: 13.00px; top: 14.00px; } .createAccount .wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 51.00px; height: 24.00px; left: 363.00px; top: 642.00px; } .createAccount .karma { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 79.00px; height: 24.00px; left: 363.00px; top: 732.00px; } .createAccount .xbb269e41 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: right; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 93.00px; height: 24.00px; left: 792.00px; top: 655.00px; } .createAccount .x38c58653 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: right; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 100.00px; height: 24.00px; left: 785.00px; top: 745.00px; } .createAccount .x146893219 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 500; font-style: normal; font-family: montserrat_medium, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 91.00px; height: 19.00px; left: 363.00px; top: 673.00px; } .createAccount .x2137282911 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 500; font-style: normal; font-family: montserrat_medium, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 95.00px; height: 19.00px; left: 363.00px; top: 763.00px; } .createAccount .rectangle547 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 74.00px; height: 4.00px; left: 283.00px; top: 618.00px; } .createAccount .viewMarket { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 13.00px; left: 319.00px; top: 264.00px; } .createAccount .rectangle548 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 858.00px; top: 600.00px; } .createAccount .rectangle549 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 866.00px; top: 600.00px; } .createAccount .rectangle554 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 866.00px; top: 365.00px; } .createAccount .rectangle565 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 858.00px; top: 365.00px; } .createAccount .rectangle566 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 874.00px; top: 365.00px; } .createAccount .rectangle550 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 874.00px; top: 600.00px; } .createAccount .rectangle562 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 7.00px; height: 18.00px; left: 41.00px; top: 413.00px; } .createAccount .rectangle427 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 16.00px; border-top-right-radius: 16.00px; border-bottom-left-radius: 16.00px; border-bottom-right-radius: 16.00px; box-shadow: none; width: 205.00px; height: 61.00px; left: 955.00px; top: 26.00px; } .createAccount .rectangle537 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 205.00px; height: 365.00px; left: 955.00px; top: 31.00px; } .createAccount .rectangle429 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 168.00px; height: 53.00px; left: 974.00px; top: 258.00px; } .createAccount .rectangle430 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 168.00px; height: 53.00px; left: 974.00px; top: 326.00px; } .createAccount .totalBalance { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 12.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 85.00px; height: 15.00px; left: 982.00px; top: 49.00px; } .createAccount .send { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 44.00px; height: 19.00px; left: 1022.00px; top: 275.00px; } .createAccount .receive { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 67.00px; height: 19.00px; left: 1010.00px; top: 343.00px; } .createAccount .x55f2902a { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 102.00px; height: 24.00px; left: 982.00px; top: 75.00px; } .createAccount .iconfinderqrcode26398951 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/iconfinderqrcode26398951.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 1087.00px; top: 343.00px; } .createAccount .iconfinderqrcode26398951 .path11 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 6.91px; height: 6.91px; left: 0.00px; top: 0.00px; } .createAccount .iconfinderqrcode26398951 .path12 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 6.91px; height: 6.91px; left: 0.00px; top: 12.09px; } .createAccount .iconfinderqrcode26398951 .path13 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 6.91px; height: 6.91px; left: 12.09px; top: 0.00px; } .createAccount .iconfinderqrcode26398951 .rectangle49 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 1.73px; } .createAccount .iconfinderqrcode26398951 .rectangle50 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 5.18px; } .createAccount .iconfinderqrcode26398951 .rectangle51 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle52 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 5.18px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle53 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 1.73px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle54 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 12.09px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle55 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 15.55px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle56 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 10.36px; top: 10.36px; } .createAccount .iconfinderqrcode26398951 .rectangle57 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 13.82px; top: 10.36px; } .createAccount .iconfinderqrcode26398951 .rectangle58 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 12.09px; top: 12.09px; } .createAccount .iconfinderqrcode26398951 .rectangle59 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 12.09px; } .createAccount .iconfinderqrcode26398951 .rectangle60 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 10.36px; top: 13.82px; } .createAccount .iconfinderqrcode26398951 .rectangle61 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 12.09px; top: 15.55px; } .createAccount .iconfinderqrcode26398951 .rectangle62 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 10.36px; top: 17.27px; } .createAccount .iconfinderqrcode26398951 .rectangle63 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 17.27px; top: 10.36px; } .createAccount .iconfinderqrcode26398951 .rectangle64 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 17.27px; top: 13.82px; } .createAccount .iconfinderqrcode26398951 .rectangle65 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 13.82px; top: 13.82px; } .createAccount .iconfinderqrcode26398951 .rectangle66 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 13.82px; top: 17.27px; } .createAccount .iconfinderqrcode26398951 .rectangle67 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 15.55px; top: 15.55px; } .createAccount .iconfinderqrcode26398951 .rectangle68 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 15.55px; top: 12.09px; } .createAccount .iconfinderqrcode26398951 .rectangle69 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 15.55px; } .createAccount .path4 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; stroke: rgba(255, 136, 109, 1); stroke-width: 3.00px; stroke-linecap: butt; -webkit-filter: drop-shadow(0px 3px 10px rgba(255, 136, 109, 1)); filter: drop-shadow(0px 3px 10px rgba(255, 136, 109, 1)); width: 184.13px; height: 53.98px; left: 970.66px; top: 113.36px; } .createAccount .path5 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.40088000893592834; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; box-shadow: none; width: 168.05px; height: 55.08px; left: 973.81px; top: 116.47px; } .createAccount .path6 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(36, 43, 57, 1); stroke: rgba(255, 136, 109, 1); stroke-width: 2.00px; stroke-linecap: butt; box-shadow: none; width: 8.53px; height: 8.53px; left: 1111.15px; top: 135.41px; } .createAccount .rectangle144 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(234, 241, 248, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(234, 241, 248, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(234, 241, 248, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(234, 241, 248, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; -webkit-filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); width: 36.00px; height: 19.00px; left: 974.00px; top: 197.00px; } .createAccount .rectangle432 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(234, 241, 248, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(234, 241, 248, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(234, 241, 248, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(234, 241, 248, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; -webkit-filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); width: 36.00px; height: 19.00px; left: 1018.00px; top: 197.00px; } .createAccount .rectangle433 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; box-shadow: none; width: 36.00px; height: 19.00px; left: 1106.00px; top: 197.00px; } .createAccount .rectangle434 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(234, 241, 248, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(234, 241, 248, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(234, 241, 248, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(234, 241, 248, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; -webkit-filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); width: 36.00px; height: 19.00px; left: 1062.00px; top: 197.00px; } .createAccount .x1d { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 10.00px; height: 11.00px; left: 987.00px; top: 201.00px; } .createAccount .x1w { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 14.00px; height: 11.00px; left: 1029.00px; top: 201.00px; } .createAccount .x1m { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 12.00px; height: 11.00px; left: 1074.00px; top: 201.00px; } .createAccount .all { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 18.00px; height: 11.00px; left: 1115.00px; top: 201.00px; } .createAccount .rectangle501 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(242, 248, 255, 0.14901960784313725); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 168.00px; height: 2.00px; left: 974.00px; top: 236.00px; } .createAccount .arrow1 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/arrow1.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 1076.00px; top: 275.00px; } .createAccount .arrow1 .group219 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 0.00px; top: 0.00px; } .createAccount .arrow1 .group219 .path60 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 19.00px; height: 19.00px; left: 0.00px; top: 0.00px; } .createAccount .arrow1 .group220 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 11.36px; height: 17.02px; left: 7.33px; top: 1.98px; } .createAccount .arrow1 .group220 .path61 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 11.36px; height: 17.02px; left: 0.00px; top: 0.00px; } .createAccount .rectangle546 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.1988610029220581; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(57, 195, 84, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 50.00px; height: 17.00px; left: 1092.00px; top: 48.00px; } .createAccount .x349 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(57, 195, 84, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 36.00px; height: 13.00px; left: 1099.00px; top: 50.00px; } .createAccount .rectangle2332 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.6000000238418579; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(0, 0, 0, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1200.00px; height: 1012.00px; left: 0.00px; top: 0.00px; } .createAccount .group1629 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 545.00px; height: 786.00px; left: 655.00px; top: 0.00px; } .createAccount .group1629 .rectangle2672 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(25, 31, 40, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.10196078431372549)); filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.10196078431372549)); width: 545.00px; height: 786.00px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .createAccount857d1288 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 38.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 314.00px; height: 47.00px; left: 116.00px; top: 50.00px; } .createAccount .group1629 .createAccount857d1288 .createAccount857d1288-0 { color: rgba(255, 136, 109, 1); font-weight: 700; font-style: normal; font-size: 38.00px; font-family: montserrat_extrabold, Arial; letter-spacing: 0; text-decoration: none; } .createAccount .group1629 .createAccount857d1288 .createAccount857d1288-7 { color: rgba(255, 255, 255, 1); font-weight: 700; font-style: normal; font-size: 38.00px; font-family: montserrat_extrabold, Arial; letter-spacing: 0; text-decoration: none; } .createAccount .group1629 .rectangle2677 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 424.00px; height: 78.00px; left: 61.00px; top: 166.00px; } .createAccount .group1629 .rectangle2717 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 424.00px; height: 78.00px; left: 61.00px; top: 303.00px; } .createAccount .group1629 .rectangle2716 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(71, 52, 54, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 78.00px; height: 78.00px; left: 407.00px; top: 166.00px; } .createAccount .group1629 .rectangle2718 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(71, 52, 54, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 78.00px; height: 78.00px; left: 407.00px; top: 303.00px; } .createAccount .group1629 .rectangle2719 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 201.00px; height: 64.00px; left: 61.00px; top: 450.00px; } .createAccount .group1629 .rectangle2721 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 424.00px; height: 64.00px; left: 61.00px; top: 583.00px; } .createAccount .group1629 .rectangle2720 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 201.00px; height: 64.00px; left: 284.00px; top: 450.00px; } .createAccount .group1629 .<KEY> { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 289.00px; height: 38.00px; left: 81.00px; top: 186.00px; } .createAccount .group1629 .<KEY> { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 292.00px; height: 38.00px; left: 81.00px; top: 323.00px; } .createAccount .group1629 .activePublicKey { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 182.00px; height: 24.00px; left: 61.00px; top: 127.00px; } .createAccount .group1629 .activePrivateKey { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 190.00px; height: 24.00px; left: 61.00px; top: 264.00px; } .createAccount .group1629 .cpu { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 45.00px; height: 24.00px; left: 61.00px; top: 411.00px; } .createAccount .group1629 .accountName { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 156.00px; height: 24.00px; left: 61.00px; top: 544.00px; } .createAccount .group1629 .net { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 42.00px; height: 24.00px; left: 284.00px; top: 411.00px; } .createAccount .group1629 .x02Waxa6a0d58f { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 88.00px; height: 24.00px; left: 91.00px; top: 470.00px; } .createAccount .group1629 .x12CharactersAZ15 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 249.00px; height: 24.00px; left: 91.00px; top: 603.00px; } .createAccount .group1629 .x02Wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 88.00px; height: 24.00px; left: 314.00px; top: 470.00px; } .createAccount .group1629 .rectangle2673 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: none; border-bottom-width: 2.00px; border-left-color: rgba(250, 142, 0, 1); border-left-style: none; border-left-width: 2.00px; border-right-color: rgba(250, 142, 0, 1); border-right-style: none; border-right-width: 2.00px; border-top-color: rgba(250, 142, 0, 1); border-top-style: none; border-top-width: 2.00px; border-top-left-radius: 25.00px; border-top-right-radius: 25.00px; border-bottom-left-radius: 25.00px; border-bottom-right-radius: 25.00px; box-shadow: none; width: 424.00px; height: 79.00px; left: 61.00px; top: 677.00px; } .createAccount .group1629 .correct2 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 30.91px; height: 24.00px; left: 396.00px; top: 705.00px; } .createAccount .group1629 .confirmTransaction { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 24.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 258.00px; height: 29.00px; left: 118.00px; top: 702.00px; } .createAccount .group1629 .paperb23daedf { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/paperb23daedf.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 32.00px; height: 32.00px; left: 430.00px; top: 189.00px; } .createAccount .group1629 .paperb23daedf .group16259bcb85b6 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 26.29px; height: 26.29px; left: 0.00px; top: 5.71px; } .createAccount .group1629 .paperb23daedf .group16259bcb85b6 .group162444173eec { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 26.29px; height: 26.29px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paperb23daedf .group16259bcb85b6 .group162444173eec .path768065b7ae5 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(240, 143, 116, 1); box-shadow: none; width: 26.29px; height: 26.29px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paperb23daedf .group1627c674ef82 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.43px; height: 27.43px; left: 4.57px; top: 0.00px; } .createAccount .group1629 .paperb23daedf .group1627c674ef82 .group1626ef27d5e0 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.43px; height: 27.43px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paperb23daedf .group1627c674ef82 .group1626ef27d5e0 .path7696f41e99c { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(240, 143, 116, 1); box-shadow: none; width: 27.43px; height: 27.43px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paper { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/paper.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 32.00px; height: 32.00px; left: 430.00px; top: 326.00px; } .createAccount .group1629 .paper .group1625 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 26.29px; height: 26.29px; left: 0.00px; top: 5.71px; } .createAccount .group1629 .paper .group1625 .group1624 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 26.29px; height: 26.29px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paper .group1625 .group1624 .path768 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(240, 143, 116, 1); box-shadow: none; width: 26.29px; height: 26.29px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paper .group1627 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.43px; height: 27.43px; left: 4.57px; top: 0.00px; } .createAccount .group1629 .paper .group1627 .group1626 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.43px; height: 27.43px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paper .group1627 .group1626 .path769 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(240, 143, 116, 1); box-shadow: none; width: 27.43px; height: 27.43px; left: 0.00px; top: 0.00px; }
designs/v2.1/createAccount/createAccount.css
html { height: 100%; width: 100%; } body { font-family: 'Open Sans', serif; margin: 0; padding: 0; height: 100%; width: 100%; -webkit-font-smoothing: antialiased; overflow: -moz-scrollbars-none; -ms-overflow-style: none; } @font-face { font-family: montserrat_semibold; src: url(assets/Montserrat-SemiBold.ttf); } @font-face { font-family: montserrat_bold; src: url(assets/Montserrat-Bold.ttf); } @font-face { font-family: montserrat_extrabold; src: url(assets/Montserrat-ExtraBold.ttf); } @font-face { font-family: montserrat_medium; src: url(assets/Montserrat-Medium.ttf); } .createAccount { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: auto; overflow-y: auto; background-color: rgba(36, 43, 57, 1); width: 1200.00px; height: 787.00px; left: 0px; top: 0px; } .createAccount .rectangle324 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(25, 31, 40, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); width: 186.00px; height: 53.00px; left: 15.00px; top: 627.00px; } .createAccount .rectangle5 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(25, 31, 40, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 40.00px; border-bottom-right-radius: 0.00px; -webkit-filter: drop-shadow(0px 3px 80px rgba(255, 255, 255, 0.0784313725490196)); filter: drop-shadow(0px 3px 80px rgba(255, 255, 255, 0.0784313725490196)); width: 986.00px; height: 1012.00px; left: 214.00px; top: 0.00px; } .createAccount .rectangle406 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 138.00px; height: 211.00px; left: 283.00px; top: 83.00px; } .createAccount .rectangle407 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 138.00px; height: 211.00px; left: 592.00px; top: 83.00px; } .createAccount .rectangle408 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 138.00px; height: 211.00px; left: 438.00px; top: 83.00px; } .createAccount .rectangle410 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 138.00px; height: 211.00px; left: 747.00px; top: 83.00px; } .createAccount .rectangle518 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); width: 205.00px; height: 63.00px; left: 955.00px; top: 419.00px; } .createAccount .rectangle510 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.20000000298023224; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 118.00px; height: 27.00px; left: 293.00px; top: 257.00px; } .createAccount .rectangle513 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.20000000298023224; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 118.00px; height: 27.00px; left: 448.00px; top: 257.00px; } .createAccount .rectangle514 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.20000000298023224; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 118.00px; height: 27.00px; left: 602.00px; top: 257.00px; } .createAccount .rectangle515 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.20000000298023224; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 118.00px; height: 27.00px; left: 757.00px; top: 257.00px; } .createAccount .waxe34c1c38 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 24.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 60.00px; height: 29.00px; left: 84.00px; top: 26.00px; } .createAccount .desktop { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 2.80px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 8.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 57.00px; height: 10.00px; left: 87.00px; top: 53.00px; } .createAccount .viewMarket4ff79c63 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: right; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 90.00px; height: 18.00px; left: 795.00px; top: 39.00px; } .createAccount .market { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 59.00px; height: 19.00px; left: 74.00px; top: 176.00px; } .createAccount .home { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 50.00px; height: 19.00px; left: 74.00px; top: 117.00px; } .createAccount .apps { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 43.00px; height: 19.00px; left: 74.00px; top: 235.00px; } .createAccount .staking { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 65.00px; height: 19.00px; left: 74.00px; top: 294.00px; } .createAccount .guilds { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 53.00px; height: 19.00px; left: 74.00px; top: 353.00px; } .createAccount .advanced { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.9964929819107056; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 84.00px; height: 19.00px; left: 74.00px; top: 412.00px; } .createAccount .rectangle307 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 35.00px; top: 294.00px; } .createAccount .rectangle561 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 35.00px; top: 412.00px; } .createAccount .rectangle563 { position: absolute; box-sizing: border-box; -ms-transform: rotate(90.00deg); -webkit-transform: rotate(90.00deg); transform: rotate(90.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 7.00px; height: 18.00px; left: 41.00px; top: 413.00px; } .createAccount .rectangle319 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 19.00px; height: 4.00px; left: 35.00px; top: 176.00px; } .createAccount .rectangle320 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 4.00px; height: 19.00px; left: 35.00px; top: 176.00px; } .createAccount .rectangle322 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 13.00px; height: 13.00px; left: 41.00px; top: 182.00px; } .createAccount .rectangle564 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 7.00px; height: 7.00px; left: 47.00px; top: 188.00px; } .createAccount .rectangle308 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 11.00px; height: 11.00px; left: 39.00px; top: 302.00px; } .createAccount .elhfowam { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 86.00px; height: 19.00px; left: 76.00px; top: 644.00px; } .createAccount .polygon5 { position: absolute; box-sizing: content-box; -ms-transform: rotate(180.00deg); -webkit-transform: rotate(180.00deg); transform: rotate(180.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 10.00px; height: 6.00px; left: 168.00px; top: 652.00px; } .createAccount .rectangle503 { position: absolute; box-sizing: content-box; -ms-transform: rotate(90.00deg); -webkit-transform: rotate(90.00deg); transform: rotate(90.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(234, 241, 248, 0.14901960784313725); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 983.00px; height: 1.00px; left: 433.00px; top: 491.00px; } .createAccount .rectangle512 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.15000000596046448; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(234, 241, 248, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 641.00px; height: 1.00px; left: 283.00px; top: 558.00px; } .createAccount .rectangle516 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.15000000596046448; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(234, 241, 248, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 641.00px; height: 1.00px; left: 283.00px; top: 324.00px; } .createAccount .recommendedApps { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 220.00px; height: 24.00px; left: 283.00px; top: 355.00px; } .createAccount .newdex { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 58.00px; height: 18.00px; left: 302.00px; top: 510.00px; } .createAccount .karma244e74f1 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 54.00px; height: 18.00px; left: 431.00px; top: 510.00px; } .createAccount .oceanswap { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 86.00px; height: 18.00px; left: 541.00px; top: 510.00px; } .createAccount .topps4bd08591 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 44.00px; height: 18.00px; left: 687.00px; top: 510.00px; } .createAccount .tycoon { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 14.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 52.00px; height: 18.00px; left: 811.00px; top: 510.00px; } .createAccount .rectangle314 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(24, 43, 87, 1); border-bottom-color: rgba(0, 105, 255, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(0, 105, 255, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(0, 105, 255, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(0, 105, 255, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 283.00px; top: 399.00px; } .createAccount .rectangle317 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(44, 40, 73, 1); border-bottom-color: rgba(195, 136, 239, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(195, 136, 239, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(195, 136, 239, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(195, 136, 239, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 536.00px; top: 399.00px; } .createAccount .rectangle315 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(29, 52, 45, 1); border-bottom-color: rgba(41, 220, 191, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(41, 220, 191, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(41, 220, 191, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(41, 220, 191, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 410.00px; top: 399.00px; } .createAccount .rectangle316 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(73, 40, 40, 1); border-bottom-color: rgba(215, 25, 33, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(215, 25, 33, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(215, 25, 33, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(215, 25, 33, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 663.00px; top: 399.00px; } .createAccount .rectangle323 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(20, 66, 80, 1); border-bottom-color: rgba(0, 177, 255, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(0, 177, 255, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(0, 177, 255, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(0, 177, 255, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.09803921568627451)); width: 96.00px; height: 96.00px; left: 789.00px; top: 399.00px; } .createAccount .logoGradiente73c9e07 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/logoGradiente73c9e07.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 50.00px; height: 50.00px; left: 433.13px; top: 422.28px; } .createAccount .corporate { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/corporate.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 35.00px; height: 52.00px; left: 821.00px; top: 419.00px; } .createAccount .topps { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/topps.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 50.35px; height: 24.00px; left: 685.68px; top: 434.96px; } .createAccount .group43 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 37.00px; height: 37.00px; left: 313.00px; top: 429.00px; } .createAccount .group43 .rectangle502 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(0, 105, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 30.00px; border-top-right-radius: 30.00px; border-bottom-left-radius: 30.00px; border-bottom-right-radius: 30.00px; box-shadow: none; width: 37.00px; height: 37.00px; left: 0.00px; top: 0.00px; } .createAccount .group43 .path47 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 34.13px; height: 22.12px; left: 1.16px; top: 6.78px; } .createAccount .group209 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 40.02px; height: 36.46px; left: 563.99px; top: 429.37px; } .createAccount .group209 .polygon7 { position: absolute; box-sizing: content-box; -ms-transform: rotate(180.00deg); -webkit-transform: rotate(180.00deg); transform: rotate(180.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; box-shadow: none; width: 40.02px; height: 32.81px; left: 0.00px; top: 0.00px; } .createAccount .group209 .polygon8 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; box-shadow: none; width: 40.02px; height: 32.81px; left: 0.00px; top: 3.65px; } .createAccount .group222 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.00px; height: 27.00px; left: 39.00px; top: 640.00px; } .createAccount .group222 .rectangle262bc9101f { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle262bc9101f.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); width: 27.00px; height: 27.00px; left: 0.00px; top: 0.00px; } .createAccount .group222 .waxPrimaryLogo1391c255a { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1391c255a.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 19.61px; height: 6.96px; left: 3.81px; top: 9.81px; } .createAccount .theonlykarma19870582 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 11.00px; left: 781.70px; top: 212.80px; } .createAccount .theonlykarmae68fbab0 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 11.00px; left: 626.70px; top: 212.80px; } .createAccount .theonlykarma8c5e5eb9 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 11.00px; left: 472.70px; top: 212.80px; } .createAccount .theonlykarma { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 11.00px; left: 317.70px; top: 212.80px; } .createAccount .viewMarket9d68efa3 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 13.00px; left: 474.00px; top: 264.00px; } .createAccount .viewMarket25671759 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 13.00px; left: 628.00px; top: 264.00px; } .createAccount .viewMarket1312947a { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 13.00px; left: 783.00px; top: 264.00px; } .createAccount .godzillaa041ec18 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 46.00px; height: 14.00px; left: 792.72px; top: 195.95px; } .createAccount .astroDude { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 14.00px; left: 627.72px; top: 195.95px; } .createAccount .piggyBank0bdc3d84 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 68.00px; height: 14.00px; left: 472.72px; top: 195.95px; } .createAccount .kingKeo { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 52.00px; height: 14.00px; left: 325.72px; top: 195.95px; } .createAccount .dallas141 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/dallas141.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 70.37px; height: 87.88px; left: 317.69px; top: 99.05px; } .createAccount .x25000Karma { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 83.00px; height: 14.00px; left: 321.00px; top: 232.00px; } .createAccount .group47 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 16.00px; height: 16.00px; left: 300.00px; top: 231.00px; } .createAccount .group47 .rectangle250e594d82 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle250e594d82.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(41, 220, 182, 1); border-bottom-style: solid; border-bottom-width: 1.50px; border-left-color: rgba(41, 220, 182, 1); border-left-style: solid; border-left-width: 1.50px; border-right-color: rgba(41, 220, 182, 1); border-right-style: solid; border-right-width: 1.50px; border-top-color: rgba(41, 220, 182, 1); border-top-style: solid; border-top-width: 1.50px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group47 .logoGradient6327a007 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/logoGradient6327a007.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 9.07px; height: 9.07px; left: 3.47px; top: 3.73px; } .createAccount .group216 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 73.00px; height: 16.00px; left: 471.00px; top: 231.00px; } .createAccount .group216 .x500Wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 52.00px; height: 14.00px; left: 21.00px; top: 1.00px; } .createAccount .group216 .group449622a2f6 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group216 .group449622a2f6 .rectangle26ab25a024 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle26ab25a024.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: solid; border-bottom-width: 1.50px; border-left-color: rgba(250, 142, 0, 1); border-left-style: solid; border-left-width: 1.50px; border-right-color: rgba(250, 142, 0, 1); border-right-style: solid; border-right-width: 1.50px; border-top-color: rgba(250, 142, 0, 1); border-top-style: solid; border-top-width: 1.50px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group216 .group449622a2f6 .waxPrimaryLogo1bfe43bf3 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1bfe43bf3.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 11.73px; height: 4.17px; left: 2.13px; top: 5.87px; } .createAccount .group217 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 83.00px; height: 16.00px; left: 620.00px; top: 231.00px; } .createAccount .group217 .x4700Wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 62.00px; height: 14.00px; left: 21.00px; top: 1.00px; } .createAccount .group217 .group446e58b8e3 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group217 .group446e58b8e3 .rectangle26c27d4d16 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle26c27d4d16.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: solid; border-bottom-width: 1.50px; border-left-color: rgba(250, 142, 0, 1); border-left-style: solid; border-left-width: 1.50px; border-right-color: rgba(250, 142, 0, 1); border-right-style: solid; border-right-width: 1.50px; border-top-color: rgba(250, 142, 0, 1); border-top-style: solid; border-top-width: 1.50px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group217 .group446e58b8e3 .waxPrimaryLogo1c7c7cc53 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1c7c7cc53.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 11.73px; height: 4.17px; left: 2.13px; top: 5.87px; } .createAccount .group218 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 80.00px; height: 16.00px; left: 776.00px; top: 231.00px; } .createAccount .group218 .x5000Wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 11.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 59.00px; height: 14.00px; left: 21.00px; top: 1.00px; } .createAccount .group218 .group44 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group218 .group44 .rectangle263d09a8cd { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle263d09a8cd.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: solid; border-bottom-width: 1.50px; border-left-color: rgba(250, 142, 0, 1); border-left-style: solid; border-left-width: 1.50px; border-right-color: rgba(250, 142, 0, 1); border-right-style: solid; border-right-width: 1.50px; border-top-color: rgba(250, 142, 0, 1); border-top-style: solid; border-top-width: 1.50px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 16.00px; height: 16.00px; left: 0.00px; top: 0.00px; } .createAccount .group218 .group44 .waxPrimaryLogo1033617f3 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1033617f3.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 11.73px; height: 4.17px; left: 2.13px; top: 5.87px; } .createAccount .rectangle519 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(25, 31, 40, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 275.00px; height: 700.00px; left: 925.00px; top: 0.00px; } .createAccount .rectangle520 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 3.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 3.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 3.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 3.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); width: 205.00px; height: 63.00px; left: 955.00px; top: 419.00px; } .createAccount .rectangle521 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 3.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 3.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 3.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 3.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; -webkit-filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); filter: drop-shadow(0px 10px 20px rgba(14, 15, 15, 0.050980392156862744)); width: 205.00px; height: 63.00px; left: 955.00px; top: 502.00px; } .createAccount .swapTokens { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 112.00px; height: 19.00px; left: 982.00px; top: 441.00px; } .createAccount .resources { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 88.00px; height: 19.00px; left: 999.00px; top: 524.00px; } .createAccount .piggyBank { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/piggyBank.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 99.55px; height: 87.88px; left: 458.30px; top: 99.10px; } .createAccount .astronaut { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/astronaut.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 71.71px; height: 87.88px; left: 625.23px; top: 98.20px; } .createAccount .godzilla { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/godzilla.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.20392156862745098)); filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.20392156862745098)); width: 77.85px; height: 87.88px; left: 777.36px; top: 98.59px; } .createAccount .group15 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 1097.00px; top: 524.00px; } .createAccount .group15 .rectangle100 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 0.00px; top: 0.00px; } .createAccount .group15 .rectangle567 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 3.00px; height: 10.00px; left: 8.00px; top: 5.00px; } .createAccount .group15 .rectangle568 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 3.00px; height: 8.00px; left: 3.00px; top: 7.00px; } .createAccount .group15 .rectangle569 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 3.00px; height: 12.00px; left: 13.00px; top: 3.00px; } .createAccount .rectangle522 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 1104.00px; top: 441.00px; } .createAccount .rectangle523 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(36, 43, 57, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(36, 43, 57, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(36, 43, 57, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(36, 43, 57, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 19.00px; height: 19.00px; left: 1111.00px; top: 441.00px; } .createAccount .rectangle525 { position: absolute; box-sizing: border-box; -ms-transform: rotate(45.00deg); -webkit-transform: rotate(45.00deg); transform: rotate(45.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; box-shadow: none; width: 24.00px; height: 24.00px; left: 50.15px; top: 34.89px; } .createAccount .rectangle558 { position: absolute; box-sizing: border-box; -ms-transform: rotate(45.00deg); -webkit-transform: rotate(45.00deg); transform: rotate(45.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; box-shadow: none; width: 24.00px; height: 24.00px; left: 38.15px; top: 34.89px; } .createAccount .trendingAssets { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 169.00px; height: 24.00px; left: 283.00px; top: 36.00px; } .createAccount .group224 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 35.00px; top: 235.00px; } .createAccount .group224 .path669b8b7bf9 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; stroke: rgba(255, 136, 109, 1); stroke-width: 2.00px; stroke-linecap: butt; box-shadow: none; width: 9.00px; height: 9.00px; left: 0.00px; top: 0.00px; } .createAccount .group224 .rectangle5345eab474d { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 9.00px; left: 0.00px; top: 10.00px; } .createAccount .group224 .rectangle533d5465a39 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 9.00px; left: 10.00px; top: 0.00px; } .createAccount .group224 .rectangle53530eb4e27 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 9.00px; left: 10.00px; top: 10.00px; } .createAccount .group228 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 35.00px; top: 117.00px; } .createAccount .group228 .path66 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); stroke: rgba(255, 136, 109, 1); stroke-width: 2.00px; stroke-linecap: butt; box-shadow: none; width: 9.00px; height: 6.00px; left: 0.00px; top: 0.00px; } .createAccount .group228 .rectangle534 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 11.00px; left: 0.00px; top: 8.00px; } .createAccount .group228 .rectangle533 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: transparent; border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 11.00px; left: 10.00px; top: 0.00px; } .createAccount .group228 .rectangle535 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 2.00px; border-top-right-radius: 2.00px; border-bottom-left-radius: 2.00px; border-bottom-right-radius: 2.00px; box-shadow: none; width: 9.00px; height: 6.00px; left: 10.00px; top: 13.00px; } .createAccount .path72 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(36, 43, 57, 1); stroke: rgba(255, 136, 109, 1); stroke-width: 1.00px; stroke-linecap: butt; box-shadow: none; width: 15.00px; height: 15.00px; left: 37.00px; top: 355.00px; } .createAccount .ellipse1 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 42.00px; top: 353.00px; } .createAccount .ellipse3 { position: absolute; box-sizing: content-box; -ms-transform: rotate(90.00deg); -webkit-transform: rotate(90.00deg); transform: rotate(90.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 49.00px; top: 358.00px; } .createAccount .ellipse4f9e36a51 { position: absolute; box-sizing: content-box; -ms-transform: rotate(90.00deg); -webkit-transform: rotate(90.00deg); transform: rotate(90.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 35.00px; top: 358.00px; } .createAccount .ellipse4b84b29fc { position: absolute; box-sizing: content-box; -ms-transform: rotate(45.00deg); -webkit-transform: rotate(45.00deg); transform: rotate(45.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 37.05px; top: 364.95px; } .createAccount .ellipse4 { position: absolute; box-sizing: content-box; -ms-transform: rotate(-45.00deg); -webkit-transform: rotate(-45.00deg); transform: rotate(-45.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 136, 109, 1); box-shadow: none; width: 5.00px; height: 5.00px; left: 46.95px; top: 364.95px; } .createAccount .rectangle551 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.1988610029220581; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 33.00px; height: 33.00px; left: 852.00px; top: 586.00px; } .createAccount .rectangle552 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.1988610029220581; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; box-shadow: none; width: 33.00px; height: 33.00px; left: 852.00px; top: 351.00px; } .createAccount .tokens { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 74.00px; height: 24.00px; left: 283.00px; top: 589.00px; } .createAccount .nfts { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 51.00px; height: 24.00px; left: 387.00px; top: 589.00px; } .createAccount .group210 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 60.00px; height: 60.00px; left: 283.00px; top: 637.00px; } .createAccount .group210 .rectangle26 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/rectangle26.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(250, 142, 0, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(250, 142, 0, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(250, 142, 0, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); width: 60.00px; height: 60.00px; left: 0.00px; top: 0.00px; } .createAccount .group210 .waxPrimaryLogo1 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/waxPrimaryLogo1.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 44.00px; height: 15.62px; left: 8.00px; top: 22.00px; } .createAccount .group211 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 60.00px; height: 60.00px; left: 283.00px; top: 727.00px; } .createAccount .group211 .rectangle25 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(29, 52, 45, 1); border-bottom-color: rgba(41, 220, 182, 1); border-bottom-style: solid; border-bottom-width: 3.00px; border-left-color: rgba(41, 220, 182, 1); border-left-style: solid; border-left-width: 3.00px; border-right-color: rgba(41, 220, 182, 1); border-right-style: solid; border-right-width: 3.00px; border-top-color: rgba(41, 220, 182, 1); border-top-style: solid; border-top-width: 3.00px; border-top-left-radius: 100.00px; border-top-right-radius: 100.00px; border-bottom-left-radius: 100.00px; border-bottom-right-radius: 100.00px; -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.2)); width: 60.00px; height: 60.00px; left: 0.00px; top: 0.00px; } .createAccount .group211 .logoGradient { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/logoGradient.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 34.00px; height: 34.00px; left: 13.00px; top: 14.00px; } .createAccount .wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 51.00px; height: 24.00px; left: 363.00px; top: 642.00px; } .createAccount .karma { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 79.00px; height: 24.00px; left: 363.00px; top: 732.00px; } .createAccount .xbb269e41 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: right; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 93.00px; height: 24.00px; left: 792.00px; top: 655.00px; } .createAccount .x38c58653 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: right; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 100.00px; height: 24.00px; left: 785.00px; top: 745.00px; } .createAccount .x146893219 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 500; font-style: normal; font-family: montserrat_medium, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 91.00px; height: 19.00px; left: 363.00px; top: 673.00px; } .createAccount .x2137282911 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 500; font-style: normal; font-family: montserrat_medium, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 95.00px; height: 19.00px; left: 363.00px; top: 763.00px; } .createAccount .rectangle547 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 74.00px; height: 4.00px; left: 283.00px; top: 618.00px; } .createAccount .viewMarket { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 136, 109, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 66.00px; height: 13.00px; left: 319.00px; top: 264.00px; } .createAccount .rectangle548 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 858.00px; top: 600.00px; } .createAccount .rectangle549 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 866.00px; top: 600.00px; } .createAccount .rectangle554 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 866.00px; top: 365.00px; } .createAccount .rectangle565 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 858.00px; top: 365.00px; } .createAccount .rectangle566 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 874.00px; top: 365.00px; } .createAccount .rectangle550 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 5.00px; height: 5.00px; left: 874.00px; top: 600.00px; } .createAccount .rectangle562 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 2.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 2.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 2.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 2.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 7.00px; height: 18.00px; left: 41.00px; top: 413.00px; } .createAccount .rectangle427 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 16.00px; border-top-right-radius: 16.00px; border-bottom-left-radius: 16.00px; border-bottom-right-radius: 16.00px; box-shadow: none; width: 205.00px; height: 61.00px; left: 955.00px; top: 26.00px; } .createAccount .rectangle537 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 205.00px; height: 365.00px; left: 955.00px; top: 31.00px; } .createAccount .rectangle429 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 168.00px; height: 53.00px; left: 974.00px; top: 258.00px; } .createAccount .rectangle430 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 168.00px; height: 53.00px; left: 974.00px; top: 326.00px; } .createAccount .totalBalance { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 12.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 85.00px; height: 15.00px; left: 982.00px; top: 49.00px; } .createAccount .send { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 44.00px; height: 19.00px; left: 1022.00px; top: 275.00px; } .createAccount .receive { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 67.00px; height: 19.00px; left: 1010.00px; top: 343.00px; } .createAccount .x55f2902a { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 102.00px; height: 24.00px; left: 982.00px; top: 75.00px; } .createAccount .iconfinderqrcode26398951 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/iconfinderqrcode26398951.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 1087.00px; top: 343.00px; } .createAccount .iconfinderqrcode26398951 .path11 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 6.91px; height: 6.91px; left: 0.00px; top: 0.00px; } .createAccount .iconfinderqrcode26398951 .path12 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 6.91px; height: 6.91px; left: 0.00px; top: 12.09px; } .createAccount .iconfinderqrcode26398951 .path13 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 6.91px; height: 6.91px; left: 12.09px; top: 0.00px; } .createAccount .iconfinderqrcode26398951 .rectangle49 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 1.73px; } .createAccount .iconfinderqrcode26398951 .rectangle50 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 5.18px; } .createAccount .iconfinderqrcode26398951 .rectangle51 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle52 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 5.18px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle53 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 1.73px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle54 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 12.09px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle55 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 15.55px; top: 8.64px; } .createAccount .iconfinderqrcode26398951 .rectangle56 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 10.36px; top: 10.36px; } .createAccount .iconfinderqrcode26398951 .rectangle57 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 13.82px; top: 10.36px; } .createAccount .iconfinderqrcode26398951 .rectangle58 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 12.09px; top: 12.09px; } .createAccount .iconfinderqrcode26398951 .rectangle59 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 12.09px; } .createAccount .iconfinderqrcode26398951 .rectangle60 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 10.36px; top: 13.82px; } .createAccount .iconfinderqrcode26398951 .rectangle61 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 12.09px; top: 15.55px; } .createAccount .iconfinderqrcode26398951 .rectangle62 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 10.36px; top: 17.27px; } .createAccount .iconfinderqrcode26398951 .rectangle63 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 17.27px; top: 10.36px; } .createAccount .iconfinderqrcode26398951 .rectangle64 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 17.27px; top: 13.82px; } .createAccount .iconfinderqrcode26398951 .rectangle65 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 13.82px; top: 13.82px; } .createAccount .iconfinderqrcode26398951 .rectangle66 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 13.82px; top: 17.27px; } .createAccount .iconfinderqrcode26398951 .rectangle67 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 15.55px; top: 15.55px; } .createAccount .iconfinderqrcode26398951 .rectangle68 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 15.55px; top: 12.09px; } .createAccount .iconfinderqrcode26398951 .rectangle69 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1.73px; height: 1.73px; left: 8.64px; top: 15.55px; } .createAccount .path4 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; stroke: rgba(255, 136, 109, 1); stroke-width: 3.00px; stroke-linecap: butt; -webkit-filter: drop-shadow(0px 3px 10px rgba(255, 136, 109, 1)); filter: drop-shadow(0px 3px 10px rgba(255, 136, 109, 1)); width: 184.13px; height: 53.98px; left: 970.66px; top: 113.36px; } .createAccount .path5 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.40088000893592834; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: transparent; box-shadow: none; width: 168.05px; height: 55.08px; left: 973.81px; top: 116.47px; } .createAccount .path6 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(36, 43, 57, 1); stroke: rgba(255, 136, 109, 1); stroke-width: 2.00px; stroke-linecap: butt; box-shadow: none; width: 8.53px; height: 8.53px; left: 1111.15px; top: 135.41px; } .createAccount .rectangle144 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(234, 241, 248, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(234, 241, 248, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(234, 241, 248, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(234, 241, 248, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; -webkit-filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); width: 36.00px; height: 19.00px; left: 974.00px; top: 197.00px; } .createAccount .rectangle432 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(234, 241, 248, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(234, 241, 248, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(234, 241, 248, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(234, 241, 248, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; -webkit-filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); width: 36.00px; height: 19.00px; left: 1018.00px; top: 197.00px; } .createAccount .rectangle433 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(255, 136, 109, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(255, 136, 109, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(255, 136, 109, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(255, 136, 109, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; box-shadow: none; width: 36.00px; height: 19.00px; left: 1106.00px; top: 197.00px; } .createAccount .rectangle434 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(234, 241, 248, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(234, 241, 248, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(234, 241, 248, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(234, 241, 248, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 5.00px; border-top-right-radius: 5.00px; border-bottom-left-radius: 5.00px; border-bottom-right-radius: 5.00px; -webkit-filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); filter: drop-shadow(0px 3px 6px rgba(159, 201, 214, 0.1607843137254902)); width: 36.00px; height: 19.00px; left: 1062.00px; top: 197.00px; } .createAccount .x1d { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 10.00px; height: 11.00px; left: 987.00px; top: 201.00px; } .createAccount .x1w { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 14.00px; height: 11.00px; left: 1029.00px; top: 201.00px; } .createAccount .x1m { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 12.00px; height: 11.00px; left: 1074.00px; top: 201.00px; } .createAccount .all { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 9.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 18.00px; height: 11.00px; left: 1115.00px; top: 201.00px; } .createAccount .rectangle501 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(242, 248, 255, 0.14901960784313725); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 168.00px; height: 2.00px; left: 974.00px; top: 236.00px; } .createAccount .arrow1 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/arrow1.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 1076.00px; top: 275.00px; } .createAccount .arrow1 .group219 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 19.00px; height: 19.00px; left: 0.00px; top: 0.00px; } .createAccount .arrow1 .group219 .path60 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 19.00px; height: 19.00px; left: 0.00px; top: 0.00px; } .createAccount .arrow1 .group220 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 11.36px; height: 17.02px; left: 7.33px; top: 1.98px; } .createAccount .arrow1 .group220 .path61 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 11.36px; height: 17.02px; left: 0.00px; top: 0.00px; } .createAccount .rectangle546 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.1988610029220581; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(57, 195, 84, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 10.00px; border-top-right-radius: 10.00px; border-bottom-left-radius: 10.00px; border-bottom-right-radius: 10.00px; box-shadow: none; width: 50.00px; height: 17.00px; left: 1092.00px; top: 48.00px; } .createAccount .x349 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(57, 195, 84, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 10.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 36.00px; height: 13.00px; left: 1099.00px; top: 50.00px; } .createAccount .rectangle2332 { position: absolute; box-sizing: border-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.6000000238418579; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(0, 0, 0, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: solid; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: solid; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: solid; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: solid; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; box-shadow: none; width: 1200.00px; height: 1012.00px; left: 0.00px; top: 0.00px; } .createAccount .group1629 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 545.00px; height: 786.00px; left: 655.00px; top: 0.00px; } .createAccount .group1629 .rectangle2672 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(25, 31, 40, 1); border-bottom-color: rgba(112, 112, 112, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(112, 112, 112, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(112, 112, 112, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(112, 112, 112, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 0.00px; border-top-right-radius: 0.00px; border-bottom-left-radius: 0.00px; border-bottom-right-radius: 0.00px; -webkit-filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.10196078431372549)); filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.10196078431372549)); width: 545.00px; height: 786.00px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .createAccount857d1288 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: center; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 38.00px; font-weight: 700; font-style: normal; font-family: montserrat_extrabold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 314.00px; height: 47.00px; left: 116.00px; top: 50.00px; } .createAccount .group1629 .createAccount857d1288 .createAccount857d1288-0 { color: rgba(255, 136, 109, 1); font-weight: 700; font-style: normal; font-size: 38.00px; font-family: montserrat_extrabold, Arial; letter-spacing: 0; text-decoration: none; } .createAccount .group1629 .createAccount857d1288 .createAccount857d1288-7 { color: rgba(255, 255, 255, 1); font-weight: 700; font-style: normal; font-size: 38.00px; font-family: montserrat_extrabold, Arial; letter-spacing: 0; text-decoration: none; } .createAccount .group1629 .rectangle2677 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 424.00px; height: 78.00px; left: 61.00px; top: 166.00px; } .createAccount .group1629 .rectangle2717 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 424.00px; height: 78.00px; left: 61.00px; top: 303.00px; } .createAccount .group1629 .rectangle2716 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(71, 52, 54, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 78.00px; height: 78.00px; left: 407.00px; top: 166.00px; } .createAccount .group1629 .rectangle2718 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(71, 52, 54, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 78.00px; height: 78.00px; left: 407.00px; top: 303.00px; } .createAccount .group1629 .rectangle2719 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 201.00px; height: 64.00px; left: 61.00px; top: 450.00px; } .createAccount .group1629 .rectangle2721 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 424.00px; height: 64.00px; left: 61.00px; top: 583.00px; } .createAccount .group1629 .rectangle2720 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(36, 43, 57, 1); border-bottom-color: rgba(255, 255, 255, 1); border-bottom-style: none; border-bottom-width: 1.00px; border-left-color: rgba(255, 255, 255, 1); border-left-style: none; border-left-width: 1.00px; border-right-color: rgba(255, 255, 255, 1); border-right-style: none; border-right-width: 1.00px; border-top-color: rgba(255, 255, 255, 1); border-top-style: none; border-top-width: 1.00px; border-top-left-radius: 20.00px; border-top-right-radius: 20.00px; border-bottom-left-radius: 20.00px; border-bottom-right-radius: 20.00px; box-shadow: none; width: 201.00px; height: 64.00px; left: 284.00px; top: 450.00px; } .createAccount .group1629 .<KEY> { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 289.00px; height: 38.00px; left: 81.00px; top: 186.00px; } .createAccount .group1629 .<KEY> { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 16.00px; font-weight: 700; font-style: normal; font-family: montserrat_semibold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 292.00px; height: 38.00px; left: 81.00px; top: 323.00px; } .createAccount .group1629 .activePublicKey { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 182.00px; height: 24.00px; left: 61.00px; top: 127.00px; } .createAccount .group1629 .activePrivateKey { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 190.00px; height: 24.00px; left: 61.00px; top: 264.00px; } .createAccount .group1629 .cpu { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 45.00px; height: 24.00px; left: 61.00px; top: 411.00px; } .createAccount .group1629 .accountName { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 156.00px; height: 24.00px; left: 61.00px; top: 544.00px; } .createAccount .group1629 .net { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 42.00px; height: 24.00px; left: 284.00px; top: 411.00px; } .createAccount .group1629 .x02Waxa6a0d58f { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 88.00px; height: 24.00px; left: 91.00px; top: 470.00px; } .createAccount .group1629 .x12CharactersAZ15 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 249.00px; height: 24.00px; left: 91.00px; top: 603.00px; } .createAccount .group1629 .x02Wax { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 20.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 88.00px; height: 24.00px; left: 314.00px; top: 470.00px; } .createAccount .group1629 .rectangle2673 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 136, 109, 1); border-bottom-color: rgba(250, 142, 0, 1); border-bottom-style: none; border-bottom-width: 2.00px; border-left-color: rgba(250, 142, 0, 1); border-left-style: none; border-left-width: 2.00px; border-right-color: rgba(250, 142, 0, 1); border-right-style: none; border-right-width: 2.00px; border-top-color: rgba(250, 142, 0, 1); border-top-style: none; border-top-width: 2.00px; border-top-left-radius: 25.00px; border-top-right-radius: 25.00px; border-bottom-left-radius: 25.00px; border-bottom-right-radius: 25.00px; box-shadow: none; width: 424.00px; height: 79.00px; left: 61.00px; top: 677.00px; } .createAccount .group1629 .correct2 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(255, 255, 255, 1); box-shadow: none; width: 30.91px; height: 24.00px; left: 396.00px; top: 705.00px; } .createAccount .group1629 .confirmTransaction { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 0.4000000059604645; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; background-color: rgba(255, 255, 255, 0); text-align: left; letter-spacing: 0.00px; color: rgba(255, 255, 255, 1); -webkit-text-stroke: 1.00px rgba(0, 0, 0, 0); font-size: 24.00px; font-weight: 700; font-style: normal; font-family: montserrat_bold, Arial; text-decoration: none; box-shadow: none; overflow-x: unset; overflow-y: unset; white-space: pre; width: 258.00px; height: 29.00px; left: 118.00px; top: 702.00px; } .createAccount .group1629 .paperb23daedf { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/paperb23daedf.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 32.00px; height: 32.00px; left: 430.00px; top: 189.00px; } .createAccount .group1629 .paperb23daedf .group16259bcb85b6 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 26.29px; height: 26.29px; left: 0.00px; top: 5.71px; } .createAccount .group1629 .paperb23daedf .group16259bcb85b6 .group162444173eec { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 26.29px; height: 26.29px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paperb23daedf .group16259bcb85b6 .group162444173eec .path768065b7ae5 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(240, 143, 116, 1); box-shadow: none; width: 26.29px; height: 26.29px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paperb23daedf .group1627c674ef82 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.43px; height: 27.43px; left: 4.57px; top: 0.00px; } .createAccount .group1629 .paperb23daedf .group1627c674ef82 .group1626ef27d5e0 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.43px; height: 27.43px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paperb23daedf .group1627c674ef82 .group1626ef27d5e0 .path7696f41e99c { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(240, 143, 116, 1); box-shadow: none; width: 27.43px; height: 27.43px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paper { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; background-image: url("assets/paper.png"); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 32.00px; height: 32.00px; left: 430.00px; top: 326.00px; } .createAccount .group1629 .paper .group1625 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 26.29px; height: 26.29px; left: 0.00px; top: 5.71px; } .createAccount .group1629 .paper .group1625 .group1624 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 26.29px; height: 26.29px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paper .group1625 .group1624 .path768 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(240, 143, 116, 1); box-shadow: none; width: 26.29px; height: 26.29px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paper .group1627 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.43px; height: 27.43px; left: 4.57px; top: 0.00px; } .createAccount .group1629 .paper .group1627 .group1626 { display: block; position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; overflow-x: unset; overflow-y: unset; background-color: transparent; width: 27.43px; height: 27.43px; left: 0.00px; top: 0.00px; } .createAccount .group1629 .paper .group1627 .group1626 .path769 { position: absolute; box-sizing: content-box; -ms-transform: rotate(0.00deg); -webkit-transform: rotate(0.00deg); transform: rotate(0.00deg); -ms-transform-origin: center; -webkit-transform-origin: center; transform-origin: center; opacity: 1; cursor: default; margin-top: 0.00px; margin-right: 0.00px; margin-bottom: 0.00px; margin-left: 0.00px; padding-top: 0.00px; padding-right: 0.00px; padding-bottom: 0.00px; padding-left: 0.00px; fill: rgba(240, 143, 116, 1); box-shadow: none; width: 27.43px; height: 27.43px; left: 0.00px; top: 0.00px; }
0.457137
0.069954
.names h2{ padding: 10px 0 0 10px; font-size: 2em; margin: 0; } .names h3{ padding: 10px 0 0 10px; margin: 0; } #bodying { margin-left: 1cm; margin-right: 1cm; } @media only screen and (min-width: 601px){ #bodying_user { margin-left: 1cm; margin-right: 1cm; } } @media only screen and (min-width: 992px){ .names h2{ padding: 100px 0 0 10px; } } #title1 { margin-left: 1cm; margin-right: 1cm; } #profile { border-radius: 500px; max-height: 400px; max-width: 400px; margin-top: 1cm; margin-bottom: 1cm; margin-left: 1cm; margin-right: 1cm; vertical-align: center; } #anouncement { width: 100%; height: auto; } .parallax-container { height: 300px; } /* label color */ .input-field label { color: #757575; } /* label focus color */ .input-field input[type=text]:focus+label { color: #757575; } /* label underline focus color */ .input-field input[type=text]:focus { border-bottom: 1px solid #757575; box-shadow: 0 1px 0 0 #757575; } /* valid color */ /* .input-field input[type=text].valid {} */ /* invalid color */ .input-field input[type=text].invalid { border-bottom: 1px solid #d50000; box-shadow: 0 1px 0 0 #ff8a80; } /* icon prefix focus color */ .input-field .prefix.active { color: #000000; } #titleSign { color: #13c740 } #titleLog { color: #c71313 } #titleSignPostal { color: #f06e17 } .datepicker-date-display { background-color: #534e4e } .datepicker-table-wrapper { color: rgb(62, 65, 65) } #titlerow { font-weight: bolder; } .titlerow { font-weight: bolder; } #datauser { font-size: .5cm; font-weight: normal; } #form-datos.editing i{ color: #0277bd; } #form-datos.editing button i{ color: white; } .fetch-message { max-height: 0px; background-color: white; transition: all 0.5s ease-out; overflow: hidden; border-radius: 4px; } .fetch-message.activated { max-height: 75px; transition: all 0.5s ease-in; box-shadow: 0 2px 3px 1px rgba(44, 44, 44, 0.3); } .fetch-message.activated.error { background-color: #e57373; } .fetch-message.activated.ok { background-color: #aed581; } .error-container { padding: 20px 20px 20px 20px; } .error-container p { margin-top: 5px; } .row.completeName { margin-bottom: 0px; } span .errorLine { /* border: 2px solid transparent; border-top-color: #ef5350; */ color: #ef5350; } .shake-horizontal { -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; } /* ---------------------------------------------- * Generated by Animista on 2019-11-27 4:21:44 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation shake-horizontal * ---------------------------------------- */ @-webkit-keyframes shake-horizontal { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60% { -webkit-transform: translateX(10px); transform: translateX(10px); } 80% { -webkit-transform: translateX(8px); transform: translateX(8px); } 90% { -webkit-transform: translateX(-8px); transform: translateX(-8px); } } @keyframes shake-horizontal { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60% { -webkit-transform: translateX(10px); transform: translateX(10px); } 80% { -webkit-transform: translateX(8px); transform: translateX(8px); } 90% { -webkit-transform: translateX(-8px); transform: translateX(-8px); } }
frontend/css/main.css
.names h2{ padding: 10px 0 0 10px; font-size: 2em; margin: 0; } .names h3{ padding: 10px 0 0 10px; margin: 0; } #bodying { margin-left: 1cm; margin-right: 1cm; } @media only screen and (min-width: 601px){ #bodying_user { margin-left: 1cm; margin-right: 1cm; } } @media only screen and (min-width: 992px){ .names h2{ padding: 100px 0 0 10px; } } #title1 { margin-left: 1cm; margin-right: 1cm; } #profile { border-radius: 500px; max-height: 400px; max-width: 400px; margin-top: 1cm; margin-bottom: 1cm; margin-left: 1cm; margin-right: 1cm; vertical-align: center; } #anouncement { width: 100%; height: auto; } .parallax-container { height: 300px; } /* label color */ .input-field label { color: #757575; } /* label focus color */ .input-field input[type=text]:focus+label { color: #757575; } /* label underline focus color */ .input-field input[type=text]:focus { border-bottom: 1px solid #757575; box-shadow: 0 1px 0 0 #757575; } /* valid color */ /* .input-field input[type=text].valid {} */ /* invalid color */ .input-field input[type=text].invalid { border-bottom: 1px solid #d50000; box-shadow: 0 1px 0 0 #ff8a80; } /* icon prefix focus color */ .input-field .prefix.active { color: #000000; } #titleSign { color: #13c740 } #titleLog { color: #c71313 } #titleSignPostal { color: #f06e17 } .datepicker-date-display { background-color: #534e4e } .datepicker-table-wrapper { color: rgb(62, 65, 65) } #titlerow { font-weight: bolder; } .titlerow { font-weight: bolder; } #datauser { font-size: .5cm; font-weight: normal; } #form-datos.editing i{ color: #0277bd; } #form-datos.editing button i{ color: white; } .fetch-message { max-height: 0px; background-color: white; transition: all 0.5s ease-out; overflow: hidden; border-radius: 4px; } .fetch-message.activated { max-height: 75px; transition: all 0.5s ease-in; box-shadow: 0 2px 3px 1px rgba(44, 44, 44, 0.3); } .fetch-message.activated.error { background-color: #e57373; } .fetch-message.activated.ok { background-color: #aed581; } .error-container { padding: 20px 20px 20px 20px; } .error-container p { margin-top: 5px; } .row.completeName { margin-bottom: 0px; } span .errorLine { /* border: 2px solid transparent; border-top-color: #ef5350; */ color: #ef5350; } .shake-horizontal { -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; } /* ---------------------------------------------- * Generated by Animista on 2019-11-27 4:21:44 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation shake-horizontal * ---------------------------------------- */ @-webkit-keyframes shake-horizontal { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60% { -webkit-transform: translateX(10px); transform: translateX(10px); } 80% { -webkit-transform: translateX(8px); transform: translateX(8px); } 90% { -webkit-transform: translateX(-8px); transform: translateX(-8px); } } @keyframes shake-horizontal { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60% { -webkit-transform: translateX(10px); transform: translateX(10px); } 80% { -webkit-transform: translateX(8px); transform: translateX(8px); } 90% { -webkit-transform: translateX(-8px); transform: translateX(-8px); } }
0.415729
0.164785
z-index: 4; } #map .layer-switcher { background-color: transparent; right: 2vh; left: auto; top: 14.5vh; z-index: 1; } #map .layer-switcher.shown { bottom: auto; } .layer-switcher .panel { box-shadow: 0 0 40px rgba(60,60,60,0.5); max-height: 70vh; } .layer-switcher button { background: url('/static/fishpass/img/icon/i_layers.svg') rgba(58,86,117,1) 50% no-repeat; background-size: auto 60%; } /* group */ .layer-switcher .panel > ul { padding-left: .75rem; } /* group list */ .layer-switcher .panel > ul > li { } /* focus-area (any layer not in a "group") hider */ .layer-switcher .panel > ul > li.layer { display: none; } /* group title */ .layer-switcher .panel > ul > li > label { font-size: .75rem; line-height: 3; margin-bottom: 1rem; } /* group layers list */ .layer-switcher .panel > ul > li > ul { padding-left: 0; } /* group layer */ .layer-switcher .panel > ul > li > ul > li { /* border-bottom: 1px solid #cccccc; */ display: block; margin-bottom: .25rem; padding-bottom: .25rem; position: relative; padding: 0 0.2rem; } /* hover over group layer */ .layer-switcher .panel > ul > li > ul > li > input:hover, .layer-switcher .panel > ul > li > ul > li > label:hover { color:#217867; } /* group layer label */ .layer-switcher .panel > ul > li > ul > li > label { font-size: .6rem; line-height: 1rem; padding-left: 1rem; } .layer-switcher input[type="checkbox"], .layer-switcher input[type="radio"] { bottom: 0; left: 0; opacity: 0; position: absolute; right: 0; top: 0; } .layer-switcher .layer label { cursor: pointer; display: inline-block; /* font-weight: 700 !important; */ position: relative; } .layer-switcher .layer label:before { background-repeat: no-repeat; background-size: 45% auto; content: ""; display: inline-block; height: 1rem; left: 0; position: absolute; top: 0.3rem; width: 1.7rem; } /* show grey icon */ .layer-switcher .layer input[type="checkbox"] + label:before, .layer-switcher .layer input[type="radio"] + label:before { background-image: url('/static/fishpass/img/icon/i_invisible.svg'); } /* show light green icon */ .layer-switcher .layer input[type="checkbox"]:checked + label:before, .layer-switcher .layer input[type="radio"]:checked + label:before { background-image: url('/static/fishpass/img/icon/i_visible_light.svg'); }
fishpass/static/fishpass/css/layer_switcher.css
z-index: 4; } #map .layer-switcher { background-color: transparent; right: 2vh; left: auto; top: 14.5vh; z-index: 1; } #map .layer-switcher.shown { bottom: auto; } .layer-switcher .panel { box-shadow: 0 0 40px rgba(60,60,60,0.5); max-height: 70vh; } .layer-switcher button { background: url('/static/fishpass/img/icon/i_layers.svg') rgba(58,86,117,1) 50% no-repeat; background-size: auto 60%; } /* group */ .layer-switcher .panel > ul { padding-left: .75rem; } /* group list */ .layer-switcher .panel > ul > li { } /* focus-area (any layer not in a "group") hider */ .layer-switcher .panel > ul > li.layer { display: none; } /* group title */ .layer-switcher .panel > ul > li > label { font-size: .75rem; line-height: 3; margin-bottom: 1rem; } /* group layers list */ .layer-switcher .panel > ul > li > ul { padding-left: 0; } /* group layer */ .layer-switcher .panel > ul > li > ul > li { /* border-bottom: 1px solid #cccccc; */ display: block; margin-bottom: .25rem; padding-bottom: .25rem; position: relative; padding: 0 0.2rem; } /* hover over group layer */ .layer-switcher .panel > ul > li > ul > li > input:hover, .layer-switcher .panel > ul > li > ul > li > label:hover { color:#217867; } /* group layer label */ .layer-switcher .panel > ul > li > ul > li > label { font-size: .6rem; line-height: 1rem; padding-left: 1rem; } .layer-switcher input[type="checkbox"], .layer-switcher input[type="radio"] { bottom: 0; left: 0; opacity: 0; position: absolute; right: 0; top: 0; } .layer-switcher .layer label { cursor: pointer; display: inline-block; /* font-weight: 700 !important; */ position: relative; } .layer-switcher .layer label:before { background-repeat: no-repeat; background-size: 45% auto; content: ""; display: inline-block; height: 1rem; left: 0; position: absolute; top: 0.3rem; width: 1.7rem; } /* show grey icon */ .layer-switcher .layer input[type="checkbox"] + label:before, .layer-switcher .layer input[type="radio"] + label:before { background-image: url('/static/fishpass/img/icon/i_invisible.svg'); } /* show light green icon */ .layer-switcher .layer input[type="checkbox"]:checked + label:before, .layer-switcher .layer input[type="radio"]:checked + label:before { background-image: url('/static/fishpass/img/icon/i_visible_light.svg'); }
0.458591
0.102934
@CHARSET "ISO-8859-1"; .navbar-custom { color: white; background-color: white; text-decoration: none; } .jumbotron { background-color: white; color: white; } .container { background-color: white; color: white; } .azchat-div { background-color: white; color: white; } .color-black { color: black; } .margin-zero { margin-top: 2px; margin-bottom: 2px; } /* custom template */ html, body { height: 100%; font-family: verdana, arial, sans-serif; color: #555555; overflow : hidden; } .nav { font-family: Arial, sans-serif; font-size: 13px; } a { color: #222222; } a:hover { text-decoration: none; } hr { border-color: #dedede; } .wrapper, .row { height: 100%; margin-left: 0; margin-right: 0; } .wrapper:before, .wrapper:after, .column:before, .column:after { content: ""; display: table; } .wrapper:after, .column:after { clear: both; } .column { height: 100%; overflow: auto; *zoom: 1; } .column .padding { padding: 20px; } .full { padding-top: 70px; } .box { bottom: 0; left: 0; position: absolute; right: 0; top: 0; background-color: #444444; } .divider { margin-top: 32px; } .navbar-lblue { border-width: 0; background-color: #6DA5CD; color: #ffffff; font-family: arial, sans-serif; top: 0; position: fixed; width: inherit; } .navbar-lblue li>a, .navbar-toggle { color: #efefef; } .navbar-lblue .dropdown-menu li a { color: #3B5893; } .navbar-lblue .dropdown-menu li>a { padding-left: 30px; } .navbar-lblue li>a:hover, .navbar-lblue li>a:focus, .navbar-lblue .open>a, .navbar-lblue .open>a:hover, .navbar-lblue .open>a:focus { background-color: #3B5893; } .nav > li > a:hover, .nav > li > a:focus { background-color: #3B5893 !important; text-decoration: none; } #main { background-color: #e9eaed; padding-left: 0; padding-right: 0; } #sidebar { padding: 0px; padding-top: 15px; } #sidebar, #sidebar a, #sidebar-footer a { color: #ffffff; background-color: transparent; text-shadow: 0 0 2px #000000; padding-left: 5px; } #sidebar .nav li>a:hover { background-color: #393939; } .logo { display: block; padding: 3px; background-color: #fff; color: #3B5999; height: 28px; width: 28px; margin: 9px; margin-right: 2px; margin-left: 15px; font-size: 20px; font-weight: 700; text-align: center; text-decoration: none; text-shadow: 0 0 1px; border-radius: 2px; } #sidebar-footer { background-color: #444; position: absolute; bottom: 5px; padding: 5px; } #footer { margin-bottom: 20px; } /* Message Update Container */ .update-box { width: 100%; } .update-box .communicate { margin-bottom: 10px; position: relative; } .update-box .communicate .arrow { background: url(arrow.png) no-repeat #dddddd; position: absolute; width: 14px; height: 10px; left: 10px; display: inline; top: -10px; transition: 0.3s ease-out all; } .update-box .post-case li a { color: #085083; text-decoration: none; } .update-box .post-case li a.active { color: #404040; } .update-box .post-case { padding-left: 5px; } .update-box ul { list-style: none; margin-bottom: 9px; } .update-box .post-case li { display: inline; margin-right: 10px; } .message { border-radius: 0; border: none; } .panel { border-radius: 0; border: none; margin-bottom: 0; } .privacy-dropdown { width: 100px; } /* bootstrap overrides */ h1, h2, h3 { font-weight: 800; } .navbar-toggle, .close { outline: 0; } .navbar-toggle .icon-bar { background-color: #fff; } .btn-primary, .label-primary, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { background-color: #3B5999; color: #fffffe; } .btn-default { color: #666666; text-shadow: 0 0 1px rgba(0, 0, 0, .3); } .panel textarea, .well textarea, textarea.form-control { resize: none; } .badge { color: #3B5999; background-color: #fff; } .badge:hover, .badge-inverse { background-color: #3B5999; color: #fff; } .jumbotron { background-color: transparent; } .label-default { background-color: #dddddd; } .page-header { margin-top: 55px; padding-top: 9px; border-top: 1px solid #eeeeee; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; } .panel-default .panel-heading { background-color: #f9fafb; color: #555555; } .col-sm-9.full { width: 100%; } small.text-muted { font-family: courier, courier-new, monospace; } /* changes for css of avatar label*/ [type=file] { position: absolute; filter: alpha(opacity=0); opacity: 0; } .upload-text { border: 1px solid #CCC; border-radius: 3px; text-align: left; padding: 10px; width: 150px; margin: 0; left: 0; position: relative; } /* Custom CSS */ .avatar-label { text-align:left; width: 278px !important; font-weight: 200; margin-left: 10px; margin-top: 10px; } /* Custom CSS for status Feed Block*/ .friend-info-box { height:120px; display:inline-block; } .friend-image-size { min-height: 50px; max-height: 120px; min-width: 50px; max-width: 120px; } .status-update-box { height: 500px; overflow-x: hidden; } .profilePic{ position: fixed; } .profileUserName{ height: 50px; text-align: left; } .userStatus { margin-top: 55px; padding: 10px; } .videoContent, .imageContent { min-height: 100px; max-height: 612px; min-width: 100px; max-width: 612px; } .time-ago { display: inline; font-weight: lighter !important; text-align: right; opacity: 5; } .like-comment-status { margin-top: 10px; border: 1px solid activeborder; background-color: #EFEFEF; cursor: pointer; position: absolute; } .like-comment-data { display: none; padding-top: 10px; } .statusBorder { padding-bottom: 20px; padding-top: 10px; border-width:thin; border-bottom-style: dashed; border-spacing: 10px; } .friendComment { padding-bottom: 60px; } .typeahead-srch-frnd { font-weight: bolder; font-stretch: wider; }
azchat-web/src/main/webapp/css/azchatstyles.css
@CHARSET "ISO-8859-1"; .navbar-custom { color: white; background-color: white; text-decoration: none; } .jumbotron { background-color: white; color: white; } .container { background-color: white; color: white; } .azchat-div { background-color: white; color: white; } .color-black { color: black; } .margin-zero { margin-top: 2px; margin-bottom: 2px; } /* custom template */ html, body { height: 100%; font-family: verdana, arial, sans-serif; color: #555555; overflow : hidden; } .nav { font-family: Arial, sans-serif; font-size: 13px; } a { color: #222222; } a:hover { text-decoration: none; } hr { border-color: #dedede; } .wrapper, .row { height: 100%; margin-left: 0; margin-right: 0; } .wrapper:before, .wrapper:after, .column:before, .column:after { content: ""; display: table; } .wrapper:after, .column:after { clear: both; } .column { height: 100%; overflow: auto; *zoom: 1; } .column .padding { padding: 20px; } .full { padding-top: 70px; } .box { bottom: 0; left: 0; position: absolute; right: 0; top: 0; background-color: #444444; } .divider { margin-top: 32px; } .navbar-lblue { border-width: 0; background-color: #6DA5CD; color: #ffffff; font-family: arial, sans-serif; top: 0; position: fixed; width: inherit; } .navbar-lblue li>a, .navbar-toggle { color: #efefef; } .navbar-lblue .dropdown-menu li a { color: #3B5893; } .navbar-lblue .dropdown-menu li>a { padding-left: 30px; } .navbar-lblue li>a:hover, .navbar-lblue li>a:focus, .navbar-lblue .open>a, .navbar-lblue .open>a:hover, .navbar-lblue .open>a:focus { background-color: #3B5893; } .nav > li > a:hover, .nav > li > a:focus { background-color: #3B5893 !important; text-decoration: none; } #main { background-color: #e9eaed; padding-left: 0; padding-right: 0; } #sidebar { padding: 0px; padding-top: 15px; } #sidebar, #sidebar a, #sidebar-footer a { color: #ffffff; background-color: transparent; text-shadow: 0 0 2px #000000; padding-left: 5px; } #sidebar .nav li>a:hover { background-color: #393939; } .logo { display: block; padding: 3px; background-color: #fff; color: #3B5999; height: 28px; width: 28px; margin: 9px; margin-right: 2px; margin-left: 15px; font-size: 20px; font-weight: 700; text-align: center; text-decoration: none; text-shadow: 0 0 1px; border-radius: 2px; } #sidebar-footer { background-color: #444; position: absolute; bottom: 5px; padding: 5px; } #footer { margin-bottom: 20px; } /* Message Update Container */ .update-box { width: 100%; } .update-box .communicate { margin-bottom: 10px; position: relative; } .update-box .communicate .arrow { background: url(arrow.png) no-repeat #dddddd; position: absolute; width: 14px; height: 10px; left: 10px; display: inline; top: -10px; transition: 0.3s ease-out all; } .update-box .post-case li a { color: #085083; text-decoration: none; } .update-box .post-case li a.active { color: #404040; } .update-box .post-case { padding-left: 5px; } .update-box ul { list-style: none; margin-bottom: 9px; } .update-box .post-case li { display: inline; margin-right: 10px; } .message { border-radius: 0; border: none; } .panel { border-radius: 0; border: none; margin-bottom: 0; } .privacy-dropdown { width: 100px; } /* bootstrap overrides */ h1, h2, h3 { font-weight: 800; } .navbar-toggle, .close { outline: 0; } .navbar-toggle .icon-bar { background-color: #fff; } .btn-primary, .label-primary, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { background-color: #3B5999; color: #fffffe; } .btn-default { color: #666666; text-shadow: 0 0 1px rgba(0, 0, 0, .3); } .panel textarea, .well textarea, textarea.form-control { resize: none; } .badge { color: #3B5999; background-color: #fff; } .badge:hover, .badge-inverse { background-color: #3B5999; color: #fff; } .jumbotron { background-color: transparent; } .label-default { background-color: #dddddd; } .page-header { margin-top: 55px; padding-top: 9px; border-top: 1px solid #eeeeee; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; } .panel-default .panel-heading { background-color: #f9fafb; color: #555555; } .col-sm-9.full { width: 100%; } small.text-muted { font-family: courier, courier-new, monospace; } /* changes for css of avatar label*/ [type=file] { position: absolute; filter: alpha(opacity=0); opacity: 0; } .upload-text { border: 1px solid #CCC; border-radius: 3px; text-align: left; padding: 10px; width: 150px; margin: 0; left: 0; position: relative; } /* Custom CSS */ .avatar-label { text-align:left; width: 278px !important; font-weight: 200; margin-left: 10px; margin-top: 10px; } /* Custom CSS for status Feed Block*/ .friend-info-box { height:120px; display:inline-block; } .friend-image-size { min-height: 50px; max-height: 120px; min-width: 50px; max-width: 120px; } .status-update-box { height: 500px; overflow-x: hidden; } .profilePic{ position: fixed; } .profileUserName{ height: 50px; text-align: left; } .userStatus { margin-top: 55px; padding: 10px; } .videoContent, .imageContent { min-height: 100px; max-height: 612px; min-width: 100px; max-width: 612px; } .time-ago { display: inline; font-weight: lighter !important; text-align: right; opacity: 5; } .like-comment-status { margin-top: 10px; border: 1px solid activeborder; background-color: #EFEFEF; cursor: pointer; position: absolute; } .like-comment-data { display: none; padding-top: 10px; } .statusBorder { padding-bottom: 20px; padding-top: 10px; border-width:thin; border-bottom-style: dashed; border-spacing: 10px; } .friendComment { padding-bottom: 60px; } .typeahead-srch-frnd { font-weight: bolder; font-stretch: wider; }
0.3512
0.077762
@charset "utf-8"; @font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url('fonts/NotoSansKR-Regular.woff2') format('woff2'), url('fonts/NotoSansKR-Regular.woff') format('woff'), url('fonts/NotoSansKR-Regular.otf') format('opentype'); } html,body{height:100%; margin:0;padding:0; border:0; word-break:keep-all ; font-family:'Noto Sans KR', '맑은 고딕', sans-serif;font-weight: 400;} * {margin: 0;} body{ margin:0; /* color:#6a6f8c; */ background:#fff; font:600 16px/18px 'Open Sans',sans-serif; } table {border-collapse: collapse;border-spacing: 0;} /*-------------------- 기술지원 ----------------------*/ .left {float:left} .text_center {text-align: center} .bottom_bg {width: 250px; height:360px; position: fixed; bottom:0; right:0; z-index: 99; background-size: 200px} .support {width: 100%; height: 100%; color:#555; font-size: 13px; line-height: 22px; } .support h1 {background: #2d096a url('../images/askos_white.png') right 30px center no-repeat; background-size: 80px; padding:20px 30px; font-size:24px; color:#fff; font-weight: 400} .support .license {background: #e6e6e6; padding:20px 30px;} .support .licenseok {background-image: linear-gradient(to right, #4fd6d8 0%, #8455d7 100%); padding:20px 30px 10px 30px; color:#fff} .support .licenseok span {font-size: 25px; line-height: 40px} .supp_con {padding:30px 30px 0 30px; line-height: 22px; font-size: 13px; letter-spacing: -0.5px} .intext {margin: 30px} input::placeholder{color: #999} input::-webkit-input-placeholder {color:#999; } input::-moz-placeholder {color:#999;} input:-moz-placeholder {color:#999;} input:-ms-input-placeholder {color:#999;} textarea::placeholder{color: #999} textarea::-webkit-input-placeholder {color:#999;} textarea::-moz-placeholder {color:#999;} textarea:-moz-placeholder {color:#999;} textarea:-ms-input-placeholder {color:#999;} input[type=text], input[type=password], textarea, button {font-family:'Noto Sans KR', '맑은 고딕', sans-serif; box-sizing: border-box; margin-top:10px; vertical-align: top; color:#555;} input[type=text], input[type=password], textarea, button:focus {outline: none;} .labelzero { display: none} .input_type1 {width: 400px;height:38px;font-size:14px; border-image: linear-gradient(to right, #4fd6d8 0%, #8455d7 100%);border-image-slice: 1;padding-left:10px; color:#555; background: #fff; float:left; } .input_type2 {width: 100%;height:35px;font-size:14px; color:#555; background: #f2f2f2; display: block; border:1px solid #ddd; border-radius: 5px; padding:0 20px} .btn_check {cursor: pointer;display: inline-block; text-align: center; width: 40px; border:2px solid #b6bfcd; height: 38px; background: #b6bfcd url('../images/icon_checked.png') center no-repeat; font-size: 0} .btn_checked {cursor: pointer;display: inline-block; text-align: center; width: 40px; border:2px solid #8455d7; height: 38px; background: #8455d7 url('../images/icon_checked.png') center no-repeat; font-size: 0} .supp_btn {margin:0 30px;} .btn_comm {cursor: pointer;display: inline-block; height: 40px; padding:0 20px 0 60px; background: url('../images/icon_comm.png') left 20px center no-repeat; border:2px solid #43c2d5; border-radius: 5px; font-size: 14px; line-height: 35px} .btn_contact {cursor: pointer;display: inline-block; height: 40px; padding:0 20px 0 60px; background: url('../images/icon_contact.png') left 20px center no-repeat; border:2px solid #8157d7; border-radius: 5px; font-size: 14px; line-height: 35px} .btn_ok {cursor: pointer;display: inline-block; height: 40px; width:150px; text-align: center; border-radius: 40px; font-size: 14px; line-height: 35px; background: #2d096a; border: 0; color: #fff; } .btn_cancel {cursor: pointer;display: inline-block; height: 40px; width:150px; text-align: center; border-radius:40px; font-size: 14px; line-height: 35px; background: #5f6a77;border: 0; color: #fff;} .btn_comm:hover, .btn_ok:hover {color:#43c2d5} .btn_contact:hover {color:#8157d7} .btn_cancel:hover {opacity: 0.7} textarea {overflow: auto; border:1px solid #ccc; border-radius: 5px; padding:10px; width:100%; height: 150px; padding:20px; font-size: 14px;background: #f2f2f2;} input[type=file] {width:500px; display: block; height: 35px; vertical-align: middle; font-size: 14px; margin-top: 15px} input[type=file]:focus {outline: none;} .con_wrap {padding:20px 30px;} .btn_comm2 { background: url('../images/icon_comm.png') left 20px center no-repeat; cursor: pointer;display: inline-block; background: #262f35; width: 300px; height: 40px; text-align: center; border-radius: 40px; font-size: 13px; line-height: 35px; height: 35px; color: #fff; text-decoration: none} .btn_comm2:hover {background: #000;} .list_type1 {padding-left: 90px} .list_type1 li{display: block; } .list_type1 li span {color: #214bb6} .icon_bg1 {background: url('../images/icon_community.png') left 30px center no-repeat; background-size: 40px} .login { padding-left:0; width: 300px; text-align: center; margin: 20px auto; background: url('../images/bg_login.png') center 0 no-repeat; background-size: 60px;padding-top: 80px} .login li {display: block} .login input {width: 100%; height:38px;font-size:14px;border: 2px solid #bfcad9; border-radius: 40px; color:#555; background: #fff; padding-left: 20px; margin-top: 5px; vertical-align: middle } .login label {display: none; width: 70px; vertical-align: middle } .login input:focus { border: 2px solid #19bac9} .login button {cursor: pointer; width: 100%; height: 40px; border-radius: 40px; background: #2d096a; color: #fff; line-height: 35px; border: 1px solid #2d096a} .login button:hover {background: #19bac9; border: 1px solid #19bac9} .userbox {background: #4f5d7a; font-size: 12px; color: #fff; height: 35px; line-height: 35px; text-align: center} .userbox a {font-size: 12px; color: #fff; margin-left:20px } .input_type3 {width: 100%; height:38px;font-size:14px;border: 2px solid #bfcad9; border-radius: 40px; color:#555; background: #fff; padding-left: 20px; margin-top: 5px; vertical-align: middle } .input_type3:hover { border: 2px solid #19bac9} .table_type1 {height: 300px; overflow: auto; margin-top: 30px; } .table_type1 table {width:100%;border-top:1px solid #19bac9; } .table_type1 thead th {padding:10px 5px; color:#333;background-color:#f5f6fa;text-align:left;border-bottom:1px solid #e8e8e8; font-weight:400;line-height:17px} .table_type1 tbody td {padding:5px 10px; border-bottom:1px solid #e8e8e8;text-align:left; ; color:#666; font-size:13px; line-height:17px} .table_type1 tbody tr:hover td {background:#f1f4fb;} .con_wrap textarea {overflow: auto; border:2px solid #bfcad9; border-radius: 10px; padding:10px; width:100%; height: 150px; padding:20px; font-size: 14px;background: #fff;} .mT20 {margin-top: 20px} .question { margin-top: 20px; border-bottom: 1px solid #e8e8e8;} .accordion { cursor: pointer;padding: 10px;border: none;text-align: left;outline: none;transition: 0.4s;border-top:1px solid #e8e8e8;} .active, .accordion:hover {} .panel {padding: 10px 30px;display: none;background-color: white;overflow: hidden;}
de-business-sw/public/assets/css/common.css
@charset "utf-8"; @font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url('fonts/NotoSansKR-Regular.woff2') format('woff2'), url('fonts/NotoSansKR-Regular.woff') format('woff'), url('fonts/NotoSansKR-Regular.otf') format('opentype'); } html,body{height:100%; margin:0;padding:0; border:0; word-break:keep-all ; font-family:'Noto Sans KR', '맑은 고딕', sans-serif;font-weight: 400;} * {margin: 0;} body{ margin:0; /* color:#6a6f8c; */ background:#fff; font:600 16px/18px 'Open Sans',sans-serif; } table {border-collapse: collapse;border-spacing: 0;} /*-------------------- 기술지원 ----------------------*/ .left {float:left} .text_center {text-align: center} .bottom_bg {width: 250px; height:360px; position: fixed; bottom:0; right:0; z-index: 99; background-size: 200px} .support {width: 100%; height: 100%; color:#555; font-size: 13px; line-height: 22px; } .support h1 {background: #2d096a url('../images/askos_white.png') right 30px center no-repeat; background-size: 80px; padding:20px 30px; font-size:24px; color:#fff; font-weight: 400} .support .license {background: #e6e6e6; padding:20px 30px;} .support .licenseok {background-image: linear-gradient(to right, #4fd6d8 0%, #8455d7 100%); padding:20px 30px 10px 30px; color:#fff} .support .licenseok span {font-size: 25px; line-height: 40px} .supp_con {padding:30px 30px 0 30px; line-height: 22px; font-size: 13px; letter-spacing: -0.5px} .intext {margin: 30px} input::placeholder{color: #999} input::-webkit-input-placeholder {color:#999; } input::-moz-placeholder {color:#999;} input:-moz-placeholder {color:#999;} input:-ms-input-placeholder {color:#999;} textarea::placeholder{color: #999} textarea::-webkit-input-placeholder {color:#999;} textarea::-moz-placeholder {color:#999;} textarea:-moz-placeholder {color:#999;} textarea:-ms-input-placeholder {color:#999;} input[type=text], input[type=password], textarea, button {font-family:'Noto Sans KR', '맑은 고딕', sans-serif; box-sizing: border-box; margin-top:10px; vertical-align: top; color:#555;} input[type=text], input[type=password], textarea, button:focus {outline: none;} .labelzero { display: none} .input_type1 {width: 400px;height:38px;font-size:14px; border-image: linear-gradient(to right, #4fd6d8 0%, #8455d7 100%);border-image-slice: 1;padding-left:10px; color:#555; background: #fff; float:left; } .input_type2 {width: 100%;height:35px;font-size:14px; color:#555; background: #f2f2f2; display: block; border:1px solid #ddd; border-radius: 5px; padding:0 20px} .btn_check {cursor: pointer;display: inline-block; text-align: center; width: 40px; border:2px solid #b6bfcd; height: 38px; background: #b6bfcd url('../images/icon_checked.png') center no-repeat; font-size: 0} .btn_checked {cursor: pointer;display: inline-block; text-align: center; width: 40px; border:2px solid #8455d7; height: 38px; background: #8455d7 url('../images/icon_checked.png') center no-repeat; font-size: 0} .supp_btn {margin:0 30px;} .btn_comm {cursor: pointer;display: inline-block; height: 40px; padding:0 20px 0 60px; background: url('../images/icon_comm.png') left 20px center no-repeat; border:2px solid #43c2d5; border-radius: 5px; font-size: 14px; line-height: 35px} .btn_contact {cursor: pointer;display: inline-block; height: 40px; padding:0 20px 0 60px; background: url('../images/icon_contact.png') left 20px center no-repeat; border:2px solid #8157d7; border-radius: 5px; font-size: 14px; line-height: 35px} .btn_ok {cursor: pointer;display: inline-block; height: 40px; width:150px; text-align: center; border-radius: 40px; font-size: 14px; line-height: 35px; background: #2d096a; border: 0; color: #fff; } .btn_cancel {cursor: pointer;display: inline-block; height: 40px; width:150px; text-align: center; border-radius:40px; font-size: 14px; line-height: 35px; background: #5f6a77;border: 0; color: #fff;} .btn_comm:hover, .btn_ok:hover {color:#43c2d5} .btn_contact:hover {color:#8157d7} .btn_cancel:hover {opacity: 0.7} textarea {overflow: auto; border:1px solid #ccc; border-radius: 5px; padding:10px; width:100%; height: 150px; padding:20px; font-size: 14px;background: #f2f2f2;} input[type=file] {width:500px; display: block; height: 35px; vertical-align: middle; font-size: 14px; margin-top: 15px} input[type=file]:focus {outline: none;} .con_wrap {padding:20px 30px;} .btn_comm2 { background: url('../images/icon_comm.png') left 20px center no-repeat; cursor: pointer;display: inline-block; background: #262f35; width: 300px; height: 40px; text-align: center; border-radius: 40px; font-size: 13px; line-height: 35px; height: 35px; color: #fff; text-decoration: none} .btn_comm2:hover {background: #000;} .list_type1 {padding-left: 90px} .list_type1 li{display: block; } .list_type1 li span {color: #214bb6} .icon_bg1 {background: url('../images/icon_community.png') left 30px center no-repeat; background-size: 40px} .login { padding-left:0; width: 300px; text-align: center; margin: 20px auto; background: url('../images/bg_login.png') center 0 no-repeat; background-size: 60px;padding-top: 80px} .login li {display: block} .login input {width: 100%; height:38px;font-size:14px;border: 2px solid #bfcad9; border-radius: 40px; color:#555; background: #fff; padding-left: 20px; margin-top: 5px; vertical-align: middle } .login label {display: none; width: 70px; vertical-align: middle } .login input:focus { border: 2px solid #19bac9} .login button {cursor: pointer; width: 100%; height: 40px; border-radius: 40px; background: #2d096a; color: #fff; line-height: 35px; border: 1px solid #2d096a} .login button:hover {background: #19bac9; border: 1px solid #19bac9} .userbox {background: #4f5d7a; font-size: 12px; color: #fff; height: 35px; line-height: 35px; text-align: center} .userbox a {font-size: 12px; color: #fff; margin-left:20px } .input_type3 {width: 100%; height:38px;font-size:14px;border: 2px solid #bfcad9; border-radius: 40px; color:#555; background: #fff; padding-left: 20px; margin-top: 5px; vertical-align: middle } .input_type3:hover { border: 2px solid #19bac9} .table_type1 {height: 300px; overflow: auto; margin-top: 30px; } .table_type1 table {width:100%;border-top:1px solid #19bac9; } .table_type1 thead th {padding:10px 5px; color:#333;background-color:#f5f6fa;text-align:left;border-bottom:1px solid #e8e8e8; font-weight:400;line-height:17px} .table_type1 tbody td {padding:5px 10px; border-bottom:1px solid #e8e8e8;text-align:left; ; color:#666; font-size:13px; line-height:17px} .table_type1 tbody tr:hover td {background:#f1f4fb;} .con_wrap textarea {overflow: auto; border:2px solid #bfcad9; border-radius: 10px; padding:10px; width:100%; height: 150px; padding:20px; font-size: 14px;background: #fff;} .mT20 {margin-top: 20px} .question { margin-top: 20px; border-bottom: 1px solid #e8e8e8;} .accordion { cursor: pointer;padding: 10px;border: none;text-align: left;outline: none;transition: 0.4s;border-top:1px solid #e8e8e8;} .active, .accordion:hover {} .panel {padding: 10px 30px;display: none;background-color: white;overflow: hidden;}
0.17252
0.073397
body { background: #d3d3d3; height: 100%; margin: 0; padding: 0; } h2 { color: #daf236; } h4 { color: #e5e2e2; } label { color: #e5e2e2 } #map { height: 100%; border: 3px solid black; margin-top: 15px; } .map-container { height: 100%; } .nav-side-menu { overflow: auto; font-family: verdana; font-size: 12px; font-weight: 200; background-color: #2e353d; position: fixed; top: 0px; width: 300px; height: 100%; color: #e1ffff; } .nav-side-menu .brand { background-color: #23282e; line-height: 50px; display: block; text-align: center; font-size: 14px; } .nav-side-menu .toggle-btn { display: none; } .nav-side-menu ul, .nav-side-menu li { list-style: none; padding: 0px; margin: 0px; line-height: 35px; cursor: pointer; } .nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before { font-family: FontAwesome; content: "\f078"; display: inline-block; padding-left: 10px; padding-right: 10px; vertical-align: middle; float: right; } .nav-side-menu ul .active, .nav-side-menu li .active { border-left: 3px solid #d19b3d; background-color: #455A64; } .nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active { color: #d19b3d; } .nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a { color: #d19b3d; } .nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li { background-color: #181c20; border: none; line-height: 28px; border-bottom: 1px solid #23282e; margin-left: 0px; } .nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover { background-color: #020203; } .nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before { font-family: FontAwesome; content: "\f105"; display: inline-block; padding-left: 10px; padding-right: 10px; vertical-align: middle; } .nav-side-menu ul .sub-menu li.no-indicator:before, .nav-side-menu li .sub-menu li.no-indicator:before { content: none; } .nav-side-menu li { padding-left: 0px; border-left: 3px solid #2e353d; border-bottom: 1px solid #23282e; } .nav-side-menu li a { text-decoration: none; color: #e1ffff; } .nav-side-menu li a i { padding-left: 10px; width: 20px; padding-right: 20px; } .nav-side-menu li:hover { border-left: 3px solid #d19b3d; background-color: #4f5b69; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .foursquare-logo { color: #E91E63; } .add-on .form-control:focus { box-shadow:none; -webkit-box-shadow:none; border-color:#cccccc; } #about-and-info li a { color: white; } #about-and-info li a:hover { color: lightblue; text-decoration: underline; } @media (max-width: 767px) { .nav-side-menu { position: relative; width: 100%; margin-bottom: 10px; } .nav-side-menu .toggle-btn { display: block; cursor: pointer; position: absolute; right: 10px; top: 10px; z-index: 10 !important; padding: 3px; background-color: #ffffff; color: #000; width: 40px; text-align: center; } .brand { text-align: left !important; font-size: 22px; padding-left: 20px; line-height: 50px !important; } .map-container { height: 85vh; } } @media (min-width: 767px) { .nav-side-menu .menu-list .menu-content { display: block; } #main { width:calc(100% - 300px); float: right; } .map-container { height: 97vh; } } .restaurant-name { color: #303F9F; } .checkins-count-huge, .tip-count-huge, .users-count-huge { color: #009688; } .checkins-count-medium, .tip-count-medium, .users-count-medium { color: #CDDC39; } .checkins-count-small, .tip-count-small, .users-count-small { color: #FF5722; } .no-info { color: red; } .loader { border: 16px solid #f3f3f3; /* Light grey */ border-top: 16px solid black; /* Blue */ border-radius: 50%; width: 70px; height: 70px; animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
styles/main.css
body { background: #d3d3d3; height: 100%; margin: 0; padding: 0; } h2 { color: #daf236; } h4 { color: #e5e2e2; } label { color: #e5e2e2 } #map { height: 100%; border: 3px solid black; margin-top: 15px; } .map-container { height: 100%; } .nav-side-menu { overflow: auto; font-family: verdana; font-size: 12px; font-weight: 200; background-color: #2e353d; position: fixed; top: 0px; width: 300px; height: 100%; color: #e1ffff; } .nav-side-menu .brand { background-color: #23282e; line-height: 50px; display: block; text-align: center; font-size: 14px; } .nav-side-menu .toggle-btn { display: none; } .nav-side-menu ul, .nav-side-menu li { list-style: none; padding: 0px; margin: 0px; line-height: 35px; cursor: pointer; } .nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before { font-family: FontAwesome; content: "\f078"; display: inline-block; padding-left: 10px; padding-right: 10px; vertical-align: middle; float: right; } .nav-side-menu ul .active, .nav-side-menu li .active { border-left: 3px solid #d19b3d; background-color: #455A64; } .nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active { color: #d19b3d; } .nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a { color: #d19b3d; } .nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li { background-color: #181c20; border: none; line-height: 28px; border-bottom: 1px solid #23282e; margin-left: 0px; } .nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover { background-color: #020203; } .nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before { font-family: FontAwesome; content: "\f105"; display: inline-block; padding-left: 10px; padding-right: 10px; vertical-align: middle; } .nav-side-menu ul .sub-menu li.no-indicator:before, .nav-side-menu li .sub-menu li.no-indicator:before { content: none; } .nav-side-menu li { padding-left: 0px; border-left: 3px solid #2e353d; border-bottom: 1px solid #23282e; } .nav-side-menu li a { text-decoration: none; color: #e1ffff; } .nav-side-menu li a i { padding-left: 10px; width: 20px; padding-right: 20px; } .nav-side-menu li:hover { border-left: 3px solid #d19b3d; background-color: #4f5b69; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .foursquare-logo { color: #E91E63; } .add-on .form-control:focus { box-shadow:none; -webkit-box-shadow:none; border-color:#cccccc; } #about-and-info li a { color: white; } #about-and-info li a:hover { color: lightblue; text-decoration: underline; } @media (max-width: 767px) { .nav-side-menu { position: relative; width: 100%; margin-bottom: 10px; } .nav-side-menu .toggle-btn { display: block; cursor: pointer; position: absolute; right: 10px; top: 10px; z-index: 10 !important; padding: 3px; background-color: #ffffff; color: #000; width: 40px; text-align: center; } .brand { text-align: left !important; font-size: 22px; padding-left: 20px; line-height: 50px !important; } .map-container { height: 85vh; } } @media (min-width: 767px) { .nav-side-menu .menu-list .menu-content { display: block; } #main { width:calc(100% - 300px); float: right; } .map-container { height: 97vh; } } .restaurant-name { color: #303F9F; } .checkins-count-huge, .tip-count-huge, .users-count-huge { color: #009688; } .checkins-count-medium, .tip-count-medium, .users-count-medium { color: #CDDC39; } .checkins-count-small, .tip-count-small, .users-count-small { color: #FF5722; } .no-info { color: red; } .loader { border: 16px solid #f3f3f3; /* Light grey */ border-top: 16px solid black; /* Blue */ border-radius: 50%; width: 70px; height: 70px; animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
0.429669
0.107625
img { max-height: 48px; margin-left: 10px; } mat-toolbar { width: 100%; padding: 0; margin: 0; height: 64px; display: flex; align-items: center; box-shadow: 0 0 0.4rem rgba(0, 0, 0, .1), 0 0.4rem 0.8rem rgba(0, 0, 0, .2); z-index: 10; } .fill { flex: 1; } mat-toolbar button { background: none; border: none; color: white; margin-left: 5%; } .md-search__form { margin-left: 1.5%; } mat-toolbar > a { font-size: 1.4rem; font-weight: 300; color: white; margin-left: 1.5%; text-decoration: none; display: flex; } .example-sidenav-container { /* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */ flex: 1; } .example-is-mobile .example-sidenav-container { /* When the sidenav is fixed, don't constrain the height of the sidenav container. This allows the `<body>` to be our scrolling element for mobile layouts. */ flex: 1 0 auto; } input { font-weight: 300; color: black; } mat-nav-list a { border-bottom: .1rem solid rgba(0, 0, 0, .07); } i { color: white; } .search-focused input { background-color: white; border: none; box-shadow: none; border-radius: 0; } .search-focused .md-search__icon { color: black; } .search-results { display: none; -webkit-transition: 0.2s; /* Safari */ transition: 0.2s; width: 100%; overflow: auto; max-height: calc(100vh - 64px); } .md-search__icon { color: white; } .mat-toolbar-row, .mat-toolbar-single-row { white-space: normal; } .search-results-focused { display: block; box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .4); position: absolute; top: 3.6rem; z-index: 10; background: white; } /* Mobile Search */ .mobile_search_hidden { display: none; } .mobile_search_visible { display: block; position: absolute; top: 0; bottom: 0; right: 0; left: 0; background: white; z-index: 10; } .mobile_search_visible i { color: black; } .mobile_search_visible input { border: none; background: white; font-size: 1.8em; padding: 0 4.4rem 0 7.2rem; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; width: 90%; } .input_outer { display: flex; padding: 20px; align-items: center; justify-content: space-around; } .second-level a { font-size: 1.4rem; margin-left: 20px; } .image-wrapper { width: 275px; } .shadow { box-shadow: 0 0 0.2rem rgba(0, 0, 0, .1), 0 0.2rem 0.4rem rgba(0, 0, 0, .1); } .white { color: white; } .pointer { cursor: pointer; } mat-form-field.mat-form-field { font-size: 1.3rem !important; }
src/app/core/components/toolbar/toolbar.component.css
img { max-height: 48px; margin-left: 10px; } mat-toolbar { width: 100%; padding: 0; margin: 0; height: 64px; display: flex; align-items: center; box-shadow: 0 0 0.4rem rgba(0, 0, 0, .1), 0 0.4rem 0.8rem rgba(0, 0, 0, .2); z-index: 10; } .fill { flex: 1; } mat-toolbar button { background: none; border: none; color: white; margin-left: 5%; } .md-search__form { margin-left: 1.5%; } mat-toolbar > a { font-size: 1.4rem; font-weight: 300; color: white; margin-left: 1.5%; text-decoration: none; display: flex; } .example-sidenav-container { /* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */ flex: 1; } .example-is-mobile .example-sidenav-container { /* When the sidenav is fixed, don't constrain the height of the sidenav container. This allows the `<body>` to be our scrolling element for mobile layouts. */ flex: 1 0 auto; } input { font-weight: 300; color: black; } mat-nav-list a { border-bottom: .1rem solid rgba(0, 0, 0, .07); } i { color: white; } .search-focused input { background-color: white; border: none; box-shadow: none; border-radius: 0; } .search-focused .md-search__icon { color: black; } .search-results { display: none; -webkit-transition: 0.2s; /* Safari */ transition: 0.2s; width: 100%; overflow: auto; max-height: calc(100vh - 64px); } .md-search__icon { color: white; } .mat-toolbar-row, .mat-toolbar-single-row { white-space: normal; } .search-results-focused { display: block; box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .4); position: absolute; top: 3.6rem; z-index: 10; background: white; } /* Mobile Search */ .mobile_search_hidden { display: none; } .mobile_search_visible { display: block; position: absolute; top: 0; bottom: 0; right: 0; left: 0; background: white; z-index: 10; } .mobile_search_visible i { color: black; } .mobile_search_visible input { border: none; background: white; font-size: 1.8em; padding: 0 4.4rem 0 7.2rem; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; width: 90%; } .input_outer { display: flex; padding: 20px; align-items: center; justify-content: space-around; } .second-level a { font-size: 1.4rem; margin-left: 20px; } .image-wrapper { width: 275px; } .shadow { box-shadow: 0 0 0.2rem rgba(0, 0, 0, .1), 0 0.2rem 0.4rem rgba(0, 0, 0, .1); } .white { color: white; } .pointer { cursor: pointer; } mat-form-field.mat-form-field { font-size: 1.3rem !important; }
0.688992
0.172241
@media only screen and (min-width:300px ) { .section-3{ position: relative; display: flex; height: 650vh; margin-top: 0rem; margin-bottom: 0rem; /* white-space: nowrap; */ background-image: url('../../../../images/section-3-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; font-size: 100px; z-index: 80; } } @media only screen and (min-width:600px ) { .section-3{ position: relative; display: flex; height: 240vh; margin-top: 0rem; margin-bottom: 0rem; /* white-space: nowrap; */ background-image: url('../../../../images/section-3-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; font-size: 100px; z-index: 80; } } @media only screen and (min-width: 960px) { .section-3{ position: relative; display: flex; height: 200vh; margin-top: 0rem; margin-bottom: 0rem; /* white-space: nowrap; */ background-image: url('../../../../images/section-3-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; font-size: 100px; z-index: 80; /* opacity: 0.5; */ } } @media only screen and (min-width: 1280px) { .section-3{ position: relative; display: flex; height: 200vh; margin-top: 0rem; margin-bottom: 0rem; /* white-space: nowrap; */ background-image: url('../../../../images/section-3-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; font-size: 100px; z-index: 80; } } .section-3:after{ content: ""; width:100%; height:100%; position: absolute; left:0; top:0; background: inherit; filter: blur(12px); z-index: 81; } .section-3-title{ color: #ffffff; position: absolute; z-index:82; margin-left: 7rem; margin-top: 2rem; } /* .menu-container{ display: grid; grid-template-columns:repeat(6,100px); grid-template-rows: repeat(3,100px); } */ .menu-content{ width: 200px; height: 140px; z-index: 82; position: absolute; }
client/src/components/HomePage/HomeBody/Menu/MenuSection.css
@media only screen and (min-width:300px ) { .section-3{ position: relative; display: flex; height: 650vh; margin-top: 0rem; margin-bottom: 0rem; /* white-space: nowrap; */ background-image: url('../../../../images/section-3-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; font-size: 100px; z-index: 80; } } @media only screen and (min-width:600px ) { .section-3{ position: relative; display: flex; height: 240vh; margin-top: 0rem; margin-bottom: 0rem; /* white-space: nowrap; */ background-image: url('../../../../images/section-3-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; font-size: 100px; z-index: 80; } } @media only screen and (min-width: 960px) { .section-3{ position: relative; display: flex; height: 200vh; margin-top: 0rem; margin-bottom: 0rem; /* white-space: nowrap; */ background-image: url('../../../../images/section-3-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; font-size: 100px; z-index: 80; /* opacity: 0.5; */ } } @media only screen and (min-width: 1280px) { .section-3{ position: relative; display: flex; height: 200vh; margin-top: 0rem; margin-bottom: 0rem; /* white-space: nowrap; */ background-image: url('../../../../images/section-3-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; font-size: 100px; z-index: 80; } } .section-3:after{ content: ""; width:100%; height:100%; position: absolute; left:0; top:0; background: inherit; filter: blur(12px); z-index: 81; } .section-3-title{ color: #ffffff; position: absolute; z-index:82; margin-left: 7rem; margin-top: 2rem; } /* .menu-container{ display: grid; grid-template-columns:repeat(6,100px); grid-template-rows: repeat(3,100px); } */ .menu-content{ width: 200px; height: 140px; z-index: 82; position: absolute; }
0.259356
0.064683
#hdtitle{ background-image: url(../images/icon-lvp.png); background-size: 100px; } .swal2-title{ padding-top: 0px!important; } .alert__success{ position: absolute; top: 50%; z-index: 10; right: 50%; transform: translate(50%, -50%); background: #e75c0a; border-radius: 44px; } .alert__success h6{ font-size: 20px; width: 340px; text-align: center; color: #fff; padding: 20px 44px; } #header{ background: #fff; position: fixed; top: 0px; right: 0px; left: 0px; z-index: 10; } .content__product-bg, #sidebar{ display: none; } .header__logo img{ width: 185px; } .header__navbar-item>a:after{ content: ''; position: absolute; bottom: -9px; left: -4px; width: 112%; height: 2px; margin: 0; background-color: #000; transition: all .3s ease-in-out; transform-origin: 50% 50%; transform: scale3d(0,1,1); } .header__navbar-item:hover.header__navbar-item>a:after{ content: ''; position: absolute; bottom: -9px; left: -4px; width: 112%; height: 2px; margin: 0; background-color: #000; transition: all .3s ease-in-out; transform-origin: 50% 50%; transform: scale3d(1,1,1); } .header { display: flex; justify-content: space-between; margin: 0px auto; max-width: 1368px; position: relative; } .header__logo a{ text-decoration: none; font-size: #333; } .header__logo a h2{ margin-bottom: 0px; margin-top: 13px; color: #333; font-family: serif; font-size: 48px; } .header__navbar{ display: inline-flex; } .header__navbar-list{ list-style: none; margin-bottom: 0px; padding-left: 0px; display: inline-flex; } .header__navbar-item{ padding: 30px 55px 30px 0px; font-size: 16px; font-weight: 450; } .header__navbar-item a{ color: #333; text-transform: uppercase; text-decoration: none; position: relative; } .header__navbar-item a:hover{ color: #d11a1a; transition: all 0.7s; } .header__navbar-item--icon{ padding: 30px 10px; } .header__navbar-item--icon a{ color: #333; } .header__subnavbar-list{ list-style: none; margin-bottom: 0px; padding-left: 0px; position: absolute; background: #fff; top: 84px; display: none; box-shadow: 0px 0px 3px 0px; } .header__subnavbar-item{ border-bottom: 1px solid #cabcbc; } .header__subnavbar-item a{ display: block; padding: 14px 10px 14px 10px; width: 250px; } .header__navbar-list .header__navbar-item { position: relative; } ul.header__subnavbar-list a{ display: block; padding: 14px 10px 14px 10px; width: 250px; font-weight: 350; } ul.header__subnavbar-list a:hover{ padding-left: 20px; color: red; transition: all 0.7s; } .header__navbar-item--icon a span{ background: red; padding: 0px 6px 2px 6px; border-radius: 17px; font-size: 11px; position: absolute; top: 20px; right: 0px; color: #fff; } /* ======================FORM========================= */ .header__navbar-item--icon:nth-child(2){ position: relative; } .header__overlay-user{ position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(1 0 0 / 50%); display: none; } .login-box { position: fixed; right: 10px; top: 110px; display: inline-block; width: 90%; height: auto; max-width: 620px; padding: 40px; background-color: #fff; border-radius: 15px; z-index: 8; transform: translate3d(0,0,0); display: none; } .login-block { position: relative; display: block; width: 100%; height: auto; } .input-text { position: relative; display: block; width: 100%; height: auto; } .col { position: relative; display: block; width: 100%; height: auto; margin-bottom: 12px; } .size_6 { float: left; width: calc(50% - 6px); padding: 0; } .input-mg{ margin-left: 10px; } .clearfix{ clear: both; display: block; } .input-text input[type=password], .input-text input[type=email] { position: relative; display: block; width: 100%; height: 64px; line-height: 64px; padding: 0 20px; background-color: transparent; font-weight: 300; font-size: 18px; color: #464646; outline: 0; border: 1px solid #a1a1a1; box-shadow: 0 2px 2px rgb(0 0 0 / 10%); border-radius: 8px; transition: all .3s ease-in-out; } .login-block .input-but { display: flex; justify-content: space-between; flex-wrap: wrap; } .btnLogin { position: relative; display: inline-block; width: auto; height: auto; } #email-error, #password-error{ color: red; font-weight: bold; font-size: 12px; } .btnLogin button { padding: 0 20px 0 55px; background-color: #000; line-height: 60px; border-radius: 8px; color: #fff; font-size: 16px; text-transform: uppercase; cursor: pointer; } .btnLogin::after { content: ''; position: absolute; left: 15px; top: 17px; width: 24px; height: 24px; background: url(../images/user.png) no-repeat center center/cover; } .btnRegis { position: relative; display: inline-block; width: auto; height: auto; } .btnRegis a { position: relative; display: block; outline: 0; border: none; border-radius: 0; font-weight: 700; transition: all .3s ease-in-out; padding: 0 20px 0 20px; line-height: 60px; border-radius: 8px; background-color: #eee; color: #000; font-size: 16px; text-transform: uppercase; cursor: pointer; text-decoration: none; } .header__logout{ position: fixed; right: 20px; top: 120px; width: auto; height: auto; padding: 5px 15px; box-shadow: 0 0 0 5px rgb(255 255 255); line-height: 30px; background-color: #000; color: #fff; margin: -30px 0 0 0; cursor: pointer; opacity: 1; transition: all .3s ease-in-out; text-align: center; z-index: 10; } .header__logout:hover{ box-shadow: none; } .header__logout a{ text-decoration: none; color: #fff; } /* ======================END-FORM==================== */ /*====================== SEARCH======================= */ .header__search{ position: absolute; top: 84px; /* height: 30vh; */ padding: 30px 0; width: 100%; background-color: #F4F4F4; display: none; } .header__search-prlist{ list-style: none; padding-left: 0; padding-top: 23px; } .pr-list{ max-height: 600px; overflow-y: auto; } .header__search-pritem p{ font-weight: bold; color: #ce2323; } .header__search-pritem a{ text-decoration: none; } .header__search-prlist li img{ width: 100px; } .header__formsearch{ text-align: center; } .header__input-search{ width: 71%; font-size: 30px; padding: 5px 0px; text-align: center; border: none; outline: none; background-color: transparent; border-bottom: 1px solid #333; } .header__submit-search{ width: 29%; font-size: 19px; padding: 9px 0px; text-align: center; border: none; outline: none; margin-top: 67px; } .header__submit-search { width: 29%; font-size: 19px; padding: 9px 0px; text-align: center; border: none; outline: none; margin-top: 67px; background: #333; color: #fff; } .header__submit-search:hover{ background: #913636; transition: all 0.7s; } .header__close{ position: absolute; top: 4px; right: 13px; cursor: pointer; font-size: 20px; } .header__close:hover{ color: red; transition: all 0.7s; } /* =====================END-SEARCH==================== */ /* ======================CART========================= */ .header__navbar-item--icon:last-child{ position: relative; } .header__cart{ position: absolute; background: #fff; right: -9px; cursor: pointer; top: 64px; z-index: 100; display: none; box-shadow: 0px 0px 2px 0px; } .header__total{ padding: 10px 0px 10px 23px; margin-bottom: 0px; } .header__total span{ padding-left: 30px; } .header__cart-show h3{ width: 224px; margin-bottom: 0px; font-size: 17px; text-align: center; background: #333; border-radius: 8px; margin: 10px 21px; padding: 10px; } .header__cart-show h3:hover{ background: #913636; transition: all 0.7s; } .header__cart-show h3 a{ text-decoration: none; color: #fff; } .header__cart i{ position: absolute; top: -22px; right: 16px; font-size: 33px; color: #e5dcdc; } .header__cart-list{ list-style: none; padding-left: 0px; overflow-y: auto; max-height: 200px; } .header__cart-list::-webkit-scrollbar{ width: 10px; background: lightgray; } .header__cart-list::-webkit-scrollbar-thumb{ background-color: gray; border-radius: 5px; } .header__cart-list a img{ width: 65px; transform: translateY(10px); margin-right: 10px; } .header__cart-item{ display: flex; } .header__flexColunm{ display: flex; flex-direction: column; } .header__cart-name{ margin-bottom: 0px; } .header__qty{ margin-bottom: 0px; } .header__cart-item{ padding: 10px 0px 8px 0px; border-bottom: 1px solid #d0baba; } /* ======================END-CART==================== */ /* ======================MENU-PRODUCT================ */ .header__navbar-item:first-child{ position: relative; } .header__product{ position: fixed; left: 0; right: 0; bottom: 0; top: 83px; width: 100%; padding: 45px 0px; display: none; z-index: 9; background-color: #fff; border-top: 1px solid #e5dfdf; } .header__product-list{ list-style: none; } .header__product-menu--list{ list-style: none; padding-left: 0px; } .header__product-menu--item{ padding: 6px 10px; text-transform: uppercase; font-size: 18px; font-weight: 350; } .header__product-name{ padding: 9px; font-size: 31px; text-transform: uppercase; font-weight: 550; color: #8c8888; } .header__imgproduct img{ height: 410px; position: relative; width: 457.5px; } .header__product-menu{ position: relative; } /* ============================CLOSE====================== */ .header__container-menu { padding: 58px 0px; } .header__menu-inner--x:after, .header__menu-inner--x:before{ position: absolute; right: 30px; content: ''; height: 2px; width: 48px; background: #9D0E01; } .header__menu-inner--x:before{ transform: rotate(45deg); top: 18px; } .header__menu-inner--x:after{ transform: rotate(-45deg); top: 18px; } .header__menu-inner--x:after{ cursor: pointer; } .header__menu-close{ background: #fff; width: 56px; height: 37px; margin-left: 1397px; cursor: pointer; } .header__menu-close p{ text-align: end; padding-right: 36px; margin-bottom: 0px; padding: 6px 35px; text-transform: uppercase; cursor: pointer; display: none; } /* ====================END-CLOSE========================== */ .header__allproduct{ position: absolute; bottom: 50%; right: 50%; font-size: 18px; transform: translate(50%, 50%); } .header__allproduct-name { font-size: 28px; font-weight: 700; color: #e10c0c!important; } .header__allproduct:hover .header__allproduct-icon i{ color: #913636; transform: translateX(76%); transition: all 0.7s; } .header__product-all{ position: absolute; top: 70px; left: 245px; display: none; } .header__product-all a, .header__product-all i { color: #913636; } ul.active{ display: block!important; } .header__product-submenu--item{ padding: 0px 0px 15px; } .header__product-submenu--item a{ color: #913636; font-weight: 600; } .header__menu-active{ display: block!important; } /* =====================END-MENU-PRODUCT============= */ /* ====================RESPONSIVE-NAVBAR============ */ .header__respon{ position: fixed; top: 0px; right: 0px; bottom: 0px; background: #fff; width: 50%; overflow-y: scroll; display: none; } ::-webkit-scrollbar{ width: 10px; background: lightgray; } ::-webkit-scrollbar-thumb{ background-color: gray; border-radius: 5px; } .header__respon-list{ list-style: none; padding-left: 0px; } .header__respon-item{ border-bottom: 1px solid rgb(224 207 207 / 40%); position: relative; display: block; } .header__respon-item a{ text-decoration: none; text-transform: uppercase; color: #333; font-weight: 480; font-size: 20px; width: 85%; display: block; padding: 16px; } .header__responproduct-submenu--item{ padding: 0 0 0px; } .header__responproduct-submenu--item a{ font-size: 13px!important; color: red!important; } .header__respon-arrow{ position: absolute; right: 0; top: 2px; margin: 0; width: 50px; display: block!important; height: 61px; text-align: center; border-left: 1px solid #f1f1f1; line-height: 34px; font-size: 15px; overflow: hidden; z-index: 10; color: inherit; -webkit-transform: translateY(0)!important; -ms-transform: translateY(0)!important; transform: translateY(0)!important; padding: 14px 0px; } .header__subrespon-list{ list-style: none; padding-left: 0px; display: none; } .header__subrespon-item{ border-bottom: 1px solid #f2dede; } .header__subrespon-item a{ border-right: none; } .header__subrespon-item:first-child{ border-top: 1px solid #f2dede; } .header__subrespon-item a{ padding: 10px 16px; font-size: 19px; font-weight: 350; width: 100%; } .header__subrespon-item a:hover{ color: #913636; transition: all 0.7s; } .header__respon-head h3{ margin-bottom: 0px; border-bottom: 1px solid #f2dede; padding: 16px 12px; font-size: 22px; font-weight: 350; } .header__respon-icon--arrow{ transform: rotate(-90deg); } .header__responproduct-list{ list-style: none; padding-left: 0px; border-top: 1px solid #f2dede; padding-bottom: 70px; display: none; } .header__respon-menu{ list-style: none; padding-left: 0px; } .header__respon-menu--item a{ padding: 9px; font-size: 16px; color: #3c3939; } .header__respon-head{ position: relative; } .header__respon-menu i{ position: absolute; top: 9px; right: 22px; font-size: 34px; cursor: pointer; color: #b0a7a7; } .header__respon-menu--name{ padding: 10px 6px; font-size: 27px; text-transform: uppercase; } .header__responallproduct a.header__responallproduct-name{ font-size: 14px; padding: 0px 16px; } .header__responallproduct a.header__responallproduct-icon i{ position: absolute; top: 153px; right: 79px; } .header__responproduct-submenu{ list-style: none; padding-left: 20px; display: none; } .header__responproduct-submenu{ color: #913636; font-weight: 600; } .header__responproduct-all a{ padding: 11px 22px; color: #971313; font-weight: 600; } .header__bars i{ font-size: 43px; cursor: pointer; display: none; } /* ====================END-RESPONSIVE-NAVBAR============ */ /* END-HEADER */ .owl-stage{ padding: 30px 0px; } /* CONTENT */ /* =================OWL-CAROUSEL============= */ #content{ padding-bottom: 56px; } .content__fb{ position: absolute; top: -86px; right: 0; } /* .content__item{ background-image: url("https://xuongnoithatdep.com/upload/images/noi-that-go-cong-nghiep-gia-re-01.jpg"); } */ .slider-item{ width: 100vw; height: 100vh; } /* .slider-item-one{ background: url('../images/slider-3.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; } */ /* .content__slider{ position: relative; } */ .content__product{ margin-top: 40px; } .content__buynow{ position: absolute; background: #fff; z-index: 2; top: 50%; right: 50%; transform: translate(50%, 10px); padding: 10px 27px; } .content__buynow:hover{ background: #9D0E01; transition: all 0.7s; } .content__buynow a{ text-decoration: none; text-transform: uppercase; color: #333; } .content__buynow:hover.content__buynow a{ color: #fff; transition: all 0.8s; font-weight: 450; } .header__overlay{ position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(21 7 7 / 40%); display: none; } /* =================END-OWL-CAROUSEL=========== */ .content__navbar-list{ list-style: none; padding-left: 0px; display: flex; flex-wrap: wrap; margin: 0px auto; max-width: 88%; } .content__navbar-item{ flex: 0 0 30%; max-width: 25%; position: relative; } .content__navbar-item a{ display: block; position: relative; } .content__navbar-item img{ width: 100%; padding: 10px 8px; } .content__container{ max-width: 1360px; } .content__divtext h3{ position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); color: #fff; text-transform: uppercase; opacity: 0; text-align: center; } .content__readmore{ position: absolute; top: 51%; right: 50%; transform: translate(50%, 10px); color: #fff; opacity: 0; } .content__title2{ position: absolute; top: 78%; right: 50%; color: #fff; text-transform: uppercase; transform: translate(50%, -10%); background: #333; padding: 7px 21px; font-size: 20px; text-align: center; } .content__navbar-item a:hover .content__title2{ margin-top: 40px; opacity: 0; transition: all 0.7s; } .content__navbar-item a:hover .content__divtext h3{ opacity: 0.7; transition: all 0.7s; margin-top: -40px; letter-spacing: 3px; } .content__navbar-item a:hover .content__readmore{ opacity: 0.7; transition: all 0.7s; margin-top: -25px; } .content__readmore:hover{ color: red; } /* ===========================DEMO-ACCOUNT====================== */ .content__title-logo img{ width: 63%; } .content__title h2{ text-transform: uppercase; font-weight: 300; text-align: center; font-size: 42px; } .content__title span.content__logo { font-size: 47px; font-family: 'Font Awesome 5 Free'; font-weight: bold; } .content__title span.content__introduce{ border-bottom: 3px solid #ad9906; } .content__title-live{ text-align: center; text-transform: uppercase; } .content__title-live h2{ font-size: 36px; font-weight: 300; margin: 26px 0px; } .content__title-live h2 span{ font-weight: bold; } .content__intro-show{ padding-bottom: 60px; } .content__intro-list{ padding-top: 6px; font-size: 18px; padding-bottom: 18px; text-align: center; width: 48%; height: auto; min-width: 800px; display: block; position: relative; margin: 0px auto; } .content__intro-list p{ text-align: justify; } .content__intro-pic{ padding-top: 6px; font-size: 18px; padding-bottom: 18px; text-align: center; width: 48%; height: auto; min-width: 800px; display: block; position: relative; margin: 0px auto; } .content__intro-pic::after{ content: ''; position: absolute; left: 0; top: 6px; width: 100%; height: 0; background-color: rgba(0,0,0,.5); transition: .5s ease-in-out; } .content__intro-pic h4{ margin: 0px; position: absolute; top: 50%; right: 50%; color: #fff; transform: translate(50%, -50%); font-weight: 700; font-size: 84px; z-index: 10; opacity: 0; transition: .5s ease-in-out; } .content__intro-pic:hover.content__intro-pic::after{ height: 94%; } .content__intro-pic:hover.content__intro-pic h4{ opacity: 1; } .content__intro-pic img{ max-width: 100%; } .content__intro-item{ display: flex; justify-content: space-evenly; padding-bottom: 57px; } .content__intro-item p{ width: 47%; display: block; width: 692px; overflow: hidden; text-overflow: ellipsis; line-height: 26px; -webkit-line-clamp: 13; display: -webkit-box; -webkit-box-orient: vertical; } .content__intro-item img{ display: block; width: 34%; } /* ===========================END-DEMO-ACCOUNT================= */ .content__newspaper-list{ list-style: none; padding-left: 0px; display: flex; flex-wrap: wrap; justify-content: center; } .content__newspaper-item{ flex: 0 0 28%; padding: 10px; text-align: center; margin-bottom: 30px; } .content__newspaper h1{ text-align: center; text-transform: uppercase; color: #fff; font-weight: 400; padding: 54px 0px 20px 0px; position: relative; } .content__newspaper h1:before{ content: ''; background: #e9cdcd; width: 200px; height: 3px; position: absolute; bottom: 9px; right: 43%; } .content__newspaper{ background: rgb(163 156 152 / 80%); } .content__newspaper-img a img{ width: 400px; height: 245px; } .content__newspaper-name a{ font-size: 17px; text-transform: uppercase; font-weight: 600; color: #fff; -webkit-transition: all .4s ease-in-out; -o-transition: .4s ease-in-out all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: inline-block; display: -webkit-box; transition: all .4s ease-in-out; overflow: hidden; padding-top: 17px; } .content__newspaper-move a{ text-decoration: none; color: #333; } .content__newspaper-move a:hover{ color: red; transition: all 0.7s; } .content__newspaper-move a:hover .content__move-icon{ padding-left: 10px; transition: all 0.7s; color: red; } .content__newspaper-img{ overflow: hidden; } .content__newspaper-img img:hover{ transform: scale(1.3); transition: all 0.7s; } .content__fil-item:hover{ transform: scaleX(1.01); } /* END-CONTENT */ /* =====================FOOTER===================== */ .footer__container{ max-width: 1400px; } #footer{ background-image: url(https://lh3.googleusercontent.com/proxy/1sRUglUbahDbQTvPIm-Q1U3NQ5uh6lR9l41vyCfSwn1EKubo2KxnE3hdJEJ26316LGNJznjHxxMIHbBJnpDQ-B9Mi6gXWrn5XpdJFzVjbUz51s4d); padding-top: 117px; padding-bottom: 50px; background-repeat: no-repeat; background: rgb(128 128 128 / 30%); position: sticky; z-index: 0; } .footer__form{ display: flex; } .footer__contact-title{ text-transform: uppercase; font-size: 40px; font-weight: 400; font-family: emoji; position: relative; } .footer__contact-wrapper h5{ padding-top: 24px; } .footer__contact-wrapper p{ display: flex; flex-direction: column; } .footer__contact-title span{ border-bottom: 3px solid #ceccbf; } .footer__address{ font-size: 17px; display: inline-block; font-weight: 350; color: #070000; } a.footer__phone, a.footer__mail{ text-decoration: none; color: #333; } .form-group input, .form-group textarea{ font-size: 21px; } .form-group textarea{ height: 169px; } .footer__send{ padding: 10px 85px; text-transform: uppercase; font-weight: 600; background: rgb(255 255 255 / 30%); border: none; } .footer__send:hover{ background: #baba0e; transition: all 0.7s; color: #fff; } /* =====================END-FOOTER================== */ /*======================= COPYRIGHT================ */ #copyright{ position: sticky; z-index: 0; } .copyright__text i{ font-size: 18px; color: #fff; display: block; padding: 8px 0px; } .copyright__text h3{ text-align: center; margin-bottom: 0px; margin-top: 0px; } .copyright__text { background: #ef5f5f; } /*======================= END-COPYRIGHT================ */
public/css/main.css
#hdtitle{ background-image: url(../images/icon-lvp.png); background-size: 100px; } .swal2-title{ padding-top: 0px!important; } .alert__success{ position: absolute; top: 50%; z-index: 10; right: 50%; transform: translate(50%, -50%); background: #e75c0a; border-radius: 44px; } .alert__success h6{ font-size: 20px; width: 340px; text-align: center; color: #fff; padding: 20px 44px; } #header{ background: #fff; position: fixed; top: 0px; right: 0px; left: 0px; z-index: 10; } .content__product-bg, #sidebar{ display: none; } .header__logo img{ width: 185px; } .header__navbar-item>a:after{ content: ''; position: absolute; bottom: -9px; left: -4px; width: 112%; height: 2px; margin: 0; background-color: #000; transition: all .3s ease-in-out; transform-origin: 50% 50%; transform: scale3d(0,1,1); } .header__navbar-item:hover.header__navbar-item>a:after{ content: ''; position: absolute; bottom: -9px; left: -4px; width: 112%; height: 2px; margin: 0; background-color: #000; transition: all .3s ease-in-out; transform-origin: 50% 50%; transform: scale3d(1,1,1); } .header { display: flex; justify-content: space-between; margin: 0px auto; max-width: 1368px; position: relative; } .header__logo a{ text-decoration: none; font-size: #333; } .header__logo a h2{ margin-bottom: 0px; margin-top: 13px; color: #333; font-family: serif; font-size: 48px; } .header__navbar{ display: inline-flex; } .header__navbar-list{ list-style: none; margin-bottom: 0px; padding-left: 0px; display: inline-flex; } .header__navbar-item{ padding: 30px 55px 30px 0px; font-size: 16px; font-weight: 450; } .header__navbar-item a{ color: #333; text-transform: uppercase; text-decoration: none; position: relative; } .header__navbar-item a:hover{ color: #d11a1a; transition: all 0.7s; } .header__navbar-item--icon{ padding: 30px 10px; } .header__navbar-item--icon a{ color: #333; } .header__subnavbar-list{ list-style: none; margin-bottom: 0px; padding-left: 0px; position: absolute; background: #fff; top: 84px; display: none; box-shadow: 0px 0px 3px 0px; } .header__subnavbar-item{ border-bottom: 1px solid #cabcbc; } .header__subnavbar-item a{ display: block; padding: 14px 10px 14px 10px; width: 250px; } .header__navbar-list .header__navbar-item { position: relative; } ul.header__subnavbar-list a{ display: block; padding: 14px 10px 14px 10px; width: 250px; font-weight: 350; } ul.header__subnavbar-list a:hover{ padding-left: 20px; color: red; transition: all 0.7s; } .header__navbar-item--icon a span{ background: red; padding: 0px 6px 2px 6px; border-radius: 17px; font-size: 11px; position: absolute; top: 20px; right: 0px; color: #fff; } /* ======================FORM========================= */ .header__navbar-item--icon:nth-child(2){ position: relative; } .header__overlay-user{ position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(1 0 0 / 50%); display: none; } .login-box { position: fixed; right: 10px; top: 110px; display: inline-block; width: 90%; height: auto; max-width: 620px; padding: 40px; background-color: #fff; border-radius: 15px; z-index: 8; transform: translate3d(0,0,0); display: none; } .login-block { position: relative; display: block; width: 100%; height: auto; } .input-text { position: relative; display: block; width: 100%; height: auto; } .col { position: relative; display: block; width: 100%; height: auto; margin-bottom: 12px; } .size_6 { float: left; width: calc(50% - 6px); padding: 0; } .input-mg{ margin-left: 10px; } .clearfix{ clear: both; display: block; } .input-text input[type=password], .input-text input[type=email] { position: relative; display: block; width: 100%; height: 64px; line-height: 64px; padding: 0 20px; background-color: transparent; font-weight: 300; font-size: 18px; color: #464646; outline: 0; border: 1px solid #a1a1a1; box-shadow: 0 2px 2px rgb(0 0 0 / 10%); border-radius: 8px; transition: all .3s ease-in-out; } .login-block .input-but { display: flex; justify-content: space-between; flex-wrap: wrap; } .btnLogin { position: relative; display: inline-block; width: auto; height: auto; } #email-error, #password-error{ color: red; font-weight: bold; font-size: 12px; } .btnLogin button { padding: 0 20px 0 55px; background-color: #000; line-height: 60px; border-radius: 8px; color: #fff; font-size: 16px; text-transform: uppercase; cursor: pointer; } .btnLogin::after { content: ''; position: absolute; left: 15px; top: 17px; width: 24px; height: 24px; background: url(../images/user.png) no-repeat center center/cover; } .btnRegis { position: relative; display: inline-block; width: auto; height: auto; } .btnRegis a { position: relative; display: block; outline: 0; border: none; border-radius: 0; font-weight: 700; transition: all .3s ease-in-out; padding: 0 20px 0 20px; line-height: 60px; border-radius: 8px; background-color: #eee; color: #000; font-size: 16px; text-transform: uppercase; cursor: pointer; text-decoration: none; } .header__logout{ position: fixed; right: 20px; top: 120px; width: auto; height: auto; padding: 5px 15px; box-shadow: 0 0 0 5px rgb(255 255 255); line-height: 30px; background-color: #000; color: #fff; margin: -30px 0 0 0; cursor: pointer; opacity: 1; transition: all .3s ease-in-out; text-align: center; z-index: 10; } .header__logout:hover{ box-shadow: none; } .header__logout a{ text-decoration: none; color: #fff; } /* ======================END-FORM==================== */ /*====================== SEARCH======================= */ .header__search{ position: absolute; top: 84px; /* height: 30vh; */ padding: 30px 0; width: 100%; background-color: #F4F4F4; display: none; } .header__search-prlist{ list-style: none; padding-left: 0; padding-top: 23px; } .pr-list{ max-height: 600px; overflow-y: auto; } .header__search-pritem p{ font-weight: bold; color: #ce2323; } .header__search-pritem a{ text-decoration: none; } .header__search-prlist li img{ width: 100px; } .header__formsearch{ text-align: center; } .header__input-search{ width: 71%; font-size: 30px; padding: 5px 0px; text-align: center; border: none; outline: none; background-color: transparent; border-bottom: 1px solid #333; } .header__submit-search{ width: 29%; font-size: 19px; padding: 9px 0px; text-align: center; border: none; outline: none; margin-top: 67px; } .header__submit-search { width: 29%; font-size: 19px; padding: 9px 0px; text-align: center; border: none; outline: none; margin-top: 67px; background: #333; color: #fff; } .header__submit-search:hover{ background: #913636; transition: all 0.7s; } .header__close{ position: absolute; top: 4px; right: 13px; cursor: pointer; font-size: 20px; } .header__close:hover{ color: red; transition: all 0.7s; } /* =====================END-SEARCH==================== */ /* ======================CART========================= */ .header__navbar-item--icon:last-child{ position: relative; } .header__cart{ position: absolute; background: #fff; right: -9px; cursor: pointer; top: 64px; z-index: 100; display: none; box-shadow: 0px 0px 2px 0px; } .header__total{ padding: 10px 0px 10px 23px; margin-bottom: 0px; } .header__total span{ padding-left: 30px; } .header__cart-show h3{ width: 224px; margin-bottom: 0px; font-size: 17px; text-align: center; background: #333; border-radius: 8px; margin: 10px 21px; padding: 10px; } .header__cart-show h3:hover{ background: #913636; transition: all 0.7s; } .header__cart-show h3 a{ text-decoration: none; color: #fff; } .header__cart i{ position: absolute; top: -22px; right: 16px; font-size: 33px; color: #e5dcdc; } .header__cart-list{ list-style: none; padding-left: 0px; overflow-y: auto; max-height: 200px; } .header__cart-list::-webkit-scrollbar{ width: 10px; background: lightgray; } .header__cart-list::-webkit-scrollbar-thumb{ background-color: gray; border-radius: 5px; } .header__cart-list a img{ width: 65px; transform: translateY(10px); margin-right: 10px; } .header__cart-item{ display: flex; } .header__flexColunm{ display: flex; flex-direction: column; } .header__cart-name{ margin-bottom: 0px; } .header__qty{ margin-bottom: 0px; } .header__cart-item{ padding: 10px 0px 8px 0px; border-bottom: 1px solid #d0baba; } /* ======================END-CART==================== */ /* ======================MENU-PRODUCT================ */ .header__navbar-item:first-child{ position: relative; } .header__product{ position: fixed; left: 0; right: 0; bottom: 0; top: 83px; width: 100%; padding: 45px 0px; display: none; z-index: 9; background-color: #fff; border-top: 1px solid #e5dfdf; } .header__product-list{ list-style: none; } .header__product-menu--list{ list-style: none; padding-left: 0px; } .header__product-menu--item{ padding: 6px 10px; text-transform: uppercase; font-size: 18px; font-weight: 350; } .header__product-name{ padding: 9px; font-size: 31px; text-transform: uppercase; font-weight: 550; color: #8c8888; } .header__imgproduct img{ height: 410px; position: relative; width: 457.5px; } .header__product-menu{ position: relative; } /* ============================CLOSE====================== */ .header__container-menu { padding: 58px 0px; } .header__menu-inner--x:after, .header__menu-inner--x:before{ position: absolute; right: 30px; content: ''; height: 2px; width: 48px; background: #9D0E01; } .header__menu-inner--x:before{ transform: rotate(45deg); top: 18px; } .header__menu-inner--x:after{ transform: rotate(-45deg); top: 18px; } .header__menu-inner--x:after{ cursor: pointer; } .header__menu-close{ background: #fff; width: 56px; height: 37px; margin-left: 1397px; cursor: pointer; } .header__menu-close p{ text-align: end; padding-right: 36px; margin-bottom: 0px; padding: 6px 35px; text-transform: uppercase; cursor: pointer; display: none; } /* ====================END-CLOSE========================== */ .header__allproduct{ position: absolute; bottom: 50%; right: 50%; font-size: 18px; transform: translate(50%, 50%); } .header__allproduct-name { font-size: 28px; font-weight: 700; color: #e10c0c!important; } .header__allproduct:hover .header__allproduct-icon i{ color: #913636; transform: translateX(76%); transition: all 0.7s; } .header__product-all{ position: absolute; top: 70px; left: 245px; display: none; } .header__product-all a, .header__product-all i { color: #913636; } ul.active{ display: block!important; } .header__product-submenu--item{ padding: 0px 0px 15px; } .header__product-submenu--item a{ color: #913636; font-weight: 600; } .header__menu-active{ display: block!important; } /* =====================END-MENU-PRODUCT============= */ /* ====================RESPONSIVE-NAVBAR============ */ .header__respon{ position: fixed; top: 0px; right: 0px; bottom: 0px; background: #fff; width: 50%; overflow-y: scroll; display: none; } ::-webkit-scrollbar{ width: 10px; background: lightgray; } ::-webkit-scrollbar-thumb{ background-color: gray; border-radius: 5px; } .header__respon-list{ list-style: none; padding-left: 0px; } .header__respon-item{ border-bottom: 1px solid rgb(224 207 207 / 40%); position: relative; display: block; } .header__respon-item a{ text-decoration: none; text-transform: uppercase; color: #333; font-weight: 480; font-size: 20px; width: 85%; display: block; padding: 16px; } .header__responproduct-submenu--item{ padding: 0 0 0px; } .header__responproduct-submenu--item a{ font-size: 13px!important; color: red!important; } .header__respon-arrow{ position: absolute; right: 0; top: 2px; margin: 0; width: 50px; display: block!important; height: 61px; text-align: center; border-left: 1px solid #f1f1f1; line-height: 34px; font-size: 15px; overflow: hidden; z-index: 10; color: inherit; -webkit-transform: translateY(0)!important; -ms-transform: translateY(0)!important; transform: translateY(0)!important; padding: 14px 0px; } .header__subrespon-list{ list-style: none; padding-left: 0px; display: none; } .header__subrespon-item{ border-bottom: 1px solid #f2dede; } .header__subrespon-item a{ border-right: none; } .header__subrespon-item:first-child{ border-top: 1px solid #f2dede; } .header__subrespon-item a{ padding: 10px 16px; font-size: 19px; font-weight: 350; width: 100%; } .header__subrespon-item a:hover{ color: #913636; transition: all 0.7s; } .header__respon-head h3{ margin-bottom: 0px; border-bottom: 1px solid #f2dede; padding: 16px 12px; font-size: 22px; font-weight: 350; } .header__respon-icon--arrow{ transform: rotate(-90deg); } .header__responproduct-list{ list-style: none; padding-left: 0px; border-top: 1px solid #f2dede; padding-bottom: 70px; display: none; } .header__respon-menu{ list-style: none; padding-left: 0px; } .header__respon-menu--item a{ padding: 9px; font-size: 16px; color: #3c3939; } .header__respon-head{ position: relative; } .header__respon-menu i{ position: absolute; top: 9px; right: 22px; font-size: 34px; cursor: pointer; color: #b0a7a7; } .header__respon-menu--name{ padding: 10px 6px; font-size: 27px; text-transform: uppercase; } .header__responallproduct a.header__responallproduct-name{ font-size: 14px; padding: 0px 16px; } .header__responallproduct a.header__responallproduct-icon i{ position: absolute; top: 153px; right: 79px; } .header__responproduct-submenu{ list-style: none; padding-left: 20px; display: none; } .header__responproduct-submenu{ color: #913636; font-weight: 600; } .header__responproduct-all a{ padding: 11px 22px; color: #971313; font-weight: 600; } .header__bars i{ font-size: 43px; cursor: pointer; display: none; } /* ====================END-RESPONSIVE-NAVBAR============ */ /* END-HEADER */ .owl-stage{ padding: 30px 0px; } /* CONTENT */ /* =================OWL-CAROUSEL============= */ #content{ padding-bottom: 56px; } .content__fb{ position: absolute; top: -86px; right: 0; } /* .content__item{ background-image: url("https://xuongnoithatdep.com/upload/images/noi-that-go-cong-nghiep-gia-re-01.jpg"); } */ .slider-item{ width: 100vw; height: 100vh; } /* .slider-item-one{ background: url('../images/slider-3.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; } */ /* .content__slider{ position: relative; } */ .content__product{ margin-top: 40px; } .content__buynow{ position: absolute; background: #fff; z-index: 2; top: 50%; right: 50%; transform: translate(50%, 10px); padding: 10px 27px; } .content__buynow:hover{ background: #9D0E01; transition: all 0.7s; } .content__buynow a{ text-decoration: none; text-transform: uppercase; color: #333; } .content__buynow:hover.content__buynow a{ color: #fff; transition: all 0.8s; font-weight: 450; } .header__overlay{ position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(21 7 7 / 40%); display: none; } /* =================END-OWL-CAROUSEL=========== */ .content__navbar-list{ list-style: none; padding-left: 0px; display: flex; flex-wrap: wrap; margin: 0px auto; max-width: 88%; } .content__navbar-item{ flex: 0 0 30%; max-width: 25%; position: relative; } .content__navbar-item a{ display: block; position: relative; } .content__navbar-item img{ width: 100%; padding: 10px 8px; } .content__container{ max-width: 1360px; } .content__divtext h3{ position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); color: #fff; text-transform: uppercase; opacity: 0; text-align: center; } .content__readmore{ position: absolute; top: 51%; right: 50%; transform: translate(50%, 10px); color: #fff; opacity: 0; } .content__title2{ position: absolute; top: 78%; right: 50%; color: #fff; text-transform: uppercase; transform: translate(50%, -10%); background: #333; padding: 7px 21px; font-size: 20px; text-align: center; } .content__navbar-item a:hover .content__title2{ margin-top: 40px; opacity: 0; transition: all 0.7s; } .content__navbar-item a:hover .content__divtext h3{ opacity: 0.7; transition: all 0.7s; margin-top: -40px; letter-spacing: 3px; } .content__navbar-item a:hover .content__readmore{ opacity: 0.7; transition: all 0.7s; margin-top: -25px; } .content__readmore:hover{ color: red; } /* ===========================DEMO-ACCOUNT====================== */ .content__title-logo img{ width: 63%; } .content__title h2{ text-transform: uppercase; font-weight: 300; text-align: center; font-size: 42px; } .content__title span.content__logo { font-size: 47px; font-family: 'Font Awesome 5 Free'; font-weight: bold; } .content__title span.content__introduce{ border-bottom: 3px solid #ad9906; } .content__title-live{ text-align: center; text-transform: uppercase; } .content__title-live h2{ font-size: 36px; font-weight: 300; margin: 26px 0px; } .content__title-live h2 span{ font-weight: bold; } .content__intro-show{ padding-bottom: 60px; } .content__intro-list{ padding-top: 6px; font-size: 18px; padding-bottom: 18px; text-align: center; width: 48%; height: auto; min-width: 800px; display: block; position: relative; margin: 0px auto; } .content__intro-list p{ text-align: justify; } .content__intro-pic{ padding-top: 6px; font-size: 18px; padding-bottom: 18px; text-align: center; width: 48%; height: auto; min-width: 800px; display: block; position: relative; margin: 0px auto; } .content__intro-pic::after{ content: ''; position: absolute; left: 0; top: 6px; width: 100%; height: 0; background-color: rgba(0,0,0,.5); transition: .5s ease-in-out; } .content__intro-pic h4{ margin: 0px; position: absolute; top: 50%; right: 50%; color: #fff; transform: translate(50%, -50%); font-weight: 700; font-size: 84px; z-index: 10; opacity: 0; transition: .5s ease-in-out; } .content__intro-pic:hover.content__intro-pic::after{ height: 94%; } .content__intro-pic:hover.content__intro-pic h4{ opacity: 1; } .content__intro-pic img{ max-width: 100%; } .content__intro-item{ display: flex; justify-content: space-evenly; padding-bottom: 57px; } .content__intro-item p{ width: 47%; display: block; width: 692px; overflow: hidden; text-overflow: ellipsis; line-height: 26px; -webkit-line-clamp: 13; display: -webkit-box; -webkit-box-orient: vertical; } .content__intro-item img{ display: block; width: 34%; } /* ===========================END-DEMO-ACCOUNT================= */ .content__newspaper-list{ list-style: none; padding-left: 0px; display: flex; flex-wrap: wrap; justify-content: center; } .content__newspaper-item{ flex: 0 0 28%; padding: 10px; text-align: center; margin-bottom: 30px; } .content__newspaper h1{ text-align: center; text-transform: uppercase; color: #fff; font-weight: 400; padding: 54px 0px 20px 0px; position: relative; } .content__newspaper h1:before{ content: ''; background: #e9cdcd; width: 200px; height: 3px; position: absolute; bottom: 9px; right: 43%; } .content__newspaper{ background: rgb(163 156 152 / 80%); } .content__newspaper-img a img{ width: 400px; height: 245px; } .content__newspaper-name a{ font-size: 17px; text-transform: uppercase; font-weight: 600; color: #fff; -webkit-transition: all .4s ease-in-out; -o-transition: .4s ease-in-out all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: inline-block; display: -webkit-box; transition: all .4s ease-in-out; overflow: hidden; padding-top: 17px; } .content__newspaper-move a{ text-decoration: none; color: #333; } .content__newspaper-move a:hover{ color: red; transition: all 0.7s; } .content__newspaper-move a:hover .content__move-icon{ padding-left: 10px; transition: all 0.7s; color: red; } .content__newspaper-img{ overflow: hidden; } .content__newspaper-img img:hover{ transform: scale(1.3); transition: all 0.7s; } .content__fil-item:hover{ transform: scaleX(1.01); } /* END-CONTENT */ /* =====================FOOTER===================== */ .footer__container{ max-width: 1400px; } #footer{ background-image: url(https://lh3.googleusercontent.com/proxy/1sRUglUbahDbQTvPIm-Q1U3NQ5uh6lR9l41vyCfSwn1EKubo2KxnE3hdJEJ26316LGNJznjHxxMIHbBJnpDQ-B9Mi6gXWrn5XpdJFzVjbUz51s4d); padding-top: 117px; padding-bottom: 50px; background-repeat: no-repeat; background: rgb(128 128 128 / 30%); position: sticky; z-index: 0; } .footer__form{ display: flex; } .footer__contact-title{ text-transform: uppercase; font-size: 40px; font-weight: 400; font-family: emoji; position: relative; } .footer__contact-wrapper h5{ padding-top: 24px; } .footer__contact-wrapper p{ display: flex; flex-direction: column; } .footer__contact-title span{ border-bottom: 3px solid #ceccbf; } .footer__address{ font-size: 17px; display: inline-block; font-weight: 350; color: #070000; } a.footer__phone, a.footer__mail{ text-decoration: none; color: #333; } .form-group input, .form-group textarea{ font-size: 21px; } .form-group textarea{ height: 169px; } .footer__send{ padding: 10px 85px; text-transform: uppercase; font-weight: 600; background: rgb(255 255 255 / 30%); border: none; } .footer__send:hover{ background: #baba0e; transition: all 0.7s; color: #fff; } /* =====================END-FOOTER================== */ /*======================= COPYRIGHT================ */ #copyright{ position: sticky; z-index: 0; } .copyright__text i{ font-size: 18px; color: #fff; display: block; padding: 8px 0px; } .copyright__text h3{ text-align: center; margin-bottom: 0px; margin-top: 0px; } .copyright__text { background: #ef5f5f; } /*======================= END-COPYRIGHT================ */
0.365117
0.083068
@font-face { font-family: 'icomoon'; src:url('../fonts/icomoon/icomoon.eot'); src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } .sb-search { margin-top: 0px; position: relative; width: 0%; min-width: 40px; height: 40px; float: right; /*overflow: hidden;*/ -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden; } .sb-search-input { position: absolute; top: 42px; right: 0; border: none; outline: none; background: #fff; width: 0px; height: 40px; margin: 0; padding: 5px 5px 5px 15px; font-family: inherit; font-size: 16px; color: #2c3e50; display: none; z-index: 150; } .sb-search.sb-search-open .sb-search-input { width: 300px; display: block; border: 1px solid #cccccc; } .sb-search-input::-webkit-input-placeholder { color: #05346e; } .sb-search-input:-moz-placeholder { color: #05346e; } .sb-search-input::-moz-placeholder { color: #05346e; } .sb-search-input:-ms-input-placeholder { color: #05346e; } .sb-icon-search, .sb-search-submit { width: 40px; height: 40px; display: block; position: absolute; right: 0; top: 0; padding: 0; margin: 0; line-height: 36px; text-align: center; cursor: pointer; border: 0px solid transparent; } .sb-search-submit { background: #fff; /* IE needs this */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */ filter: alpha(opacity=0); /* IE 5-7 */ opacity: 0; color: transparent; border: none; outline: none; z-index: -1; } .sb-icon-search { color: #888888; background: transparent; z-index: 90; font-size: 17px; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; } .sb-icon-search:before { display: none; content: "\f002"; font: normal normal normal 16px/1 fontawesome; color: #888888; } .sb-search.sb-search-open .sb-icon-search:before{ color: #000000; } /* Open state */ .sb-search.sb-search-open, .no-js .sb-search { /*width: 100%;*/ } .sb-search:hover .sb-icon-search, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search { background: transparent; color: #ffffff; z-index: 11; } .sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit { z-index: 90; } @media (min-width:768px) and (max-width:991px) { .sb-search.sb-search-open .sb-search-input, .sb-search-input{ top: 0px; display: block; padding: 5px 43px 5px 15px; width: 100%; border: 1px solid #cccccc; } .sb-search{ margin: 0px 0px; margin-right: 0px; width: 100%; } #sb-search{ margin-right: 0px !important; } .sb-icon-search { background: #faa61a !important; } .sb-search:hover .sb-icon-search, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search { background: #faa61a; z-index: 99; } } @media (max-width:767px) { .sb-search.sb-search-open .sb-search-input, .sb-search-input{ top: 0px; display: block; padding: 5px 43px 5px 15px; width: 100%; border: 1px solid #cccccc; } .sb-search{ margin: 0px 0px; margin-right: 0px; width: 100%; } #sb-search{ margin-right: 0px !important; } .sb-icon-search { background: #faa61a !important; } .sb-search:hover .sb-icon-search, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search { background: #faa61a; z-index: 99; } }
assets/css/front_end/search.css
@font-face { font-family: 'icomoon'; src:url('../fonts/icomoon/icomoon.eot'); src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } .sb-search { margin-top: 0px; position: relative; width: 0%; min-width: 40px; height: 40px; float: right; /*overflow: hidden;*/ -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden; } .sb-search-input { position: absolute; top: 42px; right: 0; border: none; outline: none; background: #fff; width: 0px; height: 40px; margin: 0; padding: 5px 5px 5px 15px; font-family: inherit; font-size: 16px; color: #2c3e50; display: none; z-index: 150; } .sb-search.sb-search-open .sb-search-input { width: 300px; display: block; border: 1px solid #cccccc; } .sb-search-input::-webkit-input-placeholder { color: #05346e; } .sb-search-input:-moz-placeholder { color: #05346e; } .sb-search-input::-moz-placeholder { color: #05346e; } .sb-search-input:-ms-input-placeholder { color: #05346e; } .sb-icon-search, .sb-search-submit { width: 40px; height: 40px; display: block; position: absolute; right: 0; top: 0; padding: 0; margin: 0; line-height: 36px; text-align: center; cursor: pointer; border: 0px solid transparent; } .sb-search-submit { background: #fff; /* IE needs this */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */ filter: alpha(opacity=0); /* IE 5-7 */ opacity: 0; color: transparent; border: none; outline: none; z-index: -1; } .sb-icon-search { color: #888888; background: transparent; z-index: 90; font-size: 17px; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; } .sb-icon-search:before { display: none; content: "\f002"; font: normal normal normal 16px/1 fontawesome; color: #888888; } .sb-search.sb-search-open .sb-icon-search:before{ color: #000000; } /* Open state */ .sb-search.sb-search-open, .no-js .sb-search { /*width: 100%;*/ } .sb-search:hover .sb-icon-search, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search { background: transparent; color: #ffffff; z-index: 11; } .sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit { z-index: 90; } @media (min-width:768px) and (max-width:991px) { .sb-search.sb-search-open .sb-search-input, .sb-search-input{ top: 0px; display: block; padding: 5px 43px 5px 15px; width: 100%; border: 1px solid #cccccc; } .sb-search{ margin: 0px 0px; margin-right: 0px; width: 100%; } #sb-search{ margin-right: 0px !important; } .sb-icon-search { background: #faa61a !important; } .sb-search:hover .sb-icon-search, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search { background: #faa61a; z-index: 99; } } @media (max-width:767px) { .sb-search.sb-search-open .sb-search-input, .sb-search-input{ top: 0px; display: block; padding: 5px 43px 5px 15px; width: 100%; border: 1px solid #cccccc; } .sb-search{ margin: 0px 0px; margin-right: 0px; width: 100%; } #sb-search{ margin-right: 0px !important; } .sb-icon-search { background: #faa61a !important; } .sb-search:hover .sb-icon-search, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search { background: #faa61a; z-index: 99; } }
0.245447
0.052449
.wrap a{text-decoration:none} .wrap h3{padding-left:8px} .clear{clear:both} #wptm-tips {padding: 0 0.6em;margin: 5px 0 15px;background:#f0f8ff; border:1px solid #addae6;} #wptm-tips p {margin: 0.5em 0;padding: 2px;} /*tabs*/ .tabs{padding-top:20px} ul.nav li{list-style:none; display:inline} ul.nav li a{background-color:#ebebeb; color:#464646; padding:8px 14px; text-decoration:none} ul.nav li a:hover, ul.nav li a.selected{background-color:#fff; color:#000} .tabs #sync, .tabs #open, .tabs #blog, .tabs #connect, .tabs #comment, .tabs #share, .tabs #advanced, .tabs #check, .tabs #help{display:none} /*sync*/ #tlist a{display:inline-block; margin-right:7px; overflow:hidden; position:relative; vertical-align:middle; height:32px; width:32px; background-position:0px 0px} #tlist .twitter{background:url(../images/twitter.png) no-repeat} #tlist .qq{background:url(../images/qq.png) no-repeat} #tlist .sina{background:url(../images/sina.png) no-repeat} #tlist .sohu{background:url(../images/sohu.png) no-repeat} #tlist .netease{background:url(../images/netease.png) no-repeat} #tlist .renren{background:url(../images/renren.png) no-repeat} #tlist .kaixin{background:url(../images/kaixin.png) no-repeat} #tlist .digu{background:url(../images/digu.png) no-repeat} #tlist .tianya{background:url(../images/tianya.png) no-repeat} #tlist .douban{background:url(../images/douban.png) no-repeat} #tlist .digu{background:url(../images/digu.png) no-repeat} #tlist .fanfou{background:url(../images/fanfou.png) no-repeat} #tlist .renjian{background:url(../images/renjian.png) no-repeat} #tlist .zuosa{background:url(../images/zuosa.png) no-repeat} #tlist .wbto{background:url(../images/wbto.png) no-repeat} #tlist .shuoshuo{background:url(../images/shuoshuo.png) no-repeat} /*login*/ #login_bind a{display:inline-block; margin-right:1px; overflow:hidden; position:relative; vertical-align:middle; height:24px; width:24px; background-position:0px 0px} #login_bind .btn_qzone,#login_bind .btn_qq{background:url(../images/btn_qzone.png) no-repeat} #login_bind .btn_sina{background:url(../images/btn_sina.png) no-repeat} #login_bind .btn_tencent,#login_bind .btn_tqq{background:url(../images/btn_tencent.png) no-repeat} #login_bind .btn_renren{background:url(../images/btn_renren.png) no-repeat} #login_bind .btn_taobao{background:url(../images/btn_taobao.png) no-repeat} #login_bind .btn_douban{background:url(../images/btn_douban.png) no-repeat} #login_bind .btn_baidu{background:url(../images/btn_baidu.png) no-repeat} #login_bind .btn_kaixin001,#login_bind .btn_kaixin{background:url(../images/btn_kaixin001.png) no-repeat} #login_bind .btn_sohu{background:url(../images/btn_sohu.png) no-repeat} #login_bind .btn_netease{background:url(../images/btn_netease.png) no-repeat} #login_bind .btn_tianya{background:url(../images/btn_tianya.png) no-repeat} #login_bind .btn_windowslive,#login_bind .btn_msn{background:url(../images/btn_windowslive.png) no-repeat} #login_bind .btn_alipayquick{background:url(../images/btn_alipayquick.png) no-repeat} #login_bind .btn_google{background:url(../images/btn_google.png) no-repeat} #login_bind .btn_yahoo{background:url(../images/btn_yahoo.png) no-repeat} #login_bind .btn_netease163{background:url(../images/btn_netease163.png) no-repeat} #login_bind .btn_twitter{background:url(../images/btn_twitter.png) no-repeat} #login_bind .btn_facebook{background:url(../images/btn_facebook.png) no-repeat} #login_bind .btn_tianyi{background:url(../images/btn_tianyi.png) no-repeat} #login_bind .btn_guard360{background:url(../images/btn_guard360.png) no-repeat} /*binded*/ .bind b, #bind_twitter b, #bind_qq b, #bind_sina b, #bind_sohu b, #bind_netease b, #bind_douban b, #bind_tianya b, #bind_renren b, #bind_kaixin b, #bind_shuoshuo b{bottom:0px; right:0px; display:block; overflow:hidden; position:absolute; width:15px; height:14px; background:url(../images/bind.gif) no-repeat 0 0} /*dialog*/ .dialog, .dialog_add, .dialog_delete{text-align:center} a.close{background:url(../images/close.gif) no-repeat 0 0} .dialog .account, .dialog .token, .dialog #delete{display:none} .masking{width:300px; z-index:6001; position:absolute; display:none; background-color:#fff; border:4px solid #13455B; padding:20px; filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -moz-border-radius:6px; -webkit-border-radius:6px; -moz-box-shadow:0 0 50px #ccc; -webkit-box-shadow:0 0 50px #ccc} .masking h2{background:url(../images/info.png) 0 50% no-repeat; margin:0px; padding:10px 0 10px 45px; border-bottom:1px solid #333; font-size:20px} .masking a.close{position:absolute; right:5px; top:5px; cursor:pointer; height:15px; width:15px; color:#000} /*dragbox*/ #dragbox{padding:10px} #rectangle{float:left; border:1px dotted #F00; background-color:#FFF} #dragmarker{width:6px; position:absolute; display:none} #dragmarker img{float:left} #dragDropMoveLayer{position:absolute; display:none; border:1px solid #000; filter:alpha(opacity=90); opacity:0.9} #dragbox li{list-style-type:none; cursor:default; float:left; padding-right:3px}
htdocs/wp-content/plugins/wp-connect/css/style.css
.wrap a{text-decoration:none} .wrap h3{padding-left:8px} .clear{clear:both} #wptm-tips {padding: 0 0.6em;margin: 5px 0 15px;background:#f0f8ff; border:1px solid #addae6;} #wptm-tips p {margin: 0.5em 0;padding: 2px;} /*tabs*/ .tabs{padding-top:20px} ul.nav li{list-style:none; display:inline} ul.nav li a{background-color:#ebebeb; color:#464646; padding:8px 14px; text-decoration:none} ul.nav li a:hover, ul.nav li a.selected{background-color:#fff; color:#000} .tabs #sync, .tabs #open, .tabs #blog, .tabs #connect, .tabs #comment, .tabs #share, .tabs #advanced, .tabs #check, .tabs #help{display:none} /*sync*/ #tlist a{display:inline-block; margin-right:7px; overflow:hidden; position:relative; vertical-align:middle; height:32px; width:32px; background-position:0px 0px} #tlist .twitter{background:url(../images/twitter.png) no-repeat} #tlist .qq{background:url(../images/qq.png) no-repeat} #tlist .sina{background:url(../images/sina.png) no-repeat} #tlist .sohu{background:url(../images/sohu.png) no-repeat} #tlist .netease{background:url(../images/netease.png) no-repeat} #tlist .renren{background:url(../images/renren.png) no-repeat} #tlist .kaixin{background:url(../images/kaixin.png) no-repeat} #tlist .digu{background:url(../images/digu.png) no-repeat} #tlist .tianya{background:url(../images/tianya.png) no-repeat} #tlist .douban{background:url(../images/douban.png) no-repeat} #tlist .digu{background:url(../images/digu.png) no-repeat} #tlist .fanfou{background:url(../images/fanfou.png) no-repeat} #tlist .renjian{background:url(../images/renjian.png) no-repeat} #tlist .zuosa{background:url(../images/zuosa.png) no-repeat} #tlist .wbto{background:url(../images/wbto.png) no-repeat} #tlist .shuoshuo{background:url(../images/shuoshuo.png) no-repeat} /*login*/ #login_bind a{display:inline-block; margin-right:1px; overflow:hidden; position:relative; vertical-align:middle; height:24px; width:24px; background-position:0px 0px} #login_bind .btn_qzone,#login_bind .btn_qq{background:url(../images/btn_qzone.png) no-repeat} #login_bind .btn_sina{background:url(../images/btn_sina.png) no-repeat} #login_bind .btn_tencent,#login_bind .btn_tqq{background:url(../images/btn_tencent.png) no-repeat} #login_bind .btn_renren{background:url(../images/btn_renren.png) no-repeat} #login_bind .btn_taobao{background:url(../images/btn_taobao.png) no-repeat} #login_bind .btn_douban{background:url(../images/btn_douban.png) no-repeat} #login_bind .btn_baidu{background:url(../images/btn_baidu.png) no-repeat} #login_bind .btn_kaixin001,#login_bind .btn_kaixin{background:url(../images/btn_kaixin001.png) no-repeat} #login_bind .btn_sohu{background:url(../images/btn_sohu.png) no-repeat} #login_bind .btn_netease{background:url(../images/btn_netease.png) no-repeat} #login_bind .btn_tianya{background:url(../images/btn_tianya.png) no-repeat} #login_bind .btn_windowslive,#login_bind .btn_msn{background:url(../images/btn_windowslive.png) no-repeat} #login_bind .btn_alipayquick{background:url(../images/btn_alipayquick.png) no-repeat} #login_bind .btn_google{background:url(../images/btn_google.png) no-repeat} #login_bind .btn_yahoo{background:url(../images/btn_yahoo.png) no-repeat} #login_bind .btn_netease163{background:url(../images/btn_netease163.png) no-repeat} #login_bind .btn_twitter{background:url(../images/btn_twitter.png) no-repeat} #login_bind .btn_facebook{background:url(../images/btn_facebook.png) no-repeat} #login_bind .btn_tianyi{background:url(../images/btn_tianyi.png) no-repeat} #login_bind .btn_guard360{background:url(../images/btn_guard360.png) no-repeat} /*binded*/ .bind b, #bind_twitter b, #bind_qq b, #bind_sina b, #bind_sohu b, #bind_netease b, #bind_douban b, #bind_tianya b, #bind_renren b, #bind_kaixin b, #bind_shuoshuo b{bottom:0px; right:0px; display:block; overflow:hidden; position:absolute; width:15px; height:14px; background:url(../images/bind.gif) no-repeat 0 0} /*dialog*/ .dialog, .dialog_add, .dialog_delete{text-align:center} a.close{background:url(../images/close.gif) no-repeat 0 0} .dialog .account, .dialog .token, .dialog #delete{display:none} .masking{width:300px; z-index:6001; position:absolute; display:none; background-color:#fff; border:4px solid #13455B; padding:20px; filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -moz-border-radius:6px; -webkit-border-radius:6px; -moz-box-shadow:0 0 50px #ccc; -webkit-box-shadow:0 0 50px #ccc} .masking h2{background:url(../images/info.png) 0 50% no-repeat; margin:0px; padding:10px 0 10px 45px; border-bottom:1px solid #333; font-size:20px} .masking a.close{position:absolute; right:5px; top:5px; cursor:pointer; height:15px; width:15px; color:#000} /*dragbox*/ #dragbox{padding:10px} #rectangle{float:left; border:1px dotted #F00; background-color:#FFF} #dragmarker{width:6px; position:absolute; display:none} #dragmarker img{float:left} #dragDropMoveLayer{position:absolute; display:none; border:1px solid #000; filter:alpha(opacity=90); opacity:0.9} #dragbox li{list-style-type:none; cursor:default; float:left; padding-right:3px}
0.27406
0.106458
@charset "UTF-8"; /*--------------------------------- 0.header 1. 共通 2. ヘッダー・フッター 3. メインビジュアル 4. WHAT IS WORKCATION? 5. 長崎県はワーケーションがしやすい街 6. 長崎県にはワーケーションガイドがあります! 7. 長崎県でワーケーションするなら! 8. みんなのワーケーションシーン 9. 下層ページ 10. IE対応 ---------------------------------*/ .bold { font-weight: 600; font-style: normal; } html, body { font-family: dnp-shuei-mgothic-std, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO", sans-serif; font-size: 10px; color: #333333; position: relative; color: #333333; scroll-behavior: smooth; overflow-x: hidden; } .wrap { overflow: hidden; } a { text-decoration: none; color: #333333; } a:hover { opacity: 0.8; transition: 0.3s ease; } img { width: 100%; height: auto; vertical-align: bottom; } @media print, screen and (max-width: 1180px) { ._sp { display: none !important; } } @media print, screen and (max-width: 1379px) { ._tb { display: none !important; } } ._pc { display: none; } @media print, screen and (max-width: 765px) { ._pc { display: block; } } .center { text-align: center; } .l-sidebox { display: flex; justify-content: space-between; } .container { max-width: 1100px; margin: 0 auto; } .bg_yl { background-color: #F5D230; } .hukidashi { background: url(../img/hukidashi.png) no-repeat center/contain; max-width: 719px; width: 100%; height: 120px; margin: 0 auto; position: relative; margin-bottom: 18px; font-weight: 600; } .hukidashi span { width: 100%; text-align: center; font-size: 3.2rem; letter-spacing: -0.8px; position: absolute; left: 50%; top: 24px; transform: translateX(-50%); } .hukidashi.sm { max-width: 507px; background-image: url(../img/hukidashi_sm.png); margin-bottom: 32px; } .hukidashi.md { max-width: 640px; background-image: url(../img/hukidashi_md.png); } .hukidashi-eng { text-align: center; } .hukidashi-eng .hukidashi { margin-bottom: 14px; } .hukidashi-eng span { font-size: 3.2rem; font-weight: 600; } .hukidashi-eng > span { color: #636569; letter-spacing: 0.2em; } .btn { width: 206px; height: 44px; display: inline-block; background: #F5D230; font-size: 1.8rem; letter-spacing: 0.02em; display: inline-flex; justify-content: center; align-items: center; font-weight: 600; } .circle-info { display: block; width: 114px; height: 114px; border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .circle-info__year { font-size: 1.8rem; letter-spacing: 0.025em; margin-bottom: 10px; } .circle-info__month { font-size: 3.2rem; letter-spacing: 0.05em; display: block; } .circle-info .kanji { font-size: 2.4rem; } .circle-info--white { background: #fff; margin: 0 auto 27px; } @media print, screen and (max-width: 1379px) { .container:not(header .container) { max-width: 80%; } } @media print, screen and (max-width: 1180px) { .hukidashi span { top: 29px; font-size: 2.7rem; } .hukidashi-eng span { font-size: 2.712vw; } } @media print, screen and (max-width: 765px) { .container:not(header .container) { max-width: 90%; } .hukidashi { height: 16vw; width: 90%; } .hukidashi span { font-size: 4.267vw; top: 3.5vw; } .hukidashi.sm { margin-bottom: 4.267vw; } .hukidashi-eng span { font-size: 4.267vw; } .btn { max-width: 206px; width: 100%; } .circle-info { width: 15.2vw; height: 15.2vw; } .circle-info__year { font-size: 2.4vw; margin-bottom: 1.333vw; } .circle-info__month { font-size: 4.267vw; } .circle-info .kanji { font-size: 3.2vw; } .circle-info--white { margin: 0; width: 16.667vw; height: 16.667vw; } } /*--------------------------------- ヘッダー・フッター ---------------------------------*/ header { background-color: #F6AC13; height: 80px; } header .container { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding-top: 5px; width: 57.292vw; } header .logo { width: 360px; } header .logo-side { font-size: 2.8rem; color: #1A323D; } header .logo-side .in { width: 28px; height: 28px; display: inline-flex; align-items: center; vertical-align: bottom; background: #1A323D; border-radius: 50%; color: #fff; padding-bottom: 2px; padding-left: 6px; font-size: 2rem; margin: 0 3px; } footer { background: #000; padding: 24px 0 25px; text-align: center; } footer img { width: 80px; } @media print, screen and (max-width: 1379px) { header .container { width: 95%; } } @media print, screen and (max-width: 1180px) { header .container { width: 80%; } header .logo { width: 200px; min-width: 180px; } } @media print, screen and (max-width: 765px) { header { height: 10.667vw; } header .container { width: 95%; flex-wrap: wrap; } header .logo { min-width: 150px; max-width: 346px; width: 45%; } header .logo-side { font-size: 3.733vw; } header .logo-side .in { font-size: 2.667vw; width: 3.733vw; height: 3.733vw; padding-bottom: 0; padding-left: 0; justify-content: center; } } /*--------------------------------- メインビジュアル ---------------------------------*/ .mv { position: relative; overflow: hidden; } .mv picture > img { opacity: 0; } .mv picture > img.active { opacity: 1; transition: 1s ease-in-out; } .mv__left { width: 0%; height: 100%; position: absolute; top: 0; left: 0; transition: 1.5s ease; } .mv__left.active { width: 50%; } .mv__bg-inner { position: relative; width: 100%; height: 100%; display: flex; align-items: flex-end; } .mv__bg-inner:after { content: ""; width: 100%; height: 100%; background: #736357; mix-blend-mode: multiply; position: absolute; left: 0; top: 0; z-index: 1; } .mv__text { width: 550px; width: 28.646vw; min-width: 360px; margin-left: auto; text-align: center; padding: 0 0.625vw 4.375vw 0; z-index: 2; opacity: 0; } .mv__text.active { opacity: 1; transition: 2s ease-in; } .mv__map { width: 19.531vw; margin-bottom: 1.406vw; } .mv__catch { margin-bottom: 2.083vw; width: 26.875vw; } .mv__desc { font-size: 2.4rem; font-size: clamp(1.6rem, 1.25vw, 2.4rem); line-height: 1.8333; color: #fff; } .workcation { position: absolute; top: 0.938vw; left: 19.792vw; z-index: 3; transform: translateX(200px); opacity: 0; transition: 3s ease; } .workcation__logo { width: 16.146vw; } .workcation__title { width: 41.146vw; vertical-align: top; margin-top: 2.604vw; } .workcation.active { transform: translateX(0); opacity: 1; } @media print, screen and (max-width: 765px) { .mv:after, .mv__bg-inner:after { content: none; } .mv__left { position: relative; background: #636569; width: 100%; padding-top: 21.867vw; height: 0%; } .mv__left.active { width: 100%; height: 100%; } .mv__text { min-width: inherit; margin: 0 auto; padding: 0; width: 100%; } .mv__map { width: 50vw; position: absolute; top: -53.067vw; left: 10.667vw; } .mv__catch { width: 68.8vw; margin: 0; } .mv__desc { font-size: clamp(1.6rem, 3.733vw, 2.8rem); line-height: 1.857; margin: 1.143em 0 1.714em; } .workcation { height: 90vw; width: 100%; left: 0; top: 0; transform: translateX(0) translateY(50px); } .workcation.active { transition: translateY(0); } .workcation__logo { width: 41.467vw; margin: 3.2vw 0 0 1.6vw; } .workcation__title { width: 73.067vw; margin: 32vw auto 0; display: block; } } @media print, screen and (max-width: 370px) { .mv__desc { width: 90%; margin: 2em auto; } .mv__desc br { display: none; } } /*--------------------------------- WHAT IS WORKCATION? ---------------------------------*/ .about { margin: 50px 0 56px; } .about .contentBox__en { width: 53.021vw; margin: 0 auto 50px; } .about .contentBox__title, .about .contentBox__desc { font-size: 2.5rem; letter-spacing: 0.075em; font-family: "Noto Sans JP", sans-serif; font-weight: 400; } .about .contentBox__desc { display: inline-block; line-height: 1.8; text-align: left; margin-top: 0.72em; margin-bottom: 3.76em; text-align: justify; text-justify: inter-ideograph; } .about .meritBox { display: flex; color: #736357; } .about .meritBox__item { width: 365px; display: flex; flex-direction: column; align-items: center; position: relative; font-weight: 600; } .about .meritBox__item:nth-child(1) .meritBox__img img { width: 176px; } .about .meritBox__item:nth-child(2) { color: #D67D07; } .about .meritBox__item:nth-child(2) .meritBox__img img { width: 260px; } .about .meritBox__item:nth-child(3) .meritBox__img img { width: 230px; } .about .meritBox__item:before { content: ""; position: absolute; background: url(../img/dashed_line.svg); left: 0; width: 2px; height: 100%; } .about .meritBox__item:last-child:after { content: ""; position: absolute; background: url(../img/dashed_line.svg); right: 0; width: 2px; height: 100%; } .about .meritBox__title { font-size: 2.6rem; text-align: center; margin-bottom: 40px; } .about .meritBox__title span { display: block; } .about .meritBox__title span:first-child { margin-bottom: 16px; } .about .meritBox__title span:nth-child(2) { margin-bottom: 36px; } .about .meritBox__title .lg { font-size: 4.6rem; } .about .meritBox__img { height: 378px; display: flex; align-items: center; justify-content: center; } .about .meritBox .count { margin-bottom: 32px; display: inline-block; } .about .count { position: relative; } .about .count img { width: 106px; } .about .count__num { font-size: 3.7rem; color: #fff; position: absolute; left: 35px; top: 50px; } @media print, screen and (max-width: 1180px) { .about .meritBox__img { height: 32.034vw; } .about .meritBox__title { font-size: 2.203vw; margin-bottom: 3.39vw; } .about .meritBox__title span:nth-child(2) { margin-bottom: 3.051vw; } .about .meritBox__title .lg { font-size: 3.898vw; } .about .meritBox__item:nth-child(1) .meritBox__img img { width: 14.915vw; } .about .meritBox__item:nth-child(2) .meritBox__img img { width: 22.034vw; } .about .meritBox__item:nth-child(3) .meritBox__img img { width: 19.492vw; } } @media print, screen and (max-width: 765px) { .about { margin: 5.6vw 0 17.867vw; } .about .container { max-width: inherit !important; } .about .contentBox__en { width: 90.933vw; } .about .contentBox__title, .about .contentBox__desc { width: 94%; font-size: clamp(1.4rem, 3.467vw, 2.5rem); } .about .contentBox__title { margin: 0 auto; } .about .contentBox__desc { line-height: 2; margin-top: 0.731em; margin-bottom: 3.346em; } .about .meritBox { flex-direction: column; } .about .meritBox__item { width: 90%; margin: 0 auto 12vw; } .about .meritBox__item:before { content: none; } .about .meritBox__item:nth-child(1) .meritBox__img img { width: 23.467vw; } .about .meritBox__item:nth-child(2) .meritBox__sp { flex-direction: row-reverse; } .about .meritBox__item:nth-child(2) .meritBox__img img { width: 34.667vw; } .about .meritBox__item:nth-child(2) .meritBox__title { margin: 0 0 0 6.133vw; } .about .meritBox__item:nth-child(3) { margin-bottom: 0; } .about .meritBox__item:nth-child(3) .meritBox__img img { width: 30.8vw; } .about .meritBox__item:last-child:after { content: none; } .about .meritBox__img { height: inherit; } .about .meritBox__title { font-size: 4.133vw; margin: 0 6.133vw 0 0; } .about .meritBox__title .lg { font-size: 6.667vw; } .about .meritBox__title span:first-child { margin-bottom: 2.4vw; } .about .meritBox__title span:nth-child(2) { margin-bottom: 2.933vw; } .about .meritBox__sp { width: 100%; display: flex; align-items: center; justify-content: center; } .about .meritBox .count { margin-bottom: 4.267vw; } .about .meritBox .count img { width: 14.133vw; } .about .meritBox .count__num { font-size: 4.933vw; left: 4.667vw; top: 6.667vw; } } /*--------------------------------- 長崎県はワーケーションがしやすい街 ---------------------------------*/ .city { padding: 100px 0 114px; position: relative; } .city__desc { width: 52.604vw; font-size: 2.4rem; font-size: clamp(1.6rem, 1.25vw, 2.4rem); line-height: 1.75; margin: 0.958em auto 1.583em; letter-spacing: 1.2px; text-align: justify; text-justify: inter-ideograph; } .city__womanLeft { width: 16.25vw; /* max-width: 312px; */ position: absolute; left: 9%; top: 36px; } .city__womanLeft--sp { display: none; } .city__womanRight { width: 7.552vw; position: absolute; right: 23%; top: -47px; } .city__map { width: 68.3%; margin: 0 auto; display: block; } .city__bt { position: relative; } .city__sp { display: none; } @media print, screen and (max-width: 1379px) { .city__map { width: 80%; } .city__desc { width: 100%; } .city__womanRight { right: 13%; top: -20px; min-width: 80px; } } @media print, screen and (max-width: 765px) { .city { padding: 11.2vw 0 7.2vw; } .city__womanLeft, .city__bt { display: none; } .city__sp { display: block; } .city__sp .city__womanRight--sp { display: block; margin: -7.467vw auto 0; width: 19.333vw; } .city__womanLeft--sp { display: block; position: relative; left: 0; top: 0; width: 41.6vw; margin: 0 auto; } .city__desc { font-size: clamp(1.4rem, 1.25vw, 2.4rem); } .city__desc span { display: block; } .city__desc span:nth-child(1) { margin-bottom: 1em; } .city__desc span:nth-child(3) { margin-top: 1em; } } /*--------------------------------- 長崎県にはワーケーションガイドがあります! ---------------------------------*/ .guide { margin: 104px 0 217px; } .guide .hukidashi { margin-bottom: 0; } .guide__desc { font-size: 2.4rem; line-height: 1.666; width: 1008px; letter-spacing: 0.02em; margin: 0.5em auto 3.167em; text-align: justify; text-justify: inter-ideograph; } .att-card { display: flex; max-width: 988px; margin: 0 auto; background: #E6E6E6; padding: 43px 27px 37px 68px; align-items: center; position: relative; } .att-card img { width: 295px; margin-right: 27px; } .att-card__text { font-size: 2.4rem; line-height: 1.913; letter-spacing: 0.02em; font-feature-settings: "palt"; } .att-card:before, .att-card:after { content: ""; position: absolute; } .att-card:before { width: 71px; height: 64px; border-top: 8px solid #6A7188; border-right: 8px solid #6A7188; right: -23px; top: -20px; } .att-card:after { width: 66px; height: 67px; border-bottom: 8px solid #6A7188; border-left: 8px solid #6A7188; left: -22px; bottom: -21px; } @media print, screen and (max-width: 1379px) { .guide__desc { width: 100%; } .att-card__text { font-size: clamp(1.8rem, 1.25vw, 2.4rem); } } @media print, screen and (max-width: 1180px) { .att-card { padding: 2em; } .att-card img { width: 15.206vw; } .att-card__text { font-size: clamp(1.4rem, 1.525vw, 1.8rem); } } @media print, screen and (max-width: 765px) { .guide { margin: 10.667vw 0 20.533vw; } .guide .hukidashi { width: 100%; } .guide__desc { font-size: clamp(1.4rem, 3.467vw, 2.6rem); margin: 1.154em auto 3.577em; line-height: 1.923; } .att-card { flex-direction: column; width: 85%; padding: 4.933vw 8vw 7.467vw; } .att-card img { width: 100%; } .att-card__text { letter-spacing: 0.03em; font-size: clamp(1.4rem, 3.467vw, 2.6rem); text-align: justify; text-justify: inter-ideograph; margin-top: 1.692em; } .att-card::before, .att-card::after { border-width: 1.067vw; } .att-card::before { width: 9.467vw; height: 8.533vw; } .att-card::after { height: 9.467vw; width: 8.533vw; } } /*--------------------------------- 長崎県でワーケーションするなら! ---------------------------------*/ .info .hukidashi-eng { margin-bottom: 108px; } .new-card { border: 10px solid #F5D230; padding: 38px 80px; text-align: center; position: relative; font-weight: 600; margin-bottom: 63px; } .new-card .l-sidebox { align-items: center; justify-content: space-around; margin-bottom: 50px; } .new-card .l-sidebox img { width: 412px; } .new-card__desc { font-size: 2.6rem; letter-spacing: 0.02em; margin-bottom: 35px; left: 24px; top: -54px; } .new-card__title { padding-bottom: 28px; border-bottom: 3px solid #F5D230; margin: 0 auto; } .new-card__title .en { font-size: 2.7rem; letter-spacing: -0.67px; margin-right: 25px; } .new-card__title .ja { font-size: 4rem; letter-spacing: -1px; } .new-card__bt { padding-top: 58px; } .new-card__dec { position: absolute; left: 24px; top: -94px; } .new-card__dec img { width: 100px; margin-bottom: 10px; } .archiveBox { text-align: center; margin-bottom: 195px; } .archiveBox__title { display: block; font-size: 2.3rem; letter-spacing: 0.2em; margin-bottom: 22px; font-weight: 600; color: #636569; } .slider { width: 84.9%; width: 87.1%; margin: 0 auto 57px; } .slider li { height: 204px; height: 10.625vw; margin: 0 14px; border: 5px solid #F5D230; } .slider img { height: 100%; object-fit: cover; } .slider .slick-prev, .slider .slick-next { width: 40px; height: 40px; } .slider .slick-prev { left: -50px; } .slider .slick-next { right: -50px; } .slider .slick-prev:before, .slider .slick-next:before { content: ""; background: url(../img/arrow_left.svg) no-repeat center/contain; width: 40px; height: 40px; position: absolute; left: 0; top: 0; } .slider .slick-next:before { background: url(../img/arrow_right.svg) no-repeat center/contain; } .slider .slick-dots { display: none !important; } @media print, screen and (max-width: 1379px) { .new-card .l-sidebox img { width: 45%; } } @media print, screen and (max-width: 1180px) { .new-card__desc { font-size: 2.203vw; margin-bottom: 2.966vw; } .new-card__bt { padding-top: 4.915vw; } .new-card .l-sidebox { margin-bottom: 4.237vw; } } @media print, screen and (max-width: 765px) { .info .hukidashi { width: 100%; } .info .hukidashi-eng { margin-bottom: 20.533vw; } .new-card { padding: 5.867vw 0 6.933vw; border-width: 1.333vw; margin-bottom: 12.267vw; } .new-card__dec { left: 3.2vw; top: -12.533vw; } .new-card__dec img { width: 13.333vw; } .new-card__title { width: 90%; padding-bottom: 3.733vw; } .new-card__title .en { font-size: 3.6vw; margin-right: 3.333vw; } .new-card__title .ja { font-size: 5.333vw; } .new-card__bt { padding-top: 7.733vw; } .new-card__desc { margin-bottom: 10.267vw; font-size: 3.467vw; } .new-card .l-sidebox { margin-bottom: 5.067vw; } .new-card .l-sidebox img { height: 48.933vw; object-fit: cover; width: 39.333vw; } .new-card .btn { max-width: 206px; width: 90%; font-size: clamp(1.6rem, 2.4vw, 1.8rem); } .slider { width: 95.3%; margin: 0 auto 5.067vw; } .slider li { height: 27.2vw; margin: 0 1.867vw; border: 0.667vw solid #F5D230; } .slider .slick-prev, .slider .slick-prev:before, .slider .slick-next, .slider .slick-next:before { width: 5.467vw; height: 5.467vw; } .slider .slick-prev { left: -5.6vw; } .slider .slick-next { right: -5.6vw; } .archiveBox { margin-bottom: 10.667vw; } .archiveBox__title { font-size: clamp(1.4rem, 3.067vw, 2.3rem); } } /*--------------------------------- みんなのワーケーションシーン ---------------------------------*/ .sns { text-align: center; margin-bottom: 120px; } .sns__desc { font-size: 2.6rem; letter-spacing: 0.02em; text-align: center; line-height: 1.692; margin: 1.154em 0 0.885em; } .sns img { width: 62px; } .dashBox { text-align: center; padding: 52px 0 60px; position: relative; margin-bottom: 64px; } .dashBox p { font-size: 2.8rem; margin-bottom: 28px; } .dashBox img { width: 100%; max-width: 714px; } .dashBox:before, .dashBox:after { content: url(../img/dot_line.svg); background: inherit; width: 101.365%; position: absolute; left: 50%; transform: translateX(-50%); } .dashBox:before { top: 0; } .dashBox:after { bottom: 0; } @media print, screen and (max-width: 1379px) { .dashBox:after { width: 100%; } } @media print, screen and (max-width: 1180px) { .sns__desc { font-size: 2.203vw; } .dashBox p { font-size: 2.373vw; margin-bottom: 2.373vw; } } @media print, screen and (max-width: 765px) { .sns { margin-bottom: 13.6vw; } .sns__desc { font-size: 3.467vw; line-height: 1.923; margin: 1.077em 0 0.923em; } .sns img { width: 8.267vw; } .sns .hukidashi { width: 100%; } .dashBox { padding: 6.933vw 0 8vw; margin-bottom: 8.667vw; } .dashBox p { font-feature-settings: "palt"; font-size: 3.467vw; letter-spacing: -0.65px; margin-bottom: 4.533vw; } .dashBox:before, .dashBox:after { content: ""; background: url(../img/dot_line.svg) repeat center/contain; width: 100%; height: 1px; } } /*----------------------------------------------------------------- 下層ページ --------------------------------------------------------*/ /*--------------------------------- 共通 ---------------------------------*/ .palt { font-feature-settings: "palt"; } .piece-title { font-size: 2.8rem; font-weight: 600; margin-bottom: 66px; } .piece-title__inner { display: flex; flex-direction: column; align-items: center; } .piece-title img { width: 186px; margin-bottom: 18px; } .piece-title__hukidashi { width: 600px; background: #F5D230; border-radius: 28px; height: 56px; display: flex; justify-content: center; align-items: center; position: relative; } .piece-title__hukidashi:after { content: ""; width: 36px; height: 36px; background-color: #F5D230; position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%) rotate(45deg); z-index: -1; } .piece-title__hukidashi p { letter-spacing: 0.075em; } .piece-title__ja { margin-top: 40px; font-size: 4.4rem; letter-spacing: 0.2em; } @media print, screen and (max-width: 1379px) { .piece-title { font-size: 2.03vw; margin-bottom: 4.786vw; } .piece-title__ja { font-size: 3.191vw; } .piece-title__hukidashi { width: 43.51vw; } } @media print, screen and (max-width: 765px) { .piece-title { font-size: 3.733vw; } .piece-title .container { max-width: 95% !important; } .piece-title__ja { font-size: 5.867vw; letter-spacing: 0.05em; margin-top: 5.333vw; } .piece-title img { width: 24.8vw; margin-bottom: 2.4vw; } .piece-title__hukidashi { width: 80vw; } .piece-title__hukidashi:after { width: 4.8vw; height: 4.8vw; bottom: -0.8vw; } } /*--------------------------------- ---------------------------------*/ .info-header { padding: 47px 0 23px; } .info-content .new-card { padding: 15px 0; border: none; margin-bottom: 0; } .info-content .new-card__dec { position: relative; top: 0; left: 0; } .info-content .new-card__title { padding: 0; } .info-content .map { margin: 22px auto 102px; } .info-content .map__sp { display: none; } @media print, screen and (max-width: 765px) { .info-header { padding: 6.667vw 0 3.6vw; } .info-content .new-card { padding: 3.2vw 0 2.667vw; } .info-content .new-card .container { display: flex; align-items: center; justify-content: center; } .info-content .new-card__dec { margin-right: 3.467vw; } .info-content .new-card__title { width: inherit; margin: 0; } .info-content .map { margin: 5.333vw auto 17.867vw; } .info-content .map img:first-child { display: none; } .info-content .map__sp { display: block; } } .oval-banner { width: 100%; height: 336px; background: #F1E7D4; } .oval-banner__bg { max-width: 746px; width: 70%; height: 100%; right: 0; position: absolute; } .oval-banner__bg img { height: 100%; object-fit: cover; } .oval-banner__inner { position: relative; width: 100%; height: 100%; } .oval-banner .oval { width: 329px; height: 544px; background-color: #fff; -moz-border-radius: 332px/542px; -webkit-border-radius: 332px/542px; border-radius: 329px/544px; text-align: center; overflow: hidden; top: 50%; transform: translateY(-50%); padding-top: 82px; position: absolute; margin-left: 60px; z-index: 1; } .oval-banner .oval__inner { display: flex; flex-direction: column; justify-content: center; align-items: center; } .oval-banner .oval__map { width: 92px; margin-bottom: 20px; } .oval-banner .oval__text { margin-bottom: 23px; font-size: 2.8rem; letter-spacing: 0.2em; font-weight: 600; } .oval-banner .oval .sm { font-size: 2.4rem; } .oval-banner .oval__woman { width: 98px; } @media print, screen and (max-width: 1379px) { .oval-banner .oval { margin-left: 3.125vw; } } @media print, screen and (max-width: 765px) { .oval-banner { background: transparent; height: 44.8vw; } .oval-banner .container { margin: 0 0 0 auto; max-width: 100% !important; } .oval-banner__bg { width: 100%; } .oval-banner .oval { margin: 0; left: -5.333vw; width: 43.867vw; height: 72.533vw; border-radius: 43.867vw/72.533vw; padding-top: 10.933vw; } .oval-banner .oval__map { width: 12.267vw; margin-bottom: 2.667vw; } .oval-banner .oval__text { margin-bottom: 3.067vw; font-size: 3.733vw; } .oval-banner .oval__woman { width: 13.067vw; } .oval-banner .oval .sm { font-size: 3.2vw; } } .miryoku { margin-bottom: 94px; } .miryoku__inner { max-width: 980px; position: relative; z-index: 1; } .miryoku__desc { font-size: 2.4rem; margin: 2.208em 0; line-height: 1.9166; text-align: justify; text-justify: inter-ideograph; letter-spacing: 0.025em; } .miryoku__cards { width: 955px; margin: 0 auto; justify-content: center; } .border-card { width: 50%; height: 252px; border: 10px solid #F5D230; text-align: center; font-weight: 600; } .border-card__icon { height: 116px; display: flex; justify-content: center; align-items: flex-end; } .border-card__icon img { width: 43px; height: auto; padding-bottom: 13px; } .border-card__title { font-size: 1.9rem; letter-spacing: 0.2em; margin-bottom: 26px; display: block; } .border-card__desc { font-size: 2.8rem; letter-spacing: 0.2em; line-height: 1; display: inline-block; line-height: 1; } .border-card .lg { font-size: 4rem; } .border-card:nth-child(2) { border: none; border-top: 10px solid; border-right: 10px solid; border-bottom: 10px solid; border-color: #F5D230; } .border-card:nth-child(2) img { width: 84px; padding-bottom: 5px; } @media print, screen and (max-width: 1379px) { .miryoku__desc { font-size: clamp(1.8rem, 1.25vw, 2.4rem); } .miryoku__cards { width: 100%; } .border-card__title { font-size: clamp(1.6rem, 0.99vw, 1.9rem); } .border-card__desc { font-size: clamp(1.8rem, 1.458vw, 2.8rem); } } @media print, screen and (max-width: 765px) { .miryoku { margin-bottom: 16.667vw; } .miryoku__desc { font-size: clamp(1.4rem, 3.467vw, 2.6rem); } .miryoku__desc br { display: none; } .border-card { height: 39.2vw; min-height: 125px; border-width: 1.333vw; } .border-card:nth-child(2) { border-width: 1.333vw; } .border-card:nth-child(2) img { width: 11.2vw; } .border-card__icon { height: 15.467vw; } .border-card__icon img { width: 5.733vw; padding-bottom: 1.733vw; } .border-card__title { font-size: clamp(1.4rem, 2.533vw, 1.9rem); margin-bottom: 3.467vw; } .border-card__desc { font-size: clamp(1.3rem, 4vw, 3rem); } .border-card .lg { font-size: 6.4vw; margin-top: 1.333vw; display: inline-block; } } .sec-spot__inner { display: flex; } .sec-spot__num { padding: 0 26px 0 66px; height: 106px; border-right: 10px solid #F5D230; } .sec-spot__num img { width: 104px; } .sec-spot__text { padding-left: 27px; padding-top: 7px; } .sec-spot__text img { width: 675px; } .sec-spot__item { margin-bottom: 115px; } .sec-spot__item:nth-child(2) { margin-bottom: 135px; } .sec-spot__item:nth-child(2) .sec-spot__text img { width: 486px; } .sec-spot__item:nth-child(2) .line-text { height: 154px; } .sec-spot__item:nth-child(2) .infoContent__item--price { margin-right: 40px; } .sec-spot__item:nth-child(2) .infoContent__item:nth-child(4), .sec-spot__item:nth-child(2) .infoContent__item:nth-child(5) { margin-right: 34px; } @media print, screen and (max-width: 1379px) { .sec-spot__num { padding: 0 1.354vw 0 3.438vw; height: 10vw; } .sec-spot__num img { height: 80%; object-fit: contain; } .sec-spot__text img { width: 100%; } .sec-spot__text { width: 80%; padding-left: 1.958vw; padding-top: 0.508vw; } .sec-spot__item:nth-child(2) { margin-bottom: 9.79vw; } .sec-spot__item:nth-child(2) .sec-spot__text img { max-width: 486px; width: 100%; } .sec-spot__item:nth-child(2) .sec-spot__num img { max-width: 104px; } .sec-spot__item:nth-child(2) .line-text { height: 11.168vw; } } @media print, screen and (max-width: 765px) { .sec-spot .container { max-width: 100% !important; } .sec-spot__num { width: 22.933vw; padding: 0; height: 100%; display: flex; justify-content: center; align-items: center; } .sec-spot__num img { width: 11.067vw; height: inherit; } .sec-spot__title .container { height: 22.667vw; } .sec-spot__text { padding: 0; width: 76.667vw; display: flex; justify-content: center; align-items: center; } .sec-spot__text img { width: 51.067vw; } .sec-spot__item { margin-bottom: 7.067vw; } .sec-spot__item:nth-child(2) .line-text { height: 100%; } .sec-spot__item:nth-child(2) .sec-spot__text img { max-width: inherit; width: 64.8vw; } .sec-spot__item:nth-child(2) .infoContent__item:nth-child(4) { margin-right: 0; min-width: inherit; } .sec-spot__item:nth-child(2) .infoContent__item:nth-child(n+4) { margin-right: 4.667vw; } } .contentBox { padding: 16px 0 90px; font-size: 2.4rem; } .contentBox__mv { width: 98%; display: block; margin: 0 auto 24px; } .contentBox .icon { display: inline-flex; margin-right: 12px; } .contentBox .icon--access img { width: 20px; } .contentBox .icon--wifi img { width: 28px; } .contentBox .icon--outlet img { width: 19px; } .infoContent { font-weight: 600; } .infoContent--sp { display: none; } .infoContent__top { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 36px; } .infoContent__item { display: inline-flex; align-items: center; letter-spacing: 0.05em; margin-bottom: 12px; } .infoContent__item:nth-child(2) { margin-left: 55px; } .infoContent__item:nth-child(n+3) { margin-bottom: 0; } .infoContent__item:nth-child(n+3) .icon { margin-right: 10px; } .infoContent__item:nth-child(3), .infoContent__item:nth-child(5), .infoContent__item:nth-child(6) { margin-right: 34px; } .infoContent__item--price { letter-spacing: 0.01em; margin-right: 42px; } .infoContent__item--price > span:nth-child(2) { margin-right: 28px; } .infoContent .sm { font-size: 2rem; margin-left: 23px; } .infoContent .lg { font-size: 3rem; } .infoContent__bt { display: flex; justify-content: space-between; align-items: center; max-width: 1036px; margin: 0 auto; } .infoContent__right { width: 818px; } .icon { width: 52px; height: 52px; background: #fff; display: inline-block; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2.4rem; } .icon--textlong { font-size: 2rem; } .pukuCircle { width: 183px; height: 183px; background: #fff; border-radius: 50%; display: flex; justify-content: center; font-size: 2rem; letter-spacing: 0.05em; position: relative; z-index: 1; } .pukuCircle:after { content: ""; width: 40px; height: 40px; background-color: #fff; border-radius: 50%; position: absolute; right: -23px; top: 60px; z-index: 0; } .pukuCircle__text { text-align: center; line-height: 1.5; position: relative; top: 3.4em; } .line-text { line-height: 2.5; letter-spacing: 0.05em; height: 145px; display: flex; align-items: center; position: relative; padding-top: 6px; padding-left: 12px; position: relative; left: 12px; height: 145px; } .line-text:after { content: ""; background: url(../img/path_line.svg) no-repeat center; left: 0; top: 0; width: 812px; height: 147px; position: absolute; } .hp-link { margin: 2px 0 0 20.313vw; } .hp-link__link { letter-spacing: 0.05em; } .hp-link .right-hukidashi { font-size: 1.8rem; display: inline-block; width: 42px; height: 42px; background: #1A1A1A; border-radius: 50%; color: #FFFFFF; display: inline-flex; align-items: center; justify-content: center; margin-right: 15px; position: relative; padding: 4px 0 0 3px; } .hp-link .right-hukidashi:after { content: ""; border-style: solid; border-width: 6px 0 6px 11px; border-color: transparent transparent transparent #1A1A1A; position: absolute; right: -9px; top: 13px; } @media print, screen and (max-width: 1379px) { .contentBox { font-size: clamp(1.6rem, 1.74vw, 2.4rem); } .contentBox .icon { width: 3.771vw; height: 3.771vw; font-size: 1.74vw; margin-right: 0.87vw; } .contentBox .icon--access img { width: 1.45vw; } .contentBox .icon--wifi img { width: 2.03vw; } .contentBox .icon--outlet img { width: 1.378vw; } .contentBox .icon--textlong { font-size: 1.45vw; } .infoContent__item:nth-child(2) { margin-left: 3.988vw; } .infoContent__item--price { margin-right: 3.046vw; } .infoContent__item:nth-child(3), .infoContent__item:nth-child(5), .infoContent__item:nth-child(6) { margin-right: 2vw; } .infoContent .lg { font-size: clamp(2rem, 2.175vw, 3rem); } .infoContent .sm { font-size: clamp(1.4rem, 1.45vw, 2rem); } .infoContent__bt { max-width: 100%; } .infoContent__right { width: 59.318vw; min-width: 460px; } .line-text { left: 0.87vw; height: 10.515vw; padding-top: 0.435vw; padding-left: 0.87vw; } .line-text:after { width: 58.883vw; height: 10.66vw; } .pukuCircle { width: 13.27vw; height: 13.27vw; font-size: 1.45vw; } .pukuCircle:after { width: 2.901vw; height: 2.901vw; right: -1.668vw; top: 4.351vw; } } @media print, screen and (max-width: 1180px) { .infoContent__item { margin-right: 40px; } .infoContent__item:nth-child(2) { margin-left: 0; } .infoContent__item:nth-child(n+3) { margin-bottom: 12px; } } @media print, screen and (max-width: 765px) { .contentBox { font-size: clamp(1.4rem, 3.467vw, 2.6rem); padding: 1.867vw 0 8vw; } .contentBox__mv { width: 100%; margin-bottom: 3.2vw; } .contentBox .icon { width: 7.6vw; height: 7.6vw; font-size: 3.467vw; } .contentBox .icon--textlong { font-size: 2.933vw; } .contentBox .icon--access img { width: 3.067vw; } .contentBox .icon--outlet img { width: 2.667vw; } .contentBox .icon--wifi img { width: 4.133vw; } .infoContent { width: 93%; margin: 0 auto; } .infoContent__item { margin-right: 0; } .infoContent__item--price { margin-right: 0; } .infoContent__item--price > span:nth-child(2) { margin-right: 3.733vw; } .infoContent__item:nth-child(2) { flex-wrap: wrap; } .infoContent__item:nth-child(2) .sm { font-size: 2.933vw; display: inline-block; line-height: 2; } .infoContent__item:nth-child(4) { min-width: 300px; } .infoContent__item:nth-child(n+3) .icon { margin-right: 1.333vw; } .infoContent__item:nth-child(n+5) { margin-right: 4.667vw; } .infoContent__item:nth-last-child(-n+3) { display: none; } .infoContent .sm { font-size: clamp(1.3rem, 2.933vw, 2.2rem); margin-left: 3.067vw; } .infoContent .lg { font-size: clamp(1.8rem, 4.4vw, 3.3rem); } .infoContent__bt { flex-direction: column; } .infoContent__right { width: 100%; min-width: inherit; } .infoContent__top { margin-bottom: 0; } .infoContent--sp { display: flex; width: 100%; align-items: center; margin-bottom: 36px; } .infoContent--sp .infoContent__item { margin-right: 4.667vw; margin-bottom: 0; } .infoContent--sp .infoContent__item:nth-last-child(-n+3) { display: block; } .pukuCircle { width: 286px; height: 52px; border-radius: 20px; display: flex; justify-content: center; align-items: center; font-size: clamp(1.4rem, 3.2vw, 2.4rem); margin-bottom: 30px; } .pukuCircle__text { top: 0; } .pukuCircle__text br { display: none; } .pukuCircle:after { width: 0; height: 0; background: none; border-style: solid; border-width: 20px 19px 0 19px; border-color: #fff transparent transparent transparent; left: 50%; transform: translate(-50%); bottom: -11px; top: inherit; } .line-text { height: auto; left: 0; font-size: 3.2vw; } .line-text:after { width: 100%; height: 100%; } .hp-link { display: flex; justify-content: center; align-items: center; margin: 4.267vw auto 0; } .hp-link__link { word-break: break-all; } } .introBanner { font-weight: 600; height: 293px; margin-bottom: 50px; } .introBanner__inner { display: flex; height: 100%; } .introBanner__img { width: 310px; height: 310px; border-radius: 50%; overflow: hidden; position: relative; top: 18px; } .introBanner__img img { width: 656px; position: relative; top: -57px; left: -170px; } .introBanner .text { padding-left: 124px; width: 670px; padding-top: 34px; } .introBanner .text > p { font-size: 2.8rem; letter-spacing: 0.05em; margin-bottom: 14px; } .introBanner .text .prof { display: flex; align-items: center; letter-spacing: 0.05em; letter-spacing: 0.05em; margin-bottom: 22px; font-size: 2.2rem; } .introBanner .text .prof__name { font-size: 3rem; margin-left: 30px; } .introBanner .text .prof__name .sm { font-size: 2.3rem; } .introBanner .text__title-sm { font-size: 1.8rem; letter-spacing: 0.025em; } .introBanner .text__desc { font-size: 2rem; letter-spacing: 0.025em; line-height: 1.3; margin: 0.25em 0 0.85em; } .introBanner .text__content:last-child .text__desc { margin-bottom: 0; } .hukidashi-border { width: 998px; height: 124px; background: url(../img/hukidashi_border.svg) no-repeat center/contain; margin: 0 auto 20px; } .hukidashi-border__inner { display: flex; align-items: center; height: 80px; padding: 10px 0 0 46px; } .hukidashi-border img { width: 50px; } .hukidashi-border p { font-size: 2.8rem; letter-spacing: 0.2em; font-weight: 600; margin-right: 40px; } .hukidashi-border--pc img { width: 70px; } .hukidashi-border--lens img { width: 64px; } .hukidashi-border--drive img { width: 80px; } .hukidashi-border--dinner img { width: 76px; } .hukidashi-border--silence img { width: 73px; } .colBox { font-size: 2.4rem; text-align: justify; text-justify: inter-ideograph; } .colBox .container { width: 988px; } .colBox--first p span { letter-spacing: -0.0027em !important; } .colBox__content { margin: 0.042em 0 3.708em; position: relative; } .colBox__content p { display: flex; width: 913px; line-height: 1.9166; /* font-feature-settings: 'palt'; */ justify-content: space-between; margin: 0 auto; } .colBox__content p span { width: 433px; letter-spacing: 0.06em; } .colBox__content--withImg { display: flex; position: relative; height: 483px; align-items: center; margin-top: 26px; } .colBox__content--withImg img { width: 888px; height: 483px; object-fit: cover; position: absolute; right: 565px; top: 0; } .colBox__content--withImg p { display: block; width: inherit; margin: 0; padding: 0 5px 0 454px; letter-spacing: 0.045em; font-feature-settings: "palt"; padding: 0; width: 525px; margin-left: auto; } .colBox__content--icon { position: relative; } .colBox--car .hukidashi-border p { margin-right: 30px; } .colBox--car p span { letter-spacing: 0.05em; font-feature-settings: "palt"; } .colBox--car .colBox__content { margin-bottom: 2.042em; } .colBox__compass, .colBox__camera { position: absolute; } .colBox__compass { width: 78px; right: -100px; bottom: 15px; } .colBox__camera { width: 120px; left: -120px; top: 0; } .colBox__dinner { width: 178px; position: absolute; left: -180px; top: 60px; } .colBox--dinner p span { font-feature-settings: "palt"; letter-spacing: 0.06em; } .colBox--dinner .colBox__content { margin-bottom: 3.708em; } .colBox__couple { width: 205px; position: absolute; right: -225px; bottom: -130px; } .colBox--dinner .colBox__content p, .colBox--message .colBox__content p { margin: 0 auto; } .imgView { display: flex; margin-bottom: 86px; } .imgView img { width: 50%; height: 476px; object-fit: cover; } .page .archiveBox { padding: 38px 0 50px; border-top: 2px solid #F5D230; border-bottom: 2px solid #F5D230; margin-bottom: 60px; } .sp_dec { display: none; } @media print, screen and (max-width: 1379px) { .introBanner { height: 21.247vw; } .introBanner__img { width: 22.48vw; height: 22.48vw; } .introBanner__img img { width: 47.571vw; top: -4.133vw; left: -12.328vw; } .introBanner .text { padding-left: 8.992vw; width: 48.586vw; padding-top: 2.466vw; } .introBanner .text > p { font-size: 2.03vw; margin-bottom: 1.015vw; } .introBanner .text__desc { font-size: 1.45vw; } .introBanner .text__title-sm { font-size: 1.305vw; } .introBanner .text .prof { font-size: 1.595vw; margin-bottom: 1.595vw; } .introBanner .text .prof__name { font-size: 2.175vw; margin-left: 2.175vw; } .hukidashi-border { width: 100%; } .hukidashi-border__inner { padding: 0.925vw 0 0 3.336vw; } .hukidashi-border p { margin-right: 2.901vw; font-size: 2.03vw; } .hukidashi-border img { width: 5vw; } .colBox { font-size: 1.74vw; } .colBox--dinner .container, .colBox--message .container { max-width: 100% !important; } .colBox__content p { width: 100%; } .colBox__content p span { width: 48%; } .colBox__content--withImg { height: 35.025vw; margin-top: 1.885vw; } .colBox__content--withImg img { height: 35.025vw; right: 40.972vw; } .colBox__content--withImg p { width: 38.071vw; } .imgView img { height: 34.518vw; } } @media print, screen and (max-width: 1180px) { .hukidashi-border { background: none; position: relative; height: 10vw; } .hukidashi-border__inner { height: 6vw; } .hukidashi-border p { padding-top: 0.5vw; } .hukidashi-border:after { content: url(../img/hukidashi_border.svg); position: absolute; left: 0; top: 0%; width: 100%; } .colBox__camera { width: 7.169vw; left: -9vw; } .colBox__compass { width: 6.61vw; right: -8.475vw; } .colBox__dinner { left: -12.085vw; width: 10.085vw; } .colBox__couple { width: 10.373vw; right: -8.068vw; bottom: -12vw; } } @media print, screen and (max-width: 765px) { .introBanner { height: auto; margin-bottom: 5.333vw; } .introBanner .container { position: relative; } .introBanner .text { width: 100%; padding: 6vw 0; } .introBanner .text__title-sm { font-size: 2.8vw; } .introBanner .text__desc { font-size: 3.2vw; } .introBanner .text > p { font-size: 4.8vw; margin-bottom: 3.467vw; } .introBanner .text > p span { display: block; margin-top: 1.6vw; } .introBanner .text .prof { font-size: 3.467vw; flex-direction: column; align-items: flex-start; margin-bottom: 4.667vw; } .introBanner .text .prof__name { margin: 1.6vw 0 0 0; font-size: 4.8vw; } .introBanner .text .prof__name .sm { font-size: 3.467vw; } .introBanner__img { width: 32.267vw; height: 32.267vw; position: absolute; right: 7.2vw; top: 2.933vw; } .introBanner__img img { width: 87.467vw; top: -8.667vw; left: -26.667vw; } .hukidashi-border { height: 23.733vw; margin-bottom: 2.667vw; } .hukidashi-border p { font-size: 4.267vw; } .hukidashi-border img { width: 11.467vw; } .hukidashi-border__inner { height: 17.533vw; padding-top: 1.333vw; } .hukidashi-border::after { content: url(../img/hukidashi_sp.svg); } .colBox { font-size: clamp(1.4rem, 3.2vw, 2.4rem); } .colBox__content p { display: block; } .colBox__content p span { width: 100%; } .colBox__content--withImg { display: block; height: 100%; margin-bottom: 13.333vw; } .colBox__content--withImg p { width: 100%; margin-top: 4.933vw; } .colBox__content--withImg img { position: relative; top: 0; left: 0; width: 100vw; height: 64.4vw; left: 50%; transform: translate(-50%); } .colBox--car .hukidashi-border, .colBox--message .hukidashi-border { line-height: 1.375; } .colBox__couple, .colBox__camera, .colBox__compass, .colBox__dinner { display: none; } .colBox--message .hukidashi-border img { width: 12.267vw; } .colBox--dinner .hukidashi-border img { width: 13.6vw; } .colBox--car .hukidashi-border p { margin-right: 1.5vw; } .colBox--car .hukidashi-border img { width: 14.933vw; } .imgView { display: block; margin-bottom: 4vw; } .imgView img { width: 100%; height: 50vw; object-fit: cover; } .sp_dec { display: block; position: relative; } .sp_dec img:first-child { width: 10.4vw; min-width: 50px; position: relative; top: 6vw; left: 8vw; /* display: block; */ position: absolute; } .sp_dec img:last-child { width: 24vw; margin-left: 40vw; margin-bottom: 9.867vw; } } /*--------------------------------- IE対応 ---------------------------------*/ @media (-ms-high-contrast: none), (-ms-high-contrast: active) { /* ここに書く */ .mv picture > img, .workcation, .mv__text { opacity: 1; } .workcation { transform: inherit !important; } .mv__bg-inner { opacity: 0.9; } .mv__left { width: 50%; } .mv__desc { font-size: 1.25vw; } .new-card__dec img { height: 100%; } .oval-banner_bg { max-width: inherit; } .icon--text, .btn, .icon--textlong, .circle-info, .piece-title__hukidashi, .hukidashi-border p, .hukidashi span { padding-top: 1vw; } .contentBox__inner { max-width: 85% !important; } .hp-link { margin-left: 25.313vw; } header .logo-side .in { width: 2.5vw; height: 2.5vw; padding-left: 0.7vw; padding-top: 0.7vw; margin-bottom: 0.3vw; } header .logo-side { margin-top: 1vw; } } @media print and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (max-width: 1379px), print and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (max-width: 1379px) { .container { max-width: 80%; } .contentBox { font-size: 1.74vw !important; } } @media print and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (max-width: 1180px), print and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (max-width: 1180px) { .mv__left { width: 100%; } .miryoku_inner, .miryoku__cards, .miryoku__desc { max-width: 90%; margin-left: auto !important; margin-right: auto !important; } } @media print and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (max-width: 765px), print and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (max-width: 765px) { .line-text, .contentBox, .miryoku__desc, .colBox { font-size: 3vw !important; } .sec-spot__item:nth-child(2) .sec-spot__text img { width: 500px !important; } }
assets/css/style.css
@charset "UTF-8"; /*--------------------------------- 0.header 1. 共通 2. ヘッダー・フッター 3. メインビジュアル 4. WHAT IS WORKCATION? 5. 長崎県はワーケーションがしやすい街 6. 長崎県にはワーケーションガイドがあります! 7. 長崎県でワーケーションするなら! 8. みんなのワーケーションシーン 9. 下層ページ 10. IE対応 ---------------------------------*/ .bold { font-weight: 600; font-style: normal; } html, body { font-family: dnp-shuei-mgothic-std, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO", sans-serif; font-size: 10px; color: #333333; position: relative; color: #333333; scroll-behavior: smooth; overflow-x: hidden; } .wrap { overflow: hidden; } a { text-decoration: none; color: #333333; } a:hover { opacity: 0.8; transition: 0.3s ease; } img { width: 100%; height: auto; vertical-align: bottom; } @media print, screen and (max-width: 1180px) { ._sp { display: none !important; } } @media print, screen and (max-width: 1379px) { ._tb { display: none !important; } } ._pc { display: none; } @media print, screen and (max-width: 765px) { ._pc { display: block; } } .center { text-align: center; } .l-sidebox { display: flex; justify-content: space-between; } .container { max-width: 1100px; margin: 0 auto; } .bg_yl { background-color: #F5D230; } .hukidashi { background: url(../img/hukidashi.png) no-repeat center/contain; max-width: 719px; width: 100%; height: 120px; margin: 0 auto; position: relative; margin-bottom: 18px; font-weight: 600; } .hukidashi span { width: 100%; text-align: center; font-size: 3.2rem; letter-spacing: -0.8px; position: absolute; left: 50%; top: 24px; transform: translateX(-50%); } .hukidashi.sm { max-width: 507px; background-image: url(../img/hukidashi_sm.png); margin-bottom: 32px; } .hukidashi.md { max-width: 640px; background-image: url(../img/hukidashi_md.png); } .hukidashi-eng { text-align: center; } .hukidashi-eng .hukidashi { margin-bottom: 14px; } .hukidashi-eng span { font-size: 3.2rem; font-weight: 600; } .hukidashi-eng > span { color: #636569; letter-spacing: 0.2em; } .btn { width: 206px; height: 44px; display: inline-block; background: #F5D230; font-size: 1.8rem; letter-spacing: 0.02em; display: inline-flex; justify-content: center; align-items: center; font-weight: 600; } .circle-info { display: block; width: 114px; height: 114px; border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .circle-info__year { font-size: 1.8rem; letter-spacing: 0.025em; margin-bottom: 10px; } .circle-info__month { font-size: 3.2rem; letter-spacing: 0.05em; display: block; } .circle-info .kanji { font-size: 2.4rem; } .circle-info--white { background: #fff; margin: 0 auto 27px; } @media print, screen and (max-width: 1379px) { .container:not(header .container) { max-width: 80%; } } @media print, screen and (max-width: 1180px) { .hukidashi span { top: 29px; font-size: 2.7rem; } .hukidashi-eng span { font-size: 2.712vw; } } @media print, screen and (max-width: 765px) { .container:not(header .container) { max-width: 90%; } .hukidashi { height: 16vw; width: 90%; } .hukidashi span { font-size: 4.267vw; top: 3.5vw; } .hukidashi.sm { margin-bottom: 4.267vw; } .hukidashi-eng span { font-size: 4.267vw; } .btn { max-width: 206px; width: 100%; } .circle-info { width: 15.2vw; height: 15.2vw; } .circle-info__year { font-size: 2.4vw; margin-bottom: 1.333vw; } .circle-info__month { font-size: 4.267vw; } .circle-info .kanji { font-size: 3.2vw; } .circle-info--white { margin: 0; width: 16.667vw; height: 16.667vw; } } /*--------------------------------- ヘッダー・フッター ---------------------------------*/ header { background-color: #F6AC13; height: 80px; } header .container { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding-top: 5px; width: 57.292vw; } header .logo { width: 360px; } header .logo-side { font-size: 2.8rem; color: #1A323D; } header .logo-side .in { width: 28px; height: 28px; display: inline-flex; align-items: center; vertical-align: bottom; background: #1A323D; border-radius: 50%; color: #fff; padding-bottom: 2px; padding-left: 6px; font-size: 2rem; margin: 0 3px; } footer { background: #000; padding: 24px 0 25px; text-align: center; } footer img { width: 80px; } @media print, screen and (max-width: 1379px) { header .container { width: 95%; } } @media print, screen and (max-width: 1180px) { header .container { width: 80%; } header .logo { width: 200px; min-width: 180px; } } @media print, screen and (max-width: 765px) { header { height: 10.667vw; } header .container { width: 95%; flex-wrap: wrap; } header .logo { min-width: 150px; max-width: 346px; width: 45%; } header .logo-side { font-size: 3.733vw; } header .logo-side .in { font-size: 2.667vw; width: 3.733vw; height: 3.733vw; padding-bottom: 0; padding-left: 0; justify-content: center; } } /*--------------------------------- メインビジュアル ---------------------------------*/ .mv { position: relative; overflow: hidden; } .mv picture > img { opacity: 0; } .mv picture > img.active { opacity: 1; transition: 1s ease-in-out; } .mv__left { width: 0%; height: 100%; position: absolute; top: 0; left: 0; transition: 1.5s ease; } .mv__left.active { width: 50%; } .mv__bg-inner { position: relative; width: 100%; height: 100%; display: flex; align-items: flex-end; } .mv__bg-inner:after { content: ""; width: 100%; height: 100%; background: #736357; mix-blend-mode: multiply; position: absolute; left: 0; top: 0; z-index: 1; } .mv__text { width: 550px; width: 28.646vw; min-width: 360px; margin-left: auto; text-align: center; padding: 0 0.625vw 4.375vw 0; z-index: 2; opacity: 0; } .mv__text.active { opacity: 1; transition: 2s ease-in; } .mv__map { width: 19.531vw; margin-bottom: 1.406vw; } .mv__catch { margin-bottom: 2.083vw; width: 26.875vw; } .mv__desc { font-size: 2.4rem; font-size: clamp(1.6rem, 1.25vw, 2.4rem); line-height: 1.8333; color: #fff; } .workcation { position: absolute; top: 0.938vw; left: 19.792vw; z-index: 3; transform: translateX(200px); opacity: 0; transition: 3s ease; } .workcation__logo { width: 16.146vw; } .workcation__title { width: 41.146vw; vertical-align: top; margin-top: 2.604vw; } .workcation.active { transform: translateX(0); opacity: 1; } @media print, screen and (max-width: 765px) { .mv:after, .mv__bg-inner:after { content: none; } .mv__left { position: relative; background: #636569; width: 100%; padding-top: 21.867vw; height: 0%; } .mv__left.active { width: 100%; height: 100%; } .mv__text { min-width: inherit; margin: 0 auto; padding: 0; width: 100%; } .mv__map { width: 50vw; position: absolute; top: -53.067vw; left: 10.667vw; } .mv__catch { width: 68.8vw; margin: 0; } .mv__desc { font-size: clamp(1.6rem, 3.733vw, 2.8rem); line-height: 1.857; margin: 1.143em 0 1.714em; } .workcation { height: 90vw; width: 100%; left: 0; top: 0; transform: translateX(0) translateY(50px); } .workcation.active { transition: translateY(0); } .workcation__logo { width: 41.467vw; margin: 3.2vw 0 0 1.6vw; } .workcation__title { width: 73.067vw; margin: 32vw auto 0; display: block; } } @media print, screen and (max-width: 370px) { .mv__desc { width: 90%; margin: 2em auto; } .mv__desc br { display: none; } } /*--------------------------------- WHAT IS WORKCATION? ---------------------------------*/ .about { margin: 50px 0 56px; } .about .contentBox__en { width: 53.021vw; margin: 0 auto 50px; } .about .contentBox__title, .about .contentBox__desc { font-size: 2.5rem; letter-spacing: 0.075em; font-family: "Noto Sans JP", sans-serif; font-weight: 400; } .about .contentBox__desc { display: inline-block; line-height: 1.8; text-align: left; margin-top: 0.72em; margin-bottom: 3.76em; text-align: justify; text-justify: inter-ideograph; } .about .meritBox { display: flex; color: #736357; } .about .meritBox__item { width: 365px; display: flex; flex-direction: column; align-items: center; position: relative; font-weight: 600; } .about .meritBox__item:nth-child(1) .meritBox__img img { width: 176px; } .about .meritBox__item:nth-child(2) { color: #D67D07; } .about .meritBox__item:nth-child(2) .meritBox__img img { width: 260px; } .about .meritBox__item:nth-child(3) .meritBox__img img { width: 230px; } .about .meritBox__item:before { content: ""; position: absolute; background: url(../img/dashed_line.svg); left: 0; width: 2px; height: 100%; } .about .meritBox__item:last-child:after { content: ""; position: absolute; background: url(../img/dashed_line.svg); right: 0; width: 2px; height: 100%; } .about .meritBox__title { font-size: 2.6rem; text-align: center; margin-bottom: 40px; } .about .meritBox__title span { display: block; } .about .meritBox__title span:first-child { margin-bottom: 16px; } .about .meritBox__title span:nth-child(2) { margin-bottom: 36px; } .about .meritBox__title .lg { font-size: 4.6rem; } .about .meritBox__img { height: 378px; display: flex; align-items: center; justify-content: center; } .about .meritBox .count { margin-bottom: 32px; display: inline-block; } .about .count { position: relative; } .about .count img { width: 106px; } .about .count__num { font-size: 3.7rem; color: #fff; position: absolute; left: 35px; top: 50px; } @media print, screen and (max-width: 1180px) { .about .meritBox__img { height: 32.034vw; } .about .meritBox__title { font-size: 2.203vw; margin-bottom: 3.39vw; } .about .meritBox__title span:nth-child(2) { margin-bottom: 3.051vw; } .about .meritBox__title .lg { font-size: 3.898vw; } .about .meritBox__item:nth-child(1) .meritBox__img img { width: 14.915vw; } .about .meritBox__item:nth-child(2) .meritBox__img img { width: 22.034vw; } .about .meritBox__item:nth-child(3) .meritBox__img img { width: 19.492vw; } } @media print, screen and (max-width: 765px) { .about { margin: 5.6vw 0 17.867vw; } .about .container { max-width: inherit !important; } .about .contentBox__en { width: 90.933vw; } .about .contentBox__title, .about .contentBox__desc { width: 94%; font-size: clamp(1.4rem, 3.467vw, 2.5rem); } .about .contentBox__title { margin: 0 auto; } .about .contentBox__desc { line-height: 2; margin-top: 0.731em; margin-bottom: 3.346em; } .about .meritBox { flex-direction: column; } .about .meritBox__item { width: 90%; margin: 0 auto 12vw; } .about .meritBox__item:before { content: none; } .about .meritBox__item:nth-child(1) .meritBox__img img { width: 23.467vw; } .about .meritBox__item:nth-child(2) .meritBox__sp { flex-direction: row-reverse; } .about .meritBox__item:nth-child(2) .meritBox__img img { width: 34.667vw; } .about .meritBox__item:nth-child(2) .meritBox__title { margin: 0 0 0 6.133vw; } .about .meritBox__item:nth-child(3) { margin-bottom: 0; } .about .meritBox__item:nth-child(3) .meritBox__img img { width: 30.8vw; } .about .meritBox__item:last-child:after { content: none; } .about .meritBox__img { height: inherit; } .about .meritBox__title { font-size: 4.133vw; margin: 0 6.133vw 0 0; } .about .meritBox__title .lg { font-size: 6.667vw; } .about .meritBox__title span:first-child { margin-bottom: 2.4vw; } .about .meritBox__title span:nth-child(2) { margin-bottom: 2.933vw; } .about .meritBox__sp { width: 100%; display: flex; align-items: center; justify-content: center; } .about .meritBox .count { margin-bottom: 4.267vw; } .about .meritBox .count img { width: 14.133vw; } .about .meritBox .count__num { font-size: 4.933vw; left: 4.667vw; top: 6.667vw; } } /*--------------------------------- 長崎県はワーケーションがしやすい街 ---------------------------------*/ .city { padding: 100px 0 114px; position: relative; } .city__desc { width: 52.604vw; font-size: 2.4rem; font-size: clamp(1.6rem, 1.25vw, 2.4rem); line-height: 1.75; margin: 0.958em auto 1.583em; letter-spacing: 1.2px; text-align: justify; text-justify: inter-ideograph; } .city__womanLeft { width: 16.25vw; /* max-width: 312px; */ position: absolute; left: 9%; top: 36px; } .city__womanLeft--sp { display: none; } .city__womanRight { width: 7.552vw; position: absolute; right: 23%; top: -47px; } .city__map { width: 68.3%; margin: 0 auto; display: block; } .city__bt { position: relative; } .city__sp { display: none; } @media print, screen and (max-width: 1379px) { .city__map { width: 80%; } .city__desc { width: 100%; } .city__womanRight { right: 13%; top: -20px; min-width: 80px; } } @media print, screen and (max-width: 765px) { .city { padding: 11.2vw 0 7.2vw; } .city__womanLeft, .city__bt { display: none; } .city__sp { display: block; } .city__sp .city__womanRight--sp { display: block; margin: -7.467vw auto 0; width: 19.333vw; } .city__womanLeft--sp { display: block; position: relative; left: 0; top: 0; width: 41.6vw; margin: 0 auto; } .city__desc { font-size: clamp(1.4rem, 1.25vw, 2.4rem); } .city__desc span { display: block; } .city__desc span:nth-child(1) { margin-bottom: 1em; } .city__desc span:nth-child(3) { margin-top: 1em; } } /*--------------------------------- 長崎県にはワーケーションガイドがあります! ---------------------------------*/ .guide { margin: 104px 0 217px; } .guide .hukidashi { margin-bottom: 0; } .guide__desc { font-size: 2.4rem; line-height: 1.666; width: 1008px; letter-spacing: 0.02em; margin: 0.5em auto 3.167em; text-align: justify; text-justify: inter-ideograph; } .att-card { display: flex; max-width: 988px; margin: 0 auto; background: #E6E6E6; padding: 43px 27px 37px 68px; align-items: center; position: relative; } .att-card img { width: 295px; margin-right: 27px; } .att-card__text { font-size: 2.4rem; line-height: 1.913; letter-spacing: 0.02em; font-feature-settings: "palt"; } .att-card:before, .att-card:after { content: ""; position: absolute; } .att-card:before { width: 71px; height: 64px; border-top: 8px solid #6A7188; border-right: 8px solid #6A7188; right: -23px; top: -20px; } .att-card:after { width: 66px; height: 67px; border-bottom: 8px solid #6A7188; border-left: 8px solid #6A7188; left: -22px; bottom: -21px; } @media print, screen and (max-width: 1379px) { .guide__desc { width: 100%; } .att-card__text { font-size: clamp(1.8rem, 1.25vw, 2.4rem); } } @media print, screen and (max-width: 1180px) { .att-card { padding: 2em; } .att-card img { width: 15.206vw; } .att-card__text { font-size: clamp(1.4rem, 1.525vw, 1.8rem); } } @media print, screen and (max-width: 765px) { .guide { margin: 10.667vw 0 20.533vw; } .guide .hukidashi { width: 100%; } .guide__desc { font-size: clamp(1.4rem, 3.467vw, 2.6rem); margin: 1.154em auto 3.577em; line-height: 1.923; } .att-card { flex-direction: column; width: 85%; padding: 4.933vw 8vw 7.467vw; } .att-card img { width: 100%; } .att-card__text { letter-spacing: 0.03em; font-size: clamp(1.4rem, 3.467vw, 2.6rem); text-align: justify; text-justify: inter-ideograph; margin-top: 1.692em; } .att-card::before, .att-card::after { border-width: 1.067vw; } .att-card::before { width: 9.467vw; height: 8.533vw; } .att-card::after { height: 9.467vw; width: 8.533vw; } } /*--------------------------------- 長崎県でワーケーションするなら! ---------------------------------*/ .info .hukidashi-eng { margin-bottom: 108px; } .new-card { border: 10px solid #F5D230; padding: 38px 80px; text-align: center; position: relative; font-weight: 600; margin-bottom: 63px; } .new-card .l-sidebox { align-items: center; justify-content: space-around; margin-bottom: 50px; } .new-card .l-sidebox img { width: 412px; } .new-card__desc { font-size: 2.6rem; letter-spacing: 0.02em; margin-bottom: 35px; left: 24px; top: -54px; } .new-card__title { padding-bottom: 28px; border-bottom: 3px solid #F5D230; margin: 0 auto; } .new-card__title .en { font-size: 2.7rem; letter-spacing: -0.67px; margin-right: 25px; } .new-card__title .ja { font-size: 4rem; letter-spacing: -1px; } .new-card__bt { padding-top: 58px; } .new-card__dec { position: absolute; left: 24px; top: -94px; } .new-card__dec img { width: 100px; margin-bottom: 10px; } .archiveBox { text-align: center; margin-bottom: 195px; } .archiveBox__title { display: block; font-size: 2.3rem; letter-spacing: 0.2em; margin-bottom: 22px; font-weight: 600; color: #636569; } .slider { width: 84.9%; width: 87.1%; margin: 0 auto 57px; } .slider li { height: 204px; height: 10.625vw; margin: 0 14px; border: 5px solid #F5D230; } .slider img { height: 100%; object-fit: cover; } .slider .slick-prev, .slider .slick-next { width: 40px; height: 40px; } .slider .slick-prev { left: -50px; } .slider .slick-next { right: -50px; } .slider .slick-prev:before, .slider .slick-next:before { content: ""; background: url(../img/arrow_left.svg) no-repeat center/contain; width: 40px; height: 40px; position: absolute; left: 0; top: 0; } .slider .slick-next:before { background: url(../img/arrow_right.svg) no-repeat center/contain; } .slider .slick-dots { display: none !important; } @media print, screen and (max-width: 1379px) { .new-card .l-sidebox img { width: 45%; } } @media print, screen and (max-width: 1180px) { .new-card__desc { font-size: 2.203vw; margin-bottom: 2.966vw; } .new-card__bt { padding-top: 4.915vw; } .new-card .l-sidebox { margin-bottom: 4.237vw; } } @media print, screen and (max-width: 765px) { .info .hukidashi { width: 100%; } .info .hukidashi-eng { margin-bottom: 20.533vw; } .new-card { padding: 5.867vw 0 6.933vw; border-width: 1.333vw; margin-bottom: 12.267vw; } .new-card__dec { left: 3.2vw; top: -12.533vw; } .new-card__dec img { width: 13.333vw; } .new-card__title { width: 90%; padding-bottom: 3.733vw; } .new-card__title .en { font-size: 3.6vw; margin-right: 3.333vw; } .new-card__title .ja { font-size: 5.333vw; } .new-card__bt { padding-top: 7.733vw; } .new-card__desc { margin-bottom: 10.267vw; font-size: 3.467vw; } .new-card .l-sidebox { margin-bottom: 5.067vw; } .new-card .l-sidebox img { height: 48.933vw; object-fit: cover; width: 39.333vw; } .new-card .btn { max-width: 206px; width: 90%; font-size: clamp(1.6rem, 2.4vw, 1.8rem); } .slider { width: 95.3%; margin: 0 auto 5.067vw; } .slider li { height: 27.2vw; margin: 0 1.867vw; border: 0.667vw solid #F5D230; } .slider .slick-prev, .slider .slick-prev:before, .slider .slick-next, .slider .slick-next:before { width: 5.467vw; height: 5.467vw; } .slider .slick-prev { left: -5.6vw; } .slider .slick-next { right: -5.6vw; } .archiveBox { margin-bottom: 10.667vw; } .archiveBox__title { font-size: clamp(1.4rem, 3.067vw, 2.3rem); } } /*--------------------------------- みんなのワーケーションシーン ---------------------------------*/ .sns { text-align: center; margin-bottom: 120px; } .sns__desc { font-size: 2.6rem; letter-spacing: 0.02em; text-align: center; line-height: 1.692; margin: 1.154em 0 0.885em; } .sns img { width: 62px; } .dashBox { text-align: center; padding: 52px 0 60px; position: relative; margin-bottom: 64px; } .dashBox p { font-size: 2.8rem; margin-bottom: 28px; } .dashBox img { width: 100%; max-width: 714px; } .dashBox:before, .dashBox:after { content: url(../img/dot_line.svg); background: inherit; width: 101.365%; position: absolute; left: 50%; transform: translateX(-50%); } .dashBox:before { top: 0; } .dashBox:after { bottom: 0; } @media print, screen and (max-width: 1379px) { .dashBox:after { width: 100%; } } @media print, screen and (max-width: 1180px) { .sns__desc { font-size: 2.203vw; } .dashBox p { font-size: 2.373vw; margin-bottom: 2.373vw; } } @media print, screen and (max-width: 765px) { .sns { margin-bottom: 13.6vw; } .sns__desc { font-size: 3.467vw; line-height: 1.923; margin: 1.077em 0 0.923em; } .sns img { width: 8.267vw; } .sns .hukidashi { width: 100%; } .dashBox { padding: 6.933vw 0 8vw; margin-bottom: 8.667vw; } .dashBox p { font-feature-settings: "palt"; font-size: 3.467vw; letter-spacing: -0.65px; margin-bottom: 4.533vw; } .dashBox:before, .dashBox:after { content: ""; background: url(../img/dot_line.svg) repeat center/contain; width: 100%; height: 1px; } } /*----------------------------------------------------------------- 下層ページ --------------------------------------------------------*/ /*--------------------------------- 共通 ---------------------------------*/ .palt { font-feature-settings: "palt"; } .piece-title { font-size: 2.8rem; font-weight: 600; margin-bottom: 66px; } .piece-title__inner { display: flex; flex-direction: column; align-items: center; } .piece-title img { width: 186px; margin-bottom: 18px; } .piece-title__hukidashi { width: 600px; background: #F5D230; border-radius: 28px; height: 56px; display: flex; justify-content: center; align-items: center; position: relative; } .piece-title__hukidashi:after { content: ""; width: 36px; height: 36px; background-color: #F5D230; position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%) rotate(45deg); z-index: -1; } .piece-title__hukidashi p { letter-spacing: 0.075em; } .piece-title__ja { margin-top: 40px; font-size: 4.4rem; letter-spacing: 0.2em; } @media print, screen and (max-width: 1379px) { .piece-title { font-size: 2.03vw; margin-bottom: 4.786vw; } .piece-title__ja { font-size: 3.191vw; } .piece-title__hukidashi { width: 43.51vw; } } @media print, screen and (max-width: 765px) { .piece-title { font-size: 3.733vw; } .piece-title .container { max-width: 95% !important; } .piece-title__ja { font-size: 5.867vw; letter-spacing: 0.05em; margin-top: 5.333vw; } .piece-title img { width: 24.8vw; margin-bottom: 2.4vw; } .piece-title__hukidashi { width: 80vw; } .piece-title__hukidashi:after { width: 4.8vw; height: 4.8vw; bottom: -0.8vw; } } /*--------------------------------- ---------------------------------*/ .info-header { padding: 47px 0 23px; } .info-content .new-card { padding: 15px 0; border: none; margin-bottom: 0; } .info-content .new-card__dec { position: relative; top: 0; left: 0; } .info-content .new-card__title { padding: 0; } .info-content .map { margin: 22px auto 102px; } .info-content .map__sp { display: none; } @media print, screen and (max-width: 765px) { .info-header { padding: 6.667vw 0 3.6vw; } .info-content .new-card { padding: 3.2vw 0 2.667vw; } .info-content .new-card .container { display: flex; align-items: center; justify-content: center; } .info-content .new-card__dec { margin-right: 3.467vw; } .info-content .new-card__title { width: inherit; margin: 0; } .info-content .map { margin: 5.333vw auto 17.867vw; } .info-content .map img:first-child { display: none; } .info-content .map__sp { display: block; } } .oval-banner { width: 100%; height: 336px; background: #F1E7D4; } .oval-banner__bg { max-width: 746px; width: 70%; height: 100%; right: 0; position: absolute; } .oval-banner__bg img { height: 100%; object-fit: cover; } .oval-banner__inner { position: relative; width: 100%; height: 100%; } .oval-banner .oval { width: 329px; height: 544px; background-color: #fff; -moz-border-radius: 332px/542px; -webkit-border-radius: 332px/542px; border-radius: 329px/544px; text-align: center; overflow: hidden; top: 50%; transform: translateY(-50%); padding-top: 82px; position: absolute; margin-left: 60px; z-index: 1; } .oval-banner .oval__inner { display: flex; flex-direction: column; justify-content: center; align-items: center; } .oval-banner .oval__map { width: 92px; margin-bottom: 20px; } .oval-banner .oval__text { margin-bottom: 23px; font-size: 2.8rem; letter-spacing: 0.2em; font-weight: 600; } .oval-banner .oval .sm { font-size: 2.4rem; } .oval-banner .oval__woman { width: 98px; } @media print, screen and (max-width: 1379px) { .oval-banner .oval { margin-left: 3.125vw; } } @media print, screen and (max-width: 765px) { .oval-banner { background: transparent; height: 44.8vw; } .oval-banner .container { margin: 0 0 0 auto; max-width: 100% !important; } .oval-banner__bg { width: 100%; } .oval-banner .oval { margin: 0; left: -5.333vw; width: 43.867vw; height: 72.533vw; border-radius: 43.867vw/72.533vw; padding-top: 10.933vw; } .oval-banner .oval__map { width: 12.267vw; margin-bottom: 2.667vw; } .oval-banner .oval__text { margin-bottom: 3.067vw; font-size: 3.733vw; } .oval-banner .oval__woman { width: 13.067vw; } .oval-banner .oval .sm { font-size: 3.2vw; } } .miryoku { margin-bottom: 94px; } .miryoku__inner { max-width: 980px; position: relative; z-index: 1; } .miryoku__desc { font-size: 2.4rem; margin: 2.208em 0; line-height: 1.9166; text-align: justify; text-justify: inter-ideograph; letter-spacing: 0.025em; } .miryoku__cards { width: 955px; margin: 0 auto; justify-content: center; } .border-card { width: 50%; height: 252px; border: 10px solid #F5D230; text-align: center; font-weight: 600; } .border-card__icon { height: 116px; display: flex; justify-content: center; align-items: flex-end; } .border-card__icon img { width: 43px; height: auto; padding-bottom: 13px; } .border-card__title { font-size: 1.9rem; letter-spacing: 0.2em; margin-bottom: 26px; display: block; } .border-card__desc { font-size: 2.8rem; letter-spacing: 0.2em; line-height: 1; display: inline-block; line-height: 1; } .border-card .lg { font-size: 4rem; } .border-card:nth-child(2) { border: none; border-top: 10px solid; border-right: 10px solid; border-bottom: 10px solid; border-color: #F5D230; } .border-card:nth-child(2) img { width: 84px; padding-bottom: 5px; } @media print, screen and (max-width: 1379px) { .miryoku__desc { font-size: clamp(1.8rem, 1.25vw, 2.4rem); } .miryoku__cards { width: 100%; } .border-card__title { font-size: clamp(1.6rem, 0.99vw, 1.9rem); } .border-card__desc { font-size: clamp(1.8rem, 1.458vw, 2.8rem); } } @media print, screen and (max-width: 765px) { .miryoku { margin-bottom: 16.667vw; } .miryoku__desc { font-size: clamp(1.4rem, 3.467vw, 2.6rem); } .miryoku__desc br { display: none; } .border-card { height: 39.2vw; min-height: 125px; border-width: 1.333vw; } .border-card:nth-child(2) { border-width: 1.333vw; } .border-card:nth-child(2) img { width: 11.2vw; } .border-card__icon { height: 15.467vw; } .border-card__icon img { width: 5.733vw; padding-bottom: 1.733vw; } .border-card__title { font-size: clamp(1.4rem, 2.533vw, 1.9rem); margin-bottom: 3.467vw; } .border-card__desc { font-size: clamp(1.3rem, 4vw, 3rem); } .border-card .lg { font-size: 6.4vw; margin-top: 1.333vw; display: inline-block; } } .sec-spot__inner { display: flex; } .sec-spot__num { padding: 0 26px 0 66px; height: 106px; border-right: 10px solid #F5D230; } .sec-spot__num img { width: 104px; } .sec-spot__text { padding-left: 27px; padding-top: 7px; } .sec-spot__text img { width: 675px; } .sec-spot__item { margin-bottom: 115px; } .sec-spot__item:nth-child(2) { margin-bottom: 135px; } .sec-spot__item:nth-child(2) .sec-spot__text img { width: 486px; } .sec-spot__item:nth-child(2) .line-text { height: 154px; } .sec-spot__item:nth-child(2) .infoContent__item--price { margin-right: 40px; } .sec-spot__item:nth-child(2) .infoContent__item:nth-child(4), .sec-spot__item:nth-child(2) .infoContent__item:nth-child(5) { margin-right: 34px; } @media print, screen and (max-width: 1379px) { .sec-spot__num { padding: 0 1.354vw 0 3.438vw; height: 10vw; } .sec-spot__num img { height: 80%; object-fit: contain; } .sec-spot__text img { width: 100%; } .sec-spot__text { width: 80%; padding-left: 1.958vw; padding-top: 0.508vw; } .sec-spot__item:nth-child(2) { margin-bottom: 9.79vw; } .sec-spot__item:nth-child(2) .sec-spot__text img { max-width: 486px; width: 100%; } .sec-spot__item:nth-child(2) .sec-spot__num img { max-width: 104px; } .sec-spot__item:nth-child(2) .line-text { height: 11.168vw; } } @media print, screen and (max-width: 765px) { .sec-spot .container { max-width: 100% !important; } .sec-spot__num { width: 22.933vw; padding: 0; height: 100%; display: flex; justify-content: center; align-items: center; } .sec-spot__num img { width: 11.067vw; height: inherit; } .sec-spot__title .container { height: 22.667vw; } .sec-spot__text { padding: 0; width: 76.667vw; display: flex; justify-content: center; align-items: center; } .sec-spot__text img { width: 51.067vw; } .sec-spot__item { margin-bottom: 7.067vw; } .sec-spot__item:nth-child(2) .line-text { height: 100%; } .sec-spot__item:nth-child(2) .sec-spot__text img { max-width: inherit; width: 64.8vw; } .sec-spot__item:nth-child(2) .infoContent__item:nth-child(4) { margin-right: 0; min-width: inherit; } .sec-spot__item:nth-child(2) .infoContent__item:nth-child(n+4) { margin-right: 4.667vw; } } .contentBox { padding: 16px 0 90px; font-size: 2.4rem; } .contentBox__mv { width: 98%; display: block; margin: 0 auto 24px; } .contentBox .icon { display: inline-flex; margin-right: 12px; } .contentBox .icon--access img { width: 20px; } .contentBox .icon--wifi img { width: 28px; } .contentBox .icon--outlet img { width: 19px; } .infoContent { font-weight: 600; } .infoContent--sp { display: none; } .infoContent__top { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 36px; } .infoContent__item { display: inline-flex; align-items: center; letter-spacing: 0.05em; margin-bottom: 12px; } .infoContent__item:nth-child(2) { margin-left: 55px; } .infoContent__item:nth-child(n+3) { margin-bottom: 0; } .infoContent__item:nth-child(n+3) .icon { margin-right: 10px; } .infoContent__item:nth-child(3), .infoContent__item:nth-child(5), .infoContent__item:nth-child(6) { margin-right: 34px; } .infoContent__item--price { letter-spacing: 0.01em; margin-right: 42px; } .infoContent__item--price > span:nth-child(2) { margin-right: 28px; } .infoContent .sm { font-size: 2rem; margin-left: 23px; } .infoContent .lg { font-size: 3rem; } .infoContent__bt { display: flex; justify-content: space-between; align-items: center; max-width: 1036px; margin: 0 auto; } .infoContent__right { width: 818px; } .icon { width: 52px; height: 52px; background: #fff; display: inline-block; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2.4rem; } .icon--textlong { font-size: 2rem; } .pukuCircle { width: 183px; height: 183px; background: #fff; border-radius: 50%; display: flex; justify-content: center; font-size: 2rem; letter-spacing: 0.05em; position: relative; z-index: 1; } .pukuCircle:after { content: ""; width: 40px; height: 40px; background-color: #fff; border-radius: 50%; position: absolute; right: -23px; top: 60px; z-index: 0; } .pukuCircle__text { text-align: center; line-height: 1.5; position: relative; top: 3.4em; } .line-text { line-height: 2.5; letter-spacing: 0.05em; height: 145px; display: flex; align-items: center; position: relative; padding-top: 6px; padding-left: 12px; position: relative; left: 12px; height: 145px; } .line-text:after { content: ""; background: url(../img/path_line.svg) no-repeat center; left: 0; top: 0; width: 812px; height: 147px; position: absolute; } .hp-link { margin: 2px 0 0 20.313vw; } .hp-link__link { letter-spacing: 0.05em; } .hp-link .right-hukidashi { font-size: 1.8rem; display: inline-block; width: 42px; height: 42px; background: #1A1A1A; border-radius: 50%; color: #FFFFFF; display: inline-flex; align-items: center; justify-content: center; margin-right: 15px; position: relative; padding: 4px 0 0 3px; } .hp-link .right-hukidashi:after { content: ""; border-style: solid; border-width: 6px 0 6px 11px; border-color: transparent transparent transparent #1A1A1A; position: absolute; right: -9px; top: 13px; } @media print, screen and (max-width: 1379px) { .contentBox { font-size: clamp(1.6rem, 1.74vw, 2.4rem); } .contentBox .icon { width: 3.771vw; height: 3.771vw; font-size: 1.74vw; margin-right: 0.87vw; } .contentBox .icon--access img { width: 1.45vw; } .contentBox .icon--wifi img { width: 2.03vw; } .contentBox .icon--outlet img { width: 1.378vw; } .contentBox .icon--textlong { font-size: 1.45vw; } .infoContent__item:nth-child(2) { margin-left: 3.988vw; } .infoContent__item--price { margin-right: 3.046vw; } .infoContent__item:nth-child(3), .infoContent__item:nth-child(5), .infoContent__item:nth-child(6) { margin-right: 2vw; } .infoContent .lg { font-size: clamp(2rem, 2.175vw, 3rem); } .infoContent .sm { font-size: clamp(1.4rem, 1.45vw, 2rem); } .infoContent__bt { max-width: 100%; } .infoContent__right { width: 59.318vw; min-width: 460px; } .line-text { left: 0.87vw; height: 10.515vw; padding-top: 0.435vw; padding-left: 0.87vw; } .line-text:after { width: 58.883vw; height: 10.66vw; } .pukuCircle { width: 13.27vw; height: 13.27vw; font-size: 1.45vw; } .pukuCircle:after { width: 2.901vw; height: 2.901vw; right: -1.668vw; top: 4.351vw; } } @media print, screen and (max-width: 1180px) { .infoContent__item { margin-right: 40px; } .infoContent__item:nth-child(2) { margin-left: 0; } .infoContent__item:nth-child(n+3) { margin-bottom: 12px; } } @media print, screen and (max-width: 765px) { .contentBox { font-size: clamp(1.4rem, 3.467vw, 2.6rem); padding: 1.867vw 0 8vw; } .contentBox__mv { width: 100%; margin-bottom: 3.2vw; } .contentBox .icon { width: 7.6vw; height: 7.6vw; font-size: 3.467vw; } .contentBox .icon--textlong { font-size: 2.933vw; } .contentBox .icon--access img { width: 3.067vw; } .contentBox .icon--outlet img { width: 2.667vw; } .contentBox .icon--wifi img { width: 4.133vw; } .infoContent { width: 93%; margin: 0 auto; } .infoContent__item { margin-right: 0; } .infoContent__item--price { margin-right: 0; } .infoContent__item--price > span:nth-child(2) { margin-right: 3.733vw; } .infoContent__item:nth-child(2) { flex-wrap: wrap; } .infoContent__item:nth-child(2) .sm { font-size: 2.933vw; display: inline-block; line-height: 2; } .infoContent__item:nth-child(4) { min-width: 300px; } .infoContent__item:nth-child(n+3) .icon { margin-right: 1.333vw; } .infoContent__item:nth-child(n+5) { margin-right: 4.667vw; } .infoContent__item:nth-last-child(-n+3) { display: none; } .infoContent .sm { font-size: clamp(1.3rem, 2.933vw, 2.2rem); margin-left: 3.067vw; } .infoContent .lg { font-size: clamp(1.8rem, 4.4vw, 3.3rem); } .infoContent__bt { flex-direction: column; } .infoContent__right { width: 100%; min-width: inherit; } .infoContent__top { margin-bottom: 0; } .infoContent--sp { display: flex; width: 100%; align-items: center; margin-bottom: 36px; } .infoContent--sp .infoContent__item { margin-right: 4.667vw; margin-bottom: 0; } .infoContent--sp .infoContent__item:nth-last-child(-n+3) { display: block; } .pukuCircle { width: 286px; height: 52px; border-radius: 20px; display: flex; justify-content: center; align-items: center; font-size: clamp(1.4rem, 3.2vw, 2.4rem); margin-bottom: 30px; } .pukuCircle__text { top: 0; } .pukuCircle__text br { display: none; } .pukuCircle:after { width: 0; height: 0; background: none; border-style: solid; border-width: 20px 19px 0 19px; border-color: #fff transparent transparent transparent; left: 50%; transform: translate(-50%); bottom: -11px; top: inherit; } .line-text { height: auto; left: 0; font-size: 3.2vw; } .line-text:after { width: 100%; height: 100%; } .hp-link { display: flex; justify-content: center; align-items: center; margin: 4.267vw auto 0; } .hp-link__link { word-break: break-all; } } .introBanner { font-weight: 600; height: 293px; margin-bottom: 50px; } .introBanner__inner { display: flex; height: 100%; } .introBanner__img { width: 310px; height: 310px; border-radius: 50%; overflow: hidden; position: relative; top: 18px; } .introBanner__img img { width: 656px; position: relative; top: -57px; left: -170px; } .introBanner .text { padding-left: 124px; width: 670px; padding-top: 34px; } .introBanner .text > p { font-size: 2.8rem; letter-spacing: 0.05em; margin-bottom: 14px; } .introBanner .text .prof { display: flex; align-items: center; letter-spacing: 0.05em; letter-spacing: 0.05em; margin-bottom: 22px; font-size: 2.2rem; } .introBanner .text .prof__name { font-size: 3rem; margin-left: 30px; } .introBanner .text .prof__name .sm { font-size: 2.3rem; } .introBanner .text__title-sm { font-size: 1.8rem; letter-spacing: 0.025em; } .introBanner .text__desc { font-size: 2rem; letter-spacing: 0.025em; line-height: 1.3; margin: 0.25em 0 0.85em; } .introBanner .text__content:last-child .text__desc { margin-bottom: 0; } .hukidashi-border { width: 998px; height: 124px; background: url(../img/hukidashi_border.svg) no-repeat center/contain; margin: 0 auto 20px; } .hukidashi-border__inner { display: flex; align-items: center; height: 80px; padding: 10px 0 0 46px; } .hukidashi-border img { width: 50px; } .hukidashi-border p { font-size: 2.8rem; letter-spacing: 0.2em; font-weight: 600; margin-right: 40px; } .hukidashi-border--pc img { width: 70px; } .hukidashi-border--lens img { width: 64px; } .hukidashi-border--drive img { width: 80px; } .hukidashi-border--dinner img { width: 76px; } .hukidashi-border--silence img { width: 73px; } .colBox { font-size: 2.4rem; text-align: justify; text-justify: inter-ideograph; } .colBox .container { width: 988px; } .colBox--first p span { letter-spacing: -0.0027em !important; } .colBox__content { margin: 0.042em 0 3.708em; position: relative; } .colBox__content p { display: flex; width: 913px; line-height: 1.9166; /* font-feature-settings: 'palt'; */ justify-content: space-between; margin: 0 auto; } .colBox__content p span { width: 433px; letter-spacing: 0.06em; } .colBox__content--withImg { display: flex; position: relative; height: 483px; align-items: center; margin-top: 26px; } .colBox__content--withImg img { width: 888px; height: 483px; object-fit: cover; position: absolute; right: 565px; top: 0; } .colBox__content--withImg p { display: block; width: inherit; margin: 0; padding: 0 5px 0 454px; letter-spacing: 0.045em; font-feature-settings: "palt"; padding: 0; width: 525px; margin-left: auto; } .colBox__content--icon { position: relative; } .colBox--car .hukidashi-border p { margin-right: 30px; } .colBox--car p span { letter-spacing: 0.05em; font-feature-settings: "palt"; } .colBox--car .colBox__content { margin-bottom: 2.042em; } .colBox__compass, .colBox__camera { position: absolute; } .colBox__compass { width: 78px; right: -100px; bottom: 15px; } .colBox__camera { width: 120px; left: -120px; top: 0; } .colBox__dinner { width: 178px; position: absolute; left: -180px; top: 60px; } .colBox--dinner p span { font-feature-settings: "palt"; letter-spacing: 0.06em; } .colBox--dinner .colBox__content { margin-bottom: 3.708em; } .colBox__couple { width: 205px; position: absolute; right: -225px; bottom: -130px; } .colBox--dinner .colBox__content p, .colBox--message .colBox__content p { margin: 0 auto; } .imgView { display: flex; margin-bottom: 86px; } .imgView img { width: 50%; height: 476px; object-fit: cover; } .page .archiveBox { padding: 38px 0 50px; border-top: 2px solid #F5D230; border-bottom: 2px solid #F5D230; margin-bottom: 60px; } .sp_dec { display: none; } @media print, screen and (max-width: 1379px) { .introBanner { height: 21.247vw; } .introBanner__img { width: 22.48vw; height: 22.48vw; } .introBanner__img img { width: 47.571vw; top: -4.133vw; left: -12.328vw; } .introBanner .text { padding-left: 8.992vw; width: 48.586vw; padding-top: 2.466vw; } .introBanner .text > p { font-size: 2.03vw; margin-bottom: 1.015vw; } .introBanner .text__desc { font-size: 1.45vw; } .introBanner .text__title-sm { font-size: 1.305vw; } .introBanner .text .prof { font-size: 1.595vw; margin-bottom: 1.595vw; } .introBanner .text .prof__name { font-size: 2.175vw; margin-left: 2.175vw; } .hukidashi-border { width: 100%; } .hukidashi-border__inner { padding: 0.925vw 0 0 3.336vw; } .hukidashi-border p { margin-right: 2.901vw; font-size: 2.03vw; } .hukidashi-border img { width: 5vw; } .colBox { font-size: 1.74vw; } .colBox--dinner .container, .colBox--message .container { max-width: 100% !important; } .colBox__content p { width: 100%; } .colBox__content p span { width: 48%; } .colBox__content--withImg { height: 35.025vw; margin-top: 1.885vw; } .colBox__content--withImg img { height: 35.025vw; right: 40.972vw; } .colBox__content--withImg p { width: 38.071vw; } .imgView img { height: 34.518vw; } } @media print, screen and (max-width: 1180px) { .hukidashi-border { background: none; position: relative; height: 10vw; } .hukidashi-border__inner { height: 6vw; } .hukidashi-border p { padding-top: 0.5vw; } .hukidashi-border:after { content: url(../img/hukidashi_border.svg); position: absolute; left: 0; top: 0%; width: 100%; } .colBox__camera { width: 7.169vw; left: -9vw; } .colBox__compass { width: 6.61vw; right: -8.475vw; } .colBox__dinner { left: -12.085vw; width: 10.085vw; } .colBox__couple { width: 10.373vw; right: -8.068vw; bottom: -12vw; } } @media print, screen and (max-width: 765px) { .introBanner { height: auto; margin-bottom: 5.333vw; } .introBanner .container { position: relative; } .introBanner .text { width: 100%; padding: 6vw 0; } .introBanner .text__title-sm { font-size: 2.8vw; } .introBanner .text__desc { font-size: 3.2vw; } .introBanner .text > p { font-size: 4.8vw; margin-bottom: 3.467vw; } .introBanner .text > p span { display: block; margin-top: 1.6vw; } .introBanner .text .prof { font-size: 3.467vw; flex-direction: column; align-items: flex-start; margin-bottom: 4.667vw; } .introBanner .text .prof__name { margin: 1.6vw 0 0 0; font-size: 4.8vw; } .introBanner .text .prof__name .sm { font-size: 3.467vw; } .introBanner__img { width: 32.267vw; height: 32.267vw; position: absolute; right: 7.2vw; top: 2.933vw; } .introBanner__img img { width: 87.467vw; top: -8.667vw; left: -26.667vw; } .hukidashi-border { height: 23.733vw; margin-bottom: 2.667vw; } .hukidashi-border p { font-size: 4.267vw; } .hukidashi-border img { width: 11.467vw; } .hukidashi-border__inner { height: 17.533vw; padding-top: 1.333vw; } .hukidashi-border::after { content: url(../img/hukidashi_sp.svg); } .colBox { font-size: clamp(1.4rem, 3.2vw, 2.4rem); } .colBox__content p { display: block; } .colBox__content p span { width: 100%; } .colBox__content--withImg { display: block; height: 100%; margin-bottom: 13.333vw; } .colBox__content--withImg p { width: 100%; margin-top: 4.933vw; } .colBox__content--withImg img { position: relative; top: 0; left: 0; width: 100vw; height: 64.4vw; left: 50%; transform: translate(-50%); } .colBox--car .hukidashi-border, .colBox--message .hukidashi-border { line-height: 1.375; } .colBox__couple, .colBox__camera, .colBox__compass, .colBox__dinner { display: none; } .colBox--message .hukidashi-border img { width: 12.267vw; } .colBox--dinner .hukidashi-border img { width: 13.6vw; } .colBox--car .hukidashi-border p { margin-right: 1.5vw; } .colBox--car .hukidashi-border img { width: 14.933vw; } .imgView { display: block; margin-bottom: 4vw; } .imgView img { width: 100%; height: 50vw; object-fit: cover; } .sp_dec { display: block; position: relative; } .sp_dec img:first-child { width: 10.4vw; min-width: 50px; position: relative; top: 6vw; left: 8vw; /* display: block; */ position: absolute; } .sp_dec img:last-child { width: 24vw; margin-left: 40vw; margin-bottom: 9.867vw; } } /*--------------------------------- IE対応 ---------------------------------*/ @media (-ms-high-contrast: none), (-ms-high-contrast: active) { /* ここに書く */ .mv picture > img, .workcation, .mv__text { opacity: 1; } .workcation { transform: inherit !important; } .mv__bg-inner { opacity: 0.9; } .mv__left { width: 50%; } .mv__desc { font-size: 1.25vw; } .new-card__dec img { height: 100%; } .oval-banner_bg { max-width: inherit; } .icon--text, .btn, .icon--textlong, .circle-info, .piece-title__hukidashi, .hukidashi-border p, .hukidashi span { padding-top: 1vw; } .contentBox__inner { max-width: 85% !important; } .hp-link { margin-left: 25.313vw; } header .logo-side .in { width: 2.5vw; height: 2.5vw; padding-left: 0.7vw; padding-top: 0.7vw; margin-bottom: 0.3vw; } header .logo-side { margin-top: 1vw; } } @media print and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (max-width: 1379px), print and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (max-width: 1379px) { .container { max-width: 80%; } .contentBox { font-size: 1.74vw !important; } } @media print and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (max-width: 1180px), print and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (max-width: 1180px) { .mv__left { width: 100%; } .miryoku_inner, .miryoku__cards, .miryoku__desc { max-width: 90%; margin-left: auto !important; margin-right: auto !important; } } @media print and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (max-width: 765px), print and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (max-width: 765px) { .line-text, .contentBox, .miryoku__desc, .colBox { font-size: 3vw !important; } .sec-spot__item:nth-child(2) .sec-spot__text img { width: 500px !important; } }
0.282394
0.117167
body { position: relative; display: block; font-family: "Segoe UI", Calibri, Geneva, Verdana, sans-serif; font-size: 15px; color: rgb(42, 42, 42); margin: unset; width: 100vw; height: 100vh; overflow: auto; } a { position: relative; color: #16a085; } a.sq-btn { color: white; text-decoration: none; } a.sq-btn:focus { text-decoration: none; } .text-overflow { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } t { position: relative; display: block; font-size: 14px; font-weight: normal; color: rgb(28, 28, 28); word-wrap: break-word; } ul { position: relative; display: block; margin: 10px 0; padding: 0 0 0 20px; } pre { position: relative; display: inline-block; max-width: 100%; overflow: auto; margin: unset; font-family: "Consolas"; font-weight: bold; color: rgb(22, 22, 22); vertical-align: sub; } pre.break { display: block; margin: 12px 0; overflow: hidden; white-space: pre-wrap; word-wrap: break-word; } pre.center { display: block; margin: 12px 0; text-align: center; } pre.dark, body.dark pre { color: white; } timer { position: relative; display: inline-block; font-family: "Segoe UI", "Calibri"; font-weight: bold; font-size: 21px; letter-spacing: .5px; line-height: 21px; user-select: none; } timer[data-color = "red"] { color: rgb(255, 68, 68); } body.dark timer[data-color = "red"] { color: rgb(255, 169, 169); } timer[data-color = "yellow"] { color: rgb(190, 166, 29); } body.dark timer[data-color = "yellow"] { color: rgb(239, 241, 80); } timer[data-color = "green"] { color: rgb(12, 184, 41); } body.dark timer[data-color = "green"] { color: rgb(127, 248, 143); } timer[data-color = "blue"] { color: rgb(35, 146, 236); } body.dark timer[data-color = "blue"] { color: rgb(143, 238, 255); } timer > days { font-size: 25px; } timer > ms { font-size: 16px; } timer > ms::before { content: "."; } tag { position: relative; display: inline-block; background-color: #f1f1f1; color: #4d4d4d; margin: 0 2px; padding: 2px 10px; border-radius: 15px; font-family: "Calibri"; font-weight: bold; font-size: 11px; -webkit-font-smoothing: antialiased; } .lazyload { position: relative; display: inline-flex; align-items: center; justify-content: center; background-color: rgba(128, 128, 128, 0.2); min-width: 26px; min-height: 26px; overflow: hidden; transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .lazyload.noBackground { background-color: transparent; transition: unset; } .lazyload > :first-child:not(.simple-spinner) { position: relative; display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .lazyload > .simple-spinner { position: absolute; width: 16px; height: 16px; top: calc(50% - 8px); left: calc(50% - 8px); } .lazyload.light > .simple-spinner { border-color: rgb(214, 214, 214); border-right-color: transparent; } .lazyload[data-loaded] { background-color: transparent; } .lazyload[data-loaded] > :first-child:not(.simple-spinner) { opacity: 1; } .lazyload[data-loaded] > .simple-spinner { display: none; } dot { position: relative; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background-color: rgb(88, 88, 88); margin: 0 8px; } line { position: relative; display: block; width: 100%; height: 2px; margin: 10px 0; background-color: rgba(56, 56, 56, 0.6); } body.dark line { background-color: rgba(56, 56, 56, 0.6); } separator { position: relative; display: inline-block; width: 2px; height: 16px; margin: 0 8px; background-color: rgba(56, 56, 56, 0.6); } body.dark separator { background-color: rgba(212, 212, 212, 0.6); } .price::after { content: "đ"; font-size: 13px; font-weight: normal; text-transform: lowercase; text-decoration: underline; padding-left: 2px; } .note { position: relative; display: flex; flex-direction: row; align-items: center; padding: 12px 20px; width: 100%; box-sizing: border-box; text-align: left; } .note::before { position: relative; display: inline-block; font-family: "Font Awesome 5 Free"; font-size: 17px; font-weight: 900; padding-right: 12px; color: black; } .note .inner { position: relative; display: inline-block; flex-grow: 1; font-family: "Open Sans"; font-size: 13px; color: #343434; } .note.info { background-color: #e4e4e4; } .note.info::before { content: "\f129"; } .note.warning { background-color: #fff386; } .note.warning::before { content: "\f071"; } .note.okay { background-color: #8fff98; } .note.okay::before { content: "\f00c"; } .popupContainer { position: absolute; display: none; align-items: center; justify-content: center; top: 0; left: 0; bottom: 0; right: 0; z-index: 999; background-color: rgba(16, 16, 16, 0.8); } .popupContainer.show { display: flex; } .popupContainer .popupWindow { position: relative; display: flex; flex-direction: column; width: 100%; max-width: 520px; max-height: calc(100% - 40px); } .popupContainer .popupWindow .header { position: relative; display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 0; align-items: center; padding: 30px 10px 10px; } .popupContainer .popupWindow .header .top { position: absolute; display: flex; flex-direction: row; align-items: center; top: 0; left: 0; width: 100%; height: 30px; } .popupContainer .popupWindow .header .top .windowTitle { flex-grow: 1; font-family: "Open Sans"; font-size: 12px; color: #425161; margin-left: 10px; } .popupContainer .popupWindow .header .top .close { position: relative; display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 46px; height: 100%; cursor: pointer; background-color: transparent; transition: background-color 0.2s ease-out; } .popupContainer .popupWindow .header .top .close::before, .popupContainer .popupWindow .header .top .close::after { content: ""; position: absolute; width: 16px; height: 1px; background-color: #425161; transition: background-color 0.2s ease-out; } .popupContainer .popupWindow .header .top .close::before { transform: rotate(45deg); } .popupContainer .popupWindow .header .top .close::after { transform: rotate(-45deg); } .popupContainer .popupWindow .header .top .close:hover { background-color: #E81123; } .popupContainer .popupWindow .header .top .close:hover::before, .popupContainer .popupWindow .header .top .close:hover::after { background-color: #ffffff!important; } .popupContainer .popupWindow .header .icon { position: relative; display: block; transform: translateY(-5px); } .popupContainer .popupWindow .header .icon::before { content: "\f111"; font-family: "Font Awesome 5 Free"; font-size: 68px; font-weight: 900; color: #36414B; } /*? ICON */ .popupContainer .popupWindow .header .icon[data-icon="check"]::before { content: "\f00c"; } .popupContainer .popupWindow .header .icon[data-icon="exclamation"]::before { content: "\f071"; } .popupContainer .popupWindow .header .icon[data-icon="bomb"]::before { content: "\f1e2"; margin-left: 12px; } .popupContainer .popupWindow .header .icon[data-icon="unlink"]::before { content: "\f127"; } .popupContainer .popupWindow .header .icon[data-icon="question"]::before { content: "\f128"; } .popupContainer .popupWindow .header .icon[data-icon="info"]::before { content: "\f129"; } .popupContainer .popupWindow .header .icon[data-icon="key"]::before { content: "\f084"; } /*? /ICON/ */ .popupContainer .popupWindow .header .text { font-family: Nunito; font-weight: 800; font-style: italic; font-size: 21px; text-align: center; letter-spacing: .3px; color: #303C47; margin-top: 10px; } .popupContainer .popupWindow .header[theme="light"] .top .windowTitle { color: rgb(224, 224, 224); } .popupContainer .popupWindow .header[theme="light"] .top .close::before, .popupContainer .popupWindow .header[theme="light"] .top .close::after { background-color: rgb(204, 204, 204); } .popupContainer .popupWindow .header[theme="light"] .icon::before, .popupContainer .popupWindow .header[theme="light"] .text { color: rgb(255, 255, 255); } .popupContainer .popupWindow .body { position: relative; display: flex; flex-direction: column; flex-grow: 1; flex-shrink: 1; padding: 10px; overflow: hidden; background-color: rgb(228, 228, 228); } .popupContainer .popupWindow .body .top { position: relative; margin: 0 10px; } .popupContainer .popupWindow .body .top .message { font-family: "Open Sans"; font-weight: bold; font-size: 15px; letter-spacing: .2px; text-transform: uppercase; color: rgb(22, 22, 22); } .popupContainer .popupWindow .body .top .description { font-size: 13px; } .popupContainer .popupWindow .body .note { margin: 10px; width: calc(100% - 20px); } .popupContainer .popupWindow .body .customNode { position: relative; flex-shrink: 1; margin: 10px; width: calc(100% - 20px); overflow: auto; } .popupContainer .popupWindow .body .buttonGroup { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; width: calc(100% - 10px); margin: 0 5px; } .popupContainer .popupWindow .body .buttonGroup > .sq-btn { margin: 5px; flex: 1 1 0; min-width: 30%; } .popupContainer .popupWindow .body[theme="dark"] { background-color: rgb(44, 44, 44); } .popupContainer .popupWindow .body[theme="dark"] .message { color: rgb(238, 238, 238); } .triBg { position: relative; } .triBg .triBgContainer { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; transition: background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); } .triBg .triBgContainer > span { position: absolute; display: block; width: 0; height: 0; left: 0; top: calc(100% + 200px); border-style: solid; border-width: 0 30px 52px; border-color: transparent transparent gray; transition: border-bottom-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); animation-name: trigAnim; animation-duration: 8s; animation-timing-function: linear; animation-iteration-count: infinite; } .triBg[data-tri-color = "pink"] .triBgContainer { background-color: #ff66aa; } .triBg[data-tri-color = "green"] .triBgContainer { background-color: #88b400; } .triBg[data-tri-color = "blue"] .triBgContainer { background-color: #44aadd; } .triBg[data-tri-color = "yellow"] .triBgContainer { background-color: #f6c21c; } .triBg[data-tri-color = "orange"] .triBgContainer { background-color: #ffa502; } .triBg[data-tri-color = "red"] .triBgContainer { background-color: #dd2d44; } .triBg[data-tri-color = "brown"] .triBgContainer { background-color: #3f313d; } .triBg[data-tri-color = "gray"] .triBgContainer { background-color: #485e74; } .triBg[data-tri-color = "dark"] .triBgContainer { background-color: #042430; } .triBg[data-tri-color = "purple"] .triBgContainer { background-color: #3f1195; } .triBg[data-tri-color = "darkGreen"] .triBgContainer { background-color: #334207; } .triBg[data-tri-color = "darkBlue"] .triBgContainer { background-color: #083992; } .triBg[data-tri-color = "darkYellow"] .triBgContainer { background-color: #444304; } .triBg[data-tri-color = "darkRed"] .triBgContainer { background-color: #440505; } .triBg[data-tri-color = "navyBlue"] .triBgContainer { background-color: #333D79; } .triBg[data-tri-color = "pink"] .triBgContainer > span { border-bottom-color: #ff66aa; } .triBg[data-tri-color = "green"] .triBgContainer > span { border-bottom-color: #88b400; } .triBg[data-tri-color = "blue"] .triBgContainer > span { border-bottom-color: #44aadd; } .triBg[data-tri-color = "yellow"] .triBgContainer > span { border-bottom-color: #f6c21c; } .triBg[data-tri-color = "orange"] .triBgContainer > span { border-bottom-color: #ffa502; } .triBg[data-tri-color = "red"] .triBgContainer > span { border-bottom-color: #dd2d44; } .triBg[data-tri-color = "brown"] .triBgContainer > span { border-bottom-color: #3f313d; } .triBg[data-tri-color = "gray"] .triBgContainer > span { border-bottom-color: #485e74; } .triBg[data-tri-color = "dark"] .triBgContainer > span { border-bottom-color: #042430; } .triBg[data-tri-color = "purple"] .triBgContainer > span { border-bottom-color: #3f1195; } .triBg[data-tri-color = "darkGreen"] .triBgContainer > span { border-bottom-color: #334207; } .triBg[data-tri-color = "darkBlue"] .triBgContainer > span { border-bottom-color: #083992; } .triBg[data-tri-color = "darkYellow"] .triBgContainer > span { border-bottom-color: #444304; } .triBg[data-tri-color = "darkRed"] .triBgContainer > span { border-bottom-color: #440505; } .triBg[data-tri-color = "navyBlue"] .triBgContainer > span { border-bottom-color: #333D79; } @keyframes trigAnim { 0% { top: calc(100% + 200px); } 100% { top: -200px; } } /* Dark */ body.dark { color: rgb(214, 214, 214); } body.dark a:not(.light) { color: #19c8a5; } body.dark a.sq-btn:not(.light) { color: white; } body.dark t:not(.light) { color: rgb(214, 214, 214); } body.dark dot:not(.light) { background-color: rgb(214, 214, 214); }
assets/css/default.css
body { position: relative; display: block; font-family: "Segoe UI", Calibri, Geneva, Verdana, sans-serif; font-size: 15px; color: rgb(42, 42, 42); margin: unset; width: 100vw; height: 100vh; overflow: auto; } a { position: relative; color: #16a085; } a.sq-btn { color: white; text-decoration: none; } a.sq-btn:focus { text-decoration: none; } .text-overflow { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } t { position: relative; display: block; font-size: 14px; font-weight: normal; color: rgb(28, 28, 28); word-wrap: break-word; } ul { position: relative; display: block; margin: 10px 0; padding: 0 0 0 20px; } pre { position: relative; display: inline-block; max-width: 100%; overflow: auto; margin: unset; font-family: "Consolas"; font-weight: bold; color: rgb(22, 22, 22); vertical-align: sub; } pre.break { display: block; margin: 12px 0; overflow: hidden; white-space: pre-wrap; word-wrap: break-word; } pre.center { display: block; margin: 12px 0; text-align: center; } pre.dark, body.dark pre { color: white; } timer { position: relative; display: inline-block; font-family: "Segoe UI", "Calibri"; font-weight: bold; font-size: 21px; letter-spacing: .5px; line-height: 21px; user-select: none; } timer[data-color = "red"] { color: rgb(255, 68, 68); } body.dark timer[data-color = "red"] { color: rgb(255, 169, 169); } timer[data-color = "yellow"] { color: rgb(190, 166, 29); } body.dark timer[data-color = "yellow"] { color: rgb(239, 241, 80); } timer[data-color = "green"] { color: rgb(12, 184, 41); } body.dark timer[data-color = "green"] { color: rgb(127, 248, 143); } timer[data-color = "blue"] { color: rgb(35, 146, 236); } body.dark timer[data-color = "blue"] { color: rgb(143, 238, 255); } timer > days { font-size: 25px; } timer > ms { font-size: 16px; } timer > ms::before { content: "."; } tag { position: relative; display: inline-block; background-color: #f1f1f1; color: #4d4d4d; margin: 0 2px; padding: 2px 10px; border-radius: 15px; font-family: "Calibri"; font-weight: bold; font-size: 11px; -webkit-font-smoothing: antialiased; } .lazyload { position: relative; display: inline-flex; align-items: center; justify-content: center; background-color: rgba(128, 128, 128, 0.2); min-width: 26px; min-height: 26px; overflow: hidden; transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .lazyload.noBackground { background-color: transparent; transition: unset; } .lazyload > :first-child:not(.simple-spinner) { position: relative; display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .lazyload > .simple-spinner { position: absolute; width: 16px; height: 16px; top: calc(50% - 8px); left: calc(50% - 8px); } .lazyload.light > .simple-spinner { border-color: rgb(214, 214, 214); border-right-color: transparent; } .lazyload[data-loaded] { background-color: transparent; } .lazyload[data-loaded] > :first-child:not(.simple-spinner) { opacity: 1; } .lazyload[data-loaded] > .simple-spinner { display: none; } dot { position: relative; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background-color: rgb(88, 88, 88); margin: 0 8px; } line { position: relative; display: block; width: 100%; height: 2px; margin: 10px 0; background-color: rgba(56, 56, 56, 0.6); } body.dark line { background-color: rgba(56, 56, 56, 0.6); } separator { position: relative; display: inline-block; width: 2px; height: 16px; margin: 0 8px; background-color: rgba(56, 56, 56, 0.6); } body.dark separator { background-color: rgba(212, 212, 212, 0.6); } .price::after { content: "đ"; font-size: 13px; font-weight: normal; text-transform: lowercase; text-decoration: underline; padding-left: 2px; } .note { position: relative; display: flex; flex-direction: row; align-items: center; padding: 12px 20px; width: 100%; box-sizing: border-box; text-align: left; } .note::before { position: relative; display: inline-block; font-family: "Font Awesome 5 Free"; font-size: 17px; font-weight: 900; padding-right: 12px; color: black; } .note .inner { position: relative; display: inline-block; flex-grow: 1; font-family: "Open Sans"; font-size: 13px; color: #343434; } .note.info { background-color: #e4e4e4; } .note.info::before { content: "\f129"; } .note.warning { background-color: #fff386; } .note.warning::before { content: "\f071"; } .note.okay { background-color: #8fff98; } .note.okay::before { content: "\f00c"; } .popupContainer { position: absolute; display: none; align-items: center; justify-content: center; top: 0; left: 0; bottom: 0; right: 0; z-index: 999; background-color: rgba(16, 16, 16, 0.8); } .popupContainer.show { display: flex; } .popupContainer .popupWindow { position: relative; display: flex; flex-direction: column; width: 100%; max-width: 520px; max-height: calc(100% - 40px); } .popupContainer .popupWindow .header { position: relative; display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 0; align-items: center; padding: 30px 10px 10px; } .popupContainer .popupWindow .header .top { position: absolute; display: flex; flex-direction: row; align-items: center; top: 0; left: 0; width: 100%; height: 30px; } .popupContainer .popupWindow .header .top .windowTitle { flex-grow: 1; font-family: "Open Sans"; font-size: 12px; color: #425161; margin-left: 10px; } .popupContainer .popupWindow .header .top .close { position: relative; display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 46px; height: 100%; cursor: pointer; background-color: transparent; transition: background-color 0.2s ease-out; } .popupContainer .popupWindow .header .top .close::before, .popupContainer .popupWindow .header .top .close::after { content: ""; position: absolute; width: 16px; height: 1px; background-color: #425161; transition: background-color 0.2s ease-out; } .popupContainer .popupWindow .header .top .close::before { transform: rotate(45deg); } .popupContainer .popupWindow .header .top .close::after { transform: rotate(-45deg); } .popupContainer .popupWindow .header .top .close:hover { background-color: #E81123; } .popupContainer .popupWindow .header .top .close:hover::before, .popupContainer .popupWindow .header .top .close:hover::after { background-color: #ffffff!important; } .popupContainer .popupWindow .header .icon { position: relative; display: block; transform: translateY(-5px); } .popupContainer .popupWindow .header .icon::before { content: "\f111"; font-family: "Font Awesome 5 Free"; font-size: 68px; font-weight: 900; color: #36414B; } /*? ICON */ .popupContainer .popupWindow .header .icon[data-icon="check"]::before { content: "\f00c"; } .popupContainer .popupWindow .header .icon[data-icon="exclamation"]::before { content: "\f071"; } .popupContainer .popupWindow .header .icon[data-icon="bomb"]::before { content: "\f1e2"; margin-left: 12px; } .popupContainer .popupWindow .header .icon[data-icon="unlink"]::before { content: "\f127"; } .popupContainer .popupWindow .header .icon[data-icon="question"]::before { content: "\f128"; } .popupContainer .popupWindow .header .icon[data-icon="info"]::before { content: "\f129"; } .popupContainer .popupWindow .header .icon[data-icon="key"]::before { content: "\f084"; } /*? /ICON/ */ .popupContainer .popupWindow .header .text { font-family: Nunito; font-weight: 800; font-style: italic; font-size: 21px; text-align: center; letter-spacing: .3px; color: #303C47; margin-top: 10px; } .popupContainer .popupWindow .header[theme="light"] .top .windowTitle { color: rgb(224, 224, 224); } .popupContainer .popupWindow .header[theme="light"] .top .close::before, .popupContainer .popupWindow .header[theme="light"] .top .close::after { background-color: rgb(204, 204, 204); } .popupContainer .popupWindow .header[theme="light"] .icon::before, .popupContainer .popupWindow .header[theme="light"] .text { color: rgb(255, 255, 255); } .popupContainer .popupWindow .body { position: relative; display: flex; flex-direction: column; flex-grow: 1; flex-shrink: 1; padding: 10px; overflow: hidden; background-color: rgb(228, 228, 228); } .popupContainer .popupWindow .body .top { position: relative; margin: 0 10px; } .popupContainer .popupWindow .body .top .message { font-family: "Open Sans"; font-weight: bold; font-size: 15px; letter-spacing: .2px; text-transform: uppercase; color: rgb(22, 22, 22); } .popupContainer .popupWindow .body .top .description { font-size: 13px; } .popupContainer .popupWindow .body .note { margin: 10px; width: calc(100% - 20px); } .popupContainer .popupWindow .body .customNode { position: relative; flex-shrink: 1; margin: 10px; width: calc(100% - 20px); overflow: auto; } .popupContainer .popupWindow .body .buttonGroup { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; width: calc(100% - 10px); margin: 0 5px; } .popupContainer .popupWindow .body .buttonGroup > .sq-btn { margin: 5px; flex: 1 1 0; min-width: 30%; } .popupContainer .popupWindow .body[theme="dark"] { background-color: rgb(44, 44, 44); } .popupContainer .popupWindow .body[theme="dark"] .message { color: rgb(238, 238, 238); } .triBg { position: relative; } .triBg .triBgContainer { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; transition: background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); } .triBg .triBgContainer > span { position: absolute; display: block; width: 0; height: 0; left: 0; top: calc(100% + 200px); border-style: solid; border-width: 0 30px 52px; border-color: transparent transparent gray; transition: border-bottom-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86); animation-name: trigAnim; animation-duration: 8s; animation-timing-function: linear; animation-iteration-count: infinite; } .triBg[data-tri-color = "pink"] .triBgContainer { background-color: #ff66aa; } .triBg[data-tri-color = "green"] .triBgContainer { background-color: #88b400; } .triBg[data-tri-color = "blue"] .triBgContainer { background-color: #44aadd; } .triBg[data-tri-color = "yellow"] .triBgContainer { background-color: #f6c21c; } .triBg[data-tri-color = "orange"] .triBgContainer { background-color: #ffa502; } .triBg[data-tri-color = "red"] .triBgContainer { background-color: #dd2d44; } .triBg[data-tri-color = "brown"] .triBgContainer { background-color: #3f313d; } .triBg[data-tri-color = "gray"] .triBgContainer { background-color: #485e74; } .triBg[data-tri-color = "dark"] .triBgContainer { background-color: #042430; } .triBg[data-tri-color = "purple"] .triBgContainer { background-color: #3f1195; } .triBg[data-tri-color = "darkGreen"] .triBgContainer { background-color: #334207; } .triBg[data-tri-color = "darkBlue"] .triBgContainer { background-color: #083992; } .triBg[data-tri-color = "darkYellow"] .triBgContainer { background-color: #444304; } .triBg[data-tri-color = "darkRed"] .triBgContainer { background-color: #440505; } .triBg[data-tri-color = "navyBlue"] .triBgContainer { background-color: #333D79; } .triBg[data-tri-color = "pink"] .triBgContainer > span { border-bottom-color: #ff66aa; } .triBg[data-tri-color = "green"] .triBgContainer > span { border-bottom-color: #88b400; } .triBg[data-tri-color = "blue"] .triBgContainer > span { border-bottom-color: #44aadd; } .triBg[data-tri-color = "yellow"] .triBgContainer > span { border-bottom-color: #f6c21c; } .triBg[data-tri-color = "orange"] .triBgContainer > span { border-bottom-color: #ffa502; } .triBg[data-tri-color = "red"] .triBgContainer > span { border-bottom-color: #dd2d44; } .triBg[data-tri-color = "brown"] .triBgContainer > span { border-bottom-color: #3f313d; } .triBg[data-tri-color = "gray"] .triBgContainer > span { border-bottom-color: #485e74; } .triBg[data-tri-color = "dark"] .triBgContainer > span { border-bottom-color: #042430; } .triBg[data-tri-color = "purple"] .triBgContainer > span { border-bottom-color: #3f1195; } .triBg[data-tri-color = "darkGreen"] .triBgContainer > span { border-bottom-color: #334207; } .triBg[data-tri-color = "darkBlue"] .triBgContainer > span { border-bottom-color: #083992; } .triBg[data-tri-color = "darkYellow"] .triBgContainer > span { border-bottom-color: #444304; } .triBg[data-tri-color = "darkRed"] .triBgContainer > span { border-bottom-color: #440505; } .triBg[data-tri-color = "navyBlue"] .triBgContainer > span { border-bottom-color: #333D79; } @keyframes trigAnim { 0% { top: calc(100% + 200px); } 100% { top: -200px; } } /* Dark */ body.dark { color: rgb(214, 214, 214); } body.dark a:not(.light) { color: #19c8a5; } body.dark a.sq-btn:not(.light) { color: white; } body.dark t:not(.light) { color: rgb(214, 214, 214); } body.dark dot:not(.light) { background-color: rgb(214, 214, 214); }
0.449634
0.095349
.media-manager .btn { border-radius: 0 } .mm { position: relative } .mm .animated { -webkit-animation-duration: .4s; animation-duration: .4s } .mm-fixed-height>.panel { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 0 } .mm-fixed-height>.panel>.panel-body { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: auto } .mm-fixed-height>.panel>.panel-body>a { font-size: 30px; float: right; margin-top: -40px; cursor: pointer; margin-right: 10px; } .mm-fixed-height .mm-content { min-height: 250px; padding: 10px; } .upload-drop-zone { background-color: #efeded; outline: #ccc dashed 1px; padding: 20px; margin-bottom: 15px; outline-offset: -10px; transition: all .4s } .upload-drop-zone.drag-over { background-color: #eee; outline-color: #000 } .upload-drop-zone.drag-over .upload-widget-icon { opacity: 1 } .upload-drop-zone form { text-align: center } .upload-drop-zone label { display: block; font-size: 1.5em; font-weight: 700 } .upload-drop-zone label span { font-weight: 400 } .upload-drop-zone input[type=file] { display: none } .upload-widget-icon { margin: 0 auto; opacity: .2; transition: opacity .4s } .upload-status-widget .table-responsive { margin-bottom: 15px } .upload-status-widget table { font-size: 12px; margin-bottom: 0 } .upload-status-widget .progress { width: 100%; min-width: 150px; margin-bottom: 0 } .medias { margin: -5px } .medias .file { margin: 5px; border: none; background: #fff; box-shadow: 1px 1px 4px #d0cccc } .context-menu { position: absolute; background-color: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, .5); z-index: 100 } .context-menu ul { padding-left: 0; margin-bottom: 0; list-style: none } .context-menu li { display: block } .context-menu li a { display: block; padding: 6px 15px; font-weight: 400; color: #333; text-decoration: none; white-space: nowrap } .context-menu li a:hover { background-color: #eee } .file { position: relative; float: left; width: 130px; height: 150px; border: 2px solid #eee; transition: border-color .4s; overflow: hidden } .file-preview .thumb { width: 100%; margin-top: -5px } .file-preview .icon { text-align: center; line-height: 92px; font-size: 92px } .file-title { position: absolute; height: 25px; right: 0; bottom: 0; left: 0; background-color: #fff; transition: background-color .4s; line-height: 25px } .file-title h3 { color: #000; margin: 4px; line-height: 16px; font-size: 12px; transition: color .4s; letter-spacing: 0; font-weight: lighter; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center } .details-widget-content .buttons, .table-movie tbody tr td.action-btn { text-align: right } .file.selected { border-color: #333 border: 2px solid #ef700b; padding: 1px; transform: scale(1.05); position: relative; } .file.selected:after{ position: absolute; top: 2px; right: 2px; content: "\F14A"; font-family: "Font Awesome 5 Free"; color: #3490dc; padding: 5px; background: #FFF; height: 30px; width: 30px; display: flex; align-items: center; justify-content: center; font-size: 20px; } .file.selected .file-title { background-color: #333 } .file.selected .file-title h3 { color: #fff } .file-no-title { width: 100%; height: 35px; display: block; background: 0 0!important; box-shadow: none!important } .file-no-title .icon { width: 50px; height: 35px; font-size: 20px; line-height: 35px; color: #fff; background: #eee; background-color: #1f91f3!important; box-shadow: 1px 2px 4px #d2d2d2; border-radius: 2px } .file-no-title .icon .fa-backward:before { content: "\f122" } .input-file .input-group-addon { padding: 0 } .input-file input { background: #eee; box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12) } .details-widget-content .thumb { max-height: 100px } .details-widget-content .icon { line-height: 100px; font-size: 50px } #media-manager-modal-tinymce { z-index: 999999 } .modal-mm .modal-dialog { width: 1100px; max-width: 100% !important; } .modal-mm .modal-dialog .modal-header { padding: 10px 15px; border-bottom: 1px solid #e5e5e5 } .modal-mm .modal-dialog .modal-body { padding: 0 } .modal-mm .modal-dialog .modal-body .panel { border: none; background: #f9f9f9 } .modal-mm .modal-dialog .modal-body .panel .panel-body { padding-top: 0 } .modal-mm .modal-dialog .modal-body .breadcrumb { margin-bottom: 0; font-size: 16px } .modal-mm .modal-dialog .modal-body .details-widget .panel-default { max-width: 500px; height: 300px; margin: auto; background: #fff } .select-media span{ cursor: pointer; display: block; text-align: center; padding: 15px; border: 2px dashed #3490dc; line-height: 1em; margin-bottom: 10px; } .delete-media{ border: 1px solid #ad1717; color: #ad1717; background-color: #FFF; text-align: center; padding: 5px; margin-top: 2px; cursor: pointer; } .list-preview { display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; } .list-preview .item{ width: 25%; padding-left: 5px; padding-right: 5px; margin-bottom: 10px; position: relative; } .list-preview .item img{ display: block; } .list-preview .item .remove{ position: absolute; top: 2px; right: 7px; background-color: #FFF; color: #ef0707; width: 30px; height: 30px; text-align: center; line-height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
public/assets/admin/css/mm.css
.media-manager .btn { border-radius: 0 } .mm { position: relative } .mm .animated { -webkit-animation-duration: .4s; animation-duration: .4s } .mm-fixed-height>.panel { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 0 } .mm-fixed-height>.panel>.panel-body { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: auto } .mm-fixed-height>.panel>.panel-body>a { font-size: 30px; float: right; margin-top: -40px; cursor: pointer; margin-right: 10px; } .mm-fixed-height .mm-content { min-height: 250px; padding: 10px; } .upload-drop-zone { background-color: #efeded; outline: #ccc dashed 1px; padding: 20px; margin-bottom: 15px; outline-offset: -10px; transition: all .4s } .upload-drop-zone.drag-over { background-color: #eee; outline-color: #000 } .upload-drop-zone.drag-over .upload-widget-icon { opacity: 1 } .upload-drop-zone form { text-align: center } .upload-drop-zone label { display: block; font-size: 1.5em; font-weight: 700 } .upload-drop-zone label span { font-weight: 400 } .upload-drop-zone input[type=file] { display: none } .upload-widget-icon { margin: 0 auto; opacity: .2; transition: opacity .4s } .upload-status-widget .table-responsive { margin-bottom: 15px } .upload-status-widget table { font-size: 12px; margin-bottom: 0 } .upload-status-widget .progress { width: 100%; min-width: 150px; margin-bottom: 0 } .medias { margin: -5px } .medias .file { margin: 5px; border: none; background: #fff; box-shadow: 1px 1px 4px #d0cccc } .context-menu { position: absolute; background-color: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, .5); z-index: 100 } .context-menu ul { padding-left: 0; margin-bottom: 0; list-style: none } .context-menu li { display: block } .context-menu li a { display: block; padding: 6px 15px; font-weight: 400; color: #333; text-decoration: none; white-space: nowrap } .context-menu li a:hover { background-color: #eee } .file { position: relative; float: left; width: 130px; height: 150px; border: 2px solid #eee; transition: border-color .4s; overflow: hidden } .file-preview .thumb { width: 100%; margin-top: -5px } .file-preview .icon { text-align: center; line-height: 92px; font-size: 92px } .file-title { position: absolute; height: 25px; right: 0; bottom: 0; left: 0; background-color: #fff; transition: background-color .4s; line-height: 25px } .file-title h3 { color: #000; margin: 4px; line-height: 16px; font-size: 12px; transition: color .4s; letter-spacing: 0; font-weight: lighter; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center } .details-widget-content .buttons, .table-movie tbody tr td.action-btn { text-align: right } .file.selected { border-color: #333 border: 2px solid #ef700b; padding: 1px; transform: scale(1.05); position: relative; } .file.selected:after{ position: absolute; top: 2px; right: 2px; content: "\F14A"; font-family: "Font Awesome 5 Free"; color: #3490dc; padding: 5px; background: #FFF; height: 30px; width: 30px; display: flex; align-items: center; justify-content: center; font-size: 20px; } .file.selected .file-title { background-color: #333 } .file.selected .file-title h3 { color: #fff } .file-no-title { width: 100%; height: 35px; display: block; background: 0 0!important; box-shadow: none!important } .file-no-title .icon { width: 50px; height: 35px; font-size: 20px; line-height: 35px; color: #fff; background: #eee; background-color: #1f91f3!important; box-shadow: 1px 2px 4px #d2d2d2; border-radius: 2px } .file-no-title .icon .fa-backward:before { content: "\f122" } .input-file .input-group-addon { padding: 0 } .input-file input { background: #eee; box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12) } .details-widget-content .thumb { max-height: 100px } .details-widget-content .icon { line-height: 100px; font-size: 50px } #media-manager-modal-tinymce { z-index: 999999 } .modal-mm .modal-dialog { width: 1100px; max-width: 100% !important; } .modal-mm .modal-dialog .modal-header { padding: 10px 15px; border-bottom: 1px solid #e5e5e5 } .modal-mm .modal-dialog .modal-body { padding: 0 } .modal-mm .modal-dialog .modal-body .panel { border: none; background: #f9f9f9 } .modal-mm .modal-dialog .modal-body .panel .panel-body { padding-top: 0 } .modal-mm .modal-dialog .modal-body .breadcrumb { margin-bottom: 0; font-size: 16px } .modal-mm .modal-dialog .modal-body .details-widget .panel-default { max-width: 500px; height: 300px; margin: auto; background: #fff } .select-media span{ cursor: pointer; display: block; text-align: center; padding: 15px; border: 2px dashed #3490dc; line-height: 1em; margin-bottom: 10px; } .delete-media{ border: 1px solid #ad1717; color: #ad1717; background-color: #FFF; text-align: center; padding: 5px; margin-top: 2px; cursor: pointer; } .list-preview { display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; } .list-preview .item{ width: 25%; padding-left: 5px; padding-right: 5px; margin-bottom: 10px; position: relative; } .list-preview .item img{ display: block; } .list-preview .item .remove{ position: absolute; top: 2px; right: 7px; background-color: #FFF; color: #ef0707; width: 30px; height: 30px; text-align: center; line-height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
0.415136
0.08374
* { margin: 0; padding: 0; } a { color: #000000; text-decoration: underline; } a:hover { text-decoration: none; } body { font-size: {{tamano}} px; line-height: 1.75em; font-family: Georgia, serif; background: #D2E0DD; color: #382b31; background-color: {{color_bg}}; } br.clear { clear: both; } h1,h2,h3,h4 { #text-transform: lowercase; } h2,h3,h4 { margin-bottom: 1em; font-family: Bitter, serif; color: #000000; } strong { color: #000000; } img.left { float: left; margin: 8px 20px 20px 0; } img.top { margin: 8px 0 20px 0; } p { margin-bottom: 1.5em; } ul { margin-bottom: 1.5em; } .imageList { list-style: none; } .imageList li { clear: both; } #bg { background: url('images/highlight.png') top left repeat-x; padding: 0 0 64px 0; } #banner { position: relative; padding: 24px; height: 172px; width: 932px; margin: 0 0 0 0; background: #fff; } #box1 { width: 740px; overflow: hidden; margin: 0 0 20px 0; } #box2 { width: 360px; overflow: hidden; float: left; } #box3 { width: 360px; overflow: hidden; margin: 0 0 0 380px; } #content { width: 740px; margin: 0 0 0 192px; padding: 0; } #copyright { text-align: center; color: #819B95; padding: 32px 0 0 0; } #copyright a { color: #819B95; } #footer { position: relative; padding: 24px; margin: 0 0 0 0; width: 932px; background: #2a5d60; color: #b0c3c4; } #footer a { color: #e8edee; } #footer h2, #footer h3, #footer h4 { color: #fff; } #footer ul { list-style: none; } #footer ul li { padding: 8px 0 8px 0; border-top: dotted 1px #557d80; } #footer ul li.first { padding-top: 0; border-top: 0; } #footerContent { width: 740px; margin: 0 0 0 192px; } #footerSidebar { width: 172px; float: left; } #header { position: relative; padding: 24px; height: 150px; width: 932px; background: #34564f; color: #fff; } #logo { position: absolute; top: 0; left: 24px; height: 150px; line-height: 150px; } #logo a { text-decoration: none; color: #fff; } #logo h1 { font-size: 2.75em; font-family: Bitter, serif; } #main { position: relative; padding: 24px; width: 932px; color: #5e5e5e; } #main a { color: #1c1c1c; } #main h2, #main h3, #main h4 { color: #212121; } #main ul { list-style: none; } #main ul li { padding: 8px 0 8px 0; border-top: dotted 1px #ccc; } #main ul li.first { padding-top: 0; border-top: 0; } #main ul.imageList li { padding: 16px 0 16px 0; } #nav { position: absolute; bottom: 0; left: 0; height: 57px; line-height: 57px; padding: 0 24px 0 24px; width: 932px; margin: 0 0 0 0; background: #117848; } #nav a { text-decoration: none; text-transform: lowercase; color: #fff; } #nav li { margin: 0 1em 0 0; padding: 0 1em 0 1em; } #nav li.active { background: #fff; } #nav li.active a { color: #34564F; } #nav ul { list-style: none; } #nav ul li { float: left; } #outer { position: relative; width: 980px; margin: 0 auto 0 auto; background: #fff; } #search { position: absolute; top: 0; right: 24px; height: 150px; line-height: 150px; } #search input.button { margin-left: 1em; border: 0; color: #fff; background: #117848; padding: 4px; text-transform: lowercase; font-family: Bitter, serif; } #search input.text { border: solid 1px #5d7872; padding: 4px; } #sidebar { width: 172px; float: left; padding: 0; }
practica_final/templates/template_html/css/style.css
* { margin: 0; padding: 0; } a { color: #000000; text-decoration: underline; } a:hover { text-decoration: none; } body { font-size: {{tamano}} px; line-height: 1.75em; font-family: Georgia, serif; background: #D2E0DD; color: #382b31; background-color: {{color_bg}}; } br.clear { clear: both; } h1,h2,h3,h4 { #text-transform: lowercase; } h2,h3,h4 { margin-bottom: 1em; font-family: Bitter, serif; color: #000000; } strong { color: #000000; } img.left { float: left; margin: 8px 20px 20px 0; } img.top { margin: 8px 0 20px 0; } p { margin-bottom: 1.5em; } ul { margin-bottom: 1.5em; } .imageList { list-style: none; } .imageList li { clear: both; } #bg { background: url('images/highlight.png') top left repeat-x; padding: 0 0 64px 0; } #banner { position: relative; padding: 24px; height: 172px; width: 932px; margin: 0 0 0 0; background: #fff; } #box1 { width: 740px; overflow: hidden; margin: 0 0 20px 0; } #box2 { width: 360px; overflow: hidden; float: left; } #box3 { width: 360px; overflow: hidden; margin: 0 0 0 380px; } #content { width: 740px; margin: 0 0 0 192px; padding: 0; } #copyright { text-align: center; color: #819B95; padding: 32px 0 0 0; } #copyright a { color: #819B95; } #footer { position: relative; padding: 24px; margin: 0 0 0 0; width: 932px; background: #2a5d60; color: #b0c3c4; } #footer a { color: #e8edee; } #footer h2, #footer h3, #footer h4 { color: #fff; } #footer ul { list-style: none; } #footer ul li { padding: 8px 0 8px 0; border-top: dotted 1px #557d80; } #footer ul li.first { padding-top: 0; border-top: 0; } #footerContent { width: 740px; margin: 0 0 0 192px; } #footerSidebar { width: 172px; float: left; } #header { position: relative; padding: 24px; height: 150px; width: 932px; background: #34564f; color: #fff; } #logo { position: absolute; top: 0; left: 24px; height: 150px; line-height: 150px; } #logo a { text-decoration: none; color: #fff; } #logo h1 { font-size: 2.75em; font-family: Bitter, serif; } #main { position: relative; padding: 24px; width: 932px; color: #5e5e5e; } #main a { color: #1c1c1c; } #main h2, #main h3, #main h4 { color: #212121; } #main ul { list-style: none; } #main ul li { padding: 8px 0 8px 0; border-top: dotted 1px #ccc; } #main ul li.first { padding-top: 0; border-top: 0; } #main ul.imageList li { padding: 16px 0 16px 0; } #nav { position: absolute; bottom: 0; left: 0; height: 57px; line-height: 57px; padding: 0 24px 0 24px; width: 932px; margin: 0 0 0 0; background: #117848; } #nav a { text-decoration: none; text-transform: lowercase; color: #fff; } #nav li { margin: 0 1em 0 0; padding: 0 1em 0 1em; } #nav li.active { background: #fff; } #nav li.active a { color: #34564F; } #nav ul { list-style: none; } #nav ul li { float: left; } #outer { position: relative; width: 980px; margin: 0 auto 0 auto; background: #fff; } #search { position: absolute; top: 0; right: 24px; height: 150px; line-height: 150px; } #search input.button { margin-left: 1em; border: 0; color: #fff; background: #117848; padding: 4px; text-transform: lowercase; font-family: Bitter, serif; } #search input.text { border: solid 1px #5d7872; padding: 4px; } #sidebar { width: 172px; float: left; padding: 0; }
0.248534
0.061312
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap'); /* Padrao de todas as paginas*/ *{ padding: 0; border: 0; margin: 0; box-sizing: border-box; } /***smartphone portrait***/ /*Layout*/ body{ font-family: 'Poppins', sans-serif; font-size: 1em; } img{ max-width: 100%; height: auto; } /*cabeçalho header*/ header{ background-color: yellow; height: 80px; border-bottom: 2px solid #ffffff; } #logo{ float: left; margin: 10px 0px 0px 10px; } #logo img{ width: 25%; height: 25%; } nav{ float: right; } #check{ display: none; } #mobile{ font-size: 3em; margin-right: 4px; } nav ul{ list-style: none; background-color: #fffbfb; width: 50%; height: 100vh; position: fixed; top: 80px; left: -100%; transition: all 0.5s; } nav ul li{ padding: 10px; border-bottom: 1px solid#000000; } nav ul li a{ text-decoration: none; color: #000000; } #check:checked ~ ul{ left: 0px; } /*SITE EM CONSTRUÇÃO*/ #construcao { text-align:center; padding: 30px 0px 30px 0px; } footer{ background-color: #100ce9; color: #ffffff; padding: 30px 0px 30px 0px; /*aumenta o campo ao redor do texto*/ text-align: center; /*Alinhamento do texto ao centro*/ font-size: 0.875em; } /*media queries smartphone landscape*/ @media (min-width: 576px){ .layout { max-width: 540px; margin: 0 auto; /*centralizar bloco no dispositivo*/ } #logo img{ margin-top: 8px; } } /*Tablet portrait*/ @media (min-width: 768px){ .layout { max-width: 720px; } footer{ font-size: 1em; } } /*Tablet Landscape*/ /*modificação do menu*/ @media (min-width: 992px){ .layout { max-width: 960px; } } header { height: 100px; } #logo img{ width: 35%; height: 35%; } #mobile{ display: none; } nav ul{ background-color: yellow; position: static; height: auto; margin-top: 15px; } nav ul li{ display: inline-block; border: 0; } nav ul li a { color: #343538; }
Aulas/public_html20_11/Marcos/public_html/style2.css
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap'); /* Padrao de todas as paginas*/ *{ padding: 0; border: 0; margin: 0; box-sizing: border-box; } /***smartphone portrait***/ /*Layout*/ body{ font-family: 'Poppins', sans-serif; font-size: 1em; } img{ max-width: 100%; height: auto; } /*cabeçalho header*/ header{ background-color: yellow; height: 80px; border-bottom: 2px solid #ffffff; } #logo{ float: left; margin: 10px 0px 0px 10px; } #logo img{ width: 25%; height: 25%; } nav{ float: right; } #check{ display: none; } #mobile{ font-size: 3em; margin-right: 4px; } nav ul{ list-style: none; background-color: #fffbfb; width: 50%; height: 100vh; position: fixed; top: 80px; left: -100%; transition: all 0.5s; } nav ul li{ padding: 10px; border-bottom: 1px solid#000000; } nav ul li a{ text-decoration: none; color: #000000; } #check:checked ~ ul{ left: 0px; } /*SITE EM CONSTRUÇÃO*/ #construcao { text-align:center; padding: 30px 0px 30px 0px; } footer{ background-color: #100ce9; color: #ffffff; padding: 30px 0px 30px 0px; /*aumenta o campo ao redor do texto*/ text-align: center; /*Alinhamento do texto ao centro*/ font-size: 0.875em; } /*media queries smartphone landscape*/ @media (min-width: 576px){ .layout { max-width: 540px; margin: 0 auto; /*centralizar bloco no dispositivo*/ } #logo img{ margin-top: 8px; } } /*Tablet portrait*/ @media (min-width: 768px){ .layout { max-width: 720px; } footer{ font-size: 1em; } } /*Tablet Landscape*/ /*modificação do menu*/ @media (min-width: 992px){ .layout { max-width: 960px; } } header { height: 100px; } #logo img{ width: 35%; height: 35%; } #mobile{ display: none; } nav ul{ background-color: yellow; position: static; height: auto; margin-top: 15px; } nav ul li{ display: inline-block; border: 0; } nav ul li a { color: #343538; }
0.334372
0.07477
.DOQ1glJ { opacity: 0.72; color: #ccc !important; cursor: not-allowed; } .rc-input-number { position: relative; padding: 6px 7px; width: 100%; cursor: text; line-height: 1.5; color: #666; background-color: #fff; background-image: none; transition: all .3s; margin: 0; padding: 0; font-size: 12px; height: 28px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 3px; width:94px; } .rc-input-number:focus { border-color: rgb(100, 175, 232); outline: 0; } .rc-input-number[disabled] { background-color: #f7f7f7; opacity: 1; cursor: not-allowed; color: rgba(0, 0, 0, .25) } .rc-input-number[disabled]:hover{ border-color:rgb(100, 175, 232); } .input-number-large { padding: 5px 7px; } .input-number-normal { padding: 2px 7px; } .input-number-small { height: 26px } .rc-input-number-handler { text-align: center; line-height: 0; height: 50%; overflow: hidden; color: rgba(0, 0, 0, .43); position: relative; transition: all .1s linear; display: block; width: 100%; font-weight: 700 } .rc-input-number-handler:active { background: #f4f4f4 } .rc-input-number-handler:hover .rc-input-number-handler-down-inner, .rc-input-number-handler:hover .rc-input-number-handler-up-inner { color: rgb(100, 175, 232) } .rc-input-number-handler-down-inner, .rc-input-number-handler-up-inner { font-style: normal; vertical-align: baseline; text-align: center; text-transform: none; line-height: 1; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 12px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: absolute; width: 12px; height: 12px; transition: all .1s linear; display: inline-block; font-size: 12px; font-size: 7px\9; -webkit-transform: scale(.58333333) rotate(0deg); transform: scale(.58333333) rotate(0deg); -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)"; zoom: 1; right: 4px; color: rgba(0, 0, 0, .43) } .rc-input-number-handler-down-inner:before, .rc-input-number-handler-up-inner:before { display: block; font-family: anticon!important } :root ._2l6KXkk,:root .iw8GqMd { -webkit-filter: none; filter: none; font-size: 12px } .rc-input-number:hover { border-color: rgb(100, 175, 232); } .rc-input-number-focused { border-color: rgb(100, 175, 232); outline: 0; } .rc-input-number-disabled { background-color: #f7f7f7; opacity: 1; cursor: not-allowed; color: rgba(0, 0, 0, .25) } .rc-input-number-disabled:hover { border-color: #e2e2e2 } .rc-input-number-input { width: 80%; text-align: left; outline: 0; -moz-appearance: textfield; height: 26px; transition: all .3s linear; color: #666; background-color: #fff; border: 0; border-radius: 4px; padding: 0 7px } .rc-input-number-input[disabled] { background-color: #f7f7f7; opacity: 1; cursor: not-allowed; color: rgba(0, 0, 0, .25) } .rc-input-number-input[disabled]:hover { border-color: #e2e2e2 } .rc-input-number-handler-wrap { border-left: 1px solid #ddd; width: 22px; height: 100%; background: #fff; position: absolute; top: 0; right: 0; opacity: 0; border-radius: 0 4px 4px 0; transition: opacity .24s linear .1s } .rc-input-number-handler-wrap:hover .rc-input-number-handler { /*height: 40%*/ } .rc-input-number:hover .rc-input-number-handler-wrap { opacity: 1 } .rc-input-number-handler-up { cursor: pointer } .rc-input-number-handler-up-inner { top: 50%; margin-top: -6px } .rc-input-number-handler-up-inner:before { text-align: center; content: "^" } .rc-input-number-handler-up:hover { /*height: 60%!important*/ } .rc-input-number-handler-down { border-top: 1px solid #d9d9d9; top: -1px; cursor: pointer } .rc-input-number-handler-down-inner { top: 50%; margin-top: -6px } .rc-input-number-handler-down-inner:before { text-align: center; content: "\2228" } .rc-input-number-handler-down:hover { color: rgb(100, 175, 232); /*height: 60%!important*/ } .rc-input-number-disabled .rc-input-number-handler-down-inner, .rc-input-number-disabled .rc-input-number-handler-up-inner, .rc-input-number-handler-down-disabled .rc-input-number-handler-down-inner, .rc-input-number-handler-down-disabled .rc-input-number-handler-up-inner, .rc-input-number-handler-up-disabled .rc-input-number-handler-down-inner, .rc-input-number-handler-up-disabled .rc-input-number-handler-up-inner { opacity: .72; color: #ccc!important; cursor: not-allowed } .rc-input-number-disabled .rc-input-number-input { opacity: .72; cursor: not-allowed; background-color: #f7f7f7 } .rc-input-number-disabled .rc-input-number-handler-wrap { display: none } .rc-input-number-disabled .rc-input-number-handler { /*opacity: .72;*/ color: #ccc!important; cursor: not-allowed } /** * Spin Style * @author Northerner */ ._2skC-me { opacity: 1; display: inline-block; position: static; text-align: center; } ._1EZh2dh { position: relative; display: inline-block; width: 54px; height: 35px; } ._2x0173l ._1EZh2dh { width: 30px; height: 23px; } ._3QD-S4t ._1EZh2dh { width: 70px; height: 47px; } ._1EZh2dh i { position: absolute; width: 4px; height: 35px; border-radius:1em; background: rgb(58, 152, 224); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: _2EHkGoG 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78); animation: _2EHkGoG 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78); } ._1EZh2dh i:nth-child(2), ._1EZh2dh i:nth-child(4){ -webkit-animation-delay: 0.25s!important; animation-delay: 0.25s!important; } ._1EZh2dh i:nth-child(1), ._1EZh2dh i:nth-child(5){ -webkit-animation-delay: 0.5s!important; animation-delay: 0.5s!important; } @-webkit-keyframes _2EHkGoG { 0% { -webkit-transform: scaley(1); transform: scaley(1); } 80% { -webkit-transform: scaley(0.3); transform: scaley(0.3); } 90% { -webkit-transform: scaley(1); transform: scaley(1); } } @keyframes _2EHkGoG { 0% { -webkit-transform: scaley(1); transform: scaley(1); } 80% { -webkit-transform: scaley(0.3); transform: scaley(0.3); } 90% { -webkit-transform: scaley(1); transform: scaley(1); } } ._2x0173l ._1EZh2dh i { width: 3px; height: 23px; } ._3QD-S4t ._1EZh2dh i { width: 6px; height: 47px; } ._1EZh2dh i:nth-child(1) { left: 0; } ._1EZh2dh i:nth-child(2) { left: 12px; } ._1EZh2dh i:nth-child(3) { left: 24px; } ._1EZh2dh i:nth-child(4) { left: 36px; } ._1EZh2dh i:nth-child(5) { left: 48px; } ._2x0173l ._1EZh2dh i:nth-child(2) { left: 7px; } ._2x0173l ._1EZh2dh i:nth-child(3) { left: 14px; } ._2x0173l ._1EZh2dh i:nth-child(4) { left: 21px; } ._2x0173l ._1EZh2dh i:nth-child(5) { left: 28px; } ._3QD-S4t ._1EZh2dh i:nth-child(2) { left: 16px; } ._3QD-S4t ._1EZh2dh i:nth-child(3) { left: 32px; } ._3QD-S4t ._1EZh2dh i:nth-child(4) { left: 48px; } ._3QD-S4t ._1EZh2dh i:nth-child(5) { left: 64px; } ._2uKi-RX { font-size: 14px; text-align: center; color: rgb(58, 152, 224); } ._1ZQogri{ position: relative; transition: all 0.3s ease-in-out; } ._1m5Kgy8{ opacity: 0.7; } ._2_VO-5x{ position: relative; } ._2xnXvO0{ position: absolute; z-index: 10; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } ._2rhabTG svg { color: #bcbcbc } ._1Gn0LqM svg { color: #fe3824 } ._2iMadZh svg { color: #6ac00b } .cFwj8pO ._1YQZnrM { color: #666 } ._28IlOCf ._1YQZnrM { line-height: 14px }/** * Progress Style * @author heifade */ .nd0QJ7p { position: relative; margin: 5px 0 /*padding-right: 42px;*/ } .nd0QJ7p, .nd0QJ7p *, .nd0QJ7p *:after, .nd0QJ7p *:before { box-sizing: border-box } ._3JkNO59 { position: relative; margin: 5px 0; padding-right: 42px } ._3JkNO59, ._3JkNO59 *, ._3JkNO59 *:after, ._3JkNO59 *:before { box-sizing: border-box } .IL7D3Op { background-color: #ececec; } ._27NBzV3 { height: 100%; transition: width ease-out .625s; } ._1YQZnrM { position: absolute; right: 0; top: 0; padding-left: 6px; width: 42px; } ._28IlOCf { } ._28IlOCf .IL7D3Op, ._28IlOCf ._27NBzV3 { height: 14px; border-radius: 7px } ._2Gk1yz_ { padding-top: 5px; padding-bottom: 5px } ._2Gk1yz_ .IL7D3Op, ._2Gk1yz_ ._27NBzV3 { height: 2px; border-radius: 1px } .cFwj8pO { } .cFwj8pO ._27NBzV3 { position: relative; background-color: rgb(58, 152, 224); background: linear-gradient(45deg, rgb(58, 152, 224), rgb(13, 125, 212)) } .cFwj8pO ._27NBzV3:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #fff; border-radius: inherit; -webkit-animation: _2uAdRt5 2.4s cubic-bezier(.23, 1, .32, 1) infinite; animation: _2uAdRt5 2.4s cubic-bezier(.23, 1, .32, 1) infinite } ._2iMadZh { } ._2iMadZh ._27NBzV3 { background-color: #6ac00b } ._1Gn0LqM { } ._1Gn0LqM ._27NBzV3 { background-color: #fe3824 } ._2rhabTG { } ._2rhabTG ._27NBzV3 { visibility: hidden } @-webkit-keyframes _2uAdRt5 { 0% { opacity: .1; width: 0%; } 20% { opacity: .5; width: 0; } to { opacity: 0; width: 100%; } } @keyframes _2uAdRt5 { 0% { opacity: .1; width: 0%; } 20% { opacity: .5; width: 0; } to { opacity: 0; width: 100%; } } ._1IZL9la:active { background-color: #bd3a2c; border-color: #bd3a2c; color: #fff; } ._3YSE_nE:active { border-color: rgb(13, 125, 212); color: rgb(13, 125, 212); } ._16NdYXA:active { border-color: rgb(13, 125, 212); color: rgb(13, 125, 212); } ._1rlU5o-:active { background-color: rgb(13, 125, 212); border-color: rgb(13, 125, 212); }/** * Button Style * @author ryan.bian */ .CTy3CHb { border-style: solid; border-width: 1px; outline: 0 none; cursor: pointer; } ._1FNLWX0 { padding: 0 8px; height: 26px; border-radius: 3px; font-size: 14px; line-height: 24px; } ._1O7JoXn { padding: 0 12px; height: 34px; border-radius: 3px; font-size: 14px; line-height: 32px; } ._1JYFbqn { padding: 0 14px; height: 40px; border-radius: 3px; font-size: 16px; line-height: 38px; } ._1rlU5o- { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); color: #fff } ._1rlU5o-:hover { background-color: rgb(100, 175, 232); border-color: rgb(100, 175, 232); } ._16NdYXA { background-color: #fff; border-color: rgb(58, 152, 224); color: rgb(58, 152, 224) } ._16NdYXA:hover { border-color: rgb(100, 175, 232); color: rgb(100, 175, 232); } ._3YSE_nE { background-color: #fff; border-color: rgb(58, 152, 224); border-style: dashed; color: rgb(58, 152, 224) } ._3YSE_nE:hover { border-color: rgb(100, 175, 232); color: rgb(100, 175, 232); } ._1IZL9la { background-color: #fff; border-color: #e6e6e6; color: #fe3824 } ._1IZL9la:hover { background-color: #fe3824; border-color: #fe3824; color: #fff; } ._3P6QXVt { background: #f5f5f5; border-color: #e6e6e6; color: #999; cursor: not-allowed; } ._11KqluX { } ._1QjCEA1 { } ._1Ko5_w4 { } ._16108o6 { } ._3dqIZEv { } ._3KW6hMp { } ._3mBVgjk { } ._2HVyQfI { } /** * Animation Style * @author ryan.bian */ /* fade */ ._1mp5FXi { -webkit-animation-name: gbiUlUN; animation-name: gbiUlUN; opacity: 1; } ._26DcFZN { opacity: 1; } ._2wSC5er { -webkit-animation-name: _2OnzTOe; animation-name: _2OnzTOe; opacity: 0; } ._2K6mlzL { opacity: 0; } @-webkit-keyframes gbiUlUN { from { opacity: 0; } to { opacity: 1; } } @keyframes gbiUlUN { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes _2OnzTOe { from { opacity: 1; } to { opacity: 0; } } @keyframes _2OnzTOe { from { opacity: 1; } to { opacity: 0; } } /* flipX */ .sCG0bzF { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } ._3cdJQI5 { -webkit-animation-name: _1FsXcPX; animation-name: _1FsXcPX; opacity: 1; -webkit-transform: perspective(400px); transform: perspective(400px); } .qGmSxIW { opacity: 1; -webkit-transform: perspective(400px); transform: perspective(400px); } ._3NfjJC- { -webkit-animation-name: _24wLE9d; animation-name: _24wLE9d; opacity: 0; -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); } ._24MsE6n { opacity: 0; -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); } @-webkit-keyframes _1FsXcPX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes _1FsXcPX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes _24wLE9d { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } @keyframes _24wLE9d { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } /* slideUp */ ._1oUCufa {} ._1mO_SWR { -webkit-animation-name: _12qhs-A; animation-name: _12qhs-A; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } ._3-WipgH { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } ._27bTj8j { -webkit-animation-name: _20eULFb; animation-name: _20eULFb; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } ._34-gsuv { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } @-webkit-keyframes _12qhs-A { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes _12qhs-A { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes _20eULFb { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes _20eULFb { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } /* slideDown */ ._706TJ5I {} ._1ieQGlB { -webkit-animation-name: _21y5cl_; animation-name: _21y5cl_; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } ._3FYkJ5S { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .desE714 { -webkit-animation-name: _16Yi8is; animation-name: _16Yi8is; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } ._3FJ4sR6 { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } @-webkit-keyframes _21y5cl_ { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes _21y5cl_ { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes _16Yi8is { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes _16Yi8is { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } /* zoom */ ._2aGrmGr {} .EdoD2Q2 { -webkit-animation-name: gybKzsL; animation-name: gybKzsL; opacity: 1; } ._3kIgIBr { opacity: 1; } .k0tHLpV { -webkit-animation-name: _689sLoR; animation-name: _689sLoR; opacity: 0; } ._6jD7wgI { opacity: 0; } @-webkit-keyframes gybKzsL { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @keyframes gybKzsL { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @-webkit-keyframes _689sLoR { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } @keyframes _689sLoR { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } /* bounce */ ._38IQtyb {} ._1_uO8bU { -webkit-animation-name: _2j4EhAR; animation-name: _2j4EhAR; opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } ._1hNAImH { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } .Hpxa8Tt { -webkit-animation-name: _2yWAe_R; animation-name: _2yWAe_R; opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } ._3VDKDtK { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } @-webkit-keyframes _2j4EhAR { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes _2j4EhAR { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes _2yWAe_R { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } } @keyframes _2yWAe_R { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } } /** * Icon Style * @author ryan.bian */ ._2jSl5RJ { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; } ._37XJzyY.color-warm .menu { border: solid 1px #ffa85c; } ._37XJzyY.color-warm .menu-item-disabled, ._37XJzyY.color-warm .menu-submenu-disabled .menu-submenu-title { color: #999999; cursor: not-allowed; } ._37XJzyY.color-warm .menu-item-selected, ._37XJzyY.color-warm .menu-submenu-selected > .menu-submenu-title { color: #f27102; } ._37XJzyY.color-cold .menu { border: solid 1px #64afe8; } ._37XJzyY.color-cold .menu-item-disabled, ._37XJzyY.color-cold .menu-submenu-disabled .menu-submenu-title { cursor: not-allowed; color: #666666; } ._37XJzyY.color-cold .menu-item-selected, ._37XJzyY.color-cold .menu-submenu-selected > .menu-submenu-title { color: #ffffff; } ._37XJzyY.color-cold .menu .menu-item-active, ._37XJzyY.color-cold .menu .menu-submenu-active > .menu-submenu-title { color: #3b98e0; } ._37XJzyY.menu-horizontal-h.color-cold .menu .menu-item-selected { color: #0c7dd4; border-bottom: solid 1px #0c7dd4; } ._37XJzyY.menu-horizontal-h .menu-submenu-horizontal-h > .menu .menu-item { position: relative; display: table-cell; line-height: 44px; } ._37XJzyY.menu-horizontal.color-cold .menu .menu-item-selected { background-color: #f6f8fc; color: #0c7dd4; } ._37XJzyY.menu-horizontal.color-cold .menu .menu-submenu-selected > .menu-submenu-title { color: #0c7dd4; } ._37XJzyY.menu-horizontal .menu-submenu-horizontal .menu .menu { top: 0; left: 105%; position: absolute; min-width: 100%; margin-top: 7px; background-color: #fff; border-radius: 4px; z-index: 10; } ._37XJzyY.menu-vertical.color-cold .menu { background-color: #242424; & .menu-item-active, & .menu-submenu-active .menu-submenu-title { color: #dddddd; } & .menu-item-selected { color: #ffffff; } & .menu-item-group-title { color: #666666; } } ._37XJzyY.menu-inline.color-cold .menu { background-color: #111111; } ._37XJzyY.menu-inline.color-cold .menu-item-group-title { color: #666666; } ._37XJzyY.menu-inline.color-cold .menu-item-selected > .menu-submenu-title { color: #ffffff; } ._37XJzyY.menu-inline.color-cold .menu-item-active, ._37XJzyY.menu-inline.color-cold .menu-submenu-active > .menu-submenu-title { color: #dddddd; } ._37XJzyY.menu-inline.color-warm .menu-item-group-title { color: #999999; } ._37XJzyY.menu-inline.color-warm .menu-item-selected { background-color: #ff9536; color: #ffffff; } ._37XJzyY.menu-inline .menu { border: none; } ._37XJzyY.menu-inline .menu-item-selected { background-color: #ecf6fd; } ._37XJzyY.menu-inline.color-cold { color: #999999; background-color: #242424; } ._37XJzyY.menu-inline.color-cold .menu-item-selected { background-color: #3b98e0; } ._37XJzyY.menu-vertical.color-warm .menu { background-color: #ffffff; /* & :global(.menu-item-selected:after) { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #ff9536; } */ } ._37XJzyY.menu-vertical.color-warm .menu .menu-item-group-title { color: #999999; } ._37XJzyY.menu-vertical.color-warm .menu-item-selected { background-color: #ff9536; color: #ffffff; } ._37XJzyY.menu-vertical .menu { top: 0; left: 105%; position: absolute; min-width: 160px; border-radius: 4px; z-index: 10; } ._37XJzyY.menu-vertical.color-cold { color: #999999; background-color: #242424; /*二级菜单弹出层*/ } ._37XJzyY.menu-vertical.color-cold .menu-item-selected { background-color: #3b98e0; } ._37XJzyY.menu-horizontal.color-warm .menu .menu-item-selected { background-color: #f9f9f9; color: #f27102; } ._37XJzyY.menu-horizontal.color-warm .menu .menu-item-active { color: #ff9536; } ._37XJzyY.menu-horizontal .menu-submenu-horizontal { display: inline-block; margin-left: 10px; /*二级菜单弹出层*/ /*三级菜单弹出层*/ } ._37XJzyY.menu-horizontal .menu-submenu-horizontal > .menu { top: 100%; left: 0; position: absolute; min-width: 150px; margin-top: 7px; background-color: #fff; border-radius: 4px; z-index: 10; } ._37XJzyY.menu-horizontal > .menu-item { display: inline-block; margin-left: 20px; line-height: 44px; /*padding: 0px ;*/ /*margin: 0px 20px;*/ } ._37XJzyY.menu-horizontal.color-cold { background-color: #242424; /*一级菜单背景色(黑)*/ color: #999999; /* & :global(.menu) :global(.menu-item-selected:after) { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #3b98e0; } */ } ._37XJzyY.menu-horizontal.color-cold > .menu-item-selected, ._37XJzyY.menu-horizontal.color-cold > .menu-submenu-selected { border-bottom: solid 1px #ffffff; } ._37XJzyY.menu-horizontal-h .menu-submenu-horizontal-h { display: inline-block; margin-left: 10px; /*二级菜单弹出层*/ } ._37XJzyY.menu-horizontal-h .menu-submenu-horizontal-h > .menu { top: 110%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); position: absolute; padding: 4px 10px 4px 10px; margin-top: 7px; background-color: #fff; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13); border-radius: 4px; z-index: 10; } ._37XJzyY.menu-horizontal-h > .menu-item { display: inline-block; margin-left: 20px; line-height: 44px; } ._37XJzyY.menu-horizontal-h.color-cold { background-color: #242424; /*一级菜单背景色(黑)*/ color: #999999; } ._37XJzyY.menu-horizontal-h.color-cold > .menu-item-selected, ._37XJzyY.menu-horizontal-h.color-cold > .menu-submenu-selected { border-bottom: solid 1px #ffffff; } ._37XJzyY .menu-item, ._37XJzyY .menu-submenu-title { margin: 0; padding: 0 10px; position: relative; display: block; white-space: nowrap; cursor: pointer; } ._37XJzyY .menu-hidden { display: none; } ._37XJzyY .menu-item-group-list .menu-item, ._37XJzyY .menu-item-group-list .menu-submenu-title { padding: 0 18px 0 40px; } ._37XJzyY .menu-item-group-title { padding-left: 32px; color: rgba(0, 0, 0, .43); font-size: 12px; line-height: 1.8; padding: 16px 18px 0 18px; } ._37XJzyY.color-cold {} ._37XJzyY.color-cold .menu-item-active, ._37XJzyY.color-cold .menu-submenu-active > .menu-submenu-title { color: #dddddd; } ._37XJzyY.color-warm {} ._37XJzyY.color-warm .menu-item-active, ._37XJzyY.color-warm .menu-submenu-active > .menu-submenu-title { color: #ff9536; }/** * Menu Style * @author heifade */ ._37XJzyY { outline: none; margin-bottom: 0; /*padding-left: 0;*/ /* padding: 0px 10px; */ list-style: none; z-index: 1050; line-height: 46px; background-color: #ffffff /*颜色-暖色*/ /*颜色-冷色*/ } ._37XJzyY .menu-submenu { position: relative; } /*水平菜单,子菜单水平*/ ._37XJzyY.menu-horizontal-h { border: solid 1px #dddddd; padding: 4px 10px /*颜色-暖色*/ /*颜色-冷色*/ /*一级菜单*/ } ._37XJzyY.menu-horizontal-h.color-warm { background-color: #f6f6f6; /*一级菜单背景色(白)*/ color: #666666; } ._37XJzyY.menu-horizontal-h.color-warm .menu-item-selected, ._37XJzyY.menu-horizontal-h.color-warm > .menu-submenu-selected { border-bottom: solid 1px #ff9536; border-bottom-width: 50%; } /*水平菜单,子菜单垂直*/ ._37XJzyY.menu-horizontal { border: solid 1px #dddddd; padding: 4px 10px /*颜色-暖色*/ /*颜色-冷色*/ /*一级菜单*/ } ._37XJzyY.menu-horizontal.color-warm { background-color: #f6f6f6; /*一级菜单背景色(白)*/ color: #666666; /* & :global(.menu) :global(.menu-item-selected:after) { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #ff9536; } */ } ._37XJzyY.menu-horizontal.color-warm > .menu-item-selected, ._37XJzyY.menu-horizontal.color-warm > .menu-submenu-selected { border-bottom: solid 1px #ff9536; } /*垂直菜单,子菜单水平向右弹出*/ ._37XJzyY.menu-vertical { box-shadow: 0 1px 6px rgba(0, 0, 0, .2) /*颜色-暖色*/ /*颜色-冷色*/ /*二级菜单弹出层*/ } ._37XJzyY.menu-vertical.color-warm { color: #666666; background-color: #f6f6f6; /*二级菜单弹出层*/ } ._37XJzyY.menu-vertical.color-warm .menu-item-active { color: #ff9536; } /*垂直菜单,子菜单内嵌在菜单区域*/ ._37XJzyY.menu-inline { box-shadow: 0 1px 6px rgba(0, 0, 0, .2) /*颜色-暖色*/ /*颜色-冷色*/ /* & :global(.menu-item-selected):after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #108ee9; } */ } ._37XJzyY.menu-inline.color-warm { color: #666666; background-color: #f6f6f6; /* & :global(.menu-item-selected:after) { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #ff9536; } */ } ._37XJzyY.menu-inline.color-warm .menu-item-active { color: #ff9536; } .a1dhyEV:active { } .a1dhyEV:active svg { fill: #666 !important; }/** * Modal Style * @author ryan.bian */ ._3v9JpJU { /* display: none; */ } ._10G5ebT { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .3) !important; } .LrsEe32 { /* display: none; */ position: absolute; left: 0; right: 0; top: 50%; margin: 0 auto; background-color: #fff; border-radius: 3px; border: 1px solid #e6e6e6; -webkit-transform: translateY(-50%); transform: translateY(-50%); } ._3gon6Oj { display: block; } ._5faeo8s { position: relative; padding: 15px 20px; font-size: 18px; color: #333; text-align: left; } ._5faeo8s p { display: inline-block; } ._5faeo8s > p > span { padding-left: 10px; vertical-align: 3px; } .a1dhyEV { position: absolute; right: 15px } .a1dhyEV svg { fill: #999; } .yb8LdV1 { margin: 16px; text-align: right } .yb8LdV1 button { margin-left: 16px; min-width: 80px; text-align: center; } ._3lViuPm { width: 370px; padding: 0px 20px; word-wrap: break-word; font-size: 14px; margin-bottom: 40px; } ._2vid6jg { margin-bottom: 20px; } ._2m2QgJW ._3lViuPm { } ._2Ucmr_b ._3lViuPm { } ._2KpbEF9 ._3lViuPm { } ._3KYqRkO ._3lViuPm { } /** * Radio Style * @author grootfish */ ._2AmYsBu{} ._1Z9B0MQ ._11Rome9 { min-height: 72px; overflow: hidden; display: block; } ._1Z9B0MQ ._2UU-kd6 { float: left; } ._1Z9B0MQ ._2vbHRHb { position: absolute; left: 12px; top: 0; height: 100%; width: 1px; padding: 20px 0 4px; } ._1Z9B0MQ ._2vbHRHb>i { height: 100%; width: 1px; } ._2kmh_Rc._1Z9B0MQ ._2vbHRHb { position: absolute; left: 10px; } ._1VnV_nf ._2vbHRHb>i:after { width: 100%; background: rgb(58, 152, 224); transition: all .6s; opacity: 1; box-shadow: 0 0 0 0 rgb(58, 152, 224); } ._1VnV_nf ._2JVCbOY { border-color: rgb(58, 152, 224); background-color: #fff; } ._1VnV_nf ._2JVCbOY>._2jVCR-o { color: rgb(58, 152, 224); } ._1VnV_nf ._1DxItRx { color: #666; } .YRG4bmD ._2JVCbOY { border-color: rgb(58, 152, 224); background-color: rgb(58, 152, 224); } .YRG4bmD ._2JVCbOY>._2jVCR-o { color:#fff; } .YRG4bmD ._1DxItRx { color: #333; } .XQtgjbi ._2JVCbOY { border-color: #CECECE; background-color: #fff; } .XQtgjbi ._2JVCbOY>._2jVCR-o { color: #CECECE; } .XQtgjbi ._1DxItRx { color: #CECECE; }/** * Steps Style * @author grootfish */ ._1hnABRb { width: 100%; line-height: 1.5; } .O2T4biQ { position: relative; display: inline-block; vertical-align: top; } .O2T4biQ:last-child ._2vbHRHb { display: none; } .WV34rPt ._2UU-kd6 { padding-left: 10px; margin-left: -10px; } ._2vbHRHb { position: absolute; left: 0; width: 100%; top: 12px } ._2vbHRHb>i { display: inline-block; vertical-align: top; background: #e9e9e9; height: 1px; border-radius: 1px; width: 100%; position: relative; } ._2vbHRHb>i:after { position: absolute; content: ""; top: 0; width: 0; background: #e9e9e9; height: 100%; opacity: 0; } ._2UU-kd6 { background: #fff; position: relative; display: inline-block; vertical-align: top; } ._2JVCbOY { display: block; border: 1px solid #CECECE; width: 22px; height: 22px; line-height: 22px; text-align: center; border-radius: 22px; font-size: 14px; margin-right: 6px; } ._2jVCR-o { line-height: 1; color: rgb(58, 152, 224); position: relative; } ._35Vh_F5 { font-size: 14px; color: #333; font-weight: 700; background-color: #fff; display: inline-block; padding-right: 10px; margin-bottom: 5px; } ._1DxItRx { font-size: 12px; color: #333; } ._11Rome9 { position: relative; display: inline-block; vertical-align: top; margin-top: 2.5px; } /*未开始状态样式*/ .XQtgjbi{ } .XQtgjbi ._35Vh_F5 { color: #CECECE; } /*进行中状态样式*/ .YRG4bmD{ } .YRG4bmD ._35Vh_F5 { color: #333; } /*完成状态样式*/ ._1VnV_nf { } ._1VnV_nf ._35Vh_F5 { color: #666; } /*TODO*/ ._2V3dCtV {} .WD5QBi2 {} ._2kmh_Rc{ } ._2kmh_Rc ._2JVCbOY { width: 18px; height: 18px; line-height: 19px; border-radius: 18px; font-size: 12px; } /*竖向步骤条样式*/ ._1Z9B0MQ{ } ._1Z9B0MQ .O2T4biQ { display: block; } .mhJTXha ._3ZvcDzC, .mhJTXha ._2PKGdIS, .mhJTXha .JvjXwwi { width: 92px; height: 65px; } .mhJTXha ._1vTxJWA, .mhJTXha ._1oFHW95, .mhJTXha ._2EHXPQJ, .mhJTXha ._2z1RIYt { width: 306px; height: 322px; } ._24C4K3t:active { background-color: #fff; color: #999; border-color: #e6e6e6; } ._3wVlW_K:active { background-color: rgb(13, 125, 212); color: #fff; border-color: rgb(58, 152, 224); }/** * DatePicker Style * @author ryan.bian */ ._1VtG7Tm {} /* picker*/ ._217Ab1l { padding: 15px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 3px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1); box-sizing: border-box; } /* date pane */ .dktwrcK { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: center; } ._3B8hXtV { background-color: #fff; border: 0 none; color: rgb(58, 152, 224) } ._3B8hXtV:hover { color: rgb(13, 125, 212); } ._2iQiPWX { display: inline-block; width: 180px; } ._2L0StoH { margin: 0 5px; background-color: #fff; border: 0 none; font-size: 16px } ._2L0StoH:hover { color: rgb(13, 125, 212); } .sdFN-uB { text-align: center; border-radius: 0; } .P3D5cpz { } ._3wVlW_K { background-color: #fff; border: 1px solid #e6e6e6; box-sizing: border-box; cursor: pointer; color: #333 } ._3wVlW_K:hover { background-color: rgb(194, 228, 255); color: #fff; border-color: rgb(133, 192, 237); -webkit-transform: translateZ(0); transform: translateZ(0); } ._1vTxJWA { width: 306px; } .WXNwsuK { } ._317pkpI { } .gkVLoZp { display: inline-block; width: 39px; color: #999; line-height: 3; } ._13BCOGA { margin-bottom: -1px } ._13BCOGA:last-child { margin-bottom: 0; } .-LL8IDY { margin-left: -1px; width: 40px; height: 40px; line-height: 40px } .-LL8IDY:first-child { margin-left: 0; } ._3CFoqir { background-color: rgb(194, 228, 255); color: rgb(58, 152, 224); border-color: rgb(133, 192, 237); -webkit-transform: translateZ(0); transform: translateZ(0); } .ZJlZATL { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); color: #fff; -webkit-transform: translateZ(0); transform: translateZ(0); } ._24C4K3t { color: #999; cursor: not-allowed; text-decoration: line-through } ._24C4K3t:hover { background-color: #fff; color: #999; border-color: #e6e6e6; -webkit-transform: none; transform: none; } ._15xKysL { } ._2jU5NSX, .kOzFgDQ { color: #999; } /* monthPane */ ._1oFHW95 { width: 246px; } ._2HpgBMq { } ._2bCDQ5L { margin-top: 12px; white-space: normal; } ._3ZvcDzC { margin-left: -1px; margin-bottom: -1px; width: 72px; height: 40px } ._3ZvcDzC:nth-child(3n + 1) { margin-left: 0; } ._2ap2U0a { } /* yearPane */ ._2EHXPQJ { width: 246px; } ._1jrn9B0 { } ._1FZQqhV { margin-top: 12px; white-space: normal; } ._2PKGdIS { margin-left: -1px; margin-bottom: -1px; width: 72px; height: 40px } ._2PKGdIS:nth-child(3n + 1) { margin-left: 0; } ._1CyKfmD { } .LLlseBd { color: #999; } /* decadePane */ ._2z1RIYt { width: 306px; } ._3xBV3EY { } ._2gXcwbk { font-size: 16px; } ._3Hf0Ape { margin-top: 12px; white-space: normal; } .JvjXwwi { margin-left: -1px; margin-bottom: -1px; width: 92px; height: 40px } .JvjXwwi:nth-child(3n + 1) { margin-left: 0; } ._2rjwFZK { color: #999; } .YqtKrRl { } /* rangePicker */ .mhJTXha { background: #fff; border: 1px solid #e6e6e6; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1); border-radius: 3px; white-space: nowrap } .mhJTXha ._217Ab1l { display: inline-block; padding-bottom: 10px; vertical-align: top; box-shadow: none; } ._1UC2-sP { } ._1UC2-sP ._217Ab1l { border: 0 none; } .Fc-Col- { padding: 0 15px 10px; border-bottom: 1px solid #e6e6e6 } .Fc-Col- button { margin-right: 10px; } ._3LU7GfZ { padding: 12px 0; text-align: center } ._3LU7GfZ button { margin: 0 20px; width: 180px; } ._1lDj7SY { } ._4LScnzl { } ._21TqesI._1hhoRJ8 ._3o1Rgpv { border-color: #d9d9d9 !important; background-color: #f7f7f7; &:after { background-color: #ccc; } } ._21TqesI._1hhoRJ8 input { cursor: not-allowed; } .lUPswOB ._3hWcrmt { } .lUPswOB._3X8pavo { } .lUPswOB._1ereod6 { } ._1Ef7vg1._1fdGpBG { cursor: not-allowed; border-color: #d9d9d9; background-color: #f7f7f7; color: rgba(0, 0, 0, .25); } ._1Ef7vg1._1fdGpBG._3iHso93 { color: #fff; background-color: #e6e6e6; border-color: #d9d9d9; box-shadow: none; } ._1Ef7vg1._3iHso93 { background: #fff; border-color: rgb(58, 152, 224); background-color: rgb(58, 152, 224); color: #fff; box-shadow: -1px 0 0 0 rgb(58, 152, 224); } ._1Ef7vg1._3iHso93:first-child { border-color: rgb(58, 152, 224); box-shadow: none !important; } ._1Ef7vg1:last-child { border-radius: 0 4px 4px 0; } ._1Ef7vg1:first-child { border-radius: 4px 0 0 4px; border-left: 1px solid #d9d9d9; } .mMWdf-U._1LDcYMA { } ._21TqesI._1hhoRJ8 { } ._21TqesI._1hhoRJ8 + span { color: rgba(0, 0, 0, .25); cursor: not-allowed; } ._21TqesI._1szddfu { } ._21TqesI._1szddfu ._3o1Rgpv { border-color: rgb(58, 152, 224); } ._21TqesI._1szddfu ._3o1Rgpv:after { -webkit-transform: scale(1); transform: scale(1); opacity: 1; transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); } ._21TqesI ._3o1Rgpv { position: relative; top: 0; left: 0; display: block; width: 14px; height: 14px; border-radius: 14px; border: 1px solid #d9d9d9; background-color: #fff; transition: all 0.3s; } ._21TqesI ._3o1Rgpv:after { position: absolute; width: 8px; height: 8px; left: 3px; top: 3px; border-radius: 4px; display: table; border-top: 0; border-left: 0; content: ' '; background-color: rgb(58, 152, 224); opacity: 0; -webkit-transform: scale(0); transform: scale(0); transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); } ._21TqesI input { position: absolute; left: 0; z-index: 1; cursor: pointer; opacity: 0; top: 0; bottom: 0; right: 0; } ._1M9TcZm ._3Gl9_Qw { background-color: #f5f5f5; border-color: #e6e6e6; } ._1M9TcZm ._3Gl9_Qw:after { -webkit-animation-name: _14pGKgJ; animation-name: _14pGKgJ; border-color: rgba(0, 0, 0, .25); } ._1M9TcZm input { cursor: not-allowed; } ._1XpDkQN input { position: absolute; left: 0; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); top: 0; bottom: 0; right: 0; width: 100%; height: 100%; } ._2GLX7p1.xSwX73t { }/** * Checkbox Style * @author grootfish */ ._2GLX7p1 { cursor: pointer; font-size: 14px; display: inline-block } ._2GLX7p1.HtPNyzB { } ._1XpDkQN { white-space: nowrap; cursor: pointer; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: text-bottom } ._1XpDkQN + span { padding-left: 8px; padding-right: 8px; } .We2e_be { } .We2e_be ._3Gl9_Qw { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); } .We2e_be ._3Gl9_Qw:after { -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); position: absolute; left: 4px; top: 1px; display: table; width: 4px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; } ._1M9TcZm { } ._1M9TcZm + span { color: rgba(0, 0, 0, .25); cursor: not-allowed; } ._3Gl9_Qw { position: relative; top: 0; left: 0; display: block; width: 14px; height: 14px; border: 1px solid #e6e6e6; border-radius: 3px; background-color: #fff; transition: all 0.3s } ._3Gl9_Qw:after { -webkit-transform: rotate(45deg) scale(0); transform: rotate(45deg) scale(0); position: absolute; left: 4px; top: 1px; display: table; width: 4px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); } ._3Rx63VG { display: inline-block; font-size: 12px; } ._21TqesI { outline: none; line-height: 1; vertical-align: text-bottom; display: inline-block; position: relative; white-space: nowrap; cursor: pointer } ._21TqesI + span { padding-left: 8px; padding-right: 8px; } .mMWdf-U { font-size: 12px; margin-right: 8px } .mMWdf-U._35FhbyT { } ._1Ef7vg1 { margin: 0; height: 28px; line-height: 26px; color: rgba(0, 0, 0, .65); display: inline-block; transition: all 0.3s ease; cursor: pointer; border: 1px solid #d9d9d9; border-left: 0; background: #fff; padding: 0 16px } ._1Ef7vg1:hover { color: rgb(58, 152, 224); } .lUPswOB { margin-left: 0; display: block; width: 0; height: 0 } .lUPswOB input { opacity: 0; filter: alpha(opacity=0); width: 0; height: 0; } ._2CnmpyB ._280nkVW { margin: 0 3px; width: 58px; height: 24px; background-color: #fff; border: 1px solid #e6e6e6; line-height: 24px; text-align: center; color: #666; } ._2CnmpyB .wBezPz9 { margin-left: 10px; } ._2CnmpyB ._3O0s4JU:hover { border-color: rgb(58, 152, 224); } ._2CnmpyB ._3O0s4JU { margin-left: 10px; height: 26px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 3px; color: #666; vertical-align: top; } ._2CnmpyB ._2KQ0PhC { margin-right: 10px; } ._2CnmpyB .jsRFs8b._1ZyqWB7:hover { color: #fff; } ._2CnmpyB .jsRFs8b._1ZyqWB7 { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); color: #fff; } ._2CnmpyB .cfbKU8w > li { margin: 0 1px; } ._2CnmpyB ._2tvnb-l:hover, ._2CnmpyB .jsRFs8b:hover { color: rgb(58, 152, 224); } ._2CnmpyB ._2tvnb-l, ._2CnmpyB .jsRFs8b { margin: 0 4px; width: 20px; height: 20px; background-color: #fff; border-radius: 3px; border: 0 none; color: #666; } ._3HZDVl5 ._280nkVW { margin: 0 3px; width: 58px; height: 32px; background-color: #fff; border: 1px solid #e6e6e6; line-height: 32px; text-align: center; color: #666; } ._3HZDVl5 .wBezPz9 { margin-left: 17px; } ._3HZDVl5 ._3O0s4JU:hover { border-color: rgb(58, 152, 224); } ._3HZDVl5 ._3O0s4JU { margin-left: 17px; height: 34px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 3px; color: #666; vertical-align: top; } ._3HZDVl5 ._2KQ0PhC { margin-right: 17px; } ._3HZDVl5 .jsRFs8b._1ZyqWB7:hover { color: #fff; } ._3HZDVl5 .jsRFs8b._1ZyqWB7 { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); color: #fff; } ._3HZDVl5 .cfbKU8w > li { margin: 0 1px; } ._3HZDVl5 ._13KUpSV { width: 34px; text-align: center; } ._3HZDVl5 ._2tvnb-l:hover, ._3HZDVl5 .jsRFs8b:hover { border-color: rgb(58, 152, 224); color: rgb(58, 152, 224); } ._3HZDVl5 ._2tvnb-l, ._3HZDVl5 .jsRFs8b { min-width: 34px; height: 34px; background-color: #fff; border: 1px solid #e6e6e6; color: #666; }/** * Pagination Style * @author ryan.bian */ ._1L_-sT1 { font-size: 14px; color: #666; } ._2tvnb-l { display: inline-block; } .cfbKU8w { display: inline-block; } .cfbKU8w > li { display: inline-block; } ._2KQ0PhC { display: inline-block; } ._280nkVW { border-radius: 3px; } ._3HZDVl5 { } ._3HZDVl5 ._2tvnb-l { margin: 0 1px; } ._2CnmpyB { } ._2CnmpyB ._2tvnb-l { } ._2CnmpyB ._2tvnb-l > svg { -webkit-transform: scale(.8); transform: scale(.8); } ._280nkVW:hover { border-color: rgb(58, 152, 224); } ._3qf4zVS:hover > ._3HOujdo:hover{ color: rgb(100, 175, 232); } ._3qf4zVS:hover > ._3HOujdo{ /*cursor: pointer;*/ } ._3qf4zVS:hover > ._2kHrSHK:hover{ color: rgb(100, 175, 232); } ._3qf4zVS:hover > ._2kHrSHK{ cursor: pointer; }/** * Input Style * @author yan */ ._3d8Ip3y{ width: 100%; margin: 0; height: 28px; cursor: text; font-size: 14px; line-height: 1.5; color: #666; background-color: #fff; background-image: none; border: 1px solid #e6e6e6; border-radius: 4px; transition: all .3s; box-sizing: border-box; } ._3d8Ip3y:focus, ._3d8Ip3y:hover { border-color: rgb(100, 175, 232); } ._3d8Ip3y::-moz-placeholder { color: #bcbcbc; opacity: 1 } ._3d8Ip3y:-ms-input-placeholder { color: #bcbcbc } ._3d8Ip3y::-webkit-input-placeholder { color: #bcbcbc } ._23bMeMN { background: #f5f5f5; border-color: #e6e6e6; color: #999; cursor: not-allowed; } ._2zTE3Ne{ padding: 6px 7px; height: 34px; } ._3XuYOM0{ padding: 6px 7px; height: 40px; } ._2t3xTWo{ padding: 1px 7px; height: 26px; } ._3hkY6oH{ } ._1whAjSd{ height: auto; } ._1_MWs1W{ height: auto; } ._1SNztTO{ } ._3PBNxgP{ } ._1Ulh8TU{ } .jvPBoLu{ } ._3HOujdo, ._2kHrSHK{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; line-height: 0; color:#666; transition: all .3s; } ._3HOujdo{ left: 7px; } ._2kHrSHK{ right: 7px; } ._3qf4zVS{ position: relative; display: inline-block; width: 100%; } ._3qf4zVS:hover{ } ._3qf4zVS:hover > input{ border-color: rgb(100, 175, 232); } .VQEgDJZ{ position: relative; display: table; border-collapse: separate; border-spacing: 0; width: 100% } .VQEgDJZ > input{ display: inline-block; float: left; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0; padding: 0; } ._3BWtBIU{ } ._1k-xfqh{ } ._1f7L6KL{ } ._1f7L6KL > input{ padding-right: 30px; } ._3WR4EVH{ } ._3WR4EVH > input{ padding-left: 30px; } ._26mKfx- a._35am08f:avtive { color: rgb(13, 125, 212) } ._26mKfx- a._35am08f:hover { color: rgb(58, 152, 224); text-decoration: none } ._26mKfx- a._35am08f { color: #999 } ._26mKfx->span:last-child ._3v_bQW3 { display: none } ._26mKfx->span:last-child { color: #333 }/** * Breadcrumb Style * @author grootfish */ ._26mKfx- { font-size: 14px } ._26mKfx->span { color: #999 } .y-He0IY span { color: #fff; border-radius: 2px; background-color: rgb(58, 152, 224); width: 16px; height: 16px; line-height: 14px; text-align: center; display: inline-block; margin-right: 6px; vertical-align: text-top } .y-He0IY span svg { -webkit-transform: scale(0.75); transform: scale(0.75) } .y-He0IY span:hover { cursor: pointer; background-color: rgb(100, 175, 232); color: #fff; } .y-He0IY span:active { background-color: rgb(13, 125, 212); } ._3v_bQW3 { margin: 0 5px; } /** * Trigger Style * @author ryan.bian */ ._3A_xDs1 { } ._1fJcokE { display: inline-block; } ._3WT1yrT { /* position: absolute; */ } ._3CuSPSp { display: none; } ._39kAAFy._1ceJ84o ._2mpL-C1 { top:10px } ._39kAAFy._1jGKsJo { padding: 16px 48px 16px 24px } ._39kAAFy._1jGKsJo ._2WVGGAD { margin-left:0 }/** * Alert Style * @author grootfish */ ._39kAAFy { position: relative; padding: 16px 48px 16px 50px; border-radius: 4px; color: rgba(0, 0, 0, .65); line-height: 18px; margin-bottom: 10px } ._39kAAFy._1ceJ84o {} ._39kAAFy._1ceJ84o ._2PlM57S { font-size:18px; margin-bottom:14px } ._2PlM57S { display: block; font-size:14px; } ._2WVGGAD { display: block; font-size: 14px; margin-left:-24px; } ._2HsOl4s{ top: 16px; left: 24px; position: absolute; } ._2mpL-C1 { font-size: 12px; position: absolute; right: 16px; top: 18px; height: 12px; line-height: 12px; overflow: hidden; cursor: pointer; color:#999; } ._2mpL-C1:hover{ color:#666; } ._2zbvGEj { background-color: #E8F6FF; color:#3b98e0; border:1px solid #3b98e0; } ._1G-i0lm { background-color: #F5FFE9; color:#6ac00b; border:1px solid #6ac00b; } ._2IstVeW { background-color: #FFEBE8; color:#fe3824; border:1px solid #fe3824; } ._1RLd9u1 { background-color: #FFFAE8; color:#ffc71b; border:1px solid #ffc71b; } .Q4sxpvX ._2hU1MuY .c57w49P._16UZ8XT { display: none } .Q4sxpvX ._2hU1MuY .c57w49P._1-_7_w9 { display: block } ._2FxI-4O ._2hU1MuY .c57w49P._16UZ8XT { display: none } ._2FxI-4O ._2hU1MuY .c57w49P._1-_7_w9 { display: block } .QTFO3vB ._2YCIwDA ._37S7qK8._2T7bEco:hover { cursor: default } .QTFO3vB ._2YCIwDA ._37S7qK8._2T7bEco { color: var(--inactive-color) } .QTFO3vB ._2YCIwDA ._37S7qK8._1-_7_w9:after { position: absolute; color: rgb(58, 152, 224); content: ''; height: 1px; width: 100%; left: 0; border-bottom: solid 2px #fff; bottom: -1px } .QTFO3vB ._2YCIwDA ._37S7qK8._1-_7_w9 { position: relative; background: #fff; -webkit-transform: translateZ(0); transform: translateZ(0); color: rgb(58, 152, 224); border-bottom: 0; padding-right: 30px } .QTFO3vB ._2YCIwDA ._37S7qK8._1-_7_w9 > ._2GpfxLN { display: inline-block } .QTFO3vB ._2YCIwDA ._37S7qK8:hover { cursor: pointer; padding-right: 30px } .QTFO3vB ._2YCIwDA ._37S7qK8:hover > ._2GpfxLN { display: inline-block; transition: all .3s cubic-bezier(.645, .045, .355, 1) } .FLgZnNp:after { clear: both } ._2FxI-4O ._2YCIwDA ._37S7qK8._1-_7_w9:after { width: 100%; height: 100%; border-right: solid 2px rgb(58, 152, 224); border-bottom: 0 } ._2FxI-4O ._2hU1MuY { padding-left: 24px; overflow: hidden; width: auto; margin-top: 0 !important } ._2FxI-4O ._2hU1MuY .c57w49P { padding: 0 } ._3zluHoE ._2YCIwDA ._37S7qK8._2T7bEco:hover { cursor: default } ._3zluHoE ._2YCIwDA ._37S7qK8._2T7bEco { color: rgba(0, 0, 0, .25) } ._3zluHoE ._2YCIwDA ._37S7qK8._1-_7_w9:after { border: 0 } ._3zluHoE ._2YCIwDA ._37S7qK8._1-_7_w9 { color: rgb(58, 152, 224); background-color: #fff } ._3zluHoE ._2YCIwDA ._37S7qK8:hover { cursor: pointer } ._3zluHoE ._2YCIwDA ._37S7qK8:last-child { border-radius: 0 4px 4px 0 } ._3zluHoE ._2YCIwDA ._37S7qK8:first-child { border-radius: 4px 0 0 4px; border-left: 1px solid #d9d9d9 } .Q4sxpvX ._2YCIwDA ._37S7qK8._2T7bEco:hover { cursor: default } .Q4sxpvX ._2YCIwDA ._37S7qK8._2T7bEco { color: var(--inactive-color) } .Q4sxpvX ._2YCIwDA ._37S7qK8._1-_7_w9:after { position: absolute; color: rgb(58, 152, 224); content: ''; height: 1px; width: 100%; left: 0; border-bottom: solid 2px rgb(58, 152, 224); bottom: -1px } .Q4sxpvX ._2YCIwDA ._37S7qK8._1-_7_w9 { position: relative; color: rgb(58, 152, 224) } .Q4sxpvX ._2YCIwDA ._37S7qK8:hover { cursor: pointer; color: rgb(100, 175, 232) } .Q4sxpvX ._2hU1MuY { } .Q4sxpvX ._2hU1MuY .c57w49P { padding: 10px }/** * Tabs Style * @author yan */ .Q4sxpvX { position: relative; font-size: 14px } .Q4sxpvX ._2YCIwDA { border-bottom: 1px solid #d9d9d9; margin-bottom: 16px; outline: none } .Q4sxpvX ._2YCIwDA ._37S7qK8 { display: inline-block; height: 100%; margin-right: 24px; box-sizing: border-box; position: relative; padding: 8px 20px; transition: color .3s cubic-bezier(.645, .045, .355, 1); cursor: pointer; text-decoration: none; color: #666 } ._3SDTaN3 { font-size: 12px; } ._3zluHoE { } ._3zluHoE ._2YCIwDA { border-bottom: 0; margin-bottom: 0; outline: none } ._3zluHoE ._2YCIwDA ._37S7qK8 { margin: 0; transition: all .3s ease; border: 1px solid #d9d9d9; border-left: 0; background: #f5f5f5; padding: 6px 20px; color: #666 } ._2FxI-4O { } ._2FxI-4O ._2YCIwDA { box-sizing: border-box; padding-left: 0; transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1); transition: transform .5s cubic-bezier(.645, .045, .355, 1); transition: transform .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1); position: relative; margin: 0; list-style: none; float: left; border: 0; border-right: 1px solid #d9d9d9 } ._2FxI-4O ._2YCIwDA ._37S7qK8 { text-align: right; float: none; margin-right: 0; display: block; padding: 20px 30px } .FLgZnNp { } .FLgZnNp:before, .FLgZnNp:after { content: " "; display: table } .QTFO3vB { position: relative; font-size: 14px } .QTFO3vB ._2YCIwDA { border-bottom: 1px solid #ddd; margin-bottom: 16px; outline: none } .QTFO3vB ._2YCIwDA ._37S7qK8 { position: relative; display: inline-block; height: 100%; margin: 0; padding: 8px 20px; border: 1px solid #ddd; border-bottom: 0; border-radius: 4px 4px 0 0; background: #f9f9f9; margin-right: 2px; transition: all .3s cubic-bezier(.645, .045, .355, 1); cursor: pointer; text-decoration: none; color: #666 } .QTFO3vB ._2YCIwDA ._37S7qK8 > ._2GpfxLN { position: absolute; top: 6px; right: 10px; display: none } /** * Message Style * @author grootfish */ ._3_LyTzy { position: fixed; z-index: 1000; top: 50px; left: 50%; -webkit-transform:translate(-50%,0); transform:translate(-50%,0); pointer-events: none; } .rvYOolG { padding: 14px 24px; border-radius: 3px 3px; box-shadow: 0 0 10px #999; border: 1px solid #999; border: 0px solid rgba(0, 0, 0, 0); background: #fff; display: block; line-height: 1.5; vertical-align: middle; position: relative; margin-bottom: 10px; } ._2VEwa73{ display:inline-block; vertical-align: middle; font-size:14px; } ._1o8wQ0I{ display:inline-block; margin-right:14px; margin-left:1px; vertical-align: middle; } ._23xuyLQ{ color:#3b98e0; background-color:#E8F6FF; box-shadow: 0 0 1px #3b98e0; } ._22HZ3wd{ color:#6ac00b; background-color:#F5FFE9; box-shadow: 0 0 1px #6ac00b; } ._1XT6zY1{ color:#fe3824; background-color:#FFEBE8; box-shadow: 0 0 1px #fe3824; } ._3SWQ13b{ color:#ffc71b; background-color:#FFFAE8; box-shadow: 0 0 1px #ffc71b; } /** * Alert Style * @author yanwei */ ._3m7N18w{ position: fixed; z-index: 1000; width: 350px; } .bOeCbyd{ } ._2r6sINq{ } ._3RZZMGw{ } ._22LQ2CL{ } ._2wBYzOy{ width: 290px; border-radius: 3px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1); padding: 20px; background: #fff; position: relative; margin-bottom: 10px; overflow: hidden; } .by1UuYv{ display:inline-block; vertical-align: middle; font-size:14px; } ._28Fcd3T{ } ._28Fcd3T > .by1UuYv{ margin-left: 50px; } .mtwzodI{ font-size: 16px; font-weight: bold; color: #333; padding-right: 24px; margin-bottom: 15px; line-height: 20px; display: inline-block; } ._2o7ulNB{ font-size: 14px; line-height: 1.5; color: #666; } ._2t9Kaoo{ width: 34px; height: 34px; top: 20px; left: 24px; position: absolute; } ._2FMETPm{ cursor: pointer; position: absolute; right: 16px; top: 10px; color: rgba(0, 0, 0, .43); outline: none; text-decoration: none; } ._2FMETPm:hover{ color: rgb(58, 152, 224); } .YoIwia2{ text-align: right; margin-top: 20px; } ._28Fcd3T{ display:inline-block; vertical-align: middle; } ._3qYprwU{ color: rgb(58, 152, 224); } ._2_fUG0w{ color: #73da7d; } .bzrjmaP{ color: #e6445e; } ._2g06tvg{ color: #ffd31a; } /** * Tooltip Style * @author lhf */ ._2Mww_xu { } .UZroG3E{ display: inline-block; } .V2aMWVu{ padding: 3px 5px; background: rgba(0, 0, 0, 1); color: #fff; } ._20wIF4w,._3qG5GhX,._2Ucy3kk{ margin-right: 8px; } ._1fnQx3i,._2-JgxBT,.RTQJMhq{ margin-left: 8px; } ._1Xf6s3q,.wikAxom,.EUa-ibs{ margin-top: -5px; margin-bottom: 8px; } ._2rU_iO0,._3cIyt4Q,.z89Q5Ii{ margin-top: 8px; } ._3BKqSvh{ position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } ._20wIF4w ._3BKqSvh,._3qG5GhX ._3BKqSvh,._2Ucy3kk ._3BKqSvh{ right: 3px; border-width: 5px 0 5px 5px; border-left-color: rgba(0, 0, 0, .75); } ._1fnQx3i ._3BKqSvh,._2-JgxBT ._3BKqSvh,.RTQJMhq ._3BKqSvh{ left: 3px; border-width: 5px 5px 5px 0; border-right-color: rgba(0, 0, 0, .75); } ._1Xf6s3q ._3BKqSvh,.wikAxom ._3BKqSvh,.EUa-ibs ._3BKqSvh{ bottom: 3px; border-width: 5px 5px 0 5px; border-top-color: rgba(0, 0, 0, .75); } ._2rU_iO0 ._3BKqSvh,._3cIyt4Q ._3BKqSvh,.z89Q5Ii ._3BKqSvh{ top: 3px; border-width: 0 5px 5px 5px; border-bottom-color: rgba(0, 0, 0, .75); } ._20wIF4w ._3BKqSvh,._1fnQx3i ._3BKqSvh{ top: 50%; margin-top: -5px; } ._3qG5GhX ._3BKqSvh,._2-JgxBT ._3BKqSvh{ top: 3px; } ._2Ucy3kk ._3BKqSvh,.RTQJMhq ._3BKqSvh{ bottom: 3px; } ._1Xf6s3q ._3BKqSvh,._2rU_iO0 ._3BKqSvh{ left: 50%; margin-left: -5px; } .wikAxom ._3BKqSvh,._3cIyt4Q ._3BKqSvh{ left: 5px; } .EUa-ibs ._3BKqSvh,.z89Q5Ii ._3BKqSvh{ right: 5px; } ._14NhtWo ._3Njfikd:hover { & .Boe8gJv { opacity: 1; } & .ACI5HD8 { background-color: #f6f8fc; } } ._14NhtWo ._3Njfikd ._1ik1y6A { line-height: 0; font-size: 12px; position: absolute; width: 100%; bottom: 0px; top: 10px; } ._14NhtWo ._3Njfikd ._1cVZiOQ { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 16px; width: 100%; display: inline-block; } ._14NhtWo ._3Njfikd .ACI5HD8 { line-height: 24px; padding: 0 12px 0 4px; transition: background-color .3s; & ._3qlP1Cd { position: absolute; top: 5px; color: #979797; } } ._14NhtWo ._3Njfikd .Boe8gJv { position: absolute; top: 6px; right: 4px; opacity: 0; cursor: pointer; } ._2MKkXWB ._3Njfikd .ACI5HD8 ._1tzLhEf { -webkit-animation: xpw90-A; animation: xpw90-A; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; width: 93px; height: 93px; background-repeat: no-repeat; background-size: contain; background-position: center center; } ._2MKkXWB ._3Njfikd .ACI5HD8 ._3ki_XOw { line-height: 93px; text-align: center; } ._2MKkXWB ._3Njfikd .ACI5HD8 ._1cVZiOQ { display: none; } ._2MKkXWB ._3Njfikd ._1ik1y6A { width: 93px; bottom: 20px; } ._2MKkXWB ._3Njfikd:hover .ACI5HD8:before { transition: opacity .3s; opacity: 1; } ._2MKkXWB ._3Njfikd .Boe8gJv, ._2MKkXWB ._3Njfikd ._3gICJJz { position: static; cursor: pointer; color: #fff; margin: 0 12px; } ._2MKkXWB ._3Njfikd .ACI5HD8:hover + ._3X70GPS, ._2MKkXWB ._3Njfikd ._3X70GPS:hover { opacity: 1; } ._2MKkXWB .ACI5HD8:before { content: ' '; position: absolute; z-index: 1; background-color: rgba(0, 0, 0, .5); transition: all .3s; width: 100%; height: 100%; opacity: 0; border-radius: 2px; } ._2MKkXWB ._3X70GPS { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; white-space: nowrap; opacity: 0; transition: all .3s; } ._2MKkXWB ._1jGbUaw { color: #fe3824; border-color: #fe3824; } ._2MKkXWB ._3Njfikd { float: left; width: 111px; height: 111px; margin: 0 8px 8px 0; padding: 8px; border-radius: 4px; border: 1px solid #d9d9d9; position: relative; } ._2MKkXWB ._3Njfikd .ACI5HD8 { height: 100%; padding: 0; position: relative; /*上传中*/ /*缩略图*/ } ._2MKkXWB ._3Njfikd .ACI5HD8 ._27WS6DP { width: 100%; height: 100%; position: static; top: 8px; left: 8px; } ._2MKkXWB ._3Njfikd .ACI5HD8 ._27WS6DP img { overflow: hidden; border-radius: 4px; display: block; width: 100%; height: 100%; position: static; border-style: none; } ._2MKkXWB:after { clear: both; } ._3SaxPHm._2Z7KgL4 { -webkit-transform: scale(0); transform: scale(0); transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; } ._3SaxPHm:active { border-color: rgb(13, 125, 212); color: rgb(13, 125, 212); } ._3SaxPHm:hover { border-color: rgb(100, 175, 232); color: rgb(100, 175, 232); } ._3SaxPHm > .upload-disabled { cursor: not-allowed; } ._14NhtWo ._1jGbUaw { color: #fe3824; } ._14NhtWo ._7oltx-C { } ._14NhtWo ._2H0ypTn { } ._14NhtWo._3Mi3sRo { } ._14NhtWo._3Mi3sRo ._3Njfikd { height: 24px; width: 300px; margin-top: 8px; } ._14NhtWo ._3Njfikd { overflow: hidden; font-size: 12px; position: relative; } ._14NhtWo ._3Njfikd ._44to-rK { background: none; border: none; } ._2UxV0kz ._1maN_Cv { } ._2UxV0kz ._1fQz-E_ { display: inline-block; }/** * Upload Style * @author heifade */ ._2UxV0kz { } ._2UxV0kz, ._2UxV0kz *, ._2UxV0kz *:after, ._2UxV0kz *:before { box-sizing: border-box; } ._14NhtWo { } ._14NhtWo *, ._14NhtWo *:after, ._14NhtWo *:before { box-sizing: border-box; } @-webkit-keyframes xpw90-A { 0% { -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 0.3; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @keyframes xpw90-A { 0% { -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 0.3; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } ._3SaxPHm { width: 111px; height: 111px; border-radius: 4px; background-color: #f5f5f5; border: 1px dashed #999999; text-align: center; cursor: pointer; transition: border-color 0.3s ease; display: inline-block; vertical-align: top; color: #666666; -webkit-transform: scale(1); transform: scale(1); transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s } ._3SaxPHm > .upload { width: 100%; height: 100%; display: block; } ._2MKkXWB { display: inline } ._2MKkXWB, ._2MKkXWB *, ._2MKkXWB *:after, ._2MKkXWB *:before { box-sizing: border-box; }
lib/upload.css
.DOQ1glJ { opacity: 0.72; color: #ccc !important; cursor: not-allowed; } .rc-input-number { position: relative; padding: 6px 7px; width: 100%; cursor: text; line-height: 1.5; color: #666; background-color: #fff; background-image: none; transition: all .3s; margin: 0; padding: 0; font-size: 12px; height: 28px; display: inline-block; border: 1px solid #e6e6e6; border-radius: 3px; width:94px; } .rc-input-number:focus { border-color: rgb(100, 175, 232); outline: 0; } .rc-input-number[disabled] { background-color: #f7f7f7; opacity: 1; cursor: not-allowed; color: rgba(0, 0, 0, .25) } .rc-input-number[disabled]:hover{ border-color:rgb(100, 175, 232); } .input-number-large { padding: 5px 7px; } .input-number-normal { padding: 2px 7px; } .input-number-small { height: 26px } .rc-input-number-handler { text-align: center; line-height: 0; height: 50%; overflow: hidden; color: rgba(0, 0, 0, .43); position: relative; transition: all .1s linear; display: block; width: 100%; font-weight: 700 } .rc-input-number-handler:active { background: #f4f4f4 } .rc-input-number-handler:hover .rc-input-number-handler-down-inner, .rc-input-number-handler:hover .rc-input-number-handler-up-inner { color: rgb(100, 175, 232) } .rc-input-number-handler-down-inner, .rc-input-number-handler-up-inner { font-style: normal; vertical-align: baseline; text-align: center; text-transform: none; line-height: 1; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 12px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: absolute; width: 12px; height: 12px; transition: all .1s linear; display: inline-block; font-size: 12px; font-size: 7px\9; -webkit-transform: scale(.58333333) rotate(0deg); transform: scale(.58333333) rotate(0deg); -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)"; zoom: 1; right: 4px; color: rgba(0, 0, 0, .43) } .rc-input-number-handler-down-inner:before, .rc-input-number-handler-up-inner:before { display: block; font-family: anticon!important } :root ._2l6KXkk,:root .iw8GqMd { -webkit-filter: none; filter: none; font-size: 12px } .rc-input-number:hover { border-color: rgb(100, 175, 232); } .rc-input-number-focused { border-color: rgb(100, 175, 232); outline: 0; } .rc-input-number-disabled { background-color: #f7f7f7; opacity: 1; cursor: not-allowed; color: rgba(0, 0, 0, .25) } .rc-input-number-disabled:hover { border-color: #e2e2e2 } .rc-input-number-input { width: 80%; text-align: left; outline: 0; -moz-appearance: textfield; height: 26px; transition: all .3s linear; color: #666; background-color: #fff; border: 0; border-radius: 4px; padding: 0 7px } .rc-input-number-input[disabled] { background-color: #f7f7f7; opacity: 1; cursor: not-allowed; color: rgba(0, 0, 0, .25) } .rc-input-number-input[disabled]:hover { border-color: #e2e2e2 } .rc-input-number-handler-wrap { border-left: 1px solid #ddd; width: 22px; height: 100%; background: #fff; position: absolute; top: 0; right: 0; opacity: 0; border-radius: 0 4px 4px 0; transition: opacity .24s linear .1s } .rc-input-number-handler-wrap:hover .rc-input-number-handler { /*height: 40%*/ } .rc-input-number:hover .rc-input-number-handler-wrap { opacity: 1 } .rc-input-number-handler-up { cursor: pointer } .rc-input-number-handler-up-inner { top: 50%; margin-top: -6px } .rc-input-number-handler-up-inner:before { text-align: center; content: "^" } .rc-input-number-handler-up:hover { /*height: 60%!important*/ } .rc-input-number-handler-down { border-top: 1px solid #d9d9d9; top: -1px; cursor: pointer } .rc-input-number-handler-down-inner { top: 50%; margin-top: -6px } .rc-input-number-handler-down-inner:before { text-align: center; content: "\2228" } .rc-input-number-handler-down:hover { color: rgb(100, 175, 232); /*height: 60%!important*/ } .rc-input-number-disabled .rc-input-number-handler-down-inner, .rc-input-number-disabled .rc-input-number-handler-up-inner, .rc-input-number-handler-down-disabled .rc-input-number-handler-down-inner, .rc-input-number-handler-down-disabled .rc-input-number-handler-up-inner, .rc-input-number-handler-up-disabled .rc-input-number-handler-down-inner, .rc-input-number-handler-up-disabled .rc-input-number-handler-up-inner { opacity: .72; color: #ccc!important; cursor: not-allowed } .rc-input-number-disabled .rc-input-number-input { opacity: .72; cursor: not-allowed; background-color: #f7f7f7 } .rc-input-number-disabled .rc-input-number-handler-wrap { display: none } .rc-input-number-disabled .rc-input-number-handler { /*opacity: .72;*/ color: #ccc!important; cursor: not-allowed } /** * Spin Style * @author Northerner */ ._2skC-me { opacity: 1; display: inline-block; position: static; text-align: center; } ._1EZh2dh { position: relative; display: inline-block; width: 54px; height: 35px; } ._2x0173l ._1EZh2dh { width: 30px; height: 23px; } ._3QD-S4t ._1EZh2dh { width: 70px; height: 47px; } ._1EZh2dh i { position: absolute; width: 4px; height: 35px; border-radius:1em; background: rgb(58, 152, 224); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: _2EHkGoG 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78); animation: _2EHkGoG 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78); } ._1EZh2dh i:nth-child(2), ._1EZh2dh i:nth-child(4){ -webkit-animation-delay: 0.25s!important; animation-delay: 0.25s!important; } ._1EZh2dh i:nth-child(1), ._1EZh2dh i:nth-child(5){ -webkit-animation-delay: 0.5s!important; animation-delay: 0.5s!important; } @-webkit-keyframes _2EHkGoG { 0% { -webkit-transform: scaley(1); transform: scaley(1); } 80% { -webkit-transform: scaley(0.3); transform: scaley(0.3); } 90% { -webkit-transform: scaley(1); transform: scaley(1); } } @keyframes _2EHkGoG { 0% { -webkit-transform: scaley(1); transform: scaley(1); } 80% { -webkit-transform: scaley(0.3); transform: scaley(0.3); } 90% { -webkit-transform: scaley(1); transform: scaley(1); } } ._2x0173l ._1EZh2dh i { width: 3px; height: 23px; } ._3QD-S4t ._1EZh2dh i { width: 6px; height: 47px; } ._1EZh2dh i:nth-child(1) { left: 0; } ._1EZh2dh i:nth-child(2) { left: 12px; } ._1EZh2dh i:nth-child(3) { left: 24px; } ._1EZh2dh i:nth-child(4) { left: 36px; } ._1EZh2dh i:nth-child(5) { left: 48px; } ._2x0173l ._1EZh2dh i:nth-child(2) { left: 7px; } ._2x0173l ._1EZh2dh i:nth-child(3) { left: 14px; } ._2x0173l ._1EZh2dh i:nth-child(4) { left: 21px; } ._2x0173l ._1EZh2dh i:nth-child(5) { left: 28px; } ._3QD-S4t ._1EZh2dh i:nth-child(2) { left: 16px; } ._3QD-S4t ._1EZh2dh i:nth-child(3) { left: 32px; } ._3QD-S4t ._1EZh2dh i:nth-child(4) { left: 48px; } ._3QD-S4t ._1EZh2dh i:nth-child(5) { left: 64px; } ._2uKi-RX { font-size: 14px; text-align: center; color: rgb(58, 152, 224); } ._1ZQogri{ position: relative; transition: all 0.3s ease-in-out; } ._1m5Kgy8{ opacity: 0.7; } ._2_VO-5x{ position: relative; } ._2xnXvO0{ position: absolute; z-index: 10; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } ._2rhabTG svg { color: #bcbcbc } ._1Gn0LqM svg { color: #fe3824 } ._2iMadZh svg { color: #6ac00b } .cFwj8pO ._1YQZnrM { color: #666 } ._28IlOCf ._1YQZnrM { line-height: 14px }/** * Progress Style * @author heifade */ .nd0QJ7p { position: relative; margin: 5px 0 /*padding-right: 42px;*/ } .nd0QJ7p, .nd0QJ7p *, .nd0QJ7p *:after, .nd0QJ7p *:before { box-sizing: border-box } ._3JkNO59 { position: relative; margin: 5px 0; padding-right: 42px } ._3JkNO59, ._3JkNO59 *, ._3JkNO59 *:after, ._3JkNO59 *:before { box-sizing: border-box } .IL7D3Op { background-color: #ececec; } ._27NBzV3 { height: 100%; transition: width ease-out .625s; } ._1YQZnrM { position: absolute; right: 0; top: 0; padding-left: 6px; width: 42px; } ._28IlOCf { } ._28IlOCf .IL7D3Op, ._28IlOCf ._27NBzV3 { height: 14px; border-radius: 7px } ._2Gk1yz_ { padding-top: 5px; padding-bottom: 5px } ._2Gk1yz_ .IL7D3Op, ._2Gk1yz_ ._27NBzV3 { height: 2px; border-radius: 1px } .cFwj8pO { } .cFwj8pO ._27NBzV3 { position: relative; background-color: rgb(58, 152, 224); background: linear-gradient(45deg, rgb(58, 152, 224), rgb(13, 125, 212)) } .cFwj8pO ._27NBzV3:before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #fff; border-radius: inherit; -webkit-animation: _2uAdRt5 2.4s cubic-bezier(.23, 1, .32, 1) infinite; animation: _2uAdRt5 2.4s cubic-bezier(.23, 1, .32, 1) infinite } ._2iMadZh { } ._2iMadZh ._27NBzV3 { background-color: #6ac00b } ._1Gn0LqM { } ._1Gn0LqM ._27NBzV3 { background-color: #fe3824 } ._2rhabTG { } ._2rhabTG ._27NBzV3 { visibility: hidden } @-webkit-keyframes _2uAdRt5 { 0% { opacity: .1; width: 0%; } 20% { opacity: .5; width: 0; } to { opacity: 0; width: 100%; } } @keyframes _2uAdRt5 { 0% { opacity: .1; width: 0%; } 20% { opacity: .5; width: 0; } to { opacity: 0; width: 100%; } } ._1IZL9la:active { background-color: #bd3a2c; border-color: #bd3a2c; color: #fff; } ._3YSE_nE:active { border-color: rgb(13, 125, 212); color: rgb(13, 125, 212); } ._16NdYXA:active { border-color: rgb(13, 125, 212); color: rgb(13, 125, 212); } ._1rlU5o-:active { background-color: rgb(13, 125, 212); border-color: rgb(13, 125, 212); }/** * Button Style * @author ryan.bian */ .CTy3CHb { border-style: solid; border-width: 1px; outline: 0 none; cursor: pointer; } ._1FNLWX0 { padding: 0 8px; height: 26px; border-radius: 3px; font-size: 14px; line-height: 24px; } ._1O7JoXn { padding: 0 12px; height: 34px; border-radius: 3px; font-size: 14px; line-height: 32px; } ._1JYFbqn { padding: 0 14px; height: 40px; border-radius: 3px; font-size: 16px; line-height: 38px; } ._1rlU5o- { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); color: #fff } ._1rlU5o-:hover { background-color: rgb(100, 175, 232); border-color: rgb(100, 175, 232); } ._16NdYXA { background-color: #fff; border-color: rgb(58, 152, 224); color: rgb(58, 152, 224) } ._16NdYXA:hover { border-color: rgb(100, 175, 232); color: rgb(100, 175, 232); } ._3YSE_nE { background-color: #fff; border-color: rgb(58, 152, 224); border-style: dashed; color: rgb(58, 152, 224) } ._3YSE_nE:hover { border-color: rgb(100, 175, 232); color: rgb(100, 175, 232); } ._1IZL9la { background-color: #fff; border-color: #e6e6e6; color: #fe3824 } ._1IZL9la:hover { background-color: #fe3824; border-color: #fe3824; color: #fff; } ._3P6QXVt { background: #f5f5f5; border-color: #e6e6e6; color: #999; cursor: not-allowed; } ._11KqluX { } ._1QjCEA1 { } ._1Ko5_w4 { } ._16108o6 { } ._3dqIZEv { } ._3KW6hMp { } ._3mBVgjk { } ._2HVyQfI { } /** * Animation Style * @author ryan.bian */ /* fade */ ._1mp5FXi { -webkit-animation-name: gbiUlUN; animation-name: gbiUlUN; opacity: 1; } ._26DcFZN { opacity: 1; } ._2wSC5er { -webkit-animation-name: _2OnzTOe; animation-name: _2OnzTOe; opacity: 0; } ._2K6mlzL { opacity: 0; } @-webkit-keyframes gbiUlUN { from { opacity: 0; } to { opacity: 1; } } @keyframes gbiUlUN { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes _2OnzTOe { from { opacity: 1; } to { opacity: 0; } } @keyframes _2OnzTOe { from { opacity: 1; } to { opacity: 0; } } /* flipX */ .sCG0bzF { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } ._3cdJQI5 { -webkit-animation-name: _1FsXcPX; animation-name: _1FsXcPX; opacity: 1; -webkit-transform: perspective(400px); transform: perspective(400px); } .qGmSxIW { opacity: 1; -webkit-transform: perspective(400px); transform: perspective(400px); } ._3NfjJC- { -webkit-animation-name: _24wLE9d; animation-name: _24wLE9d; opacity: 0; -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); } ._24MsE6n { opacity: 0; -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); } @-webkit-keyframes _1FsXcPX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes _1FsXcPX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes _24wLE9d { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } @keyframes _24wLE9d { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } /* slideUp */ ._1oUCufa {} ._1mO_SWR { -webkit-animation-name: _12qhs-A; animation-name: _12qhs-A; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } ._3-WipgH { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } ._27bTj8j { -webkit-animation-name: _20eULFb; animation-name: _20eULFb; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } ._34-gsuv { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } @-webkit-keyframes _12qhs-A { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes _12qhs-A { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes _20eULFb { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes _20eULFb { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } /* slideDown */ ._706TJ5I {} ._1ieQGlB { -webkit-animation-name: _21y5cl_; animation-name: _21y5cl_; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } ._3FYkJ5S { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .desE714 { -webkit-animation-name: _16Yi8is; animation-name: _16Yi8is; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } ._3FJ4sR6 { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } @-webkit-keyframes _21y5cl_ { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes _21y5cl_ { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes _16Yi8is { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes _16Yi8is { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } /* zoom */ ._2aGrmGr {} .EdoD2Q2 { -webkit-animation-name: gybKzsL; animation-name: gybKzsL; opacity: 1; } ._3kIgIBr { opacity: 1; } .k0tHLpV { -webkit-animation-name: _689sLoR; animation-name: _689sLoR; opacity: 0; } ._6jD7wgI { opacity: 0; } @-webkit-keyframes gybKzsL { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @keyframes gybKzsL { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @-webkit-keyframes _689sLoR { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } @keyframes _689sLoR { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } /* bounce */ ._38IQtyb {} ._1_uO8bU { -webkit-animation-name: _2j4EhAR; animation-name: _2j4EhAR; opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } ._1hNAImH { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } .Hpxa8Tt { -webkit-animation-name: _2yWAe_R; animation-name: _2yWAe_R; opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } ._3VDKDtK { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } @-webkit-keyframes _2j4EhAR { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes _2j4EhAR { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes _2yWAe_R { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } } @keyframes _2yWAe_R { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } } /** * Icon Style * @author ryan.bian */ ._2jSl5RJ { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; } ._37XJzyY.color-warm .menu { border: solid 1px #ffa85c; } ._37XJzyY.color-warm .menu-item-disabled, ._37XJzyY.color-warm .menu-submenu-disabled .menu-submenu-title { color: #999999; cursor: not-allowed; } ._37XJzyY.color-warm .menu-item-selected, ._37XJzyY.color-warm .menu-submenu-selected > .menu-submenu-title { color: #f27102; } ._37XJzyY.color-cold .menu { border: solid 1px #64afe8; } ._37XJzyY.color-cold .menu-item-disabled, ._37XJzyY.color-cold .menu-submenu-disabled .menu-submenu-title { cursor: not-allowed; color: #666666; } ._37XJzyY.color-cold .menu-item-selected, ._37XJzyY.color-cold .menu-submenu-selected > .menu-submenu-title { color: #ffffff; } ._37XJzyY.color-cold .menu .menu-item-active, ._37XJzyY.color-cold .menu .menu-submenu-active > .menu-submenu-title { color: #3b98e0; } ._37XJzyY.menu-horizontal-h.color-cold .menu .menu-item-selected { color: #0c7dd4; border-bottom: solid 1px #0c7dd4; } ._37XJzyY.menu-horizontal-h .menu-submenu-horizontal-h > .menu .menu-item { position: relative; display: table-cell; line-height: 44px; } ._37XJzyY.menu-horizontal.color-cold .menu .menu-item-selected { background-color: #f6f8fc; color: #0c7dd4; } ._37XJzyY.menu-horizontal.color-cold .menu .menu-submenu-selected > .menu-submenu-title { color: #0c7dd4; } ._37XJzyY.menu-horizontal .menu-submenu-horizontal .menu .menu { top: 0; left: 105%; position: absolute; min-width: 100%; margin-top: 7px; background-color: #fff; border-radius: 4px; z-index: 10; } ._37XJzyY.menu-vertical.color-cold .menu { background-color: #242424; & .menu-item-active, & .menu-submenu-active .menu-submenu-title { color: #dddddd; } & .menu-item-selected { color: #ffffff; } & .menu-item-group-title { color: #666666; } } ._37XJzyY.menu-inline.color-cold .menu { background-color: #111111; } ._37XJzyY.menu-inline.color-cold .menu-item-group-title { color: #666666; } ._37XJzyY.menu-inline.color-cold .menu-item-selected > .menu-submenu-title { color: #ffffff; } ._37XJzyY.menu-inline.color-cold .menu-item-active, ._37XJzyY.menu-inline.color-cold .menu-submenu-active > .menu-submenu-title { color: #dddddd; } ._37XJzyY.menu-inline.color-warm .menu-item-group-title { color: #999999; } ._37XJzyY.menu-inline.color-warm .menu-item-selected { background-color: #ff9536; color: #ffffff; } ._37XJzyY.menu-inline .menu { border: none; } ._37XJzyY.menu-inline .menu-item-selected { background-color: #ecf6fd; } ._37XJzyY.menu-inline.color-cold { color: #999999; background-color: #242424; } ._37XJzyY.menu-inline.color-cold .menu-item-selected { background-color: #3b98e0; } ._37XJzyY.menu-vertical.color-warm .menu { background-color: #ffffff; /* & :global(.menu-item-selected:after) { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #ff9536; } */ } ._37XJzyY.menu-vertical.color-warm .menu .menu-item-group-title { color: #999999; } ._37XJzyY.menu-vertical.color-warm .menu-item-selected { background-color: #ff9536; color: #ffffff; } ._37XJzyY.menu-vertical .menu { top: 0; left: 105%; position: absolute; min-width: 160px; border-radius: 4px; z-index: 10; } ._37XJzyY.menu-vertical.color-cold { color: #999999; background-color: #242424; /*二级菜单弹出层*/ } ._37XJzyY.menu-vertical.color-cold .menu-item-selected { background-color: #3b98e0; } ._37XJzyY.menu-horizontal.color-warm .menu .menu-item-selected { background-color: #f9f9f9; color: #f27102; } ._37XJzyY.menu-horizontal.color-warm .menu .menu-item-active { color: #ff9536; } ._37XJzyY.menu-horizontal .menu-submenu-horizontal { display: inline-block; margin-left: 10px; /*二级菜单弹出层*/ /*三级菜单弹出层*/ } ._37XJzyY.menu-horizontal .menu-submenu-horizontal > .menu { top: 100%; left: 0; position: absolute; min-width: 150px; margin-top: 7px; background-color: #fff; border-radius: 4px; z-index: 10; } ._37XJzyY.menu-horizontal > .menu-item { display: inline-block; margin-left: 20px; line-height: 44px; /*padding: 0px ;*/ /*margin: 0px 20px;*/ } ._37XJzyY.menu-horizontal.color-cold { background-color: #242424; /*一级菜单背景色(黑)*/ color: #999999; /* & :global(.menu) :global(.menu-item-selected:after) { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #3b98e0; } */ } ._37XJzyY.menu-horizontal.color-cold > .menu-item-selected, ._37XJzyY.menu-horizontal.color-cold > .menu-submenu-selected { border-bottom: solid 1px #ffffff; } ._37XJzyY.menu-horizontal-h .menu-submenu-horizontal-h { display: inline-block; margin-left: 10px; /*二级菜单弹出层*/ } ._37XJzyY.menu-horizontal-h .menu-submenu-horizontal-h > .menu { top: 110%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); position: absolute; padding: 4px 10px 4px 10px; margin-top: 7px; background-color: #fff; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .13); border-radius: 4px; z-index: 10; } ._37XJzyY.menu-horizontal-h > .menu-item { display: inline-block; margin-left: 20px; line-height: 44px; } ._37XJzyY.menu-horizontal-h.color-cold { background-color: #242424; /*一级菜单背景色(黑)*/ color: #999999; } ._37XJzyY.menu-horizontal-h.color-cold > .menu-item-selected, ._37XJzyY.menu-horizontal-h.color-cold > .menu-submenu-selected { border-bottom: solid 1px #ffffff; } ._37XJzyY .menu-item, ._37XJzyY .menu-submenu-title { margin: 0; padding: 0 10px; position: relative; display: block; white-space: nowrap; cursor: pointer; } ._37XJzyY .menu-hidden { display: none; } ._37XJzyY .menu-item-group-list .menu-item, ._37XJzyY .menu-item-group-list .menu-submenu-title { padding: 0 18px 0 40px; } ._37XJzyY .menu-item-group-title { padding-left: 32px; color: rgba(0, 0, 0, .43); font-size: 12px; line-height: 1.8; padding: 16px 18px 0 18px; } ._37XJzyY.color-cold {} ._37XJzyY.color-cold .menu-item-active, ._37XJzyY.color-cold .menu-submenu-active > .menu-submenu-title { color: #dddddd; } ._37XJzyY.color-warm {} ._37XJzyY.color-warm .menu-item-active, ._37XJzyY.color-warm .menu-submenu-active > .menu-submenu-title { color: #ff9536; }/** * Menu Style * @author heifade */ ._37XJzyY { outline: none; margin-bottom: 0; /*padding-left: 0;*/ /* padding: 0px 10px; */ list-style: none; z-index: 1050; line-height: 46px; background-color: #ffffff /*颜色-暖色*/ /*颜色-冷色*/ } ._37XJzyY .menu-submenu { position: relative; } /*水平菜单,子菜单水平*/ ._37XJzyY.menu-horizontal-h { border: solid 1px #dddddd; padding: 4px 10px /*颜色-暖色*/ /*颜色-冷色*/ /*一级菜单*/ } ._37XJzyY.menu-horizontal-h.color-warm { background-color: #f6f6f6; /*一级菜单背景色(白)*/ color: #666666; } ._37XJzyY.menu-horizontal-h.color-warm .menu-item-selected, ._37XJzyY.menu-horizontal-h.color-warm > .menu-submenu-selected { border-bottom: solid 1px #ff9536; border-bottom-width: 50%; } /*水平菜单,子菜单垂直*/ ._37XJzyY.menu-horizontal { border: solid 1px #dddddd; padding: 4px 10px /*颜色-暖色*/ /*颜色-冷色*/ /*一级菜单*/ } ._37XJzyY.menu-horizontal.color-warm { background-color: #f6f6f6; /*一级菜单背景色(白)*/ color: #666666; /* & :global(.menu) :global(.menu-item-selected:after) { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #ff9536; } */ } ._37XJzyY.menu-horizontal.color-warm > .menu-item-selected, ._37XJzyY.menu-horizontal.color-warm > .menu-submenu-selected { border-bottom: solid 1px #ff9536; } /*垂直菜单,子菜单水平向右弹出*/ ._37XJzyY.menu-vertical { box-shadow: 0 1px 6px rgba(0, 0, 0, .2) /*颜色-暖色*/ /*颜色-冷色*/ /*二级菜单弹出层*/ } ._37XJzyY.menu-vertical.color-warm { color: #666666; background-color: #f6f6f6; /*二级菜单弹出层*/ } ._37XJzyY.menu-vertical.color-warm .menu-item-active { color: #ff9536; } /*垂直菜单,子菜单内嵌在菜单区域*/ ._37XJzyY.menu-inline { box-shadow: 0 1px 6px rgba(0, 0, 0, .2) /*颜色-暖色*/ /*颜色-冷色*/ /* & :global(.menu-item-selected):after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #108ee9; } */ } ._37XJzyY.menu-inline.color-warm { color: #666666; background-color: #f6f6f6; /* & :global(.menu-item-selected:after) { content: ""; position: absolute; right: 0; top: 0; bottom: 0; border-right: 3px solid #ff9536; } */ } ._37XJzyY.menu-inline.color-warm .menu-item-active { color: #ff9536; } .a1dhyEV:active { } .a1dhyEV:active svg { fill: #666 !important; }/** * Modal Style * @author ryan.bian */ ._3v9JpJU { /* display: none; */ } ._10G5ebT { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .3) !important; } .LrsEe32 { /* display: none; */ position: absolute; left: 0; right: 0; top: 50%; margin: 0 auto; background-color: #fff; border-radius: 3px; border: 1px solid #e6e6e6; -webkit-transform: translateY(-50%); transform: translateY(-50%); } ._3gon6Oj { display: block; } ._5faeo8s { position: relative; padding: 15px 20px; font-size: 18px; color: #333; text-align: left; } ._5faeo8s p { display: inline-block; } ._5faeo8s > p > span { padding-left: 10px; vertical-align: 3px; } .a1dhyEV { position: absolute; right: 15px } .a1dhyEV svg { fill: #999; } .yb8LdV1 { margin: 16px; text-align: right } .yb8LdV1 button { margin-left: 16px; min-width: 80px; text-align: center; } ._3lViuPm { width: 370px; padding: 0px 20px; word-wrap: break-word; font-size: 14px; margin-bottom: 40px; } ._2vid6jg { margin-bottom: 20px; } ._2m2QgJW ._3lViuPm { } ._2Ucmr_b ._3lViuPm { } ._2KpbEF9 ._3lViuPm { } ._3KYqRkO ._3lViuPm { } /** * Radio Style * @author grootfish */ ._2AmYsBu{} ._1Z9B0MQ ._11Rome9 { min-height: 72px; overflow: hidden; display: block; } ._1Z9B0MQ ._2UU-kd6 { float: left; } ._1Z9B0MQ ._2vbHRHb { position: absolute; left: 12px; top: 0; height: 100%; width: 1px; padding: 20px 0 4px; } ._1Z9B0MQ ._2vbHRHb>i { height: 100%; width: 1px; } ._2kmh_Rc._1Z9B0MQ ._2vbHRHb { position: absolute; left: 10px; } ._1VnV_nf ._2vbHRHb>i:after { width: 100%; background: rgb(58, 152, 224); transition: all .6s; opacity: 1; box-shadow: 0 0 0 0 rgb(58, 152, 224); } ._1VnV_nf ._2JVCbOY { border-color: rgb(58, 152, 224); background-color: #fff; } ._1VnV_nf ._2JVCbOY>._2jVCR-o { color: rgb(58, 152, 224); } ._1VnV_nf ._1DxItRx { color: #666; } .YRG4bmD ._2JVCbOY { border-color: rgb(58, 152, 224); background-color: rgb(58, 152, 224); } .YRG4bmD ._2JVCbOY>._2jVCR-o { color:#fff; } .YRG4bmD ._1DxItRx { color: #333; } .XQtgjbi ._2JVCbOY { border-color: #CECECE; background-color: #fff; } .XQtgjbi ._2JVCbOY>._2jVCR-o { color: #CECECE; } .XQtgjbi ._1DxItRx { color: #CECECE; }/** * Steps Style * @author grootfish */ ._1hnABRb { width: 100%; line-height: 1.5; } .O2T4biQ { position: relative; display: inline-block; vertical-align: top; } .O2T4biQ:last-child ._2vbHRHb { display: none; } .WV34rPt ._2UU-kd6 { padding-left: 10px; margin-left: -10px; } ._2vbHRHb { position: absolute; left: 0; width: 100%; top: 12px } ._2vbHRHb>i { display: inline-block; vertical-align: top; background: #e9e9e9; height: 1px; border-radius: 1px; width: 100%; position: relative; } ._2vbHRHb>i:after { position: absolute; content: ""; top: 0; width: 0; background: #e9e9e9; height: 100%; opacity: 0; } ._2UU-kd6 { background: #fff; position: relative; display: inline-block; vertical-align: top; } ._2JVCbOY { display: block; border: 1px solid #CECECE; width: 22px; height: 22px; line-height: 22px; text-align: center; border-radius: 22px; font-size: 14px; margin-right: 6px; } ._2jVCR-o { line-height: 1; color: rgb(58, 152, 224); position: relative; } ._35Vh_F5 { font-size: 14px; color: #333; font-weight: 700; background-color: #fff; display: inline-block; padding-right: 10px; margin-bottom: 5px; } ._1DxItRx { font-size: 12px; color: #333; } ._11Rome9 { position: relative; display: inline-block; vertical-align: top; margin-top: 2.5px; } /*未开始状态样式*/ .XQtgjbi{ } .XQtgjbi ._35Vh_F5 { color: #CECECE; } /*进行中状态样式*/ .YRG4bmD{ } .YRG4bmD ._35Vh_F5 { color: #333; } /*完成状态样式*/ ._1VnV_nf { } ._1VnV_nf ._35Vh_F5 { color: #666; } /*TODO*/ ._2V3dCtV {} .WD5QBi2 {} ._2kmh_Rc{ } ._2kmh_Rc ._2JVCbOY { width: 18px; height: 18px; line-height: 19px; border-radius: 18px; font-size: 12px; } /*竖向步骤条样式*/ ._1Z9B0MQ{ } ._1Z9B0MQ .O2T4biQ { display: block; } .mhJTXha ._3ZvcDzC, .mhJTXha ._2PKGdIS, .mhJTXha .JvjXwwi { width: 92px; height: 65px; } .mhJTXha ._1vTxJWA, .mhJTXha ._1oFHW95, .mhJTXha ._2EHXPQJ, .mhJTXha ._2z1RIYt { width: 306px; height: 322px; } ._24C4K3t:active { background-color: #fff; color: #999; border-color: #e6e6e6; } ._3wVlW_K:active { background-color: rgb(13, 125, 212); color: #fff; border-color: rgb(58, 152, 224); }/** * DatePicker Style * @author ryan.bian */ ._1VtG7Tm {} /* picker*/ ._217Ab1l { padding: 15px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 3px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1); box-sizing: border-box; } /* date pane */ .dktwrcK { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: center; } ._3B8hXtV { background-color: #fff; border: 0 none; color: rgb(58, 152, 224) } ._3B8hXtV:hover { color: rgb(13, 125, 212); } ._2iQiPWX { display: inline-block; width: 180px; } ._2L0StoH { margin: 0 5px; background-color: #fff; border: 0 none; font-size: 16px } ._2L0StoH:hover { color: rgb(13, 125, 212); } .sdFN-uB { text-align: center; border-radius: 0; } .P3D5cpz { } ._3wVlW_K { background-color: #fff; border: 1px solid #e6e6e6; box-sizing: border-box; cursor: pointer; color: #333 } ._3wVlW_K:hover { background-color: rgb(194, 228, 255); color: #fff; border-color: rgb(133, 192, 237); -webkit-transform: translateZ(0); transform: translateZ(0); } ._1vTxJWA { width: 306px; } .WXNwsuK { } ._317pkpI { } .gkVLoZp { display: inline-block; width: 39px; color: #999; line-height: 3; } ._13BCOGA { margin-bottom: -1px } ._13BCOGA:last-child { margin-bottom: 0; } .-LL8IDY { margin-left: -1px; width: 40px; height: 40px; line-height: 40px } .-LL8IDY:first-child { margin-left: 0; } ._3CFoqir { background-color: rgb(194, 228, 255); color: rgb(58, 152, 224); border-color: rgb(133, 192, 237); -webkit-transform: translateZ(0); transform: translateZ(0); } .ZJlZATL { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); color: #fff; -webkit-transform: translateZ(0); transform: translateZ(0); } ._24C4K3t { color: #999; cursor: not-allowed; text-decoration: line-through } ._24C4K3t:hover { background-color: #fff; color: #999; border-color: #e6e6e6; -webkit-transform: none; transform: none; } ._15xKysL { } ._2jU5NSX, .kOzFgDQ { color: #999; } /* monthPane */ ._1oFHW95 { width: 246px; } ._2HpgBMq { } ._2bCDQ5L { margin-top: 12px; white-space: normal; } ._3ZvcDzC { margin-left: -1px; margin-bottom: -1px; width: 72px; height: 40px } ._3ZvcDzC:nth-child(3n + 1) { margin-left: 0; } ._2ap2U0a { } /* yearPane */ ._2EHXPQJ { width: 246px; } ._1jrn9B0 { } ._1FZQqhV { margin-top: 12px; white-space: normal; } ._2PKGdIS { margin-left: -1px; margin-bottom: -1px; width: 72px; height: 40px } ._2PKGdIS:nth-child(3n + 1) { margin-left: 0; } ._1CyKfmD { } .LLlseBd { color: #999; } /* decadePane */ ._2z1RIYt { width: 306px; } ._3xBV3EY { } ._2gXcwbk { font-size: 16px; } ._3Hf0Ape { margin-top: 12px; white-space: normal; } .JvjXwwi { margin-left: -1px; margin-bottom: -1px; width: 92px; height: 40px } .JvjXwwi:nth-child(3n + 1) { margin-left: 0; } ._2rjwFZK { color: #999; } .YqtKrRl { } /* rangePicker */ .mhJTXha { background: #fff; border: 1px solid #e6e6e6; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1); border-radius: 3px; white-space: nowrap } .mhJTXha ._217Ab1l { display: inline-block; padding-bottom: 10px; vertical-align: top; box-shadow: none; } ._1UC2-sP { } ._1UC2-sP ._217Ab1l { border: 0 none; } .Fc-Col- { padding: 0 15px 10px; border-bottom: 1px solid #e6e6e6 } .Fc-Col- button { margin-right: 10px; } ._3LU7GfZ { padding: 12px 0; text-align: center } ._3LU7GfZ button { margin: 0 20px; width: 180px; } ._1lDj7SY { } ._4LScnzl { } ._21TqesI._1hhoRJ8 ._3o1Rgpv { border-color: #d9d9d9 !important; background-color: #f7f7f7; &:after { background-color: #ccc; } } ._21TqesI._1hhoRJ8 input { cursor: not-allowed; } .lUPswOB ._3hWcrmt { } .lUPswOB._3X8pavo { } .lUPswOB._1ereod6 { } ._1Ef7vg1._1fdGpBG { cursor: not-allowed; border-color: #d9d9d9; background-color: #f7f7f7; color: rgba(0, 0, 0, .25); } ._1Ef7vg1._1fdGpBG._3iHso93 { color: #fff; background-color: #e6e6e6; border-color: #d9d9d9; box-shadow: none; } ._1Ef7vg1._3iHso93 { background: #fff; border-color: rgb(58, 152, 224); background-color: rgb(58, 152, 224); color: #fff; box-shadow: -1px 0 0 0 rgb(58, 152, 224); } ._1Ef7vg1._3iHso93:first-child { border-color: rgb(58, 152, 224); box-shadow: none !important; } ._1Ef7vg1:last-child { border-radius: 0 4px 4px 0; } ._1Ef7vg1:first-child { border-radius: 4px 0 0 4px; border-left: 1px solid #d9d9d9; } .mMWdf-U._1LDcYMA { } ._21TqesI._1hhoRJ8 { } ._21TqesI._1hhoRJ8 + span { color: rgba(0, 0, 0, .25); cursor: not-allowed; } ._21TqesI._1szddfu { } ._21TqesI._1szddfu ._3o1Rgpv { border-color: rgb(58, 152, 224); } ._21TqesI._1szddfu ._3o1Rgpv:after { -webkit-transform: scale(1); transform: scale(1); opacity: 1; transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); } ._21TqesI ._3o1Rgpv { position: relative; top: 0; left: 0; display: block; width: 14px; height: 14px; border-radius: 14px; border: 1px solid #d9d9d9; background-color: #fff; transition: all 0.3s; } ._21TqesI ._3o1Rgpv:after { position: absolute; width: 8px; height: 8px; left: 3px; top: 3px; border-radius: 4px; display: table; border-top: 0; border-left: 0; content: ' '; background-color: rgb(58, 152, 224); opacity: 0; -webkit-transform: scale(0); transform: scale(0); transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); } ._21TqesI input { position: absolute; left: 0; z-index: 1; cursor: pointer; opacity: 0; top: 0; bottom: 0; right: 0; } ._1M9TcZm ._3Gl9_Qw { background-color: #f5f5f5; border-color: #e6e6e6; } ._1M9TcZm ._3Gl9_Qw:after { -webkit-animation-name: _14pGKgJ; animation-name: _14pGKgJ; border-color: rgba(0, 0, 0, .25); } ._1M9TcZm input { cursor: not-allowed; } ._1XpDkQN input { position: absolute; left: 0; z-index: 1; cursor: pointer; opacity: 0; filter: alpha(opacity=0); top: 0; bottom: 0; right: 0; width: 100%; height: 100%; } ._2GLX7p1.xSwX73t { }/** * Checkbox Style * @author grootfish */ ._2GLX7p1 { cursor: pointer; font-size: 14px; display: inline-block } ._2GLX7p1.HtPNyzB { } ._1XpDkQN { white-space: nowrap; cursor: pointer; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: text-bottom } ._1XpDkQN + span { padding-left: 8px; padding-right: 8px; } .We2e_be { } .We2e_be ._3Gl9_Qw { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); } .We2e_be ._3Gl9_Qw:after { -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); position: absolute; left: 4px; top: 1px; display: table; width: 4px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; } ._1M9TcZm { } ._1M9TcZm + span { color: rgba(0, 0, 0, .25); cursor: not-allowed; } ._3Gl9_Qw { position: relative; top: 0; left: 0; display: block; width: 14px; height: 14px; border: 1px solid #e6e6e6; border-radius: 3px; background-color: #fff; transition: all 0.3s } ._3Gl9_Qw:after { -webkit-transform: rotate(45deg) scale(0); transform: rotate(45deg) scale(0); position: absolute; left: 4px; top: 1px; display: table; width: 4px; height: 8px; border: 2px solid #fff; border-top: 0; border-left: 0; content: ' '; transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); } ._3Rx63VG { display: inline-block; font-size: 12px; } ._21TqesI { outline: none; line-height: 1; vertical-align: text-bottom; display: inline-block; position: relative; white-space: nowrap; cursor: pointer } ._21TqesI + span { padding-left: 8px; padding-right: 8px; } .mMWdf-U { font-size: 12px; margin-right: 8px } .mMWdf-U._35FhbyT { } ._1Ef7vg1 { margin: 0; height: 28px; line-height: 26px; color: rgba(0, 0, 0, .65); display: inline-block; transition: all 0.3s ease; cursor: pointer; border: 1px solid #d9d9d9; border-left: 0; background: #fff; padding: 0 16px } ._1Ef7vg1:hover { color: rgb(58, 152, 224); } .lUPswOB { margin-left: 0; display: block; width: 0; height: 0 } .lUPswOB input { opacity: 0; filter: alpha(opacity=0); width: 0; height: 0; } ._2CnmpyB ._280nkVW { margin: 0 3px; width: 58px; height: 24px; background-color: #fff; border: 1px solid #e6e6e6; line-height: 24px; text-align: center; color: #666; } ._2CnmpyB .wBezPz9 { margin-left: 10px; } ._2CnmpyB ._3O0s4JU:hover { border-color: rgb(58, 152, 224); } ._2CnmpyB ._3O0s4JU { margin-left: 10px; height: 26px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 3px; color: #666; vertical-align: top; } ._2CnmpyB ._2KQ0PhC { margin-right: 10px; } ._2CnmpyB .jsRFs8b._1ZyqWB7:hover { color: #fff; } ._2CnmpyB .jsRFs8b._1ZyqWB7 { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); color: #fff; } ._2CnmpyB .cfbKU8w > li { margin: 0 1px; } ._2CnmpyB ._2tvnb-l:hover, ._2CnmpyB .jsRFs8b:hover { color: rgb(58, 152, 224); } ._2CnmpyB ._2tvnb-l, ._2CnmpyB .jsRFs8b { margin: 0 4px; width: 20px; height: 20px; background-color: #fff; border-radius: 3px; border: 0 none; color: #666; } ._3HZDVl5 ._280nkVW { margin: 0 3px; width: 58px; height: 32px; background-color: #fff; border: 1px solid #e6e6e6; line-height: 32px; text-align: center; color: #666; } ._3HZDVl5 .wBezPz9 { margin-left: 17px; } ._3HZDVl5 ._3O0s4JU:hover { border-color: rgb(58, 152, 224); } ._3HZDVl5 ._3O0s4JU { margin-left: 17px; height: 34px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 3px; color: #666; vertical-align: top; } ._3HZDVl5 ._2KQ0PhC { margin-right: 17px; } ._3HZDVl5 .jsRFs8b._1ZyqWB7:hover { color: #fff; } ._3HZDVl5 .jsRFs8b._1ZyqWB7 { background-color: rgb(58, 152, 224); border-color: rgb(58, 152, 224); color: #fff; } ._3HZDVl5 .cfbKU8w > li { margin: 0 1px; } ._3HZDVl5 ._13KUpSV { width: 34px; text-align: center; } ._3HZDVl5 ._2tvnb-l:hover, ._3HZDVl5 .jsRFs8b:hover { border-color: rgb(58, 152, 224); color: rgb(58, 152, 224); } ._3HZDVl5 ._2tvnb-l, ._3HZDVl5 .jsRFs8b { min-width: 34px; height: 34px; background-color: #fff; border: 1px solid #e6e6e6; color: #666; }/** * Pagination Style * @author ryan.bian */ ._1L_-sT1 { font-size: 14px; color: #666; } ._2tvnb-l { display: inline-block; } .cfbKU8w { display: inline-block; } .cfbKU8w > li { display: inline-block; } ._2KQ0PhC { display: inline-block; } ._280nkVW { border-radius: 3px; } ._3HZDVl5 { } ._3HZDVl5 ._2tvnb-l { margin: 0 1px; } ._2CnmpyB { } ._2CnmpyB ._2tvnb-l { } ._2CnmpyB ._2tvnb-l > svg { -webkit-transform: scale(.8); transform: scale(.8); } ._280nkVW:hover { border-color: rgb(58, 152, 224); } ._3qf4zVS:hover > ._3HOujdo:hover{ color: rgb(100, 175, 232); } ._3qf4zVS:hover > ._3HOujdo{ /*cursor: pointer;*/ } ._3qf4zVS:hover > ._2kHrSHK:hover{ color: rgb(100, 175, 232); } ._3qf4zVS:hover > ._2kHrSHK{ cursor: pointer; }/** * Input Style * @author yan */ ._3d8Ip3y{ width: 100%; margin: 0; height: 28px; cursor: text; font-size: 14px; line-height: 1.5; color: #666; background-color: #fff; background-image: none; border: 1px solid #e6e6e6; border-radius: 4px; transition: all .3s; box-sizing: border-box; } ._3d8Ip3y:focus, ._3d8Ip3y:hover { border-color: rgb(100, 175, 232); } ._3d8Ip3y::-moz-placeholder { color: #bcbcbc; opacity: 1 } ._3d8Ip3y:-ms-input-placeholder { color: #bcbcbc } ._3d8Ip3y::-webkit-input-placeholder { color: #bcbcbc } ._23bMeMN { background: #f5f5f5; border-color: #e6e6e6; color: #999; cursor: not-allowed; } ._2zTE3Ne{ padding: 6px 7px; height: 34px; } ._3XuYOM0{ padding: 6px 7px; height: 40px; } ._2t3xTWo{ padding: 1px 7px; height: 26px; } ._3hkY6oH{ } ._1whAjSd{ height: auto; } ._1_MWs1W{ height: auto; } ._1SNztTO{ } ._3PBNxgP{ } ._1Ulh8TU{ } .jvPBoLu{ } ._3HOujdo, ._2kHrSHK{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; line-height: 0; color:#666; transition: all .3s; } ._3HOujdo{ left: 7px; } ._2kHrSHK{ right: 7px; } ._3qf4zVS{ position: relative; display: inline-block; width: 100%; } ._3qf4zVS:hover{ } ._3qf4zVS:hover > input{ border-color: rgb(100, 175, 232); } .VQEgDJZ{ position: relative; display: table; border-collapse: separate; border-spacing: 0; width: 100% } .VQEgDJZ > input{ display: inline-block; float: left; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0; padding: 0; } ._3BWtBIU{ } ._1k-xfqh{ } ._1f7L6KL{ } ._1f7L6KL > input{ padding-right: 30px; } ._3WR4EVH{ } ._3WR4EVH > input{ padding-left: 30px; } ._26mKfx- a._35am08f:avtive { color: rgb(13, 125, 212) } ._26mKfx- a._35am08f:hover { color: rgb(58, 152, 224); text-decoration: none } ._26mKfx- a._35am08f { color: #999 } ._26mKfx->span:last-child ._3v_bQW3 { display: none } ._26mKfx->span:last-child { color: #333 }/** * Breadcrumb Style * @author grootfish */ ._26mKfx- { font-size: 14px } ._26mKfx->span { color: #999 } .y-He0IY span { color: #fff; border-radius: 2px; background-color: rgb(58, 152, 224); width: 16px; height: 16px; line-height: 14px; text-align: center; display: inline-block; margin-right: 6px; vertical-align: text-top } .y-He0IY span svg { -webkit-transform: scale(0.75); transform: scale(0.75) } .y-He0IY span:hover { cursor: pointer; background-color: rgb(100, 175, 232); color: #fff; } .y-He0IY span:active { background-color: rgb(13, 125, 212); } ._3v_bQW3 { margin: 0 5px; } /** * Trigger Style * @author ryan.bian */ ._3A_xDs1 { } ._1fJcokE { display: inline-block; } ._3WT1yrT { /* position: absolute; */ } ._3CuSPSp { display: none; } ._39kAAFy._1ceJ84o ._2mpL-C1 { top:10px } ._39kAAFy._1jGKsJo { padding: 16px 48px 16px 24px } ._39kAAFy._1jGKsJo ._2WVGGAD { margin-left:0 }/** * Alert Style * @author grootfish */ ._39kAAFy { position: relative; padding: 16px 48px 16px 50px; border-radius: 4px; color: rgba(0, 0, 0, .65); line-height: 18px; margin-bottom: 10px } ._39kAAFy._1ceJ84o {} ._39kAAFy._1ceJ84o ._2PlM57S { font-size:18px; margin-bottom:14px } ._2PlM57S { display: block; font-size:14px; } ._2WVGGAD { display: block; font-size: 14px; margin-left:-24px; } ._2HsOl4s{ top: 16px; left: 24px; position: absolute; } ._2mpL-C1 { font-size: 12px; position: absolute; right: 16px; top: 18px; height: 12px; line-height: 12px; overflow: hidden; cursor: pointer; color:#999; } ._2mpL-C1:hover{ color:#666; } ._2zbvGEj { background-color: #E8F6FF; color:#3b98e0; border:1px solid #3b98e0; } ._1G-i0lm { background-color: #F5FFE9; color:#6ac00b; border:1px solid #6ac00b; } ._2IstVeW { background-color: #FFEBE8; color:#fe3824; border:1px solid #fe3824; } ._1RLd9u1 { background-color: #FFFAE8; color:#ffc71b; border:1px solid #ffc71b; } .Q4sxpvX ._2hU1MuY .c57w49P._16UZ8XT { display: none } .Q4sxpvX ._2hU1MuY .c57w49P._1-_7_w9 { display: block } ._2FxI-4O ._2hU1MuY .c57w49P._16UZ8XT { display: none } ._2FxI-4O ._2hU1MuY .c57w49P._1-_7_w9 { display: block } .QTFO3vB ._2YCIwDA ._37S7qK8._2T7bEco:hover { cursor: default } .QTFO3vB ._2YCIwDA ._37S7qK8._2T7bEco { color: var(--inactive-color) } .QTFO3vB ._2YCIwDA ._37S7qK8._1-_7_w9:after { position: absolute; color: rgb(58, 152, 224); content: ''; height: 1px; width: 100%; left: 0; border-bottom: solid 2px #fff; bottom: -1px } .QTFO3vB ._2YCIwDA ._37S7qK8._1-_7_w9 { position: relative; background: #fff; -webkit-transform: translateZ(0); transform: translateZ(0); color: rgb(58, 152, 224); border-bottom: 0; padding-right: 30px } .QTFO3vB ._2YCIwDA ._37S7qK8._1-_7_w9 > ._2GpfxLN { display: inline-block } .QTFO3vB ._2YCIwDA ._37S7qK8:hover { cursor: pointer; padding-right: 30px } .QTFO3vB ._2YCIwDA ._37S7qK8:hover > ._2GpfxLN { display: inline-block; transition: all .3s cubic-bezier(.645, .045, .355, 1) } .FLgZnNp:after { clear: both } ._2FxI-4O ._2YCIwDA ._37S7qK8._1-_7_w9:after { width: 100%; height: 100%; border-right: solid 2px rgb(58, 152, 224); border-bottom: 0 } ._2FxI-4O ._2hU1MuY { padding-left: 24px; overflow: hidden; width: auto; margin-top: 0 !important } ._2FxI-4O ._2hU1MuY .c57w49P { padding: 0 } ._3zluHoE ._2YCIwDA ._37S7qK8._2T7bEco:hover { cursor: default } ._3zluHoE ._2YCIwDA ._37S7qK8._2T7bEco { color: rgba(0, 0, 0, .25) } ._3zluHoE ._2YCIwDA ._37S7qK8._1-_7_w9:after { border: 0 } ._3zluHoE ._2YCIwDA ._37S7qK8._1-_7_w9 { color: rgb(58, 152, 224); background-color: #fff } ._3zluHoE ._2YCIwDA ._37S7qK8:hover { cursor: pointer } ._3zluHoE ._2YCIwDA ._37S7qK8:last-child { border-radius: 0 4px 4px 0 } ._3zluHoE ._2YCIwDA ._37S7qK8:first-child { border-radius: 4px 0 0 4px; border-left: 1px solid #d9d9d9 } .Q4sxpvX ._2YCIwDA ._37S7qK8._2T7bEco:hover { cursor: default } .Q4sxpvX ._2YCIwDA ._37S7qK8._2T7bEco { color: var(--inactive-color) } .Q4sxpvX ._2YCIwDA ._37S7qK8._1-_7_w9:after { position: absolute; color: rgb(58, 152, 224); content: ''; height: 1px; width: 100%; left: 0; border-bottom: solid 2px rgb(58, 152, 224); bottom: -1px } .Q4sxpvX ._2YCIwDA ._37S7qK8._1-_7_w9 { position: relative; color: rgb(58, 152, 224) } .Q4sxpvX ._2YCIwDA ._37S7qK8:hover { cursor: pointer; color: rgb(100, 175, 232) } .Q4sxpvX ._2hU1MuY { } .Q4sxpvX ._2hU1MuY .c57w49P { padding: 10px }/** * Tabs Style * @author yan */ .Q4sxpvX { position: relative; font-size: 14px } .Q4sxpvX ._2YCIwDA { border-bottom: 1px solid #d9d9d9; margin-bottom: 16px; outline: none } .Q4sxpvX ._2YCIwDA ._37S7qK8 { display: inline-block; height: 100%; margin-right: 24px; box-sizing: border-box; position: relative; padding: 8px 20px; transition: color .3s cubic-bezier(.645, .045, .355, 1); cursor: pointer; text-decoration: none; color: #666 } ._3SDTaN3 { font-size: 12px; } ._3zluHoE { } ._3zluHoE ._2YCIwDA { border-bottom: 0; margin-bottom: 0; outline: none } ._3zluHoE ._2YCIwDA ._37S7qK8 { margin: 0; transition: all .3s ease; border: 1px solid #d9d9d9; border-left: 0; background: #f5f5f5; padding: 6px 20px; color: #666 } ._2FxI-4O { } ._2FxI-4O ._2YCIwDA { box-sizing: border-box; padding-left: 0; transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1); transition: transform .5s cubic-bezier(.645, .045, .355, 1); transition: transform .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1); position: relative; margin: 0; list-style: none; float: left; border: 0; border-right: 1px solid #d9d9d9 } ._2FxI-4O ._2YCIwDA ._37S7qK8 { text-align: right; float: none; margin-right: 0; display: block; padding: 20px 30px } .FLgZnNp { } .FLgZnNp:before, .FLgZnNp:after { content: " "; display: table } .QTFO3vB { position: relative; font-size: 14px } .QTFO3vB ._2YCIwDA { border-bottom: 1px solid #ddd; margin-bottom: 16px; outline: none } .QTFO3vB ._2YCIwDA ._37S7qK8 { position: relative; display: inline-block; height: 100%; margin: 0; padding: 8px 20px; border: 1px solid #ddd; border-bottom: 0; border-radius: 4px 4px 0 0; background: #f9f9f9; margin-right: 2px; transition: all .3s cubic-bezier(.645, .045, .355, 1); cursor: pointer; text-decoration: none; color: #666 } .QTFO3vB ._2YCIwDA ._37S7qK8 > ._2GpfxLN { position: absolute; top: 6px; right: 10px; display: none } /** * Message Style * @author grootfish */ ._3_LyTzy { position: fixed; z-index: 1000; top: 50px; left: 50%; -webkit-transform:translate(-50%,0); transform:translate(-50%,0); pointer-events: none; } .rvYOolG { padding: 14px 24px; border-radius: 3px 3px; box-shadow: 0 0 10px #999; border: 1px solid #999; border: 0px solid rgba(0, 0, 0, 0); background: #fff; display: block; line-height: 1.5; vertical-align: middle; position: relative; margin-bottom: 10px; } ._2VEwa73{ display:inline-block; vertical-align: middle; font-size:14px; } ._1o8wQ0I{ display:inline-block; margin-right:14px; margin-left:1px; vertical-align: middle; } ._23xuyLQ{ color:#3b98e0; background-color:#E8F6FF; box-shadow: 0 0 1px #3b98e0; } ._22HZ3wd{ color:#6ac00b; background-color:#F5FFE9; box-shadow: 0 0 1px #6ac00b; } ._1XT6zY1{ color:#fe3824; background-color:#FFEBE8; box-shadow: 0 0 1px #fe3824; } ._3SWQ13b{ color:#ffc71b; background-color:#FFFAE8; box-shadow: 0 0 1px #ffc71b; } /** * Alert Style * @author yanwei */ ._3m7N18w{ position: fixed; z-index: 1000; width: 350px; } .bOeCbyd{ } ._2r6sINq{ } ._3RZZMGw{ } ._22LQ2CL{ } ._2wBYzOy{ width: 290px; border-radius: 3px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1); padding: 20px; background: #fff; position: relative; margin-bottom: 10px; overflow: hidden; } .by1UuYv{ display:inline-block; vertical-align: middle; font-size:14px; } ._28Fcd3T{ } ._28Fcd3T > .by1UuYv{ margin-left: 50px; } .mtwzodI{ font-size: 16px; font-weight: bold; color: #333; padding-right: 24px; margin-bottom: 15px; line-height: 20px; display: inline-block; } ._2o7ulNB{ font-size: 14px; line-height: 1.5; color: #666; } ._2t9Kaoo{ width: 34px; height: 34px; top: 20px; left: 24px; position: absolute; } ._2FMETPm{ cursor: pointer; position: absolute; right: 16px; top: 10px; color: rgba(0, 0, 0, .43); outline: none; text-decoration: none; } ._2FMETPm:hover{ color: rgb(58, 152, 224); } .YoIwia2{ text-align: right; margin-top: 20px; } ._28Fcd3T{ display:inline-block; vertical-align: middle; } ._3qYprwU{ color: rgb(58, 152, 224); } ._2_fUG0w{ color: #73da7d; } .bzrjmaP{ color: #e6445e; } ._2g06tvg{ color: #ffd31a; } /** * Tooltip Style * @author lhf */ ._2Mww_xu { } .UZroG3E{ display: inline-block; } .V2aMWVu{ padding: 3px 5px; background: rgba(0, 0, 0, 1); color: #fff; } ._20wIF4w,._3qG5GhX,._2Ucy3kk{ margin-right: 8px; } ._1fnQx3i,._2-JgxBT,.RTQJMhq{ margin-left: 8px; } ._1Xf6s3q,.wikAxom,.EUa-ibs{ margin-top: -5px; margin-bottom: 8px; } ._2rU_iO0,._3cIyt4Q,.z89Q5Ii{ margin-top: 8px; } ._3BKqSvh{ position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } ._20wIF4w ._3BKqSvh,._3qG5GhX ._3BKqSvh,._2Ucy3kk ._3BKqSvh{ right: 3px; border-width: 5px 0 5px 5px; border-left-color: rgba(0, 0, 0, .75); } ._1fnQx3i ._3BKqSvh,._2-JgxBT ._3BKqSvh,.RTQJMhq ._3BKqSvh{ left: 3px; border-width: 5px 5px 5px 0; border-right-color: rgba(0, 0, 0, .75); } ._1Xf6s3q ._3BKqSvh,.wikAxom ._3BKqSvh,.EUa-ibs ._3BKqSvh{ bottom: 3px; border-width: 5px 5px 0 5px; border-top-color: rgba(0, 0, 0, .75); } ._2rU_iO0 ._3BKqSvh,._3cIyt4Q ._3BKqSvh,.z89Q5Ii ._3BKqSvh{ top: 3px; border-width: 0 5px 5px 5px; border-bottom-color: rgba(0, 0, 0, .75); } ._20wIF4w ._3BKqSvh,._1fnQx3i ._3BKqSvh{ top: 50%; margin-top: -5px; } ._3qG5GhX ._3BKqSvh,._2-JgxBT ._3BKqSvh{ top: 3px; } ._2Ucy3kk ._3BKqSvh,.RTQJMhq ._3BKqSvh{ bottom: 3px; } ._1Xf6s3q ._3BKqSvh,._2rU_iO0 ._3BKqSvh{ left: 50%; margin-left: -5px; } .wikAxom ._3BKqSvh,._3cIyt4Q ._3BKqSvh{ left: 5px; } .EUa-ibs ._3BKqSvh,.z89Q5Ii ._3BKqSvh{ right: 5px; } ._14NhtWo ._3Njfikd:hover { & .Boe8gJv { opacity: 1; } & .ACI5HD8 { background-color: #f6f8fc; } } ._14NhtWo ._3Njfikd ._1ik1y6A { line-height: 0; font-size: 12px; position: absolute; width: 100%; bottom: 0px; top: 10px; } ._14NhtWo ._3Njfikd ._1cVZiOQ { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 16px; width: 100%; display: inline-block; } ._14NhtWo ._3Njfikd .ACI5HD8 { line-height: 24px; padding: 0 12px 0 4px; transition: background-color .3s; & ._3qlP1Cd { position: absolute; top: 5px; color: #979797; } } ._14NhtWo ._3Njfikd .Boe8gJv { position: absolute; top: 6px; right: 4px; opacity: 0; cursor: pointer; } ._2MKkXWB ._3Njfikd .ACI5HD8 ._1tzLhEf { -webkit-animation: xpw90-A; animation: xpw90-A; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; width: 93px; height: 93px; background-repeat: no-repeat; background-size: contain; background-position: center center; } ._2MKkXWB ._3Njfikd .ACI5HD8 ._3ki_XOw { line-height: 93px; text-align: center; } ._2MKkXWB ._3Njfikd .ACI5HD8 ._1cVZiOQ { display: none; } ._2MKkXWB ._3Njfikd ._1ik1y6A { width: 93px; bottom: 20px; } ._2MKkXWB ._3Njfikd:hover .ACI5HD8:before { transition: opacity .3s; opacity: 1; } ._2MKkXWB ._3Njfikd .Boe8gJv, ._2MKkXWB ._3Njfikd ._3gICJJz { position: static; cursor: pointer; color: #fff; margin: 0 12px; } ._2MKkXWB ._3Njfikd .ACI5HD8:hover + ._3X70GPS, ._2MKkXWB ._3Njfikd ._3X70GPS:hover { opacity: 1; } ._2MKkXWB .ACI5HD8:before { content: ' '; position: absolute; z-index: 1; background-color: rgba(0, 0, 0, .5); transition: all .3s; width: 100%; height: 100%; opacity: 0; border-radius: 2px; } ._2MKkXWB ._3X70GPS { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; white-space: nowrap; opacity: 0; transition: all .3s; } ._2MKkXWB ._1jGbUaw { color: #fe3824; border-color: #fe3824; } ._2MKkXWB ._3Njfikd { float: left; width: 111px; height: 111px; margin: 0 8px 8px 0; padding: 8px; border-radius: 4px; border: 1px solid #d9d9d9; position: relative; } ._2MKkXWB ._3Njfikd .ACI5HD8 { height: 100%; padding: 0; position: relative; /*上传中*/ /*缩略图*/ } ._2MKkXWB ._3Njfikd .ACI5HD8 ._27WS6DP { width: 100%; height: 100%; position: static; top: 8px; left: 8px; } ._2MKkXWB ._3Njfikd .ACI5HD8 ._27WS6DP img { overflow: hidden; border-radius: 4px; display: block; width: 100%; height: 100%; position: static; border-style: none; } ._2MKkXWB:after { clear: both; } ._3SaxPHm._2Z7KgL4 { -webkit-transform: scale(0); transform: scale(0); transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; } ._3SaxPHm:active { border-color: rgb(13, 125, 212); color: rgb(13, 125, 212); } ._3SaxPHm:hover { border-color: rgb(100, 175, 232); color: rgb(100, 175, 232); } ._3SaxPHm > .upload-disabled { cursor: not-allowed; } ._14NhtWo ._1jGbUaw { color: #fe3824; } ._14NhtWo ._7oltx-C { } ._14NhtWo ._2H0ypTn { } ._14NhtWo._3Mi3sRo { } ._14NhtWo._3Mi3sRo ._3Njfikd { height: 24px; width: 300px; margin-top: 8px; } ._14NhtWo ._3Njfikd { overflow: hidden; font-size: 12px; position: relative; } ._14NhtWo ._3Njfikd ._44to-rK { background: none; border: none; } ._2UxV0kz ._1maN_Cv { } ._2UxV0kz ._1fQz-E_ { display: inline-block; }/** * Upload Style * @author heifade */ ._2UxV0kz { } ._2UxV0kz, ._2UxV0kz *, ._2UxV0kz *:after, ._2UxV0kz *:before { box-sizing: border-box; } ._14NhtWo { } ._14NhtWo *, ._14NhtWo *:after, ._14NhtWo *:before { box-sizing: border-box; } @-webkit-keyframes xpw90-A { 0% { -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 0.3; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @keyframes xpw90-A { 0% { -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 0.3; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } ._3SaxPHm { width: 111px; height: 111px; border-radius: 4px; background-color: #f5f5f5; border: 1px dashed #999999; text-align: center; cursor: pointer; transition: border-color 0.3s ease; display: inline-block; vertical-align: top; color: #666666; -webkit-transform: scale(1); transform: scale(1); transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s } ._3SaxPHm > .upload { width: 100%; height: 100%; display: block; } ._2MKkXWB { display: inline } ._2MKkXWB, ._2MKkXWB *, ._2MKkXWB *:after, ._2MKkXWB *:before { box-sizing: border-box; }
0.346431
0.066478
*, *::before, *::after { box-sizing: border-box; } html { min-height: 100%; } body { transform: scale(1.0); transform-origin: 0 0; margin: 40px; font: 1.2em/1.2 'Noto Sans', sans-serif; background: linear-gradient(90deg, #b9c3c9, #6b7c87); } .timerDiv{ position: relative; width: 26em; margin: 0 auto; padding: 1.5em; height: 1em; background-color: #02060d; border-radius: 0.5em 0.5em 0 0; } .scores{ color: #8f13c0; margin-left: 0; font-size: 0.8rem; font-weight: bolder; } .start{ width: 5em; margin-left: 9.5em; height: 2.5em; background-color: #e6e20e; border-radius: 0.5em; color: #0e11e6; box-shadow: 0 0 5em #e6e20e; margin-top: 15px; } .start h3{ position: absolute; margin: 0.7rem; margin-top: 0.7rem; } h1{ position: absolute; color: #ff0000; font-size: 0.9rem; margin-top: 0; margin-left: 18em; } h1 span{ margin-left: 1em; } .container { position: relative; width: 26em; margin: 0 auto; padding: 1em; border-radius: 0 0 0.5em 0.5em; background: #2a20ca; background: linear-gradient(360deg, #2a20ca, #9b9bc9, #02060d); box-shadow: 0 0 1em rgba(0, 0, 0, .6); } .questionDiv{ width: 24em; margin: 0 auto; background-color: #0e11e6; border-radius: 0.5rem; height: 11em; } .optionDiv{ /* width: 24em; */ margin: 0 auto; margin-top: 1em; height: 5em; } .options{ width: 2.1em; margin-left: 0.6rem; float: left; height: 2em; background-color: #e6e20e; border-radius: 1em; color: #0e11e6; font-size: 3.1rem; box-shadow: 0 0 0.5em #e6e20e; justify-content: center; align-items: center; text-align: center; } .question{ position: absolute; margin-top: 3rem; font-size: 4rem; color: #e6e20e; } .que{ float: left; margin-left: 0.8rem; margin-top: 1rem; justify-content: center; align-items: center; text-align: center; } .options span{ position: absolute; margin-left: 0.5em; margin-top: 0.4em; display: flex; justify-content: center; align-items: center; text-align: center; } span{ margin-left: 4rem; } .footer-bottom{ position: absolute; background: #000; padding: 1em 1em; text-align: center; padding-top: 2em; /* width: 60em; */ margin-left: 0; } .footer-bottom p{ margin:0; font-size: 1.1em; color:#fff; } .footer-bottom a{ color:#F93133; text-decoration:none; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; } .footer-bottom a:hover{ color: #fff; } @media only screen and (max-width: 968px) { body{ margin: 0; padding: 0; } .timerDiv{ height: 9vh; margin: 0; width: 100vw; border-radius: 0; } .container{ margin: 0; width: 100vw; height: 115vh; } .scores{ font-size: 3vw; } h1{ font-size: 3vw; margin-left: 47vw; } .questionDiv{ height: 40vh; width: 90vw; margin-top: -3vh; } .que{ margin-left: 10vw; } .question{ margin-left: 6vw; margin-top: 9vh; font-size: 17vw; } .options{ float: none; border-radius: 9vw; height: 15vh; width: 37vw; margin-left: -2vw; } .firstOptions{ position: relative; float: left; padding-left: 10%; } .secondOptions{ padding-left: 50vw; } #optionB, #optionD{ margin-top: 3vh; } .options span { margin-left: 10.5vw; margin-top: 0.4vh; font-size: 130%; } .start { position: relative; margin-top: 17vh; margin-left: 31vw; } span { margin-left: 0rem; } }
tables.css
*, *::before, *::after { box-sizing: border-box; } html { min-height: 100%; } body { transform: scale(1.0); transform-origin: 0 0; margin: 40px; font: 1.2em/1.2 'Noto Sans', sans-serif; background: linear-gradient(90deg, #b9c3c9, #6b7c87); } .timerDiv{ position: relative; width: 26em; margin: 0 auto; padding: 1.5em; height: 1em; background-color: #02060d; border-radius: 0.5em 0.5em 0 0; } .scores{ color: #8f13c0; margin-left: 0; font-size: 0.8rem; font-weight: bolder; } .start{ width: 5em; margin-left: 9.5em; height: 2.5em; background-color: #e6e20e; border-radius: 0.5em; color: #0e11e6; box-shadow: 0 0 5em #e6e20e; margin-top: 15px; } .start h3{ position: absolute; margin: 0.7rem; margin-top: 0.7rem; } h1{ position: absolute; color: #ff0000; font-size: 0.9rem; margin-top: 0; margin-left: 18em; } h1 span{ margin-left: 1em; } .container { position: relative; width: 26em; margin: 0 auto; padding: 1em; border-radius: 0 0 0.5em 0.5em; background: #2a20ca; background: linear-gradient(360deg, #2a20ca, #9b9bc9, #02060d); box-shadow: 0 0 1em rgba(0, 0, 0, .6); } .questionDiv{ width: 24em; margin: 0 auto; background-color: #0e11e6; border-radius: 0.5rem; height: 11em; } .optionDiv{ /* width: 24em; */ margin: 0 auto; margin-top: 1em; height: 5em; } .options{ width: 2.1em; margin-left: 0.6rem; float: left; height: 2em; background-color: #e6e20e; border-radius: 1em; color: #0e11e6; font-size: 3.1rem; box-shadow: 0 0 0.5em #e6e20e; justify-content: center; align-items: center; text-align: center; } .question{ position: absolute; margin-top: 3rem; font-size: 4rem; color: #e6e20e; } .que{ float: left; margin-left: 0.8rem; margin-top: 1rem; justify-content: center; align-items: center; text-align: center; } .options span{ position: absolute; margin-left: 0.5em; margin-top: 0.4em; display: flex; justify-content: center; align-items: center; text-align: center; } span{ margin-left: 4rem; } .footer-bottom{ position: absolute; background: #000; padding: 1em 1em; text-align: center; padding-top: 2em; /* width: 60em; */ margin-left: 0; } .footer-bottom p{ margin:0; font-size: 1.1em; color:#fff; } .footer-bottom a{ color:#F93133; text-decoration:none; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; } .footer-bottom a:hover{ color: #fff; } @media only screen and (max-width: 968px) { body{ margin: 0; padding: 0; } .timerDiv{ height: 9vh; margin: 0; width: 100vw; border-radius: 0; } .container{ margin: 0; width: 100vw; height: 115vh; } .scores{ font-size: 3vw; } h1{ font-size: 3vw; margin-left: 47vw; } .questionDiv{ height: 40vh; width: 90vw; margin-top: -3vh; } .que{ margin-left: 10vw; } .question{ margin-left: 6vw; margin-top: 9vh; font-size: 17vw; } .options{ float: none; border-radius: 9vw; height: 15vh; width: 37vw; margin-left: -2vw; } .firstOptions{ position: relative; float: left; padding-left: 10%; } .secondOptions{ padding-left: 50vw; } #optionB, #optionD{ margin-top: 3vh; } .options span { margin-left: 10.5vw; margin-top: 0.4vh; font-size: 130%; } .start { position: relative; margin-top: 17vh; margin-left: 31vw; } span { margin-left: 0rem; } }
0.508788
0.077308
body.homepage #header h1 { display: none; } body.homepage #header { background: white; text-align: center; } body.homepage #header img { display: inline; margin: auto; float: none; margin-top: 20px; } .bookCatalog { -webkit-box-shadow: inset 0px 1px 2px 0px #bdd1e5; -moz-box-shadow: inset 0px 1px 2px 0px #bdd1e5; background-color: #f3f9fc; padding: 20px; width: 800px; margin: auto; border: 1px solid #b9c6c6; } .bookSet { float: left; width: 400px; } .bookSet h1{ text-align: center; } .bookBox ul { display: block; margin: 0; padding: 0px; } .bookBox li { display: block; float: left; text-align: center; } .bookSet li a { text-decoration: none; color: #2b3f4c; } .bookSet li a span.icon { display: block; padding-top: 190px; background: no-repeat; -webkit-background-size: 80%; margin-bottom: -10px; } #compute.bookSet li.devGuide a span.icon { background: url(../images/compute-dev-guide.png) no-repeat; } #storage.bookSet li.devGuide a span.icon { background: url(../images/storage-dev-guide.png) no-repeat; } #compute.bookSet li.adminGuide a span.icon { background: url(../images/compute-admin.png) no-repeat; } #storage.bookSet li.adminGuide a span.icon { background: url(../images/storage-admin.png) no-repeat; } .bookSet li a:hover span.icon { display: block; padding-top: 190px; -webkit-background-size: 100%; -webkit-transition:background-size 0.2s ease-out; z-index: 1001; -webkit-transform: rotate(9deg); } .bookSet li a:hover { color: black; } .bookSet li a span.label { -webkit-border-radius: 20px; padding: 5px 15px; } .bookSet li a:hover span.label { background: #618da9; color: white; } .bookSet h1 { color: black; opacity: 0.5; margin-left: -80px; } .bookRow { margin: auto; width: 800px; } .searchArea label { display: block; color: #618da9; } .searchArea { text-align: center; margin-bottom: 20px; padding-bottom: 10px; width: 500px; margin: auto; margin-top: 20px; } input.gsc-input, input#query { padding: 10px; background-color: #f1f8fa; border: 1px solid #b9c6c6; } input#query { width: 100%; } input.gsc-search-button { margin-left: 10px!important; } div.bookBox { float: left; width: 330px; margin-right: 40px; padding: 8px; background-color: #d1e9f3; -webkit-border-radius: 6px; } /* @group Rounded Buttons */ a.roundedButton { border: 1px solid #bfbfbf; padding: 2px 15px; color: #7c201b; text-decoration: none; font-size: 12px; line-height: 3em; background: #FFFFFF; /* old browsers */ background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 50%, #EBEBEB 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#F3F3F3), color-stop(100%,#EBEBEB)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 ); /* ie */ text-shadow: #fff 0px 1px 1px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-right: 10px; } a.roundedButton:active, input.action:active { background: #ababab; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; border-color: #ababab; border-top-color: #636363; background: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#dddddd)); background: -moz-linear-gradient(top, #bebebe, #eeeeee); -webkit-transition:none; padding: 2px 15px; color: #black; } .bookBox img { float: left; margin-left: -20px; margin-right: 10px; width: 90px; } .bookBox h2 a { text-decoration: none; text-shadow: #fff 0px 1px 1px; color: black; } div.bookRow h1 { color: #33495d; font-size: 13px; margin-top: 0px; margin-left: -40px; margin-bottom: 20px; text-transform: uppercase; } div.bookRow { margin-bottom: 30px; margin-left: 40px; } div.searchArea h1 { color: grey; font-size: 14px; margin-left: -40px; } div.searchArea table { width: 100%; } div.footer { border-top: 1px solid #DDDDDD; clear: both; margin: 1em 1.5em 0 242px; padding: 0.5em 0; } div.footer p { font-size: 11px; } /* @end */
www/common/css/homepage.css
body.homepage #header h1 { display: none; } body.homepage #header { background: white; text-align: center; } body.homepage #header img { display: inline; margin: auto; float: none; margin-top: 20px; } .bookCatalog { -webkit-box-shadow: inset 0px 1px 2px 0px #bdd1e5; -moz-box-shadow: inset 0px 1px 2px 0px #bdd1e5; background-color: #f3f9fc; padding: 20px; width: 800px; margin: auto; border: 1px solid #b9c6c6; } .bookSet { float: left; width: 400px; } .bookSet h1{ text-align: center; } .bookBox ul { display: block; margin: 0; padding: 0px; } .bookBox li { display: block; float: left; text-align: center; } .bookSet li a { text-decoration: none; color: #2b3f4c; } .bookSet li a span.icon { display: block; padding-top: 190px; background: no-repeat; -webkit-background-size: 80%; margin-bottom: -10px; } #compute.bookSet li.devGuide a span.icon { background: url(../images/compute-dev-guide.png) no-repeat; } #storage.bookSet li.devGuide a span.icon { background: url(../images/storage-dev-guide.png) no-repeat; } #compute.bookSet li.adminGuide a span.icon { background: url(../images/compute-admin.png) no-repeat; } #storage.bookSet li.adminGuide a span.icon { background: url(../images/storage-admin.png) no-repeat; } .bookSet li a:hover span.icon { display: block; padding-top: 190px; -webkit-background-size: 100%; -webkit-transition:background-size 0.2s ease-out; z-index: 1001; -webkit-transform: rotate(9deg); } .bookSet li a:hover { color: black; } .bookSet li a span.label { -webkit-border-radius: 20px; padding: 5px 15px; } .bookSet li a:hover span.label { background: #618da9; color: white; } .bookSet h1 { color: black; opacity: 0.5; margin-left: -80px; } .bookRow { margin: auto; width: 800px; } .searchArea label { display: block; color: #618da9; } .searchArea { text-align: center; margin-bottom: 20px; padding-bottom: 10px; width: 500px; margin: auto; margin-top: 20px; } input.gsc-input, input#query { padding: 10px; background-color: #f1f8fa; border: 1px solid #b9c6c6; } input#query { width: 100%; } input.gsc-search-button { margin-left: 10px!important; } div.bookBox { float: left; width: 330px; margin-right: 40px; padding: 8px; background-color: #d1e9f3; -webkit-border-radius: 6px; } /* @group Rounded Buttons */ a.roundedButton { border: 1px solid #bfbfbf; padding: 2px 15px; color: #7c201b; text-decoration: none; font-size: 12px; line-height: 3em; background: #FFFFFF; /* old browsers */ background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 50%, #EBEBEB 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#F3F3F3), color-stop(100%,#EBEBEB)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 ); /* ie */ text-shadow: #fff 0px 1px 1px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-right: 10px; } a.roundedButton:active, input.action:active { background: #ababab; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; border-color: #ababab; border-top-color: #636363; background: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#dddddd)); background: -moz-linear-gradient(top, #bebebe, #eeeeee); -webkit-transition:none; padding: 2px 15px; color: #black; } .bookBox img { float: left; margin-left: -20px; margin-right: 10px; width: 90px; } .bookBox h2 a { text-decoration: none; text-shadow: #fff 0px 1px 1px; color: black; } div.bookRow h1 { color: #33495d; font-size: 13px; margin-top: 0px; margin-left: -40px; margin-bottom: 20px; text-transform: uppercase; } div.bookRow { margin-bottom: 30px; margin-left: 40px; } div.searchArea h1 { color: grey; font-size: 14px; margin-left: -40px; } div.searchArea table { width: 100%; } div.footer { border-top: 1px solid #DDDDDD; clear: both; margin: 1em 1.5em 0 242px; padding: 0.5em 0; } div.footer p { font-size: 11px; } /* @end */
0.193833
0.07627
h1 { padding: 10px 15px; margin: 0px; font-size: 25px; font-weight: bold; background-color: #000000; background-image: -moz-linear-gradient(100% 100% 90deg, #777, #999) !important; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#777)) !important; color: #1DE2D9; -webkit-border-radius:8px 8px 0px 0px; -moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px; text-shadow:1px 1px 2px #333333; opacity: 0.5; } table { width: 565px; } table tr td{ font-family: verdana; font-size: 11px; padding: 10px 5px; border-bottom: solid 1px #CCC; } #wrapper{ width: 800px; margin: 10px auto; text-align: justify; background: url('index.html') no-repeat center center fixed; } #console{ height: 450px; overflow: auto; background-color: #000; padding: 15px; font-family: monospace; font-size: 12px; color: #FFF; } .content{ padding: 15px; } #commander{ border: solid 1px #CCC; padding: 5px 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin: 5px; width: 590px; height: 30px; } .box{ -moz-box-shadow: 1px 1px 8px #666; -webkit-box-shadow: 1px 1px 8px #666; box-shadow: 1px 1px 8px #40D5D2; border: solid 1px black; -webkit-border-radius: 8px 8px 0px 0px; -moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px; margin: 15px 0px; background-color: #F5F5F5; opacity: 0.8; } #help{ width: 300px; float: right; } .prefix{ color: #0077E7; } .keyword{ color: #9eff63; } .error{ color: #FF0000; } .spacer{ clear: both; display: block; } /*untuk layar device berukuran kecil*/ @media screen and (max-width: 450px) { #wrapper{ width: 70%; margin: 10px; } #console{ height: 70%; } } /*untuk layar device berukuran sedang*/ @media screen and (max-width: 550px) { #wrapper{ width: 80%; margin: 10px; } #console{ height: 80%; } } /*untuk layar device berukuran besar*/ @media screen and (max-width: 800px) { #wrapper{ width: 100%; } #console{ height: 100%; } }
assets/css/box.css
h1 { padding: 10px 15px; margin: 0px; font-size: 25px; font-weight: bold; background-color: #000000; background-image: -moz-linear-gradient(100% 100% 90deg, #777, #999) !important; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#777)) !important; color: #1DE2D9; -webkit-border-radius:8px 8px 0px 0px; -moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px; text-shadow:1px 1px 2px #333333; opacity: 0.5; } table { width: 565px; } table tr td{ font-family: verdana; font-size: 11px; padding: 10px 5px; border-bottom: solid 1px #CCC; } #wrapper{ width: 800px; margin: 10px auto; text-align: justify; background: url('index.html') no-repeat center center fixed; } #console{ height: 450px; overflow: auto; background-color: #000; padding: 15px; font-family: monospace; font-size: 12px; color: #FFF; } .content{ padding: 15px; } #commander{ border: solid 1px #CCC; padding: 5px 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin: 5px; width: 590px; height: 30px; } .box{ -moz-box-shadow: 1px 1px 8px #666; -webkit-box-shadow: 1px 1px 8px #666; box-shadow: 1px 1px 8px #40D5D2; border: solid 1px black; -webkit-border-radius: 8px 8px 0px 0px; -moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px; margin: 15px 0px; background-color: #F5F5F5; opacity: 0.8; } #help{ width: 300px; float: right; } .prefix{ color: #0077E7; } .keyword{ color: #9eff63; } .error{ color: #FF0000; } .spacer{ clear: both; display: block; } /*untuk layar device berukuran kecil*/ @media screen and (max-width: 450px) { #wrapper{ width: 70%; margin: 10px; } #console{ height: 70%; } } /*untuk layar device berukuran sedang*/ @media screen and (max-width: 550px) { #wrapper{ width: 80%; margin: 10px; } #console{ height: 80%; } } /*untuk layar device berukuran besar*/ @media screen and (max-width: 800px) { #wrapper{ width: 100%; } #console{ height: 100%; } }
0.080552
0.153676
@import url('https://fonts.googleapis.com/css?family=Numans'); html, body{ /*../resources/pexels-lorenzo-242236.jpg*/ background: url(https://static.vecteezy.com/system/resources/previews/002/008/894/non_2x/abstract-white-flowing-particles-on-gray-background-with-lighting-technology-digital-futuristic-concept-vector.jpg); background-size: cover; background-repeat: repeat-y; height: 100vh; width: 100vw; font-family: 'Numans', sans-serif; } caption{ caption-side:top; } .greeting{ margin: auto; text-align:center; background: url(); background-size:cover; object-fit:cover; padding:0; height: 200px; width: 980px; } .container { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 0.4fr 1.6fr; gap: 0px 0px; grid-auto-flow: row; grid-template-areas: "greeting greeting" "left-side right-side"; height: 100vh; width: 100vw; padding: 0px; } .greeting { grid-area: greeting; height: 100%; width: 100%; margin: auto 0px; align-content: center; } .right-side { grid-area: right-side; height: 100%; width: 100%; margin:0; padding-left: 10px; padding-top: 10px; } .left-side { grid-area: left-side; height: 100%; width: 100%; margin:0; padding-right: 10px; padding-top: 10px; } .reqApprove{ padding-top: 30px; } /*manager tools button*/ .btn-10 { transition: all 0.3s ease; overflow: hidden; } .btn-10:after { position: absolute; content: " "; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; transition: all 0.3s ease; -webkit-transform: scale(.1); transform: scale(.1); } .btn-10:hover { color: rgb(68, 117, 163); } .btn-10:hover:after { background: #000; -webkit-transform: scale(1); transform: scale(1); } .accept { color: #FFF; background: #44CC44; padding: 8px 12px; box-shadow: 0 4px 0 0 #2EA62E; } .accept:hover { background: #6FE76F; box-shadow: 0 4px 0 0 #7ED37E; } .deny { color: #FFF; background: tomato; padding: 8px 12px; box-shadow: 0 4px 0 0 #CB4949; } .deny:hover { background: rgb(255, 147, 128); box-shadow: 0 4px 0 0 #EF8282; } .accept{ border: none; outline: none; } .deny{ border: none; outline: none; }
Project1Web/web/stylesMain.css
@import url('https://fonts.googleapis.com/css?family=Numans'); html, body{ /*../resources/pexels-lorenzo-242236.jpg*/ background: url(https://static.vecteezy.com/system/resources/previews/002/008/894/non_2x/abstract-white-flowing-particles-on-gray-background-with-lighting-technology-digital-futuristic-concept-vector.jpg); background-size: cover; background-repeat: repeat-y; height: 100vh; width: 100vw; font-family: 'Numans', sans-serif; } caption{ caption-side:top; } .greeting{ margin: auto; text-align:center; background: url(); background-size:cover; object-fit:cover; padding:0; height: 200px; width: 980px; } .container { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 0.4fr 1.6fr; gap: 0px 0px; grid-auto-flow: row; grid-template-areas: "greeting greeting" "left-side right-side"; height: 100vh; width: 100vw; padding: 0px; } .greeting { grid-area: greeting; height: 100%; width: 100%; margin: auto 0px; align-content: center; } .right-side { grid-area: right-side; height: 100%; width: 100%; margin:0; padding-left: 10px; padding-top: 10px; } .left-side { grid-area: left-side; height: 100%; width: 100%; margin:0; padding-right: 10px; padding-top: 10px; } .reqApprove{ padding-top: 30px; } /*manager tools button*/ .btn-10 { transition: all 0.3s ease; overflow: hidden; } .btn-10:after { position: absolute; content: " "; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; transition: all 0.3s ease; -webkit-transform: scale(.1); transform: scale(.1); } .btn-10:hover { color: rgb(68, 117, 163); } .btn-10:hover:after { background: #000; -webkit-transform: scale(1); transform: scale(1); } .accept { color: #FFF; background: #44CC44; padding: 8px 12px; box-shadow: 0 4px 0 0 #2EA62E; } .accept:hover { background: #6FE76F; box-shadow: 0 4px 0 0 #7ED37E; } .deny { color: #FFF; background: tomato; padding: 8px 12px; box-shadow: 0 4px 0 0 #CB4949; } .deny:hover { background: rgb(255, 147, 128); box-shadow: 0 4px 0 0 #EF8282; } .accept{ border: none; outline: none; } .deny{ border: none; outline: none; }
0.415136
0.112405
@-moz-document regexp(".*v1engineering.com/forum/.*") { #main-content { background-color: #101010 !important; } h1, h2, h3, h4, h5, h6 { color: #c8c8c8; } .et_pb_widget a { color: #ececec; text-decoration: none; } #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: 12px; overflow: hidden; border: 1px solid #292929; margin-bottom: 20px; clear: both; } #bbpress-forums li.bbp-header { background: #292929; } #main-header { background-color: #292929; } #top-header { background-color: #292929; } #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { border-top: 1px solid #292929; font-weight: 700; padding: 8px; text-align: center; } #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: #292929; } body { color: #cecece; } #bbpress-forums div.bbp-reply-content pre { background-color: #393939; } #bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: #1f1f1f; } #bbpress-forums div.even, #bbpress-forums ul.even { background-color: #323232; } #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { border-top: 1px solid #292929; overflow: hidden; padding: 8px; } a { color: #ff4d4d; } #bbpress-forums .bbp-forums-list { margin: 0 0 0 5px; padding-left: 15px; border-left: 1px solid #292929; } #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header { background-color: #474747; } div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header { border-top: 1px solid #707070; clear: both; } #bbpress-forums .gdbbx-footer-meta { background-color: #474747; padding: 8px; margin: 12px 0 0; overflow: auto; } div.mce-panel { border: 0; background: #ccc; } .mce-panel { background: #aaa; } div.bbp-template-notice.info { border: #7f8488 1px solid; background-color: #9ea3a8; } #main-content .container:before { position: absolute; top: 0; width: 1px; height: 100%; background-color: #474747; content: ""; } iframe { color: #f0e !important; } #tinymce p { color: #fff; } #tinymce { background-color: #000 } textarea#bbp_reply_content, textarea#bbp_topic_content, textarea#bbp_forum_content { box-sizing: border-box !important; } }
data/usercss/175459.user.css
@-moz-document regexp(".*v1engineering.com/forum/.*") { #main-content { background-color: #101010 !important; } h1, h2, h3, h4, h5, h6 { color: #c8c8c8; } .et_pb_widget a { color: #ececec; text-decoration: none; } #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: 12px; overflow: hidden; border: 1px solid #292929; margin-bottom: 20px; clear: both; } #bbpress-forums li.bbp-header { background: #292929; } #main-header { background-color: #292929; } #top-header { background-color: #292929; } #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { border-top: 1px solid #292929; font-weight: 700; padding: 8px; text-align: center; } #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: #292929; } body { color: #cecece; } #bbpress-forums div.bbp-reply-content pre { background-color: #393939; } #bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: #1f1f1f; } #bbpress-forums div.even, #bbpress-forums ul.even { background-color: #323232; } #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { border-top: 1px solid #292929; overflow: hidden; padding: 8px; } a { color: #ff4d4d; } #bbpress-forums .bbp-forums-list { margin: 0 0 0 5px; padding-left: 15px; border-left: 1px solid #292929; } #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header { background-color: #474747; } div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header { border-top: 1px solid #707070; clear: both; } #bbpress-forums .gdbbx-footer-meta { background-color: #474747; padding: 8px; margin: 12px 0 0; overflow: auto; } div.mce-panel { border: 0; background: #ccc; } .mce-panel { background: #aaa; } div.bbp-template-notice.info { border: #7f8488 1px solid; background-color: #9ea3a8; } #main-content .container:before { position: absolute; top: 0; width: 1px; height: 100%; background-color: #474747; content: ""; } iframe { color: #f0e !important; } #tinymce p { color: #fff; } #tinymce { background-color: #000 } textarea#bbp_reply_content, textarea#bbp_topic_content, textarea#bbp_forum_content { box-sizing: border-box !important; } }
0.18532
0.064388
/* background */ .panelNode-html, .panelNode-stylesheet, .panelNode-css, .panelNode-html .sourceLine { background: #111 !important; } /* font set */ .panelNode-html *, .panelNode-stylesheet *, .panelNode-css * { font-family: Menlo,Consolas,Monaco,"Hiragino Sans GB W3", "Apple SD Gothic Neo", monospace !important; } .objectLink div { font-family: sans-serif !important; } .highlightOpen .nodeLabel { background: transparent !important; } .panelNode-html .highlighted .nodeLabel, .panelNode-html .mutated, .panelNode-html .mutated .nodeLabel { background: #333 !important; border-color: #555 !important; } .panelNode-html .sourceLine { border-right: dotted 1px #333332 !important; } /* Foreground */ .panelNode-html .nodeLabelBox .nodeAttr, .panelNode-html .nodeText, .panelNode-html .sourceRowText, .panelNode-html .nodeBox.selected .nodeLabelBox .nodeAttr, .panelNode-html .nodeBox.selected .nodeLabel .nodeText, .panelNode-html .nodeBox.selected .sourceRowText, .panelNode-html .nodeBox.nodeHidden .nodeLabelBox .nodeAttr, .panelNode-html .nodeBox.nodeHidden .nodeText, .panelNode-html .nodeBox.nodeHidden .sourceRowText, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeLabelBox .nodeAttr, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeText, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .sourceRowText, .panelNode-css .cssHead, .panelNode-css .cssColon, .panelNode-css .insertBefore, .panelNode-css .cssSemi, .panelNode-css .cssPropValueUnused, .cssSheet .cssHead, .cssSheet .cssColon, .cssSheet .insertBefore, .cssSheet .cssSemi, .cssSheet .cssPropValueUnused { color: #eaeaea !important; } /* red */ .panelNode-html .nodeName, .panelNode-html .nodeTag, .panelNode-html .nodeLabelBox, .panelNode-html .nodeCloseLabel, .panelNode-html .textNodeBox, .panelNode-html .docType, .panelNode-html .nodeBox.selected .nodeName, .panelNode-html .nodeBox.selected .nodeTag, .panelNode-html .nodeBox.selected .nodeLabelBox, .panelNode-html .nodeBox.selected .nodeCloseLabel, .panelNode-html .nodeBox.selected .textNodeBox, .panelNode-html .nodeBox.selected .docType, .panelNode-html .nodeBox.nodeHidden .nodeName, .panelNode-html .nodeBox.nodeHidden .nodeTag, .panelNode-html .nodeBox.nodeHidden .nodeLabelBox, .panelNode-html .nodeBox.nodeHidden .nodeCloseLabel, .panelNode-html .nodeBox.nodeHidden .textNodeBox, .panelNode-html .nodeBox.nodeHidden .docType, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeName, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeTag, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeLabelBox, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeCloseLabel, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .textNodeBox, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeLabelBox .nodeTag, .panelNode-css .cssSelector, .cssSheet .cssSelector { color: #d54e53 !important; } /* orange */ .panelNode-css .cssPropValue, .panelNode-css .cssPropValueUsed, .panelNode-css .cssFontPropValue, .cssSheet .cssPropValue, .cssSheet .cssPropValueUsed { color: #e78c45 !important; } /* yellow */ .panelNode-css .cssPropName, .cssSheet .cssPropName { color: #e7c547 !important; } /* green */ .panelNode-html .nodeValue, .panelNode-html .nodeBox.selected .nodeLabel .nodeLabelBox .nodeAttr .nodeValue, .panelNode-html .nodeBox.nodeHidden .nodeValue, .panelNode-html .nodeBox.nodeHidden.selected .nodeValue, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeLabelBox .nodeAttr .nodeValue, .cssSheet .cssFontPropValue { color: #b9ca4a !important; } /* current line */ .panelNode-html .selected * { background-color: #2a2a2a !important; } /* Selection */ .panelNode-html .nodeBox.selected > .nodeCloseLabel .nodeTag, .panelNode-html .nodeBox.selected > .nodeLabel .nodeTag { border-bottom: 1px dotted #eee !important; } /* disabled Html */ .panelNode-html .nodeBox.nodeHidden .nodeLabel .nodeLabelBox, .panelNode-html .nodeBox.nodeHidden .nodeCloseLabelBox { opacity: 0.5 !important; } /* expand-collapse icons */ .panelNode-html .open > .nodeLabel > .twisty { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRJREFUeNpi/P//PwMhwMRABKCeIhYkNjbHMaIrYhwkDgcIMACaawQUFZkD6QAAAABJRU5ErkJggg==) transparent no-repeat 50% 50% !important; } .panelNode-html .twisty, .panelNode-html .selected .twisty { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpi/P//PwMhwMRABMCm6D9ZJrHgMAHGZkRXxIikgJEqDmcky+EAAQYAqSsHE4fG1SoAAAAASUVORK5CYII=) transparent no-repeat 50% 50% !important; } /* CSS file link */ .panelNode-css .objectLink { color: #eaeaea !important; background: #2a2a2a !important; border-radius: 20px; padding: 2px 10px; margin-right: -5px; font-size: 0.9em; } /* CSS disabled style */ .panelNode-css .disabledStyle span { opacity: 0.5; } .panelNode-css .groupHeader { color: #eee !important; background: #333 !important; border: solid 1px #75715e !important; border-left: none !important; border-right: none !important; padding: 4px !important; margin: 10px 0 !important; } .panelNode-css .groupHeader * { color: #eee !important; } /* mutated */ .panelNode-html .nodeBox.mutated > .nodeLabel, .panelNode-html .nodeAttr.mutated, .panelNode-html .nodeValue.mutated, .panelNode-html .nodeText.mutated, .panelNode-html .nodeBox.mutated > .nodeText { background-color: #2a2a2a !important; color: #e7c547 !important; } .panelNode-html .nodeBox.selected.mutated > .nodeLabel, .panelNode-html .nodeBox.selected.mutated > .nodeLabel > .nodeLabelBox, .panelNode-html .nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr.mutated > .nodeValue, .panelNode-html .nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue.mutated, .panelNode-html .nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeText.mutated { background-color: #2a2a2a !important; border-color: #e7c547 !important; color: #e7c547 !important; }
data/usercss/106054.user.css
/* background */ .panelNode-html, .panelNode-stylesheet, .panelNode-css, .panelNode-html .sourceLine { background: #111 !important; } /* font set */ .panelNode-html *, .panelNode-stylesheet *, .panelNode-css * { font-family: Menlo,Consolas,Monaco,"Hiragino Sans GB W3", "Apple SD Gothic Neo", monospace !important; } .objectLink div { font-family: sans-serif !important; } .highlightOpen .nodeLabel { background: transparent !important; } .panelNode-html .highlighted .nodeLabel, .panelNode-html .mutated, .panelNode-html .mutated .nodeLabel { background: #333 !important; border-color: #555 !important; } .panelNode-html .sourceLine { border-right: dotted 1px #333332 !important; } /* Foreground */ .panelNode-html .nodeLabelBox .nodeAttr, .panelNode-html .nodeText, .panelNode-html .sourceRowText, .panelNode-html .nodeBox.selected .nodeLabelBox .nodeAttr, .panelNode-html .nodeBox.selected .nodeLabel .nodeText, .panelNode-html .nodeBox.selected .sourceRowText, .panelNode-html .nodeBox.nodeHidden .nodeLabelBox .nodeAttr, .panelNode-html .nodeBox.nodeHidden .nodeText, .panelNode-html .nodeBox.nodeHidden .sourceRowText, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeLabelBox .nodeAttr, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeText, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .sourceRowText, .panelNode-css .cssHead, .panelNode-css .cssColon, .panelNode-css .insertBefore, .panelNode-css .cssSemi, .panelNode-css .cssPropValueUnused, .cssSheet .cssHead, .cssSheet .cssColon, .cssSheet .insertBefore, .cssSheet .cssSemi, .cssSheet .cssPropValueUnused { color: #eaeaea !important; } /* red */ .panelNode-html .nodeName, .panelNode-html .nodeTag, .panelNode-html .nodeLabelBox, .panelNode-html .nodeCloseLabel, .panelNode-html .textNodeBox, .panelNode-html .docType, .panelNode-html .nodeBox.selected .nodeName, .panelNode-html .nodeBox.selected .nodeTag, .panelNode-html .nodeBox.selected .nodeLabelBox, .panelNode-html .nodeBox.selected .nodeCloseLabel, .panelNode-html .nodeBox.selected .textNodeBox, .panelNode-html .nodeBox.selected .docType, .panelNode-html .nodeBox.nodeHidden .nodeName, .panelNode-html .nodeBox.nodeHidden .nodeTag, .panelNode-html .nodeBox.nodeHidden .nodeLabelBox, .panelNode-html .nodeBox.nodeHidden .nodeCloseLabel, .panelNode-html .nodeBox.nodeHidden .textNodeBox, .panelNode-html .nodeBox.nodeHidden .docType, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeName, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeTag, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeLabelBox, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeCloseLabel, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .textNodeBox, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeLabelBox .nodeTag, .panelNode-css .cssSelector, .cssSheet .cssSelector { color: #d54e53 !important; } /* orange */ .panelNode-css .cssPropValue, .panelNode-css .cssPropValueUsed, .panelNode-css .cssFontPropValue, .cssSheet .cssPropValue, .cssSheet .cssPropValueUsed { color: #e78c45 !important; } /* yellow */ .panelNode-css .cssPropName, .cssSheet .cssPropName { color: #e7c547 !important; } /* green */ .panelNode-html .nodeValue, .panelNode-html .nodeBox.selected .nodeLabel .nodeLabelBox .nodeAttr .nodeValue, .panelNode-html .nodeBox.nodeHidden .nodeValue, .panelNode-html .nodeBox.nodeHidden.selected .nodeValue, .panelNode-html .nodeBox.nodeHidden.selected .nodeLabel .nodeLabelBox .nodeAttr .nodeValue, .cssSheet .cssFontPropValue { color: #b9ca4a !important; } /* current line */ .panelNode-html .selected * { background-color: #2a2a2a !important; } /* Selection */ .panelNode-html .nodeBox.selected > .nodeCloseLabel .nodeTag, .panelNode-html .nodeBox.selected > .nodeLabel .nodeTag { border-bottom: 1px dotted #eee !important; } /* disabled Html */ .panelNode-html .nodeBox.nodeHidden .nodeLabel .nodeLabelBox, .panelNode-html .nodeBox.nodeHidden .nodeCloseLabelBox { opacity: 0.5 !important; } /* expand-collapse icons */ .panelNode-html .open > .nodeLabel > .twisty { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRJREFUeNpi/P//PwMhwMRABKCeIhYkNjbHMaIrYhwkDgcIMACaawQUFZkD6QAAAABJRU5ErkJggg==) transparent no-repeat 50% 50% !important; } .panelNode-html .twisty, .panelNode-html .selected .twisty { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC5JREFUeNpi/P//PwMhwMRABMCm6D9ZJrHgMAHGZkRXxIikgJEqDmcky+EAAQYAqSsHE4fG1SoAAAAASUVORK5CYII=) transparent no-repeat 50% 50% !important; } /* CSS file link */ .panelNode-css .objectLink { color: #eaeaea !important; background: #2a2a2a !important; border-radius: 20px; padding: 2px 10px; margin-right: -5px; font-size: 0.9em; } /* CSS disabled style */ .panelNode-css .disabledStyle span { opacity: 0.5; } .panelNode-css .groupHeader { color: #eee !important; background: #333 !important; border: solid 1px #75715e !important; border-left: none !important; border-right: none !important; padding: 4px !important; margin: 10px 0 !important; } .panelNode-css .groupHeader * { color: #eee !important; } /* mutated */ .panelNode-html .nodeBox.mutated > .nodeLabel, .panelNode-html .nodeAttr.mutated, .panelNode-html .nodeValue.mutated, .panelNode-html .nodeText.mutated, .panelNode-html .nodeBox.mutated > .nodeText { background-color: #2a2a2a !important; color: #e7c547 !important; } .panelNode-html .nodeBox.selected.mutated > .nodeLabel, .panelNode-html .nodeBox.selected.mutated > .nodeLabel > .nodeLabelBox, .panelNode-html .nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr.mutated > .nodeValue, .panelNode-html .nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue.mutated, .panelNode-html .nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeText.mutated { background-color: #2a2a2a !important; border-color: #e7c547 !important; color: #e7c547 !important; }
0.135061
0.033337
* { box-sizing: border-box; } body { margin: 0; padding: 0; background: rgba(27, 33, 51, 1); width: 98vw; font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 100; color: rgba(195, 205, 242, 1); line-height: 1.5; } #app { display: grid; grid-template-rows: 15vh 70vh 15vh; align-items: center; } header { height: 20vh; min-height: 100px; text-align: center; align-self: start; } header h1 { width: 100%; color: rgba(66, 213, 185, 1); font-size: 3.5em; font-weight: 100; padding-top: 2.5%; padding-bottom: 0; } header p { margin: 0; font-size: 1.5em; font-weight: 100; } header span, .total-results span { font-weight: 400; } section { height: 60vh; min-height: 300px; display: flex; align-items: center; justify-content: space-evenly; } h1, h2 { width: 50vw; margin: 0; } h2 { font-size: 2.25em; font-weight: 400; color: rgba(66, 213, 185, 1); line-height: 1.2; padding: 0 5%; } h2 p { padding: 5%; } code { font-family: monospace; font-size: .8em; background: rgba(255, 255, 255, .15); padding: .5% 1%; margin: 0 2px; color: #DDD; } ol { position: relative; width: 40vw; margin-right: 5%; font-size: 1.5em; } li { position: relative; padding: 10px; margin: 5px; } input { display: none; padding: 5px; } label { cursor: pointer; font-weight: normal; } label:after { opacity: 0; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(195, 205, 242, .15); transition: .15s; } label:hover:after { opacity: 1; background: rgba(195, 205, 242, .15); } input:checked + label:after { opacity: 1; z-index: -1; } .results li { opacity: .5; } .results .correct-result { color: rgba(66, 213, 185, 1); opacity: 1; } .results li p { margin: 0; font-weight: normal; } button { width: 120px; color: rgb(249, 251, 252); border: none; font-size: 1em; padding: 20px 30px; cursor: pointer; transition: .2s; outline: none; } button:focus { background: rgba(255, 255, 255, .1); } .submit { background: none; border: .5px solid rgb(47, 145, 127); } .submit:disabled { cursor: default; pointer-events: none; color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .1); border-color: transparent; } .next { background: none; border: .5px solid rgba(77, 138, 250, 1); } footer { height: 20vh; text-align: center; } .total-results { flex-direction: column; justify-content: center; } .total-results h2 { text-align: center; padding-bottom: 0; } .total-results p { font-size: 2em; } .correct { animation: bounce .25s infinite; } .incorrect { animation: shake 0.5s cubic-bezier(.35,.05,.20,.99) both; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-30px); } } @keyframes shake { 10%, 90% { transform: translateX(-1px); } 20%, 80% { transform: translateX(1px); } 30%, 50%, 70% { transform: translateX(-2px); } 45%, 55% { transform: translateX(2px); } } @media only screen and (max-width: 1100px) { body { font-size: 14px; } h2 { font-size: 1.75em; } h2, ol { width: 80vw; } h2, h2 p { padding: 0; } ol { margin-top: 0; } section { flex-direction: column; justify-content: normal; } } @media only screen and (max-width: 800px) { body { font-size: 12px; } h2 p { margin-top: 0; } ol { padding-left: 5%; } li { padding: 5px 10px; } } @media only screen and (max-width: 550px) { body { font-size: 10px; } h2, ol { width: 85vw; } li { margin: 0 5px; } footer { height: auto; } } @media only screen and (max-width: 1000px) and (orientation: landscape) { body { font-size: 10px; } #app { display: block; } section { margin-top: 20px; } }
src/style.css
* { box-sizing: border-box; } body { margin: 0; padding: 0; background: rgba(27, 33, 51, 1); width: 98vw; font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 100; color: rgba(195, 205, 242, 1); line-height: 1.5; } #app { display: grid; grid-template-rows: 15vh 70vh 15vh; align-items: center; } header { height: 20vh; min-height: 100px; text-align: center; align-self: start; } header h1 { width: 100%; color: rgba(66, 213, 185, 1); font-size: 3.5em; font-weight: 100; padding-top: 2.5%; padding-bottom: 0; } header p { margin: 0; font-size: 1.5em; font-weight: 100; } header span, .total-results span { font-weight: 400; } section { height: 60vh; min-height: 300px; display: flex; align-items: center; justify-content: space-evenly; } h1, h2 { width: 50vw; margin: 0; } h2 { font-size: 2.25em; font-weight: 400; color: rgba(66, 213, 185, 1); line-height: 1.2; padding: 0 5%; } h2 p { padding: 5%; } code { font-family: monospace; font-size: .8em; background: rgba(255, 255, 255, .15); padding: .5% 1%; margin: 0 2px; color: #DDD; } ol { position: relative; width: 40vw; margin-right: 5%; font-size: 1.5em; } li { position: relative; padding: 10px; margin: 5px; } input { display: none; padding: 5px; } label { cursor: pointer; font-weight: normal; } label:after { opacity: 0; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(195, 205, 242, .15); transition: .15s; } label:hover:after { opacity: 1; background: rgba(195, 205, 242, .15); } input:checked + label:after { opacity: 1; z-index: -1; } .results li { opacity: .5; } .results .correct-result { color: rgba(66, 213, 185, 1); opacity: 1; } .results li p { margin: 0; font-weight: normal; } button { width: 120px; color: rgb(249, 251, 252); border: none; font-size: 1em; padding: 20px 30px; cursor: pointer; transition: .2s; outline: none; } button:focus { background: rgba(255, 255, 255, .1); } .submit { background: none; border: .5px solid rgb(47, 145, 127); } .submit:disabled { cursor: default; pointer-events: none; color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .1); border-color: transparent; } .next { background: none; border: .5px solid rgba(77, 138, 250, 1); } footer { height: 20vh; text-align: center; } .total-results { flex-direction: column; justify-content: center; } .total-results h2 { text-align: center; padding-bottom: 0; } .total-results p { font-size: 2em; } .correct { animation: bounce .25s infinite; } .incorrect { animation: shake 0.5s cubic-bezier(.35,.05,.20,.99) both; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-30px); } } @keyframes shake { 10%, 90% { transform: translateX(-1px); } 20%, 80% { transform: translateX(1px); } 30%, 50%, 70% { transform: translateX(-2px); } 45%, 55% { transform: translateX(2px); } } @media only screen and (max-width: 1100px) { body { font-size: 14px; } h2 { font-size: 1.75em; } h2, ol { width: 80vw; } h2, h2 p { padding: 0; } ol { margin-top: 0; } section { flex-direction: column; justify-content: normal; } } @media only screen and (max-width: 800px) { body { font-size: 12px; } h2 p { margin-top: 0; } ol { padding-left: 5%; } li { padding: 5px 10px; } } @media only screen and (max-width: 550px) { body { font-size: 10px; } h2, ol { width: 85vw; } li { margin: 0 5px; } footer { height: auto; } } @media only screen and (max-width: 1000px) and (orientation: landscape) { body { font-size: 10px; } #app { display: block; } section { margin-top: 20px; } }
0.520984
0.114369
html, body { width: 100%; height: 100%; } body { font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-vertical-center { display: table-cell; text-align: center; vertical-align: middle; } .text-vertical-center h1 { margin: 0; padding: 0; font-size: 4.5em; font-weight: 700; } /* Custom Button Styles */ .btn-dark { border-radius: 0; color: #fff; background-color: rgba(0,0,0,0.4); } .btn-dark:hover, .btn-dark:focus, .btn-dark:active { color: #fff; background-color: rgba(0,0,0,0.7); } .btn-light { border-radius: 0; color: #333; background-color: rgb(255,255,255); } .btn-light:hover, .btn-light:focus, .btn-light:active { color: #333; background-color: rgba(255,255,255,0.8); } /* Custom Horizontal Rule */ hr.small { max-width: 100px; } .navbar-default { border-color: transparent; background-color: #33401C; } .navbar-default .navbar-brand { font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive; color: #848C76; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active { color: #fec503; } .navbar-default .navbar-collapse { border-color: rgba(255,255,255,.02); } .navbar-default .navbar-toggle { border-color: #848C76; background-color: #848C76; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #848C76; #33401C } .navbar-default .nav li a { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; letter-spacing: 1px; color: #fff; } .navbar-default .nav li a:hover, .navbar-default .nav li a:focus { outline: 0; color: #848C76; } .navbar-default .navbar-nav>.active>a { border-radius: 0; color: #fff; background-color: #848C76; } .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #fff; background-color: #fec503; } @media(min-width:768px) { .navbar-default { padding: 25px 0; border: 0; background-color: transparent; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; } .navbar-default .navbar-brand { font-size: 2em; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } .navbar-default .navbar-nav>.active>a { border-radius: 3px; } .navbar-default.navbar-shrink { padding: 10px 0; background-color: #33401C; } .navbar-default.navbar-shrink .navbar-brand { font-size: 1.5em; } } /* Header */ .header { display: table; position: relative; color: white; text-shadow: 2px 2px 3px rgba(0,0,0,0.6); width: 100%; height: 100%; background: url(../img/maxresdefault.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* About */ .about { padding: 50px 0; } /* Services */ .services { padding: 50px 0; background-color: #556b2f; } .service-item { margin-bottom: 30px; } /* Callout */ .callout { display: table; width: 100%; height: 400px; color: #fff; text-shadow: 2px 2px 3px rgba(0,0,0,0.6); background: url(../img/ferramentas.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* Portfolio */ .portfolio { padding: 50px 0; } .portfolio-item { margin-bottom: 30px; } .img-portfolio { margin: 0 auto; } .img-portfolio:hover { opacity: 0.8; } .portfolio-box { display: block; position: relative; margin: 0 auto; max-width: 650px; } .portfolio-box .portfolio-box-caption { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; text-align: center; color: #fff; opacity: 0; background: rgba(51,64,28,.5); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { text-transform: uppercase; font-size: 14px; font-weight: 600; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } @media(min-width:768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } /* Call to Action */ .call-to-action { padding: 50px 0; background-color: #556b2f; } .call-to-action .btn { margin: 10px; } /* Map */ .map { height: 500px; } @media(max-width:768px) { .map { height: 75%; } } /* Footer */ footer { padding: 20px 0; } /* Stuff */ .scrolloff { pointer-events: none; } .floating-label-form-group { position: relative; margin-bottom: 0; padding-bottom: .5em; border-bottom: 1px solid #eee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: 0; border-radius: 0; font-size: 1.5em; background: 0 0; box-shadow: none!important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: .85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; -webkit-transition: top .3s ease,opacity .3s ease; -moz-transition: top .3s ease,opacity .3s ease; -ms-transition: top .3s ease,opacity .3s ease; transition: top .3s ease,opacity .3s ease; } .floating-label-form-group::not(:first-child) { padding-left: 14px; border-left: 1px solid #eee; } .floating-label-form-group-with-value label { top: 0; opacity: 1; } .floating-label-form-group-with-focus label { color: #18bc9c; } form .row:first-child .floating-label-form-group { border-top: 1px solid #eee; }
backup/css/stylish-portfolio.css
html, body { width: 100%; height: 100%; } body { font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-vertical-center { display: table-cell; text-align: center; vertical-align: middle; } .text-vertical-center h1 { margin: 0; padding: 0; font-size: 4.5em; font-weight: 700; } /* Custom Button Styles */ .btn-dark { border-radius: 0; color: #fff; background-color: rgba(0,0,0,0.4); } .btn-dark:hover, .btn-dark:focus, .btn-dark:active { color: #fff; background-color: rgba(0,0,0,0.7); } .btn-light { border-radius: 0; color: #333; background-color: rgb(255,255,255); } .btn-light:hover, .btn-light:focus, .btn-light:active { color: #333; background-color: rgba(255,255,255,0.8); } /* Custom Horizontal Rule */ hr.small { max-width: 100px; } .navbar-default { border-color: transparent; background-color: #33401C; } .navbar-default .navbar-brand { font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive; color: #848C76; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active { color: #fec503; } .navbar-default .navbar-collapse { border-color: rgba(255,255,255,.02); } .navbar-default .navbar-toggle { border-color: #848C76; background-color: #848C76; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #848C76; #33401C } .navbar-default .nav li a { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; letter-spacing: 1px; color: #fff; } .navbar-default .nav li a:hover, .navbar-default .nav li a:focus { outline: 0; color: #848C76; } .navbar-default .navbar-nav>.active>a { border-radius: 0; color: #fff; background-color: #848C76; } .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #fff; background-color: #fec503; } @media(min-width:768px) { .navbar-default { padding: 25px 0; border: 0; background-color: transparent; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; } .navbar-default .navbar-brand { font-size: 2em; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } .navbar-default .navbar-nav>.active>a { border-radius: 3px; } .navbar-default.navbar-shrink { padding: 10px 0; background-color: #33401C; } .navbar-default.navbar-shrink .navbar-brand { font-size: 1.5em; } } /* Header */ .header { display: table; position: relative; color: white; text-shadow: 2px 2px 3px rgba(0,0,0,0.6); width: 100%; height: 100%; background: url(../img/maxresdefault.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* About */ .about { padding: 50px 0; } /* Services */ .services { padding: 50px 0; background-color: #556b2f; } .service-item { margin-bottom: 30px; } /* Callout */ .callout { display: table; width: 100%; height: 400px; color: #fff; text-shadow: 2px 2px 3px rgba(0,0,0,0.6); background: url(../img/ferramentas.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* Portfolio */ .portfolio { padding: 50px 0; } .portfolio-item { margin-bottom: 30px; } .img-portfolio { margin: 0 auto; } .img-portfolio:hover { opacity: 0.8; } .portfolio-box { display: block; position: relative; margin: 0 auto; max-width: 650px; } .portfolio-box .portfolio-box-caption { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; text-align: center; color: #fff; opacity: 0; background: rgba(51,64,28,.5); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; text-align: center; transform: translateY(-50%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { text-transform: uppercase; font-size: 14px; font-weight: 600; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } @media(min-width:768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } /* Call to Action */ .call-to-action { padding: 50px 0; background-color: #556b2f; } .call-to-action .btn { margin: 10px; } /* Map */ .map { height: 500px; } @media(max-width:768px) { .map { height: 75%; } } /* Footer */ footer { padding: 20px 0; } /* Stuff */ .scrolloff { pointer-events: none; } .floating-label-form-group { position: relative; margin-bottom: 0; padding-bottom: .5em; border-bottom: 1px solid #eee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: 0; border-radius: 0; font-size: 1.5em; background: 0 0; box-shadow: none!important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: .85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; -webkit-transition: top .3s ease,opacity .3s ease; -moz-transition: top .3s ease,opacity .3s ease; -ms-transition: top .3s ease,opacity .3s ease; transition: top .3s ease,opacity .3s ease; } .floating-label-form-group::not(:first-child) { padding-left: 14px; border-left: 1px solid #eee; } .floating-label-form-group-with-value label { top: 0; opacity: 1; } .floating-label-form-group-with-focus label { color: #18bc9c; } form .row:first-child .floating-label-form-group { border-top: 1px solid #eee; }
0.484136
0.056626
body{ margin:0; padding: 0; background-color: #fff; } /* Use flexbox for the layout structure. Flexbox is a feature introduced in CSS3 to make it simpler to align and size elements in a layout. It also makes the layout more predictable when accomodating different screen sizes. */ .container { display: flex; font-family : sans-serif; width: 100%; } /* Assign a width to the containers. Since there are two containers, and there must be space in between, each of them lesser than 50% of the total width, which is why 40% is assigned. The top and bottom margin is set at 20px, while the left and right margins are set to auto, so that both containers will center themselves. Also, the text inside these containers to align itself centrally */ .container > div { width: 40%; margin: 20px auto; text-align: center; /* To give the display a natural rounded shape, and to give it the appearence of "popping out", a border radius and box shadow CSS property is assigned */ border-radius: 10px; box-shadow:0px 0px 3px -1px rgba(100,100,100,0.75); } /* Some light colors as the background colors of our displays are chosen */ .temperature{ background-color: #c5cae9 } .humidity{ background-color: #c5cae9 } .humidityground{ background-color: #c5cae9 } .CO2{ background-color: #c5cae9 } .LDR{ background-color: #c5cae9 } /* the title have a large size, and the value to have the largest size */ .container .title { font-size: 1.2em; } .container .value { font-size: 2em; } header { width:100%; /* Establecemos que el header abarque el 100% del documento */ overflow:hidden; /* Eliminamos errores de float */ background:#252932; margin-bottom:20px; } .wrapper { width:90%; /* Establecemos que el ancho sera del 90% */ max-width:1000px; /* Aqui le decimos que el ancho máximo sera de 1000px */ margin:auto; /* Centramos los elementos */ overflow:hidden; /* Eliminamos errores de float */ } header .logo { color:#f2f2f2; font-size:50px; line-height:200px; float:left; } header nav { float:right; line-height:200px; } header nav a { display:inline-block; color:#fff; text-decoration:none; padding:10px 20px; line-height:normal; font-size:20px; font-weight:bold; -webkit-transition:all 500ms ease; -o-transition:all 500ms ease; transition:all 500ms ease; } header nav a:hover { background:#f56f3a; border-radius:50px; } .header2 { position: fixed; height:100px; } .header2 .logo { line-height:100px; font-size:30px; } .header2 nav { line-height:100px; } *{ margin: 0px; padding: 0px; box-sizing: border-box; font-family: sans-serif; } footer{ width: 100%; background: #202020; color: white; } .container-footer-all{ width: 100%; max-width: 1200px; margin: auto; padding: 40px; } .container-body{ display: flex; justify-content: space-between; } .colum1{ max-width: 400px; } .colum1 h1{ font-size: 22px; } .colum1 p{ font-size: 14px; color: #C7C7C7; margin-top: 20px; } .colum2{ max-width: 400px; } .colum2 h1{ font-size: 22px; } .row{ margin-top: 20px; display: flex; } .row img{ width: 36px; height: 36px; } .row label{ margin-top: 10px; margin-left: 20px; color: #C7C7C7; } .colum3{ max-width: 400px; } .colum3 h1{ font-size: 22px; } .row2{ margin-top: 20px; display: flex; } .row2 img{ width: 36px; height: 36px; } .row2 label{ margin-top: 10px; margin-left: 20px; max-width: 140px; } .container-footer{ width: 100%; background: #101010; } .footer{ max-width: 1200px; margin: auto; display: flex; justify-content: space-between; padding: 20px; } .copyright{ color: #C7C7C7; } .copyright a{ text-decoration: none; color: white; font-weight: bold; } .information a{ text-decoration: none; color: #C7C7C7; } @media screen and (max-width: 1100px){ .container-body{ flex-wrap: wrap; } .colum1{ max-width: 100%; } .colum2, .colum3{ margin-top: 40px; } }
server/public/style.css
body{ margin:0; padding: 0; background-color: #fff; } /* Use flexbox for the layout structure. Flexbox is a feature introduced in CSS3 to make it simpler to align and size elements in a layout. It also makes the layout more predictable when accomodating different screen sizes. */ .container { display: flex; font-family : sans-serif; width: 100%; } /* Assign a width to the containers. Since there are two containers, and there must be space in between, each of them lesser than 50% of the total width, which is why 40% is assigned. The top and bottom margin is set at 20px, while the left and right margins are set to auto, so that both containers will center themselves. Also, the text inside these containers to align itself centrally */ .container > div { width: 40%; margin: 20px auto; text-align: center; /* To give the display a natural rounded shape, and to give it the appearence of "popping out", a border radius and box shadow CSS property is assigned */ border-radius: 10px; box-shadow:0px 0px 3px -1px rgba(100,100,100,0.75); } /* Some light colors as the background colors of our displays are chosen */ .temperature{ background-color: #c5cae9 } .humidity{ background-color: #c5cae9 } .humidityground{ background-color: #c5cae9 } .CO2{ background-color: #c5cae9 } .LDR{ background-color: #c5cae9 } /* the title have a large size, and the value to have the largest size */ .container .title { font-size: 1.2em; } .container .value { font-size: 2em; } header { width:100%; /* Establecemos que el header abarque el 100% del documento */ overflow:hidden; /* Eliminamos errores de float */ background:#252932; margin-bottom:20px; } .wrapper { width:90%; /* Establecemos que el ancho sera del 90% */ max-width:1000px; /* Aqui le decimos que el ancho máximo sera de 1000px */ margin:auto; /* Centramos los elementos */ overflow:hidden; /* Eliminamos errores de float */ } header .logo { color:#f2f2f2; font-size:50px; line-height:200px; float:left; } header nav { float:right; line-height:200px; } header nav a { display:inline-block; color:#fff; text-decoration:none; padding:10px 20px; line-height:normal; font-size:20px; font-weight:bold; -webkit-transition:all 500ms ease; -o-transition:all 500ms ease; transition:all 500ms ease; } header nav a:hover { background:#f56f3a; border-radius:50px; } .header2 { position: fixed; height:100px; } .header2 .logo { line-height:100px; font-size:30px; } .header2 nav { line-height:100px; } *{ margin: 0px; padding: 0px; box-sizing: border-box; font-family: sans-serif; } footer{ width: 100%; background: #202020; color: white; } .container-footer-all{ width: 100%; max-width: 1200px; margin: auto; padding: 40px; } .container-body{ display: flex; justify-content: space-between; } .colum1{ max-width: 400px; } .colum1 h1{ font-size: 22px; } .colum1 p{ font-size: 14px; color: #C7C7C7; margin-top: 20px; } .colum2{ max-width: 400px; } .colum2 h1{ font-size: 22px; } .row{ margin-top: 20px; display: flex; } .row img{ width: 36px; height: 36px; } .row label{ margin-top: 10px; margin-left: 20px; color: #C7C7C7; } .colum3{ max-width: 400px; } .colum3 h1{ font-size: 22px; } .row2{ margin-top: 20px; display: flex; } .row2 img{ width: 36px; height: 36px; } .row2 label{ margin-top: 10px; margin-left: 20px; max-width: 140px; } .container-footer{ width: 100%; background: #101010; } .footer{ max-width: 1200px; margin: auto; display: flex; justify-content: space-between; padding: 20px; } .copyright{ color: #C7C7C7; } .copyright a{ text-decoration: none; color: white; font-weight: bold; } .information a{ text-decoration: none; color: #C7C7C7; } @media screen and (max-width: 1100px){ .container-body{ flex-wrap: wrap; } .colum1{ max-width: 100%; } .colum2, .colum3{ margin-top: 40px; } }
0.362518
0.216301
body { font-family: Helvetica, sans-serif; font-size: 0.8em; color: black; padding: 6px; background: white; } table { table-layout: fixed; word-wrap: break-word; empty-cells: show; font-size: 1em; } th, td { vertical-align: top; } br { mso-data-placement: same-cell; /* maintain line breaks in Excel */ } hr { background: #ccc; height: 1px; border: 0; } a, a:link, a:visited { text-decoration: none; color: #15c; } a > img { border: 1px solid #15c !important; } a:hover, a:active { text-decoration: underline; color: #61c; } .parent-name { font-size: 0.7em; letter-spacing: -0.07em; } .message { white-space: pre-wrap; } /* Headers */ #header { width: 65em; height: 3em; margin: 6px 0; } h1 { float: left; margin: 0 0 0.5em 0; width: 75%; } h2 { clear: left; } #generated { float: right; text-align: right; font-size: 0.9em; white-space: nowrap; } /* Documentation headers */ .doc > h2 { font-size: 1.2em; } .doc > h3 { font-size: 1.1em; } .doc > h4 { font-size: 1.0em; } /* Status text colors -- !important allows using them in links */ .fail { color: #ce3e01 !important; font-weight: bold; } .pass { color: #098a09 !important; } .skip { color: #927201 !important; font-weight: bold; } .label { padding: 2px 5px; font-size: 0.75em; letter-spacing: 1px; white-space: nowrap; color: black; background-color: #ddd; border-radius: 3px; } .label.debug, .label.trace, .label.error, .label.keyword { letter-spacing: 0; } .label.pass, .label.fail, .label.error, .label.skip, .label.warn { font-weight: bold; } .label.pass { background-color: #97bd61; color: #000 !important; } .label.fail, .label.error { background-color: #ce3e01; color: #fff !important; } .label.skip, .label.warn { background-color: #fed84f; color: #000 !important; } /* Top right header */ #top-right-header { position: fixed; top: 0; right: 0; z-index: 1000; width: 12em; text-align: center; } #report-or-log-link a { display: block; background: black; color: white; text-decoration: none; font-weight: bold; letter-spacing: 0.1em; padding: 0.3em 0; border-bottom-left-radius: 4px; } #report-or-log-link a:hover { color: #ddd; } #log-level-selector { padding: 0.3em 0; font-size: 0.9em; border-bottom-left-radius: 4px; background: #ddd; } /* Statistics table */ .statistics { width: 65em; border-collapse: collapse; empty-cells: show; margin-bottom: 1em; } .statistics tr:hover { background: #f4f4f4; cursor: pointer; } .statistics th, .statistics td { border: 1px solid #ccc; padding: 0.1em 0.3em; } .statistics th { background-color: #ddd; padding: 0.2em 0.3em; } .statistics td { vertical-align: middle; } .stats-col-stat { width: 4.5em; text-align: center; } .stats-col-elapsed { width: 5.5em; text-align: center; } .stats-col-graph { width: 9em; } th.stats-col-graph:hover { cursor: default; } .stat-name { float: left; } .stat-name a, .stat-name span { font-weight: bold; } .tag-links { font-size: 0.9em; float: right; margin-top: 0.05em; } .tag-links span { margin-left: 0.2em; } /* Statistics graph */ .graph, .empty-graph { border: 1px solid #ccc; width: auto; height: 7px; padding: 0; background: #aaa; } .empty-graph { background: #eee; } .pass-bar, .fail-bar, .skip-bar { float: left; height: 100%; } .fail-bar { background: #ce3e01; } .pass-bar { background: #97bd61; } .skip-bar { background: #fed84f; } /* Tablesorter - adapted from provided Blue Skin */ .tablesorter-header { background-image: url(data:image/gif;base64,R0lGODlhCwAJAIAAAH9/fwAAACH5BAEAAAEALAAAAAALAAkAAAIRjAOnBr3cnIr0WUjTrC9e9BQAOw==); background-repeat: no-repeat; background-position: center right; cursor: pointer; } .tablesorter-header:hover { background-color: #ccc; } .tablesorter-headerAsc { background-image: url(data:image/gif;base64,R0lGODlhCwAJAKEAAAAAAH9/fwAAAAAAACH5BAEAAAIALAAAAAALAAkAAAIUlBWnFr3cnIr0WQOyBmvzp13CpxQAOw==); background-color: #ccc !important; } .tablesorter-headerDesc { background-image: url(data:image/gif;base64,R0lGODlhCwAJAKEAAAAAAH9/fwAAAAAAACH5BAEAAAIALAAAAAALAAkAAAIUlAWnBr3cnIr0WROyDmvzp13CpxQAOw==); background-color: #ccc !important; } .sorter-false { background-image: none; cursor: default; } .sorter-false:hover { background-color: #ddd; }
src/robot/htmldata/rebot/common.css
body { font-family: Helvetica, sans-serif; font-size: 0.8em; color: black; padding: 6px; background: white; } table { table-layout: fixed; word-wrap: break-word; empty-cells: show; font-size: 1em; } th, td { vertical-align: top; } br { mso-data-placement: same-cell; /* maintain line breaks in Excel */ } hr { background: #ccc; height: 1px; border: 0; } a, a:link, a:visited { text-decoration: none; color: #15c; } a > img { border: 1px solid #15c !important; } a:hover, a:active { text-decoration: underline; color: #61c; } .parent-name { font-size: 0.7em; letter-spacing: -0.07em; } .message { white-space: pre-wrap; } /* Headers */ #header { width: 65em; height: 3em; margin: 6px 0; } h1 { float: left; margin: 0 0 0.5em 0; width: 75%; } h2 { clear: left; } #generated { float: right; text-align: right; font-size: 0.9em; white-space: nowrap; } /* Documentation headers */ .doc > h2 { font-size: 1.2em; } .doc > h3 { font-size: 1.1em; } .doc > h4 { font-size: 1.0em; } /* Status text colors -- !important allows using them in links */ .fail { color: #ce3e01 !important; font-weight: bold; } .pass { color: #098a09 !important; } .skip { color: #927201 !important; font-weight: bold; } .label { padding: 2px 5px; font-size: 0.75em; letter-spacing: 1px; white-space: nowrap; color: black; background-color: #ddd; border-radius: 3px; } .label.debug, .label.trace, .label.error, .label.keyword { letter-spacing: 0; } .label.pass, .label.fail, .label.error, .label.skip, .label.warn { font-weight: bold; } .label.pass { background-color: #97bd61; color: #000 !important; } .label.fail, .label.error { background-color: #ce3e01; color: #fff !important; } .label.skip, .label.warn { background-color: #fed84f; color: #000 !important; } /* Top right header */ #top-right-header { position: fixed; top: 0; right: 0; z-index: 1000; width: 12em; text-align: center; } #report-or-log-link a { display: block; background: black; color: white; text-decoration: none; font-weight: bold; letter-spacing: 0.1em; padding: 0.3em 0; border-bottom-left-radius: 4px; } #report-or-log-link a:hover { color: #ddd; } #log-level-selector { padding: 0.3em 0; font-size: 0.9em; border-bottom-left-radius: 4px; background: #ddd; } /* Statistics table */ .statistics { width: 65em; border-collapse: collapse; empty-cells: show; margin-bottom: 1em; } .statistics tr:hover { background: #f4f4f4; cursor: pointer; } .statistics th, .statistics td { border: 1px solid #ccc; padding: 0.1em 0.3em; } .statistics th { background-color: #ddd; padding: 0.2em 0.3em; } .statistics td { vertical-align: middle; } .stats-col-stat { width: 4.5em; text-align: center; } .stats-col-elapsed { width: 5.5em; text-align: center; } .stats-col-graph { width: 9em; } th.stats-col-graph:hover { cursor: default; } .stat-name { float: left; } .stat-name a, .stat-name span { font-weight: bold; } .tag-links { font-size: 0.9em; float: right; margin-top: 0.05em; } .tag-links span { margin-left: 0.2em; } /* Statistics graph */ .graph, .empty-graph { border: 1px solid #ccc; width: auto; height: 7px; padding: 0; background: #aaa; } .empty-graph { background: #eee; } .pass-bar, .fail-bar, .skip-bar { float: left; height: 100%; } .fail-bar { background: #ce3e01; } .pass-bar { background: #97bd61; } .skip-bar { background: #fed84f; } /* Tablesorter - adapted from provided Blue Skin */ .tablesorter-header { background-image: url(data:image/gif;base64,R0lGODlhCwAJAIAAAH9/fwAAACH5BAEAAAEALAAAAAALAAkAAAIRjAOnBr3cnIr0WUjTrC9e9BQAOw==); background-repeat: no-repeat; background-position: center right; cursor: pointer; } .tablesorter-header:hover { background-color: #ccc; } .tablesorter-headerAsc { background-image: url(data:image/gif;base64,R0lGODlhCwAJAKEAAAAAAH9/fwAAAAAAACH5BAEAAAIALAAAAAALAAkAAAIUlBWnFr3cnIr0WQOyBmvzp13CpxQAOw==); background-color: #ccc !important; } .tablesorter-headerDesc { background-image: url(data:image/gif;base64,R0lGODlhCwAJAKEAAAAAAH9/fwAAAAAAACH5BAEAAAIALAAAAAALAAkAAAIUlAWnBr3cnIr0WROyDmvzp13CpxQAOw==); background-color: #ccc !important; } .sorter-false { background-image: none; cursor: default; } .sorter-false:hover { background-color: #ddd; }
0.459076
0.148078
body { line-height: 1.4; font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva, Verdana,sans-serif; margin: 0px 0px 10px 0px; } pre { overflow: scroll; padding: 20px; background: #eee; } hr { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), #945e1f, rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), #945e1f, rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), #945e1f, rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), #945e1f, rgba(0,0,0,0)); } hr.post-separator:first-child { display: none; } #blog-title { font-size: 48px; text-align: center; padding: 30px 0px; background: black; margin-bottom: 15px; } #blog-title a { color: white; } #content { max-width: 1080px; margin: 0px auto; display: -webkit-flex; -webkit-flex-flow: row wrap; display: flex; flex-flow: row wrap; } #sidebar { -webkit-flex: 0 200px; flex: 0 200px; width: 200px; } #main { -webkit-flex: 1 0px; flex: 1 0px; } /* Sidebar stuff. */ #sidebar { text-align: right; border-right: 1px #945e1f solid; height: 100%; padding: 10px 30px 10px 0px; margin-right: 10px; } nav#page-bar { padding: 10px 0px; } nav#page-bar ul { margin: 0px; padding: 0px; } nav#page-bar ul li { display: block; margin: 10px 0px; font-size: 20px; } /* Main body. */ #main { font-size: 16px; } article { padding: 0px 20px; margin: 20px 0px 10px 0px; } article .title { font-size: 40px; } article p { margin: 0.7em 0; } a, a.title:hover, a.title:visited:hover { color: #7aa6da; font-weight: bold; text-decoration: none; } a.title, a.title:visited { color: black; } a:hover { text-shadow: 0 0 1px #bbb; } a:visited { color: #1f5594; } /* Post metadata display */ .metadata { font-size: 80%; padding: 5px 0px 5px 10px; } .metadata .tags { padding-left: 20px; } nav#pagination { font-size: 20px; display: -webkit-flex; -webkit-flex-flow: row wrap; display: flex; flex-flow: row wrap; } nav#pagination a { display: block; text-align: center; margin: 10px auto; } /* Display for narrow screens (i.e. mobile phones) */ @media all and (max-width: 600px) { #blog-title { margin-bottom: 0px; } #sidebar { margin-top: 0px; text-align: center; padding-right: 0px; margin-right: 0px; width: 100%; height: inherit; } #sidebar, #main { -webkit-flex: 1 auto; flex: 1 auto; } #content { -webkit-flex-direction: column; -webkit-flex-wrap: nowrap; flex-direction: column; flex-wrap: nowrap; } nav#page-bar { padding-right: 0px; } article .title { font-size: 28px; text-align: center; } hr.post-separator:first-child { display: inherit; } }
static/css/positive.css
body { line-height: 1.4; font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva, Verdana,sans-serif; margin: 0px 0px 10px 0px; } pre { overflow: scroll; padding: 20px; background: #eee; } hr { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), #945e1f, rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), #945e1f, rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), #945e1f, rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), #945e1f, rgba(0,0,0,0)); } hr.post-separator:first-child { display: none; } #blog-title { font-size: 48px; text-align: center; padding: 30px 0px; background: black; margin-bottom: 15px; } #blog-title a { color: white; } #content { max-width: 1080px; margin: 0px auto; display: -webkit-flex; -webkit-flex-flow: row wrap; display: flex; flex-flow: row wrap; } #sidebar { -webkit-flex: 0 200px; flex: 0 200px; width: 200px; } #main { -webkit-flex: 1 0px; flex: 1 0px; } /* Sidebar stuff. */ #sidebar { text-align: right; border-right: 1px #945e1f solid; height: 100%; padding: 10px 30px 10px 0px; margin-right: 10px; } nav#page-bar { padding: 10px 0px; } nav#page-bar ul { margin: 0px; padding: 0px; } nav#page-bar ul li { display: block; margin: 10px 0px; font-size: 20px; } /* Main body. */ #main { font-size: 16px; } article { padding: 0px 20px; margin: 20px 0px 10px 0px; } article .title { font-size: 40px; } article p { margin: 0.7em 0; } a, a.title:hover, a.title:visited:hover { color: #7aa6da; font-weight: bold; text-decoration: none; } a.title, a.title:visited { color: black; } a:hover { text-shadow: 0 0 1px #bbb; } a:visited { color: #1f5594; } /* Post metadata display */ .metadata { font-size: 80%; padding: 5px 0px 5px 10px; } .metadata .tags { padding-left: 20px; } nav#pagination { font-size: 20px; display: -webkit-flex; -webkit-flex-flow: row wrap; display: flex; flex-flow: row wrap; } nav#pagination a { display: block; text-align: center; margin: 10px auto; } /* Display for narrow screens (i.e. mobile phones) */ @media all and (max-width: 600px) { #blog-title { margin-bottom: 0px; } #sidebar { margin-top: 0px; text-align: center; padding-right: 0px; margin-right: 0px; width: 100%; height: inherit; } #sidebar, #main { -webkit-flex: 1 auto; flex: 1 auto; } #content { -webkit-flex-direction: column; -webkit-flex-wrap: nowrap; flex-direction: column; flex-wrap: nowrap; } nav#page-bar { padding-right: 0px; } article .title { font-size: 28px; text-align: center; } hr.post-separator:first-child { display: inherit; } }
0.401101
0.119408
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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } html, body { background: #f5f6Fa; } /* selection */ ::-moz-selection { color: white; background: #EB495A; } ::selection { color: white; background: #EB495A; } /* btn */ .btn { -webkit-transition: all ease 0.2s; transition: all ease 0.2s; transform: translateX(0); cursor: pointer; display: inline-block; font-family: 'Poppins'; font-weight: 600; font-size: 12px; line-height: 1.5; text-transform: uppercase; text-decoration: none; color: white; padding: 10px 25px; background: #EB495A; } .btn:hover { color: white; background: #D54B59; transform: translateX(5px); } /* text */ h1 { font-family: 'Playfair Display'; font-weight: 900; font-size: 48px; line-height: 1.2; color: #404040; } h1 .h1_colored { font-weight: 500; color: #EB495A; } h2 { font-family: 'Playfair Display'; font-weight: 700; font-size: 24px; line-height: 1.4; color: #9FA2AD; } h3 { font-family: 'Playfair Display'; font-weight: 700; font-size: 16px; line-height: 1.7; color: #404040; } h4 { font-family: 'Poppins'; font-weight: 800; font-size: 12px; line-height: 1.5; text-transform: uppercase; color: /*#9FA2AD*/#EB495A; } .text { font-family: 'Raleway'; font-weight: 600; font-size: 14px; line-height: 1.8; letter-spacing: 0.3px; color: /*#9FA2AD*/ #A5A8B3; } a { color: inherit; text-decoration: none; } a:hover { color: #404040; } .centered { margin: 0 auto; text-align: center; } .container { width: 70%; margin: 0 auto; } .with_margin_top { margin-top: 5px; } /* POP UP */ #popup { display: block; z-index: 100; max-width: 350px; visibility: visible; right: 10px; bottom: 10px; position: fixed; width: auto; padding: 25px; background: white; } #popup p { margin: 10px 0 15px 0; } /* NAV */ header .head_bar { font-family: 'Raleway'; font-weight: 600; font-size: 14px; line-height: 1.8; letter-spacing: 0.3px; color: /*#9FA2AD*/ #A5A8B3; padding: 35px 0; background: white; } /* GAME */ #flappydot .game { width: 100%; } #flappydot .game .score { margin: 25px auto; text-align: center; } #flappydot .game .score #score { display: inline; } #flappydot .game .score #best_score { margin-left: 10px; display: inline; } #flappydot .game .game_area { margin: 0 auto; } #flappydot canvas#game_area { padding: 0; display: block; margin: 0 auto; background: white; } #mobile { display: none; text-align: center; } @media screen and (max-width: 725px) { .container { width: 90%; } } /*@media screen and (max-width: 554px) {*/ /*#flappydot {*/ /*display: none;*/ /*}*/ /*#mobile {*/ /*display: block;*/ /*}*/ /*}*/
assets/css/main.css
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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } html, body { background: #f5f6Fa; } /* selection */ ::-moz-selection { color: white; background: #EB495A; } ::selection { color: white; background: #EB495A; } /* btn */ .btn { -webkit-transition: all ease 0.2s; transition: all ease 0.2s; transform: translateX(0); cursor: pointer; display: inline-block; font-family: 'Poppins'; font-weight: 600; font-size: 12px; line-height: 1.5; text-transform: uppercase; text-decoration: none; color: white; padding: 10px 25px; background: #EB495A; } .btn:hover { color: white; background: #D54B59; transform: translateX(5px); } /* text */ h1 { font-family: 'Playfair Display'; font-weight: 900; font-size: 48px; line-height: 1.2; color: #404040; } h1 .h1_colored { font-weight: 500; color: #EB495A; } h2 { font-family: 'Playfair Display'; font-weight: 700; font-size: 24px; line-height: 1.4; color: #9FA2AD; } h3 { font-family: 'Playfair Display'; font-weight: 700; font-size: 16px; line-height: 1.7; color: #404040; } h4 { font-family: 'Poppins'; font-weight: 800; font-size: 12px; line-height: 1.5; text-transform: uppercase; color: /*#9FA2AD*/#EB495A; } .text { font-family: 'Raleway'; font-weight: 600; font-size: 14px; line-height: 1.8; letter-spacing: 0.3px; color: /*#9FA2AD*/ #A5A8B3; } a { color: inherit; text-decoration: none; } a:hover { color: #404040; } .centered { margin: 0 auto; text-align: center; } .container { width: 70%; margin: 0 auto; } .with_margin_top { margin-top: 5px; } /* POP UP */ #popup { display: block; z-index: 100; max-width: 350px; visibility: visible; right: 10px; bottom: 10px; position: fixed; width: auto; padding: 25px; background: white; } #popup p { margin: 10px 0 15px 0; } /* NAV */ header .head_bar { font-family: 'Raleway'; font-weight: 600; font-size: 14px; line-height: 1.8; letter-spacing: 0.3px; color: /*#9FA2AD*/ #A5A8B3; padding: 35px 0; background: white; } /* GAME */ #flappydot .game { width: 100%; } #flappydot .game .score { margin: 25px auto; text-align: center; } #flappydot .game .score #score { display: inline; } #flappydot .game .score #best_score { margin-left: 10px; display: inline; } #flappydot .game .game_area { margin: 0 auto; } #flappydot canvas#game_area { padding: 0; display: block; margin: 0 auto; background: white; } #mobile { display: none; text-align: center; } @media screen and (max-width: 725px) { .container { width: 90%; } } /*@media screen and (max-width: 554px) {*/ /*#flappydot {*/ /*display: none;*/ /*}*/ /*#mobile {*/ /*display: block;*/ /*}*/ /*}*/
0.227384
0.071332
img { display: block; margin-right: auto; margin-left: auto; width: 620px; } h1 { font-family: Calibri, sans-serif; text-align: right; } h2{ font-family: Calibri, sans-serif; color: coral; } h5{ font-family: Calibri, sans-serif; color: #555555; } body, html { height: 100%; } /* The hero image */ .hero-image { /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner.jpeg"); /* Set a specific height */ height: 200px; /* Position and center the image to scale nicely on all screens */ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .hero-text { text-align: right; position: relative; top: 90%; left: 49%; transform: translate(-50%, -50%); color: white; } #banner { position: absolute; top: 0px; left: 0px; right: 0px; width: 100%; height: 200px; z-index: -1; } ul { list-style-type: none; background-color: #7194ed; opacity: 0.85; overflow: auto; margin: 0; left: 50%; } li { float: right; width: 170px; } li a.home { background-color: #4e55ed; color: white; } li a { display: block; color: white; text-align: center; padding: 16px; background-color: #7194ed; text-decoration: none; font-family: Calibri, sans-serif; } li a:hover { background-color: #526ded; } main { background-color: #f8f8ff; } footer { height: 250px; background: rgba(197, 195, 199, 0.29); text-align: center; position: relative; background-image: url("../img/TPHF.png"); background-position: right bottom; background-repeat: no-repeat; } p { font-family: Calibri Light, sans-serif; color: darkslateblue; } .bottomP { font-family: Calibri Light, sans-serif; bottom: 0; right: 37%; margin: 0; position: absolute; }
css/Tips.css
img { display: block; margin-right: auto; margin-left: auto; width: 620px; } h1 { font-family: Calibri, sans-serif; text-align: right; } h2{ font-family: Calibri, sans-serif; color: coral; } h5{ font-family: Calibri, sans-serif; color: #555555; } body, html { height: 100%; } /* The hero image */ .hero-image { /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner.jpeg"); /* Set a specific height */ height: 200px; /* Position and center the image to scale nicely on all screens */ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .hero-text { text-align: right; position: relative; top: 90%; left: 49%; transform: translate(-50%, -50%); color: white; } #banner { position: absolute; top: 0px; left: 0px; right: 0px; width: 100%; height: 200px; z-index: -1; } ul { list-style-type: none; background-color: #7194ed; opacity: 0.85; overflow: auto; margin: 0; left: 50%; } li { float: right; width: 170px; } li a.home { background-color: #4e55ed; color: white; } li a { display: block; color: white; text-align: center; padding: 16px; background-color: #7194ed; text-decoration: none; font-family: Calibri, sans-serif; } li a:hover { background-color: #526ded; } main { background-color: #f8f8ff; } footer { height: 250px; background: rgba(197, 195, 199, 0.29); text-align: center; position: relative; background-image: url("../img/TPHF.png"); background-position: right bottom; background-repeat: no-repeat; } p { font-family: Calibri Light, sans-serif; color: darkslateblue; } .bottomP { font-family: Calibri Light, sans-serif; bottom: 0; right: 37%; margin: 0; position: absolute; }
0.584153
0.200206
@font-face { font-family: "uicons-regular-straight"; src: url("../../fonts/uicons/uicons-regular-straight.eot#iefix") format("embedded-opentype"), url("../../fonts/uicons/uicons-regular-straight.woff2") format("woff2"), url("../../fonts/uicons/uicons-regular-straight.woff") format("woff"); } i[class^="fi-rs-"], span[class^="fi-rs-"] { line-height: 0 !important; } i[class^="fi-rs-"]:before, i[class*=" fi-rs-"]:before, span[class^="fi-rs-"]:before, span[class*="fi-rs-"]:before { font-family: uicons-regular-straight !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1 !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fi-rs-add:before { content: "\f101"; } .fi-rs-alarm-clock:before { content: "\f102"; } .fi-rs-align-center:before { content: "\f103"; } .fi-rs-align-justify:before { content: "\f104"; } .fi-rs-align-left:before { content: "\f105"; } .fi-rs-align-right:before { content: "\f106"; } .fi-rs-ambulance:before { content: "\f107"; } .fi-rs-angle-double-left:before { content: "\f108"; } .fi-rs-angle-double-right:before { content: "\f109"; } .fi-rs-angle-double-small-left:before { content: "\f10a"; } .fi-rs-angle-double-small-right:before { content: "\f10b"; } .fi-rs-angle-down:before { content: "\f10c"; } .fi-rs-angle-left:before { content: "\f10d"; } .fi-rs-angle-right:before { content: "\f10e"; } .fi-rs-angle-small-down:before { content: "\f10f"; } .fi-rs-angle-small-left:before { content: "\f110"; } .fi-rs-angle-small-right:before { content: "\f111"; } .fi-rs-angle-small-up:before { content: "\f112"; } .fi-rs-angle-up:before { content: "\f113"; } .fi-rs-apps-add:before { content: "\f114"; } .fi-rs-apps-delete:before { content: "\f115"; } .fi-rs-apps-sort:before { content: "\f116"; } .fi-rs-apps:before { content: "\f117"; } .fi-rs-archive:before { content: "\f118"; } .fi-rs-arrow-down:before { content: "\f119"; } .fi-rs-arrow-left:before { content: "\f11a"; } .fi-rs-arrow-right:before { content: "\f11b"; } .fi-rs-arrow-small-down:before { content: "\f11c"; } .fi-rs-arrow-small-left:before { content: "\f11d"; } .fi-rs-arrow-small-right:before { content: "\f11e"; } .fi-rs-arrow-small-up:before { content: "\f11f"; } .fi-rs-arrow-up:before { content: "\f120"; } .fi-rs-asterisk:before { content: "\f121"; } .fi-rs-backpack:before { content: "\f122"; } .fi-rs-badge:before { content: "\f123"; } .fi-rs-ban:before { content: "\f124"; } .fi-rs-band-aid:before { content: "\f125"; } .fi-rs-bank:before { content: "\f126"; } .fi-rs-barber-shop:before { content: "\f127"; } .fi-rs-baseball:before { content: "\f128"; } .fi-rs-basketball:before { content: "\f129"; } .fi-rs-bell-ring:before { content: "\f12a"; } .fi-rs-bell-school:before { content: "\f12b"; } .fi-rs-bell:before { content: "\f12c"; } .fi-rs-billiard:before { content: "\f12d"; } .fi-rs-bold:before { content: "\f12e"; } .fi-rs-book-alt:before { content: "\f12f"; } .fi-rs-book:before { content: "\f130"; } .fi-rs-bookmark:before { content: "\f131"; } .fi-rs-bowling:before { content: "\f132"; } .fi-rs-box-alt:before { content: "\f133"; } .fi-rs-box:before { content: "\f134"; } .fi-rs-briefcase:before { content: "\f135"; } .fi-rs-broom:before { content: "\f136"; } .fi-rs-browser:before { content: "\f137"; } .fi-rs-brush:before { content: "\f138"; } .fi-rs-bug:before { content: "\f139"; } .fi-rs-building:before { content: "\f13a"; } .fi-rs-bulb:before { content: "\f13b"; } .fi-rs-calculator:before { content: "\f13c"; } .fi-rs-calendar:before { content: "\f13d"; } .fi-rs-camera:before { content: "\f13e"; } .fi-rs-caret-down:before { content: "\f13f"; } .fi-rs-caret-left:before { content: "\f140"; } .fi-rs-caret-right:before { content: "\f141"; } .fi-rs-caret-up:before { content: "\f142"; } .fi-rs-check:before { content: "\f143"; } .fi-rs-checkbox:before { content: "\f144"; } .fi-rs-chess:before { content: "\f145"; } .fi-rs-circle-small:before { content: "\f146"; } .fi-rs-circle:before { content: "\f147"; } .fi-rs-clip:before { content: "\f148"; } .fi-rs-clock:before { content: "\f149"; } .fi-rs-cloud-check:before { content: "\f14a"; } .fi-rs-cloud-disabled:before { content: "\f14b"; } .fi-rs-cloud-download:before { content: "\f14c"; } .fi-rs-cloud-share:before { content: "\f14d"; } .fi-rs-cloud-upload:before { content: "\f14e"; } .fi-rs-cloud:before { content: "\f14f"; } .fi-rs-comment-alt:before { content: "\f150"; } .fi-rs-comment:before { content: "\f151"; } .fi-rs-compress-alt:before { content: "\f152"; } .fi-rs-compress:before { content: "\f153"; } .fi-rs-computer:before { content: "\f154"; } .fi-rs-cookie:before { content: "\f155"; } .fi-rs-copy-alt:before { content: "\f156"; } .fi-rs-copy:before { content: "\f157"; } .fi-rs-copyright:before { content: "\f158"; } .fi-rs-cream:before { content: "\f159"; } .fi-rs-credit-card:before { content: "\f15a"; } .fi-rs-cross-circle:before { content: "\f15b"; } .fi-rs-cross-small:before { content: "\f15c"; } .fi-rs-cross:before { content: "\f15d"; } .fi-rs-crown:before { content: "\f15e"; } .fi-rs-cursor-finger:before { content: "\f15f"; } .fi-rs-cursor-plus:before { content: "\f160"; } .fi-rs-cursor-text-alt:before { content: "\f161"; } .fi-rs-cursor-text:before { content: "\f162"; } .fi-rs-cursor:before { content: "\f163"; } .fi-rs-dart:before { content: "\f164"; } .fi-rs-dashboard:before { content: "\f165"; } .fi-rs-data-transfer:before { content: "\f166"; } .fi-rs-database:before { content: "\f167"; } .fi-rs-delete:before { content: "\f168"; } .fi-rs-diamond:before { content: "\f169"; } .fi-rs-dice:before { content: "\f16a"; } .fi-rs-diploma:before { content: "\f16b"; } .fi-rs-disk:before { content: "\f16c"; } .fi-rs-doctor:before { content: "\f16d"; } .fi-rs-document-signed:before { content: "\f16e"; } .fi-rs-document:before { content: "\f16f"; } .fi-rs-dollar:before { content: "\f170"; } .fi-rs-download:before { content: "\f171"; } .fi-rs-duplicate:before { content: "\f172"; } .fi-rs-e-learning:before { content: "\f173"; } .fi-rs-earnings:before { content: "\f174"; } .fi-rs-edit-alt:before { content: "\f175"; } .fi-rs-edit:before { content: "\f176"; } .fi-rs-envelope:before { content: "\f177"; } .fi-rs-euro:before { content: "\f178"; } .fi-rs-exclamation:before { content: "\f179"; } .fi-rs-expand:before { content: "\f17a"; } .fi-rs-eye-crossed:before { content: "\f17b"; } .fi-rs-eye-dropper:before { content: "\f17c"; } .fi-rs-eye:before { content: "\f17d"; } .fi-rs-feather:before { content: "\f17e"; } .fi-rs-file-add:before { content: "\f17f"; } .fi-rs-file-ai:before { content: "\f180"; } .fi-rs-file-check:before { content: "\f181"; } .fi-rs-file-delete:before { content: "\f182"; } .fi-rs-file-eps:before { content: "\f183"; } .fi-rs-file-gif:before { content: "\f184"; } .fi-rs-file-music:before { content: "\f185"; } .fi-rs-file-psd:before { content: "\f186"; } .fi-rs-file:before { content: "\f187"; } .fi-rs-fill:before { content: "\f188"; } .fi-rs-film:before { content: "\f189"; } .fi-rs-filter:before { content: "\f18a"; } .fi-rs-fingerprint:before { content: "\f18b"; } .fi-rs-flag:before { content: "\f18c"; } .fi-rs-flame:before { content: "\f18d"; } .fi-rs-flip-horizontal:before { content: "\f18e"; } .fi-rs-folder-add:before { content: "\f18f"; } .fi-rs-folder:before { content: "\f190"; } .fi-rs-following:before { content: "\f191"; } .fi-rs-football:before { content: "\f192"; } .fi-rs-form:before { content: "\f193"; } .fi-rs-forward:before { content: "\f194"; } .fi-rs-ftp:before { content: "\f195"; } .fi-rs-gallery:before { content: "\f196"; } .fi-rs-glasses:before { content: "\f197"; } .fi-rs-globe-alt:before { content: "\f198"; } .fi-rs-globe:before { content: "\f199"; } .fi-rs-golf:before { content: "\f19a"; } .fi-rs-graduation-cap:before { content: "\f19b"; } .fi-rs-graphic-tablet:before { content: "\f19c"; } .fi-rs-grid-alt:before { content: "\f19d"; } .fi-rs-grid:before { content: "\f19e"; } .fi-rs-gym:before { content: "\f19f"; } .fi-rs-headphones:before { content: "\f1a0"; } .fi-rs-headset:before { content: "\f1a1"; } .fi-rs-heart:before { content: "\f1a2"; } .fi-rs-home:before { content: "\f1a3"; } .fi-rs-hourglass-end:before { content: "\f1a4"; } .fi-rs-hourglass:before { content: "\f1a5"; } .fi-rs-ice-skate:before { content: "\f1a6"; } .fi-rs-id-badge:before { content: "\f1a7"; } .fi-rs-inbox:before { content: "\f1a8"; } .fi-rs-incognito:before { content: "\f1a9"; } .fi-rs-indent:before { content: "\f1aa"; } .fi-rs-infinity:before { content: "\f1ab"; } .fi-rs-info:before { content: "\f1ac"; } .fi-rs-interactive:before { content: "\f1ad"; } .fi-rs-interlining:before { content: "\f1ae"; } .fi-rs-interrogation:before { content: "\f1af"; } .fi-rs-italic:before { content: "\f1b0"; } .fi-rs-jpg:before { content: "\f1b1"; } .fi-rs-key:before { content: "\f1b2"; } .fi-rs-keyboard:before { content: "\f1b3"; } .fi-rs-label:before { content: "\f1b4"; } .fi-rs-laptop:before { content: "\f1b5"; } .fi-rs-lasso:before { content: "\f1b6"; } .fi-rs-layers:before { content: "\f1b7"; } .fi-rs-layout-fluid:before { content: "\f1b8"; } .fi-rs-letter-case:before { content: "\f1b9"; } .fi-rs-life-ring:before { content: "\f1ba"; } .fi-rs-line-width:before { content: "\f1bb"; } .fi-rs-link:before { content: "\f1bc"; } .fi-rs-lipstick:before { content: "\f1bd"; } .fi-rs-list-check:before { content: "\f1be"; } .fi-rs-list:before { content: "\f1bf"; } .fi-rs-location-alt:before { content: "\f1c0"; } .fi-rs-lock-alt:before { content: "\f1c1"; } .fi-rs-lock:before { content: "\f1c2"; } .fi-rs-magic-wand:before { content: "\f1c3"; } .fi-rs-makeup-brush:before { content: "\f1c4"; } .fi-rs-marker-time:before { content: "\f1c5"; } .fi-rs-marker:before { content: "\f1c6"; } .fi-rs-medicine:before { content: "\f1c7"; } .fi-rs-megaphone:before { content: "\f1c8"; } .fi-rs-menu-burger:before { content: "\f1c9"; } .fi-rs-menu-dots-vertical:before { content: "\f1ca"; } .fi-rs-menu-dots:before { content: "\f1cb"; } .fi-rs-microphone:before { content: "\f1cc"; } .fi-rs-minus-small:before { content: "\f1cd"; } .fi-rs-minus:before { content: "\f1ce"; } .fi-rs-mobile:before { content: "\f1cf"; } .fi-rs-mode-landscape:before { content: "\f1d0"; } .fi-rs-mode-portrait:before { content: "\f1d1"; } .fi-rs-money:before { content: "\f1d2"; } .fi-rs-mouse:before { content: "\f1d3"; } .fi-rs-music-alt:before { content: "\f1d4"; } .fi-rs-music:before { content: "\f1d5"; } .fi-rs-network-cloud:before { content: "\f1d6"; } .fi-rs-network:before { content: "\f1d7"; } .fi-rs-notebook:before { content: "\f1d8"; } .fi-rs-opacity:before { content: "\f1d9"; } .fi-rs-package:before { content: "\f1da"; } .fi-rs-paint-brush:before { content: "\f1db"; } .fi-rs-palette:before { content: "\f1dc"; } .fi-rs-paper-plane:before { content: "\f1dd"; } .fi-rs-password:before { content: <PASSWORD>"; } .fi-rs-pause:before { content: "\f1df"; } .fi-rs-pencil:before { content: "\f1e0"; } .fi-rs-pharmacy:before { content: "\f1e1"; } .fi-rs-physics:before { content: "\f1e2"; } .fi-rs-picture:before { content: "\f1e3"; } .fi-rs-ping-pong:before { content: "\f1e4"; } .fi-rs-play-alt:before { content: "\f1e5"; } .fi-rs-play:before { content: "\f1e6"; } .fi-rs-playing-cards:before { content: "\f1e7"; } .fi-rs-plus-small:before { content: "\f1e8"; } .fi-rs-plus:before { content: "\f1e9"; } .fi-rs-poker-chip:before { content: "\f1ea"; } .fi-rs-portrait:before { content: "\f1eb"; } .fi-rs-pound:before { content: "\f1ec"; } .fi-rs-power:before { content: "\f1ed"; } .fi-rs-presentation:before { content: "\f1ee"; } .fi-rs-print:before { content: "\f1ef"; } .fi-rs-protractor:before { content: "\f1f0"; } .fi-rs-pulse:before { content: "\f1f1"; } .fi-rs-quote-right:before { content: "\f1f2"; } .fi-rs-rec:before { content: "\f1f3"; } .fi-rs-receipt:before { content: "\f1f4"; } .fi-rs-rectangle-horizontal:before { content: "\f1f5"; } .fi-rs-rectangle-panoramic:before { content: "\f1f6"; } .fi-rs-rectangle-vertical:before { content: "\f1f7"; } .fi-rs-redo:before { content: "\f1f8"; } .fi-rs-reflect:before { content: "\f1f9"; } .fi-rs-refresh:before { content: "\f1fa"; } .fi-rs-resize:before { content: "\f1fb"; } .fi-rs-resources:before { content: "\f1fc"; } .fi-rs-rewind:before { content: "\f1fd"; } .fi-rs-rocket:before { content: "\f1fe"; } .fi-rs-rotate-right:before { content: "\f1ff"; } .fi-rs-rugby:before { content: "\f200"; } .fi-rs-scale:before { content: "\f201"; } .fi-rs-school-bus:before { content: "\f202"; } .fi-rs-school:before { content: "\f203"; } .fi-rs-scissors:before { content: "\f204"; } .fi-rs-screen:before { content: "\f205"; } .fi-rs-search-alt:before { content: "\f206"; } .fi-rs-search:before { content: "\f207"; } .fi-rs-settings-sliders:before { content: "\f208"; } .fi-rs-settings:before { content: "\f209"; } .fi-rs-share:before { content: "\f20a"; } .fi-rs-shield-check:before { content: "\f20b"; } .fi-rs-shield-exclamation:before { content: "\f20c"; } .fi-rs-shield-interrogation:before { content: "\f20d"; } .fi-rs-shield-plus:before { content: "\f20e"; } .fi-rs-shield:before { content: "\f20f"; } .fi-rs-shop:before { content: "\f210"; } .fi-rs-shopping-bag-add:before { content: "\f211"; } .fi-rs-shopping-bag:before { content: "\f212"; } .fi-rs-shopping-cart-add:before { content: "\f213"; } .fi-rs-shopping-cart-check:before { content: "\f214"; } .fi-rs-shopping-cart:before { content: "\f215"; } .fi-rs-shuffle:before { content: "\f216"; } .fi-rs-sign-in:before { content: "\f217"; } .fi-rs-sign-out:before { content: "\f218"; } .fi-rs-signal-alt-1:before { content: "\f219"; } .fi-rs-signal-alt-2:before { content: "\f21a"; } .fi-rs-signal-alt:before { content: "\f21b"; } .fi-rs-skateboard:before { content: "\f21c"; } .fi-rs-smartphone:before { content: "\f21d"; } .fi-rs-soap:before { content: "\f21e"; } .fi-rs-spa:before { content: "\f21f"; } .fi-rs-speaker:before { content: "\f220"; } .fi-rs-spinner-alt:before { content: "\f221"; } .fi-rs-spinner:before { content: "\f222"; } .fi-rs-square-root:before { content: "\f223"; } .fi-rs-square:before { content: "\f224"; } .fi-rs-star:before { content: "\f225"; } .fi-rs-stats:before { content: "\f226"; } .fi-rs-stethoscope:before { content: "\f227"; } .fi-rs-sticker:before { content: "\f228"; } .fi-rs-stop:before { content: "\f229"; } .fi-rs-stopwatch:before { content: "\f22a"; } .fi-rs-subtitles:before { content: "\f22b"; } .fi-rs-surfing:before { content: "\f22c"; } .fi-rs-sword:before { content: "\f22d"; } .fi-rs-syringe:before { content: "\f22e"; } .fi-rs-tablet:before { content: "\f22f"; } .fi-rs-target:before { content: "\f230"; } .fi-rs-tennis:before { content: "\f231"; } .fi-rs-test-tube:before { content: "\f232"; } .fi-rs-test:before { content: "\f233"; } .fi-rs-text-check:before { content: "\f234"; } .fi-rs-text:before { content: "\f235"; } .fi-rs-thumbs-down:before { content: "\f236"; } .fi-rs-thumbs-up:before { content: "\f237"; } .fi-rs-ticket:before { content: "\f238"; } .fi-rs-time-add:before { content: "\f239"; } .fi-rs-time-check:before { content: "\f23a"; } .fi-rs-time-delete:before { content: "\f23b"; } .fi-rs-time-fast:before { content: "\f23c"; } .fi-rs-time-forward-sixty:before { content: "\f23d"; } .fi-rs-time-forward-ten:before { content: "\f23e"; } .fi-rs-time-forward:before { content: "\f23f"; } .fi-rs-time-half-past:before { content: "\f240"; } .fi-rs-time-oclock:before { content: "\f241"; } .fi-rs-time-past:before { content: "\f242"; } .fi-rs-time-quarter-past:before { content: "\f243"; } .fi-rs-time-quarter-to:before { content: "\f244"; } .fi-rs-time-twenty-four:before { content: "\f245"; } .fi-rs-tool-crop:before { content: "\f246"; } .fi-rs-tool-marquee:before { content: "\f247"; } .fi-rs-tooth:before { content: "\f248"; } .fi-rs-transform:before { content: "\f249"; } .fi-rs-trash:before { content: "\f24a"; } .fi-rs-treatment:before { content: "\f24b"; } .fi-rs-trophy:before { content: "\f24c"; } .fi-rs-umbrella:before { content: "\f24d"; } .fi-rs-underline:before { content: "\f24e"; } .fi-rs-undo:before { content: "\f24f"; } .fi-rs-unlock:before { content: "\f250"; } .fi-rs-upload:before { content: "\f251"; } .fi-rs-usb-drive:before { content: "\f252"; } .fi-rs-user-add:before { content: "\f253"; } .fi-rs-user-delete:before { content: "\f254"; } .fi-rs-user-remove:before { content: "\f255"; } .fi-rs-user-time:before { content: "\f256"; } .fi-rs-user:before { content: "\f257"; } .fi-rs-users:before { content: "\f258"; } .fi-rs-vector-2:before { content: "\f259"; } .fi-rs-vector-alt:before { content: "\f25a"; } .fi-rs-video-camera:before { content: "\f25b"; } .fi-rs-volleyball:before { content: "\f25c"; } .fi-rs-volume:before { content: "\f25d"; } .fi-rs-wifi-alt:before { content: "\f25e"; } .fi-rs-world:before { content: "\f25f"; } .fi-rs-yen:before { content: "\f260"; } .fi-rs-zoom-in:before { content: "\f261"; } .fi-rs-zoom-out:before { content: "\f262"; }
public/frontend/assets/css/vendors/uicons-regular-straight.css
@font-face { font-family: "uicons-regular-straight"; src: url("../../fonts/uicons/uicons-regular-straight.eot#iefix") format("embedded-opentype"), url("../../fonts/uicons/uicons-regular-straight.woff2") format("woff2"), url("../../fonts/uicons/uicons-regular-straight.woff") format("woff"); } i[class^="fi-rs-"], span[class^="fi-rs-"] { line-height: 0 !important; } i[class^="fi-rs-"]:before, i[class*=" fi-rs-"]:before, span[class^="fi-rs-"]:before, span[class*="fi-rs-"]:before { font-family: uicons-regular-straight !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1 !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fi-rs-add:before { content: "\f101"; } .fi-rs-alarm-clock:before { content: "\f102"; } .fi-rs-align-center:before { content: "\f103"; } .fi-rs-align-justify:before { content: "\f104"; } .fi-rs-align-left:before { content: "\f105"; } .fi-rs-align-right:before { content: "\f106"; } .fi-rs-ambulance:before { content: "\f107"; } .fi-rs-angle-double-left:before { content: "\f108"; } .fi-rs-angle-double-right:before { content: "\f109"; } .fi-rs-angle-double-small-left:before { content: "\f10a"; } .fi-rs-angle-double-small-right:before { content: "\f10b"; } .fi-rs-angle-down:before { content: "\f10c"; } .fi-rs-angle-left:before { content: "\f10d"; } .fi-rs-angle-right:before { content: "\f10e"; } .fi-rs-angle-small-down:before { content: "\f10f"; } .fi-rs-angle-small-left:before { content: "\f110"; } .fi-rs-angle-small-right:before { content: "\f111"; } .fi-rs-angle-small-up:before { content: "\f112"; } .fi-rs-angle-up:before { content: "\f113"; } .fi-rs-apps-add:before { content: "\f114"; } .fi-rs-apps-delete:before { content: "\f115"; } .fi-rs-apps-sort:before { content: "\f116"; } .fi-rs-apps:before { content: "\f117"; } .fi-rs-archive:before { content: "\f118"; } .fi-rs-arrow-down:before { content: "\f119"; } .fi-rs-arrow-left:before { content: "\f11a"; } .fi-rs-arrow-right:before { content: "\f11b"; } .fi-rs-arrow-small-down:before { content: "\f11c"; } .fi-rs-arrow-small-left:before { content: "\f11d"; } .fi-rs-arrow-small-right:before { content: "\f11e"; } .fi-rs-arrow-small-up:before { content: "\f11f"; } .fi-rs-arrow-up:before { content: "\f120"; } .fi-rs-asterisk:before { content: "\f121"; } .fi-rs-backpack:before { content: "\f122"; } .fi-rs-badge:before { content: "\f123"; } .fi-rs-ban:before { content: "\f124"; } .fi-rs-band-aid:before { content: "\f125"; } .fi-rs-bank:before { content: "\f126"; } .fi-rs-barber-shop:before { content: "\f127"; } .fi-rs-baseball:before { content: "\f128"; } .fi-rs-basketball:before { content: "\f129"; } .fi-rs-bell-ring:before { content: "\f12a"; } .fi-rs-bell-school:before { content: "\f12b"; } .fi-rs-bell:before { content: "\f12c"; } .fi-rs-billiard:before { content: "\f12d"; } .fi-rs-bold:before { content: "\f12e"; } .fi-rs-book-alt:before { content: "\f12f"; } .fi-rs-book:before { content: "\f130"; } .fi-rs-bookmark:before { content: "\f131"; } .fi-rs-bowling:before { content: "\f132"; } .fi-rs-box-alt:before { content: "\f133"; } .fi-rs-box:before { content: "\f134"; } .fi-rs-briefcase:before { content: "\f135"; } .fi-rs-broom:before { content: "\f136"; } .fi-rs-browser:before { content: "\f137"; } .fi-rs-brush:before { content: "\f138"; } .fi-rs-bug:before { content: "\f139"; } .fi-rs-building:before { content: "\f13a"; } .fi-rs-bulb:before { content: "\f13b"; } .fi-rs-calculator:before { content: "\f13c"; } .fi-rs-calendar:before { content: "\f13d"; } .fi-rs-camera:before { content: "\f13e"; } .fi-rs-caret-down:before { content: "\f13f"; } .fi-rs-caret-left:before { content: "\f140"; } .fi-rs-caret-right:before { content: "\f141"; } .fi-rs-caret-up:before { content: "\f142"; } .fi-rs-check:before { content: "\f143"; } .fi-rs-checkbox:before { content: "\f144"; } .fi-rs-chess:before { content: "\f145"; } .fi-rs-circle-small:before { content: "\f146"; } .fi-rs-circle:before { content: "\f147"; } .fi-rs-clip:before { content: "\f148"; } .fi-rs-clock:before { content: "\f149"; } .fi-rs-cloud-check:before { content: "\f14a"; } .fi-rs-cloud-disabled:before { content: "\f14b"; } .fi-rs-cloud-download:before { content: "\f14c"; } .fi-rs-cloud-share:before { content: "\f14d"; } .fi-rs-cloud-upload:before { content: "\f14e"; } .fi-rs-cloud:before { content: "\f14f"; } .fi-rs-comment-alt:before { content: "\f150"; } .fi-rs-comment:before { content: "\f151"; } .fi-rs-compress-alt:before { content: "\f152"; } .fi-rs-compress:before { content: "\f153"; } .fi-rs-computer:before { content: "\f154"; } .fi-rs-cookie:before { content: "\f155"; } .fi-rs-copy-alt:before { content: "\f156"; } .fi-rs-copy:before { content: "\f157"; } .fi-rs-copyright:before { content: "\f158"; } .fi-rs-cream:before { content: "\f159"; } .fi-rs-credit-card:before { content: "\f15a"; } .fi-rs-cross-circle:before { content: "\f15b"; } .fi-rs-cross-small:before { content: "\f15c"; } .fi-rs-cross:before { content: "\f15d"; } .fi-rs-crown:before { content: "\f15e"; } .fi-rs-cursor-finger:before { content: "\f15f"; } .fi-rs-cursor-plus:before { content: "\f160"; } .fi-rs-cursor-text-alt:before { content: "\f161"; } .fi-rs-cursor-text:before { content: "\f162"; } .fi-rs-cursor:before { content: "\f163"; } .fi-rs-dart:before { content: "\f164"; } .fi-rs-dashboard:before { content: "\f165"; } .fi-rs-data-transfer:before { content: "\f166"; } .fi-rs-database:before { content: "\f167"; } .fi-rs-delete:before { content: "\f168"; } .fi-rs-diamond:before { content: "\f169"; } .fi-rs-dice:before { content: "\f16a"; } .fi-rs-diploma:before { content: "\f16b"; } .fi-rs-disk:before { content: "\f16c"; } .fi-rs-doctor:before { content: "\f16d"; } .fi-rs-document-signed:before { content: "\f16e"; } .fi-rs-document:before { content: "\f16f"; } .fi-rs-dollar:before { content: "\f170"; } .fi-rs-download:before { content: "\f171"; } .fi-rs-duplicate:before { content: "\f172"; } .fi-rs-e-learning:before { content: "\f173"; } .fi-rs-earnings:before { content: "\f174"; } .fi-rs-edit-alt:before { content: "\f175"; } .fi-rs-edit:before { content: "\f176"; } .fi-rs-envelope:before { content: "\f177"; } .fi-rs-euro:before { content: "\f178"; } .fi-rs-exclamation:before { content: "\f179"; } .fi-rs-expand:before { content: "\f17a"; } .fi-rs-eye-crossed:before { content: "\f17b"; } .fi-rs-eye-dropper:before { content: "\f17c"; } .fi-rs-eye:before { content: "\f17d"; } .fi-rs-feather:before { content: "\f17e"; } .fi-rs-file-add:before { content: "\f17f"; } .fi-rs-file-ai:before { content: "\f180"; } .fi-rs-file-check:before { content: "\f181"; } .fi-rs-file-delete:before { content: "\f182"; } .fi-rs-file-eps:before { content: "\f183"; } .fi-rs-file-gif:before { content: "\f184"; } .fi-rs-file-music:before { content: "\f185"; } .fi-rs-file-psd:before { content: "\f186"; } .fi-rs-file:before { content: "\f187"; } .fi-rs-fill:before { content: "\f188"; } .fi-rs-film:before { content: "\f189"; } .fi-rs-filter:before { content: "\f18a"; } .fi-rs-fingerprint:before { content: "\f18b"; } .fi-rs-flag:before { content: "\f18c"; } .fi-rs-flame:before { content: "\f18d"; } .fi-rs-flip-horizontal:before { content: "\f18e"; } .fi-rs-folder-add:before { content: "\f18f"; } .fi-rs-folder:before { content: "\f190"; } .fi-rs-following:before { content: "\f191"; } .fi-rs-football:before { content: "\f192"; } .fi-rs-form:before { content: "\f193"; } .fi-rs-forward:before { content: "\f194"; } .fi-rs-ftp:before { content: "\f195"; } .fi-rs-gallery:before { content: "\f196"; } .fi-rs-glasses:before { content: "\f197"; } .fi-rs-globe-alt:before { content: "\f198"; } .fi-rs-globe:before { content: "\f199"; } .fi-rs-golf:before { content: "\f19a"; } .fi-rs-graduation-cap:before { content: "\f19b"; } .fi-rs-graphic-tablet:before { content: "\f19c"; } .fi-rs-grid-alt:before { content: "\f19d"; } .fi-rs-grid:before { content: "\f19e"; } .fi-rs-gym:before { content: "\f19f"; } .fi-rs-headphones:before { content: "\f1a0"; } .fi-rs-headset:before { content: "\f1a1"; } .fi-rs-heart:before { content: "\f1a2"; } .fi-rs-home:before { content: "\f1a3"; } .fi-rs-hourglass-end:before { content: "\f1a4"; } .fi-rs-hourglass:before { content: "\f1a5"; } .fi-rs-ice-skate:before { content: "\f1a6"; } .fi-rs-id-badge:before { content: "\f1a7"; } .fi-rs-inbox:before { content: "\f1a8"; } .fi-rs-incognito:before { content: "\f1a9"; } .fi-rs-indent:before { content: "\f1aa"; } .fi-rs-infinity:before { content: "\f1ab"; } .fi-rs-info:before { content: "\f1ac"; } .fi-rs-interactive:before { content: "\f1ad"; } .fi-rs-interlining:before { content: "\f1ae"; } .fi-rs-interrogation:before { content: "\f1af"; } .fi-rs-italic:before { content: "\f1b0"; } .fi-rs-jpg:before { content: "\f1b1"; } .fi-rs-key:before { content: "\f1b2"; } .fi-rs-keyboard:before { content: "\f1b3"; } .fi-rs-label:before { content: "\f1b4"; } .fi-rs-laptop:before { content: "\f1b5"; } .fi-rs-lasso:before { content: "\f1b6"; } .fi-rs-layers:before { content: "\f1b7"; } .fi-rs-layout-fluid:before { content: "\f1b8"; } .fi-rs-letter-case:before { content: "\f1b9"; } .fi-rs-life-ring:before { content: "\f1ba"; } .fi-rs-line-width:before { content: "\f1bb"; } .fi-rs-link:before { content: "\f1bc"; } .fi-rs-lipstick:before { content: "\f1bd"; } .fi-rs-list-check:before { content: "\f1be"; } .fi-rs-list:before { content: "\f1bf"; } .fi-rs-location-alt:before { content: "\f1c0"; } .fi-rs-lock-alt:before { content: "\f1c1"; } .fi-rs-lock:before { content: "\f1c2"; } .fi-rs-magic-wand:before { content: "\f1c3"; } .fi-rs-makeup-brush:before { content: "\f1c4"; } .fi-rs-marker-time:before { content: "\f1c5"; } .fi-rs-marker:before { content: "\f1c6"; } .fi-rs-medicine:before { content: "\f1c7"; } .fi-rs-megaphone:before { content: "\f1c8"; } .fi-rs-menu-burger:before { content: "\f1c9"; } .fi-rs-menu-dots-vertical:before { content: "\f1ca"; } .fi-rs-menu-dots:before { content: "\f1cb"; } .fi-rs-microphone:before { content: "\f1cc"; } .fi-rs-minus-small:before { content: "\f1cd"; } .fi-rs-minus:before { content: "\f1ce"; } .fi-rs-mobile:before { content: "\f1cf"; } .fi-rs-mode-landscape:before { content: "\f1d0"; } .fi-rs-mode-portrait:before { content: "\f1d1"; } .fi-rs-money:before { content: "\f1d2"; } .fi-rs-mouse:before { content: "\f1d3"; } .fi-rs-music-alt:before { content: "\f1d4"; } .fi-rs-music:before { content: "\f1d5"; } .fi-rs-network-cloud:before { content: "\f1d6"; } .fi-rs-network:before { content: "\f1d7"; } .fi-rs-notebook:before { content: "\f1d8"; } .fi-rs-opacity:before { content: "\f1d9"; } .fi-rs-package:before { content: "\f1da"; } .fi-rs-paint-brush:before { content: "\f1db"; } .fi-rs-palette:before { content: "\f1dc"; } .fi-rs-paper-plane:before { content: "\f1dd"; } .fi-rs-password:before { content: <PASSWORD>"; } .fi-rs-pause:before { content: "\f1df"; } .fi-rs-pencil:before { content: "\f1e0"; } .fi-rs-pharmacy:before { content: "\f1e1"; } .fi-rs-physics:before { content: "\f1e2"; } .fi-rs-picture:before { content: "\f1e3"; } .fi-rs-ping-pong:before { content: "\f1e4"; } .fi-rs-play-alt:before { content: "\f1e5"; } .fi-rs-play:before { content: "\f1e6"; } .fi-rs-playing-cards:before { content: "\f1e7"; } .fi-rs-plus-small:before { content: "\f1e8"; } .fi-rs-plus:before { content: "\f1e9"; } .fi-rs-poker-chip:before { content: "\f1ea"; } .fi-rs-portrait:before { content: "\f1eb"; } .fi-rs-pound:before { content: "\f1ec"; } .fi-rs-power:before { content: "\f1ed"; } .fi-rs-presentation:before { content: "\f1ee"; } .fi-rs-print:before { content: "\f1ef"; } .fi-rs-protractor:before { content: "\f1f0"; } .fi-rs-pulse:before { content: "\f1f1"; } .fi-rs-quote-right:before { content: "\f1f2"; } .fi-rs-rec:before { content: "\f1f3"; } .fi-rs-receipt:before { content: "\f1f4"; } .fi-rs-rectangle-horizontal:before { content: "\f1f5"; } .fi-rs-rectangle-panoramic:before { content: "\f1f6"; } .fi-rs-rectangle-vertical:before { content: "\f1f7"; } .fi-rs-redo:before { content: "\f1f8"; } .fi-rs-reflect:before { content: "\f1f9"; } .fi-rs-refresh:before { content: "\f1fa"; } .fi-rs-resize:before { content: "\f1fb"; } .fi-rs-resources:before { content: "\f1fc"; } .fi-rs-rewind:before { content: "\f1fd"; } .fi-rs-rocket:before { content: "\f1fe"; } .fi-rs-rotate-right:before { content: "\f1ff"; } .fi-rs-rugby:before { content: "\f200"; } .fi-rs-scale:before { content: "\f201"; } .fi-rs-school-bus:before { content: "\f202"; } .fi-rs-school:before { content: "\f203"; } .fi-rs-scissors:before { content: "\f204"; } .fi-rs-screen:before { content: "\f205"; } .fi-rs-search-alt:before { content: "\f206"; } .fi-rs-search:before { content: "\f207"; } .fi-rs-settings-sliders:before { content: "\f208"; } .fi-rs-settings:before { content: "\f209"; } .fi-rs-share:before { content: "\f20a"; } .fi-rs-shield-check:before { content: "\f20b"; } .fi-rs-shield-exclamation:before { content: "\f20c"; } .fi-rs-shield-interrogation:before { content: "\f20d"; } .fi-rs-shield-plus:before { content: "\f20e"; } .fi-rs-shield:before { content: "\f20f"; } .fi-rs-shop:before { content: "\f210"; } .fi-rs-shopping-bag-add:before { content: "\f211"; } .fi-rs-shopping-bag:before { content: "\f212"; } .fi-rs-shopping-cart-add:before { content: "\f213"; } .fi-rs-shopping-cart-check:before { content: "\f214"; } .fi-rs-shopping-cart:before { content: "\f215"; } .fi-rs-shuffle:before { content: "\f216"; } .fi-rs-sign-in:before { content: "\f217"; } .fi-rs-sign-out:before { content: "\f218"; } .fi-rs-signal-alt-1:before { content: "\f219"; } .fi-rs-signal-alt-2:before { content: "\f21a"; } .fi-rs-signal-alt:before { content: "\f21b"; } .fi-rs-skateboard:before { content: "\f21c"; } .fi-rs-smartphone:before { content: "\f21d"; } .fi-rs-soap:before { content: "\f21e"; } .fi-rs-spa:before { content: "\f21f"; } .fi-rs-speaker:before { content: "\f220"; } .fi-rs-spinner-alt:before { content: "\f221"; } .fi-rs-spinner:before { content: "\f222"; } .fi-rs-square-root:before { content: "\f223"; } .fi-rs-square:before { content: "\f224"; } .fi-rs-star:before { content: "\f225"; } .fi-rs-stats:before { content: "\f226"; } .fi-rs-stethoscope:before { content: "\f227"; } .fi-rs-sticker:before { content: "\f228"; } .fi-rs-stop:before { content: "\f229"; } .fi-rs-stopwatch:before { content: "\f22a"; } .fi-rs-subtitles:before { content: "\f22b"; } .fi-rs-surfing:before { content: "\f22c"; } .fi-rs-sword:before { content: "\f22d"; } .fi-rs-syringe:before { content: "\f22e"; } .fi-rs-tablet:before { content: "\f22f"; } .fi-rs-target:before { content: "\f230"; } .fi-rs-tennis:before { content: "\f231"; } .fi-rs-test-tube:before { content: "\f232"; } .fi-rs-test:before { content: "\f233"; } .fi-rs-text-check:before { content: "\f234"; } .fi-rs-text:before { content: "\f235"; } .fi-rs-thumbs-down:before { content: "\f236"; } .fi-rs-thumbs-up:before { content: "\f237"; } .fi-rs-ticket:before { content: "\f238"; } .fi-rs-time-add:before { content: "\f239"; } .fi-rs-time-check:before { content: "\f23a"; } .fi-rs-time-delete:before { content: "\f23b"; } .fi-rs-time-fast:before { content: "\f23c"; } .fi-rs-time-forward-sixty:before { content: "\f23d"; } .fi-rs-time-forward-ten:before { content: "\f23e"; } .fi-rs-time-forward:before { content: "\f23f"; } .fi-rs-time-half-past:before { content: "\f240"; } .fi-rs-time-oclock:before { content: "\f241"; } .fi-rs-time-past:before { content: "\f242"; } .fi-rs-time-quarter-past:before { content: "\f243"; } .fi-rs-time-quarter-to:before { content: "\f244"; } .fi-rs-time-twenty-four:before { content: "\f245"; } .fi-rs-tool-crop:before { content: "\f246"; } .fi-rs-tool-marquee:before { content: "\f247"; } .fi-rs-tooth:before { content: "\f248"; } .fi-rs-transform:before { content: "\f249"; } .fi-rs-trash:before { content: "\f24a"; } .fi-rs-treatment:before { content: "\f24b"; } .fi-rs-trophy:before { content: "\f24c"; } .fi-rs-umbrella:before { content: "\f24d"; } .fi-rs-underline:before { content: "\f24e"; } .fi-rs-undo:before { content: "\f24f"; } .fi-rs-unlock:before { content: "\f250"; } .fi-rs-upload:before { content: "\f251"; } .fi-rs-usb-drive:before { content: "\f252"; } .fi-rs-user-add:before { content: "\f253"; } .fi-rs-user-delete:before { content: "\f254"; } .fi-rs-user-remove:before { content: "\f255"; } .fi-rs-user-time:before { content: "\f256"; } .fi-rs-user:before { content: "\f257"; } .fi-rs-users:before { content: "\f258"; } .fi-rs-vector-2:before { content: "\f259"; } .fi-rs-vector-alt:before { content: "\f25a"; } .fi-rs-video-camera:before { content: "\f25b"; } .fi-rs-volleyball:before { content: "\f25c"; } .fi-rs-volume:before { content: "\f25d"; } .fi-rs-wifi-alt:before { content: "\f25e"; } .fi-rs-world:before { content: "\f25f"; } .fi-rs-yen:before { content: "\f260"; } .fi-rs-zoom-in:before { content: "\f261"; } .fi-rs-zoom-out:before { content: "\f262"; }
0.479991
0.152884
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap'); :root { --text-color: #2B2B2B; --error: #F52900; --valid: #14F506; --primary-color: rgb(240, 240, 240); --secondary-color: #00BCD4; --grey: rgb(100, 100, 100); } * { padding: 0; margin: 0; box-sizing: border-box; } body, input, button { font-family: 'Ubuntu', sans-serif; color: var(--text-color); } nav { display: inline; } label { display: block; margin-bottom: 5px; color: var(--grey); font-weight: 700; } input, select { width: 100%; height: 32px; border: none; outline: none; padding-left: 5px; } textarea { resize: vertical; height: 100px; width: 100%; outline: none; padding: 5px; border: none; } p { margin-bottom: 20px; } .invalid { border: 1px solid var(--error); } .valid { border: 1px solid var(--valid); } .container { max-width: 1200px; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .font-weight-bold { font-weight: 700; } /* Header */ header { margin-top: 25px; width: 100%; } .menu { display: flex; flex-direction: row; align-items: center; justify-content: space-between; max-width: 50%; width: 100%; } .logo { width: 80px; height: auto; } .menu ul li { margin-right: 30px; display: inline; list-style: none; font-size: 24px; cursor: pointer; } .menu ul li a { text-decoration: none; color: var(--font-color); } /* Form */ main { margin: 50px 0; width: 100%; padding: 20px; background-color: var(--primary-color); border-radius: 5px; } .grid-fields { display: grid; grid-template-columns: repeat(2, 1fr); } .register-form div { padding: 10px 10px 10px 0; } .btn { border: none; width: 160px; height: 50px; font-weight: 700; font-size: 1.5em; cursor: pointer; outline: none; transition: box-shadow 0.8s; border-radius: 5px; } .btn-submit { background-color: var(--secondary-color); color: #fff; } .btn-submit:hover { box-shadow: 0 0 15px var(--secondary-color); } /* Contact checkout */ .contact-checkout { margin: 50px; padding: 20px; background-color: var(--primary-color); } .btn-back { background-color: var(--valid); margin-bottom: 20px; } .btn-back:hover { box-shadow: 0 0 15px var(--valid); } @media screen and (max-width: 768px) { .menu { max-width: 100%; width: 100%; } .menu ul li { display: block; font-size: 24px; } .grid-fields { grid-template-columns: repeat(1, 1fr); } .btn { width: 100%; } .contact-checkout { margin: 20px; padding: 20px; } }
exercise-basic-php/styles.css
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap'); :root { --text-color: #2B2B2B; --error: #F52900; --valid: #14F506; --primary-color: rgb(240, 240, 240); --secondary-color: #00BCD4; --grey: rgb(100, 100, 100); } * { padding: 0; margin: 0; box-sizing: border-box; } body, input, button { font-family: 'Ubuntu', sans-serif; color: var(--text-color); } nav { display: inline; } label { display: block; margin-bottom: 5px; color: var(--grey); font-weight: 700; } input, select { width: 100%; height: 32px; border: none; outline: none; padding-left: 5px; } textarea { resize: vertical; height: 100px; width: 100%; outline: none; padding: 5px; border: none; } p { margin-bottom: 20px; } .invalid { border: 1px solid var(--error); } .valid { border: 1px solid var(--valid); } .container { max-width: 1200px; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .font-weight-bold { font-weight: 700; } /* Header */ header { margin-top: 25px; width: 100%; } .menu { display: flex; flex-direction: row; align-items: center; justify-content: space-between; max-width: 50%; width: 100%; } .logo { width: 80px; height: auto; } .menu ul li { margin-right: 30px; display: inline; list-style: none; font-size: 24px; cursor: pointer; } .menu ul li a { text-decoration: none; color: var(--font-color); } /* Form */ main { margin: 50px 0; width: 100%; padding: 20px; background-color: var(--primary-color); border-radius: 5px; } .grid-fields { display: grid; grid-template-columns: repeat(2, 1fr); } .register-form div { padding: 10px 10px 10px 0; } .btn { border: none; width: 160px; height: 50px; font-weight: 700; font-size: 1.5em; cursor: pointer; outline: none; transition: box-shadow 0.8s; border-radius: 5px; } .btn-submit { background-color: var(--secondary-color); color: #fff; } .btn-submit:hover { box-shadow: 0 0 15px var(--secondary-color); } /* Contact checkout */ .contact-checkout { margin: 50px; padding: 20px; background-color: var(--primary-color); } .btn-back { background-color: var(--valid); margin-bottom: 20px; } .btn-back:hover { box-shadow: 0 0 15px var(--valid); } @media screen and (max-width: 768px) { .menu { max-width: 100%; width: 100%; } .menu ul li { display: block; font-size: 24px; } .grid-fields { grid-template-columns: repeat(1, 1fr); } .btn { width: 100%; } .contact-checkout { margin: 20px; padding: 20px; } }
0.380759
0.104204
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: inherit; vertical-align: baseline; } html { font-size: 62.5%; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } body { background: #f6f4e9; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; -webkit-font-smoothing: antialiased; line-height: 18px; color: #222222; position: relative; } a { color: #00a6fc; text-decoration: none; line-height: inherit; } a:hover { color: #30b8ff; } a:focus { color: #cc4714; outline: none; } p a, p a:visited { line-height: inherit; } ul, ol { margin-bottom: 18px; } ul { list-style: none outside; } ul.square { list-style: square outside; } ul.circle { list-style: circle outside; } ul.disc { list-style: disc outside; } ol { list-style: decimal; } ol, ul.square, ul.circle, ul.disc { margin-left: 30px; } li { margin-bottom: 12px; } ul.large li { line-height: 21px; } table { background: white; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: solid 1px #dddddd; } table thead, table tfoot { background: #f5f5f5; } table thead tr th, table tfoot tr th { font-size: 12px; font-size: 1.2rem; line-height: 18px; text-align: left; } table thead tr th { padding: 8px 10px 9px; font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #222222; } table thead tr th:first-child { border-left: none; } table thead tr th:last-child { border-right: none; } table tbody tr.alt { background: #f9f9f9; } table tbody tr:nth-child(even) { background: #f9f9f9; } table tbody tr td { font-size: 12px; font-size: 1.2rem; line-height: 18px; text-align: left; color: #333333; padding: 9px 10px; vertical-align: top; border: none; } table tfoot tr td { font-size: 12px; font-size: 1.2rem; line-height: 18px; text-align: left; } table tfoot tr td:last-child { border-left: none; } table tfoot tr td:last-child { border-right: none; } .left { float: left; } .right { float: right; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .hide { display: none; } .highlight { background: yellow; } #googlemap img, object, embed, #map_canvas embed, #map_canvas img, #map_canvas object { max-width: none; } .container { padding: 0 20px; } .row { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; } .row .row { min-width: 0; } .column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; } .column:first-child, .columns:first-child { margin-left: 0; } [class*="column"] + [class*='column']:last-child { float: right; } .row .one.columns { width: 4.3%; } .row .two.columns { width: 13%; } .row .three.columns { width: 21.679%; } .row .four.columns { width: 30.37%; } .row .five.columns { width: 39.1%; } .row .six.columns { width: 47.8%; } .row .seven.columns { width: 56.5%; } .row .eight.columns { width: 65.2%; } .row .nine.columns { width: 73.9%; } .row .ten.columns { width: 82.6%; } .row .eleven.columns { width: 91.3%; } .row .twelve.columns { width: 100%; } .row .offset-by-one { margin-left: 13.1%; } .row .offset-by-one:first-child { margin-left: 8.7%; } .row .offset-by-two { margin-left: 21.8%; } .row .offset-by-two:first-child { margin-left: 17.4%; } .row .offset-by-three { margin-left: 30.5%; } .row .offset-by-three:first-child { margin-left: 26.1%; } .row .offset-by-four { margin-left: 39.2%; } .row .offset-by-four:first-child { margin-left: 34.8%; } .row .offset-by-five { margin-left: 47.9%; } .row .offset-by-five:first-child { margin-left: 43.5%; } .row .offset-by-six { margin-left: 56.6%; } .row .offset-by-six:first-child { margin-left: 52.2%; } .row .offset-by-seven { margin-left: 65.3%; } .row .offset-by-seven:first-child { margin-left: 60.9%; } .row .offset-by-eight { margin-left: 74%; } .row .offset-by-eight:first-child { margin-left: 69.6%; } .row .offset-by-nine { margin-left: 82.7%; } .row .offset-by-nine:first-child { margin-left: 78.3%; } .row .offset-by-ten { margin-left: 91.4%; } .row .offset-by-ten:first-child { margin-left: 87%; } .row .offset-by-eleven:first-child { margin-left: 95.7%; } .row .centered { float: none; margin: 0 auto; } .push-two { left: 17.4%; } .push-three { left: 26.1%; } .push-four { left: 34.8%; } .push-five { left: 43.5%; } .push-six { left: 52.2%; } .push-seven { left: 60.9%; } .push-eight { left: 69.6%; } .push-nine { left: 78.3%; } .push-ten { left: 87%; } .pull-two { right: 17.4%; } .pull-three { right: 26.1%; } .pull-four { right: 34.8%; } .pull-five { right: 43.5%; } .pull-six { right: 52.2%; } .pull-seven { right: 60.9%; } .pull-eight { right: 69.6%; } .pull-nine { right: 78.3%; } .pull-ten { right: 87%; } img, object, embed { max-width: 100%; height: auto; } img { -ms-interpolation-mode: bicubic; } #map_canvas img, .map_canvas img { max-width: none !important; } .row:before, .row:after, .clearfix:before, .clearfix:after { content: ""; display: table; } .row:after, .clearfix:after { clear: both; } .row, .clearfix { zoom: 1; } .block-grid { display: block; overflow: hidden; } .block-grid > li { display: block; height: auto; float: left; } .block-grid.two-up { margin-left: -4%; } .block-grid.two-up > li { margin-left: 4%; width: 46%; } .block-grid.three-up { margin-left: -2%; } .block-grid.three-up > li { margin-left: 2%; width: 31.3%; } .block-grid.four-up { margin-left: -2%; } .block-grid.four-up > li { margin-left: 2%; width: 23%; } .block-grid.five-up { margin-left: -1.5%; } .block-grid.five-up > li { margin-left: 1.5%; width: 18.5%; } @media only screen and (max-width: 767px) { h1 { font-size: 32px; font-size: 3.2rem; line-height: 1.3; } h2 { font-size: 28px; font-size: 2.8rem; line-height: 1.3; } h3 { font-size: 21px; font-size: 2.1rem; line-height: 1.3; } h4 { font-size: 18px; font-size: 1.8rem; line-height: 1.2; } h5 { font-size: 16px; font-size: 1.6rem; line-height: 1.2; } h6 { font-size: 15px; font-size: 1.5rem; line-height: 1.2; } body, p { font-size: 15px; font-size: 1.5rem; line-height: 1.4; } } @media only screen and (max-width: 767px) { body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } .container { min-width: 0; margin-left: 0; margin-right: 0; } .row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; } .row .row .column, .row .row .columns { padding: 0; } .column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; } .column:last-child, .columns:last-child { margin-right: 0; float: none; } [class*="column"] + [class*="column"]:last-child { float: none; } [class*="column"]:before, [class*="column"]:after { content: ""; display: table; } .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered { margin-left: 0% !important; } .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; } .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; } .row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child { margin-left: 0; } .row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child { float: right; } .row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four { margin-left: 4.4%; float: left; min-height: 1px; position: relative; padding: 0; } .row .phone-one { width: 21.68% !important; } .row .phone-two { width: 47.8% !important; } .row .phone-three { width: 73.9% !important; } .row .phone-four { width: 100% !important; } .row .push-one-phone { left: 26.08%; } .row .push-two-phone { left: 52.2%; } .row .push-three-phone { left: 78.3%; } .row .pull-one-phone { right: 26.08%; } .row .pull-two-phone { right: 52.2%; } .row .pull-three-phone { right: 78.3%; } } @media only screen and (max-width: 767px) { .block-grid.mobile { margin-left: 0%; } .block-grid.mobile > li { float: none; width: 100%; margin-left: 0%; } } .show-on-phones { display: none !important; } .show-on-tablets { display: none !important; } .show-on-desktops { display: block !important; } .hide-on-phones { display: block !important; } .hide-on-tablets { display: block !important; } .hide-on-desktops { display: none !important; } @media only screen and (max-width: 1280px) and (min-width: 768px) { .touch .hide-on-phones { display: block !important; } .touch .hide-on-tablets { display: none !important; } .touch .hide-on-desktops { display: block !important; } .touch .show-on-phones { display: none !important; } .touch .show-on-tablets { display: block !important; } .touch .show-on-desktops { display: none !important; } } @media only screen and (max-width: 767px) { .hide-on-phones { display: none !important; } .hide-on-tablets { display: block !important; } .hide-on-desktops { display: block !important; } .show-on-phones { display: block !important; } .show-on-tablets { display: none !important; } .show-on-desktops { display: none !important; } } table.show-on-desktops { display: table !important; } table.hide-on-phones { display: table !important; } table.hide-on-tablets { display: table !important; } @media only screen and (max-width: 1280px) and (min-width: 768px) { .touch table.hide-on-phones { display: table !important; } .touch table.hide-on-desktops { display: table !important; } .touch table.hide-on-tablets { display: table !important; } } @media only screen and (max-width: 767px) { table.hide-on-tablets { display: table !important; } table.hide-on-desktops { display: table !important; } table.show-on-phones { display: table !important; } } @media only screen and (max-width: 767px) { div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea, form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { display: block; width: 100%; padding: 6px 2% 4px; font-size: 18px; font-size: 1.8rem; } form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } form.nice div.form-field.error small, form.nice small.error { padding: 6px 2%; display: block; } form.nice div.form-field.error .small + small, form.nice .small + .error { width: auto; } form.nice div.form-field.error .medium + small, form.nice .medium + .error { width: auto; } form.nice div.form-field.error .large + small, form.nice .large + .error { width: auto; } form.nice div.form-field.error .expand + small, form.nice .expand + .error { width: auto; } } @media only screen and (max-width: 767px) { .button { display: block; } button.button, input[submit="submit"].button { width: 100%; padding-left: 0; padding-right: 0; margin-bottom: 5px; } } @media only screen and (max-width: 767px) { dl.tabs.mobile, dl.nice.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; } dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd { float: none; height: auto; } dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #cccccc; border-width: 1px 0 0; margin: 0; color: #555555; background: #eeeeee; font-size: 15px; font-size: 1.5rem; } dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; } .nice.tabs.mobile { border-bottom: solid 1px #cccccc; height: auto; } .nice.tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: solid 1px #cccccc; background: white; } .nice.tabs.mobile dd a.active { border: none; background: #00a6fc; color: white; margin: 0; position: static; top: 0; height: auto; } .nice.tabs.mobile dd:first-child a.active { margin-bottom: 0; } dl.contained.mobile, dl.nice.contained.mobile { margin-bottom: 0; } dl.contained.tabs.mobile dd a { padding: 18px 20px; } dl.nice.contained.tabs.mobile dd a { padding: 18px 20px; } dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; } .nav-bar { height: auto; } .nav-bar > li { float: none; display: block; border-right: none; } .nav-bar > li > a.main { text-align: left; border-top: 1px solid #dddddd; border-right: none; } .nav-bar > li.has-flyout > a.main:after { display: none; } .nav-bar > li.has-flyout a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; border-left: 1px dashed #eeeeee; display: block; } .nav-bar > li.has-flyout a.flyout-toggle span { content: ""; width: 0; height: 0; border: 4px solid; border-color: #2a85e8 transparent transparent transparent; display: block; } .nav-bar > li.has-flyout a.flyout-toggle:hover span { border-top-color: #141414; } .nav-bar > li:first-child > a.main { border-top: none; } .nav-bar > li:hover > a.main { font-weight: bold; } .nav-bar > li:hover ul { position: relative; } .flyout { position: relative; width: auto; top: auto; margin-right: -2px; border-width: 1px 1px 0px 1px; } .flyout.right { float: none; right: auto; left: -1px; } .flyout.small, .flyout.large { width: auto; } .flyout p.last-child { margin-bottom: 18px; } } @media only screen and (max-width: 767px) { .tooltip { font-size: 14px; font-size: 1.4rem; line-height: 1.4; padding: 7px 10px 9px 10px; } .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub { border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; top: -12px; left: 10px; } } @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { .flex-video { padding-top: 0; } } h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.25; } h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px; } h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 9px; } h3 { font-size: 28px; font-size: 2.8rem; margin-bottom: 9px; } h4 { font-size: 21px; font-size: 2.1rem; margin-bottom: 3px; } h5 { font-size: 18px; font-size: 1.8rem; margin-bottom: 3px; font-weight: normal; } h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; } .subheader { color: #777777; font-weight: 300; margin-bottom: 24px; } p { font-size: 13px; font-size: 1.3rem; line-height: 1.25; margin: 0 0 18px; } p img { margin: 0; } p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5; } em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; } blockquote, blockquote p { line-height: 20px; color: #777777; } blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #dddddd; } blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555555; } blockquote cite:before { content: "/2014 /0020"; } blockquote cite a, blockquote cite a:visited { color: #555555; } hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; } abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #dddddd; cursor: help; } abbr { text-transform: none; } .print-only { display: none !important; } @media print { * { background: transparent !important; color: #141414 !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } p a, p a:visited { color: #444444 !important; text-decoration: underline; } p a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(href) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: solid 1px #999999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .hide-on-print { display: none !important; } .print-only { display: block !important; } } .button { background: #00a6fc; display: inline-block; text-align: center; padding: 9px 34px 11px; color: white; text-decoration: none; font-weight: bold; font-size: 13px; font-size: 1.3rem; line-height: 1; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; position: relative; cursor: pointer; border: none; outline: none; margin: 0; } input[type=submit].button, button.button { -webkit-appearance: none; } button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; } .button.nice { background-color: #00a6fc; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); -moz-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; -o-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; text-shadow: rgba(0, 0, 0, 0.28) 0 -1px 1px; border: 1px solid #008ed8; -moz-transition-property: background-color; -webkit-transition-property: background-color; -o-transition-property: background-color; transition-property: background-color; -moz-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; -o-transition-duration: 0.25s; transition-duration: 0.25s; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .button.radius { -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .button.round { -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .button.full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; } .button.left-align { text-align: left; text-indent: 12px; } .button.tiny { font-size: 10px; font-size: 1rem; padding: 6px 14px 8px; width: auto; } .button.small { font-size: 11px; font-size: 1.1rem; padding: 8px 20px 10px; width: auto; } .button.medium { font-size: 13px; font-size: 1.3rem; width: auto; } .button.large { font-size: 18px; font-size: 1.8rem; padding: 11px 48px 13px; width: auto; } .button.blue { background-color: #00a6fc; } .button.red { background-color: #e91c21; } .button.white { background-color: #f0f0f0; color: #333333; } .button.black { background-color: #2e2e2e; } .button.green { background-color: #5b8737; } .button.nice.blue { border: 1px solid #008ed8; } .button.nice.red { border: 1px solid #cd1418; } .button.nice.white { border: 1px solid #d4d4d4; text-shadow: none !important; } .button.nice.black { border: 1px solid #2e2e2e; } .button.nice.green { border: 1px solid #4a6e2d; } .button:hover, .button:focus { background-color: #0092dd; color: white; } .button.blue:hover, .button.blue:focus { background-color: #0092dd; } .button.red:hover, .button.red:focus { background-color: #d21419; } .button.white:hover, .button.white:focus { background-color: #dedede; color: #333333; } .button.black:hover, .button.black:focus { background-color: #141414; } .button.green:hover, .button.green:focus { background-color: #4c712e; } .button.nice:active { -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); } .button.disabled, .button[disabled] { opacity: 0.6; cursor: default; } @-moz-document url-prefix("http://") { input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner { border: 0; padding: 0; } input[type=submit].tiny.button { padding: 5px 14px 7px; } input[type=submit].small.button { padding: 7px 20px 8px; } input[type=submit].medium.button { padding: 8px 34px 9px; } input[type=submit].large.button { padding: 9px 48px 20px; } }
stylesheets/foundation.css
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: inherit; vertical-align: baseline; } html { font-size: 62.5%; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } body { background: #f6f4e9; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; -webkit-font-smoothing: antialiased; line-height: 18px; color: #222222; position: relative; } a { color: #00a6fc; text-decoration: none; line-height: inherit; } a:hover { color: #30b8ff; } a:focus { color: #cc4714; outline: none; } p a, p a:visited { line-height: inherit; } ul, ol { margin-bottom: 18px; } ul { list-style: none outside; } ul.square { list-style: square outside; } ul.circle { list-style: circle outside; } ul.disc { list-style: disc outside; } ol { list-style: decimal; } ol, ul.square, ul.circle, ul.disc { margin-left: 30px; } li { margin-bottom: 12px; } ul.large li { line-height: 21px; } table { background: white; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: solid 1px #dddddd; } table thead, table tfoot { background: #f5f5f5; } table thead tr th, table tfoot tr th { font-size: 12px; font-size: 1.2rem; line-height: 18px; text-align: left; } table thead tr th { padding: 8px 10px 9px; font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #222222; } table thead tr th:first-child { border-left: none; } table thead tr th:last-child { border-right: none; } table tbody tr.alt { background: #f9f9f9; } table tbody tr:nth-child(even) { background: #f9f9f9; } table tbody tr td { font-size: 12px; font-size: 1.2rem; line-height: 18px; text-align: left; color: #333333; padding: 9px 10px; vertical-align: top; border: none; } table tfoot tr td { font-size: 12px; font-size: 1.2rem; line-height: 18px; text-align: left; } table tfoot tr td:last-child { border-left: none; } table tfoot tr td:last-child { border-right: none; } .left { float: left; } .right { float: right; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .hide { display: none; } .highlight { background: yellow; } #googlemap img, object, embed, #map_canvas embed, #map_canvas img, #map_canvas object { max-width: none; } .container { padding: 0 20px; } .row { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; } .row .row { min-width: 0; } .column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; } .column:first-child, .columns:first-child { margin-left: 0; } [class*="column"] + [class*='column']:last-child { float: right; } .row .one.columns { width: 4.3%; } .row .two.columns { width: 13%; } .row .three.columns { width: 21.679%; } .row .four.columns { width: 30.37%; } .row .five.columns { width: 39.1%; } .row .six.columns { width: 47.8%; } .row .seven.columns { width: 56.5%; } .row .eight.columns { width: 65.2%; } .row .nine.columns { width: 73.9%; } .row .ten.columns { width: 82.6%; } .row .eleven.columns { width: 91.3%; } .row .twelve.columns { width: 100%; } .row .offset-by-one { margin-left: 13.1%; } .row .offset-by-one:first-child { margin-left: 8.7%; } .row .offset-by-two { margin-left: 21.8%; } .row .offset-by-two:first-child { margin-left: 17.4%; } .row .offset-by-three { margin-left: 30.5%; } .row .offset-by-three:first-child { margin-left: 26.1%; } .row .offset-by-four { margin-left: 39.2%; } .row .offset-by-four:first-child { margin-left: 34.8%; } .row .offset-by-five { margin-left: 47.9%; } .row .offset-by-five:first-child { margin-left: 43.5%; } .row .offset-by-six { margin-left: 56.6%; } .row .offset-by-six:first-child { margin-left: 52.2%; } .row .offset-by-seven { margin-left: 65.3%; } .row .offset-by-seven:first-child { margin-left: 60.9%; } .row .offset-by-eight { margin-left: 74%; } .row .offset-by-eight:first-child { margin-left: 69.6%; } .row .offset-by-nine { margin-left: 82.7%; } .row .offset-by-nine:first-child { margin-left: 78.3%; } .row .offset-by-ten { margin-left: 91.4%; } .row .offset-by-ten:first-child { margin-left: 87%; } .row .offset-by-eleven:first-child { margin-left: 95.7%; } .row .centered { float: none; margin: 0 auto; } .push-two { left: 17.4%; } .push-three { left: 26.1%; } .push-four { left: 34.8%; } .push-five { left: 43.5%; } .push-six { left: 52.2%; } .push-seven { left: 60.9%; } .push-eight { left: 69.6%; } .push-nine { left: 78.3%; } .push-ten { left: 87%; } .pull-two { right: 17.4%; } .pull-three { right: 26.1%; } .pull-four { right: 34.8%; } .pull-five { right: 43.5%; } .pull-six { right: 52.2%; } .pull-seven { right: 60.9%; } .pull-eight { right: 69.6%; } .pull-nine { right: 78.3%; } .pull-ten { right: 87%; } img, object, embed { max-width: 100%; height: auto; } img { -ms-interpolation-mode: bicubic; } #map_canvas img, .map_canvas img { max-width: none !important; } .row:before, .row:after, .clearfix:before, .clearfix:after { content: ""; display: table; } .row:after, .clearfix:after { clear: both; } .row, .clearfix { zoom: 1; } .block-grid { display: block; overflow: hidden; } .block-grid > li { display: block; height: auto; float: left; } .block-grid.two-up { margin-left: -4%; } .block-grid.two-up > li { margin-left: 4%; width: 46%; } .block-grid.three-up { margin-left: -2%; } .block-grid.three-up > li { margin-left: 2%; width: 31.3%; } .block-grid.four-up { margin-left: -2%; } .block-grid.four-up > li { margin-left: 2%; width: 23%; } .block-grid.five-up { margin-left: -1.5%; } .block-grid.five-up > li { margin-left: 1.5%; width: 18.5%; } @media only screen and (max-width: 767px) { h1 { font-size: 32px; font-size: 3.2rem; line-height: 1.3; } h2 { font-size: 28px; font-size: 2.8rem; line-height: 1.3; } h3 { font-size: 21px; font-size: 2.1rem; line-height: 1.3; } h4 { font-size: 18px; font-size: 1.8rem; line-height: 1.2; } h5 { font-size: 16px; font-size: 1.6rem; line-height: 1.2; } h6 { font-size: 15px; font-size: 1.5rem; line-height: 1.2; } body, p { font-size: 15px; font-size: 1.5rem; line-height: 1.4; } } @media only screen and (max-width: 767px) { body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } .container { min-width: 0; margin-left: 0; margin-right: 0; } .row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; } .row .row .column, .row .row .columns { padding: 0; } .column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; } .column:last-child, .columns:last-child { margin-right: 0; float: none; } [class*="column"] + [class*="column"]:last-child { float: none; } [class*="column"]:before, [class*="column"]:after { content: ""; display: table; } .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered { margin-left: 0% !important; } .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; } .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; } .row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child { margin-left: 0; } .row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child { float: right; } .row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four { margin-left: 4.4%; float: left; min-height: 1px; position: relative; padding: 0; } .row .phone-one { width: 21.68% !important; } .row .phone-two { width: 47.8% !important; } .row .phone-three { width: 73.9% !important; } .row .phone-four { width: 100% !important; } .row .push-one-phone { left: 26.08%; } .row .push-two-phone { left: 52.2%; } .row .push-three-phone { left: 78.3%; } .row .pull-one-phone { right: 26.08%; } .row .pull-two-phone { right: 52.2%; } .row .pull-three-phone { right: 78.3%; } } @media only screen and (max-width: 767px) { .block-grid.mobile { margin-left: 0%; } .block-grid.mobile > li { float: none; width: 100%; margin-left: 0%; } } .show-on-phones { display: none !important; } .show-on-tablets { display: none !important; } .show-on-desktops { display: block !important; } .hide-on-phones { display: block !important; } .hide-on-tablets { display: block !important; } .hide-on-desktops { display: none !important; } @media only screen and (max-width: 1280px) and (min-width: 768px) { .touch .hide-on-phones { display: block !important; } .touch .hide-on-tablets { display: none !important; } .touch .hide-on-desktops { display: block !important; } .touch .show-on-phones { display: none !important; } .touch .show-on-tablets { display: block !important; } .touch .show-on-desktops { display: none !important; } } @media only screen and (max-width: 767px) { .hide-on-phones { display: none !important; } .hide-on-tablets { display: block !important; } .hide-on-desktops { display: block !important; } .show-on-phones { display: block !important; } .show-on-tablets { display: none !important; } .show-on-desktops { display: none !important; } } table.show-on-desktops { display: table !important; } table.hide-on-phones { display: table !important; } table.hide-on-tablets { display: table !important; } @media only screen and (max-width: 1280px) and (min-width: 768px) { .touch table.hide-on-phones { display: table !important; } .touch table.hide-on-desktops { display: table !important; } .touch table.hide-on-tablets { display: table !important; } } @media only screen and (max-width: 767px) { table.hide-on-tablets { display: table !important; } table.hide-on-desktops { display: table !important; } table.show-on-phones { display: table !important; } } @media only screen and (max-width: 767px) { div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea, form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { display: block; width: 100%; padding: 6px 2% 4px; font-size: 18px; font-size: 1.8rem; } form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } form.nice div.form-field.error small, form.nice small.error { padding: 6px 2%; display: block; } form.nice div.form-field.error .small + small, form.nice .small + .error { width: auto; } form.nice div.form-field.error .medium + small, form.nice .medium + .error { width: auto; } form.nice div.form-field.error .large + small, form.nice .large + .error { width: auto; } form.nice div.form-field.error .expand + small, form.nice .expand + .error { width: auto; } } @media only screen and (max-width: 767px) { .button { display: block; } button.button, input[submit="submit"].button { width: 100%; padding-left: 0; padding-right: 0; margin-bottom: 5px; } } @media only screen and (max-width: 767px) { dl.tabs.mobile, dl.nice.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; } dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd { float: none; height: auto; } dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #cccccc; border-width: 1px 0 0; margin: 0; color: #555555; background: #eeeeee; font-size: 15px; font-size: 1.5rem; } dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; } .nice.tabs.mobile { border-bottom: solid 1px #cccccc; height: auto; } .nice.tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: solid 1px #cccccc; background: white; } .nice.tabs.mobile dd a.active { border: none; background: #00a6fc; color: white; margin: 0; position: static; top: 0; height: auto; } .nice.tabs.mobile dd:first-child a.active { margin-bottom: 0; } dl.contained.mobile, dl.nice.contained.mobile { margin-bottom: 0; } dl.contained.tabs.mobile dd a { padding: 18px 20px; } dl.nice.contained.tabs.mobile dd a { padding: 18px 20px; } dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; } .nav-bar { height: auto; } .nav-bar > li { float: none; display: block; border-right: none; } .nav-bar > li > a.main { text-align: left; border-top: 1px solid #dddddd; border-right: none; } .nav-bar > li.has-flyout > a.main:after { display: none; } .nav-bar > li.has-flyout a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; border-left: 1px dashed #eeeeee; display: block; } .nav-bar > li.has-flyout a.flyout-toggle span { content: ""; width: 0; height: 0; border: 4px solid; border-color: #2a85e8 transparent transparent transparent; display: block; } .nav-bar > li.has-flyout a.flyout-toggle:hover span { border-top-color: #141414; } .nav-bar > li:first-child > a.main { border-top: none; } .nav-bar > li:hover > a.main { font-weight: bold; } .nav-bar > li:hover ul { position: relative; } .flyout { position: relative; width: auto; top: auto; margin-right: -2px; border-width: 1px 1px 0px 1px; } .flyout.right { float: none; right: auto; left: -1px; } .flyout.small, .flyout.large { width: auto; } .flyout p.last-child { margin-bottom: 18px; } } @media only screen and (max-width: 767px) { .tooltip { font-size: 14px; font-size: 1.4rem; line-height: 1.4; padding: 7px 10px 9px 10px; } .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub { border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; top: -12px; left: 10px; } } @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { .flex-video { padding-top: 0; } } h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.25; } h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px; } h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 9px; } h3 { font-size: 28px; font-size: 2.8rem; margin-bottom: 9px; } h4 { font-size: 21px; font-size: 2.1rem; margin-bottom: 3px; } h5 { font-size: 18px; font-size: 1.8rem; margin-bottom: 3px; font-weight: normal; } h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; } .subheader { color: #777777; font-weight: 300; margin-bottom: 24px; } p { font-size: 13px; font-size: 1.3rem; line-height: 1.25; margin: 0 0 18px; } p img { margin: 0; } p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5; } em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; } blockquote, blockquote p { line-height: 20px; color: #777777; } blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #dddddd; } blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555555; } blockquote cite:before { content: "/2014 /0020"; } blockquote cite a, blockquote cite a:visited { color: #555555; } hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; } abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #dddddd; cursor: help; } abbr { text-transform: none; } .print-only { display: none !important; } @media print { * { background: transparent !important; color: #141414 !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } p a, p a:visited { color: #444444 !important; text-decoration: underline; } p a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(href) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: solid 1px #999999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .hide-on-print { display: none !important; } .print-only { display: block !important; } } .button { background: #00a6fc; display: inline-block; text-align: center; padding: 9px 34px 11px; color: white; text-decoration: none; font-weight: bold; font-size: 13px; font-size: 1.3rem; line-height: 1; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; position: relative; cursor: pointer; border: none; outline: none; margin: 0; } input[type=submit].button, button.button { -webkit-appearance: none; } button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; } .button.nice { background-color: #00a6fc; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%); -moz-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; -o-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0; text-shadow: rgba(0, 0, 0, 0.28) 0 -1px 1px; border: 1px solid #008ed8; -moz-transition-property: background-color; -webkit-transition-property: background-color; -o-transition-property: background-color; transition-property: background-color; -moz-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; -o-transition-duration: 0.25s; transition-duration: 0.25s; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .button.radius { -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .button.round { -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .button.full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; } .button.left-align { text-align: left; text-indent: 12px; } .button.tiny { font-size: 10px; font-size: 1rem; padding: 6px 14px 8px; width: auto; } .button.small { font-size: 11px; font-size: 1.1rem; padding: 8px 20px 10px; width: auto; } .button.medium { font-size: 13px; font-size: 1.3rem; width: auto; } .button.large { font-size: 18px; font-size: 1.8rem; padding: 11px 48px 13px; width: auto; } .button.blue { background-color: #00a6fc; } .button.red { background-color: #e91c21; } .button.white { background-color: #f0f0f0; color: #333333; } .button.black { background-color: #2e2e2e; } .button.green { background-color: #5b8737; } .button.nice.blue { border: 1px solid #008ed8; } .button.nice.red { border: 1px solid #cd1418; } .button.nice.white { border: 1px solid #d4d4d4; text-shadow: none !important; } .button.nice.black { border: 1px solid #2e2e2e; } .button.nice.green { border: 1px solid #4a6e2d; } .button:hover, .button:focus { background-color: #0092dd; color: white; } .button.blue:hover, .button.blue:focus { background-color: #0092dd; } .button.red:hover, .button.red:focus { background-color: #d21419; } .button.white:hover, .button.white:focus { background-color: #dedede; color: #333333; } .button.black:hover, .button.black:focus { background-color: #141414; } .button.green:hover, .button.green:focus { background-color: #4c712e; } .button.nice:active { -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); } .button.disabled, .button[disabled] { opacity: 0.6; cursor: default; } @-moz-document url-prefix("http://") { input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner { border: 0; padding: 0; } input[type=submit].tiny.button { padding: 5px 14px 7px; } input[type=submit].small.button { padding: 7px 20px 8px; } input[type=submit].medium.button { padding: 8px 34px 9px; } input[type=submit].large.button { padding: 9px 48px 20px; } }
0.381796
0.079068
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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } /* Styles */ body { overflow: hidden; font-family: 'Roboto', sans-serif; } /* Layout */ nav.navbar { /* width: 100%; */ /* height: 40px; */ /* background: grey; */ margin: 0 0; } .sidebar { float: left; height: 100%; width: 200px; } .content { height: 100%; /* border: 2px solid red; */ overflow: scroll; } /* Sidebar */ .sidebar-nav { /* border: 2px solid yellow; */ padding: 5px; display: flex; flex-direction: column; padding: 10px 20px; } .sidebar-nav li { margin: 5px; cursor: pointer; } .sidebar-nav button { margin: 10px 0; } /* Compose */ .new-message { display: flex; flex-direction: column; padding: 50px; } .new-message-header { color: white; background: #404040; margin: 0; padding: 10px; } .compose-form { display: flex; flex-direction: column; } .compose-form :focus { outline: none; } .compose-form .body { /* margin-top: 10px; */ } .compose-form input { /* margin: 5px 0; */ padding: 5px; } .submit-message { width: 100px; } textarea { resize: none; border: 1px solid lightgray; } /* Messages */ .messages { margin-top: 10px; margin-right: 30px; border-top: 1px solid lightgray; background: #E0E0E0; } .message { /* min-width: 300px; */ padding: 10px 30px; border: 1px solid lightgray; border-top: none; display: inline-block; width: 100%; } .messages .from { display: inline-block; width: 250px; /* padding-right: 20px; */ } .messages .to { display: inline-block; width: 250px; } .messages .subject { font-weight: bold; width: 150px; } .messages .body { width: calc(100% - 480px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; vertical-align: bottom; }
2017-05-01-NYC-Lecture-Notes-master/w6d5/mail/styles.css
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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } /* Styles */ body { overflow: hidden; font-family: 'Roboto', sans-serif; } /* Layout */ nav.navbar { /* width: 100%; */ /* height: 40px; */ /* background: grey; */ margin: 0 0; } .sidebar { float: left; height: 100%; width: 200px; } .content { height: 100%; /* border: 2px solid red; */ overflow: scroll; } /* Sidebar */ .sidebar-nav { /* border: 2px solid yellow; */ padding: 5px; display: flex; flex-direction: column; padding: 10px 20px; } .sidebar-nav li { margin: 5px; cursor: pointer; } .sidebar-nav button { margin: 10px 0; } /* Compose */ .new-message { display: flex; flex-direction: column; padding: 50px; } .new-message-header { color: white; background: #404040; margin: 0; padding: 10px; } .compose-form { display: flex; flex-direction: column; } .compose-form :focus { outline: none; } .compose-form .body { /* margin-top: 10px; */ } .compose-form input { /* margin: 5px 0; */ padding: 5px; } .submit-message { width: 100px; } textarea { resize: none; border: 1px solid lightgray; } /* Messages */ .messages { margin-top: 10px; margin-right: 30px; border-top: 1px solid lightgray; background: #E0E0E0; } .message { /* min-width: 300px; */ padding: 10px 30px; border: 1px solid lightgray; border-top: none; display: inline-block; width: 100%; } .messages .from { display: inline-block; width: 250px; /* padding-right: 20px; */ } .messages .to { display: inline-block; width: 250px; } .messages .subject { font-weight: bold; width: 150px; } .messages .body { width: calc(100% - 480px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; vertical-align: bottom; }
0.346431
0.084531
Created on : 02/11/2016, 11:56:01 Author : Walter */ /* CSS Document Estilos para o painel de controle */ .top-painel-controle { padding-top: 0%; } .painel-container { height: 300px; -webkit-margin-start: auto; -webkit-margin-end: auto; /*display: table;*/ border-collapse: separate; border-spacing: 2px; border-color: grey; } .painel-main { display: table-row-group; vertical-align: middle; border-color: inherit; display:flex; } .menu-painel-controle { padding: 0px 20px 0px 20px; margin: 20px auto; } .sombra-abaixo { box-shadow: 0 15px 15px -5px #333 !important; } .menu-painel-controle .li-painel-controle:last-child { margin-right: 0px; } .menu-painel-controle .li-painel-controle { width: 150px; height: 150px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #f9f9f9; -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,.75); -moz-box-shadow: inset 0 0 3px rgba(255,255,255,.75); box-shadow: inset 0 0 3px rgba(255,255,255,.75); border: solid 1px #eee; overflow: hidden; position: relative; float: left; margin-right: 4px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; display: -webkit-box; } .menu-painel-controle .li-painel-controle:last-child { margin-right: 0px; } .menu-painel-controle .li-painel-controle a { text-align: left; width: 100%; height: 100%; display: block; color: #2e9bcd; position: relative; -webkit-transition: height 0.7s; transition: height 0.7s; } .menu-painel-controle .li-painel-controle:hover { background-color: #f9f9f9; z-index: 999; height: 240px; } .menu-painel-controle .li-painel-controle:hover .sub { opacity: 1; filter: alpha(opacity=100); background-color: #2e9bcd; color: #fff; margin-bottom: 0; -webkit-animation: moveFromBottom 500ms ease; -moz-animation: moveFromBottom 500ms ease; -ms-animation: moveFromBottom 500ms ease; } .menu-painel-controle .li-painel-controle:hover .icon { color: #2e9bcd; font-size: 55px; opacity: 0.2; } img, img a, a, a:active, a:visited { border: none; outline: none; } a { color: #fff; text-decoration: none !important; } .icon { line-height: 120px; position: absolute; width: 100%; left: 0px; font-size: 60px; text-align: center; -webkit-transition: all 400ms linear; -moz-transition: all 400ms linear; -o-transition: all 400ms linear; -ms-transition: all 400ms linear; transition: all 400ms linear; } .menu-painel-controle .li-painel-controle:hover .main-painel-controle { color: #2e9bcd; -webkit-animation: smallToBig 300ms ease; -moz-animation: smallToBig 300ms ease; -ms-animation: smallToBig 300ms ease; padding-top: 85px; } .main-painel-controle { font-family: 'Droid Sans', sans-serif; font-size: 13px; font-weight: 400; padding-top: 80px; text-align: center; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; } .sub { text-align: center; font-family: 'Droid Sans', sans-serif; font-size: 12px; font-weight: 400; color: #fff; position: absolute; bottom: 0px; width: 100%; left: 0px; opacity: 0; filter: alpha(opacity=0); letter-spacing: .4px; line-height: 19px; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; } .img-position { display: none; position: absolute; top: 0; left: 52px; text-align: center; margin-top: -22px; } h3 { padding: 10% 0 10% 0; } .row-painel-controle{ height: 280px; }
public/css/painel.css
Created on : 02/11/2016, 11:56:01 Author : Walter */ /* CSS Document Estilos para o painel de controle */ .top-painel-controle { padding-top: 0%; } .painel-container { height: 300px; -webkit-margin-start: auto; -webkit-margin-end: auto; /*display: table;*/ border-collapse: separate; border-spacing: 2px; border-color: grey; } .painel-main { display: table-row-group; vertical-align: middle; border-color: inherit; display:flex; } .menu-painel-controle { padding: 0px 20px 0px 20px; margin: 20px auto; } .sombra-abaixo { box-shadow: 0 15px 15px -5px #333 !important; } .menu-painel-controle .li-painel-controle:last-child { margin-right: 0px; } .menu-painel-controle .li-painel-controle { width: 150px; height: 150px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #f9f9f9; -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,.75); -moz-box-shadow: inset 0 0 3px rgba(255,255,255,.75); box-shadow: inset 0 0 3px rgba(255,255,255,.75); border: solid 1px #eee; overflow: hidden; position: relative; float: left; margin-right: 4px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; display: -webkit-box; } .menu-painel-controle .li-painel-controle:last-child { margin-right: 0px; } .menu-painel-controle .li-painel-controle a { text-align: left; width: 100%; height: 100%; display: block; color: #2e9bcd; position: relative; -webkit-transition: height 0.7s; transition: height 0.7s; } .menu-painel-controle .li-painel-controle:hover { background-color: #f9f9f9; z-index: 999; height: 240px; } .menu-painel-controle .li-painel-controle:hover .sub { opacity: 1; filter: alpha(opacity=100); background-color: #2e9bcd; color: #fff; margin-bottom: 0; -webkit-animation: moveFromBottom 500ms ease; -moz-animation: moveFromBottom 500ms ease; -ms-animation: moveFromBottom 500ms ease; } .menu-painel-controle .li-painel-controle:hover .icon { color: #2e9bcd; font-size: 55px; opacity: 0.2; } img, img a, a, a:active, a:visited { border: none; outline: none; } a { color: #fff; text-decoration: none !important; } .icon { line-height: 120px; position: absolute; width: 100%; left: 0px; font-size: 60px; text-align: center; -webkit-transition: all 400ms linear; -moz-transition: all 400ms linear; -o-transition: all 400ms linear; -ms-transition: all 400ms linear; transition: all 400ms linear; } .menu-painel-controle .li-painel-controle:hover .main-painel-controle { color: #2e9bcd; -webkit-animation: smallToBig 300ms ease; -moz-animation: smallToBig 300ms ease; -ms-animation: smallToBig 300ms ease; padding-top: 85px; } .main-painel-controle { font-family: 'Droid Sans', sans-serif; font-size: 13px; font-weight: 400; padding-top: 80px; text-align: center; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; } .sub { text-align: center; font-family: 'Droid Sans', sans-serif; font-size: 12px; font-weight: 400; color: #fff; position: absolute; bottom: 0px; width: 100%; left: 0px; opacity: 0; filter: alpha(opacity=0); letter-spacing: .4px; line-height: 19px; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; } .img-position { display: none; position: absolute; top: 0; left: 52px; text-align: center; margin-top: -22px; } h3 { padding: 10% 0 10% 0; } .row-painel-controle{ height: 280px; }
0.405449
0.108283
@font-face { font-family: 'Styrene B Web'; src: url(/5ef4773b804f1b18ef1883703b518ebc73643ea3/1f926/fonts/styrene/styreneb-medium-web.eot); src: url(/5ef4773b804f1b18ef1883703b518ebc73643ea3/1f926/fonts/styrene/styreneb-medium-web.eot#iefix) format('embedded-opentype'), url(/c146223b56acd456e0fc0a76d763c1c8ce001444/6387f/fonts/styrene/styreneb-medium-web.woff2) format('woff2'), url(/fb790b5bce1e6eb1af8874bb79e5e94693ee4fce/f748c/fonts/styrene/styreneb-medium-web.woff) format('woff'); font-weight: 500; font-style: normal; font-stretch: normal } @font-face { font-family: 'Feijoa Display'; src: url(/2fa207f4268db5a3918e9bc4f9f4797a17b246d9/c51e8/fonts/feijoa/feijoa-display.eot); src: url(/2fa207f4268db5a3918e9bc4f9f4797a17b246d9/c51e8/fonts/feijoa/feijoa-display.eot#iefix) format('embedded-opentype'), url(/49c39cee9a305512f5f6067587796e68ed646a82/37654/fonts/feijoa/feijoa-display.woff2) format('woff2'), url(/bc070e87469331585166d9adb9a4bfa13e035b20/eb195/fonts/feijoa/feijoa-display.woff) format('woff'); font-weight: 400; font-style: normal } @font-face { font-family: 'Apercu Regular Pro'; src: url(/f9e5d37154e0f5f0e129cf5f770fe9adbcda87bc/118da/fonts/apercu/regular/apercu-regular-pro.eot); src: url(/f9e5d37154e0f5f0e129cf5f770fe9adbcda87bc/118da/fonts/apercu/regular/apercu-regular-pro.eot#iefix) format('embedded-opentype'), url(/7220c5080c1144e7aa9a335dce590c0dfac23003/c2890/fonts/apercu/regular/apercu-regular-pro.woff2) format('woff2'), url(/78fe734627085547afbf5e40f6541952f13b982b/66988/fonts/apercu/regular/apercu-regular-pro.woff) format('woff'); font-weight: 400; font-style: normal } @font-face { font-family: 'Apercu Mono Bold Pro'; src: url(/000dd99d3676be55768e96c7fff3f606dfeb5779/119c9/fonts/apercu/mono/bold/apercu-mono-bold-pro.eot); src: url(/000dd99d3676be55768e96c7fff3f606dfeb5779/119c9/fonts/apercu/mono/bold/apercu-mono-bold-pro.eot#iefix) format('embedded-opentype'), url(/3738f7083bf87c6dbea28755e72d8e62f4f00f1d/38300/fonts/apercu/mono/bold/apercu-mono-bold-pro.woff2) format('woff2'), url(/3bc5fe45091bf68d77498a986f0fb9ea21664d77/36adb/fonts/apercu/mono/bold/apercu-mono-bold-pro.woff) format('woff'); font-weight: 400; font-style: normal } h1 { font-size: 51.31569027900696px; font-family: 'Feijoa Display'; line-height: 52px } h2 { font-size: 36.0406494140625px } h3 { font-size: 32.0361328125px } h4 { font-size: 28.4765625px; line-height: 36px } h5 { font-size: 25.3125px } h6 { font-size: 22.5px; line-height: 36px } p { color: #222; line-height: 32px; font-size: 20px } h2, h3, h4, h5, h6, p { font-family: 'Apercu Regular Pro'; font-variant-numeric: oldstyle-nums; font-variant-ligatures: common-ligatures } a, button, h1, h2, h3, h4, p { font-smooth: always; -webkit-font-smoothing: antialiased } h1, h2, h3, h4, h5, h6, p { cursor: default; color: #222; font-weight: 400 } a { text-decoration: none; color: #31302f } h6 a, p a { color: #cba0aa } .soon { font-size: 17.77777777777778px; color: #917d68 } .mono { font-size: 14.046639231824416px; font-family: "Apercu Mono Bold Pro"; text-transform: uppercase; color: #8c8075 } .link, .running { position: relative; z-index: 2 } .link:after, .running:after { content: ''; position: absolute; z-index: -1; top: 100%; right: 0; bottom: 0; left: 0; background-color: #0c5ffa; width: 100%; transition: top .1s ease } .running:after { background-color: #0c5ffa } .link:hover:after, .running:hover:after { top: 55%; transition: top .3s ease } footer { padding-top: 180px } footer .mono { position: relative; line-height: 1; margin-left: -12.4%; transform-origin: 0 0; transform: rotate(-90deg) translateX(-450px); backface-visibility: hidden; z-index: 1 } footer .footer-cards { display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 100% } footer .footer-cards .card { max-width: grid(2, 9) } footer .bottom { height: auto; margin-top: 168px; margin-bottom: 260px; text-align: center } footer .bottom .home { margin: 0 auto } footer .bottom .home img { width: 36px; height: 36px; transform: scale(1.05); backface-visibility: hidden; transition: transform .3s ease } footer .bottom .home img:hover { transform: translateZ(0) scale(1) } footer .bottom .links { width: 100%; text-align: center; line-height: 1; margin-top: 116px; white-space: nowrap; backface-visibility: hidden; display: flex; flex-direction: row; align-items: center; justify-content: center } footer .bottom .links a, footer .bottom .links p { font-family: 'Styrene B Web'; font-weight: 500; font-size: 15.802469135802468px; text-transform: uppercase; letter-spacing: 1.5px } @media (max-width:900px) { footer { padding-top: 80px } footer .footer-cards { display: flex; flex-direction: column; align-content: space-between } footer .bottom { margin-top: 168px; margin-bottom: 240px } footer .bottom .links { margin-top: 100px } } @media (max-width:1300px) { footer { padding-top: 100px } footer .bottom { margin-top: 60px; margin-bottom: 140px } footer .bottom .links { margin-top: 60px } footer .bottom .links a { font-size: 14.046639231824416px } } @media (max-width:340px) { footer .bottom .links { display: flex; flex-direction: column; align-items: center } footer .bottom .links a { margin-bottom: 36px } footer .bottom .links p { display: none } } .row { position: fixed; width: 100%; height: 100%; max-width: 1920px; pointer-events: none; opacity: 0; z-index: 10000 } .row .column-0 { width: 1px; margin-left: 3%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-1 { width: 1px; margin-left: 6.2%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-2 { width: 1px; margin-left: 12.4%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-3 { width: 1px; margin-left: 16.6%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-4 { width: 1px; margin-left: 19.9%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-5 { width: 1px; margin-left: 22%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-6 { width: 1px; margin-left: 25%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-7 { width: 1px; margin-left: 26.3%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-8 { width: 1px; margin-left: 40%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-9 { width: 1px; margin-left: 47.9%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-10 { width: 1px; margin-left: 50%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-11 { width: 1px; margin-left: 52.1%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-12 { width: 1px; margin-left: 60%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-13 { width: 1px; margin-left: 73.7%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-14 { width: 1px; margin-left: 75%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-15 { width: 1px; margin-left: 78%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-16 { width: 1px; margin-left: 80.1%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-17 { width: 1px; margin-left: 83.4%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-18 { width: 1px; margin-left: 87.6%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-19 { width: 1px; margin-left: 93.75%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-20 { width: 1px; margin-left: 97%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .page { width: 100%; max-width: 1920px; margin: 0 auto } .page .wrapper { position: relative; margin-right: 12.4%; margin-left: 12.4% } .projects { position: relative } .projects .mono { position: relative; line-height: 1; margin-left: -12.4%; transform-origin: 0 0; transform: rotate(-90deg) translateX(-450px); backface-visibility: hidden; z-index: 1 } .projects .cards { display: flex; flex-direction: column; align-content: space-between; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px } .personal { position: relative } .personal .box { height: calc(100% + 140px); margin-top: -140px } .personal .social { position: absolute; transform-origin: 0 100%; transform: rotate(90deg) translateX(100px); line-height: 1; z-index: 2; margin-top: -12px; white-space: nowrap; backface-visibility: hidden; display: flex; flex-direction: row; align-items: center } .personal .social a, .personal .social p { font-family: 'Styrene B Web'; font-weight: 500; font-size: 14.046639231824416px; text-transform: uppercase; letter-spacing: 1.5px } .box { position: absolute; margin-top: -80px; margin-left: -column-2; width: 93.8vw; height: 60%; background-color: #f5f2f0; z-index: 0 } @media (max-width:900px) { .projects { top: -52px; margin-top: 0!important } .projects .cards { align-content: flex-start; padding-top: 0; padding-bottom: 0; position: relative } .personal { margin-top: -44px } .personal .box { margin-top: -120px!important; height: calc(100% + 120px)!important } .box { margin-top: 44px; height: 1200px } } @media (max-width:1300px) { .page .wrapper { margin-right: 6.2%; margin-left: 6.2% } .projects { padding-top: 0; margin-top: -40px } .projects .cards { margin-top: -20px } .projects .mono { display: none } .personal .social { margin-top: 0 } } @media (max-width:1450px) { .personal .box { margin-top: -100px!important; height: calc(100% + 100px)!important } } .introduction { padding-top: 280px; margin-bottom: 220px } .introduction h1 { line-height: 52px; margin-bottom: 20px } .introduction .paragraphs { display: flex; flex-direction: row; align-items: flex-start; width: 100% } .introduction .paragraphs .wrap { margin-right: 100px; max-width: 520px } @media (max-width:700px) { .introduction { margin-bottom: 60px!important } .introduction h1 { font-size: 40.54573059082031px; margin-bottom: 16px; line-height: 44px } .introduction .paragraphs { display: flex; flex-direction: column; align-items: flex-start; width: 100% } .introduction .paragraphs .wrap p { margin-bottom: 16px } } @media (max-width:1300px) { .introduction { padding-top: 192px; margin-bottom: 120px } .introduction .paragraphs .wrap { margin-right: 40px } .introduction .paragraphs .wrap p { font-size: 17.77777777777778px!important; line-height: 30px!important } } .full, .proof-left, .proof-right { position: relative; z-index: 2 } .full img, .proof-left img, .proof-right img { width: 100% } .casing { position: relative; margin-top: 180px; padding-bottom: 144px; display: flex; flex-direction: row; align-items: flex-start; width: 100% } .casing .full-box { position: absolute; width: 100vw; background-color: #f5f2f0; z-index: 0; top: -75%; bottom: 0 } .casing .mono { position: relative; width: 100px; margin-right: 260px; z-index: 2 } .casing .text { position: relative; width: 600px; margin-bottom: 28px; z-index: 2 } .upp { margin-top: 140px; padding-bottom: 160px } .up { margin-top: 100px; padding-bottom: 160px } @media (max-width:700px) { .casing { margin-top: 60px!important; padding-bottom: 60px!important } } @media (max-width:900px) { .casing { flex-direction: column } .casing .full-box { position: absolute; width: 100vw; background-color: #f5f2f0; z-index: 0; height: 155%; top: -50%; bottom: -5% } .casing .mono { position: relative; width: auto; margin-right: 0; margin-bottom: 12px; z-index: 2 } .casing .text { width: 100% } } @media (max-width:1300px) { .casing { margin-top: 140px; padding-bottom: 140px } .casing .mono { position: relative; width: 100%; margin-right: 100px; z-index: 2 } .casing .text { font-size: 17.77777777777778px; line-height: 30px; margin-bottom: 16px } } @media (max-width:1300px) { .casing { margin-top: 100px; padding-bottom: 100px } } .propositions { position: relative; margin-top: 120px; padding-bottom: 160px } .propositions .full-box { position: absolute; width: 100vw; bottom: 0; background-color: #f5f2f0; z-index: 0; top: -180px } .propositions .wrap { position: relative; z-index: 2; display: flex; flex-direction: row; align-items: flex-start; width: 100%; z-index: 2 } .propositions .wrap .hobby { display: flex; flex-direction: row; align-content: space-between; flex-wrap: nowrap; justify-content: flex-start; padding-bottom: 0; width: calc((47.9vw - 12.4vw)); max-width: calc((47.9px - 12.4px) * 19.2) } .propositions .wrap .hobby .mono { width: 50px; margin-right: 15% } .propositions .wrap .hobby .pieces .text { margin-bottom: 16px } @media (max-width:1450px) { .propositions { padding-bottom: 180px } } @media (max-width:1300px) { .propositions { padding-bottom: 100px } .propositions .wrap { margin-top: -20px; width: calc((93.8vw - 6.2vw)); max-width: calc((93.8px - 6.2px) * 19.2); margin-bottom: 0 } .propositions .wrap .hobby { width: 50% } .propositions .wrap .hobby .pieces .text { font-size: 17.77777777777778px; line-height: 30px; margin-bottom: 8px } } @media (max-width:900px) { .propositions { margin-top: 100px; padding-bottom: 60px } .propositions .wrap { flex-direction: column; align-items: flex-start } .propositions .wrap .hobby { flex-direction: column; width: calc((93.8vw - 6.2vw))!important; padding-bottom: 40px } .propositions .wrap .hobby .mono { width: 50px; margin-top: 4px; margin-right: 0; margin-bottom: 12px } .propositions .wrap .hobby .pieces .text { font-size: 17.77777777777778px; line-height: 30px; margin-bottom: 8px } } @media (max-width:700px) { .propositions { margin-top: 60px; padding-bottom: 20px } .propositions .wrap { margin-bottom: 6px!important } } nav { position: fixed; top: 0; left: 0; z-index: 10; width: 100%; margin: 0 auto; background-color: #f8f8f8; transition: transform .3s ease } nav .navigation-wrapper { width: calc((87.6vw - 12.4vw)); max-width: 1443.94px; display: flex; flex-direction: row; align-items: center; height: 100px; position: relative; margin-left: 50%; transform: translateX(-50%); position: relative } nav .central { order: 2; text-align: center; margin: 0 auto } nav .central a { position: relative; cursor: pointer; margin-right: 50px; margin-left: 50px } nav .right { order: 3; text-align: right; width: 100px } nav .home { order: 1; text-align: left; width: 100px; cursor: pointer; transform: scale(1.05); transition: transform .3s ease; backface-visibility: hidden } nav .home:after { opacity: 0 } nav .home:hover { transform: translateZ(0) scale(1) } nav svg { width: 36px; height: 36px } nav .owl { transition: fill .3s ease } nav a { font-family: 'Styrene B Web'; font-weight: 500; font-size: 15.802469135802468px; text-transform: uppercase } .dark { transition: color .3s ease } .light { transition: #f8f8f8 .3s ease } .lighten { transition: fill .3s ease } .lighter { transition: #f8f8f8 .3s ease } .darker-background { background-color: #333!important } .dark-color { background-color: #222 } .darken-background { background-color: #222 } .svg-background { fill: #333 } .darken-color { color: #222 } .lighten-background { background-color: #f8f8f8 } .lighten-color { color: #f8f8f8 } @media (max-width:700px) { nav .central { opacity: 0 } nav .navigation-wrapper { height: 60px } } @media (max-width:1300px) { nav .central a { margin-right: 25px; margin-left: 25px } nav a { font-size: 14.046639231824416px } nav .navigation-wrapper { width: calc((93.8vw - 6.2vw)); height: 80px } } .hero { width: 100%; padding-top: 140px; display: flex; flex-direction: row; align-items: center; justify-content: space-between } .hero .text { margin-bottom: 188px; width: calc((47.9vw - 12.4vw)); max-width: calc((47.9px - 12.4px) * 19.2) } .hero .text h1 { margin-bottom: 12px; line-height: 56px } .hero .text p { font-size: 22.5px; line-height: 36px } .hero .illustration { z-index: 1 } .hero .illustration svg { margin-right: calc(grid(2, 3)); width: 37.5vw; max-width: 490px; float: right } @media (max-width:900px) { .hero { padding-top: 192px!important } .hero .text { margin-bottom: 160px!important; width: 100%!important } .hero .text p { font-size: 17.77777777777778px!important; line-height: 30px!important } .hero .illustration { display: none } } @media (max-width:1300px) { .hero { padding-top: 120px; padding-bottom: 40px } .hero .text { margin-bottom: 120px; width: calc((47.9vw - 6.2vw)) } .hero .text p { font-size: 20px; line-height: 36px } } @media (max-width:1450px) { .hero .text h1 { font-size: 40.54573059082031px; margin-bottom: 12px; line-height: 44px } .hero .text p { font-size: 20px; line-height: 32px } .hero .illustration svg { width: 32.5vw } } @media (min-width:1920px) { .hero .illustration img { margin-right: calc((16.6px - 12.4px) * 19.2) } } .card { width: calc((47.9vw - 12.4vw)); max-width: calc((47.9px - 12.4px) * 19.2); margin-bottom: 80px; cursor: pointer; box-sizing: border-box; position: relative; background-color: #fff; overflow: hidden; backface-visibility: hidden; box-shadow: 0 1px 2px rgba(49, 48, 47, 0); transition: .3s transform ease, .3s box-shadow ease } .card .imagery img { padding: 0; width: 100%; height: 100%; object-fit: cover } .card .description { width: 100%; height: 148px; background-color: #fff; backface-visibility: hidden; display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: relative } .card .description .wrapper { width: 84%; transform: none; margin-left: 6%; transition: .3s transform ease; backface-visibility: hidden } .card .description .wrapper p { color: #7f7871; margin-top: 12px } .card .description .arrow, .card .description .soon { transition: .3s transform cubic-bezier(.88, .12, .36, .79); transform: translateX(-150%) } .card .description .soon { transform: translateY(100%) } .card .bottom-description { position: absolute; bottom: 10; width: 100%; height: 148px; background-color: #fff; transform-origin: 50% 100%; transition: .3s transform ease } .aparcat .indicator, .linjer .indicator, .manjaras .indicator, .redbull .indicator { position: relative; overflow: hidden; transition: .3s transform ease; top: -1px; width: 16% } .redbull .indicator { margin-right: 1% } .card:hover { box-shadow: 0 40px 80px rgba(49, 48, 47, .1); transform: scale(1.03) } .card:hover .bottom-description { transform: scaleY(1.1) } .card:hover .indicator, .card:hover .wrapper { transform: translateY(-8px) } .card:hover .arrow { transform: translateX(0) } .card:hover .soon { transform: translateY(0) } .linjer { margin-top: 140px } @media (max-width:1600px) { .card .description { height: 120px } .card .description .wrapper { width: 70%!important; margin-left: 6% } .card .description .wrapper h4 { font-size: 22.5px; line-height: 22px } .card .description .wrapper p { font-size: 17.77777777777778px; line-height: 24px } .card .bottom-description { height: 120px } .aparcat .description .wrapper, .linjer .description .wrapper, .manjaras .description .wrapper { width: 100%!important } .aparcat .indicator, .linjer .indicator, .manjaras .indicator { width: 0 } .redbull .indicator { margin-right: 10px } .linjer { margin-top: 100px } } @media (max-width:1300px) { .card { width: calc((47.9vw - 6.2vw)); margin-bottom: 52px } .card .description .wrapper { margin-left: 7% } .card .description .wrapper p { font-size: 15.802469135802468px; line-height: 20px } } @media (max-width:900px) { .card { width: calc((93.8vw - 6.2vw)); max-width: calc((93.8px - 6.2px) * 19.2); margin-bottom: 40px } .card .description { height: 116px } .card .description .wrapper { margin-left: 6% } .card .bottom-description { height: 116px } .card .arrow { display: none } .linjer { margin-top: 0 } } @media (max-width:700px) { .card .description { height: 100px } .card .description .wrapper { margin-left: 7% } .card .description .wrapper h4 { margin-top: 2px; font-size: 20px; line-height: 16px } .card .description .wrapper p { font-size: 14.046639231824416px; line-height: 20px } .card .description .soon { font-size: 14.046639231824416px; line-height: 20px } .card .bottom-description { height: 120px } } .hobbies { position: relative; display: flex; flex-direction: column; align-content: space-between; flex-wrap: wrap; width: 100%; height: 700px; margin-top: 160px } .hobbies .hobby { display: flex; flex-direction: row; align-content: space-between; margin-bottom: 120px; width: calc((47.9vw - 12.4vw)); max-width: calc((47.9px - 12.4px) * 19.2) } .hobbies .hobby .mono { width: 50px; margin-top: 1px; margin-right: 136px } .hobbies .hobby .pieces .text { font-size: 22.5px; line-height: 32px; margin-bottom: 16px } @media (max-width:1450px) { .hobbies { align-content: flex-start; height: 650px; margin-top: 0 } .hobbies .hobby { width: calc((52.1vw - 12.4vw)); max-width: calc((52.1px - 12.4px) * 19.2); flex-direction: column; margin-bottom: 80px } .hobbies .hobby .mono { margin-bottom: 12px } .hobbies .hobby .pieces .text { font-size: 20px; line-height: 32px; margin-bottom: 8px } } @media (max-width:1300px) { .hobbies .hobby { width: calc((52.1vw - 6.2vw)); max-width: calc((52.1px - 6.2px) * 19.2) } } @media (max-width:900px) { .hobbies { height: 1060px; margin-top: -10px } .hobbies .hobby { margin-top: -20px; width: calc((93.8vw - 6.2vw)); max-width: calc((93.8px - 6.2px) * 19.2); margin-bottom: 80px } .hobbies .hobby .pieces .text { font-size: 17.77777777777778px; line-height: 30px } } *, html { margin: 0; padding: 0; outline: 0 } body, html { margin: 0 auto; background-color: #f8f8f8 } button { text-decoration: none; border: 0; background-color: transparent; cursor: pointer } button:focus { outline: 0 } .email { cursor: pointer } .page-title { position: absolute; width: 1px; height: 1px; top: 0; left: 0; clip: rect(0, 1px, 1px, 0) } .transition { background-color: #0c5ffa; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 300; overflow: auto; backface-visibility: hidden; transform: scale(1.00001), translateZ(.00001); -webkit-transform: scale(1.00001), translateZ(.00001); -moz-transform: scale(1.00001), translateZ(.00001); -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -webkit-perspective: 1000 } .transition .secondary { position: relative; width: 200%; height: 100%; background-color: #0c5ffa; z-index: 300; overflow: auto; backface-visibility: hidden; transform: scale(1.00001), translateZ(.00001); -webkit-transform: scale(1.00001), translateZ(.00001); -moz-transform: scale(1.00001), translateZ(.00001); -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -webkit-transform-style: preserve-3d; -webkit-perspective: 1000; transform: translateX(-100%) } .lighter { background-color: white-color } .invisible { visibility: hidden } .hide { opacity: 0 }
css/main.css
@font-face { font-family: 'Styrene B Web'; src: url(/5ef4773b804f1b18ef1883703b518ebc73643ea3/1f926/fonts/styrene/styreneb-medium-web.eot); src: url(/5ef4773b804f1b18ef1883703b518ebc73643ea3/1f926/fonts/styrene/styreneb-medium-web.eot#iefix) format('embedded-opentype'), url(/c146223b56acd456e0fc0a76d763c1c8ce001444/6387f/fonts/styrene/styreneb-medium-web.woff2) format('woff2'), url(/fb790b5bce1e6eb1af8874bb79e5e94693ee4fce/f748c/fonts/styrene/styreneb-medium-web.woff) format('woff'); font-weight: 500; font-style: normal; font-stretch: normal } @font-face { font-family: 'Feijoa Display'; src: url(/2fa207f4268db5a3918e9bc4f9f4797a17b246d9/c51e8/fonts/feijoa/feijoa-display.eot); src: url(/2fa207f4268db5a3918e9bc4f9f4797a17b246d9/c51e8/fonts/feijoa/feijoa-display.eot#iefix) format('embedded-opentype'), url(/49c39cee9a305512f5f6067587796e68ed646a82/37654/fonts/feijoa/feijoa-display.woff2) format('woff2'), url(/bc070e87469331585166d9adb9a4bfa13e035b20/eb195/fonts/feijoa/feijoa-display.woff) format('woff'); font-weight: 400; font-style: normal } @font-face { font-family: 'Apercu Regular Pro'; src: url(/f9e5d37154e0f5f0e129cf5f770fe9adbcda87bc/118da/fonts/apercu/regular/apercu-regular-pro.eot); src: url(/f9e5d37154e0f5f0e129cf5f770fe9adbcda87bc/118da/fonts/apercu/regular/apercu-regular-pro.eot#iefix) format('embedded-opentype'), url(/7220c5080c1144e7aa9a335dce590c0dfac23003/c2890/fonts/apercu/regular/apercu-regular-pro.woff2) format('woff2'), url(/78fe734627085547afbf5e40f6541952f13b982b/66988/fonts/apercu/regular/apercu-regular-pro.woff) format('woff'); font-weight: 400; font-style: normal } @font-face { font-family: 'Apercu Mono Bold Pro'; src: url(/000dd99d3676be55768e96c7fff3f606dfeb5779/119c9/fonts/apercu/mono/bold/apercu-mono-bold-pro.eot); src: url(/000dd99d3676be55768e96c7fff3f606dfeb5779/119c9/fonts/apercu/mono/bold/apercu-mono-bold-pro.eot#iefix) format('embedded-opentype'), url(/3738f7083bf87c6dbea28755e72d8e62f4f00f1d/38300/fonts/apercu/mono/bold/apercu-mono-bold-pro.woff2) format('woff2'), url(/3bc5fe45091bf68d77498a986f0fb9ea21664d77/36adb/fonts/apercu/mono/bold/apercu-mono-bold-pro.woff) format('woff'); font-weight: 400; font-style: normal } h1 { font-size: 51.31569027900696px; font-family: 'Feijoa Display'; line-height: 52px } h2 { font-size: 36.0406494140625px } h3 { font-size: 32.0361328125px } h4 { font-size: 28.4765625px; line-height: 36px } h5 { font-size: 25.3125px } h6 { font-size: 22.5px; line-height: 36px } p { color: #222; line-height: 32px; font-size: 20px } h2, h3, h4, h5, h6, p { font-family: 'Apercu Regular Pro'; font-variant-numeric: oldstyle-nums; font-variant-ligatures: common-ligatures } a, button, h1, h2, h3, h4, p { font-smooth: always; -webkit-font-smoothing: antialiased } h1, h2, h3, h4, h5, h6, p { cursor: default; color: #222; font-weight: 400 } a { text-decoration: none; color: #31302f } h6 a, p a { color: #cba0aa } .soon { font-size: 17.77777777777778px; color: #917d68 } .mono { font-size: 14.046639231824416px; font-family: "Apercu Mono Bold Pro"; text-transform: uppercase; color: #8c8075 } .link, .running { position: relative; z-index: 2 } .link:after, .running:after { content: ''; position: absolute; z-index: -1; top: 100%; right: 0; bottom: 0; left: 0; background-color: #0c5ffa; width: 100%; transition: top .1s ease } .running:after { background-color: #0c5ffa } .link:hover:after, .running:hover:after { top: 55%; transition: top .3s ease } footer { padding-top: 180px } footer .mono { position: relative; line-height: 1; margin-left: -12.4%; transform-origin: 0 0; transform: rotate(-90deg) translateX(-450px); backface-visibility: hidden; z-index: 1 } footer .footer-cards { display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 100% } footer .footer-cards .card { max-width: grid(2, 9) } footer .bottom { height: auto; margin-top: 168px; margin-bottom: 260px; text-align: center } footer .bottom .home { margin: 0 auto } footer .bottom .home img { width: 36px; height: 36px; transform: scale(1.05); backface-visibility: hidden; transition: transform .3s ease } footer .bottom .home img:hover { transform: translateZ(0) scale(1) } footer .bottom .links { width: 100%; text-align: center; line-height: 1; margin-top: 116px; white-space: nowrap; backface-visibility: hidden; display: flex; flex-direction: row; align-items: center; justify-content: center } footer .bottom .links a, footer .bottom .links p { font-family: 'Styrene B Web'; font-weight: 500; font-size: 15.802469135802468px; text-transform: uppercase; letter-spacing: 1.5px } @media (max-width:900px) { footer { padding-top: 80px } footer .footer-cards { display: flex; flex-direction: column; align-content: space-between } footer .bottom { margin-top: 168px; margin-bottom: 240px } footer .bottom .links { margin-top: 100px } } @media (max-width:1300px) { footer { padding-top: 100px } footer .bottom { margin-top: 60px; margin-bottom: 140px } footer .bottom .links { margin-top: 60px } footer .bottom .links a { font-size: 14.046639231824416px } } @media (max-width:340px) { footer .bottom .links { display: flex; flex-direction: column; align-items: center } footer .bottom .links a { margin-bottom: 36px } footer .bottom .links p { display: none } } .row { position: fixed; width: 100%; height: 100%; max-width: 1920px; pointer-events: none; opacity: 0; z-index: 10000 } .row .column-0 { width: 1px; margin-left: 3%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-1 { width: 1px; margin-left: 6.2%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-2 { width: 1px; margin-left: 12.4%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-3 { width: 1px; margin-left: 16.6%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-4 { width: 1px; margin-left: 19.9%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-5 { width: 1px; margin-left: 22%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-6 { width: 1px; margin-left: 25%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-7 { width: 1px; margin-left: 26.3%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-8 { width: 1px; margin-left: 40%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-9 { width: 1px; margin-left: 47.9%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-10 { width: 1px; margin-left: 50%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-11 { width: 1px; margin-left: 52.1%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-12 { width: 1px; margin-left: 60%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-13 { width: 1px; margin-left: 73.7%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-14 { width: 1px; margin-left: 75%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-15 { width: 1px; margin-left: 78%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-16 { width: 1px; margin-left: 80.1%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-17 { width: 1px; margin-left: 83.4%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-18 { width: 1px; margin-left: 87.6%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-19 { width: 1px; margin-left: 93.75%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .row .column-20 { width: 1px; margin-left: 97%; height: 100%; position: absolute; float: left; background-color: #00d0f0 } .page { width: 100%; max-width: 1920px; margin: 0 auto } .page .wrapper { position: relative; margin-right: 12.4%; margin-left: 12.4% } .projects { position: relative } .projects .mono { position: relative; line-height: 1; margin-left: -12.4%; transform-origin: 0 0; transform: rotate(-90deg) translateX(-450px); backface-visibility: hidden; z-index: 1 } .projects .cards { display: flex; flex-direction: column; align-content: space-between; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px } .personal { position: relative } .personal .box { height: calc(100% + 140px); margin-top: -140px } .personal .social { position: absolute; transform-origin: 0 100%; transform: rotate(90deg) translateX(100px); line-height: 1; z-index: 2; margin-top: -12px; white-space: nowrap; backface-visibility: hidden; display: flex; flex-direction: row; align-items: center } .personal .social a, .personal .social p { font-family: 'Styrene B Web'; font-weight: 500; font-size: 14.046639231824416px; text-transform: uppercase; letter-spacing: 1.5px } .box { position: absolute; margin-top: -80px; margin-left: -column-2; width: 93.8vw; height: 60%; background-color: #f5f2f0; z-index: 0 } @media (max-width:900px) { .projects { top: -52px; margin-top: 0!important } .projects .cards { align-content: flex-start; padding-top: 0; padding-bottom: 0; position: relative } .personal { margin-top: -44px } .personal .box { margin-top: -120px!important; height: calc(100% + 120px)!important } .box { margin-top: 44px; height: 1200px } } @media (max-width:1300px) { .page .wrapper { margin-right: 6.2%; margin-left: 6.2% } .projects { padding-top: 0; margin-top: -40px } .projects .cards { margin-top: -20px } .projects .mono { display: none } .personal .social { margin-top: 0 } } @media (max-width:1450px) { .personal .box { margin-top: -100px!important; height: calc(100% + 100px)!important } } .introduction { padding-top: 280px; margin-bottom: 220px } .introduction h1 { line-height: 52px; margin-bottom: 20px } .introduction .paragraphs { display: flex; flex-direction: row; align-items: flex-start; width: 100% } .introduction .paragraphs .wrap { margin-right: 100px; max-width: 520px } @media (max-width:700px) { .introduction { margin-bottom: 60px!important } .introduction h1 { font-size: 40.54573059082031px; margin-bottom: 16px; line-height: 44px } .introduction .paragraphs { display: flex; flex-direction: column; align-items: flex-start; width: 100% } .introduction .paragraphs .wrap p { margin-bottom: 16px } } @media (max-width:1300px) { .introduction { padding-top: 192px; margin-bottom: 120px } .introduction .paragraphs .wrap { margin-right: 40px } .introduction .paragraphs .wrap p { font-size: 17.77777777777778px!important; line-height: 30px!important } } .full, .proof-left, .proof-right { position: relative; z-index: 2 } .full img, .proof-left img, .proof-right img { width: 100% } .casing { position: relative; margin-top: 180px; padding-bottom: 144px; display: flex; flex-direction: row; align-items: flex-start; width: 100% } .casing .full-box { position: absolute; width: 100vw; background-color: #f5f2f0; z-index: 0; top: -75%; bottom: 0 } .casing .mono { position: relative; width: 100px; margin-right: 260px; z-index: 2 } .casing .text { position: relative; width: 600px; margin-bottom: 28px; z-index: 2 } .upp { margin-top: 140px; padding-bottom: 160px } .up { margin-top: 100px; padding-bottom: 160px } @media (max-width:700px) { .casing { margin-top: 60px!important; padding-bottom: 60px!important } } @media (max-width:900px) { .casing { flex-direction: column } .casing .full-box { position: absolute; width: 100vw; background-color: #f5f2f0; z-index: 0; height: 155%; top: -50%; bottom: -5% } .casing .mono { position: relative; width: auto; margin-right: 0; margin-bottom: 12px; z-index: 2 } .casing .text { width: 100% } } @media (max-width:1300px) { .casing { margin-top: 140px; padding-bottom: 140px } .casing .mono { position: relative; width: 100%; margin-right: 100px; z-index: 2 } .casing .text { font-size: 17.77777777777778px; line-height: 30px; margin-bottom: 16px } } @media (max-width:1300px) { .casing { margin-top: 100px; padding-bottom: 100px } } .propositions { position: relative; margin-top: 120px; padding-bottom: 160px } .propositions .full-box { position: absolute; width: 100vw; bottom: 0; background-color: #f5f2f0; z-index: 0; top: -180px } .propositions .wrap { position: relative; z-index: 2; display: flex; flex-direction: row; align-items: flex-start; width: 100%; z-index: 2 } .propositions .wrap .hobby { display: flex; flex-direction: row; align-content: space-between; flex-wrap: nowrap; justify-content: flex-start; padding-bottom: 0; width: calc((47.9vw - 12.4vw)); max-width: calc((47.9px - 12.4px) * 19.2) } .propositions .wrap .hobby .mono { width: 50px; margin-right: 15% } .propositions .wrap .hobby .pieces .text { margin-bottom: 16px } @media (max-width:1450px) { .propositions { padding-bottom: 180px } } @media (max-width:1300px) { .propositions { padding-bottom: 100px } .propositions .wrap { margin-top: -20px; width: calc((93.8vw - 6.2vw)); max-width: calc((93.8px - 6.2px) * 19.2); margin-bottom: 0 } .propositions .wrap .hobby { width: 50% } .propositions .wrap .hobby .pieces .text { font-size: 17.77777777777778px; line-height: 30px; margin-bottom: 8px } } @media (max-width:900px) { .propositions { margin-top: 100px; padding-bottom: 60px } .propositions .wrap { flex-direction: column; align-items: flex-start } .propositions .wrap .hobby { flex-direction: column; width: calc((93.8vw - 6.2vw))!important; padding-bottom: 40px } .propositions .wrap .hobby .mono { width: 50px; margin-top: 4px; margin-right: 0; margin-bottom: 12px } .propositions .wrap .hobby .pieces .text { font-size: 17.77777777777778px; line-height: 30px; margin-bottom: 8px } } @media (max-width:700px) { .propositions { margin-top: 60px; padding-bottom: 20px } .propositions .wrap { margin-bottom: 6px!important } } nav { position: fixed; top: 0; left: 0; z-index: 10; width: 100%; margin: 0 auto; background-color: #f8f8f8; transition: transform .3s ease } nav .navigation-wrapper { width: calc((87.6vw - 12.4vw)); max-width: 1443.94px; display: flex; flex-direction: row; align-items: center; height: 100px; position: relative; margin-left: 50%; transform: translateX(-50%); position: relative } nav .central { order: 2; text-align: center; margin: 0 auto } nav .central a { position: relative; cursor: pointer; margin-right: 50px; margin-left: 50px } nav .right { order: 3; text-align: right; width: 100px } nav .home { order: 1; text-align: left; width: 100px; cursor: pointer; transform: scale(1.05); transition: transform .3s ease; backface-visibility: hidden } nav .home:after { opacity: 0 } nav .home:hover { transform: translateZ(0) scale(1) } nav svg { width: 36px; height: 36px } nav .owl { transition: fill .3s ease } nav a { font-family: 'Styrene B Web'; font-weight: 500; font-size: 15.802469135802468px; text-transform: uppercase } .dark { transition: color .3s ease } .light { transition: #f8f8f8 .3s ease } .lighten { transition: fill .3s ease } .lighter { transition: #f8f8f8 .3s ease } .darker-background { background-color: #333!important } .dark-color { background-color: #222 } .darken-background { background-color: #222 } .svg-background { fill: #333 } .darken-color { color: #222 } .lighten-background { background-color: #f8f8f8 } .lighten-color { color: #f8f8f8 } @media (max-width:700px) { nav .central { opacity: 0 } nav .navigation-wrapper { height: 60px } } @media (max-width:1300px) { nav .central a { margin-right: 25px; margin-left: 25px } nav a { font-size: 14.046639231824416px } nav .navigation-wrapper { width: calc((93.8vw - 6.2vw)); height: 80px } } .hero { width: 100%; padding-top: 140px; display: flex; flex-direction: row; align-items: center; justify-content: space-between } .hero .text { margin-bottom: 188px; width: calc((47.9vw - 12.4vw)); max-width: calc((47.9px - 12.4px) * 19.2) } .hero .text h1 { margin-bottom: 12px; line-height: 56px } .hero .text p { font-size: 22.5px; line-height: 36px } .hero .illustration { z-index: 1 } .hero .illustration svg { margin-right: calc(grid(2, 3)); width: 37.5vw; max-width: 490px; float: right } @media (max-width:900px) { .hero { padding-top: 192px!important } .hero .text { margin-bottom: 160px!important; width: 100%!important } .hero .text p { font-size: 17.77777777777778px!important; line-height: 30px!important } .hero .illustration { display: none } } @media (max-width:1300px) { .hero { padding-top: 120px; padding-bottom: 40px } .hero .text { margin-bottom: 120px; width: calc((47.9vw - 6.2vw)) } .hero .text p { font-size: 20px; line-height: 36px } } @media (max-width:1450px) { .hero .text h1 { font-size: 40.54573059082031px; margin-bottom: 12px; line-height: 44px } .hero .text p { font-size: 20px; line-height: 32px } .hero .illustration svg { width: 32.5vw } } @media (min-width:1920px) { .hero .illustration img { margin-right: calc((16.6px - 12.4px) * 19.2) } } .card { width: calc((47.9vw - 12.4vw)); max-width: calc((47.9px - 12.4px) * 19.2); margin-bottom: 80px; cursor: pointer; box-sizing: border-box; position: relative; background-color: #fff; overflow: hidden; backface-visibility: hidden; box-shadow: 0 1px 2px rgba(49, 48, 47, 0); transition: .3s transform ease, .3s box-shadow ease } .card .imagery img { padding: 0; width: 100%; height: 100%; object-fit: cover } .card .description { width: 100%; height: 148px; background-color: #fff; backface-visibility: hidden; display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: relative } .card .description .wrapper { width: 84%; transform: none; margin-left: 6%; transition: .3s transform ease; backface-visibility: hidden } .card .description .wrapper p { color: #7f7871; margin-top: 12px } .card .description .arrow, .card .description .soon { transition: .3s transform cubic-bezier(.88, .12, .36, .79); transform: translateX(-150%) } .card .description .soon { transform: translateY(100%) } .card .bottom-description { position: absolute; bottom: 10; width: 100%; height: 148px; background-color: #fff; transform-origin: 50% 100%; transition: .3s transform ease } .aparcat .indicator, .linjer .indicator, .manjaras .indicator, .redbull .indicator { position: relative; overflow: hidden; transition: .3s transform ease; top: -1px; width: 16% } .redbull .indicator { margin-right: 1% } .card:hover { box-shadow: 0 40px 80px rgba(49, 48, 47, .1); transform: scale(1.03) } .card:hover .bottom-description { transform: scaleY(1.1) } .card:hover .indicator, .card:hover .wrapper { transform: translateY(-8px) } .card:hover .arrow { transform: translateX(0) } .card:hover .soon { transform: translateY(0) } .linjer { margin-top: 140px } @media (max-width:1600px) { .card .description { height: 120px } .card .description .wrapper { width: 70%!important; margin-left: 6% } .card .description .wrapper h4 { font-size: 22.5px; line-height: 22px } .card .description .wrapper p { font-size: 17.77777777777778px; line-height: 24px } .card .bottom-description { height: 120px } .aparcat .description .wrapper, .linjer .description .wrapper, .manjaras .description .wrapper { width: 100%!important } .aparcat .indicator, .linjer .indicator, .manjaras .indicator { width: 0 } .redbull .indicator { margin-right: 10px } .linjer { margin-top: 100px } } @media (max-width:1300px) { .card { width: calc((47.9vw - 6.2vw)); margin-bottom: 52px } .card .description .wrapper { margin-left: 7% } .card .description .wrapper p { font-size: 15.802469135802468px; line-height: 20px } } @media (max-width:900px) { .card { width: calc((93.8vw - 6.2vw)); max-width: calc((93.8px - 6.2px) * 19.2); margin-bottom: 40px } .card .description { height: 116px } .card .description .wrapper { margin-left: 6% } .card .bottom-description { height: 116px } .card .arrow { display: none } .linjer { margin-top: 0 } } @media (max-width:700px) { .card .description { height: 100px } .card .description .wrapper { margin-left: 7% } .card .description .wrapper h4 { margin-top: 2px; font-size: 20px; line-height: 16px } .card .description .wrapper p { font-size: 14.046639231824416px; line-height: 20px } .card .description .soon { font-size: 14.046639231824416px; line-height: 20px } .card .bottom-description { height: 120px } } .hobbies { position: relative; display: flex; flex-direction: column; align-content: space-between; flex-wrap: wrap; width: 100%; height: 700px; margin-top: 160px } .hobbies .hobby { display: flex; flex-direction: row; align-content: space-between; margin-bottom: 120px; width: calc((47.9vw - 12.4vw)); max-width: calc((47.9px - 12.4px) * 19.2) } .hobbies .hobby .mono { width: 50px; margin-top: 1px; margin-right: 136px } .hobbies .hobby .pieces .text { font-size: 22.5px; line-height: 32px; margin-bottom: 16px } @media (max-width:1450px) { .hobbies { align-content: flex-start; height: 650px; margin-top: 0 } .hobbies .hobby { width: calc((52.1vw - 12.4vw)); max-width: calc((52.1px - 12.4px) * 19.2); flex-direction: column; margin-bottom: 80px } .hobbies .hobby .mono { margin-bottom: 12px } .hobbies .hobby .pieces .text { font-size: 20px; line-height: 32px; margin-bottom: 8px } } @media (max-width:1300px) { .hobbies .hobby { width: calc((52.1vw - 6.2vw)); max-width: calc((52.1px - 6.2px) * 19.2) } } @media (max-width:900px) { .hobbies { height: 1060px; margin-top: -10px } .hobbies .hobby { margin-top: -20px; width: calc((93.8vw - 6.2vw)); max-width: calc((93.8px - 6.2px) * 19.2); margin-bottom: 80px } .hobbies .hobby .pieces .text { font-size: 17.77777777777778px; line-height: 30px } } *, html { margin: 0; padding: 0; outline: 0 } body, html { margin: 0 auto; background-color: #f8f8f8 } button { text-decoration: none; border: 0; background-color: transparent; cursor: pointer } button:focus { outline: 0 } .email { cursor: pointer } .page-title { position: absolute; width: 1px; height: 1px; top: 0; left: 0; clip: rect(0, 1px, 1px, 0) } .transition { background-color: #0c5ffa; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 300; overflow: auto; backface-visibility: hidden; transform: scale(1.00001), translateZ(.00001); -webkit-transform: scale(1.00001), translateZ(.00001); -moz-transform: scale(1.00001), translateZ(.00001); -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -webkit-perspective: 1000 } .transition .secondary { position: relative; width: 200%; height: 100%; background-color: #0c5ffa; z-index: 300; overflow: auto; backface-visibility: hidden; transform: scale(1.00001), translateZ(.00001); -webkit-transform: scale(1.00001), translateZ(.00001); -moz-transform: scale(1.00001), translateZ(.00001); -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -webkit-transform-style: preserve-3d; -webkit-perspective: 1000; transform: translateX(-100%) } .lighter { background-color: white-color } .invisible { visibility: hidden } .hide { opacity: 0 }
0.327561
0.084568
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap'); /* Global Styles */ body { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.8; color: #25282D; background: #fcfcfc; margin: 0; } /* Global Default Header Styles */ h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; color: #25282D; } h1 { margin-top: 0em; font-size: 2em; } h3 > a { padding-left: 5px; text-decoration: none; } a, a:visited, a:active { color: #25282D; } a:hover { text-decoration: underline; } img { max-width: 40em; border: 0; margin-left: auto; margin-right: auto; } p { margin: 1em 0; } li { line-height: 2; } blockquote { border-left: 5px solid #2BD3EF; margin-inline-start: 0; padding-left: 1em; } header { display: flex; flex-direction: column; width: 100%; height: 320px; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAwIDUwMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmQzZWY7fS5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjVweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxNTAwIiBoZWlnaHQ9IjUwMCIvPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iNzUwLjUiIGN5PSIyNTAuNSIgcj0iMjEzIi8+PC9nPjwvZz48L3N2Zz4="); background-size: cover; background-position: center; background-repeat: no-repeat; justify-content: center; align-items: center; margin-bottom: 2em; } header h1 { font-size: 48px; text-align: center; line-height: 1; } /* single-column content page layout width */ article, footer, section { max-width: 46em; background: white; padding: 1em 1em 1em 2em; margin: 1em auto; } .home-section a { color: #25282D; } .home-section ul { list-style: none; columns: 15em; } .home-section ul li::before { content: "\2022"; color: #2BD3EF; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } /* Search Form Style - Homepage */ form.search { padding: 0; width: 46em; } form.search input { box-sizing: border-box; width: 100%; outline: none; padding-left: 20px; height: 60px; font-size: 16px; } form.search label { line-height: 1.5; font-size: 14px; font-weight: normal; font-family: 'Open Sans'; } form.search img { vertical-align: baseline; } form.search input::placeholder { font-style: italic; color: #999999; } /* Small screen overrides */ @media (max-width: 600px) { .header-text { font-size: 34px; max-width: 300px; } form.search { padding: 0; width: 90%; } } ul, ol { list-style: none; padding-inline-start: 20px; margin-bottom: 2em; padding-inline-start: 20px; } .home-section ul { columns: 15em; } li::before { content: "\2022"; color: #2BD3EF; display: inline-block; width: 1em; margin-left: -1em; } a.direct-link { font-size: medium; } code { padding: 2px 3px; background-color: #e6e6e6; } article hr { height: 1px; background-color: lightgrey; border: none; } html { height: 100%; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { position: relative; margin: 0; padding-bottom: 6rem; min-height: 100%; } span { width: 100%; } pre code { font-family: 'Roboto Mono', monospace; background: #222222; color: #fff; display: block; padding: 15px; overflow: auto; } .footer { display: flex; flex-flow: row wrap; font-size: smaller; justify-content: space-between; } @media(max-width:800px) { article, footer, section { background: white; padding: 15px; } }
docs/_includes/styles.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap'); /* Global Styles */ body { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.8; color: #25282D; background: #fcfcfc; margin: 0; } /* Global Default Header Styles */ h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; color: #25282D; } h1 { margin-top: 0em; font-size: 2em; } h3 > a { padding-left: 5px; text-decoration: none; } a, a:visited, a:active { color: #25282D; } a:hover { text-decoration: underline; } img { max-width: 40em; border: 0; margin-left: auto; margin-right: auto; } p { margin: 1em 0; } li { line-height: 2; } blockquote { border-left: 5px solid #2BD3EF; margin-inline-start: 0; padding-left: 1em; } header { display: flex; flex-direction: column; width: 100%; height: 320px; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAwIDUwMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmQzZWY7fS5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjVweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxNTAwIiBoZWlnaHQ9IjUwMCIvPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iNzUwLjUiIGN5PSIyNTAuNSIgcj0iMjEzIi8+PC9nPjwvZz48L3N2Zz4="); background-size: cover; background-position: center; background-repeat: no-repeat; justify-content: center; align-items: center; margin-bottom: 2em; } header h1 { font-size: 48px; text-align: center; line-height: 1; } /* single-column content page layout width */ article, footer, section { max-width: 46em; background: white; padding: 1em 1em 1em 2em; margin: 1em auto; } .home-section a { color: #25282D; } .home-section ul { list-style: none; columns: 15em; } .home-section ul li::before { content: "\2022"; color: #2BD3EF; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } /* Search Form Style - Homepage */ form.search { padding: 0; width: 46em; } form.search input { box-sizing: border-box; width: 100%; outline: none; padding-left: 20px; height: 60px; font-size: 16px; } form.search label { line-height: 1.5; font-size: 14px; font-weight: normal; font-family: 'Open Sans'; } form.search img { vertical-align: baseline; } form.search input::placeholder { font-style: italic; color: #999999; } /* Small screen overrides */ @media (max-width: 600px) { .header-text { font-size: 34px; max-width: 300px; } form.search { padding: 0; width: 90%; } } ul, ol { list-style: none; padding-inline-start: 20px; margin-bottom: 2em; padding-inline-start: 20px; } .home-section ul { columns: 15em; } li::before { content: "\2022"; color: #2BD3EF; display: inline-block; width: 1em; margin-left: -1em; } a.direct-link { font-size: medium; } code { padding: 2px 3px; background-color: #e6e6e6; } article hr { height: 1px; background-color: lightgrey; border: none; } html { height: 100%; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { position: relative; margin: 0; padding-bottom: 6rem; min-height: 100%; } span { width: 100%; } pre code { font-family: 'Roboto Mono', monospace; background: #222222; color: #fff; display: block; padding: 15px; overflow: auto; } .footer { display: flex; flex-flow: row wrap; font-size: smaller; justify-content: space-between; } @media(max-width:800px) { article, footer, section { background: white; padding: 15px; } }
0.412175
0.093471
@charset "utf-8"; /** * * CSS File,created by dumper, on 07.18 2015 * * 最后编辑人:fidermo.hu (每次修改本文件) * * 可重用Class: [container] * * ie9下兼容样式,请分别加上ielt9,ielt8,ielt7等父级前缀 * * 窄版Body增加Class: narrow_980 * modify 20150106 */ /* base common style */ html { overflow-y:scroll; overflow/*/**/:hidden/9; } html,body{padding:0; margin:0;} body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0 } body, button, input, select, textarea { font: 12px/1.5 "Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; color:#666 } h1, h2, h3, h4, h5, h6 { font-size: 100% } address, cite, dfn, em, var { font-style: normal } ul, ol, dl { list-style: none } a { text-decoration: none !important; outline: none ;font-family:"Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;cursor: pointer;} img { border: 0 } button, input, select, textarea { font-size: 100% ;font-family:"Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;outline: none;} table { border-collapse: collapse; border-spacing: 0 } .clear{*zoom:1;} .clear:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .cl:before{content: ''; display: table;} .cl:after{content: ''; display: table; clear: both} .global_wrap{position: relative;min-height:100%; clear: both; content: ""; } .ielt7 .global_wrap{height:100%; } #clsIframe,#LR_Flash{position: absolute;} .col_l{float: left;*display: inline;} .col_r{/*float: right;*/*display: inline;} .ect{text-overflow:ellipsis; overflow: hidden; white-space: nowrap;} /* common bg */ .window_box .window_box_title a, .header_top_left ul li em, .header_center_container span.hcc_logo, .header_search .header_select a.header_select_sort span b, .hcc_zxb, .header_bottom .header_menu ul li.has_secondMenu a em, .window_box_error em, .ftc_center dl dd a em, .ftc_right dl dd, .ftc_left .join_link span, .ftc_center dl dd a div.wechat_bg, .ico_qq i,.ico_top i,.ico_server i,.ico_server:hover i,.ico_feedback i,.qq_list li em,.ico_code_s, .header_bottom .header_menu ul li.has_hotIcon em.sjbj_hot ,.header_bottom .header_menu ul li.has_homeIcon em.jjjcc_icon , .header_bottom .header_menu .q_code , .header_top_right ul li div.htr_username i,.header_bottom .header_menu .q_code div.q_code_layer span.qcode_img,.header_bottom .header_menu .q_code div.q_code_layer span.wech, .zgsh_top_center_right ul li div.htr_username i,span.nav_arrow_right, .global_pie .global_pie_container ul li span,.global_pie .global_pie_container ul li.gp_menu i, .footer_bottom_container .fbc_icpico span, .ico_tip_ok,.ico_tip_warn,.ico_error,.ico_protect,.ico_tip_ok_s,.ico_tip_warn_s,.ico_star_yel,.ico_star_grey,.ico_star_half,.ico_scan,.ico_crown, .ico_info_s,.mod_yeltip .yeltip_close,.ico_tip_warn_green,.ico_tip_warn_green_s,.triangle_down,.triangle_up, .arrow_gray,.arrow_green,.arrow_gray_up,.arrow_gray_down,.arrow_gray_upact,.arrow_gray_downact,.ico_sort_downon,.ico_sort_upon,.ico_sort_downoff,.ico_sort_upoff,.ico_comment,.ico_praise,.ico_praise_no,.ico_pic,.ico_msg,.zgsh_top_center_left li .logo,.zxbj-calc-wrap .zxbj-content .tips i, .zxbj-calc-wrap .zxbj-content .element .submit-btn span ,.bottom_sjybj_right .two_code,.bottom_sjybj_right .icn_tip_close,.two_code_s,.ico_feedback_tip{background:url(http://img.to8to.com/to8to_img/global.png?v=20160512) no-repeat;_background:url(http://img.to8to.com/to8to_img/global.gif?v=20160512) no-repeat ;_overflow:hidden;} .zgsh_top_center_left li .logo{background-position: -321px -227px;width: 28px;height: 28px; margin-right: 10px; margin-top:5px;} /* header style */ .header_top_left ul li, .header_top_right ul li, .header_search, .header_search .header_select a.header_select_sort span em, .header_search .header_search_submit, .header_bottom .header_menu ul li, .ftc_left .ftcl_tab li a, .ftc_left .join_link, .ftc_center dl dt, .ftc_right dl dt, .ftc_left .ftclt_content a{font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;} .header{ position:relative;background:#fff; z-index:998; min-width:1220px;} .header_top{position:relative; height:35px; background:#f9f9f9; border-bottom:1px solid #eee; z-index: 3000; width: 100%;} .narrow_980 .header{display: table; width: 100%; min-width:980px;} .header_top_center{width:1220px; margin:0 auto; height:35px;} .narrow_980 .header_top_center{width:980px} .header_top_left {height:35px; color:#999} .header_top_left ul{height: 35px;} .header_top_left ul li, .header_top_right ul li{display:inline-block; height:35px; position:relative; line-height:35px ; } .ielt8 .header_top_left ul li, .ielt8 .header_top_right ul li{ display:inline;zoom:1 } .header_top_left ul li em{ width:10px; height:14px; float:left; margin:11px 5px 0 0 ; display:inline} .header_top_left ul li label{font-weight: bold} .header_top_left ul li a{color:#00af63} .header_top_right{float:right; height:35px;/* margin-right: -15px; */display: inline;} .header_top_right ul li a, .header_top_right ul li span ,.header_top_right ul li em{float:left;display:inline; color:#999} .header_top_right ul li a,.header_top_right ul li em{ padding: 0 15px; } .header_top_right ul li a.nav_fzlink{color: #f25618;} .header_top_right ul li .htr_line{overflow: hidden;width: 1px;height: 12px;margin-top: 11px;background-color: #eee;} .header_top_right ul li a p{display:inline; float: left;} .header_top_right ul li .htr_login{padding-right: 0;} .header_top_right ul li .htr_username p{margin-right:5px; max-width: 68px;} .header_top_right ul li .htr_username,.header_top_right ul li .htr_mes{position: relative;color: #999; line-height: 35px; height: 35px; padding: 0 15px;border-left: 1px solid #f9f9f9;border-right: 1px solid #f9f9f9;} .ico_msg{float: left;display: inline;width: 18px; height: 15px;margin-top: 8px;margin-right: 3px;background-position: -82px -260px;} .act .ico_msg{background-position: -103px -260px;} .htr_username_box .triangle_up,.htr_username_box .triangle_down,.htr_mes_box .triangle_up,.htr_mes_box .triangle_down{position: relative;top: 16px;float: left;display: inline;margin-left: 5px;} .header_top_right ul li a:hover{color:#f25618; text-decoration:none} .htr_username_box,.htr_mes_box{position: relative;} .htr_username_box{max-width: 117px;} .header_top_right ul li .on .htr_mes,.header_top_right ul li .on .htr_username{height: 36px;background-color: #fff;border-left: 1px solid #eee;border-right: 1px solid #eee;} .header_top_right ul li .on .htr_mes_memu,.header_top_right ul li .on .user_memu{position: absolute;top: 36px;left: 0;width: 115px;border: 1px solid #eee;border-top: 0;background-color: #fff;overflow: hidden;} .header_top_right ul li .on .htr_mes_memu li,.header_top_right ul li .on .user_memu li{position: relative;float: left;display: inline;width: 115px;height: 31px;line-height: 31px;} .header_top_right ul li .on .htr_mes_memu,.header_top_right ul li .on .htr_mes_memu li{width: 121px;} .header_top_right ul li .on .htr_mes_memu li:hover,.header_top_right ul li .on .user_memu li:hover{background-color: #f8f8f8;} .header_top_right ul li .on .htr_mes_memu li b{position: absolute;right:7px;top: 0;display: block;width: 35px;font-weight: normal;color: #ff6666;} .header_top_right ul li .user_memu a,.header_top_right ul li .htr_mes_memu a{display: block;} .header_top_right ul li .user_memu a{width: 115px;} .header_top_right ul li .htr_mes_memu a{width: 106px;padding-right: 0;} .header_center{ position:relative;z-index:2000} .header_center_container{width:1220px; margin:0 auto;} .narrow_980 .header_center_container{width:980px} .header_center_main{ height:115px;position:relative;} .header_center_container span.hcc_logo{ float:left; margin-top:28px; height:65px; width:320px; background-position:0 -350px; margin-right:94px; display:inline} .narrow_980 .header_center_container span.hcc_logo{margin-right:40px} .header_center_container span.hcc_logo a.logo, .hcc_zxb a{ display:block; height:0; overflow:hidden; padding-top:65px} .header_center .mod_yeltip{margin: 10px 0;*zoom:1;} .header_center .mod_yeltip a{color: #b37b47;} .header_center .mod_yeltip a:hover{color: #f25618;} .header_search{height:36px; border:2px solid #01af63; float:left; margin-top:35px; display:inline; position:relative; width:496px; } .narrow_980 .header_search{width:364px;} .header_search .header_select{position:relative; z-index:9999; float:left} .header_search .header_select a.header_select_sort{ height:36px; border-right:1px solid #eee; width:auto; background:#f9f9f9; text-decoration:none; position:relative; z-index:120; display:inline-block; color:#666;padding-right:15px;} .header_search .header_select a.header_select_sort span em{ float:left; height:36px; line-height:35px; margin:0 10px 0 15px; font-size:12px; display: inline} .header_search .header_select a.header_select_sort span b{background-position:-70px 0 ; width:7px; height:4px;top:16px; float: left; position: relative;display: inline} .header_search .on a.header_select_sort{height:34px; border-left:1px solid #eee; border-bottom:1px solid #fff; border-top:1px solid #eee; background:#fff } .header_search .on a.header_select_sort span em{height:34px; line-height:33px;margin:0 9px 0 14px;} .header_search .on a.header_select_sort span b{background-position:-91px 0;top:15px} .header_search .header_select ul{position:absolute; z-index:99; background:#fff; border:1px solid #eee; top:35px; padding:10px 0; left:0; display:none} .header_search .on ul{display:block} .header_search .header_select ul li{width:93px; height:32px; ; line-height:32px} .header_search .header_select ul li a{display:block; padding-left:14px; color:#666} .header_search .header_select ul li a:hover{background:#f8f8f8; text-decoration:none} .header_search .header_search_input{width:300px; height:22px; border:1px solid #fff; float:left; padding-left:9px; line-height:22px; color:#666; border:0; margin-top:7px; display: inline} .header_search .header_search_input:focus{border-color: none} .narrow_980 .header_search .header_search_input{width:180px} .header_search .header_search_input_text{ position:absolute; width:321px; padding-left:9px;height:34px; line-height:34px; color:#bcbcbc; top:1px; right:70px; cursor:text} .narrow_980 .header_search .header_search_input_text{width:200px} .header_search .header_search_submit{border:0; background:#01af63; width:75px; height:36px; text-align:center; font-size:16px; color:#fff; position:absolute; right:0; top:0 ; cursor:pointer} .hcc_zxb{width:151px; height:58px; background-position:0 -101px; position:absolute; right:0; top:20px} .header_bottom {height:40px; width:100%; border-bottom:2px solid #01af63; position:relative; z-index:999; display: table;} .header_bottom .header_menu{width:1220px; margin:0 auto; height:40px} .narrow_980 .header_bottom .header_menu{width:980px} .header_bottom .header_menu ul li{padding:0 20px; float:left; height:40px; line-height:40px; font-size:16px; position:relative } .header_bottom .header_menu ul li.has_hotIcon em.sjbj_hot{width: 24px; height: 15px; background-position:-176px -16px; position: absolute; top: 6px ; right: 20px} .header_bottom .header_menu ul li.has_homeIcon em.jjjcc_icon{width: 10px; height: 10px; background-position: -110px -165px; position: absolute; top: 7px; right: 30px; display: none} .header_bottom .header_menu ul li a{color:#333; text-decoration:none; display: block; padding:0 25px; } .header_bottom .header_menu ul li a:hover{color:#f25618} .header_bottom .header_menu ul li.on, .header_bottom .header_menu ul li.menu_hover{background:#01af63} .header_bottom .header_menu ul li.on a ,.header_bottom .header_menu ul li.menu_hover a{color:#fff} .header_bottom .header_menu ul li.on a:hover, .header_bottom .header_menu ul li.menu_hover a:hover{color:#fff} .header_bottom .header_menu ul li.has_secondMenu{padding:0; width:176px;} .header_bottom .header_menu ul li.has_secondMenu a{padding:0;} .header_bottom .header_menu ul li.has_secondMenu a em{ width:7px; height:4px; position:absolute; top:20px; background-position:-77px 0 ;} .header_bottom .header_menu ul li.has_secondMenu a em.menu_arrow{right:49px} .header_bottom .header_menu ul li.has_secondMenu a em.menu_arrow_two{right:65px} .header_bottom .header_menu ul li.on a em{background-position:-98px 0} .header_bottom .header_menu ul li.menu_hover a em{background-position:-84px 0} .header_bottom .header_menu ul li.has_secondMenu span{float:left;margin-left:45px; display:inline; cursor: pointer;} .header_bottom .header_menu ul li.has_secondMenu dl{position:absolute; top:40px; left:0; background:#019d59;font: 12px/1.5 tahoma, arial, \5b8b\4f53; width:176px; display:none; border-top:2px solid #01af63} .header_bottom .header_menu ul li.menu_hover dl{display:block} .header_bottom .header_menu ul li.has_secondMenu dl dd{padding:11px 0; float:left; font-size:0} .header_bottom .header_menu ul li.has_secondMenu dl dd a{padding-left:45px; height:32px; line-height:32px; width:131px; display:inline-block; font-size:12px; font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; position:relative;} .header_bottom .header_menu ul li.has_secondMenu dl dd a i{height: 11px;width: 18px;display: block;background: url(http://img.to8to.com/to8to_img/global.png) no-repeat;background-position: -201px -16px; display: inline-block; margin-left: 5px; margin-top: -13px; vertical-align: middle;} .header_bottom .header_menu ul li.has_secondMenu dl dd a i.hot{width:17px;background-position: -49px -16px;} .header_bottom .header_menu ul li.has_secondMenu dl dd a:hover{background:#018d50; color:#fff} .header_bottom .header_menu ul li b{ width:1px; position:absolute; right:0; top:13px; height:16px; background:#eee; overflow:hidden} .header_bottom .header_menu ul li.menu_hover b, .header_bottom .header_menu ul li.on b{display:none} .header_bottom .header_menu .q_code{background-position: 0 -187px; width: 115px; height: 31px; float:left; position: relative; top:9px; left: 71px ; overflow : visible;cursor: pointer;} .narrow_980 .header_bottom .header_menu .q_code{display: none} .header_bottom .header_menu .q_code a.q_code_applnk{width:100%; height:100%;display: block;color:#000;} .header_bottom .header_menu .q_code .q_code_applnk:hover,.header_bottom .header_menu .q_code .q_code_applnk:visited,.header_bottom .header_menu .q_code .q_code_applnk:active,.header_bottom .header_menu .q_code .q_code_applnk:focus{color:#000;} .header_bottom .header_menu .q_code .qcode_lnk{display: block;} .header_bottom .header_menu .q_code div.q_code_layer{position: absolute; width: 132px; height: 286px ; border: 1px solid #01af63; border-radius: 4px; background: #fff; top:0; right: -60px; display: none; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_title{margin:7px 0 0 16px; color: #666; display: inline-block; font-size: 12px; font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_img{background-position:-413px 0; width: 100px; height: 100px; margin:11px 0 0 16px; display: inline-block;} .header_bottom .header_menu .q_code div.q_code_layer span.wech{background-position: -221px -102px;} /* 头部品宣图 */ .banner_arrow,.slider_ico{background: url(http://img.to8to.com/decorate_gallery/images/png/banner.png?v=1411559744) no-repeat;_background: url(http://img.to8to.com/decorate_gallery/images/gif/banner.gif?v=1411559744) no-repeat;display: block;} .index_banner_s .slider_mark{position: absolute;bottom: 10px;left: 48%;height: 10px;} .index_banner_s .slider_mark li{width: 10px;height: 10px;float: left;margin: 0 5px;} .index_banner_s .slider_ico{display: block;width: 10px;height: 10px;background-position: 0 -21px;overflow: hidden;opacity: 0.5;filter:alpha(opacity=50);} .index_banner_s .mark_dot_on .slider_ico{opacity: 100;filter:alpha(opacity=100);} .narrow_980 .index_banner_s .banner_slider li{width: 230px;} .index_banner_s .bLeft,.index_banner_s .bRight{background: url(http://img.to8to.com/decorate_gallery/images/png/index_global.png?v=14183675301) no-repeat;_background: url(http://img.to8to.com/decorate_gallery/images/gif/index_global.gif?v=14183675301) no-repeat;display: inline-block;*display: inline;zoom:1;} .index_banner_s .slider_mark li{margin: 0 2px;width: 6px;height: 6px;} .index_banner_s,.index_banner_s .banner_slider li{width: 230px;height: 70px;} .index_banner_s{position: absolute;top:20px;right: 0; overflow: hidden;} .index_banner_s .banner_slider{width: 9999px; height: 70px; position:absolute; overflow: hidden} .index_banner_s .banner_slider li{ overflow: hidden;float: left} .index_banner_s .bLeft,.index_banner_s .bRight{position: absolute; width: 12px; height: 22px; z-index: 2; top: 50%;font-size: 0;margin-top: -6px;display: none;text-indent: -999em;} .index_banner_s:hover .bLeft,.index_banner_s:hover .bRight{display: block;} .index_banner_s .bLeft{left: 0; background-position: -142px -39px;} .index_banner_s .bRight{right: 0; background-position: -150px -39px; } .index_banner_s .slider_ico{width: 6px;height: 6px;background-position: -11px -21px;} .index_banner_s .slider_mark{right: 18px;left:48%;bottom: 8px;height: 6px;} /* footer */ .footer{width:100%; position:relative; /*top:100px*/ bottom:0; margin-top: 60px; z-index:32;} .footer_top{width:100%; border-top:1px solid #eee; background:#f8f8f8;padding-bottom:50px; float:left} .footer_top.footer_special_p{ padding-bottom:80px;} .footer_top_container{width:1220px; margin:0 auto; position:relative} .narrow_980 .footer_top_container{width:980px} .ftc_left{float:left; width:888px; margin-top:23px; display:inline; position:relative} .narrow_980 .ftc_left{width:649px} .ftc_left .ftcl_tab{height:32px; border-bottom:1px solid #eaeaea} .ftc_left .ftcl_tab li{float:left; position:relative; margin-right:39px; height:32px; line-height:32px; display:inline; width:auto} .ftc_left .ftcl_tab li a{position:relative; width:auto; height:32px; text-align:center; line-height:32px; float:left;color:#666 } .ftc_left .ftcl_tab li.on a{border-bottom:1px solid #009635; } .ielt7 .ftc_left .ftcl_tab li.on a{bottom:-1px; line-height:31px} .ftc_left .ftclt_content{margin-top:16px; display:none;width: 888px;zoom:1;} .ftc_left .ftclt_content:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .narrow_980 .ftc_left .ftclt_content{width: 649px;} .ftc_left .on{display:block} .ftc_left .ftclt_content a{color:#999;margin-right:10px; white-space:nowrap; height:20px; line-height:20px; float: left; } .ftc_left .ftclt_content a:hover{color:#666} .ftc_left .join_link{position:absolute; right:0; top:0; height:32px; line-height:32px; color:#666; text-align:left; width:58px; text-align:left} .ftc_left .join_link span{background-position:-36px 0; width:5px; height:9px; position:absolute; right:0; top:12px} .ftc_center{float:left; width:100px; margin:23px 0 0 85px; display:inline} .ftc_center dl dt{ float:left; width:100px; height:32px; line-height:32px; text-align: center;} .ftc_center dl dd{float:left; width:100px;} .ftc_center .att-code { display:block; width: 100px; height: 100px;} .ftc_center dl dd a{margin-top:9px; float:left; position:relative; width:100%; height:14px; line-height:12px; color:#666} .ftc_center dl dd a div.wechat_bg{background-position:-322px 0; position:absolute; bottom:14px; left:-15px; width:91px; height:100px; display:none} .ftc_center dl dd a.wechat_sns:hover{color:#60b400} .ftc_center dl dd a.sina_sns:hover{color:#d6332a} .ftc_center dl dd a.qzone_sns:hover{color:#eaaf00} .ftc_center dl dd a.txwb_sns:hover{color:#42adcf} .ftc_center dl dd a em{float:left; display:inline} .ftc_center dl dd a.sina_sns em{ background-position: -107px 1px; width:16px; height:14px; margin-right:4px} .ftc_center dl dd a.txwb_sns em{ background-position: -125px 0; width:12px; height:14px; margin-right:7px} .ftc_center dl dd a.qzone_sns em{ background-position: -138px 0; width:17px; height:14px; margin-right:5px} .ftc_center dl dd a.wechat_sns em{ background-position: -156px 1px; width:16px; height:14px; margin-right:6px} .ftc_center dl dd a.sina_sns:hover em{ background-position: -107px -15px; } .ftc_center dl dd a.txwb_sns:hover em{ background-position: -125px -16px;} .ftc_center dl dd a.qzone_sns:hover em{ background-position: -138px -16px;} .ftc_center dl dd a.wechat_sns:hover em{ background-position: -156px -15px;} .ftc_right{float:right; width:100px;margin-top:23px; display:inline} .ftc_right dl dt{ width:100px; height:32px; line-height:32px; text-align:center; } .ftc_right dl dd{ width:100px; height:100px; background-position:-412px 0} .ftc_right dl .ask_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_ask.png?20160511) no-repeat 0 0;} .ftc_right dl .xiaoguotu_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_xgt.png?20160511) no-repeat 0 0;} .ftc_right dl .company_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_company.png?20160511) no-repeat 0 0;} .ftc_right dl .sz_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_index.png?20160511) no-repeat 0 0;} .ftc_right dl .yezhu_qrMark,.ftc_right dl .baike_qrMark,.ftc_right dl .life_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_xzx.png?20160511) no-repeat 0 0;} .footer_bottom{min-width:1220px;width:100%;padding-bottom:40px; background:#1f1f1f; border-top:2px solid #009635; float:left} .narrow_980 .footer_bottom{min-width: 980px} .footer_bottom_container{width:1220px; margin:0 auto} .narrow_980 .footer_bottom_container{width: 980px} .fbc_menu{text-align:center; margin-top:20px} .fbc_menu ul li{width:71px; height:14px; display:inline-block; font-size:0; margin-left:-2px} .ielt8 .fbc_menu ul li{display:inline; zoom:1} .fbc_menu ul li a{ float:left; width:70px; height:14px; line-height:14px; color:#fff; font-size:12px} .fbc_menu ul li span{width:1px; height:12px; margin-top:2px; background:#fff; float:left;overflow:hidden} .footer_bottom_container .fbc_copyright{margin-top:18px; text-align:center; height:14px; line-height:14px; color:#666;} .footer_bottom_container .fbc_icp{margin-top:17px; text-align:center; height:14px; line-height:14px; color:#666;} .footer_bottom_container .fbc_icp a{color: #666;font-family: tahoma, arial, \5b8b\4f53;} .footer_bottom_container .fbc_icpico{margin-top:17px; text-align:center;height: 33px;} .footer_bottom_container .fbc_icpico span{display: inline-block; margin-right: 20px; } .footer_bottom_container .fbc_icpico span.fbc_ico1{ background-position: -156px -135px; width: 28px; height: 29px; } .footer_bottom_container .fbc_icpico span.fbc_ico2{ background-position: -185px -102px; width: 32px; height: 33px; } .footer_bottom_container .fbc_icpico span.fbc_ico3{ background-position: -156px -102px; width: 28px; height: 31px; } .footer_bottom_container .fbc_icpico span.fbc_ico4{background-position: 0 -225px; width: 90px; height: 32px;} /* * * Global common style 全站共用样式,不可修改。 * */ .container{ width:1220px; margin:0 auto; } .narrow_980 .container{width:980px} .translucence_layer{position:fixed; width:100%; height:100%; z-index:999; background:#000; opacity:.75; top:0; left:0; z-index: 8000;display: none;} .ielt9 .translucence_layer{filter:alpha(opacity=75);} .ielt7 .translucence_layer{width:100%;height:100%;top:0;position:absolute;top:0;z-index:8000;} .window_box {font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; color:#333 ; background:#fff} .window_box .window_box_title{height:40px; float:left; width:100%; position:relative;} .window_box .window_box_title span{ display:inline-block; height:18px; line-height:18px; font-size:16px; color:#666; margin:18px 0 0 20px; } .window_box .window_box_title span label{ margin-top: 0; vertical-align: middle; float:left;line-height: 20px; width: 368px; } .window_box .window_box_title em{display: inline-block; height:14px; height: 14px; margin:22px 0 0 6px; color:#f36f20;} .window_box .window_box_title a{ position:absolute; right:30px ; top:20px ; width:16px; height:16px; background-position:0 -165px ; } .window_box .window_box_title a:hover{background-position: -18px -165px} .ielt8 .window_box .window_box_title{display:inline; zoom:1} .window_box .window_box_container{background:#fff; width:100%; height:100%; display:inline-block} .window_box_btn{height:40px; text-align:center; margin-top:31px; float:left; width:100%; display:inline} .window_box_btn input{border:0; height:30px; width:67px; background:#eaeaea;margin-right:10px;font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; cursor: pointer; } .window_box_btn input.window_box_btn_save{background:#f26f20; color:#fff} .window_box_btn input.window_box_btn_save:hover{background: #e7691e} .window_box_error em{background-position: -51px -165px; width: 13px; height: 13px; float:left;margin-right:3px; display: inline} /*装修贷新修改弹框---涉及公用部分*/ .window_box .icn_cry_rabbit{ background: url(http://img.to8to.com/to8to_img/zxbj/icn_cry_rabbit.png) no-repeat; width:102px; height:110px; display:inline-block; vertical-align:middle;} .window_box .window_txt_be895f{ color:#f25618;font-size:14px; line-height: 16px; } .window_box .mod_pagetip_title.pt40l0{ padding-left:0; padding-top:40px;} .window_box .mod_pagetip_title.pl0{ padding-left:0;} .window_box .mod_pagetip_title.lh24{ line-height:24px;} .window_box .mt25{ margin-top:25px;} .window_box .pb40{ padding-bottom:40px;} .window_box .mt6{ margin-top:6px;} .window_box .mod_fbbox.w528{ width:528px; padding-top:40px;} .window_box .mod_fbbox.w528 .fbbox_s2 .fbbox_s2_text{ width:528px;text-align:center;} .window_box .mod_fbbox a.mod_fbbox_btn{ margin:auto;font-size:14px; display:inline-block; } /*-----------------add by kevin.yuan 2014-8-4 ---------------------*/ .color-items{ opacity: 0.5; filter:alpha(opacity=50); } .color-items:hover{ opacity: 1; filter:alpha(opacity=100); } /*全局分页样式*/ .pages {padding-top: 60px;margin-top: 0!important; text-align: center; clear: both; } .pages a, .pages strong, .pages em { height: 32px;padding: 3px 6px; margin: 0 0 0 -1px !important;line-height: 32px;display: -moz-inline-box; display: inline-block; } .pages em { margin-right: 20px;;display: none!important;} .pages input { vertical-align: bottom; height: 18px; width: 30px; } .pages a { width: 26px;border: 1px solid #eee!important; color: #999!important; background-color: #fff; } .pages a:hover{color: #01af63!important;} .pages i{width: 40px;height: 40px;line-height: 34px;display: -moz-inline-box; display: inline-block;} .pages strong{ width: 28px;height: 34px;background-color: #01af63!important; color: #fff!important;font-weight: 400!important;line-height: 34px; border: 0 !important; } .ielt8 .pages strong{vertical-align: 1px;} .pages .prev,.pages .next{position: relative;width: 79px;} .pages .next b,.pages .prev b{position: absolute;width: 6px; height: 11px;margin-top: 11px; background:url(http://img.to8to.com/to8to_img/global.png?v=20150812) no-repeat; _background:url(http://img.to8to.com/to8to_img/global.gif?v=20150812) no-repeat; _overflow:hidden} .ielt8 .pages .next b,.ielt8 .pages .prev b{top: 3px;} .pages .prev b{left: 15px; float: left;background-position: -173px 0;} .pages .next b{right: 15px; float: right;background-position: -180px 0;} .pages .prev:hover b,.pages_s a.prev:hover{background-position: -187px 0;} .pages .next:hover b,.pages_s a.next:hover{background-position: -194px 0;} /*第二种小分页*/ .pages_s{ padding-top:30px; text-align:center;} .pages_s a,.pages_s b{font-size: 14px;color: #999; display:inline-block; padding-right:14px;vertical-align:middle;} .pages_s b{ vertical-align:top; line-height:16px; font-weight:normal; } .pages_s a:hover{color: #03b065;} .pages_s a.focus { color:#03b065;} .pages_s a.prev,.pages_s a.next{display: inline-block;width: 6px; height: 11px; padding:0; margin-right:14px; background:url(http://img.to8to.com/to8to_img/global.png?v=201503191840) no-repeat; _background:url(http://img.to8to.com/to8to_img/global.gif?v=201503191840) no-repeat; _overflow:hidden;} .pages_s a.prev{ background-position:-173px 0;} .pages_s a.next{ background-position:-180px 0;} /*第二种小分页*/ /* 分页效果 */ .pages{ margin-top: 43px;} .pages em{color:#01a469;} .pages strong{background: #01a469;padding: 3px 6px;} .pages a {color:#aaa; border: 1px solid #dfdfdf;padding: 3px 6px;cursor: pointer;} /*右边新版分享样式代码*/ .floatWindowBox { position: fixed; right: 1px; bottom: 20px; z-index: 9999; _position: absolute; _top: expression(eval(document.documentElement.offsetHeight/2+document.documentElement.scrollTop)); } .fwb_color{background: url(http://img.to8to.com/decorate_gallery/images/gif/share_ng.gif?v=1408458119) repeat} .feedbacks, .shareBtn, .returnTopBtn{ display: block; width: 59px; height: 59px; color: #999; background: #fbfbfb; overflow: hidden; border: 1px solid #ededed; font-size: 12px; } .floatWindowBox ul li { position: relative; } .floatWindowBox ul li.on a.feedbacks ,.floatWindowBox ul li.on a.shareBtn { color: #fa6564; } .floatWindowBox .feedback ,.floatWindowBox .shareBg,.floatWindowBox .returnBg{ margin-top: 7px; width: 30px; height: 30px; } .floatWindowBox ul li .feedback { background-position: -4px -100px; } .floatWindowBox ul li .shareBg { background-position: -104px -100px; } .floatWindowBox ul li .returnBg{ margin-top: 12px; background-position: -54px -100px; } .floatWindowBox ul li.on .feedback { background-position: -4px -146px; } .floatWindowBox ul li.on .shareBg { background-position: -104px -146px; } .floatWindowBox ul li.on .returnBg{ margin-top: 12px; background-position: -54px -146px; } .floatWindowBox ul li i { margin: 0 auto 0 auto; display: block; overflow: hidden; background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.png?v=1401786599) no-repeat; _background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.gif?v=1401786726) no-repeat; } .floatWindowBox ul li .feedbacks{ border-top: none; border-bottom: none; } .feedbacks, .shareBtn, .returnTopBtn, .replyInBtn, .themBtn, .publishInBtn { line-height: 24px; text-align: center; cursor: pointer; } a.feedbacks:hover, a.shareBtn:hover{text-decoration: none;} .floatWindowBox .shareList { position: absolute; font-size: 12px; top: 0; } .floatWindowBox .shareBoxBg { width: 95px; height: 160px; background: #fbfbfb; border: 1px solid #ededed; border-radius: 1px; } .floatWindowBox .shareBox .sh_qzone { background-position: -323px -47px; } .floatWindowBox .shareBox .sh_xinlang { background-position: 0px -47px; } .floatWindowBox .shareBox .sh_qqweibo { background-position: -215px -47px; } .floatWindowBox .shareBox .bds_weixin { background-position: -538px -47px; } .floatWindowBox .shareBox .sh_tieba { background-position: -429px -47px; } .floatWindowBox .shareBox a { display: block; width: 58px; padding-left: 38px; height: 40px; color:#999; line-height: 40px; background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.png?v=1401786599) no-repeat; _background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.gif?v=1401786726) no-repeat; cursor: pointer; } .floatWindowBox .rA { position: absolute; right: 19px; top: 20%; display: block; margin-top: -27px; width: 6px; height: 14px; background-color:yellow; overflow: hidden; background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.png?v=1401786599) -8px -194px no-repeat; _background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.gif?v=1401786726) no-repeat; } .floatWindowBox .shareBox { padding-right: 20px; position: absolute; left: -111px; top: 10px; width: 101px; height: 240px; overflow: hidden; display:none; } .shareList a:hover{ background-color:#f2f2f2; } a.add_share {display:block;float:right;margin-right:5px;width:16px;height:16px;background:url(http://www.to8to.com/img/front_end/icon/case_list_icon.gif) no-repeat;padding:0px;} a.onqqshare {background-position:0px -209px;} a.outqqshare {background-position:0px -73px;} a.onweiboshare {background-position:0px -185px;} a.outweiboshare {background-position:0px -51px;} /*效果图底部部分*/ div.small_cage_more { background:#fff; margin-top: 40px; padding-bottom: 6px; position: relative; width: 100%; display: inline-block } div.small_cage_more .dl_nav { border-bottom:1px solid #e8e8e8; height:43px; font-size: 14px; position: relative; } div.small_cage_more .dl_nav dt { float:left; color:#999; height:30px; line-height:30px; font-size:14px; margin-top:10px; } div.small_cage_more .dl_nav dd { float:left; height:30px; line-height:30px; text-align:center; color:#666; cursor:pointer; margin:10px 3px 0 3px; } div.small_cage_more .dl_nav #dd_zxxgt{width: 70px;overflow: hidden;} div.small_cage_more .dl_nav dd.dd_select { color:#01a469; } div.small_cage_more .dl_content { width:100%; margin:5px auto; color:#e8e8e8; } div.small_cage_more .dl_content #search_tab td { white-space:nowrap; } div.small_cage_more .dl_content a { height:22px; line-height:22px; color:#aaa; text-decoration: none; font-family:arial; font-size:12px; } div.small_cage_more .dl_content a:hover{text-decoration: underline;} a.a_link_zxxgt { display:block; overflow:hidden; height:25px; float:left; line-height:25px; margin-right:10px; color:#aaa; font-size:13px; text-overflow:ellipsis; white-space:nowrap; } .warpper_dl{width:90%;margin: 0 auto;} div.small_cage_more .dl_nav dd.green_line{ height: 2px; width: 70px; background:#01a469;position: absolute; top:31px;z-index:999;left:0px;overflow: hidden;}/*绿色导航条*/ /*底部链接结速*/ /*.footer { padding-top: 0px; position: relative; z-index: 4; } */ /*过渡时期样式*/ .narrow_1220 .limit_nav_new , .narrow_980 .limit_nav_new,.narrow_1220 .footer,.narrow_980 .footer { display: table;} .narrow_980 .limit_nav_new,.narrow_980 .footer {min-width: 980px} .narrow_1220 .limit_nav_new ,.narrow_1220 .footer {min-width: 1220px} .narrow_1220 .limit_w, .narrow_1220 .nav_jifen_new,.narrow_1220 .narrow_footer{width: 1220px; display: table; } .narrow_980 .limit_w, .narrow_980 .nav_jifen_new,.narrow_980 .footer p.footer_nav,.narrow_980 .warpper_dl ,.narrow_980 div.small_cage_more,.narrow_980 .narrow_footer{width: 980px; display: inline-block} .narrow_980 .nav_new_list li a, .narrow_1220 .nav_new_list li a{font-size: 14px; font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; } .narrow_980 .bottom-page , .narrow_1220 .bottom-page{padding-bottom:120px;} .narrow_980 span.line , .narrow_1220 span.line{width: 1px; height: 10px; } .narrow_980 #header,.narrow_980 .footer{display: table;width: 100%} .lgn_txt{overflow: hidden} /****在线咨询***/ #consult_win { position: fixed; width: 79px; overflow: hidden; bottom: 180px; right: 10px; _right: -1px; z-index: 9999; _position: absolute; _bottom: auto; _top: expression(eval(document.documentElement.scrollTop)+100); } #consult_win .float_peek { cursor: pointer; display: block; float: right; height: 206px; width: 41px; display: none; } #consult_win #peek_go_top { padding-left: 6px; } #consult_win #consult_board { color: white; font-weight: bold; background: url("http://img.to8to.com/front_end/bg/float_consult_board.png?v=1384538330") no-repeat scroll 0 0 transparent; height: 150px; padding: 37px 0 0 7px; } #consult_win #live800icon { display: none; } #consult_win #consult_bg { height: 196px; width: 79px; } #consult_win .float_close { cursor: pointer; height: 19px; width: 19px; margin-left: 60px; background: url(http://img.to8to.com/front_end/bg/float_close.png?v=1384538330); } #consult_win .con_msg { width: 66px; height: 19px; font-size: 12px; margin-bottom: 18px; text-align: center; line-height: 19px; cursor: pointer; } #consult_win .msg_green { background: url("http://img.to8to.com/front_end/bg/float_msg_green.png?v=1384538330") no-repeat scroll 0 0 transparent; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.to8to.com/front_end/bg/float_msg_green.png?v=1384538330",sizingMethod="crop",enabled="true"); } #consult_win .msg_orange { background: url("http://img.to8to.com/front_end/bg/float_msg_orange.png?v=1384538330") no-repeat scroll 0 0 transparent; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.to8to.com/front_end/bg/float_msg_orange.png?v=1384538330",sizingMethod="crop",enabled="true"); } #consult_win #zxzx { font-size: 14px; font-style: italic; cursor: pointer; margin-bottom: 12px; } #consult_win .float_drcode { background: url("http://img.to8to.com/front_end/bg/float_drcode.png?v=1384538330"); width: 105px; height: 147px; position: fixed; bottom: 10px; right: 10px; } #consult_win .drcode_close { width: 19px; height: 19px; cursor: pointer; margin-left: 86px; } #consult_win #go_top { background: url("http://img.to8to.com/front_end/bg/float_go_top.png?v=1384538330") no-repeat scroll 0px 0px transparent; width: 51px; height: 34px; margin-top: 9px; margin-left: 8px; display: none; } #consult_win .click_drcode { display: block; width: 105px; height: 105px; } /* 小头部 */ .zgs_header { position: relative;min-width: 1220px; height: 35px; background: #fff; border-bottom: 2px solid #00af63;z-index: 2000 } .zgs_header a{ font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;} .zgsh_top { width: 1220px;height: 35px; display: table;margin: 0 auto;} .narrow_980 .zgsh_top_center{ width:980px;} .zgsh_top_center_left ul li, .zgsh_top_center_right ul li { display: inline-block; height: 35px; position: relative; line-height: 35px; } .ielt8 .zgsh_top_center_left ul li, .ielt8 .zgsh_top_center_right ul li { display: inline; zoom: 1 } .zgsh_top_center_left ul li { /*width: 78px; */vertical-align:middle;} .zgsh_top_center_left ul li.on a{color:#00af63} .zgsh_top_center_left ul li a { height: 35px; display: inline-block; line-height: 35px; color: #333; margin-right:26px; } .narrow_980 .zgsh_top_center_left ul li a { margin-right:19px;} .narrow_980 .zgsh_top_center_left li a.logo{ margin-right:10px;} .zgsh_top_center_left ul li a:hover { color: #f25618; } .zgsh_top_center_right { float: right; height: 35px; } .zgsh_top_center_right ul li a, .zgsh_top_center_right ul li span, .zgsh_top_center_right ul li em { float: left;display: inline; color: #999;font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; } .zgsh_top_center_right ul li a,.zgsh_top_center_right ul li em{padding: 0 15px;} .zgsh_top_center_right ul li a.nav_fzlink{color: #f25618;} .zgsh_top_center_right ul li a:hover { color: #f25618; text-decoration: none } .zgsh_top_center_right ul li span { height: 12px; background: #eee; margin-top: 11px; width: 1px; overflow: hidden } .zgs_header .zgsh_center { width: 100%; height: 100px } .zgs_header .zgsh_center .zgshc_company { width: 980px; height: 100px; margin: 0 auto; position: relative } .zgs_header .zgsh_center .zgshc_company span.zc_bg { width: 124px; height: 123px; position: absolute; bottom:-40px ; left: 0 } .zgs_header .zgsh_center .zgshc_company span.zc_bg img { width: 120px; height: 120px; margin: 3px 0 0 2px } .zgsh_top_center_right ul li a p{display:inline; float: left;} .zgsh_top_center_right ul li .htr_login{padding-right: 0;} .zgsh_top_center_right ul li .htr_username p{margin-right:5px; max-width: 68px;} .zgsh_top_center_right ul li .htr_username,.zgsh_top_center_right ul li .htr_mes{position: relative;color: #999; line-height: 35px; height: 35px; padding: 0 15px;border-left: 1px solid #fff;border-right: 1px solid #fff;} .zgsh_top_center_right ul li .on .htr_mes,.zgsh_top_center_right ul li .on .htr_username{height: 36px;background-color: #fff;border-left: 1px solid #eee;border-right: 1px solid #eee;} .zgsh_top_center_right ul li .on .htr_mes_memu,.zgsh_top_center_right ul li .on .user_memu{position: absolute;top: 36px;left: 0;width: 115px;border: 1px solid #eee;border-top: 0;background-color: #fff;overflow: hidden;} .zgsh_top_center_right ul li .on .htr_mes_memu li,.zgsh_top_center_right ul li .on .user_memu li{position: relative;float: left;display: inline;width: 115px;height: 31px;line-height: 31px;} .zgsh_top_center_right ul li .on .htr_mes_memu,.zgsh_top_center_right ul li .on .htr_mes_memu li{width: 121px;} .zgsh_top_center_right ul li .on .htr_mes_memu li:hover,.zgsh_top_center_right ul li .on .user_memu li:hover{background-color: #f8f8f8;} .zgsh_top_center_right ul li .on .htr_mes_memu li b{position: absolute;right:7px;top: 0;display: block;width: 35px;font-weight: normal;color: #ff6666;} .zgsh_top_center_right ul li .user_memu a,.zgsh_top_center_right ul li .htr_mes_memu a{display: block;} .zgsh_top_center_right ul li .user_memu a{width: 115px;} .zgsh_top_center_right ul li .htr_mes_memu a{width: 106px;padding-right: 0;} /*面包屑*/ .global_pie{padding:12px 0; height:20px; font-weight:normal; width: 100% ; border-bottom:1px solid #eee; position: relative;; z-index: 10} .global_pie .global_pie_container{width: 1220px; margin: 0 auto;} .narrow_980 .global_pie .global_pie_container{width: 980px; margin: 0 auto;} .global_pie .global_pie_container ul li{float:left; margin-right:8px; display:inline; height:20px;line-height:20px;color: #333;} .global_pie .global_pie_container ul li a{float: left;font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; color:#999; } .global_pie .global_pie_container ul li a:hover{color: #f25618;} .global_pie .global_pie_container ul li span{margin:6px 0 0 7px; font-size:14px; background-position:-31px -7px; width:5px; height:9px;float:left;} .global_pie .global_pie_container ul li.gp_menu .gpm{ position: relative ; float: left; } .global_pie .global_pie_container ul li.gp_menu .gpm p{color: #666; float: left; padding-right:5px;font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; color:#999; cursor: pointer; } .global_pie .global_pie_container ul li.gp_menu .gpm i{background-position: -70px 0; width: 7px; height: 4px ; float:left; position: relative; top: 9px} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content{position: absolute; top:0; background: #fff; z-index: 999;left:-8px; display: none} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dt{ width: 76px; height:26px; border:1px solid #eee; border-bottom:1px solid #fff; position: absolute; top: -3px; z-index:99; background: #fff;} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dt a{margin:2px 0 0 7px;} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dd{width: 97px; position: absolute; top:24px; background: #fff; border:1px solid #eee; z-index: 90;} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dd a{padding:0 7px; height:26px; width: 83px; line-height: 26px; color: #999; position: relative; overflow: hidden; background: #fff; margin-left:0;} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dd a:hover{background: #f8f8f8} .global_pie .pie_list{position: relative;float: left;margin-top: -1px;} .global_pie .pie_list a.pie_list_lnk{display: block;padding: 0 6px;border:1px solid #fff;border-bottom: none;} .global_pie .pie_list a.pie_list_lnk:hover{color: #333;} .global_pie .pie_list ul{position: absolute;border:1px solid #e8e8e8;background-color: #fff;padding-bottom: 5px;top: 21px;left: 0;z-index: 1;display: none;} .global_pie .pie_list ul li{margin-right: 0;width: 100%;height: auto;} .global_pie .pie_list ul li a{display: block;line-height: 24px;padding: 0 6px;white-space: nowrap;} .global_pie .pie_list ul li a:hover{color: #333;} .global_pie .pie_list_hover a.pie_list_lnk{border-color: #e8e8e8;background-color: #fff;position: relative;z-index: 2;height: 22px;} .global_pie .pie_list_hover ul{display: block;} /* 全站公用icon & 小箭头 & 小三角 ***** by sisi.yuan */ .ico_tip_ok,.ico_tip_ok_s,.ico_tip_warn,.ico_tip_warn_s,.ico_error,.ico_protect,.ico_info_s,.mod_yeltip .yeltip_close, .arrow_gray,.arrow_green,.arrow_gray_up,.arrow_gray_down,.arrow_gray_upact,.arrow_gray_downact,.ico_tip_warn_green,.ico_tip_warn_green_s,.triangle_down,.triangle_up,.ico_scan,.ico_crown, .ico_sort_downon,.ico_sort_upon,.ico_sort_downoff,.ico_sort_upoff,.ico_comment,.ico_praise,.ico_praise_no,.ico_pic{display: inline-block;} .ico_tip_ok,.ico_tip_warn{height: 60px;width: 60px;background-position: -322px -102px;} .ico_tip_warn{background-position: -322px -163px;} .ico_tip_ok_s,.ico_tip_warn_s{height: 32px;width: 32px;background-position: -91px -225px;} .ico_tip_warn_s{background-position: -124px -225px;} .ico_error{width: 13px;height: 13px;background-position: -51px -165px;margin-right: 5px;vertical-align: middle;} .ico_protect{width: 14px;height: 17px;background-position: -197px -165px;} .ico_star_yel,.ico_star_grey,.ico_star_half{width: 12px;height: 12px;display: inline-block;vertical-align: top;} .ico_star_yel{background-position: -204px -188px;} .ico_star_grey{background-position: -204px -202px;} .ico_star_half{background-position: -198px -223px;} .ico_info_s{width: 14px;height: 14px;background-position: -36px -165px;margin-right: 5px;vertical-align: -2px;*vertical-align: middle;} .ico_scan{width: 12px;height: 8px;background-position: -180px -239px;margin-right: 5px;} .ico_crown{width: 16px;height: 16px;background-position: -193px -239px;} /*add_ico 2014.11.27*/ .ico_comment{ background-position: -40px -260px ;width: 12px; height: 11px;vertical-align: middle;} .ico_praise{background-position:-53px -260px;width: 12px; height: 11px;vertical-align: middle;} .ico_praise_no{background-position:-66px -260px;width: 12px; height: 11px;vertical-align: middle;} .ico_pic{ background-position:-25px -260px; width:14px; height:14px;vertical-align: middle;} /*end*/ .arrow_gray{width: 5px;height: 9px;background-position: -31px -7px;vertical-align: middle;} .arrow_green{width: 5px;height: 9px;background-position: -19px -7px;vertical-align: middle;} a:hover .arrow_gray,a:hover .arrow_green{background-position: -25px -7px;} .arrow_gray_up,.arrow_gray_down,.arrow_gray_upact,.arrow_gray_downact{width: 9px;height: 5px;vertical-align: middle;} .arrow_gray_up{background-position: -37px -10px;} .arrow_gray_down{background-position: -47px -10px;} .arrow_gray_upact,a:hover .arrow_gray_up{background-position: -65px -10px;} .arrow_gray_downact,a:hover .arrow_gray_down{background-position: -56px -10px;} .ico_tip_warn_green{background-position:-260px -223px;width:60px;height:60px; } .ico_tip_warn_green_s{background-position:-350px -227px;width:24px;height:24px; vertical-align: middle;margin-right: 8px; float: left; } .triangle_down,.triangle_up{width:7px;height:4px;vertical-align: middle;margin-left: 3px;} .triangle_down{background-position:-70px 0px;} .triangle_up{background-position:-91px 0px;} .ico_sort_downon,.ico_sort_upon,.ico_sort_downoff,.ico_sort_upoff{width: 7px;height: 9px;margin-left: 6px;} .ico_sort_downon{background-position: -221px -203px;} .ico_sort_downoff{background-position: -229px -203px;} a:hover .ico_sort_downon,a:hover .ico_sort_downoff{background-position: -237px -203px;} .ico_sort_upon{background-position: -221px -213px;} .ico_sort_upoff{background-position: -229px -213px} a:hover .ico_sort_upon,a:hover .ico_sort_upoff{background-position: -237px -213px;} /* 全站公用成功/失败结果提示 ***** by sisi.yuan */ .mod_pagetip,.mod_pagetip_btn{zoom:1;} .mod_pagetip:after,.mod_pagetip_btn:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_pagetip .mod_pagetip_ico{float: left;display:block;margin-right: 12px;text-align: right;padding-left: 60px;} .mod_pagetip .mod_special{margin-top: 25px;} .mod_pagetip .mod_pagetip_bd{float: left;padding-right: 60px;} .mod_pagetip .mod_pagetip_title{font-size: 24px;color: #333;text-align: left;} .mod_pagetip .mod_pagetip_info{color: #999;text-align: left;} .mod_pagetip .mod_pagetip_info a{color: #39c472;} .mod_pagetip .mod_pagetip_info a:hover{color: #39c472;} .mod_pagetip_btn{margin-top: 30px;} .mod_pagetip_btn .btn_yes,.mod_pagetip_btn .btn_cancel{display: block;float: left;} .mod_pagetip_btn .btn_yes{height: 30px;line-height: 30px;color: #FFF;padding: 0 20px;background-color: #f36f20;float: left;margin-right: 10px;white-space: nowrap;border:none;line-height: 30px;font-family: "微软雅黑","Microsoft YaHei";cursor: pointer;} .mod_pagetip_btn .btn_yes:hover{color: #fff;background-color: #e7691e;} .mod_pagetip_btn .btn_cancel{height: 28px;line-height: 28px;border: 1px solid #d8d8d8;background-color: #FFF;padding: 0 20px;float: left;margin-right: 10px;white-space: nowrap;color: #333;} .mod_pagetip_btn .btn_cancel:hover{border-color: #ccc;color: #333;} /* 完善信息弹框兼容样式 by carl */ .mod_pagetip .compatibility{padding-right:0px;} /* 无次级提示信息 */ .mod_pagetip_noinfo .mod_pagetip_bd{padding-top: 15px;} .mod_pagetip_noinfo .mod_pagetip_title{font-size: 18px;} /* 全站公用成功/失败结果提示--小 */ .mod_pagetip_s{padding: 10px 0;} .mod_pagetip_s .mod_pagetip_title{font-size: 14px;font-weight: bold;} .mod_pagetip_s .mod_pagetip_info{color: #333;} .mod_pagetips_noinfo .mod_pagetip_bd{padding-top: 5px;} /*新增加特殊弹框*/ .free_apply.free_apply_tip .apply_line .app_lbl {width: 100px;padding-right: 10px;text-align: right;float: left;line-height: 34px;} .free_apply.free_apply_tip .apply_line .ap_text{ width:180px;} .box_mobileverify_suc.pb70{ padding-bottom:70px;} .app_ele_w360 { position:relative;} .free_apply .apply_line .app_ele_w360 {width: 336px;float: right;} .free_apply .apply_line .ap_textarea {padding: 7px 10px;border: 1px solid #ccc;width: 260px;} .free_apply .apply_line .ap_texts{ text-align:right;width: 282px; color:#999;} .free_apply .apply_line .ap_texts span{ color:#f36f20;} .mod_pagetip_bd.special{ width:250px; padding:0;} .mod_pagetip_bd.special p{ color:#999;} /* 发标结果完善资料--全站公用 ***** by sisi.yuan */ .ico_code_s{display: inline-block;width: 18px; height: 18px;background-position: -193px -257px;vertical-align: middle;margin-right: 5px;margin-top: -4px;*margin-top: 0;*display: inline;*zoom: 1;} .mod_fbbox{width: 460px;margin: 0 auto;padding-bottom:40px; position: relative;} .mod_fbbox .help-link { position: absolute; bottom: 60px; right: 28px; color: #655E5E; } .mod_fbbox .help-link:hover { color: #f25618; } .mod_fbbox .mod_fbbox_btn{display: block;margin: 0 0 0 195px;height: 36px;line-height: 36px;color: #fff;padding: 0 20px;background-color: #F36F20;} .mod_fbbox a.mod_fbbox_btn.btn_01af63{ background:#01af63; color:#fff;} .mod_fbbox a.mod_fbbox_btn.btn_01af63:hover{ background:#05A660;} .mod_fbbox .mod_pagetip_info .pb{ padding-bottom:16px;} .mod_fbbox .mod_fbbox_btn:hover{background-color: #e7691e} .mod_fbbox input.mod_fbbox_btn{border: none;font-family: "Microsoft YaHei",微软雅黑;cursor: pointer;} /* .mod_fbbox .fbbox_s1,.mod_fbbox .fbbox_s2,.mod_fbbox .fbbox_s3{padding-top: 35px;} */ .mod_fbbox .fbbox_s1,.mod_fbbox .fbbox_s3{padding-top: 35px;} .mod_fbbox .fbbox_s1{text-align: center;} .mod_fbbox .fbbox_s1 .s1_hd{font-size: 24px;} .mod_fbbox .fbbox_s1 .s1_hd_sub{color: #999;} .mod_fbbox .fbbox_s1 .s1_bd{margin: 20px 0 30px;} .mod_fbbox .fbbox_s1 .s1_bd_font{font-size: 14px;margin-bottom: 7px;} .mod_fbbox .mod_fbbox_code{text-align: center;} .mod_fbbox .mod_fbbox_code p{color: #666;margin-top: 5px;} .mod_fbbox .mod_fbbox_code img{margin: 0 auto; width:135px; height:135px;} .fbbox_s2 .fbbox_s2_t{text-align: center;font-size: 24px;color: #333;line-height: 30px;font-weight: normal;} .fbbox_s2 .fbbox_s2_text{width: 455px;margin: 10px auto 25px;font-size: 14px;line-height: 18px;color: #333;} .mod_fbbox .s2_line,.mod_fbbox .s2_line_b{float: left;width: 200px;height: 54px;margin-left: 15px;zoom:1;} .mod_fbbox .s2_line:after,.mod_fbbox .s2_line_b:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_fbbox .label{line-height: 34px;float: left;width: 64px;text-align: right;padding-right: 10px;} .mod_fbbox .label span{color: #ff6666;vertical-align: middle;} .mod_fbbox .s2_element{position: relative;float: right;padding-bottom: 10px;width: 120px;} .mod_fbbox .s2_line_b{float: none;width: 415px;} .mod_fbbox .text,.mod_fbbox .select{padding: 7px 10px;border:1px solid #ccc;width: 98px;} .mod_fbbox .service_img_box{margin-top: 20px;} .mod_fbbox .service_img img{display: block;width: 150px;height: 150px;margin: 0 auto;} .mod_fbbox .service_img .service_img_text{line-height: 24px;color: #999;text-align: center;} .mod_fbbox .s2_line_b .s2_element{width: 336px;} .mod_fbbox .s2_line_b .text{width: 314px;} .ielt8 .mod_fbbox .select{margin-top: 8px;} .mod_fbbox .text_uni{position: absolute;top: 7px;right: 10px;} .ielt8 .mod_fbbox .text_uni{position: absolute;top: 10px;right: 10px;} .mod_fbbox .err_tip{color: #ff6767;margin-top: 3px;} .mod_fbbox .select{width: 120px;} .mod_fbbox .s2_line_btn{margin-top: 10px;} .mod_fbbox .fbbox_s3 .mod_fbbox_code{margin-top: 35px;} .mod_fbbox .mod_pagetip_s{padding: 0 0 40px 0;} .mod_fbbox .mod_pagetip_s .mod_pagetip_ico{padding-left: 170px;} .mod_fbbox_wxservice{width: 560px;} .mod_fbbox_wxservice .fbbox_s1{padding-top: 25px;} .mod_fbbox_wxservice .fbbox_s1 .s1_hd_sub{color: #333;font-size: 14px;margin-top: 5px;margin-bottom: 30px;} .mod_fbbox_wxservice .service_img{background: url(http://img.to8to.com/to8to_img/fbbox_service.png?v=1421117809) no-repeat;position: relative;width: 356px;height: 285px;margin:0 auto;} .mod_fbbox_wxservice .service_img img{width: 130px;height: 130px;position: absolute;top: 48px;left: 0;} .mod_fbbox_wxservice .mod_pagetip_s{padding-bottom: 0;position: absolute;top: 250px;left: 0;} .mod_fbbox_wxservice .mod_pagetip_s .mod_pagetip_ico{padding-left: 0;} /* 免费申请弹层--全站公用 ***** by sisi.yuan */ .free_apply{padding: 40px 0;} .free_apply .apply_line{zoom:1;} .free_apply .apply_line:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .free_apply .apply_line .app_lbl{width: 110px;padding-right: 10px;text-align: right;float: left;line-height: 34px;} .free_apply .apply_line .app_ele{width: 360px;float: right;padding-bottom: 10px;} .free_apply .apply_line .ap_text{padding: 7px 10px;border:1px solid #ccc;width: 266px;color: #333;} .free_apply .apply_line select{border:1px solid #ccc;width: 136px;height: 34px;margin-right: 12px;color: #333;} .ielt9 .free_apply .apply_line select{padding: 7px 0 8px 10px} .ielt8 .free_apply .apply_line select{margin-top: 8px;height: 20px;} .free_apply .apply_btn{border:none;height: 40px;line-height: 40px;padding: 0 30px;background-color: #f36f20;color: #fff;font-size: 14px;cursor: pointer;} .ielt8 .free_apply .apply_btn{overflow: visible;} .free_apply .apply_btn:hover{background-color: #e7691e;} .free_apply .apply_line_btn{margin-top: 10px;} .free_apply .app_tip{color: #999;margin-top: 15px;} .free_apply .app_error{color: #f66;margin-top: 3px;} /* 小黄条提示--全站公用 ***** by sisi.yuan */ .mod_yeltip{position: relative;} .mod_yeltip .yeltip_close{width: 10px;height: 10px;background-position: -383px -102px;position: absolute;right: 10px;top: 12px;} .mod_yeltip .mod_yeltip_bd{border:1px solid #fff0d8;background-color: #fffdee;padding: 8px 10px;} /* 按钮样式--全站公用 ***** by sisi.yuan */ .btn_org{display:inline-block;height: 36px;line-height: 36px;color: #fff;background-color: #f36f20;border:none;cursor: pointer;padding: 0 20px;} .btn_org:hover{background-color: #e7691e;color: #fff;} .btn_white{display:inline-block;height: 34px;line-height: 34px;border: 1px solid #d8d8d8;background-color: #FFF;padding: 0 20px;white-space: nowrap;color: #333;} .btn_white:hover{color: #333;border-color: #ccc;} input.btn_white{height: 36px;cursor: pointer;} input.btn_org,input.btn_white{*overflow: visible;} input.btn_green{display:inline-block;height: 32px;line-height: 32px;color: #fff;background-color: #01af63;border:none;cursor: pointer;padding: 0 20px;} input.btn_green_a{display:inline-block;height:18px;line-height: 18px;color: #01af63;background:none;border:none;cursor: pointer;vertical-align: middle;} input.btn_grey{ background:#f8f8f8; border:1px solid #e4e4e4; padding:0 8px; line-height:18px;vertical-align: middle; cursor: pointer;color:#999;} input.btn_grey_a{background:none;border:none;line-height:18px;vertical-align: middle; color:#999;cursor: pointer;} /* 表单 -- 全站公用 ***** by sisi.yuan */ .mod_form .form_hd{padding-left: 20px;color: #999;margin-bottom: 16px;} .mod_form .form_hd .ico_info_s{float: left;margin-left: -20px;margin-top: 2px;} .mod_form .text{padding: 7px 10px;width: 184px;border:1px solid #ddd;} .mod_form .select{width: 206px;border:1px solid #ddd;height: 34px;line-height: 28px;} .mod_form .select_s{width: 90px;} .mod_form .form_line{zoom:1;} .mod_form .form_line:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_form .label{width: 24.6%;padding-right: 8px;margin-left: -8px;float: left;text-align: right;line-height: 34px;} .mod_form .element{width: 75.4%;float: right;padding-bottom: 15px;} .mod_form .form_error{margin-top: 3px;color: #f66;} .mod_form .text_wrap{position: relative;} .mod_form .text_wrap .unit{margin-left: -20px;} .mod_form .text_wrap .text_lbl{color: #bbb;position: absolute;left: 10px;top: 8px;} .mod_form .btn_org,.mod_form .btn_white{float: left;} .mod_form .btn_org{margin-right: 12px;} /* 表单[ 扩展 ] -- 全站公用 ***** 如页面右侧发标表单 ***** by sisi.yuan */ .mod_form_wide .form_line{position: relative;} .mod_form_wide .text{width: auto;display: block;} .mod_form_wide .element{width: auto;float: none;padding-bottom: 10px;} .mod_form_wide .form_line_btn .btn_org{display: block;padding: 0;width: 100%;height: 40px;line-height: 40px;float: none;} /* 手机验证弹层 -- 全站公用 ***** by sisi.yuan */ .box_mobileverify{padding: 20px 0;} .box_mobileverify .mod_form .form_hd{margin-left: 60px;} .box_mobileverify .mod_form .text{width: 214px;} .box_mobileverify .mod_form .text_code{width: 80px;} .box_mobileverify .mod_form .code_wrap{position: relative;} .box_mobileverify .mod_form .code_wrap .text_code{float: left;} .box_mobileverify .mod_form .code_wrap .code_lnk{float: left;margin-left: 10px;display: inline-block;height: 34px;width: 124px;text-align: center;background-color: #eee;line-height: 34px;} .box_mobileverify .code_wrap .code_layer{position: absolute;width: 166px;left: 91px;bottom: 36px;} .box_mobileverify .code_wrap .code_layer .layer_bd{padding: 10px;background-color: #F6FFF9;border:1px solid #d6ded9;} .box_mobileverify .code_wrap .code_layer .code_input_text{padding: 2px 5px;width: 80px;border:1px solid #ccc;float: left;} .box_mobileverify .code_wrap .code_layer .code_input .btn_org{height: 24px;line-height: 24px;padding: 0 9px;float:right;margin-right: 0;} .box_mobileverify .code_wrap .code_img{margin-bottom: 5px;overflow: hidden;} .box_mobileverify .code_wrap .code_img a{color: #00ad4d;float: right;} .box_mobileverify .code_wrap .code_img a:hover{color: #f25618;} .box_mobileverify .code_wrap .code_img img{float: left;} .box_mobileverify .code_wrap .code_layer .layer_tri{width:0;height:0;font-size:0;display:inline-block;border-width:8px;border-color:#D6DED9 transparent transparent transparent;border-style:solid dashed dashed dashed;position: absolute;left: 50%;margin-left: -4px;bottom: -16px;} .box_mobileverify .code_wrap .code_layer .layer_tri i{width:0;height:0;overflow:hidden;font-size:0;display:inline-block;border-width:7px;border-color:#F6FFF9 transparent transparent transparent;border-style:solid dashed dashed dashed;position: absolute;left: -7px;top: -9px;} .box_mobileverify_suc{padding: 40px 0;} .box_mobileverify_suc .btn_cancel{margin-left: 80px;} /* tab切换[[ */ .mod_tab{overflow: hidden;} .mod_tab .mod_tab_hd{height: 43px;background-color: #f8f8f8;border:1px solid #e8e8e8;border-bottom: none;} .mod_tab .mod_tab_hd li{float: left;border-right: 1px solid #e8e8e8;} .mod_tab .mod_tab_hd li a{display: block;padding: 0 23px;height: 43px;line-height: 43px;font-size: 14px;color: #333;} .mod_tab .mod_tab_hd li a:hover{color: #01af63;} .mod_tab .mod_tab_hd li.on a{background-color: #fff;border-top: 2px solid #01af63;margin-top: -1px;color: #01af63;} .mod_tab .mod_tab_bd{border:1px solid #e8e8e8;} /* tab切换]] */ /* 排序[[ */ .mod_sort{border-bottom: 1px solid #eee;zoom:1;} .mod_sort:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_sort .sort_type{zoom:1;float: left;margin-top: 8px;} .mod_sort .sort_type:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_sort .sort_type li{float: left;padding-bottom: 8px;margin-right: 25px;} .mod_sort .sort_type li.on a{color: #01af63;} .mod_sort .sort_type li.on a:hover{color: #f25618;} .mod_sort .sort_state{float: right;width: 75px;border:1px solid #fff;position: relative;border-bottom: none} .mod_sort .sort_state a{display: block;height: 32px;line-height: 32px;text-align: center;} .mod_sort .sort_state .state_list{display: none;position: absolute;left: -1px;top: 32px;width: 75px;border:1px solid #eee;border-top: none;background-color: #fff;} .mod_sort .sort_state .state_list a{color: #666;} .mod_sort .sort_state .state_list a:hover{background-color: #f8f8f8;} .mod_sort .sort_state_hover{border-color: #eee;} .mod_sort .sort_state_hover .state_list{display: block;} .mod_sort .sort_state_hover .state_on{color: #f25618;} .mod_sort .sort_state_hover .state_on .triangle_down{background-position: -201px 0;} /* 排序]] */ /*带有小三角的提示框*/ .tip_triangle_left{ border:1px solid #eee; padding:15px; background:#fff; position:relative;} .tip_triangle_left b{ background:url(http://img.to8to.com/to8to_img/global.png?v=201503191840) 0 -260px no-repeat;_background:url(http://img.to8to.com/to8to_img/global.gif?v=201503171137) 0 -260px no-repeat; position:absolute; left:-6px;_left:-21px; top:10px; width:6px; height:12px;} /*添加全站banner图片*/ .header_banner_top{ display:block; background:url(http://img.to8to.com/to8to_img/zxbj/banner_top.jpg?v=1418215917) top center no-repeat; min-width:1220px; height:80px; _width:expression((document.documentElement.clientWidth||document.body.clientWidth)&lt;980?"980px":""); } /*图片弹出蒙层*/ .cover{width:100%;height:100%;top:0;position:fixed;z-index:9999;} .ielt7 .cover{width:100%;height:100%;top:0;position:absolute;z-index:9999;} .cover .bg{background:#000;width:100%;height:100%;opacity:.75;filter:alpha(opacity=75);text-align:center;position:absolute;top:0;} .ielt7 .cover .bg{height: 150%;} .cover .ppt{position:absolute;width:100%;height:100%;top:0;} .cover .del{background:url(http://img.to8to.com/decorate_gallery/images/gif/xgtcop_bg.gif?v=1409038438) -89px -86px no-repeat;width:37px;height:36px;position:absolute;top:40px;right:40px;z-index:99;} .cover .lrow,.cover .rrow{position:absolute;top:50%;margin-top:-135px;width:36px;height:70px;padding: 100px 15px 100px 100px; z-index:99;} .cover .lrow{padding: 100px 100px 100px 15px;} .cover .lrow i,.cover .rrow i{display: block;width:36px;height:70px;} .cover .lrow{left:25px;} .cover .lrow i{background: url(http://img.to8to.com/decorate_gallery/images/gif/xgtcop_bg.gif?v=1409038438) 0 -51px no-repeat;} .cover .rrow{right:25px;} .cover .rrow i{background: url(http://img.to8to.com/decorate_gallery/images/gif/xgtcop_bg.gif?v=1409038438) -37px -51px no-repeat;} .cover a.del:hover{background-position:-207px -86px;} .cover a.lrow:hover i{background-position:-129px -51px;} .cover a.rrow:hover i{background-position:-170px -51px;} .cover .content{overflow:hidden; width:80%;height: 100%;margin: 0 auto;position: relative;} .cover .content ul{width: 100%;} .cover .ppt_wrap{height: 50%;overflow: hidden;position: relative;} .cover .info{height:40px;overflow:hidden;margin-top: 20px;padding: 0 20%;} .cover .ppt_li{height: 100%;} .cover .show{position: relative;display:block;height: 100%;} .cover .show img{position: absolute;top: 50%;left: 50%;} .none{display:none;} .cover .title{font-size: 16px;color: #fff;line-height: 20px;padding-top: 60px;padding-bottom: 20px;padding-left: 10%;} .cover .title h3{float: left;font-weight: normal;padding-top: 0;} .cover .title .num{float: left;color: #999;margin-left: 15px;} .cover .title .num i{font-style: normal;color: #fff;} .cover .cover_link{padding: 20px 0;color: #d1d1d1;} .cover .cover_link a{color: #d1d1d1;} .cover .cover_link a:hover{color: #f25618;} .cover .diary_items_list{position:absolute;top: 10px;left:0;display:inline-block;} .cover .diary_items_list li em,.cover .diary_items_list li span{color: #fff;} .cover .diary_items_list li .ico_comment{background-position: -106px -40px;} .cover .diary_items_list li .ico_like{background-position: -132px -40px;} .cover .diary_items_list li .ico_share{background-position: -146px -40px;} .cover .diary_items_list .diary_items_list_li2:hover .ico_comment{background-position:-119px -40px;} .cover .diary_items_list .diary_items_list_li p{border-left: 1px solid #474643;} .cover a.diary_items_text{font-size: 14px;line-height: 20px;color: #fff;} .cover a.diary_items_text em{color: #fff;} .cover a.diary_items_text:hover em{color: #f25618;} .cover .ppt_loading,.cover li{background: url(http://img.to8to.com/front_end/icon/ajax-loader.gif) center center no-repeat;height: 100%;width: 100%;position: absolute;top: 0;left: 0;} /*微信二维码*/ .my_wechat_bar,.my_wechat_cancel,.my_wechat_broadside{background: url(http://img.to8to.com/to8to_img/my_wechat_bar.png?v=201503191140) no-repeat;display: block;} .my_sale{background: url(http://img.to8to.com/to8to_img/my_sale.png?v=20150527) no-repeat;_background: url(http://img.to8to.com/to8to_img/my_sale.gif?v=20150527) no-repeat; width: 162px;height: 311px; display: block;} .wechat_barcode{position: fixed;left: 50%;bottom: 260px;margin-left: 510px;z-index: 2001;} .wechat_barcode.my_sale_box{ top: 50%;} .wechat_barcode .my_sale,.wechat_barcode .my_sale_s{position:absolute;left: 50%;height: 328px;top:50%; margin-top: -50px; margin-left:-800px;z-index: 2001; cursor: pointer;} .wechat_barcode .my_sale{margin-top: -164px;} .wechat_barcode .my_sale_s{background: url(http://img.to8to.com/to8to_img/my_sale_s.png?v=20150527) no-repeat;_background: url(http://img.to8to.com/to8to_img/my_sale_s.gif?v=20150527) no-repeat; width: 162px;height: 100px; display: block;} .wechat_barcode a.btn_sale{ position: absolute; bottom: 0; height: 29px; left: 0; width: 159px; } .wechat_barcode .my_sale_s a.btn_sale{ height: 104px; } .narrow_1220 .wechat_barcode{margin-left: 630px;} .wechat_barcode .my_wechat_bar{width: 106px;height: 199px;background-position: 0 0;} .wechat_barcode .we_inwrap{position: relative;} .wechat_barcode .my_wechat_cancel{position: absolute;right: 5px;top: 72px;width: 9px;height: 9px;background-position: -107px -56px;cursor: pointer;} .wechat_broadside{position: fixed;right: 0;bottom: 295px;display: none;z-index: 2001;} .wechat_broadside .my_wechat_broadside{width: 41px;height: 132px;background-position:-109px -67px;cursor: pointer;} .ielt7 .wechat_barcode{position: absolute;_top: expression(eval(document.documentElement.offsetHeight/2+document.documentElement.scrollTop));} .ielt7 .wechat_broadside{position: absolute;_top: expression(eval(document.documentElement.offsetHeight/2+document.documentElement.scrollTop));} /*添加全站banner图片*/ .top_banner{ display:none; min-width:980px; height:80px; _width:expression((document.documentElement.clientWidth||document.body.clientWidth)&lt;980?"980px":""); } /* 发标弹窗*/ .tender_fail.apply_fail span.as_fail { overflow: hidden; background: url(http://img.to8to.com/decorate_gallery/images/png/xgt_meitu.png?20140920) no-repeat; _background: url(http://img.to8to.com/decorate_gallery/images/gif/xgt_meitu.gif) no-repeat; } .window_box_container .apply_fail { position: relative; display: inline; float: left; width: 380px; height: 60px; margin: 40px 0 0 60px; } .apply_fail span.as_fail { float: left; width: 60px; height: 60px; background-position: -60px -92px; } .apply_fail span.as_fail { background-position: -120px -92px!important; } .window_box_container .apply_fail strong { position: absolute; top: 8px; left: 81px; height: 40px; font-size: 18px; font-weight: 400; line-height: 20px; color: #333; } /* 发标弹窗 */ /* 发标结果完善资料V2--全站公用 */ .mod_fbbox_wxserviceV2 { position: relative; width: 290px; } .mod_fbbox_wxserviceV2 .help-link { position: absolute; bottom: 20px; right: 0; color: #655E5E; } .mod_fbbox_wxserviceV2 .help-link:hover { color: #f25618; } .mod_fbbox_wxserviceV2 .fbbox_s1 { padding-top: 22px; } .mod_fbbox_wxserviceV2 .fbbox_s1 .s1_hd { font-weight: bold; margin-bottom: 10px; } .mod_fbbox_wxserviceV2 .fbbox_s1 .s1_hd_sub { color: #333; font-size: 14px; width: 252px; margin: 0 auto 20px; } .mod_fbbox_wxserviceV2 .fbbox_s1 .s1_hd_sub span { color: #f25618; } .mod_fbbox_wxserviceV2 .mod_form .label { width: 60px; margin-left: 0; text-align: left; padding-right: 0; } .mod_fbbox_wxserviceV2 .mod_form .element { width: 230px; } .mod_fbbox_wxserviceV2 .mod_form .height_auto { padding-bottom: 0; } .mod_fbbox_wxserviceV2 .mod_form .select { width: 230px; padding: 7px 0 7px 7px; *height: 24px; } .mod_fbbox_wxserviceV2 .mod_form .text { width: 208px; } .mod_fbbox_wxserviceV2 .mod_form .text_wrap .unit { margin-left: 0; position: absolute; top: 8px; right: 5px; } .mod_fbbox_wxserviceV2 .mod_form .btn_org { margin-right: 0; width: 230px; padding: 0; } .mod_fbbox_wxserviceV2 .mod_fbbox_code { width: 224px; margin: 0 auto; } .mod_fbbox_wxserviceV2 .mod_fbbox_code p { margin-top: 15px; font-size: 14px; color: #333; } .mod_fbbox_wxserviceV2 .mod_fbbox_code p a { color: #01af63; text-decoration: underline; } .mod_fbbox_wxserviceV2 .mod_fbbox_code .mod_fbbox_code_refresh { display: block; margin: 15px auto 0; width: 100px; height: 26px; line-height: 26px; text-align: center; color: #fff; border-radius: 4px; background-color: #27b571; } .mod_fbbox_wxserviceV2 .mod_pagetip_s .mod_pagetip_ico { padding-left: 60px; } .mod_fbbox_wxserviceV2 .mod_pagetip_s { margin-top: 15px; padding-bottom: 0; } .mod_fbbox_wxserviceV2 .mod_fbbox_code .mod_fbbox_code_refresh:hover { background-color: #00aa46; } .mod_fbbox_wxserviceV2 .mod_fbbox_code_img { height: 224px; width: 224px; background: url(http://img.to8to.com/to8to_img/to8to_wx_bg.png) no-repeat; padding: 1px; } .mod_fbbox_wxserviceV2 .mod_fbbox_code_img img { display: block; width: 205px; height: 205px; display: block; margin-top: 10px; } /*北京站提醒*/ .sepcialtip.mod_fbbox_wxserviceV2 { width: 396px !important; } .sepcialtip.mod_fbbox_wxserviceV2 .s1_hd_sub{ text-align: left; } .sepcialtip.mod_fbbox_wxserviceV2 .mod_form{ width: 308px; margin: 0 auto; } .sepcialtip.mod_fbbox_wxserviceV2 .fbbox_s1 { padding-top: 0; } /*功能公用站点加入购物车模板*/ .shopping_hot_list{padding: 15px 14px; margin-top: 20px; margin-bottom: 15px;overflow: hidden;width: 690px;background-color: #fff;border: 1px solid #eee;position: relative;} .shopping_hot_list ul{ width: 720px ;} .shopping_hot_list ul li{float: left;width: 165px;margin-right: 10px;font-size: 0;} .shopping_hot_bottom{padding: 5px;background-color: #fff;border: 1px solid #e8e8e8;font-size: 12px;} .shopping_hot_bottom a.desc{color: #333;display: block;width: 160px;} .shopping_hot_bottom a.desc:hover,.account_total .accounted_op a:hover{color: #f25618;} .shopping_hot_bottom .my_price{color: #ec4444;font-size: 16px;} .shopping_hot_bottom .market_price{color: #999;} .shopping_hot_bottom .market_price span{text-decoration: line-through;} .shopping_hot_bottom .market_price del{ font-family: "arial";} .shopping_hot_bottom a.add_cart_btn,.cart_empty_text a{height: 30px;line-height: 30px;color: #fff;background-color: #ec4444;text-align: center;padding: 0 13px;margin-top: 16px;} .shopping_hot_bottom a.add_cart_btn:hover,.cart_empty_text a:hover,.total_right a:hover{background-color: #da3333;color: #fff;} .shopping_btn_ec4444{ display: block; text-align: center;margin-top: 14px; color: #fff;background: #ec4444; width: 56px;height: 24px; line-height: 24px;} .shopping_btn_ec4444:hover{ color: #fff;} /*装修报价计算器*/ .zxbj-calc-wrap { width: 243px; border: 1px solid #e8e8e8; border-top: 2px solid #f26f20; background-color: #f8f4ec; } .zxbj-calc-wrap .top-img img { vertical-align: top; } .zxbj-calc-wrap .wrap-top, .zxbj-calc-wrap .tab-nav { width: 213px; margin: 0 auto; } .zxbj-calc-wrap .wrap-top { padding-top: 18px; } .zxbj-calc-wrap .tab-nav { margin-top: 10px; border-bottom: 2px solid #e5e5e5; /*font-size: 0;*/ text-align: center; } .zxbj-calc-wrap .tab-nav a { position: relative; bottom: -2px; display: inline-block; width: 103px; text-align: center; padding: 10px 0; font-size: 14px; color: #333; } .zxbj-calc-wrap .tab-nav a.on { border-bottom: 2px solid #f26f1f; font-weight: bold; color: #f26f20; } .zxbj-calc-wrap.zxbj-calc-type2 { border-top: 2px solid #f25618; } /*.zxbj-calc-wrap.zxbj-calc-type2 .wrap-top { text-align: center; }*/ .zxbj-calc-wrap.zxbj-calc-type2 .wrap-top p { font-size: 21px; color: #f25618; } .zxbj-calc-wrap.zxbj-calc-type2 .zxbj-content .element .submit-btn { background-color: #f25618; font-size: 15px; font-weight: bold; } .zxbj-calc-wrap .wrap-top p { padding-top: 13px; font-size: 16px; color: #f26f20; display: none; } .zxbj-calc-wrap .zxbj-content { margin-top: 18px; padding-bottom: 20px; width: 213px; margin: 18px auto 0 auto; display: none; } .zxbj-calc-wrap .zxbj-content .element { position: relative; margin-top: 18px; overflow: hidden; width: 100%; } .zxbj-calc-wrap .zxbj-content .element.height_auto { margin-bottom: -18px; } .zxbj-calc-wrap .zxbj-content .element em { position: absolute; top: 8px; left: 8px; color: #999; } .zxbj-calc-wrap .zxbj-content .element .unit { position: absolute; right: 8px; top: 8px; font-style: normal; } .zxbj-calc-wrap .zxbj-content .text { display: block; border: 1px solid #ccc; padding: 8px; width: 91%; } .zxbj-calc-wrap .zxbj .zxbj-content.step1 { *margin-top: 0; } .zxbj-calc-wrap .zxbj-content .element select { border: 1px solid #ccc; display: inline-block; padding: 8px; width: 47% } .zxbj-calc-wrap .jcxj .zxbj-content.step1 select { display: inline-block; width: 52px; /*_width: 32px;*/ } .zxbj-calc-wrap .zxbj-content .element select.province { float: left; } .zxbj-calc-wrap .zxbj-content .element select.city { float: right; } .zxbj-calc-wrap .zxbj-content .element label { display: inline-block; margin-right: 41px; *margin-right: 28px; } .zxbj-calc-wrap .jcxj .zxbj-content.step1 label { margin-right: 22px; *margin-right: 11px; } .zxbj-calc-wrap .zxbj-content .element label.last, .zxbj-calc-wrap .jcxj .zxbj-content.step1 label.last { margin-right: 0; } .zxbj-calc-wrap .zxbj-content .element label input[type="radio"] { vertical-align: middle; margin-top: -2px; } .zxbj-calc-wrap .zxbj-content .element .submit-btn { display: block; height: 40px; width: 100%; line-height: 40px; border: 0; background-color: #f26f20; text-align: center; font-size: 14px; color: #fff; cursor: pointer; } .zxbj-calc-wrap .zxbj-content .tips { position: relative; padding-left: 20px; _width: 85%; } .zxbj-calc-wrap .jcxj .zxbj-content.step3 .tips { margin: 63px 0; } .zxbj-calc-wrap .zxbj-content .tips i { position: absolute; left: 0; top: 3px; display: inline-block; width: 14px; height: 14px; background-position: -36px -165px; } .zxbj-calc-wrap .zxbj-content .element .submit-btn span { margin-right: 8px; margin-top: -3px; vertical-align: middle; display: inline-block; width: 18px; height: 18px; background-position: -237px -255px; _margin-top: 10px; _vertical-align: baseline; } .zxbj-calc-wrap .zxbj-content.step3 .tips i { background-position: -221px -255px; } .zxbj-calc-wrap .zxbj-content .text.yzm { float: left; width: 82px; } .zxbj-calc-wrap .zxbj-content .passport { float: right; width: 100px; height: 34px; line-height: 34px; border: 1px solid #d6e6f5; background-color: #ebf5fc; text-align: center; color: #5489ba; } .zxbj-calc-wrap .zxbj-content .price-box { margin: 28px 0 46px 0; text-align: center; } .zxbj-calc-wrap .zxbj-content .price-box span { font-size: 18px; color: #f26f20; } .zxbj-calc-wrap .form_error { color: #ff6666; } .bottom_fiexd_box{height: 160px; position: fixed; bottom: 0px; z-index: 9998; width: 100%;_position:absolute;_left:expression(eval(document.documentElement.scrollLeft));_top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 215))} .bottom_show_left{height: 160px; background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_show_left.png?20150810) no-repeat; _background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_show_left.gif?20150810) no-repeat; width:156px;height: 165px; position: absolute; left: 0px; bottom: 80px;position: fixed; _position: absolute;z-index: 9998; _position:absolute;_left:expression(eval(document.documentElement.scrollLeft));_top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 325))} .bottom_sjybj_bg{ height: 160px; background: #15161a; position: absolute; bottom: 0px; z-index: 5; width: 100%;opacity: 0.78;} .bottom_fiexd_sjybj{height: 160px; position: absolute;bottom: 0px; z-index: 5; width: 100%; } .bottom_fiexd_sjybj .container{height: 160px; position: relative; padding-top: 0;} .bottom_fiexd_sjybj .bottom_sjybj_center{margin-left: 978px;width: 590px; position: relative; } .bottom_fiexd_sjybj .bottom_sjybj_left .sjybj_mx_name{ color: #666; position: absolute; bottom: 4px; left: 148px; z-index: 2;} .bottom_fiexd_sjybj .bottom_sjybj_right{ float: left; position: relative;margin:10px 0 20px 28px;} .bottom_fiexd_sjybj .bottom_sjybj_content{ position: absolute; top: 0; right: 590px; background: #1c2837; width: 320px; padding: 15px 14px; font-size: 0;} .bottom_fiexd_sjybj .bottom_sjybj_content .fl{ width: 336px;float: left;} .bottom_fiexd_sjybj .bottom_sjybj_content .fr {width: 96px;overflow: hidden;margin: 0 auto; clear: both;} .bottom_fiexd_sjybj .bottom_sjybj_content .fr input{ vertical-align: middle; margin-right: 3px;} .bottom_fiexd_sjybj .bottom_sjybj_content p{font-size: 16px; line-height: 34px; color: #fff;} .bottom_fiexd_sjybj .bottom_sjybj_content p.p1{font-size: 12px; line-height: 23px; _line-height: 20px;color: #fff;} .bottom_fiexd_sjybj .bottom_sjybj_content p.p2{padding: 0 10px;font-size: 12px; line-height: 23px; color: #fff;} .bottom_fiexd_sjybj .bottom_sjybj_content p span{ color: #ffa00b; } .bottom_fiexd_sjybj .inp1{ width: 177px;height: 35px; *height:30px;border: none;font-size: 14px; padding: 0 20px 0 10px;display: inline-block;vertical-align: middle;} .bottom_fiexd_sjybj .inp2{ width:298px;*width:288px;height: 35px; *height:30px;border: none;font-size: 14px; padding-left:10px;display: inline-block;vertical-align: middle;} .bottom_fiexd_sjybj .inp3{ width:92px;*width:82px;height: 35px;*height:30px; border: none;font-size: 14px; padding-left:10px;margin-right: 3px; float: left;display: inline-block;vertical-align: middle; } .bottom_fiexd_sjybj .sel1{width: 98px;*width: 88px;height: 35px; border: none;font-size: 14px; margin-left: 3px;display: inline-block;vertical-align: middle;} .bottom_fiexd_sjybj .sel2{width: 102px;*width:92px;height: 35px; border: none;font-size: 14px; margin-right: 3px; display: inline-block;vertical-align: middle;_float:left;} .bottom_fiexd_sjybj .img_yzm{ width: 102px;height: 35px; float: left;margin-right: 3px;} .bottom_fiexd_sjybj .img_yzm_a{ position: absolute; left: 172px; font-size: 12px; bottom: -20px; color:#fff; } .bottom_fiexd_sjybj .img_yzm_a:hover{text-decoration: underline !important; color: #f25618;} .bottom_sjybj_content .elment{position: relative;} .bottom_sjybj_content .elment .acreage{ font-size: 18px; position: absolute; left: 185px; top: 4px;} .bottom_sjybj_content .elment .placeholder{ font-size: 14px; position: absolute; left: 10px; top: 8px; color: #999;} .bottom_sjybj_content .btn_ffa00b{ vertical-align: middle;background: #ffa00b; font-size: 16px; color: #fff;width: 98px;height: 35px; display: inline-block; _display: inline;_float:left; line-height: 35px; text-align: center; overflow: visible; } .bottom_sjybj_content .btn_ffa00b:hover{ color: #fff;} .bottom_sjybj_content .mt20b5{margin-top: 15px;_margin-top: 13px;margin-bottom: 5px;} .bottom_sjybj_content .mt20{margin-top: 20px;} .bottom_sjybj_content .mb7{margin-bottom: 7px; } .bottom_sjybj_content .btn_detail{ font-size: 14px; color: #fff; float: right; border-radius: 4px; border: 1px solid #fff; padding: 11px 5px; line-height: 16px;margin-top: 7px;} .bottom_sjybj_content .btn_detail_ffa00b{ color: #fff;font-size: 14px; padding: 6px 5px; border-radius: 4px; border: 1px solid #fff; line-height: 16px;margin-top: 2px; display: block;} .bottom_sjybj_content .btn_detail_fff{ color: #fff;font-size: 14px; width: 96px;height: 28px; line-height: 28px; margin:0 auto 20px; border-radius: 4px; border: 1px solid #fff; display: block;text-align: center;position: absolute; top: 112px; left: 50%; margin-left: -49px;} .bottom_sjybj_content .btn_detail_ffa00b:hover,.bottom_sjybj_content .btn_detail_fff:hover{color: #f25618;} .bottom_fiexd_sjybj .step4{ height: 130px;} .bottom_fiexd_sjybj .bottom_sjybj_content p.con_p{font-size: 16px;line-height: 26px;} .bottom_fiexd_sjybj .bottom_sjybj_content p.con_p1{font-size: 14px;line-height: 26px;_line-height: 20px;margin-top: 5px;text-align: center;} .bottom_fiexd_sjybj .bottom_sjybj_content p.con_p span{ font-weight: bold;} .bottom_sjybj_content .erro{position: absolute; bottom: 3px; _bottom: 8px; left: 20px; font-size:12px;color: #c7c7c7;} .bottom_sjybj_content .erro em{ background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_global.png?20150724) no-repeat;_background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_global.gif?20150724) no-repeat; background-position: 0 -892px; width: 18px;height: 12px; display: inline-block; margin-right: 8px;} .sjybj_mx{ background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_freeApply_new.png?20150807) no-repeat;_background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_freeApply_new.gif?20150807) no-repeat; width: 552px;height: 181px; position: absolute; left: 67px; bottom: 0;} .bottom_sjybj_right .icn_tip_close { position: absolute; right: -46px; top: 3px; width: 20px; height: 18px; background-position: -254px -283px; cursor: pointer;} .bottom_sjybj_right .two_code{ width: 106px; height: 106px; display: inline-block; background-position: -407px -106px; } .two_code_s{ width: 70px; height: 70px; display: inline-block; background-position: -321px -350px;} .bottom_sjybj_right .sjybj_txt{ color: #fff;line-height: 14px; margin-bottom: 10px;text-align: center;} .bottom_company_right .bottom_txt{ color: #fff;line-height: 14px; margin-bottom: 10px;text-align: center;margin-top: 10px;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_right .sjybj_txt{ display: none;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_right .two_code{display: none;} .narrow_980 .sjybj_mx{ left: 0;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_center{ margin-left: 878px;} .narrow_980 .bottom_sjybj_right .icn_tip_close{right: -36px;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_left .sjybj_mx_name{ left: 66px;} .narrow_980 .bottom_fiexd_sjybj .container {width: 980px; margin: 0 auto;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_content{right: 562px} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .inp1 {width: 171px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .sel2 {width: 97px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .bottom_sjybj_content .btn_ffa00b {height: 27px; line-height: 27px;width:96px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .inp1{ height: 26px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .bottom_sjybj_content { padding: 28px 20px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .bottom_sjybj_content .elment .placeholder { top: 3px;} .fm_locate { position: fixed; top: 0; z-index: 999; background-color: #fff;} .bottom_sjybj_right .bottom_atten_code {display: block; width: 135px; height: 136px; padding-top: 4px; background: url("http://img.to8to.com/to8to_img/zxbj/bottom_code.png?201604281349");} .bottom_sjybj_right .bottom_atten_code img { display: block; width: 94px; height: 94px; margin: 0 auto; } .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_right .bottom_atten_code {display: none;} /*zfs bottom*/ .zgs_bg_fixed{height: 120px;width: 100%; bottom: 0; left: 0; position: fixed; font-size: 12px; z-index:88;/* display: none;*/} .zgs_bg_filter{height: 120px;background: #15161a;width: 100%; position: absolute; left:0; opacity: .78; filter: alpha(opacity=78); z-index: 35;} .zgs_bg_fixed .content{ margin: 0 auto; width: 1220px; height: 120px;position: relative; z-index:78;} .zgs_bg_fixed .icon{background: url(http://img.to8to.com/to8to_img/zxgs/icon_zxgs.png?2015090109) no-repeat; width: 277px; height: 90px; position: absolute; left: 10px; top: 20px;} .zgs_bg_fixed .content_r{ /*padding: 15px 20px; background: #1b2f48; */width: 710px;color:#999; font-size:14px;height: 120px; position: absolute;left: 290px; top: 0;} .zgs_bg_fixed .content_r .form_error{ color: #fff; position: absolute;left: 0; top: 40px;} .zgs_bg_fixed .content_r .txt{ color: #fff; font-size: 16px;} .zgs_bg_fixed .elment{position: relative;display: inline-block; *display: inline; *float: left;} .zgs_bg_fixed .elment em{ font-size: 14px; position: absolute; left: 10px; top: 10px; } .zgs_bg_fixed .sel2{width: 102px; height: 40px; border: none; margin-right: 3px; display: inline-block; vertical-align: middle;} .ielt9 .zgs_bg_fixed .sel2{padding:10px 0;} .zgs_bg_fixed .text{ border: 1px solid #1b2f48; margin-right: 4px;width:170px;height: 40px; line-height:40px;font-size: 14px; padding-left:10px;display: inline-block;vertical-align: middle;*display: inline; *float: left;} .zgs_bg_fixed .font1{ font-family: "arial","宋体"; font-size: 38px; color: #ffba00;font-weight: bold;} .zgs_bg_fixed .font2 { font-size: 30px; color: #ffba00;font-weight: bold;} .zgs_bg_fixed .bottom_company_right{ position: absolute; right:120px; text-align: center;} .btn_f26f1f_w90h40{width: 98px;height: 40px;background: #f26f1f; border:0; color: #fff; cursor: pointer;} /*zfs bottom*/ /*开工吉日计算器*/ .kgjr-wrap { background-color: #14bf76; padding: 10px 24px; margin-bottom: 13px; } .kgjr-wrap .kgjr-desc { font-size: 18px; font-weight: bold; color: #fff; } .kgjr-wrap .kgjr-desc .text2 { font-size: 10px; font-weight: normal; margin-left: 10px; vertical-align: bottom; } .kgjr-wrap .kgjr-desc .text2 i { background: url(http://img.to8to.com/to8to_img/global.png?v=201507311549) no-repeat; _background: url(http://img.to8to.com/to8to_img/global.gif?v=201507311549) no-repeat; _overflow: hidden; display: inline-block; width: 14px; height: 14px; background-position: -250px -203px; vertical-align: middle; margin-right: 4px; } .kgjr-wrap .form-line { overflow: hidden; margin-top: 5px; } .kgjr-wrap .form-line .element { float: left; position: relative; margin-right: 10px; *display: inline; } .kgjr-wrap .form-line .element.last { margin-right: 0; } .kgjr-wrap .form-line .element .text { padding: 7px 3px; width: 120px; border: 1px solid #ccc; *padding: 2px 3px; } .kgjr-wrap .form-line .element .text.yzm { width: 50px; } .kgjr-wrap .form-line .element em { position: absolute; left: 3px; top: 8px; *top: 2px; color: #bbb; } .kgjr-wrap .form-line .element select { width: 100px; line-height: 30px; padding: 7px 0; } .kgjr-wrap .form-line .element .kgjr-yzm { width: 60px; height: 34px; } .kgjr-wrap .form-line .element .btn-cs { display: inline-block; width: 52px; height: 34px; line-height: 34px; text-align: center; color: #fff; background-color: #464857; } .kgjr-winbox { width: 370px; margin: 0 auto; font-size: 16px; color: #666; } .kgjr-winbox p { margin-bottom: 25px; text-align: justify; } .kgjr-winbox .bold { font-weight: bold; color: #333; } .kgjr-winbox .bold span { display: inline-block; text-indent: -7px; } .kgjr-winbox .p4 { font-size: 12px; color: #999; } .kgjr-winbox .p4 span { color: #f36f20; } .kgjr-winbox .p4 i { display: block; overflow: hidden; background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_global.png?20150526) no-repeat; _background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_global.gif?20150526) no-repeat; float: left; display: inline; width: 14px; height: 14px; margin: 2px 5px 0 0; background-position: -287px 0; } .kgjr-wrap .form_error { color: #f66; } /*sem公用弹窗*/ .sem_tip_box{ position: fixed; left: 50%; margin-left: -280px; margin-top: -105px; top: 45%; z-index: 999;} .sem_tip_box .bg_303030{ padding:20px 0 36px; background: #303030; width: 404px;border-radius: 0 10px 10px 0; font-size: 16px; line-height: 30px; color: #fff; position: relative; padding-left: 156px; } .sem_tip_box .btn_ec6d20{ background: #ec6d20;padding-left: 32px; color: #fff; padding-right: 30px; display: inline-block; height: 44px; line-height: 44px; border-radius: 8px;margin-top: 20px;} .ico_sercive_free,.ico_sem_close{ display:inline-block;background: url(http://img.to8to.com/to8to_img/global.png?v=201509182032); } .ico_sercive_free{background-position: -376px -227px; width: 24px;height: 24px; vertical-align: middle; margin: -6px 8px 0 0; } .ico_sem_close{background-position: -321px -255px; width: 20px;height: 20px; position: absolute; top: 15px; right:5px; cursor: pointer; } .sem_tip_ico{background: url(http://img.to8to.com/to8to_img/sem/sem_tip_ico.png) no-repeat; position: absolute; width: 181px;height: 211px; left: -50px; bottom: 0;} /* 商城券弹框 */ .lq_tips{position:relative;padding:25px;font-family:"Microsoft YaHei";color:#333;background-color:#fff;} .lq_tips .icn_close{display:block;position:absolute;top:8px;right:8px;width:30px;height:30px;line-height:30px;text-align:center;font-family: "宋体";color:#d1d1d1;font-size:28px;text-decoration: none;} .lq_tips h3{height:35px;line-height:35px;font-size:24px; text-align: center;font-weight:normal;} .lq_tips .subt{text-align:center;font-size:14px;padding: 14px 0 16px;} .lq_tips_z{display:block;width:380px;color:#999;font-size:12px;margin:0 auto;} .lq_tips_z em{float:left;font-style:normal;line-height:18px;} .lq_tips_z em a{color:#ea1b63;} .gif_rabbit{ background: url(http://img.to8to.com/to8to_img/mall/default/rabbit.gif) no-repeat; position: absolute;left: -26px; top:16px;height: 65px; width: 59px; z-index: 11;} .gif_jm{background: url(http://img.to8to.com/to8to_img/mall/default/jm.gif) no-repeat; position: absolute;left:1px; top:-4px;height: 36px; width: 36px; z-index: 21;} .loupan_box{width: 228px;border:1px solid #eee;position: absolute;margin-top: -1px;height: 100px;overflow-y: auto;overflow-x:hidden;display: none;background-color: #FFF;top: 34px;left: 0;z-index: 10;} .loupan_box li{padding:0 10px;height: 34px;line-height: 34px;width: 288px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;cursor: pointer;} .loupan_box ul li:hover{background-color: #F8F8F8;color: #333;} /* 2016 hank.lan 新的发标样式修改 */ .accept_service a { color: #01af63; width:120px; height:16px; display:inline-block; } .new-order .design-order{ margin-left:60px; } .safe_login input{ vertical-align: text-bottom; margin-bottom:1px; } .new-modform .btn_login_no a{ background-color: #ccc; cursor: no-drop; } .new-modform .btn_login_no a:hover{ background-color: #ccc; cursor: no-drop; } .new-modform .accept_service a:hover,.new-order .accept_service a:hover{ color: #f25618; } input.btn_login_no{ background-color: #ccc !important; cursor: no-drop !important; } input.btn_login_no:hover{ background-color: #ccc !important; cursor: no-drop !important; } a.btn_login_no{ background-color: #ccc !important; cursor: no-drop !important; } a.btn_login_no:hover{ background-color: #ccc !important; cursor: no-drop !important; } /* 新的发标样式修改end */ /*装修日记 头部问题加一个单独class*/ .narrow_1220 .diary_head2016 { width: 1220px; } /* 普通招标弹窗二维码 */ .red-packet { width: 460px; } .red-packet h3 { height: 50px; margin-left: 30px; font-size: 24px; font-weight: bold; text-align: center; } .red-packet-first { width: 380px; height: 324px; margin: 0 auto; background: url("http://img.to8to.com/to8to_img/red_packet_01.png") no-repeat ; } .red-packet-con { width: 200px; margin-left: 100px; padding-top: 180px; padding-bottom: 76px; text-align: center; color: #f9f175; cursor: pointer; cursor: hand; } .red-packet-con h4 { height: 50px; line-height: 40px; font-size: 30px; font-weight: bold; } .red-packet-con p { line-height: 24px; font-size: 16px; } .red-packet-second { width: 380px; height: 324px; margin: 0 auto; background: url("http://img.to8to.com/to8to_img/red_packet_02.png") no-repeat 100px center; } .red-packet-second p { width: 208px; margin-top: 20px; margin-left: 100px; text-align: center; font-size: 16px; color: #fff; } .red-packet-second img { display: block; width: 166px; height: 166px; margin-left: 121px; padding-top: 58px; } .red-packet-link { height: 40px; margin-top: 20px; text-align: center; font-size: 16px; line-height: 40px; } .red-packet-link a { color: #328aca; } .red-packet-link a:hover { color: #e7691e; text-decoration: underline; } /*装修公司版块加载弹框*/ .custPop-box{ width: 458px;height: 166px;background: url(http://img.to8to.com/to8to_img/zxgs/zxgs_alt.png) no-repeat 0 0;overflow: hidden; } .cusPop-clo{ display: block;width: 24px;height: 24px;margin-left: 147px; background: url(http://img.to8to.com/to8to_img/zxgs/close.png) no-repeat 0 0; } .custPop-con{ margin-left:225px;margin-top:26px; } .custPop-con h3{ font-size:20px;color:#01af63; } .custPop-con p{ font-size:14px; } .custPop-con p b{ color:#01af63;font-style: normal;padding-left:2px; } .custPop-con .p1{ overflow:hidden;margin-top:8px; } .custPop-btn{ float: left;width:77px;height:26px;line-height:26px; text-align: center;color:#333;border:1px solid #d8d8d8;margin-right:10px; } .custPop-btn:hover{ border-color:#f36f20;background-color: #f36f20;color:#fff; } .custPop-btn-hover{ border-color:#f36f20;background-color: #f36f20;color:#fff; } /*吉日改为报价*/ .quoted-outside { background-color: #f4fffa; padding: 10px 24px; margin-bottom: 13px; border: 1px solid #27d689; } .quoted-budgetimg { background: url(http://img.to8to.com/to8to_img/learn/zxfs-budget.png?1462935562719) no-repeat; height: 26px; margin: 10px 0 15px 0; } .quoted-outside .form-line { margin: 0 6px; width: 225px; } .quoted-outside .form-line .element { float: left; position: relative; margin-top: 10px; } .quoted-outside .form-line .element select { width: 100px; padding: 7px 10px; border: 1px solid #ccc; color: #999; } .quoted-outside .form-line .element .text { padding: 7px 10px; width: 188px; border: 1px solid #ccc; } .quoted-outside .form-line .element em { position: absolute; left: 10px; top: 8px; color: #999; } .quoted-outside .form-line .element .unit { position: absolute; right: 8px; top: 8px; font-style: normal; color: #666; } .quoted-content{ overflow: hidden; clear: both; } .quoted-left{ position: relative; float: left; } .quoted-right{ float: right; } .quoted-btn .count-btn{ position: absolute; background:#F6FFFB url(http://img.to8to.com/to8to_img/learn/zxfs-count.png?1462935562719) no-repeat 0 0px; width: 74px; height: 120px; top: 6px; right: -82px; } .quoted-btn .again-btn{ background: url(http://img.to8to.com/to8to_img/learn/zxfs-count.png?1462935562719) no-repeat 0 -162px; } .budget-price span{ font-size: 16px; color: #333; margin-left: 20px; } .budget-price b { font-size: 26px; color: #fe5f00; margin: 0 12px; font-weight: normal; display: inline-block; height: 35px; width: 40px; text-align: center; } .budget-price a { margin-left: 25px; font-size: 12px; color: #999; height: 18px; width: 76px; border: 1px solid #cecece; display: inline-block; padding: 2px 6px; } .budget-price a.on{ color: #f26f20; border: 1px solid #f26f20; vertical-align: top; margin-top: 8px; } .quoted-sheng{ margin-right: 10px; } .budget-list ul{ width: 350px; overflow: hidden; margin-top: 5px; } .budget-list li{ float: left; margin-top: 10px; margin-left: 20px; width: 137px; height: 18px; display: inline; } .budget-list li span,.budget-list li b,.budget-list li em{ font-size: 12px; color: #666; } .budget-list li b{ float: right; display: inline-block; font-weight: normal; } .budget-list li em{ margin-left: 5px; } .quoted-point{ margin-top: 10px; display: none; } .quoted-point p{ color: #a2a2a2; margin-left: 5px; overflow: hidden; } .quoted-point em{ color: #a2a2a2; margin: 4px 5px 0 0; font-family: Arial; float: left; } .quoted-outside .form_error { color: #f66; } .budget-list .budget-list-right{ margin-left: 50px; } .budget-price a:hover{ color: #999; } .budget-price a.on:hover{ color: #f26f20; } /*吉日改为报价*/ /* 修改装修攻略发标框 */ .quoted-outside{ position: relative; } .quoted-outside { background: #f6fffb; border: 1px solid #b6f2d8; } .quoted-content{ overflow: inherit; } .budget-list li{ float: none; display: block; } .budget-list-right{ margin-left: 0 !important; } .budget-list{ text-align: center; margin: 5px auto 0; /* float: right; */ overflow: hidden; } .budget-list li{ margin-left: 0; width: 100%; } .budget-list li b{ width: 45%; text-align: left; } .budget-list li b span{ font-weight: bold; font-size: 14px; } .quoted-outside .form-line .element select,.quoted-outside .form-line .element .text { border: 1px solid #b6f2d8; } .quoted-right .budget-list ul{ width: 228px; height: 134px; background: #fff; border: 1px solid #b6f2d8; margin: 0 auto; float: right; } .budget-price b{ font-weight: bolder; } .quoted-outside{ padding: 16px 14px 10px; margin: 0; position: relative; border-top: none !important; } .quoted-budgetimg{ margin: 0; width: 720px; position: absolute; top: -14px; left: -1px; } .quoted-outside .border-right{ height: 93%; width: 1px; position: absolute; bottom: 0; background: #b6f2d8; left: 383px; } .quoted-outside .form-line { width: 300px; margin: 0; } .quoted-outside .form-line .element .text { width: 268px; } .quoted-outside .form-line .element select{ width: 140px; color: #333; } .quoted-outside .form-line .house select{ width: 54px; margin-right: 5px; padding: 7px 0; height: 34px; } .yezhu-zxcs-content-left{ border-top: 0; } .quoted-btn .count-btn{ width: 100px; height: 72px; top: 46px; right: -120px; text-align: center; font-size: 16px; padding-top: 32px; line-height: 18px; color: #fff; background-position: 0 0; } .quoted-btn a.count-btn:hover{ background-position: -108px 0; } .quoted-btn a.count-btn:active{ background-position: -215px 0; } .quoted-btn .count-btn-end{ background-position: 0 -117px; } .quoted-btn a.count-btn-end:hover{ background-position: -108px -117px; } .quoted-btn a.count-btn-end:active{ background-position: -215px -117px; } .quoted-btn a span.text-js{ width: 40px; height: 40px; display: block; margin-left: 30px; *margin-left: 0px; } .quoted-right .quoted-point{ margin-left: -6px; margin-top: 2px; float: right; } .quoted-right .quoted-point p{ margin-left: 0 !important; } .fon-fe6,.fon-fe6 em{ color:#fe6600 !important; } .budget-list .classmany{ width: 54%; display: block; text-align: right; } .quoted-outside{ margin-bottom: 10px; margin-top: 15px; } .budget-list .to8to_zj{ margin-left: 6px; font-size: 14px; color: #999; } /************************************************************* *m by fidermo.hu 2016/11/17 主站导入下载APP二维码,并更改样式 *************************************************************/ .header_bottom .header_menu .q_code{ background:none; } .header_bottom .header_menu .q_code .to8to_headgif{ display: block; width:188px; height:53px; /*float:left;*/ position:relative; } .header_bottom .header_menu .q_code .to8to_headgif em{ position: absolute; display: block; left: 0px; bottom: 0px; width: 76px; height: 41px; background: url(http://img.to8to.com/to8to_img/global.png?v=20161208) no-repeat; _background: url(http://img.to8to.com/to8to_img/global.gif?v=20161208) no-repeat; } .header_bottom .header_menu .q_code .to8to_headgif em.first-pic{ background-position:-352px -257px; } .header_bottom .header_menu .q_code .to8to_headgif em.second-pic{ background-position:-435px -257px; } .header_bottom .header_menu .q_code .to8to_headgif em.third-pic{ background-position:-360px -309px; } .header_bottom .header_menu .q_code .to8to_headgif em.fourth-pic{ background-position:-436px -309px; } .header_bottom .header_menu .q_code .to8to_headgif div{ position: absolute; bottom: 3px; right: 1px; width: 106px; text-align: left; font-size: 13px; } .header_bottom .header_menu .q_code div.q_code_layer{ position:relative; z-index:2; top:30px; right:119px; border:none; width:260px; height:144px; padding-top:8px; } .header_bottom .header_menu .q_code div.q_code_layer a{ display:inline-block; width:126px; } .fider_backpng{ position: absolute; display: block; z-index: -1; top: -28px; left: -22px; width: 320px; height: 233px; background:url(http://img.to8to.com/to8to_img/qcode_back.png?v=20161129) no-repeat 0px 0px; _background:url(http://img.to8to.com/to8to_img/qcode_back.gif?v=20161129) no-repeat 0px 0px; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_title{ font-size:14px; margin: 6px 0 0 20px; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_title.wechat_title{ margin-left:25px; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_img{ width:106px; height:106px; margin-top:8px; } .left-loadapp, .right-wechat{ position:absolute; display: block; width:130px; height:32px; background:url(http://img.to8to.com/to8to_img/qcode_back.png?v=20161129) no-repeat; _background:url(http://img.to8to.com/to8to_img/qcode_back.gif?v=20161129) no-repeat; bottom:-35px; left:0px; color:#fff; } .left-loadapp span, .right-wechat span{ position: absolute; left: 11px; top: 4px; font-size:14px; } .left-loadapp{ background-position:-4px -244px; left: 1px; } .right-wechat{ background-position: -166px -244px; left: 142px; } .header_bottom .header_menu .q_code div.q_code_layer a .qcode-lefttext{ position: relative; left: -12px; top: 16px; color:#fff; font-size: 14px; margin:0; padding:0; } .header_bottom .header_menu .q_code div.q_code_layer a .qcode-righttext{ position: relative; top: 16px; left: 19px; color:#fff; font-size: 14px; margin:0; padding:0; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_img{ background:url(http://img.to8to.com/to8to_img/qcode_back.png?v=20161129) no-repeat; _background:url(http://img.to8to.com/to8to_img/qcode_back.gif?v=20161129) no-repeat; background-position:-332px -111px; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_img.wech{ background-position:-443px 0px; margin-left:22px; } .right-dash{ position:absolute; width:5px; height:9px; background:url(http://img.to8to.com/to8to_img/qcode_back.png?v=20161129) no-repeat; _background:url(http://img.to8to.com/to8to_img/qcode_back.gif?v=20161129) no-repeat; background-position:-322px -254px; left:140px; top:5px; } .slider_container{ width: 188px; /*height: 60px;*/ height:53px; overflow: hidden; position: absolute; top: -22px; left: -61px; } .slider_container div{ width:100%; } /************************************************************** * by fidermo.hu 深圳城市报价页则增加类名,改变接下来的样式 **************************************************************/ .clear:after{ display:block; clear:both; content:"\0020"; visibility:hidden; height:0; } .wechat-ad{ display:none; margin-top:9px; width:230px; } .show-wechat .wechat-ad{ display:block; margin-left: 30px; } .wechat-contain{ width:230px; height:62px; background: url(http://img.to8to.com/to8to_img/show_wechat.png) no-repeat -8px -171px; _background: url(http://img.to8to.com/to8to_img/show_wechat.gif) no-repeat -8px -171px; } .wechat-contain div{ float:left; } .wechat-contain .wechatname{ float:left; width: 80px; margin-top: 13px; margin-left: 4px; font-weight: bold; color: #333; } .wechat-contain .wechatname .to8tonama{ color:#eb5628; font-weight: normal; } .wechat-contain div.wechat-code{ float:right; margin-top: -21px; margin-right: 4px; text-align: center; font-weight: bold; } .wechat-contain div.wechat-code i{ display: block; width: 66px; height: 65px; background: url(http://img.to8to.com/to8to_img/show_wechat.png) no-repeat -448px -288px; _background: url(http://img.to8to.com/to8to_img/show_wechat.gif) no-repeat -448px -288px; } .wechat-contain em{ display: block; float: left; width:60px; height:60px; margin-left: 10px; margin-top: 2px; background: url(http://img.to8to.com/to8to_img/show_wechat.png) no-repeat -35px -31px; _background: url(http://img.to8to.com/to8to_img/show_wechat.gif) no-repeat -35px -31px; } .wechat-result{ width:260px; } .result-head{ margin-top: 17px; text-align: right; font-size: 14px; color: #333; } .result-head .recall{ padding-right: 13px; color: #eb5628; font-size: 12px; } .result-contain{ position: relative; width: 260px; height: 144px; background: url(http://img.to8to.com/to8to_img/show_wechat.png) no-repeat 7px 10px; _background: url(http://img.to8to.com/to8to_img/show_wechat.gif) no-repeat 7px 10px; } .result-contain .result-head{ position:absolute; left:39px; top:-8px; font-size: 14px; color: #4eac6a; text-align: center; } .result-contain .left{ position: absolute; bottom: 6px; left: 40px; text-align: center; font-weight: bold; color: #333; } .result-contain .left .kfname{ font-weight: normal; color:#eb5628; } .result-contain .right{ position: absolute; bottom: 5px; right: 44px; text-align: center; font-weight: bold; color: #333; } .result-head, .result-contain, .show-wechat.wechat-result .quoted-point, .show-wechat.wechat-result .budget-price, .show-wechat.wechat-result .budget-list, .show-wechat.wechat-result .wechat-ad{ display: none; } .show-wechat.wechat-result .result-head, .show-wechat.wechat-result .result-contain{ display: block; } /* 报价结果态增加热点广告位 fidermo 2017-4-13*/ .hotad-contain .adclear:after{ display: block; clear:both; content:'/0200'; height:0; visibility:hidden; } .result-hotad{ display: none; position:relative; width:232px; height:40px; overflow: hidden; margin: 0 auto; margin-top:11px; } .result-hotad img{ width:100%; } .result-hotad p{ position:absolute; right:0; bottom:0; width:35px; height:16px; line-height:16px; color:#fff; font-size:12px; background: #000; filter:alpha(opacity=70); opacity: .7; text-align:center; } .hotad-text{ float:right; display: none; height:30px; margin:0 9px; border-top:1px solid #e1e1e1; font-size:12px; text-align:center; line-height:30px; color:#999; } .hotad-contain .budget-list{ width:231px; height:114px; padding-top:7px; margin-top:2px; border:1px solid #e1e1e1; background-color:#F6FFFB; } .quoted-right.hotad-contain .budget-list ul{ height:81px; border:0; background-color:transparent; } .hotad-contain .budget-list ul li{ margin-top:2px; height: 16px; line-height: 16px; } .hotad-contain .result-hotad, .hotad-contain .hotad-text{ display:block; } 译
Public/Home/css/new_global.css
@charset "utf-8"; /** * * CSS File,created by dumper, on 07.18 2015 * * 最后编辑人:fidermo.hu (每次修改本文件) * * 可重用Class: [container] * * ie9下兼容样式,请分别加上ielt9,ielt8,ielt7等父级前缀 * * 窄版Body增加Class: narrow_980 * modify 20150106 */ /* base common style */ html { overflow-y:scroll; overflow/*/**/:hidden/9; } html,body{padding:0; margin:0;} body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0 } body, button, input, select, textarea { font: 12px/1.5 "Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; color:#666 } h1, h2, h3, h4, h5, h6 { font-size: 100% } address, cite, dfn, em, var { font-style: normal } ul, ol, dl { list-style: none } a { text-decoration: none !important; outline: none ;font-family:"Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;cursor: pointer;} img { border: 0 } button, input, select, textarea { font-size: 100% ;font-family:"Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;outline: none;} table { border-collapse: collapse; border-spacing: 0 } .clear{*zoom:1;} .clear:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .cl:before{content: ''; display: table;} .cl:after{content: ''; display: table; clear: both} .global_wrap{position: relative;min-height:100%; clear: both; content: ""; } .ielt7 .global_wrap{height:100%; } #clsIframe,#LR_Flash{position: absolute;} .col_l{float: left;*display: inline;} .col_r{/*float: right;*/*display: inline;} .ect{text-overflow:ellipsis; overflow: hidden; white-space: nowrap;} /* common bg */ .window_box .window_box_title a, .header_top_left ul li em, .header_center_container span.hcc_logo, .header_search .header_select a.header_select_sort span b, .hcc_zxb, .header_bottom .header_menu ul li.has_secondMenu a em, .window_box_error em, .ftc_center dl dd a em, .ftc_right dl dd, .ftc_left .join_link span, .ftc_center dl dd a div.wechat_bg, .ico_qq i,.ico_top i,.ico_server i,.ico_server:hover i,.ico_feedback i,.qq_list li em,.ico_code_s, .header_bottom .header_menu ul li.has_hotIcon em.sjbj_hot ,.header_bottom .header_menu ul li.has_homeIcon em.jjjcc_icon , .header_bottom .header_menu .q_code , .header_top_right ul li div.htr_username i,.header_bottom .header_menu .q_code div.q_code_layer span.qcode_img,.header_bottom .header_menu .q_code div.q_code_layer span.wech, .zgsh_top_center_right ul li div.htr_username i,span.nav_arrow_right, .global_pie .global_pie_container ul li span,.global_pie .global_pie_container ul li.gp_menu i, .footer_bottom_container .fbc_icpico span, .ico_tip_ok,.ico_tip_warn,.ico_error,.ico_protect,.ico_tip_ok_s,.ico_tip_warn_s,.ico_star_yel,.ico_star_grey,.ico_star_half,.ico_scan,.ico_crown, .ico_info_s,.mod_yeltip .yeltip_close,.ico_tip_warn_green,.ico_tip_warn_green_s,.triangle_down,.triangle_up, .arrow_gray,.arrow_green,.arrow_gray_up,.arrow_gray_down,.arrow_gray_upact,.arrow_gray_downact,.ico_sort_downon,.ico_sort_upon,.ico_sort_downoff,.ico_sort_upoff,.ico_comment,.ico_praise,.ico_praise_no,.ico_pic,.ico_msg,.zgsh_top_center_left li .logo,.zxbj-calc-wrap .zxbj-content .tips i, .zxbj-calc-wrap .zxbj-content .element .submit-btn span ,.bottom_sjybj_right .two_code,.bottom_sjybj_right .icn_tip_close,.two_code_s,.ico_feedback_tip{background:url(http://img.to8to.com/to8to_img/global.png?v=20160512) no-repeat;_background:url(http://img.to8to.com/to8to_img/global.gif?v=20160512) no-repeat ;_overflow:hidden;} .zgsh_top_center_left li .logo{background-position: -321px -227px;width: 28px;height: 28px; margin-right: 10px; margin-top:5px;} /* header style */ .header_top_left ul li, .header_top_right ul li, .header_search, .header_search .header_select a.header_select_sort span em, .header_search .header_search_submit, .header_bottom .header_menu ul li, .ftc_left .ftcl_tab li a, .ftc_left .join_link, .ftc_center dl dt, .ftc_right dl dt, .ftc_left .ftclt_content a{font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;} .header{ position:relative;background:#fff; z-index:998; min-width:1220px;} .header_top{position:relative; height:35px; background:#f9f9f9; border-bottom:1px solid #eee; z-index: 3000; width: 100%;} .narrow_980 .header{display: table; width: 100%; min-width:980px;} .header_top_center{width:1220px; margin:0 auto; height:35px;} .narrow_980 .header_top_center{width:980px} .header_top_left {height:35px; color:#999} .header_top_left ul{height: 35px;} .header_top_left ul li, .header_top_right ul li{display:inline-block; height:35px; position:relative; line-height:35px ; } .ielt8 .header_top_left ul li, .ielt8 .header_top_right ul li{ display:inline;zoom:1 } .header_top_left ul li em{ width:10px; height:14px; float:left; margin:11px 5px 0 0 ; display:inline} .header_top_left ul li label{font-weight: bold} .header_top_left ul li a{color:#00af63} .header_top_right{float:right; height:35px;/* margin-right: -15px; */display: inline;} .header_top_right ul li a, .header_top_right ul li span ,.header_top_right ul li em{float:left;display:inline; color:#999} .header_top_right ul li a,.header_top_right ul li em{ padding: 0 15px; } .header_top_right ul li a.nav_fzlink{color: #f25618;} .header_top_right ul li .htr_line{overflow: hidden;width: 1px;height: 12px;margin-top: 11px;background-color: #eee;} .header_top_right ul li a p{display:inline; float: left;} .header_top_right ul li .htr_login{padding-right: 0;} .header_top_right ul li .htr_username p{margin-right:5px; max-width: 68px;} .header_top_right ul li .htr_username,.header_top_right ul li .htr_mes{position: relative;color: #999; line-height: 35px; height: 35px; padding: 0 15px;border-left: 1px solid #f9f9f9;border-right: 1px solid #f9f9f9;} .ico_msg{float: left;display: inline;width: 18px; height: 15px;margin-top: 8px;margin-right: 3px;background-position: -82px -260px;} .act .ico_msg{background-position: -103px -260px;} .htr_username_box .triangle_up,.htr_username_box .triangle_down,.htr_mes_box .triangle_up,.htr_mes_box .triangle_down{position: relative;top: 16px;float: left;display: inline;margin-left: 5px;} .header_top_right ul li a:hover{color:#f25618; text-decoration:none} .htr_username_box,.htr_mes_box{position: relative;} .htr_username_box{max-width: 117px;} .header_top_right ul li .on .htr_mes,.header_top_right ul li .on .htr_username{height: 36px;background-color: #fff;border-left: 1px solid #eee;border-right: 1px solid #eee;} .header_top_right ul li .on .htr_mes_memu,.header_top_right ul li .on .user_memu{position: absolute;top: 36px;left: 0;width: 115px;border: 1px solid #eee;border-top: 0;background-color: #fff;overflow: hidden;} .header_top_right ul li .on .htr_mes_memu li,.header_top_right ul li .on .user_memu li{position: relative;float: left;display: inline;width: 115px;height: 31px;line-height: 31px;} .header_top_right ul li .on .htr_mes_memu,.header_top_right ul li .on .htr_mes_memu li{width: 121px;} .header_top_right ul li .on .htr_mes_memu li:hover,.header_top_right ul li .on .user_memu li:hover{background-color: #f8f8f8;} .header_top_right ul li .on .htr_mes_memu li b{position: absolute;right:7px;top: 0;display: block;width: 35px;font-weight: normal;color: #ff6666;} .header_top_right ul li .user_memu a,.header_top_right ul li .htr_mes_memu a{display: block;} .header_top_right ul li .user_memu a{width: 115px;} .header_top_right ul li .htr_mes_memu a{width: 106px;padding-right: 0;} .header_center{ position:relative;z-index:2000} .header_center_container{width:1220px; margin:0 auto;} .narrow_980 .header_center_container{width:980px} .header_center_main{ height:115px;position:relative;} .header_center_container span.hcc_logo{ float:left; margin-top:28px; height:65px; width:320px; background-position:0 -350px; margin-right:94px; display:inline} .narrow_980 .header_center_container span.hcc_logo{margin-right:40px} .header_center_container span.hcc_logo a.logo, .hcc_zxb a{ display:block; height:0; overflow:hidden; padding-top:65px} .header_center .mod_yeltip{margin: 10px 0;*zoom:1;} .header_center .mod_yeltip a{color: #b37b47;} .header_center .mod_yeltip a:hover{color: #f25618;} .header_search{height:36px; border:2px solid #01af63; float:left; margin-top:35px; display:inline; position:relative; width:496px; } .narrow_980 .header_search{width:364px;} .header_search .header_select{position:relative; z-index:9999; float:left} .header_search .header_select a.header_select_sort{ height:36px; border-right:1px solid #eee; width:auto; background:#f9f9f9; text-decoration:none; position:relative; z-index:120; display:inline-block; color:#666;padding-right:15px;} .header_search .header_select a.header_select_sort span em{ float:left; height:36px; line-height:35px; margin:0 10px 0 15px; font-size:12px; display: inline} .header_search .header_select a.header_select_sort span b{background-position:-70px 0 ; width:7px; height:4px;top:16px; float: left; position: relative;display: inline} .header_search .on a.header_select_sort{height:34px; border-left:1px solid #eee; border-bottom:1px solid #fff; border-top:1px solid #eee; background:#fff } .header_search .on a.header_select_sort span em{height:34px; line-height:33px;margin:0 9px 0 14px;} .header_search .on a.header_select_sort span b{background-position:-91px 0;top:15px} .header_search .header_select ul{position:absolute; z-index:99; background:#fff; border:1px solid #eee; top:35px; padding:10px 0; left:0; display:none} .header_search .on ul{display:block} .header_search .header_select ul li{width:93px; height:32px; ; line-height:32px} .header_search .header_select ul li a{display:block; padding-left:14px; color:#666} .header_search .header_select ul li a:hover{background:#f8f8f8; text-decoration:none} .header_search .header_search_input{width:300px; height:22px; border:1px solid #fff; float:left; padding-left:9px; line-height:22px; color:#666; border:0; margin-top:7px; display: inline} .header_search .header_search_input:focus{border-color: none} .narrow_980 .header_search .header_search_input{width:180px} .header_search .header_search_input_text{ position:absolute; width:321px; padding-left:9px;height:34px; line-height:34px; color:#bcbcbc; top:1px; right:70px; cursor:text} .narrow_980 .header_search .header_search_input_text{width:200px} .header_search .header_search_submit{border:0; background:#01af63; width:75px; height:36px; text-align:center; font-size:16px; color:#fff; position:absolute; right:0; top:0 ; cursor:pointer} .hcc_zxb{width:151px; height:58px; background-position:0 -101px; position:absolute; right:0; top:20px} .header_bottom {height:40px; width:100%; border-bottom:2px solid #01af63; position:relative; z-index:999; display: table;} .header_bottom .header_menu{width:1220px; margin:0 auto; height:40px} .narrow_980 .header_bottom .header_menu{width:980px} .header_bottom .header_menu ul li{padding:0 20px; float:left; height:40px; line-height:40px; font-size:16px; position:relative } .header_bottom .header_menu ul li.has_hotIcon em.sjbj_hot{width: 24px; height: 15px; background-position:-176px -16px; position: absolute; top: 6px ; right: 20px} .header_bottom .header_menu ul li.has_homeIcon em.jjjcc_icon{width: 10px; height: 10px; background-position: -110px -165px; position: absolute; top: 7px; right: 30px; display: none} .header_bottom .header_menu ul li a{color:#333; text-decoration:none; display: block; padding:0 25px; } .header_bottom .header_menu ul li a:hover{color:#f25618} .header_bottom .header_menu ul li.on, .header_bottom .header_menu ul li.menu_hover{background:#01af63} .header_bottom .header_menu ul li.on a ,.header_bottom .header_menu ul li.menu_hover a{color:#fff} .header_bottom .header_menu ul li.on a:hover, .header_bottom .header_menu ul li.menu_hover a:hover{color:#fff} .header_bottom .header_menu ul li.has_secondMenu{padding:0; width:176px;} .header_bottom .header_menu ul li.has_secondMenu a{padding:0;} .header_bottom .header_menu ul li.has_secondMenu a em{ width:7px; height:4px; position:absolute; top:20px; background-position:-77px 0 ;} .header_bottom .header_menu ul li.has_secondMenu a em.menu_arrow{right:49px} .header_bottom .header_menu ul li.has_secondMenu a em.menu_arrow_two{right:65px} .header_bottom .header_menu ul li.on a em{background-position:-98px 0} .header_bottom .header_menu ul li.menu_hover a em{background-position:-84px 0} .header_bottom .header_menu ul li.has_secondMenu span{float:left;margin-left:45px; display:inline; cursor: pointer;} .header_bottom .header_menu ul li.has_secondMenu dl{position:absolute; top:40px; left:0; background:#019d59;font: 12px/1.5 tahoma, arial, \5b8b\4f53; width:176px; display:none; border-top:2px solid #01af63} .header_bottom .header_menu ul li.menu_hover dl{display:block} .header_bottom .header_menu ul li.has_secondMenu dl dd{padding:11px 0; float:left; font-size:0} .header_bottom .header_menu ul li.has_secondMenu dl dd a{padding-left:45px; height:32px; line-height:32px; width:131px; display:inline-block; font-size:12px; font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; position:relative;} .header_bottom .header_menu ul li.has_secondMenu dl dd a i{height: 11px;width: 18px;display: block;background: url(http://img.to8to.com/to8to_img/global.png) no-repeat;background-position: -201px -16px; display: inline-block; margin-left: 5px; margin-top: -13px; vertical-align: middle;} .header_bottom .header_menu ul li.has_secondMenu dl dd a i.hot{width:17px;background-position: -49px -16px;} .header_bottom .header_menu ul li.has_secondMenu dl dd a:hover{background:#018d50; color:#fff} .header_bottom .header_menu ul li b{ width:1px; position:absolute; right:0; top:13px; height:16px; background:#eee; overflow:hidden} .header_bottom .header_menu ul li.menu_hover b, .header_bottom .header_menu ul li.on b{display:none} .header_bottom .header_menu .q_code{background-position: 0 -187px; width: 115px; height: 31px; float:left; position: relative; top:9px; left: 71px ; overflow : visible;cursor: pointer;} .narrow_980 .header_bottom .header_menu .q_code{display: none} .header_bottom .header_menu .q_code a.q_code_applnk{width:100%; height:100%;display: block;color:#000;} .header_bottom .header_menu .q_code .q_code_applnk:hover,.header_bottom .header_menu .q_code .q_code_applnk:visited,.header_bottom .header_menu .q_code .q_code_applnk:active,.header_bottom .header_menu .q_code .q_code_applnk:focus{color:#000;} .header_bottom .header_menu .q_code .qcode_lnk{display: block;} .header_bottom .header_menu .q_code div.q_code_layer{position: absolute; width: 132px; height: 286px ; border: 1px solid #01af63; border-radius: 4px; background: #fff; top:0; right: -60px; display: none; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_title{margin:7px 0 0 16px; color: #666; display: inline-block; font-size: 12px; font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_img{background-position:-413px 0; width: 100px; height: 100px; margin:11px 0 0 16px; display: inline-block;} .header_bottom .header_menu .q_code div.q_code_layer span.wech{background-position: -221px -102px;} /* 头部品宣图 */ .banner_arrow,.slider_ico{background: url(http://img.to8to.com/decorate_gallery/images/png/banner.png?v=1411559744) no-repeat;_background: url(http://img.to8to.com/decorate_gallery/images/gif/banner.gif?v=1411559744) no-repeat;display: block;} .index_banner_s .slider_mark{position: absolute;bottom: 10px;left: 48%;height: 10px;} .index_banner_s .slider_mark li{width: 10px;height: 10px;float: left;margin: 0 5px;} .index_banner_s .slider_ico{display: block;width: 10px;height: 10px;background-position: 0 -21px;overflow: hidden;opacity: 0.5;filter:alpha(opacity=50);} .index_banner_s .mark_dot_on .slider_ico{opacity: 100;filter:alpha(opacity=100);} .narrow_980 .index_banner_s .banner_slider li{width: 230px;} .index_banner_s .bLeft,.index_banner_s .bRight{background: url(http://img.to8to.com/decorate_gallery/images/png/index_global.png?v=14183675301) no-repeat;_background: url(http://img.to8to.com/decorate_gallery/images/gif/index_global.gif?v=14183675301) no-repeat;display: inline-block;*display: inline;zoom:1;} .index_banner_s .slider_mark li{margin: 0 2px;width: 6px;height: 6px;} .index_banner_s,.index_banner_s .banner_slider li{width: 230px;height: 70px;} .index_banner_s{position: absolute;top:20px;right: 0; overflow: hidden;} .index_banner_s .banner_slider{width: 9999px; height: 70px; position:absolute; overflow: hidden} .index_banner_s .banner_slider li{ overflow: hidden;float: left} .index_banner_s .bLeft,.index_banner_s .bRight{position: absolute; width: 12px; height: 22px; z-index: 2; top: 50%;font-size: 0;margin-top: -6px;display: none;text-indent: -999em;} .index_banner_s:hover .bLeft,.index_banner_s:hover .bRight{display: block;} .index_banner_s .bLeft{left: 0; background-position: -142px -39px;} .index_banner_s .bRight{right: 0; background-position: -150px -39px; } .index_banner_s .slider_ico{width: 6px;height: 6px;background-position: -11px -21px;} .index_banner_s .slider_mark{right: 18px;left:48%;bottom: 8px;height: 6px;} /* footer */ .footer{width:100%; position:relative; /*top:100px*/ bottom:0; margin-top: 60px; z-index:32;} .footer_top{width:100%; border-top:1px solid #eee; background:#f8f8f8;padding-bottom:50px; float:left} .footer_top.footer_special_p{ padding-bottom:80px;} .footer_top_container{width:1220px; margin:0 auto; position:relative} .narrow_980 .footer_top_container{width:980px} .ftc_left{float:left; width:888px; margin-top:23px; display:inline; position:relative} .narrow_980 .ftc_left{width:649px} .ftc_left .ftcl_tab{height:32px; border-bottom:1px solid #eaeaea} .ftc_left .ftcl_tab li{float:left; position:relative; margin-right:39px; height:32px; line-height:32px; display:inline; width:auto} .ftc_left .ftcl_tab li a{position:relative; width:auto; height:32px; text-align:center; line-height:32px; float:left;color:#666 } .ftc_left .ftcl_tab li.on a{border-bottom:1px solid #009635; } .ielt7 .ftc_left .ftcl_tab li.on a{bottom:-1px; line-height:31px} .ftc_left .ftclt_content{margin-top:16px; display:none;width: 888px;zoom:1;} .ftc_left .ftclt_content:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .narrow_980 .ftc_left .ftclt_content{width: 649px;} .ftc_left .on{display:block} .ftc_left .ftclt_content a{color:#999;margin-right:10px; white-space:nowrap; height:20px; line-height:20px; float: left; } .ftc_left .ftclt_content a:hover{color:#666} .ftc_left .join_link{position:absolute; right:0; top:0; height:32px; line-height:32px; color:#666; text-align:left; width:58px; text-align:left} .ftc_left .join_link span{background-position:-36px 0; width:5px; height:9px; position:absolute; right:0; top:12px} .ftc_center{float:left; width:100px; margin:23px 0 0 85px; display:inline} .ftc_center dl dt{ float:left; width:100px; height:32px; line-height:32px; text-align: center;} .ftc_center dl dd{float:left; width:100px;} .ftc_center .att-code { display:block; width: 100px; height: 100px;} .ftc_center dl dd a{margin-top:9px; float:left; position:relative; width:100%; height:14px; line-height:12px; color:#666} .ftc_center dl dd a div.wechat_bg{background-position:-322px 0; position:absolute; bottom:14px; left:-15px; width:91px; height:100px; display:none} .ftc_center dl dd a.wechat_sns:hover{color:#60b400} .ftc_center dl dd a.sina_sns:hover{color:#d6332a} .ftc_center dl dd a.qzone_sns:hover{color:#eaaf00} .ftc_center dl dd a.txwb_sns:hover{color:#42adcf} .ftc_center dl dd a em{float:left; display:inline} .ftc_center dl dd a.sina_sns em{ background-position: -107px 1px; width:16px; height:14px; margin-right:4px} .ftc_center dl dd a.txwb_sns em{ background-position: -125px 0; width:12px; height:14px; margin-right:7px} .ftc_center dl dd a.qzone_sns em{ background-position: -138px 0; width:17px; height:14px; margin-right:5px} .ftc_center dl dd a.wechat_sns em{ background-position: -156px 1px; width:16px; height:14px; margin-right:6px} .ftc_center dl dd a.sina_sns:hover em{ background-position: -107px -15px; } .ftc_center dl dd a.txwb_sns:hover em{ background-position: -125px -16px;} .ftc_center dl dd a.qzone_sns:hover em{ background-position: -138px -16px;} .ftc_center dl dd a.wechat_sns:hover em{ background-position: -156px -15px;} .ftc_right{float:right; width:100px;margin-top:23px; display:inline} .ftc_right dl dt{ width:100px; height:32px; line-height:32px; text-align:center; } .ftc_right dl dd{ width:100px; height:100px; background-position:-412px 0} .ftc_right dl .ask_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_ask.png?20160511) no-repeat 0 0;} .ftc_right dl .xiaoguotu_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_xgt.png?20160511) no-repeat 0 0;} .ftc_right dl .company_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_company.png?20160511) no-repeat 0 0;} .ftc_right dl .sz_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_index.png?20160511) no-repeat 0 0;} .ftc_right dl .yezhu_qrMark,.ftc_right dl .baike_qrMark,.ftc_right dl .life_qrMark{background:url(http://img.to8to.com/to8to_img/icon/qrcode/qr_xzx.png?20160511) no-repeat 0 0;} .footer_bottom{min-width:1220px;width:100%;padding-bottom:40px; background:#1f1f1f; border-top:2px solid #009635; float:left} .narrow_980 .footer_bottom{min-width: 980px} .footer_bottom_container{width:1220px; margin:0 auto} .narrow_980 .footer_bottom_container{width: 980px} .fbc_menu{text-align:center; margin-top:20px} .fbc_menu ul li{width:71px; height:14px; display:inline-block; font-size:0; margin-left:-2px} .ielt8 .fbc_menu ul li{display:inline; zoom:1} .fbc_menu ul li a{ float:left; width:70px; height:14px; line-height:14px; color:#fff; font-size:12px} .fbc_menu ul li span{width:1px; height:12px; margin-top:2px; background:#fff; float:left;overflow:hidden} .footer_bottom_container .fbc_copyright{margin-top:18px; text-align:center; height:14px; line-height:14px; color:#666;} .footer_bottom_container .fbc_icp{margin-top:17px; text-align:center; height:14px; line-height:14px; color:#666;} .footer_bottom_container .fbc_icp a{color: #666;font-family: tahoma, arial, \5b8b\4f53;} .footer_bottom_container .fbc_icpico{margin-top:17px; text-align:center;height: 33px;} .footer_bottom_container .fbc_icpico span{display: inline-block; margin-right: 20px; } .footer_bottom_container .fbc_icpico span.fbc_ico1{ background-position: -156px -135px; width: 28px; height: 29px; } .footer_bottom_container .fbc_icpico span.fbc_ico2{ background-position: -185px -102px; width: 32px; height: 33px; } .footer_bottom_container .fbc_icpico span.fbc_ico3{ background-position: -156px -102px; width: 28px; height: 31px; } .footer_bottom_container .fbc_icpico span.fbc_ico4{background-position: 0 -225px; width: 90px; height: 32px;} /* * * Global common style 全站共用样式,不可修改。 * */ .container{ width:1220px; margin:0 auto; } .narrow_980 .container{width:980px} .translucence_layer{position:fixed; width:100%; height:100%; z-index:999; background:#000; opacity:.75; top:0; left:0; z-index: 8000;display: none;} .ielt9 .translucence_layer{filter:alpha(opacity=75);} .ielt7 .translucence_layer{width:100%;height:100%;top:0;position:absolute;top:0;z-index:8000;} .window_box {font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; color:#333 ; background:#fff} .window_box .window_box_title{height:40px; float:left; width:100%; position:relative;} .window_box .window_box_title span{ display:inline-block; height:18px; line-height:18px; font-size:16px; color:#666; margin:18px 0 0 20px; } .window_box .window_box_title span label{ margin-top: 0; vertical-align: middle; float:left;line-height: 20px; width: 368px; } .window_box .window_box_title em{display: inline-block; height:14px; height: 14px; margin:22px 0 0 6px; color:#f36f20;} .window_box .window_box_title a{ position:absolute; right:30px ; top:20px ; width:16px; height:16px; background-position:0 -165px ; } .window_box .window_box_title a:hover{background-position: -18px -165px} .ielt8 .window_box .window_box_title{display:inline; zoom:1} .window_box .window_box_container{background:#fff; width:100%; height:100%; display:inline-block} .window_box_btn{height:40px; text-align:center; margin-top:31px; float:left; width:100%; display:inline} .window_box_btn input{border:0; height:30px; width:67px; background:#eaeaea;margin-right:10px;font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; cursor: pointer; } .window_box_btn input.window_box_btn_save{background:#f26f20; color:#fff} .window_box_btn input.window_box_btn_save:hover{background: #e7691e} .window_box_error em{background-position: -51px -165px; width: 13px; height: 13px; float:left;margin-right:3px; display: inline} /*装修贷新修改弹框---涉及公用部分*/ .window_box .icn_cry_rabbit{ background: url(http://img.to8to.com/to8to_img/zxbj/icn_cry_rabbit.png) no-repeat; width:102px; height:110px; display:inline-block; vertical-align:middle;} .window_box .window_txt_be895f{ color:#f25618;font-size:14px; line-height: 16px; } .window_box .mod_pagetip_title.pt40l0{ padding-left:0; padding-top:40px;} .window_box .mod_pagetip_title.pl0{ padding-left:0;} .window_box .mod_pagetip_title.lh24{ line-height:24px;} .window_box .mt25{ margin-top:25px;} .window_box .pb40{ padding-bottom:40px;} .window_box .mt6{ margin-top:6px;} .window_box .mod_fbbox.w528{ width:528px; padding-top:40px;} .window_box .mod_fbbox.w528 .fbbox_s2 .fbbox_s2_text{ width:528px;text-align:center;} .window_box .mod_fbbox a.mod_fbbox_btn{ margin:auto;font-size:14px; display:inline-block; } /*-----------------add by kevin.yuan 2014-8-4 ---------------------*/ .color-items{ opacity: 0.5; filter:alpha(opacity=50); } .color-items:hover{ opacity: 1; filter:alpha(opacity=100); } /*全局分页样式*/ .pages {padding-top: 60px;margin-top: 0!important; text-align: center; clear: both; } .pages a, .pages strong, .pages em { height: 32px;padding: 3px 6px; margin: 0 0 0 -1px !important;line-height: 32px;display: -moz-inline-box; display: inline-block; } .pages em { margin-right: 20px;;display: none!important;} .pages input { vertical-align: bottom; height: 18px; width: 30px; } .pages a { width: 26px;border: 1px solid #eee!important; color: #999!important; background-color: #fff; } .pages a:hover{color: #01af63!important;} .pages i{width: 40px;height: 40px;line-height: 34px;display: -moz-inline-box; display: inline-block;} .pages strong{ width: 28px;height: 34px;background-color: #01af63!important; color: #fff!important;font-weight: 400!important;line-height: 34px; border: 0 !important; } .ielt8 .pages strong{vertical-align: 1px;} .pages .prev,.pages .next{position: relative;width: 79px;} .pages .next b,.pages .prev b{position: absolute;width: 6px; height: 11px;margin-top: 11px; background:url(http://img.to8to.com/to8to_img/global.png?v=20150812) no-repeat; _background:url(http://img.to8to.com/to8to_img/global.gif?v=20150812) no-repeat; _overflow:hidden} .ielt8 .pages .next b,.ielt8 .pages .prev b{top: 3px;} .pages .prev b{left: 15px; float: left;background-position: -173px 0;} .pages .next b{right: 15px; float: right;background-position: -180px 0;} .pages .prev:hover b,.pages_s a.prev:hover{background-position: -187px 0;} .pages .next:hover b,.pages_s a.next:hover{background-position: -194px 0;} /*第二种小分页*/ .pages_s{ padding-top:30px; text-align:center;} .pages_s a,.pages_s b{font-size: 14px;color: #999; display:inline-block; padding-right:14px;vertical-align:middle;} .pages_s b{ vertical-align:top; line-height:16px; font-weight:normal; } .pages_s a:hover{color: #03b065;} .pages_s a.focus { color:#03b065;} .pages_s a.prev,.pages_s a.next{display: inline-block;width: 6px; height: 11px; padding:0; margin-right:14px; background:url(http://img.to8to.com/to8to_img/global.png?v=201503191840) no-repeat; _background:url(http://img.to8to.com/to8to_img/global.gif?v=201503191840) no-repeat; _overflow:hidden;} .pages_s a.prev{ background-position:-173px 0;} .pages_s a.next{ background-position:-180px 0;} /*第二种小分页*/ /* 分页效果 */ .pages{ margin-top: 43px;} .pages em{color:#01a469;} .pages strong{background: #01a469;padding: 3px 6px;} .pages a {color:#aaa; border: 1px solid #dfdfdf;padding: 3px 6px;cursor: pointer;} /*右边新版分享样式代码*/ .floatWindowBox { position: fixed; right: 1px; bottom: 20px; z-index: 9999; _position: absolute; _top: expression(eval(document.documentElement.offsetHeight/2+document.documentElement.scrollTop)); } .fwb_color{background: url(http://img.to8to.com/decorate_gallery/images/gif/share_ng.gif?v=1408458119) repeat} .feedbacks, .shareBtn, .returnTopBtn{ display: block; width: 59px; height: 59px; color: #999; background: #fbfbfb; overflow: hidden; border: 1px solid #ededed; font-size: 12px; } .floatWindowBox ul li { position: relative; } .floatWindowBox ul li.on a.feedbacks ,.floatWindowBox ul li.on a.shareBtn { color: #fa6564; } .floatWindowBox .feedback ,.floatWindowBox .shareBg,.floatWindowBox .returnBg{ margin-top: 7px; width: 30px; height: 30px; } .floatWindowBox ul li .feedback { background-position: -4px -100px; } .floatWindowBox ul li .shareBg { background-position: -104px -100px; } .floatWindowBox ul li .returnBg{ margin-top: 12px; background-position: -54px -100px; } .floatWindowBox ul li.on .feedback { background-position: -4px -146px; } .floatWindowBox ul li.on .shareBg { background-position: -104px -146px; } .floatWindowBox ul li.on .returnBg{ margin-top: 12px; background-position: -54px -146px; } .floatWindowBox ul li i { margin: 0 auto 0 auto; display: block; overflow: hidden; background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.png?v=1401786599) no-repeat; _background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.gif?v=1401786726) no-repeat; } .floatWindowBox ul li .feedbacks{ border-top: none; border-bottom: none; } .feedbacks, .shareBtn, .returnTopBtn, .replyInBtn, .themBtn, .publishInBtn { line-height: 24px; text-align: center; cursor: pointer; } a.feedbacks:hover, a.shareBtn:hover{text-decoration: none;} .floatWindowBox .shareList { position: absolute; font-size: 12px; top: 0; } .floatWindowBox .shareBoxBg { width: 95px; height: 160px; background: #fbfbfb; border: 1px solid #ededed; border-radius: 1px; } .floatWindowBox .shareBox .sh_qzone { background-position: -323px -47px; } .floatWindowBox .shareBox .sh_xinlang { background-position: 0px -47px; } .floatWindowBox .shareBox .sh_qqweibo { background-position: -215px -47px; } .floatWindowBox .shareBox .bds_weixin { background-position: -538px -47px; } .floatWindowBox .shareBox .sh_tieba { background-position: -429px -47px; } .floatWindowBox .shareBox a { display: block; width: 58px; padding-left: 38px; height: 40px; color:#999; line-height: 40px; background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.png?v=1401786599) no-repeat; _background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.gif?v=1401786726) no-repeat; cursor: pointer; } .floatWindowBox .rA { position: absolute; right: 19px; top: 20%; display: block; margin-top: -27px; width: 6px; height: 14px; background-color:yellow; overflow: hidden; background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.png?v=1401786599) -8px -194px no-repeat; _background: url(http://img.to8to.com/icon/finework_xiaoguotu_right.gif?v=1401786726) no-repeat; } .floatWindowBox .shareBox { padding-right: 20px; position: absolute; left: -111px; top: 10px; width: 101px; height: 240px; overflow: hidden; display:none; } .shareList a:hover{ background-color:#f2f2f2; } a.add_share {display:block;float:right;margin-right:5px;width:16px;height:16px;background:url(http://www.to8to.com/img/front_end/icon/case_list_icon.gif) no-repeat;padding:0px;} a.onqqshare {background-position:0px -209px;} a.outqqshare {background-position:0px -73px;} a.onweiboshare {background-position:0px -185px;} a.outweiboshare {background-position:0px -51px;} /*效果图底部部分*/ div.small_cage_more { background:#fff; margin-top: 40px; padding-bottom: 6px; position: relative; width: 100%; display: inline-block } div.small_cage_more .dl_nav { border-bottom:1px solid #e8e8e8; height:43px; font-size: 14px; position: relative; } div.small_cage_more .dl_nav dt { float:left; color:#999; height:30px; line-height:30px; font-size:14px; margin-top:10px; } div.small_cage_more .dl_nav dd { float:left; height:30px; line-height:30px; text-align:center; color:#666; cursor:pointer; margin:10px 3px 0 3px; } div.small_cage_more .dl_nav #dd_zxxgt{width: 70px;overflow: hidden;} div.small_cage_more .dl_nav dd.dd_select { color:#01a469; } div.small_cage_more .dl_content { width:100%; margin:5px auto; color:#e8e8e8; } div.small_cage_more .dl_content #search_tab td { white-space:nowrap; } div.small_cage_more .dl_content a { height:22px; line-height:22px; color:#aaa; text-decoration: none; font-family:arial; font-size:12px; } div.small_cage_more .dl_content a:hover{text-decoration: underline;} a.a_link_zxxgt { display:block; overflow:hidden; height:25px; float:left; line-height:25px; margin-right:10px; color:#aaa; font-size:13px; text-overflow:ellipsis; white-space:nowrap; } .warpper_dl{width:90%;margin: 0 auto;} div.small_cage_more .dl_nav dd.green_line{ height: 2px; width: 70px; background:#01a469;position: absolute; top:31px;z-index:999;left:0px;overflow: hidden;}/*绿色导航条*/ /*底部链接结速*/ /*.footer { padding-top: 0px; position: relative; z-index: 4; } */ /*过渡时期样式*/ .narrow_1220 .limit_nav_new , .narrow_980 .limit_nav_new,.narrow_1220 .footer,.narrow_980 .footer { display: table;} .narrow_980 .limit_nav_new,.narrow_980 .footer {min-width: 980px} .narrow_1220 .limit_nav_new ,.narrow_1220 .footer {min-width: 1220px} .narrow_1220 .limit_w, .narrow_1220 .nav_jifen_new,.narrow_1220 .narrow_footer{width: 1220px; display: table; } .narrow_980 .limit_w, .narrow_980 .nav_jifen_new,.narrow_980 .footer p.footer_nav,.narrow_980 .warpper_dl ,.narrow_980 div.small_cage_more,.narrow_980 .narrow_footer{width: 980px; display: inline-block} .narrow_980 .nav_new_list li a, .narrow_1220 .nav_new_list li a{font-size: 14px; font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; } .narrow_980 .bottom-page , .narrow_1220 .bottom-page{padding-bottom:120px;} .narrow_980 span.line , .narrow_1220 span.line{width: 1px; height: 10px; } .narrow_980 #header,.narrow_980 .footer{display: table;width: 100%} .lgn_txt{overflow: hidden} /****在线咨询***/ #consult_win { position: fixed; width: 79px; overflow: hidden; bottom: 180px; right: 10px; _right: -1px; z-index: 9999; _position: absolute; _bottom: auto; _top: expression(eval(document.documentElement.scrollTop)+100); } #consult_win .float_peek { cursor: pointer; display: block; float: right; height: 206px; width: 41px; display: none; } #consult_win #peek_go_top { padding-left: 6px; } #consult_win #consult_board { color: white; font-weight: bold; background: url("http://img.to8to.com/front_end/bg/float_consult_board.png?v=1384538330") no-repeat scroll 0 0 transparent; height: 150px; padding: 37px 0 0 7px; } #consult_win #live800icon { display: none; } #consult_win #consult_bg { height: 196px; width: 79px; } #consult_win .float_close { cursor: pointer; height: 19px; width: 19px; margin-left: 60px; background: url(http://img.to8to.com/front_end/bg/float_close.png?v=1384538330); } #consult_win .con_msg { width: 66px; height: 19px; font-size: 12px; margin-bottom: 18px; text-align: center; line-height: 19px; cursor: pointer; } #consult_win .msg_green { background: url("http://img.to8to.com/front_end/bg/float_msg_green.png?v=1384538330") no-repeat scroll 0 0 transparent; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.to8to.com/front_end/bg/float_msg_green.png?v=1384538330",sizingMethod="crop",enabled="true"); } #consult_win .msg_orange { background: url("http://img.to8to.com/front_end/bg/float_msg_orange.png?v=1384538330") no-repeat scroll 0 0 transparent; _background: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.to8to.com/front_end/bg/float_msg_orange.png?v=1384538330",sizingMethod="crop",enabled="true"); } #consult_win #zxzx { font-size: 14px; font-style: italic; cursor: pointer; margin-bottom: 12px; } #consult_win .float_drcode { background: url("http://img.to8to.com/front_end/bg/float_drcode.png?v=1384538330"); width: 105px; height: 147px; position: fixed; bottom: 10px; right: 10px; } #consult_win .drcode_close { width: 19px; height: 19px; cursor: pointer; margin-left: 86px; } #consult_win #go_top { background: url("http://img.to8to.com/front_end/bg/float_go_top.png?v=1384538330") no-repeat scroll 0px 0px transparent; width: 51px; height: 34px; margin-top: 9px; margin-left: 8px; display: none; } #consult_win .click_drcode { display: block; width: 105px; height: 105px; } /* 小头部 */ .zgs_header { position: relative;min-width: 1220px; height: 35px; background: #fff; border-bottom: 2px solid #00af63;z-index: 2000 } .zgs_header a{ font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;} .zgsh_top { width: 1220px;height: 35px; display: table;margin: 0 auto;} .narrow_980 .zgsh_top_center{ width:980px;} .zgsh_top_center_left ul li, .zgsh_top_center_right ul li { display: inline-block; height: 35px; position: relative; line-height: 35px; } .ielt8 .zgsh_top_center_left ul li, .ielt8 .zgsh_top_center_right ul li { display: inline; zoom: 1 } .zgsh_top_center_left ul li { /*width: 78px; */vertical-align:middle;} .zgsh_top_center_left ul li.on a{color:#00af63} .zgsh_top_center_left ul li a { height: 35px; display: inline-block; line-height: 35px; color: #333; margin-right:26px; } .narrow_980 .zgsh_top_center_left ul li a { margin-right:19px;} .narrow_980 .zgsh_top_center_left li a.logo{ margin-right:10px;} .zgsh_top_center_left ul li a:hover { color: #f25618; } .zgsh_top_center_right { float: right; height: 35px; } .zgsh_top_center_right ul li a, .zgsh_top_center_right ul li span, .zgsh_top_center_right ul li em { float: left;display: inline; color: #999;font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; } .zgsh_top_center_right ul li a,.zgsh_top_center_right ul li em{padding: 0 15px;} .zgsh_top_center_right ul li a.nav_fzlink{color: #f25618;} .zgsh_top_center_right ul li a:hover { color: #f25618; text-decoration: none } .zgsh_top_center_right ul li span { height: 12px; background: #eee; margin-top: 11px; width: 1px; overflow: hidden } .zgs_header .zgsh_center { width: 100%; height: 100px } .zgs_header .zgsh_center .zgshc_company { width: 980px; height: 100px; margin: 0 auto; position: relative } .zgs_header .zgsh_center .zgshc_company span.zc_bg { width: 124px; height: 123px; position: absolute; bottom:-40px ; left: 0 } .zgs_header .zgsh_center .zgshc_company span.zc_bg img { width: 120px; height: 120px; margin: 3px 0 0 2px } .zgsh_top_center_right ul li a p{display:inline; float: left;} .zgsh_top_center_right ul li .htr_login{padding-right: 0;} .zgsh_top_center_right ul li .htr_username p{margin-right:5px; max-width: 68px;} .zgsh_top_center_right ul li .htr_username,.zgsh_top_center_right ul li .htr_mes{position: relative;color: #999; line-height: 35px; height: 35px; padding: 0 15px;border-left: 1px solid #fff;border-right: 1px solid #fff;} .zgsh_top_center_right ul li .on .htr_mes,.zgsh_top_center_right ul li .on .htr_username{height: 36px;background-color: #fff;border-left: 1px solid #eee;border-right: 1px solid #eee;} .zgsh_top_center_right ul li .on .htr_mes_memu,.zgsh_top_center_right ul li .on .user_memu{position: absolute;top: 36px;left: 0;width: 115px;border: 1px solid #eee;border-top: 0;background-color: #fff;overflow: hidden;} .zgsh_top_center_right ul li .on .htr_mes_memu li,.zgsh_top_center_right ul li .on .user_memu li{position: relative;float: left;display: inline;width: 115px;height: 31px;line-height: 31px;} .zgsh_top_center_right ul li .on .htr_mes_memu,.zgsh_top_center_right ul li .on .htr_mes_memu li{width: 121px;} .zgsh_top_center_right ul li .on .htr_mes_memu li:hover,.zgsh_top_center_right ul li .on .user_memu li:hover{background-color: #f8f8f8;} .zgsh_top_center_right ul li .on .htr_mes_memu li b{position: absolute;right:7px;top: 0;display: block;width: 35px;font-weight: normal;color: #ff6666;} .zgsh_top_center_right ul li .user_memu a,.zgsh_top_center_right ul li .htr_mes_memu a{display: block;} .zgsh_top_center_right ul li .user_memu a{width: 115px;} .zgsh_top_center_right ul li .htr_mes_memu a{width: 106px;padding-right: 0;} /*面包屑*/ .global_pie{padding:12px 0; height:20px; font-weight:normal; width: 100% ; border-bottom:1px solid #eee; position: relative;; z-index: 10} .global_pie .global_pie_container{width: 1220px; margin: 0 auto;} .narrow_980 .global_pie .global_pie_container{width: 980px; margin: 0 auto;} .global_pie .global_pie_container ul li{float:left; margin-right:8px; display:inline; height:20px;line-height:20px;color: #333;} .global_pie .global_pie_container ul li a{float: left;font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; color:#999; } .global_pie .global_pie_container ul li a:hover{color: #f25618;} .global_pie .global_pie_container ul li span{margin:6px 0 0 7px; font-size:14px; background-position:-31px -7px; width:5px; height:9px;float:left;} .global_pie .global_pie_container ul li.gp_menu .gpm{ position: relative ; float: left; } .global_pie .global_pie_container ul li.gp_menu .gpm p{color: #666; float: left; padding-right:5px;font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; color:#999; cursor: pointer; } .global_pie .global_pie_container ul li.gp_menu .gpm i{background-position: -70px 0; width: 7px; height: 4px ; float:left; position: relative; top: 9px} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content{position: absolute; top:0; background: #fff; z-index: 999;left:-8px; display: none} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dt{ width: 76px; height:26px; border:1px solid #eee; border-bottom:1px solid #fff; position: absolute; top: -3px; z-index:99; background: #fff;} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dt a{margin:2px 0 0 7px;} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dd{width: 97px; position: absolute; top:24px; background: #fff; border:1px solid #eee; z-index: 90;} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dd a{padding:0 7px; height:26px; width: 83px; line-height: 26px; color: #999; position: relative; overflow: hidden; background: #fff; margin-left:0;} .global_pie .global_pie_container ul li.gp_menu .gpm div.gpm_content dl dd a:hover{background: #f8f8f8} .global_pie .pie_list{position: relative;float: left;margin-top: -1px;} .global_pie .pie_list a.pie_list_lnk{display: block;padding: 0 6px;border:1px solid #fff;border-bottom: none;} .global_pie .pie_list a.pie_list_lnk:hover{color: #333;} .global_pie .pie_list ul{position: absolute;border:1px solid #e8e8e8;background-color: #fff;padding-bottom: 5px;top: 21px;left: 0;z-index: 1;display: none;} .global_pie .pie_list ul li{margin-right: 0;width: 100%;height: auto;} .global_pie .pie_list ul li a{display: block;line-height: 24px;padding: 0 6px;white-space: nowrap;} .global_pie .pie_list ul li a:hover{color: #333;} .global_pie .pie_list_hover a.pie_list_lnk{border-color: #e8e8e8;background-color: #fff;position: relative;z-index: 2;height: 22px;} .global_pie .pie_list_hover ul{display: block;} /* 全站公用icon & 小箭头 & 小三角 ***** by sisi.yuan */ .ico_tip_ok,.ico_tip_ok_s,.ico_tip_warn,.ico_tip_warn_s,.ico_error,.ico_protect,.ico_info_s,.mod_yeltip .yeltip_close, .arrow_gray,.arrow_green,.arrow_gray_up,.arrow_gray_down,.arrow_gray_upact,.arrow_gray_downact,.ico_tip_warn_green,.ico_tip_warn_green_s,.triangle_down,.triangle_up,.ico_scan,.ico_crown, .ico_sort_downon,.ico_sort_upon,.ico_sort_downoff,.ico_sort_upoff,.ico_comment,.ico_praise,.ico_praise_no,.ico_pic{display: inline-block;} .ico_tip_ok,.ico_tip_warn{height: 60px;width: 60px;background-position: -322px -102px;} .ico_tip_warn{background-position: -322px -163px;} .ico_tip_ok_s,.ico_tip_warn_s{height: 32px;width: 32px;background-position: -91px -225px;} .ico_tip_warn_s{background-position: -124px -225px;} .ico_error{width: 13px;height: 13px;background-position: -51px -165px;margin-right: 5px;vertical-align: middle;} .ico_protect{width: 14px;height: 17px;background-position: -197px -165px;} .ico_star_yel,.ico_star_grey,.ico_star_half{width: 12px;height: 12px;display: inline-block;vertical-align: top;} .ico_star_yel{background-position: -204px -188px;} .ico_star_grey{background-position: -204px -202px;} .ico_star_half{background-position: -198px -223px;} .ico_info_s{width: 14px;height: 14px;background-position: -36px -165px;margin-right: 5px;vertical-align: -2px;*vertical-align: middle;} .ico_scan{width: 12px;height: 8px;background-position: -180px -239px;margin-right: 5px;} .ico_crown{width: 16px;height: 16px;background-position: -193px -239px;} /*add_ico 2014.11.27*/ .ico_comment{ background-position: -40px -260px ;width: 12px; height: 11px;vertical-align: middle;} .ico_praise{background-position:-53px -260px;width: 12px; height: 11px;vertical-align: middle;} .ico_praise_no{background-position:-66px -260px;width: 12px; height: 11px;vertical-align: middle;} .ico_pic{ background-position:-25px -260px; width:14px; height:14px;vertical-align: middle;} /*end*/ .arrow_gray{width: 5px;height: 9px;background-position: -31px -7px;vertical-align: middle;} .arrow_green{width: 5px;height: 9px;background-position: -19px -7px;vertical-align: middle;} a:hover .arrow_gray,a:hover .arrow_green{background-position: -25px -7px;} .arrow_gray_up,.arrow_gray_down,.arrow_gray_upact,.arrow_gray_downact{width: 9px;height: 5px;vertical-align: middle;} .arrow_gray_up{background-position: -37px -10px;} .arrow_gray_down{background-position: -47px -10px;} .arrow_gray_upact,a:hover .arrow_gray_up{background-position: -65px -10px;} .arrow_gray_downact,a:hover .arrow_gray_down{background-position: -56px -10px;} .ico_tip_warn_green{background-position:-260px -223px;width:60px;height:60px; } .ico_tip_warn_green_s{background-position:-350px -227px;width:24px;height:24px; vertical-align: middle;margin-right: 8px; float: left; } .triangle_down,.triangle_up{width:7px;height:4px;vertical-align: middle;margin-left: 3px;} .triangle_down{background-position:-70px 0px;} .triangle_up{background-position:-91px 0px;} .ico_sort_downon,.ico_sort_upon,.ico_sort_downoff,.ico_sort_upoff{width: 7px;height: 9px;margin-left: 6px;} .ico_sort_downon{background-position: -221px -203px;} .ico_sort_downoff{background-position: -229px -203px;} a:hover .ico_sort_downon,a:hover .ico_sort_downoff{background-position: -237px -203px;} .ico_sort_upon{background-position: -221px -213px;} .ico_sort_upoff{background-position: -229px -213px} a:hover .ico_sort_upon,a:hover .ico_sort_upoff{background-position: -237px -213px;} /* 全站公用成功/失败结果提示 ***** by sisi.yuan */ .mod_pagetip,.mod_pagetip_btn{zoom:1;} .mod_pagetip:after,.mod_pagetip_btn:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_pagetip .mod_pagetip_ico{float: left;display:block;margin-right: 12px;text-align: right;padding-left: 60px;} .mod_pagetip .mod_special{margin-top: 25px;} .mod_pagetip .mod_pagetip_bd{float: left;padding-right: 60px;} .mod_pagetip .mod_pagetip_title{font-size: 24px;color: #333;text-align: left;} .mod_pagetip .mod_pagetip_info{color: #999;text-align: left;} .mod_pagetip .mod_pagetip_info a{color: #39c472;} .mod_pagetip .mod_pagetip_info a:hover{color: #39c472;} .mod_pagetip_btn{margin-top: 30px;} .mod_pagetip_btn .btn_yes,.mod_pagetip_btn .btn_cancel{display: block;float: left;} .mod_pagetip_btn .btn_yes{height: 30px;line-height: 30px;color: #FFF;padding: 0 20px;background-color: #f36f20;float: left;margin-right: 10px;white-space: nowrap;border:none;line-height: 30px;font-family: "微软雅黑","Microsoft YaHei";cursor: pointer;} .mod_pagetip_btn .btn_yes:hover{color: #fff;background-color: #e7691e;} .mod_pagetip_btn .btn_cancel{height: 28px;line-height: 28px;border: 1px solid #d8d8d8;background-color: #FFF;padding: 0 20px;float: left;margin-right: 10px;white-space: nowrap;color: #333;} .mod_pagetip_btn .btn_cancel:hover{border-color: #ccc;color: #333;} /* 完善信息弹框兼容样式 by carl */ .mod_pagetip .compatibility{padding-right:0px;} /* 无次级提示信息 */ .mod_pagetip_noinfo .mod_pagetip_bd{padding-top: 15px;} .mod_pagetip_noinfo .mod_pagetip_title{font-size: 18px;} /* 全站公用成功/失败结果提示--小 */ .mod_pagetip_s{padding: 10px 0;} .mod_pagetip_s .mod_pagetip_title{font-size: 14px;font-weight: bold;} .mod_pagetip_s .mod_pagetip_info{color: #333;} .mod_pagetips_noinfo .mod_pagetip_bd{padding-top: 5px;} /*新增加特殊弹框*/ .free_apply.free_apply_tip .apply_line .app_lbl {width: 100px;padding-right: 10px;text-align: right;float: left;line-height: 34px;} .free_apply.free_apply_tip .apply_line .ap_text{ width:180px;} .box_mobileverify_suc.pb70{ padding-bottom:70px;} .app_ele_w360 { position:relative;} .free_apply .apply_line .app_ele_w360 {width: 336px;float: right;} .free_apply .apply_line .ap_textarea {padding: 7px 10px;border: 1px solid #ccc;width: 260px;} .free_apply .apply_line .ap_texts{ text-align:right;width: 282px; color:#999;} .free_apply .apply_line .ap_texts span{ color:#f36f20;} .mod_pagetip_bd.special{ width:250px; padding:0;} .mod_pagetip_bd.special p{ color:#999;} /* 发标结果完善资料--全站公用 ***** by sisi.yuan */ .ico_code_s{display: inline-block;width: 18px; height: 18px;background-position: -193px -257px;vertical-align: middle;margin-right: 5px;margin-top: -4px;*margin-top: 0;*display: inline;*zoom: 1;} .mod_fbbox{width: 460px;margin: 0 auto;padding-bottom:40px; position: relative;} .mod_fbbox .help-link { position: absolute; bottom: 60px; right: 28px; color: #655E5E; } .mod_fbbox .help-link:hover { color: #f25618; } .mod_fbbox .mod_fbbox_btn{display: block;margin: 0 0 0 195px;height: 36px;line-height: 36px;color: #fff;padding: 0 20px;background-color: #F36F20;} .mod_fbbox a.mod_fbbox_btn.btn_01af63{ background:#01af63; color:#fff;} .mod_fbbox a.mod_fbbox_btn.btn_01af63:hover{ background:#05A660;} .mod_fbbox .mod_pagetip_info .pb{ padding-bottom:16px;} .mod_fbbox .mod_fbbox_btn:hover{background-color: #e7691e} .mod_fbbox input.mod_fbbox_btn{border: none;font-family: "Microsoft YaHei",微软雅黑;cursor: pointer;} /* .mod_fbbox .fbbox_s1,.mod_fbbox .fbbox_s2,.mod_fbbox .fbbox_s3{padding-top: 35px;} */ .mod_fbbox .fbbox_s1,.mod_fbbox .fbbox_s3{padding-top: 35px;} .mod_fbbox .fbbox_s1{text-align: center;} .mod_fbbox .fbbox_s1 .s1_hd{font-size: 24px;} .mod_fbbox .fbbox_s1 .s1_hd_sub{color: #999;} .mod_fbbox .fbbox_s1 .s1_bd{margin: 20px 0 30px;} .mod_fbbox .fbbox_s1 .s1_bd_font{font-size: 14px;margin-bottom: 7px;} .mod_fbbox .mod_fbbox_code{text-align: center;} .mod_fbbox .mod_fbbox_code p{color: #666;margin-top: 5px;} .mod_fbbox .mod_fbbox_code img{margin: 0 auto; width:135px; height:135px;} .fbbox_s2 .fbbox_s2_t{text-align: center;font-size: 24px;color: #333;line-height: 30px;font-weight: normal;} .fbbox_s2 .fbbox_s2_text{width: 455px;margin: 10px auto 25px;font-size: 14px;line-height: 18px;color: #333;} .mod_fbbox .s2_line,.mod_fbbox .s2_line_b{float: left;width: 200px;height: 54px;margin-left: 15px;zoom:1;} .mod_fbbox .s2_line:after,.mod_fbbox .s2_line_b:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_fbbox .label{line-height: 34px;float: left;width: 64px;text-align: right;padding-right: 10px;} .mod_fbbox .label span{color: #ff6666;vertical-align: middle;} .mod_fbbox .s2_element{position: relative;float: right;padding-bottom: 10px;width: 120px;} .mod_fbbox .s2_line_b{float: none;width: 415px;} .mod_fbbox .text,.mod_fbbox .select{padding: 7px 10px;border:1px solid #ccc;width: 98px;} .mod_fbbox .service_img_box{margin-top: 20px;} .mod_fbbox .service_img img{display: block;width: 150px;height: 150px;margin: 0 auto;} .mod_fbbox .service_img .service_img_text{line-height: 24px;color: #999;text-align: center;} .mod_fbbox .s2_line_b .s2_element{width: 336px;} .mod_fbbox .s2_line_b .text{width: 314px;} .ielt8 .mod_fbbox .select{margin-top: 8px;} .mod_fbbox .text_uni{position: absolute;top: 7px;right: 10px;} .ielt8 .mod_fbbox .text_uni{position: absolute;top: 10px;right: 10px;} .mod_fbbox .err_tip{color: #ff6767;margin-top: 3px;} .mod_fbbox .select{width: 120px;} .mod_fbbox .s2_line_btn{margin-top: 10px;} .mod_fbbox .fbbox_s3 .mod_fbbox_code{margin-top: 35px;} .mod_fbbox .mod_pagetip_s{padding: 0 0 40px 0;} .mod_fbbox .mod_pagetip_s .mod_pagetip_ico{padding-left: 170px;} .mod_fbbox_wxservice{width: 560px;} .mod_fbbox_wxservice .fbbox_s1{padding-top: 25px;} .mod_fbbox_wxservice .fbbox_s1 .s1_hd_sub{color: #333;font-size: 14px;margin-top: 5px;margin-bottom: 30px;} .mod_fbbox_wxservice .service_img{background: url(http://img.to8to.com/to8to_img/fbbox_service.png?v=1421117809) no-repeat;position: relative;width: 356px;height: 285px;margin:0 auto;} .mod_fbbox_wxservice .service_img img{width: 130px;height: 130px;position: absolute;top: 48px;left: 0;} .mod_fbbox_wxservice .mod_pagetip_s{padding-bottom: 0;position: absolute;top: 250px;left: 0;} .mod_fbbox_wxservice .mod_pagetip_s .mod_pagetip_ico{padding-left: 0;} /* 免费申请弹层--全站公用 ***** by sisi.yuan */ .free_apply{padding: 40px 0;} .free_apply .apply_line{zoom:1;} .free_apply .apply_line:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .free_apply .apply_line .app_lbl{width: 110px;padding-right: 10px;text-align: right;float: left;line-height: 34px;} .free_apply .apply_line .app_ele{width: 360px;float: right;padding-bottom: 10px;} .free_apply .apply_line .ap_text{padding: 7px 10px;border:1px solid #ccc;width: 266px;color: #333;} .free_apply .apply_line select{border:1px solid #ccc;width: 136px;height: 34px;margin-right: 12px;color: #333;} .ielt9 .free_apply .apply_line select{padding: 7px 0 8px 10px} .ielt8 .free_apply .apply_line select{margin-top: 8px;height: 20px;} .free_apply .apply_btn{border:none;height: 40px;line-height: 40px;padding: 0 30px;background-color: #f36f20;color: #fff;font-size: 14px;cursor: pointer;} .ielt8 .free_apply .apply_btn{overflow: visible;} .free_apply .apply_btn:hover{background-color: #e7691e;} .free_apply .apply_line_btn{margin-top: 10px;} .free_apply .app_tip{color: #999;margin-top: 15px;} .free_apply .app_error{color: #f66;margin-top: 3px;} /* 小黄条提示--全站公用 ***** by sisi.yuan */ .mod_yeltip{position: relative;} .mod_yeltip .yeltip_close{width: 10px;height: 10px;background-position: -383px -102px;position: absolute;right: 10px;top: 12px;} .mod_yeltip .mod_yeltip_bd{border:1px solid #fff0d8;background-color: #fffdee;padding: 8px 10px;} /* 按钮样式--全站公用 ***** by sisi.yuan */ .btn_org{display:inline-block;height: 36px;line-height: 36px;color: #fff;background-color: #f36f20;border:none;cursor: pointer;padding: 0 20px;} .btn_org:hover{background-color: #e7691e;color: #fff;} .btn_white{display:inline-block;height: 34px;line-height: 34px;border: 1px solid #d8d8d8;background-color: #FFF;padding: 0 20px;white-space: nowrap;color: #333;} .btn_white:hover{color: #333;border-color: #ccc;} input.btn_white{height: 36px;cursor: pointer;} input.btn_org,input.btn_white{*overflow: visible;} input.btn_green{display:inline-block;height: 32px;line-height: 32px;color: #fff;background-color: #01af63;border:none;cursor: pointer;padding: 0 20px;} input.btn_green_a{display:inline-block;height:18px;line-height: 18px;color: #01af63;background:none;border:none;cursor: pointer;vertical-align: middle;} input.btn_grey{ background:#f8f8f8; border:1px solid #e4e4e4; padding:0 8px; line-height:18px;vertical-align: middle; cursor: pointer;color:#999;} input.btn_grey_a{background:none;border:none;line-height:18px;vertical-align: middle; color:#999;cursor: pointer;} /* 表单 -- 全站公用 ***** by sisi.yuan */ .mod_form .form_hd{padding-left: 20px;color: #999;margin-bottom: 16px;} .mod_form .form_hd .ico_info_s{float: left;margin-left: -20px;margin-top: 2px;} .mod_form .text{padding: 7px 10px;width: 184px;border:1px solid #ddd;} .mod_form .select{width: 206px;border:1px solid #ddd;height: 34px;line-height: 28px;} .mod_form .select_s{width: 90px;} .mod_form .form_line{zoom:1;} .mod_form .form_line:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_form .label{width: 24.6%;padding-right: 8px;margin-left: -8px;float: left;text-align: right;line-height: 34px;} .mod_form .element{width: 75.4%;float: right;padding-bottom: 15px;} .mod_form .form_error{margin-top: 3px;color: #f66;} .mod_form .text_wrap{position: relative;} .mod_form .text_wrap .unit{margin-left: -20px;} .mod_form .text_wrap .text_lbl{color: #bbb;position: absolute;left: 10px;top: 8px;} .mod_form .btn_org,.mod_form .btn_white{float: left;} .mod_form .btn_org{margin-right: 12px;} /* 表单[ 扩展 ] -- 全站公用 ***** 如页面右侧发标表单 ***** by sisi.yuan */ .mod_form_wide .form_line{position: relative;} .mod_form_wide .text{width: auto;display: block;} .mod_form_wide .element{width: auto;float: none;padding-bottom: 10px;} .mod_form_wide .form_line_btn .btn_org{display: block;padding: 0;width: 100%;height: 40px;line-height: 40px;float: none;} /* 手机验证弹层 -- 全站公用 ***** by sisi.yuan */ .box_mobileverify{padding: 20px 0;} .box_mobileverify .mod_form .form_hd{margin-left: 60px;} .box_mobileverify .mod_form .text{width: 214px;} .box_mobileverify .mod_form .text_code{width: 80px;} .box_mobileverify .mod_form .code_wrap{position: relative;} .box_mobileverify .mod_form .code_wrap .text_code{float: left;} .box_mobileverify .mod_form .code_wrap .code_lnk{float: left;margin-left: 10px;display: inline-block;height: 34px;width: 124px;text-align: center;background-color: #eee;line-height: 34px;} .box_mobileverify .code_wrap .code_layer{position: absolute;width: 166px;left: 91px;bottom: 36px;} .box_mobileverify .code_wrap .code_layer .layer_bd{padding: 10px;background-color: #F6FFF9;border:1px solid #d6ded9;} .box_mobileverify .code_wrap .code_layer .code_input_text{padding: 2px 5px;width: 80px;border:1px solid #ccc;float: left;} .box_mobileverify .code_wrap .code_layer .code_input .btn_org{height: 24px;line-height: 24px;padding: 0 9px;float:right;margin-right: 0;} .box_mobileverify .code_wrap .code_img{margin-bottom: 5px;overflow: hidden;} .box_mobileverify .code_wrap .code_img a{color: #00ad4d;float: right;} .box_mobileverify .code_wrap .code_img a:hover{color: #f25618;} .box_mobileverify .code_wrap .code_img img{float: left;} .box_mobileverify .code_wrap .code_layer .layer_tri{width:0;height:0;font-size:0;display:inline-block;border-width:8px;border-color:#D6DED9 transparent transparent transparent;border-style:solid dashed dashed dashed;position: absolute;left: 50%;margin-left: -4px;bottom: -16px;} .box_mobileverify .code_wrap .code_layer .layer_tri i{width:0;height:0;overflow:hidden;font-size:0;display:inline-block;border-width:7px;border-color:#F6FFF9 transparent transparent transparent;border-style:solid dashed dashed dashed;position: absolute;left: -7px;top: -9px;} .box_mobileverify_suc{padding: 40px 0;} .box_mobileverify_suc .btn_cancel{margin-left: 80px;} /* tab切换[[ */ .mod_tab{overflow: hidden;} .mod_tab .mod_tab_hd{height: 43px;background-color: #f8f8f8;border:1px solid #e8e8e8;border-bottom: none;} .mod_tab .mod_tab_hd li{float: left;border-right: 1px solid #e8e8e8;} .mod_tab .mod_tab_hd li a{display: block;padding: 0 23px;height: 43px;line-height: 43px;font-size: 14px;color: #333;} .mod_tab .mod_tab_hd li a:hover{color: #01af63;} .mod_tab .mod_tab_hd li.on a{background-color: #fff;border-top: 2px solid #01af63;margin-top: -1px;color: #01af63;} .mod_tab .mod_tab_bd{border:1px solid #e8e8e8;} /* tab切换]] */ /* 排序[[ */ .mod_sort{border-bottom: 1px solid #eee;zoom:1;} .mod_sort:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_sort .sort_type{zoom:1;float: left;margin-top: 8px;} .mod_sort .sort_type:after{display:block;clear:both;content:"\0020";visibility:hidden;height:0;} .mod_sort .sort_type li{float: left;padding-bottom: 8px;margin-right: 25px;} .mod_sort .sort_type li.on a{color: #01af63;} .mod_sort .sort_type li.on a:hover{color: #f25618;} .mod_sort .sort_state{float: right;width: 75px;border:1px solid #fff;position: relative;border-bottom: none} .mod_sort .sort_state a{display: block;height: 32px;line-height: 32px;text-align: center;} .mod_sort .sort_state .state_list{display: none;position: absolute;left: -1px;top: 32px;width: 75px;border:1px solid #eee;border-top: none;background-color: #fff;} .mod_sort .sort_state .state_list a{color: #666;} .mod_sort .sort_state .state_list a:hover{background-color: #f8f8f8;} .mod_sort .sort_state_hover{border-color: #eee;} .mod_sort .sort_state_hover .state_list{display: block;} .mod_sort .sort_state_hover .state_on{color: #f25618;} .mod_sort .sort_state_hover .state_on .triangle_down{background-position: -201px 0;} /* 排序]] */ /*带有小三角的提示框*/ .tip_triangle_left{ border:1px solid #eee; padding:15px; background:#fff; position:relative;} .tip_triangle_left b{ background:url(http://img.to8to.com/to8to_img/global.png?v=201503191840) 0 -260px no-repeat;_background:url(http://img.to8to.com/to8to_img/global.gif?v=201503171137) 0 -260px no-repeat; position:absolute; left:-6px;_left:-21px; top:10px; width:6px; height:12px;} /*添加全站banner图片*/ .header_banner_top{ display:block; background:url(http://img.to8to.com/to8to_img/zxbj/banner_top.jpg?v=1418215917) top center no-repeat; min-width:1220px; height:80px; _width:expression((document.documentElement.clientWidth||document.body.clientWidth)&lt;980?"980px":""); } /*图片弹出蒙层*/ .cover{width:100%;height:100%;top:0;position:fixed;z-index:9999;} .ielt7 .cover{width:100%;height:100%;top:0;position:absolute;z-index:9999;} .cover .bg{background:#000;width:100%;height:100%;opacity:.75;filter:alpha(opacity=75);text-align:center;position:absolute;top:0;} .ielt7 .cover .bg{height: 150%;} .cover .ppt{position:absolute;width:100%;height:100%;top:0;} .cover .del{background:url(http://img.to8to.com/decorate_gallery/images/gif/xgtcop_bg.gif?v=1409038438) -89px -86px no-repeat;width:37px;height:36px;position:absolute;top:40px;right:40px;z-index:99;} .cover .lrow,.cover .rrow{position:absolute;top:50%;margin-top:-135px;width:36px;height:70px;padding: 100px 15px 100px 100px; z-index:99;} .cover .lrow{padding: 100px 100px 100px 15px;} .cover .lrow i,.cover .rrow i{display: block;width:36px;height:70px;} .cover .lrow{left:25px;} .cover .lrow i{background: url(http://img.to8to.com/decorate_gallery/images/gif/xgtcop_bg.gif?v=1409038438) 0 -51px no-repeat;} .cover .rrow{right:25px;} .cover .rrow i{background: url(http://img.to8to.com/decorate_gallery/images/gif/xgtcop_bg.gif?v=1409038438) -37px -51px no-repeat;} .cover a.del:hover{background-position:-207px -86px;} .cover a.lrow:hover i{background-position:-129px -51px;} .cover a.rrow:hover i{background-position:-170px -51px;} .cover .content{overflow:hidden; width:80%;height: 100%;margin: 0 auto;position: relative;} .cover .content ul{width: 100%;} .cover .ppt_wrap{height: 50%;overflow: hidden;position: relative;} .cover .info{height:40px;overflow:hidden;margin-top: 20px;padding: 0 20%;} .cover .ppt_li{height: 100%;} .cover .show{position: relative;display:block;height: 100%;} .cover .show img{position: absolute;top: 50%;left: 50%;} .none{display:none;} .cover .title{font-size: 16px;color: #fff;line-height: 20px;padding-top: 60px;padding-bottom: 20px;padding-left: 10%;} .cover .title h3{float: left;font-weight: normal;padding-top: 0;} .cover .title .num{float: left;color: #999;margin-left: 15px;} .cover .title .num i{font-style: normal;color: #fff;} .cover .cover_link{padding: 20px 0;color: #d1d1d1;} .cover .cover_link a{color: #d1d1d1;} .cover .cover_link a:hover{color: #f25618;} .cover .diary_items_list{position:absolute;top: 10px;left:0;display:inline-block;} .cover .diary_items_list li em,.cover .diary_items_list li span{color: #fff;} .cover .diary_items_list li .ico_comment{background-position: -106px -40px;} .cover .diary_items_list li .ico_like{background-position: -132px -40px;} .cover .diary_items_list li .ico_share{background-position: -146px -40px;} .cover .diary_items_list .diary_items_list_li2:hover .ico_comment{background-position:-119px -40px;} .cover .diary_items_list .diary_items_list_li p{border-left: 1px solid #474643;} .cover a.diary_items_text{font-size: 14px;line-height: 20px;color: #fff;} .cover a.diary_items_text em{color: #fff;} .cover a.diary_items_text:hover em{color: #f25618;} .cover .ppt_loading,.cover li{background: url(http://img.to8to.com/front_end/icon/ajax-loader.gif) center center no-repeat;height: 100%;width: 100%;position: absolute;top: 0;left: 0;} /*微信二维码*/ .my_wechat_bar,.my_wechat_cancel,.my_wechat_broadside{background: url(http://img.to8to.com/to8to_img/my_wechat_bar.png?v=201503191140) no-repeat;display: block;} .my_sale{background: url(http://img.to8to.com/to8to_img/my_sale.png?v=20150527) no-repeat;_background: url(http://img.to8to.com/to8to_img/my_sale.gif?v=20150527) no-repeat; width: 162px;height: 311px; display: block;} .wechat_barcode{position: fixed;left: 50%;bottom: 260px;margin-left: 510px;z-index: 2001;} .wechat_barcode.my_sale_box{ top: 50%;} .wechat_barcode .my_sale,.wechat_barcode .my_sale_s{position:absolute;left: 50%;height: 328px;top:50%; margin-top: -50px; margin-left:-800px;z-index: 2001; cursor: pointer;} .wechat_barcode .my_sale{margin-top: -164px;} .wechat_barcode .my_sale_s{background: url(http://img.to8to.com/to8to_img/my_sale_s.png?v=20150527) no-repeat;_background: url(http://img.to8to.com/to8to_img/my_sale_s.gif?v=20150527) no-repeat; width: 162px;height: 100px; display: block;} .wechat_barcode a.btn_sale{ position: absolute; bottom: 0; height: 29px; left: 0; width: 159px; } .wechat_barcode .my_sale_s a.btn_sale{ height: 104px; } .narrow_1220 .wechat_barcode{margin-left: 630px;} .wechat_barcode .my_wechat_bar{width: 106px;height: 199px;background-position: 0 0;} .wechat_barcode .we_inwrap{position: relative;} .wechat_barcode .my_wechat_cancel{position: absolute;right: 5px;top: 72px;width: 9px;height: 9px;background-position: -107px -56px;cursor: pointer;} .wechat_broadside{position: fixed;right: 0;bottom: 295px;display: none;z-index: 2001;} .wechat_broadside .my_wechat_broadside{width: 41px;height: 132px;background-position:-109px -67px;cursor: pointer;} .ielt7 .wechat_barcode{position: absolute;_top: expression(eval(document.documentElement.offsetHeight/2+document.documentElement.scrollTop));} .ielt7 .wechat_broadside{position: absolute;_top: expression(eval(document.documentElement.offsetHeight/2+document.documentElement.scrollTop));} /*添加全站banner图片*/ .top_banner{ display:none; min-width:980px; height:80px; _width:expression((document.documentElement.clientWidth||document.body.clientWidth)&lt;980?"980px":""); } /* 发标弹窗*/ .tender_fail.apply_fail span.as_fail { overflow: hidden; background: url(http://img.to8to.com/decorate_gallery/images/png/xgt_meitu.png?20140920) no-repeat; _background: url(http://img.to8to.com/decorate_gallery/images/gif/xgt_meitu.gif) no-repeat; } .window_box_container .apply_fail { position: relative; display: inline; float: left; width: 380px; height: 60px; margin: 40px 0 0 60px; } .apply_fail span.as_fail { float: left; width: 60px; height: 60px; background-position: -60px -92px; } .apply_fail span.as_fail { background-position: -120px -92px!important; } .window_box_container .apply_fail strong { position: absolute; top: 8px; left: 81px; height: 40px; font-size: 18px; font-weight: 400; line-height: 20px; color: #333; } /* 发标弹窗 */ /* 发标结果完善资料V2--全站公用 */ .mod_fbbox_wxserviceV2 { position: relative; width: 290px; } .mod_fbbox_wxserviceV2 .help-link { position: absolute; bottom: 20px; right: 0; color: #655E5E; } .mod_fbbox_wxserviceV2 .help-link:hover { color: #f25618; } .mod_fbbox_wxserviceV2 .fbbox_s1 { padding-top: 22px; } .mod_fbbox_wxserviceV2 .fbbox_s1 .s1_hd { font-weight: bold; margin-bottom: 10px; } .mod_fbbox_wxserviceV2 .fbbox_s1 .s1_hd_sub { color: #333; font-size: 14px; width: 252px; margin: 0 auto 20px; } .mod_fbbox_wxserviceV2 .fbbox_s1 .s1_hd_sub span { color: #f25618; } .mod_fbbox_wxserviceV2 .mod_form .label { width: 60px; margin-left: 0; text-align: left; padding-right: 0; } .mod_fbbox_wxserviceV2 .mod_form .element { width: 230px; } .mod_fbbox_wxserviceV2 .mod_form .height_auto { padding-bottom: 0; } .mod_fbbox_wxserviceV2 .mod_form .select { width: 230px; padding: 7px 0 7px 7px; *height: 24px; } .mod_fbbox_wxserviceV2 .mod_form .text { width: 208px; } .mod_fbbox_wxserviceV2 .mod_form .text_wrap .unit { margin-left: 0; position: absolute; top: 8px; right: 5px; } .mod_fbbox_wxserviceV2 .mod_form .btn_org { margin-right: 0; width: 230px; padding: 0; } .mod_fbbox_wxserviceV2 .mod_fbbox_code { width: 224px; margin: 0 auto; } .mod_fbbox_wxserviceV2 .mod_fbbox_code p { margin-top: 15px; font-size: 14px; color: #333; } .mod_fbbox_wxserviceV2 .mod_fbbox_code p a { color: #01af63; text-decoration: underline; } .mod_fbbox_wxserviceV2 .mod_fbbox_code .mod_fbbox_code_refresh { display: block; margin: 15px auto 0; width: 100px; height: 26px; line-height: 26px; text-align: center; color: #fff; border-radius: 4px; background-color: #27b571; } .mod_fbbox_wxserviceV2 .mod_pagetip_s .mod_pagetip_ico { padding-left: 60px; } .mod_fbbox_wxserviceV2 .mod_pagetip_s { margin-top: 15px; padding-bottom: 0; } .mod_fbbox_wxserviceV2 .mod_fbbox_code .mod_fbbox_code_refresh:hover { background-color: #00aa46; } .mod_fbbox_wxserviceV2 .mod_fbbox_code_img { height: 224px; width: 224px; background: url(http://img.to8to.com/to8to_img/to8to_wx_bg.png) no-repeat; padding: 1px; } .mod_fbbox_wxserviceV2 .mod_fbbox_code_img img { display: block; width: 205px; height: 205px; display: block; margin-top: 10px; } /*北京站提醒*/ .sepcialtip.mod_fbbox_wxserviceV2 { width: 396px !important; } .sepcialtip.mod_fbbox_wxserviceV2 .s1_hd_sub{ text-align: left; } .sepcialtip.mod_fbbox_wxserviceV2 .mod_form{ width: 308px; margin: 0 auto; } .sepcialtip.mod_fbbox_wxserviceV2 .fbbox_s1 { padding-top: 0; } /*功能公用站点加入购物车模板*/ .shopping_hot_list{padding: 15px 14px; margin-top: 20px; margin-bottom: 15px;overflow: hidden;width: 690px;background-color: #fff;border: 1px solid #eee;position: relative;} .shopping_hot_list ul{ width: 720px ;} .shopping_hot_list ul li{float: left;width: 165px;margin-right: 10px;font-size: 0;} .shopping_hot_bottom{padding: 5px;background-color: #fff;border: 1px solid #e8e8e8;font-size: 12px;} .shopping_hot_bottom a.desc{color: #333;display: block;width: 160px;} .shopping_hot_bottom a.desc:hover,.account_total .accounted_op a:hover{color: #f25618;} .shopping_hot_bottom .my_price{color: #ec4444;font-size: 16px;} .shopping_hot_bottom .market_price{color: #999;} .shopping_hot_bottom .market_price span{text-decoration: line-through;} .shopping_hot_bottom .market_price del{ font-family: "arial";} .shopping_hot_bottom a.add_cart_btn,.cart_empty_text a{height: 30px;line-height: 30px;color: #fff;background-color: #ec4444;text-align: center;padding: 0 13px;margin-top: 16px;} .shopping_hot_bottom a.add_cart_btn:hover,.cart_empty_text a:hover,.total_right a:hover{background-color: #da3333;color: #fff;} .shopping_btn_ec4444{ display: block; text-align: center;margin-top: 14px; color: #fff;background: #ec4444; width: 56px;height: 24px; line-height: 24px;} .shopping_btn_ec4444:hover{ color: #fff;} /*装修报价计算器*/ .zxbj-calc-wrap { width: 243px; border: 1px solid #e8e8e8; border-top: 2px solid #f26f20; background-color: #f8f4ec; } .zxbj-calc-wrap .top-img img { vertical-align: top; } .zxbj-calc-wrap .wrap-top, .zxbj-calc-wrap .tab-nav { width: 213px; margin: 0 auto; } .zxbj-calc-wrap .wrap-top { padding-top: 18px; } .zxbj-calc-wrap .tab-nav { margin-top: 10px; border-bottom: 2px solid #e5e5e5; /*font-size: 0;*/ text-align: center; } .zxbj-calc-wrap .tab-nav a { position: relative; bottom: -2px; display: inline-block; width: 103px; text-align: center; padding: 10px 0; font-size: 14px; color: #333; } .zxbj-calc-wrap .tab-nav a.on { border-bottom: 2px solid #f26f1f; font-weight: bold; color: #f26f20; } .zxbj-calc-wrap.zxbj-calc-type2 { border-top: 2px solid #f25618; } /*.zxbj-calc-wrap.zxbj-calc-type2 .wrap-top { text-align: center; }*/ .zxbj-calc-wrap.zxbj-calc-type2 .wrap-top p { font-size: 21px; color: #f25618; } .zxbj-calc-wrap.zxbj-calc-type2 .zxbj-content .element .submit-btn { background-color: #f25618; font-size: 15px; font-weight: bold; } .zxbj-calc-wrap .wrap-top p { padding-top: 13px; font-size: 16px; color: #f26f20; display: none; } .zxbj-calc-wrap .zxbj-content { margin-top: 18px; padding-bottom: 20px; width: 213px; margin: 18px auto 0 auto; display: none; } .zxbj-calc-wrap .zxbj-content .element { position: relative; margin-top: 18px; overflow: hidden; width: 100%; } .zxbj-calc-wrap .zxbj-content .element.height_auto { margin-bottom: -18px; } .zxbj-calc-wrap .zxbj-content .element em { position: absolute; top: 8px; left: 8px; color: #999; } .zxbj-calc-wrap .zxbj-content .element .unit { position: absolute; right: 8px; top: 8px; font-style: normal; } .zxbj-calc-wrap .zxbj-content .text { display: block; border: 1px solid #ccc; padding: 8px; width: 91%; } .zxbj-calc-wrap .zxbj .zxbj-content.step1 { *margin-top: 0; } .zxbj-calc-wrap .zxbj-content .element select { border: 1px solid #ccc; display: inline-block; padding: 8px; width: 47% } .zxbj-calc-wrap .jcxj .zxbj-content.step1 select { display: inline-block; width: 52px; /*_width: 32px;*/ } .zxbj-calc-wrap .zxbj-content .element select.province { float: left; } .zxbj-calc-wrap .zxbj-content .element select.city { float: right; } .zxbj-calc-wrap .zxbj-content .element label { display: inline-block; margin-right: 41px; *margin-right: 28px; } .zxbj-calc-wrap .jcxj .zxbj-content.step1 label { margin-right: 22px; *margin-right: 11px; } .zxbj-calc-wrap .zxbj-content .element label.last, .zxbj-calc-wrap .jcxj .zxbj-content.step1 label.last { margin-right: 0; } .zxbj-calc-wrap .zxbj-content .element label input[type="radio"] { vertical-align: middle; margin-top: -2px; } .zxbj-calc-wrap .zxbj-content .element .submit-btn { display: block; height: 40px; width: 100%; line-height: 40px; border: 0; background-color: #f26f20; text-align: center; font-size: 14px; color: #fff; cursor: pointer; } .zxbj-calc-wrap .zxbj-content .tips { position: relative; padding-left: 20px; _width: 85%; } .zxbj-calc-wrap .jcxj .zxbj-content.step3 .tips { margin: 63px 0; } .zxbj-calc-wrap .zxbj-content .tips i { position: absolute; left: 0; top: 3px; display: inline-block; width: 14px; height: 14px; background-position: -36px -165px; } .zxbj-calc-wrap .zxbj-content .element .submit-btn span { margin-right: 8px; margin-top: -3px; vertical-align: middle; display: inline-block; width: 18px; height: 18px; background-position: -237px -255px; _margin-top: 10px; _vertical-align: baseline; } .zxbj-calc-wrap .zxbj-content.step3 .tips i { background-position: -221px -255px; } .zxbj-calc-wrap .zxbj-content .text.yzm { float: left; width: 82px; } .zxbj-calc-wrap .zxbj-content .passport { float: right; width: 100px; height: 34px; line-height: 34px; border: 1px solid #d6e6f5; background-color: #ebf5fc; text-align: center; color: #5489ba; } .zxbj-calc-wrap .zxbj-content .price-box { margin: 28px 0 46px 0; text-align: center; } .zxbj-calc-wrap .zxbj-content .price-box span { font-size: 18px; color: #f26f20; } .zxbj-calc-wrap .form_error { color: #ff6666; } .bottom_fiexd_box{height: 160px; position: fixed; bottom: 0px; z-index: 9998; width: 100%;_position:absolute;_left:expression(eval(document.documentElement.scrollLeft));_top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 215))} .bottom_show_left{height: 160px; background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_show_left.png?20150810) no-repeat; _background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_show_left.gif?20150810) no-repeat; width:156px;height: 165px; position: absolute; left: 0px; bottom: 80px;position: fixed; _position: absolute;z-index: 9998; _position:absolute;_left:expression(eval(document.documentElement.scrollLeft));_top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 325))} .bottom_sjybj_bg{ height: 160px; background: #15161a; position: absolute; bottom: 0px; z-index: 5; width: 100%;opacity: 0.78;} .bottom_fiexd_sjybj{height: 160px; position: absolute;bottom: 0px; z-index: 5; width: 100%; } .bottom_fiexd_sjybj .container{height: 160px; position: relative; padding-top: 0;} .bottom_fiexd_sjybj .bottom_sjybj_center{margin-left: 978px;width: 590px; position: relative; } .bottom_fiexd_sjybj .bottom_sjybj_left .sjybj_mx_name{ color: #666; position: absolute; bottom: 4px; left: 148px; z-index: 2;} .bottom_fiexd_sjybj .bottom_sjybj_right{ float: left; position: relative;margin:10px 0 20px 28px;} .bottom_fiexd_sjybj .bottom_sjybj_content{ position: absolute; top: 0; right: 590px; background: #1c2837; width: 320px; padding: 15px 14px; font-size: 0;} .bottom_fiexd_sjybj .bottom_sjybj_content .fl{ width: 336px;float: left;} .bottom_fiexd_sjybj .bottom_sjybj_content .fr {width: 96px;overflow: hidden;margin: 0 auto; clear: both;} .bottom_fiexd_sjybj .bottom_sjybj_content .fr input{ vertical-align: middle; margin-right: 3px;} .bottom_fiexd_sjybj .bottom_sjybj_content p{font-size: 16px; line-height: 34px; color: #fff;} .bottom_fiexd_sjybj .bottom_sjybj_content p.p1{font-size: 12px; line-height: 23px; _line-height: 20px;color: #fff;} .bottom_fiexd_sjybj .bottom_sjybj_content p.p2{padding: 0 10px;font-size: 12px; line-height: 23px; color: #fff;} .bottom_fiexd_sjybj .bottom_sjybj_content p span{ color: #ffa00b; } .bottom_fiexd_sjybj .inp1{ width: 177px;height: 35px; *height:30px;border: none;font-size: 14px; padding: 0 20px 0 10px;display: inline-block;vertical-align: middle;} .bottom_fiexd_sjybj .inp2{ width:298px;*width:288px;height: 35px; *height:30px;border: none;font-size: 14px; padding-left:10px;display: inline-block;vertical-align: middle;} .bottom_fiexd_sjybj .inp3{ width:92px;*width:82px;height: 35px;*height:30px; border: none;font-size: 14px; padding-left:10px;margin-right: 3px; float: left;display: inline-block;vertical-align: middle; } .bottom_fiexd_sjybj .sel1{width: 98px;*width: 88px;height: 35px; border: none;font-size: 14px; margin-left: 3px;display: inline-block;vertical-align: middle;} .bottom_fiexd_sjybj .sel2{width: 102px;*width:92px;height: 35px; border: none;font-size: 14px; margin-right: 3px; display: inline-block;vertical-align: middle;_float:left;} .bottom_fiexd_sjybj .img_yzm{ width: 102px;height: 35px; float: left;margin-right: 3px;} .bottom_fiexd_sjybj .img_yzm_a{ position: absolute; left: 172px; font-size: 12px; bottom: -20px; color:#fff; } .bottom_fiexd_sjybj .img_yzm_a:hover{text-decoration: underline !important; color: #f25618;} .bottom_sjybj_content .elment{position: relative;} .bottom_sjybj_content .elment .acreage{ font-size: 18px; position: absolute; left: 185px; top: 4px;} .bottom_sjybj_content .elment .placeholder{ font-size: 14px; position: absolute; left: 10px; top: 8px; color: #999;} .bottom_sjybj_content .btn_ffa00b{ vertical-align: middle;background: #ffa00b; font-size: 16px; color: #fff;width: 98px;height: 35px; display: inline-block; _display: inline;_float:left; line-height: 35px; text-align: center; overflow: visible; } .bottom_sjybj_content .btn_ffa00b:hover{ color: #fff;} .bottom_sjybj_content .mt20b5{margin-top: 15px;_margin-top: 13px;margin-bottom: 5px;} .bottom_sjybj_content .mt20{margin-top: 20px;} .bottom_sjybj_content .mb7{margin-bottom: 7px; } .bottom_sjybj_content .btn_detail{ font-size: 14px; color: #fff; float: right; border-radius: 4px; border: 1px solid #fff; padding: 11px 5px; line-height: 16px;margin-top: 7px;} .bottom_sjybj_content .btn_detail_ffa00b{ color: #fff;font-size: 14px; padding: 6px 5px; border-radius: 4px; border: 1px solid #fff; line-height: 16px;margin-top: 2px; display: block;} .bottom_sjybj_content .btn_detail_fff{ color: #fff;font-size: 14px; width: 96px;height: 28px; line-height: 28px; margin:0 auto 20px; border-radius: 4px; border: 1px solid #fff; display: block;text-align: center;position: absolute; top: 112px; left: 50%; margin-left: -49px;} .bottom_sjybj_content .btn_detail_ffa00b:hover,.bottom_sjybj_content .btn_detail_fff:hover{color: #f25618;} .bottom_fiexd_sjybj .step4{ height: 130px;} .bottom_fiexd_sjybj .bottom_sjybj_content p.con_p{font-size: 16px;line-height: 26px;} .bottom_fiexd_sjybj .bottom_sjybj_content p.con_p1{font-size: 14px;line-height: 26px;_line-height: 20px;margin-top: 5px;text-align: center;} .bottom_fiexd_sjybj .bottom_sjybj_content p.con_p span{ font-weight: bold;} .bottom_sjybj_content .erro{position: absolute; bottom: 3px; _bottom: 8px; left: 20px; font-size:12px;color: #c7c7c7;} .bottom_sjybj_content .erro em{ background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_global.png?20150724) no-repeat;_background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_global.gif?20150724) no-repeat; background-position: 0 -892px; width: 18px;height: 12px; display: inline-block; margin-right: 8px;} .sjybj_mx{ background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_freeApply_new.png?20150807) no-repeat;_background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_freeApply_new.gif?20150807) no-repeat; width: 552px;height: 181px; position: absolute; left: 67px; bottom: 0;} .bottom_sjybj_right .icn_tip_close { position: absolute; right: -46px; top: 3px; width: 20px; height: 18px; background-position: -254px -283px; cursor: pointer;} .bottom_sjybj_right .two_code{ width: 106px; height: 106px; display: inline-block; background-position: -407px -106px; } .two_code_s{ width: 70px; height: 70px; display: inline-block; background-position: -321px -350px;} .bottom_sjybj_right .sjybj_txt{ color: #fff;line-height: 14px; margin-bottom: 10px;text-align: center;} .bottom_company_right .bottom_txt{ color: #fff;line-height: 14px; margin-bottom: 10px;text-align: center;margin-top: 10px;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_right .sjybj_txt{ display: none;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_right .two_code{display: none;} .narrow_980 .sjybj_mx{ left: 0;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_center{ margin-left: 878px;} .narrow_980 .bottom_sjybj_right .icn_tip_close{right: -36px;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_left .sjybj_mx_name{ left: 66px;} .narrow_980 .bottom_fiexd_sjybj .container {width: 980px; margin: 0 auto;} .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_content{right: 562px} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .inp1 {width: 171px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .sel2 {width: 97px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .bottom_sjybj_content .btn_ffa00b {height: 27px; line-height: 27px;width:96px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .inp1{ height: 26px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .bottom_sjybj_content { padding: 28px 20px;} .sarifi-sepesil .bottom_fiexd_sjybj.step1 .bottom_sjybj_content .elment .placeholder { top: 3px;} .fm_locate { position: fixed; top: 0; z-index: 999; background-color: #fff;} .bottom_sjybj_right .bottom_atten_code {display: block; width: 135px; height: 136px; padding-top: 4px; background: url("http://img.to8to.com/to8to_img/zxbj/bottom_code.png?201604281349");} .bottom_sjybj_right .bottom_atten_code img { display: block; width: 94px; height: 94px; margin: 0 auto; } .narrow_980 .bottom_fiexd_sjybj .bottom_sjybj_right .bottom_atten_code {display: none;} /*zfs bottom*/ .zgs_bg_fixed{height: 120px;width: 100%; bottom: 0; left: 0; position: fixed; font-size: 12px; z-index:88;/* display: none;*/} .zgs_bg_filter{height: 120px;background: #15161a;width: 100%; position: absolute; left:0; opacity: .78; filter: alpha(opacity=78); z-index: 35;} .zgs_bg_fixed .content{ margin: 0 auto; width: 1220px; height: 120px;position: relative; z-index:78;} .zgs_bg_fixed .icon{background: url(http://img.to8to.com/to8to_img/zxgs/icon_zxgs.png?2015090109) no-repeat; width: 277px; height: 90px; position: absolute; left: 10px; top: 20px;} .zgs_bg_fixed .content_r{ /*padding: 15px 20px; background: #1b2f48; */width: 710px;color:#999; font-size:14px;height: 120px; position: absolute;left: 290px; top: 0;} .zgs_bg_fixed .content_r .form_error{ color: #fff; position: absolute;left: 0; top: 40px;} .zgs_bg_fixed .content_r .txt{ color: #fff; font-size: 16px;} .zgs_bg_fixed .elment{position: relative;display: inline-block; *display: inline; *float: left;} .zgs_bg_fixed .elment em{ font-size: 14px; position: absolute; left: 10px; top: 10px; } .zgs_bg_fixed .sel2{width: 102px; height: 40px; border: none; margin-right: 3px; display: inline-block; vertical-align: middle;} .ielt9 .zgs_bg_fixed .sel2{padding:10px 0;} .zgs_bg_fixed .text{ border: 1px solid #1b2f48; margin-right: 4px;width:170px;height: 40px; line-height:40px;font-size: 14px; padding-left:10px;display: inline-block;vertical-align: middle;*display: inline; *float: left;} .zgs_bg_fixed .font1{ font-family: "arial","宋体"; font-size: 38px; color: #ffba00;font-weight: bold;} .zgs_bg_fixed .font2 { font-size: 30px; color: #ffba00;font-weight: bold;} .zgs_bg_fixed .bottom_company_right{ position: absolute; right:120px; text-align: center;} .btn_f26f1f_w90h40{width: 98px;height: 40px;background: #f26f1f; border:0; color: #fff; cursor: pointer;} /*zfs bottom*/ /*开工吉日计算器*/ .kgjr-wrap { background-color: #14bf76; padding: 10px 24px; margin-bottom: 13px; } .kgjr-wrap .kgjr-desc { font-size: 18px; font-weight: bold; color: #fff; } .kgjr-wrap .kgjr-desc .text2 { font-size: 10px; font-weight: normal; margin-left: 10px; vertical-align: bottom; } .kgjr-wrap .kgjr-desc .text2 i { background: url(http://img.to8to.com/to8to_img/global.png?v=201507311549) no-repeat; _background: url(http://img.to8to.com/to8to_img/global.gif?v=201507311549) no-repeat; _overflow: hidden; display: inline-block; width: 14px; height: 14px; background-position: -250px -203px; vertical-align: middle; margin-right: 4px; } .kgjr-wrap .form-line { overflow: hidden; margin-top: 5px; } .kgjr-wrap .form-line .element { float: left; position: relative; margin-right: 10px; *display: inline; } .kgjr-wrap .form-line .element.last { margin-right: 0; } .kgjr-wrap .form-line .element .text { padding: 7px 3px; width: 120px; border: 1px solid #ccc; *padding: 2px 3px; } .kgjr-wrap .form-line .element .text.yzm { width: 50px; } .kgjr-wrap .form-line .element em { position: absolute; left: 3px; top: 8px; *top: 2px; color: #bbb; } .kgjr-wrap .form-line .element select { width: 100px; line-height: 30px; padding: 7px 0; } .kgjr-wrap .form-line .element .kgjr-yzm { width: 60px; height: 34px; } .kgjr-wrap .form-line .element .btn-cs { display: inline-block; width: 52px; height: 34px; line-height: 34px; text-align: center; color: #fff; background-color: #464857; } .kgjr-winbox { width: 370px; margin: 0 auto; font-size: 16px; color: #666; } .kgjr-winbox p { margin-bottom: 25px; text-align: justify; } .kgjr-winbox .bold { font-weight: bold; color: #333; } .kgjr-winbox .bold span { display: inline-block; text-indent: -7px; } .kgjr-winbox .p4 { font-size: 12px; color: #999; } .kgjr-winbox .p4 span { color: #f36f20; } .kgjr-winbox .p4 i { display: block; overflow: hidden; background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_global.png?20150526) no-repeat; _background: url(http://img.to8to.com/to8to_img/zxbj/sjybj_global.gif?20150526) no-repeat; float: left; display: inline; width: 14px; height: 14px; margin: 2px 5px 0 0; background-position: -287px 0; } .kgjr-wrap .form_error { color: #f66; } /*sem公用弹窗*/ .sem_tip_box{ position: fixed; left: 50%; margin-left: -280px; margin-top: -105px; top: 45%; z-index: 999;} .sem_tip_box .bg_303030{ padding:20px 0 36px; background: #303030; width: 404px;border-radius: 0 10px 10px 0; font-size: 16px; line-height: 30px; color: #fff; position: relative; padding-left: 156px; } .sem_tip_box .btn_ec6d20{ background: #ec6d20;padding-left: 32px; color: #fff; padding-right: 30px; display: inline-block; height: 44px; line-height: 44px; border-radius: 8px;margin-top: 20px;} .ico_sercive_free,.ico_sem_close{ display:inline-block;background: url(http://img.to8to.com/to8to_img/global.png?v=201509182032); } .ico_sercive_free{background-position: -376px -227px; width: 24px;height: 24px; vertical-align: middle; margin: -6px 8px 0 0; } .ico_sem_close{background-position: -321px -255px; width: 20px;height: 20px; position: absolute; top: 15px; right:5px; cursor: pointer; } .sem_tip_ico{background: url(http://img.to8to.com/to8to_img/sem/sem_tip_ico.png) no-repeat; position: absolute; width: 181px;height: 211px; left: -50px; bottom: 0;} /* 商城券弹框 */ .lq_tips{position:relative;padding:25px;font-family:"Microsoft YaHei";color:#333;background-color:#fff;} .lq_tips .icn_close{display:block;position:absolute;top:8px;right:8px;width:30px;height:30px;line-height:30px;text-align:center;font-family: "宋体";color:#d1d1d1;font-size:28px;text-decoration: none;} .lq_tips h3{height:35px;line-height:35px;font-size:24px; text-align: center;font-weight:normal;} .lq_tips .subt{text-align:center;font-size:14px;padding: 14px 0 16px;} .lq_tips_z{display:block;width:380px;color:#999;font-size:12px;margin:0 auto;} .lq_tips_z em{float:left;font-style:normal;line-height:18px;} .lq_tips_z em a{color:#ea1b63;} .gif_rabbit{ background: url(http://img.to8to.com/to8to_img/mall/default/rabbit.gif) no-repeat; position: absolute;left: -26px; top:16px;height: 65px; width: 59px; z-index: 11;} .gif_jm{background: url(http://img.to8to.com/to8to_img/mall/default/jm.gif) no-repeat; position: absolute;left:1px; top:-4px;height: 36px; width: 36px; z-index: 21;} .loupan_box{width: 228px;border:1px solid #eee;position: absolute;margin-top: -1px;height: 100px;overflow-y: auto;overflow-x:hidden;display: none;background-color: #FFF;top: 34px;left: 0;z-index: 10;} .loupan_box li{padding:0 10px;height: 34px;line-height: 34px;width: 288px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;cursor: pointer;} .loupan_box ul li:hover{background-color: #F8F8F8;color: #333;} /* 2016 hank.lan 新的发标样式修改 */ .accept_service a { color: #01af63; width:120px; height:16px; display:inline-block; } .new-order .design-order{ margin-left:60px; } .safe_login input{ vertical-align: text-bottom; margin-bottom:1px; } .new-modform .btn_login_no a{ background-color: #ccc; cursor: no-drop; } .new-modform .btn_login_no a:hover{ background-color: #ccc; cursor: no-drop; } .new-modform .accept_service a:hover,.new-order .accept_service a:hover{ color: #f25618; } input.btn_login_no{ background-color: #ccc !important; cursor: no-drop !important; } input.btn_login_no:hover{ background-color: #ccc !important; cursor: no-drop !important; } a.btn_login_no{ background-color: #ccc !important; cursor: no-drop !important; } a.btn_login_no:hover{ background-color: #ccc !important; cursor: no-drop !important; } /* 新的发标样式修改end */ /*装修日记 头部问题加一个单独class*/ .narrow_1220 .diary_head2016 { width: 1220px; } /* 普通招标弹窗二维码 */ .red-packet { width: 460px; } .red-packet h3 { height: 50px; margin-left: 30px; font-size: 24px; font-weight: bold; text-align: center; } .red-packet-first { width: 380px; height: 324px; margin: 0 auto; background: url("http://img.to8to.com/to8to_img/red_packet_01.png") no-repeat ; } .red-packet-con { width: 200px; margin-left: 100px; padding-top: 180px; padding-bottom: 76px; text-align: center; color: #f9f175; cursor: pointer; cursor: hand; } .red-packet-con h4 { height: 50px; line-height: 40px; font-size: 30px; font-weight: bold; } .red-packet-con p { line-height: 24px; font-size: 16px; } .red-packet-second { width: 380px; height: 324px; margin: 0 auto; background: url("http://img.to8to.com/to8to_img/red_packet_02.png") no-repeat 100px center; } .red-packet-second p { width: 208px; margin-top: 20px; margin-left: 100px; text-align: center; font-size: 16px; color: #fff; } .red-packet-second img { display: block; width: 166px; height: 166px; margin-left: 121px; padding-top: 58px; } .red-packet-link { height: 40px; margin-top: 20px; text-align: center; font-size: 16px; line-height: 40px; } .red-packet-link a { color: #328aca; } .red-packet-link a:hover { color: #e7691e; text-decoration: underline; } /*装修公司版块加载弹框*/ .custPop-box{ width: 458px;height: 166px;background: url(http://img.to8to.com/to8to_img/zxgs/zxgs_alt.png) no-repeat 0 0;overflow: hidden; } .cusPop-clo{ display: block;width: 24px;height: 24px;margin-left: 147px; background: url(http://img.to8to.com/to8to_img/zxgs/close.png) no-repeat 0 0; } .custPop-con{ margin-left:225px;margin-top:26px; } .custPop-con h3{ font-size:20px;color:#01af63; } .custPop-con p{ font-size:14px; } .custPop-con p b{ color:#01af63;font-style: normal;padding-left:2px; } .custPop-con .p1{ overflow:hidden;margin-top:8px; } .custPop-btn{ float: left;width:77px;height:26px;line-height:26px; text-align: center;color:#333;border:1px solid #d8d8d8;margin-right:10px; } .custPop-btn:hover{ border-color:#f36f20;background-color: #f36f20;color:#fff; } .custPop-btn-hover{ border-color:#f36f20;background-color: #f36f20;color:#fff; } /*吉日改为报价*/ .quoted-outside { background-color: #f4fffa; padding: 10px 24px; margin-bottom: 13px; border: 1px solid #27d689; } .quoted-budgetimg { background: url(http://img.to8to.com/to8to_img/learn/zxfs-budget.png?1462935562719) no-repeat; height: 26px; margin: 10px 0 15px 0; } .quoted-outside .form-line { margin: 0 6px; width: 225px; } .quoted-outside .form-line .element { float: left; position: relative; margin-top: 10px; } .quoted-outside .form-line .element select { width: 100px; padding: 7px 10px; border: 1px solid #ccc; color: #999; } .quoted-outside .form-line .element .text { padding: 7px 10px; width: 188px; border: 1px solid #ccc; } .quoted-outside .form-line .element em { position: absolute; left: 10px; top: 8px; color: #999; } .quoted-outside .form-line .element .unit { position: absolute; right: 8px; top: 8px; font-style: normal; color: #666; } .quoted-content{ overflow: hidden; clear: both; } .quoted-left{ position: relative; float: left; } .quoted-right{ float: right; } .quoted-btn .count-btn{ position: absolute; background:#F6FFFB url(http://img.to8to.com/to8to_img/learn/zxfs-count.png?1462935562719) no-repeat 0 0px; width: 74px; height: 120px; top: 6px; right: -82px; } .quoted-btn .again-btn{ background: url(http://img.to8to.com/to8to_img/learn/zxfs-count.png?1462935562719) no-repeat 0 -162px; } .budget-price span{ font-size: 16px; color: #333; margin-left: 20px; } .budget-price b { font-size: 26px; color: #fe5f00; margin: 0 12px; font-weight: normal; display: inline-block; height: 35px; width: 40px; text-align: center; } .budget-price a { margin-left: 25px; font-size: 12px; color: #999; height: 18px; width: 76px; border: 1px solid #cecece; display: inline-block; padding: 2px 6px; } .budget-price a.on{ color: #f26f20; border: 1px solid #f26f20; vertical-align: top; margin-top: 8px; } .quoted-sheng{ margin-right: 10px; } .budget-list ul{ width: 350px; overflow: hidden; margin-top: 5px; } .budget-list li{ float: left; margin-top: 10px; margin-left: 20px; width: 137px; height: 18px; display: inline; } .budget-list li span,.budget-list li b,.budget-list li em{ font-size: 12px; color: #666; } .budget-list li b{ float: right; display: inline-block; font-weight: normal; } .budget-list li em{ margin-left: 5px; } .quoted-point{ margin-top: 10px; display: none; } .quoted-point p{ color: #a2a2a2; margin-left: 5px; overflow: hidden; } .quoted-point em{ color: #a2a2a2; margin: 4px 5px 0 0; font-family: Arial; float: left; } .quoted-outside .form_error { color: #f66; } .budget-list .budget-list-right{ margin-left: 50px; } .budget-price a:hover{ color: #999; } .budget-price a.on:hover{ color: #f26f20; } /*吉日改为报价*/ /* 修改装修攻略发标框 */ .quoted-outside{ position: relative; } .quoted-outside { background: #f6fffb; border: 1px solid #b6f2d8; } .quoted-content{ overflow: inherit; } .budget-list li{ float: none; display: block; } .budget-list-right{ margin-left: 0 !important; } .budget-list{ text-align: center; margin: 5px auto 0; /* float: right; */ overflow: hidden; } .budget-list li{ margin-left: 0; width: 100%; } .budget-list li b{ width: 45%; text-align: left; } .budget-list li b span{ font-weight: bold; font-size: 14px; } .quoted-outside .form-line .element select,.quoted-outside .form-line .element .text { border: 1px solid #b6f2d8; } .quoted-right .budget-list ul{ width: 228px; height: 134px; background: #fff; border: 1px solid #b6f2d8; margin: 0 auto; float: right; } .budget-price b{ font-weight: bolder; } .quoted-outside{ padding: 16px 14px 10px; margin: 0; position: relative; border-top: none !important; } .quoted-budgetimg{ margin: 0; width: 720px; position: absolute; top: -14px; left: -1px; } .quoted-outside .border-right{ height: 93%; width: 1px; position: absolute; bottom: 0; background: #b6f2d8; left: 383px; } .quoted-outside .form-line { width: 300px; margin: 0; } .quoted-outside .form-line .element .text { width: 268px; } .quoted-outside .form-line .element select{ width: 140px; color: #333; } .quoted-outside .form-line .house select{ width: 54px; margin-right: 5px; padding: 7px 0; height: 34px; } .yezhu-zxcs-content-left{ border-top: 0; } .quoted-btn .count-btn{ width: 100px; height: 72px; top: 46px; right: -120px; text-align: center; font-size: 16px; padding-top: 32px; line-height: 18px; color: #fff; background-position: 0 0; } .quoted-btn a.count-btn:hover{ background-position: -108px 0; } .quoted-btn a.count-btn:active{ background-position: -215px 0; } .quoted-btn .count-btn-end{ background-position: 0 -117px; } .quoted-btn a.count-btn-end:hover{ background-position: -108px -117px; } .quoted-btn a.count-btn-end:active{ background-position: -215px -117px; } .quoted-btn a span.text-js{ width: 40px; height: 40px; display: block; margin-left: 30px; *margin-left: 0px; } .quoted-right .quoted-point{ margin-left: -6px; margin-top: 2px; float: right; } .quoted-right .quoted-point p{ margin-left: 0 !important; } .fon-fe6,.fon-fe6 em{ color:#fe6600 !important; } .budget-list .classmany{ width: 54%; display: block; text-align: right; } .quoted-outside{ margin-bottom: 10px; margin-top: 15px; } .budget-list .to8to_zj{ margin-left: 6px; font-size: 14px; color: #999; } /************************************************************* *m by fidermo.hu 2016/11/17 主站导入下载APP二维码,并更改样式 *************************************************************/ .header_bottom .header_menu .q_code{ background:none; } .header_bottom .header_menu .q_code .to8to_headgif{ display: block; width:188px; height:53px; /*float:left;*/ position:relative; } .header_bottom .header_menu .q_code .to8to_headgif em{ position: absolute; display: block; left: 0px; bottom: 0px; width: 76px; height: 41px; background: url(http://img.to8to.com/to8to_img/global.png?v=20161208) no-repeat; _background: url(http://img.to8to.com/to8to_img/global.gif?v=20161208) no-repeat; } .header_bottom .header_menu .q_code .to8to_headgif em.first-pic{ background-position:-352px -257px; } .header_bottom .header_menu .q_code .to8to_headgif em.second-pic{ background-position:-435px -257px; } .header_bottom .header_menu .q_code .to8to_headgif em.third-pic{ background-position:-360px -309px; } .header_bottom .header_menu .q_code .to8to_headgif em.fourth-pic{ background-position:-436px -309px; } .header_bottom .header_menu .q_code .to8to_headgif div{ position: absolute; bottom: 3px; right: 1px; width: 106px; text-align: left; font-size: 13px; } .header_bottom .header_menu .q_code div.q_code_layer{ position:relative; z-index:2; top:30px; right:119px; border:none; width:260px; height:144px; padding-top:8px; } .header_bottom .header_menu .q_code div.q_code_layer a{ display:inline-block; width:126px; } .fider_backpng{ position: absolute; display: block; z-index: -1; top: -28px; left: -22px; width: 320px; height: 233px; background:url(http://img.to8to.com/to8to_img/qcode_back.png?v=20161129) no-repeat 0px 0px; _background:url(http://img.to8to.com/to8to_img/qcode_back.gif?v=20161129) no-repeat 0px 0px; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_title{ font-size:14px; margin: 6px 0 0 20px; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_title.wechat_title{ margin-left:25px; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_img{ width:106px; height:106px; margin-top:8px; } .left-loadapp, .right-wechat{ position:absolute; display: block; width:130px; height:32px; background:url(http://img.to8to.com/to8to_img/qcode_back.png?v=20161129) no-repeat; _background:url(http://img.to8to.com/to8to_img/qcode_back.gif?v=20161129) no-repeat; bottom:-35px; left:0px; color:#fff; } .left-loadapp span, .right-wechat span{ position: absolute; left: 11px; top: 4px; font-size:14px; } .left-loadapp{ background-position:-4px -244px; left: 1px; } .right-wechat{ background-position: -166px -244px; left: 142px; } .header_bottom .header_menu .q_code div.q_code_layer a .qcode-lefttext{ position: relative; left: -12px; top: 16px; color:#fff; font-size: 14px; margin:0; padding:0; } .header_bottom .header_menu .q_code div.q_code_layer a .qcode-righttext{ position: relative; top: 16px; left: 19px; color:#fff; font-size: 14px; margin:0; padding:0; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_img{ background:url(http://img.to8to.com/to8to_img/qcode_back.png?v=20161129) no-repeat; _background:url(http://img.to8to.com/to8to_img/qcode_back.gif?v=20161129) no-repeat; background-position:-332px -111px; } .header_bottom .header_menu .q_code div.q_code_layer span.qcode_img.wech{ background-position:-443px 0px; margin-left:22px; } .right-dash{ position:absolute; width:5px; height:9px; background:url(http://img.to8to.com/to8to_img/qcode_back.png?v=20161129) no-repeat; _background:url(http://img.to8to.com/to8to_img/qcode_back.gif?v=20161129) no-repeat; background-position:-322px -254px; left:140px; top:5px; } .slider_container{ width: 188px; /*height: 60px;*/ height:53px; overflow: hidden; position: absolute; top: -22px; left: -61px; } .slider_container div{ width:100%; } /************************************************************** * by fidermo.hu 深圳城市报价页则增加类名,改变接下来的样式 **************************************************************/ .clear:after{ display:block; clear:both; content:"\0020"; visibility:hidden; height:0; } .wechat-ad{ display:none; margin-top:9px; width:230px; } .show-wechat .wechat-ad{ display:block; margin-left: 30px; } .wechat-contain{ width:230px; height:62px; background: url(http://img.to8to.com/to8to_img/show_wechat.png) no-repeat -8px -171px; _background: url(http://img.to8to.com/to8to_img/show_wechat.gif) no-repeat -8px -171px; } .wechat-contain div{ float:left; } .wechat-contain .wechatname{ float:left; width: 80px; margin-top: 13px; margin-left: 4px; font-weight: bold; color: #333; } .wechat-contain .wechatname .to8tonama{ color:#eb5628; font-weight: normal; } .wechat-contain div.wechat-code{ float:right; margin-top: -21px; margin-right: 4px; text-align: center; font-weight: bold; } .wechat-contain div.wechat-code i{ display: block; width: 66px; height: 65px; background: url(http://img.to8to.com/to8to_img/show_wechat.png) no-repeat -448px -288px; _background: url(http://img.to8to.com/to8to_img/show_wechat.gif) no-repeat -448px -288px; } .wechat-contain em{ display: block; float: left; width:60px; height:60px; margin-left: 10px; margin-top: 2px; background: url(http://img.to8to.com/to8to_img/show_wechat.png) no-repeat -35px -31px; _background: url(http://img.to8to.com/to8to_img/show_wechat.gif) no-repeat -35px -31px; } .wechat-result{ width:260px; } .result-head{ margin-top: 17px; text-align: right; font-size: 14px; color: #333; } .result-head .recall{ padding-right: 13px; color: #eb5628; font-size: 12px; } .result-contain{ position: relative; width: 260px; height: 144px; background: url(http://img.to8to.com/to8to_img/show_wechat.png) no-repeat 7px 10px; _background: url(http://img.to8to.com/to8to_img/show_wechat.gif) no-repeat 7px 10px; } .result-contain .result-head{ position:absolute; left:39px; top:-8px; font-size: 14px; color: #4eac6a; text-align: center; } .result-contain .left{ position: absolute; bottom: 6px; left: 40px; text-align: center; font-weight: bold; color: #333; } .result-contain .left .kfname{ font-weight: normal; color:#eb5628; } .result-contain .right{ position: absolute; bottom: 5px; right: 44px; text-align: center; font-weight: bold; color: #333; } .result-head, .result-contain, .show-wechat.wechat-result .quoted-point, .show-wechat.wechat-result .budget-price, .show-wechat.wechat-result .budget-list, .show-wechat.wechat-result .wechat-ad{ display: none; } .show-wechat.wechat-result .result-head, .show-wechat.wechat-result .result-contain{ display: block; } /* 报价结果态增加热点广告位 fidermo 2017-4-13*/ .hotad-contain .adclear:after{ display: block; clear:both; content:'/0200'; height:0; visibility:hidden; } .result-hotad{ display: none; position:relative; width:232px; height:40px; overflow: hidden; margin: 0 auto; margin-top:11px; } .result-hotad img{ width:100%; } .result-hotad p{ position:absolute; right:0; bottom:0; width:35px; height:16px; line-height:16px; color:#fff; font-size:12px; background: #000; filter:alpha(opacity=70); opacity: .7; text-align:center; } .hotad-text{ float:right; display: none; height:30px; margin:0 9px; border-top:1px solid #e1e1e1; font-size:12px; text-align:center; line-height:30px; color:#999; } .hotad-contain .budget-list{ width:231px; height:114px; padding-top:7px; margin-top:2px; border:1px solid #e1e1e1; background-color:#F6FFFB; } .quoted-right.hotad-contain .budget-list ul{ height:81px; border:0; background-color:transparent; } .hotad-contain .budget-list ul li{ margin-top:2px; height: 16px; line-height: 16px; } .hotad-contain .result-hotad, .hotad-contain .hotad-text{ display:block; } 译
0.238816
0.06078
.TodoCounter { font-size: 24px; text-align: center; margin: 0; padding: 48px; } .TodoItem { background-color: #FAFAFA; position: relative; display: flex; justify-content: center; align-items: center; margin-top: 24px; box-shadow: 0px 5px 50px rgba(32, 35, 41, 0.15); } .TodoItem-p { margin: 24px 0 24px 24px; width: calc(100% - 120px); font-size: 18px; line-height: 24px; font-weight: 400; } .TodoItem-p--complete { text-decoration: line-through; } .Icon { cursor: pointer; display: flex; justify-content: center; align-items: center; height: 48px; width: 48px; font-size: 24px; font-weight: bold; /* background-color: #CCC; */ } .Icon-check { position: absolute; left: 12px; } .Icon-check--active { color: #4caf50; } .Icon-delete { position: absolute; top: -24px; right: 0; } .Icon-delete:hover { color: red; } ul { margin: 0; padding: 0 0 56px 0; list-style: none; } .CreateTodoButtom { background-color: #61DAFA; box-shadow: 0px 5px 25px rgba(97, 218, 250, 0.5); border: none; border-radius: 50%; cursor: pointer; font-size: 50px; position: fixed; bottom: 24px; right: 24px; font-weight: bold; color: #FAFAFA; display: flex; justify-content: center; align-items: center; height: 64px; width: 64px; transform: rotate(0); transition: .3s ease; z-index: 1; } .CreateTodoButtom:hover { transform: rotate(224deg); } .TodoSearch { background: #F9FBFC; border-radius: 2px; border: 2px solid #202329; margin: 0 24px; height: 64px; width: calc(100% - 62px); font-size: 24px; text-align: center; font-family: 'Montserrat'; font-weight: 400; color: #1E1E1F; box-shadow: 0px 5px 50px rgba(32, 35, 41, 0.25); } .TodoSearch::placeholder { color: #A5A5A5; font-family: 'Montserrat'; font-weight: 400; } .TodoSearch:focus { outline-color: #61DAFA; } .ModalBackground { background: rgba(32,35,41,.8); position: fixed; top: -10px; left: -10px; right: -10px; bottom: -10px; display: flex; justify-content: center; align-items: center; color: white; } form { width: 90%; max-width: 300px; background-color: #fff; padding: 33px 40px; display: flex; justify-content: center; align-items: center; flex-direction: column; } label { text-align: center; font-weight: bold; font-size: 20px; color: #1E1E1F; margin-bottom: 26px; } textarea { background-color: #F9FBFC; border: 2px solid #202329; border-radius: 2px; box-shadow: 0px 5px 50px rgba(32, 35, 41, 0.25); color: #1E1E1F; font-size: 20px; text-align: center; padding: 12px; height: 96px; width: calc(100% - 25px); } textarea::placeholder { color: #A5A5A5; font-family: 'Montserrat'; font-weight: 400; } textarea:focus { outline-color: #61DAFA; } .TodoForm-buttonContainer { margin-top: 14px; display: flex; justify-content: space-between; align-items: center; width: 100%; } .TodoForm-button { cursor: pointer; display: inline-block; font-size: 20px; color: #202329; font-weight: 400; width: 120px; height: 48px; border-radius: 2px; border: none; } .TodoForm-button--add { background-color: #61DAFA; box-shadow: 0px 5px 25px rgba(97, 218, 250, 0.5); } .TodoForm-button--cancel { background: transparent; } .LoadingTodo-container { position: relative; display: flex; justify-content: center; align-items: center; margin-top: 24px; box-shadow: 0px 5px 50px rgba(32, 35, 41, 0.15); } .LoadingTodo-text { margin: 24px 0 24px; width: calc(100% - 120px); font-size: 18px; line-height: 24px; font-weight: 400; } .LoadingTodo-completeIcon, .LoadingTodo-deleteIcon { border-radius: 50px; height: 48px; width: 48px; } .LoadingTodo-completeIcon { position: absolute; left: 12px; } .LoadingTodo-deleteIcon { position: absolute; top: -24px; right: 0; } .LoadingTodo-container, .LoadingTodo-completeIcon, .LoadingTodo-deleteIcon { background: linear-gradient(90deg, rgba(250, 250, 250, 1), rgb(200, 199, 199)); background-size: 400% 400%; animation: loadingAnimation 3s ease-in-out infinite; } @keyframes loadingAnimation { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
src/styles.css
.TodoCounter { font-size: 24px; text-align: center; margin: 0; padding: 48px; } .TodoItem { background-color: #FAFAFA; position: relative; display: flex; justify-content: center; align-items: center; margin-top: 24px; box-shadow: 0px 5px 50px rgba(32, 35, 41, 0.15); } .TodoItem-p { margin: 24px 0 24px 24px; width: calc(100% - 120px); font-size: 18px; line-height: 24px; font-weight: 400; } .TodoItem-p--complete { text-decoration: line-through; } .Icon { cursor: pointer; display: flex; justify-content: center; align-items: center; height: 48px; width: 48px; font-size: 24px; font-weight: bold; /* background-color: #CCC; */ } .Icon-check { position: absolute; left: 12px; } .Icon-check--active { color: #4caf50; } .Icon-delete { position: absolute; top: -24px; right: 0; } .Icon-delete:hover { color: red; } ul { margin: 0; padding: 0 0 56px 0; list-style: none; } .CreateTodoButtom { background-color: #61DAFA; box-shadow: 0px 5px 25px rgba(97, 218, 250, 0.5); border: none; border-radius: 50%; cursor: pointer; font-size: 50px; position: fixed; bottom: 24px; right: 24px; font-weight: bold; color: #FAFAFA; display: flex; justify-content: center; align-items: center; height: 64px; width: 64px; transform: rotate(0); transition: .3s ease; z-index: 1; } .CreateTodoButtom:hover { transform: rotate(224deg); } .TodoSearch { background: #F9FBFC; border-radius: 2px; border: 2px solid #202329; margin: 0 24px; height: 64px; width: calc(100% - 62px); font-size: 24px; text-align: center; font-family: 'Montserrat'; font-weight: 400; color: #1E1E1F; box-shadow: 0px 5px 50px rgba(32, 35, 41, 0.25); } .TodoSearch::placeholder { color: #A5A5A5; font-family: 'Montserrat'; font-weight: 400; } .TodoSearch:focus { outline-color: #61DAFA; } .ModalBackground { background: rgba(32,35,41,.8); position: fixed; top: -10px; left: -10px; right: -10px; bottom: -10px; display: flex; justify-content: center; align-items: center; color: white; } form { width: 90%; max-width: 300px; background-color: #fff; padding: 33px 40px; display: flex; justify-content: center; align-items: center; flex-direction: column; } label { text-align: center; font-weight: bold; font-size: 20px; color: #1E1E1F; margin-bottom: 26px; } textarea { background-color: #F9FBFC; border: 2px solid #202329; border-radius: 2px; box-shadow: 0px 5px 50px rgba(32, 35, 41, 0.25); color: #1E1E1F; font-size: 20px; text-align: center; padding: 12px; height: 96px; width: calc(100% - 25px); } textarea::placeholder { color: #A5A5A5; font-family: 'Montserrat'; font-weight: 400; } textarea:focus { outline-color: #61DAFA; } .TodoForm-buttonContainer { margin-top: 14px; display: flex; justify-content: space-between; align-items: center; width: 100%; } .TodoForm-button { cursor: pointer; display: inline-block; font-size: 20px; color: #202329; font-weight: 400; width: 120px; height: 48px; border-radius: 2px; border: none; } .TodoForm-button--add { background-color: #61DAFA; box-shadow: 0px 5px 25px rgba(97, 218, 250, 0.5); } .TodoForm-button--cancel { background: transparent; } .LoadingTodo-container { position: relative; display: flex; justify-content: center; align-items: center; margin-top: 24px; box-shadow: 0px 5px 50px rgba(32, 35, 41, 0.15); } .LoadingTodo-text { margin: 24px 0 24px; width: calc(100% - 120px); font-size: 18px; line-height: 24px; font-weight: 400; } .LoadingTodo-completeIcon, .LoadingTodo-deleteIcon { border-radius: 50px; height: 48px; width: 48px; } .LoadingTodo-completeIcon { position: absolute; left: 12px; } .LoadingTodo-deleteIcon { position: absolute; top: -24px; right: 0; } .LoadingTodo-container, .LoadingTodo-completeIcon, .LoadingTodo-deleteIcon { background: linear-gradient(90deg, rgba(250, 250, 250, 1), rgb(200, 199, 199)); background-size: 400% 400%; animation: loadingAnimation 3s ease-in-out infinite; } @keyframes loadingAnimation { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
0.53777
0.141637
@charset "UTF-8"; ul, ol { list-style: none; margin: 0; padding: 0; } * { margin: 0; padding: 0; } address { font-style: normal; } a { text-decoration: none; color: inherit; } ::before, ::after { box-sizing: border-box; } :root { --first-text-primary: #212121; --main-background-color: #ffffff; --highlight-color: #2196f3; --complementary-color: #2f303a; --complementary-color-text: #757575; --complementary-color-text-nav: #ffffff99; --color-portfolio-line: #eeeeee; --icon-social-color: #afb1b8; --shadow-effect: #2f303a; --display-property-flex: flex; } .container { width: 1200px; margin: 0 auto; padding-left: 15px; padding-right: 15px; } .section { padding-top: 94px; padding-bottom: 94px; } .zero_section_service { padding-top: 0px; } .header_border { border-bottom: 1px solid #ececec; padding-top: 24px; padding-bottom: 25px; } .site_nav { display: var(--display-property-flex); align-items: center; } .body-styles { font-family: "Roboto", sans-serif; color: var(--first-text-primary); } .pointer { cursor: pointer; } .universal_title { margin-left: 15px; margin-right: 15px; margin-bottom: 50px; font-size: 36px; line-height: 1.171; text-align: center; letter-spacing: 0.03em; } /* Значки соц сетей */ .social_networks { border: none; display: flex; width: 206px; margin-left: 32px; margin-right: 32px; justify-content: space-evenly; } .social_networks__item:not(:last-child) { margin-right: 10px; } .social_networks__link { fill: var(--icon-social-color); width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .social_networks__link:focus, .social_networks__link:hover { fill: var(--main-background-color); background-color: var(--highlight-color); } /* logo */ .logo_top { margin-right: 93px; font-family: Raleway; text-decoration: none; font-size: 26px; line-height: 1.173; color: var(--first-text-primary); letter-spacing: 0.03em; } .logo_bottom { display: inline-block; margin-bottom: 20px; font-family: Raleway; font-size: 26px; line-height: 1.173; color: var(--main-background-color); letter-spacing: 0.03em; } .logo_color { text-decoration: none; color: var(--highlight-color); } /* Навигация */ .menu_nav { display: block; display: var(--display-property-flex); } .menu_nav__item { margin-right: 50px; } .menu_nav__item:last-child { margin-right: 0; } .menu_nav__link { position: relative; padding-top: 32px; padding-bottom: 32px; text-decoration: none; color: var(--first-text-primary); font-weight: 500; font-size: 14px; line-height: 1.172; letter-spacing: 0.02em; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .menu_nav__link:focus, .menu_nav__link:hover { color: var(--highlight-color); } .actual::after { position: absolute; display: block; content: ""; left: 0; bottom: 0; width: 100%; height: 4px; background-color: var(--highlight-color); border-radius: 2px; } .contact_nav { display: var(--display-property-flex); margin-left: 305px; } .contact_nav__icon { display: inline-block; margin-right: 10px; border: none; justify-content: center; align-items: center; } .contact_nav__mail { display: flex; margin-right: 30px; text-decoration: none; color: var(--complementary-color-text); font-weight: 500; font-size: 14px; line-height: 1.172; letter-spacing: 0.02em; justify-content: center; align-items: center; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .contact_nav__mail:focus, .contact_nav__mail:hover { color: var(--highlight-color); fill: var(--highlight-color); } .contact_nav__tel { display: flex; text-decoration: none; color: var(--complementary-color-text); font-weight: 500; font-size: 14px; line-height: 1.172; letter-spacing: 0.02em; justify-content: center; align-items: center; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .contact_nav__tel:focus, .contact_nav__tel:hover { color: var(--highlight-color); fill: var(--highlight-color); } .overlay_image { max-width: 1600px; height: 600px; margin-left: auto; margin-right: auto; background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../images/icon/hero_img.svg); background-size: cover; background-position: center; padding-top: 0px; padding-bottom: 0px; } /* Шапка */ .menu_slogans { padding-top: 200px; padding-bottom: 200px; } .menu_slogans__text { display: block; margin-bottom: 30px; font-weight: 900; font-size: 44px; line-height: 1.363; color: var(--main-background-color); text-align: center; letter-spacing: 0.06em; text-transform: uppercase; } .menu_slogans__segment { display: block; } .menu_slogans__button { margin-left: 485px; margin-right: 485px; min-width: 200px; padding: 10px 32px; font-weight: 500; font-family: Roboto; font-size: 16px; background-color: var(--highlight-color); color: var(--main-background-color); line-height: 1.875; display: block; align-items: center; text-align: center; border: 1px solid transparent; border-radius: 4px; letter-spacing: 0.06em; } /* Модальное окно */ .backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); opacity: 1; transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1); transform: scale(1); } .is-hidden { opacity: 0; pointer-events: none; } .modal_window { position: absolute; top: 50%; left: 50%; width: 528px; height: 581px; background: var(--main-background-color); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 4px; transform: translate(-50%, -50%) scale(1); transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1); } .backdrop .modal_window { transform: translate(-50%, -50%) scale(0.9); } .modal_window__close { position: absolute; display: flex; align-items: center; justify-content: center; top: 8px; right: 8px; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; background: var(--main-background-color); border: 1px solid rgba(0, 0, 0, 0.1); box-sizing: border-box; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .modal_window__close:focus, .modal_window__close:hover { fill: var(--highlight-color); } .modal_window__title { margin: 40px 40px 0px; font-size: 20px; line-height: 1.15; text-align: center; letter-spacing: 0.03em; color: var(--first-text-primary); } /* Форма модального окна */ .form_nav { display: block; padding-top: 12px; padding-left: 40px; padding-right: 40px; } .form_nav__feedback { display: flex; flex-direction: column; } .form_nav__field { position: relative; display: flex; margin-bottom: 10px; } .form_nav__text { margin-bottom: 4px; font-size: 12px; line-height: 1.166; letter-spacing: 0.01em; color: var(--complementary-color-text); } .form_nav__field input { width: 448px; height: 40px; padding-top: 10px; padding-bottom: 10px; padding-left: 40px; padding-right: 10px; cursor: pointer; border: 1px solid rgba(33, 33, 33, 0.2); box-sizing: border-box; border-radius: 4px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form_nav__field input:focus, .form_nav__field input:hover { border: 1px solid var(--highlight-color); border-radius: 4px; } .form_nav__field:focus-within, .form_nav__field:hover { fill: var(--highlight-color); border-radius: 4px; } .form_nav__icon:focus-within, .form_nav__icon:hover { fill: var(--highlight-color); border-radius: 4px; } .form_nav__icon { position: absolute; top: 0%; left: 0%; margin-top: 11px; margin-bottom: 11px; margin-left: 12px; cursor: pointer; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form_nav__field textarea { padding: 12px 12px 16px 16px; border: 1px solid rgba(33, 33, 33, 0.2); box-sizing: border-box; border-radius: 4px; cursor: pointer; resize: none; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form_nav__field textarea:hover { border: 1px solid var(--highlight-color); border-radius: 4px; } .form_nav__comment { width: 448px; height: 120px; } textarea::placeholder { font-family: Roboto; font-size: 12px; line-height: 1.166; letter-spacing: 0.01em; color: rgba(117, 117, 117, 0.5); } /* Чекбокс */ .checkbox { position: relative; display: flex; justify-content: flex-start; align-items: center; margin-top: 10px; margin-left: 12px; min-width: 425px; height: 24px; } .checkbox__nav { display: flex; align-items: center; font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; color: var(--complementary-color-text); } .checkbox__checkmark { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } .checkbox__link { display: flex; margin-left: 4px; letter-spacing: 0.03em; text-decoration-line: underline; color: var(--highlight-color); } .checkbox__icon { width: 16px; height: 15px; margin-right: 8.38px; border: 2px solid var(--first-text-primary); border-radius: 2px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .checkbox__checkmark:active + .checkbox__icon, .checkbox__checkmark:checked + .checkbox__icon { background-color: var(--highlight-color); border-color: var(--highlight-color); transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } /* Кнопка отправить в модальном окне */ .modal_send { display: inline-block; align-items: center; text-align: center; margin-top: 30px; } .modal_send__button { font-family: Roboto; width: 200px; padding-top: 10px; padding-bottom: 10px; padding-left: 56px; padding-right: 55px; font-size: 16px; line-height: 1.875; letter-spacing: 0.06em; background-color: var(--highlight-color); color: var(--main-background-color); border: 1px solid transparent; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; } /* Преимущества */ .excellence { height: 251px; margin-left: 15px; margin-right: 15px; display: var(--display-property-flex); justify-content: center; box-sizing: border-box; } .excellence__item:not(:last-child) { margin-right: 30px; } .excellence__icon { width: 270px; height: 120px; margin-right: 0px; margin-bottom: 30px; display: var(--display-property-flex); justify-content: center; align-items: center; border-radius: 4px; background-color: #f5f4fa; } .excellence__title { margin-bottom: 10px; font-size: 14px; line-height: 1.172; letter-spacing: 0.03em; text-transform: uppercase; color: var(--first-text-primary); } .excellence__text { width: 270px; font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; color: var(--complementary-color-text); } /* Услуги */ .service { margin-left: 15px; margin-right: 15px; display: var(--display-property-flex); align-items: center; justify-content: center; } .service img { display: block; } .service__item { position: relative; } .service__item:not(:last-child) { margin-right: 30px; } .service__text { color: var(--main-background-color); background: rgba(47, 48, 58, 0.8); padding-top: 27px; padding-bottom: 27px; position: absolute; bottom: 0px; width: 100%; text-align: center; font-weight: bold; font-size: 14px; line-height: 16px; letter-spacing: 0.03em; text-transform: uppercase; } /* Команда сотрудников */ .team_background { background-color: #f5f4fa; } .nav_team { margin-left: 15px; margin-right: 15px; display: var(--display-property-flex); align-items: center; justify-content: center; } .nav_team__item { background-color: var(--main-background-color); text-align: center; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 0px 0px 4px 4px; } .nav_team__item:not(:last-child) { margin-right: 30px; } .resume { background-color: var(--main-background-color); padding-top: 30px; padding-bottom: 30px; } .resume__name { margin-bottom: 10px; font-weight: 500; font-size: 16px; line-height: 1.171; letter-spacing: 0.03em; } .resume__text { margin-bottom: 16px; font-size: 16px; line-height: 1.171; color: var(--complementary-color-text); letter-spacing: 0.03em; } /* Наши клиенты */ .customers { display: var(--display-property-flex); justify-content: center; margin-left: 15px; margin-right: 15px; } .customers__item { display: var(--display-property-flex); width: 170px; height: 92px; } .customers__item:not(:last-child) { margin-right: 30px; } .customers__link { width: 100%; height: 100%; padding-top: 14.43px; padding-bottom: 14.43px; padding-left: 32px; padding-right: 32px; fill: var(--icon-social-color); justify-content: center; align-items: center; border: 1px solid var(--icon-social-color); box-sizing: border-box; border-radius: 4px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .customers__link:focus, .customers__link:hover { border-color: var(--highlight-color); fill: var(--highlight-color); } /* Почтовая рассылка */ .subscription { display: inline-block; margin-top: 12px; margin-bottom: 40px; padding: 0; } .mailing { display: flex; } .mailing input { width: 358px; height: 50px; margin-right: 12px; background-color: inherit; border: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15)); border-radius: 4px; } .mailing input::placeholder { padding-top: 15px; padding-bottom: 15px; padding-left: 16px; padding-right: 295px; font-size: 16px; line-height: 20px; display: flex; align-items: center; letter-spacing: 0.03em; color: rgba(255, 255, 255, 0.6); } .mailing__button { font-family: Roboto; font-weight: bold; font-size: 16px; line-height: 1.875; letter-spacing: 0.06em; color: var(--main-background-color); display: flex; justify-content: center; align-items: center; background: var(--highlight-color); width: 200px; height: 50px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; border: none; } .mailing__icon { margin-left: 10px; } /* Футер */ .footer_background { padding-top: 60px; padding-bottom: 60px; background-color: var(--complementary-color); } .footer_nav { display: flex; justify-content: center; align-content: center; } .footer_contact { margin-right: 70px; display: block; justify-content: flex-start; align-items: center; } .footer_contact__item:not(:last-child) { margin-bottom: 9px; } .footer_contact__address { font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; color: var(--main-background-color); } .footer_contact__link { font-size: 14px; line-height: 1.714; color: var(--complementary-color-text-nav); letter-spacing: 0.03em; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .footer_contact__link:focus, .footer_contact__link:hover { color: var(--highlight-color); } /* Значки соц сетей футер */ .footer_box { display: inline-block; margin-top: 12px; margin-right: 93px; margin-bottom: 40px; padding: 0; } .footer_box__title { margin-bottom: 20px; font-size: 14px; line-height: 1.142; letter-spacing: 0.03em; text-transform: uppercase; color: var(--main-background-color); } .footer_socials { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; align-self: flex-end; } .footer_socials__item:not(:last-child) { margin-right: 10px; } .footer_socials__link { fill: var(--main-background-color); background-color: rgba(255, 255, 255, 0.1); width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .footer_socials__link:focus, .footer_socials__link:hover { fill: var(--main-background-color); background-color: var(--highlight-color); } /* Значки соц сетей футер */ .footer_box { display: inline-block; margin-top: 12px; margin-right: 93px; margin-bottom: 40px; padding: 0; } .footer_box__title { margin-bottom: 20px; font-size: 14px; line-height: 1.142; letter-spacing: 0.03em; text-transform: uppercase; color: var(--main-background-color); } .footer_socials { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; align-self: flex-end; } .footer_socials__item:not(:last-child) { margin-right: 10px; } .footer_socials__link { fill: var(--main-background-color); background-color: rgba(255, 255, 255, 0.1); width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .footer_socials__link:focus, .footer_socials__link:hover { fill: var(--main-background-color); background-color: var(--highlight-color); } /* Portfolio page */ .portfolio_container { box-sizing: border-box; } .nav_button { margin-bottom: 50px; display: var(--display-property-flex); justify-content: center; align-items: center; } .nav_button__item:not(:last-child) { margin-right: 8px; } .nav_button__text { margin: 0 auto; padding: 6px 22px; font-family: Roboto; font-weight: 500; font-size: 16px; line-height: 1.625; display: block; align-items: center; text-align: center; letter-spacing: 0.03em; border-radius: 4px; border: 1px solid transparent; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .nav_button__text:focus, .nav_button__text:hover { background-color: var(--highlight-color); color: var(--main-background-color); box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } /* icon portfolio menu */ .projects { justify-content: center; align-items: center; display: var(--display-property-flex); flex-wrap: wrap; margin-left: -30px; margin-bottom: -30px; } .projects__item { max-width: 100%; box-sizing: border-box; width: calc((100% - 90px) / 3); margin-left: 30px; margin-bottom: 30px; border: 1px solid var(--color-portfolio-line); cursor: pointer; background: var(--main-background-color); transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .projects__item img { display: block; max-width: 100%; } .projects__item:focus, .projects__item:hover { box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16); } .projects__item:nth-child(3n) { margin-right: 0px; } .projects__item:nth-last-child(-n + 3) { margin-bottom: 0px; } .projects_content { position: relative; overflow: hidden; } .projects_content::before { display: inline-block; position: absolute; content: ""; background: rgba(33, 150, 243, 0.9); width: 100%; height: 100%; transform: translateY(100%); transition: transform 950ms cubic-bezier(0.4, 0, 0.2, 1); } .projects__item:hover .projects_content::before { opacity: 1; transform: translateY(0%); } .projects_content__description { position: absolute; display: block; top: 50%; left: 50%; width: 322px; height: 168px; font-size: 18px; line-height: 28px; letter-spacing: 0.03em; color: var(--main-background-color); transform: translate(-150px, 200px); transition: transform 950ms cubic-bezier(0.4, 0, 0.2, 1); } .projects__item:hover .projects_content__description { opacity: 1; transform: translate(-50%, -50%); } .projects_name { border-right: 1px solid var(--color-portfolio-line); border-left: 1px solid var(--color-portfolio-line); border-bottom: 1px solid var(--color-portfolio-line); background: var(--main-background-color); padding: 20px 24px; } .projects_name__title { font-size: 18px; line-height: 2; letter-spacing: 0.06em; } .projects_name__text { font-size: 16px; line-height: 1.875; color: var(--complementary-color-text); letter-spacing: 0.03em; } /*# sourceMappingURL=main.css.map */
css/main.css
@charset "UTF-8"; ul, ol { list-style: none; margin: 0; padding: 0; } * { margin: 0; padding: 0; } address { font-style: normal; } a { text-decoration: none; color: inherit; } ::before, ::after { box-sizing: border-box; } :root { --first-text-primary: #212121; --main-background-color: #ffffff; --highlight-color: #2196f3; --complementary-color: #2f303a; --complementary-color-text: #757575; --complementary-color-text-nav: #ffffff99; --color-portfolio-line: #eeeeee; --icon-social-color: #afb1b8; --shadow-effect: #2f303a; --display-property-flex: flex; } .container { width: 1200px; margin: 0 auto; padding-left: 15px; padding-right: 15px; } .section { padding-top: 94px; padding-bottom: 94px; } .zero_section_service { padding-top: 0px; } .header_border { border-bottom: 1px solid #ececec; padding-top: 24px; padding-bottom: 25px; } .site_nav { display: var(--display-property-flex); align-items: center; } .body-styles { font-family: "Roboto", sans-serif; color: var(--first-text-primary); } .pointer { cursor: pointer; } .universal_title { margin-left: 15px; margin-right: 15px; margin-bottom: 50px; font-size: 36px; line-height: 1.171; text-align: center; letter-spacing: 0.03em; } /* Значки соц сетей */ .social_networks { border: none; display: flex; width: 206px; margin-left: 32px; margin-right: 32px; justify-content: space-evenly; } .social_networks__item:not(:last-child) { margin-right: 10px; } .social_networks__link { fill: var(--icon-social-color); width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .social_networks__link:focus, .social_networks__link:hover { fill: var(--main-background-color); background-color: var(--highlight-color); } /* logo */ .logo_top { margin-right: 93px; font-family: Raleway; text-decoration: none; font-size: 26px; line-height: 1.173; color: var(--first-text-primary); letter-spacing: 0.03em; } .logo_bottom { display: inline-block; margin-bottom: 20px; font-family: Raleway; font-size: 26px; line-height: 1.173; color: var(--main-background-color); letter-spacing: 0.03em; } .logo_color { text-decoration: none; color: var(--highlight-color); } /* Навигация */ .menu_nav { display: block; display: var(--display-property-flex); } .menu_nav__item { margin-right: 50px; } .menu_nav__item:last-child { margin-right: 0; } .menu_nav__link { position: relative; padding-top: 32px; padding-bottom: 32px; text-decoration: none; color: var(--first-text-primary); font-weight: 500; font-size: 14px; line-height: 1.172; letter-spacing: 0.02em; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .menu_nav__link:focus, .menu_nav__link:hover { color: var(--highlight-color); } .actual::after { position: absolute; display: block; content: ""; left: 0; bottom: 0; width: 100%; height: 4px; background-color: var(--highlight-color); border-radius: 2px; } .contact_nav { display: var(--display-property-flex); margin-left: 305px; } .contact_nav__icon { display: inline-block; margin-right: 10px; border: none; justify-content: center; align-items: center; } .contact_nav__mail { display: flex; margin-right: 30px; text-decoration: none; color: var(--complementary-color-text); font-weight: 500; font-size: 14px; line-height: 1.172; letter-spacing: 0.02em; justify-content: center; align-items: center; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .contact_nav__mail:focus, .contact_nav__mail:hover { color: var(--highlight-color); fill: var(--highlight-color); } .contact_nav__tel { display: flex; text-decoration: none; color: var(--complementary-color-text); font-weight: 500; font-size: 14px; line-height: 1.172; letter-spacing: 0.02em; justify-content: center; align-items: center; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .contact_nav__tel:focus, .contact_nav__tel:hover { color: var(--highlight-color); fill: var(--highlight-color); } .overlay_image { max-width: 1600px; height: 600px; margin-left: auto; margin-right: auto; background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../images/icon/hero_img.svg); background-size: cover; background-position: center; padding-top: 0px; padding-bottom: 0px; } /* Шапка */ .menu_slogans { padding-top: 200px; padding-bottom: 200px; } .menu_slogans__text { display: block; margin-bottom: 30px; font-weight: 900; font-size: 44px; line-height: 1.363; color: var(--main-background-color); text-align: center; letter-spacing: 0.06em; text-transform: uppercase; } .menu_slogans__segment { display: block; } .menu_slogans__button { margin-left: 485px; margin-right: 485px; min-width: 200px; padding: 10px 32px; font-weight: 500; font-family: Roboto; font-size: 16px; background-color: var(--highlight-color); color: var(--main-background-color); line-height: 1.875; display: block; align-items: center; text-align: center; border: 1px solid transparent; border-radius: 4px; letter-spacing: 0.06em; } /* Модальное окно */ .backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); opacity: 1; transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1); transform: scale(1); } .is-hidden { opacity: 0; pointer-events: none; } .modal_window { position: absolute; top: 50%; left: 50%; width: 528px; height: 581px; background: var(--main-background-color); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 4px; transform: translate(-50%, -50%) scale(1); transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1); } .backdrop .modal_window { transform: translate(-50%, -50%) scale(0.9); } .modal_window__close { position: absolute; display: flex; align-items: center; justify-content: center; top: 8px; right: 8px; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; background: var(--main-background-color); border: 1px solid rgba(0, 0, 0, 0.1); box-sizing: border-box; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .modal_window__close:focus, .modal_window__close:hover { fill: var(--highlight-color); } .modal_window__title { margin: 40px 40px 0px; font-size: 20px; line-height: 1.15; text-align: center; letter-spacing: 0.03em; color: var(--first-text-primary); } /* Форма модального окна */ .form_nav { display: block; padding-top: 12px; padding-left: 40px; padding-right: 40px; } .form_nav__feedback { display: flex; flex-direction: column; } .form_nav__field { position: relative; display: flex; margin-bottom: 10px; } .form_nav__text { margin-bottom: 4px; font-size: 12px; line-height: 1.166; letter-spacing: 0.01em; color: var(--complementary-color-text); } .form_nav__field input { width: 448px; height: 40px; padding-top: 10px; padding-bottom: 10px; padding-left: 40px; padding-right: 10px; cursor: pointer; border: 1px solid rgba(33, 33, 33, 0.2); box-sizing: border-box; border-radius: 4px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form_nav__field input:focus, .form_nav__field input:hover { border: 1px solid var(--highlight-color); border-radius: 4px; } .form_nav__field:focus-within, .form_nav__field:hover { fill: var(--highlight-color); border-radius: 4px; } .form_nav__icon:focus-within, .form_nav__icon:hover { fill: var(--highlight-color); border-radius: 4px; } .form_nav__icon { position: absolute; top: 0%; left: 0%; margin-top: 11px; margin-bottom: 11px; margin-left: 12px; cursor: pointer; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form_nav__field textarea { padding: 12px 12px 16px 16px; border: 1px solid rgba(33, 33, 33, 0.2); box-sizing: border-box; border-radius: 4px; cursor: pointer; resize: none; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .form_nav__field textarea:hover { border: 1px solid var(--highlight-color); border-radius: 4px; } .form_nav__comment { width: 448px; height: 120px; } textarea::placeholder { font-family: Roboto; font-size: 12px; line-height: 1.166; letter-spacing: 0.01em; color: rgba(117, 117, 117, 0.5); } /* Чекбокс */ .checkbox { position: relative; display: flex; justify-content: flex-start; align-items: center; margin-top: 10px; margin-left: 12px; min-width: 425px; height: 24px; } .checkbox__nav { display: flex; align-items: center; font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; color: var(--complementary-color-text); } .checkbox__checkmark { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } .checkbox__link { display: flex; margin-left: 4px; letter-spacing: 0.03em; text-decoration-line: underline; color: var(--highlight-color); } .checkbox__icon { width: 16px; height: 15px; margin-right: 8.38px; border: 2px solid var(--first-text-primary); border-radius: 2px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .checkbox__checkmark:active + .checkbox__icon, .checkbox__checkmark:checked + .checkbox__icon { background-color: var(--highlight-color); border-color: var(--highlight-color); transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } /* Кнопка отправить в модальном окне */ .modal_send { display: inline-block; align-items: center; text-align: center; margin-top: 30px; } .modal_send__button { font-family: Roboto; width: 200px; padding-top: 10px; padding-bottom: 10px; padding-left: 56px; padding-right: 55px; font-size: 16px; line-height: 1.875; letter-spacing: 0.06em; background-color: var(--highlight-color); color: var(--main-background-color); border: 1px solid transparent; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; } /* Преимущества */ .excellence { height: 251px; margin-left: 15px; margin-right: 15px; display: var(--display-property-flex); justify-content: center; box-sizing: border-box; } .excellence__item:not(:last-child) { margin-right: 30px; } .excellence__icon { width: 270px; height: 120px; margin-right: 0px; margin-bottom: 30px; display: var(--display-property-flex); justify-content: center; align-items: center; border-radius: 4px; background-color: #f5f4fa; } .excellence__title { margin-bottom: 10px; font-size: 14px; line-height: 1.172; letter-spacing: 0.03em; text-transform: uppercase; color: var(--first-text-primary); } .excellence__text { width: 270px; font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; color: var(--complementary-color-text); } /* Услуги */ .service { margin-left: 15px; margin-right: 15px; display: var(--display-property-flex); align-items: center; justify-content: center; } .service img { display: block; } .service__item { position: relative; } .service__item:not(:last-child) { margin-right: 30px; } .service__text { color: var(--main-background-color); background: rgba(47, 48, 58, 0.8); padding-top: 27px; padding-bottom: 27px; position: absolute; bottom: 0px; width: 100%; text-align: center; font-weight: bold; font-size: 14px; line-height: 16px; letter-spacing: 0.03em; text-transform: uppercase; } /* Команда сотрудников */ .team_background { background-color: #f5f4fa; } .nav_team { margin-left: 15px; margin-right: 15px; display: var(--display-property-flex); align-items: center; justify-content: center; } .nav_team__item { background-color: var(--main-background-color); text-align: center; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 0px 0px 4px 4px; } .nav_team__item:not(:last-child) { margin-right: 30px; } .resume { background-color: var(--main-background-color); padding-top: 30px; padding-bottom: 30px; } .resume__name { margin-bottom: 10px; font-weight: 500; font-size: 16px; line-height: 1.171; letter-spacing: 0.03em; } .resume__text { margin-bottom: 16px; font-size: 16px; line-height: 1.171; color: var(--complementary-color-text); letter-spacing: 0.03em; } /* Наши клиенты */ .customers { display: var(--display-property-flex); justify-content: center; margin-left: 15px; margin-right: 15px; } .customers__item { display: var(--display-property-flex); width: 170px; height: 92px; } .customers__item:not(:last-child) { margin-right: 30px; } .customers__link { width: 100%; height: 100%; padding-top: 14.43px; padding-bottom: 14.43px; padding-left: 32px; padding-right: 32px; fill: var(--icon-social-color); justify-content: center; align-items: center; border: 1px solid var(--icon-social-color); box-sizing: border-box; border-radius: 4px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .customers__link:focus, .customers__link:hover { border-color: var(--highlight-color); fill: var(--highlight-color); } /* Почтовая рассылка */ .subscription { display: inline-block; margin-top: 12px; margin-bottom: 40px; padding: 0; } .mailing { display: flex; } .mailing input { width: 358px; height: 50px; margin-right: 12px; background-color: inherit; border: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15)); border-radius: 4px; } .mailing input::placeholder { padding-top: 15px; padding-bottom: 15px; padding-left: 16px; padding-right: 295px; font-size: 16px; line-height: 20px; display: flex; align-items: center; letter-spacing: 0.03em; color: rgba(255, 255, 255, 0.6); } .mailing__button { font-family: Roboto; font-weight: bold; font-size: 16px; line-height: 1.875; letter-spacing: 0.06em; color: var(--main-background-color); display: flex; justify-content: center; align-items: center; background: var(--highlight-color); width: 200px; height: 50px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; border: none; } .mailing__icon { margin-left: 10px; } /* Футер */ .footer_background { padding-top: 60px; padding-bottom: 60px; background-color: var(--complementary-color); } .footer_nav { display: flex; justify-content: center; align-content: center; } .footer_contact { margin-right: 70px; display: block; justify-content: flex-start; align-items: center; } .footer_contact__item:not(:last-child) { margin-bottom: 9px; } .footer_contact__address { font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; color: var(--main-background-color); } .footer_contact__link { font-size: 14px; line-height: 1.714; color: var(--complementary-color-text-nav); letter-spacing: 0.03em; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .footer_contact__link:focus, .footer_contact__link:hover { color: var(--highlight-color); } /* Значки соц сетей футер */ .footer_box { display: inline-block; margin-top: 12px; margin-right: 93px; margin-bottom: 40px; padding: 0; } .footer_box__title { margin-bottom: 20px; font-size: 14px; line-height: 1.142; letter-spacing: 0.03em; text-transform: uppercase; color: var(--main-background-color); } .footer_socials { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; align-self: flex-end; } .footer_socials__item:not(:last-child) { margin-right: 10px; } .footer_socials__link { fill: var(--main-background-color); background-color: rgba(255, 255, 255, 0.1); width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .footer_socials__link:focus, .footer_socials__link:hover { fill: var(--main-background-color); background-color: var(--highlight-color); } /* Значки соц сетей футер */ .footer_box { display: inline-block; margin-top: 12px; margin-right: 93px; margin-bottom: 40px; padding: 0; } .footer_box__title { margin-bottom: 20px; font-size: 14px; line-height: 1.142; letter-spacing: 0.03em; text-transform: uppercase; color: var(--main-background-color); } .footer_socials { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; align-self: flex-end; } .footer_socials__item:not(:last-child) { margin-right: 10px; } .footer_socials__link { fill: var(--main-background-color); background-color: rgba(255, 255, 255, 0.1); width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .footer_socials__link:focus, .footer_socials__link:hover { fill: var(--main-background-color); background-color: var(--highlight-color); } /* Portfolio page */ .portfolio_container { box-sizing: border-box; } .nav_button { margin-bottom: 50px; display: var(--display-property-flex); justify-content: center; align-items: center; } .nav_button__item:not(:last-child) { margin-right: 8px; } .nav_button__text { margin: 0 auto; padding: 6px 22px; font-family: Roboto; font-weight: 500; font-size: 16px; line-height: 1.625; display: block; align-items: center; text-align: center; letter-spacing: 0.03em; border-radius: 4px; border: 1px solid transparent; transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .nav_button__text:focus, .nav_button__text:hover { background-color: var(--highlight-color); color: var(--main-background-color); box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } /* icon portfolio menu */ .projects { justify-content: center; align-items: center; display: var(--display-property-flex); flex-wrap: wrap; margin-left: -30px; margin-bottom: -30px; } .projects__item { max-width: 100%; box-sizing: border-box; width: calc((100% - 90px) / 3); margin-left: 30px; margin-bottom: 30px; border: 1px solid var(--color-portfolio-line); cursor: pointer; background: var(--main-background-color); transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); } .projects__item img { display: block; max-width: 100%; } .projects__item:focus, .projects__item:hover { box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16); } .projects__item:nth-child(3n) { margin-right: 0px; } .projects__item:nth-last-child(-n + 3) { margin-bottom: 0px; } .projects_content { position: relative; overflow: hidden; } .projects_content::before { display: inline-block; position: absolute; content: ""; background: rgba(33, 150, 243, 0.9); width: 100%; height: 100%; transform: translateY(100%); transition: transform 950ms cubic-bezier(0.4, 0, 0.2, 1); } .projects__item:hover .projects_content::before { opacity: 1; transform: translateY(0%); } .projects_content__description { position: absolute; display: block; top: 50%; left: 50%; width: 322px; height: 168px; font-size: 18px; line-height: 28px; letter-spacing: 0.03em; color: var(--main-background-color); transform: translate(-150px, 200px); transition: transform 950ms cubic-bezier(0.4, 0, 0.2, 1); } .projects__item:hover .projects_content__description { opacity: 1; transform: translate(-50%, -50%); } .projects_name { border-right: 1px solid var(--color-portfolio-line); border-left: 1px solid var(--color-portfolio-line); border-bottom: 1px solid var(--color-portfolio-line); background: var(--main-background-color); padding: 20px 24px; } .projects_name__title { font-size: 18px; line-height: 2; letter-spacing: 0.06em; } .projects_name__text { font-size: 16px; line-height: 1.875; color: var(--complementary-color-text); letter-spacing: 0.03em; } /*# sourceMappingURL=main.css.map */
0.372163
0.059976
body { text-align: center; font-size: 14px; margin: 0px; background: #F5F6F7 url('http://play.jok.io/images/bg.png'); font-family: 'Times New Roman'; } /* Header -------------------------------------------- */ .x_header { position: fixed; background-color: rgba(72, 158, 20, 1); color: white; box-shadow: 0 0 8px rgba(0, 0, 0, .5); width: 100%; height: 30px; min-width: 980px; top: 0; z-index: 100; } .menu_item { opacity: .8; float: left; padding: 7px 10px; font-family: Arial; font-weight: bold; font-size: 13px; border-left: 1px solid rgba(104, 168, 104, 1); cursor: default; } .menu_item:hover { opacity: 1; } div.group { background-color: white; box-shadow: 0 0 3px rgba(0, 0, 0, .2); position: relative; border-radius: 7px; padding: 10px; } div.center { margin-left: auto; margin-right: auto; } /* button ---------------------------------------------- */ .button { display: inline-block; zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size: 14px; padding: .5em 1.0em .55em; text-shadow: 0 0px 3px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } .button:hover { text-decoration: none; } .button:active { position: relative; top: 1px; } .bigrounded { -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } .medium { font-size: 12px; padding: .4em 1.5em .42em; } .small { font-size: 11px; padding: .2em 1em .275em; } /* color styles ---------------------------------------------- */ /* black */ .black { color: #d7d7d7; border: solid 1px #333; background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#667), to(#000)); background: -moz-linear-gradient(top, #667, #000); } .black:hover { background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)); background: -moz-linear-gradient(top, #444, #000); } .black:active { color: #666; background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444)); background: -moz-linear-gradient(top, #000, #444); } /* gray */ .gray { color: #e9e9e9; border: solid 1px #555; background: #6e6e6e; background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757)); background: -moz-linear-gradient(top, #888, #575757); } .gray:hover { background: #616161; background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b)); background: -moz-linear-gradient(top, #757575, #4b4b4b); } .gray:active { color: #afafaf; background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888)); background: -moz-linear-gradient(top, #575757, #888); } /* white */ .white { color: #606060; border: solid 1px #b7b7b7; background: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: -moz-linear-gradient(top, #fff, #ededed); } .white:hover { background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc); } .white:active { color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); background: -moz-linear-gradient(top, #ededed, #fff); } /* orange */ .orange { color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top, #faa51a, #f47a20); } .orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top, #f88e11, #f06015); } .orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top, #f47a20, #faa51a); } /* red */ .red { color: #faddde; border: solid 1px #980c10; background: #d81b21; background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)); background: -moz-linear-gradient(top, #ed1c24, #aa1317); } .red:hover { background: #b61318; background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115)); background: -moz-linear-gradient(top, #c9151b, #a11115); } .red:active { color: #de898c; background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24)); background: -moz-linear-gradient(top, #aa1317, #ed1c24); } /* blue */ .blue { color: #d9eef7; border: solid 1px #0076a3; background: #0095cd; background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5)); background: -moz-linear-gradient(top, #00adee, #0078a5); } .blue:hover { background: #007ead; background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e)); background: -moz-linear-gradient(top, #0095cc, #00678e); } .blue:active { color: #80bed6; background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee)); background: -moz-linear-gradient(top, #0078a5, #00adee); } /* rosy */ .rosy { color: #fae7e9; border: solid 1px #b73948; background: #da5867; background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f)); background: -moz-linear-gradient(top, #f16c7c, #bf404f); } .rosy:hover { background: #ba4b58; background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845)); background: -moz-linear-gradient(top, #cf5d6a, #a53845); } .rosy:active { color: #dca4ab; background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c)); background: -moz-linear-gradient(top, #bf404f, #f16c7c); } /* badgreen */ .badgreen { color: #e8f0de; border: solid 1px #538312; background: #64991e; background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e)); background: -moz-linear-gradient(top, #7db72f, #4e7d0e); } .badgreen:hover { background: #538018; background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c)); background: -moz-linear-gradient(top, #6b9d28, #436b0c); } .badgreen:active { color: #a9c08c; background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f)); background: -moz-linear-gradient(top, #4e7d0e, #7db72f); } /* pink */ .pink { color: #feeef5; border: solid 1px #d2729e; background: #f895c2; background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab)); background: -moz-linear-gradient(top, #feb1d3, #f171ab); } .pink:hover { background: #d57ea5; background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4)); background: -moz-linear-gradient(top, #f4aacb, #e86ca4); } .pink:active { color: #f3c3d9; background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3)); background: -moz-linear-gradient(top, #f171ab, #feb1d3); } /* green */ .green { color: #e8f0de; border: solid 1px #538312; background: #33ac05; background: -webkit-gradient(linear, left top, left bottom, from(#9bd664), to(#33ac05)); background: -moz-linear-gradient(top, #9bd664, #33ac05); } .green:hover { background: #33ac05; background: -webkit-gradient(linear, left top, left bottom, from(#33ac05), to(#33ac05)); background: -moz-linear-gradient(top, #33ac05, #33ac05); } .green:active { color: #a8e7ab; background: #33ac05; background: -webkit-gradient(linear, left top, left bottom, from(#33ac05), to(#9bd664)); background: -moz-linear-gradient(top, #33ac05, #9bd664); } /* yellow */ .yellow { color: white; border: solid 1px #faaf40; background: #feb22e; background: -webkit-gradient(linear, left top, left bottom, from(#f9cf54), to(#feb22e)); background: -moz-linear-gradient(top, #f9cf54, #feb22e); } .yellow:hover { background: -webkit-gradient(linear, left top, left bottom, from(#e7ae05), to(#e7ae05)); background: -moz-linear-gradient(top, #e7ae05, #e7ae05); } .yellow:active { color: #e7e6a8; background: #feb22e; background: -webkit-gradient(linear, left top, left bottom, from(#feb22e), to(#f9cf54)); background: -moz-linear-gradient(top, #feb22e, #f9cf54); } /* blue_fb */ .blue_fb { color: white; border: solid 1px #2e4c89; background: #8b9dc3; background: -webkit-gradient(linear, left top, left bottom, from(#6177b7), to(#3b5998)); background: -moz-linear-gradient(top, #6177b7, #3b5998); } .blue_fb:hover { background: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#6177b7)); background: -moz-linear-gradient(top, #3b5998, #6177b7); } .blue_fb:active { color: #f7f7f7; background: #6177b7; background: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#3b5998)); background: -moz-linear-gradient(top, #3b5998, #3b5998); } body { margin: 0px; color: gray; font-family: sans-serif; background-image: url(/Images/bg.png); overflow: hidden; } #Loading { background: url('http://play.jok.io/images/joklogo_transparent.png') top left no-repeat; background-size: 89px; text-align: center; color: white; top: 50%; margin-top: -75px; position: absolute; width: 100px; left: 50%; font-weight: bold; padding-top: 90px; padding-left: 6px; margin-left: -50px; z-index: 1; display: none; opacity: 0.8; } .jokge { cursor: pointer !important; } div.title { margin-top: 50px; margin-bottom: 15px; } div.shipcolors div { border: 1px solid silver; border-radius: 3px; width: 30px; height: 30px; float: right; cursor: pointer; margin-left: 8px; opacity: .3; } div.shipcolors div:hover, div.shipcolors div.active { opacity: 1; } button.play { width: 160px !important; margin-top: 10px !important; font-size: 14px !important; font-weight: normal !important; padding: 8px !important; display: none; } div.vip_only { display: none; color: red; font-weight: bold; position: absolute; left: 50%; margin-left: -100px; width: 200px; text-align: center; font-size: 14px; top: 59px; text-shadow: 0px 0px 2px black; } #haf .idle { color: yellow; opacity: 0.9; font-size: 300%; } .nick { font-size: 20px; text-align: center; margin-right: 60px; color: #55B919; } #haf .map { opacity: 0.75; position: absolute; right: 0px; bottom: 0px; border-color: white; border-style: solid; border-width: 2px 0px 0px 2px; border-radius: 4px 0px 0px 0px; } #haf .score { white-space: pre; font-family: monospace; color: #ccc; position: absolute; top: 5px; right: 5px; font-size: 120%; line-height: 150%; } #setup { width: 600px; margin: auto; text-align: center; } #setup label { margin-left: 1em; } #setup button { margin: 0px; padding: 1em; border-width: 1px 1px 1px 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.31); background-color: #ccc; } #setup .button-set { margin: 1em 0em; } #setup .button-set button img { width: 64px; height: 64px; } /*#setup .button-set button { -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }*/ #setup .button-set button { position: relative; } #setup .button-set button.active { background-color: rgba(55, 136, 6, 0.49); color: #F2FFF2; cursor: default; box-shadow: inset 0px 0px 3px 3px rgba(42, 88, 15, 0.59); } #setup .button-set button.disabled { background-color: rgba(121, 121, 121, 0.49); color: #F2FFF2; cursor: default; box-shadow: inset 0px 0px 3px 3px rgba(141, 141, 141, 0.59); } #setup .button-set button.disabled img { opacity: 1; } #setup .button-set button:first-child { border-radius: 20px 0px 0px 20px; } #setup .button-set button:last-child { border-right-width: 1px; border-radius: 0px 20px 20px 0px; } #setup button { width: 180px; cursor: pointer; } #setup button:hover { box-shadow: inset 0px 0px 3px 3px rgba(42, 88, 15, 0.3); } #setup button img { display: block; margin: auto; } #setup button.play { font-weight: bold; font-size: 150%; } canvas.bg, canvas.ships { left: 0px; } #jok { z-index: 100; position: relative; } #Game { position: absolute; width: 100%; height: 100%; margin-top: 0px; } #Root { background-color: transparent; } #BackgroundMaterial, #Background { display: none; } #Info { position: absolute; left: 20px; bottom: 0px; } #Player1, #Player1 .music_player { display: block; } #Player1 .music_player { background: transparent; opacity: .7; } #Player1 .music_player .jokfm_plugin div.item { display: none; width: 35px; } #Player1 .music_player:hover { background: #747474; opacity: 1; } #Player1 .music_player:hover .jokfm_plugin div.item { display: block; } #Player1 .music_player .jokfm_plugin .active_channel { bottom: 0px; margin-bottom: 0px; } #RightDocOpener { display: none; } .player .music_speakers { display: none !important; } #Connecting { background: rgba(92, 92, 92, 0.8); padding: 30px 0px; position: absolute; z-index: 1000; top: 50%; left: 50%; margin-left: -100px; margin-top: -35px; color: #FFF; display: none; border-radius: 5px; min-width: 200px; text-align: center; }
Jok.Galaxy/Jok.Galaxy/Content/Site.css
body { text-align: center; font-size: 14px; margin: 0px; background: #F5F6F7 url('http://play.jok.io/images/bg.png'); font-family: 'Times New Roman'; } /* Header -------------------------------------------- */ .x_header { position: fixed; background-color: rgba(72, 158, 20, 1); color: white; box-shadow: 0 0 8px rgba(0, 0, 0, .5); width: 100%; height: 30px; min-width: 980px; top: 0; z-index: 100; } .menu_item { opacity: .8; float: left; padding: 7px 10px; font-family: Arial; font-weight: bold; font-size: 13px; border-left: 1px solid rgba(104, 168, 104, 1); cursor: default; } .menu_item:hover { opacity: 1; } div.group { background-color: white; box-shadow: 0 0 3px rgba(0, 0, 0, .2); position: relative; border-radius: 7px; padding: 10px; } div.center { margin-left: auto; margin-right: auto; } /* button ---------------------------------------------- */ .button { display: inline-block; zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size: 14px; padding: .5em 1.0em .55em; text-shadow: 0 0px 3px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } .button:hover { text-decoration: none; } .button:active { position: relative; top: 1px; } .bigrounded { -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } .medium { font-size: 12px; padding: .4em 1.5em .42em; } .small { font-size: 11px; padding: .2em 1em .275em; } /* color styles ---------------------------------------------- */ /* black */ .black { color: #d7d7d7; border: solid 1px #333; background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#667), to(#000)); background: -moz-linear-gradient(top, #667, #000); } .black:hover { background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)); background: -moz-linear-gradient(top, #444, #000); } .black:active { color: #666; background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444)); background: -moz-linear-gradient(top, #000, #444); } /* gray */ .gray { color: #e9e9e9; border: solid 1px #555; background: #6e6e6e; background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757)); background: -moz-linear-gradient(top, #888, #575757); } .gray:hover { background: #616161; background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b)); background: -moz-linear-gradient(top, #757575, #4b4b4b); } .gray:active { color: #afafaf; background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888)); background: -moz-linear-gradient(top, #575757, #888); } /* white */ .white { color: #606060; border: solid 1px #b7b7b7; background: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: -moz-linear-gradient(top, #fff, #ededed); } .white:hover { background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc); } .white:active { color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); background: -moz-linear-gradient(top, #ededed, #fff); } /* orange */ .orange { color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top, #faa51a, #f47a20); } .orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top, #f88e11, #f06015); } .orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top, #f47a20, #faa51a); } /* red */ .red { color: #faddde; border: solid 1px #980c10; background: #d81b21; background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)); background: -moz-linear-gradient(top, #ed1c24, #aa1317); } .red:hover { background: #b61318; background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115)); background: -moz-linear-gradient(top, #c9151b, #a11115); } .red:active { color: #de898c; background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24)); background: -moz-linear-gradient(top, #aa1317, #ed1c24); } /* blue */ .blue { color: #d9eef7; border: solid 1px #0076a3; background: #0095cd; background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5)); background: -moz-linear-gradient(top, #00adee, #0078a5); } .blue:hover { background: #007ead; background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e)); background: -moz-linear-gradient(top, #0095cc, #00678e); } .blue:active { color: #80bed6; background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee)); background: -moz-linear-gradient(top, #0078a5, #00adee); } /* rosy */ .rosy { color: #fae7e9; border: solid 1px #b73948; background: #da5867; background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f)); background: -moz-linear-gradient(top, #f16c7c, #bf404f); } .rosy:hover { background: #ba4b58; background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845)); background: -moz-linear-gradient(top, #cf5d6a, #a53845); } .rosy:active { color: #dca4ab; background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c)); background: -moz-linear-gradient(top, #bf404f, #f16c7c); } /* badgreen */ .badgreen { color: #e8f0de; border: solid 1px #538312; background: #64991e; background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e)); background: -moz-linear-gradient(top, #7db72f, #4e7d0e); } .badgreen:hover { background: #538018; background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c)); background: -moz-linear-gradient(top, #6b9d28, #436b0c); } .badgreen:active { color: #a9c08c; background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f)); background: -moz-linear-gradient(top, #4e7d0e, #7db72f); } /* pink */ .pink { color: #feeef5; border: solid 1px #d2729e; background: #f895c2; background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab)); background: -moz-linear-gradient(top, #feb1d3, #f171ab); } .pink:hover { background: #d57ea5; background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4)); background: -moz-linear-gradient(top, #f4aacb, #e86ca4); } .pink:active { color: #f3c3d9; background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3)); background: -moz-linear-gradient(top, #f171ab, #feb1d3); } /* green */ .green { color: #e8f0de; border: solid 1px #538312; background: #33ac05; background: -webkit-gradient(linear, left top, left bottom, from(#9bd664), to(#33ac05)); background: -moz-linear-gradient(top, #9bd664, #33ac05); } .green:hover { background: #33ac05; background: -webkit-gradient(linear, left top, left bottom, from(#33ac05), to(#33ac05)); background: -moz-linear-gradient(top, #33ac05, #33ac05); } .green:active { color: #a8e7ab; background: #33ac05; background: -webkit-gradient(linear, left top, left bottom, from(#33ac05), to(#9bd664)); background: -moz-linear-gradient(top, #33ac05, #9bd664); } /* yellow */ .yellow { color: white; border: solid 1px #faaf40; background: #feb22e; background: -webkit-gradient(linear, left top, left bottom, from(#f9cf54), to(#feb22e)); background: -moz-linear-gradient(top, #f9cf54, #feb22e); } .yellow:hover { background: -webkit-gradient(linear, left top, left bottom, from(#e7ae05), to(#e7ae05)); background: -moz-linear-gradient(top, #e7ae05, #e7ae05); } .yellow:active { color: #e7e6a8; background: #feb22e; background: -webkit-gradient(linear, left top, left bottom, from(#feb22e), to(#f9cf54)); background: -moz-linear-gradient(top, #feb22e, #f9cf54); } /* blue_fb */ .blue_fb { color: white; border: solid 1px #2e4c89; background: #8b9dc3; background: -webkit-gradient(linear, left top, left bottom, from(#6177b7), to(#3b5998)); background: -moz-linear-gradient(top, #6177b7, #3b5998); } .blue_fb:hover { background: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#6177b7)); background: -moz-linear-gradient(top, #3b5998, #6177b7); } .blue_fb:active { color: #f7f7f7; background: #6177b7; background: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#3b5998)); background: -moz-linear-gradient(top, #3b5998, #3b5998); } body { margin: 0px; color: gray; font-family: sans-serif; background-image: url(/Images/bg.png); overflow: hidden; } #Loading { background: url('http://play.jok.io/images/joklogo_transparent.png') top left no-repeat; background-size: 89px; text-align: center; color: white; top: 50%; margin-top: -75px; position: absolute; width: 100px; left: 50%; font-weight: bold; padding-top: 90px; padding-left: 6px; margin-left: -50px; z-index: 1; display: none; opacity: 0.8; } .jokge { cursor: pointer !important; } div.title { margin-top: 50px; margin-bottom: 15px; } div.shipcolors div { border: 1px solid silver; border-radius: 3px; width: 30px; height: 30px; float: right; cursor: pointer; margin-left: 8px; opacity: .3; } div.shipcolors div:hover, div.shipcolors div.active { opacity: 1; } button.play { width: 160px !important; margin-top: 10px !important; font-size: 14px !important; font-weight: normal !important; padding: 8px !important; display: none; } div.vip_only { display: none; color: red; font-weight: bold; position: absolute; left: 50%; margin-left: -100px; width: 200px; text-align: center; font-size: 14px; top: 59px; text-shadow: 0px 0px 2px black; } #haf .idle { color: yellow; opacity: 0.9; font-size: 300%; } .nick { font-size: 20px; text-align: center; margin-right: 60px; color: #55B919; } #haf .map { opacity: 0.75; position: absolute; right: 0px; bottom: 0px; border-color: white; border-style: solid; border-width: 2px 0px 0px 2px; border-radius: 4px 0px 0px 0px; } #haf .score { white-space: pre; font-family: monospace; color: #ccc; position: absolute; top: 5px; right: 5px; font-size: 120%; line-height: 150%; } #setup { width: 600px; margin: auto; text-align: center; } #setup label { margin-left: 1em; } #setup button { margin: 0px; padding: 1em; border-width: 1px 1px 1px 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.31); background-color: #ccc; } #setup .button-set { margin: 1em 0em; } #setup .button-set button img { width: 64px; height: 64px; } /*#setup .button-set button { -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }*/ #setup .button-set button { position: relative; } #setup .button-set button.active { background-color: rgba(55, 136, 6, 0.49); color: #F2FFF2; cursor: default; box-shadow: inset 0px 0px 3px 3px rgba(42, 88, 15, 0.59); } #setup .button-set button.disabled { background-color: rgba(121, 121, 121, 0.49); color: #F2FFF2; cursor: default; box-shadow: inset 0px 0px 3px 3px rgba(141, 141, 141, 0.59); } #setup .button-set button.disabled img { opacity: 1; } #setup .button-set button:first-child { border-radius: 20px 0px 0px 20px; } #setup .button-set button:last-child { border-right-width: 1px; border-radius: 0px 20px 20px 0px; } #setup button { width: 180px; cursor: pointer; } #setup button:hover { box-shadow: inset 0px 0px 3px 3px rgba(42, 88, 15, 0.3); } #setup button img { display: block; margin: auto; } #setup button.play { font-weight: bold; font-size: 150%; } canvas.bg, canvas.ships { left: 0px; } #jok { z-index: 100; position: relative; } #Game { position: absolute; width: 100%; height: 100%; margin-top: 0px; } #Root { background-color: transparent; } #BackgroundMaterial, #Background { display: none; } #Info { position: absolute; left: 20px; bottom: 0px; } #Player1, #Player1 .music_player { display: block; } #Player1 .music_player { background: transparent; opacity: .7; } #Player1 .music_player .jokfm_plugin div.item { display: none; width: 35px; } #Player1 .music_player:hover { background: #747474; opacity: 1; } #Player1 .music_player:hover .jokfm_plugin div.item { display: block; } #Player1 .music_player .jokfm_plugin .active_channel { bottom: 0px; margin-bottom: 0px; } #RightDocOpener { display: none; } .player .music_speakers { display: none !important; } #Connecting { background: rgba(92, 92, 92, 0.8); padding: 30px 0px; position: absolute; z-index: 1000; top: 50%; left: 50%; margin-left: -100px; margin-top: -35px; color: #FFF; display: none; border-radius: 5px; min-width: 200px; text-align: center; }
0.328529
0.162247
.productteaser .item__root { position: relative; } .productteaser .blank-placeholder { text-align: center; background-color: #fafafa; margin: 1rem 0; padding: 1rem; line-height: 3rem; border: 3px #ccc dashed; } .productteaser .blank-placeholder p { text-align: left; } .productteaser .item__images { display: grid; grid-template-areas: 'main'; } .productteaser .item__image { border: #3498db 1px solid; display: block; grid-area: main; height: auto; opacity: 1; transition-duration: 512ms; transition-property: opacity, visibility; transition-timing-function: ease-out; visibility: visible; width: 100%; } .productteaser .item__name { position: absolute; display: block; top: 40%; left: 20%; text-transform: uppercase; font-size: 22px; color: #ffffff; font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.9); } .productteaser .item__price { position: absolute; display: block; top: 45%; left: 20%; font-size: 18px; color: #ffffff; font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.9); } .productteaser .item__badge { width: 150px; height: 150px; right: 0px; overflow: hidden; position: absolute; } .productteaser .item__badge::before, .productteaser .item__badge::after { position: absolute; z-index: -1; content: ''; display: block; border: 5px solid #2980b9; border-top-color: transparent; border-right-color: transparent; } .productteaser .item__badge::before { top: 0; left: 0; } .productteaser .item__badget::after { bottom: 0; right: 0; } .productteaser .item__badge span { position: absolute; display: block; width: 225px; padding: 15px 0; background-color: #3498db; box-shadow: 0 5px 10px rgba(0,0,0,.1); color: #fff; font: 700 18px/1 'Lato', sans-serif; text-shadow: 0 1px 1px rgba(0,0,0,.2); text-transform: uppercase; text-align: center; left: -25px; top: 30px; transform: rotate(45deg); } .productteaser .productteaser__cta { text-align: center; padding: 10px 0; } @media (max-width: 768px) { .productteaser .item__name { font-size: 15px; } .productteaser .item__price { top: 60%; font-size: 10px; } } @media (max-width: 992px) { .productteaser .item__name { font-size: 18px; } .productteaser .item__price { top: 60%; font-size: 14px; } }
src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appsFolderName__/clientlibs/theme/components/productteaser/teaser.css
.productteaser .item__root { position: relative; } .productteaser .blank-placeholder { text-align: center; background-color: #fafafa; margin: 1rem 0; padding: 1rem; line-height: 3rem; border: 3px #ccc dashed; } .productteaser .blank-placeholder p { text-align: left; } .productteaser .item__images { display: grid; grid-template-areas: 'main'; } .productteaser .item__image { border: #3498db 1px solid; display: block; grid-area: main; height: auto; opacity: 1; transition-duration: 512ms; transition-property: opacity, visibility; transition-timing-function: ease-out; visibility: visible; width: 100%; } .productteaser .item__name { position: absolute; display: block; top: 40%; left: 20%; text-transform: uppercase; font-size: 22px; color: #ffffff; font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.9); } .productteaser .item__price { position: absolute; display: block; top: 45%; left: 20%; font-size: 18px; color: #ffffff; font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.9); } .productteaser .item__badge { width: 150px; height: 150px; right: 0px; overflow: hidden; position: absolute; } .productteaser .item__badge::before, .productteaser .item__badge::after { position: absolute; z-index: -1; content: ''; display: block; border: 5px solid #2980b9; border-top-color: transparent; border-right-color: transparent; } .productteaser .item__badge::before { top: 0; left: 0; } .productteaser .item__badget::after { bottom: 0; right: 0; } .productteaser .item__badge span { position: absolute; display: block; width: 225px; padding: 15px 0; background-color: #3498db; box-shadow: 0 5px 10px rgba(0,0,0,.1); color: #fff; font: 700 18px/1 'Lato', sans-serif; text-shadow: 0 1px 1px rgba(0,0,0,.2); text-transform: uppercase; text-align: center; left: -25px; top: 30px; transform: rotate(45deg); } .productteaser .productteaser__cta { text-align: center; padding: 10px 0; } @media (max-width: 768px) { .productteaser .item__name { font-size: 15px; } .productteaser .item__price { top: 60%; font-size: 10px; } } @media (max-width: 992px) { .productteaser .item__name { font-size: 18px; } .productteaser .item__price { top: 60%; font-size: 14px; } }
0.695131
0.090333
table[data-sortable] { border-collapse: collapse; border-spacing: 0; border: 1px solid #3399FF; color:#343434; } /* line 6, ../sass/_sortable.sass */ table[data-sortable] th { vertical-align: bottom; font-weight: bold; background-color#3399FF; } /* line 10, ../sass/_sortable.sass */ table[data-sortable] th, table[data-sortable] td { text-align: left; padding: 10px; border:1px solid #3399FF; } /* line 14, ../sass/_sortable.sass */ table[data-sortable] th:not([data-sortable="false"]) { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; cursor: pointer; } /* line 26, ../sass/_sortable.sass */ table[data-sortable] th:after { content: ""; visibility: hidden; display: inline-block; vertical-align: inherit; height: 0; width: 0; border-width: 5px; border-style: solid; border-color: transparent; margin-right: 1px; margin-left: 10px; float: right; } /* line 40, ../sass/_sortable.sass */ table[data-sortable] th[data-sorted="true"]:after { visibility: visible; } /* line 43, ../sass/_sortable.sass */ table[data-sortable] th[data-sorted-direction="descending"]:after { border-top-color: inherit; margin-top: 8px; } /* line 47, ../sass/_sortable.sass */ table[data-sortable] th[data-sorted-direction="ascending"]:after { border-bottom-color: inherit; margin-top: 3px; } /* line 5, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333333; background: white; } table[data-sortable].sortable-theme-bootstrap caption { font-size: 20px; border:1px solid #3399FF; font-weight:bold; background-color:white; } /* line 12, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap thead th { border-bottom: 2px solid #e0e0e0; } /* line 15, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap tbody td { border-top: 1px solid #e0e0e0; } /* line 18, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] { color: #3a87ad; background: #d9edf7; border-bottom-color: #bce8f1; } /* line 23, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="descending"]:after { border-top-color: #3a87ad; } /* line 26, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="ascending"]:after { border-bottom-color: #3a87ad; } /* line 31, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap.sortable-theme-bootstrap-striped tbody > tr:nth-child(odd) > td { background-color: #f9f9f9; } /* PW custom CSS below this point */ #primary_nav_wrap { margin-top:15px } #primary_nav_wrap ul { list-style:none; position:relative; float:left; margin:0; padding:0 } #primary_nav_wrap ul a { display:block; color:#ffffff; text-decoration:none; font-weight:700; font-size:12px; line-height:32px; padding:0 15px; font-family:"Arial" } #primary_nav_wrap ul li { position:relative; float:left; margin:0; padding:0 } #primary_nav_wrap ul li.current-menu-item { background:#ddd } #primary_nav_wrap ul li:hover { background:#f6f6f6 } #primary_nav_wrap ul ul { display:none; position:absolute; top:100%; left:0; background:#fff; padding:0 } #primary_nav_wrap ul ul li { float:none; width:200px } #primary_nav_wrap ul ul a { line-height:120%; padding:10px 15px } #primary_nav_wrap ul ul ul { top:0; left:100% } #primary_nav_wrap ul li:hover > ul { display:block } .btn{ background: #3498db; background-image: -webkit-linear-gradient(top, #3498db, #2980b9); background-image: -moz-linear-gradient(top, #3498db, #2980b9); background-image: -ms-linear-gradient(top, #3498db, #2980b9); background-image: -o-linear-gradient(top, #3498db, #2980b9); background-image: linear-gradient(to bottom, #3498db, #2980b9); -webkit-border-radius: 6; -moz-border-radius: 6; border-radius: 6px; text-shadow: 3px 2px 4px #666666; -webkit-box-shadow; 3px 2px 4px #666666; -moz-box-shadow: 3px 2px 4px #666666; box-shadow: 3px 2px 4px #666666; font-family: Arial; color: #ffffff; font-size: 21px; padding: 10px 20px 12px 20px; border: solid #1f628d 1px; text-decoration: none; } .btn:hover { background: #3cb0fd; background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db); background-image: -moz-linear-gradient(top, #3cb0fd, #3498db); background-image: -ms-linear-gradient(top, #3cb0fd, #3498db); background-image: -o-linear-gradient(top, #3cb0fd, #3498db); background-image: linear-gradient(to bottom, #3cb0fd, #3498db); text-decoration: none; }
sortable-theme-bootstrap.css
table[data-sortable] { border-collapse: collapse; border-spacing: 0; border: 1px solid #3399FF; color:#343434; } /* line 6, ../sass/_sortable.sass */ table[data-sortable] th { vertical-align: bottom; font-weight: bold; background-color#3399FF; } /* line 10, ../sass/_sortable.sass */ table[data-sortable] th, table[data-sortable] td { text-align: left; padding: 10px; border:1px solid #3399FF; } /* line 14, ../sass/_sortable.sass */ table[data-sortable] th:not([data-sortable="false"]) { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; cursor: pointer; } /* line 26, ../sass/_sortable.sass */ table[data-sortable] th:after { content: ""; visibility: hidden; display: inline-block; vertical-align: inherit; height: 0; width: 0; border-width: 5px; border-style: solid; border-color: transparent; margin-right: 1px; margin-left: 10px; float: right; } /* line 40, ../sass/_sortable.sass */ table[data-sortable] th[data-sorted="true"]:after { visibility: visible; } /* line 43, ../sass/_sortable.sass */ table[data-sortable] th[data-sorted-direction="descending"]:after { border-top-color: inherit; margin-top: 8px; } /* line 47, ../sass/_sortable.sass */ table[data-sortable] th[data-sorted-direction="ascending"]:after { border-bottom-color: inherit; margin-top: 3px; } /* line 5, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333333; background: white; } table[data-sortable].sortable-theme-bootstrap caption { font-size: 20px; border:1px solid #3399FF; font-weight:bold; background-color:white; } /* line 12, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap thead th { border-bottom: 2px solid #e0e0e0; } /* line 15, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap tbody td { border-top: 1px solid #e0e0e0; } /* line 18, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] { color: #3a87ad; background: #d9edf7; border-bottom-color: #bce8f1; } /* line 23, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="descending"]:after { border-top-color: #3a87ad; } /* line 26, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="ascending"]:after { border-bottom-color: #3a87ad; } /* line 31, ../sass/sortable-theme-bootstrap.sass */ table[data-sortable].sortable-theme-bootstrap.sortable-theme-bootstrap-striped tbody > tr:nth-child(odd) > td { background-color: #f9f9f9; } /* PW custom CSS below this point */ #primary_nav_wrap { margin-top:15px } #primary_nav_wrap ul { list-style:none; position:relative; float:left; margin:0; padding:0 } #primary_nav_wrap ul a { display:block; color:#ffffff; text-decoration:none; font-weight:700; font-size:12px; line-height:32px; padding:0 15px; font-family:"Arial" } #primary_nav_wrap ul li { position:relative; float:left; margin:0; padding:0 } #primary_nav_wrap ul li.current-menu-item { background:#ddd } #primary_nav_wrap ul li:hover { background:#f6f6f6 } #primary_nav_wrap ul ul { display:none; position:absolute; top:100%; left:0; background:#fff; padding:0 } #primary_nav_wrap ul ul li { float:none; width:200px } #primary_nav_wrap ul ul a { line-height:120%; padding:10px 15px } #primary_nav_wrap ul ul ul { top:0; left:100% } #primary_nav_wrap ul li:hover > ul { display:block } .btn{ background: #3498db; background-image: -webkit-linear-gradient(top, #3498db, #2980b9); background-image: -moz-linear-gradient(top, #3498db, #2980b9); background-image: -ms-linear-gradient(top, #3498db, #2980b9); background-image: -o-linear-gradient(top, #3498db, #2980b9); background-image: linear-gradient(to bottom, #3498db, #2980b9); -webkit-border-radius: 6; -moz-border-radius: 6; border-radius: 6px; text-shadow: 3px 2px 4px #666666; -webkit-box-shadow; 3px 2px 4px #666666; -moz-box-shadow: 3px 2px 4px #666666; box-shadow: 3px 2px 4px #666666; font-family: Arial; color: #ffffff; font-size: 21px; padding: 10px 20px 12px 20px; border: solid #1f628d 1px; text-decoration: none; } .btn:hover { background: #3cb0fd; background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db); background-image: -moz-linear-gradient(top, #3cb0fd, #3498db); background-image: -ms-linear-gradient(top, #3cb0fd, #3498db); background-image: -o-linear-gradient(top, #3cb0fd, #3498db); background-image: linear-gradient(to bottom, #3cb0fd, #3498db); text-decoration: none; }
0.274351
0.102799
button .default-and-hidden { overflow: visible !important; height: 0 !important; width: 0 !important; margin: 0 !important; border: 0 !important; padding: 0 !important; display: block !important; } form.grp-actions { display: flex; align-items: center; justify-content: space-between; } form.grp-actions button { float: right; font-size: 1rem; } form.grp-actions input[type="text"] { float: right; padding: 6px 6px 8px 8px; border: none; font-size: 0.875rem; font-weight: 500; width: 100%; } button.lst-add { padding: 4px 5px 5px 14px; } button.grp-add { padding: 4px 7px 5px 5px; } .nav-button { background-color: rgb(245, 245, 245); border: none; color: #aaa; padding: 5px 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 2rem; height: 40px; } .nav-button:hover { background-color: #ccc; } .task-list-sort { display: flex; align-items: center; padding: 6px 12px; font-size: 0.875rem; } .task-list-sort:hover { background-color: #eee; } .task-complete-icon { margin: 0px 15px; } .task .info { height: 49px; overflow: hidden; } .task .info .name { padding: 8px 0px; font-size: 0.933rem; font-weight: 500; line-height: 1rem; color: #34373d; } .task .info .descr { font-size: 0.8rem; font-weight: 500; line-height: 1rem; color: #767678; overflow: hidden; display: flex; } .expired { color: #af2e20 !important; } .actual { color: #465efc !important; } .completed { text-decoration: line-through; } .steps { z-index: 5; background: white; padding: 0px 10px 2px; border: 1px solid #eaeaea; border-top-color: initial; border-top-style: initial; border-top-width: 0px; border-right-color: rgb(234, 234, 234); border-right-style: solid; border-right-width: 1px; border-bottom-color: initial; border-bottom-style: initial; border-bottom-width: 0px; border-left-color: rgb(234, 234, 234); border-left-style: solid; border-left-width: 1px; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; border-top: 0; border-bottom: 0; border: 1px solid #eaeaea; border-top: 0; border-radius: 0 0 2px 2px; } .step-name { width: 100%; margin: 10px 0; padding: 10px 0; } .step-field-group { display: flex; justify-content: space-between; align-items: center; height: 42px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(234, 234, 234); } .step-name input[type="text"] { font-size: 0.875rem; } .file-info { height: 20px; } .dropdown-content-separator { width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(234, 234, 234); } .details .section-item-note { align-items: flex-start; height: auto; border: 1px solid #eaeaea; border-width: 1px; border-radius: 2px; } .details .footer { display: flex; align-items: center; padding: 0 10px; min-height: 38px; justify-content: space-between; background: #f4f4f4; border-top: 1px solid #eaeaea; } .details .footer a { background: none; box-shadow: none; padding: 10px; } .details .footer a:hover { background: white; } .details .footer .info { font-size: 1.2rem; color: #666666; text-align: center; } .pos-remind { top: 310px; right: 30px; width: 260px; } .pos-termin { top: 370px; right: 30px; width: 220px; } .pos-repeat { top: 415px; right: 30px; width: 270px; } .c001 { display: flex; align-items: center; justify-content: space-between; } .c002 { display: flex; align-items: center; justify-content: flex-start; } .c003 { text-align: left; } .c004 { padding-right: 10px; } .c005 { display: flex; align-items: center; justify-content: flex-start; } .c005 input[type="text"], .c005 input[type="date"] { width: 140px; padding: 5px; } .repeat-options-block { display: flex; flex-direction: column; align-items: center; justify-content: space-between; width: 100%; font-size: 0.875rem; } .repeat-options-main { display: flex; align-items: center; justify-content: space-between; height: 40px; width: 100%; } .repeat-options-main img { padding: 0px 10px; } .repeat-options-input { display: flex; align-items: center; justify-content: flex-start; } .repeat-options-num { } .repeat-options-num input[type="number"] { width: 70px; height: 27px; margin-right: 5px; } .repeat-options-type select { width: 100px; height: 27px; } .repeat-options-week { display: flex; align-items: center; justify-content: space-between; height: 40px; width: 100%; padding: 0px 5px; } .repeat-options-day { display: flex; align-items: center; justify-content: space-between; height: 35px; width: 35px; padding: 5px; text-align: center !important; } .button.day:hover { background-color: #ddd; } .button.day { color: black; min-height: 30px; min-width: 30px; text-align: center; display: flex; align-items: center; justify-content: center; border-style: solid; border-width: 1px; } .button.day.selected { background-color: #bbb; } .section-item.hide-default { display: none; } }
static/todo/css/todo.css
button .default-and-hidden { overflow: visible !important; height: 0 !important; width: 0 !important; margin: 0 !important; border: 0 !important; padding: 0 !important; display: block !important; } form.grp-actions { display: flex; align-items: center; justify-content: space-between; } form.grp-actions button { float: right; font-size: 1rem; } form.grp-actions input[type="text"] { float: right; padding: 6px 6px 8px 8px; border: none; font-size: 0.875rem; font-weight: 500; width: 100%; } button.lst-add { padding: 4px 5px 5px 14px; } button.grp-add { padding: 4px 7px 5px 5px; } .nav-button { background-color: rgb(245, 245, 245); border: none; color: #aaa; padding: 5px 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 2rem; height: 40px; } .nav-button:hover { background-color: #ccc; } .task-list-sort { display: flex; align-items: center; padding: 6px 12px; font-size: 0.875rem; } .task-list-sort:hover { background-color: #eee; } .task-complete-icon { margin: 0px 15px; } .task .info { height: 49px; overflow: hidden; } .task .info .name { padding: 8px 0px; font-size: 0.933rem; font-weight: 500; line-height: 1rem; color: #34373d; } .task .info .descr { font-size: 0.8rem; font-weight: 500; line-height: 1rem; color: #767678; overflow: hidden; display: flex; } .expired { color: #af2e20 !important; } .actual { color: #465efc !important; } .completed { text-decoration: line-through; } .steps { z-index: 5; background: white; padding: 0px 10px 2px; border: 1px solid #eaeaea; border-top-color: initial; border-top-style: initial; border-top-width: 0px; border-right-color: rgb(234, 234, 234); border-right-style: solid; border-right-width: 1px; border-bottom-color: initial; border-bottom-style: initial; border-bottom-width: 0px; border-left-color: rgb(234, 234, 234); border-left-style: solid; border-left-width: 1px; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; border-top: 0; border-bottom: 0; border: 1px solid #eaeaea; border-top: 0; border-radius: 0 0 2px 2px; } .step-name { width: 100%; margin: 10px 0; padding: 10px 0; } .step-field-group { display: flex; justify-content: space-between; align-items: center; height: 42px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(234, 234, 234); } .step-name input[type="text"] { font-size: 0.875rem; } .file-info { height: 20px; } .dropdown-content-separator { width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(234, 234, 234); } .details .section-item-note { align-items: flex-start; height: auto; border: 1px solid #eaeaea; border-width: 1px; border-radius: 2px; } .details .footer { display: flex; align-items: center; padding: 0 10px; min-height: 38px; justify-content: space-between; background: #f4f4f4; border-top: 1px solid #eaeaea; } .details .footer a { background: none; box-shadow: none; padding: 10px; } .details .footer a:hover { background: white; } .details .footer .info { font-size: 1.2rem; color: #666666; text-align: center; } .pos-remind { top: 310px; right: 30px; width: 260px; } .pos-termin { top: 370px; right: 30px; width: 220px; } .pos-repeat { top: 415px; right: 30px; width: 270px; } .c001 { display: flex; align-items: center; justify-content: space-between; } .c002 { display: flex; align-items: center; justify-content: flex-start; } .c003 { text-align: left; } .c004 { padding-right: 10px; } .c005 { display: flex; align-items: center; justify-content: flex-start; } .c005 input[type="text"], .c005 input[type="date"] { width: 140px; padding: 5px; } .repeat-options-block { display: flex; flex-direction: column; align-items: center; justify-content: space-between; width: 100%; font-size: 0.875rem; } .repeat-options-main { display: flex; align-items: center; justify-content: space-between; height: 40px; width: 100%; } .repeat-options-main img { padding: 0px 10px; } .repeat-options-input { display: flex; align-items: center; justify-content: flex-start; } .repeat-options-num { } .repeat-options-num input[type="number"] { width: 70px; height: 27px; margin-right: 5px; } .repeat-options-type select { width: 100px; height: 27px; } .repeat-options-week { display: flex; align-items: center; justify-content: space-between; height: 40px; width: 100%; padding: 0px 5px; } .repeat-options-day { display: flex; align-items: center; justify-content: space-between; height: 35px; width: 35px; padding: 5px; text-align: center !important; } .button.day:hover { background-color: #ddd; } .button.day { color: black; min-height: 30px; min-width: 30px; text-align: center; display: flex; align-items: center; justify-content: center; border-style: solid; border-width: 1px; } .button.day.selected { background-color: #bbb; } .section-item.hide-default { display: none; } }
0.38445
0.089177
* Base structure */ body { padding-top: 0px; } /* Header paragraph links */ a.headerlink { color: #EBEBEB; } a.headerlink:hover { color: #0083c0; } /* * Global add-ons */ .sub-header { padding-bottom: 10px; border-bottom: 1px solid #eee; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; } /* * Sidebar */ form.search { margin-left: 0px; } .sidebar { left: 0; height: 100%; background-color: #EBEBEB; font-size: 14px; z-index: 0; } .sidebar ul { padding-left: 15px; } /* Hide for mobile, show later */ .sidebar { display: none; } @media (min-width: 768px) { .sidebar { /* top: 126px; */ border-bottom-right-radius: 6px; border-bottom: 1px #4D4F53 solid; border-right: 1px #4D4F53 solid; bottom: 0; left: 0; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ } } /* Sidebar navigation */ .nav-sidebar { margin-right: -21px; /* 20px padding + 1px border */ margin-bottom: 20px; margin-left: -20px; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus { color: #fff; background-color: #428bca; } /* Sidebar Search */ form.search { margin: 6px; padding-bottom: 6px; } .search .btn-primary { border-radius: 4px; } /* * Main content */ .main { padding: 20px; } @media (min-width: 768px) { .main { padding-right: 40px; padding-left: 40px; } } .main .page-header { margin-top: 0; } /* * Panels for Tip, See also, Note etc */ .admonition { border-radius: 4px; background-color: white; margin-bottom: 20px; } ul.last { margin-left: 26px; } /* Yellow: Attention, Caution, Warning */ .attention, .caution, .warning { border: 1px #8a6d3b solid; background-color: #fcf8e3; } .attention>.admonition-title, .caution>.admonition-title, .warning>.admonition-title { background-color: #8a6d3b; color: white; padding: 6px; } .attention>.last, .caution>.last, .warning>.last { padding: 6px; } /* Red */ .danger, .error { border: 1px #a94442 solid; background-color: #f2dede; } .danger>.admonition-title, .error>.admonition-title { background-color: #a94442; color: white; padding: 6px; } .danger>.last, .error>.last { padding: 6px; } /* Green */ .hint, .admonition-tmsh { border: 1px #3c763d solid; background-color: #dff0d8; } .hint>.admonition-title, .admonition-tmsh>.admonition-title { background-color: #3c763d; color: white; padding: 6px; } .hint>.last { padding: 6px; } /* Lt. Blue */ .tip, .note { border: 1px #31708f solid; background-color: #D9EDF8; } .tip>.admonition-title, .note>.admonition-title { background-color: #31708f; color: white; padding: 6px; } .tip>.last, .note>.last { padding: 6px; } /* Blue */ .important, .seealso { border: 1px #337ab7 solid; background-color: #D9EDF8; } .important>.admonition-title, .seealso>.admonition-title { color: #fff; background-color: #337ab7; padding: 6px; } .important>.last, .seealso>.last { padding: 6px; } /* Admonition icons */ .admonition-title:before { font-family: "FontAwesome"; display: inline-block; font-style: normal; font-weight: normal; line-height: 1; text-decoration: inherit; margin-left: 8px; margin-right: 8px; } .attention>.admonition-title:before, .caution>.admonition-title:before, .warning>.admonition-title:before { content: "\f06a"; } .important>.admonition-title:before, .admonition-tmsh>.admonition-title:before, .note>.admonition-title:before, .tip>.admonition-title:before, .hint>.admonition-title:before { content: "\f05a"; } .danger>.admonition-title:before, .error>.admonition-title:before { content: "\f071"; } .admonition-tmsh>.admonition-title:after { content: " Command"; } .admonition-tmsh p.last { display: block; padding: 10.5px; margin: 6px 6px 11px; font-size: 15px; line-height: 1.375; word-break: break-all; word-wrap: break-word; color: #4d4f53; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 0; font-family: Menlo,Monaco,Consolas,Courier New,monospace; } .admonition-todo>.admonition-title:before { content: "\f046"; } .admonition-todo>.admonition-title { background-color: #ff3030; color: white; padding: 6px; } .admonition-todo { border: solid 1px red; background-color: #ffa0a0; } /* * Fix margins when .last element is not p in * admonition */ .admonition p.first { margin-left: 0px; } .admonition p { margin-left: 6px; padding: 6px; } /* End fix */ .admonition>ol, .admonition>ul { margin-left: 30px; } /* * Tables */ th, td { padding: 4px; } th.stub { background: white; border-right: solid 3px grey; } thead { border-bottom: solid 3px grey; } .next-prev-btn-row { margin-top: 12px; }
docs/_build/html/_static/css/custom.css
* Base structure */ body { padding-top: 0px; } /* Header paragraph links */ a.headerlink { color: #EBEBEB; } a.headerlink:hover { color: #0083c0; } /* * Global add-ons */ .sub-header { padding-bottom: 10px; border-bottom: 1px solid #eee; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; } /* * Sidebar */ form.search { margin-left: 0px; } .sidebar { left: 0; height: 100%; background-color: #EBEBEB; font-size: 14px; z-index: 0; } .sidebar ul { padding-left: 15px; } /* Hide for mobile, show later */ .sidebar { display: none; } @media (min-width: 768px) { .sidebar { /* top: 126px; */ border-bottom-right-radius: 6px; border-bottom: 1px #4D4F53 solid; border-right: 1px #4D4F53 solid; bottom: 0; left: 0; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ } } /* Sidebar navigation */ .nav-sidebar { margin-right: -21px; /* 20px padding + 1px border */ margin-bottom: 20px; margin-left: -20px; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus { color: #fff; background-color: #428bca; } /* Sidebar Search */ form.search { margin: 6px; padding-bottom: 6px; } .search .btn-primary { border-radius: 4px; } /* * Main content */ .main { padding: 20px; } @media (min-width: 768px) { .main { padding-right: 40px; padding-left: 40px; } } .main .page-header { margin-top: 0; } /* * Panels for Tip, See also, Note etc */ .admonition { border-radius: 4px; background-color: white; margin-bottom: 20px; } ul.last { margin-left: 26px; } /* Yellow: Attention, Caution, Warning */ .attention, .caution, .warning { border: 1px #8a6d3b solid; background-color: #fcf8e3; } .attention>.admonition-title, .caution>.admonition-title, .warning>.admonition-title { background-color: #8a6d3b; color: white; padding: 6px; } .attention>.last, .caution>.last, .warning>.last { padding: 6px; } /* Red */ .danger, .error { border: 1px #a94442 solid; background-color: #f2dede; } .danger>.admonition-title, .error>.admonition-title { background-color: #a94442; color: white; padding: 6px; } .danger>.last, .error>.last { padding: 6px; } /* Green */ .hint, .admonition-tmsh { border: 1px #3c763d solid; background-color: #dff0d8; } .hint>.admonition-title, .admonition-tmsh>.admonition-title { background-color: #3c763d; color: white; padding: 6px; } .hint>.last { padding: 6px; } /* Lt. Blue */ .tip, .note { border: 1px #31708f solid; background-color: #D9EDF8; } .tip>.admonition-title, .note>.admonition-title { background-color: #31708f; color: white; padding: 6px; } .tip>.last, .note>.last { padding: 6px; } /* Blue */ .important, .seealso { border: 1px #337ab7 solid; background-color: #D9EDF8; } .important>.admonition-title, .seealso>.admonition-title { color: #fff; background-color: #337ab7; padding: 6px; } .important>.last, .seealso>.last { padding: 6px; } /* Admonition icons */ .admonition-title:before { font-family: "FontAwesome"; display: inline-block; font-style: normal; font-weight: normal; line-height: 1; text-decoration: inherit; margin-left: 8px; margin-right: 8px; } .attention>.admonition-title:before, .caution>.admonition-title:before, .warning>.admonition-title:before { content: "\f06a"; } .important>.admonition-title:before, .admonition-tmsh>.admonition-title:before, .note>.admonition-title:before, .tip>.admonition-title:before, .hint>.admonition-title:before { content: "\f05a"; } .danger>.admonition-title:before, .error>.admonition-title:before { content: "\f071"; } .admonition-tmsh>.admonition-title:after { content: " Command"; } .admonition-tmsh p.last { display: block; padding: 10.5px; margin: 6px 6px 11px; font-size: 15px; line-height: 1.375; word-break: break-all; word-wrap: break-word; color: #4d4f53; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 0; font-family: Menlo,Monaco,Consolas,Courier New,monospace; } .admonition-todo>.admonition-title:before { content: "\f046"; } .admonition-todo>.admonition-title { background-color: #ff3030; color: white; padding: 6px; } .admonition-todo { border: solid 1px red; background-color: #ffa0a0; } /* * Fix margins when .last element is not p in * admonition */ .admonition p.first { margin-left: 0px; } .admonition p { margin-left: 6px; padding: 6px; } /* End fix */ .admonition>ol, .admonition>ul { margin-left: 30px; } /* * Tables */ th, td { padding: 4px; } th.stub { background: white; border-right: solid 3px grey; } thead { border-bottom: solid 3px grey; } .next-prev-btn-row { margin-top: 12px; }
0.480235
0.06256
@import url("ms-help://Hx/HxRuntime/HxLink.css"); /*********************************************************** * Behaviors ***********************************************************/ .userDataStyle { behavior:url(#default#userData); } div.saveHistory { behavior:url(#default#saveHistory); display: none; } /*********************************************************** * Content Presentation Styles ***********************************************************/ body { background: #FFFFFF; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-style: normal; font-weight: normal; margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; width: 100%; } dl { margin-top: 0; padding-left: 1; /* Prevents italic-letter descenders from being cut off */ } dt { font-style: italic; } dd { margin-bottom: 0; margin-left: 0; } ul { margin-left: 17; list-style-type: disc; } ul ul { margin-bottom: 4; margin-left: 17; margin-top: 3; list-style-type: disc; } ol { margin-left: 24; list-style-type: decimal; } ol ol { margin-bottom: 4; margin-left: 24; margin-top: 3; list-style-type: lower-alpha; } li { margin-bottom: 3; } p { margin-top: 10; margin-bottom: 10; } div.section p { margin-top: 0; margin-bottom: 15; } A, MSHelp\:link, A:link, MSHelp\:link:link { color: #0000FF } A:active, MSHelp\:link:active, A:visited, MSHelp\:link:visited { color: #800080 } A:hover, MSHelp\:link:hover { color: #FF0000; } code { font-family: Monospace, Courier New, Courier; font-size: 105%; color: #0000EE; } /*********************************************************** * Structure Presentation Styles ***********************************************************/ /* Applies to everything below the non-scrolling header region. */ div#pagebody { font-size: 70%; width: 100%; } /* Applies to everything below the non-scrolling header region, minus the footer. */ div#mainbody { font-size: 90%; margin-left: 15; margin-top: 10; padding-bottom: 20; } /*------------------------------ Non-scrolling Header Region Styles -------------------------------*/ /* Applies to the entire non-scrolling header region. */ div#pagetop { background-color: #ccccff; padding-top: 0; padding-bottom: 0; padding-left: 12; padding-right: 0; width: 100%; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #c8cdde; } /* Applies to both tables in the non-scrolling header region. */ div#pagetop table { width: 100%; } /* Applies to cells in both tables in the non-scrolling header region. */ div#pagetop table td { color: #0000FF; font-size: 70%; margin-top: 0; margin-bottom: 0; padding-right: 20; } /* Applies to the last row in the upper table of the non-scrolling header region. */ div#pagetop table tr#pagetoptable1row3 td { padding-bottom: 2; padding-top: 5; } /* Applies to the running header text in the first row of the upper table in the non-scrolling header region. */ span#projecttitle { color: #003399; font-size: 90%; } /* Applies to the topic title in the second row of the upper table in the non-scrolling header region. */ span#pagetitle { color: #003399; font-size: 120%; font-weight: 600; } /*------------------------------ Other Region Styles -------------------------------*/ /* Applies to the page footer */ div#pagefooter { font-size: 90%; margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; padding-top: 2; padding-bottom: 6; padding-left: 5; padding-right: 2; width: 100%; } /* Footer horizontal rule */ hr#footerHR { border-bottom-color: #EEEEFF; border-bottom-style: solid; border-bottom-width: 1; border-top-color: C8CDDE; border-top-style: solid; border-top-width: 1; height: 3; color: #D4DFFF; } /*------------------------------ Heading Styles -------------------------------*/ .heading, h1, h2, h3 { margin-left: 0; font-weight: bold; color: #003399; } h1 { font-size: 130%; margin-top: 16; margin-bottom: 8; } h2 { font-size: 110%; margin-top: 12; margin-bottom: 4; } h3 { margin-top: 12; margin-bottom: 4; } /*------------------------------ Glossary links -------------------------------*/ div.hspopupbubble { left: 4px; position: absolute; padding: 0px 8px 5px 26px; z-index: 1; width: 50%; visibility: hidden; border: buttonshadow 1px solid; background-color: infobackground; } A.hsglossaryreference { COLOR: #008000 ; border-bottom: 1px dotted #008000 ; text-decoration: none; cursor: hand; cursor: pointer; } A.hsglossaryreference:link { COLOR : #008000 } A.hsglossaryreference:active { COLOR : #008000 } A.hsglossaryreference:visited { COLOR : #008000 } A.hsglossaryreference:hover { COLOR : #008000 } /*------------------------------ General Table Styles -------------------------------*/ div#pagebody table { font-size: 100%; } div#pagebody table.msdn { border: 0; font-size: 100%; width: 98.7%; margin-top: 5px; margin-bottom: 5px; } div#pagebody table tr { vertical-align: top; } div#pagebody table.msdn th { background-color: #dedbd6; border-bottom: 1px solid #FFFFFF; color: #000066; padding-left: 5px; padding-right: 5px; text-align: left; } div#pagebody table.msdn td { background-color: #e9e6e1; border-bottom: 1px solid #ccc9c4; border-left-color: #ccc9c4; padding-left: 5; padding-right: 5; margin: 1px; } /* Formats the first column--the one that displays icons. */ div#mainbody table td.imageCell { white-space: nowrap; } /*********************************************************** * Code Colorization Support ***********************************************************/ code { font-family: Courier New; font-size: 9pt; color: #000060; } code.VB { color: #000000; } .keyword { color: Navy; } .comment { color: Green; } .string { color: Gray; }
Documentation/Help Project/Stylesheets/helpstudio.css
@import url("ms-help://Hx/HxRuntime/HxLink.css"); /*********************************************************** * Behaviors ***********************************************************/ .userDataStyle { behavior:url(#default#userData); } div.saveHistory { behavior:url(#default#saveHistory); display: none; } /*********************************************************** * Content Presentation Styles ***********************************************************/ body { background: #FFFFFF; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-style: normal; font-weight: normal; margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; width: 100%; } dl { margin-top: 0; padding-left: 1; /* Prevents italic-letter descenders from being cut off */ } dt { font-style: italic; } dd { margin-bottom: 0; margin-left: 0; } ul { margin-left: 17; list-style-type: disc; } ul ul { margin-bottom: 4; margin-left: 17; margin-top: 3; list-style-type: disc; } ol { margin-left: 24; list-style-type: decimal; } ol ol { margin-bottom: 4; margin-left: 24; margin-top: 3; list-style-type: lower-alpha; } li { margin-bottom: 3; } p { margin-top: 10; margin-bottom: 10; } div.section p { margin-top: 0; margin-bottom: 15; } A, MSHelp\:link, A:link, MSHelp\:link:link { color: #0000FF } A:active, MSHelp\:link:active, A:visited, MSHelp\:link:visited { color: #800080 } A:hover, MSHelp\:link:hover { color: #FF0000; } code { font-family: Monospace, Courier New, Courier; font-size: 105%; color: #0000EE; } /*********************************************************** * Structure Presentation Styles ***********************************************************/ /* Applies to everything below the non-scrolling header region. */ div#pagebody { font-size: 70%; width: 100%; } /* Applies to everything below the non-scrolling header region, minus the footer. */ div#mainbody { font-size: 90%; margin-left: 15; margin-top: 10; padding-bottom: 20; } /*------------------------------ Non-scrolling Header Region Styles -------------------------------*/ /* Applies to the entire non-scrolling header region. */ div#pagetop { background-color: #ccccff; padding-top: 0; padding-bottom: 0; padding-left: 12; padding-right: 0; width: 100%; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #c8cdde; } /* Applies to both tables in the non-scrolling header region. */ div#pagetop table { width: 100%; } /* Applies to cells in both tables in the non-scrolling header region. */ div#pagetop table td { color: #0000FF; font-size: 70%; margin-top: 0; margin-bottom: 0; padding-right: 20; } /* Applies to the last row in the upper table of the non-scrolling header region. */ div#pagetop table tr#pagetoptable1row3 td { padding-bottom: 2; padding-top: 5; } /* Applies to the running header text in the first row of the upper table in the non-scrolling header region. */ span#projecttitle { color: #003399; font-size: 90%; } /* Applies to the topic title in the second row of the upper table in the non-scrolling header region. */ span#pagetitle { color: #003399; font-size: 120%; font-weight: 600; } /*------------------------------ Other Region Styles -------------------------------*/ /* Applies to the page footer */ div#pagefooter { font-size: 90%; margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; padding-top: 2; padding-bottom: 6; padding-left: 5; padding-right: 2; width: 100%; } /* Footer horizontal rule */ hr#footerHR { border-bottom-color: #EEEEFF; border-bottom-style: solid; border-bottom-width: 1; border-top-color: C8CDDE; border-top-style: solid; border-top-width: 1; height: 3; color: #D4DFFF; } /*------------------------------ Heading Styles -------------------------------*/ .heading, h1, h2, h3 { margin-left: 0; font-weight: bold; color: #003399; } h1 { font-size: 130%; margin-top: 16; margin-bottom: 8; } h2 { font-size: 110%; margin-top: 12; margin-bottom: 4; } h3 { margin-top: 12; margin-bottom: 4; } /*------------------------------ Glossary links -------------------------------*/ div.hspopupbubble { left: 4px; position: absolute; padding: 0px 8px 5px 26px; z-index: 1; width: 50%; visibility: hidden; border: buttonshadow 1px solid; background-color: infobackground; } A.hsglossaryreference { COLOR: #008000 ; border-bottom: 1px dotted #008000 ; text-decoration: none; cursor: hand; cursor: pointer; } A.hsglossaryreference:link { COLOR : #008000 } A.hsglossaryreference:active { COLOR : #008000 } A.hsglossaryreference:visited { COLOR : #008000 } A.hsglossaryreference:hover { COLOR : #008000 } /*------------------------------ General Table Styles -------------------------------*/ div#pagebody table { font-size: 100%; } div#pagebody table.msdn { border: 0; font-size: 100%; width: 98.7%; margin-top: 5px; margin-bottom: 5px; } div#pagebody table tr { vertical-align: top; } div#pagebody table.msdn th { background-color: #dedbd6; border-bottom: 1px solid #FFFFFF; color: #000066; padding-left: 5px; padding-right: 5px; text-align: left; } div#pagebody table.msdn td { background-color: #e9e6e1; border-bottom: 1px solid #ccc9c4; border-left-color: #ccc9c4; padding-left: 5; padding-right: 5; margin: 1px; } /* Formats the first column--the one that displays icons. */ div#mainbody table td.imageCell { white-space: nowrap; } /*********************************************************** * Code Colorization Support ***********************************************************/ code { font-family: Courier New; font-size: 9pt; color: #000060; } code.VB { color: #000000; } .keyword { color: Navy; } .comment { color: Green; } .string { color: Gray; }
0.171894
0.038647
:root { /* Welcome Page */ --title-color: #000000; --link-color: #000000; --link-color-hover: #FFFFFF; --link-border-color: #000000; /* Other Pages */ /* Backgrounds */ --background-image : url("./../images/light-theme-background.jpg"); --main-background-color: #EEEEEE; /* Navbars */ --navbar-link-color: #000000; --navbar-link-color-hover : #222222; /* Text */ --text: #000000; --text-input-border-color: #333333; --text-input-shadow-color: rgba(0,0,0,0.1); --text-input-background-color: rgba(255,255,255,1); /* Dropdown */ --dropdown-background-color: #CCCCCC; --dropdown-item-hover: rgba(0,0,0,0.15); /* Home */ --card-single-list-background-color: rgba(0,0,0,0.05); --card-list-title-border-color: #333333; } /* Dark Theme Colors */ [data-theme="dark"] { /* Welcome Page */ --title-color: #FFFFFF; --link-color: #FFFFFF; --link-color-hover: #000000; --link-border-color: #FFFFFF; /* Other Pages */ /* Backgrounds */ --background-image : url("./../images/dark-theme-background.jpg"); --main-background-color: #272A3D; /* Navbars */ --navbar-link-color: #FFFFFF; --navbar-link-color-hover : #CCCCCC; /* Text */ --text: #FFFFFF; --text-input-border-color: #CCCCCC; --text-input-shadow-color: rgba(255,255,255,0.1); --text-input-background-color: rgba(0,0,0,0.2); /* Dropdown */ --dropdown-background-color: #31416b; --dropdown-item-hover: rgba(0,0,0,0.15); /* Home */ --card-single-list-background-color: rgba(255,255,255,0.05); --card-list-title-border-color: #CCCCCC; } * { /* Une transition "smooth" pour tous les éléments */ transition: 0.2s !important; } .no-transition { transition: 0s !important; } body{ background: var(--background-image) no-repeat center center fixed; background-size: cover; font-family: 'Nunito', sans-serif; font-weight: 100; height: 100vh; margin: 0; } /* Welcome Page */ .full-height { height: 100%; } .flex-center { align-items: center; display: flex; justify-content: center; } /* Title & subtitle */ .boxTitle { position: absolute; top: 15%; transform: translateY(-50%); text-align: center; color: var(--title-color); } .title { font-size: 84px; transition: 0s !important; } .subtitle { font-size: 32px; transition: 0s !important; } /* Login & Register links */ .welcome-link { color: var(--link-color) !important; display: inline-block; transform: translateY(33%); width: 150px; margin: 10px; padding: 10px 5px; text-align: center; font-size: 24px; font-weight: bold; letter-spacing: .1rem; text-transform: uppercase; border: 3px solid var(--link-border-color); border-radius: 5px; } .welcome-link:hover{ color: var(--link-color-hover) !important; background-color: var(--link-border-color); } /* Navbar */ .nav-bar { background-color: var(--main-background-color) !important; } .nav-link { color: var(--navbar-link-color) !important; font-size: 16px !important; text-align: center; min-width: 100px; margin: 5px 10px; border: 2px solid var(--link-border-color) !important; border-radius: 10px; } .nav-link:hover { color: var(--navbar-link-color-hover) !important; } .navbar-brand { color: var(--navbar-link-color) !important; } .navbar-brand:hover { color: var(--navbar-link-color-hover) !important; } /* Card */ .card-auth { margin-top: 45%; transform: translateY(-50%); } .card-header { color: var(--text) !important; text-transform: uppercase; font-size: 22px; text-align: center; border-bottom: 1px solid var(--link-border-color) !important; } .card { background-color: var(--main-background-color) !important; } /* Form */ .form-group label { /* it means all of the <label> inside an element with the class "form-group" */ color: var(--text) !important; } .form-control { /* text inputs */ background-color: var(--text-input-background-color) !important; color: var(--text) !important; border-color: var(--text-input-border-color) !important; } .form-control:focus { outline: 0; box-shadow: 0 0 0 0.2rem var(--text-input-shadow-color) !important; } .custom-control-label { /* so we can't select the "Remember Me" text */ user-select: none; } .btn-primary { color: var(--text) !important; background-color: rgba(0, 0, 0, 0.25) !important; border: 1px solid var(--text-input-border-color) !important; } .btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.4) !important; } /* Dropdown menu (logged) */ .dropdown-menu { background-color: var(--dropdown-background-color) !important; } .dropdown-item { color: var(--text) !important; } .dropdown-item:hover { background-color: var(--dropdown-item-hover) !important; } /* Home */ .card-single-list { margin-bottom: 25px !important; padding-bottom: 25px; color: var(--text); transition: 0.2s !important; border: none !important; } .list-title { transition: 0s !important; border: 1px solid var(--card-list-title-border-color) !important; background-color: var(--card-single-list-background-color) !important; border-radius: 10px !important; } .btn-secondary { color: var(--text) !important; background-color: rgba(0, 0, 0, 0.25) !important; border: 1px solid var(--text-input-border-color) !important; } .btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.4) !important; } .role-text { font-size: 20px !important; } .text-input-add-collab { width: 100% !important; } .section-collab{ margin-top: 10px !important; text-align: justify; align-items: center; justify-content: center; } .section-collab span{ margin-right: 20px; display: inline-block; } .other-user { display: block; margin-top: 10px; } .delete-quit-list { margin-top: 10px !important; } /* New Todolist */ #main { padding: 1.25rem; color: var(--text) } .form-edit-title { margin-bottom: 10px; } .display-mode { text-align: center; } #ModeButtonDiv { margin: 10px auto !important; display: flex; justify-content: space-between; width : 60%; } .ModeButton { width: 30%; } .actions { text-align: center; } #ActionButtonDiv { margin: 10px auto !important; display: flex; justify-content: space-between; width : 90%; } .button-action { width: 45%; } .section-todo-done { margin: 10px 0 5px 0 !important; } button.close { border: none !important; background: none !important; float: right !important; width: 10% !important; } .done, .undone { display: flex; justify-content: space-between; width: 90% !important; } .list-group-item { display: flex !important; flex-flow: row wrap !important; background-color: var(--card-single-list-background-color) !important; } .button-set-to { width: 150px !important; } .button-add, .input-add{ margin: 30px 15px 10px 0px ; } /* switch theme style */ .theme-switch-wrapper { display: flex; align-items: center; } #switch-welcome { position: absolute; top: 10px; right: 10px; } .theme-switch { display: inline-block; height: 34px; position: relative; width: 60px; } .theme-switch input { display:none; } .text-switch { font-size : 16px; font-weight: bold; color: black; } .slider { background-color: #ccc; bottom: 0; cursor: pointer; left: 0; position: absolute; right: 0; top: 0; transition: .2s; } .slider:before { background-color: #fff; bottom: 4px; content: ""; height: 26px; left: 4px; position: absolute; transition: .2s; width: 26px; } input:checked + .slider { background-color: #66bb6a; } input:checked + .slider:before { transform: translateX(26px); } .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; }
resources/sass/style.css
:root { /* Welcome Page */ --title-color: #000000; --link-color: #000000; --link-color-hover: #FFFFFF; --link-border-color: #000000; /* Other Pages */ /* Backgrounds */ --background-image : url("./../images/light-theme-background.jpg"); --main-background-color: #EEEEEE; /* Navbars */ --navbar-link-color: #000000; --navbar-link-color-hover : #222222; /* Text */ --text: #000000; --text-input-border-color: #333333; --text-input-shadow-color: rgba(0,0,0,0.1); --text-input-background-color: rgba(255,255,255,1); /* Dropdown */ --dropdown-background-color: #CCCCCC; --dropdown-item-hover: rgba(0,0,0,0.15); /* Home */ --card-single-list-background-color: rgba(0,0,0,0.05); --card-list-title-border-color: #333333; } /* Dark Theme Colors */ [data-theme="dark"] { /* Welcome Page */ --title-color: #FFFFFF; --link-color: #FFFFFF; --link-color-hover: #000000; --link-border-color: #FFFFFF; /* Other Pages */ /* Backgrounds */ --background-image : url("./../images/dark-theme-background.jpg"); --main-background-color: #272A3D; /* Navbars */ --navbar-link-color: #FFFFFF; --navbar-link-color-hover : #CCCCCC; /* Text */ --text: #FFFFFF; --text-input-border-color: #CCCCCC; --text-input-shadow-color: rgba(255,255,255,0.1); --text-input-background-color: rgba(0,0,0,0.2); /* Dropdown */ --dropdown-background-color: #31416b; --dropdown-item-hover: rgba(0,0,0,0.15); /* Home */ --card-single-list-background-color: rgba(255,255,255,0.05); --card-list-title-border-color: #CCCCCC; } * { /* Une transition "smooth" pour tous les éléments */ transition: 0.2s !important; } .no-transition { transition: 0s !important; } body{ background: var(--background-image) no-repeat center center fixed; background-size: cover; font-family: 'Nunito', sans-serif; font-weight: 100; height: 100vh; margin: 0; } /* Welcome Page */ .full-height { height: 100%; } .flex-center { align-items: center; display: flex; justify-content: center; } /* Title & subtitle */ .boxTitle { position: absolute; top: 15%; transform: translateY(-50%); text-align: center; color: var(--title-color); } .title { font-size: 84px; transition: 0s !important; } .subtitle { font-size: 32px; transition: 0s !important; } /* Login & Register links */ .welcome-link { color: var(--link-color) !important; display: inline-block; transform: translateY(33%); width: 150px; margin: 10px; padding: 10px 5px; text-align: center; font-size: 24px; font-weight: bold; letter-spacing: .1rem; text-transform: uppercase; border: 3px solid var(--link-border-color); border-radius: 5px; } .welcome-link:hover{ color: var(--link-color-hover) !important; background-color: var(--link-border-color); } /* Navbar */ .nav-bar { background-color: var(--main-background-color) !important; } .nav-link { color: var(--navbar-link-color) !important; font-size: 16px !important; text-align: center; min-width: 100px; margin: 5px 10px; border: 2px solid var(--link-border-color) !important; border-radius: 10px; } .nav-link:hover { color: var(--navbar-link-color-hover) !important; } .navbar-brand { color: var(--navbar-link-color) !important; } .navbar-brand:hover { color: var(--navbar-link-color-hover) !important; } /* Card */ .card-auth { margin-top: 45%; transform: translateY(-50%); } .card-header { color: var(--text) !important; text-transform: uppercase; font-size: 22px; text-align: center; border-bottom: 1px solid var(--link-border-color) !important; } .card { background-color: var(--main-background-color) !important; } /* Form */ .form-group label { /* it means all of the <label> inside an element with the class "form-group" */ color: var(--text) !important; } .form-control { /* text inputs */ background-color: var(--text-input-background-color) !important; color: var(--text) !important; border-color: var(--text-input-border-color) !important; } .form-control:focus { outline: 0; box-shadow: 0 0 0 0.2rem var(--text-input-shadow-color) !important; } .custom-control-label { /* so we can't select the "Remember Me" text */ user-select: none; } .btn-primary { color: var(--text) !important; background-color: rgba(0, 0, 0, 0.25) !important; border: 1px solid var(--text-input-border-color) !important; } .btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.4) !important; } /* Dropdown menu (logged) */ .dropdown-menu { background-color: var(--dropdown-background-color) !important; } .dropdown-item { color: var(--text) !important; } .dropdown-item:hover { background-color: var(--dropdown-item-hover) !important; } /* Home */ .card-single-list { margin-bottom: 25px !important; padding-bottom: 25px; color: var(--text); transition: 0.2s !important; border: none !important; } .list-title { transition: 0s !important; border: 1px solid var(--card-list-title-border-color) !important; background-color: var(--card-single-list-background-color) !important; border-radius: 10px !important; } .btn-secondary { color: var(--text) !important; background-color: rgba(0, 0, 0, 0.25) !important; border: 1px solid var(--text-input-border-color) !important; } .btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.4) !important; } .role-text { font-size: 20px !important; } .text-input-add-collab { width: 100% !important; } .section-collab{ margin-top: 10px !important; text-align: justify; align-items: center; justify-content: center; } .section-collab span{ margin-right: 20px; display: inline-block; } .other-user { display: block; margin-top: 10px; } .delete-quit-list { margin-top: 10px !important; } /* New Todolist */ #main { padding: 1.25rem; color: var(--text) } .form-edit-title { margin-bottom: 10px; } .display-mode { text-align: center; } #ModeButtonDiv { margin: 10px auto !important; display: flex; justify-content: space-between; width : 60%; } .ModeButton { width: 30%; } .actions { text-align: center; } #ActionButtonDiv { margin: 10px auto !important; display: flex; justify-content: space-between; width : 90%; } .button-action { width: 45%; } .section-todo-done { margin: 10px 0 5px 0 !important; } button.close { border: none !important; background: none !important; float: right !important; width: 10% !important; } .done, .undone { display: flex; justify-content: space-between; width: 90% !important; } .list-group-item { display: flex !important; flex-flow: row wrap !important; background-color: var(--card-single-list-background-color) !important; } .button-set-to { width: 150px !important; } .button-add, .input-add{ margin: 30px 15px 10px 0px ; } /* switch theme style */ .theme-switch-wrapper { display: flex; align-items: center; } #switch-welcome { position: absolute; top: 10px; right: 10px; } .theme-switch { display: inline-block; height: 34px; position: relative; width: 60px; } .theme-switch input { display:none; } .text-switch { font-size : 16px; font-weight: bold; color: black; } .slider { background-color: #ccc; bottom: 0; cursor: pointer; left: 0; position: absolute; right: 0; top: 0; transition: .2s; } .slider:before { background-color: #fff; bottom: 4px; content: ""; height: 26px; left: 4px; position: absolute; transition: .2s; width: 26px; } input:checked + .slider { background-color: #66bb6a; } input:checked + .slider:before { transform: translateX(26px); } .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; }
0.239527
0.080719
.usa-list, .usa-prose > ul, .usa-prose > ol{ margin-bottom:1em; margin-top:1em; line-height:1.5; padding-left:3ch; } .usa-list:last-child, .usa-prose > ul:last-child, .usa-prose > ol:last-child{ margin-bottom:0; } .usa-list li, .usa-prose > ul li, .usa-prose > ol li{ margin-bottom:0.25em; max-width:68ex; } .usa-list li:last-child, .usa-prose > ul li:last-child, .usa-prose > ol li:last-child{ margin-bottom:0; } .usa-table, .usa-prose > table{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; border-spacing:0; margin:1.25rem 0; } .usa-table thead th, .usa-prose > table thead th{ font-weight:700; } .usa-table thead th, .usa-prose > table thead th, .usa-table thead td, .usa-prose > table thead td{ background-color:#f0f0f0; } .usa-table th, .usa-prose > table th{ text-align:left; } .usa-table th, .usa-prose > table th, .usa-table td, .usa-prose > table td{ border-width:1px; border-color:#565c65; border-style:solid; background-color:white; font-weight:400; padding:0.5rem 1rem; } .usa-table caption, .usa-prose > table caption{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1rem; font-weight:700; margin-bottom:0.75rem; text-align:left; } .usa-table--borderless thead th, .usa-prose > .usa-table--borderless thead th{ background-color:transparent; border-top:0; } .usa-table--borderless th, .usa-prose > .usa-table--borderless th, .usa-table--borderless td, .usa-prose > .usa-table--borderless td{ border-left:0; border-right:0; } .usa-table--borderless th:first-child{ padding-left:0; } /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html{ line-height:1.15; -webkit-text-size-adjust:100%; } body{ margin:0; } main{ display:block; } h1{ font-size:2em; margin:0.67em 0; } hr{ -webkit-box-sizing:content-box; box-sizing:content-box; height:0; overflow:visible; } pre{ font-family:monospace, monospace; font-size:1em; } a{ background-color:transparent; } abbr[title]{ border-bottom:none; text-decoration:underline; -webkit-text-decoration:underline dotted; text-decoration:underline dotted; } b, strong{ font-weight:bolder; } code, kbd, samp{ font-family:monospace, monospace; font-size:1em; } small{ font-size:80%; } sub, sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline; } sub{ bottom:-0.25em; } sup{ top:-0.5em; } img{ border-style:none; } button, input, optgroup, select, textarea{ font-family:inherit; font-size:100%; line-height:1.15; margin:0; } button, input{ overflow:visible; } button, select{ text-transform:none; } button, [type="button"], [type="reset"], [type="submit"]{ -webkit-appearance:button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{ border-style:none; padding:0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{ outline:1px dotted ButtonText; } fieldset{ padding:0.35em 0.75em 0.625em; } legend{ -webkit-box-sizing:border-box; box-sizing:border-box; color:inherit; display:table; max-width:100%; padding:0; white-space:normal; } progress{ vertical-align:baseline; } textarea{ overflow:auto; } [type="checkbox"], [type="radio"]{ -webkit-box-sizing:border-box; box-sizing:border-box; padding:0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{ height:auto; } [type="search"]{ -webkit-appearance:textfield; outline-offset:-2px; } [type="search"]::-webkit-search-decoration{ -webkit-appearance:none; } ::-webkit-file-upload-button{ -webkit-appearance:button; font:inherit; } details{ display:block; } summary{ display:list-item; } template{ display:none; } [hidden]{ display:none; } @font-face{ font-family:Roboto Mono Web; font-style:normal; font-weight:300; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:normal; font-weight:400; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:normal; font-weight:700; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:italic; font-weight:300; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:italic; font-weight:400; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:italic; font-weight:700; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:normal; font-weight:300; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-light-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:normal; font-weight:400; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:normal; font-weight:700; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:italic; font-weight:300; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:italic; font-weight:400; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:italic; font-weight:700; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:normal; font-weight:300; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Light.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Light.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:normal; font-weight:400; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Regular.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Regular.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:normal; font-weight:700; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Bold.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Bold.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:italic; font-weight:300; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-LightItalic.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:italic; font-weight:400; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Italic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Italic.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:italic; font-weight:700; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format("truetype"); } input:not([disabled]):focus, select:not([disabled]):focus, textarea:not([disabled]):focus, button:not([disabled]):focus{ outline:0.25rem solid #2491ff; outline-offset:0; } iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable="true"]:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-focus{ outline:0.25rem solid #2491ff; outline-offset:0; } html{ -webkit-box-sizing:border-box; box-sizing:border-box; } *, *::before, *::after{ -webkit-box-sizing:inherit; box-sizing:inherit; } html{ -webkit-font-feature-settings:"kern" 1; font-feature-settings:"kern" 1; -webkit-font-kerning:normal; font-kerning:normal; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:100%; } cite, var, address, dfn{ font-style:normal; } /*! uswds v2.3.1 */ body{ background-color:white; color:#1b1b1b; overflow-x:hidden; } .usa-sr-only{ position:absolute; left:-999em; } .usa-button{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:0.9; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color:#005ea2; border:0; border-radius:0.25rem; color:white; cursor:pointer; display:inline-block; font-weight:bold; margin-right:0.5rem; padding:0.75rem 1.25rem; text-align:center; text-decoration:none; width:100%; } .usa-button:visited{ color:white; } .usa-button:hover, .usa-button.usa-button--hover{ background-color:#1a4480; border-bottom:0; color:white; text-decoration:none; } .usa-button:active, .usa-button.usa-button--active{ background-color:#162e51; color:white; } .usa-button:focus, .usa-button.usa-focus{ outline-offset:0.25rem; } .usa-button:disabled{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#c9c9c9; color:white; pointer-events:none; } .usa-button:disabled:hover, .usa-button:disabled.usa-button--hover, .usa-button:disabled:active, .usa-button:disabled.usa-button--active, .usa-button:disabled:focus, .usa-button:disabled.usa-focus{ background-color:#c9c9c9; border:0; -webkit-box-shadow:none; box-shadow:none; } .usa-button--accent-cool{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:#00bde3; color:#1b1b1b; } .usa-button--accent-cool:visited{ color:#1b1b1b; } .usa-button--accent-cool:hover, .usa-button--accent-cool.usa-button--hover{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#28a0cb; color:white; } .usa-button--accent-cool:active, .usa-button--accent-cool.usa-button--active{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#07648d; color:white; } .usa-button--outline{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px #005ea2; box-shadow:inset 0 0 0 2px #005ea2; color:#005ea2; } .usa-button--outline:visited{ color:#005ea2; } .usa-button--outline:hover, .usa-button--outline.usa-button--hover{ background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px #1a4480; box-shadow:inset 0 0 0 2px #1a4480; color:#1a4480; } .usa-button--outline:active, .usa-button--outline.usa-button--active{ background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px #162e51; box-shadow:inset 0 0 0 2px #162e51; color:#162e51; } .usa-button--outline.usa-button--inverse{ -webkit-box-shadow:inset 0 0 0 2px #dcdee0; box-shadow:inset 0 0 0 2px #dcdee0; color:#dcdee0; } .usa-button--outline.usa-button--inverse:visited{ color:#dcdee0; } .usa-button--outline.usa-button--inverse:hover, .usa-button--outline.usa-button--inverse.usa-button--hover{ -webkit-box-shadow:inset 0 0 0 2px #f0f0f0; box-shadow:inset 0 0 0 2px #f0f0f0; color:#f0f0f0; } .usa-button--outline.usa-button--inverse:active, .usa-button--outline.usa-button--inverse.usa-button--active{ background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px white; box-shadow:inset 0 0 0 2px white; color:white; } .usa-button--outline.usa-button--inverse.usa-button--unstyled{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; color:#dcdee0; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover{ color:#1a4480; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:active{ color:#162e51; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:visited{ color:#562b97; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover{ color:#f0f0f0; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active{ color:white; } .usa-button--base{ background-color:#71767a; } .usa-button--base:hover, .usa-button--base.usa-button--hover{ background-color:#565c65; } .usa-button--base:active, .usa-button--base.usa-button--active{ background-color:#3d4551; } .usa-button--secondary{ background-color:#d83933; } .usa-button--secondary:hover, .usa-button--secondary.usa-button--hover{ background-color:#b50909; } .usa-button--secondary:active, .usa-button--secondary.usa-button--active{ background-color:#8b0a03; } .usa-button--big{ border-radius:0.25rem; font-size:1.46rem; padding:1rem 1.5rem; } .usa-button--disabled{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#c9c9c9; color:white; pointer-events:none; } .usa-button--disabled:hover, .usa-button--disabled.usa-button--hover, .usa-button--disabled:active, .usa-button--disabled.usa-button--active, .usa-button--disabled:focus, .usa-button--disabled.usa-focus{ background-color:#c9c9c9; border:0; -webkit-box-shadow:none; box-shadow:none; } .usa-button--outline-disabled, .usa-button--outline-inverse-disabled, .usa-button--outline:disabled, .usa-button--outline-inverse:disabled, .usa-button--outline-inverse:disabled{ background-color:transparent; pointer-events:none; } .usa-button--outline-disabled:hover, .usa-button--outline-disabled.usa-button--hover, .usa-button--outline-disabled:active, .usa-button--outline-disabled.usa-button--active, .usa-button--outline-disabled:focus, .usa-button--outline-disabled.usa-focus, .usa-button--outline-inverse-disabled:hover, .usa-button--outline-inverse-disabled.usa-button--hover, .usa-button--outline-inverse-disabled:active, .usa-button--outline-inverse-disabled.usa-button--active, .usa-button--outline-inverse-disabled:focus, .usa-button--outline-inverse-disabled.usa-focus, .usa-button--outline:disabled:hover, .usa-button--outline:disabled.usa-button--hover, .usa-button--outline:disabled:active, .usa-button--outline:disabled.usa-button--active, .usa-button--outline:disabled:focus, .usa-button--outline:disabled.usa-focus, .usa-button--outline-inverse:disabled:hover, .usa-button--outline-inverse:disabled.usa-button--hover, .usa-button--outline-inverse:disabled:active, .usa-button--outline-inverse:disabled.usa-button--active, .usa-button--outline-inverse:disabled:focus, .usa-button--outline-inverse:disabled.usa-focus, .usa-button--outline-inverse:disabled:hover, .usa-button--outline-inverse:disabled.usa-button--hover, .usa-button--outline-inverse:disabled:active, .usa-button--outline-inverse:disabled.usa-button--active, .usa-button--outline-inverse:disabled:focus, .usa-button--outline-inverse:disabled.usa-focus{ background-color:transparent; border:0; } .usa-button--outline-disabled, .usa-button--outline:disabled{ -webkit-box-shadow:inset 0 0 0 2px #c9c9c9; box-shadow:inset 0 0 0 2px #c9c9c9; color:#c9c9c9; } .usa-button--outline-disabled.usa-button--inverse, .usa-button--outline:disabled.usa-button--inverse{ background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px #71767a; box-shadow:inset 0 0 0 2px #71767a; color:#71767a; } .usa-button--unstyled{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; } .usa-button--unstyled:hover{ color:#1a4480; } .usa-button--unstyled:active{ color:#162e51; } .usa-button--unstyled:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-button--unstyled:visited{ color:#562b97; } .usa-button--unstyled:hover, .usa-button--unstyled:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-embed-container iframe, .usa-embed-container object, .usa-embed-container embed{ position:absolute; top:0; left:0; width:100%; height:100%; } .usa-embed-container{ padding-bottom:56.25%; position:relative; height:0; overflow:hidden; max-width:100%; } img{ max-width:100%; } .usa-media-link{ display:inline-block; line-height:0; } .usa-fieldset, .usa-hint, .usa-select, .usa-range, .usa-input, .usa-textarea{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.3; } .usa-select, .usa-range, .usa-input, .usa-textarea{ border-width:1px; border-color:#565c65; border-style:solid; -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0; color:#1b1b1b; display:block; height:2.5rem; margin-top:0.5rem; max-width:30rem; padding:0.5rem; width:100%; } .usa-input--success.usa-select, .usa-input--success.usa-range, .usa-input--success.usa-input, .usa-input--success.usa-textarea{ border-width:0.25rem; border-color:#00a91c; border-style:solid; } .usa-fieldset{ border:none; margin:0; padding:0; } .usa-form-group--error{ border-left-width:0.25rem; border-left-color:#b50909; border-left-style:solid; margin-top:2rem; padding-left:1rem; position:relative; } .usa-label--error{ display:block; font-weight:bold; margin-top:0; } .usa-error-message{ padding-bottom:0.25rem; padding-top:0.25rem; color:#b50909; display:block; font-weight:bold; } .usa-hint{ color:#71767a; } .usa-label--required{ color:#b50909; } .usa-label{ display:block; line-height:1.1; margin-top:1.5rem; max-width:30rem; } .usa-legend{ font-size:2.13rem; font-weight:bold; } .usa-input-list{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-input-list li{ line-height:1.3; } .usa-prose .usa-input-list{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-prose .usa-input-list li{ line-height:1.3; } .usa-checkbox__input, .usa-radio__input{ position:absolute; left:-999em; } .lt-ie9 .usa-checkbox__input, .lt-ie9 .usa-radio__input{ border:0; float:left; margin:0.25rem 0.25rem 0 0; position:static; width:auto; } .usa-checkbox__label, .usa-radio__label{ cursor:pointer; display:inherit; font-weight:normal; margin-bottom:0.75rem; padding-left:2rem; position:relative; text-indent:-2rem; } .usa-checkbox__label::before, .usa-radio__label::before{ background:white; content:"\a0"; display:inline-block; left:2px; position:relative; vertical-align:middle\0; } .usa-checkbox__label::before{ height:1.25rem; width:1.25rem; border-radius:2px; } .usa-radio__label::before{ height:1.25rem; border-radius:99rem; width:1.25rem; } .usa-checkbox__label::before, .usa-radio__label::before{ -webkit-box-shadow:0 0 0 2px #71767a; box-shadow:0 0 0 2px #71767a; line-height:1.25rem; margin-right:0.75rem; } .usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-radio__input:checked + .usa-radio__label::before{ background-color:#005ea2; -webkit-box-shadow:0 0 0 2px #005ea2; box-shadow:0 0 0 2px #005ea2; } .usa-radio__input:checked + .usa-radio__label::before{ -webkit-box-shadow:0 0 0 2px #005ea2, inset 0 0 0 2px white; box-shadow:0 0 0 2px #005ea2, inset 0 0 0 2px white; } .usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before{ background-image:url("../img/correct8.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/correct8.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-size:0.75rem auto; } .usa-radio__input:focus + .usa-radio__label::before{ outline:0.25rem solid #2491ff; outline-offset:0.25rem; } .usa-checkbox__input:disabled + .usa-checkbox__label{ color:#c9c9c9; } .usa-checkbox__input:focus + .usa-checkbox__label::before{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-checkbox__input:disabled + .usa-checkbox__label::before, .usa-radio__input:disabled + .usa-radio__label::before{ background:#e6e6e6; -webkit-box-shadow:0 0 0 2px #c9c9c9; box-shadow:0 0 0 2px #c9c9c9; cursor:not-allowed; } .usa-memorable-date{ display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-memorable-date [type="number"]{ -moz-appearance:textfield; } .usa-memorable-date [type="number"]::-webkit-inner-spin-button{ -webkit-appearance:none; appearance:none; } .usa-memorable-date [type="number"]::-webkit-contacts-auto-fill-button{ visibility:hidden; display:none !important; pointer-events:none; height:0; width:0; margin:0; } .usa-form-group--day, .usa-form-group--month, .usa-form-group--year{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; margin-right:1rem; width:3rem; } .usa-form-group--year{ width:4.5rem; } .usa-select{ background-image:url("../img/arrow-both.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/arrow-both.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color:white; background-position:right 0.75rem center; background-size:0.5rem; padding-right:2rem; } .usa-select::-ms-expand{ display:none; } .usa-select:-webkit-autofill{ -webkit-appearance:menulist; appearance:menulist; } .usa-select:-moz-focusring{ color:transparent; text-shadow:0 0 0 black; } [type="file"]{ border:none; padding-left:0; } .usa-range{ -webkit-appearance:none; -moz-appearance:none; appearance:none; border:none; padding-left:1px; width:100%; } .usa-range:focus{ outline:none; } .usa-range:focus::-webkit-slider-thumb{ background-color:white; -webkit-box-shadow:0 0 0 2px #2491ff; box-shadow:0 0 0 2px #2491ff; } .usa-range:focus::-moz-range-thumb{ background-color:white; box-shadow:0 0 0 2px #2491ff; } .usa-range:focus::-ms-thumb{ background-color:white; box-shadow:0 0 0 2px #2491ff; } .usa-range::-webkit-slider-runnable-track{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; cursor:pointer; height:1rem; width:100%; } .usa-range::-moz-range-track{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; cursor:pointer; height:1rem; width:100%; } .usa-range::-ms-track{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; cursor:pointer; height:1rem; width:100%; } .usa-range::-webkit-slider-thumb{ height:1.25rem; border-radius:99rem; width:1.25rem; background:#f0f0f0; border:none; -webkit-box-shadow:0 0 0 2px #71767a; box-shadow:0 0 0 2px #71767a; cursor:pointer; -webkit-appearance:none; appearance:none; margin-top:-0.19rem; } .usa-range::-moz-range-thumb{ height:1.25rem; border-radius:99rem; width:1.25rem; background:#f0f0f0; border:none; box-shadow:0 0 0 2px #71767a; cursor:pointer; } .usa-range::-ms-thumb{ height:1.25rem; border-radius:99rem; width:1.25rem; background:#f0f0f0; border:none; box-shadow:0 0 0 2px #71767a; cursor:pointer; } .usa-range::-ms-fill-lower{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; } .usa-range::-ms-fill-upper{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; } .usa-textarea{ height:10rem; } .usa-input--error{ border-width:0.25rem; border-color:#b50909; border-style:solid; } .grid-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .grid-container-card{ margin-left:auto; margin-right:auto; max-width:10rem; padding-left:1rem; padding-right:1rem; } .grid-container-card-lg{ margin-left:auto; margin-right:auto; max-width:15rem; padding-left:1rem; padding-right:1rem; } .grid-container-mobile{ margin-left:auto; margin-right:auto; max-width:20rem; padding-left:1rem; padding-right:1rem; } .grid-container-mobile-lg{ margin-left:auto; margin-right:auto; max-width:30rem; padding-left:1rem; padding-right:1rem; } .grid-container-tablet{ margin-left:auto; margin-right:auto; max-width:40rem; padding-left:1rem; padding-right:1rem; } .grid-container-tablet-lg{ margin-left:auto; margin-right:auto; max-width:55rem; padding-left:1rem; padding-right:1rem; } .grid-container-desktop{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .grid-container-desktop-lg{ margin-left:auto; margin-right:auto; max-width:75rem; padding-left:1rem; padding-right:1rem; } .grid-container-widescreen{ margin-left:auto; margin-right:auto; max-width:87.5rem; padding-left:1rem; padding-right:1rem; } .grid-row{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; } .grid-row.grid-gap{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.grid-gap > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.grid-gap-0{ margin-left:0; margin-right:0; } .grid-row.grid-gap-0 > *{ padding-left:0; padding-right:0; } .grid-row.grid-gap-2px{ margin-left:-1px; margin-right:-1px; } .grid-row.grid-gap-2px > *{ padding-left:1px; padding-right:1px; } .grid-row.grid-gap-05{ margin-left:-2px; margin-right:-2px; } .grid-row.grid-gap-05 > *{ padding-left:2px; padding-right:2px; } .grid-row.grid-gap-1{ margin-left:-0.25rem; margin-right:-0.25rem; } .grid-row.grid-gap-1 > *{ padding-left:0.25rem; padding-right:0.25rem; } .grid-row.grid-gap-2{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.grid-gap-2 > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.grid-gap-3{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.grid-gap-3 > *{ padding-left:0.75rem; padding-right:0.75rem; } .grid-row.grid-gap-4{ margin-left:-1rem; margin-right:-1rem; } .grid-row.grid-gap-4 > *{ padding-left:1rem; padding-right:1rem; } .grid-row.grid-gap-5{ margin-left:-1.25rem; margin-right:-1.25rem; } .grid-row.grid-gap-5 > *{ padding-left:1.25rem; padding-right:1.25rem; } .grid-row.grid-gap-6{ margin-left:-1.5rem; margin-right:-1.5rem; } .grid-row.grid-gap-6 > *{ padding-left:1.5rem; padding-right:1.5rem; } .grid-row.grid-gap-sm{ margin-left:-1px; margin-right:-1px; } .grid-row.grid-gap-sm > *{ padding-left:1px; padding-right:1px; } .grid-row.grid-gap-md{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.grid-gap-md > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.grid-gap-lg{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.grid-gap-lg > *{ padding-left:0.75rem; padding-right:0.75rem; } [class*="grid-col"]{ position:relative; width:100%; -webkit-box-sizing:border-box; box-sizing:border-box; } .grid-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .grid-col-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:100%; } .grid-col-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .grid-col-1{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:8.33333%; } .grid-col-2{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:16.66667%; } .grid-col-3{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:25%; } .grid-col-4{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:33.33333%; } .grid-col-5{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:41.66667%; } .grid-col-6{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:50%; } .grid-col-7{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:58.33333%; } .grid-col-8{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:66.66667%; } .grid-col-9{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:75%; } .grid-col-10{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:83.33333%; } .grid-col-11{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:91.66667%; } .grid-col-12{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:100%; } .grid-offset-1{ margin-left:8.33333%; } .grid-offset-2{ margin-left:16.66667%; } .grid-offset-3{ margin-left:25%; } .grid-offset-4{ margin-left:33.33333%; } .grid-offset-5{ margin-left:41.66667%; } .grid-offset-6{ margin-left:50%; } .grid-offset-7{ margin-left:58.33333%; } .grid-offset-8{ margin-left:66.66667%; } .grid-offset-9{ margin-left:75%; } .grid-offset-10{ margin-left:83.33333%; } .grid-offset-11{ margin-left:91.66667%; } .grid-offset-12{ margin-left:100%; } .grid-offset-none{ margin-left:0; } .usa-tag{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:0.93rem; color:white; text-transform:uppercase; background-color:#565c65; border-radius:2px; margin-right:0.25rem; padding:1px 0.5rem; } .usa-tag:only-of-type{ margin-right:0; } .usa-tag--big{ padding-left:0.5rem; padding-right:0.5rem; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; } .usa-paragraph{ line-height:1.5; margin-bottom:0; margin-top:0; max-width:68ex; } * + .usa-paragraph{ margin-top:1em; } .usa-paragraph + *{ margin-top:1em; } .usa-content p, .usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered), .usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered){ max-width:68ex; } .usa-display{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; margin-bottom:0; } * + .usa-display{ margin-top:1.5em; } .usa-display + *{ margin-top:1em; } .usa-intro{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.8; font-weight:400; max-width:88ex; } .usa-dark-background{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#3d4551; } .usa-dark-background p, .usa-dark-background span{ color:white; } .usa-dark-background a{ color:#dcdee0; } .usa-dark-background a:hover{ color:white; } .usa-prose > p{ line-height:1.5; margin-bottom:0; margin-top:0; max-width:68ex; } .usa-prose > * + p{ margin-top:1em; } .usa-prose > p + *{ margin-top:1em; } .usa-prose > h1, .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5, .usa-prose > h6{ margin-bottom:0; margin-top:0; clear:both; } .usa-prose > * + h1, .usa-prose > * + h2, .usa-prose > * + h3, .usa-prose > * + h4, .usa-prose > * + h5, .usa-prose > * + h6{ margin-top:1.5em; } .usa-prose > h1 + *, .usa-prose > h2 + *, .usa-prose > h3 + *, .usa-prose > h4 + *, .usa-prose > h5 + *, .usa-prose > h6 + *{ margin-top:1em; } .usa-link{ color:#005ea2; text-decoration:underline; } .usa-link:hover{ color:#1a4480; } .usa-link:active{ color:#162e51; } .usa-link:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-link:visited{ color:#562b97; } .usa-link--external::after{ background:url("../img/external-link.svg") no-repeat 0 0; background-size:100%; content:""; display:inline-block; height:0.65em; margin-bottom:-1px; margin-left:0.25rem; width:0.65em; } .usa-link--external:hover::after{ background-image:url("../img/external-link-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/external-link-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-link--external.usa-link--alt::after{ background:url("../img/external-link-alt.svg") no-repeat 0 0; background-size:100%; content:""; display:inline-block; height:0.65em; margin-bottom:-1px; margin-left:0.25rem; width:0.65em; } .usa-link--external.usa-link--alt:hover::after{ background-image:url("../img/external-link-alt-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/external-link-alt-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-list--unstyled{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-list--unstyled > li{ margin-bottom:0; max-width:unset; } .usa-prose .usa-list--unstyled{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-prose .usa-list--unstyled > li{ margin-bottom:0; max-width:unset; } .usa-prose{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; } .usa-prose > a{ color:#005ea2; text-decoration:underline; } .usa-prose > a:hover{ color:#1a4480; } .usa-prose > a:active{ color:#162e51; } .usa-prose > a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-prose > a:visited{ color:#562b97; } .usa-prose > h1{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:2.44rem; line-height:1.2; font-weight:bold; } .usa-prose > h2{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.95rem; line-height:1.2; font-weight:bold; } .usa-prose > h3{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; } .usa-prose > h4{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:0.98rem; line-height:1.2; font-weight:bold; } .usa-prose > h5{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:0.91rem; line-height:1.2; font-weight:bold; } .usa-prose > h6{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:0.87rem; line-height:1.1; font-weight:normal; letter-spacing:0.025em; text-transform:uppercase; } .usa-accordion{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; color:#1b1b1b; margin:0; padding:0; width:100%; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; } .usa-accordion > li{ margin-bottom:0; max-width:unset; } .usa-accordion > ul li ul{ list-style:disc; } .usa-accordion > ul li ul > li > ul{ list-style:circle; } .usa-accordion > ul li ul > li > ul > li > ul{ list-style:square; } .usa-accordion + .usa-accordion, .usa-accordion + .usa-accordion--bordered{ margin-top:0.5rem; } .usa-accordion--bordered .usa-accordion__content{ border-bottom:0.25rem solid #f0f0f0; border-left:0.25rem solid #f0f0f0; border-right:0.25rem solid #f0f0f0; padding-bottom:1rem; } .usa-accordion--bordered .usa-accordion__heading{ margin-bottom:0; } .usa-accordion__heading, .usa-prose .usa-accordion__heading{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:0.9; margin:0; } .usa-accordion__heading:not(:first-child), .usa-prose .usa-accordion__heading:not(:first-child){ margin-top:0.5rem; } .usa-accordion__content{ background-color:white; margin-top:0; overflow:auto; padding:1rem 1.25rem calc(1rem - 0.25rem) 1.25rem; } .usa-accordion__content > *:first-child{ margin-top:0; } .usa-accordion__content > *:last-child{ margin-bottom:0; } .usa-accordion__content[aria-hidden="true"]{ display:none; } .usa-accordion__button{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; background-image:url("../img/minus.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/minus.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#f0f0f0; background-position:right 1.25rem center; background-size:1rem; color:#1b1b1b; cursor:pointer; display:inline-block; font-weight:bold; margin:0; padding:1rem 3.5rem 1rem 1.25rem; text-decoration:none; width:100%; } .usa-accordion__button:hover{ color:#1a4480; } .usa-accordion__button:active{ color:#162e51; } .usa-accordion__button:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-accordion__button:visited{ color:#562b97; } .usa-accordion__button:hover, .usa-accordion__button:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-accordion__button:hover{ background-color:#dcdee0; color:#1b1b1b; text-decoration:none; } .usa-accordion__button[aria-expanded="false"]{ background-image:url("../img/plus.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/plus.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-size:1rem; } .usa-alert{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; background-color:#f0f0f0; background-position:1.75rem 1.25rem; background-repeat:no-repeat; background-size:2rem; padding-bottom:1rem; padding-left:1.75rem; padding-right:1.25rem; padding-top:1.25rem; position:relative; } * + .usa-alert{ margin-top:1rem; } .usa-alert::before{ background-color:#a9aeb1; content:""; height:100%; left:0; position:absolute; top:0; width:0.5rem; } .usa-alert ul{ margin-bottom:0; margin-top:0.5rem; padding-left:0.5rem; } .usa-alert .usa-checklist{ padding-left:0; } .usa-alert__icon{ display:table-cell; padding-right:0.5rem; } .usa-alert__body{ display:table-cell; vertical-align:top; } .usa-alert__heading{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.46rem; line-height:1.1; margin-top:0; margin-bottom:0.5rem; } .usa-alert__text{ margin-bottom:0; margin-top:0; } .usa-alert__text a{ color:#005ea2; text-decoration:underline; } .usa-alert__text a:hover{ color:#1a4480; } .usa-alert__text a:active{ color:#162e51; } .usa-alert__text a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-alert__text a:visited{ color:#562b97; } .usa-alert__text:only-child{ margin-bottom:0.5rem; padding-top:0.25rem; } .usa-alert--success{ background-image:url("../img/alerts/success.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/alerts/success.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#ecf3ec; } .usa-alert--success::before{ background-color:#00a91c; } .usa-alert--success .usa-alert__body{ padding-left:3.25rem; } .usa-alert--warning{ background-image:url("../img/alerts/warning.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/alerts/warning.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#faf3d1; } .usa-alert--warning::before{ background-color:#ffbe2e; } .usa-alert--warning .usa-alert__body{ padding-left:3.25rem; } .usa-alert--error{ background-image:url("../img/alerts/error.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/alerts/error.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#f4e3db; } .usa-alert--error::before{ background-color:#d63e04; } .usa-alert--error .usa-alert__body{ padding-left:3.25rem; } .usa-alert--info{ background-image:url("../img/alerts/info.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/alerts/info.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#e7f6f8; } .usa-alert--info::before{ background-color:#00bde3; } .usa-alert--info .usa-alert__body{ padding-left:3.25rem; } .usa-alert--slim{ background-position:1.75rem center; background-size:1.5rem; padding-bottom:0.5rem; padding-top:0.5rem; } .usa-alert--slim .usa-alert__body{ padding-left:2.5rem; } .usa-alert--slim .usa-alert__text:only-child{ margin-bottom:0.25rem; padding-top:0.25rem; } .usa-alert--no-icon{ background-image:none; } .usa-alert--no-icon .usa-alert__body{ padding-left:0; } .usa-alert--validation{ background-size:1.5rem; } .usa-alert--validation .usa-alert__body{ padding-left:2.5rem; } .usa-alert--validation .usa-checklist{ margin-top:1rem; } .usa-banner{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; background-color:#f0f0f0; } .usa-banner__content{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; padding-left:1rem; padding-right:1rem; background-color:transparent; font-size:1rem; overflow:hidden; padding-bottom:1rem; padding-left:0.5rem; padding-top:0.25rem; width:100%; } .usa-banner__content p:first-child{ margin:0; } .usa-banner__guidance{ padding-top:1rem; } .usa-banner__inner{ padding-left:1rem; padding-right:1rem; margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start; padding-right:0; } .usa-banner__header{ padding-bottom:0.5rem; padding-top:0.5rem; font-size:0.8rem; font-weight:normal; min-height:3rem; position:relative; } .usa-banner__header-close-text{ margin-bottom:0; margin-top:0; color:#565c65; display:none; font-size:0.8rem; line-height:1.1; padding-top:0.25rem; } .usa-banner__header--expanded .usa-banner__header-close-text{ display:block; } .usa-banner__header-text{ margin-bottom:0; margin-top:0; font-size:0.8rem; line-height:1.1; } .usa-banner__header-action{ color:#005ea2; line-height:1.1; margin-bottom:0; margin-top:2px; text-decoration:underline; } .usa-banner__header-action::after{ background-image:url("../img/angle-arrow-down-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-repeat:no-repeat; background-size:0.5rem; content:""; display:inline-block; height:0.5rem; width:0.5rem; margin-left:0.25rem; } .usa-banner__header-action:hover::after{ background-image:url("../img/angle-arrow-down-primary-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-banner__header--expanded .usa-banner__header-action{ display:none; } .usa-banner__header-flag{ float:left; margin-right:0.5rem; width:1rem; } .usa-banner__header--expanded{ padding-right:3.5rem; } .usa-banner__header--expanded .usa-banner__inner{ margin-left:0; } .usa-banner__header--expanded .usa-banner__header-action{ display:none; } .usa-banner__button{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; position:absolute; left:0; position:absolute; bottom:0; top:0; color:#005ea2; text-decoration:underline; vertical-align:baseline; display:block; font-size:0.8rem; height:auto; line-height:1.1; padding-top:0; padding-left:0; text-decoration:none; width:auto; } .usa-banner__button:hover{ color:#1a4480; } .usa-banner__button:active{ color:#162e51; } .usa-banner__button:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-banner__button:visited{ color:#562b97; } .usa-banner__button:hover, .usa-banner__button:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-banner__button[aria-expanded="false"]{ background-image:none; } .usa-banner__button[aria-expanded="true"]{ background-image:none; } .usa-banner__button[aria-expanded="true"]::after{ position:absolute; right:1rem; top:0.75rem; } .usa-banner__button-text{ position:absolute; left:-999em; text-decoration:underline; } .usa-banner__icon{ width:2.5rem; } .usa-checklist{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; } .usa-checklist__item{ text-indent:-2.5rem; margin-bottom:0; margin-top:0; margin-bottom:0; margin-top:0.5rem; } .usa-checklist__item::before{ content:" "; display:inline-block; height:1rem; margin-left:-0.25rem; margin-right:0.75rem; width:2rem; } .usa-checklist__item.usa-checklist__item--checked::before{ background-image:url("../img/correct9.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/correct9.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center; background-size:1.25rem; } .usa-footer{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; overflow:hidden; } .usa-footer__return-to-top{ padding-bottom:1.25rem; padding-top:1.25rem; line-height:0.9; } .usa-footer__return-to-top a{ color:#005ea2; text-decoration:underline; } .usa-footer__return-to-top a:hover{ color:#1a4480; } .usa-footer__return-to-top a:active{ color:#162e51; } .usa-footer__return-to-top a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-footer__return-to-top a:visited{ color:#562b97; } .usa-footer__nav{ margin-left:auto; margin-right:auto; padding-left:0; padding-right:0; border-bottom:1px solid #a9aeb1; max-width:64rem; } .usa-footer__nav > ul{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-footer__primary-section{ background-color:#f0f0f0; } .usa-footer__primary-container{ margin-left:auto; margin-right:auto; max-width:64rem; } .usa-footer__primary-content{ line-height:1.1; } .usa-footer__primary-link a, .usa-footer__secondary-link a{ text-decoration:none; } .usa-footer__primary-link a:hover, .usa-footer__secondary-link a:hover{ text-decoration:underline; } .usa-footer__primary-link{ padding-left:1rem; padding-right:1rem; padding-bottom:1rem; padding-top:1rem; color:#1b1b1b; text-decoration:none; font-weight:bold; display:block; } .usa-footer__primary-link:hover{ cursor:pointer; text-decoration:underline; } .usa-footer__secondary-link{ line-height:1.1; margin-left:1rem; padding:0; } .usa-footer__secondary-link a{ color:#005ea2; text-decoration:underline; } .usa-footer__secondary-link a:hover{ color:#1a4480; } .usa-footer__secondary-link a:active{ color:#162e51; } .usa-footer__secondary-link a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-footer__secondary-link a:visited{ color:#562b97; } .usa-footer__secondary-link + .usa-footer__secondary-link{ padding-top:1rem; } .usa-footer__contact-info{ line-height:1.1; } .usa-footer__contact-info a{ color:#1b1b1b; text-decoration:none; } .usa-footer__contact-info a:hover{ text-decoration:underline; } .usa-footer__primary-content{ border-top:1px solid #a9aeb1; } .usa-sign-up{ padding-bottom:2rem; padding-top:1.5rem; } .usa-sign-up .usa-label, .usa-sign-up .usa-button{ margin-top:0.75rem; } .usa-sign-up__heading{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; margin:0; } .usa-footer__secondary-section{ padding-bottom:1.25rem; padding-top:1.25rem; background-color:#dcdee0; } .usa-footer__secondary-section a{ color:#1b1b1b; } .usa-footer__logo{ margin-bottom:0.5rem; margin-top:0.5rem; } .usa-footer__logo-img{ max-width:5rem; } .usa-footer__logo-heading{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; margin-bottom:0.5rem; margin-top:0.5rem; line-height:1; } .usa-footer__contact-links{ margin-top:1.5rem; } .usa-footer__contact-heading{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; margin-top:0; } .usa-footer__social-links{ line-height:0.9; padding-bottom:0.5rem; } .usa-footer__social-links a{ text-decoration:none; } .usa-social-link{ height:3rem; width:3rem; background-position:center center; background-size:auto 1.5rem; background-color:rgba(0, 0, 0, 0.1); display:inline-block; } .usa-social-link span{ position:absolute; left:-999em; } .usa-social-link--facebook{ background-image:url("../img/social-icons/facebook25.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/social-icons/facebook25.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-social-link--twitter{ background-image:url("../img/social-icons/twitter16.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/social-icons/twitter16.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-social-link--youtube{ background-image:url("../img/social-icons/youtube15.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/social-icons/youtube15.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-social-link--rss{ background-image:url("../img/social-icons/rss25.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/social-icons/rss25.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-footer--slim .usa-footer__address{ padding-left:1rem; padding-right:1rem; padding-bottom:1rem; padding-top:1rem; } .usa-footer--slim .usa-footer__logo{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .usa-footer--slim .usa-footer__logo-img{ max-width:3rem; } .usa-footer--slim .usa-footer__contact-info{ display:inline-block; } .usa-footer--big .usa-footer__nav{ margin-left:-1rem; margin-right:-1rem; } .usa-footer--big .usa-footer__primary-link{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:0.98rem; line-height:1.2; font-weight:bold; line-height:1.2; margin:0; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; cursor:pointer; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before{ background-image:url("../img/arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/arrow-down.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; -webkit-box-align:center; -ms-flex-align:center; align-items:center; background-size:contain; content:""; display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; height:0.75rem; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; margin-right:0.5rem; width:0.75rem; } .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-list--unstyled{ display:none; } .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link::before{ background-image:url("../img/arrow-right.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/arrow-right.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled{ padding-left:1rem; padding-right:1rem; padding-bottom:1.25rem; } .usa-form{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.3; } .usa-form .usa-input, .usa-form .usa-range, .usa-form .usa-select, .usa-form .usa-textarea{ max-width:none; } .usa-form .usa-input--small{ max-width:4rem; } .usa-form .usa-input--medium{ max-width:7.5rem; } .usa-form .usa-button{ margin-top:0.5rem; } .usa-form a{ color:#005ea2; text-decoration:underline; } .usa-form a:hover{ color:#1a4480; } .usa-form a:active{ color:#162e51; } .usa-form a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-form a:visited{ color:#562b97; } .usa-form__note{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:0.93rem; line-height:1.3; float:right; margin:0.25rem 0 1rem; } .usa-graphic-list{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; } .usa-graphic-list .usa-graphic-list__row .usa-media-block{ margin-bottom:2rem; } .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block:last-child{ margin-bottom:0; } .usa-graphic-list .usa-media-block__img{ margin-right:1.5rem; } .usa-graphic-list .usa-media-block__body > :first-child{ margin-top:0; } .usa-graphic-list__heading{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; } * + .usa-graphic-list__heading{ margin-top:1.5em; } .usa-graphic-list__heading + *{ margin-top:1em; } .usa-header{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; z-index:300; } .usa-header::after{ clear:both; content:""; display:block; } .usa-header a{ border-bottom:none; } .usa-header [type="search"]{ min-width:0; } .usa-logo a{ color:#1b1b1b; text-decoration:none; } .usa-logo__text{ display:block; font-style:normal; font-weight:bold; margin:0; } .usa-menu-btn{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; padding-left:0.75rem; padding-right:0.75rem; background-color:#005ea2; color:white; font-size:0.87rem; height:3rem; text-align:center; text-decoration:none; text-transform:uppercase; } .usa-menu-btn:hover{ color:#1a4480; } .usa-menu-btn:active{ color:#162e51; } .usa-menu-btn:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-menu-btn:visited{ color:#562b97; } .usa-menu-btn:hover, .usa-menu-btn:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-menu-btn:hover{ background-color:#1a4480; color:white; text-decoration:none; } .usa-menu-btn:active{ color:white; } .usa-menu-btn:visited{ color:white; } .usa-overlay{ position:absolute; bottom:0; left:0; right:0; top:0; position:fixed; background:black; opacity:0; -webkit-transition:opacity 0.2s ease-in-out; transition:opacity 0.2s ease-in-out; visibility:hidden; z-index:400; } .usa-overlay.is-visible{ opacity:0.2; visibility:visible; } .usa-header--basic.usa-header--megamenu .usa-nav__inner{ display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .usa-hero{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; padding-bottom:2rem; padding-top:2rem; background-image:url("../img/hero.png"); background-position:center; background-size:cover; color:white; } .usa-hero__callout{ background-color:#162e51; padding:2rem; } .usa-hero__heading{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.95rem; line-height:1.2; font-weight:bold; color:#00bde3; line-height:1.2; } * + .usa-hero__heading{ margin-top:1.5em; } .usa-hero__heading + *{ margin-top:1em; } .usa-hero__heading--alt{ color:white; display:block; } .usa-layout-docs__sidenav{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; padding-top:2rem; } .usa-media-block__img{ float:left; margin-right:0.5rem; } .usa-media-block__body{ overflow:hidden; } .usa-megamenu .usa-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; } .usa-navbar{ height:3rem; } @-webkit-keyframes slidein-left{ from{ -webkit-transform:translateX(15rem); transform:translateX(15rem); } to{ -webkit-transform:translateX(0); transform:translateX(0); } } @keyframes slidein-left{ from{ -webkit-transform:translateX(15rem); transform:translateX(15rem); } to{ -webkit-transform:translateX(0); transform:translateX(0); } } .usa-nav{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:0.9; } .usa-nav__primary .usa-nav__primary-item a{ text-decoration:none; } .usa-nav__primary > .usa-nav__primary-item{ line-height:1.1; } .usa-nav__primary button{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; color:#565c65; font-weight:normal; line-height:1.1; padding:0.75rem 1rem; text-decoration:none; } .usa-nav__primary button:hover{ color:#1a4480; } .usa-nav__primary button:active{ color:#162e51; } .usa-nav__primary button:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-nav__primary button:visited{ color:#562b97; } .usa-nav__primary button:hover, .usa-nav__primary button:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-nav__primary button:hover{ color:#005ea2; background-color:#f0f0f0; text-decoration:none; } .usa-nav__primary button[aria-expanded="false"]{ background-image:url("../img/plus-alt.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/plus-alt.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:right 0 center; background-size:0.75rem; } .usa-nav__primary button[aria-expanded="true"]{ background-image:url("../img/minus-alt.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/minus-alt.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:right 0 center; background-size:0.75rem; } .usa-nav__secondary{ margin-top:1rem; } .usa-nav__secondary .usa-search{ margin-top:1rem; width:100%; } .usa-nav__secondary-links{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; line-height:1.3; margin-top:1.5rem; } .usa-nav__secondary-links a{ color:#71767a; display:inline-block; font-size:0.93rem; text-decoration:none; } .usa-nav__secondary-links a:hover{ color:#005ea2; text-decoration:underline; } .usa-nav__submenu[aria-hidden="true"]{ display:none; } .usa-nav__submenu-list{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-nav__submenu-list > li{ margin-bottom:0; max-width:unset; } .usa-nav__submenu-list .usa-nav__submenu-list-item{ margin:0; font-size:0.93rem; } .usa-nav__submenu-list .usa-nav__submenu-list-item a{ line-height:1.3; } .usa-nav__close{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; height:3rem; width:3rem; color:currentColor; -webkit-box-flex:0; -ms-flex:none; flex:none; float:right; margin:-0.75rem -1rem 1rem auto; text-align:center; } .usa-nav__close:hover{ color:#1a4480; } .usa-nav__close:active{ color:#162e51; } .usa-nav__close:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-nav__close:visited{ color:#562b97; } .usa-nav__close:hover, .usa-nav__close:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-nav__close:hover{ color:currentColor; text-decoration:none; } .usa-nav__close img{ width:0.75rem; } .usa-nav__close + *{ clear:both; } .usa-js-mobile-nav--active{ overflow:hidden; } .usa-search{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; position:relative; } .usa-search::after{ clear:both; content:""; display:block; } .usa-search [role="search"]{ display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-search [type="submit"]{ background-image:url("../img/search.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/search.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-size:1rem; border-bottom-left-radius:0; border-top-left-radius:0; height:2rem; margin:0; padding:0; width:3rem; } input[type="search"]{ -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-appearance:none; -moz-appearance:none; appearance:none; } [type="search"], .usa-search__input{ padding-bottom:0; padding-top:0; border-bottom-right-radius:0; border-right:none; border-top-right-radius:0; -webkit-box-sizing:border-box; box-sizing:border-box; float:left; font-size:1rem; height:2rem; margin:0; } .usa-search__submit-text{ position:absolute; left:-999em; } .usa-section{ padding-bottom:2rem; padding-top:2rem; } .usa-section--light{ background-color:#f0f0f0; } .usa-section--dark{ background-color:#162e51; color:white; } .usa-section--dark h1, .usa-section--dark h2, .usa-section--dark h3, .usa-section--dark h4, .usa-section--dark h5, .usa-section--dark h6{ color:#00bde3; } .usa-section--dark p{ color:white; } .usa-section--dark a{ color:#dcdee0; } .usa-section--dark a:hover{ color:white; } .usa-sidenav{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.3; border-bottom:1px solid #dcdee0; } .usa-sidenav > li{ margin-bottom:0; max-width:unset; } .usa-sidenav__item{ border-top:1px solid #dcdee0; } .usa-sidenav a{ color:#565c65; display:block; padding:0.5rem 1rem; text-decoration:none; } .usa-sidenav a:hover{ background-color:#f0f0f0; color:#005ea2; text-decoration:none; } .usa-sidenav a:focus{ outline-offset:0; } .usa-sidenav .usa-current{ position:relative; color:#005ea2; font-weight:bold; } .usa-sidenav .usa-current::after{ background-color:#005ea2; border-radius:99rem; content:""; display:block; position:absolute; bottom:0.25rem; top:0.25rem; width:0.25rem; left:0.25rem; } .grid-container .usa-sidenav{ margin-left:-1rem; margin-right:-1rem; } .usa-sidenav__sublist{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; margin:0; font-size:1rem; } .usa-sidenav__sublist > li{ margin-bottom:0; max-width:unset; } .usa-sidenav__sublist-item{ border-top:1px solid #dcdee0; font-size:0.93rem; } .usa-sidenav__sublist .usa-current::after{ display:none; } .usa-sidenav__sublist a{ padding-left:2rem; } .usa-sidenav__sublist .usa-sidenav__sublist a{ padding-left:3rem; } .usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a{ content:"foobar"; padding-left:4rem; } .usa-skipnav{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; background:transparent; left:0; padding:0.5rem 1rem; position:absolute; top:-3.8rem; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; z-index:100; } .usa-skipnav:focus{ background:white; left:0; position:absolute; top:0; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } [class*="font-mono-"]{ font-family:Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; } [class*="font-sans-"]{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } [class*="font-serif-"]{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } [class*="font-ui-"]{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } [class*="font-heading-"]{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } [class*="font-body-"]{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } [class*="font-code-"]{ font-family:Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; } [class*="font-alt-"]{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } .add-aspect-9x16{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 177.77778%; position:relative; } .add-aspect-1x1{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 100%; position:relative; } .add-aspect-4x3{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 75%; position:relative; } .add-aspect-16x9{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 56.25%; position:relative; } .add-aspect-2x1{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 50%; position:relative; } .add-list-reset{ margin-bottom:0; margin-top:0; padding-left:0; list-style:none; } .flex-align-start{ -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start; } .flex-align-end{ -webkit-box-align:end; -ms-flex-align:end; align-items:flex-end; } .flex-align-center{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .flex-align-stretch{ -webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch; } .flex-align-baseline{ -webkit-box-align:baseline; -ms-flex-align:baseline; align-items:baseline; } .bg-transparent{ background-color:transparent; } .hover\:bg-transparent:hover{ background-color:transparent; } .bg-black{ background-color:black; } .hover\:bg-black:hover{ background-color:black; } .bg-white{ background-color:white; } .hover\:bg-white:hover{ background-color:white; } .bg-red{ background-color:#e52207; } .hover\:bg-red:hover{ background-color:#e52207; } .bg-orange{ background-color:#e66f0e; } .hover\:bg-orange:hover{ background-color:#e66f0e; } .bg-gold{ background-color:#ffbe2e; } .hover\:bg-gold:hover{ background-color:#ffbe2e; } .bg-yellow{ background-color:#fee685; } .hover\:bg-yellow:hover{ background-color:#fee685; } .bg-green{ background-color:#538200; } .hover\:bg-green:hover{ background-color:#538200; } .bg-mint{ background-color:#04c585; } .hover\:bg-mint:hover{ background-color:#04c585; } .bg-cyan{ background-color:#009ec1; } .hover\:bg-cyan:hover{ background-color:#009ec1; } .bg-blue{ background-color:#0076d6; } .hover\:bg-blue:hover{ background-color:#0076d6; } .bg-indigo{ background-color:#676cc8; } .hover\:bg-indigo:hover{ background-color:#676cc8; } .bg-violet{ background-color:#8168b3; } .hover\:bg-violet:hover{ background-color:#8168b3; } .bg-magenta{ background-color:#d72d79; } .hover\:bg-magenta:hover{ background-color:#d72d79; } .bg-gray-5{ background-color:#f0f0f0; } .hover\:bg-gray-5:hover{ background-color:#f0f0f0; } .bg-gray-10{ background-color:#e6e6e6; } .hover\:bg-gray-10:hover{ background-color:#e6e6e6; } .bg-gray-30{ background-color:#adadad; } .hover\:bg-gray-30:hover{ background-color:#adadad; } .bg-gray-50{ background-color:#757575; } .hover\:bg-gray-50:hover{ background-color:#757575; } .bg-gray-70{ background-color:#454545; } .hover\:bg-gray-70:hover{ background-color:#454545; } .bg-gray-90{ background-color:#1b1b1b; } .hover\:bg-gray-90:hover{ background-color:#1b1b1b; } .bg-base-lightest{ background-color:#f0f0f0; } .hover\:bg-base-lightest:hover{ background-color:#f0f0f0; } .bg-base-lighter{ background-color:#dcdee0; } .hover\:bg-base-lighter:hover{ background-color:#dcdee0; } .bg-base-light{ background-color:#a9aeb1; } .hover\:bg-base-light:hover{ background-color:#a9aeb1; } .bg-base{ background-color:#71767a; } .hover\:bg-base:hover{ background-color:#71767a; } .bg-base-dark{ background-color:#565c65; } .hover\:bg-base-dark:hover{ background-color:#565c65; } .bg-base-darker{ background-color:#3d4551; } .hover\:bg-base-darker:hover{ background-color:#3d4551; } .bg-base-darkest{ background-color:#1b1b1b; } .hover\:bg-base-darkest:hover{ background-color:#1b1b1b; } .bg-ink{ background-color:#1b1b1b; } .hover\:bg-ink:hover{ background-color:#1b1b1b; } .bg-primary-lighter{ background-color:#d9e8f6; } .hover\:bg-primary-lighter:hover{ background-color:#d9e8f6; } .bg-primary-light{ background-color:#73b3e7; } .hover\:bg-primary-light:hover{ background-color:#73b3e7; } .bg-primary{ background-color:#005ea2; } .hover\:bg-primary:hover{ background-color:#005ea2; } .bg-primary-vivid{ background-color:#0050d8; } .hover\:bg-primary-vivid:hover{ background-color:#0050d8; } .bg-primary-dark{ background-color:#1a4480; } .hover\:bg-primary-dark:hover{ background-color:#1a4480; } .bg-primary-darker{ background-color:#162e51; } .hover\:bg-primary-darker:hover{ background-color:#162e51; } .bg-secondary-lighter{ background-color:#f3e1e4; } .hover\:bg-secondary-lighter:hover{ background-color:#f3e1e4; } .bg-secondary-light{ background-color:#f2938c; } .hover\:bg-secondary-light:hover{ background-color:#f2938c; } .bg-secondary{ background-color:#d83933; } .hover\:bg-secondary:hover{ background-color:#d83933; } .bg-secondary-vivid{ background-color:#e41d3d; } .hover\:bg-secondary-vivid:hover{ background-color:#e41d3d; } .bg-secondary-dark{ background-color:#b50909; } .hover\:bg-secondary-dark:hover{ background-color:#b50909; } .bg-secondary-darker{ background-color:#8b0a03; } .hover\:bg-secondary-darker:hover{ background-color:#8b0a03; } .bg-accent-warm-darker{ background-color:#775540; } .hover\:bg-accent-warm-darker:hover{ background-color:#775540; } .bg-accent-warm-dark{ background-color:#c05600; } .hover\:bg-accent-warm-dark:hover{ background-color:#c05600; } .bg-accent-warm{ background-color:#fa9441; } .hover\:bg-accent-warm:hover{ background-color:#fa9441; } .bg-accent-warm-light{ background-color:#ffbc78; } .hover\:bg-accent-warm-light:hover{ background-color:#ffbc78; } .bg-accent-warm-lighter{ background-color:#f2e4d4; } .hover\:bg-accent-warm-lighter:hover{ background-color:#f2e4d4; } .bg-accent-cool-darker{ background-color:#07648d; } .hover\:bg-accent-cool-darker:hover{ background-color:#07648d; } .bg-accent-cool-dark{ background-color:#28a0cb; } .hover\:bg-accent-cool-dark:hover{ background-color:#28a0cb; } .bg-accent-cool{ background-color:#00bde3; } .hover\:bg-accent-cool:hover{ background-color:#00bde3; } .bg-accent-cool-light{ background-color:#97d4ea; } .hover\:bg-accent-cool-light:hover{ background-color:#97d4ea; } .bg-accent-cool-lighter{ background-color:#e1f3f8; } .hover\:bg-accent-cool-lighter:hover{ background-color:#e1f3f8; } .border-1px{ border:1px solid; } .hover\:border-1px:hover{ border:1px solid; } .border-y-1px{ border-top:1px solid; border-bottom:1px solid; } .hover\:border-y-1px:hover{ border-top:1px solid; border-bottom:1px solid; } .border-x-1px{ border-left:1px solid; border-right:1px solid; } .hover\:border-x-1px:hover{ border-left:1px solid; border-right:1px solid; } .border-top-1px{ border-top:1px solid; } .hover\:border-top-1px:hover{ border-top:1px solid; } .border-right-1px{ border-right:1px solid; } .hover\:border-right-1px:hover{ border-right:1px solid; } .border-bottom-1px{ border-bottom:1px solid; } .hover\:border-bottom-1px:hover{ border-bottom:1px solid; } .border-left-1px{ border-left:1px solid; } .hover\:border-left-1px:hover{ border-left:1px solid; } .border-2px{ border:2px solid; } .hover\:border-2px:hover{ border:2px solid; } .border-y-2px{ border-top:2px solid; border-bottom:2px solid; } .hover\:border-y-2px:hover{ border-top:2px solid; border-bottom:2px solid; } .border-x-2px{ border-left:2px solid; border-right:2px solid; } .hover\:border-x-2px:hover{ border-left:2px solid; border-right:2px solid; } .border-top-2px{ border-top:2px solid; } .hover\:border-top-2px:hover{ border-top:2px solid; } .border-right-2px{ border-right:2px solid; } .hover\:border-right-2px:hover{ border-right:2px solid; } .border-bottom-2px{ border-bottom:2px solid; } .hover\:border-bottom-2px:hover{ border-bottom:2px solid; } .border-left-2px{ border-left:2px solid; } .hover\:border-left-2px:hover{ border-left:2px solid; } .border-05{ border:0.25rem solid; } .hover\:border-05:hover{ border:0.25rem solid; } .border-y-05{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .hover\:border-y-05:hover{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .border-x-05{ border-left:0.25rem solid; border-right:0.25rem solid; } .hover\:border-x-05:hover{ border-left:0.25rem solid; border-right:0.25rem solid; } .border-top-05{ border-top:0.25rem solid; } .hover\:border-top-05:hover{ border-top:0.25rem solid; } .border-right-05{ border-right:0.25rem solid; } .hover\:border-right-05:hover{ border-right:0.25rem solid; } .border-bottom-05{ border-bottom:0.25rem solid; } .hover\:border-bottom-05:hover{ border-bottom:0.25rem solid; } .border-left-05{ border-left:0.25rem solid; } .hover\:border-left-05:hover{ border-left:0.25rem solid; } .border-1{ border:0.5rem solid; } .hover\:border-1:hover{ border:0.5rem solid; } .border-y-1{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .hover\:border-y-1:hover{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .border-x-1{ border-left:0.5rem solid; border-right:0.5rem solid; } .hover\:border-x-1:hover{ border-left:0.5rem solid; border-right:0.5rem solid; } .border-top-1{ border-top:0.5rem solid; } .hover\:border-top-1:hover{ border-top:0.5rem solid; } .border-right-1{ border-right:0.5rem solid; } .hover\:border-right-1:hover{ border-right:0.5rem solid; } .border-bottom-1{ border-bottom:0.5rem solid; } .hover\:border-bottom-1:hover{ border-bottom:0.5rem solid; } .border-left-1{ border-left:0.5rem solid; } .hover\:border-left-1:hover{ border-left:0.5rem solid; } .border-105{ border:0.75rem solid; } .hover\:border-105:hover{ border:0.75rem solid; } .border-y-105{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .hover\:border-y-105:hover{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .border-x-105{ border-left:0.75rem solid; border-right:0.75rem solid; } .hover\:border-x-105:hover{ border-left:0.75rem solid; border-right:0.75rem solid; } .border-top-105{ border-top:0.75rem solid; } .hover\:border-top-105:hover{ border-top:0.75rem solid; } .border-right-105{ border-right:0.75rem solid; } .hover\:border-right-105:hover{ border-right:0.75rem solid; } .border-bottom-105{ border-bottom:0.75rem solid; } .hover\:border-bottom-105:hover{ border-bottom:0.75rem solid; } .border-left-105{ border-left:0.75rem solid; } .hover\:border-left-105:hover{ border-left:0.75rem solid; } .border-2{ border:1rem solid; } .hover\:border-2:hover{ border:1rem solid; } .border-y-2{ border-top:1rem solid; border-bottom:1rem solid; } .hover\:border-y-2:hover{ border-top:1rem solid; border-bottom:1rem solid; } .border-x-2{ border-left:1rem solid; border-right:1rem solid; } .hover\:border-x-2:hover{ border-left:1rem solid; border-right:1rem solid; } .border-top-2{ border-top:1rem solid; } .hover\:border-top-2:hover{ border-top:1rem solid; } .border-right-2{ border-right:1rem solid; } .hover\:border-right-2:hover{ border-right:1rem solid; } .border-bottom-2{ border-bottom:1rem solid; } .hover\:border-bottom-2:hover{ border-bottom:1rem solid; } .border-left-2{ border-left:1rem solid; } .hover\:border-left-2:hover{ border-left:1rem solid; } .border-205{ border:1.25rem solid; } .hover\:border-205:hover{ border:1.25rem solid; } .border-y-205{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .hover\:border-y-205:hover{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .border-x-205{ border-left:1.25rem solid; border-right:1.25rem solid; } .hover\:border-x-205:hover{ border-left:1.25rem solid; border-right:1.25rem solid; } .border-top-205{ border-top:1.25rem solid; } .hover\:border-top-205:hover{ border-top:1.25rem solid; } .border-right-205{ border-right:1.25rem solid; } .hover\:border-right-205:hover{ border-right:1.25rem solid; } .border-bottom-205{ border-bottom:1.25rem solid; } .hover\:border-bottom-205:hover{ border-bottom:1.25rem solid; } .border-left-205{ border-left:1.25rem solid; } .hover\:border-left-205:hover{ border-left:1.25rem solid; } .border-3{ border:1.5rem solid; } .hover\:border-3:hover{ border:1.5rem solid; } .border-y-3{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .hover\:border-y-3:hover{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .border-x-3{ border-left:1.5rem solid; border-right:1.5rem solid; } .hover\:border-x-3:hover{ border-left:1.5rem solid; border-right:1.5rem solid; } .border-top-3{ border-top:1.5rem solid; } .hover\:border-top-3:hover{ border-top:1.5rem solid; } .border-right-3{ border-right:1.5rem solid; } .hover\:border-right-3:hover{ border-right:1.5rem solid; } .border-bottom-3{ border-bottom:1.5rem solid; } .hover\:border-bottom-3:hover{ border-bottom:1.5rem solid; } .border-left-3{ border-left:1.5rem solid; } .hover\:border-left-3:hover{ border-left:1.5rem solid; } .border-0{ border:0 solid; } .hover\:border-0:hover{ border:0 solid; } .border-y-0{ border-top:0 solid; border-bottom:0 solid; } .hover\:border-y-0:hover{ border-top:0 solid; border-bottom:0 solid; } .border-x-0{ border-left:0 solid; border-right:0 solid; } .hover\:border-x-0:hover{ border-left:0 solid; border-right:0 solid; } .border-top-0{ border-top:0 solid; } .hover\:border-top-0:hover{ border-top:0 solid; } .border-right-0{ border-right:0 solid; } .hover\:border-right-0:hover{ border-right:0 solid; } .border-bottom-0{ border-bottom:0 solid; } .hover\:border-bottom-0:hover{ border-bottom:0 solid; } .border-left-0{ border-left:0 solid; } .hover\:border-left-0:hover{ border-left:0 solid; } .border{ border:1px solid; } .hover\:border:hover{ border:1px solid; } .border-y{ border-top:1px solid; border-bottom:1px solid; } .hover\:border-y:hover{ border-top:1px solid; border-bottom:1px solid; } .border-x{ border-left:1px solid; border-right:1px solid; } .hover\:border-x:hover{ border-left:1px solid; border-right:1px solid; } .border-top{ border-top:1px solid; } .hover\:border-top:hover{ border-top:1px solid; } .border-right{ border-right:1px solid; } .hover\:border-right:hover{ border-right:1px solid; } .border-bottom{ border-bottom:1px solid; } .hover\:border-bottom:hover{ border-bottom:1px solid; } .border-left{ border-left:1px solid; } .hover\:border-left:hover{ border-left:1px solid; } .border-transparent{ border-color:transparent; } .hover\:border-transparent:hover{ border-color:transparent; } .border-black{ border-color:black; } .hover\:border-black:hover{ border-color:black; } .border-white{ border-color:white; } .hover\:border-white:hover{ border-color:white; } .border-red{ border-color:#e52207; } .hover\:border-red:hover{ border-color:#e52207; } .border-orange{ border-color:#e66f0e; } .hover\:border-orange:hover{ border-color:#e66f0e; } .border-gold{ border-color:#ffbe2e; } .hover\:border-gold:hover{ border-color:#ffbe2e; } .border-yellow{ border-color:#fee685; } .hover\:border-yellow:hover{ border-color:#fee685; } .border-green{ border-color:#538200; } .hover\:border-green:hover{ border-color:#538200; } .border-mint{ border-color:#04c585; } .hover\:border-mint:hover{ border-color:#04c585; } .border-cyan{ border-color:#009ec1; } .hover\:border-cyan:hover{ border-color:#009ec1; } .border-blue{ border-color:#0076d6; } .hover\:border-blue:hover{ border-color:#0076d6; } .border-indigo{ border-color:#676cc8; } .hover\:border-indigo:hover{ border-color:#676cc8; } .border-violet{ border-color:#8168b3; } .hover\:border-violet:hover{ border-color:#8168b3; } .border-magenta{ border-color:#d72d79; } .hover\:border-magenta:hover{ border-color:#d72d79; } .border-gray-5{ border-color:#f0f0f0; } .hover\:border-gray-5:hover{ border-color:#f0f0f0; } .border-gray-10{ border-color:#e6e6e6; } .hover\:border-gray-10:hover{ border-color:#e6e6e6; } .border-gray-30{ border-color:#adadad; } .hover\:border-gray-30:hover{ border-color:#adadad; } .border-gray-50{ border-color:#757575; } .hover\:border-gray-50:hover{ border-color:#757575; } .border-gray-70{ border-color:#454545; } .hover\:border-gray-70:hover{ border-color:#454545; } .border-gray-90{ border-color:#1b1b1b; } .hover\:border-gray-90:hover{ border-color:#1b1b1b; } .border-base-lightest{ border-color:#f0f0f0; } .hover\:border-base-lightest:hover{ border-color:#f0f0f0; } .border-base-lighter{ border-color:#dcdee0; } .hover\:border-base-lighter:hover{ border-color:#dcdee0; } .border-base-light{ border-color:#a9aeb1; } .hover\:border-base-light:hover{ border-color:#a9aeb1; } .border-base{ border-color:#71767a; } .hover\:border-base:hover{ border-color:#71767a; } .border-base-dark{ border-color:#565c65; } .hover\:border-base-dark:hover{ border-color:#565c65; } .border-base-darker{ border-color:#3d4551; } .hover\:border-base-darker:hover{ border-color:#3d4551; } .border-base-darkest{ border-color:#1b1b1b; } .hover\:border-base-darkest:hover{ border-color:#1b1b1b; } .border-ink{ border-color:#1b1b1b; } .hover\:border-ink:hover{ border-color:#1b1b1b; } .border-primary-lighter{ border-color:#d9e8f6; } .hover\:border-primary-lighter:hover{ border-color:#d9e8f6; } .border-primary-light{ border-color:#73b3e7; } .hover\:border-primary-light:hover{ border-color:#73b3e7; } .border-primary{ border-color:#005ea2; } .hover\:border-primary:hover{ border-color:#005ea2; } .border-primary-vivid{ border-color:#0050d8; } .hover\:border-primary-vivid:hover{ border-color:#0050d8; } .border-primary-dark{ border-color:#1a4480; } .hover\:border-primary-dark:hover{ border-color:#1a4480; } .border-primary-darker{ border-color:#162e51; } .hover\:border-primary-darker:hover{ border-color:#162e51; } .border-secondary-lighter{ border-color:#f3e1e4; } .hover\:border-secondary-lighter:hover{ border-color:#f3e1e4; } .border-secondary-light{ border-color:#f2938c; } .hover\:border-secondary-light:hover{ border-color:#f2938c; } .border-secondary{ border-color:#d83933; } .hover\:border-secondary:hover{ border-color:#d83933; } .border-secondary-vivid{ border-color:#e41d3d; } .hover\:border-secondary-vivid:hover{ border-color:#e41d3d; } .border-secondary-dark{ border-color:#b50909; } .hover\:border-secondary-dark:hover{ border-color:#b50909; } .border-secondary-darker{ border-color:#8b0a03; } .hover\:border-secondary-darker:hover{ border-color:#8b0a03; } .border-accent-warm-darker{ border-color:#775540; } .hover\:border-accent-warm-darker:hover{ border-color:#775540; } .border-accent-warm-dark{ border-color:#c05600; } .hover\:border-accent-warm-dark:hover{ border-color:#c05600; } .border-accent-warm{ border-color:#fa9441; } .hover\:border-accent-warm:hover{ border-color:#fa9441; } .border-accent-warm-light{ border-color:#ffbc78; } .hover\:border-accent-warm-light:hover{ border-color:#ffbc78; } .border-accent-warm-lighter{ border-color:#f2e4d4; } .hover\:border-accent-warm-lighter:hover{ border-color:#f2e4d4; } .border-accent-cool-darker{ border-color:#07648d; } .hover\:border-accent-cool-darker:hover{ border-color:#07648d; } .border-accent-cool-dark{ border-color:#28a0cb; } .hover\:border-accent-cool-dark:hover{ border-color:#28a0cb; } .border-accent-cool{ border-color:#00bde3; } .hover\:border-accent-cool:hover{ border-color:#00bde3; } .border-accent-cool-light{ border-color:#97d4ea; } .hover\:border-accent-cool-light:hover{ border-color:#97d4ea; } .border-accent-cool-lighter{ border-color:#e1f3f8; } .hover\:border-accent-cool-lighter:hover{ border-color:#e1f3f8; } .radius-0{ border-radius:0; } .radius-top-0{ border-top-left-radius:0; border-top-right-radius:0; } .radius-right-0{ border-top-right-radius:0; border-bottom-right-radius:0; } .radius-bottom-0{ border-bottom-left-radius:0; border-bottom-right-radius:0; } .radius-left-0{ border-top-left-radius:0; border-bottom-left-radius:0; } .radius-sm{ border-radius:2px; } .radius-top-sm{ border-top-left-radius:2px; border-top-right-radius:2px; } .radius-right-sm{ border-top-right-radius:2px; border-bottom-right-radius:2px; } .radius-bottom-sm{ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .radius-left-sm{ border-top-left-radius:2px; border-bottom-left-radius:2px; } .radius-md{ border-radius:0.25rem; } .radius-top-md{ border-top-left-radius:0.25rem; border-top-right-radius:0.25rem; } .radius-right-md{ border-top-right-radius:0.25rem; border-bottom-right-radius:0.25rem; } .radius-bottom-md{ border-bottom-left-radius:0.25rem; border-bottom-right-radius:0.25rem; } .radius-left-md{ border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem; } .radius-lg{ border-radius:0.5rem; } .radius-top-lg{ border-top-left-radius:0.5rem; border-top-right-radius:0.5rem; } .radius-right-lg{ border-top-right-radius:0.5rem; border-bottom-right-radius:0.5rem; } .radius-bottom-lg{ border-bottom-left-radius:0.5rem; border-bottom-right-radius:0.5rem; } .radius-left-lg{ border-top-left-radius:0.5rem; border-bottom-left-radius:0.5rem; } .radius-pill{ border-radius:99rem; } .radius-top-pill{ border-top-left-radius:99rem; border-top-right-radius:99rem; } .radius-right-pill{ border-top-right-radius:99rem; border-bottom-right-radius:99rem; } .radius-bottom-pill{ border-bottom-left-radius:99rem; border-bottom-right-radius:99rem; } .radius-left-pill{ border-top-left-radius:99rem; border-bottom-left-radius:99rem; } .border-dashed{ border-style:dashed; } .border-dotted{ border-style:dotted; } .border-solid{ border-style:solid; } .border-width-1px{ border-width:1px; } .border-y-width-1px{ border-top-width:1px; border-bottom-width:1px; } .border-x-width-1px{ border-left-width:1px; border-right-width:1px; } .border-top-width-1px{ border-top-width:1px; } .border-right-width-1px{ border-right-width:1px; } .border-bottom-width-1px{ border-bottom-width:1px; } .border-left-width-1px{ border-left-width:1px; } .border-width-2px{ border-width:2px; } .border-y-width-2px{ border-top-width:2px; border-bottom-width:2px; } .border-x-width-2px{ border-left-width:2px; border-right-width:2px; } .border-top-width-2px{ border-top-width:2px; } .border-right-width-2px{ border-right-width:2px; } .border-bottom-width-2px{ border-bottom-width:2px; } .border-left-width-2px{ border-left-width:2px; } .border-width-05{ border-width:0.25rem; } .border-y-width-05{ border-top-width:0.25rem; border-bottom-width:0.25rem; } .border-x-width-05{ border-left-width:0.25rem; border-right-width:0.25rem; } .border-top-width-05{ border-top-width:0.25rem; } .border-right-width-05{ border-right-width:0.25rem; } .border-bottom-width-05{ border-bottom-width:0.25rem; } .border-left-width-05{ border-left-width:0.25rem; } .border-width-1{ border-width:0.5rem; } .border-y-width-1{ border-top-width:0.5rem; border-bottom-width:0.5rem; } .border-x-width-1{ border-left-width:0.5rem; border-right-width:0.5rem; } .border-top-width-1{ border-top-width:0.5rem; } .border-right-width-1{ border-right-width:0.5rem; } .border-bottom-width-1{ border-bottom-width:0.5rem; } .border-left-width-1{ border-left-width:0.5rem; } .border-width-105{ border-width:0.75rem; } .border-y-width-105{ border-top-width:0.75rem; border-bottom-width:0.75rem; } .border-x-width-105{ border-left-width:0.75rem; border-right-width:0.75rem; } .border-top-width-105{ border-top-width:0.75rem; } .border-right-width-105{ border-right-width:0.75rem; } .border-bottom-width-105{ border-bottom-width:0.75rem; } .border-left-width-105{ border-left-width:0.75rem; } .border-width-2{ border-width:1rem; } .border-y-width-2{ border-top-width:1rem; border-bottom-width:1rem; } .border-x-width-2{ border-left-width:1rem; border-right-width:1rem; } .border-top-width-2{ border-top-width:1rem; } .border-right-width-2{ border-right-width:1rem; } .border-bottom-width-2{ border-bottom-width:1rem; } .border-left-width-2{ border-left-width:1rem; } .border-width-205{ border-width:1.25rem; } .border-y-width-205{ border-top-width:1.25rem; border-bottom-width:1.25rem; } .border-x-width-205{ border-left-width:1.25rem; border-right-width:1.25rem; } .border-top-width-205{ border-top-width:1.25rem; } .border-right-width-205{ border-right-width:1.25rem; } .border-bottom-width-205{ border-bottom-width:1.25rem; } .border-left-width-205{ border-left-width:1.25rem; } .border-width-3{ border-width:1.5rem; } .border-y-width-3{ border-top-width:1.5rem; border-bottom-width:1.5rem; } .border-x-width-3{ border-left-width:1.5rem; border-right-width:1.5rem; } .border-top-width-3{ border-top-width:1.5rem; } .border-right-width-3{ border-right-width:1.5rem; } .border-bottom-width-3{ border-bottom-width:1.5rem; } .border-left-width-3{ border-left-width:1.5rem; } .border-width-0{ border-width:0; } .border-y-width-0{ border-top-width:0; border-bottom-width:0; } .border-x-width-0{ border-left-width:0; border-right-width:0; } .border-top-width-0{ border-top-width:0; } .border-right-width-0{ border-right-width:0; } .border-bottom-width-0{ border-bottom-width:0; } .border-left-width-0{ border-left-width:0; } .bottom-1px{ bottom:1px; } .bottom-2px{ bottom:2px; } .bottom-05{ bottom:0.25rem; } .bottom-1{ bottom:0.5rem; } .bottom-105{ bottom:0.75rem; } .bottom-2{ bottom:1rem; } .bottom-205{ bottom:1.25rem; } .bottom-3{ bottom:1.5rem; } .bottom-neg-1px{ bottom:-1px; } .bottom-neg-2px{ bottom:-2px; } .bottom-neg-05{ bottom:-0.25rem; } .bottom-neg-1{ bottom:-0.5rem; } .bottom-neg-105{ bottom:-0.75rem; } .bottom-neg-2{ bottom:-1rem; } .bottom-neg-205{ bottom:-1.25rem; } .bottom-neg-3{ bottom:-1.5rem; } .bottom-0{ bottom:0; } .bottom-auto{ bottom:auto; } .bottom-full{ bottom:100%; } .shadow-none{ -webkit-box-shadow:none; box-shadow:none; } .hover\:shadow-none:hover{ -webkit-box-shadow:none; box-shadow:none; } .shadow-1{ -webkit-box-shadow:0 1px 0.25rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 1px 0.25rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-1:hover{ -webkit-box-shadow:0 1px 0.25rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 1px 0.25rem 0 rgba(0, 0, 0, 0.1); } .shadow-2{ -webkit-box-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-2:hover{ -webkit-box-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1); } .shadow-3{ -webkit-box-shadow:0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-3:hover{ -webkit-box-shadow:0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); } .shadow-4{ -webkit-box-shadow:0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-4:hover{ -webkit-box-shadow:0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1); } .shadow-5{ -webkit-box-shadow:0 1rem 2rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 1rem 2rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-5:hover{ -webkit-box-shadow:0 1rem 2rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 1rem 2rem 0 rgba(0, 0, 0, 0.1); } .circle-1px{ height:1px; width:1px; border-radius:50%; } .circle-2px{ height:2px; width:2px; border-radius:50%; } .circle-05{ height:0.25rem; width:0.25rem; border-radius:50%; } .circle-1{ height:0.5rem; width:0.5rem; border-radius:50%; } .circle-105{ height:0.75rem; width:0.75rem; border-radius:50%; } .circle-2{ height:1rem; width:1rem; border-radius:50%; } .circle-205{ height:1.25rem; width:1.25rem; border-radius:50%; } .circle-3{ height:1.5rem; width:1.5rem; border-radius:50%; } .circle-4{ height:2rem; width:2rem; border-radius:50%; } .circle-5{ height:2.5rem; width:2.5rem; border-radius:50%; } .circle-6{ height:3rem; width:3rem; border-radius:50%; } .circle-7{ height:3.5rem; width:3.5rem; border-radius:50%; } .circle-8{ height:4rem; width:4rem; border-radius:50%; } .circle-9{ height:4.5rem; width:4.5rem; border-radius:50%; } .circle-10{ height:5rem; width:5rem; border-radius:50%; } .circle-15{ height:7.5rem; width:7.5rem; border-radius:50%; } .circle-card{ height:10rem; width:10rem; border-radius:50%; } .circle-card-lg{ height:15rem; width:15rem; border-radius:50%; } .circle-mobile{ height:20rem; width:20rem; border-radius:50%; } .clearfix::after{ content:""; display:block; clear:both; } .text-transparent{ color:transparent; } .hover\:text-transparent:hover{ color:transparent; } .text-black{ color:black; } .hover\:text-black:hover{ color:black; } .text-white{ color:white; } .hover\:text-white:hover{ color:white; } .text-red{ color:#e52207; } .hover\:text-red:hover{ color:#e52207; } .text-orange{ color:#e66f0e; } .hover\:text-orange:hover{ color:#e66f0e; } .text-gold{ color:#ffbe2e; } .hover\:text-gold:hover{ color:#ffbe2e; } .text-yellow{ color:#fee685; } .hover\:text-yellow:hover{ color:#fee685; } .text-green{ color:#538200; } .hover\:text-green:hover{ color:#538200; } .text-mint{ color:#04c585; } .hover\:text-mint:hover{ color:#04c585; } .text-cyan{ color:#009ec1; } .hover\:text-cyan:hover{ color:#009ec1; } .text-blue{ color:#0076d6; } .hover\:text-blue:hover{ color:#0076d6; } .text-indigo{ color:#676cc8; } .hover\:text-indigo:hover{ color:#676cc8; } .text-violet{ color:#8168b3; } .hover\:text-violet:hover{ color:#8168b3; } .text-magenta{ color:#d72d79; } .hover\:text-magenta:hover{ color:#d72d79; } .text-gray-5{ color:#f0f0f0; } .hover\:text-gray-5:hover{ color:#f0f0f0; } .text-gray-10{ color:#e6e6e6; } .hover\:text-gray-10:hover{ color:#e6e6e6; } .text-gray-30{ color:#adadad; } .hover\:text-gray-30:hover{ color:#adadad; } .text-gray-50{ color:#757575; } .hover\:text-gray-50:hover{ color:#757575; } .text-gray-70{ color:#454545; } .hover\:text-gray-70:hover{ color:#454545; } .text-gray-90{ color:#1b1b1b; } .hover\:text-gray-90:hover{ color:#1b1b1b; } .text-base-lightest{ color:#f0f0f0; } .hover\:text-base-lightest:hover{ color:#f0f0f0; } .text-base-lighter{ color:#dcdee0; } .hover\:text-base-lighter:hover{ color:#dcdee0; } .text-base-light{ color:#a9aeb1; } .hover\:text-base-light:hover{ color:#a9aeb1; } .text-base{ color:#71767a; } .hover\:text-base:hover{ color:#71767a; } .text-base-dark{ color:#565c65; } .hover\:text-base-dark:hover{ color:#565c65; } .text-base-darker{ color:#3d4551; } .hover\:text-base-darker:hover{ color:#3d4551; } .text-base-darkest{ color:#1b1b1b; } .hover\:text-base-darkest:hover{ color:#1b1b1b; } .text-ink{ color:#1b1b1b; } .hover\:text-ink:hover{ color:#1b1b1b; } .text-primary-lighter{ color:#d9e8f6; } .hover\:text-primary-lighter:hover{ color:#d9e8f6; } .text-primary-light{ color:#73b3e7; } .hover\:text-primary-light:hover{ color:#73b3e7; } .text-primary{ color:#005ea2; } .hover\:text-primary:hover{ color:#005ea2; } .text-primary-vivid{ color:#0050d8; } .hover\:text-primary-vivid:hover{ color:#0050d8; } .text-primary-dark{ color:#1a4480; } .hover\:text-primary-dark:hover{ color:#1a4480; } .text-primary-darker{ color:#162e51; } .hover\:text-primary-darker:hover{ color:#162e51; } .text-secondary-lighter{ color:#f3e1e4; } .hover\:text-secondary-lighter:hover{ color:#f3e1e4; } .text-secondary-light{ color:#f2938c; } .hover\:text-secondary-light:hover{ color:#f2938c; } .text-secondary{ color:#d83933; } .hover\:text-secondary:hover{ color:#d83933; } .text-secondary-vivid{ color:#e41d3d; } .hover\:text-secondary-vivid:hover{ color:#e41d3d; } .text-secondary-dark{ color:#b50909; } .hover\:text-secondary-dark:hover{ color:#b50909; } .text-secondary-darker{ color:#8b0a03; } .hover\:text-secondary-darker:hover{ color:#8b0a03; } .text-accent-warm-darker{ color:#775540; } .hover\:text-accent-warm-darker:hover{ color:#775540; } .text-accent-warm-dark{ color:#c05600; } .hover\:text-accent-warm-dark:hover{ color:#c05600; } .text-accent-warm{ color:#fa9441; } .hover\:text-accent-warm:hover{ color:#fa9441; } .text-accent-warm-light{ color:#ffbc78; } .hover\:text-accent-warm-light:hover{ color:#ffbc78; } .text-accent-warm-lighter{ color:#f2e4d4; } .hover\:text-accent-warm-lighter:hover{ color:#f2e4d4; } .text-accent-cool-darker{ color:#07648d; } .hover\:text-accent-cool-darker:hover{ color:#07648d; } .text-accent-cool-dark{ color:#28a0cb; } .hover\:text-accent-cool-dark:hover{ color:#28a0cb; } .text-accent-cool{ color:#00bde3; } .hover\:text-accent-cool:hover{ color:#00bde3; } .text-accent-cool-light{ color:#97d4ea; } .hover\:text-accent-cool-light:hover{ color:#97d4ea; } .text-accent-cool-lighter{ color:#e1f3f8; } .hover\:text-accent-cool-lighter:hover{ color:#e1f3f8; } .cursor-auto{ cursor:auto; } .cursor-default{ cursor:default; } .cursor-pointer{ cursor:pointer; } .cursor-wait{ cursor:wait; } .cursor-move{ cursor:move; } .cursor-not-allowed{ cursor:not-allowed; } .display-block{ display:block; } .display-flex{ display:-webkit-box; display:-ms-flexbox; display:flex; } .display-none{ display:none; } .display-inline{ display:inline; } .display-inline-block{ display:inline-block; } .display-inline-flex{ display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; } .display-table{ display:table; } .display-table-cell{ display:table-cell; } .display-table-row{ display:table-row; } .flex-1{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; } .flex-2{ -webkit-box-flex:2; -ms-flex:2 0 0px; flex:2 0 0; } .flex-3{ -webkit-box-flex:3; -ms-flex:3 0 0px; flex:3 0 0; } .flex-4{ -webkit-box-flex:4; -ms-flex:4 0 0px; flex:4 0 0; } .flex-5{ -webkit-box-flex:5; -ms-flex:5 0 0px; flex:5 0 0; } .flex-6{ -webkit-box-flex:6; -ms-flex:6 0 0px; flex:6 0 0; } .flex-7{ -webkit-box-flex:7; -ms-flex:7 0 0px; flex:7 0 0; } .flex-8{ -webkit-box-flex:8; -ms-flex:8 0 0px; flex:8 0 0; } .flex-9{ -webkit-box-flex:9; -ms-flex:9 0 0px; flex:9 0 0; } .flex-10{ -webkit-box-flex:10; -ms-flex:10 0 0px; flex:10 0 0; } .flex-11{ -webkit-box-flex:11; -ms-flex:11 0 0px; flex:11 0 0; } .flex-12{ -webkit-box-flex:12; -ms-flex:12 0 0px; flex:12 0 0; } .flex-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; } .flex-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; } .flex-row{ -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; } .flex-column{ -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .flex-wrap{ -ms-flex-wrap:wrap; flex-wrap:wrap; } .flex-no-wrap{ -ms-flex-wrap:nowrap; flex-wrap:nowrap; } .float-left{ float:left; } .float-none{ float:none; } .float-right{ float:right; } .font-mono-3xs{ font-size:0.77rem; } .font-mono-2xs{ font-size:0.83rem; } .font-mono-xs{ font-size:0.89rem; } .font-mono-sm{ font-size:0.95rem; } .font-mono-md{ font-size:1.01rem; } .font-mono-lg{ font-size:1.31rem; } .font-mono-xl{ font-size:1.91rem; } .font-mono-2xl{ font-size:2.38rem; } .font-mono-3xl{ font-size:2.86rem; } .font-sans-3xs{ font-size:0.87rem; } .font-sans-2xs{ font-size:0.93rem; } .font-sans-xs{ font-size:1rem; } .font-sans-sm{ font-size:1.06rem; } .font-sans-md{ font-size:1.13rem; } .font-sans-lg{ font-size:1.46rem; } .font-sans-xl{ font-size:2.13rem; } .font-sans-2xl{ font-size:2.66rem; } .font-sans-3xl{ font-size:3.19rem; } .font-serif-3xs{ font-size:0.79rem; } .font-serif-2xs{ font-size:0.85rem; } .font-serif-xs{ font-size:0.91rem; } .font-serif-sm{ font-size:0.98rem; } .font-serif-md{ font-size:1.04rem; } .font-serif-lg{ font-size:1.34rem; } .font-serif-xl{ font-size:1.95rem; } .font-serif-2xl{ font-size:2.44rem; } .font-serif-3xl{ font-size:2.93rem; } .font-heading-3xs{ font-size:0.79rem; } .font-heading-2xs{ font-size:0.85rem; } .font-heading-xs{ font-size:0.91rem; } .font-heading-sm{ font-size:0.98rem; } .font-heading-md{ font-size:1.04rem; } .font-heading-lg{ font-size:1.34rem; } .font-heading-xl{ font-size:1.95rem; } .font-heading-2xl{ font-size:2.44rem; } .font-heading-3xl{ font-size:2.93rem; } .font-body-3xs{ font-size:0.87rem; } .font-body-2xs{ font-size:0.93rem; } .font-body-xs{ font-size:1rem; } .font-body-sm{ font-size:1.06rem; } .font-body-md{ font-size:1.13rem; } .font-body-lg{ font-size:1.46rem; } .font-body-xl{ font-size:2.13rem; } .font-body-2xl{ font-size:2.66rem; } .font-body-3xl{ font-size:3.19rem; } .font-code-3xs{ font-size:0.77rem; } .font-code-2xs{ font-size:0.83rem; } .font-code-xs{ font-size:0.89rem; } .font-code-sm{ font-size:0.95rem; } .font-code-md{ font-size:1.01rem; } .font-code-lg{ font-size:1.31rem; } .font-code-xl{ font-size:1.91rem; } .font-code-2xl{ font-size:2.38rem; } .font-code-3xl{ font-size:2.86rem; } .font-alt-3xs{ font-size:0.79rem; } .font-alt-2xs{ font-size:0.85rem; } .font-alt-xs{ font-size:0.91rem; } .font-alt-sm{ font-size:0.98rem; } .font-alt-md{ font-size:1.04rem; } .font-alt-lg{ font-size:1.34rem; } .font-alt-xl{ font-size:1.95rem; } .font-alt-2xl{ font-size:2.44rem; } .font-alt-3xl{ font-size:2.93rem; } .font-ui-3xs{ font-size:0.87rem; } .font-ui-2xs{ font-size:0.93rem; } .font-ui-xs{ font-size:1rem; } .font-ui-sm{ font-size:1.06rem; } .font-ui-md{ font-size:1.13rem; } .font-ui-lg{ font-size:1.46rem; } .font-ui-xl{ font-size:2.13rem; } .font-ui-2xl{ font-size:2.66rem; } .font-ui-3xl{ font-size:3.19rem; } .font-family-mono{ font-family:Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; } .font-family-sans{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } .font-family-serif{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } .font-family-ui{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } .font-family-heading{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } .font-family-body{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } .font-family-code{ font-family:Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; } .font-family-alt{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } .text-tabular{ -webkit-font-feature-settings:"tnum" 1, "kern" 1; font-feature-settings:"tnum" 1, "kern" 1; } .text-no-tabular{ -webkit-font-feature-settings:"kern" 1; font-feature-settings:"kern" 1; } .text-italic{ font-style:italic; } .text-no-italic{ font-style:normal; } .text-light{ font-weight:300; } .text-normal{ font-weight:normal; } .text-bold{ font-weight:bold; } .height-1px{ height:1px; } .height-2px{ height:2px; } .height-05{ height:0.25rem; } .height-1{ height:0.5rem; } .height-105{ height:0.75rem; } .height-2{ height:1rem; } .height-205{ height:1.25rem; } .height-3{ height:1.5rem; } .height-4{ height:2rem; } .height-5{ height:2.5rem; } .height-6{ height:3rem; } .height-7{ height:3.5rem; } .height-8{ height:4rem; } .height-9{ height:4.5rem; } .height-10{ height:5rem; } .height-15{ height:7.5rem; } .height-card{ height:10rem; } .height-card-lg{ height:15rem; } .height-mobile{ height:20rem; } .height-0{ height:0; } .height-auto{ height:auto; } .height-full{ height:100%; } .height-viewport{ height:100vh; } .flex-justify-center{ -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .flex-justify-start{ -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .flex-justify-end{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .flex-justify{ -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .left-1px{ left:1px; } .left-2px{ left:2px; } .left-05{ left:0.25rem; } .left-1{ left:0.5rem; } .left-105{ left:0.75rem; } .left-2{ left:1rem; } .left-205{ left:1.25rem; } .left-3{ left:1.5rem; } .left-neg-1px{ left:-1px; } .left-neg-2px{ left:-2px; } .left-neg-05{ left:-0.25rem; } .left-neg-1{ left:-0.5rem; } .left-neg-105{ left:-0.75rem; } .left-neg-2{ left:-1rem; } .left-neg-205{ left:-1.25rem; } .left-neg-3{ left:-1.5rem; } .left-0{ left:0; } .left-auto{ left:auto; } .text-ls-auto{ letter-spacing:initial; } .text-ls-neg-3{ letter-spacing:-0.03em; } .text-ls-neg-2{ letter-spacing:-0.02em; } .text-ls-neg-1{ letter-spacing:-0.01em; } .text-ls-1{ letter-spacing:0.025em; } .text-ls-2{ letter-spacing:0.1em; } .text-ls-3{ letter-spacing:0.15em; } .line-height-sans-1{ line-height:0.9; } .line-height-sans-2{ line-height:1.1; } .line-height-sans-3{ line-height:1.3; } .line-height-sans-4{ line-height:1.4; } .line-height-sans-5{ line-height:1.5; } .line-height-sans-6{ line-height:1.6; } .line-height-serif-1{ line-height:1; } .line-height-serif-2{ line-height:1.2; } .line-height-serif-3{ line-height:1.4; } .line-height-serif-4{ line-height:1.5; } .line-height-serif-5{ line-height:1.7; } .line-height-serif-6{ line-height:1.8; } .line-height-mono-1{ line-height:1; } .line-height-mono-2{ line-height:1.3; } .line-height-mono-3{ line-height:1.4; } .line-height-mono-4{ line-height:1.6; } .line-height-mono-5{ line-height:1.7; } .line-height-mono-6{ line-height:1.8; } .line-height-heading-1{ line-height:1; } .line-height-heading-2{ line-height:1.2; } .line-height-heading-3{ line-height:1.4; } .line-height-heading-4{ line-height:1.5; } .line-height-heading-5{ line-height:1.7; } .line-height-heading-6{ line-height:1.8; } .line-height-ui-1{ line-height:0.9; } .line-height-ui-2{ line-height:1.1; } .line-height-ui-3{ line-height:1.3; } .line-height-ui-4{ line-height:1.4; } .line-height-ui-5{ line-height:1.5; } .line-height-ui-6{ line-height:1.6; } .line-height-body-1{ line-height:0.9; } .line-height-body-2{ line-height:1.1; } .line-height-body-3{ line-height:1.3; } .line-height-body-4{ line-height:1.4; } .line-height-body-5{ line-height:1.5; } .line-height-body-6{ line-height:1.6; } .line-height-code-1{ line-height:1; } .line-height-code-2{ line-height:1.3; } .line-height-code-3{ line-height:1.4; } .line-height-code-4{ line-height:1.6; } .line-height-code-5{ line-height:1.7; } .line-height-code-6{ line-height:1.8; } .line-height-alt-1{ line-height:1; } .line-height-alt-2{ line-height:1.2; } .line-height-alt-3{ line-height:1.4; } .line-height-alt-4{ line-height:1.5; } .line-height-alt-5{ line-height:1.7; } .line-height-alt-6{ line-height:1.8; } .margin-1px{ margin:1px; } .margin-2px{ margin:2px; } .margin-05{ margin:0.25rem; } .margin-1{ margin:0.5rem; } .margin-105{ margin:0.75rem; } .margin-2{ margin:1rem; } .margin-205{ margin:1.25rem; } .margin-3{ margin:1.5rem; } .margin-4{ margin:2rem; } .margin-5{ margin:2.5rem; } .margin-6{ margin:3rem; } .margin-7{ margin:3.5rem; } .margin-8{ margin:4rem; } .margin-9{ margin:4.5rem; } .margin-10{ margin:5rem; } .margin-15{ margin:7.5rem; } .margin-05em{ margin:0.5em; } .margin-1em{ margin:1em; } .margin-105em{ margin:1.5em; } .margin-2em{ margin:2em; } .margin-0{ margin:0; } .margin-y-1px{ margin-top:1px; margin-bottom:1px; } .margin-top-1px{ margin-top:1px; } .margin-bottom-1px{ margin-bottom:1px; } .margin-y-2px{ margin-top:2px; margin-bottom:2px; } .margin-top-2px{ margin-top:2px; } .margin-bottom-2px{ margin-bottom:2px; } .margin-y-05{ margin-top:0.25rem; margin-bottom:0.25rem; } .margin-top-05{ margin-top:0.25rem; } .margin-bottom-05{ margin-bottom:0.25rem; } .margin-y-1{ margin-top:0.5rem; margin-bottom:0.5rem; } .margin-top-1{ margin-top:0.5rem; } .margin-bottom-1{ margin-bottom:0.5rem; } .margin-y-105{ margin-top:0.75rem; margin-bottom:0.75rem; } .margin-top-105{ margin-top:0.75rem; } .margin-bottom-105{ margin-bottom:0.75rem; } .margin-y-2{ margin-top:1rem; margin-bottom:1rem; } .margin-top-2{ margin-top:1rem; } .margin-bottom-2{ margin-bottom:1rem; } .margin-y-205{ margin-top:1.25rem; margin-bottom:1.25rem; } .margin-top-205{ margin-top:1.25rem; } .margin-bottom-205{ margin-bottom:1.25rem; } .margin-y-3{ margin-top:1.5rem; margin-bottom:1.5rem; } .margin-top-3{ margin-top:1.5rem; } .margin-bottom-3{ margin-bottom:1.5rem; } .margin-y-neg-1px{ margin-top:-1px; margin-bottom:-1px; } .margin-top-neg-1px{ margin-top:-1px; } .margin-bottom-neg-1px{ margin-bottom:-1px; } .margin-y-neg-2px{ margin-top:-2px; margin-bottom:-2px; } .margin-top-neg-2px{ margin-top:-2px; } .margin-bottom-neg-2px{ margin-bottom:-2px; } .margin-y-neg-05{ margin-top:-0.25rem; margin-bottom:-0.25rem; } .margin-top-neg-05{ margin-top:-0.25rem; } .margin-bottom-neg-05{ margin-bottom:-0.25rem; } .margin-y-neg-1{ margin-top:-0.5rem; margin-bottom:-0.5rem; } .margin-top-neg-1{ margin-top:-0.5rem; } .margin-bottom-neg-1{ margin-bottom:-0.5rem; } .margin-y-neg-105{ margin-top:-0.75rem; margin-bottom:-0.75rem; } .margin-top-neg-105{ margin-top:-0.75rem; } .margin-bottom-neg-105{ margin-bottom:-0.75rem; } .margin-y-neg-2{ margin-top:-1rem; margin-bottom:-1rem; } .margin-top-neg-2{ margin-top:-1rem; } .margin-bottom-neg-2{ margin-bottom:-1rem; } .margin-y-neg-205{ margin-top:-1.25rem; margin-bottom:-1.25rem; } .margin-top-neg-205{ margin-top:-1.25rem; } .margin-bottom-neg-205{ margin-bottom:-1.25rem; } .margin-y-neg-3{ margin-top:-1.5rem; margin-bottom:-1.5rem; } .margin-top-neg-3{ margin-top:-1.5rem; } .margin-bottom-neg-3{ margin-bottom:-1.5rem; } .margin-y-4{ margin-top:2rem; margin-bottom:2rem; } .margin-top-4{ margin-top:2rem; } .margin-bottom-4{ margin-bottom:2rem; } .margin-y-5{ margin-top:2.5rem; margin-bottom:2.5rem; } .margin-top-5{ margin-top:2.5rem; } .margin-bottom-5{ margin-bottom:2.5rem; } .margin-y-6{ margin-top:3rem; margin-bottom:3rem; } .margin-top-6{ margin-top:3rem; } .margin-bottom-6{ margin-bottom:3rem; } .margin-y-7{ margin-top:3.5rem; margin-bottom:3.5rem; } .margin-top-7{ margin-top:3.5rem; } .margin-bottom-7{ margin-bottom:3.5rem; } .margin-y-8{ margin-top:4rem; margin-bottom:4rem; } .margin-top-8{ margin-top:4rem; } .margin-bottom-8{ margin-bottom:4rem; } .margin-y-9{ margin-top:4.5rem; margin-bottom:4.5rem; } .margin-top-9{ margin-top:4.5rem; } .margin-bottom-9{ margin-bottom:4.5rem; } .margin-y-10{ margin-top:5rem; margin-bottom:5rem; } .margin-top-10{ margin-top:5rem; } .margin-bottom-10{ margin-bottom:5rem; } .margin-y-15{ margin-top:7.5rem; margin-bottom:7.5rem; } .margin-top-15{ margin-top:7.5rem; } .margin-bottom-15{ margin-bottom:7.5rem; } .margin-y-05em{ margin-top:0.5em; margin-bottom:0.5em; } .margin-top-05em{ margin-top:0.5em; } .margin-bottom-05em{ margin-bottom:0.5em; } .margin-y-1em{ margin-top:1em; margin-bottom:1em; } .margin-top-1em{ margin-top:1em; } .margin-bottom-1em{ margin-bottom:1em; } .margin-y-105em{ margin-top:1.5em; margin-bottom:1.5em; } .margin-top-105em{ margin-top:1.5em; } .margin-bottom-105em{ margin-bottom:1.5em; } .margin-y-2em{ margin-top:2em; margin-bottom:2em; } .margin-top-2em{ margin-top:2em; } .margin-bottom-2em{ margin-bottom:2em; } .margin-y-0{ margin-top:0; margin-bottom:0; } .margin-top-0{ margin-top:0; } .margin-bottom-0{ margin-bottom:0; } .margin-x-1px{ margin-left:1px; margin-right:1px; } .margin-right-1px{ margin-right:1px; } .margin-left-1px{ margin-left:1px; } .margin-x-2px{ margin-left:2px; margin-right:2px; } .margin-right-2px{ margin-right:2px; } .margin-left-2px{ margin-left:2px; } .margin-x-05{ margin-left:0.25rem; margin-right:0.25rem; } .margin-right-05{ margin-right:0.25rem; } .margin-left-05{ margin-left:0.25rem; } .margin-x-1{ margin-left:0.5rem; margin-right:0.5rem; } .margin-right-1{ margin-right:0.5rem; } .margin-left-1{ margin-left:0.5rem; } .margin-x-105{ margin-left:0.75rem; margin-right:0.75rem; } .margin-right-105{ margin-right:0.75rem; } .margin-left-105{ margin-left:0.75rem; } .margin-x-2{ margin-left:1rem; margin-right:1rem; } .margin-right-2{ margin-right:1rem; } .margin-left-2{ margin-left:1rem; } .margin-x-205{ margin-left:1.25rem; margin-right:1.25rem; } .margin-right-205{ margin-right:1.25rem; } .margin-left-205{ margin-left:1.25rem; } .margin-x-3{ margin-left:1.5rem; margin-right:1.5rem; } .margin-right-3{ margin-right:1.5rem; } .margin-left-3{ margin-left:1.5rem; } .margin-x-neg-1px{ margin-left:-1px; margin-right:-1px; } .margin-right-neg-1px{ margin-right:-1px; } .margin-left-neg-1px{ margin-left:-1px; } .margin-x-neg-2px{ margin-left:-2px; margin-right:-2px; } .margin-right-neg-2px{ margin-right:-2px; } .margin-left-neg-2px{ margin-left:-2px; } .margin-x-neg-05{ margin-left:-0.25rem; margin-right:-0.25rem; } .margin-right-neg-05{ margin-right:-0.25rem; } .margin-left-neg-05{ margin-left:-0.25rem; } .margin-x-neg-1{ margin-left:-0.5rem; margin-right:-0.5rem; } .margin-right-neg-1{ margin-right:-0.5rem; } .margin-left-neg-1{ margin-left:-0.5rem; } .margin-x-neg-105{ margin-left:-0.75rem; margin-right:-0.75rem; } .margin-right-neg-105{ margin-right:-0.75rem; } .margin-left-neg-105{ margin-left:-0.75rem; } .margin-x-neg-2{ margin-left:-1rem; margin-right:-1rem; } .margin-right-neg-2{ margin-right:-1rem; } .margin-left-neg-2{ margin-left:-1rem; } .margin-x-neg-205{ margin-left:-1.25rem; margin-right:-1.25rem; } .margin-right-neg-205{ margin-right:-1.25rem; } .margin-left-neg-205{ margin-left:-1.25rem; } .margin-x-neg-3{ margin-left:-1.5rem; margin-right:-1.5rem; } .margin-right-neg-3{ margin-right:-1.5rem; } .margin-left-neg-3{ margin-left:-1.5rem; } .margin-x-4{ margin-left:2rem; margin-right:2rem; } .margin-right-4{ margin-right:2rem; } .margin-left-4{ margin-left:2rem; } .margin-x-5{ margin-left:2.5rem; margin-right:2.5rem; } .margin-right-5{ margin-right:2.5rem; } .margin-left-5{ margin-left:2.5rem; } .margin-x-6{ margin-left:3rem; margin-right:3rem; } .margin-right-6{ margin-right:3rem; } .margin-left-6{ margin-left:3rem; } .margin-x-7{ margin-left:3.5rem; margin-right:3.5rem; } .margin-right-7{ margin-right:3.5rem; } .margin-left-7{ margin-left:3.5rem; } .margin-x-8{ margin-left:4rem; margin-right:4rem; } .margin-right-8{ margin-right:4rem; } .margin-left-8{ margin-left:4rem; } .margin-x-9{ margin-left:4.5rem; margin-right:4.5rem; } .margin-right-9{ margin-right:4.5rem; } .margin-left-9{ margin-left:4.5rem; } .margin-x-10{ margin-left:5rem; margin-right:5rem; } .margin-right-10{ margin-right:5rem; } .margin-left-10{ margin-left:5rem; } .margin-x-15{ margin-left:7.5rem; margin-right:7.5rem; } .margin-right-15{ margin-right:7.5rem; } .margin-left-15{ margin-left:7.5rem; } .margin-x-05em{ margin-left:0.5em; margin-right:0.5em; } .margin-right-05em{ margin-right:0.5em; } .margin-left-05em{ margin-left:0.5em; } .margin-x-1em{ margin-left:1em; margin-right:1em; } .margin-right-1em{ margin-right:1em; } .margin-left-1em{ margin-left:1em; } .margin-x-105em{ margin-left:1.5em; margin-right:1.5em; } .margin-right-105em{ margin-right:1.5em; } .margin-left-105em{ margin-left:1.5em; } .margin-x-2em{ margin-left:2em; margin-right:2em; } .margin-right-2em{ margin-right:2em; } .margin-left-2em{ margin-left:2em; } .margin-x-0{ margin-left:0; margin-right:0; } .margin-right-0{ margin-right:0; } .margin-left-0{ margin-left:0; } .margin-x-auto{ margin-left:auto; margin-right:auto; } .margin-right-auto{ margin-right:auto; } .margin-left-auto{ margin-left:auto; } .maxh-05{ max-height:0.25rem; } .maxh-1{ max-height:0.5rem; } .maxh-105{ max-height:0.75rem; } .maxh-2{ max-height:1rem; } .maxh-205{ max-height:1.25rem; } .maxh-3{ max-height:1.5rem; } .maxh-4{ max-height:2rem; } .maxh-5{ max-height:2.5rem; } .maxh-6{ max-height:3rem; } .maxh-7{ max-height:3.5rem; } .maxh-8{ max-height:4rem; } .maxh-9{ max-height:4.5rem; } .maxh-10{ max-height:5rem; } .maxh-15{ max-height:7.5rem; } .maxh-card{ max-height:10rem; } .maxh-card-lg{ max-height:15rem; } .maxh-mobile{ max-height:20rem; } .maxh-mobile-lg{ max-height:30rem; } .maxh-tablet{ max-height:40rem; } .maxh-tablet-lg{ max-height:55rem; } .maxh-none{ max-height:none; } .maxh-viewport{ max-height:100vh; } .maxw-05{ max-width:0.25rem; } .maxw-1{ max-width:0.5rem; } .maxw-105{ max-width:0.75rem; } .maxw-2{ max-width:1rem; } .maxw-205{ max-width:1.25rem; } .maxw-3{ max-width:1.5rem; } .maxw-4{ max-width:2rem; } .maxw-5{ max-width:2.5rem; } .maxw-6{ max-width:3rem; } .maxw-7{ max-width:3.5rem; } .maxw-8{ max-width:4rem; } .maxw-9{ max-width:4.5rem; } .maxw-10{ max-width:5rem; } .maxw-15{ max-width:7.5rem; } .maxw-card{ max-width:10rem; } .maxw-card-lg{ max-width:15rem; } .maxw-mobile{ max-width:20rem; } .maxw-mobile-lg{ max-width:30rem; } .maxw-tablet{ max-width:40rem; } .maxw-tablet-lg{ max-width:55rem; } .maxw-desktop{ max-width:64rem; } .maxw-desktop-lg{ max-width:75rem; } .maxw-widescreen{ max-width:87.5rem; } .maxw-none{ max-width:none; } .maxw-full{ max-width:100%; } .measure-1{ max-width:44ex; } .measure-2{ max-width:60ex; } .measure-3{ max-width:64ex; } .measure-4{ max-width:68ex; } .measure-5{ max-width:72ex; } .measure-6{ max-width:88ex; } .measure-none{ max-width:none; } .minh-1px{ min-height:1px; } .minh-2px{ min-height:2px; } .minh-05{ min-height:0.25rem; } .minh-1{ min-height:0.5rem; } .minh-105{ min-height:0.75rem; } .minh-2{ min-height:1rem; } .minh-205{ min-height:1.25rem; } .minh-3{ min-height:1.5rem; } .minh-4{ min-height:2rem; } .minh-5{ min-height:2.5rem; } .minh-6{ min-height:3rem; } .minh-7{ min-height:3.5rem; } .minh-8{ min-height:4rem; } .minh-9{ min-height:4.5rem; } .minh-10{ min-height:5rem; } .minh-15{ min-height:7.5rem; } .minh-card{ min-height:10rem; } .minh-card-lg{ min-height:15rem; } .minh-mobile{ min-height:20rem; } .minh-mobile-lg{ min-height:30rem; } .minh-tablet{ min-height:40rem; } .minh-tablet-lg{ min-height:55rem; } .minh-0{ min-height:0; } .minh-full{ min-height:100%; } .minh-viewport{ min-height:100vh; } .minw-05{ min-width:0.25rem; } .minw-1{ min-width:0.5rem; } .minw-105{ min-width:0.75rem; } .minw-2{ min-width:1rem; } .minw-205{ min-width:1.25rem; } .minw-3{ min-width:1.5rem; } .minw-4{ min-width:2rem; } .minw-5{ min-width:2.5rem; } .minw-6{ min-width:3rem; } .minw-7{ min-width:3.5rem; } .minw-8{ min-width:4rem; } .minw-9{ min-width:4.5rem; } .minw-10{ min-width:5rem; } .minw-15{ min-width:7.5rem; } .minw-0{ min-width:0; } .opacity-0{ opacity:0; } .opacity-10{ opacity:0.1; } .opacity-20{ opacity:0.2; } .opacity-30{ opacity:0.3; } .opacity-40{ opacity:0.4; } .opacity-50{ opacity:0.5; } .opacity-60{ opacity:0.6; } .opacity-70{ opacity:0.7; } .opacity-80{ opacity:0.8; } .opacity-90{ opacity:0.9; } .opacity-100{ opacity:1; } .order-first{ -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1; } .order-last{ -webkit-box-ordinal-group:1000; -ms-flex-order:999; order:999; } .order-initial{ -webkit-box-ordinal-group:initial; -ms-flex-order:initial; order:initial; } .order-0{ -webkit-box-ordinal-group:1; -ms-flex-order:0; order:0; } .order-1{ -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; } .order-2{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .order-3{ -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; } .order-4{ -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; } .order-5{ -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; } .order-6{ -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; } .order-7{ -webkit-box-ordinal-group:8; -ms-flex-order:7; order:7; } .order-8{ -webkit-box-ordinal-group:9; -ms-flex-order:8; order:8; } .order-9{ -webkit-box-ordinal-group:10; -ms-flex-order:9; order:9; } .order-10{ -webkit-box-ordinal-group:11; -ms-flex-order:10; order:10; } .order-11{ -webkit-box-ordinal-group:12; -ms-flex-order:11; order:11; } .outline-1px{ outline:1px solid; } .outline-2px{ outline:2px solid; } .outline-0{ outline:0 solid; } .outline-05{ outline:0.25rem solid; } .outline-transparent{ outline-color:transparent; } .outline-black{ outline-color:black; } .outline-white{ outline-color:white; } .outline-red{ outline-color:#e52207; } .outline-orange{ outline-color:#e66f0e; } .outline-gold{ outline-color:#ffbe2e; } .outline-yellow{ outline-color:#fee685; } .outline-green{ outline-color:#538200; } .outline-mint{ outline-color:#04c585; } .outline-cyan{ outline-color:#009ec1; } .outline-blue{ outline-color:#0076d6; } .outline-indigo{ outline-color:#676cc8; } .outline-violet{ outline-color:#8168b3; } .outline-magenta{ outline-color:#d72d79; } .outline-gray-5{ outline-color:#f0f0f0; } .outline-gray-10{ outline-color:#e6e6e6; } .outline-gray-30{ outline-color:#adadad; } .outline-gray-50{ outline-color:#757575; } .outline-gray-70{ outline-color:#454545; } .outline-gray-90{ outline-color:#1b1b1b; } .outline-base-lightest{ outline-color:#f0f0f0; } .outline-base-lighter{ outline-color:#dcdee0; } .outline-base-light{ outline-color:#a9aeb1; } .outline-base{ outline-color:#71767a; } .outline-base-dark{ outline-color:#565c65; } .outline-base-darker{ outline-color:#3d4551; } .outline-base-darkest{ outline-color:#1b1b1b; } .outline-ink{ outline-color:#1b1b1b; } .outline-primary-lighter{ outline-color:#d9e8f6; } .outline-primary-light{ outline-color:#73b3e7; } .outline-primary{ outline-color:#005ea2; } .outline-primary-vivid{ outline-color:#0050d8; } .outline-primary-dark{ outline-color:#1a4480; } .outline-primary-darker{ outline-color:#162e51; } .outline-secondary-lighter{ outline-color:#f3e1e4; } .outline-secondary-light{ outline-color:#f2938c; } .outline-secondary{ outline-color:#d83933; } .outline-secondary-vivid{ outline-color:#e41d3d; } .outline-secondary-dark{ outline-color:#b50909; } .outline-secondary-darker{ outline-color:#8b0a03; } .outline-accent-warm-darker{ outline-color:#775540; } .outline-accent-warm-dark{ outline-color:#c05600; } .outline-accent-warm{ outline-color:#fa9441; } .outline-accent-warm-light{ outline-color:#ffbc78; } .outline-accent-warm-lighter{ outline-color:#f2e4d4; } .outline-accent-cool-darker{ outline-color:#07648d; } .outline-accent-cool-dark{ outline-color:#28a0cb; } .outline-accent-cool{ outline-color:#00bde3; } .outline-accent-cool-light{ outline-color:#97d4ea; } .outline-accent-cool-lighter{ outline-color:#e1f3f8; } .overflow-hidden{ overflow:hidden; } .overflow-y-hidden{ overflow-y:hidden; } .overflow-x-hidden{ overflow-x:hidden; } .overflow-scroll{ overflow:scroll; } .overflow-y-scroll{ overflow-y:scroll; } .overflow-x-scroll{ overflow-x:scroll; } .overflow-auto{ overflow:auto; } .overflow-y-auto{ overflow-y:auto; } .overflow-x-auto{ overflow-x:auto; } .overflow-visible{ overflow:visible; } .overflow-y-visible{ overflow-y:visible; } .overflow-x-visible{ overflow-x:visible; } .padding-1px{ padding:1px; } .padding-y-1px{ padding-top:1px; padding-bottom:1px; } .padding-x-1px{ padding-left:1px; padding-right:1px; } .padding-top-1px{ padding-top:1px; } .padding-right-1px{ padding-right:1px; } .padding-bottom-1px{ padding-bottom:1px; } .padding-left-1px{ padding-left:1px; } .padding-2px{ padding:2px; } .padding-y-2px{ padding-top:2px; padding-bottom:2px; } .padding-x-2px{ padding-left:2px; padding-right:2px; } .padding-top-2px{ padding-top:2px; } .padding-right-2px{ padding-right:2px; } .padding-bottom-2px{ padding-bottom:2px; } .padding-left-2px{ padding-left:2px; } .padding-05{ padding:0.25rem; } .padding-y-05{ padding-top:0.25rem; padding-bottom:0.25rem; } .padding-x-05{ padding-left:0.25rem; padding-right:0.25rem; } .padding-top-05{ padding-top:0.25rem; } .padding-right-05{ padding-right:0.25rem; } .padding-bottom-05{ padding-bottom:0.25rem; } .padding-left-05{ padding-left:0.25rem; } .padding-1{ padding:0.5rem; } .padding-y-1{ padding-top:0.5rem; padding-bottom:0.5rem; } .padding-x-1{ padding-left:0.5rem; padding-right:0.5rem; } .padding-top-1{ padding-top:0.5rem; } .padding-right-1{ padding-right:0.5rem; } .padding-bottom-1{ padding-bottom:0.5rem; } .padding-left-1{ padding-left:0.5rem; } .padding-105{ padding:0.75rem; } .padding-y-105{ padding-top:0.75rem; padding-bottom:0.75rem; } .padding-x-105{ padding-left:0.75rem; padding-right:0.75rem; } .padding-top-105{ padding-top:0.75rem; } .padding-right-105{ padding-right:0.75rem; } .padding-bottom-105{ padding-bottom:0.75rem; } .padding-left-105{ padding-left:0.75rem; } .padding-2{ padding:1rem; } .padding-y-2{ padding-top:1rem; padding-bottom:1rem; } .padding-x-2{ padding-left:1rem; padding-right:1rem; } .padding-top-2{ padding-top:1rem; } .padding-right-2{ padding-right:1rem; } .padding-bottom-2{ padding-bottom:1rem; } .padding-left-2{ padding-left:1rem; } .padding-205{ padding:1.25rem; } .padding-y-205{ padding-top:1.25rem; padding-bottom:1.25rem; } .padding-x-205{ padding-left:1.25rem; padding-right:1.25rem; } .padding-top-205{ padding-top:1.25rem; } .padding-right-205{ padding-right:1.25rem; } .padding-bottom-205{ padding-bottom:1.25rem; } .padding-left-205{ padding-left:1.25rem; } .padding-3{ padding:1.5rem; } .padding-y-3{ padding-top:1.5rem; padding-bottom:1.5rem; } .padding-x-3{ padding-left:1.5rem; padding-right:1.5rem; } .padding-top-3{ padding-top:1.5rem; } .padding-right-3{ padding-right:1.5rem; } .padding-bottom-3{ padding-bottom:1.5rem; } .padding-left-3{ padding-left:1.5rem; } .padding-4{ padding:2rem; } .padding-y-4{ padding-top:2rem; padding-bottom:2rem; } .padding-x-4{ padding-left:2rem; padding-right:2rem; } .padding-top-4{ padding-top:2rem; } .padding-right-4{ padding-right:2rem; } .padding-bottom-4{ padding-bottom:2rem; } .padding-left-4{ padding-left:2rem; } .padding-5{ padding:2.5rem; } .padding-y-5{ padding-top:2.5rem; padding-bottom:2.5rem; } .padding-x-5{ padding-left:2.5rem; padding-right:2.5rem; } .padding-top-5{ padding-top:2.5rem; } .padding-right-5{ padding-right:2.5rem; } .padding-bottom-5{ padding-bottom:2.5rem; } .padding-left-5{ padding-left:2.5rem; } .padding-6{ padding:3rem; } .padding-y-6{ padding-top:3rem; padding-bottom:3rem; } .padding-x-6{ padding-left:3rem; padding-right:3rem; } .padding-top-6{ padding-top:3rem; } .padding-right-6{ padding-right:3rem; } .padding-bottom-6{ padding-bottom:3rem; } .padding-left-6{ padding-left:3rem; } .padding-7{ padding:3.5rem; } .padding-y-7{ padding-top:3.5rem; padding-bottom:3.5rem; } .padding-x-7{ padding-left:3.5rem; padding-right:3.5rem; } .padding-top-7{ padding-top:3.5rem; } .padding-right-7{ padding-right:3.5rem; } .padding-bottom-7{ padding-bottom:3.5rem; } .padding-left-7{ padding-left:3.5rem; } .padding-8{ padding:4rem; } .padding-y-8{ padding-top:4rem; padding-bottom:4rem; } .padding-x-8{ padding-left:4rem; padding-right:4rem; } .padding-top-8{ padding-top:4rem; } .padding-right-8{ padding-right:4rem; } .padding-bottom-8{ padding-bottom:4rem; } .padding-left-8{ padding-left:4rem; } .padding-9{ padding:4.5rem; } .padding-y-9{ padding-top:4.5rem; padding-bottom:4.5rem; } .padding-x-9{ padding-left:4.5rem; padding-right:4.5rem; } .padding-top-9{ padding-top:4.5rem; } .padding-right-9{ padding-right:4.5rem; } .padding-bottom-9{ padding-bottom:4.5rem; } .padding-left-9{ padding-left:4.5rem; } .padding-10{ padding:5rem; } .padding-y-10{ padding-top:5rem; padding-bottom:5rem; } .padding-x-10{ padding-left:5rem; padding-right:5rem; } .padding-top-10{ padding-top:5rem; } .padding-right-10{ padding-right:5rem; } .padding-bottom-10{ padding-bottom:5rem; } .padding-left-10{ padding-left:5rem; } .padding-15{ padding:7.5rem; } .padding-y-15{ padding-top:7.5rem; padding-bottom:7.5rem; } .padding-x-15{ padding-left:7.5rem; padding-right:7.5rem; } .padding-top-15{ padding-top:7.5rem; } .padding-right-15{ padding-right:7.5rem; } .padding-bottom-15{ padding-bottom:7.5rem; } .padding-left-15{ padding-left:7.5rem; } .padding-0{ padding:0; } .padding-y-0{ padding-top:0; padding-bottom:0; } .padding-x-0{ padding-left:0; padding-right:0; } .padding-top-0{ padding-top:0; } .padding-right-0{ padding-right:0; } .padding-bottom-0{ padding-bottom:0; } .padding-left-0{ padding-left:0; } .pin-all{ bottom:0; left:0; right:0; top:0; position:absolute; } .pin-x{ left:0; right:0; position:absolute; } .pin-y{ bottom:0; top:0; position:absolute; } .pin-bottom{ bottom:0; position:absolute; } .pin-left{ left:0; position:absolute; } .pin-right{ right:0; position:absolute; } .pin-top{ top:0; position:absolute; } .pin-none{ bottom:auto; left:auto; right:auto; top:auto; position:static; } .position-absolute{ position:absolute; } .position-fixed{ position:fixed; } .position-relative{ position:relative; } .position-static{ position:static; } .position-sticky{ position:-webkit-sticky; position:sticky; } .right-1px{ right:1px; } .right-2px{ right:2px; } .right-05{ right:0.25rem; } .right-1{ right:0.5rem; } .right-105{ right:0.75rem; } .right-2{ right:1rem; } .right-205{ right:1.25rem; } .right-3{ right:1.5rem; } .right-neg-1px{ right:-1px; } .right-neg-2px{ right:-2px; } .right-neg-05{ right:-0.25rem; } .right-neg-1{ right:-0.5rem; } .right-neg-105{ right:-0.75rem; } .right-neg-2{ right:-1rem; } .right-neg-205{ right:-1.25rem; } .right-neg-3{ right:-1.5rem; } .right-0{ right:0; } .right-auto{ right:auto; } .square-1px{ height:1px; width:1px; } .square-2px{ height:2px; width:2px; } .square-05{ height:0.25rem; width:0.25rem; } .square-1{ height:0.5rem; width:0.5rem; } .square-105{ height:0.75rem; width:0.75rem; } .square-2{ height:1rem; width:1rem; } .square-205{ height:1.25rem; width:1.25rem; } .square-3{ height:1.5rem; width:1.5rem; } .square-4{ height:2rem; width:2rem; } .square-5{ height:2.5rem; width:2.5rem; } .square-6{ height:3rem; width:3rem; } .square-7{ height:3.5rem; width:3.5rem; } .square-8{ height:4rem; width:4rem; } .square-9{ height:4.5rem; width:4.5rem; } .square-10{ height:5rem; width:5rem; } .square-15{ height:7.5rem; width:7.5rem; } .square-card{ height:10rem; width:10rem; } .square-card-lg{ height:15rem; width:15rem; } .square-mobile{ height:20rem; width:20rem; } .text-center{ text-align:center; } .text-left{ text-align:left; } .text-justify{ text-align:justify; } .text-right{ text-align:right; } .text-strike{ text-decoration:line-through; } .hover\:text-strike:hover{ text-decoration:line-through; } .text-underline{ text-decoration:underline; } .hover\:text-underline:hover{ text-decoration:underline; } .text-no-underline{ text-decoration:none; } .hover\:text-no-underline:hover{ text-decoration:none; } .text-no-strike{ text-decoration:none; } .hover\:text-no-strike:hover{ text-decoration:none; } .underline-red{ -webkit-text-decoration-color:#e52207; text-decoration-color:#e52207; } .hover\:underline-red:hover{ -webkit-text-decoration-color:#e52207; text-decoration-color:#e52207; } .underline-orange{ -webkit-text-decoration-color:#e66f0e; text-decoration-color:#e66f0e; } .hover\:underline-orange:hover{ -webkit-text-decoration-color:#e66f0e; text-decoration-color:#e66f0e; } .underline-gold{ -webkit-text-decoration-color:#ffbe2e; text-decoration-color:#ffbe2e; } .hover\:underline-gold:hover{ -webkit-text-decoration-color:#ffbe2e; text-decoration-color:#ffbe2e; } .underline-yellow{ -webkit-text-decoration-color:#fee685; text-decoration-color:#fee685; } .hover\:underline-yellow:hover{ -webkit-text-decoration-color:#fee685; text-decoration-color:#fee685; } .underline-green{ -webkit-text-decoration-color:#538200; text-decoration-color:#538200; } .hover\:underline-green:hover{ -webkit-text-decoration-color:#538200; text-decoration-color:#538200; } .underline-mint{ -webkit-text-decoration-color:#04c585; text-decoration-color:#04c585; } .hover\:underline-mint:hover{ -webkit-text-decoration-color:#04c585; text-decoration-color:#04c585; } .underline-cyan{ -webkit-text-decoration-color:#009ec1; text-decoration-color:#009ec1; } .hover\:underline-cyan:hover{ -webkit-text-decoration-color:#009ec1; text-decoration-color:#009ec1; } .underline-blue{ -webkit-text-decoration-color:#0076d6; text-decoration-color:#0076d6; } .hover\:underline-blue:hover{ -webkit-text-decoration-color:#0076d6; text-decoration-color:#0076d6; } .underline-indigo{ -webkit-text-decoration-color:#676cc8; text-decoration-color:#676cc8; } .hover\:underline-indigo:hover{ -webkit-text-decoration-color:#676cc8; text-decoration-color:#676cc8; } .underline-violet{ -webkit-text-decoration-color:#8168b3; text-decoration-color:#8168b3; } .hover\:underline-violet:hover{ -webkit-text-decoration-color:#8168b3; text-decoration-color:#8168b3; } .underline-magenta{ -webkit-text-decoration-color:#d72d79; text-decoration-color:#d72d79; } .hover\:underline-magenta:hover{ -webkit-text-decoration-color:#d72d79; text-decoration-color:#d72d79; } .underline-gray-5{ -webkit-text-decoration-color:#f0f0f0; text-decoration-color:#f0f0f0; } .hover\:underline-gray-5:hover{ -webkit-text-decoration-color:#f0f0f0; text-decoration-color:#f0f0f0; } .underline-gray-10{ -webkit-text-decoration-color:#e6e6e6; text-decoration-color:#e6e6e6; } .hover\:underline-gray-10:hover{ -webkit-text-decoration-color:#e6e6e6; text-decoration-color:#e6e6e6; } .underline-gray-30{ -webkit-text-decoration-color:#adadad; text-decoration-color:#adadad; } .hover\:underline-gray-30:hover{ -webkit-text-decoration-color:#adadad; text-decoration-color:#adadad; } .underline-gray-50{ -webkit-text-decoration-color:#757575; text-decoration-color:#757575; } .hover\:underline-gray-50:hover{ -webkit-text-decoration-color:#757575; text-decoration-color:#757575; } .underline-gray-70{ -webkit-text-decoration-color:#454545; text-decoration-color:#454545; } .hover\:underline-gray-70:hover{ -webkit-text-decoration-color:#454545; text-decoration-color:#454545; } .underline-gray-90{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .hover\:underline-gray-90:hover{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .underline-base-lightest{ -webkit-text-decoration-color:#f0f0f0; text-decoration-color:#f0f0f0; } .hover\:underline-base-lightest:hover{ -webkit-text-decoration-color:#f0f0f0; text-decoration-color:#f0f0f0; } .underline-base-lighter{ -webkit-text-decoration-color:#dcdee0; text-decoration-color:#dcdee0; } .hover\:underline-base-lighter:hover{ -webkit-text-decoration-color:#dcdee0; text-decoration-color:#dcdee0; } .underline-base-light{ -webkit-text-decoration-color:#a9aeb1; text-decoration-color:#a9aeb1; } .hover\:underline-base-light:hover{ -webkit-text-decoration-color:#a9aeb1; text-decoration-color:#a9aeb1; } .underline-base{ -webkit-text-decoration-color:#71767a; text-decoration-color:#71767a; } .hover\:underline-base:hover{ -webkit-text-decoration-color:#71767a; text-decoration-color:#71767a; } .underline-base-dark{ -webkit-text-decoration-color:#565c65; text-decoration-color:#565c65; } .hover\:underline-base-dark:hover{ -webkit-text-decoration-color:#565c65; text-decoration-color:#565c65; } .underline-base-darker{ -webkit-text-decoration-color:#3d4551; text-decoration-color:#3d4551; } .hover\:underline-base-darker:hover{ -webkit-text-decoration-color:#3d4551; text-decoration-color:#3d4551; } .underline-base-darkest{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .hover\:underline-base-darkest:hover{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .underline-ink{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .hover\:underline-ink:hover{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .underline-primary-lighter{ -webkit-text-decoration-color:#d9e8f6; text-decoration-color:#d9e8f6; } .hover\:underline-primary-lighter:hover{ -webkit-text-decoration-color:#d9e8f6; text-decoration-color:#d9e8f6; } .underline-primary-light{ -webkit-text-decoration-color:#73b3e7; text-decoration-color:#73b3e7; } .hover\:underline-primary-light:hover{ -webkit-text-decoration-color:#73b3e7; text-decoration-color:#73b3e7; } .underline-primary{ -webkit-text-decoration-color:#005ea2; text-decoration-color:#005ea2; } .hover\:underline-primary:hover{ -webkit-text-decoration-color:#005ea2; text-decoration-color:#005ea2; } .underline-primary-vivid{ -webkit-text-decoration-color:#0050d8; text-decoration-color:#0050d8; } .hover\:underline-primary-vivid:hover{ -webkit-text-decoration-color:#0050d8; text-decoration-color:#0050d8; } .underline-primary-dark{ -webkit-text-decoration-color:#1a4480; text-decoration-color:#1a4480; } .hover\:underline-primary-dark:hover{ -webkit-text-decoration-color:#1a4480; text-decoration-color:#1a4480; } .underline-primary-darker{ -webkit-text-decoration-color:#162e51; text-decoration-color:#162e51; } .hover\:underline-primary-darker:hover{ -webkit-text-decoration-color:#162e51; text-decoration-color:#162e51; } .underline-secondary-lighter{ -webkit-text-decoration-color:#f3e1e4; text-decoration-color:#f3e1e4; } .hover\:underline-secondary-lighter:hover{ -webkit-text-decoration-color:#f3e1e4; text-decoration-color:#f3e1e4; } .underline-secondary-light{ -webkit-text-decoration-color:#f2938c; text-decoration-color:#f2938c; } .hover\:underline-secondary-light:hover{ -webkit-text-decoration-color:#f2938c; text-decoration-color:#f2938c; } .underline-secondary{ -webkit-text-decoration-color:#d83933; text-decoration-color:#d83933; } .hover\:underline-secondary:hover{ -webkit-text-decoration-color:#d83933; text-decoration-color:#d83933; } .underline-secondary-vivid{ -webkit-text-decoration-color:#e41d3d; text-decoration-color:#e41d3d; } .hover\:underline-secondary-vivid:hover{ -webkit-text-decoration-color:#e41d3d; text-decoration-color:#e41d3d; } .underline-secondary-dark{ -webkit-text-decoration-color:#b50909; text-decoration-color:#b50909; } .hover\:underline-secondary-dark:hover{ -webkit-text-decoration-color:#b50909; text-decoration-color:#b50909; } .underline-secondary-darker{ -webkit-text-decoration-color:#8b0a03; text-decoration-color:#8b0a03; } .hover\:underline-secondary-darker:hover{ -webkit-text-decoration-color:#8b0a03; text-decoration-color:#8b0a03; } .underline-accent-warm-darker{ -webkit-text-decoration-color:#775540; text-decoration-color:#775540; } .hover\:underline-accent-warm-darker:hover{ -webkit-text-decoration-color:#775540; text-decoration-color:#775540; } .underline-accent-warm-dark{ -webkit-text-decoration-color:#c05600; text-decoration-color:#c05600; } .hover\:underline-accent-warm-dark:hover{ -webkit-text-decoration-color:#c05600; text-decoration-color:#c05600; } .underline-accent-warm{ -webkit-text-decoration-color:#fa9441; text-decoration-color:#fa9441; } .hover\:underline-accent-warm:hover{ -webkit-text-decoration-color:#fa9441; text-decoration-color:#fa9441; } .underline-accent-warm-light{ -webkit-text-decoration-color:#ffbc78; text-decoration-color:#ffbc78; } .hover\:underline-accent-warm-light:hover{ -webkit-text-decoration-color:#ffbc78; text-decoration-color:#ffbc78; } .underline-accent-warm-lighter{ -webkit-text-decoration-color:#f2e4d4; text-decoration-color:#f2e4d4; } .hover\:underline-accent-warm-lighter:hover{ -webkit-text-decoration-color:#f2e4d4; text-decoration-color:#f2e4d4; } .underline-accent-cool-darker{ -webkit-text-decoration-color:#07648d; text-decoration-color:#07648d; } .hover\:underline-accent-cool-darker:hover{ -webkit-text-decoration-color:#07648d; text-decoration-color:#07648d; } .underline-accent-cool-dark{ -webkit-text-decoration-color:#28a0cb; text-decoration-color:#28a0cb; } .hover\:underline-accent-cool-dark:hover{ -webkit-text-decoration-color:#28a0cb; text-decoration-color:#28a0cb; } .underline-accent-cool{ -webkit-text-decoration-color:#00bde3; text-decoration-color:#00bde3; } .hover\:underline-accent-cool:hover{ -webkit-text-decoration-color:#00bde3; text-decoration-color:#00bde3; } .underline-accent-cool-light{ -webkit-text-decoration-color:#97d4ea; text-decoration-color:#97d4ea; } .hover\:underline-accent-cool-light:hover{ -webkit-text-decoration-color:#97d4ea; text-decoration-color:#97d4ea; } .underline-accent-cool-lighter{ -webkit-text-decoration-color:#e1f3f8; text-decoration-color:#e1f3f8; } .hover\:underline-accent-cool-lighter:hover{ -webkit-text-decoration-color:#e1f3f8; text-decoration-color:#e1f3f8; } .text-indent-0{ text-indent:0; } .text-indent-05{ text-indent:0.25rem; } .text-indent-1{ text-indent:0.5rem; } .text-indent-105{ text-indent:0.75rem; } .text-indent-2{ text-indent:1rem; } .text-indent-205{ text-indent:1.25rem; } .text-indent-3{ text-indent:1.5rem; } .text-indent-neg-05{ text-indent:-0.25rem; } .text-indent-neg-1{ text-indent:-0.5rem; } .text-indent-neg-105{ text-indent:-0.75rem; } .text-indent-neg-2{ text-indent:-1rem; } .text-indent-neg-205{ text-indent:-1.25rem; } .text-indent-neg-3{ text-indent:-1.5rem; } .text-indent-4{ text-indent:2rem; } .text-indent-5{ text-indent:2.5rem; } .text-indent-6{ text-indent:3rem; } .text-indent-7{ text-indent:3.5rem; } .text-indent-8{ text-indent:4rem; } .text-indent-9{ text-indent:4.5rem; } .text-indent-10{ text-indent:5rem; } .text-indent-15{ text-indent:7.5rem; } .text-indent-neg-4{ text-indent:-2rem; } .text-indent-neg-5{ text-indent:-2.5rem; } .text-indent-neg-6{ text-indent:-3rem; } .text-indent-neg-7{ text-indent:-3.5rem; } .text-indent-neg-8{ text-indent:-4rem; } .text-indent-neg-9{ text-indent:-4.5rem; } .text-indent-neg-10{ text-indent:-5rem; } .text-indent-neg-15{ text-indent:-7.5rem; } .text-uppercase{ text-transform:uppercase; } .text-no-uppercase{ text-transform:none; } .text-lowercase{ text-transform:lowercase; } .text-no-lowercase{ text-transform:none; } .top-1px{ top:1px; } .top-2px{ top:2px; } .top-05{ top:0.25rem; } .top-1{ top:0.5rem; } .top-105{ top:0.75rem; } .top-2{ top:1rem; } .top-205{ top:1.25rem; } .top-3{ top:1.5rem; } .top-neg-1px{ top:-1px; } .top-neg-2px{ top:-2px; } .top-neg-05{ top:-0.25rem; } .top-neg-1{ top:-0.5rem; } .top-neg-105{ top:-0.75rem; } .top-neg-2{ top:-1rem; } .top-neg-205{ top:-1.25rem; } .top-neg-3{ top:-1.5rem; } .top-0{ top:0; } .top-auto{ top:auto; } .text-baseline{ vertical-align:baseline; } .text-bottom{ vertical-align:bottom; } .text-middle{ vertical-align:middle; } .text-sub{ vertical-align:sub; } .text-super{ vertical-align:super; } .text-tbottom{ vertical-align:text-bottom; } .text-ttop{ vertical-align:text-top; } .text-top{ vertical-align:top; } .text-pre{ white-space:pre; } .text-pre-line{ white-space:pre-line; } .text-pre-wrap{ white-space:pre-wrap; } .text-wrap{ white-space:normal; } .text-no-wrap{ white-space:nowrap; } .width-1px{ width:1px; } .width-2px{ width:2px; } .width-05{ width:0.25rem; } .width-1{ width:0.5rem; } .width-105{ width:0.75rem; } .width-2{ width:1rem; } .width-205{ width:1.25rem; } .width-3{ width:1.5rem; } .width-4{ width:2rem; } .width-5{ width:2.5rem; } .width-6{ width:3rem; } .width-7{ width:3.5rem; } .width-8{ width:4rem; } .width-9{ width:4.5rem; } .width-10{ width:5rem; } .width-15{ width:7.5rem; } .width-card{ width:10rem; } .width-card-lg{ width:15rem; } .width-mobile{ width:20rem; } .width-mobile-lg{ width:30rem; } .width-tablet{ width:40rem; } .width-tablet-lg{ width:55rem; } .width-desktop{ width:64rem; } .width-desktop-lg{ width:75rem; } .width-widescreen{ width:87.5rem; } .width-0{ width:0; } .width-full{ width:100%; } .width-auto{ width:auto; } .z-auto{ z-index:auto; } .z-bottom{ z-index:-100; } .z-top{ z-index:99999; } .z-0{ z-index:0; } .z-100{ z-index:100; } .z-200{ z-index:200; } .z-300{ z-index:300; } .z-400{ z-index:400; } .z-500{ z-index:500; } @media all and (min-width: 30em){ .usa-button{ width:auto; } .mobile-lg\:grid-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-card{ margin-left:auto; margin-right:auto; max-width:10rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-card-lg{ margin-left:auto; margin-right:auto; max-width:15rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-mobile{ margin-left:auto; margin-right:auto; max-width:20rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-mobile-lg{ margin-left:auto; margin-right:auto; max-width:30rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-tablet{ margin-left:auto; margin-right:auto; max-width:40rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-tablet-lg{ margin-left:auto; margin-right:auto; max-width:55rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-desktop{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-desktop-lg{ margin-left:auto; margin-right:auto; max-width:75rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-widescreen{ margin-left:auto; margin-right:auto; max-width:87.5rem; padding-left:1rem; padding-right:1rem; } .grid-row.mobile-lg\:grid-gap-0{ margin-left:0; margin-right:0; } .grid-row.mobile-lg\:grid-gap-0 > *{ padding-left:0; padding-right:0; } .grid-row.mobile-lg\:grid-gap-2px{ margin-left:-1px; margin-right:-1px; } .grid-row.mobile-lg\:grid-gap-2px > *{ padding-left:1px; padding-right:1px; } .grid-row.mobile-lg\:grid-gap-05{ margin-left:-2px; margin-right:-2px; } .grid-row.mobile-lg\:grid-gap-05 > *{ padding-left:2px; padding-right:2px; } .grid-row.mobile-lg\:grid-gap-1{ margin-left:-0.25rem; margin-right:-0.25rem; } .grid-row.mobile-lg\:grid-gap-1 > *{ padding-left:0.25rem; padding-right:0.25rem; } .grid-row.mobile-lg\:grid-gap-2{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.mobile-lg\:grid-gap-2 > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.mobile-lg\:grid-gap-3{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.mobile-lg\:grid-gap-3 > *{ padding-left:0.75rem; padding-right:0.75rem; } .grid-row.mobile-lg\:grid-gap-4{ margin-left:-1rem; margin-right:-1rem; } .grid-row.mobile-lg\:grid-gap-4 > *{ padding-left:1rem; padding-right:1rem; } .grid-row.mobile-lg\:grid-gap-5{ margin-left:-1.25rem; margin-right:-1.25rem; } .grid-row.mobile-lg\:grid-gap-5 > *{ padding-left:1.25rem; padding-right:1.25rem; } .grid-row.mobile-lg\:grid-gap-6{ margin-left:-1.5rem; margin-right:-1.5rem; } .grid-row.mobile-lg\:grid-gap-6 > *{ padding-left:1.5rem; padding-right:1.5rem; } .grid-row.mobile-lg\:grid-gap-sm{ margin-left:-1px; margin-right:-1px; } .grid-row.mobile-lg\:grid-gap-sm > *{ padding-left:1px; padding-right:1px; } .grid-row.mobile-lg\:grid-gap-md{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.mobile-lg\:grid-gap-md > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.mobile-lg\:grid-gap-lg{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.mobile-lg\:grid-gap-lg > *{ padding-left:0.75rem; padding-right:0.75rem; } .mobile-lg\:grid-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .mobile-lg\:grid-col-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .mobile-lg\:grid-col-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:100%; } .mobile-lg\:grid-col-1{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:8.33333%; } .mobile-lg\:grid-col-2{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:16.66667%; } .mobile-lg\:grid-col-3{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:25%; } .mobile-lg\:grid-col-4{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:33.33333%; } .mobile-lg\:grid-col-5{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:41.66667%; } .mobile-lg\:grid-col-6{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:50%; } .mobile-lg\:grid-col-7{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:58.33333%; } .mobile-lg\:grid-col-8{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:66.66667%; } .mobile-lg\:grid-col-9{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:75%; } .mobile-lg\:grid-col-10{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:83.33333%; } .mobile-lg\:grid-col-11{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:91.66667%; } .mobile-lg\:grid-col-12{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:100%; } .mobile-lg\:grid-offset-1{ margin-left:8.33333%; } .mobile-lg\:grid-offset-2{ margin-left:16.66667%; } .mobile-lg\:grid-offset-3{ margin-left:25%; } .mobile-lg\:grid-offset-4{ margin-left:33.33333%; } .mobile-lg\:grid-offset-5{ margin-left:41.66667%; } .mobile-lg\:grid-offset-6{ margin-left:50%; } .mobile-lg\:grid-offset-7{ margin-left:58.33333%; } .mobile-lg\:grid-offset-8{ margin-left:66.66667%; } .mobile-lg\:grid-offset-9{ margin-left:75%; } .mobile-lg\:grid-offset-10{ margin-left:83.33333%; } .mobile-lg\:grid-offset-11{ margin-left:91.66667%; } .mobile-lg\:grid-offset-12{ margin-left:100%; } .mobile-lg\:grid-offset-none{ margin-left:0; } .usa-display{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:2.44rem; line-height:1.2; font-weight:bold; } * + .usa-display{ margin-top:1.5em; } .usa-display + *{ margin-top:1em; } .usa-footer__nav{ padding-left:1rem; padding-right:1rem; border-bottom:none; } .usa-footer__primary-link{ padding-left:0; padding-right:0; } .usa-footer__secondary-link{ margin-left:0; } .usa-footer__contact-info{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; margin-top:0.5rem; } .usa-footer__primary-content{ border:none; } .usa-footer__logo{ margin-bottom:0; margin-top:0; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .usa-footer__contact-links{ margin-top:0; text-align:right; } .usa-footer__contact-heading{ margin-bottom:0.25rem; margin-top:0.25rem; } .usa-footer__social-links{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .usa-footer__address{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .usa-footer--slim .usa-footer__address{ padding:0; } .usa-footer--slim .usa-footer__contact-info{ padding-bottom:1rem; padding-top:1rem; margin-top:0; } .usa-footer--big .usa-footer__nav{ border-bottom:1px solid #a9aeb1; padding-top:2rem; } .usa-footer--big .usa-footer__primary-link{ padding-bottom:0; padding-top:0; margin-bottom:0.5rem; } .usa-footer--big .usa-footer__primary-link:hover{ cursor:auto; text-decoration:none; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before{ content:none; } .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link{ margin:0; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled{ padding-left:0; padding-right:0; padding-bottom:2rem; padding-top:0.75rem; } .usa-form{ max-width:20rem; } .usa-form .usa-button{ margin-top:1.5rem; } .usa-form--large{ max-width:30rem; } .usa-search [type="submit"]{ padding-left:1rem; padding-right:1rem; background-image:none; width:auto; } .usa-search--big [type="search"], .usa-search--big .usa-search__input{ font-size:1.06rem; height:3rem; } .usa-search--big [type="submit"], .usa-search--big .usa-search__submit{ padding-left:2rem; padding-right:2rem; font-size:1.46rem; height:3rem; width:auto; } .usa-search--small [type="submit"], .usa-search--small .usa-search__submit{ background-image:url("../img/search.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/search.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-size:1rem; width:3rem; } .usa-search__submit-text{ position:static; } .mobile-lg\:border-1px{ border:1px solid; } .mobile-lg\:border-1px .mobile-lg\:hover\:border-1px:hover{ border:1px solid; } .mobile-lg\:border-y-1px{ border-top:1px solid; border-bottom:1px solid; } .mobile-lg\:border-y-1px .mobile-lg\:hover\:border-y-1px:hover{ border-top:1px solid; border-bottom:1px solid; } .mobile-lg\:border-x-1px{ border-left:1px solid; border-right:1px solid; } .mobile-lg\:border-x-1px .mobile-lg\:hover\:border-x-1px:hover{ border-left:1px solid; border-right:1px solid; } .mobile-lg\:border-top-1px{ border-top:1px solid; } .mobile-lg\:border-top-1px .mobile-lg\:hover\:border-top-1px:hover{ border-top:1px solid; } .mobile-lg\:border-right-1px{ border-right:1px solid; } .mobile-lg\:border-right-1px .mobile-lg\:hover\:border-right-1px:hover{ border-right:1px solid; } .mobile-lg\:border-bottom-1px{ border-bottom:1px solid; } .mobile-lg\:border-bottom-1px .mobile-lg\:hover\:border-bottom-1px:hover{ border-bottom:1px solid; } .mobile-lg\:border-left-1px{ border-left:1px solid; } .mobile-lg\:border-left-1px .mobile-lg\:hover\:border-left-1px:hover{ border-left:1px solid; } .mobile-lg\:border-2px{ border:2px solid; } .mobile-lg\:border-2px .mobile-lg\:hover\:border-2px:hover{ border:2px solid; } .mobile-lg\:border-y-2px{ border-top:2px solid; border-bottom:2px solid; } .mobile-lg\:border-y-2px .mobile-lg\:hover\:border-y-2px:hover{ border-top:2px solid; border-bottom:2px solid; } .mobile-lg\:border-x-2px{ border-left:2px solid; border-right:2px solid; } .mobile-lg\:border-x-2px .mobile-lg\:hover\:border-x-2px:hover{ border-left:2px solid; border-right:2px solid; } .mobile-lg\:border-top-2px{ border-top:2px solid; } .mobile-lg\:border-top-2px .mobile-lg\:hover\:border-top-2px:hover{ border-top:2px solid; } .mobile-lg\:border-right-2px{ border-right:2px solid; } .mobile-lg\:border-right-2px .mobile-lg\:hover\:border-right-2px:hover{ border-right:2px solid; } .mobile-lg\:border-bottom-2px{ border-bottom:2px solid; } .mobile-lg\:border-bottom-2px .mobile-lg\:hover\:border-bottom-2px:hover{ border-bottom:2px solid; } .mobile-lg\:border-left-2px{ border-left:2px solid; } .mobile-lg\:border-left-2px .mobile-lg\:hover\:border-left-2px:hover{ border-left:2px solid; } .mobile-lg\:border-05{ border:0.25rem solid; } .mobile-lg\:border-05 .mobile-lg\:hover\:border-05:hover{ border:0.25rem solid; } .mobile-lg\:border-y-05{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .mobile-lg\:border-y-05 .mobile-lg\:hover\:border-y-05:hover{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .mobile-lg\:border-x-05{ border-left:0.25rem solid; border-right:0.25rem solid; } .mobile-lg\:border-x-05 .mobile-lg\:hover\:border-x-05:hover{ border-left:0.25rem solid; border-right:0.25rem solid; } .mobile-lg\:border-top-05{ border-top:0.25rem solid; } .mobile-lg\:border-top-05 .mobile-lg\:hover\:border-top-05:hover{ border-top:0.25rem solid; } .mobile-lg\:border-right-05{ border-right:0.25rem solid; } .mobile-lg\:border-right-05 .mobile-lg\:hover\:border-right-05:hover{ border-right:0.25rem solid; } .mobile-lg\:border-bottom-05{ border-bottom:0.25rem solid; } .mobile-lg\:border-bottom-05 .mobile-lg\:hover\:border-bottom-05:hover{ border-bottom:0.25rem solid; } .mobile-lg\:border-left-05{ border-left:0.25rem solid; } .mobile-lg\:border-left-05 .mobile-lg\:hover\:border-left-05:hover{ border-left:0.25rem solid; } .mobile-lg\:border-1{ border:0.5rem solid; } .mobile-lg\:border-1 .mobile-lg\:hover\:border-1:hover{ border:0.5rem solid; } .mobile-lg\:border-y-1{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .mobile-lg\:border-y-1 .mobile-lg\:hover\:border-y-1:hover{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .mobile-lg\:border-x-1{ border-left:0.5rem solid; border-right:0.5rem solid; } .mobile-lg\:border-x-1 .mobile-lg\:hover\:border-x-1:hover{ border-left:0.5rem solid; border-right:0.5rem solid; } .mobile-lg\:border-top-1{ border-top:0.5rem solid; } .mobile-lg\:border-top-1 .mobile-lg\:hover\:border-top-1:hover{ border-top:0.5rem solid; } .mobile-lg\:border-right-1{ border-right:0.5rem solid; } .mobile-lg\:border-right-1 .mobile-lg\:hover\:border-right-1:hover{ border-right:0.5rem solid; } .mobile-lg\:border-bottom-1{ border-bottom:0.5rem solid; } .mobile-lg\:border-bottom-1 .mobile-lg\:hover\:border-bottom-1:hover{ border-bottom:0.5rem solid; } .mobile-lg\:border-left-1{ border-left:0.5rem solid; } .mobile-lg\:border-left-1 .mobile-lg\:hover\:border-left-1:hover{ border-left:0.5rem solid; } .mobile-lg\:border-105{ border:0.75rem solid; } .mobile-lg\:border-105 .mobile-lg\:hover\:border-105:hover{ border:0.75rem solid; } .mobile-lg\:border-y-105{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .mobile-lg\:border-y-105 .mobile-lg\:hover\:border-y-105:hover{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .mobile-lg\:border-x-105{ border-left:0.75rem solid; border-right:0.75rem solid; } .mobile-lg\:border-x-105 .mobile-lg\:hover\:border-x-105:hover{ border-left:0.75rem solid; border-right:0.75rem solid; } .mobile-lg\:border-top-105{ border-top:0.75rem solid; } .mobile-lg\:border-top-105 .mobile-lg\:hover\:border-top-105:hover{ border-top:0.75rem solid; } .mobile-lg\:border-right-105{ border-right:0.75rem solid; } .mobile-lg\:border-right-105 .mobile-lg\:hover\:border-right-105:hover{ border-right:0.75rem solid; } .mobile-lg\:border-bottom-105{ border-bottom:0.75rem solid; } .mobile-lg\:border-bottom-105 .mobile-lg\:hover\:border-bottom-105:hover{ border-bottom:0.75rem solid; } .mobile-lg\:border-left-105{ border-left:0.75rem solid; } .mobile-lg\:border-left-105 .mobile-lg\:hover\:border-left-105:hover{ border-left:0.75rem solid; } .mobile-lg\:border-2{ border:1rem solid; } .mobile-lg\:border-2 .mobile-lg\:hover\:border-2:hover{ border:1rem solid; } .mobile-lg\:border-y-2{ border-top:1rem solid; border-bottom:1rem solid; } .mobile-lg\:border-y-2 .mobile-lg\:hover\:border-y-2:hover{ border-top:1rem solid; border-bottom:1rem solid; } .mobile-lg\:border-x-2{ border-left:1rem solid; border-right:1rem solid; } .mobile-lg\:border-x-2 .mobile-lg\:hover\:border-x-2:hover{ border-left:1rem solid; border-right:1rem solid; } .mobile-lg\:border-top-2{ border-top:1rem solid; } .mobile-lg\:border-top-2 .mobile-lg\:hover\:border-top-2:hover{ border-top:1rem solid; } .mobile-lg\:border-right-2{ border-right:1rem solid; } .mobile-lg\:border-right-2 .mobile-lg\:hover\:border-right-2:hover{ border-right:1rem solid; } .mobile-lg\:border-bottom-2{ border-bottom:1rem solid; } .mobile-lg\:border-bottom-2 .mobile-lg\:hover\:border-bottom-2:hover{ border-bottom:1rem solid; } .mobile-lg\:border-left-2{ border-left:1rem solid; } .mobile-lg\:border-left-2 .mobile-lg\:hover\:border-left-2:hover{ border-left:1rem solid; } .mobile-lg\:border-205{ border:1.25rem solid; } .mobile-lg\:border-205 .mobile-lg\:hover\:border-205:hover{ border:1.25rem solid; } .mobile-lg\:border-y-205{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .mobile-lg\:border-y-205 .mobile-lg\:hover\:border-y-205:hover{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .mobile-lg\:border-x-205{ border-left:1.25rem solid; border-right:1.25rem solid; } .mobile-lg\:border-x-205 .mobile-lg\:hover\:border-x-205:hover{ border-left:1.25rem solid; border-right:1.25rem solid; } .mobile-lg\:border-top-205{ border-top:1.25rem solid; } .mobile-lg\:border-top-205 .mobile-lg\:hover\:border-top-205:hover{ border-top:1.25rem solid; } .mobile-lg\:border-right-205{ border-right:1.25rem solid; } .mobile-lg\:border-right-205 .mobile-lg\:hover\:border-right-205:hover{ border-right:1.25rem solid; } .mobile-lg\:border-bottom-205{ border-bottom:1.25rem solid; } .mobile-lg\:border-bottom-205 .mobile-lg\:hover\:border-bottom-205:hover{ border-bottom:1.25rem solid; } .mobile-lg\:border-left-205{ border-left:1.25rem solid; } .mobile-lg\:border-left-205 .mobile-lg\:hover\:border-left-205:hover{ border-left:1.25rem solid; } .mobile-lg\:border-3{ border:1.5rem solid; } .mobile-lg\:border-3 .mobile-lg\:hover\:border-3:hover{ border:1.5rem solid; } .mobile-lg\:border-y-3{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .mobile-lg\:border-y-3 .mobile-lg\:hover\:border-y-3:hover{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .mobile-lg\:border-x-3{ border-left:1.5rem solid; border-right:1.5rem solid; } .mobile-lg\:border-x-3 .mobile-lg\:hover\:border-x-3:hover{ border-left:1.5rem solid; border-right:1.5rem solid; } .mobile-lg\:border-top-3{ border-top:1.5rem solid; } .mobile-lg\:border-top-3 .mobile-lg\:hover\:border-top-3:hover{ border-top:1.5rem solid; } .mobile-lg\:border-right-3{ border-right:1.5rem solid; } .mobile-lg\:border-right-3 .mobile-lg\:hover\:border-right-3:hover{ border-right:1.5rem solid; } .mobile-lg\:border-bottom-3{ border-bottom:1.5rem solid; } .mobile-lg\:border-bottom-3 .mobile-lg\:hover\:border-bottom-3:hover{ border-bottom:1.5rem solid; } .mobile-lg\:border-left-3{ border-left:1.5rem solid; } .mobile-lg\:border-left-3 .mobile-lg\:hover\:border-left-3:hover{ border-left:1.5rem solid; } .mobile-lg\:border-0{ border:0 solid; } .mobile-lg\:border-0 .mobile-lg\:hover\:border-0:hover{ border:0 solid; } .mobile-lg\:border-y-0{ border-top:0 solid; border-bottom:0 solid; } .mobile-lg\:border-y-0 .mobile-lg\:hover\:border-y-0:hover{ border-top:0 solid; border-bottom:0 solid; } .mobile-lg\:border-x-0{ border-left:0 solid; border-right:0 solid; } .mobile-lg\:border-x-0 .mobile-lg\:hover\:border-x-0:hover{ border-left:0 solid; border-right:0 solid; } .mobile-lg\:border-top-0{ border-top:0 solid; } .mobile-lg\:border-top-0 .mobile-lg\:hover\:border-top-0:hover{ border-top:0 solid; } .mobile-lg\:border-right-0{ border-right:0 solid; } .mobile-lg\:border-right-0 .mobile-lg\:hover\:border-right-0:hover{ border-right:0 solid; } .mobile-lg\:border-bottom-0{ border-bottom:0 solid; } .mobile-lg\:border-bottom-0 .mobile-lg\:hover\:border-bottom-0:hover{ border-bottom:0 solid; } .mobile-lg\:border-left-0{ border-left:0 solid; } .mobile-lg\:border-left-0 .mobile-lg\:hover\:border-left-0:hover{ border-left:0 solid; } .mobile-lg\:border{ border:1px solid; } .mobile-lg\:border .mobile-lg\:hover\:border:hover{ border:1px solid; } .mobile-lg\:border-y{ border-top:1px solid; border-bottom:1px solid; } .mobile-lg\:border-y .mobile-lg\:hover\:border-y:hover{ border-top:1px solid; border-bottom:1px solid; } .mobile-lg\:border-x{ border-left:1px solid; border-right:1px solid; } .mobile-lg\:border-x .mobile-lg\:hover\:border-x:hover{ border-left:1px solid; border-right:1px solid; } .mobile-lg\:border-top{ border-top:1px solid; } .mobile-lg\:border-top .mobile-lg\:hover\:border-top:hover{ border-top:1px solid; } .mobile-lg\:border-right{ border-right:1px solid; } .mobile-lg\:border-right .mobile-lg\:hover\:border-right:hover{ border-right:1px solid; } .mobile-lg\:border-bottom{ border-bottom:1px solid; } .mobile-lg\:border-bottom .mobile-lg\:hover\:border-bottom:hover{ border-bottom:1px solid; } .mobile-lg\:border-left{ border-left:1px solid; } .mobile-lg\:border-left .mobile-lg\:hover\:border-left:hover{ border-left:1px solid; } .mobile-lg\:border-transparent{ border-color:transparent; } .mobile-lg\:border-transparent .mobile-lg\:hover\:border-transparent:hover{ border-color:transparent; } .mobile-lg\:border-black{ border-color:black; } .mobile-lg\:border-black .mobile-lg\:hover\:border-black:hover{ border-color:black; } .mobile-lg\:border-white{ border-color:white; } .mobile-lg\:border-white .mobile-lg\:hover\:border-white:hover{ border-color:white; } .mobile-lg\:border-red{ border-color:#e52207; } .mobile-lg\:border-red .mobile-lg\:hover\:border-red:hover{ border-color:#e52207; } .mobile-lg\:border-orange{ border-color:#e66f0e; } .mobile-lg\:border-orange .mobile-lg\:hover\:border-orange:hover{ border-color:#e66f0e; } .mobile-lg\:border-gold{ border-color:#ffbe2e; } .mobile-lg\:border-gold .mobile-lg\:hover\:border-gold:hover{ border-color:#ffbe2e; } .mobile-lg\:border-yellow{ border-color:#fee685; } .mobile-lg\:border-yellow .mobile-lg\:hover\:border-yellow:hover{ border-color:#fee685; } .mobile-lg\:border-green{ border-color:#538200; } .mobile-lg\:border-green .mobile-lg\:hover\:border-green:hover{ border-color:#538200; } .mobile-lg\:border-mint{ border-color:#04c585; } .mobile-lg\:border-mint .mobile-lg\:hover\:border-mint:hover{ border-color:#04c585; } .mobile-lg\:border-cyan{ border-color:#009ec1; } .mobile-lg\:border-cyan .mobile-lg\:hover\:border-cyan:hover{ border-color:#009ec1; } .mobile-lg\:border-blue{ border-color:#0076d6; } .mobile-lg\:border-blue .mobile-lg\:hover\:border-blue:hover{ border-color:#0076d6; } .mobile-lg\:border-indigo{ border-color:#676cc8; } .mobile-lg\:border-indigo .mobile-lg\:hover\:border-indigo:hover{ border-color:#676cc8; } .mobile-lg\:border-violet{ border-color:#8168b3; } .mobile-lg\:border-violet .mobile-lg\:hover\:border-violet:hover{ border-color:#8168b3; } .mobile-lg\:border-magenta{ border-color:#d72d79; } .mobile-lg\:border-magenta .mobile-lg\:hover\:border-magenta:hover{ border-color:#d72d79; } .mobile-lg\:border-gray-5{ border-color:#f0f0f0; } .mobile-lg\:border-gray-5 .mobile-lg\:hover\:border-gray-5:hover{ border-color:#f0f0f0; } .mobile-lg\:border-gray-10{ border-color:#e6e6e6; } .mobile-lg\:border-gray-10 .mobile-lg\:hover\:border-gray-10:hover{ border-color:#e6e6e6; } .mobile-lg\:border-gray-30{ border-color:#adadad; } .mobile-lg\:border-gray-30 .mobile-lg\:hover\:border-gray-30:hover{ border-color:#adadad; } .mobile-lg\:border-gray-50{ border-color:#757575; } .mobile-lg\:border-gray-50 .mobile-lg\:hover\:border-gray-50:hover{ border-color:#757575; } .mobile-lg\:border-gray-70{ border-color:#454545; } .mobile-lg\:border-gray-70 .mobile-lg\:hover\:border-gray-70:hover{ border-color:#454545; } .mobile-lg\:border-gray-90{ border-color:#1b1b1b; } .mobile-lg\:border-gray-90 .mobile-lg\:hover\:border-gray-90:hover{ border-color:#1b1b1b; } .mobile-lg\:border-base-lightest{ border-color:#f0f0f0; } .mobile-lg\:border-base-lightest .mobile-lg\:hover\:border-base-lightest:hover{ border-color:#f0f0f0; } .mobile-lg\:border-base-lighter{ border-color:#dcdee0; } .mobile-lg\:border-base-lighter .mobile-lg\:hover\:border-base-lighter:hover{ border-color:#dcdee0; } .mobile-lg\:border-base-light{ border-color:#a9aeb1; } .mobile-lg\:border-base-light .mobile-lg\:hover\:border-base-light:hover{ border-color:#a9aeb1; } .mobile-lg\:border-base{ border-color:#71767a; } .mobile-lg\:border-base .mobile-lg\:hover\:border-base:hover{ border-color:#71767a; } .mobile-lg\:border-base-dark{ border-color:#565c65; } .mobile-lg\:border-base-dark .mobile-lg\:hover\:border-base-dark:hover{ border-color:#565c65; } .mobile-lg\:border-base-darker{ border-color:#3d4551; } .mobile-lg\:border-base-darker .mobile-lg\:hover\:border-base-darker:hover{ border-color:#3d4551; } .mobile-lg\:border-base-darkest{ border-color:#1b1b1b; } .mobile-lg\:border-base-darkest .mobile-lg\:hover\:border-base-darkest:hover{ border-color:#1b1b1b; } .mobile-lg\:border-ink{ border-color:#1b1b1b; } .mobile-lg\:border-ink .mobile-lg\:hover\:border-ink:hover{ border-color:#1b1b1b; } .mobile-lg\:border-primary-lighter{ border-color:#d9e8f6; } .mobile-lg\:border-primary-lighter .mobile-lg\:hover\:border-primary-lighter:hover{ border-color:#d9e8f6; } .mobile-lg\:border-primary-light{ border-color:#73b3e7; } .mobile-lg\:border-primary-light .mobile-lg\:hover\:border-primary-light:hover{ border-color:#73b3e7; } .mobile-lg\:border-primary{ border-color:#005ea2; } .mobile-lg\:border-primary .mobile-lg\:hover\:border-primary:hover{ border-color:#005ea2; } .mobile-lg\:border-primary-vivid{ border-color:#0050d8; } .mobile-lg\:border-primary-vivid .mobile-lg\:hover\:border-primary-vivid:hover{ border-color:#0050d8; } .mobile-lg\:border-primary-dark{ border-color:#1a4480; } .mobile-lg\:border-primary-dark .mobile-lg\:hover\:border-primary-dark:hover{ border-color:#1a4480; } .mobile-lg\:border-primary-darker{ border-color:#162e51; } .mobile-lg\:border-primary-darker .mobile-lg\:hover\:border-primary-darker:hover{ border-color:#162e51; } .mobile-lg\:border-secondary-lighter{ border-color:#f3e1e4; } .mobile-lg\:border-secondary-lighter .mobile-lg\:hover\:border-secondary-lighter:hover{ border-color:#f3e1e4; } .mobile-lg\:border-secondary-light{ border-color:#f2938c; } .mobile-lg\:border-secondary-light .mobile-lg\:hover\:border-secondary-light:hover{ border-color:#f2938c; } .mobile-lg\:border-secondary{ border-color:#d83933; } .mobile-lg\:border-secondary .mobile-lg\:hover\:border-secondary:hover{ border-color:#d83933; } .mobile-lg\:border-secondary-vivid{ border-color:#e41d3d; } .mobile-lg\:border-secondary-vivid .mobile-lg\:hover\:border-secondary-vivid:hover{ border-color:#e41d3d; } .mobile-lg\:border-secondary-dark{ border-color:#b50909; } .mobile-lg\:border-secondary-dark .mobile-lg\:hover\:border-secondary-dark:hover{ border-color:#b50909; } .mobile-lg\:border-secondary-darker{ border-color:#8b0a03; } .mobile-lg\:border-secondary-darker .mobile-lg\:hover\:border-secondary-darker:hover{ border-color:#8b0a03; } .mobile-lg\:border-accent-warm-darker{ border-color:#775540; } .mobile-lg\:border-accent-warm-darker .mobile-lg\:hover\:border-accent-warm-darker:hover{ border-color:#775540; } .mobile-lg\:border-accent-warm-dark{ border-color:#c05600; } .mobile-lg\:border-accent-warm-dark .mobile-lg\:hover\:border-accent-warm-dark:hover{ border-color:#c05600; } .mobile-lg\:border-accent-warm{ border-color:#fa9441; } .mobile-lg\:border-accent-warm .mobile-lg\:hover\:border-accent-warm:hover{ border-color:#fa9441; } .mobile-lg\:border-accent-warm-light{ border-color:#ffbc78; } .mobile-lg\:border-accent-warm-light .mobile-lg\:hover\:border-accent-warm-light:hover{ border-color:#ffbc78; } .mobile-lg\:border-accent-warm-lighter{ border-color:#f2e4d4; } .mobile-lg\:border-accent-warm-lighter .mobile-lg\:hover\:border-accent-warm-lighter:hover{ border-color:#f2e4d4; } .mobile-lg\:border-accent-cool-darker{ border-color:#07648d; } .mobile-lg\:border-accent-cool-darker .mobile-lg\:hover\:border-accent-cool-darker:hover{ border-color:#07648d; } .mobile-lg\:border-accent-cool-dark{ border-color:#28a0cb; } .mobile-lg\:border-accent-cool-dark .mobile-lg\:hover\:border-accent-cool-dark:hover{ border-color:#28a0cb; } .mobile-lg\:border-accent-cool{ border-color:#00bde3; } .mobile-lg\:border-accent-cool .mobile-lg\:hover\:border-accent-cool:hover{ border-color:#00bde3; } .mobile-lg\:border-accent-cool-light{ border-color:#97d4ea; } .mobile-lg\:border-accent-cool-light .mobile-lg\:hover\:border-accent-cool-light:hover{ border-color:#97d4ea; } .mobile-lg\:border-accent-cool-lighter{ border-color:#e1f3f8; } .mobile-lg\:border-accent-cool-lighter .mobile-lg\:hover\:border-accent-cool-lighter:hover{ border-color:#e1f3f8; } .mobile-lg\:radius-0{ border-radius:0; } .mobile-lg\:radius-top-0{ border-top-left-radius:0; border-top-right-radius:0; } .mobile-lg\:radius-right-0{ border-top-right-radius:0; border-bottom-right-radius:0; } .mobile-lg\:radius-bottom-0{ border-bottom-left-radius:0; border-bottom-right-radius:0; } .mobile-lg\:radius-left-0{ border-top-left-radius:0; border-bottom-left-radius:0; } .mobile-lg\:radius-sm{ border-radius:2px; } .mobile-lg\:radius-top-sm{ border-top-left-radius:2px; border-top-right-radius:2px; } .mobile-lg\:radius-right-sm{ border-top-right-radius:2px; border-bottom-right-radius:2px; } .mobile-lg\:radius-bottom-sm{ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .mobile-lg\:radius-left-sm{ border-top-left-radius:2px; border-bottom-left-radius:2px; } .mobile-lg\:radius-md{ border-radius:0.25rem; } .mobile-lg\:radius-top-md{ border-top-left-radius:0.25rem; border-top-right-radius:0.25rem; } .mobile-lg\:radius-right-md{ border-top-right-radius:0.25rem; border-bottom-right-radius:0.25rem; } .mobile-lg\:radius-bottom-md{ border-bottom-left-radius:0.25rem; border-bottom-right-radius:0.25rem; } .mobile-lg\:radius-left-md{ border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem; } .mobile-lg\:radius-lg{ border-radius:0.5rem; } .mobile-lg\:radius-top-lg{ border-top-left-radius:0.5rem; border-top-right-radius:0.5rem; } .mobile-lg\:radius-right-lg{ border-top-right-radius:0.5rem; border-bottom-right-radius:0.5rem; } .mobile-lg\:radius-bottom-lg{ border-bottom-left-radius:0.5rem; border-bottom-right-radius:0.5rem; } .mobile-lg\:radius-left-lg{ border-top-left-radius:0.5rem; border-bottom-left-radius:0.5rem; } .mobile-lg\:radius-pill{ border-radius:99rem; } .mobile-lg\:radius-top-pill{ border-top-left-radius:99rem; border-top-right-radius:99rem; } .mobile-lg\:radius-right-pill{ border-top-right-radius:99rem; border-bottom-right-radius:99rem; } .mobile-lg\:radius-bottom-pill{ border-bottom-left-radius:99rem; border-bottom-right-radius:99rem; } .mobile-lg\:radius-left-pill{ border-top-left-radius:99rem; border-bottom-left-radius:99rem; } .mobile-lg\:display-block{ display:block; } .mobile-lg\:display-flex{ display:-webkit-box; display:-ms-flexbox; display:flex; } .mobile-lg\:display-none{ display:none; } .mobile-lg\:display-inline{ display:inline; } .mobile-lg\:display-inline-block{ display:inline-block; } .mobile-lg\:display-inline-flex{ display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; } .mobile-lg\:display-table{ display:table; } .mobile-lg\:display-table-cell{ display:table-cell; } .mobile-lg\:display-table-row{ display:table-row; } .mobile-lg\:font-mono-3xs{ font-size:0.77rem; } .mobile-lg\:font-mono-2xs{ font-size:0.83rem; } .mobile-lg\:font-mono-xs{ font-size:0.89rem; } .mobile-lg\:font-mono-sm{ font-size:0.95rem; } .mobile-lg\:font-mono-md{ font-size:1.01rem; } .mobile-lg\:font-mono-lg{ font-size:1.31rem; } .mobile-lg\:font-mono-xl{ font-size:1.91rem; } .mobile-lg\:font-mono-2xl{ font-size:2.38rem; } .mobile-lg\:font-mono-3xl{ font-size:2.86rem; } .mobile-lg\:font-sans-3xs{ font-size:0.87rem; } .mobile-lg\:font-sans-2xs{ font-size:0.93rem; } .mobile-lg\:font-sans-xs{ font-size:1rem; } .mobile-lg\:font-sans-sm{ font-size:1.06rem; } .mobile-lg\:font-sans-md{ font-size:1.13rem; } .mobile-lg\:font-sans-lg{ font-size:1.46rem; } .mobile-lg\:font-sans-xl{ font-size:2.13rem; } .mobile-lg\:font-sans-2xl{ font-size:2.66rem; } .mobile-lg\:font-sans-3xl{ font-size:3.19rem; } .mobile-lg\:font-serif-3xs{ font-size:0.79rem; } .mobile-lg\:font-serif-2xs{ font-size:0.85rem; } .mobile-lg\:font-serif-xs{ font-size:0.91rem; } .mobile-lg\:font-serif-sm{ font-size:0.98rem; } .mobile-lg\:font-serif-md{ font-size:1.04rem; } .mobile-lg\:font-serif-lg{ font-size:1.34rem; } .mobile-lg\:font-serif-xl{ font-size:1.95rem; } .mobile-lg\:font-serif-2xl{ font-size:2.44rem; } .mobile-lg\:font-serif-3xl{ font-size:2.93rem; } .mobile-lg\:font-heading-3xs{ font-size:0.79rem; } .mobile-lg\:font-heading-2xs{ font-size:0.85rem; } .mobile-lg\:font-heading-xs{ font-size:0.91rem; } .mobile-lg\:font-heading-sm{ font-size:0.98rem; } .mobile-lg\:font-heading-md{ font-size:1.04rem; } .mobile-lg\:font-heading-lg{ font-size:1.34rem; } .mobile-lg\:font-heading-xl{ font-size:1.95rem; } .mobile-lg\:font-heading-2xl{ font-size:2.44rem; } .mobile-lg\:font-heading-3xl{ font-size:2.93rem; } .mobile-lg\:font-body-3xs{ font-size:0.87rem; } .mobile-lg\:font-body-2xs{ font-size:0.93rem; } .mobile-lg\:font-body-xs{ font-size:1rem; } .mobile-lg\:font-body-sm{ font-size:1.06rem; } .mobile-lg\:font-body-md{ font-size:1.13rem; } .mobile-lg\:font-body-lg{ font-size:1.46rem; } .mobile-lg\:font-body-xl{ font-size:2.13rem; } .mobile-lg\:font-body-2xl{ font-size:2.66rem; } .mobile-lg\:font-body-3xl{ font-size:3.19rem; } .mobile-lg\:font-code-3xs{ font-size:0.77rem; } .mobile-lg\:font-code-2xs{ font-size:0.83rem; } .mobile-lg\:font-code-xs{ font-size:0.89rem; } .mobile-lg\:font-code-sm{ font-size:0.95rem; } .mobile-lg\:font-code-md{ font-size:1.01rem; } .mobile-lg\:font-code-lg{ font-size:1.31rem; } .mobile-lg\:font-code-xl{ font-size:1.91rem; } .mobile-lg\:font-code-2xl{ font-size:2.38rem; } .mobile-lg\:font-code-3xl{ font-size:2.86rem; } .mobile-lg\:font-alt-3xs{ font-size:0.79rem; } .mobile-lg\:font-alt-2xs{ font-size:0.85rem; } .mobile-lg\:font-alt-xs{ font-size:0.91rem; } .mobile-lg\:font-alt-sm{ font-size:0.98rem; } .mobile-lg\:font-alt-md{ font-size:1.04rem; } .mobile-lg\:font-alt-lg{ font-size:1.34rem; } .mobile-lg\:font-alt-xl{ font-size:1.95rem; } .mobile-lg\:font-alt-2xl{ font-size:2.44rem; } .mobile-lg\:font-alt-3xl{ font-size:2.93rem; } .mobile-lg\:font-ui-3xs{ font-size:0.87rem; } .mobile-lg\:font-ui-2xs{ font-size:0.93rem; } .mobile-lg\:font-ui-xs{ font-size:1rem; } .mobile-lg\:font-ui-sm{ font-size:1.06rem; } .mobile-lg\:font-ui-md{ font-size:1.13rem; } .mobile-lg\:font-ui-lg{ font-size:1.46rem; } .mobile-lg\:font-ui-xl{ font-size:2.13rem; } .mobile-lg\:font-ui-2xl{ font-size:2.66rem; } .mobile-lg\:font-ui-3xl{ font-size:3.19rem; } .mobile-lg\:text-light{ font-weight:300; } .mobile-lg\:text-normal{ font-weight:normal; } .mobile-lg\:text-bold{ font-weight:bold; } .mobile-lg\:flex-justify-center{ -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .mobile-lg\:flex-justify-start{ -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .mobile-lg\:flex-justify-end{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .mobile-lg\:flex-justify{ -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .mobile-lg\:line-height-sans-1{ line-height:0.9; } .mobile-lg\:line-height-sans-2{ line-height:1.1; } .mobile-lg\:line-height-sans-3{ line-height:1.3; } .mobile-lg\:line-height-sans-4{ line-height:1.4; } .mobile-lg\:line-height-sans-5{ line-height:1.5; } .mobile-lg\:line-height-sans-6{ line-height:1.6; } .mobile-lg\:line-height-serif-1{ line-height:1; } .mobile-lg\:line-height-serif-2{ line-height:1.2; } .mobile-lg\:line-height-serif-3{ line-height:1.4; } .mobile-lg\:line-height-serif-4{ line-height:1.5; } .mobile-lg\:line-height-serif-5{ line-height:1.7; } .mobile-lg\:line-height-serif-6{ line-height:1.8; } .mobile-lg\:line-height-mono-1{ line-height:1; } .mobile-lg\:line-height-mono-2{ line-height:1.3; } .mobile-lg\:line-height-mono-3{ line-height:1.4; } .mobile-lg\:line-height-mono-4{ line-height:1.6; } .mobile-lg\:line-height-mono-5{ line-height:1.7; } .mobile-lg\:line-height-mono-6{ line-height:1.8; } .mobile-lg\:line-height-heading-1{ line-height:1; } .mobile-lg\:line-height-heading-2{ line-height:1.2; } .mobile-lg\:line-height-heading-3{ line-height:1.4; } .mobile-lg\:line-height-heading-4{ line-height:1.5; } .mobile-lg\:line-height-heading-5{ line-height:1.7; } .mobile-lg\:line-height-heading-6{ line-height:1.8; } .mobile-lg\:line-height-ui-1{ line-height:0.9; } .mobile-lg\:line-height-ui-2{ line-height:1.1; } .mobile-lg\:line-height-ui-3{ line-height:1.3; } .mobile-lg\:line-height-ui-4{ line-height:1.4; } .mobile-lg\:line-height-ui-5{ line-height:1.5; } .mobile-lg\:line-height-ui-6{ line-height:1.6; } .mobile-lg\:line-height-body-1{ line-height:0.9; } .mobile-lg\:line-height-body-2{ line-height:1.1; } .mobile-lg\:line-height-body-3{ line-height:1.3; } .mobile-lg\:line-height-body-4{ line-height:1.4; } .mobile-lg\:line-height-body-5{ line-height:1.5; } .mobile-lg\:line-height-body-6{ line-height:1.6; } .mobile-lg\:line-height-code-1{ line-height:1; } .mobile-lg\:line-height-code-2{ line-height:1.3; } .mobile-lg\:line-height-code-3{ line-height:1.4; } .mobile-lg\:line-height-code-4{ line-height:1.6; } .mobile-lg\:line-height-code-5{ line-height:1.7; } .mobile-lg\:line-height-code-6{ line-height:1.8; } .mobile-lg\:line-height-alt-1{ line-height:1; } .mobile-lg\:line-height-alt-2{ line-height:1.2; } .mobile-lg\:line-height-alt-3{ line-height:1.4; } .mobile-lg\:line-height-alt-4{ line-height:1.5; } .mobile-lg\:line-height-alt-5{ line-height:1.7; } .mobile-lg\:line-height-alt-6{ line-height:1.8; } .mobile-lg\:margin-1px{ margin:1px; } .mobile-lg\:margin-2px{ margin:2px; } .mobile-lg\:margin-05{ margin:0.25rem; } .mobile-lg\:margin-1{ margin:0.5rem; } .mobile-lg\:margin-105{ margin:0.75rem; } .mobile-lg\:margin-2{ margin:1rem; } .mobile-lg\:margin-205{ margin:1.25rem; } .mobile-lg\:margin-3{ margin:1.5rem; } .mobile-lg\:margin-4{ margin:2rem; } .mobile-lg\:margin-5{ margin:2.5rem; } .mobile-lg\:margin-6{ margin:3rem; } .mobile-lg\:margin-7{ margin:3.5rem; } .mobile-lg\:margin-8{ margin:4rem; } .mobile-lg\:margin-9{ margin:4.5rem; } .mobile-lg\:margin-10{ margin:5rem; } .mobile-lg\:margin-15{ margin:7.5rem; } .mobile-lg\:margin-05em{ margin:0.5em; } .mobile-lg\:margin-1em{ margin:1em; } .mobile-lg\:margin-105em{ margin:1.5em; } .mobile-lg\:margin-2em{ margin:2em; } .mobile-lg\:margin-0{ margin:0; } .mobile-lg\:margin-y-1px{ margin-top:1px; margin-bottom:1px; } .mobile-lg\:margin-top-1px{ margin-top:1px; } .mobile-lg\:margin-bottom-1px{ margin-bottom:1px; } .mobile-lg\:margin-y-2px{ margin-top:2px; margin-bottom:2px; } .mobile-lg\:margin-top-2px{ margin-top:2px; } .mobile-lg\:margin-bottom-2px{ margin-bottom:2px; } .mobile-lg\:margin-y-05{ margin-top:0.25rem; margin-bottom:0.25rem; } .mobile-lg\:margin-top-05{ margin-top:0.25rem; } .mobile-lg\:margin-bottom-05{ margin-bottom:0.25rem; } .mobile-lg\:margin-y-1{ margin-top:0.5rem; margin-bottom:0.5rem; } .mobile-lg\:margin-top-1{ margin-top:0.5rem; } .mobile-lg\:margin-bottom-1{ margin-bottom:0.5rem; } .mobile-lg\:margin-y-105{ margin-top:0.75rem; margin-bottom:0.75rem; } .mobile-lg\:margin-top-105{ margin-top:0.75rem; } .mobile-lg\:margin-bottom-105{ margin-bottom:0.75rem; } .mobile-lg\:margin-y-2{ margin-top:1rem; margin-bottom:1rem; } .mobile-lg\:margin-top-2{ margin-top:1rem; } .mobile-lg\:margin-bottom-2{ margin-bottom:1rem; } .mobile-lg\:margin-y-205{ margin-top:1.25rem; margin-bottom:1.25rem; } .mobile-lg\:margin-top-205{ margin-top:1.25rem; } .mobile-lg\:margin-bottom-205{ margin-bottom:1.25rem; } .mobile-lg\:margin-y-3{ margin-top:1.5rem; margin-bottom:1.5rem; } .mobile-lg\:margin-top-3{ margin-top:1.5rem; } .mobile-lg\:margin-bottom-3{ margin-bottom:1.5rem; } .mobile-lg\:margin-y-neg-1px{ margin-top:-1px; margin-bottom:-1px; } .mobile-lg\:margin-top-neg-1px{ margin-top:-1px; } .mobile-lg\:margin-bottom-neg-1px{ margin-bottom:-1px; } .mobile-lg\:margin-y-neg-2px{ margin-top:-2px; margin-bottom:-2px; } .mobile-lg\:margin-top-neg-2px{ margin-top:-2px; } .mobile-lg\:margin-bottom-neg-2px{ margin-bottom:-2px; } .mobile-lg\:margin-y-neg-05{ margin-top:-0.25rem; margin-bottom:-0.25rem; } .mobile-lg\:margin-top-neg-05{ margin-top:-0.25rem; } .mobile-lg\:margin-bottom-neg-05{ margin-bottom:-0.25rem; } .mobile-lg\:margin-y-neg-1{ margin-top:-0.5rem; margin-bottom:-0.5rem; } .mobile-lg\:margin-top-neg-1{ margin-top:-0.5rem; } .mobile-lg\:margin-bottom-neg-1{ margin-bottom:-0.5rem; } .mobile-lg\:margin-y-neg-105{ margin-top:-0.75rem; margin-bottom:-0.75rem; } .mobile-lg\:margin-top-neg-105{ margin-top:-0.75rem; } .mobile-lg\:margin-bottom-neg-105{ margin-bottom:-0.75rem; } .mobile-lg\:margin-y-neg-2{ margin-top:-1rem; margin-bottom:-1rem; } .mobile-lg\:margin-top-neg-2{ margin-top:-1rem; } .mobile-lg\:margin-bottom-neg-2{ margin-bottom:-1rem; } .mobile-lg\:margin-y-neg-205{ margin-top:-1.25rem; margin-bottom:-1.25rem; } .mobile-lg\:margin-top-neg-205{ margin-top:-1.25rem; } .mobile-lg\:margin-bottom-neg-205{ margin-bottom:-1.25rem; } .mobile-lg\:margin-y-neg-3{ margin-top:-1.5rem; margin-bottom:-1.5rem; } .mobile-lg\:margin-top-neg-3{ margin-top:-1.5rem; } .mobile-lg\:margin-bottom-neg-3{ margin-bottom:-1.5rem; } .mobile-lg\:margin-y-4{ margin-top:2rem; margin-bottom:2rem; } .mobile-lg\:margin-top-4{ margin-top:2rem; } .mobile-lg\:margin-bottom-4{ margin-bottom:2rem; } .mobile-lg\:margin-y-5{ margin-top:2.5rem; margin-bottom:2.5rem; } .mobile-lg\:margin-top-5{ margin-top:2.5rem; } .mobile-lg\:margin-bottom-5{ margin-bottom:2.5rem; } .mobile-lg\:margin-y-6{ margin-top:3rem; margin-bottom:3rem; } .mobile-lg\:margin-top-6{ margin-top:3rem; } .mobile-lg\:margin-bottom-6{ margin-bottom:3rem; } .mobile-lg\:margin-y-7{ margin-top:3.5rem; margin-bottom:3.5rem; } .mobile-lg\:margin-top-7{ margin-top:3.5rem; } .mobile-lg\:margin-bottom-7{ margin-bottom:3.5rem; } .mobile-lg\:margin-y-8{ margin-top:4rem; margin-bottom:4rem; } .mobile-lg\:margin-top-8{ margin-top:4rem; } .mobile-lg\:margin-bottom-8{ margin-bottom:4rem; } .mobile-lg\:margin-y-9{ margin-top:4.5rem; margin-bottom:4.5rem; } .mobile-lg\:margin-top-9{ margin-top:4.5rem; } .mobile-lg\:margin-bottom-9{ margin-bottom:4.5rem; } .mobile-lg\:margin-y-10{ margin-top:5rem; margin-bottom:5rem; } .mobile-lg\:margin-top-10{ margin-top:5rem; } .mobile-lg\:margin-bottom-10{ margin-bottom:5rem; } .mobile-lg\:margin-y-15{ margin-top:7.5rem; margin-bottom:7.5rem; } .mobile-lg\:margin-top-15{ margin-top:7.5rem; } .mobile-lg\:margin-bottom-15{ margin-bottom:7.5rem; } .mobile-lg\:margin-y-05em{ margin-top:0.5em; margin-bottom:0.5em; } .mobile-lg\:margin-top-05em{ margin-top:0.5em; } .mobile-lg\:margin-bottom-05em{ margin-bottom:0.5em; } .mobile-lg\:margin-y-1em{ margin-top:1em; margin-bottom:1em; } .mobile-lg\:margin-top-1em{ margin-top:1em; } .mobile-lg\:margin-bottom-1em{ margin-bottom:1em; } .mobile-lg\:margin-y-105em{ margin-top:1.5em; margin-bottom:1.5em; } .mobile-lg\:margin-top-105em{ margin-top:1.5em; } .mobile-lg\:margin-bottom-105em{ margin-bottom:1.5em; } .mobile-lg\:margin-y-2em{ margin-top:2em; margin-bottom:2em; } .mobile-lg\:margin-top-2em{ margin-top:2em; } .mobile-lg\:margin-bottom-2em{ margin-bottom:2em; } .mobile-lg\:margin-y-0{ margin-top:0; margin-bottom:0; } .mobile-lg\:margin-top-0{ margin-top:0; } .mobile-lg\:margin-bottom-0{ margin-bottom:0; } .mobile-lg\:margin-x-1px{ margin-left:1px; margin-right:1px; } .mobile-lg\:margin-right-1px{ margin-right:1px; } .mobile-lg\:margin-left-1px{ margin-left:1px; } .mobile-lg\:margin-x-2px{ margin-left:2px; margin-right:2px; } .mobile-lg\:margin-right-2px{ margin-right:2px; } .mobile-lg\:margin-left-2px{ margin-left:2px; } .mobile-lg\:margin-x-05{ margin-left:0.25rem; margin-right:0.25rem; } .mobile-lg\:margin-right-05{ margin-right:0.25rem; } .mobile-lg\:margin-left-05{ margin-left:0.25rem; } .mobile-lg\:margin-x-1{ margin-left:0.5rem; margin-right:0.5rem; } .mobile-lg\:margin-right-1{ margin-right:0.5rem; } .mobile-lg\:margin-left-1{ margin-left:0.5rem; } .mobile-lg\:margin-x-105{ margin-left:0.75rem; margin-right:0.75rem; } .mobile-lg\:margin-right-105{ margin-right:0.75rem; } .mobile-lg\:margin-left-105{ margin-left:0.75rem; } .mobile-lg\:margin-x-2{ margin-left:1rem; margin-right:1rem; } .mobile-lg\:margin-right-2{ margin-right:1rem; } .mobile-lg\:margin-left-2{ margin-left:1rem; } .mobile-lg\:margin-x-205{ margin-left:1.25rem; margin-right:1.25rem; } .mobile-lg\:margin-right-205{ margin-right:1.25rem; } .mobile-lg\:margin-left-205{ margin-left:1.25rem; } .mobile-lg\:margin-x-3{ margin-left:1.5rem; margin-right:1.5rem; } .mobile-lg\:margin-right-3{ margin-right:1.5rem; } .mobile-lg\:margin-left-3{ margin-left:1.5rem; } .mobile-lg\:margin-x-neg-1px{ margin-left:-1px; margin-right:-1px; } .mobile-lg\:margin-right-neg-1px{ margin-right:-1px; } .mobile-lg\:margin-left-neg-1px{ margin-left:-1px; } .mobile-lg\:margin-x-neg-2px{ margin-left:-2px; margin-right:-2px; } .mobile-lg\:margin-right-neg-2px{ margin-right:-2px; } .mobile-lg\:margin-left-neg-2px{ margin-left:-2px; } .mobile-lg\:margin-x-neg-05{ margin-left:-0.25rem; margin-right:-0.25rem; } .mobile-lg\:margin-right-neg-05{ margin-right:-0.25rem; } .mobile-lg\:margin-left-neg-05{ margin-left:-0.25rem; } .mobile-lg\:margin-x-neg-1{ margin-left:-0.5rem; margin-right:-0.5rem; } .mobile-lg\:margin-right-neg-1{ margin-right:-0.5rem; } .mobile-lg\:margin-left-neg-1{ margin-left:-0.5rem; } .mobile-lg\:margin-x-neg-105{ margin-left:-0.75rem; margin-right:-0.75rem; } .mobile-lg\:margin-right-neg-105{ margin-right:-0.75rem; } .mobile-lg\:margin-left-neg-105{ margin-left:-0.75rem; } .mobile-lg\:margin-x-neg-2{ margin-left:-1rem; margin-right:-1rem; } .mobile-lg\:margin-right-neg-2{ margin-right:-1rem; } .mobile-lg\:margin-left-neg-2{ margin-left:-1rem; } .mobile-lg\:margin-x-neg-205{ margin-left:-1.25rem; margin-right:-1.25rem; } .mobile-lg\:margin-right-neg-205{ margin-right:-1.25rem; } .mobile-lg\:margin-left-neg-205{ margin-left:-1.25rem; } .mobile-lg\:margin-x-neg-3{ margin-left:-1.5rem; margin-right:-1.5rem; } .mobile-lg\:margin-right-neg-3{ margin-right:-1.5rem; } .mobile-lg\:margin-left-neg-3{ margin-left:-1.5rem; } .mobile-lg\:margin-x-4{ margin-left:2rem; margin-right:2rem; } .mobile-lg\:margin-right-4{ margin-right:2rem; } .mobile-lg\:margin-left-4{ margin-left:2rem; } .mobile-lg\:margin-x-5{ margin-left:2.5rem; margin-right:2.5rem; } .mobile-lg\:margin-right-5{ margin-right:2.5rem; } .mobile-lg\:margin-left-5{ margin-left:2.5rem; } .mobile-lg\:margin-x-6{ margin-left:3rem; margin-right:3rem; } .mobile-lg\:margin-right-6{ margin-right:3rem; } .mobile-lg\:margin-left-6{ margin-left:3rem; } .mobile-lg\:margin-x-7{ margin-left:3.5rem; margin-right:3.5rem; } .mobile-lg\:margin-right-7{ margin-right:3.5rem; } .mobile-lg\:margin-left-7{ margin-left:3.5rem; } .mobile-lg\:margin-x-8{ margin-left:4rem; margin-right:4rem; } .mobile-lg\:margin-right-8{ margin-right:4rem; } .mobile-lg\:margin-left-8{ margin-left:4rem; } .mobile-lg\:margin-x-9{ margin-left:4.5rem; margin-right:4.5rem; } .mobile-lg\:margin-right-9{ margin-right:4.5rem; } .mobile-lg\:margin-left-9{ margin-left:4.5rem; } .mobile-lg\:margin-x-10{ margin-left:5rem; margin-right:5rem; } .mobile-lg\:margin-right-10{ margin-right:5rem; } .mobile-lg\:margin-left-10{ margin-left:5rem; } .mobile-lg\:margin-x-15{ margin-left:7.5rem; margin-right:7.5rem; } .mobile-lg\:margin-right-15{ margin-right:7.5rem; } .mobile-lg\:margin-left-15{ margin-left:7.5rem; } .mobile-lg\:margin-x-05em{ margin-left:0.5em; margin-right:0.5em; } .mobile-lg\:margin-right-05em{ margin-right:0.5em; } .mobile-lg\:margin-left-05em{ margin-left:0.5em; } .mobile-lg\:margin-x-1em{ margin-left:1em; margin-right:1em; } .mobile-lg\:margin-right-1em{ margin-right:1em; } .mobile-lg\:margin-left-1em{ margin-left:1em; } .mobile-lg\:margin-x-105em{ margin-left:1.5em; margin-right:1.5em; } .mobile-lg\:margin-right-105em{ margin-right:1.5em; } .mobile-lg\:margin-left-105em{ margin-left:1.5em; } .mobile-lg\:margin-x-2em{ margin-left:2em; margin-right:2em; } .mobile-lg\:margin-right-2em{ margin-right:2em; } .mobile-lg\:margin-left-2em{ margin-left:2em; } .mobile-lg\:margin-x-0{ margin-left:0; margin-right:0; } .mobile-lg\:margin-right-0{ margin-right:0; } .mobile-lg\:margin-left-0{ margin-left:0; } .mobile-lg\:margin-x-auto{ margin-left:auto; margin-right:auto; } .mobile-lg\:margin-right-auto{ margin-right:auto; } .mobile-lg\:margin-left-auto{ margin-left:auto; } .mobile-lg\:measure-1{ max-width:44ex; } .mobile-lg\:measure-2{ max-width:60ex; } .mobile-lg\:measure-3{ max-width:64ex; } .mobile-lg\:measure-4{ max-width:68ex; } .mobile-lg\:measure-5{ max-width:72ex; } .mobile-lg\:measure-6{ max-width:88ex; } .mobile-lg\:measure-none{ max-width:none; } .mobile-lg\:order-first{ -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1; } .mobile-lg\:order-last{ -webkit-box-ordinal-group:1000; -ms-flex-order:999; order:999; } .mobile-lg\:order-initial{ -webkit-box-ordinal-group:initial; -ms-flex-order:initial; order:initial; } .mobile-lg\:order-0{ -webkit-box-ordinal-group:1; -ms-flex-order:0; order:0; } .mobile-lg\:order-1{ -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; } .mobile-lg\:order-2{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .mobile-lg\:order-3{ -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; } .mobile-lg\:order-4{ -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; } .mobile-lg\:order-5{ -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; } .mobile-lg\:order-6{ -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; } .mobile-lg\:order-7{ -webkit-box-ordinal-group:8; -ms-flex-order:7; order:7; } .mobile-lg\:order-8{ -webkit-box-ordinal-group:9; -ms-flex-order:8; order:8; } .mobile-lg\:order-9{ -webkit-box-ordinal-group:10; -ms-flex-order:9; order:9; } .mobile-lg\:order-10{ -webkit-box-ordinal-group:11; -ms-flex-order:10; order:10; } .mobile-lg\:order-11{ -webkit-box-ordinal-group:12; -ms-flex-order:11; order:11; } .mobile-lg\:padding-1px{ padding:1px; } .mobile-lg\:padding-y-1px{ padding-top:1px; padding-bottom:1px; } .mobile-lg\:padding-x-1px{ padding-left:1px; padding-right:1px; } .mobile-lg\:padding-top-1px{ padding-top:1px; } .mobile-lg\:padding-right-1px{ padding-right:1px; } .mobile-lg\:padding-bottom-1px{ padding-bottom:1px; } .mobile-lg\:padding-left-1px{ padding-left:1px; } .mobile-lg\:padding-2px{ padding:2px; } .mobile-lg\:padding-y-2px{ padding-top:2px; padding-bottom:2px; } .mobile-lg\:padding-x-2px{ padding-left:2px; padding-right:2px; } .mobile-lg\:padding-top-2px{ padding-top:2px; } .mobile-lg\:padding-right-2px{ padding-right:2px; } .mobile-lg\:padding-bottom-2px{ padding-bottom:2px; } .mobile-lg\:padding-left-2px{ padding-left:2px; } .mobile-lg\:padding-05{ padding:0.25rem; } .mobile-lg\:padding-y-05{ padding-top:0.25rem; padding-bottom:0.25rem; } .mobile-lg\:padding-x-05{ padding-left:0.25rem; padding-right:0.25rem; } .mobile-lg\:padding-top-05{ padding-top:0.25rem; } .mobile-lg\:padding-right-05{ padding-right:0.25rem; } .mobile-lg\:padding-bottom-05{ padding-bottom:0.25rem; } .mobile-lg\:padding-left-05{ padding-left:0.25rem; } .mobile-lg\:padding-1{ padding:0.5rem; } .mobile-lg\:padding-y-1{ padding-top:0.5rem; padding-bottom:0.5rem; } .mobile-lg\:padding-x-1{ padding-left:0.5rem; padding-right:0.5rem; } .mobile-lg\:padding-top-1{ padding-top:0.5rem; } .mobile-lg\:padding-right-1{ padding-right:0.5rem; } .mobile-lg\:padding-bottom-1{ padding-bottom:0.5rem; } .mobile-lg\:padding-left-1{ padding-left:0.5rem; } .mobile-lg\:padding-105{ padding:0.75rem; } .mobile-lg\:padding-y-105{ padding-top:0.75rem; padding-bottom:0.75rem; } .mobile-lg\:padding-x-105{ padding-left:0.75rem; padding-right:0.75rem; } .mobile-lg\:padding-top-105{ padding-top:0.75rem; } .mobile-lg\:padding-right-105{ padding-right:0.75rem; } .mobile-lg\:padding-bottom-105{ padding-bottom:0.75rem; } .mobile-lg\:padding-left-105{ padding-left:0.75rem; } .mobile-lg\:padding-2{ padding:1rem; } .mobile-lg\:padding-y-2{ padding-top:1rem; padding-bottom:1rem; } .mobile-lg\:padding-x-2{ padding-left:1rem; padding-right:1rem; } .mobile-lg\:padding-top-2{ padding-top:1rem; } .mobile-lg\:padding-right-2{ padding-right:1rem; } .mobile-lg\:padding-bottom-2{ padding-bottom:1rem; } .mobile-lg\:padding-left-2{ padding-left:1rem; } .mobile-lg\:padding-205{ padding:1.25rem; } .mobile-lg\:padding-y-205{ padding-top:1.25rem; padding-bottom:1.25rem; } .mobile-lg\:padding-x-205{ padding-left:1.25rem; padding-right:1.25rem; } .mobile-lg\:padding-top-205{ padding-top:1.25rem; } .mobile-lg\:padding-right-205{ padding-right:1.25rem; } .mobile-lg\:padding-bottom-205{ padding-bottom:1.25rem; } .mobile-lg\:padding-left-205{ padding-left:1.25rem; } .mobile-lg\:padding-3{ padding:1.5rem; } .mobile-lg\:padding-y-3{ padding-top:1.5rem; padding-bottom:1.5rem; } .mobile-lg\:padding-x-3{ padding-left:1.5rem; padding-right:1.5rem; } .mobile-lg\:padding-top-3{ padding-top:1.5rem; } .mobile-lg\:padding-right-3{ padding-right:1.5rem; } .mobile-lg\:padding-bottom-3{ padding-bottom:1.5rem; } .mobile-lg\:padding-left-3{ padding-left:1.5rem; } .mobile-lg\:padding-4{ padding:2rem; } .mobile-lg\:padding-y-4{ padding-top:2rem; padding-bottom:2rem; } .mobile-lg\:padding-x-4{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:padding-top-4{ padding-top:2rem; } .mobile-lg\:padding-right-4{ padding-right:2rem; } .mobile-lg\:padding-bottom-4{ padding-bottom:2rem; } .mobile-lg\:padding-left-4{ padding-left:2rem; } .mobile-lg\:padding-5{ padding:2.5rem; } .mobile-lg\:padding-y-5{ padding-top:2.5rem; padding-bottom:2.5rem; } .mobile-lg\:padding-x-5{ padding-left:2.5rem; padding-right:2.5rem; } .mobile-lg\:padding-top-5{ padding-top:2.5rem; } .mobile-lg\:padding-right-5{ padding-right:2.5rem; } .mobile-lg\:padding-bottom-5{ padding-bottom:2.5rem; } .mobile-lg\:padding-left-5{ padding-left:2.5rem; } .mobile-lg\:padding-6{ padding:3rem; } .mobile-lg\:padding-y-6{ padding-top:3rem; padding-bottom:3rem; } .mobile-lg\:padding-x-6{ padding-left:3rem; padding-right:3rem; } .mobile-lg\:padding-top-6{ padding-top:3rem; } .mobile-lg\:padding-right-6{ padding-right:3rem; } .mobile-lg\:padding-bottom-6{ padding-bottom:3rem; } .mobile-lg\:padding-left-6{ padding-left:3rem; } .mobile-lg\:padding-7{ padding:3.5rem; } .mobile-lg\:padding-y-7{ padding-top:3.5rem; padding-bottom:3.5rem; } .mobile-lg\:padding-x-7{ padding-left:3.5rem; padding-right:3.5rem; } .mobile-lg\:padding-top-7{ padding-top:3.5rem; } .mobile-lg\:padding-right-7{ padding-right:3.5rem; } .mobile-lg\:padding-bottom-7{ padding-bottom:3.5rem; } .mobile-lg\:padding-left-7{ padding-left:3.5rem; } .mobile-lg\:padding-8{ padding:4rem; } .mobile-lg\:padding-y-8{ padding-top:4rem; padding-bottom:4rem; } .mobile-lg\:padding-x-8{ padding-left:4rem; padding-right:4rem; } .mobile-lg\:padding-top-8{ padding-top:4rem; } .mobile-lg\:padding-right-8{ padding-right:4rem; } .mobile-lg\:padding-bottom-8{ padding-bottom:4rem; } .mobile-lg\:padding-left-8{ padding-left:4rem; } .mobile-lg\:padding-9{ padding:4.5rem; } .mobile-lg\:padding-y-9{ padding-top:4.5rem; padding-bottom:4.5rem; } .mobile-lg\:padding-x-9{ padding-left:4.5rem; padding-right:4.5rem; } .mobile-lg\:padding-top-9{ padding-top:4.5rem; } .mobile-lg\:padding-right-9{ padding-right:4.5rem; } .mobile-lg\:padding-bottom-9{ padding-bottom:4.5rem; } .mobile-lg\:padding-left-9{ padding-left:4.5rem; } .mobile-lg\:padding-10{ padding:5rem; } .mobile-lg\:padding-y-10{ padding-top:5rem; padding-bottom:5rem; } .mobile-lg\:padding-x-10{ padding-left:5rem; padding-right:5rem; } .mobile-lg\:padding-top-10{ padding-top:5rem; } .mobile-lg\:padding-right-10{ padding-right:5rem; } .mobile-lg\:padding-bottom-10{ padding-bottom:5rem; } .mobile-lg\:padding-left-10{ padding-left:5rem; } .mobile-lg\:padding-15{ padding:7.5rem; } .mobile-lg\:padding-y-15{ padding-top:7.5rem; padding-bottom:7.5rem; } .mobile-lg\:padding-x-15{ padding-left:7.5rem; padding-right:7.5rem; } .mobile-lg\:padding-top-15{ padding-top:7.5rem; } .mobile-lg\:padding-right-15{ padding-right:7.5rem; } .mobile-lg\:padding-bottom-15{ padding-bottom:7.5rem; } .mobile-lg\:padding-left-15{ padding-left:7.5rem; } .mobile-lg\:padding-0{ padding:0; } .mobile-lg\:padding-y-0{ padding-top:0; padding-bottom:0; } .mobile-lg\:padding-x-0{ padding-left:0; padding-right:0; } .mobile-lg\:padding-top-0{ padding-top:0; } .mobile-lg\:padding-right-0{ padding-right:0; } .mobile-lg\:padding-bottom-0{ padding-bottom:0; } .mobile-lg\:padding-left-0{ padding-left:0; } } @media all and (min-width: 40em){ .tablet\:grid-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-card{ margin-left:auto; margin-right:auto; max-width:10rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-card-lg{ margin-left:auto; margin-right:auto; max-width:15rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-mobile{ margin-left:auto; margin-right:auto; max-width:20rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-mobile-lg{ margin-left:auto; margin-right:auto; max-width:30rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-tablet{ margin-left:auto; margin-right:auto; max-width:40rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-tablet-lg{ margin-left:auto; margin-right:auto; max-width:55rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-desktop{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-desktop-lg{ margin-left:auto; margin-right:auto; max-width:75rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-widescreen{ margin-left:auto; margin-right:auto; max-width:87.5rem; padding-left:1rem; padding-right:1rem; } .grid-row.tablet\:grid-gap-0{ margin-left:0; margin-right:0; } .grid-row.tablet\:grid-gap-0 > *{ padding-left:0; padding-right:0; } .grid-row.tablet\:grid-gap-2px{ margin-left:-1px; margin-right:-1px; } .grid-row.tablet\:grid-gap-2px > *{ padding-left:1px; padding-right:1px; } .grid-row.tablet\:grid-gap-05{ margin-left:-2px; margin-right:-2px; } .grid-row.tablet\:grid-gap-05 > *{ padding-left:2px; padding-right:2px; } .grid-row.tablet\:grid-gap-1{ margin-left:-0.25rem; margin-right:-0.25rem; } .grid-row.tablet\:grid-gap-1 > *{ padding-left:0.25rem; padding-right:0.25rem; } .grid-row.tablet\:grid-gap-2{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.tablet\:grid-gap-2 > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.tablet\:grid-gap-3{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.tablet\:grid-gap-3 > *{ padding-left:0.75rem; padding-right:0.75rem; } .grid-row.tablet\:grid-gap-4{ margin-left:-1rem; margin-right:-1rem; } .grid-row.tablet\:grid-gap-4 > *{ padding-left:1rem; padding-right:1rem; } .grid-row.tablet\:grid-gap-5{ margin-left:-1.25rem; margin-right:-1.25rem; } .grid-row.tablet\:grid-gap-5 > *{ padding-left:1.25rem; padding-right:1.25rem; } .grid-row.tablet\:grid-gap-6{ margin-left:-1.5rem; margin-right:-1.5rem; } .grid-row.tablet\:grid-gap-6 > *{ padding-left:1.5rem; padding-right:1.5rem; } .grid-row.tablet\:grid-gap-sm{ margin-left:-1px; margin-right:-1px; } .grid-row.tablet\:grid-gap-sm > *{ padding-left:1px; padding-right:1px; } .grid-row.tablet\:grid-gap-md{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.tablet\:grid-gap-md > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.tablet\:grid-gap-lg{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.tablet\:grid-gap-lg > *{ padding-left:0.75rem; padding-right:0.75rem; } .tablet\:grid-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .tablet\:grid-col-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .tablet\:grid-col-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:100%; } .tablet\:grid-col-1{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:8.33333%; } .tablet\:grid-col-2{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:16.66667%; } .tablet\:grid-col-3{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:25%; } .tablet\:grid-col-4{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:33.33333%; } .tablet\:grid-col-5{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:41.66667%; } .tablet\:grid-col-6{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:50%; } .tablet\:grid-col-7{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:58.33333%; } .tablet\:grid-col-8{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:66.66667%; } .tablet\:grid-col-9{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:75%; } .tablet\:grid-col-10{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:83.33333%; } .tablet\:grid-col-11{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:91.66667%; } .tablet\:grid-col-12{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:100%; } .tablet\:grid-offset-1{ margin-left:8.33333%; } .tablet\:grid-offset-2{ margin-left:16.66667%; } .tablet\:grid-offset-3{ margin-left:25%; } .tablet\:grid-offset-4{ margin-left:33.33333%; } .tablet\:grid-offset-5{ margin-left:41.66667%; } .tablet\:grid-offset-6{ margin-left:50%; } .tablet\:grid-offset-7{ margin-left:58.33333%; } .tablet\:grid-offset-8{ margin-left:66.66667%; } .tablet\:grid-offset-9{ margin-left:75%; } .tablet\:grid-offset-10{ margin-left:83.33333%; } .tablet\:grid-offset-11{ margin-left:91.66667%; } .tablet\:grid-offset-12{ margin-left:100%; } .tablet\:grid-offset-none{ margin-left:0; } .usa-display{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:2.93rem; line-height:1.2; font-weight:bold; } * + .usa-display{ margin-top:1.5em; } .usa-display + *{ margin-top:1em; } .usa-banner{ font-size:0.87rem; padding-bottom:0; } .usa-banner__content{ padding-bottom:1.5rem; padding-top:1.5rem; } .usa-banner__guidance{ padding-top:0; } .usa-banner__inner{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .usa-banner__header{ padding-bottom:0.25rem; padding-top:0.25rem; min-height:0; } .usa-banner__header--expanded .usa-banner__header-close-text{ display:none; } .usa-banner__header-action{ display:none; } .usa-banner__header-flag{ margin-right:0.5rem; padding-top:0; } .usa-banner__header--expanded{ background-color:transparent; color:#1b1b1b; display:block; font-size:0.8rem; font-weight:normal; min-height:0; padding-right:0; } .usa-banner__header--expanded .usa-banner__inner{ margin-left:auto; } .usa-banner__button{ position:static; bottom:auto; left:auto; right:auto; top:auto; display:inline; margin-left:0.5rem; position:relative; } .usa-banner__button::after{ background-image:url("../img/angle-arrow-down-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-repeat:no-repeat; background-size:0.5rem; content:""; display:inline-block; height:0.5rem; width:0.5rem; margin-left:2px; } .usa-banner__button:hover::after{ background-image:url("../img/angle-arrow-down-primary-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-banner__button:hover{ color:#162e51; } .usa-banner__button[aria-expanded="true"]{ height:auto; padding:0; position:relative; } .usa-banner__button[aria-expanded="true"]::after{ background-image:url("../img/angle-arrow-up-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-up-primary.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-repeat:no-repeat; background-size:0.5rem; content:""; display:inline-block; height:0.5rem; width:0.5rem; margin-left:2px; } .usa-banner__button[aria-expanded="true"]:hover::after{ background-image:url("../img/angle-arrow-up-primary-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-up-primary-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-banner__button[aria-expanded="true"]::after{ position:static; } .usa-banner__button-text{ position:static; display:inline; } .usa-footer--big .usa-footer__nav{ margin-left:0; margin-right:0; padding-left:0; padding-right:0; border-bottom:none; } .usa-graphic-list .usa-graphic-list__row .usa-media-block{ margin-bottom:4rem; } .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block{ margin-bottom:0; } .usa-hero__callout{ max-width:20rem; } .usa-section{ padding-bottom:4rem; padding-top:4rem; } .usa-sidenav .usa-current{ position:relative; } .usa-sidenav .usa-current::after{ background-color:#005ea2; border-radius:99rem; content:""; display:block; position:absolute; bottom:0.25rem; top:0.25rem; width:0.25rem; left:0; } .grid-container .usa-sidenav{ margin-left:0; margin-right:0; } .usa-sidenav__sublist .usa-current::after{ display:none; } .tablet\:border-1px{ border:1px solid; } .tablet\:border-1px .tablet\:hover\:border-1px:hover{ border:1px solid; } .tablet\:border-y-1px{ border-top:1px solid; border-bottom:1px solid; } .tablet\:border-y-1px .tablet\:hover\:border-y-1px:hover{ border-top:1px solid; border-bottom:1px solid; } .tablet\:border-x-1px{ border-left:1px solid; border-right:1px solid; } .tablet\:border-x-1px .tablet\:hover\:border-x-1px:hover{ border-left:1px solid; border-right:1px solid; } .tablet\:border-top-1px{ border-top:1px solid; } .tablet\:border-top-1px .tablet\:hover\:border-top-1px:hover{ border-top:1px solid; } .tablet\:border-right-1px{ border-right:1px solid; } .tablet\:border-right-1px .tablet\:hover\:border-right-1px:hover{ border-right:1px solid; } .tablet\:border-bottom-1px{ border-bottom:1px solid; } .tablet\:border-bottom-1px .tablet\:hover\:border-bottom-1px:hover{ border-bottom:1px solid; } .tablet\:border-left-1px{ border-left:1px solid; } .tablet\:border-left-1px .tablet\:hover\:border-left-1px:hover{ border-left:1px solid; } .tablet\:border-2px{ border:2px solid; } .tablet\:border-2px .tablet\:hover\:border-2px:hover{ border:2px solid; } .tablet\:border-y-2px{ border-top:2px solid; border-bottom:2px solid; } .tablet\:border-y-2px .tablet\:hover\:border-y-2px:hover{ border-top:2px solid; border-bottom:2px solid; } .tablet\:border-x-2px{ border-left:2px solid; border-right:2px solid; } .tablet\:border-x-2px .tablet\:hover\:border-x-2px:hover{ border-left:2px solid; border-right:2px solid; } .tablet\:border-top-2px{ border-top:2px solid; } .tablet\:border-top-2px .tablet\:hover\:border-top-2px:hover{ border-top:2px solid; } .tablet\:border-right-2px{ border-right:2px solid; } .tablet\:border-right-2px .tablet\:hover\:border-right-2px:hover{ border-right:2px solid; } .tablet\:border-bottom-2px{ border-bottom:2px solid; } .tablet\:border-bottom-2px .tablet\:hover\:border-bottom-2px:hover{ border-bottom:2px solid; } .tablet\:border-left-2px{ border-left:2px solid; } .tablet\:border-left-2px .tablet\:hover\:border-left-2px:hover{ border-left:2px solid; } .tablet\:border-05{ border:0.25rem solid; } .tablet\:border-05 .tablet\:hover\:border-05:hover{ border:0.25rem solid; } .tablet\:border-y-05{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .tablet\:border-y-05 .tablet\:hover\:border-y-05:hover{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .tablet\:border-x-05{ border-left:0.25rem solid; border-right:0.25rem solid; } .tablet\:border-x-05 .tablet\:hover\:border-x-05:hover{ border-left:0.25rem solid; border-right:0.25rem solid; } .tablet\:border-top-05{ border-top:0.25rem solid; } .tablet\:border-top-05 .tablet\:hover\:border-top-05:hover{ border-top:0.25rem solid; } .tablet\:border-right-05{ border-right:0.25rem solid; } .tablet\:border-right-05 .tablet\:hover\:border-right-05:hover{ border-right:0.25rem solid; } .tablet\:border-bottom-05{ border-bottom:0.25rem solid; } .tablet\:border-bottom-05 .tablet\:hover\:border-bottom-05:hover{ border-bottom:0.25rem solid; } .tablet\:border-left-05{ border-left:0.25rem solid; } .tablet\:border-left-05 .tablet\:hover\:border-left-05:hover{ border-left:0.25rem solid; } .tablet\:border-1{ border:0.5rem solid; } .tablet\:border-1 .tablet\:hover\:border-1:hover{ border:0.5rem solid; } .tablet\:border-y-1{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .tablet\:border-y-1 .tablet\:hover\:border-y-1:hover{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .tablet\:border-x-1{ border-left:0.5rem solid; border-right:0.5rem solid; } .tablet\:border-x-1 .tablet\:hover\:border-x-1:hover{ border-left:0.5rem solid; border-right:0.5rem solid; } .tablet\:border-top-1{ border-top:0.5rem solid; } .tablet\:border-top-1 .tablet\:hover\:border-top-1:hover{ border-top:0.5rem solid; } .tablet\:border-right-1{ border-right:0.5rem solid; } .tablet\:border-right-1 .tablet\:hover\:border-right-1:hover{ border-right:0.5rem solid; } .tablet\:border-bottom-1{ border-bottom:0.5rem solid; } .tablet\:border-bottom-1 .tablet\:hover\:border-bottom-1:hover{ border-bottom:0.5rem solid; } .tablet\:border-left-1{ border-left:0.5rem solid; } .tablet\:border-left-1 .tablet\:hover\:border-left-1:hover{ border-left:0.5rem solid; } .tablet\:border-105{ border:0.75rem solid; } .tablet\:border-105 .tablet\:hover\:border-105:hover{ border:0.75rem solid; } .tablet\:border-y-105{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .tablet\:border-y-105 .tablet\:hover\:border-y-105:hover{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .tablet\:border-x-105{ border-left:0.75rem solid; border-right:0.75rem solid; } .tablet\:border-x-105 .tablet\:hover\:border-x-105:hover{ border-left:0.75rem solid; border-right:0.75rem solid; } .tablet\:border-top-105{ border-top:0.75rem solid; } .tablet\:border-top-105 .tablet\:hover\:border-top-105:hover{ border-top:0.75rem solid; } .tablet\:border-right-105{ border-right:0.75rem solid; } .tablet\:border-right-105 .tablet\:hover\:border-right-105:hover{ border-right:0.75rem solid; } .tablet\:border-bottom-105{ border-bottom:0.75rem solid; } .tablet\:border-bottom-105 .tablet\:hover\:border-bottom-105:hover{ border-bottom:0.75rem solid; } .tablet\:border-left-105{ border-left:0.75rem solid; } .tablet\:border-left-105 .tablet\:hover\:border-left-105:hover{ border-left:0.75rem solid; } .tablet\:border-2{ border:1rem solid; } .tablet\:border-2 .tablet\:hover\:border-2:hover{ border:1rem solid; } .tablet\:border-y-2{ border-top:1rem solid; border-bottom:1rem solid; } .tablet\:border-y-2 .tablet\:hover\:border-y-2:hover{ border-top:1rem solid; border-bottom:1rem solid; } .tablet\:border-x-2{ border-left:1rem solid; border-right:1rem solid; } .tablet\:border-x-2 .tablet\:hover\:border-x-2:hover{ border-left:1rem solid; border-right:1rem solid; } .tablet\:border-top-2{ border-top:1rem solid; } .tablet\:border-top-2 .tablet\:hover\:border-top-2:hover{ border-top:1rem solid; } .tablet\:border-right-2{ border-right:1rem solid; } .tablet\:border-right-2 .tablet\:hover\:border-right-2:hover{ border-right:1rem solid; } .tablet\:border-bottom-2{ border-bottom:1rem solid; } .tablet\:border-bottom-2 .tablet\:hover\:border-bottom-2:hover{ border-bottom:1rem solid; } .tablet\:border-left-2{ border-left:1rem solid; } .tablet\:border-left-2 .tablet\:hover\:border-left-2:hover{ border-left:1rem solid; } .tablet\:border-205{ border:1.25rem solid; } .tablet\:border-205 .tablet\:hover\:border-205:hover{ border:1.25rem solid; } .tablet\:border-y-205{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .tablet\:border-y-205 .tablet\:hover\:border-y-205:hover{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .tablet\:border-x-205{ border-left:1.25rem solid; border-right:1.25rem solid; } .tablet\:border-x-205 .tablet\:hover\:border-x-205:hover{ border-left:1.25rem solid; border-right:1.25rem solid; } .tablet\:border-top-205{ border-top:1.25rem solid; } .tablet\:border-top-205 .tablet\:hover\:border-top-205:hover{ border-top:1.25rem solid; } .tablet\:border-right-205{ border-right:1.25rem solid; } .tablet\:border-right-205 .tablet\:hover\:border-right-205:hover{ border-right:1.25rem solid; } .tablet\:border-bottom-205{ border-bottom:1.25rem solid; } .tablet\:border-bottom-205 .tablet\:hover\:border-bottom-205:hover{ border-bottom:1.25rem solid; } .tablet\:border-left-205{ border-left:1.25rem solid; } .tablet\:border-left-205 .tablet\:hover\:border-left-205:hover{ border-left:1.25rem solid; } .tablet\:border-3{ border:1.5rem solid; } .tablet\:border-3 .tablet\:hover\:border-3:hover{ border:1.5rem solid; } .tablet\:border-y-3{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .tablet\:border-y-3 .tablet\:hover\:border-y-3:hover{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .tablet\:border-x-3{ border-left:1.5rem solid; border-right:1.5rem solid; } .tablet\:border-x-3 .tablet\:hover\:border-x-3:hover{ border-left:1.5rem solid; border-right:1.5rem solid; } .tablet\:border-top-3{ border-top:1.5rem solid; } .tablet\:border-top-3 .tablet\:hover\:border-top-3:hover{ border-top:1.5rem solid; } .tablet\:border-right-3{ border-right:1.5rem solid; } .tablet\:border-right-3 .tablet\:hover\:border-right-3:hover{ border-right:1.5rem solid; } .tablet\:border-bottom-3{ border-bottom:1.5rem solid; } .tablet\:border-bottom-3 .tablet\:hover\:border-bottom-3:hover{ border-bottom:1.5rem solid; } .tablet\:border-left-3{ border-left:1.5rem solid; } .tablet\:border-left-3 .tablet\:hover\:border-left-3:hover{ border-left:1.5rem solid; } .tablet\:border-0{ border:0 solid; } .tablet\:border-0 .tablet\:hover\:border-0:hover{ border:0 solid; } .tablet\:border-y-0{ border-top:0 solid; border-bottom:0 solid; } .tablet\:border-y-0 .tablet\:hover\:border-y-0:hover{ border-top:0 solid; border-bottom:0 solid; } .tablet\:border-x-0{ border-left:0 solid; border-right:0 solid; } .tablet\:border-x-0 .tablet\:hover\:border-x-0:hover{ border-left:0 solid; border-right:0 solid; } .tablet\:border-top-0{ border-top:0 solid; } .tablet\:border-top-0 .tablet\:hover\:border-top-0:hover{ border-top:0 solid; } .tablet\:border-right-0{ border-right:0 solid; } .tablet\:border-right-0 .tablet\:hover\:border-right-0:hover{ border-right:0 solid; } .tablet\:border-bottom-0{ border-bottom:0 solid; } .tablet\:border-bottom-0 .tablet\:hover\:border-bottom-0:hover{ border-bottom:0 solid; } .tablet\:border-left-0{ border-left:0 solid; } .tablet\:border-left-0 .tablet\:hover\:border-left-0:hover{ border-left:0 solid; } .tablet\:border{ border:1px solid; } .tablet\:border .tablet\:hover\:border:hover{ border:1px solid; } .tablet\:border-y{ border-top:1px solid; border-bottom:1px solid; } .tablet\:border-y .tablet\:hover\:border-y:hover{ border-top:1px solid; border-bottom:1px solid; } .tablet\:border-x{ border-left:1px solid; border-right:1px solid; } .tablet\:border-x .tablet\:hover\:border-x:hover{ border-left:1px solid; border-right:1px solid; } .tablet\:border-top{ border-top:1px solid; } .tablet\:border-top .tablet\:hover\:border-top:hover{ border-top:1px solid; } .tablet\:border-right{ border-right:1px solid; } .tablet\:border-right .tablet\:hover\:border-right:hover{ border-right:1px solid; } .tablet\:border-bottom{ border-bottom:1px solid; } .tablet\:border-bottom .tablet\:hover\:border-bottom:hover{ border-bottom:1px solid; } .tablet\:border-left{ border-left:1px solid; } .tablet\:border-left .tablet\:hover\:border-left:hover{ border-left:1px solid; } .tablet\:border-transparent{ border-color:transparent; } .tablet\:border-transparent .tablet\:hover\:border-transparent:hover{ border-color:transparent; } .tablet\:border-black{ border-color:black; } .tablet\:border-black .tablet\:hover\:border-black:hover{ border-color:black; } .tablet\:border-white{ border-color:white; } .tablet\:border-white .tablet\:hover\:border-white:hover{ border-color:white; } .tablet\:border-red{ border-color:#e52207; } .tablet\:border-red .tablet\:hover\:border-red:hover{ border-color:#e52207; } .tablet\:border-orange{ border-color:#e66f0e; } .tablet\:border-orange .tablet\:hover\:border-orange:hover{ border-color:#e66f0e; } .tablet\:border-gold{ border-color:#ffbe2e; } .tablet\:border-gold .tablet\:hover\:border-gold:hover{ border-color:#ffbe2e; } .tablet\:border-yellow{ border-color:#fee685; } .tablet\:border-yellow .tablet\:hover\:border-yellow:hover{ border-color:#fee685; } .tablet\:border-green{ border-color:#538200; } .tablet\:border-green .tablet\:hover\:border-green:hover{ border-color:#538200; } .tablet\:border-mint{ border-color:#04c585; } .tablet\:border-mint .tablet\:hover\:border-mint:hover{ border-color:#04c585; } .tablet\:border-cyan{ border-color:#009ec1; } .tablet\:border-cyan .tablet\:hover\:border-cyan:hover{ border-color:#009ec1; } .tablet\:border-blue{ border-color:#0076d6; } .tablet\:border-blue .tablet\:hover\:border-blue:hover{ border-color:#0076d6; } .tablet\:border-indigo{ border-color:#676cc8; } .tablet\:border-indigo .tablet\:hover\:border-indigo:hover{ border-color:#676cc8; } .tablet\:border-violet{ border-color:#8168b3; } .tablet\:border-violet .tablet\:hover\:border-violet:hover{ border-color:#8168b3; } .tablet\:border-magenta{ border-color:#d72d79; } .tablet\:border-magenta .tablet\:hover\:border-magenta:hover{ border-color:#d72d79; } .tablet\:border-gray-5{ border-color:#f0f0f0; } .tablet\:border-gray-5 .tablet\:hover\:border-gray-5:hover{ border-color:#f0f0f0; } .tablet\:border-gray-10{ border-color:#e6e6e6; } .tablet\:border-gray-10 .tablet\:hover\:border-gray-10:hover{ border-color:#e6e6e6; } .tablet\:border-gray-30{ border-color:#adadad; } .tablet\:border-gray-30 .tablet\:hover\:border-gray-30:hover{ border-color:#adadad; } .tablet\:border-gray-50{ border-color:#757575; } .tablet\:border-gray-50 .tablet\:hover\:border-gray-50:hover{ border-color:#757575; } .tablet\:border-gray-70{ border-color:#454545; } .tablet\:border-gray-70 .tablet\:hover\:border-gray-70:hover{ border-color:#454545; } .tablet\:border-gray-90{ border-color:#1b1b1b; } .tablet\:border-gray-90 .tablet\:hover\:border-gray-90:hover{ border-color:#1b1b1b; } .tablet\:border-base-lightest{ border-color:#f0f0f0; } .tablet\:border-base-lightest .tablet\:hover\:border-base-lightest:hover{ border-color:#f0f0f0; } .tablet\:border-base-lighter{ border-color:#dcdee0; } .tablet\:border-base-lighter .tablet\:hover\:border-base-lighter:hover{ border-color:#dcdee0; } .tablet\:border-base-light{ border-color:#a9aeb1; } .tablet\:border-base-light .tablet\:hover\:border-base-light:hover{ border-color:#a9aeb1; } .tablet\:border-base{ border-color:#71767a; } .tablet\:border-base .tablet\:hover\:border-base:hover{ border-color:#71767a; } .tablet\:border-base-dark{ border-color:#565c65; } .tablet\:border-base-dark .tablet\:hover\:border-base-dark:hover{ border-color:#565c65; } .tablet\:border-base-darker{ border-color:#3d4551; } .tablet\:border-base-darker .tablet\:hover\:border-base-darker:hover{ border-color:#3d4551; } .tablet\:border-base-darkest{ border-color:#1b1b1b; } .tablet\:border-base-darkest .tablet\:hover\:border-base-darkest:hover{ border-color:#1b1b1b; } .tablet\:border-ink{ border-color:#1b1b1b; } .tablet\:border-ink .tablet\:hover\:border-ink:hover{ border-color:#1b1b1b; } .tablet\:border-primary-lighter{ border-color:#d9e8f6; } .tablet\:border-primary-lighter .tablet\:hover\:border-primary-lighter:hover{ border-color:#d9e8f6; } .tablet\:border-primary-light{ border-color:#73b3e7; } .tablet\:border-primary-light .tablet\:hover\:border-primary-light:hover{ border-color:#73b3e7; } .tablet\:border-primary{ border-color:#005ea2; } .tablet\:border-primary .tablet\:hover\:border-primary:hover{ border-color:#005ea2; } .tablet\:border-primary-vivid{ border-color:#0050d8; } .tablet\:border-primary-vivid .tablet\:hover\:border-primary-vivid:hover{ border-color:#0050d8; } .tablet\:border-primary-dark{ border-color:#1a4480; } .tablet\:border-primary-dark .tablet\:hover\:border-primary-dark:hover{ border-color:#1a4480; } .tablet\:border-primary-darker{ border-color:#162e51; } .tablet\:border-primary-darker .tablet\:hover\:border-primary-darker:hover{ border-color:#162e51; } .tablet\:border-secondary-lighter{ border-color:#f3e1e4; } .tablet\:border-secondary-lighter .tablet\:hover\:border-secondary-lighter:hover{ border-color:#f3e1e4; } .tablet\:border-secondary-light{ border-color:#f2938c; } .tablet\:border-secondary-light .tablet\:hover\:border-secondary-light:hover{ border-color:#f2938c; } .tablet\:border-secondary{ border-color:#d83933; } .tablet\:border-secondary .tablet\:hover\:border-secondary:hover{ border-color:#d83933; } .tablet\:border-secondary-vivid{ border-color:#e41d3d; } .tablet\:border-secondary-vivid .tablet\:hover\:border-secondary-vivid:hover{ border-color:#e41d3d; } .tablet\:border-secondary-dark{ border-color:#b50909; } .tablet\:border-secondary-dark .tablet\:hover\:border-secondary-dark:hover{ border-color:#b50909; } .tablet\:border-secondary-darker{ border-color:#8b0a03; } .tablet\:border-secondary-darker .tablet\:hover\:border-secondary-darker:hover{ border-color:#8b0a03; } .tablet\:border-accent-warm-darker{ border-color:#775540; } .tablet\:border-accent-warm-darker .tablet\:hover\:border-accent-warm-darker:hover{ border-color:#775540; } .tablet\:border-accent-warm-dark{ border-color:#c05600; } .tablet\:border-accent-warm-dark .tablet\:hover\:border-accent-warm-dark:hover{ border-color:#c05600; } .tablet\:border-accent-warm{ border-color:#fa9441; } .tablet\:border-accent-warm .tablet\:hover\:border-accent-warm:hover{ border-color:#fa9441; } .tablet\:border-accent-warm-light{ border-color:#ffbc78; } .tablet\:border-accent-warm-light .tablet\:hover\:border-accent-warm-light:hover{ border-color:#ffbc78; } .tablet\:border-accent-warm-lighter{ border-color:#f2e4d4; } .tablet\:border-accent-warm-lighter .tablet\:hover\:border-accent-warm-lighter:hover{ border-color:#f2e4d4; } .tablet\:border-accent-cool-darker{ border-color:#07648d; } .tablet\:border-accent-cool-darker .tablet\:hover\:border-accent-cool-darker:hover{ border-color:#07648d; } .tablet\:border-accent-cool-dark{ border-color:#28a0cb; } .tablet\:border-accent-cool-dark .tablet\:hover\:border-accent-cool-dark:hover{ border-color:#28a0cb; } .tablet\:border-accent-cool{ border-color:#00bde3; } .tablet\:border-accent-cool .tablet\:hover\:border-accent-cool:hover{ border-color:#00bde3; } .tablet\:border-accent-cool-light{ border-color:#97d4ea; } .tablet\:border-accent-cool-light .tablet\:hover\:border-accent-cool-light:hover{ border-color:#97d4ea; } .tablet\:border-accent-cool-lighter{ border-color:#e1f3f8; } .tablet\:border-accent-cool-lighter .tablet\:hover\:border-accent-cool-lighter:hover{ border-color:#e1f3f8; } .tablet\:radius-0{ border-radius:0; } .tablet\:radius-top-0{ border-top-left-radius:0; border-top-right-radius:0; } .tablet\:radius-right-0{ border-top-right-radius:0; border-bottom-right-radius:0; } .tablet\:radius-bottom-0{ border-bottom-left-radius:0; border-bottom-right-radius:0; } .tablet\:radius-left-0{ border-top-left-radius:0; border-bottom-left-radius:0; } .tablet\:radius-sm{ border-radius:2px; } .tablet\:radius-top-sm{ border-top-left-radius:2px; border-top-right-radius:2px; } .tablet\:radius-right-sm{ border-top-right-radius:2px; border-bottom-right-radius:2px; } .tablet\:radius-bottom-sm{ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .tablet\:radius-left-sm{ border-top-left-radius:2px; border-bottom-left-radius:2px; } .tablet\:radius-md{ border-radius:0.25rem; } .tablet\:radius-top-md{ border-top-left-radius:0.25rem; border-top-right-radius:0.25rem; } .tablet\:radius-right-md{ border-top-right-radius:0.25rem; border-bottom-right-radius:0.25rem; } .tablet\:radius-bottom-md{ border-bottom-left-radius:0.25rem; border-bottom-right-radius:0.25rem; } .tablet\:radius-left-md{ border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem; } .tablet\:radius-lg{ border-radius:0.5rem; } .tablet\:radius-top-lg{ border-top-left-radius:0.5rem; border-top-right-radius:0.5rem; } .tablet\:radius-right-lg{ border-top-right-radius:0.5rem; border-bottom-right-radius:0.5rem; } .tablet\:radius-bottom-lg{ border-bottom-left-radius:0.5rem; border-bottom-right-radius:0.5rem; } .tablet\:radius-left-lg{ border-top-left-radius:0.5rem; border-bottom-left-radius:0.5rem; } .tablet\:radius-pill{ border-radius:99rem; } .tablet\:radius-top-pill{ border-top-left-radius:99rem; border-top-right-radius:99rem; } .tablet\:radius-right-pill{ border-top-right-radius:99rem; border-bottom-right-radius:99rem; } .tablet\:radius-bottom-pill{ border-bottom-left-radius:99rem; border-bottom-right-radius:99rem; } .tablet\:radius-left-pill{ border-top-left-radius:99rem; border-bottom-left-radius:99rem; } .tablet\:display-block{ display:block; } .tablet\:display-flex{ display:-webkit-box; display:-ms-flexbox; display:flex; } .tablet\:display-none{ display:none; } .tablet\:display-inline{ display:inline; } .tablet\:display-inline-block{ display:inline-block; } .tablet\:display-inline-flex{ display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; } .tablet\:display-table{ display:table; } .tablet\:display-table-cell{ display:table-cell; } .tablet\:display-table-row{ display:table-row; } .tablet\:font-mono-3xs{ font-size:0.77rem; } .tablet\:font-mono-2xs{ font-size:0.83rem; } .tablet\:font-mono-xs{ font-size:0.89rem; } .tablet\:font-mono-sm{ font-size:0.95rem; } .tablet\:font-mono-md{ font-size:1.01rem; } .tablet\:font-mono-lg{ font-size:1.31rem; } .tablet\:font-mono-xl{ font-size:1.91rem; } .tablet\:font-mono-2xl{ font-size:2.38rem; } .tablet\:font-mono-3xl{ font-size:2.86rem; } .tablet\:font-sans-3xs{ font-size:0.87rem; } .tablet\:font-sans-2xs{ font-size:0.93rem; } .tablet\:font-sans-xs{ font-size:1rem; } .tablet\:font-sans-sm{ font-size:1.06rem; } .tablet\:font-sans-md{ font-size:1.13rem; } .tablet\:font-sans-lg{ font-size:1.46rem; } .tablet\:font-sans-xl{ font-size:2.13rem; } .tablet\:font-sans-2xl{ font-size:2.66rem; } .tablet\:font-sans-3xl{ font-size:3.19rem; } .tablet\:font-serif-3xs{ font-size:0.79rem; } .tablet\:font-serif-2xs{ font-size:0.85rem; } .tablet\:font-serif-xs{ font-size:0.91rem; } .tablet\:font-serif-sm{ font-size:0.98rem; } .tablet\:font-serif-md{ font-size:1.04rem; } .tablet\:font-serif-lg{ font-size:1.34rem; } .tablet\:font-serif-xl{ font-size:1.95rem; } .tablet\:font-serif-2xl{ font-size:2.44rem; } .tablet\:font-serif-3xl{ font-size:2.93rem; } .tablet\:font-heading-3xs{ font-size:0.79rem; } .tablet\:font-heading-2xs{ font-size:0.85rem; } .tablet\:font-heading-xs{ font-size:0.91rem; } .tablet\:font-heading-sm{ font-size:0.98rem; } .tablet\:font-heading-md{ font-size:1.04rem; } .tablet\:font-heading-lg{ font-size:1.34rem; } .tablet\:font-heading-xl{ font-size:1.95rem; } .tablet\:font-heading-2xl{ font-size:2.44rem; } .tablet\:font-heading-3xl{ font-size:2.93rem; } .tablet\:font-body-3xs{ font-size:0.87rem; } .tablet\:font-body-2xs{ font-size:0.93rem; } .tablet\:font-body-xs{ font-size:1rem; } .tablet\:font-body-sm{ font-size:1.06rem; } .tablet\:font-body-md{ font-size:1.13rem; } .tablet\:font-body-lg{ font-size:1.46rem; } .tablet\:font-body-xl{ font-size:2.13rem; } .tablet\:font-body-2xl{ font-size:2.66rem; } .tablet\:font-body-3xl{ font-size:3.19rem; } .tablet\:font-code-3xs{ font-size:0.77rem; } .tablet\:font-code-2xs{ font-size:0.83rem; } .tablet\:font-code-xs{ font-size:0.89rem; } .tablet\:font-code-sm{ font-size:0.95rem; } .tablet\:font-code-md{ font-size:1.01rem; } .tablet\:font-code-lg{ font-size:1.31rem; } .tablet\:font-code-xl{ font-size:1.91rem; } .tablet\:font-code-2xl{ font-size:2.38rem; } .tablet\:font-code-3xl{ font-size:2.86rem; } .tablet\:font-alt-3xs{ font-size:0.79rem; } .tablet\:font-alt-2xs{ font-size:0.85rem; } .tablet\:font-alt-xs{ font-size:0.91rem; } .tablet\:font-alt-sm{ font-size:0.98rem; } .tablet\:font-alt-md{ font-size:1.04rem; } .tablet\:font-alt-lg{ font-size:1.34rem; } .tablet\:font-alt-xl{ font-size:1.95rem; } .tablet\:font-alt-2xl{ font-size:2.44rem; } .tablet\:font-alt-3xl{ font-size:2.93rem; } .tablet\:font-ui-3xs{ font-size:0.87rem; } .tablet\:font-ui-2xs{ font-size:0.93rem; } .tablet\:font-ui-xs{ font-size:1rem; } .tablet\:font-ui-sm{ font-size:1.06rem; } .tablet\:font-ui-md{ font-size:1.13rem; } .tablet\:font-ui-lg{ font-size:1.46rem; } .tablet\:font-ui-xl{ font-size:2.13rem; } .tablet\:font-ui-2xl{ font-size:2.66rem; } .tablet\:font-ui-3xl{ font-size:3.19rem; } .tablet\:text-light{ font-weight:300; } .tablet\:text-normal{ font-weight:normal; } .tablet\:text-bold{ font-weight:bold; } .tablet\:flex-justify-center{ -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .tablet\:flex-justify-start{ -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .tablet\:flex-justify-end{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .tablet\:flex-justify{ -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .tablet\:line-height-sans-1{ line-height:0.9; } .tablet\:line-height-sans-2{ line-height:1.1; } .tablet\:line-height-sans-3{ line-height:1.3; } .tablet\:line-height-sans-4{ line-height:1.4; } .tablet\:line-height-sans-5{ line-height:1.5; } .tablet\:line-height-sans-6{ line-height:1.6; } .tablet\:line-height-serif-1{ line-height:1; } .tablet\:line-height-serif-2{ line-height:1.2; } .tablet\:line-height-serif-3{ line-height:1.4; } .tablet\:line-height-serif-4{ line-height:1.5; } .tablet\:line-height-serif-5{ line-height:1.7; } .tablet\:line-height-serif-6{ line-height:1.8; } .tablet\:line-height-mono-1{ line-height:1; } .tablet\:line-height-mono-2{ line-height:1.3; } .tablet\:line-height-mono-3{ line-height:1.4; } .tablet\:line-height-mono-4{ line-height:1.6; } .tablet\:line-height-mono-5{ line-height:1.7; } .tablet\:line-height-mono-6{ line-height:1.8; } .tablet\:line-height-heading-1{ line-height:1; } .tablet\:line-height-heading-2{ line-height:1.2; } .tablet\:line-height-heading-3{ line-height:1.4; } .tablet\:line-height-heading-4{ line-height:1.5; } .tablet\:line-height-heading-5{ line-height:1.7; } .tablet\:line-height-heading-6{ line-height:1.8; } .tablet\:line-height-ui-1{ line-height:0.9; } .tablet\:line-height-ui-2{ line-height:1.1; } .tablet\:line-height-ui-3{ line-height:1.3; } .tablet\:line-height-ui-4{ line-height:1.4; } .tablet\:line-height-ui-5{ line-height:1.5; } .tablet\:line-height-ui-6{ line-height:1.6; } .tablet\:line-height-body-1{ line-height:0.9; } .tablet\:line-height-body-2{ line-height:1.1; } .tablet\:line-height-body-3{ line-height:1.3; } .tablet\:line-height-body-4{ line-height:1.4; } .tablet\:line-height-body-5{ line-height:1.5; } .tablet\:line-height-body-6{ line-height:1.6; } .tablet\:line-height-code-1{ line-height:1; } .tablet\:line-height-code-2{ line-height:1.3; } .tablet\:line-height-code-3{ line-height:1.4; } .tablet\:line-height-code-4{ line-height:1.6; } .tablet\:line-height-code-5{ line-height:1.7; } .tablet\:line-height-code-6{ line-height:1.8; } .tablet\:line-height-alt-1{ line-height:1; } .tablet\:line-height-alt-2{ line-height:1.2; } .tablet\:line-height-alt-3{ line-height:1.4; } .tablet\:line-height-alt-4{ line-height:1.5; } .tablet\:line-height-alt-5{ line-height:1.7; } .tablet\:line-height-alt-6{ line-height:1.8; } .tablet\:margin-1px{ margin:1px; } .tablet\:margin-2px{ margin:2px; } .tablet\:margin-05{ margin:0.25rem; } .tablet\:margin-1{ margin:0.5rem; } .tablet\:margin-105{ margin:0.75rem; } .tablet\:margin-2{ margin:1rem; } .tablet\:margin-205{ margin:1.25rem; } .tablet\:margin-3{ margin:1.5rem; } .tablet\:margin-4{ margin:2rem; } .tablet\:margin-5{ margin:2.5rem; } .tablet\:margin-6{ margin:3rem; } .tablet\:margin-7{ margin:3.5rem; } .tablet\:margin-8{ margin:4rem; } .tablet\:margin-9{ margin:4.5rem; } .tablet\:margin-10{ margin:5rem; } .tablet\:margin-15{ margin:7.5rem; } .tablet\:margin-05em{ margin:0.5em; } .tablet\:margin-1em{ margin:1em; } .tablet\:margin-105em{ margin:1.5em; } .tablet\:margin-2em{ margin:2em; } .tablet\:margin-0{ margin:0; } .tablet\:margin-y-1px{ margin-top:1px; margin-bottom:1px; } .tablet\:margin-top-1px{ margin-top:1px; } .tablet\:margin-bottom-1px{ margin-bottom:1px; } .tablet\:margin-y-2px{ margin-top:2px; margin-bottom:2px; } .tablet\:margin-top-2px{ margin-top:2px; } .tablet\:margin-bottom-2px{ margin-bottom:2px; } .tablet\:margin-y-05{ margin-top:0.25rem; margin-bottom:0.25rem; } .tablet\:margin-top-05{ margin-top:0.25rem; } .tablet\:margin-bottom-05{ margin-bottom:0.25rem; } .tablet\:margin-y-1{ margin-top:0.5rem; margin-bottom:0.5rem; } .tablet\:margin-top-1{ margin-top:0.5rem; } .tablet\:margin-bottom-1{ margin-bottom:0.5rem; } .tablet\:margin-y-105{ margin-top:0.75rem; margin-bottom:0.75rem; } .tablet\:margin-top-105{ margin-top:0.75rem; } .tablet\:margin-bottom-105{ margin-bottom:0.75rem; } .tablet\:margin-y-2{ margin-top:1rem; margin-bottom:1rem; } .tablet\:margin-top-2{ margin-top:1rem; } .tablet\:margin-bottom-2{ margin-bottom:1rem; } .tablet\:margin-y-205{ margin-top:1.25rem; margin-bottom:1.25rem; } .tablet\:margin-top-205{ margin-top:1.25rem; } .tablet\:margin-bottom-205{ margin-bottom:1.25rem; } .tablet\:margin-y-3{ margin-top:1.5rem; margin-bottom:1.5rem; } .tablet\:margin-top-3{ margin-top:1.5rem; } .tablet\:margin-bottom-3{ margin-bottom:1.5rem; } .tablet\:margin-y-neg-1px{ margin-top:-1px; margin-bottom:-1px; } .tablet\:margin-top-neg-1px{ margin-top:-1px; } .tablet\:margin-bottom-neg-1px{ margin-bottom:-1px; } .tablet\:margin-y-neg-2px{ margin-top:-2px; margin-bottom:-2px; } .tablet\:margin-top-neg-2px{ margin-top:-2px; } .tablet\:margin-bottom-neg-2px{ margin-bottom:-2px; } .tablet\:margin-y-neg-05{ margin-top:-0.25rem; margin-bottom:-0.25rem; } .tablet\:margin-top-neg-05{ margin-top:-0.25rem; } .tablet\:margin-bottom-neg-05{ margin-bottom:-0.25rem; } .tablet\:margin-y-neg-1{ margin-top:-0.5rem; margin-bottom:-0.5rem; } .tablet\:margin-top-neg-1{ margin-top:-0.5rem; } .tablet\:margin-bottom-neg-1{ margin-bottom:-0.5rem; } .tablet\:margin-y-neg-105{ margin-top:-0.75rem; margin-bottom:-0.75rem; } .tablet\:margin-top-neg-105{ margin-top:-0.75rem; } .tablet\:margin-bottom-neg-105{ margin-bottom:-0.75rem; } .tablet\:margin-y-neg-2{ margin-top:-1rem; margin-bottom:-1rem; } .tablet\:margin-top-neg-2{ margin-top:-1rem; } .tablet\:margin-bottom-neg-2{ margin-bottom:-1rem; } .tablet\:margin-y-neg-205{ margin-top:-1.25rem; margin-bottom:-1.25rem; } .tablet\:margin-top-neg-205{ margin-top:-1.25rem; } .tablet\:margin-bottom-neg-205{ margin-bottom:-1.25rem; } .tablet\:margin-y-neg-3{ margin-top:-1.5rem; margin-bottom:-1.5rem; } .tablet\:margin-top-neg-3{ margin-top:-1.5rem; } .tablet\:margin-bottom-neg-3{ margin-bottom:-1.5rem; } .tablet\:margin-y-4{ margin-top:2rem; margin-bottom:2rem; } .tablet\:margin-top-4{ margin-top:2rem; } .tablet\:margin-bottom-4{ margin-bottom:2rem; } .tablet\:margin-y-5{ margin-top:2.5rem; margin-bottom:2.5rem; } .tablet\:margin-top-5{ margin-top:2.5rem; } .tablet\:margin-bottom-5{ margin-bottom:2.5rem; } .tablet\:margin-y-6{ margin-top:3rem; margin-bottom:3rem; } .tablet\:margin-top-6{ margin-top:3rem; } .tablet\:margin-bottom-6{ margin-bottom:3rem; } .tablet\:margin-y-7{ margin-top:3.5rem; margin-bottom:3.5rem; } .tablet\:margin-top-7{ margin-top:3.5rem; } .tablet\:margin-bottom-7{ margin-bottom:3.5rem; } .tablet\:margin-y-8{ margin-top:4rem; margin-bottom:4rem; } .tablet\:margin-top-8{ margin-top:4rem; } .tablet\:margin-bottom-8{ margin-bottom:4rem; } .tablet\:margin-y-9{ margin-top:4.5rem; margin-bottom:4.5rem; } .tablet\:margin-top-9{ margin-top:4.5rem; } .tablet\:margin-bottom-9{ margin-bottom:4.5rem; } .tablet\:margin-y-10{ margin-top:5rem; margin-bottom:5rem; } .tablet\:margin-top-10{ margin-top:5rem; } .tablet\:margin-bottom-10{ margin-bottom:5rem; } .tablet\:margin-y-15{ margin-top:7.5rem; margin-bottom:7.5rem; } .tablet\:margin-top-15{ margin-top:7.5rem; } .tablet\:margin-bottom-15{ margin-bottom:7.5rem; } .tablet\:margin-y-05em{ margin-top:0.5em; margin-bottom:0.5em; } .tablet\:margin-top-05em{ margin-top:0.5em; } .tablet\:margin-bottom-05em{ margin-bottom:0.5em; } .tablet\:margin-y-1em{ margin-top:1em; margin-bottom:1em; } .tablet\:margin-top-1em{ margin-top:1em; } .tablet\:margin-bottom-1em{ margin-bottom:1em; } .tablet\:margin-y-105em{ margin-top:1.5em; margin-bottom:1.5em; } .tablet\:margin-top-105em{ margin-top:1.5em; } .tablet\:margin-bottom-105em{ margin-bottom:1.5em; } .tablet\:margin-y-2em{ margin-top:2em; margin-bottom:2em; } .tablet\:margin-top-2em{ margin-top:2em; } .tablet\:margin-bottom-2em{ margin-bottom:2em; } .tablet\:margin-y-0{ margin-top:0; margin-bottom:0; } .tablet\:margin-top-0{ margin-top:0; } .tablet\:margin-bottom-0{ margin-bottom:0; } .tablet\:margin-x-1px{ margin-left:1px; margin-right:1px; } .tablet\:margin-right-1px{ margin-right:1px; } .tablet\:margin-left-1px{ margin-left:1px; } .tablet\:margin-x-2px{ margin-left:2px; margin-right:2px; } .tablet\:margin-right-2px{ margin-right:2px; } .tablet\:margin-left-2px{ margin-left:2px; } .tablet\:margin-x-05{ margin-left:0.25rem; margin-right:0.25rem; } .tablet\:margin-right-05{ margin-right:0.25rem; } .tablet\:margin-left-05{ margin-left:0.25rem; } .tablet\:margin-x-1{ margin-left:0.5rem; margin-right:0.5rem; } .tablet\:margin-right-1{ margin-right:0.5rem; } .tablet\:margin-left-1{ margin-left:0.5rem; } .tablet\:margin-x-105{ margin-left:0.75rem; margin-right:0.75rem; } .tablet\:margin-right-105{ margin-right:0.75rem; } .tablet\:margin-left-105{ margin-left:0.75rem; } .tablet\:margin-x-2{ margin-left:1rem; margin-right:1rem; } .tablet\:margin-right-2{ margin-right:1rem; } .tablet\:margin-left-2{ margin-left:1rem; } .tablet\:margin-x-205{ margin-left:1.25rem; margin-right:1.25rem; } .tablet\:margin-right-205{ margin-right:1.25rem; } .tablet\:margin-left-205{ margin-left:1.25rem; } .tablet\:margin-x-3{ margin-left:1.5rem; margin-right:1.5rem; } .tablet\:margin-right-3{ margin-right:1.5rem; } .tablet\:margin-left-3{ margin-left:1.5rem; } .tablet\:margin-x-neg-1px{ margin-left:-1px; margin-right:-1px; } .tablet\:margin-right-neg-1px{ margin-right:-1px; } .tablet\:margin-left-neg-1px{ margin-left:-1px; } .tablet\:margin-x-neg-2px{ margin-left:-2px; margin-right:-2px; } .tablet\:margin-right-neg-2px{ margin-right:-2px; } .tablet\:margin-left-neg-2px{ margin-left:-2px; } .tablet\:margin-x-neg-05{ margin-left:-0.25rem; margin-right:-0.25rem; } .tablet\:margin-right-neg-05{ margin-right:-0.25rem; } .tablet\:margin-left-neg-05{ margin-left:-0.25rem; } .tablet\:margin-x-neg-1{ margin-left:-0.5rem; margin-right:-0.5rem; } .tablet\:margin-right-neg-1{ margin-right:-0.5rem; } .tablet\:margin-left-neg-1{ margin-left:-0.5rem; } .tablet\:margin-x-neg-105{ margin-left:-0.75rem; margin-right:-0.75rem; } .tablet\:margin-right-neg-105{ margin-right:-0.75rem; } .tablet\:margin-left-neg-105{ margin-left:-0.75rem; } .tablet\:margin-x-neg-2{ margin-left:-1rem; margin-right:-1rem; } .tablet\:margin-right-neg-2{ margin-right:-1rem; } .tablet\:margin-left-neg-2{ margin-left:-1rem; } .tablet\:margin-x-neg-205{ margin-left:-1.25rem; margin-right:-1.25rem; } .tablet\:margin-right-neg-205{ margin-right:-1.25rem; } .tablet\:margin-left-neg-205{ margin-left:-1.25rem; } .tablet\:margin-x-neg-3{ margin-left:-1.5rem; margin-right:-1.5rem; } .tablet\:margin-right-neg-3{ margin-right:-1.5rem; } .tablet\:margin-left-neg-3{ margin-left:-1.5rem; } .tablet\:margin-x-4{ margin-left:2rem; margin-right:2rem; } .tablet\:margin-right-4{ margin-right:2rem; } .tablet\:margin-left-4{ margin-left:2rem; } .tablet\:margin-x-5{ margin-left:2.5rem; margin-right:2.5rem; } .tablet\:margin-right-5{ margin-right:2.5rem; } .tablet\:margin-left-5{ margin-left:2.5rem; } .tablet\:margin-x-6{ margin-left:3rem; margin-right:3rem; } .tablet\:margin-right-6{ margin-right:3rem; } .tablet\:margin-left-6{ margin-left:3rem; } .tablet\:margin-x-7{ margin-left:3.5rem; margin-right:3.5rem; } .tablet\:margin-right-7{ margin-right:3.5rem; } .tablet\:margin-left-7{ margin-left:3.5rem; } .tablet\:margin-x-8{ margin-left:4rem; margin-right:4rem; } .tablet\:margin-right-8{ margin-right:4rem; } .tablet\:margin-left-8{ margin-left:4rem; } .tablet\:margin-x-9{ margin-left:4.5rem; margin-right:4.5rem; } .tablet\:margin-right-9{ margin-right:4.5rem; } .tablet\:margin-left-9{ margin-left:4.5rem; } .tablet\:margin-x-10{ margin-left:5rem; margin-right:5rem; } .tablet\:margin-right-10{ margin-right:5rem; } .tablet\:margin-left-10{ margin-left:5rem; } .tablet\:margin-x-15{ margin-left:7.5rem; margin-right:7.5rem; } .tablet\:margin-right-15{ margin-right:7.5rem; } .tablet\:margin-left-15{ margin-left:7.5rem; } .tablet\:margin-x-05em{ margin-left:0.5em; margin-right:0.5em; } .tablet\:margin-right-05em{ margin-right:0.5em; } .tablet\:margin-left-05em{ margin-left:0.5em; } .tablet\:margin-x-1em{ margin-left:1em; margin-right:1em; } .tablet\:margin-right-1em{ margin-right:1em; } .tablet\:margin-left-1em{ margin-left:1em; } .tablet\:margin-x-105em{ margin-left:1.5em; margin-right:1.5em; } .tablet\:margin-right-105em{ margin-right:1.5em; } .tablet\:margin-left-105em{ margin-left:1.5em; } .tablet\:margin-x-2em{ margin-left:2em; margin-right:2em; } .tablet\:margin-right-2em{ margin-right:2em; } .tablet\:margin-left-2em{ margin-left:2em; } .tablet\:margin-x-0{ margin-left:0; margin-right:0; } .tablet\:margin-right-0{ margin-right:0; } .tablet\:margin-left-0{ margin-left:0; } .tablet\:margin-x-auto{ margin-left:auto; margin-right:auto; } .tablet\:margin-right-auto{ margin-right:auto; } .tablet\:margin-left-auto{ margin-left:auto; } .tablet\:measure-1{ max-width:44ex; } .tablet\:measure-2{ max-width:60ex; } .tablet\:measure-3{ max-width:64ex; } .tablet\:measure-4{ max-width:68ex; } .tablet\:measure-5{ max-width:72ex; } .tablet\:measure-6{ max-width:88ex; } .tablet\:measure-none{ max-width:none; } .tablet\:order-first{ -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1; } .tablet\:order-last{ -webkit-box-ordinal-group:1000; -ms-flex-order:999; order:999; } .tablet\:order-initial{ -webkit-box-ordinal-group:initial; -ms-flex-order:initial; order:initial; } .tablet\:order-0{ -webkit-box-ordinal-group:1; -ms-flex-order:0; order:0; } .tablet\:order-1{ -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; } .tablet\:order-2{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .tablet\:order-3{ -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; } .tablet\:order-4{ -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; } .tablet\:order-5{ -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; } .tablet\:order-6{ -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; } .tablet\:order-7{ -webkit-box-ordinal-group:8; -ms-flex-order:7; order:7; } .tablet\:order-8{ -webkit-box-ordinal-group:9; -ms-flex-order:8; order:8; } .tablet\:order-9{ -webkit-box-ordinal-group:10; -ms-flex-order:9; order:9; } .tablet\:order-10{ -webkit-box-ordinal-group:11; -ms-flex-order:10; order:10; } .tablet\:order-11{ -webkit-box-ordinal-group:12; -ms-flex-order:11; order:11; } .tablet\:padding-1px{ padding:1px; } .tablet\:padding-y-1px{ padding-top:1px; padding-bottom:1px; } .tablet\:padding-x-1px{ padding-left:1px; padding-right:1px; } .tablet\:padding-top-1px{ padding-top:1px; } .tablet\:padding-right-1px{ padding-right:1px; } .tablet\:padding-bottom-1px{ padding-bottom:1px; } .tablet\:padding-left-1px{ padding-left:1px; } .tablet\:padding-2px{ padding:2px; } .tablet\:padding-y-2px{ padding-top:2px; padding-bottom:2px; } .tablet\:padding-x-2px{ padding-left:2px; padding-right:2px; } .tablet\:padding-top-2px{ padding-top:2px; } .tablet\:padding-right-2px{ padding-right:2px; } .tablet\:padding-bottom-2px{ padding-bottom:2px; } .tablet\:padding-left-2px{ padding-left:2px; } .tablet\:padding-05{ padding:0.25rem; } .tablet\:padding-y-05{ padding-top:0.25rem; padding-bottom:0.25rem; } .tablet\:padding-x-05{ padding-left:0.25rem; padding-right:0.25rem; } .tablet\:padding-top-05{ padding-top:0.25rem; } .tablet\:padding-right-05{ padding-right:0.25rem; } .tablet\:padding-bottom-05{ padding-bottom:0.25rem; } .tablet\:padding-left-05{ padding-left:0.25rem; } .tablet\:padding-1{ padding:0.5rem; } .tablet\:padding-y-1{ padding-top:0.5rem; padding-bottom:0.5rem; } .tablet\:padding-x-1{ padding-left:0.5rem; padding-right:0.5rem; } .tablet\:padding-top-1{ padding-top:0.5rem; } .tablet\:padding-right-1{ padding-right:0.5rem; } .tablet\:padding-bottom-1{ padding-bottom:0.5rem; } .tablet\:padding-left-1{ padding-left:0.5rem; } .tablet\:padding-105{ padding:0.75rem; } .tablet\:padding-y-105{ padding-top:0.75rem; padding-bottom:0.75rem; } .tablet\:padding-x-105{ padding-left:0.75rem; padding-right:0.75rem; } .tablet\:padding-top-105{ padding-top:0.75rem; } .tablet\:padding-right-105{ padding-right:0.75rem; } .tablet\:padding-bottom-105{ padding-bottom:0.75rem; } .tablet\:padding-left-105{ padding-left:0.75rem; } .tablet\:padding-2{ padding:1rem; } .tablet\:padding-y-2{ padding-top:1rem; padding-bottom:1rem; } .tablet\:padding-x-2{ padding-left:1rem; padding-right:1rem; } .tablet\:padding-top-2{ padding-top:1rem; } .tablet\:padding-right-2{ padding-right:1rem; } .tablet\:padding-bottom-2{ padding-bottom:1rem; } .tablet\:padding-left-2{ padding-left:1rem; } .tablet\:padding-205{ padding:1.25rem; } .tablet\:padding-y-205{ padding-top:1.25rem; padding-bottom:1.25rem; } .tablet\:padding-x-205{ padding-left:1.25rem; padding-right:1.25rem; } .tablet\:padding-top-205{ padding-top:1.25rem; } .tablet\:padding-right-205{ padding-right:1.25rem; } .tablet\:padding-bottom-205{ padding-bottom:1.25rem; } .tablet\:padding-left-205{ padding-left:1.25rem; } .tablet\:padding-3{ padding:1.5rem; } .tablet\:padding-y-3{ padding-top:1.5rem; padding-bottom:1.5rem; } .tablet\:padding-x-3{ padding-left:1.5rem; padding-right:1.5rem; } .tablet\:padding-top-3{ padding-top:1.5rem; } .tablet\:padding-right-3{ padding-right:1.5rem; } .tablet\:padding-bottom-3{ padding-bottom:1.5rem; } .tablet\:padding-left-3{ padding-left:1.5rem; } .tablet\:padding-4{ padding:2rem; } .tablet\:padding-y-4{ padding-top:2rem; padding-bottom:2rem; } .tablet\:padding-x-4{ padding-left:2rem; padding-right:2rem; } .tablet\:padding-top-4{ padding-top:2rem; } .tablet\:padding-right-4{ padding-right:2rem; } .tablet\:padding-bottom-4{ padding-bottom:2rem; } .tablet\:padding-left-4{ padding-left:2rem; } .tablet\:padding-5{ padding:2.5rem; } .tablet\:padding-y-5{ padding-top:2.5rem; padding-bottom:2.5rem; } .tablet\:padding-x-5{ padding-left:2.5rem; padding-right:2.5rem; } .tablet\:padding-top-5{ padding-top:2.5rem; } .tablet\:padding-right-5{ padding-right:2.5rem; } .tablet\:padding-bottom-5{ padding-bottom:2.5rem; } .tablet\:padding-left-5{ padding-left:2.5rem; } .tablet\:padding-6{ padding:3rem; } .tablet\:padding-y-6{ padding-top:3rem; padding-bottom:3rem; } .tablet\:padding-x-6{ padding-left:3rem; padding-right:3rem; } .tablet\:padding-top-6{ padding-top:3rem; } .tablet\:padding-right-6{ padding-right:3rem; } .tablet\:padding-bottom-6{ padding-bottom:3rem; } .tablet\:padding-left-6{ padding-left:3rem; } .tablet\:padding-7{ padding:3.5rem; } .tablet\:padding-y-7{ padding-top:3.5rem; padding-bottom:3.5rem; } .tablet\:padding-x-7{ padding-left:3.5rem; padding-right:3.5rem; } .tablet\:padding-top-7{ padding-top:3.5rem; } .tablet\:padding-right-7{ padding-right:3.5rem; } .tablet\:padding-bottom-7{ padding-bottom:3.5rem; } .tablet\:padding-left-7{ padding-left:3.5rem; } .tablet\:padding-8{ padding:4rem; } .tablet\:padding-y-8{ padding-top:4rem; padding-bottom:4rem; } .tablet\:padding-x-8{ padding-left:4rem; padding-right:4rem; } .tablet\:padding-top-8{ padding-top:4rem; } .tablet\:padding-right-8{ padding-right:4rem; } .tablet\:padding-bottom-8{ padding-bottom:4rem; } .tablet\:padding-left-8{ padding-left:4rem; } .tablet\:padding-9{ padding:4.5rem; } .tablet\:padding-y-9{ padding-top:4.5rem; padding-bottom:4.5rem; } .tablet\:padding-x-9{ padding-left:4.5rem; padding-right:4.5rem; } .tablet\:padding-top-9{ padding-top:4.5rem; } .tablet\:padding-right-9{ padding-right:4.5rem; } .tablet\:padding-bottom-9{ padding-bottom:4.5rem; } .tablet\:padding-left-9{ padding-left:4.5rem; } .tablet\:padding-10{ padding:5rem; } .tablet\:padding-y-10{ padding-top:5rem; padding-bottom:5rem; } .tablet\:padding-x-10{ padding-left:5rem; padding-right:5rem; } .tablet\:padding-top-10{ padding-top:5rem; } .tablet\:padding-right-10{ padding-right:5rem; } .tablet\:padding-bottom-10{ padding-bottom:5rem; } .tablet\:padding-left-10{ padding-left:5rem; } .tablet\:padding-15{ padding:7.5rem; } .tablet\:padding-y-15{ padding-top:7.5rem; padding-bottom:7.5rem; } .tablet\:padding-x-15{ padding-left:7.5rem; padding-right:7.5rem; } .tablet\:padding-top-15{ padding-top:7.5rem; } .tablet\:padding-right-15{ padding-right:7.5rem; } .tablet\:padding-bottom-15{ padding-bottom:7.5rem; } .tablet\:padding-left-15{ padding-left:7.5rem; } .tablet\:padding-0{ padding:0; } .tablet\:padding-y-0{ padding-top:0; padding-bottom:0; } .tablet\:padding-x-0{ padding-left:0; padding-right:0; } .tablet\:padding-top-0{ padding-top:0; } .tablet\:padding-right-0{ padding-right:0; } .tablet\:padding-bottom-0{ padding-bottom:0; } .tablet\:padding-left-0{ padding-left:0; } } @media all and (max-width: 63.99em) and (min-width: 40em){ .usa-nav__primary .usa-current{ position:relative; } .usa-nav__primary .usa-current::after{ background-color:#005ea2; border-radius:99rem; content:""; display:block; position:absolute; bottom:0.25rem; top:0.25rem; width:0.25rem; left:0; } .usa-nav__submenu .usa-current::after{ display:none; } } @media all and (min-width: 64em){ .usa-form-group--error{ margin-left:-1.25rem; } .grid-container{ padding-left:2rem; padding-right:2rem; } .grid-container-card{ padding-left:2rem; padding-right:2rem; } .grid-container-card-lg{ padding-left:2rem; padding-right:2rem; } .grid-container-mobile{ padding-left:2rem; padding-right:2rem; } .grid-container-mobile-lg{ padding-left:2rem; padding-right:2rem; } .grid-container-tablet{ padding-left:2rem; padding-right:2rem; } .grid-container-tablet-lg{ padding-left:2rem; padding-right:2rem; } .grid-container-desktop{ padding-left:2rem; padding-right:2rem; } .grid-container-desktop-lg{ padding-left:2rem; padding-right:2rem; } .grid-container-widescreen{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-card{ margin-left:auto; margin-right:auto; max-width:10rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-card-lg{ margin-left:auto; margin-right:auto; max-width:15rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-mobile{ margin-left:auto; margin-right:auto; max-width:20rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-mobile-lg{ margin-left:auto; margin-right:auto; max-width:30rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-tablet{ margin-left:auto; margin-right:auto; max-width:40rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-tablet-lg{ margin-left:auto; margin-right:auto; max-width:55rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-desktop{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-desktop-lg{ margin-left:auto; margin-right:auto; max-width:75rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-widescreen{ margin-left:auto; margin-right:auto; max-width:87.5rem; padding-left:1rem; padding-right:1rem; } .grid-row.grid-gap{ margin-left:-1rem; margin-right:-1rem; } .grid-row.grid-gap > *{ padding-left:1rem; padding-right:1rem; } .grid-row.desktop\:grid-gap-0{ margin-left:0; margin-right:0; } .grid-row.desktop\:grid-gap-0 > *{ padding-left:0; padding-right:0; } .grid-row.desktop\:grid-gap-2px{ margin-left:-1px; margin-right:-1px; } .grid-row.desktop\:grid-gap-2px > *{ padding-left:1px; padding-right:1px; } .grid-row.desktop\:grid-gap-05{ margin-left:-2px; margin-right:-2px; } .grid-row.desktop\:grid-gap-05 > *{ padding-left:2px; padding-right:2px; } .grid-row.desktop\:grid-gap-1{ margin-left:-0.25rem; margin-right:-0.25rem; } .grid-row.desktop\:grid-gap-1 > *{ padding-left:0.25rem; padding-right:0.25rem; } .grid-row.desktop\:grid-gap-2{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.desktop\:grid-gap-2 > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.desktop\:grid-gap-3{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.desktop\:grid-gap-3 > *{ padding-left:0.75rem; padding-right:0.75rem; } .grid-row.desktop\:grid-gap-4{ margin-left:-1rem; margin-right:-1rem; } .grid-row.desktop\:grid-gap-4 > *{ padding-left:1rem; padding-right:1rem; } .grid-row.desktop\:grid-gap-5{ margin-left:-1.25rem; margin-right:-1.25rem; } .grid-row.desktop\:grid-gap-5 > *{ padding-left:1.25rem; padding-right:1.25rem; } .grid-row.desktop\:grid-gap-6{ margin-left:-1.5rem; margin-right:-1.5rem; } .grid-row.desktop\:grid-gap-6 > *{ padding-left:1.5rem; padding-right:1.5rem; } .grid-row.desktop\:grid-gap-sm{ margin-left:-1px; margin-right:-1px; } .grid-row.desktop\:grid-gap-sm > *{ padding-left:1px; padding-right:1px; } .grid-row.desktop\:grid-gap-md{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.desktop\:grid-gap-md > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.desktop\:grid-gap-lg{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.desktop\:grid-gap-lg > *{ padding-left:0.75rem; padding-right:0.75rem; } .desktop\:grid-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .desktop\:grid-col-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .desktop\:grid-col-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:100%; } .desktop\:grid-col-1{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:8.33333%; } .desktop\:grid-col-2{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:16.66667%; } .desktop\:grid-col-3{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:25%; } .desktop\:grid-col-4{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:33.33333%; } .desktop\:grid-col-5{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:41.66667%; } .desktop\:grid-col-6{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:50%; } .desktop\:grid-col-7{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:58.33333%; } .desktop\:grid-col-8{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:66.66667%; } .desktop\:grid-col-9{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:75%; } .desktop\:grid-col-10{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:83.33333%; } .desktop\:grid-col-11{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:91.66667%; } .desktop\:grid-col-12{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:100%; } .desktop\:grid-offset-1{ margin-left:8.33333%; } .desktop\:grid-offset-2{ margin-left:16.66667%; } .desktop\:grid-offset-3{ margin-left:25%; } .desktop\:grid-offset-4{ margin-left:33.33333%; } .desktop\:grid-offset-5{ margin-left:41.66667%; } .desktop\:grid-offset-6{ margin-left:50%; } .desktop\:grid-offset-7{ margin-left:58.33333%; } .desktop\:grid-offset-8{ margin-left:66.66667%; } .desktop\:grid-offset-9{ margin-left:75%; } .desktop\:grid-offset-10{ margin-left:83.33333%; } .desktop\:grid-offset-11{ margin-left:91.66667%; } .desktop\:grid-offset-12{ margin-left:100%; } .desktop\:grid-offset-none{ margin-left:0; } .usa-banner__content{ padding-left:2rem; padding-right:2rem; } .usa-banner__content{ padding-left:2rem; padding-right:2rem; } .usa-banner__inner{ padding-left:2rem; padding-right:2rem; } .usa-banner__inner{ padding-left:2rem; padding-right:2rem; } .usa-footer__primary-container{ padding-left:2rem; padding-right:2rem; } .usa-footer--slim .usa-footer__nav{ padding-left:0; padding-right:0; } .usa-header .usa-search{ float:right; } .usa-header [role="search"]{ float:right; max-width:calc( 27ch + 3rem); width:100%; } .usa-header + .usa-hero{ border-top:1px solid white; } .usa-header + .usa-section, .usa-header + main{ border-top:1px solid #dcdee0; } .usa-logo{ margin-top:2rem; margin-bottom:1rem; font-size:1.46rem; line-height:1.1; } .usa-menu-btn{ display:none; } .usa-header--basic .usa-navbar{ position:relative; width:33%; } .usa-header--basic .usa-nav{ -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; display:-webkit-box; display:-ms-flexbox; display:flex; padding:0 0 0.25rem 0.5rem; width:100%; } .usa-header--basic .usa-nav-container{ -webkit-box-align:end; -ms-flex-align:end; align-items:flex-end; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-header--basic .usa-current, .usa-header--basic [aria-expanded="true"], .usa-header--basic .usa-nav__link:hover{ position:relative; } .usa-header--basic .usa-current::after, .usa-header--basic [aria-expanded="true"]::after, .usa-header--basic .usa-nav__link:hover::after{ background-color:#005ea2; border-radius:0; content:""; display:block; position:absolute; height:0.25rem; left:1rem; right:1rem; bottom:-0.25rem; } .usa-header--basic .usa-nav__primary{ width:auto; } .usa-header--basic .usa-search{ top:0; } .usa-header--basic.usa-header--megamenu .usa-nav__inner{ display:block; float:right; margin-top:-2.5rem; } .usa-header--extended{ padding-top:0; } .usa-header--extended .usa-current, .usa-header--extended [aria-expanded="true"], .usa-header--extended .usa-nav__link:hover{ position:relative; } .usa-header--extended .usa-current::after, .usa-header--extended [aria-expanded="true"]::after, .usa-header--extended .usa-nav__link:hover::after{ background-color:#005ea2; border-radius:0; content:""; display:block; position:absolute; height:0.25rem; left:1rem; right:1rem; bottom:0; } .usa-header--extended .usa-logo{ font-size:2.13rem; margin:2rem 0 1.5rem; max-width:50%; } .usa-header--extended .usa-navbar{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; display:block; height:auto; overflow:auto; } .usa-header--extended .usa-nav{ border-top:1px solid #dcdee0; padding:0; width:100%; } .usa-header--extended .usa-nav__inner{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; position:relative; } .usa-header--extended .usa-nav__primary{ margin-left:-1rem; } .usa-header--extended .usa-nav__primary::after{ clear:both; content:""; display:block; } .usa-header--extended .usa-nav__link{ padding-bottom:1rem; padding-top:1rem; } .usa-header--extended .usa-nav__submenu .usa-grid-full{ padding-left:0.75rem; } .usa-header--extended .usa-nav__submenu.usa-megamenu{ left:0; padding-left:2rem; } .usa-layout-docs__sidenav{ padding-top:0; } .usa-layout-docs__main{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .usa-megamenu .usa-col{ -webkit-box-flex:4; -ms-flex:4 0 0px; flex:4 0 0; } .usa-megamenu.usa-nav__submenu{ padding-left:0; padding-right:0; padding-bottom:2rem; padding-top:2rem; left:-33%; right:0; width:auto; } .usa-megamenu.usa-nav__submenu::before{ position:absolute; bottom:0; top:0; background-color:#162e51; content:""; display:block; position:absolute; width:100%; right:100%; } .usa-megamenu.usa-nav__submenu::after{ position:absolute; bottom:0; top:0; background-color:#162e51; content:""; display:block; position:absolute; width:100%; left:100%; } .usa-nav-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; padding-left:2rem; padding-right:2rem; } .usa-nav-container::after{ clear:both; content:""; display:block; } .usa-navbar{ border-bottom:none; display:inline-block; height:auto; } .usa-nav{ float:right; position:relative; } .usa-nav .usa-search{ margin-left:1rem; } .usa-nav__primary{ display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-nav__primary > .usa-nav__primary-item{ font-size:0.93rem; line-height:0.9; } .usa-nav__primary > .usa-nav__primary-item > a{ line-height:0.9; padding:1rem; color:#565c65; display:block; font-weight:bold; } .usa-nav__primary > .usa-nav__primary-item > a:hover{ color:#005ea2; } .usa-nav__primary a{ padding-bottom:0.5rem; padding-top:0.5rem; } .usa-nav__primary button{ line-height:0.9; padding:1rem; font-size:0.93rem; font-weight:bold; } .usa-nav__primary button:hover{ background-color:transparent; } .usa-nav__primary button[aria-expanded="false"]{ background-image:url("../img/angle-arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-size:0.5rem; background-position:right 1rem top 53%; } .usa-nav__primary button[aria-expanded="false"]:hover{ background-image:url("../img/angle-arrow-down-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-nav__primary button[aria-expanded="true"]{ background-image:url("../img/angle-arrow-up-white.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-up-white.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-size:0.5rem; background-color:#162e51; background-position:right 1rem top 53%; color:white; } .usa-nav__primary .usa-accordion__button span{ margin-right:0; padding-right:1rem; } .usa-nav__secondary{ bottom:4rem; font-size:0.93rem; margin-top:0.5rem; min-width:calc( 27ch + 3rem); position:absolute; right:2rem; } .usa-nav__secondary .usa-search{ margin-left:0; margin-top:0.5rem; } .usa-nav__secondary-links{ float:right; line-height:0.9; margin-bottom:0.25rem; margin-top:0; } .usa-nav__secondary-links .usa-nav__secondary-item{ display:inline; padding-left:0.25rem; } .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item::before{ color:#dcdee0; content:"|"; padding-right:0.25rem; } .usa-nav__submenu{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; background-color:#162e51; width:15rem; padding:1rem; position:absolute; z-index:400; } .usa-nav__submenu .usa-nav__submenu-item + *{ margin-top:0.75rem; } .usa-nav__submenu .usa-nav__submenu-item a{ color:white; padding:0; line-height:1.3; } .usa-nav__submenu .usa-nav__submenu-item a:hover{ background-color:transparent; color:white; padding:0; text-decoration:underline; } .usa-nav__close{ display:none; } .desktop\:border-1px{ border:1px solid; } .desktop\:border-1px .desktop\:hover\:border-1px:hover{ border:1px solid; } .desktop\:border-y-1px{ border-top:1px solid; border-bottom:1px solid; } .desktop\:border-y-1px .desktop\:hover\:border-y-1px:hover{ border-top:1px solid; border-bottom:1px solid; } .desktop\:border-x-1px{ border-left:1px solid; border-right:1px solid; } .desktop\:border-x-1px .desktop\:hover\:border-x-1px:hover{ border-left:1px solid; border-right:1px solid; } .desktop\:border-top-1px{ border-top:1px solid; } .desktop\:border-top-1px .desktop\:hover\:border-top-1px:hover{ border-top:1px solid; } .desktop\:border-right-1px{ border-right:1px solid; } .desktop\:border-right-1px .desktop\:hover\:border-right-1px:hover{ border-right:1px solid; } .desktop\:border-bottom-1px{ border-bottom:1px solid; } .desktop\:border-bottom-1px .desktop\:hover\:border-bottom-1px:hover{ border-bottom:1px solid; } .desktop\:border-left-1px{ border-left:1px solid; } .desktop\:border-left-1px .desktop\:hover\:border-left-1px:hover{ border-left:1px solid; } .desktop\:border-2px{ border:2px solid; } .desktop\:border-2px .desktop\:hover\:border-2px:hover{ border:2px solid; } .desktop\:border-y-2px{ border-top:2px solid; border-bottom:2px solid; } .desktop\:border-y-2px .desktop\:hover\:border-y-2px:hover{ border-top:2px solid; border-bottom:2px solid; } .desktop\:border-x-2px{ border-left:2px solid; border-right:2px solid; } .desktop\:border-x-2px .desktop\:hover\:border-x-2px:hover{ border-left:2px solid; border-right:2px solid; } .desktop\:border-top-2px{ border-top:2px solid; } .desktop\:border-top-2px .desktop\:hover\:border-top-2px:hover{ border-top:2px solid; } .desktop\:border-right-2px{ border-right:2px solid; } .desktop\:border-right-2px .desktop\:hover\:border-right-2px:hover{ border-right:2px solid; } .desktop\:border-bottom-2px{ border-bottom:2px solid; } .desktop\:border-bottom-2px .desktop\:hover\:border-bottom-2px:hover{ border-bottom:2px solid; } .desktop\:border-left-2px{ border-left:2px solid; } .desktop\:border-left-2px .desktop\:hover\:border-left-2px:hover{ border-left:2px solid; } .desktop\:border-05{ border:0.25rem solid; } .desktop\:border-05 .desktop\:hover\:border-05:hover{ border:0.25rem solid; } .desktop\:border-y-05{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .desktop\:border-y-05 .desktop\:hover\:border-y-05:hover{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .desktop\:border-x-05{ border-left:0.25rem solid; border-right:0.25rem solid; } .desktop\:border-x-05 .desktop\:hover\:border-x-05:hover{ border-left:0.25rem solid; border-right:0.25rem solid; } .desktop\:border-top-05{ border-top:0.25rem solid; } .desktop\:border-top-05 .desktop\:hover\:border-top-05:hover{ border-top:0.25rem solid; } .desktop\:border-right-05{ border-right:0.25rem solid; } .desktop\:border-right-05 .desktop\:hover\:border-right-05:hover{ border-right:0.25rem solid; } .desktop\:border-bottom-05{ border-bottom:0.25rem solid; } .desktop\:border-bottom-05 .desktop\:hover\:border-bottom-05:hover{ border-bottom:0.25rem solid; } .desktop\:border-left-05{ border-left:0.25rem solid; } .desktop\:border-left-05 .desktop\:hover\:border-left-05:hover{ border-left:0.25rem solid; } .desktop\:border-1{ border:0.5rem solid; } .desktop\:border-1 .desktop\:hover\:border-1:hover{ border:0.5rem solid; } .desktop\:border-y-1{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .desktop\:border-y-1 .desktop\:hover\:border-y-1:hover{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .desktop\:border-x-1{ border-left:0.5rem solid; border-right:0.5rem solid; } .desktop\:border-x-1 .desktop\:hover\:border-x-1:hover{ border-left:0.5rem solid; border-right:0.5rem solid; } .desktop\:border-top-1{ border-top:0.5rem solid; } .desktop\:border-top-1 .desktop\:hover\:border-top-1:hover{ border-top:0.5rem solid; } .desktop\:border-right-1{ border-right:0.5rem solid; } .desktop\:border-right-1 .desktop\:hover\:border-right-1:hover{ border-right:0.5rem solid; } .desktop\:border-bottom-1{ border-bottom:0.5rem solid; } .desktop\:border-bottom-1 .desktop\:hover\:border-bottom-1:hover{ border-bottom:0.5rem solid; } .desktop\:border-left-1{ border-left:0.5rem solid; } .desktop\:border-left-1 .desktop\:hover\:border-left-1:hover{ border-left:0.5rem solid; } .desktop\:border-105{ border:0.75rem solid; } .desktop\:border-105 .desktop\:hover\:border-105:hover{ border:0.75rem solid; } .desktop\:border-y-105{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .desktop\:border-y-105 .desktop\:hover\:border-y-105:hover{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .desktop\:border-x-105{ border-left:0.75rem solid; border-right:0.75rem solid; } .desktop\:border-x-105 .desktop\:hover\:border-x-105:hover{ border-left:0.75rem solid; border-right:0.75rem solid; } .desktop\:border-top-105{ border-top:0.75rem solid; } .desktop\:border-top-105 .desktop\:hover\:border-top-105:hover{ border-top:0.75rem solid; } .desktop\:border-right-105{ border-right:0.75rem solid; } .desktop\:border-right-105 .desktop\:hover\:border-right-105:hover{ border-right:0.75rem solid; } .desktop\:border-bottom-105{ border-bottom:0.75rem solid; } .desktop\:border-bottom-105 .desktop\:hover\:border-bottom-105:hover{ border-bottom:0.75rem solid; } .desktop\:border-left-105{ border-left:0.75rem solid; } .desktop\:border-left-105 .desktop\:hover\:border-left-105:hover{ border-left:0.75rem solid; } .desktop\:border-2{ border:1rem solid; } .desktop\:border-2 .desktop\:hover\:border-2:hover{ border:1rem solid; } .desktop\:border-y-2{ border-top:1rem solid; border-bottom:1rem solid; } .desktop\:border-y-2 .desktop\:hover\:border-y-2:hover{ border-top:1rem solid; border-bottom:1rem solid; } .desktop\:border-x-2{ border-left:1rem solid; border-right:1rem solid; } .desktop\:border-x-2 .desktop\:hover\:border-x-2:hover{ border-left:1rem solid; border-right:1rem solid; } .desktop\:border-top-2{ border-top:1rem solid; } .desktop\:border-top-2 .desktop\:hover\:border-top-2:hover{ border-top:1rem solid; } .desktop\:border-right-2{ border-right:1rem solid; } .desktop\:border-right-2 .desktop\:hover\:border-right-2:hover{ border-right:1rem solid; } .desktop\:border-bottom-2{ border-bottom:1rem solid; } .desktop\:border-bottom-2 .desktop\:hover\:border-bottom-2:hover{ border-bottom:1rem solid; } .desktop\:border-left-2{ border-left:1rem solid; } .desktop\:border-left-2 .desktop\:hover\:border-left-2:hover{ border-left:1rem solid; } .desktop\:border-205{ border:1.25rem solid; } .desktop\:border-205 .desktop\:hover\:border-205:hover{ border:1.25rem solid; } .desktop\:border-y-205{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .desktop\:border-y-205 .desktop\:hover\:border-y-205:hover{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .desktop\:border-x-205{ border-left:1.25rem solid; border-right:1.25rem solid; } .desktop\:border-x-205 .desktop\:hover\:border-x-205:hover{ border-left:1.25rem solid; border-right:1.25rem solid; } .desktop\:border-top-205{ border-top:1.25rem solid; } .desktop\:border-top-205 .desktop\:hover\:border-top-205:hover{ border-top:1.25rem solid; } .desktop\:border-right-205{ border-right:1.25rem solid; } .desktop\:border-right-205 .desktop\:hover\:border-right-205:hover{ border-right:1.25rem solid; } .desktop\:border-bottom-205{ border-bottom:1.25rem solid; } .desktop\:border-bottom-205 .desktop\:hover\:border-bottom-205:hover{ border-bottom:1.25rem solid; } .desktop\:border-left-205{ border-left:1.25rem solid; } .desktop\:border-left-205 .desktop\:hover\:border-left-205:hover{ border-left:1.25rem solid; } .desktop\:border-3{ border:1.5rem solid; } .desktop\:border-3 .desktop\:hover\:border-3:hover{ border:1.5rem solid; } .desktop\:border-y-3{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .desktop\:border-y-3 .desktop\:hover\:border-y-3:hover{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .desktop\:border-x-3{ border-left:1.5rem solid; border-right:1.5rem solid; } .desktop\:border-x-3 .desktop\:hover\:border-x-3:hover{ border-left:1.5rem solid; border-right:1.5rem solid; } .desktop\:border-top-3{ border-top:1.5rem solid; } .desktop\:border-top-3 .desktop\:hover\:border-top-3:hover{ border-top:1.5rem solid; } .desktop\:border-right-3{ border-right:1.5rem solid; } .desktop\:border-right-3 .desktop\:hover\:border-right-3:hover{ border-right:1.5rem solid; } .desktop\:border-bottom-3{ border-bottom:1.5rem solid; } .desktop\:border-bottom-3 .desktop\:hover\:border-bottom-3:hover{ border-bottom:1.5rem solid; } .desktop\:border-left-3{ border-left:1.5rem solid; } .desktop\:border-left-3 .desktop\:hover\:border-left-3:hover{ border-left:1.5rem solid; } .desktop\:border-0{ border:0 solid; } .desktop\:border-0 .desktop\:hover\:border-0:hover{ border:0 solid; } .desktop\:border-y-0{ border-top:0 solid; border-bottom:0 solid; } .desktop\:border-y-0 .desktop\:hover\:border-y-0:hover{ border-top:0 solid; border-bottom:0 solid; } .desktop\:border-x-0{ border-left:0 solid; border-right:0 solid; } .desktop\:border-x-0 .desktop\:hover\:border-x-0:hover{ border-left:0 solid; border-right:0 solid; } .desktop\:border-top-0{ border-top:0 solid; } .desktop\:border-top-0 .desktop\:hover\:border-top-0:hover{ border-top:0 solid; } .desktop\:border-right-0{ border-right:0 solid; } .desktop\:border-right-0 .desktop\:hover\:border-right-0:hover{ border-right:0 solid; } .desktop\:border-bottom-0{ border-bottom:0 solid; } .desktop\:border-bottom-0 .desktop\:hover\:border-bottom-0:hover{ border-bottom:0 solid; } .desktop\:border-left-0{ border-left:0 solid; } .desktop\:border-left-0 .desktop\:hover\:border-left-0:hover{ border-left:0 solid; } .desktop\:border{ border:1px solid; } .desktop\:border .desktop\:hover\:border:hover{ border:1px solid; } .desktop\:border-y{ border-top:1px solid; border-bottom:1px solid; } .desktop\:border-y .desktop\:hover\:border-y:hover{ border-top:1px solid; border-bottom:1px solid; } .desktop\:border-x{ border-left:1px solid; border-right:1px solid; } .desktop\:border-x .desktop\:hover\:border-x:hover{ border-left:1px solid; border-right:1px solid; } .desktop\:border-top{ border-top:1px solid; } .desktop\:border-top .desktop\:hover\:border-top:hover{ border-top:1px solid; } .desktop\:border-right{ border-right:1px solid; } .desktop\:border-right .desktop\:hover\:border-right:hover{ border-right:1px solid; } .desktop\:border-bottom{ border-bottom:1px solid; } .desktop\:border-bottom .desktop\:hover\:border-bottom:hover{ border-bottom:1px solid; } .desktop\:border-left{ border-left:1px solid; } .desktop\:border-left .desktop\:hover\:border-left:hover{ border-left:1px solid; } .desktop\:border-transparent{ border-color:transparent; } .desktop\:border-transparent .desktop\:hover\:border-transparent:hover{ border-color:transparent; } .desktop\:border-black{ border-color:black; } .desktop\:border-black .desktop\:hover\:border-black:hover{ border-color:black; } .desktop\:border-white{ border-color:white; } .desktop\:border-white .desktop\:hover\:border-white:hover{ border-color:white; } .desktop\:border-red{ border-color:#e52207; } .desktop\:border-red .desktop\:hover\:border-red:hover{ border-color:#e52207; } .desktop\:border-orange{ border-color:#e66f0e; } .desktop\:border-orange .desktop\:hover\:border-orange:hover{ border-color:#e66f0e; } .desktop\:border-gold{ border-color:#ffbe2e; } .desktop\:border-gold .desktop\:hover\:border-gold:hover{ border-color:#ffbe2e; } .desktop\:border-yellow{ border-color:#fee685; } .desktop\:border-yellow .desktop\:hover\:border-yellow:hover{ border-color:#fee685; } .desktop\:border-green{ border-color:#538200; } .desktop\:border-green .desktop\:hover\:border-green:hover{ border-color:#538200; } .desktop\:border-mint{ border-color:#04c585; } .desktop\:border-mint .desktop\:hover\:border-mint:hover{ border-color:#04c585; } .desktop\:border-cyan{ border-color:#009ec1; } .desktop\:border-cyan .desktop\:hover\:border-cyan:hover{ border-color:#009ec1; } .desktop\:border-blue{ border-color:#0076d6; } .desktop\:border-blue .desktop\:hover\:border-blue:hover{ border-color:#0076d6; } .desktop\:border-indigo{ border-color:#676cc8; } .desktop\:border-indigo .desktop\:hover\:border-indigo:hover{ border-color:#676cc8; } .desktop\:border-violet{ border-color:#8168b3; } .desktop\:border-violet .desktop\:hover\:border-violet:hover{ border-color:#8168b3; } .desktop\:border-magenta{ border-color:#d72d79; } .desktop\:border-magenta .desktop\:hover\:border-magenta:hover{ border-color:#d72d79; } .desktop\:border-gray-5{ border-color:#f0f0f0; } .desktop\:border-gray-5 .desktop\:hover\:border-gray-5:hover{ border-color:#f0f0f0; } .desktop\:border-gray-10{ border-color:#e6e6e6; } .desktop\:border-gray-10 .desktop\:hover\:border-gray-10:hover{ border-color:#e6e6e6; } .desktop\:border-gray-30{ border-color:#adadad; } .desktop\:border-gray-30 .desktop\:hover\:border-gray-30:hover{ border-color:#adadad; } .desktop\:border-gray-50{ border-color:#757575; } .desktop\:border-gray-50 .desktop\:hover\:border-gray-50:hover{ border-color:#757575; } .desktop\:border-gray-70{ border-color:#454545; } .desktop\:border-gray-70 .desktop\:hover\:border-gray-70:hover{ border-color:#454545; } .desktop\:border-gray-90{ border-color:#1b1b1b; } .desktop\:border-gray-90 .desktop\:hover\:border-gray-90:hover{ border-color:#1b1b1b; } .desktop\:border-base-lightest{ border-color:#f0f0f0; } .desktop\:border-base-lightest .desktop\:hover\:border-base-lightest:hover{ border-color:#f0f0f0; } .desktop\:border-base-lighter{ border-color:#dcdee0; } .desktop\:border-base-lighter .desktop\:hover\:border-base-lighter:hover{ border-color:#dcdee0; } .desktop\:border-base-light{ border-color:#a9aeb1; } .desktop\:border-base-light .desktop\:hover\:border-base-light:hover{ border-color:#a9aeb1; } .desktop\:border-base{ border-color:#71767a; } .desktop\:border-base .desktop\:hover\:border-base:hover{ border-color:#71767a; } .desktop\:border-base-dark{ border-color:#565c65; } .desktop\:border-base-dark .desktop\:hover\:border-base-dark:hover{ border-color:#565c65; } .desktop\:border-base-darker{ border-color:#3d4551; } .desktop\:border-base-darker .desktop\:hover\:border-base-darker:hover{ border-color:#3d4551; } .desktop\:border-base-darkest{ border-color:#1b1b1b; } .desktop\:border-base-darkest .desktop\:hover\:border-base-darkest:hover{ border-color:#1b1b1b; } .desktop\:border-ink{ border-color:#1b1b1b; } .desktop\:border-ink .desktop\:hover\:border-ink:hover{ border-color:#1b1b1b; } .desktop\:border-primary-lighter{ border-color:#d9e8f6; } .desktop\:border-primary-lighter .desktop\:hover\:border-primary-lighter:hover{ border-color:#d9e8f6; } .desktop\:border-primary-light{ border-color:#73b3e7; } .desktop\:border-primary-light .desktop\:hover\:border-primary-light:hover{ border-color:#73b3e7; } .desktop\:border-primary{ border-color:#005ea2; } .desktop\:border-primary .desktop\:hover\:border-primary:hover{ border-color:#005ea2; } .desktop\:border-primary-vivid{ border-color:#0050d8; } .desktop\:border-primary-vivid .desktop\:hover\:border-primary-vivid:hover{ border-color:#0050d8; } .desktop\:border-primary-dark{ border-color:#1a4480; } .desktop\:border-primary-dark .desktop\:hover\:border-primary-dark:hover{ border-color:#1a4480; } .desktop\:border-primary-darker{ border-color:#162e51; } .desktop\:border-primary-darker .desktop\:hover\:border-primary-darker:hover{ border-color:#162e51; } .desktop\:border-secondary-lighter{ border-color:#f3e1e4; } .desktop\:border-secondary-lighter .desktop\:hover\:border-secondary-lighter:hover{ border-color:#f3e1e4; } .desktop\:border-secondary-light{ border-color:#f2938c; } .desktop\:border-secondary-light .desktop\:hover\:border-secondary-light:hover{ border-color:#f2938c; } .desktop\:border-secondary{ border-color:#d83933; } .desktop\:border-secondary .desktop\:hover\:border-secondary:hover{ border-color:#d83933; } .desktop\:border-secondary-vivid{ border-color:#e41d3d; } .desktop\:border-secondary-vivid .desktop\:hover\:border-secondary-vivid:hover{ border-color:#e41d3d; } .desktop\:border-secondary-dark{ border-color:#b50909; } .desktop\:border-secondary-dark .desktop\:hover\:border-secondary-dark:hover{ border-color:#b50909; } .desktop\:border-secondary-darker{ border-color:#8b0a03; } .desktop\:border-secondary-darker .desktop\:hover\:border-secondary-darker:hover{ border-color:#8b0a03; } .desktop\:border-accent-warm-darker{ border-color:#775540; } .desktop\:border-accent-warm-darker .desktop\:hover\:border-accent-warm-darker:hover{ border-color:#775540; } .desktop\:border-accent-warm-dark{ border-color:#c05600; } .desktop\:border-accent-warm-dark .desktop\:hover\:border-accent-warm-dark:hover{ border-color:#c05600; } .desktop\:border-accent-warm{ border-color:#fa9441; } .desktop\:border-accent-warm .desktop\:hover\:border-accent-warm:hover{ border-color:#fa9441; } .desktop\:border-accent-warm-light{ border-color:#ffbc78; } .desktop\:border-accent-warm-light .desktop\:hover\:border-accent-warm-light:hover{ border-color:#ffbc78; } .desktop\:border-accent-warm-lighter{ border-color:#f2e4d4; } .desktop\:border-accent-warm-lighter .desktop\:hover\:border-accent-warm-lighter:hover{ border-color:#f2e4d4; } .desktop\:border-accent-cool-darker{ border-color:#07648d; } .desktop\:border-accent-cool-darker .desktop\:hover\:border-accent-cool-darker:hover{ border-color:#07648d; } .desktop\:border-accent-cool-dark{ border-color:#28a0cb; } .desktop\:border-accent-cool-dark .desktop\:hover\:border-accent-cool-dark:hover{ border-color:#28a0cb; } .desktop\:border-accent-cool{ border-color:#00bde3; } .desktop\:border-accent-cool .desktop\:hover\:border-accent-cool:hover{ border-color:#00bde3; } .desktop\:border-accent-cool-light{ border-color:#97d4ea; } .desktop\:border-accent-cool-light .desktop\:hover\:border-accent-cool-light:hover{ border-color:#97d4ea; } .desktop\:border-accent-cool-lighter{ border-color:#e1f3f8; } .desktop\:border-accent-cool-lighter .desktop\:hover\:border-accent-cool-lighter:hover{ border-color:#e1f3f8; } .desktop\:radius-0{ border-radius:0; } .desktop\:radius-top-0{ border-top-left-radius:0; border-top-right-radius:0; } .desktop\:radius-right-0{ border-top-right-radius:0; border-bottom-right-radius:0; } .desktop\:radius-bottom-0{ border-bottom-left-radius:0; border-bottom-right-radius:0; } .desktop\:radius-left-0{ border-top-left-radius:0; border-bottom-left-radius:0; } .desktop\:radius-sm{ border-radius:2px; } .desktop\:radius-top-sm{ border-top-left-radius:2px; border-top-right-radius:2px; } .desktop\:radius-right-sm{ border-top-right-radius:2px; border-bottom-right-radius:2px; } .desktop\:radius-bottom-sm{ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .desktop\:radius-left-sm{ border-top-left-radius:2px; border-bottom-left-radius:2px; } .desktop\:radius-md{ border-radius:0.25rem; } .desktop\:radius-top-md{ border-top-left-radius:0.25rem; border-top-right-radius:0.25rem; } .desktop\:radius-right-md{ border-top-right-radius:0.25rem; border-bottom-right-radius:0.25rem; } .desktop\:radius-bottom-md{ border-bottom-left-radius:0.25rem; border-bottom-right-radius:0.25rem; } .desktop\:radius-left-md{ border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem; } .desktop\:radius-lg{ border-radius:0.5rem; } .desktop\:radius-top-lg{ border-top-left-radius:0.5rem; border-top-right-radius:0.5rem; } .desktop\:radius-right-lg{ border-top-right-radius:0.5rem; border-bottom-right-radius:0.5rem; } .desktop\:radius-bottom-lg{ border-bottom-left-radius:0.5rem; border-bottom-right-radius:0.5rem; } .desktop\:radius-left-lg{ border-top-left-radius:0.5rem; border-bottom-left-radius:0.5rem; } .desktop\:radius-pill{ border-radius:99rem; } .desktop\:radius-top-pill{ border-top-left-radius:99rem; border-top-right-radius:99rem; } .desktop\:radius-right-pill{ border-top-right-radius:99rem; border-bottom-right-radius:99rem; } .desktop\:radius-bottom-pill{ border-bottom-left-radius:99rem; border-bottom-right-radius:99rem; } .desktop\:radius-left-pill{ border-top-left-radius:99rem; border-bottom-left-radius:99rem; } .desktop\:display-block{ display:block; } .desktop\:display-flex{ display:-webkit-box; display:-ms-flexbox; display:flex; } .desktop\:display-none{ display:none; } .desktop\:display-inline{ display:inline; } .desktop\:display-inline-block{ display:inline-block; } .desktop\:display-inline-flex{ display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; } .desktop\:display-table{ display:table; } .desktop\:display-table-cell{ display:table-cell; } .desktop\:display-table-row{ display:table-row; } .desktop\:font-mono-3xs{ font-size:0.77rem; } .desktop\:font-mono-2xs{ font-size:0.83rem; } .desktop\:font-mono-xs{ font-size:0.89rem; } .desktop\:font-mono-sm{ font-size:0.95rem; } .desktop\:font-mono-md{ font-size:1.01rem; } .desktop\:font-mono-lg{ font-size:1.31rem; } .desktop\:font-mono-xl{ font-size:1.91rem; } .desktop\:font-mono-2xl{ font-size:2.38rem; } .desktop\:font-mono-3xl{ font-size:2.86rem; } .desktop\:font-sans-3xs{ font-size:0.87rem; } .desktop\:font-sans-2xs{ font-size:0.93rem; } .desktop\:font-sans-xs{ font-size:1rem; } .desktop\:font-sans-sm{ font-size:1.06rem; } .desktop\:font-sans-md{ font-size:1.13rem; } .desktop\:font-sans-lg{ font-size:1.46rem; } .desktop\:font-sans-xl{ font-size:2.13rem; } .desktop\:font-sans-2xl{ font-size:2.66rem; } .desktop\:font-sans-3xl{ font-size:3.19rem; } .desktop\:font-serif-3xs{ font-size:0.79rem; } .desktop\:font-serif-2xs{ font-size:0.85rem; } .desktop\:font-serif-xs{ font-size:0.91rem; } .desktop\:font-serif-sm{ font-size:0.98rem; } .desktop\:font-serif-md{ font-size:1.04rem; } .desktop\:font-serif-lg{ font-size:1.34rem; } .desktop\:font-serif-xl{ font-size:1.95rem; } .desktop\:font-serif-2xl{ font-size:2.44rem; } .desktop\:font-serif-3xl{ font-size:2.93rem; } .desktop\:font-heading-3xs{ font-size:0.79rem; } .desktop\:font-heading-2xs{ font-size:0.85rem; } .desktop\:font-heading-xs{ font-size:0.91rem; } .desktop\:font-heading-sm{ font-size:0.98rem; } .desktop\:font-heading-md{ font-size:1.04rem; } .desktop\:font-heading-lg{ font-size:1.34rem; } .desktop\:font-heading-xl{ font-size:1.95rem; } .desktop\:font-heading-2xl{ font-size:2.44rem; } .desktop\:font-heading-3xl{ font-size:2.93rem; } .desktop\:font-body-3xs{ font-size:0.87rem; } .desktop\:font-body-2xs{ font-size:0.93rem; } .desktop\:font-body-xs{ font-size:1rem; } .desktop\:font-body-sm{ font-size:1.06rem; } .desktop\:font-body-md{ font-size:1.13rem; } .desktop\:font-body-lg{ font-size:1.46rem; } .desktop\:font-body-xl{ font-size:2.13rem; } .desktop\:font-body-2xl{ font-size:2.66rem; } .desktop\:font-body-3xl{ font-size:3.19rem; } .desktop\:font-code-3xs{ font-size:0.77rem; } .desktop\:font-code-2xs{ font-size:0.83rem; } .desktop\:font-code-xs{ font-size:0.89rem; } .desktop\:font-code-sm{ font-size:0.95rem; } .desktop\:font-code-md{ font-size:1.01rem; } .desktop\:font-code-lg{ font-size:1.31rem; } .desktop\:font-code-xl{ font-size:1.91rem; } .desktop\:font-code-2xl{ font-size:2.38rem; } .desktop\:font-code-3xl{ font-size:2.86rem; } .desktop\:font-alt-3xs{ font-size:0.79rem; } .desktop\:font-alt-2xs{ font-size:0.85rem; } .desktop\:font-alt-xs{ font-size:0.91rem; } .desktop\:font-alt-sm{ font-size:0.98rem; } .desktop\:font-alt-md{ font-size:1.04rem; } .desktop\:font-alt-lg{ font-size:1.34rem; } .desktop\:font-alt-xl{ font-size:1.95rem; } .desktop\:font-alt-2xl{ font-size:2.44rem; } .desktop\:font-alt-3xl{ font-size:2.93rem; } .desktop\:font-ui-3xs{ font-size:0.87rem; } .desktop\:font-ui-2xs{ font-size:0.93rem; } .desktop\:font-ui-xs{ font-size:1rem; } .desktop\:font-ui-sm{ font-size:1.06rem; } .desktop\:font-ui-md{ font-size:1.13rem; } .desktop\:font-ui-lg{ font-size:1.46rem; } .desktop\:font-ui-xl{ font-size:2.13rem; } .desktop\:font-ui-2xl{ font-size:2.66rem; } .desktop\:font-ui-3xl{ font-size:3.19rem; } .desktop\:text-light{ font-weight:300; } .desktop\:text-normal{ font-weight:normal; } .desktop\:text-bold{ font-weight:bold; } .desktop\:flex-justify-center{ -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .desktop\:flex-justify-start{ -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .desktop\:flex-justify-end{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .desktop\:flex-justify{ -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .desktop\:line-height-sans-1{ line-height:0.9; } .desktop\:line-height-sans-2{ line-height:1.1; } .desktop\:line-height-sans-3{ line-height:1.3; } .desktop\:line-height-sans-4{ line-height:1.4; } .desktop\:line-height-sans-5{ line-height:1.5; } .desktop\:line-height-sans-6{ line-height:1.6; } .desktop\:line-height-serif-1{ line-height:1; } .desktop\:line-height-serif-2{ line-height:1.2; } .desktop\:line-height-serif-3{ line-height:1.4; } .desktop\:line-height-serif-4{ line-height:1.5; } .desktop\:line-height-serif-5{ line-height:1.7; } .desktop\:line-height-serif-6{ line-height:1.8; } .desktop\:line-height-mono-1{ line-height:1; } .desktop\:line-height-mono-2{ line-height:1.3; } .desktop\:line-height-mono-3{ line-height:1.4; } .desktop\:line-height-mono-4{ line-height:1.6; } .desktop\:line-height-mono-5{ line-height:1.7; } .desktop\:line-height-mono-6{ line-height:1.8; } .desktop\:line-height-heading-1{ line-height:1; } .desktop\:line-height-heading-2{ line-height:1.2; } .desktop\:line-height-heading-3{ line-height:1.4; } .desktop\:line-height-heading-4{ line-height:1.5; } .desktop\:line-height-heading-5{ line-height:1.7; } .desktop\:line-height-heading-6{ line-height:1.8; } .desktop\:line-height-ui-1{ line-height:0.9; } .desktop\:line-height-ui-2{ line-height:1.1; } .desktop\:line-height-ui-3{ line-height:1.3; } .desktop\:line-height-ui-4{ line-height:1.4; } .desktop\:line-height-ui-5{ line-height:1.5; } .desktop\:line-height-ui-6{ line-height:1.6; } .desktop\:line-height-body-1{ line-height:0.9; } .desktop\:line-height-body-2{ line-height:1.1; } .desktop\:line-height-body-3{ line-height:1.3; } .desktop\:line-height-body-4{ line-height:1.4; } .desktop\:line-height-body-5{ line-height:1.5; } .desktop\:line-height-body-6{ line-height:1.6; } .desktop\:line-height-code-1{ line-height:1; } .desktop\:line-height-code-2{ line-height:1.3; } .desktop\:line-height-code-3{ line-height:1.4; } .desktop\:line-height-code-4{ line-height:1.6; } .desktop\:line-height-code-5{ line-height:1.7; } .desktop\:line-height-code-6{ line-height:1.8; } .desktop\:line-height-alt-1{ line-height:1; } .desktop\:line-height-alt-2{ line-height:1.2; } .desktop\:line-height-alt-3{ line-height:1.4; } .desktop\:line-height-alt-4{ line-height:1.5; } .desktop\:line-height-alt-5{ line-height:1.7; } .desktop\:line-height-alt-6{ line-height:1.8; } .desktop\:margin-1px{ margin:1px; } .desktop\:margin-2px{ margin:2px; } .desktop\:margin-05{ margin:0.25rem; } .desktop\:margin-1{ margin:0.5rem; } .desktop\:margin-105{ margin:0.75rem; } .desktop\:margin-2{ margin:1rem; } .desktop\:margin-205{ margin:1.25rem; } .desktop\:margin-3{ margin:1.5rem; } .desktop\:margin-4{ margin:2rem; } .desktop\:margin-5{ margin:2.5rem; } .desktop\:margin-6{ margin:3rem; } .desktop\:margin-7{ margin:3.5rem; } .desktop\:margin-8{ margin:4rem; } .desktop\:margin-9{ margin:4.5rem; } .desktop\:margin-10{ margin:5rem; } .desktop\:margin-15{ margin:7.5rem; } .desktop\:margin-05em{ margin:0.5em; } .desktop\:margin-1em{ margin:1em; } .desktop\:margin-105em{ margin:1.5em; } .desktop\:margin-2em{ margin:2em; } .desktop\:margin-0{ margin:0; } .desktop\:margin-y-1px{ margin-top:1px; margin-bottom:1px; } .desktop\:margin-top-1px{ margin-top:1px; } .desktop\:margin-bottom-1px{ margin-bottom:1px; } .desktop\:margin-y-2px{ margin-top:2px; margin-bottom:2px; } .desktop\:margin-top-2px{ margin-top:2px; } .desktop\:margin-bottom-2px{ margin-bottom:2px; } .desktop\:margin-y-05{ margin-top:0.25rem; margin-bottom:0.25rem; } .desktop\:margin-top-05{ margin-top:0.25rem; } .desktop\:margin-bottom-05{ margin-bottom:0.25rem; } .desktop\:margin-y-1{ margin-top:0.5rem; margin-bottom:0.5rem; } .desktop\:margin-top-1{ margin-top:0.5rem; } .desktop\:margin-bottom-1{ margin-bottom:0.5rem; } .desktop\:margin-y-105{ margin-top:0.75rem; margin-bottom:0.75rem; } .desktop\:margin-top-105{ margin-top:0.75rem; } .desktop\:margin-bottom-105{ margin-bottom:0.75rem; } .desktop\:margin-y-2{ margin-top:1rem; margin-bottom:1rem; } .desktop\:margin-top-2{ margin-top:1rem; } .desktop\:margin-bottom-2{ margin-bottom:1rem; } .desktop\:margin-y-205{ margin-top:1.25rem; margin-bottom:1.25rem; } .desktop\:margin-top-205{ margin-top:1.25rem; } .desktop\:margin-bottom-205{ margin-bottom:1.25rem; } .desktop\:margin-y-3{ margin-top:1.5rem; margin-bottom:1.5rem; } .desktop\:margin-top-3{ margin-top:1.5rem; } .desktop\:margin-bottom-3{ margin-bottom:1.5rem; } .desktop\:margin-y-neg-1px{ margin-top:-1px; margin-bottom:-1px; } .desktop\:margin-top-neg-1px{ margin-top:-1px; } .desktop\:margin-bottom-neg-1px{ margin-bottom:-1px; } .desktop\:margin-y-neg-2px{ margin-top:-2px; margin-bottom:-2px; } .desktop\:margin-top-neg-2px{ margin-top:-2px; } .desktop\:margin-bottom-neg-2px{ margin-bottom:-2px; } .desktop\:margin-y-neg-05{ margin-top:-0.25rem; margin-bottom:-0.25rem; } .desktop\:margin-top-neg-05{ margin-top:-0.25rem; } .desktop\:margin-bottom-neg-05{ margin-bottom:-0.25rem; } .desktop\:margin-y-neg-1{ margin-top:-0.5rem; margin-bottom:-0.5rem; } .desktop\:margin-top-neg-1{ margin-top:-0.5rem; } .desktop\:margin-bottom-neg-1{ margin-bottom:-0.5rem; } .desktop\:margin-y-neg-105{ margin-top:-0.75rem; margin-bottom:-0.75rem; } .desktop\:margin-top-neg-105{ margin-top:-0.75rem; } .desktop\:margin-bottom-neg-105{ margin-bottom:-0.75rem; } .desktop\:margin-y-neg-2{ margin-top:-1rem; margin-bottom:-1rem; } .desktop\:margin-top-neg-2{ margin-top:-1rem; } .desktop\:margin-bottom-neg-2{ margin-bottom:-1rem; } .desktop\:margin-y-neg-205{ margin-top:-1.25rem; margin-bottom:-1.25rem; } .desktop\:margin-top-neg-205{ margin-top:-1.25rem; } .desktop\:margin-bottom-neg-205{ margin-bottom:-1.25rem; } .desktop\:margin-y-neg-3{ margin-top:-1.5rem; margin-bottom:-1.5rem; } .desktop\:margin-top-neg-3{ margin-top:-1.5rem; } .desktop\:margin-bottom-neg-3{ margin-bottom:-1.5rem; } .desktop\:margin-y-4{ margin-top:2rem; margin-bottom:2rem; } .desktop\:margin-top-4{ margin-top:2rem; } .desktop\:margin-bottom-4{ margin-bottom:2rem; } .desktop\:margin-y-5{ margin-top:2.5rem; margin-bottom:2.5rem; } .desktop\:margin-top-5{ margin-top:2.5rem; } .desktop\:margin-bottom-5{ margin-bottom:2.5rem; } .desktop\:margin-y-6{ margin-top:3rem; margin-bottom:3rem; } .desktop\:margin-top-6{ margin-top:3rem; } .desktop\:margin-bottom-6{ margin-bottom:3rem; } .desktop\:margin-y-7{ margin-top:3.5rem; margin-bottom:3.5rem; } .desktop\:margin-top-7{ margin-top:3.5rem; } .desktop\:margin-bottom-7{ margin-bottom:3.5rem; } .desktop\:margin-y-8{ margin-top:4rem; margin-bottom:4rem; } .desktop\:margin-top-8{ margin-top:4rem; } .desktop\:margin-bottom-8{ margin-bottom:4rem; } .desktop\:margin-y-9{ margin-top:4.5rem; margin-bottom:4.5rem; } .desktop\:margin-top-9{ margin-top:4.5rem; } .desktop\:margin-bottom-9{ margin-bottom:4.5rem; } .desktop\:margin-y-10{ margin-top:5rem; margin-bottom:5rem; } .desktop\:margin-top-10{ margin-top:5rem; } .desktop\:margin-bottom-10{ margin-bottom:5rem; } .desktop\:margin-y-15{ margin-top:7.5rem; margin-bottom:7.5rem; } .desktop\:margin-top-15{ margin-top:7.5rem; } .desktop\:margin-bottom-15{ margin-bottom:7.5rem; } .desktop\:margin-y-05em{ margin-top:0.5em; margin-bottom:0.5em; } .desktop\:margin-top-05em{ margin-top:0.5em; } .desktop\:margin-bottom-05em{ margin-bottom:0.5em; } .desktop\:margin-y-1em{ margin-top:1em; margin-bottom:1em; } .desktop\:margin-top-1em{ margin-top:1em; } .desktop\:margin-bottom-1em{ margin-bottom:1em; } .desktop\:margin-y-105em{ margin-top:1.5em; margin-bottom:1.5em; } .desktop\:margin-top-105em{ margin-top:1.5em; } .desktop\:margin-bottom-105em{ margin-bottom:1.5em; } .desktop\:margin-y-2em{ margin-top:2em; margin-bottom:2em; } .desktop\:margin-top-2em{ margin-top:2em; } .desktop\:margin-bottom-2em{ margin-bottom:2em; } .desktop\:margin-y-0{ margin-top:0; margin-bottom:0; } .desktop\:margin-top-0{ margin-top:0; } .desktop\:margin-bottom-0{ margin-bottom:0; } .desktop\:margin-x-1px{ margin-left:1px; margin-right:1px; } .desktop\:margin-right-1px{ margin-right:1px; } .desktop\:margin-left-1px{ margin-left:1px; } .desktop\:margin-x-2px{ margin-left:2px; margin-right:2px; } .desktop\:margin-right-2px{ margin-right:2px; } .desktop\:margin-left-2px{ margin-left:2px; } .desktop\:margin-x-05{ margin-left:0.25rem; margin-right:0.25rem; } .desktop\:margin-right-05{ margin-right:0.25rem; } .desktop\:margin-left-05{ margin-left:0.25rem; } .desktop\:margin-x-1{ margin-left:0.5rem; margin-right:0.5rem; } .desktop\:margin-right-1{ margin-right:0.5rem; } .desktop\:margin-left-1{ margin-left:0.5rem; } .desktop\:margin-x-105{ margin-left:0.75rem; margin-right:0.75rem; } .desktop\:margin-right-105{ margin-right:0.75rem; } .desktop\:margin-left-105{ margin-left:0.75rem; } .desktop\:margin-x-2{ margin-left:1rem; margin-right:1rem; } .desktop\:margin-right-2{ margin-right:1rem; } .desktop\:margin-left-2{ margin-left:1rem; } .desktop\:margin-x-205{ margin-left:1.25rem; margin-right:1.25rem; } .desktop\:margin-right-205{ margin-right:1.25rem; } .desktop\:margin-left-205{ margin-left:1.25rem; } .desktop\:margin-x-3{ margin-left:1.5rem; margin-right:1.5rem; } .desktop\:margin-right-3{ margin-right:1.5rem; } .desktop\:margin-left-3{ margin-left:1.5rem; } .desktop\:margin-x-neg-1px{ margin-left:-1px; margin-right:-1px; } .desktop\:margin-right-neg-1px{ margin-right:-1px; } .desktop\:margin-left-neg-1px{ margin-left:-1px; } .desktop\:margin-x-neg-2px{ margin-left:-2px; margin-right:-2px; } .desktop\:margin-right-neg-2px{ margin-right:-2px; } .desktop\:margin-left-neg-2px{ margin-left:-2px; } .desktop\:margin-x-neg-05{ margin-left:-0.25rem; margin-right:-0.25rem; } .desktop\:margin-right-neg-05{ margin-right:-0.25rem; } .desktop\:margin-left-neg-05{ margin-left:-0.25rem; } .desktop\:margin-x-neg-1{ margin-left:-0.5rem; margin-right:-0.5rem; } .desktop\:margin-right-neg-1{ margin-right:-0.5rem; } .desktop\:margin-left-neg-1{ margin-left:-0.5rem; } .desktop\:margin-x-neg-105{ margin-left:-0.75rem; margin-right:-0.75rem; } .desktop\:margin-right-neg-105{ margin-right:-0.75rem; } .desktop\:margin-left-neg-105{ margin-left:-0.75rem; } .desktop\:margin-x-neg-2{ margin-left:-1rem; margin-right:-1rem; } .desktop\:margin-right-neg-2{ margin-right:-1rem; } .desktop\:margin-left-neg-2{ margin-left:-1rem; } .desktop\:margin-x-neg-205{ margin-left:-1.25rem; margin-right:-1.25rem; } .desktop\:margin-right-neg-205{ margin-right:-1.25rem; } .desktop\:margin-left-neg-205{ margin-left:-1.25rem; } .desktop\:margin-x-neg-3{ margin-left:-1.5rem; margin-right:-1.5rem; } .desktop\:margin-right-neg-3{ margin-right:-1.5rem; } .desktop\:margin-left-neg-3{ margin-left:-1.5rem; } .desktop\:margin-x-4{ margin-left:2rem; margin-right:2rem; } .desktop\:margin-right-4{ margin-right:2rem; } .desktop\:margin-left-4{ margin-left:2rem; } .desktop\:margin-x-5{ margin-left:2.5rem; margin-right:2.5rem; } .desktop\:margin-right-5{ margin-right:2.5rem; } .desktop\:margin-left-5{ margin-left:2.5rem; } .desktop\:margin-x-6{ margin-left:3rem; margin-right:3rem; } .desktop\:margin-right-6{ margin-right:3rem; } .desktop\:margin-left-6{ margin-left:3rem; } .desktop\:margin-x-7{ margin-left:3.5rem; margin-right:3.5rem; } .desktop\:margin-right-7{ margin-right:3.5rem; } .desktop\:margin-left-7{ margin-left:3.5rem; } .desktop\:margin-x-8{ margin-left:4rem; margin-right:4rem; } .desktop\:margin-right-8{ margin-right:4rem; } .desktop\:margin-left-8{ margin-left:4rem; } .desktop\:margin-x-9{ margin-left:4.5rem; margin-right:4.5rem; } .desktop\:margin-right-9{ margin-right:4.5rem; } .desktop\:margin-left-9{ margin-left:4.5rem; } .desktop\:margin-x-10{ margin-left:5rem; margin-right:5rem; } .desktop\:margin-right-10{ margin-right:5rem; } .desktop\:margin-left-10{ margin-left:5rem; } .desktop\:margin-x-15{ margin-left:7.5rem; margin-right:7.5rem; } .desktop\:margin-right-15{ margin-right:7.5rem; } .desktop\:margin-left-15{ margin-left:7.5rem; } .desktop\:margin-x-05em{ margin-left:0.5em; margin-right:0.5em; } .desktop\:margin-right-05em{ margin-right:0.5em; } .desktop\:margin-left-05em{ margin-left:0.5em; } .desktop\:margin-x-1em{ margin-left:1em; margin-right:1em; } .desktop\:margin-right-1em{ margin-right:1em; } .desktop\:margin-left-1em{ margin-left:1em; } .desktop\:margin-x-105em{ margin-left:1.5em; margin-right:1.5em; } .desktop\:margin-right-105em{ margin-right:1.5em; } .desktop\:margin-left-105em{ margin-left:1.5em; } .desktop\:margin-x-2em{ margin-left:2em; margin-right:2em; } .desktop\:margin-right-2em{ margin-right:2em; } .desktop\:margin-left-2em{ margin-left:2em; } .desktop\:margin-x-0{ margin-left:0; margin-right:0; } .desktop\:margin-right-0{ margin-right:0; } .desktop\:margin-left-0{ margin-left:0; } .desktop\:margin-x-auto{ margin-left:auto; margin-right:auto; } .desktop\:margin-right-auto{ margin-right:auto; } .desktop\:margin-left-auto{ margin-left:auto; } .desktop\:measure-1{ max-width:44ex; } .desktop\:measure-2{ max-width:60ex; } .desktop\:measure-3{ max-width:64ex; } .desktop\:measure-4{ max-width:68ex; } .desktop\:measure-5{ max-width:72ex; } .desktop\:measure-6{ max-width:88ex; } .desktop\:measure-none{ max-width:none; } .desktop\:order-first{ -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1; } .desktop\:order-last{ -webkit-box-ordinal-group:1000; -ms-flex-order:999; order:999; } .desktop\:order-initial{ -webkit-box-ordinal-group:initial; -ms-flex-order:initial; order:initial; } .desktop\:order-0{ -webkit-box-ordinal-group:1; -ms-flex-order:0; order:0; } .desktop\:order-1{ -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; } .desktop\:order-2{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .desktop\:order-3{ -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; } .desktop\:order-4{ -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; } .desktop\:order-5{ -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; } .desktop\:order-6{ -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; } .desktop\:order-7{ -webkit-box-ordinal-group:8; -ms-flex-order:7; order:7; } .desktop\:order-8{ -webkit-box-ordinal-group:9; -ms-flex-order:8; order:8; } .desktop\:order-9{ -webkit-box-ordinal-group:10; -ms-flex-order:9; order:9; } .desktop\:order-10{ -webkit-box-ordinal-group:11; -ms-flex-order:10; order:10; } .desktop\:order-11{ -webkit-box-ordinal-group:12; -ms-flex-order:11; order:11; } .desktop\:padding-1px{ padding:1px; } .desktop\:padding-y-1px{ padding-top:1px; padding-bottom:1px; } .desktop\:padding-x-1px{ padding-left:1px; padding-right:1px; } .desktop\:padding-top-1px{ padding-top:1px; } .desktop\:padding-right-1px{ padding-right:1px; } .desktop\:padding-bottom-1px{ padding-bottom:1px; } .desktop\:padding-left-1px{ padding-left:1px; } .desktop\:padding-2px{ padding:2px; } .desktop\:padding-y-2px{ padding-top:2px; padding-bottom:2px; } .desktop\:padding-x-2px{ padding-left:2px; padding-right:2px; } .desktop\:padding-top-2px{ padding-top:2px; } .desktop\:padding-right-2px{ padding-right:2px; } .desktop\:padding-bottom-2px{ padding-bottom:2px; } .desktop\:padding-left-2px{ padding-left:2px; } .desktop\:padding-05{ padding:0.25rem; } .desktop\:padding-y-05{ padding-top:0.25rem; padding-bottom:0.25rem; } .desktop\:padding-x-05{ padding-left:0.25rem; padding-right:0.25rem; } .desktop\:padding-top-05{ padding-top:0.25rem; } .desktop\:padding-right-05{ padding-right:0.25rem; } .desktop\:padding-bottom-05{ padding-bottom:0.25rem; } .desktop\:padding-left-05{ padding-left:0.25rem; } .desktop\:padding-1{ padding:0.5rem; } .desktop\:padding-y-1{ padding-top:0.5rem; padding-bottom:0.5rem; } .desktop\:padding-x-1{ padding-left:0.5rem; padding-right:0.5rem; } .desktop\:padding-top-1{ padding-top:0.5rem; } .desktop\:padding-right-1{ padding-right:0.5rem; } .desktop\:padding-bottom-1{ padding-bottom:0.5rem; } .desktop\:padding-left-1{ padding-left:0.5rem; } .desktop\:padding-105{ padding:0.75rem; } .desktop\:padding-y-105{ padding-top:0.75rem; padding-bottom:0.75rem; } .desktop\:padding-x-105{ padding-left:0.75rem; padding-right:0.75rem; } .desktop\:padding-top-105{ padding-top:0.75rem; } .desktop\:padding-right-105{ padding-right:0.75rem; } .desktop\:padding-bottom-105{ padding-bottom:0.75rem; } .desktop\:padding-left-105{ padding-left:0.75rem; } .desktop\:padding-2{ padding:1rem; } .desktop\:padding-y-2{ padding-top:1rem; padding-bottom:1rem; } .desktop\:padding-x-2{ padding-left:1rem; padding-right:1rem; } .desktop\:padding-top-2{ padding-top:1rem; } .desktop\:padding-right-2{ padding-right:1rem; } .desktop\:padding-bottom-2{ padding-bottom:1rem; } .desktop\:padding-left-2{ padding-left:1rem; } .desktop\:padding-205{ padding:1.25rem; } .desktop\:padding-y-205{ padding-top:1.25rem; padding-bottom:1.25rem; } .desktop\:padding-x-205{ padding-left:1.25rem; padding-right:1.25rem; } .desktop\:padding-top-205{ padding-top:1.25rem; } .desktop\:padding-right-205{ padding-right:1.25rem; } .desktop\:padding-bottom-205{ padding-bottom:1.25rem; } .desktop\:padding-left-205{ padding-left:1.25rem; } .desktop\:padding-3{ padding:1.5rem; } .desktop\:padding-y-3{ padding-top:1.5rem; padding-bottom:1.5rem; } .desktop\:padding-x-3{ padding-left:1.5rem; padding-right:1.5rem; } .desktop\:padding-top-3{ padding-top:1.5rem; } .desktop\:padding-right-3{ padding-right:1.5rem; } .desktop\:padding-bottom-3{ padding-bottom:1.5rem; } .desktop\:padding-left-3{ padding-left:1.5rem; } .desktop\:padding-4{ padding:2rem; } .desktop\:padding-y-4{ padding-top:2rem; padding-bottom:2rem; } .desktop\:padding-x-4{ padding-left:2rem; padding-right:2rem; } .desktop\:padding-top-4{ padding-top:2rem; } .desktop\:padding-right-4{ padding-right:2rem; } .desktop\:padding-bottom-4{ padding-bottom:2rem; } .desktop\:padding-left-4{ padding-left:2rem; } .desktop\:padding-5{ padding:2.5rem; } .desktop\:padding-y-5{ padding-top:2.5rem; padding-bottom:2.5rem; } .desktop\:padding-x-5{ padding-left:2.5rem; padding-right:2.5rem; } .desktop\:padding-top-5{ padding-top:2.5rem; } .desktop\:padding-right-5{ padding-right:2.5rem; } .desktop\:padding-bottom-5{ padding-bottom:2.5rem; } .desktop\:padding-left-5{ padding-left:2.5rem; } .desktop\:padding-6{ padding:3rem; } .desktop\:padding-y-6{ padding-top:3rem; padding-bottom:3rem; } .desktop\:padding-x-6{ padding-left:3rem; padding-right:3rem; } .desktop\:padding-top-6{ padding-top:3rem; } .desktop\:padding-right-6{ padding-right:3rem; } .desktop\:padding-bottom-6{ padding-bottom:3rem; } .desktop\:padding-left-6{ padding-left:3rem; } .desktop\:padding-7{ padding:3.5rem; } .desktop\:padding-y-7{ padding-top:3.5rem; padding-bottom:3.5rem; } .desktop\:padding-x-7{ padding-left:3.5rem; padding-right:3.5rem; } .desktop\:padding-top-7{ padding-top:3.5rem; } .desktop\:padding-right-7{ padding-right:3.5rem; } .desktop\:padding-bottom-7{ padding-bottom:3.5rem; } .desktop\:padding-left-7{ padding-left:3.5rem; } .desktop\:padding-8{ padding:4rem; } .desktop\:padding-y-8{ padding-top:4rem; padding-bottom:4rem; } .desktop\:padding-x-8{ padding-left:4rem; padding-right:4rem; } .desktop\:padding-top-8{ padding-top:4rem; } .desktop\:padding-right-8{ padding-right:4rem; } .desktop\:padding-bottom-8{ padding-bottom:4rem; } .desktop\:padding-left-8{ padding-left:4rem; } .desktop\:padding-9{ padding:4.5rem; } .desktop\:padding-y-9{ padding-top:4.5rem; padding-bottom:4.5rem; } .desktop\:padding-x-9{ padding-left:4.5rem; padding-right:4.5rem; } .desktop\:padding-top-9{ padding-top:4.5rem; } .desktop\:padding-right-9{ padding-right:4.5rem; } .desktop\:padding-bottom-9{ padding-bottom:4.5rem; } .desktop\:padding-left-9{ padding-left:4.5rem; } .desktop\:padding-10{ padding:5rem; } .desktop\:padding-y-10{ padding-top:5rem; padding-bottom:5rem; } .desktop\:padding-x-10{ padding-left:5rem; padding-right:5rem; } .desktop\:padding-top-10{ padding-top:5rem; } .desktop\:padding-right-10{ padding-right:5rem; } .desktop\:padding-bottom-10{ padding-bottom:5rem; } .desktop\:padding-left-10{ padding-left:5rem; } .desktop\:padding-15{ padding:7.5rem; } .desktop\:padding-y-15{ padding-top:7.5rem; padding-bottom:7.5rem; } .desktop\:padding-x-15{ padding-left:7.5rem; padding-right:7.5rem; } .desktop\:padding-top-15{ padding-top:7.5rem; } .desktop\:padding-right-15{ padding-right:7.5rem; } .desktop\:padding-bottom-15{ padding-bottom:7.5rem; } .desktop\:padding-left-15{ padding-left:7.5rem; } .desktop\:padding-0{ padding:0; } .desktop\:padding-y-0{ padding-top:0; padding-bottom:0; } .desktop\:padding-x-0{ padding-left:0; padding-right:0; } .desktop\:padding-top-0{ padding-top:0; } .desktop\:padding-right-0{ padding-right:0; } .desktop\:padding-bottom-0{ padding-bottom:0; } .desktop\:padding-left-0{ padding-left:0; } } @media all and (min-width: 30em) and (min-width: 64em){ .mobile-lg\:grid-container{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-card{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-card-lg{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-mobile{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-mobile-lg{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-tablet{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-tablet-lg{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-desktop{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-desktop-lg{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-widescreen{ padding-left:2rem; padding-right:2rem; } .usa-footer__nav{ padding-left:2rem; padding-right:2rem; } } @media all and (min-width: 40em) and (min-width: 64em){ .tablet\:grid-container{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-card{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-card-lg{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-mobile{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-mobile-lg{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-tablet{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-tablet-lg{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-desktop{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-desktop-lg{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-widescreen{ padding-left:2rem; padding-right:2rem; } } @media all and (min-width: 64em) and (min-width: 64em){ .desktop\:grid-container{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-card{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-card-lg{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-mobile{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-mobile-lg{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-tablet{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-tablet-lg{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-desktop{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-desktop-lg{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-widescreen{ padding-left:2rem; padding-right:2rem; } .usa-header--extended .usa-navbar{ padding-left:2rem; padding-right:2rem; } .usa-header--extended .usa-nav__inner{ padding-left:2rem; padding-right:2rem; } .usa-nav-container{ padding-left:2rem; padding-right:2rem; } } @media print{ .usa-radio__input:checked + .usa-radio__label::before{ -webkit-box-shadow:inset 0 0 0 2px white, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2; box-shadow:inset 0 0 0 2px white, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2; } .usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before{ background-image:none; background-color:white; content:url("../img/checkbox-check-print.svg"); text-indent:0; } } @media all and (max-width: 39.99em){ .usa-banner__button{ width:100%; } .usa-banner__button[aria-expanded="true"]::after{ background-image:url("../img/close-blue-60v-alt.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/close-blue-60v-alt.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-repeat:no-repeat; background-size:1rem; content:""; display:inline-block; height:3rem; width:3rem; margin-left:0; } .usa-banner__button[aria-expanded="true"]::after{ position:absolute; bottom:0; top:0; position:absolute; right:0; background-color:#dcdee0; bottom:0; height:auto; } } @media all and (max-width: 63.99em){ .usa-logo{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; font-size:0.93rem; line-height:0.9; margin-left:1rem; } .usa-navbar{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; border-bottom:1px solid #dcdee0; display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-nav{ position:absolute; right:0; position:absolute; bottom:0; top:0; position:fixed; background:white; border-right:0; display:none; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; overflow-y:auto; padding:1rem; width:15rem; z-index:500; } .usa-nav.is-visible{ -webkit-animation:slidein-left 0.3s ease-in-out; animation:slidein-left 0.3s ease-in-out; display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-nav__primary{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; margin-top:1.5rem; -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .usa-nav__primary > li{ margin-bottom:0; max-width:unset; } .usa-nav__primary-item{ border-top:1px solid #dcdee0; } .usa-nav__primary a{ color:#565c65; display:block; padding:0.5rem 1rem; text-decoration:none; } .usa-nav__primary a:hover{ background-color:#f0f0f0; color:#005ea2; text-decoration:none; } .usa-nav__primary a:focus{ outline-offset:0; } .usa-nav__primary .usa-current{ position:relative; color:#005ea2; font-weight:bold; } .usa-nav__primary .usa-current::after{ background-color:#005ea2; border-radius:99rem; content:""; display:block; position:absolute; bottom:0.25rem; top:0.25rem; width:0.25rem; left:0.25rem; } .usa-nav__primary a{ padding-bottom:0.75rem; padding-top:0.75rem; } .usa-nav__submenu{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; margin:0; } .usa-nav__submenu > li{ margin-bottom:0; max-width:unset; } .usa-nav__submenu-item{ border-top:1px solid #dcdee0; font-size:0.93rem; } .usa-nav__submenu .usa-current::after{ display:none; } .usa-nav__submenu a{ padding-left:2rem; } .usa-nav__submenu .usa-nav__submenu a{ padding-left:3rem; } .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a{ content:"foobar"; padding-left:4rem; } }
styles/uswds/css/uswds.css
.usa-list, .usa-prose > ul, .usa-prose > ol{ margin-bottom:1em; margin-top:1em; line-height:1.5; padding-left:3ch; } .usa-list:last-child, .usa-prose > ul:last-child, .usa-prose > ol:last-child{ margin-bottom:0; } .usa-list li, .usa-prose > ul li, .usa-prose > ol li{ margin-bottom:0.25em; max-width:68ex; } .usa-list li:last-child, .usa-prose > ul li:last-child, .usa-prose > ol li:last-child{ margin-bottom:0; } .usa-table, .usa-prose > table{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; border-spacing:0; margin:1.25rem 0; } .usa-table thead th, .usa-prose > table thead th{ font-weight:700; } .usa-table thead th, .usa-prose > table thead th, .usa-table thead td, .usa-prose > table thead td{ background-color:#f0f0f0; } .usa-table th, .usa-prose > table th{ text-align:left; } .usa-table th, .usa-prose > table th, .usa-table td, .usa-prose > table td{ border-width:1px; border-color:#565c65; border-style:solid; background-color:white; font-weight:400; padding:0.5rem 1rem; } .usa-table caption, .usa-prose > table caption{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1rem; font-weight:700; margin-bottom:0.75rem; text-align:left; } .usa-table--borderless thead th, .usa-prose > .usa-table--borderless thead th{ background-color:transparent; border-top:0; } .usa-table--borderless th, .usa-prose > .usa-table--borderless th, .usa-table--borderless td, .usa-prose > .usa-table--borderless td{ border-left:0; border-right:0; } .usa-table--borderless th:first-child{ padding-left:0; } /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html{ line-height:1.15; -webkit-text-size-adjust:100%; } body{ margin:0; } main{ display:block; } h1{ font-size:2em; margin:0.67em 0; } hr{ -webkit-box-sizing:content-box; box-sizing:content-box; height:0; overflow:visible; } pre{ font-family:monospace, monospace; font-size:1em; } a{ background-color:transparent; } abbr[title]{ border-bottom:none; text-decoration:underline; -webkit-text-decoration:underline dotted; text-decoration:underline dotted; } b, strong{ font-weight:bolder; } code, kbd, samp{ font-family:monospace, monospace; font-size:1em; } small{ font-size:80%; } sub, sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline; } sub{ bottom:-0.25em; } sup{ top:-0.5em; } img{ border-style:none; } button, input, optgroup, select, textarea{ font-family:inherit; font-size:100%; line-height:1.15; margin:0; } button, input{ overflow:visible; } button, select{ text-transform:none; } button, [type="button"], [type="reset"], [type="submit"]{ -webkit-appearance:button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{ border-style:none; padding:0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{ outline:1px dotted ButtonText; } fieldset{ padding:0.35em 0.75em 0.625em; } legend{ -webkit-box-sizing:border-box; box-sizing:border-box; color:inherit; display:table; max-width:100%; padding:0; white-space:normal; } progress{ vertical-align:baseline; } textarea{ overflow:auto; } [type="checkbox"], [type="radio"]{ -webkit-box-sizing:border-box; box-sizing:border-box; padding:0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{ height:auto; } [type="search"]{ -webkit-appearance:textfield; outline-offset:-2px; } [type="search"]::-webkit-search-decoration{ -webkit-appearance:none; } ::-webkit-file-upload-button{ -webkit-appearance:button; font:inherit; } details{ display:block; } summary{ display:list-item; } template{ display:none; } [hidden]{ display:none; } @font-face{ font-family:Roboto Mono Web; font-style:normal; font-weight:300; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:normal; font-weight:400; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:normal; font-weight:700; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:italic; font-weight:300; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:italic; font-weight:400; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf) format("truetype"); } @font-face{ font-family:Roboto Mono Web; font-style:italic; font-weight:700; font-display:fallback; src:url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format("woff"), url(../fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:normal; font-weight:300; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-light-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:normal; font-weight:400; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:normal; font-weight:700; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:italic; font-weight:300; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:italic; font-weight:400; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf) format("truetype"); } @font-face{ font-family:Source Sans Pro Web; font-style:italic; font-weight:700; font-display:fallback; src:url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format("woff"), url(../fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:normal; font-weight:300; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Light.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Light.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:normal; font-weight:400; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Regular.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Regular.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:normal; font-weight:700; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Bold.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Bold.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:italic; font-weight:300; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-LightItalic.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:italic; font-weight:400; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Italic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Italic.ttf) format("truetype"); } @font-face{ font-family:Merriweather Web; font-style:italic; font-weight:700; font-display:fallback; src:url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format("truetype"); } input:not([disabled]):focus, select:not([disabled]):focus, textarea:not([disabled]):focus, button:not([disabled]):focus{ outline:0.25rem solid #2491ff; outline-offset:0; } iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable="true"]:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-focus{ outline:0.25rem solid #2491ff; outline-offset:0; } html{ -webkit-box-sizing:border-box; box-sizing:border-box; } *, *::before, *::after{ -webkit-box-sizing:inherit; box-sizing:inherit; } html{ -webkit-font-feature-settings:"kern" 1; font-feature-settings:"kern" 1; -webkit-font-kerning:normal; font-kerning:normal; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:100%; } cite, var, address, dfn{ font-style:normal; } /*! uswds v2.3.1 */ body{ background-color:white; color:#1b1b1b; overflow-x:hidden; } .usa-sr-only{ position:absolute; left:-999em; } .usa-button{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:0.9; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color:#005ea2; border:0; border-radius:0.25rem; color:white; cursor:pointer; display:inline-block; font-weight:bold; margin-right:0.5rem; padding:0.75rem 1.25rem; text-align:center; text-decoration:none; width:100%; } .usa-button:visited{ color:white; } .usa-button:hover, .usa-button.usa-button--hover{ background-color:#1a4480; border-bottom:0; color:white; text-decoration:none; } .usa-button:active, .usa-button.usa-button--active{ background-color:#162e51; color:white; } .usa-button:focus, .usa-button.usa-focus{ outline-offset:0.25rem; } .usa-button:disabled{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#c9c9c9; color:white; pointer-events:none; } .usa-button:disabled:hover, .usa-button:disabled.usa-button--hover, .usa-button:disabled:active, .usa-button:disabled.usa-button--active, .usa-button:disabled:focus, .usa-button:disabled.usa-focus{ background-color:#c9c9c9; border:0; -webkit-box-shadow:none; box-shadow:none; } .usa-button--accent-cool{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:#00bde3; color:#1b1b1b; } .usa-button--accent-cool:visited{ color:#1b1b1b; } .usa-button--accent-cool:hover, .usa-button--accent-cool.usa-button--hover{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#28a0cb; color:white; } .usa-button--accent-cool:active, .usa-button--accent-cool.usa-button--active{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#07648d; color:white; } .usa-button--outline{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px #005ea2; box-shadow:inset 0 0 0 2px #005ea2; color:#005ea2; } .usa-button--outline:visited{ color:#005ea2; } .usa-button--outline:hover, .usa-button--outline.usa-button--hover{ background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px #1a4480; box-shadow:inset 0 0 0 2px #1a4480; color:#1a4480; } .usa-button--outline:active, .usa-button--outline.usa-button--active{ background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px #162e51; box-shadow:inset 0 0 0 2px #162e51; color:#162e51; } .usa-button--outline.usa-button--inverse{ -webkit-box-shadow:inset 0 0 0 2px #dcdee0; box-shadow:inset 0 0 0 2px #dcdee0; color:#dcdee0; } .usa-button--outline.usa-button--inverse:visited{ color:#dcdee0; } .usa-button--outline.usa-button--inverse:hover, .usa-button--outline.usa-button--inverse.usa-button--hover{ -webkit-box-shadow:inset 0 0 0 2px #f0f0f0; box-shadow:inset 0 0 0 2px #f0f0f0; color:#f0f0f0; } .usa-button--outline.usa-button--inverse:active, .usa-button--outline.usa-button--inverse.usa-button--active{ background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px white; box-shadow:inset 0 0 0 2px white; color:white; } .usa-button--outline.usa-button--inverse.usa-button--unstyled{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; color:#dcdee0; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover{ color:#1a4480; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:active{ color:#162e51; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:visited{ color:#562b97; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover{ color:#f0f0f0; } .usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active{ color:white; } .usa-button--base{ background-color:#71767a; } .usa-button--base:hover, .usa-button--base.usa-button--hover{ background-color:#565c65; } .usa-button--base:active, .usa-button--base.usa-button--active{ background-color:#3d4551; } .usa-button--secondary{ background-color:#d83933; } .usa-button--secondary:hover, .usa-button--secondary.usa-button--hover{ background-color:#b50909; } .usa-button--secondary:active, .usa-button--secondary.usa-button--active{ background-color:#8b0a03; } .usa-button--big{ border-radius:0.25rem; font-size:1.46rem; padding:1rem 1.5rem; } .usa-button--disabled{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#c9c9c9; color:white; pointer-events:none; } .usa-button--disabled:hover, .usa-button--disabled.usa-button--hover, .usa-button--disabled:active, .usa-button--disabled.usa-button--active, .usa-button--disabled:focus, .usa-button--disabled.usa-focus{ background-color:#c9c9c9; border:0; -webkit-box-shadow:none; box-shadow:none; } .usa-button--outline-disabled, .usa-button--outline-inverse-disabled, .usa-button--outline:disabled, .usa-button--outline-inverse:disabled, .usa-button--outline-inverse:disabled{ background-color:transparent; pointer-events:none; } .usa-button--outline-disabled:hover, .usa-button--outline-disabled.usa-button--hover, .usa-button--outline-disabled:active, .usa-button--outline-disabled.usa-button--active, .usa-button--outline-disabled:focus, .usa-button--outline-disabled.usa-focus, .usa-button--outline-inverse-disabled:hover, .usa-button--outline-inverse-disabled.usa-button--hover, .usa-button--outline-inverse-disabled:active, .usa-button--outline-inverse-disabled.usa-button--active, .usa-button--outline-inverse-disabled:focus, .usa-button--outline-inverse-disabled.usa-focus, .usa-button--outline:disabled:hover, .usa-button--outline:disabled.usa-button--hover, .usa-button--outline:disabled:active, .usa-button--outline:disabled.usa-button--active, .usa-button--outline:disabled:focus, .usa-button--outline:disabled.usa-focus, .usa-button--outline-inverse:disabled:hover, .usa-button--outline-inverse:disabled.usa-button--hover, .usa-button--outline-inverse:disabled:active, .usa-button--outline-inverse:disabled.usa-button--active, .usa-button--outline-inverse:disabled:focus, .usa-button--outline-inverse:disabled.usa-focus, .usa-button--outline-inverse:disabled:hover, .usa-button--outline-inverse:disabled.usa-button--hover, .usa-button--outline-inverse:disabled:active, .usa-button--outline-inverse:disabled.usa-button--active, .usa-button--outline-inverse:disabled:focus, .usa-button--outline-inverse:disabled.usa-focus{ background-color:transparent; border:0; } .usa-button--outline-disabled, .usa-button--outline:disabled{ -webkit-box-shadow:inset 0 0 0 2px #c9c9c9; box-shadow:inset 0 0 0 2px #c9c9c9; color:#c9c9c9; } .usa-button--outline-disabled.usa-button--inverse, .usa-button--outline:disabled.usa-button--inverse{ background-color:transparent; -webkit-box-shadow:inset 0 0 0 2px #71767a; box-shadow:inset 0 0 0 2px #71767a; color:#71767a; } .usa-button--unstyled{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; } .usa-button--unstyled:hover{ color:#1a4480; } .usa-button--unstyled:active{ color:#162e51; } .usa-button--unstyled:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-button--unstyled:visited{ color:#562b97; } .usa-button--unstyled:hover, .usa-button--unstyled:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-embed-container iframe, .usa-embed-container object, .usa-embed-container embed{ position:absolute; top:0; left:0; width:100%; height:100%; } .usa-embed-container{ padding-bottom:56.25%; position:relative; height:0; overflow:hidden; max-width:100%; } img{ max-width:100%; } .usa-media-link{ display:inline-block; line-height:0; } .usa-fieldset, .usa-hint, .usa-select, .usa-range, .usa-input, .usa-textarea{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.3; } .usa-select, .usa-range, .usa-input, .usa-textarea{ border-width:1px; border-color:#565c65; border-style:solid; -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0; color:#1b1b1b; display:block; height:2.5rem; margin-top:0.5rem; max-width:30rem; padding:0.5rem; width:100%; } .usa-input--success.usa-select, .usa-input--success.usa-range, .usa-input--success.usa-input, .usa-input--success.usa-textarea{ border-width:0.25rem; border-color:#00a91c; border-style:solid; } .usa-fieldset{ border:none; margin:0; padding:0; } .usa-form-group--error{ border-left-width:0.25rem; border-left-color:#b50909; border-left-style:solid; margin-top:2rem; padding-left:1rem; position:relative; } .usa-label--error{ display:block; font-weight:bold; margin-top:0; } .usa-error-message{ padding-bottom:0.25rem; padding-top:0.25rem; color:#b50909; display:block; font-weight:bold; } .usa-hint{ color:#71767a; } .usa-label--required{ color:#b50909; } .usa-label{ display:block; line-height:1.1; margin-top:1.5rem; max-width:30rem; } .usa-legend{ font-size:2.13rem; font-weight:bold; } .usa-input-list{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-input-list li{ line-height:1.3; } .usa-prose .usa-input-list{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-prose .usa-input-list li{ line-height:1.3; } .usa-checkbox__input, .usa-radio__input{ position:absolute; left:-999em; } .lt-ie9 .usa-checkbox__input, .lt-ie9 .usa-radio__input{ border:0; float:left; margin:0.25rem 0.25rem 0 0; position:static; width:auto; } .usa-checkbox__label, .usa-radio__label{ cursor:pointer; display:inherit; font-weight:normal; margin-bottom:0.75rem; padding-left:2rem; position:relative; text-indent:-2rem; } .usa-checkbox__label::before, .usa-radio__label::before{ background:white; content:"\a0"; display:inline-block; left:2px; position:relative; vertical-align:middle\0; } .usa-checkbox__label::before{ height:1.25rem; width:1.25rem; border-radius:2px; } .usa-radio__label::before{ height:1.25rem; border-radius:99rem; width:1.25rem; } .usa-checkbox__label::before, .usa-radio__label::before{ -webkit-box-shadow:0 0 0 2px #71767a; box-shadow:0 0 0 2px #71767a; line-height:1.25rem; margin-right:0.75rem; } .usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-radio__input:checked + .usa-radio__label::before{ background-color:#005ea2; -webkit-box-shadow:0 0 0 2px #005ea2; box-shadow:0 0 0 2px #005ea2; } .usa-radio__input:checked + .usa-radio__label::before{ -webkit-box-shadow:0 0 0 2px #005ea2, inset 0 0 0 2px white; box-shadow:0 0 0 2px #005ea2, inset 0 0 0 2px white; } .usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before{ background-image:url("../img/correct8.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/correct8.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-size:0.75rem auto; } .usa-radio__input:focus + .usa-radio__label::before{ outline:0.25rem solid #2491ff; outline-offset:0.25rem; } .usa-checkbox__input:disabled + .usa-checkbox__label{ color:#c9c9c9; } .usa-checkbox__input:focus + .usa-checkbox__label::before{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-checkbox__input:disabled + .usa-checkbox__label::before, .usa-radio__input:disabled + .usa-radio__label::before{ background:#e6e6e6; -webkit-box-shadow:0 0 0 2px #c9c9c9; box-shadow:0 0 0 2px #c9c9c9; cursor:not-allowed; } .usa-memorable-date{ display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-memorable-date [type="number"]{ -moz-appearance:textfield; } .usa-memorable-date [type="number"]::-webkit-inner-spin-button{ -webkit-appearance:none; appearance:none; } .usa-memorable-date [type="number"]::-webkit-contacts-auto-fill-button{ visibility:hidden; display:none !important; pointer-events:none; height:0; width:0; margin:0; } .usa-form-group--day, .usa-form-group--month, .usa-form-group--year{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; margin-right:1rem; width:3rem; } .usa-form-group--year{ width:4.5rem; } .usa-select{ background-image:url("../img/arrow-both.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/arrow-both.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color:white; background-position:right 0.75rem center; background-size:0.5rem; padding-right:2rem; } .usa-select::-ms-expand{ display:none; } .usa-select:-webkit-autofill{ -webkit-appearance:menulist; appearance:menulist; } .usa-select:-moz-focusring{ color:transparent; text-shadow:0 0 0 black; } [type="file"]{ border:none; padding-left:0; } .usa-range{ -webkit-appearance:none; -moz-appearance:none; appearance:none; border:none; padding-left:1px; width:100%; } .usa-range:focus{ outline:none; } .usa-range:focus::-webkit-slider-thumb{ background-color:white; -webkit-box-shadow:0 0 0 2px #2491ff; box-shadow:0 0 0 2px #2491ff; } .usa-range:focus::-moz-range-thumb{ background-color:white; box-shadow:0 0 0 2px #2491ff; } .usa-range:focus::-ms-thumb{ background-color:white; box-shadow:0 0 0 2px #2491ff; } .usa-range::-webkit-slider-runnable-track{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; cursor:pointer; height:1rem; width:100%; } .usa-range::-moz-range-track{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; cursor:pointer; height:1rem; width:100%; } .usa-range::-ms-track{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; cursor:pointer; height:1rem; width:100%; } .usa-range::-webkit-slider-thumb{ height:1.25rem; border-radius:99rem; width:1.25rem; background:#f0f0f0; border:none; -webkit-box-shadow:0 0 0 2px #71767a; box-shadow:0 0 0 2px #71767a; cursor:pointer; -webkit-appearance:none; appearance:none; margin-top:-0.19rem; } .usa-range::-moz-range-thumb{ height:1.25rem; border-radius:99rem; width:1.25rem; background:#f0f0f0; border:none; box-shadow:0 0 0 2px #71767a; cursor:pointer; } .usa-range::-ms-thumb{ height:1.25rem; border-radius:99rem; width:1.25rem; background:#f0f0f0; border:none; box-shadow:0 0 0 2px #71767a; cursor:pointer; } .usa-range::-ms-fill-lower{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; } .usa-range::-ms-fill-upper{ background-color:#f0f0f0; border-radius:99rem; border:1px solid #71767a; } .usa-textarea{ height:10rem; } .usa-input--error{ border-width:0.25rem; border-color:#b50909; border-style:solid; } .grid-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .grid-container-card{ margin-left:auto; margin-right:auto; max-width:10rem; padding-left:1rem; padding-right:1rem; } .grid-container-card-lg{ margin-left:auto; margin-right:auto; max-width:15rem; padding-left:1rem; padding-right:1rem; } .grid-container-mobile{ margin-left:auto; margin-right:auto; max-width:20rem; padding-left:1rem; padding-right:1rem; } .grid-container-mobile-lg{ margin-left:auto; margin-right:auto; max-width:30rem; padding-left:1rem; padding-right:1rem; } .grid-container-tablet{ margin-left:auto; margin-right:auto; max-width:40rem; padding-left:1rem; padding-right:1rem; } .grid-container-tablet-lg{ margin-left:auto; margin-right:auto; max-width:55rem; padding-left:1rem; padding-right:1rem; } .grid-container-desktop{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .grid-container-desktop-lg{ margin-left:auto; margin-right:auto; max-width:75rem; padding-left:1rem; padding-right:1rem; } .grid-container-widescreen{ margin-left:auto; margin-right:auto; max-width:87.5rem; padding-left:1rem; padding-right:1rem; } .grid-row{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; } .grid-row.grid-gap{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.grid-gap > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.grid-gap-0{ margin-left:0; margin-right:0; } .grid-row.grid-gap-0 > *{ padding-left:0; padding-right:0; } .grid-row.grid-gap-2px{ margin-left:-1px; margin-right:-1px; } .grid-row.grid-gap-2px > *{ padding-left:1px; padding-right:1px; } .grid-row.grid-gap-05{ margin-left:-2px; margin-right:-2px; } .grid-row.grid-gap-05 > *{ padding-left:2px; padding-right:2px; } .grid-row.grid-gap-1{ margin-left:-0.25rem; margin-right:-0.25rem; } .grid-row.grid-gap-1 > *{ padding-left:0.25rem; padding-right:0.25rem; } .grid-row.grid-gap-2{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.grid-gap-2 > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.grid-gap-3{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.grid-gap-3 > *{ padding-left:0.75rem; padding-right:0.75rem; } .grid-row.grid-gap-4{ margin-left:-1rem; margin-right:-1rem; } .grid-row.grid-gap-4 > *{ padding-left:1rem; padding-right:1rem; } .grid-row.grid-gap-5{ margin-left:-1.25rem; margin-right:-1.25rem; } .grid-row.grid-gap-5 > *{ padding-left:1.25rem; padding-right:1.25rem; } .grid-row.grid-gap-6{ margin-left:-1.5rem; margin-right:-1.5rem; } .grid-row.grid-gap-6 > *{ padding-left:1.5rem; padding-right:1.5rem; } .grid-row.grid-gap-sm{ margin-left:-1px; margin-right:-1px; } .grid-row.grid-gap-sm > *{ padding-left:1px; padding-right:1px; } .grid-row.grid-gap-md{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.grid-gap-md > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.grid-gap-lg{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.grid-gap-lg > *{ padding-left:0.75rem; padding-right:0.75rem; } [class*="grid-col"]{ position:relative; width:100%; -webkit-box-sizing:border-box; box-sizing:border-box; } .grid-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .grid-col-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:100%; } .grid-col-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .grid-col-1{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:8.33333%; } .grid-col-2{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:16.66667%; } .grid-col-3{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:25%; } .grid-col-4{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:33.33333%; } .grid-col-5{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:41.66667%; } .grid-col-6{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:50%; } .grid-col-7{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:58.33333%; } .grid-col-8{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:66.66667%; } .grid-col-9{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:75%; } .grid-col-10{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:83.33333%; } .grid-col-11{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:91.66667%; } .grid-col-12{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:100%; } .grid-offset-1{ margin-left:8.33333%; } .grid-offset-2{ margin-left:16.66667%; } .grid-offset-3{ margin-left:25%; } .grid-offset-4{ margin-left:33.33333%; } .grid-offset-5{ margin-left:41.66667%; } .grid-offset-6{ margin-left:50%; } .grid-offset-7{ margin-left:58.33333%; } .grid-offset-8{ margin-left:66.66667%; } .grid-offset-9{ margin-left:75%; } .grid-offset-10{ margin-left:83.33333%; } .grid-offset-11{ margin-left:91.66667%; } .grid-offset-12{ margin-left:100%; } .grid-offset-none{ margin-left:0; } .usa-tag{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:0.93rem; color:white; text-transform:uppercase; background-color:#565c65; border-radius:2px; margin-right:0.25rem; padding:1px 0.5rem; } .usa-tag:only-of-type{ margin-right:0; } .usa-tag--big{ padding-left:0.5rem; padding-right:0.5rem; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; } .usa-paragraph{ line-height:1.5; margin-bottom:0; margin-top:0; max-width:68ex; } * + .usa-paragraph{ margin-top:1em; } .usa-paragraph + *{ margin-top:1em; } .usa-content p, .usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered), .usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered){ max-width:68ex; } .usa-display{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; margin-bottom:0; } * + .usa-display{ margin-top:1.5em; } .usa-display + *{ margin-top:1em; } .usa-intro{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.8; font-weight:400; max-width:88ex; } .usa-dark-background{ -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-color:#3d4551; } .usa-dark-background p, .usa-dark-background span{ color:white; } .usa-dark-background a{ color:#dcdee0; } .usa-dark-background a:hover{ color:white; } .usa-prose > p{ line-height:1.5; margin-bottom:0; margin-top:0; max-width:68ex; } .usa-prose > * + p{ margin-top:1em; } .usa-prose > p + *{ margin-top:1em; } .usa-prose > h1, .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5, .usa-prose > h6{ margin-bottom:0; margin-top:0; clear:both; } .usa-prose > * + h1, .usa-prose > * + h2, .usa-prose > * + h3, .usa-prose > * + h4, .usa-prose > * + h5, .usa-prose > * + h6{ margin-top:1.5em; } .usa-prose > h1 + *, .usa-prose > h2 + *, .usa-prose > h3 + *, .usa-prose > h4 + *, .usa-prose > h5 + *, .usa-prose > h6 + *{ margin-top:1em; } .usa-link{ color:#005ea2; text-decoration:underline; } .usa-link:hover{ color:#1a4480; } .usa-link:active{ color:#162e51; } .usa-link:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-link:visited{ color:#562b97; } .usa-link--external::after{ background:url("../img/external-link.svg") no-repeat 0 0; background-size:100%; content:""; display:inline-block; height:0.65em; margin-bottom:-1px; margin-left:0.25rem; width:0.65em; } .usa-link--external:hover::after{ background-image:url("../img/external-link-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/external-link-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-link--external.usa-link--alt::after{ background:url("../img/external-link-alt.svg") no-repeat 0 0; background-size:100%; content:""; display:inline-block; height:0.65em; margin-bottom:-1px; margin-left:0.25rem; width:0.65em; } .usa-link--external.usa-link--alt:hover::after{ background-image:url("../img/external-link-alt-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/external-link-alt-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-list--unstyled{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-list--unstyled > li{ margin-bottom:0; max-width:unset; } .usa-prose .usa-list--unstyled{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-prose .usa-list--unstyled > li{ margin-bottom:0; max-width:unset; } .usa-prose{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; } .usa-prose > a{ color:#005ea2; text-decoration:underline; } .usa-prose > a:hover{ color:#1a4480; } .usa-prose > a:active{ color:#162e51; } .usa-prose > a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-prose > a:visited{ color:#562b97; } .usa-prose > h1{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:2.44rem; line-height:1.2; font-weight:bold; } .usa-prose > h2{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.95rem; line-height:1.2; font-weight:bold; } .usa-prose > h3{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; } .usa-prose > h4{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:0.98rem; line-height:1.2; font-weight:bold; } .usa-prose > h5{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:0.91rem; line-height:1.2; font-weight:bold; } .usa-prose > h6{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:0.87rem; line-height:1.1; font-weight:normal; letter-spacing:0.025em; text-transform:uppercase; } .usa-accordion{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; color:#1b1b1b; margin:0; padding:0; width:100%; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; } .usa-accordion > li{ margin-bottom:0; max-width:unset; } .usa-accordion > ul li ul{ list-style:disc; } .usa-accordion > ul li ul > li > ul{ list-style:circle; } .usa-accordion > ul li ul > li > ul > li > ul{ list-style:square; } .usa-accordion + .usa-accordion, .usa-accordion + .usa-accordion--bordered{ margin-top:0.5rem; } .usa-accordion--bordered .usa-accordion__content{ border-bottom:0.25rem solid #f0f0f0; border-left:0.25rem solid #f0f0f0; border-right:0.25rem solid #f0f0f0; padding-bottom:1rem; } .usa-accordion--bordered .usa-accordion__heading{ margin-bottom:0; } .usa-accordion__heading, .usa-prose .usa-accordion__heading{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:0.9; margin:0; } .usa-accordion__heading:not(:first-child), .usa-prose .usa-accordion__heading:not(:first-child){ margin-top:0.5rem; } .usa-accordion__content{ background-color:white; margin-top:0; overflow:auto; padding:1rem 1.25rem calc(1rem - 0.25rem) 1.25rem; } .usa-accordion__content > *:first-child{ margin-top:0; } .usa-accordion__content > *:last-child{ margin-bottom:0; } .usa-accordion__content[aria-hidden="true"]{ display:none; } .usa-accordion__button{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; background-image:url("../img/minus.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/minus.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#f0f0f0; background-position:right 1.25rem center; background-size:1rem; color:#1b1b1b; cursor:pointer; display:inline-block; font-weight:bold; margin:0; padding:1rem 3.5rem 1rem 1.25rem; text-decoration:none; width:100%; } .usa-accordion__button:hover{ color:#1a4480; } .usa-accordion__button:active{ color:#162e51; } .usa-accordion__button:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-accordion__button:visited{ color:#562b97; } .usa-accordion__button:hover, .usa-accordion__button:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-accordion__button:hover{ background-color:#dcdee0; color:#1b1b1b; text-decoration:none; } .usa-accordion__button[aria-expanded="false"]{ background-image:url("../img/plus.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/plus.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-size:1rem; } .usa-alert{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; background-color:#f0f0f0; background-position:1.75rem 1.25rem; background-repeat:no-repeat; background-size:2rem; padding-bottom:1rem; padding-left:1.75rem; padding-right:1.25rem; padding-top:1.25rem; position:relative; } * + .usa-alert{ margin-top:1rem; } .usa-alert::before{ background-color:#a9aeb1; content:""; height:100%; left:0; position:absolute; top:0; width:0.5rem; } .usa-alert ul{ margin-bottom:0; margin-top:0.5rem; padding-left:0.5rem; } .usa-alert .usa-checklist{ padding-left:0; } .usa-alert__icon{ display:table-cell; padding-right:0.5rem; } .usa-alert__body{ display:table-cell; vertical-align:top; } .usa-alert__heading{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.46rem; line-height:1.1; margin-top:0; margin-bottom:0.5rem; } .usa-alert__text{ margin-bottom:0; margin-top:0; } .usa-alert__text a{ color:#005ea2; text-decoration:underline; } .usa-alert__text a:hover{ color:#1a4480; } .usa-alert__text a:active{ color:#162e51; } .usa-alert__text a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-alert__text a:visited{ color:#562b97; } .usa-alert__text:only-child{ margin-bottom:0.5rem; padding-top:0.25rem; } .usa-alert--success{ background-image:url("../img/alerts/success.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/alerts/success.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#ecf3ec; } .usa-alert--success::before{ background-color:#00a91c; } .usa-alert--success .usa-alert__body{ padding-left:3.25rem; } .usa-alert--warning{ background-image:url("../img/alerts/warning.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/alerts/warning.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#faf3d1; } .usa-alert--warning::before{ background-color:#ffbe2e; } .usa-alert--warning .usa-alert__body{ padding-left:3.25rem; } .usa-alert--error{ background-image:url("../img/alerts/error.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/alerts/error.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#f4e3db; } .usa-alert--error::before{ background-color:#d63e04; } .usa-alert--error .usa-alert__body{ padding-left:3.25rem; } .usa-alert--info{ background-image:url("../img/alerts/info.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/alerts/info.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-color:#e7f6f8; } .usa-alert--info::before{ background-color:#00bde3; } .usa-alert--info .usa-alert__body{ padding-left:3.25rem; } .usa-alert--slim{ background-position:1.75rem center; background-size:1.5rem; padding-bottom:0.5rem; padding-top:0.5rem; } .usa-alert--slim .usa-alert__body{ padding-left:2.5rem; } .usa-alert--slim .usa-alert__text:only-child{ margin-bottom:0.25rem; padding-top:0.25rem; } .usa-alert--no-icon{ background-image:none; } .usa-alert--no-icon .usa-alert__body{ padding-left:0; } .usa-alert--validation{ background-size:1.5rem; } .usa-alert--validation .usa-alert__body{ padding-left:2.5rem; } .usa-alert--validation .usa-checklist{ margin-top:1rem; } .usa-banner{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; background-color:#f0f0f0; } .usa-banner__content{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; padding-left:1rem; padding-right:1rem; background-color:transparent; font-size:1rem; overflow:hidden; padding-bottom:1rem; padding-left:0.5rem; padding-top:0.25rem; width:100%; } .usa-banner__content p:first-child{ margin:0; } .usa-banner__guidance{ padding-top:1rem; } .usa-banner__inner{ padding-left:1rem; padding-right:1rem; margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start; padding-right:0; } .usa-banner__header{ padding-bottom:0.5rem; padding-top:0.5rem; font-size:0.8rem; font-weight:normal; min-height:3rem; position:relative; } .usa-banner__header-close-text{ margin-bottom:0; margin-top:0; color:#565c65; display:none; font-size:0.8rem; line-height:1.1; padding-top:0.25rem; } .usa-banner__header--expanded .usa-banner__header-close-text{ display:block; } .usa-banner__header-text{ margin-bottom:0; margin-top:0; font-size:0.8rem; line-height:1.1; } .usa-banner__header-action{ color:#005ea2; line-height:1.1; margin-bottom:0; margin-top:2px; text-decoration:underline; } .usa-banner__header-action::after{ background-image:url("../img/angle-arrow-down-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-repeat:no-repeat; background-size:0.5rem; content:""; display:inline-block; height:0.5rem; width:0.5rem; margin-left:0.25rem; } .usa-banner__header-action:hover::after{ background-image:url("../img/angle-arrow-down-primary-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-banner__header--expanded .usa-banner__header-action{ display:none; } .usa-banner__header-flag{ float:left; margin-right:0.5rem; width:1rem; } .usa-banner__header--expanded{ padding-right:3.5rem; } .usa-banner__header--expanded .usa-banner__inner{ margin-left:0; } .usa-banner__header--expanded .usa-banner__header-action{ display:none; } .usa-banner__button{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; position:absolute; left:0; position:absolute; bottom:0; top:0; color:#005ea2; text-decoration:underline; vertical-align:baseline; display:block; font-size:0.8rem; height:auto; line-height:1.1; padding-top:0; padding-left:0; text-decoration:none; width:auto; } .usa-banner__button:hover{ color:#1a4480; } .usa-banner__button:active{ color:#162e51; } .usa-banner__button:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-banner__button:visited{ color:#562b97; } .usa-banner__button:hover, .usa-banner__button:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-banner__button[aria-expanded="false"]{ background-image:none; } .usa-banner__button[aria-expanded="true"]{ background-image:none; } .usa-banner__button[aria-expanded="true"]::after{ position:absolute; right:1rem; top:0.75rem; } .usa-banner__button-text{ position:absolute; left:-999em; text-decoration:underline; } .usa-banner__icon{ width:2.5rem; } .usa-checklist{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; } .usa-checklist__item{ text-indent:-2.5rem; margin-bottom:0; margin-top:0; margin-bottom:0; margin-top:0.5rem; } .usa-checklist__item::before{ content:" "; display:inline-block; height:1rem; margin-left:-0.25rem; margin-right:0.75rem; width:2rem; } .usa-checklist__item.usa-checklist__item--checked::before{ background-image:url("../img/correct9.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/correct9.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center; background-size:1.25rem; } .usa-footer{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; overflow:hidden; } .usa-footer__return-to-top{ padding-bottom:1.25rem; padding-top:1.25rem; line-height:0.9; } .usa-footer__return-to-top a{ color:#005ea2; text-decoration:underline; } .usa-footer__return-to-top a:hover{ color:#1a4480; } .usa-footer__return-to-top a:active{ color:#162e51; } .usa-footer__return-to-top a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-footer__return-to-top a:visited{ color:#562b97; } .usa-footer__nav{ margin-left:auto; margin-right:auto; padding-left:0; padding-right:0; border-bottom:1px solid #a9aeb1; max-width:64rem; } .usa-footer__nav > ul{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-footer__primary-section{ background-color:#f0f0f0; } .usa-footer__primary-container{ margin-left:auto; margin-right:auto; max-width:64rem; } .usa-footer__primary-content{ line-height:1.1; } .usa-footer__primary-link a, .usa-footer__secondary-link a{ text-decoration:none; } .usa-footer__primary-link a:hover, .usa-footer__secondary-link a:hover{ text-decoration:underline; } .usa-footer__primary-link{ padding-left:1rem; padding-right:1rem; padding-bottom:1rem; padding-top:1rem; color:#1b1b1b; text-decoration:none; font-weight:bold; display:block; } .usa-footer__primary-link:hover{ cursor:pointer; text-decoration:underline; } .usa-footer__secondary-link{ line-height:1.1; margin-left:1rem; padding:0; } .usa-footer__secondary-link a{ color:#005ea2; text-decoration:underline; } .usa-footer__secondary-link a:hover{ color:#1a4480; } .usa-footer__secondary-link a:active{ color:#162e51; } .usa-footer__secondary-link a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-footer__secondary-link a:visited{ color:#562b97; } .usa-footer__secondary-link + .usa-footer__secondary-link{ padding-top:1rem; } .usa-footer__contact-info{ line-height:1.1; } .usa-footer__contact-info a{ color:#1b1b1b; text-decoration:none; } .usa-footer__contact-info a:hover{ text-decoration:underline; } .usa-footer__primary-content{ border-top:1px solid #a9aeb1; } .usa-sign-up{ padding-bottom:2rem; padding-top:1.5rem; } .usa-sign-up .usa-label, .usa-sign-up .usa-button{ margin-top:0.75rem; } .usa-sign-up__heading{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; margin:0; } .usa-footer__secondary-section{ padding-bottom:1.25rem; padding-top:1.25rem; background-color:#dcdee0; } .usa-footer__secondary-section a{ color:#1b1b1b; } .usa-footer__logo{ margin-bottom:0.5rem; margin-top:0.5rem; } .usa-footer__logo-img{ max-width:5rem; } .usa-footer__logo-heading{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; margin-bottom:0.5rem; margin-top:0.5rem; line-height:1; } .usa-footer__contact-links{ margin-top:1.5rem; } .usa-footer__contact-heading{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; margin-top:0; } .usa-footer__social-links{ line-height:0.9; padding-bottom:0.5rem; } .usa-footer__social-links a{ text-decoration:none; } .usa-social-link{ height:3rem; width:3rem; background-position:center center; background-size:auto 1.5rem; background-color:rgba(0, 0, 0, 0.1); display:inline-block; } .usa-social-link span{ position:absolute; left:-999em; } .usa-social-link--facebook{ background-image:url("../img/social-icons/facebook25.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/social-icons/facebook25.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-social-link--twitter{ background-image:url("../img/social-icons/twitter16.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/social-icons/twitter16.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-social-link--youtube{ background-image:url("../img/social-icons/youtube15.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/social-icons/youtube15.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-social-link--rss{ background-image:url("../img/social-icons/rss25.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/social-icons/rss25.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-footer--slim .usa-footer__address{ padding-left:1rem; padding-right:1rem; padding-bottom:1rem; padding-top:1rem; } .usa-footer--slim .usa-footer__logo{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .usa-footer--slim .usa-footer__logo-img{ max-width:3rem; } .usa-footer--slim .usa-footer__contact-info{ display:inline-block; } .usa-footer--big .usa-footer__nav{ margin-left:-1rem; margin-right:-1rem; } .usa-footer--big .usa-footer__primary-link{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:0.98rem; line-height:1.2; font-weight:bold; line-height:1.2; margin:0; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; cursor:pointer; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before{ background-image:url("../img/arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/arrow-down.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; -webkit-box-align:center; -ms-flex-align:center; align-items:center; background-size:contain; content:""; display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; height:0.75rem; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; margin-right:0.5rem; width:0.75rem; } .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-list--unstyled{ display:none; } .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link::before{ background-image:url("../img/arrow-right.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/arrow-right.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled{ padding-left:1rem; padding-right:1rem; padding-bottom:1.25rem; } .usa-form{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.3; } .usa-form .usa-input, .usa-form .usa-range, .usa-form .usa-select, .usa-form .usa-textarea{ max-width:none; } .usa-form .usa-input--small{ max-width:4rem; } .usa-form .usa-input--medium{ max-width:7.5rem; } .usa-form .usa-button{ margin-top:0.5rem; } .usa-form a{ color:#005ea2; text-decoration:underline; } .usa-form a:hover{ color:#1a4480; } .usa-form a:active{ color:#162e51; } .usa-form a:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-form a:visited{ color:#562b97; } .usa-form__note{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:0.93rem; line-height:1.3; float:right; margin:0.25rem 0 1rem; } .usa-graphic-list{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; } .usa-graphic-list .usa-graphic-list__row .usa-media-block{ margin-bottom:2rem; } .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block:last-child{ margin-bottom:0; } .usa-graphic-list .usa-media-block__img{ margin-right:1.5rem; } .usa-graphic-list .usa-media-block__body > :first-child{ margin-top:0; } .usa-graphic-list__heading{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.34rem; line-height:1.2; font-weight:bold; } * + .usa-graphic-list__heading{ margin-top:1.5em; } .usa-graphic-list__heading + *{ margin-top:1em; } .usa-header{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; z-index:300; } .usa-header::after{ clear:both; content:""; display:block; } .usa-header a{ border-bottom:none; } .usa-header [type="search"]{ min-width:0; } .usa-logo a{ color:#1b1b1b; text-decoration:none; } .usa-logo__text{ display:block; font-style:normal; font-weight:bold; margin:0; } .usa-menu-btn{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; padding-left:0.75rem; padding-right:0.75rem; background-color:#005ea2; color:white; font-size:0.87rem; height:3rem; text-align:center; text-decoration:none; text-transform:uppercase; } .usa-menu-btn:hover{ color:#1a4480; } .usa-menu-btn:active{ color:#162e51; } .usa-menu-btn:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-menu-btn:visited{ color:#562b97; } .usa-menu-btn:hover, .usa-menu-btn:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-menu-btn:hover{ background-color:#1a4480; color:white; text-decoration:none; } .usa-menu-btn:active{ color:white; } .usa-menu-btn:visited{ color:white; } .usa-overlay{ position:absolute; bottom:0; left:0; right:0; top:0; position:fixed; background:black; opacity:0; -webkit-transition:opacity 0.2s ease-in-out; transition:opacity 0.2s ease-in-out; visibility:hidden; z-index:400; } .usa-overlay.is-visible{ opacity:0.2; visibility:visible; } .usa-header--basic.usa-header--megamenu .usa-nav__inner{ display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .usa-hero{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; padding-bottom:2rem; padding-top:2rem; background-image:url("../img/hero.png"); background-position:center; background-size:cover; color:white; } .usa-hero__callout{ background-color:#162e51; padding:2rem; } .usa-hero__heading{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:1.95rem; line-height:1.2; font-weight:bold; color:#00bde3; line-height:1.2; } * + .usa-hero__heading{ margin-top:1.5em; } .usa-hero__heading + *{ margin-top:1em; } .usa-hero__heading--alt{ color:white; display:block; } .usa-layout-docs__sidenav{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; padding-top:2rem; } .usa-media-block__img{ float:left; margin-right:0.5rem; } .usa-media-block__body{ overflow:hidden; } .usa-megamenu .usa-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; } .usa-navbar{ height:3rem; } @-webkit-keyframes slidein-left{ from{ -webkit-transform:translateX(15rem); transform:translateX(15rem); } to{ -webkit-transform:translateX(0); transform:translateX(0); } } @keyframes slidein-left{ from{ -webkit-transform:translateX(15rem); transform:translateX(15rem); } to{ -webkit-transform:translateX(0); transform:translateX(0); } } .usa-nav{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:0.9; } .usa-nav__primary .usa-nav__primary-item a{ text-decoration:none; } .usa-nav__primary > .usa-nav__primary-item{ line-height:1.1; } .usa-nav__primary button{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; color:#565c65; font-weight:normal; line-height:1.1; padding:0.75rem 1rem; text-decoration:none; } .usa-nav__primary button:hover{ color:#1a4480; } .usa-nav__primary button:active{ color:#162e51; } .usa-nav__primary button:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-nav__primary button:visited{ color:#562b97; } .usa-nav__primary button:hover, .usa-nav__primary button:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-nav__primary button:hover{ color:#005ea2; background-color:#f0f0f0; text-decoration:none; } .usa-nav__primary button[aria-expanded="false"]{ background-image:url("../img/plus-alt.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/plus-alt.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:right 0 center; background-size:0.75rem; } .usa-nav__primary button[aria-expanded="true"]{ background-image:url("../img/minus-alt.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/minus-alt.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:right 0 center; background-size:0.75rem; } .usa-nav__secondary{ margin-top:1rem; } .usa-nav__secondary .usa-search{ margin-top:1rem; width:100%; } .usa-nav__secondary-links{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; line-height:1.3; margin-top:1.5rem; } .usa-nav__secondary-links a{ color:#71767a; display:inline-block; font-size:0.93rem; text-decoration:none; } .usa-nav__secondary-links a:hover{ color:#005ea2; text-decoration:underline; } .usa-nav__submenu[aria-hidden="true"]{ display:none; } .usa-nav__submenu-list{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; } .usa-nav__submenu-list > li{ margin-bottom:0; max-width:unset; } .usa-nav__submenu-list .usa-nav__submenu-list-item{ margin:0; font-size:0.93rem; } .usa-nav__submenu-list .usa-nav__submenu-list-item a{ line-height:1.3; } .usa-nav__close{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; color:#005ea2; text-decoration:underline; background-color:transparent; border:0; border-radius:0; -webkit-box-shadow:none; box-shadow:none; font-weight:normal; margin:0; padding:0; text-align:left; height:3rem; width:3rem; color:currentColor; -webkit-box-flex:0; -ms-flex:none; flex:none; float:right; margin:-0.75rem -1rem 1rem auto; text-align:center; } .usa-nav__close:hover{ color:#1a4480; } .usa-nav__close:active{ color:#162e51; } .usa-nav__close:focus{ outline:0.25rem solid #2491ff; outline-offset:0; } .usa-nav__close:visited{ color:#562b97; } .usa-nav__close:hover, .usa-nav__close:active{ -moz-osx-font-smoothing:auto; -webkit-font-smoothing:subpixel-antialiased; background-color:transparent; -webkit-box-shadow:none; box-shadow:none; text-decoration:underline; } .usa-nav__close:hover{ color:currentColor; text-decoration:none; } .usa-nav__close img{ width:0.75rem; } .usa-nav__close + *{ clear:both; } .usa-js-mobile-nav--active{ overflow:hidden; } .usa-search{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; position:relative; } .usa-search::after{ clear:both; content:""; display:block; } .usa-search [role="search"]{ display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-search [type="submit"]{ background-image:url("../img/search.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/search.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-size:1rem; border-bottom-left-radius:0; border-top-left-radius:0; height:2rem; margin:0; padding:0; width:3rem; } input[type="search"]{ -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-appearance:none; -moz-appearance:none; appearance:none; } [type="search"], .usa-search__input{ padding-bottom:0; padding-top:0; border-bottom-right-radius:0; border-right:none; border-top-right-radius:0; -webkit-box-sizing:border-box; box-sizing:border-box; float:left; font-size:1rem; height:2rem; margin:0; } .usa-search__submit-text{ position:absolute; left:-999em; } .usa-section{ padding-bottom:2rem; padding-top:2rem; } .usa-section--light{ background-color:#f0f0f0; } .usa-section--dark{ background-color:#162e51; color:white; } .usa-section--dark h1, .usa-section--dark h2, .usa-section--dark h3, .usa-section--dark h4, .usa-section--dark h5, .usa-section--dark h6{ color:#00bde3; } .usa-section--dark p{ color:white; } .usa-section--dark a{ color:#dcdee0; } .usa-section--dark a:hover{ color:white; } .usa-sidenav{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.3; border-bottom:1px solid #dcdee0; } .usa-sidenav > li{ margin-bottom:0; max-width:unset; } .usa-sidenav__item{ border-top:1px solid #dcdee0; } .usa-sidenav a{ color:#565c65; display:block; padding:0.5rem 1rem; text-decoration:none; } .usa-sidenav a:hover{ background-color:#f0f0f0; color:#005ea2; text-decoration:none; } .usa-sidenav a:focus{ outline-offset:0; } .usa-sidenav .usa-current{ position:relative; color:#005ea2; font-weight:bold; } .usa-sidenav .usa-current::after{ background-color:#005ea2; border-radius:99rem; content:""; display:block; position:absolute; bottom:0.25rem; top:0.25rem; width:0.25rem; left:0.25rem; } .grid-container .usa-sidenav{ margin-left:-1rem; margin-right:-1rem; } .usa-sidenav__sublist{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; margin:0; font-size:1rem; } .usa-sidenav__sublist > li{ margin-bottom:0; max-width:unset; } .usa-sidenav__sublist-item{ border-top:1px solid #dcdee0; font-size:0.93rem; } .usa-sidenav__sublist .usa-current::after{ display:none; } .usa-sidenav__sublist a{ padding-left:2rem; } .usa-sidenav__sublist .usa-sidenav__sublist a{ padding-left:3rem; } .usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a{ content:"foobar"; padding-left:4rem; } .usa-skipnav{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size:1.06rem; line-height:1.5; background:transparent; left:0; padding:0.5rem 1rem; position:absolute; top:-3.8rem; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; z-index:100; } .usa-skipnav:focus{ background:white; left:0; position:absolute; top:0; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } [class*="font-mono-"]{ font-family:Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; } [class*="font-sans-"]{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } [class*="font-serif-"]{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } [class*="font-ui-"]{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } [class*="font-heading-"]{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } [class*="font-body-"]{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } [class*="font-code-"]{ font-family:Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; } [class*="font-alt-"]{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } .add-aspect-9x16{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 177.77778%; position:relative; } .add-aspect-1x1{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 100%; position:relative; } .add-aspect-4x3{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 75%; position:relative; } .add-aspect-16x9{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 56.25%; position:relative; } .add-aspect-2x1{ -webkit-box-sizing:border-box; box-sizing:border-box; height:0; max-width:100%; overflow:hidden; padding:0 0 50%; position:relative; } .add-list-reset{ margin-bottom:0; margin-top:0; padding-left:0; list-style:none; } .flex-align-start{ -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start; } .flex-align-end{ -webkit-box-align:end; -ms-flex-align:end; align-items:flex-end; } .flex-align-center{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .flex-align-stretch{ -webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch; } .flex-align-baseline{ -webkit-box-align:baseline; -ms-flex-align:baseline; align-items:baseline; } .bg-transparent{ background-color:transparent; } .hover\:bg-transparent:hover{ background-color:transparent; } .bg-black{ background-color:black; } .hover\:bg-black:hover{ background-color:black; } .bg-white{ background-color:white; } .hover\:bg-white:hover{ background-color:white; } .bg-red{ background-color:#e52207; } .hover\:bg-red:hover{ background-color:#e52207; } .bg-orange{ background-color:#e66f0e; } .hover\:bg-orange:hover{ background-color:#e66f0e; } .bg-gold{ background-color:#ffbe2e; } .hover\:bg-gold:hover{ background-color:#ffbe2e; } .bg-yellow{ background-color:#fee685; } .hover\:bg-yellow:hover{ background-color:#fee685; } .bg-green{ background-color:#538200; } .hover\:bg-green:hover{ background-color:#538200; } .bg-mint{ background-color:#04c585; } .hover\:bg-mint:hover{ background-color:#04c585; } .bg-cyan{ background-color:#009ec1; } .hover\:bg-cyan:hover{ background-color:#009ec1; } .bg-blue{ background-color:#0076d6; } .hover\:bg-blue:hover{ background-color:#0076d6; } .bg-indigo{ background-color:#676cc8; } .hover\:bg-indigo:hover{ background-color:#676cc8; } .bg-violet{ background-color:#8168b3; } .hover\:bg-violet:hover{ background-color:#8168b3; } .bg-magenta{ background-color:#d72d79; } .hover\:bg-magenta:hover{ background-color:#d72d79; } .bg-gray-5{ background-color:#f0f0f0; } .hover\:bg-gray-5:hover{ background-color:#f0f0f0; } .bg-gray-10{ background-color:#e6e6e6; } .hover\:bg-gray-10:hover{ background-color:#e6e6e6; } .bg-gray-30{ background-color:#adadad; } .hover\:bg-gray-30:hover{ background-color:#adadad; } .bg-gray-50{ background-color:#757575; } .hover\:bg-gray-50:hover{ background-color:#757575; } .bg-gray-70{ background-color:#454545; } .hover\:bg-gray-70:hover{ background-color:#454545; } .bg-gray-90{ background-color:#1b1b1b; } .hover\:bg-gray-90:hover{ background-color:#1b1b1b; } .bg-base-lightest{ background-color:#f0f0f0; } .hover\:bg-base-lightest:hover{ background-color:#f0f0f0; } .bg-base-lighter{ background-color:#dcdee0; } .hover\:bg-base-lighter:hover{ background-color:#dcdee0; } .bg-base-light{ background-color:#a9aeb1; } .hover\:bg-base-light:hover{ background-color:#a9aeb1; } .bg-base{ background-color:#71767a; } .hover\:bg-base:hover{ background-color:#71767a; } .bg-base-dark{ background-color:#565c65; } .hover\:bg-base-dark:hover{ background-color:#565c65; } .bg-base-darker{ background-color:#3d4551; } .hover\:bg-base-darker:hover{ background-color:#3d4551; } .bg-base-darkest{ background-color:#1b1b1b; } .hover\:bg-base-darkest:hover{ background-color:#1b1b1b; } .bg-ink{ background-color:#1b1b1b; } .hover\:bg-ink:hover{ background-color:#1b1b1b; } .bg-primary-lighter{ background-color:#d9e8f6; } .hover\:bg-primary-lighter:hover{ background-color:#d9e8f6; } .bg-primary-light{ background-color:#73b3e7; } .hover\:bg-primary-light:hover{ background-color:#73b3e7; } .bg-primary{ background-color:#005ea2; } .hover\:bg-primary:hover{ background-color:#005ea2; } .bg-primary-vivid{ background-color:#0050d8; } .hover\:bg-primary-vivid:hover{ background-color:#0050d8; } .bg-primary-dark{ background-color:#1a4480; } .hover\:bg-primary-dark:hover{ background-color:#1a4480; } .bg-primary-darker{ background-color:#162e51; } .hover\:bg-primary-darker:hover{ background-color:#162e51; } .bg-secondary-lighter{ background-color:#f3e1e4; } .hover\:bg-secondary-lighter:hover{ background-color:#f3e1e4; } .bg-secondary-light{ background-color:#f2938c; } .hover\:bg-secondary-light:hover{ background-color:#f2938c; } .bg-secondary{ background-color:#d83933; } .hover\:bg-secondary:hover{ background-color:#d83933; } .bg-secondary-vivid{ background-color:#e41d3d; } .hover\:bg-secondary-vivid:hover{ background-color:#e41d3d; } .bg-secondary-dark{ background-color:#b50909; } .hover\:bg-secondary-dark:hover{ background-color:#b50909; } .bg-secondary-darker{ background-color:#8b0a03; } .hover\:bg-secondary-darker:hover{ background-color:#8b0a03; } .bg-accent-warm-darker{ background-color:#775540; } .hover\:bg-accent-warm-darker:hover{ background-color:#775540; } .bg-accent-warm-dark{ background-color:#c05600; } .hover\:bg-accent-warm-dark:hover{ background-color:#c05600; } .bg-accent-warm{ background-color:#fa9441; } .hover\:bg-accent-warm:hover{ background-color:#fa9441; } .bg-accent-warm-light{ background-color:#ffbc78; } .hover\:bg-accent-warm-light:hover{ background-color:#ffbc78; } .bg-accent-warm-lighter{ background-color:#f2e4d4; } .hover\:bg-accent-warm-lighter:hover{ background-color:#f2e4d4; } .bg-accent-cool-darker{ background-color:#07648d; } .hover\:bg-accent-cool-darker:hover{ background-color:#07648d; } .bg-accent-cool-dark{ background-color:#28a0cb; } .hover\:bg-accent-cool-dark:hover{ background-color:#28a0cb; } .bg-accent-cool{ background-color:#00bde3; } .hover\:bg-accent-cool:hover{ background-color:#00bde3; } .bg-accent-cool-light{ background-color:#97d4ea; } .hover\:bg-accent-cool-light:hover{ background-color:#97d4ea; } .bg-accent-cool-lighter{ background-color:#e1f3f8; } .hover\:bg-accent-cool-lighter:hover{ background-color:#e1f3f8; } .border-1px{ border:1px solid; } .hover\:border-1px:hover{ border:1px solid; } .border-y-1px{ border-top:1px solid; border-bottom:1px solid; } .hover\:border-y-1px:hover{ border-top:1px solid; border-bottom:1px solid; } .border-x-1px{ border-left:1px solid; border-right:1px solid; } .hover\:border-x-1px:hover{ border-left:1px solid; border-right:1px solid; } .border-top-1px{ border-top:1px solid; } .hover\:border-top-1px:hover{ border-top:1px solid; } .border-right-1px{ border-right:1px solid; } .hover\:border-right-1px:hover{ border-right:1px solid; } .border-bottom-1px{ border-bottom:1px solid; } .hover\:border-bottom-1px:hover{ border-bottom:1px solid; } .border-left-1px{ border-left:1px solid; } .hover\:border-left-1px:hover{ border-left:1px solid; } .border-2px{ border:2px solid; } .hover\:border-2px:hover{ border:2px solid; } .border-y-2px{ border-top:2px solid; border-bottom:2px solid; } .hover\:border-y-2px:hover{ border-top:2px solid; border-bottom:2px solid; } .border-x-2px{ border-left:2px solid; border-right:2px solid; } .hover\:border-x-2px:hover{ border-left:2px solid; border-right:2px solid; } .border-top-2px{ border-top:2px solid; } .hover\:border-top-2px:hover{ border-top:2px solid; } .border-right-2px{ border-right:2px solid; } .hover\:border-right-2px:hover{ border-right:2px solid; } .border-bottom-2px{ border-bottom:2px solid; } .hover\:border-bottom-2px:hover{ border-bottom:2px solid; } .border-left-2px{ border-left:2px solid; } .hover\:border-left-2px:hover{ border-left:2px solid; } .border-05{ border:0.25rem solid; } .hover\:border-05:hover{ border:0.25rem solid; } .border-y-05{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .hover\:border-y-05:hover{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .border-x-05{ border-left:0.25rem solid; border-right:0.25rem solid; } .hover\:border-x-05:hover{ border-left:0.25rem solid; border-right:0.25rem solid; } .border-top-05{ border-top:0.25rem solid; } .hover\:border-top-05:hover{ border-top:0.25rem solid; } .border-right-05{ border-right:0.25rem solid; } .hover\:border-right-05:hover{ border-right:0.25rem solid; } .border-bottom-05{ border-bottom:0.25rem solid; } .hover\:border-bottom-05:hover{ border-bottom:0.25rem solid; } .border-left-05{ border-left:0.25rem solid; } .hover\:border-left-05:hover{ border-left:0.25rem solid; } .border-1{ border:0.5rem solid; } .hover\:border-1:hover{ border:0.5rem solid; } .border-y-1{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .hover\:border-y-1:hover{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .border-x-1{ border-left:0.5rem solid; border-right:0.5rem solid; } .hover\:border-x-1:hover{ border-left:0.5rem solid; border-right:0.5rem solid; } .border-top-1{ border-top:0.5rem solid; } .hover\:border-top-1:hover{ border-top:0.5rem solid; } .border-right-1{ border-right:0.5rem solid; } .hover\:border-right-1:hover{ border-right:0.5rem solid; } .border-bottom-1{ border-bottom:0.5rem solid; } .hover\:border-bottom-1:hover{ border-bottom:0.5rem solid; } .border-left-1{ border-left:0.5rem solid; } .hover\:border-left-1:hover{ border-left:0.5rem solid; } .border-105{ border:0.75rem solid; } .hover\:border-105:hover{ border:0.75rem solid; } .border-y-105{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .hover\:border-y-105:hover{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .border-x-105{ border-left:0.75rem solid; border-right:0.75rem solid; } .hover\:border-x-105:hover{ border-left:0.75rem solid; border-right:0.75rem solid; } .border-top-105{ border-top:0.75rem solid; } .hover\:border-top-105:hover{ border-top:0.75rem solid; } .border-right-105{ border-right:0.75rem solid; } .hover\:border-right-105:hover{ border-right:0.75rem solid; } .border-bottom-105{ border-bottom:0.75rem solid; } .hover\:border-bottom-105:hover{ border-bottom:0.75rem solid; } .border-left-105{ border-left:0.75rem solid; } .hover\:border-left-105:hover{ border-left:0.75rem solid; } .border-2{ border:1rem solid; } .hover\:border-2:hover{ border:1rem solid; } .border-y-2{ border-top:1rem solid; border-bottom:1rem solid; } .hover\:border-y-2:hover{ border-top:1rem solid; border-bottom:1rem solid; } .border-x-2{ border-left:1rem solid; border-right:1rem solid; } .hover\:border-x-2:hover{ border-left:1rem solid; border-right:1rem solid; } .border-top-2{ border-top:1rem solid; } .hover\:border-top-2:hover{ border-top:1rem solid; } .border-right-2{ border-right:1rem solid; } .hover\:border-right-2:hover{ border-right:1rem solid; } .border-bottom-2{ border-bottom:1rem solid; } .hover\:border-bottom-2:hover{ border-bottom:1rem solid; } .border-left-2{ border-left:1rem solid; } .hover\:border-left-2:hover{ border-left:1rem solid; } .border-205{ border:1.25rem solid; } .hover\:border-205:hover{ border:1.25rem solid; } .border-y-205{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .hover\:border-y-205:hover{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .border-x-205{ border-left:1.25rem solid; border-right:1.25rem solid; } .hover\:border-x-205:hover{ border-left:1.25rem solid; border-right:1.25rem solid; } .border-top-205{ border-top:1.25rem solid; } .hover\:border-top-205:hover{ border-top:1.25rem solid; } .border-right-205{ border-right:1.25rem solid; } .hover\:border-right-205:hover{ border-right:1.25rem solid; } .border-bottom-205{ border-bottom:1.25rem solid; } .hover\:border-bottom-205:hover{ border-bottom:1.25rem solid; } .border-left-205{ border-left:1.25rem solid; } .hover\:border-left-205:hover{ border-left:1.25rem solid; } .border-3{ border:1.5rem solid; } .hover\:border-3:hover{ border:1.5rem solid; } .border-y-3{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .hover\:border-y-3:hover{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .border-x-3{ border-left:1.5rem solid; border-right:1.5rem solid; } .hover\:border-x-3:hover{ border-left:1.5rem solid; border-right:1.5rem solid; } .border-top-3{ border-top:1.5rem solid; } .hover\:border-top-3:hover{ border-top:1.5rem solid; } .border-right-3{ border-right:1.5rem solid; } .hover\:border-right-3:hover{ border-right:1.5rem solid; } .border-bottom-3{ border-bottom:1.5rem solid; } .hover\:border-bottom-3:hover{ border-bottom:1.5rem solid; } .border-left-3{ border-left:1.5rem solid; } .hover\:border-left-3:hover{ border-left:1.5rem solid; } .border-0{ border:0 solid; } .hover\:border-0:hover{ border:0 solid; } .border-y-0{ border-top:0 solid; border-bottom:0 solid; } .hover\:border-y-0:hover{ border-top:0 solid; border-bottom:0 solid; } .border-x-0{ border-left:0 solid; border-right:0 solid; } .hover\:border-x-0:hover{ border-left:0 solid; border-right:0 solid; } .border-top-0{ border-top:0 solid; } .hover\:border-top-0:hover{ border-top:0 solid; } .border-right-0{ border-right:0 solid; } .hover\:border-right-0:hover{ border-right:0 solid; } .border-bottom-0{ border-bottom:0 solid; } .hover\:border-bottom-0:hover{ border-bottom:0 solid; } .border-left-0{ border-left:0 solid; } .hover\:border-left-0:hover{ border-left:0 solid; } .border{ border:1px solid; } .hover\:border:hover{ border:1px solid; } .border-y{ border-top:1px solid; border-bottom:1px solid; } .hover\:border-y:hover{ border-top:1px solid; border-bottom:1px solid; } .border-x{ border-left:1px solid; border-right:1px solid; } .hover\:border-x:hover{ border-left:1px solid; border-right:1px solid; } .border-top{ border-top:1px solid; } .hover\:border-top:hover{ border-top:1px solid; } .border-right{ border-right:1px solid; } .hover\:border-right:hover{ border-right:1px solid; } .border-bottom{ border-bottom:1px solid; } .hover\:border-bottom:hover{ border-bottom:1px solid; } .border-left{ border-left:1px solid; } .hover\:border-left:hover{ border-left:1px solid; } .border-transparent{ border-color:transparent; } .hover\:border-transparent:hover{ border-color:transparent; } .border-black{ border-color:black; } .hover\:border-black:hover{ border-color:black; } .border-white{ border-color:white; } .hover\:border-white:hover{ border-color:white; } .border-red{ border-color:#e52207; } .hover\:border-red:hover{ border-color:#e52207; } .border-orange{ border-color:#e66f0e; } .hover\:border-orange:hover{ border-color:#e66f0e; } .border-gold{ border-color:#ffbe2e; } .hover\:border-gold:hover{ border-color:#ffbe2e; } .border-yellow{ border-color:#fee685; } .hover\:border-yellow:hover{ border-color:#fee685; } .border-green{ border-color:#538200; } .hover\:border-green:hover{ border-color:#538200; } .border-mint{ border-color:#04c585; } .hover\:border-mint:hover{ border-color:#04c585; } .border-cyan{ border-color:#009ec1; } .hover\:border-cyan:hover{ border-color:#009ec1; } .border-blue{ border-color:#0076d6; } .hover\:border-blue:hover{ border-color:#0076d6; } .border-indigo{ border-color:#676cc8; } .hover\:border-indigo:hover{ border-color:#676cc8; } .border-violet{ border-color:#8168b3; } .hover\:border-violet:hover{ border-color:#8168b3; } .border-magenta{ border-color:#d72d79; } .hover\:border-magenta:hover{ border-color:#d72d79; } .border-gray-5{ border-color:#f0f0f0; } .hover\:border-gray-5:hover{ border-color:#f0f0f0; } .border-gray-10{ border-color:#e6e6e6; } .hover\:border-gray-10:hover{ border-color:#e6e6e6; } .border-gray-30{ border-color:#adadad; } .hover\:border-gray-30:hover{ border-color:#adadad; } .border-gray-50{ border-color:#757575; } .hover\:border-gray-50:hover{ border-color:#757575; } .border-gray-70{ border-color:#454545; } .hover\:border-gray-70:hover{ border-color:#454545; } .border-gray-90{ border-color:#1b1b1b; } .hover\:border-gray-90:hover{ border-color:#1b1b1b; } .border-base-lightest{ border-color:#f0f0f0; } .hover\:border-base-lightest:hover{ border-color:#f0f0f0; } .border-base-lighter{ border-color:#dcdee0; } .hover\:border-base-lighter:hover{ border-color:#dcdee0; } .border-base-light{ border-color:#a9aeb1; } .hover\:border-base-light:hover{ border-color:#a9aeb1; } .border-base{ border-color:#71767a; } .hover\:border-base:hover{ border-color:#71767a; } .border-base-dark{ border-color:#565c65; } .hover\:border-base-dark:hover{ border-color:#565c65; } .border-base-darker{ border-color:#3d4551; } .hover\:border-base-darker:hover{ border-color:#3d4551; } .border-base-darkest{ border-color:#1b1b1b; } .hover\:border-base-darkest:hover{ border-color:#1b1b1b; } .border-ink{ border-color:#1b1b1b; } .hover\:border-ink:hover{ border-color:#1b1b1b; } .border-primary-lighter{ border-color:#d9e8f6; } .hover\:border-primary-lighter:hover{ border-color:#d9e8f6; } .border-primary-light{ border-color:#73b3e7; } .hover\:border-primary-light:hover{ border-color:#73b3e7; } .border-primary{ border-color:#005ea2; } .hover\:border-primary:hover{ border-color:#005ea2; } .border-primary-vivid{ border-color:#0050d8; } .hover\:border-primary-vivid:hover{ border-color:#0050d8; } .border-primary-dark{ border-color:#1a4480; } .hover\:border-primary-dark:hover{ border-color:#1a4480; } .border-primary-darker{ border-color:#162e51; } .hover\:border-primary-darker:hover{ border-color:#162e51; } .border-secondary-lighter{ border-color:#f3e1e4; } .hover\:border-secondary-lighter:hover{ border-color:#f3e1e4; } .border-secondary-light{ border-color:#f2938c; } .hover\:border-secondary-light:hover{ border-color:#f2938c; } .border-secondary{ border-color:#d83933; } .hover\:border-secondary:hover{ border-color:#d83933; } .border-secondary-vivid{ border-color:#e41d3d; } .hover\:border-secondary-vivid:hover{ border-color:#e41d3d; } .border-secondary-dark{ border-color:#b50909; } .hover\:border-secondary-dark:hover{ border-color:#b50909; } .border-secondary-darker{ border-color:#8b0a03; } .hover\:border-secondary-darker:hover{ border-color:#8b0a03; } .border-accent-warm-darker{ border-color:#775540; } .hover\:border-accent-warm-darker:hover{ border-color:#775540; } .border-accent-warm-dark{ border-color:#c05600; } .hover\:border-accent-warm-dark:hover{ border-color:#c05600; } .border-accent-warm{ border-color:#fa9441; } .hover\:border-accent-warm:hover{ border-color:#fa9441; } .border-accent-warm-light{ border-color:#ffbc78; } .hover\:border-accent-warm-light:hover{ border-color:#ffbc78; } .border-accent-warm-lighter{ border-color:#f2e4d4; } .hover\:border-accent-warm-lighter:hover{ border-color:#f2e4d4; } .border-accent-cool-darker{ border-color:#07648d; } .hover\:border-accent-cool-darker:hover{ border-color:#07648d; } .border-accent-cool-dark{ border-color:#28a0cb; } .hover\:border-accent-cool-dark:hover{ border-color:#28a0cb; } .border-accent-cool{ border-color:#00bde3; } .hover\:border-accent-cool:hover{ border-color:#00bde3; } .border-accent-cool-light{ border-color:#97d4ea; } .hover\:border-accent-cool-light:hover{ border-color:#97d4ea; } .border-accent-cool-lighter{ border-color:#e1f3f8; } .hover\:border-accent-cool-lighter:hover{ border-color:#e1f3f8; } .radius-0{ border-radius:0; } .radius-top-0{ border-top-left-radius:0; border-top-right-radius:0; } .radius-right-0{ border-top-right-radius:0; border-bottom-right-radius:0; } .radius-bottom-0{ border-bottom-left-radius:0; border-bottom-right-radius:0; } .radius-left-0{ border-top-left-radius:0; border-bottom-left-radius:0; } .radius-sm{ border-radius:2px; } .radius-top-sm{ border-top-left-radius:2px; border-top-right-radius:2px; } .radius-right-sm{ border-top-right-radius:2px; border-bottom-right-radius:2px; } .radius-bottom-sm{ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .radius-left-sm{ border-top-left-radius:2px; border-bottom-left-radius:2px; } .radius-md{ border-radius:0.25rem; } .radius-top-md{ border-top-left-radius:0.25rem; border-top-right-radius:0.25rem; } .radius-right-md{ border-top-right-radius:0.25rem; border-bottom-right-radius:0.25rem; } .radius-bottom-md{ border-bottom-left-radius:0.25rem; border-bottom-right-radius:0.25rem; } .radius-left-md{ border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem; } .radius-lg{ border-radius:0.5rem; } .radius-top-lg{ border-top-left-radius:0.5rem; border-top-right-radius:0.5rem; } .radius-right-lg{ border-top-right-radius:0.5rem; border-bottom-right-radius:0.5rem; } .radius-bottom-lg{ border-bottom-left-radius:0.5rem; border-bottom-right-radius:0.5rem; } .radius-left-lg{ border-top-left-radius:0.5rem; border-bottom-left-radius:0.5rem; } .radius-pill{ border-radius:99rem; } .radius-top-pill{ border-top-left-radius:99rem; border-top-right-radius:99rem; } .radius-right-pill{ border-top-right-radius:99rem; border-bottom-right-radius:99rem; } .radius-bottom-pill{ border-bottom-left-radius:99rem; border-bottom-right-radius:99rem; } .radius-left-pill{ border-top-left-radius:99rem; border-bottom-left-radius:99rem; } .border-dashed{ border-style:dashed; } .border-dotted{ border-style:dotted; } .border-solid{ border-style:solid; } .border-width-1px{ border-width:1px; } .border-y-width-1px{ border-top-width:1px; border-bottom-width:1px; } .border-x-width-1px{ border-left-width:1px; border-right-width:1px; } .border-top-width-1px{ border-top-width:1px; } .border-right-width-1px{ border-right-width:1px; } .border-bottom-width-1px{ border-bottom-width:1px; } .border-left-width-1px{ border-left-width:1px; } .border-width-2px{ border-width:2px; } .border-y-width-2px{ border-top-width:2px; border-bottom-width:2px; } .border-x-width-2px{ border-left-width:2px; border-right-width:2px; } .border-top-width-2px{ border-top-width:2px; } .border-right-width-2px{ border-right-width:2px; } .border-bottom-width-2px{ border-bottom-width:2px; } .border-left-width-2px{ border-left-width:2px; } .border-width-05{ border-width:0.25rem; } .border-y-width-05{ border-top-width:0.25rem; border-bottom-width:0.25rem; } .border-x-width-05{ border-left-width:0.25rem; border-right-width:0.25rem; } .border-top-width-05{ border-top-width:0.25rem; } .border-right-width-05{ border-right-width:0.25rem; } .border-bottom-width-05{ border-bottom-width:0.25rem; } .border-left-width-05{ border-left-width:0.25rem; } .border-width-1{ border-width:0.5rem; } .border-y-width-1{ border-top-width:0.5rem; border-bottom-width:0.5rem; } .border-x-width-1{ border-left-width:0.5rem; border-right-width:0.5rem; } .border-top-width-1{ border-top-width:0.5rem; } .border-right-width-1{ border-right-width:0.5rem; } .border-bottom-width-1{ border-bottom-width:0.5rem; } .border-left-width-1{ border-left-width:0.5rem; } .border-width-105{ border-width:0.75rem; } .border-y-width-105{ border-top-width:0.75rem; border-bottom-width:0.75rem; } .border-x-width-105{ border-left-width:0.75rem; border-right-width:0.75rem; } .border-top-width-105{ border-top-width:0.75rem; } .border-right-width-105{ border-right-width:0.75rem; } .border-bottom-width-105{ border-bottom-width:0.75rem; } .border-left-width-105{ border-left-width:0.75rem; } .border-width-2{ border-width:1rem; } .border-y-width-2{ border-top-width:1rem; border-bottom-width:1rem; } .border-x-width-2{ border-left-width:1rem; border-right-width:1rem; } .border-top-width-2{ border-top-width:1rem; } .border-right-width-2{ border-right-width:1rem; } .border-bottom-width-2{ border-bottom-width:1rem; } .border-left-width-2{ border-left-width:1rem; } .border-width-205{ border-width:1.25rem; } .border-y-width-205{ border-top-width:1.25rem; border-bottom-width:1.25rem; } .border-x-width-205{ border-left-width:1.25rem; border-right-width:1.25rem; } .border-top-width-205{ border-top-width:1.25rem; } .border-right-width-205{ border-right-width:1.25rem; } .border-bottom-width-205{ border-bottom-width:1.25rem; } .border-left-width-205{ border-left-width:1.25rem; } .border-width-3{ border-width:1.5rem; } .border-y-width-3{ border-top-width:1.5rem; border-bottom-width:1.5rem; } .border-x-width-3{ border-left-width:1.5rem; border-right-width:1.5rem; } .border-top-width-3{ border-top-width:1.5rem; } .border-right-width-3{ border-right-width:1.5rem; } .border-bottom-width-3{ border-bottom-width:1.5rem; } .border-left-width-3{ border-left-width:1.5rem; } .border-width-0{ border-width:0; } .border-y-width-0{ border-top-width:0; border-bottom-width:0; } .border-x-width-0{ border-left-width:0; border-right-width:0; } .border-top-width-0{ border-top-width:0; } .border-right-width-0{ border-right-width:0; } .border-bottom-width-0{ border-bottom-width:0; } .border-left-width-0{ border-left-width:0; } .bottom-1px{ bottom:1px; } .bottom-2px{ bottom:2px; } .bottom-05{ bottom:0.25rem; } .bottom-1{ bottom:0.5rem; } .bottom-105{ bottom:0.75rem; } .bottom-2{ bottom:1rem; } .bottom-205{ bottom:1.25rem; } .bottom-3{ bottom:1.5rem; } .bottom-neg-1px{ bottom:-1px; } .bottom-neg-2px{ bottom:-2px; } .bottom-neg-05{ bottom:-0.25rem; } .bottom-neg-1{ bottom:-0.5rem; } .bottom-neg-105{ bottom:-0.75rem; } .bottom-neg-2{ bottom:-1rem; } .bottom-neg-205{ bottom:-1.25rem; } .bottom-neg-3{ bottom:-1.5rem; } .bottom-0{ bottom:0; } .bottom-auto{ bottom:auto; } .bottom-full{ bottom:100%; } .shadow-none{ -webkit-box-shadow:none; box-shadow:none; } .hover\:shadow-none:hover{ -webkit-box-shadow:none; box-shadow:none; } .shadow-1{ -webkit-box-shadow:0 1px 0.25rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 1px 0.25rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-1:hover{ -webkit-box-shadow:0 1px 0.25rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 1px 0.25rem 0 rgba(0, 0, 0, 0.1); } .shadow-2{ -webkit-box-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-2:hover{ -webkit-box-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1); } .shadow-3{ -webkit-box-shadow:0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-3:hover{ -webkit-box-shadow:0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); } .shadow-4{ -webkit-box-shadow:0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-4:hover{ -webkit-box-shadow:0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1); } .shadow-5{ -webkit-box-shadow:0 1rem 2rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 1rem 2rem 0 rgba(0, 0, 0, 0.1); } .hover\:shadow-5:hover{ -webkit-box-shadow:0 1rem 2rem 0 rgba(0, 0, 0, 0.1); box-shadow:0 1rem 2rem 0 rgba(0, 0, 0, 0.1); } .circle-1px{ height:1px; width:1px; border-radius:50%; } .circle-2px{ height:2px; width:2px; border-radius:50%; } .circle-05{ height:0.25rem; width:0.25rem; border-radius:50%; } .circle-1{ height:0.5rem; width:0.5rem; border-radius:50%; } .circle-105{ height:0.75rem; width:0.75rem; border-radius:50%; } .circle-2{ height:1rem; width:1rem; border-radius:50%; } .circle-205{ height:1.25rem; width:1.25rem; border-radius:50%; } .circle-3{ height:1.5rem; width:1.5rem; border-radius:50%; } .circle-4{ height:2rem; width:2rem; border-radius:50%; } .circle-5{ height:2.5rem; width:2.5rem; border-radius:50%; } .circle-6{ height:3rem; width:3rem; border-radius:50%; } .circle-7{ height:3.5rem; width:3.5rem; border-radius:50%; } .circle-8{ height:4rem; width:4rem; border-radius:50%; } .circle-9{ height:4.5rem; width:4.5rem; border-radius:50%; } .circle-10{ height:5rem; width:5rem; border-radius:50%; } .circle-15{ height:7.5rem; width:7.5rem; border-radius:50%; } .circle-card{ height:10rem; width:10rem; border-radius:50%; } .circle-card-lg{ height:15rem; width:15rem; border-radius:50%; } .circle-mobile{ height:20rem; width:20rem; border-radius:50%; } .clearfix::after{ content:""; display:block; clear:both; } .text-transparent{ color:transparent; } .hover\:text-transparent:hover{ color:transparent; } .text-black{ color:black; } .hover\:text-black:hover{ color:black; } .text-white{ color:white; } .hover\:text-white:hover{ color:white; } .text-red{ color:#e52207; } .hover\:text-red:hover{ color:#e52207; } .text-orange{ color:#e66f0e; } .hover\:text-orange:hover{ color:#e66f0e; } .text-gold{ color:#ffbe2e; } .hover\:text-gold:hover{ color:#ffbe2e; } .text-yellow{ color:#fee685; } .hover\:text-yellow:hover{ color:#fee685; } .text-green{ color:#538200; } .hover\:text-green:hover{ color:#538200; } .text-mint{ color:#04c585; } .hover\:text-mint:hover{ color:#04c585; } .text-cyan{ color:#009ec1; } .hover\:text-cyan:hover{ color:#009ec1; } .text-blue{ color:#0076d6; } .hover\:text-blue:hover{ color:#0076d6; } .text-indigo{ color:#676cc8; } .hover\:text-indigo:hover{ color:#676cc8; } .text-violet{ color:#8168b3; } .hover\:text-violet:hover{ color:#8168b3; } .text-magenta{ color:#d72d79; } .hover\:text-magenta:hover{ color:#d72d79; } .text-gray-5{ color:#f0f0f0; } .hover\:text-gray-5:hover{ color:#f0f0f0; } .text-gray-10{ color:#e6e6e6; } .hover\:text-gray-10:hover{ color:#e6e6e6; } .text-gray-30{ color:#adadad; } .hover\:text-gray-30:hover{ color:#adadad; } .text-gray-50{ color:#757575; } .hover\:text-gray-50:hover{ color:#757575; } .text-gray-70{ color:#454545; } .hover\:text-gray-70:hover{ color:#454545; } .text-gray-90{ color:#1b1b1b; } .hover\:text-gray-90:hover{ color:#1b1b1b; } .text-base-lightest{ color:#f0f0f0; } .hover\:text-base-lightest:hover{ color:#f0f0f0; } .text-base-lighter{ color:#dcdee0; } .hover\:text-base-lighter:hover{ color:#dcdee0; } .text-base-light{ color:#a9aeb1; } .hover\:text-base-light:hover{ color:#a9aeb1; } .text-base{ color:#71767a; } .hover\:text-base:hover{ color:#71767a; } .text-base-dark{ color:#565c65; } .hover\:text-base-dark:hover{ color:#565c65; } .text-base-darker{ color:#3d4551; } .hover\:text-base-darker:hover{ color:#3d4551; } .text-base-darkest{ color:#1b1b1b; } .hover\:text-base-darkest:hover{ color:#1b1b1b; } .text-ink{ color:#1b1b1b; } .hover\:text-ink:hover{ color:#1b1b1b; } .text-primary-lighter{ color:#d9e8f6; } .hover\:text-primary-lighter:hover{ color:#d9e8f6; } .text-primary-light{ color:#73b3e7; } .hover\:text-primary-light:hover{ color:#73b3e7; } .text-primary{ color:#005ea2; } .hover\:text-primary:hover{ color:#005ea2; } .text-primary-vivid{ color:#0050d8; } .hover\:text-primary-vivid:hover{ color:#0050d8; } .text-primary-dark{ color:#1a4480; } .hover\:text-primary-dark:hover{ color:#1a4480; } .text-primary-darker{ color:#162e51; } .hover\:text-primary-darker:hover{ color:#162e51; } .text-secondary-lighter{ color:#f3e1e4; } .hover\:text-secondary-lighter:hover{ color:#f3e1e4; } .text-secondary-light{ color:#f2938c; } .hover\:text-secondary-light:hover{ color:#f2938c; } .text-secondary{ color:#d83933; } .hover\:text-secondary:hover{ color:#d83933; } .text-secondary-vivid{ color:#e41d3d; } .hover\:text-secondary-vivid:hover{ color:#e41d3d; } .text-secondary-dark{ color:#b50909; } .hover\:text-secondary-dark:hover{ color:#b50909; } .text-secondary-darker{ color:#8b0a03; } .hover\:text-secondary-darker:hover{ color:#8b0a03; } .text-accent-warm-darker{ color:#775540; } .hover\:text-accent-warm-darker:hover{ color:#775540; } .text-accent-warm-dark{ color:#c05600; } .hover\:text-accent-warm-dark:hover{ color:#c05600; } .text-accent-warm{ color:#fa9441; } .hover\:text-accent-warm:hover{ color:#fa9441; } .text-accent-warm-light{ color:#ffbc78; } .hover\:text-accent-warm-light:hover{ color:#ffbc78; } .text-accent-warm-lighter{ color:#f2e4d4; } .hover\:text-accent-warm-lighter:hover{ color:#f2e4d4; } .text-accent-cool-darker{ color:#07648d; } .hover\:text-accent-cool-darker:hover{ color:#07648d; } .text-accent-cool-dark{ color:#28a0cb; } .hover\:text-accent-cool-dark:hover{ color:#28a0cb; } .text-accent-cool{ color:#00bde3; } .hover\:text-accent-cool:hover{ color:#00bde3; } .text-accent-cool-light{ color:#97d4ea; } .hover\:text-accent-cool-light:hover{ color:#97d4ea; } .text-accent-cool-lighter{ color:#e1f3f8; } .hover\:text-accent-cool-lighter:hover{ color:#e1f3f8; } .cursor-auto{ cursor:auto; } .cursor-default{ cursor:default; } .cursor-pointer{ cursor:pointer; } .cursor-wait{ cursor:wait; } .cursor-move{ cursor:move; } .cursor-not-allowed{ cursor:not-allowed; } .display-block{ display:block; } .display-flex{ display:-webkit-box; display:-ms-flexbox; display:flex; } .display-none{ display:none; } .display-inline{ display:inline; } .display-inline-block{ display:inline-block; } .display-inline-flex{ display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; } .display-table{ display:table; } .display-table-cell{ display:table-cell; } .display-table-row{ display:table-row; } .flex-1{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; } .flex-2{ -webkit-box-flex:2; -ms-flex:2 0 0px; flex:2 0 0; } .flex-3{ -webkit-box-flex:3; -ms-flex:3 0 0px; flex:3 0 0; } .flex-4{ -webkit-box-flex:4; -ms-flex:4 0 0px; flex:4 0 0; } .flex-5{ -webkit-box-flex:5; -ms-flex:5 0 0px; flex:5 0 0; } .flex-6{ -webkit-box-flex:6; -ms-flex:6 0 0px; flex:6 0 0; } .flex-7{ -webkit-box-flex:7; -ms-flex:7 0 0px; flex:7 0 0; } .flex-8{ -webkit-box-flex:8; -ms-flex:8 0 0px; flex:8 0 0; } .flex-9{ -webkit-box-flex:9; -ms-flex:9 0 0px; flex:9 0 0; } .flex-10{ -webkit-box-flex:10; -ms-flex:10 0 0px; flex:10 0 0; } .flex-11{ -webkit-box-flex:11; -ms-flex:11 0 0px; flex:11 0 0; } .flex-12{ -webkit-box-flex:12; -ms-flex:12 0 0px; flex:12 0 0; } .flex-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; } .flex-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; } .flex-row{ -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; } .flex-column{ -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; } .flex-wrap{ -ms-flex-wrap:wrap; flex-wrap:wrap; } .flex-no-wrap{ -ms-flex-wrap:nowrap; flex-wrap:nowrap; } .float-left{ float:left; } .float-none{ float:none; } .float-right{ float:right; } .font-mono-3xs{ font-size:0.77rem; } .font-mono-2xs{ font-size:0.83rem; } .font-mono-xs{ font-size:0.89rem; } .font-mono-sm{ font-size:0.95rem; } .font-mono-md{ font-size:1.01rem; } .font-mono-lg{ font-size:1.31rem; } .font-mono-xl{ font-size:1.91rem; } .font-mono-2xl{ font-size:2.38rem; } .font-mono-3xl{ font-size:2.86rem; } .font-sans-3xs{ font-size:0.87rem; } .font-sans-2xs{ font-size:0.93rem; } .font-sans-xs{ font-size:1rem; } .font-sans-sm{ font-size:1.06rem; } .font-sans-md{ font-size:1.13rem; } .font-sans-lg{ font-size:1.46rem; } .font-sans-xl{ font-size:2.13rem; } .font-sans-2xl{ font-size:2.66rem; } .font-sans-3xl{ font-size:3.19rem; } .font-serif-3xs{ font-size:0.79rem; } .font-serif-2xs{ font-size:0.85rem; } .font-serif-xs{ font-size:0.91rem; } .font-serif-sm{ font-size:0.98rem; } .font-serif-md{ font-size:1.04rem; } .font-serif-lg{ font-size:1.34rem; } .font-serif-xl{ font-size:1.95rem; } .font-serif-2xl{ font-size:2.44rem; } .font-serif-3xl{ font-size:2.93rem; } .font-heading-3xs{ font-size:0.79rem; } .font-heading-2xs{ font-size:0.85rem; } .font-heading-xs{ font-size:0.91rem; } .font-heading-sm{ font-size:0.98rem; } .font-heading-md{ font-size:1.04rem; } .font-heading-lg{ font-size:1.34rem; } .font-heading-xl{ font-size:1.95rem; } .font-heading-2xl{ font-size:2.44rem; } .font-heading-3xl{ font-size:2.93rem; } .font-body-3xs{ font-size:0.87rem; } .font-body-2xs{ font-size:0.93rem; } .font-body-xs{ font-size:1rem; } .font-body-sm{ font-size:1.06rem; } .font-body-md{ font-size:1.13rem; } .font-body-lg{ font-size:1.46rem; } .font-body-xl{ font-size:2.13rem; } .font-body-2xl{ font-size:2.66rem; } .font-body-3xl{ font-size:3.19rem; } .font-code-3xs{ font-size:0.77rem; } .font-code-2xs{ font-size:0.83rem; } .font-code-xs{ font-size:0.89rem; } .font-code-sm{ font-size:0.95rem; } .font-code-md{ font-size:1.01rem; } .font-code-lg{ font-size:1.31rem; } .font-code-xl{ font-size:1.91rem; } .font-code-2xl{ font-size:2.38rem; } .font-code-3xl{ font-size:2.86rem; } .font-alt-3xs{ font-size:0.79rem; } .font-alt-2xs{ font-size:0.85rem; } .font-alt-xs{ font-size:0.91rem; } .font-alt-sm{ font-size:0.98rem; } .font-alt-md{ font-size:1.04rem; } .font-alt-lg{ font-size:1.34rem; } .font-alt-xl{ font-size:1.95rem; } .font-alt-2xl{ font-size:2.44rem; } .font-alt-3xl{ font-size:2.93rem; } .font-ui-3xs{ font-size:0.87rem; } .font-ui-2xs{ font-size:0.93rem; } .font-ui-xs{ font-size:1rem; } .font-ui-sm{ font-size:1.06rem; } .font-ui-md{ font-size:1.13rem; } .font-ui-lg{ font-size:1.46rem; } .font-ui-xl{ font-size:2.13rem; } .font-ui-2xl{ font-size:2.66rem; } .font-ui-3xl{ font-size:3.19rem; } .font-family-mono{ font-family:Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; } .font-family-sans{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } .font-family-serif{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } .font-family-ui{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } .font-family-heading{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } .font-family-body{ font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } .font-family-code{ font-family:Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace; } .font-family-alt{ font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; } .text-tabular{ -webkit-font-feature-settings:"tnum" 1, "kern" 1; font-feature-settings:"tnum" 1, "kern" 1; } .text-no-tabular{ -webkit-font-feature-settings:"kern" 1; font-feature-settings:"kern" 1; } .text-italic{ font-style:italic; } .text-no-italic{ font-style:normal; } .text-light{ font-weight:300; } .text-normal{ font-weight:normal; } .text-bold{ font-weight:bold; } .height-1px{ height:1px; } .height-2px{ height:2px; } .height-05{ height:0.25rem; } .height-1{ height:0.5rem; } .height-105{ height:0.75rem; } .height-2{ height:1rem; } .height-205{ height:1.25rem; } .height-3{ height:1.5rem; } .height-4{ height:2rem; } .height-5{ height:2.5rem; } .height-6{ height:3rem; } .height-7{ height:3.5rem; } .height-8{ height:4rem; } .height-9{ height:4.5rem; } .height-10{ height:5rem; } .height-15{ height:7.5rem; } .height-card{ height:10rem; } .height-card-lg{ height:15rem; } .height-mobile{ height:20rem; } .height-0{ height:0; } .height-auto{ height:auto; } .height-full{ height:100%; } .height-viewport{ height:100vh; } .flex-justify-center{ -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .flex-justify-start{ -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .flex-justify-end{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .flex-justify{ -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .left-1px{ left:1px; } .left-2px{ left:2px; } .left-05{ left:0.25rem; } .left-1{ left:0.5rem; } .left-105{ left:0.75rem; } .left-2{ left:1rem; } .left-205{ left:1.25rem; } .left-3{ left:1.5rem; } .left-neg-1px{ left:-1px; } .left-neg-2px{ left:-2px; } .left-neg-05{ left:-0.25rem; } .left-neg-1{ left:-0.5rem; } .left-neg-105{ left:-0.75rem; } .left-neg-2{ left:-1rem; } .left-neg-205{ left:-1.25rem; } .left-neg-3{ left:-1.5rem; } .left-0{ left:0; } .left-auto{ left:auto; } .text-ls-auto{ letter-spacing:initial; } .text-ls-neg-3{ letter-spacing:-0.03em; } .text-ls-neg-2{ letter-spacing:-0.02em; } .text-ls-neg-1{ letter-spacing:-0.01em; } .text-ls-1{ letter-spacing:0.025em; } .text-ls-2{ letter-spacing:0.1em; } .text-ls-3{ letter-spacing:0.15em; } .line-height-sans-1{ line-height:0.9; } .line-height-sans-2{ line-height:1.1; } .line-height-sans-3{ line-height:1.3; } .line-height-sans-4{ line-height:1.4; } .line-height-sans-5{ line-height:1.5; } .line-height-sans-6{ line-height:1.6; } .line-height-serif-1{ line-height:1; } .line-height-serif-2{ line-height:1.2; } .line-height-serif-3{ line-height:1.4; } .line-height-serif-4{ line-height:1.5; } .line-height-serif-5{ line-height:1.7; } .line-height-serif-6{ line-height:1.8; } .line-height-mono-1{ line-height:1; } .line-height-mono-2{ line-height:1.3; } .line-height-mono-3{ line-height:1.4; } .line-height-mono-4{ line-height:1.6; } .line-height-mono-5{ line-height:1.7; } .line-height-mono-6{ line-height:1.8; } .line-height-heading-1{ line-height:1; } .line-height-heading-2{ line-height:1.2; } .line-height-heading-3{ line-height:1.4; } .line-height-heading-4{ line-height:1.5; } .line-height-heading-5{ line-height:1.7; } .line-height-heading-6{ line-height:1.8; } .line-height-ui-1{ line-height:0.9; } .line-height-ui-2{ line-height:1.1; } .line-height-ui-3{ line-height:1.3; } .line-height-ui-4{ line-height:1.4; } .line-height-ui-5{ line-height:1.5; } .line-height-ui-6{ line-height:1.6; } .line-height-body-1{ line-height:0.9; } .line-height-body-2{ line-height:1.1; } .line-height-body-3{ line-height:1.3; } .line-height-body-4{ line-height:1.4; } .line-height-body-5{ line-height:1.5; } .line-height-body-6{ line-height:1.6; } .line-height-code-1{ line-height:1; } .line-height-code-2{ line-height:1.3; } .line-height-code-3{ line-height:1.4; } .line-height-code-4{ line-height:1.6; } .line-height-code-5{ line-height:1.7; } .line-height-code-6{ line-height:1.8; } .line-height-alt-1{ line-height:1; } .line-height-alt-2{ line-height:1.2; } .line-height-alt-3{ line-height:1.4; } .line-height-alt-4{ line-height:1.5; } .line-height-alt-5{ line-height:1.7; } .line-height-alt-6{ line-height:1.8; } .margin-1px{ margin:1px; } .margin-2px{ margin:2px; } .margin-05{ margin:0.25rem; } .margin-1{ margin:0.5rem; } .margin-105{ margin:0.75rem; } .margin-2{ margin:1rem; } .margin-205{ margin:1.25rem; } .margin-3{ margin:1.5rem; } .margin-4{ margin:2rem; } .margin-5{ margin:2.5rem; } .margin-6{ margin:3rem; } .margin-7{ margin:3.5rem; } .margin-8{ margin:4rem; } .margin-9{ margin:4.5rem; } .margin-10{ margin:5rem; } .margin-15{ margin:7.5rem; } .margin-05em{ margin:0.5em; } .margin-1em{ margin:1em; } .margin-105em{ margin:1.5em; } .margin-2em{ margin:2em; } .margin-0{ margin:0; } .margin-y-1px{ margin-top:1px; margin-bottom:1px; } .margin-top-1px{ margin-top:1px; } .margin-bottom-1px{ margin-bottom:1px; } .margin-y-2px{ margin-top:2px; margin-bottom:2px; } .margin-top-2px{ margin-top:2px; } .margin-bottom-2px{ margin-bottom:2px; } .margin-y-05{ margin-top:0.25rem; margin-bottom:0.25rem; } .margin-top-05{ margin-top:0.25rem; } .margin-bottom-05{ margin-bottom:0.25rem; } .margin-y-1{ margin-top:0.5rem; margin-bottom:0.5rem; } .margin-top-1{ margin-top:0.5rem; } .margin-bottom-1{ margin-bottom:0.5rem; } .margin-y-105{ margin-top:0.75rem; margin-bottom:0.75rem; } .margin-top-105{ margin-top:0.75rem; } .margin-bottom-105{ margin-bottom:0.75rem; } .margin-y-2{ margin-top:1rem; margin-bottom:1rem; } .margin-top-2{ margin-top:1rem; } .margin-bottom-2{ margin-bottom:1rem; } .margin-y-205{ margin-top:1.25rem; margin-bottom:1.25rem; } .margin-top-205{ margin-top:1.25rem; } .margin-bottom-205{ margin-bottom:1.25rem; } .margin-y-3{ margin-top:1.5rem; margin-bottom:1.5rem; } .margin-top-3{ margin-top:1.5rem; } .margin-bottom-3{ margin-bottom:1.5rem; } .margin-y-neg-1px{ margin-top:-1px; margin-bottom:-1px; } .margin-top-neg-1px{ margin-top:-1px; } .margin-bottom-neg-1px{ margin-bottom:-1px; } .margin-y-neg-2px{ margin-top:-2px; margin-bottom:-2px; } .margin-top-neg-2px{ margin-top:-2px; } .margin-bottom-neg-2px{ margin-bottom:-2px; } .margin-y-neg-05{ margin-top:-0.25rem; margin-bottom:-0.25rem; } .margin-top-neg-05{ margin-top:-0.25rem; } .margin-bottom-neg-05{ margin-bottom:-0.25rem; } .margin-y-neg-1{ margin-top:-0.5rem; margin-bottom:-0.5rem; } .margin-top-neg-1{ margin-top:-0.5rem; } .margin-bottom-neg-1{ margin-bottom:-0.5rem; } .margin-y-neg-105{ margin-top:-0.75rem; margin-bottom:-0.75rem; } .margin-top-neg-105{ margin-top:-0.75rem; } .margin-bottom-neg-105{ margin-bottom:-0.75rem; } .margin-y-neg-2{ margin-top:-1rem; margin-bottom:-1rem; } .margin-top-neg-2{ margin-top:-1rem; } .margin-bottom-neg-2{ margin-bottom:-1rem; } .margin-y-neg-205{ margin-top:-1.25rem; margin-bottom:-1.25rem; } .margin-top-neg-205{ margin-top:-1.25rem; } .margin-bottom-neg-205{ margin-bottom:-1.25rem; } .margin-y-neg-3{ margin-top:-1.5rem; margin-bottom:-1.5rem; } .margin-top-neg-3{ margin-top:-1.5rem; } .margin-bottom-neg-3{ margin-bottom:-1.5rem; } .margin-y-4{ margin-top:2rem; margin-bottom:2rem; } .margin-top-4{ margin-top:2rem; } .margin-bottom-4{ margin-bottom:2rem; } .margin-y-5{ margin-top:2.5rem; margin-bottom:2.5rem; } .margin-top-5{ margin-top:2.5rem; } .margin-bottom-5{ margin-bottom:2.5rem; } .margin-y-6{ margin-top:3rem; margin-bottom:3rem; } .margin-top-6{ margin-top:3rem; } .margin-bottom-6{ margin-bottom:3rem; } .margin-y-7{ margin-top:3.5rem; margin-bottom:3.5rem; } .margin-top-7{ margin-top:3.5rem; } .margin-bottom-7{ margin-bottom:3.5rem; } .margin-y-8{ margin-top:4rem; margin-bottom:4rem; } .margin-top-8{ margin-top:4rem; } .margin-bottom-8{ margin-bottom:4rem; } .margin-y-9{ margin-top:4.5rem; margin-bottom:4.5rem; } .margin-top-9{ margin-top:4.5rem; } .margin-bottom-9{ margin-bottom:4.5rem; } .margin-y-10{ margin-top:5rem; margin-bottom:5rem; } .margin-top-10{ margin-top:5rem; } .margin-bottom-10{ margin-bottom:5rem; } .margin-y-15{ margin-top:7.5rem; margin-bottom:7.5rem; } .margin-top-15{ margin-top:7.5rem; } .margin-bottom-15{ margin-bottom:7.5rem; } .margin-y-05em{ margin-top:0.5em; margin-bottom:0.5em; } .margin-top-05em{ margin-top:0.5em; } .margin-bottom-05em{ margin-bottom:0.5em; } .margin-y-1em{ margin-top:1em; margin-bottom:1em; } .margin-top-1em{ margin-top:1em; } .margin-bottom-1em{ margin-bottom:1em; } .margin-y-105em{ margin-top:1.5em; margin-bottom:1.5em; } .margin-top-105em{ margin-top:1.5em; } .margin-bottom-105em{ margin-bottom:1.5em; } .margin-y-2em{ margin-top:2em; margin-bottom:2em; } .margin-top-2em{ margin-top:2em; } .margin-bottom-2em{ margin-bottom:2em; } .margin-y-0{ margin-top:0; margin-bottom:0; } .margin-top-0{ margin-top:0; } .margin-bottom-0{ margin-bottom:0; } .margin-x-1px{ margin-left:1px; margin-right:1px; } .margin-right-1px{ margin-right:1px; } .margin-left-1px{ margin-left:1px; } .margin-x-2px{ margin-left:2px; margin-right:2px; } .margin-right-2px{ margin-right:2px; } .margin-left-2px{ margin-left:2px; } .margin-x-05{ margin-left:0.25rem; margin-right:0.25rem; } .margin-right-05{ margin-right:0.25rem; } .margin-left-05{ margin-left:0.25rem; } .margin-x-1{ margin-left:0.5rem; margin-right:0.5rem; } .margin-right-1{ margin-right:0.5rem; } .margin-left-1{ margin-left:0.5rem; } .margin-x-105{ margin-left:0.75rem; margin-right:0.75rem; } .margin-right-105{ margin-right:0.75rem; } .margin-left-105{ margin-left:0.75rem; } .margin-x-2{ margin-left:1rem; margin-right:1rem; } .margin-right-2{ margin-right:1rem; } .margin-left-2{ margin-left:1rem; } .margin-x-205{ margin-left:1.25rem; margin-right:1.25rem; } .margin-right-205{ margin-right:1.25rem; } .margin-left-205{ margin-left:1.25rem; } .margin-x-3{ margin-left:1.5rem; margin-right:1.5rem; } .margin-right-3{ margin-right:1.5rem; } .margin-left-3{ margin-left:1.5rem; } .margin-x-neg-1px{ margin-left:-1px; margin-right:-1px; } .margin-right-neg-1px{ margin-right:-1px; } .margin-left-neg-1px{ margin-left:-1px; } .margin-x-neg-2px{ margin-left:-2px; margin-right:-2px; } .margin-right-neg-2px{ margin-right:-2px; } .margin-left-neg-2px{ margin-left:-2px; } .margin-x-neg-05{ margin-left:-0.25rem; margin-right:-0.25rem; } .margin-right-neg-05{ margin-right:-0.25rem; } .margin-left-neg-05{ margin-left:-0.25rem; } .margin-x-neg-1{ margin-left:-0.5rem; margin-right:-0.5rem; } .margin-right-neg-1{ margin-right:-0.5rem; } .margin-left-neg-1{ margin-left:-0.5rem; } .margin-x-neg-105{ margin-left:-0.75rem; margin-right:-0.75rem; } .margin-right-neg-105{ margin-right:-0.75rem; } .margin-left-neg-105{ margin-left:-0.75rem; } .margin-x-neg-2{ margin-left:-1rem; margin-right:-1rem; } .margin-right-neg-2{ margin-right:-1rem; } .margin-left-neg-2{ margin-left:-1rem; } .margin-x-neg-205{ margin-left:-1.25rem; margin-right:-1.25rem; } .margin-right-neg-205{ margin-right:-1.25rem; } .margin-left-neg-205{ margin-left:-1.25rem; } .margin-x-neg-3{ margin-left:-1.5rem; margin-right:-1.5rem; } .margin-right-neg-3{ margin-right:-1.5rem; } .margin-left-neg-3{ margin-left:-1.5rem; } .margin-x-4{ margin-left:2rem; margin-right:2rem; } .margin-right-4{ margin-right:2rem; } .margin-left-4{ margin-left:2rem; } .margin-x-5{ margin-left:2.5rem; margin-right:2.5rem; } .margin-right-5{ margin-right:2.5rem; } .margin-left-5{ margin-left:2.5rem; } .margin-x-6{ margin-left:3rem; margin-right:3rem; } .margin-right-6{ margin-right:3rem; } .margin-left-6{ margin-left:3rem; } .margin-x-7{ margin-left:3.5rem; margin-right:3.5rem; } .margin-right-7{ margin-right:3.5rem; } .margin-left-7{ margin-left:3.5rem; } .margin-x-8{ margin-left:4rem; margin-right:4rem; } .margin-right-8{ margin-right:4rem; } .margin-left-8{ margin-left:4rem; } .margin-x-9{ margin-left:4.5rem; margin-right:4.5rem; } .margin-right-9{ margin-right:4.5rem; } .margin-left-9{ margin-left:4.5rem; } .margin-x-10{ margin-left:5rem; margin-right:5rem; } .margin-right-10{ margin-right:5rem; } .margin-left-10{ margin-left:5rem; } .margin-x-15{ margin-left:7.5rem; margin-right:7.5rem; } .margin-right-15{ margin-right:7.5rem; } .margin-left-15{ margin-left:7.5rem; } .margin-x-05em{ margin-left:0.5em; margin-right:0.5em; } .margin-right-05em{ margin-right:0.5em; } .margin-left-05em{ margin-left:0.5em; } .margin-x-1em{ margin-left:1em; margin-right:1em; } .margin-right-1em{ margin-right:1em; } .margin-left-1em{ margin-left:1em; } .margin-x-105em{ margin-left:1.5em; margin-right:1.5em; } .margin-right-105em{ margin-right:1.5em; } .margin-left-105em{ margin-left:1.5em; } .margin-x-2em{ margin-left:2em; margin-right:2em; } .margin-right-2em{ margin-right:2em; } .margin-left-2em{ margin-left:2em; } .margin-x-0{ margin-left:0; margin-right:0; } .margin-right-0{ margin-right:0; } .margin-left-0{ margin-left:0; } .margin-x-auto{ margin-left:auto; margin-right:auto; } .margin-right-auto{ margin-right:auto; } .margin-left-auto{ margin-left:auto; } .maxh-05{ max-height:0.25rem; } .maxh-1{ max-height:0.5rem; } .maxh-105{ max-height:0.75rem; } .maxh-2{ max-height:1rem; } .maxh-205{ max-height:1.25rem; } .maxh-3{ max-height:1.5rem; } .maxh-4{ max-height:2rem; } .maxh-5{ max-height:2.5rem; } .maxh-6{ max-height:3rem; } .maxh-7{ max-height:3.5rem; } .maxh-8{ max-height:4rem; } .maxh-9{ max-height:4.5rem; } .maxh-10{ max-height:5rem; } .maxh-15{ max-height:7.5rem; } .maxh-card{ max-height:10rem; } .maxh-card-lg{ max-height:15rem; } .maxh-mobile{ max-height:20rem; } .maxh-mobile-lg{ max-height:30rem; } .maxh-tablet{ max-height:40rem; } .maxh-tablet-lg{ max-height:55rem; } .maxh-none{ max-height:none; } .maxh-viewport{ max-height:100vh; } .maxw-05{ max-width:0.25rem; } .maxw-1{ max-width:0.5rem; } .maxw-105{ max-width:0.75rem; } .maxw-2{ max-width:1rem; } .maxw-205{ max-width:1.25rem; } .maxw-3{ max-width:1.5rem; } .maxw-4{ max-width:2rem; } .maxw-5{ max-width:2.5rem; } .maxw-6{ max-width:3rem; } .maxw-7{ max-width:3.5rem; } .maxw-8{ max-width:4rem; } .maxw-9{ max-width:4.5rem; } .maxw-10{ max-width:5rem; } .maxw-15{ max-width:7.5rem; } .maxw-card{ max-width:10rem; } .maxw-card-lg{ max-width:15rem; } .maxw-mobile{ max-width:20rem; } .maxw-mobile-lg{ max-width:30rem; } .maxw-tablet{ max-width:40rem; } .maxw-tablet-lg{ max-width:55rem; } .maxw-desktop{ max-width:64rem; } .maxw-desktop-lg{ max-width:75rem; } .maxw-widescreen{ max-width:87.5rem; } .maxw-none{ max-width:none; } .maxw-full{ max-width:100%; } .measure-1{ max-width:44ex; } .measure-2{ max-width:60ex; } .measure-3{ max-width:64ex; } .measure-4{ max-width:68ex; } .measure-5{ max-width:72ex; } .measure-6{ max-width:88ex; } .measure-none{ max-width:none; } .minh-1px{ min-height:1px; } .minh-2px{ min-height:2px; } .minh-05{ min-height:0.25rem; } .minh-1{ min-height:0.5rem; } .minh-105{ min-height:0.75rem; } .minh-2{ min-height:1rem; } .minh-205{ min-height:1.25rem; } .minh-3{ min-height:1.5rem; } .minh-4{ min-height:2rem; } .minh-5{ min-height:2.5rem; } .minh-6{ min-height:3rem; } .minh-7{ min-height:3.5rem; } .minh-8{ min-height:4rem; } .minh-9{ min-height:4.5rem; } .minh-10{ min-height:5rem; } .minh-15{ min-height:7.5rem; } .minh-card{ min-height:10rem; } .minh-card-lg{ min-height:15rem; } .minh-mobile{ min-height:20rem; } .minh-mobile-lg{ min-height:30rem; } .minh-tablet{ min-height:40rem; } .minh-tablet-lg{ min-height:55rem; } .minh-0{ min-height:0; } .minh-full{ min-height:100%; } .minh-viewport{ min-height:100vh; } .minw-05{ min-width:0.25rem; } .minw-1{ min-width:0.5rem; } .minw-105{ min-width:0.75rem; } .minw-2{ min-width:1rem; } .minw-205{ min-width:1.25rem; } .minw-3{ min-width:1.5rem; } .minw-4{ min-width:2rem; } .minw-5{ min-width:2.5rem; } .minw-6{ min-width:3rem; } .minw-7{ min-width:3.5rem; } .minw-8{ min-width:4rem; } .minw-9{ min-width:4.5rem; } .minw-10{ min-width:5rem; } .minw-15{ min-width:7.5rem; } .minw-0{ min-width:0; } .opacity-0{ opacity:0; } .opacity-10{ opacity:0.1; } .opacity-20{ opacity:0.2; } .opacity-30{ opacity:0.3; } .opacity-40{ opacity:0.4; } .opacity-50{ opacity:0.5; } .opacity-60{ opacity:0.6; } .opacity-70{ opacity:0.7; } .opacity-80{ opacity:0.8; } .opacity-90{ opacity:0.9; } .opacity-100{ opacity:1; } .order-first{ -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1; } .order-last{ -webkit-box-ordinal-group:1000; -ms-flex-order:999; order:999; } .order-initial{ -webkit-box-ordinal-group:initial; -ms-flex-order:initial; order:initial; } .order-0{ -webkit-box-ordinal-group:1; -ms-flex-order:0; order:0; } .order-1{ -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; } .order-2{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .order-3{ -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; } .order-4{ -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; } .order-5{ -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; } .order-6{ -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; } .order-7{ -webkit-box-ordinal-group:8; -ms-flex-order:7; order:7; } .order-8{ -webkit-box-ordinal-group:9; -ms-flex-order:8; order:8; } .order-9{ -webkit-box-ordinal-group:10; -ms-flex-order:9; order:9; } .order-10{ -webkit-box-ordinal-group:11; -ms-flex-order:10; order:10; } .order-11{ -webkit-box-ordinal-group:12; -ms-flex-order:11; order:11; } .outline-1px{ outline:1px solid; } .outline-2px{ outline:2px solid; } .outline-0{ outline:0 solid; } .outline-05{ outline:0.25rem solid; } .outline-transparent{ outline-color:transparent; } .outline-black{ outline-color:black; } .outline-white{ outline-color:white; } .outline-red{ outline-color:#e52207; } .outline-orange{ outline-color:#e66f0e; } .outline-gold{ outline-color:#ffbe2e; } .outline-yellow{ outline-color:#fee685; } .outline-green{ outline-color:#538200; } .outline-mint{ outline-color:#04c585; } .outline-cyan{ outline-color:#009ec1; } .outline-blue{ outline-color:#0076d6; } .outline-indigo{ outline-color:#676cc8; } .outline-violet{ outline-color:#8168b3; } .outline-magenta{ outline-color:#d72d79; } .outline-gray-5{ outline-color:#f0f0f0; } .outline-gray-10{ outline-color:#e6e6e6; } .outline-gray-30{ outline-color:#adadad; } .outline-gray-50{ outline-color:#757575; } .outline-gray-70{ outline-color:#454545; } .outline-gray-90{ outline-color:#1b1b1b; } .outline-base-lightest{ outline-color:#f0f0f0; } .outline-base-lighter{ outline-color:#dcdee0; } .outline-base-light{ outline-color:#a9aeb1; } .outline-base{ outline-color:#71767a; } .outline-base-dark{ outline-color:#565c65; } .outline-base-darker{ outline-color:#3d4551; } .outline-base-darkest{ outline-color:#1b1b1b; } .outline-ink{ outline-color:#1b1b1b; } .outline-primary-lighter{ outline-color:#d9e8f6; } .outline-primary-light{ outline-color:#73b3e7; } .outline-primary{ outline-color:#005ea2; } .outline-primary-vivid{ outline-color:#0050d8; } .outline-primary-dark{ outline-color:#1a4480; } .outline-primary-darker{ outline-color:#162e51; } .outline-secondary-lighter{ outline-color:#f3e1e4; } .outline-secondary-light{ outline-color:#f2938c; } .outline-secondary{ outline-color:#d83933; } .outline-secondary-vivid{ outline-color:#e41d3d; } .outline-secondary-dark{ outline-color:#b50909; } .outline-secondary-darker{ outline-color:#8b0a03; } .outline-accent-warm-darker{ outline-color:#775540; } .outline-accent-warm-dark{ outline-color:#c05600; } .outline-accent-warm{ outline-color:#fa9441; } .outline-accent-warm-light{ outline-color:#ffbc78; } .outline-accent-warm-lighter{ outline-color:#f2e4d4; } .outline-accent-cool-darker{ outline-color:#07648d; } .outline-accent-cool-dark{ outline-color:#28a0cb; } .outline-accent-cool{ outline-color:#00bde3; } .outline-accent-cool-light{ outline-color:#97d4ea; } .outline-accent-cool-lighter{ outline-color:#e1f3f8; } .overflow-hidden{ overflow:hidden; } .overflow-y-hidden{ overflow-y:hidden; } .overflow-x-hidden{ overflow-x:hidden; } .overflow-scroll{ overflow:scroll; } .overflow-y-scroll{ overflow-y:scroll; } .overflow-x-scroll{ overflow-x:scroll; } .overflow-auto{ overflow:auto; } .overflow-y-auto{ overflow-y:auto; } .overflow-x-auto{ overflow-x:auto; } .overflow-visible{ overflow:visible; } .overflow-y-visible{ overflow-y:visible; } .overflow-x-visible{ overflow-x:visible; } .padding-1px{ padding:1px; } .padding-y-1px{ padding-top:1px; padding-bottom:1px; } .padding-x-1px{ padding-left:1px; padding-right:1px; } .padding-top-1px{ padding-top:1px; } .padding-right-1px{ padding-right:1px; } .padding-bottom-1px{ padding-bottom:1px; } .padding-left-1px{ padding-left:1px; } .padding-2px{ padding:2px; } .padding-y-2px{ padding-top:2px; padding-bottom:2px; } .padding-x-2px{ padding-left:2px; padding-right:2px; } .padding-top-2px{ padding-top:2px; } .padding-right-2px{ padding-right:2px; } .padding-bottom-2px{ padding-bottom:2px; } .padding-left-2px{ padding-left:2px; } .padding-05{ padding:0.25rem; } .padding-y-05{ padding-top:0.25rem; padding-bottom:0.25rem; } .padding-x-05{ padding-left:0.25rem; padding-right:0.25rem; } .padding-top-05{ padding-top:0.25rem; } .padding-right-05{ padding-right:0.25rem; } .padding-bottom-05{ padding-bottom:0.25rem; } .padding-left-05{ padding-left:0.25rem; } .padding-1{ padding:0.5rem; } .padding-y-1{ padding-top:0.5rem; padding-bottom:0.5rem; } .padding-x-1{ padding-left:0.5rem; padding-right:0.5rem; } .padding-top-1{ padding-top:0.5rem; } .padding-right-1{ padding-right:0.5rem; } .padding-bottom-1{ padding-bottom:0.5rem; } .padding-left-1{ padding-left:0.5rem; } .padding-105{ padding:0.75rem; } .padding-y-105{ padding-top:0.75rem; padding-bottom:0.75rem; } .padding-x-105{ padding-left:0.75rem; padding-right:0.75rem; } .padding-top-105{ padding-top:0.75rem; } .padding-right-105{ padding-right:0.75rem; } .padding-bottom-105{ padding-bottom:0.75rem; } .padding-left-105{ padding-left:0.75rem; } .padding-2{ padding:1rem; } .padding-y-2{ padding-top:1rem; padding-bottom:1rem; } .padding-x-2{ padding-left:1rem; padding-right:1rem; } .padding-top-2{ padding-top:1rem; } .padding-right-2{ padding-right:1rem; } .padding-bottom-2{ padding-bottom:1rem; } .padding-left-2{ padding-left:1rem; } .padding-205{ padding:1.25rem; } .padding-y-205{ padding-top:1.25rem; padding-bottom:1.25rem; } .padding-x-205{ padding-left:1.25rem; padding-right:1.25rem; } .padding-top-205{ padding-top:1.25rem; } .padding-right-205{ padding-right:1.25rem; } .padding-bottom-205{ padding-bottom:1.25rem; } .padding-left-205{ padding-left:1.25rem; } .padding-3{ padding:1.5rem; } .padding-y-3{ padding-top:1.5rem; padding-bottom:1.5rem; } .padding-x-3{ padding-left:1.5rem; padding-right:1.5rem; } .padding-top-3{ padding-top:1.5rem; } .padding-right-3{ padding-right:1.5rem; } .padding-bottom-3{ padding-bottom:1.5rem; } .padding-left-3{ padding-left:1.5rem; } .padding-4{ padding:2rem; } .padding-y-4{ padding-top:2rem; padding-bottom:2rem; } .padding-x-4{ padding-left:2rem; padding-right:2rem; } .padding-top-4{ padding-top:2rem; } .padding-right-4{ padding-right:2rem; } .padding-bottom-4{ padding-bottom:2rem; } .padding-left-4{ padding-left:2rem; } .padding-5{ padding:2.5rem; } .padding-y-5{ padding-top:2.5rem; padding-bottom:2.5rem; } .padding-x-5{ padding-left:2.5rem; padding-right:2.5rem; } .padding-top-5{ padding-top:2.5rem; } .padding-right-5{ padding-right:2.5rem; } .padding-bottom-5{ padding-bottom:2.5rem; } .padding-left-5{ padding-left:2.5rem; } .padding-6{ padding:3rem; } .padding-y-6{ padding-top:3rem; padding-bottom:3rem; } .padding-x-6{ padding-left:3rem; padding-right:3rem; } .padding-top-6{ padding-top:3rem; } .padding-right-6{ padding-right:3rem; } .padding-bottom-6{ padding-bottom:3rem; } .padding-left-6{ padding-left:3rem; } .padding-7{ padding:3.5rem; } .padding-y-7{ padding-top:3.5rem; padding-bottom:3.5rem; } .padding-x-7{ padding-left:3.5rem; padding-right:3.5rem; } .padding-top-7{ padding-top:3.5rem; } .padding-right-7{ padding-right:3.5rem; } .padding-bottom-7{ padding-bottom:3.5rem; } .padding-left-7{ padding-left:3.5rem; } .padding-8{ padding:4rem; } .padding-y-8{ padding-top:4rem; padding-bottom:4rem; } .padding-x-8{ padding-left:4rem; padding-right:4rem; } .padding-top-8{ padding-top:4rem; } .padding-right-8{ padding-right:4rem; } .padding-bottom-8{ padding-bottom:4rem; } .padding-left-8{ padding-left:4rem; } .padding-9{ padding:4.5rem; } .padding-y-9{ padding-top:4.5rem; padding-bottom:4.5rem; } .padding-x-9{ padding-left:4.5rem; padding-right:4.5rem; } .padding-top-9{ padding-top:4.5rem; } .padding-right-9{ padding-right:4.5rem; } .padding-bottom-9{ padding-bottom:4.5rem; } .padding-left-9{ padding-left:4.5rem; } .padding-10{ padding:5rem; } .padding-y-10{ padding-top:5rem; padding-bottom:5rem; } .padding-x-10{ padding-left:5rem; padding-right:5rem; } .padding-top-10{ padding-top:5rem; } .padding-right-10{ padding-right:5rem; } .padding-bottom-10{ padding-bottom:5rem; } .padding-left-10{ padding-left:5rem; } .padding-15{ padding:7.5rem; } .padding-y-15{ padding-top:7.5rem; padding-bottom:7.5rem; } .padding-x-15{ padding-left:7.5rem; padding-right:7.5rem; } .padding-top-15{ padding-top:7.5rem; } .padding-right-15{ padding-right:7.5rem; } .padding-bottom-15{ padding-bottom:7.5rem; } .padding-left-15{ padding-left:7.5rem; } .padding-0{ padding:0; } .padding-y-0{ padding-top:0; padding-bottom:0; } .padding-x-0{ padding-left:0; padding-right:0; } .padding-top-0{ padding-top:0; } .padding-right-0{ padding-right:0; } .padding-bottom-0{ padding-bottom:0; } .padding-left-0{ padding-left:0; } .pin-all{ bottom:0; left:0; right:0; top:0; position:absolute; } .pin-x{ left:0; right:0; position:absolute; } .pin-y{ bottom:0; top:0; position:absolute; } .pin-bottom{ bottom:0; position:absolute; } .pin-left{ left:0; position:absolute; } .pin-right{ right:0; position:absolute; } .pin-top{ top:0; position:absolute; } .pin-none{ bottom:auto; left:auto; right:auto; top:auto; position:static; } .position-absolute{ position:absolute; } .position-fixed{ position:fixed; } .position-relative{ position:relative; } .position-static{ position:static; } .position-sticky{ position:-webkit-sticky; position:sticky; } .right-1px{ right:1px; } .right-2px{ right:2px; } .right-05{ right:0.25rem; } .right-1{ right:0.5rem; } .right-105{ right:0.75rem; } .right-2{ right:1rem; } .right-205{ right:1.25rem; } .right-3{ right:1.5rem; } .right-neg-1px{ right:-1px; } .right-neg-2px{ right:-2px; } .right-neg-05{ right:-0.25rem; } .right-neg-1{ right:-0.5rem; } .right-neg-105{ right:-0.75rem; } .right-neg-2{ right:-1rem; } .right-neg-205{ right:-1.25rem; } .right-neg-3{ right:-1.5rem; } .right-0{ right:0; } .right-auto{ right:auto; } .square-1px{ height:1px; width:1px; } .square-2px{ height:2px; width:2px; } .square-05{ height:0.25rem; width:0.25rem; } .square-1{ height:0.5rem; width:0.5rem; } .square-105{ height:0.75rem; width:0.75rem; } .square-2{ height:1rem; width:1rem; } .square-205{ height:1.25rem; width:1.25rem; } .square-3{ height:1.5rem; width:1.5rem; } .square-4{ height:2rem; width:2rem; } .square-5{ height:2.5rem; width:2.5rem; } .square-6{ height:3rem; width:3rem; } .square-7{ height:3.5rem; width:3.5rem; } .square-8{ height:4rem; width:4rem; } .square-9{ height:4.5rem; width:4.5rem; } .square-10{ height:5rem; width:5rem; } .square-15{ height:7.5rem; width:7.5rem; } .square-card{ height:10rem; width:10rem; } .square-card-lg{ height:15rem; width:15rem; } .square-mobile{ height:20rem; width:20rem; } .text-center{ text-align:center; } .text-left{ text-align:left; } .text-justify{ text-align:justify; } .text-right{ text-align:right; } .text-strike{ text-decoration:line-through; } .hover\:text-strike:hover{ text-decoration:line-through; } .text-underline{ text-decoration:underline; } .hover\:text-underline:hover{ text-decoration:underline; } .text-no-underline{ text-decoration:none; } .hover\:text-no-underline:hover{ text-decoration:none; } .text-no-strike{ text-decoration:none; } .hover\:text-no-strike:hover{ text-decoration:none; } .underline-red{ -webkit-text-decoration-color:#e52207; text-decoration-color:#e52207; } .hover\:underline-red:hover{ -webkit-text-decoration-color:#e52207; text-decoration-color:#e52207; } .underline-orange{ -webkit-text-decoration-color:#e66f0e; text-decoration-color:#e66f0e; } .hover\:underline-orange:hover{ -webkit-text-decoration-color:#e66f0e; text-decoration-color:#e66f0e; } .underline-gold{ -webkit-text-decoration-color:#ffbe2e; text-decoration-color:#ffbe2e; } .hover\:underline-gold:hover{ -webkit-text-decoration-color:#ffbe2e; text-decoration-color:#ffbe2e; } .underline-yellow{ -webkit-text-decoration-color:#fee685; text-decoration-color:#fee685; } .hover\:underline-yellow:hover{ -webkit-text-decoration-color:#fee685; text-decoration-color:#fee685; } .underline-green{ -webkit-text-decoration-color:#538200; text-decoration-color:#538200; } .hover\:underline-green:hover{ -webkit-text-decoration-color:#538200; text-decoration-color:#538200; } .underline-mint{ -webkit-text-decoration-color:#04c585; text-decoration-color:#04c585; } .hover\:underline-mint:hover{ -webkit-text-decoration-color:#04c585; text-decoration-color:#04c585; } .underline-cyan{ -webkit-text-decoration-color:#009ec1; text-decoration-color:#009ec1; } .hover\:underline-cyan:hover{ -webkit-text-decoration-color:#009ec1; text-decoration-color:#009ec1; } .underline-blue{ -webkit-text-decoration-color:#0076d6; text-decoration-color:#0076d6; } .hover\:underline-blue:hover{ -webkit-text-decoration-color:#0076d6; text-decoration-color:#0076d6; } .underline-indigo{ -webkit-text-decoration-color:#676cc8; text-decoration-color:#676cc8; } .hover\:underline-indigo:hover{ -webkit-text-decoration-color:#676cc8; text-decoration-color:#676cc8; } .underline-violet{ -webkit-text-decoration-color:#8168b3; text-decoration-color:#8168b3; } .hover\:underline-violet:hover{ -webkit-text-decoration-color:#8168b3; text-decoration-color:#8168b3; } .underline-magenta{ -webkit-text-decoration-color:#d72d79; text-decoration-color:#d72d79; } .hover\:underline-magenta:hover{ -webkit-text-decoration-color:#d72d79; text-decoration-color:#d72d79; } .underline-gray-5{ -webkit-text-decoration-color:#f0f0f0; text-decoration-color:#f0f0f0; } .hover\:underline-gray-5:hover{ -webkit-text-decoration-color:#f0f0f0; text-decoration-color:#f0f0f0; } .underline-gray-10{ -webkit-text-decoration-color:#e6e6e6; text-decoration-color:#e6e6e6; } .hover\:underline-gray-10:hover{ -webkit-text-decoration-color:#e6e6e6; text-decoration-color:#e6e6e6; } .underline-gray-30{ -webkit-text-decoration-color:#adadad; text-decoration-color:#adadad; } .hover\:underline-gray-30:hover{ -webkit-text-decoration-color:#adadad; text-decoration-color:#adadad; } .underline-gray-50{ -webkit-text-decoration-color:#757575; text-decoration-color:#757575; } .hover\:underline-gray-50:hover{ -webkit-text-decoration-color:#757575; text-decoration-color:#757575; } .underline-gray-70{ -webkit-text-decoration-color:#454545; text-decoration-color:#454545; } .hover\:underline-gray-70:hover{ -webkit-text-decoration-color:#454545; text-decoration-color:#454545; } .underline-gray-90{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .hover\:underline-gray-90:hover{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .underline-base-lightest{ -webkit-text-decoration-color:#f0f0f0; text-decoration-color:#f0f0f0; } .hover\:underline-base-lightest:hover{ -webkit-text-decoration-color:#f0f0f0; text-decoration-color:#f0f0f0; } .underline-base-lighter{ -webkit-text-decoration-color:#dcdee0; text-decoration-color:#dcdee0; } .hover\:underline-base-lighter:hover{ -webkit-text-decoration-color:#dcdee0; text-decoration-color:#dcdee0; } .underline-base-light{ -webkit-text-decoration-color:#a9aeb1; text-decoration-color:#a9aeb1; } .hover\:underline-base-light:hover{ -webkit-text-decoration-color:#a9aeb1; text-decoration-color:#a9aeb1; } .underline-base{ -webkit-text-decoration-color:#71767a; text-decoration-color:#71767a; } .hover\:underline-base:hover{ -webkit-text-decoration-color:#71767a; text-decoration-color:#71767a; } .underline-base-dark{ -webkit-text-decoration-color:#565c65; text-decoration-color:#565c65; } .hover\:underline-base-dark:hover{ -webkit-text-decoration-color:#565c65; text-decoration-color:#565c65; } .underline-base-darker{ -webkit-text-decoration-color:#3d4551; text-decoration-color:#3d4551; } .hover\:underline-base-darker:hover{ -webkit-text-decoration-color:#3d4551; text-decoration-color:#3d4551; } .underline-base-darkest{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .hover\:underline-base-darkest:hover{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .underline-ink{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .hover\:underline-ink:hover{ -webkit-text-decoration-color:#1b1b1b; text-decoration-color:#1b1b1b; } .underline-primary-lighter{ -webkit-text-decoration-color:#d9e8f6; text-decoration-color:#d9e8f6; } .hover\:underline-primary-lighter:hover{ -webkit-text-decoration-color:#d9e8f6; text-decoration-color:#d9e8f6; } .underline-primary-light{ -webkit-text-decoration-color:#73b3e7; text-decoration-color:#73b3e7; } .hover\:underline-primary-light:hover{ -webkit-text-decoration-color:#73b3e7; text-decoration-color:#73b3e7; } .underline-primary{ -webkit-text-decoration-color:#005ea2; text-decoration-color:#005ea2; } .hover\:underline-primary:hover{ -webkit-text-decoration-color:#005ea2; text-decoration-color:#005ea2; } .underline-primary-vivid{ -webkit-text-decoration-color:#0050d8; text-decoration-color:#0050d8; } .hover\:underline-primary-vivid:hover{ -webkit-text-decoration-color:#0050d8; text-decoration-color:#0050d8; } .underline-primary-dark{ -webkit-text-decoration-color:#1a4480; text-decoration-color:#1a4480; } .hover\:underline-primary-dark:hover{ -webkit-text-decoration-color:#1a4480; text-decoration-color:#1a4480; } .underline-primary-darker{ -webkit-text-decoration-color:#162e51; text-decoration-color:#162e51; } .hover\:underline-primary-darker:hover{ -webkit-text-decoration-color:#162e51; text-decoration-color:#162e51; } .underline-secondary-lighter{ -webkit-text-decoration-color:#f3e1e4; text-decoration-color:#f3e1e4; } .hover\:underline-secondary-lighter:hover{ -webkit-text-decoration-color:#f3e1e4; text-decoration-color:#f3e1e4; } .underline-secondary-light{ -webkit-text-decoration-color:#f2938c; text-decoration-color:#f2938c; } .hover\:underline-secondary-light:hover{ -webkit-text-decoration-color:#f2938c; text-decoration-color:#f2938c; } .underline-secondary{ -webkit-text-decoration-color:#d83933; text-decoration-color:#d83933; } .hover\:underline-secondary:hover{ -webkit-text-decoration-color:#d83933; text-decoration-color:#d83933; } .underline-secondary-vivid{ -webkit-text-decoration-color:#e41d3d; text-decoration-color:#e41d3d; } .hover\:underline-secondary-vivid:hover{ -webkit-text-decoration-color:#e41d3d; text-decoration-color:#e41d3d; } .underline-secondary-dark{ -webkit-text-decoration-color:#b50909; text-decoration-color:#b50909; } .hover\:underline-secondary-dark:hover{ -webkit-text-decoration-color:#b50909; text-decoration-color:#b50909; } .underline-secondary-darker{ -webkit-text-decoration-color:#8b0a03; text-decoration-color:#8b0a03; } .hover\:underline-secondary-darker:hover{ -webkit-text-decoration-color:#8b0a03; text-decoration-color:#8b0a03; } .underline-accent-warm-darker{ -webkit-text-decoration-color:#775540; text-decoration-color:#775540; } .hover\:underline-accent-warm-darker:hover{ -webkit-text-decoration-color:#775540; text-decoration-color:#775540; } .underline-accent-warm-dark{ -webkit-text-decoration-color:#c05600; text-decoration-color:#c05600; } .hover\:underline-accent-warm-dark:hover{ -webkit-text-decoration-color:#c05600; text-decoration-color:#c05600; } .underline-accent-warm{ -webkit-text-decoration-color:#fa9441; text-decoration-color:#fa9441; } .hover\:underline-accent-warm:hover{ -webkit-text-decoration-color:#fa9441; text-decoration-color:#fa9441; } .underline-accent-warm-light{ -webkit-text-decoration-color:#ffbc78; text-decoration-color:#ffbc78; } .hover\:underline-accent-warm-light:hover{ -webkit-text-decoration-color:#ffbc78; text-decoration-color:#ffbc78; } .underline-accent-warm-lighter{ -webkit-text-decoration-color:#f2e4d4; text-decoration-color:#f2e4d4; } .hover\:underline-accent-warm-lighter:hover{ -webkit-text-decoration-color:#f2e4d4; text-decoration-color:#f2e4d4; } .underline-accent-cool-darker{ -webkit-text-decoration-color:#07648d; text-decoration-color:#07648d; } .hover\:underline-accent-cool-darker:hover{ -webkit-text-decoration-color:#07648d; text-decoration-color:#07648d; } .underline-accent-cool-dark{ -webkit-text-decoration-color:#28a0cb; text-decoration-color:#28a0cb; } .hover\:underline-accent-cool-dark:hover{ -webkit-text-decoration-color:#28a0cb; text-decoration-color:#28a0cb; } .underline-accent-cool{ -webkit-text-decoration-color:#00bde3; text-decoration-color:#00bde3; } .hover\:underline-accent-cool:hover{ -webkit-text-decoration-color:#00bde3; text-decoration-color:#00bde3; } .underline-accent-cool-light{ -webkit-text-decoration-color:#97d4ea; text-decoration-color:#97d4ea; } .hover\:underline-accent-cool-light:hover{ -webkit-text-decoration-color:#97d4ea; text-decoration-color:#97d4ea; } .underline-accent-cool-lighter{ -webkit-text-decoration-color:#e1f3f8; text-decoration-color:#e1f3f8; } .hover\:underline-accent-cool-lighter:hover{ -webkit-text-decoration-color:#e1f3f8; text-decoration-color:#e1f3f8; } .text-indent-0{ text-indent:0; } .text-indent-05{ text-indent:0.25rem; } .text-indent-1{ text-indent:0.5rem; } .text-indent-105{ text-indent:0.75rem; } .text-indent-2{ text-indent:1rem; } .text-indent-205{ text-indent:1.25rem; } .text-indent-3{ text-indent:1.5rem; } .text-indent-neg-05{ text-indent:-0.25rem; } .text-indent-neg-1{ text-indent:-0.5rem; } .text-indent-neg-105{ text-indent:-0.75rem; } .text-indent-neg-2{ text-indent:-1rem; } .text-indent-neg-205{ text-indent:-1.25rem; } .text-indent-neg-3{ text-indent:-1.5rem; } .text-indent-4{ text-indent:2rem; } .text-indent-5{ text-indent:2.5rem; } .text-indent-6{ text-indent:3rem; } .text-indent-7{ text-indent:3.5rem; } .text-indent-8{ text-indent:4rem; } .text-indent-9{ text-indent:4.5rem; } .text-indent-10{ text-indent:5rem; } .text-indent-15{ text-indent:7.5rem; } .text-indent-neg-4{ text-indent:-2rem; } .text-indent-neg-5{ text-indent:-2.5rem; } .text-indent-neg-6{ text-indent:-3rem; } .text-indent-neg-7{ text-indent:-3.5rem; } .text-indent-neg-8{ text-indent:-4rem; } .text-indent-neg-9{ text-indent:-4.5rem; } .text-indent-neg-10{ text-indent:-5rem; } .text-indent-neg-15{ text-indent:-7.5rem; } .text-uppercase{ text-transform:uppercase; } .text-no-uppercase{ text-transform:none; } .text-lowercase{ text-transform:lowercase; } .text-no-lowercase{ text-transform:none; } .top-1px{ top:1px; } .top-2px{ top:2px; } .top-05{ top:0.25rem; } .top-1{ top:0.5rem; } .top-105{ top:0.75rem; } .top-2{ top:1rem; } .top-205{ top:1.25rem; } .top-3{ top:1.5rem; } .top-neg-1px{ top:-1px; } .top-neg-2px{ top:-2px; } .top-neg-05{ top:-0.25rem; } .top-neg-1{ top:-0.5rem; } .top-neg-105{ top:-0.75rem; } .top-neg-2{ top:-1rem; } .top-neg-205{ top:-1.25rem; } .top-neg-3{ top:-1.5rem; } .top-0{ top:0; } .top-auto{ top:auto; } .text-baseline{ vertical-align:baseline; } .text-bottom{ vertical-align:bottom; } .text-middle{ vertical-align:middle; } .text-sub{ vertical-align:sub; } .text-super{ vertical-align:super; } .text-tbottom{ vertical-align:text-bottom; } .text-ttop{ vertical-align:text-top; } .text-top{ vertical-align:top; } .text-pre{ white-space:pre; } .text-pre-line{ white-space:pre-line; } .text-pre-wrap{ white-space:pre-wrap; } .text-wrap{ white-space:normal; } .text-no-wrap{ white-space:nowrap; } .width-1px{ width:1px; } .width-2px{ width:2px; } .width-05{ width:0.25rem; } .width-1{ width:0.5rem; } .width-105{ width:0.75rem; } .width-2{ width:1rem; } .width-205{ width:1.25rem; } .width-3{ width:1.5rem; } .width-4{ width:2rem; } .width-5{ width:2.5rem; } .width-6{ width:3rem; } .width-7{ width:3.5rem; } .width-8{ width:4rem; } .width-9{ width:4.5rem; } .width-10{ width:5rem; } .width-15{ width:7.5rem; } .width-card{ width:10rem; } .width-card-lg{ width:15rem; } .width-mobile{ width:20rem; } .width-mobile-lg{ width:30rem; } .width-tablet{ width:40rem; } .width-tablet-lg{ width:55rem; } .width-desktop{ width:64rem; } .width-desktop-lg{ width:75rem; } .width-widescreen{ width:87.5rem; } .width-0{ width:0; } .width-full{ width:100%; } .width-auto{ width:auto; } .z-auto{ z-index:auto; } .z-bottom{ z-index:-100; } .z-top{ z-index:99999; } .z-0{ z-index:0; } .z-100{ z-index:100; } .z-200{ z-index:200; } .z-300{ z-index:300; } .z-400{ z-index:400; } .z-500{ z-index:500; } @media all and (min-width: 30em){ .usa-button{ width:auto; } .mobile-lg\:grid-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-card{ margin-left:auto; margin-right:auto; max-width:10rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-card-lg{ margin-left:auto; margin-right:auto; max-width:15rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-mobile{ margin-left:auto; margin-right:auto; max-width:20rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-mobile-lg{ margin-left:auto; margin-right:auto; max-width:30rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-tablet{ margin-left:auto; margin-right:auto; max-width:40rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-tablet-lg{ margin-left:auto; margin-right:auto; max-width:55rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-desktop{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-desktop-lg{ margin-left:auto; margin-right:auto; max-width:75rem; padding-left:1rem; padding-right:1rem; } .mobile-lg\:grid-container-widescreen{ margin-left:auto; margin-right:auto; max-width:87.5rem; padding-left:1rem; padding-right:1rem; } .grid-row.mobile-lg\:grid-gap-0{ margin-left:0; margin-right:0; } .grid-row.mobile-lg\:grid-gap-0 > *{ padding-left:0; padding-right:0; } .grid-row.mobile-lg\:grid-gap-2px{ margin-left:-1px; margin-right:-1px; } .grid-row.mobile-lg\:grid-gap-2px > *{ padding-left:1px; padding-right:1px; } .grid-row.mobile-lg\:grid-gap-05{ margin-left:-2px; margin-right:-2px; } .grid-row.mobile-lg\:grid-gap-05 > *{ padding-left:2px; padding-right:2px; } .grid-row.mobile-lg\:grid-gap-1{ margin-left:-0.25rem; margin-right:-0.25rem; } .grid-row.mobile-lg\:grid-gap-1 > *{ padding-left:0.25rem; padding-right:0.25rem; } .grid-row.mobile-lg\:grid-gap-2{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.mobile-lg\:grid-gap-2 > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.mobile-lg\:grid-gap-3{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.mobile-lg\:grid-gap-3 > *{ padding-left:0.75rem; padding-right:0.75rem; } .grid-row.mobile-lg\:grid-gap-4{ margin-left:-1rem; margin-right:-1rem; } .grid-row.mobile-lg\:grid-gap-4 > *{ padding-left:1rem; padding-right:1rem; } .grid-row.mobile-lg\:grid-gap-5{ margin-left:-1.25rem; margin-right:-1.25rem; } .grid-row.mobile-lg\:grid-gap-5 > *{ padding-left:1.25rem; padding-right:1.25rem; } .grid-row.mobile-lg\:grid-gap-6{ margin-left:-1.5rem; margin-right:-1.5rem; } .grid-row.mobile-lg\:grid-gap-6 > *{ padding-left:1.5rem; padding-right:1.5rem; } .grid-row.mobile-lg\:grid-gap-sm{ margin-left:-1px; margin-right:-1px; } .grid-row.mobile-lg\:grid-gap-sm > *{ padding-left:1px; padding-right:1px; } .grid-row.mobile-lg\:grid-gap-md{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.mobile-lg\:grid-gap-md > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.mobile-lg\:grid-gap-lg{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.mobile-lg\:grid-gap-lg > *{ padding-left:0.75rem; padding-right:0.75rem; } .mobile-lg\:grid-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .mobile-lg\:grid-col-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .mobile-lg\:grid-col-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:100%; } .mobile-lg\:grid-col-1{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:8.33333%; } .mobile-lg\:grid-col-2{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:16.66667%; } .mobile-lg\:grid-col-3{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:25%; } .mobile-lg\:grid-col-4{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:33.33333%; } .mobile-lg\:grid-col-5{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:41.66667%; } .mobile-lg\:grid-col-6{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:50%; } .mobile-lg\:grid-col-7{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:58.33333%; } .mobile-lg\:grid-col-8{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:66.66667%; } .mobile-lg\:grid-col-9{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:75%; } .mobile-lg\:grid-col-10{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:83.33333%; } .mobile-lg\:grid-col-11{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:91.66667%; } .mobile-lg\:grid-col-12{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:100%; } .mobile-lg\:grid-offset-1{ margin-left:8.33333%; } .mobile-lg\:grid-offset-2{ margin-left:16.66667%; } .mobile-lg\:grid-offset-3{ margin-left:25%; } .mobile-lg\:grid-offset-4{ margin-left:33.33333%; } .mobile-lg\:grid-offset-5{ margin-left:41.66667%; } .mobile-lg\:grid-offset-6{ margin-left:50%; } .mobile-lg\:grid-offset-7{ margin-left:58.33333%; } .mobile-lg\:grid-offset-8{ margin-left:66.66667%; } .mobile-lg\:grid-offset-9{ margin-left:75%; } .mobile-lg\:grid-offset-10{ margin-left:83.33333%; } .mobile-lg\:grid-offset-11{ margin-left:91.66667%; } .mobile-lg\:grid-offset-12{ margin-left:100%; } .mobile-lg\:grid-offset-none{ margin-left:0; } .usa-display{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:2.44rem; line-height:1.2; font-weight:bold; } * + .usa-display{ margin-top:1.5em; } .usa-display + *{ margin-top:1em; } .usa-footer__nav{ padding-left:1rem; padding-right:1rem; border-bottom:none; } .usa-footer__primary-link{ padding-left:0; padding-right:0; } .usa-footer__secondary-link{ margin-left:0; } .usa-footer__contact-info{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; margin-top:0.5rem; } .usa-footer__primary-content{ border:none; } .usa-footer__logo{ margin-bottom:0; margin-top:0; -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .usa-footer__contact-links{ margin-top:0; text-align:right; } .usa-footer__contact-heading{ margin-bottom:0.25rem; margin-top:0.25rem; } .usa-footer__social-links{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .usa-footer__address{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .usa-footer--slim .usa-footer__address{ padding:0; } .usa-footer--slim .usa-footer__contact-info{ padding-bottom:1rem; padding-top:1rem; margin-top:0; } .usa-footer--big .usa-footer__nav{ border-bottom:1px solid #a9aeb1; padding-top:2rem; } .usa-footer--big .usa-footer__primary-link{ padding-bottom:0; padding-top:0; margin-bottom:0.5rem; } .usa-footer--big .usa-footer__primary-link:hover{ cursor:auto; text-decoration:none; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before{ content:none; } .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link{ margin:0; } .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled{ padding-left:0; padding-right:0; padding-bottom:2rem; padding-top:0.75rem; } .usa-form{ max-width:20rem; } .usa-form .usa-button{ margin-top:1.5rem; } .usa-form--large{ max-width:30rem; } .usa-search [type="submit"]{ padding-left:1rem; padding-right:1rem; background-image:none; width:auto; } .usa-search--big [type="search"], .usa-search--big .usa-search__input{ font-size:1.06rem; height:3rem; } .usa-search--big [type="submit"], .usa-search--big .usa-search__submit{ padding-left:2rem; padding-right:2rem; font-size:1.46rem; height:3rem; width:auto; } .usa-search--small [type="submit"], .usa-search--small .usa-search__submit{ background-image:url("../img/search.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/search.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-size:1rem; width:3rem; } .usa-search__submit-text{ position:static; } .mobile-lg\:border-1px{ border:1px solid; } .mobile-lg\:border-1px .mobile-lg\:hover\:border-1px:hover{ border:1px solid; } .mobile-lg\:border-y-1px{ border-top:1px solid; border-bottom:1px solid; } .mobile-lg\:border-y-1px .mobile-lg\:hover\:border-y-1px:hover{ border-top:1px solid; border-bottom:1px solid; } .mobile-lg\:border-x-1px{ border-left:1px solid; border-right:1px solid; } .mobile-lg\:border-x-1px .mobile-lg\:hover\:border-x-1px:hover{ border-left:1px solid; border-right:1px solid; } .mobile-lg\:border-top-1px{ border-top:1px solid; } .mobile-lg\:border-top-1px .mobile-lg\:hover\:border-top-1px:hover{ border-top:1px solid; } .mobile-lg\:border-right-1px{ border-right:1px solid; } .mobile-lg\:border-right-1px .mobile-lg\:hover\:border-right-1px:hover{ border-right:1px solid; } .mobile-lg\:border-bottom-1px{ border-bottom:1px solid; } .mobile-lg\:border-bottom-1px .mobile-lg\:hover\:border-bottom-1px:hover{ border-bottom:1px solid; } .mobile-lg\:border-left-1px{ border-left:1px solid; } .mobile-lg\:border-left-1px .mobile-lg\:hover\:border-left-1px:hover{ border-left:1px solid; } .mobile-lg\:border-2px{ border:2px solid; } .mobile-lg\:border-2px .mobile-lg\:hover\:border-2px:hover{ border:2px solid; } .mobile-lg\:border-y-2px{ border-top:2px solid; border-bottom:2px solid; } .mobile-lg\:border-y-2px .mobile-lg\:hover\:border-y-2px:hover{ border-top:2px solid; border-bottom:2px solid; } .mobile-lg\:border-x-2px{ border-left:2px solid; border-right:2px solid; } .mobile-lg\:border-x-2px .mobile-lg\:hover\:border-x-2px:hover{ border-left:2px solid; border-right:2px solid; } .mobile-lg\:border-top-2px{ border-top:2px solid; } .mobile-lg\:border-top-2px .mobile-lg\:hover\:border-top-2px:hover{ border-top:2px solid; } .mobile-lg\:border-right-2px{ border-right:2px solid; } .mobile-lg\:border-right-2px .mobile-lg\:hover\:border-right-2px:hover{ border-right:2px solid; } .mobile-lg\:border-bottom-2px{ border-bottom:2px solid; } .mobile-lg\:border-bottom-2px .mobile-lg\:hover\:border-bottom-2px:hover{ border-bottom:2px solid; } .mobile-lg\:border-left-2px{ border-left:2px solid; } .mobile-lg\:border-left-2px .mobile-lg\:hover\:border-left-2px:hover{ border-left:2px solid; } .mobile-lg\:border-05{ border:0.25rem solid; } .mobile-lg\:border-05 .mobile-lg\:hover\:border-05:hover{ border:0.25rem solid; } .mobile-lg\:border-y-05{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .mobile-lg\:border-y-05 .mobile-lg\:hover\:border-y-05:hover{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .mobile-lg\:border-x-05{ border-left:0.25rem solid; border-right:0.25rem solid; } .mobile-lg\:border-x-05 .mobile-lg\:hover\:border-x-05:hover{ border-left:0.25rem solid; border-right:0.25rem solid; } .mobile-lg\:border-top-05{ border-top:0.25rem solid; } .mobile-lg\:border-top-05 .mobile-lg\:hover\:border-top-05:hover{ border-top:0.25rem solid; } .mobile-lg\:border-right-05{ border-right:0.25rem solid; } .mobile-lg\:border-right-05 .mobile-lg\:hover\:border-right-05:hover{ border-right:0.25rem solid; } .mobile-lg\:border-bottom-05{ border-bottom:0.25rem solid; } .mobile-lg\:border-bottom-05 .mobile-lg\:hover\:border-bottom-05:hover{ border-bottom:0.25rem solid; } .mobile-lg\:border-left-05{ border-left:0.25rem solid; } .mobile-lg\:border-left-05 .mobile-lg\:hover\:border-left-05:hover{ border-left:0.25rem solid; } .mobile-lg\:border-1{ border:0.5rem solid; } .mobile-lg\:border-1 .mobile-lg\:hover\:border-1:hover{ border:0.5rem solid; } .mobile-lg\:border-y-1{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .mobile-lg\:border-y-1 .mobile-lg\:hover\:border-y-1:hover{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .mobile-lg\:border-x-1{ border-left:0.5rem solid; border-right:0.5rem solid; } .mobile-lg\:border-x-1 .mobile-lg\:hover\:border-x-1:hover{ border-left:0.5rem solid; border-right:0.5rem solid; } .mobile-lg\:border-top-1{ border-top:0.5rem solid; } .mobile-lg\:border-top-1 .mobile-lg\:hover\:border-top-1:hover{ border-top:0.5rem solid; } .mobile-lg\:border-right-1{ border-right:0.5rem solid; } .mobile-lg\:border-right-1 .mobile-lg\:hover\:border-right-1:hover{ border-right:0.5rem solid; } .mobile-lg\:border-bottom-1{ border-bottom:0.5rem solid; } .mobile-lg\:border-bottom-1 .mobile-lg\:hover\:border-bottom-1:hover{ border-bottom:0.5rem solid; } .mobile-lg\:border-left-1{ border-left:0.5rem solid; } .mobile-lg\:border-left-1 .mobile-lg\:hover\:border-left-1:hover{ border-left:0.5rem solid; } .mobile-lg\:border-105{ border:0.75rem solid; } .mobile-lg\:border-105 .mobile-lg\:hover\:border-105:hover{ border:0.75rem solid; } .mobile-lg\:border-y-105{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .mobile-lg\:border-y-105 .mobile-lg\:hover\:border-y-105:hover{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .mobile-lg\:border-x-105{ border-left:0.75rem solid; border-right:0.75rem solid; } .mobile-lg\:border-x-105 .mobile-lg\:hover\:border-x-105:hover{ border-left:0.75rem solid; border-right:0.75rem solid; } .mobile-lg\:border-top-105{ border-top:0.75rem solid; } .mobile-lg\:border-top-105 .mobile-lg\:hover\:border-top-105:hover{ border-top:0.75rem solid; } .mobile-lg\:border-right-105{ border-right:0.75rem solid; } .mobile-lg\:border-right-105 .mobile-lg\:hover\:border-right-105:hover{ border-right:0.75rem solid; } .mobile-lg\:border-bottom-105{ border-bottom:0.75rem solid; } .mobile-lg\:border-bottom-105 .mobile-lg\:hover\:border-bottom-105:hover{ border-bottom:0.75rem solid; } .mobile-lg\:border-left-105{ border-left:0.75rem solid; } .mobile-lg\:border-left-105 .mobile-lg\:hover\:border-left-105:hover{ border-left:0.75rem solid; } .mobile-lg\:border-2{ border:1rem solid; } .mobile-lg\:border-2 .mobile-lg\:hover\:border-2:hover{ border:1rem solid; } .mobile-lg\:border-y-2{ border-top:1rem solid; border-bottom:1rem solid; } .mobile-lg\:border-y-2 .mobile-lg\:hover\:border-y-2:hover{ border-top:1rem solid; border-bottom:1rem solid; } .mobile-lg\:border-x-2{ border-left:1rem solid; border-right:1rem solid; } .mobile-lg\:border-x-2 .mobile-lg\:hover\:border-x-2:hover{ border-left:1rem solid; border-right:1rem solid; } .mobile-lg\:border-top-2{ border-top:1rem solid; } .mobile-lg\:border-top-2 .mobile-lg\:hover\:border-top-2:hover{ border-top:1rem solid; } .mobile-lg\:border-right-2{ border-right:1rem solid; } .mobile-lg\:border-right-2 .mobile-lg\:hover\:border-right-2:hover{ border-right:1rem solid; } .mobile-lg\:border-bottom-2{ border-bottom:1rem solid; } .mobile-lg\:border-bottom-2 .mobile-lg\:hover\:border-bottom-2:hover{ border-bottom:1rem solid; } .mobile-lg\:border-left-2{ border-left:1rem solid; } .mobile-lg\:border-left-2 .mobile-lg\:hover\:border-left-2:hover{ border-left:1rem solid; } .mobile-lg\:border-205{ border:1.25rem solid; } .mobile-lg\:border-205 .mobile-lg\:hover\:border-205:hover{ border:1.25rem solid; } .mobile-lg\:border-y-205{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .mobile-lg\:border-y-205 .mobile-lg\:hover\:border-y-205:hover{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .mobile-lg\:border-x-205{ border-left:1.25rem solid; border-right:1.25rem solid; } .mobile-lg\:border-x-205 .mobile-lg\:hover\:border-x-205:hover{ border-left:1.25rem solid; border-right:1.25rem solid; } .mobile-lg\:border-top-205{ border-top:1.25rem solid; } .mobile-lg\:border-top-205 .mobile-lg\:hover\:border-top-205:hover{ border-top:1.25rem solid; } .mobile-lg\:border-right-205{ border-right:1.25rem solid; } .mobile-lg\:border-right-205 .mobile-lg\:hover\:border-right-205:hover{ border-right:1.25rem solid; } .mobile-lg\:border-bottom-205{ border-bottom:1.25rem solid; } .mobile-lg\:border-bottom-205 .mobile-lg\:hover\:border-bottom-205:hover{ border-bottom:1.25rem solid; } .mobile-lg\:border-left-205{ border-left:1.25rem solid; } .mobile-lg\:border-left-205 .mobile-lg\:hover\:border-left-205:hover{ border-left:1.25rem solid; } .mobile-lg\:border-3{ border:1.5rem solid; } .mobile-lg\:border-3 .mobile-lg\:hover\:border-3:hover{ border:1.5rem solid; } .mobile-lg\:border-y-3{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .mobile-lg\:border-y-3 .mobile-lg\:hover\:border-y-3:hover{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .mobile-lg\:border-x-3{ border-left:1.5rem solid; border-right:1.5rem solid; } .mobile-lg\:border-x-3 .mobile-lg\:hover\:border-x-3:hover{ border-left:1.5rem solid; border-right:1.5rem solid; } .mobile-lg\:border-top-3{ border-top:1.5rem solid; } .mobile-lg\:border-top-3 .mobile-lg\:hover\:border-top-3:hover{ border-top:1.5rem solid; } .mobile-lg\:border-right-3{ border-right:1.5rem solid; } .mobile-lg\:border-right-3 .mobile-lg\:hover\:border-right-3:hover{ border-right:1.5rem solid; } .mobile-lg\:border-bottom-3{ border-bottom:1.5rem solid; } .mobile-lg\:border-bottom-3 .mobile-lg\:hover\:border-bottom-3:hover{ border-bottom:1.5rem solid; } .mobile-lg\:border-left-3{ border-left:1.5rem solid; } .mobile-lg\:border-left-3 .mobile-lg\:hover\:border-left-3:hover{ border-left:1.5rem solid; } .mobile-lg\:border-0{ border:0 solid; } .mobile-lg\:border-0 .mobile-lg\:hover\:border-0:hover{ border:0 solid; } .mobile-lg\:border-y-0{ border-top:0 solid; border-bottom:0 solid; } .mobile-lg\:border-y-0 .mobile-lg\:hover\:border-y-0:hover{ border-top:0 solid; border-bottom:0 solid; } .mobile-lg\:border-x-0{ border-left:0 solid; border-right:0 solid; } .mobile-lg\:border-x-0 .mobile-lg\:hover\:border-x-0:hover{ border-left:0 solid; border-right:0 solid; } .mobile-lg\:border-top-0{ border-top:0 solid; } .mobile-lg\:border-top-0 .mobile-lg\:hover\:border-top-0:hover{ border-top:0 solid; } .mobile-lg\:border-right-0{ border-right:0 solid; } .mobile-lg\:border-right-0 .mobile-lg\:hover\:border-right-0:hover{ border-right:0 solid; } .mobile-lg\:border-bottom-0{ border-bottom:0 solid; } .mobile-lg\:border-bottom-0 .mobile-lg\:hover\:border-bottom-0:hover{ border-bottom:0 solid; } .mobile-lg\:border-left-0{ border-left:0 solid; } .mobile-lg\:border-left-0 .mobile-lg\:hover\:border-left-0:hover{ border-left:0 solid; } .mobile-lg\:border{ border:1px solid; } .mobile-lg\:border .mobile-lg\:hover\:border:hover{ border:1px solid; } .mobile-lg\:border-y{ border-top:1px solid; border-bottom:1px solid; } .mobile-lg\:border-y .mobile-lg\:hover\:border-y:hover{ border-top:1px solid; border-bottom:1px solid; } .mobile-lg\:border-x{ border-left:1px solid; border-right:1px solid; } .mobile-lg\:border-x .mobile-lg\:hover\:border-x:hover{ border-left:1px solid; border-right:1px solid; } .mobile-lg\:border-top{ border-top:1px solid; } .mobile-lg\:border-top .mobile-lg\:hover\:border-top:hover{ border-top:1px solid; } .mobile-lg\:border-right{ border-right:1px solid; } .mobile-lg\:border-right .mobile-lg\:hover\:border-right:hover{ border-right:1px solid; } .mobile-lg\:border-bottom{ border-bottom:1px solid; } .mobile-lg\:border-bottom .mobile-lg\:hover\:border-bottom:hover{ border-bottom:1px solid; } .mobile-lg\:border-left{ border-left:1px solid; } .mobile-lg\:border-left .mobile-lg\:hover\:border-left:hover{ border-left:1px solid; } .mobile-lg\:border-transparent{ border-color:transparent; } .mobile-lg\:border-transparent .mobile-lg\:hover\:border-transparent:hover{ border-color:transparent; } .mobile-lg\:border-black{ border-color:black; } .mobile-lg\:border-black .mobile-lg\:hover\:border-black:hover{ border-color:black; } .mobile-lg\:border-white{ border-color:white; } .mobile-lg\:border-white .mobile-lg\:hover\:border-white:hover{ border-color:white; } .mobile-lg\:border-red{ border-color:#e52207; } .mobile-lg\:border-red .mobile-lg\:hover\:border-red:hover{ border-color:#e52207; } .mobile-lg\:border-orange{ border-color:#e66f0e; } .mobile-lg\:border-orange .mobile-lg\:hover\:border-orange:hover{ border-color:#e66f0e; } .mobile-lg\:border-gold{ border-color:#ffbe2e; } .mobile-lg\:border-gold .mobile-lg\:hover\:border-gold:hover{ border-color:#ffbe2e; } .mobile-lg\:border-yellow{ border-color:#fee685; } .mobile-lg\:border-yellow .mobile-lg\:hover\:border-yellow:hover{ border-color:#fee685; } .mobile-lg\:border-green{ border-color:#538200; } .mobile-lg\:border-green .mobile-lg\:hover\:border-green:hover{ border-color:#538200; } .mobile-lg\:border-mint{ border-color:#04c585; } .mobile-lg\:border-mint .mobile-lg\:hover\:border-mint:hover{ border-color:#04c585; } .mobile-lg\:border-cyan{ border-color:#009ec1; } .mobile-lg\:border-cyan .mobile-lg\:hover\:border-cyan:hover{ border-color:#009ec1; } .mobile-lg\:border-blue{ border-color:#0076d6; } .mobile-lg\:border-blue .mobile-lg\:hover\:border-blue:hover{ border-color:#0076d6; } .mobile-lg\:border-indigo{ border-color:#676cc8; } .mobile-lg\:border-indigo .mobile-lg\:hover\:border-indigo:hover{ border-color:#676cc8; } .mobile-lg\:border-violet{ border-color:#8168b3; } .mobile-lg\:border-violet .mobile-lg\:hover\:border-violet:hover{ border-color:#8168b3; } .mobile-lg\:border-magenta{ border-color:#d72d79; } .mobile-lg\:border-magenta .mobile-lg\:hover\:border-magenta:hover{ border-color:#d72d79; } .mobile-lg\:border-gray-5{ border-color:#f0f0f0; } .mobile-lg\:border-gray-5 .mobile-lg\:hover\:border-gray-5:hover{ border-color:#f0f0f0; } .mobile-lg\:border-gray-10{ border-color:#e6e6e6; } .mobile-lg\:border-gray-10 .mobile-lg\:hover\:border-gray-10:hover{ border-color:#e6e6e6; } .mobile-lg\:border-gray-30{ border-color:#adadad; } .mobile-lg\:border-gray-30 .mobile-lg\:hover\:border-gray-30:hover{ border-color:#adadad; } .mobile-lg\:border-gray-50{ border-color:#757575; } .mobile-lg\:border-gray-50 .mobile-lg\:hover\:border-gray-50:hover{ border-color:#757575; } .mobile-lg\:border-gray-70{ border-color:#454545; } .mobile-lg\:border-gray-70 .mobile-lg\:hover\:border-gray-70:hover{ border-color:#454545; } .mobile-lg\:border-gray-90{ border-color:#1b1b1b; } .mobile-lg\:border-gray-90 .mobile-lg\:hover\:border-gray-90:hover{ border-color:#1b1b1b; } .mobile-lg\:border-base-lightest{ border-color:#f0f0f0; } .mobile-lg\:border-base-lightest .mobile-lg\:hover\:border-base-lightest:hover{ border-color:#f0f0f0; } .mobile-lg\:border-base-lighter{ border-color:#dcdee0; } .mobile-lg\:border-base-lighter .mobile-lg\:hover\:border-base-lighter:hover{ border-color:#dcdee0; } .mobile-lg\:border-base-light{ border-color:#a9aeb1; } .mobile-lg\:border-base-light .mobile-lg\:hover\:border-base-light:hover{ border-color:#a9aeb1; } .mobile-lg\:border-base{ border-color:#71767a; } .mobile-lg\:border-base .mobile-lg\:hover\:border-base:hover{ border-color:#71767a; } .mobile-lg\:border-base-dark{ border-color:#565c65; } .mobile-lg\:border-base-dark .mobile-lg\:hover\:border-base-dark:hover{ border-color:#565c65; } .mobile-lg\:border-base-darker{ border-color:#3d4551; } .mobile-lg\:border-base-darker .mobile-lg\:hover\:border-base-darker:hover{ border-color:#3d4551; } .mobile-lg\:border-base-darkest{ border-color:#1b1b1b; } .mobile-lg\:border-base-darkest .mobile-lg\:hover\:border-base-darkest:hover{ border-color:#1b1b1b; } .mobile-lg\:border-ink{ border-color:#1b1b1b; } .mobile-lg\:border-ink .mobile-lg\:hover\:border-ink:hover{ border-color:#1b1b1b; } .mobile-lg\:border-primary-lighter{ border-color:#d9e8f6; } .mobile-lg\:border-primary-lighter .mobile-lg\:hover\:border-primary-lighter:hover{ border-color:#d9e8f6; } .mobile-lg\:border-primary-light{ border-color:#73b3e7; } .mobile-lg\:border-primary-light .mobile-lg\:hover\:border-primary-light:hover{ border-color:#73b3e7; } .mobile-lg\:border-primary{ border-color:#005ea2; } .mobile-lg\:border-primary .mobile-lg\:hover\:border-primary:hover{ border-color:#005ea2; } .mobile-lg\:border-primary-vivid{ border-color:#0050d8; } .mobile-lg\:border-primary-vivid .mobile-lg\:hover\:border-primary-vivid:hover{ border-color:#0050d8; } .mobile-lg\:border-primary-dark{ border-color:#1a4480; } .mobile-lg\:border-primary-dark .mobile-lg\:hover\:border-primary-dark:hover{ border-color:#1a4480; } .mobile-lg\:border-primary-darker{ border-color:#162e51; } .mobile-lg\:border-primary-darker .mobile-lg\:hover\:border-primary-darker:hover{ border-color:#162e51; } .mobile-lg\:border-secondary-lighter{ border-color:#f3e1e4; } .mobile-lg\:border-secondary-lighter .mobile-lg\:hover\:border-secondary-lighter:hover{ border-color:#f3e1e4; } .mobile-lg\:border-secondary-light{ border-color:#f2938c; } .mobile-lg\:border-secondary-light .mobile-lg\:hover\:border-secondary-light:hover{ border-color:#f2938c; } .mobile-lg\:border-secondary{ border-color:#d83933; } .mobile-lg\:border-secondary .mobile-lg\:hover\:border-secondary:hover{ border-color:#d83933; } .mobile-lg\:border-secondary-vivid{ border-color:#e41d3d; } .mobile-lg\:border-secondary-vivid .mobile-lg\:hover\:border-secondary-vivid:hover{ border-color:#e41d3d; } .mobile-lg\:border-secondary-dark{ border-color:#b50909; } .mobile-lg\:border-secondary-dark .mobile-lg\:hover\:border-secondary-dark:hover{ border-color:#b50909; } .mobile-lg\:border-secondary-darker{ border-color:#8b0a03; } .mobile-lg\:border-secondary-darker .mobile-lg\:hover\:border-secondary-darker:hover{ border-color:#8b0a03; } .mobile-lg\:border-accent-warm-darker{ border-color:#775540; } .mobile-lg\:border-accent-warm-darker .mobile-lg\:hover\:border-accent-warm-darker:hover{ border-color:#775540; } .mobile-lg\:border-accent-warm-dark{ border-color:#c05600; } .mobile-lg\:border-accent-warm-dark .mobile-lg\:hover\:border-accent-warm-dark:hover{ border-color:#c05600; } .mobile-lg\:border-accent-warm{ border-color:#fa9441; } .mobile-lg\:border-accent-warm .mobile-lg\:hover\:border-accent-warm:hover{ border-color:#fa9441; } .mobile-lg\:border-accent-warm-light{ border-color:#ffbc78; } .mobile-lg\:border-accent-warm-light .mobile-lg\:hover\:border-accent-warm-light:hover{ border-color:#ffbc78; } .mobile-lg\:border-accent-warm-lighter{ border-color:#f2e4d4; } .mobile-lg\:border-accent-warm-lighter .mobile-lg\:hover\:border-accent-warm-lighter:hover{ border-color:#f2e4d4; } .mobile-lg\:border-accent-cool-darker{ border-color:#07648d; } .mobile-lg\:border-accent-cool-darker .mobile-lg\:hover\:border-accent-cool-darker:hover{ border-color:#07648d; } .mobile-lg\:border-accent-cool-dark{ border-color:#28a0cb; } .mobile-lg\:border-accent-cool-dark .mobile-lg\:hover\:border-accent-cool-dark:hover{ border-color:#28a0cb; } .mobile-lg\:border-accent-cool{ border-color:#00bde3; } .mobile-lg\:border-accent-cool .mobile-lg\:hover\:border-accent-cool:hover{ border-color:#00bde3; } .mobile-lg\:border-accent-cool-light{ border-color:#97d4ea; } .mobile-lg\:border-accent-cool-light .mobile-lg\:hover\:border-accent-cool-light:hover{ border-color:#97d4ea; } .mobile-lg\:border-accent-cool-lighter{ border-color:#e1f3f8; } .mobile-lg\:border-accent-cool-lighter .mobile-lg\:hover\:border-accent-cool-lighter:hover{ border-color:#e1f3f8; } .mobile-lg\:radius-0{ border-radius:0; } .mobile-lg\:radius-top-0{ border-top-left-radius:0; border-top-right-radius:0; } .mobile-lg\:radius-right-0{ border-top-right-radius:0; border-bottom-right-radius:0; } .mobile-lg\:radius-bottom-0{ border-bottom-left-radius:0; border-bottom-right-radius:0; } .mobile-lg\:radius-left-0{ border-top-left-radius:0; border-bottom-left-radius:0; } .mobile-lg\:radius-sm{ border-radius:2px; } .mobile-lg\:radius-top-sm{ border-top-left-radius:2px; border-top-right-radius:2px; } .mobile-lg\:radius-right-sm{ border-top-right-radius:2px; border-bottom-right-radius:2px; } .mobile-lg\:radius-bottom-sm{ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .mobile-lg\:radius-left-sm{ border-top-left-radius:2px; border-bottom-left-radius:2px; } .mobile-lg\:radius-md{ border-radius:0.25rem; } .mobile-lg\:radius-top-md{ border-top-left-radius:0.25rem; border-top-right-radius:0.25rem; } .mobile-lg\:radius-right-md{ border-top-right-radius:0.25rem; border-bottom-right-radius:0.25rem; } .mobile-lg\:radius-bottom-md{ border-bottom-left-radius:0.25rem; border-bottom-right-radius:0.25rem; } .mobile-lg\:radius-left-md{ border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem; } .mobile-lg\:radius-lg{ border-radius:0.5rem; } .mobile-lg\:radius-top-lg{ border-top-left-radius:0.5rem; border-top-right-radius:0.5rem; } .mobile-lg\:radius-right-lg{ border-top-right-radius:0.5rem; border-bottom-right-radius:0.5rem; } .mobile-lg\:radius-bottom-lg{ border-bottom-left-radius:0.5rem; border-bottom-right-radius:0.5rem; } .mobile-lg\:radius-left-lg{ border-top-left-radius:0.5rem; border-bottom-left-radius:0.5rem; } .mobile-lg\:radius-pill{ border-radius:99rem; } .mobile-lg\:radius-top-pill{ border-top-left-radius:99rem; border-top-right-radius:99rem; } .mobile-lg\:radius-right-pill{ border-top-right-radius:99rem; border-bottom-right-radius:99rem; } .mobile-lg\:radius-bottom-pill{ border-bottom-left-radius:99rem; border-bottom-right-radius:99rem; } .mobile-lg\:radius-left-pill{ border-top-left-radius:99rem; border-bottom-left-radius:99rem; } .mobile-lg\:display-block{ display:block; } .mobile-lg\:display-flex{ display:-webkit-box; display:-ms-flexbox; display:flex; } .mobile-lg\:display-none{ display:none; } .mobile-lg\:display-inline{ display:inline; } .mobile-lg\:display-inline-block{ display:inline-block; } .mobile-lg\:display-inline-flex{ display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; } .mobile-lg\:display-table{ display:table; } .mobile-lg\:display-table-cell{ display:table-cell; } .mobile-lg\:display-table-row{ display:table-row; } .mobile-lg\:font-mono-3xs{ font-size:0.77rem; } .mobile-lg\:font-mono-2xs{ font-size:0.83rem; } .mobile-lg\:font-mono-xs{ font-size:0.89rem; } .mobile-lg\:font-mono-sm{ font-size:0.95rem; } .mobile-lg\:font-mono-md{ font-size:1.01rem; } .mobile-lg\:font-mono-lg{ font-size:1.31rem; } .mobile-lg\:font-mono-xl{ font-size:1.91rem; } .mobile-lg\:font-mono-2xl{ font-size:2.38rem; } .mobile-lg\:font-mono-3xl{ font-size:2.86rem; } .mobile-lg\:font-sans-3xs{ font-size:0.87rem; } .mobile-lg\:font-sans-2xs{ font-size:0.93rem; } .mobile-lg\:font-sans-xs{ font-size:1rem; } .mobile-lg\:font-sans-sm{ font-size:1.06rem; } .mobile-lg\:font-sans-md{ font-size:1.13rem; } .mobile-lg\:font-sans-lg{ font-size:1.46rem; } .mobile-lg\:font-sans-xl{ font-size:2.13rem; } .mobile-lg\:font-sans-2xl{ font-size:2.66rem; } .mobile-lg\:font-sans-3xl{ font-size:3.19rem; } .mobile-lg\:font-serif-3xs{ font-size:0.79rem; } .mobile-lg\:font-serif-2xs{ font-size:0.85rem; } .mobile-lg\:font-serif-xs{ font-size:0.91rem; } .mobile-lg\:font-serif-sm{ font-size:0.98rem; } .mobile-lg\:font-serif-md{ font-size:1.04rem; } .mobile-lg\:font-serif-lg{ font-size:1.34rem; } .mobile-lg\:font-serif-xl{ font-size:1.95rem; } .mobile-lg\:font-serif-2xl{ font-size:2.44rem; } .mobile-lg\:font-serif-3xl{ font-size:2.93rem; } .mobile-lg\:font-heading-3xs{ font-size:0.79rem; } .mobile-lg\:font-heading-2xs{ font-size:0.85rem; } .mobile-lg\:font-heading-xs{ font-size:0.91rem; } .mobile-lg\:font-heading-sm{ font-size:0.98rem; } .mobile-lg\:font-heading-md{ font-size:1.04rem; } .mobile-lg\:font-heading-lg{ font-size:1.34rem; } .mobile-lg\:font-heading-xl{ font-size:1.95rem; } .mobile-lg\:font-heading-2xl{ font-size:2.44rem; } .mobile-lg\:font-heading-3xl{ font-size:2.93rem; } .mobile-lg\:font-body-3xs{ font-size:0.87rem; } .mobile-lg\:font-body-2xs{ font-size:0.93rem; } .mobile-lg\:font-body-xs{ font-size:1rem; } .mobile-lg\:font-body-sm{ font-size:1.06rem; } .mobile-lg\:font-body-md{ font-size:1.13rem; } .mobile-lg\:font-body-lg{ font-size:1.46rem; } .mobile-lg\:font-body-xl{ font-size:2.13rem; } .mobile-lg\:font-body-2xl{ font-size:2.66rem; } .mobile-lg\:font-body-3xl{ font-size:3.19rem; } .mobile-lg\:font-code-3xs{ font-size:0.77rem; } .mobile-lg\:font-code-2xs{ font-size:0.83rem; } .mobile-lg\:font-code-xs{ font-size:0.89rem; } .mobile-lg\:font-code-sm{ font-size:0.95rem; } .mobile-lg\:font-code-md{ font-size:1.01rem; } .mobile-lg\:font-code-lg{ font-size:1.31rem; } .mobile-lg\:font-code-xl{ font-size:1.91rem; } .mobile-lg\:font-code-2xl{ font-size:2.38rem; } .mobile-lg\:font-code-3xl{ font-size:2.86rem; } .mobile-lg\:font-alt-3xs{ font-size:0.79rem; } .mobile-lg\:font-alt-2xs{ font-size:0.85rem; } .mobile-lg\:font-alt-xs{ font-size:0.91rem; } .mobile-lg\:font-alt-sm{ font-size:0.98rem; } .mobile-lg\:font-alt-md{ font-size:1.04rem; } .mobile-lg\:font-alt-lg{ font-size:1.34rem; } .mobile-lg\:font-alt-xl{ font-size:1.95rem; } .mobile-lg\:font-alt-2xl{ font-size:2.44rem; } .mobile-lg\:font-alt-3xl{ font-size:2.93rem; } .mobile-lg\:font-ui-3xs{ font-size:0.87rem; } .mobile-lg\:font-ui-2xs{ font-size:0.93rem; } .mobile-lg\:font-ui-xs{ font-size:1rem; } .mobile-lg\:font-ui-sm{ font-size:1.06rem; } .mobile-lg\:font-ui-md{ font-size:1.13rem; } .mobile-lg\:font-ui-lg{ font-size:1.46rem; } .mobile-lg\:font-ui-xl{ font-size:2.13rem; } .mobile-lg\:font-ui-2xl{ font-size:2.66rem; } .mobile-lg\:font-ui-3xl{ font-size:3.19rem; } .mobile-lg\:text-light{ font-weight:300; } .mobile-lg\:text-normal{ font-weight:normal; } .mobile-lg\:text-bold{ font-weight:bold; } .mobile-lg\:flex-justify-center{ -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .mobile-lg\:flex-justify-start{ -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .mobile-lg\:flex-justify-end{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .mobile-lg\:flex-justify{ -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .mobile-lg\:line-height-sans-1{ line-height:0.9; } .mobile-lg\:line-height-sans-2{ line-height:1.1; } .mobile-lg\:line-height-sans-3{ line-height:1.3; } .mobile-lg\:line-height-sans-4{ line-height:1.4; } .mobile-lg\:line-height-sans-5{ line-height:1.5; } .mobile-lg\:line-height-sans-6{ line-height:1.6; } .mobile-lg\:line-height-serif-1{ line-height:1; } .mobile-lg\:line-height-serif-2{ line-height:1.2; } .mobile-lg\:line-height-serif-3{ line-height:1.4; } .mobile-lg\:line-height-serif-4{ line-height:1.5; } .mobile-lg\:line-height-serif-5{ line-height:1.7; } .mobile-lg\:line-height-serif-6{ line-height:1.8; } .mobile-lg\:line-height-mono-1{ line-height:1; } .mobile-lg\:line-height-mono-2{ line-height:1.3; } .mobile-lg\:line-height-mono-3{ line-height:1.4; } .mobile-lg\:line-height-mono-4{ line-height:1.6; } .mobile-lg\:line-height-mono-5{ line-height:1.7; } .mobile-lg\:line-height-mono-6{ line-height:1.8; } .mobile-lg\:line-height-heading-1{ line-height:1; } .mobile-lg\:line-height-heading-2{ line-height:1.2; } .mobile-lg\:line-height-heading-3{ line-height:1.4; } .mobile-lg\:line-height-heading-4{ line-height:1.5; } .mobile-lg\:line-height-heading-5{ line-height:1.7; } .mobile-lg\:line-height-heading-6{ line-height:1.8; } .mobile-lg\:line-height-ui-1{ line-height:0.9; } .mobile-lg\:line-height-ui-2{ line-height:1.1; } .mobile-lg\:line-height-ui-3{ line-height:1.3; } .mobile-lg\:line-height-ui-4{ line-height:1.4; } .mobile-lg\:line-height-ui-5{ line-height:1.5; } .mobile-lg\:line-height-ui-6{ line-height:1.6; } .mobile-lg\:line-height-body-1{ line-height:0.9; } .mobile-lg\:line-height-body-2{ line-height:1.1; } .mobile-lg\:line-height-body-3{ line-height:1.3; } .mobile-lg\:line-height-body-4{ line-height:1.4; } .mobile-lg\:line-height-body-5{ line-height:1.5; } .mobile-lg\:line-height-body-6{ line-height:1.6; } .mobile-lg\:line-height-code-1{ line-height:1; } .mobile-lg\:line-height-code-2{ line-height:1.3; } .mobile-lg\:line-height-code-3{ line-height:1.4; } .mobile-lg\:line-height-code-4{ line-height:1.6; } .mobile-lg\:line-height-code-5{ line-height:1.7; } .mobile-lg\:line-height-code-6{ line-height:1.8; } .mobile-lg\:line-height-alt-1{ line-height:1; } .mobile-lg\:line-height-alt-2{ line-height:1.2; } .mobile-lg\:line-height-alt-3{ line-height:1.4; } .mobile-lg\:line-height-alt-4{ line-height:1.5; } .mobile-lg\:line-height-alt-5{ line-height:1.7; } .mobile-lg\:line-height-alt-6{ line-height:1.8; } .mobile-lg\:margin-1px{ margin:1px; } .mobile-lg\:margin-2px{ margin:2px; } .mobile-lg\:margin-05{ margin:0.25rem; } .mobile-lg\:margin-1{ margin:0.5rem; } .mobile-lg\:margin-105{ margin:0.75rem; } .mobile-lg\:margin-2{ margin:1rem; } .mobile-lg\:margin-205{ margin:1.25rem; } .mobile-lg\:margin-3{ margin:1.5rem; } .mobile-lg\:margin-4{ margin:2rem; } .mobile-lg\:margin-5{ margin:2.5rem; } .mobile-lg\:margin-6{ margin:3rem; } .mobile-lg\:margin-7{ margin:3.5rem; } .mobile-lg\:margin-8{ margin:4rem; } .mobile-lg\:margin-9{ margin:4.5rem; } .mobile-lg\:margin-10{ margin:5rem; } .mobile-lg\:margin-15{ margin:7.5rem; } .mobile-lg\:margin-05em{ margin:0.5em; } .mobile-lg\:margin-1em{ margin:1em; } .mobile-lg\:margin-105em{ margin:1.5em; } .mobile-lg\:margin-2em{ margin:2em; } .mobile-lg\:margin-0{ margin:0; } .mobile-lg\:margin-y-1px{ margin-top:1px; margin-bottom:1px; } .mobile-lg\:margin-top-1px{ margin-top:1px; } .mobile-lg\:margin-bottom-1px{ margin-bottom:1px; } .mobile-lg\:margin-y-2px{ margin-top:2px; margin-bottom:2px; } .mobile-lg\:margin-top-2px{ margin-top:2px; } .mobile-lg\:margin-bottom-2px{ margin-bottom:2px; } .mobile-lg\:margin-y-05{ margin-top:0.25rem; margin-bottom:0.25rem; } .mobile-lg\:margin-top-05{ margin-top:0.25rem; } .mobile-lg\:margin-bottom-05{ margin-bottom:0.25rem; } .mobile-lg\:margin-y-1{ margin-top:0.5rem; margin-bottom:0.5rem; } .mobile-lg\:margin-top-1{ margin-top:0.5rem; } .mobile-lg\:margin-bottom-1{ margin-bottom:0.5rem; } .mobile-lg\:margin-y-105{ margin-top:0.75rem; margin-bottom:0.75rem; } .mobile-lg\:margin-top-105{ margin-top:0.75rem; } .mobile-lg\:margin-bottom-105{ margin-bottom:0.75rem; } .mobile-lg\:margin-y-2{ margin-top:1rem; margin-bottom:1rem; } .mobile-lg\:margin-top-2{ margin-top:1rem; } .mobile-lg\:margin-bottom-2{ margin-bottom:1rem; } .mobile-lg\:margin-y-205{ margin-top:1.25rem; margin-bottom:1.25rem; } .mobile-lg\:margin-top-205{ margin-top:1.25rem; } .mobile-lg\:margin-bottom-205{ margin-bottom:1.25rem; } .mobile-lg\:margin-y-3{ margin-top:1.5rem; margin-bottom:1.5rem; } .mobile-lg\:margin-top-3{ margin-top:1.5rem; } .mobile-lg\:margin-bottom-3{ margin-bottom:1.5rem; } .mobile-lg\:margin-y-neg-1px{ margin-top:-1px; margin-bottom:-1px; } .mobile-lg\:margin-top-neg-1px{ margin-top:-1px; } .mobile-lg\:margin-bottom-neg-1px{ margin-bottom:-1px; } .mobile-lg\:margin-y-neg-2px{ margin-top:-2px; margin-bottom:-2px; } .mobile-lg\:margin-top-neg-2px{ margin-top:-2px; } .mobile-lg\:margin-bottom-neg-2px{ margin-bottom:-2px; } .mobile-lg\:margin-y-neg-05{ margin-top:-0.25rem; margin-bottom:-0.25rem; } .mobile-lg\:margin-top-neg-05{ margin-top:-0.25rem; } .mobile-lg\:margin-bottom-neg-05{ margin-bottom:-0.25rem; } .mobile-lg\:margin-y-neg-1{ margin-top:-0.5rem; margin-bottom:-0.5rem; } .mobile-lg\:margin-top-neg-1{ margin-top:-0.5rem; } .mobile-lg\:margin-bottom-neg-1{ margin-bottom:-0.5rem; } .mobile-lg\:margin-y-neg-105{ margin-top:-0.75rem; margin-bottom:-0.75rem; } .mobile-lg\:margin-top-neg-105{ margin-top:-0.75rem; } .mobile-lg\:margin-bottom-neg-105{ margin-bottom:-0.75rem; } .mobile-lg\:margin-y-neg-2{ margin-top:-1rem; margin-bottom:-1rem; } .mobile-lg\:margin-top-neg-2{ margin-top:-1rem; } .mobile-lg\:margin-bottom-neg-2{ margin-bottom:-1rem; } .mobile-lg\:margin-y-neg-205{ margin-top:-1.25rem; margin-bottom:-1.25rem; } .mobile-lg\:margin-top-neg-205{ margin-top:-1.25rem; } .mobile-lg\:margin-bottom-neg-205{ margin-bottom:-1.25rem; } .mobile-lg\:margin-y-neg-3{ margin-top:-1.5rem; margin-bottom:-1.5rem; } .mobile-lg\:margin-top-neg-3{ margin-top:-1.5rem; } .mobile-lg\:margin-bottom-neg-3{ margin-bottom:-1.5rem; } .mobile-lg\:margin-y-4{ margin-top:2rem; margin-bottom:2rem; } .mobile-lg\:margin-top-4{ margin-top:2rem; } .mobile-lg\:margin-bottom-4{ margin-bottom:2rem; } .mobile-lg\:margin-y-5{ margin-top:2.5rem; margin-bottom:2.5rem; } .mobile-lg\:margin-top-5{ margin-top:2.5rem; } .mobile-lg\:margin-bottom-5{ margin-bottom:2.5rem; } .mobile-lg\:margin-y-6{ margin-top:3rem; margin-bottom:3rem; } .mobile-lg\:margin-top-6{ margin-top:3rem; } .mobile-lg\:margin-bottom-6{ margin-bottom:3rem; } .mobile-lg\:margin-y-7{ margin-top:3.5rem; margin-bottom:3.5rem; } .mobile-lg\:margin-top-7{ margin-top:3.5rem; } .mobile-lg\:margin-bottom-7{ margin-bottom:3.5rem; } .mobile-lg\:margin-y-8{ margin-top:4rem; margin-bottom:4rem; } .mobile-lg\:margin-top-8{ margin-top:4rem; } .mobile-lg\:margin-bottom-8{ margin-bottom:4rem; } .mobile-lg\:margin-y-9{ margin-top:4.5rem; margin-bottom:4.5rem; } .mobile-lg\:margin-top-9{ margin-top:4.5rem; } .mobile-lg\:margin-bottom-9{ margin-bottom:4.5rem; } .mobile-lg\:margin-y-10{ margin-top:5rem; margin-bottom:5rem; } .mobile-lg\:margin-top-10{ margin-top:5rem; } .mobile-lg\:margin-bottom-10{ margin-bottom:5rem; } .mobile-lg\:margin-y-15{ margin-top:7.5rem; margin-bottom:7.5rem; } .mobile-lg\:margin-top-15{ margin-top:7.5rem; } .mobile-lg\:margin-bottom-15{ margin-bottom:7.5rem; } .mobile-lg\:margin-y-05em{ margin-top:0.5em; margin-bottom:0.5em; } .mobile-lg\:margin-top-05em{ margin-top:0.5em; } .mobile-lg\:margin-bottom-05em{ margin-bottom:0.5em; } .mobile-lg\:margin-y-1em{ margin-top:1em; margin-bottom:1em; } .mobile-lg\:margin-top-1em{ margin-top:1em; } .mobile-lg\:margin-bottom-1em{ margin-bottom:1em; } .mobile-lg\:margin-y-105em{ margin-top:1.5em; margin-bottom:1.5em; } .mobile-lg\:margin-top-105em{ margin-top:1.5em; } .mobile-lg\:margin-bottom-105em{ margin-bottom:1.5em; } .mobile-lg\:margin-y-2em{ margin-top:2em; margin-bottom:2em; } .mobile-lg\:margin-top-2em{ margin-top:2em; } .mobile-lg\:margin-bottom-2em{ margin-bottom:2em; } .mobile-lg\:margin-y-0{ margin-top:0; margin-bottom:0; } .mobile-lg\:margin-top-0{ margin-top:0; } .mobile-lg\:margin-bottom-0{ margin-bottom:0; } .mobile-lg\:margin-x-1px{ margin-left:1px; margin-right:1px; } .mobile-lg\:margin-right-1px{ margin-right:1px; } .mobile-lg\:margin-left-1px{ margin-left:1px; } .mobile-lg\:margin-x-2px{ margin-left:2px; margin-right:2px; } .mobile-lg\:margin-right-2px{ margin-right:2px; } .mobile-lg\:margin-left-2px{ margin-left:2px; } .mobile-lg\:margin-x-05{ margin-left:0.25rem; margin-right:0.25rem; } .mobile-lg\:margin-right-05{ margin-right:0.25rem; } .mobile-lg\:margin-left-05{ margin-left:0.25rem; } .mobile-lg\:margin-x-1{ margin-left:0.5rem; margin-right:0.5rem; } .mobile-lg\:margin-right-1{ margin-right:0.5rem; } .mobile-lg\:margin-left-1{ margin-left:0.5rem; } .mobile-lg\:margin-x-105{ margin-left:0.75rem; margin-right:0.75rem; } .mobile-lg\:margin-right-105{ margin-right:0.75rem; } .mobile-lg\:margin-left-105{ margin-left:0.75rem; } .mobile-lg\:margin-x-2{ margin-left:1rem; margin-right:1rem; } .mobile-lg\:margin-right-2{ margin-right:1rem; } .mobile-lg\:margin-left-2{ margin-left:1rem; } .mobile-lg\:margin-x-205{ margin-left:1.25rem; margin-right:1.25rem; } .mobile-lg\:margin-right-205{ margin-right:1.25rem; } .mobile-lg\:margin-left-205{ margin-left:1.25rem; } .mobile-lg\:margin-x-3{ margin-left:1.5rem; margin-right:1.5rem; } .mobile-lg\:margin-right-3{ margin-right:1.5rem; } .mobile-lg\:margin-left-3{ margin-left:1.5rem; } .mobile-lg\:margin-x-neg-1px{ margin-left:-1px; margin-right:-1px; } .mobile-lg\:margin-right-neg-1px{ margin-right:-1px; } .mobile-lg\:margin-left-neg-1px{ margin-left:-1px; } .mobile-lg\:margin-x-neg-2px{ margin-left:-2px; margin-right:-2px; } .mobile-lg\:margin-right-neg-2px{ margin-right:-2px; } .mobile-lg\:margin-left-neg-2px{ margin-left:-2px; } .mobile-lg\:margin-x-neg-05{ margin-left:-0.25rem; margin-right:-0.25rem; } .mobile-lg\:margin-right-neg-05{ margin-right:-0.25rem; } .mobile-lg\:margin-left-neg-05{ margin-left:-0.25rem; } .mobile-lg\:margin-x-neg-1{ margin-left:-0.5rem; margin-right:-0.5rem; } .mobile-lg\:margin-right-neg-1{ margin-right:-0.5rem; } .mobile-lg\:margin-left-neg-1{ margin-left:-0.5rem; } .mobile-lg\:margin-x-neg-105{ margin-left:-0.75rem; margin-right:-0.75rem; } .mobile-lg\:margin-right-neg-105{ margin-right:-0.75rem; } .mobile-lg\:margin-left-neg-105{ margin-left:-0.75rem; } .mobile-lg\:margin-x-neg-2{ margin-left:-1rem; margin-right:-1rem; } .mobile-lg\:margin-right-neg-2{ margin-right:-1rem; } .mobile-lg\:margin-left-neg-2{ margin-left:-1rem; } .mobile-lg\:margin-x-neg-205{ margin-left:-1.25rem; margin-right:-1.25rem; } .mobile-lg\:margin-right-neg-205{ margin-right:-1.25rem; } .mobile-lg\:margin-left-neg-205{ margin-left:-1.25rem; } .mobile-lg\:margin-x-neg-3{ margin-left:-1.5rem; margin-right:-1.5rem; } .mobile-lg\:margin-right-neg-3{ margin-right:-1.5rem; } .mobile-lg\:margin-left-neg-3{ margin-left:-1.5rem; } .mobile-lg\:margin-x-4{ margin-left:2rem; margin-right:2rem; } .mobile-lg\:margin-right-4{ margin-right:2rem; } .mobile-lg\:margin-left-4{ margin-left:2rem; } .mobile-lg\:margin-x-5{ margin-left:2.5rem; margin-right:2.5rem; } .mobile-lg\:margin-right-5{ margin-right:2.5rem; } .mobile-lg\:margin-left-5{ margin-left:2.5rem; } .mobile-lg\:margin-x-6{ margin-left:3rem; margin-right:3rem; } .mobile-lg\:margin-right-6{ margin-right:3rem; } .mobile-lg\:margin-left-6{ margin-left:3rem; } .mobile-lg\:margin-x-7{ margin-left:3.5rem; margin-right:3.5rem; } .mobile-lg\:margin-right-7{ margin-right:3.5rem; } .mobile-lg\:margin-left-7{ margin-left:3.5rem; } .mobile-lg\:margin-x-8{ margin-left:4rem; margin-right:4rem; } .mobile-lg\:margin-right-8{ margin-right:4rem; } .mobile-lg\:margin-left-8{ margin-left:4rem; } .mobile-lg\:margin-x-9{ margin-left:4.5rem; margin-right:4.5rem; } .mobile-lg\:margin-right-9{ margin-right:4.5rem; } .mobile-lg\:margin-left-9{ margin-left:4.5rem; } .mobile-lg\:margin-x-10{ margin-left:5rem; margin-right:5rem; } .mobile-lg\:margin-right-10{ margin-right:5rem; } .mobile-lg\:margin-left-10{ margin-left:5rem; } .mobile-lg\:margin-x-15{ margin-left:7.5rem; margin-right:7.5rem; } .mobile-lg\:margin-right-15{ margin-right:7.5rem; } .mobile-lg\:margin-left-15{ margin-left:7.5rem; } .mobile-lg\:margin-x-05em{ margin-left:0.5em; margin-right:0.5em; } .mobile-lg\:margin-right-05em{ margin-right:0.5em; } .mobile-lg\:margin-left-05em{ margin-left:0.5em; } .mobile-lg\:margin-x-1em{ margin-left:1em; margin-right:1em; } .mobile-lg\:margin-right-1em{ margin-right:1em; } .mobile-lg\:margin-left-1em{ margin-left:1em; } .mobile-lg\:margin-x-105em{ margin-left:1.5em; margin-right:1.5em; } .mobile-lg\:margin-right-105em{ margin-right:1.5em; } .mobile-lg\:margin-left-105em{ margin-left:1.5em; } .mobile-lg\:margin-x-2em{ margin-left:2em; margin-right:2em; } .mobile-lg\:margin-right-2em{ margin-right:2em; } .mobile-lg\:margin-left-2em{ margin-left:2em; } .mobile-lg\:margin-x-0{ margin-left:0; margin-right:0; } .mobile-lg\:margin-right-0{ margin-right:0; } .mobile-lg\:margin-left-0{ margin-left:0; } .mobile-lg\:margin-x-auto{ margin-left:auto; margin-right:auto; } .mobile-lg\:margin-right-auto{ margin-right:auto; } .mobile-lg\:margin-left-auto{ margin-left:auto; } .mobile-lg\:measure-1{ max-width:44ex; } .mobile-lg\:measure-2{ max-width:60ex; } .mobile-lg\:measure-3{ max-width:64ex; } .mobile-lg\:measure-4{ max-width:68ex; } .mobile-lg\:measure-5{ max-width:72ex; } .mobile-lg\:measure-6{ max-width:88ex; } .mobile-lg\:measure-none{ max-width:none; } .mobile-lg\:order-first{ -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1; } .mobile-lg\:order-last{ -webkit-box-ordinal-group:1000; -ms-flex-order:999; order:999; } .mobile-lg\:order-initial{ -webkit-box-ordinal-group:initial; -ms-flex-order:initial; order:initial; } .mobile-lg\:order-0{ -webkit-box-ordinal-group:1; -ms-flex-order:0; order:0; } .mobile-lg\:order-1{ -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; } .mobile-lg\:order-2{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .mobile-lg\:order-3{ -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; } .mobile-lg\:order-4{ -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; } .mobile-lg\:order-5{ -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; } .mobile-lg\:order-6{ -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; } .mobile-lg\:order-7{ -webkit-box-ordinal-group:8; -ms-flex-order:7; order:7; } .mobile-lg\:order-8{ -webkit-box-ordinal-group:9; -ms-flex-order:8; order:8; } .mobile-lg\:order-9{ -webkit-box-ordinal-group:10; -ms-flex-order:9; order:9; } .mobile-lg\:order-10{ -webkit-box-ordinal-group:11; -ms-flex-order:10; order:10; } .mobile-lg\:order-11{ -webkit-box-ordinal-group:12; -ms-flex-order:11; order:11; } .mobile-lg\:padding-1px{ padding:1px; } .mobile-lg\:padding-y-1px{ padding-top:1px; padding-bottom:1px; } .mobile-lg\:padding-x-1px{ padding-left:1px; padding-right:1px; } .mobile-lg\:padding-top-1px{ padding-top:1px; } .mobile-lg\:padding-right-1px{ padding-right:1px; } .mobile-lg\:padding-bottom-1px{ padding-bottom:1px; } .mobile-lg\:padding-left-1px{ padding-left:1px; } .mobile-lg\:padding-2px{ padding:2px; } .mobile-lg\:padding-y-2px{ padding-top:2px; padding-bottom:2px; } .mobile-lg\:padding-x-2px{ padding-left:2px; padding-right:2px; } .mobile-lg\:padding-top-2px{ padding-top:2px; } .mobile-lg\:padding-right-2px{ padding-right:2px; } .mobile-lg\:padding-bottom-2px{ padding-bottom:2px; } .mobile-lg\:padding-left-2px{ padding-left:2px; } .mobile-lg\:padding-05{ padding:0.25rem; } .mobile-lg\:padding-y-05{ padding-top:0.25rem; padding-bottom:0.25rem; } .mobile-lg\:padding-x-05{ padding-left:0.25rem; padding-right:0.25rem; } .mobile-lg\:padding-top-05{ padding-top:0.25rem; } .mobile-lg\:padding-right-05{ padding-right:0.25rem; } .mobile-lg\:padding-bottom-05{ padding-bottom:0.25rem; } .mobile-lg\:padding-left-05{ padding-left:0.25rem; } .mobile-lg\:padding-1{ padding:0.5rem; } .mobile-lg\:padding-y-1{ padding-top:0.5rem; padding-bottom:0.5rem; } .mobile-lg\:padding-x-1{ padding-left:0.5rem; padding-right:0.5rem; } .mobile-lg\:padding-top-1{ padding-top:0.5rem; } .mobile-lg\:padding-right-1{ padding-right:0.5rem; } .mobile-lg\:padding-bottom-1{ padding-bottom:0.5rem; } .mobile-lg\:padding-left-1{ padding-left:0.5rem; } .mobile-lg\:padding-105{ padding:0.75rem; } .mobile-lg\:padding-y-105{ padding-top:0.75rem; padding-bottom:0.75rem; } .mobile-lg\:padding-x-105{ padding-left:0.75rem; padding-right:0.75rem; } .mobile-lg\:padding-top-105{ padding-top:0.75rem; } .mobile-lg\:padding-right-105{ padding-right:0.75rem; } .mobile-lg\:padding-bottom-105{ padding-bottom:0.75rem; } .mobile-lg\:padding-left-105{ padding-left:0.75rem; } .mobile-lg\:padding-2{ padding:1rem; } .mobile-lg\:padding-y-2{ padding-top:1rem; padding-bottom:1rem; } .mobile-lg\:padding-x-2{ padding-left:1rem; padding-right:1rem; } .mobile-lg\:padding-top-2{ padding-top:1rem; } .mobile-lg\:padding-right-2{ padding-right:1rem; } .mobile-lg\:padding-bottom-2{ padding-bottom:1rem; } .mobile-lg\:padding-left-2{ padding-left:1rem; } .mobile-lg\:padding-205{ padding:1.25rem; } .mobile-lg\:padding-y-205{ padding-top:1.25rem; padding-bottom:1.25rem; } .mobile-lg\:padding-x-205{ padding-left:1.25rem; padding-right:1.25rem; } .mobile-lg\:padding-top-205{ padding-top:1.25rem; } .mobile-lg\:padding-right-205{ padding-right:1.25rem; } .mobile-lg\:padding-bottom-205{ padding-bottom:1.25rem; } .mobile-lg\:padding-left-205{ padding-left:1.25rem; } .mobile-lg\:padding-3{ padding:1.5rem; } .mobile-lg\:padding-y-3{ padding-top:1.5rem; padding-bottom:1.5rem; } .mobile-lg\:padding-x-3{ padding-left:1.5rem; padding-right:1.5rem; } .mobile-lg\:padding-top-3{ padding-top:1.5rem; } .mobile-lg\:padding-right-3{ padding-right:1.5rem; } .mobile-lg\:padding-bottom-3{ padding-bottom:1.5rem; } .mobile-lg\:padding-left-3{ padding-left:1.5rem; } .mobile-lg\:padding-4{ padding:2rem; } .mobile-lg\:padding-y-4{ padding-top:2rem; padding-bottom:2rem; } .mobile-lg\:padding-x-4{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:padding-top-4{ padding-top:2rem; } .mobile-lg\:padding-right-4{ padding-right:2rem; } .mobile-lg\:padding-bottom-4{ padding-bottom:2rem; } .mobile-lg\:padding-left-4{ padding-left:2rem; } .mobile-lg\:padding-5{ padding:2.5rem; } .mobile-lg\:padding-y-5{ padding-top:2.5rem; padding-bottom:2.5rem; } .mobile-lg\:padding-x-5{ padding-left:2.5rem; padding-right:2.5rem; } .mobile-lg\:padding-top-5{ padding-top:2.5rem; } .mobile-lg\:padding-right-5{ padding-right:2.5rem; } .mobile-lg\:padding-bottom-5{ padding-bottom:2.5rem; } .mobile-lg\:padding-left-5{ padding-left:2.5rem; } .mobile-lg\:padding-6{ padding:3rem; } .mobile-lg\:padding-y-6{ padding-top:3rem; padding-bottom:3rem; } .mobile-lg\:padding-x-6{ padding-left:3rem; padding-right:3rem; } .mobile-lg\:padding-top-6{ padding-top:3rem; } .mobile-lg\:padding-right-6{ padding-right:3rem; } .mobile-lg\:padding-bottom-6{ padding-bottom:3rem; } .mobile-lg\:padding-left-6{ padding-left:3rem; } .mobile-lg\:padding-7{ padding:3.5rem; } .mobile-lg\:padding-y-7{ padding-top:3.5rem; padding-bottom:3.5rem; } .mobile-lg\:padding-x-7{ padding-left:3.5rem; padding-right:3.5rem; } .mobile-lg\:padding-top-7{ padding-top:3.5rem; } .mobile-lg\:padding-right-7{ padding-right:3.5rem; } .mobile-lg\:padding-bottom-7{ padding-bottom:3.5rem; } .mobile-lg\:padding-left-7{ padding-left:3.5rem; } .mobile-lg\:padding-8{ padding:4rem; } .mobile-lg\:padding-y-8{ padding-top:4rem; padding-bottom:4rem; } .mobile-lg\:padding-x-8{ padding-left:4rem; padding-right:4rem; } .mobile-lg\:padding-top-8{ padding-top:4rem; } .mobile-lg\:padding-right-8{ padding-right:4rem; } .mobile-lg\:padding-bottom-8{ padding-bottom:4rem; } .mobile-lg\:padding-left-8{ padding-left:4rem; } .mobile-lg\:padding-9{ padding:4.5rem; } .mobile-lg\:padding-y-9{ padding-top:4.5rem; padding-bottom:4.5rem; } .mobile-lg\:padding-x-9{ padding-left:4.5rem; padding-right:4.5rem; } .mobile-lg\:padding-top-9{ padding-top:4.5rem; } .mobile-lg\:padding-right-9{ padding-right:4.5rem; } .mobile-lg\:padding-bottom-9{ padding-bottom:4.5rem; } .mobile-lg\:padding-left-9{ padding-left:4.5rem; } .mobile-lg\:padding-10{ padding:5rem; } .mobile-lg\:padding-y-10{ padding-top:5rem; padding-bottom:5rem; } .mobile-lg\:padding-x-10{ padding-left:5rem; padding-right:5rem; } .mobile-lg\:padding-top-10{ padding-top:5rem; } .mobile-lg\:padding-right-10{ padding-right:5rem; } .mobile-lg\:padding-bottom-10{ padding-bottom:5rem; } .mobile-lg\:padding-left-10{ padding-left:5rem; } .mobile-lg\:padding-15{ padding:7.5rem; } .mobile-lg\:padding-y-15{ padding-top:7.5rem; padding-bottom:7.5rem; } .mobile-lg\:padding-x-15{ padding-left:7.5rem; padding-right:7.5rem; } .mobile-lg\:padding-top-15{ padding-top:7.5rem; } .mobile-lg\:padding-right-15{ padding-right:7.5rem; } .mobile-lg\:padding-bottom-15{ padding-bottom:7.5rem; } .mobile-lg\:padding-left-15{ padding-left:7.5rem; } .mobile-lg\:padding-0{ padding:0; } .mobile-lg\:padding-y-0{ padding-top:0; padding-bottom:0; } .mobile-lg\:padding-x-0{ padding-left:0; padding-right:0; } .mobile-lg\:padding-top-0{ padding-top:0; } .mobile-lg\:padding-right-0{ padding-right:0; } .mobile-lg\:padding-bottom-0{ padding-bottom:0; } .mobile-lg\:padding-left-0{ padding-left:0; } } @media all and (min-width: 40em){ .tablet\:grid-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-card{ margin-left:auto; margin-right:auto; max-width:10rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-card-lg{ margin-left:auto; margin-right:auto; max-width:15rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-mobile{ margin-left:auto; margin-right:auto; max-width:20rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-mobile-lg{ margin-left:auto; margin-right:auto; max-width:30rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-tablet{ margin-left:auto; margin-right:auto; max-width:40rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-tablet-lg{ margin-left:auto; margin-right:auto; max-width:55rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-desktop{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-desktop-lg{ margin-left:auto; margin-right:auto; max-width:75rem; padding-left:1rem; padding-right:1rem; } .tablet\:grid-container-widescreen{ margin-left:auto; margin-right:auto; max-width:87.5rem; padding-left:1rem; padding-right:1rem; } .grid-row.tablet\:grid-gap-0{ margin-left:0; margin-right:0; } .grid-row.tablet\:grid-gap-0 > *{ padding-left:0; padding-right:0; } .grid-row.tablet\:grid-gap-2px{ margin-left:-1px; margin-right:-1px; } .grid-row.tablet\:grid-gap-2px > *{ padding-left:1px; padding-right:1px; } .grid-row.tablet\:grid-gap-05{ margin-left:-2px; margin-right:-2px; } .grid-row.tablet\:grid-gap-05 > *{ padding-left:2px; padding-right:2px; } .grid-row.tablet\:grid-gap-1{ margin-left:-0.25rem; margin-right:-0.25rem; } .grid-row.tablet\:grid-gap-1 > *{ padding-left:0.25rem; padding-right:0.25rem; } .grid-row.tablet\:grid-gap-2{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.tablet\:grid-gap-2 > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.tablet\:grid-gap-3{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.tablet\:grid-gap-3 > *{ padding-left:0.75rem; padding-right:0.75rem; } .grid-row.tablet\:grid-gap-4{ margin-left:-1rem; margin-right:-1rem; } .grid-row.tablet\:grid-gap-4 > *{ padding-left:1rem; padding-right:1rem; } .grid-row.tablet\:grid-gap-5{ margin-left:-1.25rem; margin-right:-1.25rem; } .grid-row.tablet\:grid-gap-5 > *{ padding-left:1.25rem; padding-right:1.25rem; } .grid-row.tablet\:grid-gap-6{ margin-left:-1.5rem; margin-right:-1.5rem; } .grid-row.tablet\:grid-gap-6 > *{ padding-left:1.5rem; padding-right:1.5rem; } .grid-row.tablet\:grid-gap-sm{ margin-left:-1px; margin-right:-1px; } .grid-row.tablet\:grid-gap-sm > *{ padding-left:1px; padding-right:1px; } .grid-row.tablet\:grid-gap-md{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.tablet\:grid-gap-md > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.tablet\:grid-gap-lg{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.tablet\:grid-gap-lg > *{ padding-left:0.75rem; padding-right:0.75rem; } .tablet\:grid-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .tablet\:grid-col-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .tablet\:grid-col-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:100%; } .tablet\:grid-col-1{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:8.33333%; } .tablet\:grid-col-2{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:16.66667%; } .tablet\:grid-col-3{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:25%; } .tablet\:grid-col-4{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:33.33333%; } .tablet\:grid-col-5{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:41.66667%; } .tablet\:grid-col-6{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:50%; } .tablet\:grid-col-7{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:58.33333%; } .tablet\:grid-col-8{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:66.66667%; } .tablet\:grid-col-9{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:75%; } .tablet\:grid-col-10{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:83.33333%; } .tablet\:grid-col-11{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:91.66667%; } .tablet\:grid-col-12{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:100%; } .tablet\:grid-offset-1{ margin-left:8.33333%; } .tablet\:grid-offset-2{ margin-left:16.66667%; } .tablet\:grid-offset-3{ margin-left:25%; } .tablet\:grid-offset-4{ margin-left:33.33333%; } .tablet\:grid-offset-5{ margin-left:41.66667%; } .tablet\:grid-offset-6{ margin-left:50%; } .tablet\:grid-offset-7{ margin-left:58.33333%; } .tablet\:grid-offset-8{ margin-left:66.66667%; } .tablet\:grid-offset-9{ margin-left:75%; } .tablet\:grid-offset-10{ margin-left:83.33333%; } .tablet\:grid-offset-11{ margin-left:91.66667%; } .tablet\:grid-offset-12{ margin-left:100%; } .tablet\:grid-offset-none{ margin-left:0; } .usa-display{ margin-bottom:0; margin-top:0; clear:both; font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size:2.93rem; line-height:1.2; font-weight:bold; } * + .usa-display{ margin-top:1.5em; } .usa-display + *{ margin-top:1em; } .usa-banner{ font-size:0.87rem; padding-bottom:0; } .usa-banner__content{ padding-bottom:1.5rem; padding-top:1.5rem; } .usa-banner__guidance{ padding-top:0; } .usa-banner__inner{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; } .usa-banner__header{ padding-bottom:0.25rem; padding-top:0.25rem; min-height:0; } .usa-banner__header--expanded .usa-banner__header-close-text{ display:none; } .usa-banner__header-action{ display:none; } .usa-banner__header-flag{ margin-right:0.5rem; padding-top:0; } .usa-banner__header--expanded{ background-color:transparent; color:#1b1b1b; display:block; font-size:0.8rem; font-weight:normal; min-height:0; padding-right:0; } .usa-banner__header--expanded .usa-banner__inner{ margin-left:auto; } .usa-banner__button{ position:static; bottom:auto; left:auto; right:auto; top:auto; display:inline; margin-left:0.5rem; position:relative; } .usa-banner__button::after{ background-image:url("../img/angle-arrow-down-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-repeat:no-repeat; background-size:0.5rem; content:""; display:inline-block; height:0.5rem; width:0.5rem; margin-left:2px; } .usa-banner__button:hover::after{ background-image:url("../img/angle-arrow-down-primary-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-banner__button:hover{ color:#162e51; } .usa-banner__button[aria-expanded="true"]{ height:auto; padding:0; position:relative; } .usa-banner__button[aria-expanded="true"]::after{ background-image:url("../img/angle-arrow-up-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-up-primary.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-repeat:no-repeat; background-size:0.5rem; content:""; display:inline-block; height:0.5rem; width:0.5rem; margin-left:2px; } .usa-banner__button[aria-expanded="true"]:hover::after{ background-image:url("../img/angle-arrow-up-primary-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-up-primary-hover.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-banner__button[aria-expanded="true"]::after{ position:static; } .usa-banner__button-text{ position:static; display:inline; } .usa-footer--big .usa-footer__nav{ margin-left:0; margin-right:0; padding-left:0; padding-right:0; border-bottom:none; } .usa-graphic-list .usa-graphic-list__row .usa-media-block{ margin-bottom:4rem; } .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block{ margin-bottom:0; } .usa-hero__callout{ max-width:20rem; } .usa-section{ padding-bottom:4rem; padding-top:4rem; } .usa-sidenav .usa-current{ position:relative; } .usa-sidenav .usa-current::after{ background-color:#005ea2; border-radius:99rem; content:""; display:block; position:absolute; bottom:0.25rem; top:0.25rem; width:0.25rem; left:0; } .grid-container .usa-sidenav{ margin-left:0; margin-right:0; } .usa-sidenav__sublist .usa-current::after{ display:none; } .tablet\:border-1px{ border:1px solid; } .tablet\:border-1px .tablet\:hover\:border-1px:hover{ border:1px solid; } .tablet\:border-y-1px{ border-top:1px solid; border-bottom:1px solid; } .tablet\:border-y-1px .tablet\:hover\:border-y-1px:hover{ border-top:1px solid; border-bottom:1px solid; } .tablet\:border-x-1px{ border-left:1px solid; border-right:1px solid; } .tablet\:border-x-1px .tablet\:hover\:border-x-1px:hover{ border-left:1px solid; border-right:1px solid; } .tablet\:border-top-1px{ border-top:1px solid; } .tablet\:border-top-1px .tablet\:hover\:border-top-1px:hover{ border-top:1px solid; } .tablet\:border-right-1px{ border-right:1px solid; } .tablet\:border-right-1px .tablet\:hover\:border-right-1px:hover{ border-right:1px solid; } .tablet\:border-bottom-1px{ border-bottom:1px solid; } .tablet\:border-bottom-1px .tablet\:hover\:border-bottom-1px:hover{ border-bottom:1px solid; } .tablet\:border-left-1px{ border-left:1px solid; } .tablet\:border-left-1px .tablet\:hover\:border-left-1px:hover{ border-left:1px solid; } .tablet\:border-2px{ border:2px solid; } .tablet\:border-2px .tablet\:hover\:border-2px:hover{ border:2px solid; } .tablet\:border-y-2px{ border-top:2px solid; border-bottom:2px solid; } .tablet\:border-y-2px .tablet\:hover\:border-y-2px:hover{ border-top:2px solid; border-bottom:2px solid; } .tablet\:border-x-2px{ border-left:2px solid; border-right:2px solid; } .tablet\:border-x-2px .tablet\:hover\:border-x-2px:hover{ border-left:2px solid; border-right:2px solid; } .tablet\:border-top-2px{ border-top:2px solid; } .tablet\:border-top-2px .tablet\:hover\:border-top-2px:hover{ border-top:2px solid; } .tablet\:border-right-2px{ border-right:2px solid; } .tablet\:border-right-2px .tablet\:hover\:border-right-2px:hover{ border-right:2px solid; } .tablet\:border-bottom-2px{ border-bottom:2px solid; } .tablet\:border-bottom-2px .tablet\:hover\:border-bottom-2px:hover{ border-bottom:2px solid; } .tablet\:border-left-2px{ border-left:2px solid; } .tablet\:border-left-2px .tablet\:hover\:border-left-2px:hover{ border-left:2px solid; } .tablet\:border-05{ border:0.25rem solid; } .tablet\:border-05 .tablet\:hover\:border-05:hover{ border:0.25rem solid; } .tablet\:border-y-05{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .tablet\:border-y-05 .tablet\:hover\:border-y-05:hover{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .tablet\:border-x-05{ border-left:0.25rem solid; border-right:0.25rem solid; } .tablet\:border-x-05 .tablet\:hover\:border-x-05:hover{ border-left:0.25rem solid; border-right:0.25rem solid; } .tablet\:border-top-05{ border-top:0.25rem solid; } .tablet\:border-top-05 .tablet\:hover\:border-top-05:hover{ border-top:0.25rem solid; } .tablet\:border-right-05{ border-right:0.25rem solid; } .tablet\:border-right-05 .tablet\:hover\:border-right-05:hover{ border-right:0.25rem solid; } .tablet\:border-bottom-05{ border-bottom:0.25rem solid; } .tablet\:border-bottom-05 .tablet\:hover\:border-bottom-05:hover{ border-bottom:0.25rem solid; } .tablet\:border-left-05{ border-left:0.25rem solid; } .tablet\:border-left-05 .tablet\:hover\:border-left-05:hover{ border-left:0.25rem solid; } .tablet\:border-1{ border:0.5rem solid; } .tablet\:border-1 .tablet\:hover\:border-1:hover{ border:0.5rem solid; } .tablet\:border-y-1{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .tablet\:border-y-1 .tablet\:hover\:border-y-1:hover{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .tablet\:border-x-1{ border-left:0.5rem solid; border-right:0.5rem solid; } .tablet\:border-x-1 .tablet\:hover\:border-x-1:hover{ border-left:0.5rem solid; border-right:0.5rem solid; } .tablet\:border-top-1{ border-top:0.5rem solid; } .tablet\:border-top-1 .tablet\:hover\:border-top-1:hover{ border-top:0.5rem solid; } .tablet\:border-right-1{ border-right:0.5rem solid; } .tablet\:border-right-1 .tablet\:hover\:border-right-1:hover{ border-right:0.5rem solid; } .tablet\:border-bottom-1{ border-bottom:0.5rem solid; } .tablet\:border-bottom-1 .tablet\:hover\:border-bottom-1:hover{ border-bottom:0.5rem solid; } .tablet\:border-left-1{ border-left:0.5rem solid; } .tablet\:border-left-1 .tablet\:hover\:border-left-1:hover{ border-left:0.5rem solid; } .tablet\:border-105{ border:0.75rem solid; } .tablet\:border-105 .tablet\:hover\:border-105:hover{ border:0.75rem solid; } .tablet\:border-y-105{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .tablet\:border-y-105 .tablet\:hover\:border-y-105:hover{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .tablet\:border-x-105{ border-left:0.75rem solid; border-right:0.75rem solid; } .tablet\:border-x-105 .tablet\:hover\:border-x-105:hover{ border-left:0.75rem solid; border-right:0.75rem solid; } .tablet\:border-top-105{ border-top:0.75rem solid; } .tablet\:border-top-105 .tablet\:hover\:border-top-105:hover{ border-top:0.75rem solid; } .tablet\:border-right-105{ border-right:0.75rem solid; } .tablet\:border-right-105 .tablet\:hover\:border-right-105:hover{ border-right:0.75rem solid; } .tablet\:border-bottom-105{ border-bottom:0.75rem solid; } .tablet\:border-bottom-105 .tablet\:hover\:border-bottom-105:hover{ border-bottom:0.75rem solid; } .tablet\:border-left-105{ border-left:0.75rem solid; } .tablet\:border-left-105 .tablet\:hover\:border-left-105:hover{ border-left:0.75rem solid; } .tablet\:border-2{ border:1rem solid; } .tablet\:border-2 .tablet\:hover\:border-2:hover{ border:1rem solid; } .tablet\:border-y-2{ border-top:1rem solid; border-bottom:1rem solid; } .tablet\:border-y-2 .tablet\:hover\:border-y-2:hover{ border-top:1rem solid; border-bottom:1rem solid; } .tablet\:border-x-2{ border-left:1rem solid; border-right:1rem solid; } .tablet\:border-x-2 .tablet\:hover\:border-x-2:hover{ border-left:1rem solid; border-right:1rem solid; } .tablet\:border-top-2{ border-top:1rem solid; } .tablet\:border-top-2 .tablet\:hover\:border-top-2:hover{ border-top:1rem solid; } .tablet\:border-right-2{ border-right:1rem solid; } .tablet\:border-right-2 .tablet\:hover\:border-right-2:hover{ border-right:1rem solid; } .tablet\:border-bottom-2{ border-bottom:1rem solid; } .tablet\:border-bottom-2 .tablet\:hover\:border-bottom-2:hover{ border-bottom:1rem solid; } .tablet\:border-left-2{ border-left:1rem solid; } .tablet\:border-left-2 .tablet\:hover\:border-left-2:hover{ border-left:1rem solid; } .tablet\:border-205{ border:1.25rem solid; } .tablet\:border-205 .tablet\:hover\:border-205:hover{ border:1.25rem solid; } .tablet\:border-y-205{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .tablet\:border-y-205 .tablet\:hover\:border-y-205:hover{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .tablet\:border-x-205{ border-left:1.25rem solid; border-right:1.25rem solid; } .tablet\:border-x-205 .tablet\:hover\:border-x-205:hover{ border-left:1.25rem solid; border-right:1.25rem solid; } .tablet\:border-top-205{ border-top:1.25rem solid; } .tablet\:border-top-205 .tablet\:hover\:border-top-205:hover{ border-top:1.25rem solid; } .tablet\:border-right-205{ border-right:1.25rem solid; } .tablet\:border-right-205 .tablet\:hover\:border-right-205:hover{ border-right:1.25rem solid; } .tablet\:border-bottom-205{ border-bottom:1.25rem solid; } .tablet\:border-bottom-205 .tablet\:hover\:border-bottom-205:hover{ border-bottom:1.25rem solid; } .tablet\:border-left-205{ border-left:1.25rem solid; } .tablet\:border-left-205 .tablet\:hover\:border-left-205:hover{ border-left:1.25rem solid; } .tablet\:border-3{ border:1.5rem solid; } .tablet\:border-3 .tablet\:hover\:border-3:hover{ border:1.5rem solid; } .tablet\:border-y-3{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .tablet\:border-y-3 .tablet\:hover\:border-y-3:hover{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .tablet\:border-x-3{ border-left:1.5rem solid; border-right:1.5rem solid; } .tablet\:border-x-3 .tablet\:hover\:border-x-3:hover{ border-left:1.5rem solid; border-right:1.5rem solid; } .tablet\:border-top-3{ border-top:1.5rem solid; } .tablet\:border-top-3 .tablet\:hover\:border-top-3:hover{ border-top:1.5rem solid; } .tablet\:border-right-3{ border-right:1.5rem solid; } .tablet\:border-right-3 .tablet\:hover\:border-right-3:hover{ border-right:1.5rem solid; } .tablet\:border-bottom-3{ border-bottom:1.5rem solid; } .tablet\:border-bottom-3 .tablet\:hover\:border-bottom-3:hover{ border-bottom:1.5rem solid; } .tablet\:border-left-3{ border-left:1.5rem solid; } .tablet\:border-left-3 .tablet\:hover\:border-left-3:hover{ border-left:1.5rem solid; } .tablet\:border-0{ border:0 solid; } .tablet\:border-0 .tablet\:hover\:border-0:hover{ border:0 solid; } .tablet\:border-y-0{ border-top:0 solid; border-bottom:0 solid; } .tablet\:border-y-0 .tablet\:hover\:border-y-0:hover{ border-top:0 solid; border-bottom:0 solid; } .tablet\:border-x-0{ border-left:0 solid; border-right:0 solid; } .tablet\:border-x-0 .tablet\:hover\:border-x-0:hover{ border-left:0 solid; border-right:0 solid; } .tablet\:border-top-0{ border-top:0 solid; } .tablet\:border-top-0 .tablet\:hover\:border-top-0:hover{ border-top:0 solid; } .tablet\:border-right-0{ border-right:0 solid; } .tablet\:border-right-0 .tablet\:hover\:border-right-0:hover{ border-right:0 solid; } .tablet\:border-bottom-0{ border-bottom:0 solid; } .tablet\:border-bottom-0 .tablet\:hover\:border-bottom-0:hover{ border-bottom:0 solid; } .tablet\:border-left-0{ border-left:0 solid; } .tablet\:border-left-0 .tablet\:hover\:border-left-0:hover{ border-left:0 solid; } .tablet\:border{ border:1px solid; } .tablet\:border .tablet\:hover\:border:hover{ border:1px solid; } .tablet\:border-y{ border-top:1px solid; border-bottom:1px solid; } .tablet\:border-y .tablet\:hover\:border-y:hover{ border-top:1px solid; border-bottom:1px solid; } .tablet\:border-x{ border-left:1px solid; border-right:1px solid; } .tablet\:border-x .tablet\:hover\:border-x:hover{ border-left:1px solid; border-right:1px solid; } .tablet\:border-top{ border-top:1px solid; } .tablet\:border-top .tablet\:hover\:border-top:hover{ border-top:1px solid; } .tablet\:border-right{ border-right:1px solid; } .tablet\:border-right .tablet\:hover\:border-right:hover{ border-right:1px solid; } .tablet\:border-bottom{ border-bottom:1px solid; } .tablet\:border-bottom .tablet\:hover\:border-bottom:hover{ border-bottom:1px solid; } .tablet\:border-left{ border-left:1px solid; } .tablet\:border-left .tablet\:hover\:border-left:hover{ border-left:1px solid; } .tablet\:border-transparent{ border-color:transparent; } .tablet\:border-transparent .tablet\:hover\:border-transparent:hover{ border-color:transparent; } .tablet\:border-black{ border-color:black; } .tablet\:border-black .tablet\:hover\:border-black:hover{ border-color:black; } .tablet\:border-white{ border-color:white; } .tablet\:border-white .tablet\:hover\:border-white:hover{ border-color:white; } .tablet\:border-red{ border-color:#e52207; } .tablet\:border-red .tablet\:hover\:border-red:hover{ border-color:#e52207; } .tablet\:border-orange{ border-color:#e66f0e; } .tablet\:border-orange .tablet\:hover\:border-orange:hover{ border-color:#e66f0e; } .tablet\:border-gold{ border-color:#ffbe2e; } .tablet\:border-gold .tablet\:hover\:border-gold:hover{ border-color:#ffbe2e; } .tablet\:border-yellow{ border-color:#fee685; } .tablet\:border-yellow .tablet\:hover\:border-yellow:hover{ border-color:#fee685; } .tablet\:border-green{ border-color:#538200; } .tablet\:border-green .tablet\:hover\:border-green:hover{ border-color:#538200; } .tablet\:border-mint{ border-color:#04c585; } .tablet\:border-mint .tablet\:hover\:border-mint:hover{ border-color:#04c585; } .tablet\:border-cyan{ border-color:#009ec1; } .tablet\:border-cyan .tablet\:hover\:border-cyan:hover{ border-color:#009ec1; } .tablet\:border-blue{ border-color:#0076d6; } .tablet\:border-blue .tablet\:hover\:border-blue:hover{ border-color:#0076d6; } .tablet\:border-indigo{ border-color:#676cc8; } .tablet\:border-indigo .tablet\:hover\:border-indigo:hover{ border-color:#676cc8; } .tablet\:border-violet{ border-color:#8168b3; } .tablet\:border-violet .tablet\:hover\:border-violet:hover{ border-color:#8168b3; } .tablet\:border-magenta{ border-color:#d72d79; } .tablet\:border-magenta .tablet\:hover\:border-magenta:hover{ border-color:#d72d79; } .tablet\:border-gray-5{ border-color:#f0f0f0; } .tablet\:border-gray-5 .tablet\:hover\:border-gray-5:hover{ border-color:#f0f0f0; } .tablet\:border-gray-10{ border-color:#e6e6e6; } .tablet\:border-gray-10 .tablet\:hover\:border-gray-10:hover{ border-color:#e6e6e6; } .tablet\:border-gray-30{ border-color:#adadad; } .tablet\:border-gray-30 .tablet\:hover\:border-gray-30:hover{ border-color:#adadad; } .tablet\:border-gray-50{ border-color:#757575; } .tablet\:border-gray-50 .tablet\:hover\:border-gray-50:hover{ border-color:#757575; } .tablet\:border-gray-70{ border-color:#454545; } .tablet\:border-gray-70 .tablet\:hover\:border-gray-70:hover{ border-color:#454545; } .tablet\:border-gray-90{ border-color:#1b1b1b; } .tablet\:border-gray-90 .tablet\:hover\:border-gray-90:hover{ border-color:#1b1b1b; } .tablet\:border-base-lightest{ border-color:#f0f0f0; } .tablet\:border-base-lightest .tablet\:hover\:border-base-lightest:hover{ border-color:#f0f0f0; } .tablet\:border-base-lighter{ border-color:#dcdee0; } .tablet\:border-base-lighter .tablet\:hover\:border-base-lighter:hover{ border-color:#dcdee0; } .tablet\:border-base-light{ border-color:#a9aeb1; } .tablet\:border-base-light .tablet\:hover\:border-base-light:hover{ border-color:#a9aeb1; } .tablet\:border-base{ border-color:#71767a; } .tablet\:border-base .tablet\:hover\:border-base:hover{ border-color:#71767a; } .tablet\:border-base-dark{ border-color:#565c65; } .tablet\:border-base-dark .tablet\:hover\:border-base-dark:hover{ border-color:#565c65; } .tablet\:border-base-darker{ border-color:#3d4551; } .tablet\:border-base-darker .tablet\:hover\:border-base-darker:hover{ border-color:#3d4551; } .tablet\:border-base-darkest{ border-color:#1b1b1b; } .tablet\:border-base-darkest .tablet\:hover\:border-base-darkest:hover{ border-color:#1b1b1b; } .tablet\:border-ink{ border-color:#1b1b1b; } .tablet\:border-ink .tablet\:hover\:border-ink:hover{ border-color:#1b1b1b; } .tablet\:border-primary-lighter{ border-color:#d9e8f6; } .tablet\:border-primary-lighter .tablet\:hover\:border-primary-lighter:hover{ border-color:#d9e8f6; } .tablet\:border-primary-light{ border-color:#73b3e7; } .tablet\:border-primary-light .tablet\:hover\:border-primary-light:hover{ border-color:#73b3e7; } .tablet\:border-primary{ border-color:#005ea2; } .tablet\:border-primary .tablet\:hover\:border-primary:hover{ border-color:#005ea2; } .tablet\:border-primary-vivid{ border-color:#0050d8; } .tablet\:border-primary-vivid .tablet\:hover\:border-primary-vivid:hover{ border-color:#0050d8; } .tablet\:border-primary-dark{ border-color:#1a4480; } .tablet\:border-primary-dark .tablet\:hover\:border-primary-dark:hover{ border-color:#1a4480; } .tablet\:border-primary-darker{ border-color:#162e51; } .tablet\:border-primary-darker .tablet\:hover\:border-primary-darker:hover{ border-color:#162e51; } .tablet\:border-secondary-lighter{ border-color:#f3e1e4; } .tablet\:border-secondary-lighter .tablet\:hover\:border-secondary-lighter:hover{ border-color:#f3e1e4; } .tablet\:border-secondary-light{ border-color:#f2938c; } .tablet\:border-secondary-light .tablet\:hover\:border-secondary-light:hover{ border-color:#f2938c; } .tablet\:border-secondary{ border-color:#d83933; } .tablet\:border-secondary .tablet\:hover\:border-secondary:hover{ border-color:#d83933; } .tablet\:border-secondary-vivid{ border-color:#e41d3d; } .tablet\:border-secondary-vivid .tablet\:hover\:border-secondary-vivid:hover{ border-color:#e41d3d; } .tablet\:border-secondary-dark{ border-color:#b50909; } .tablet\:border-secondary-dark .tablet\:hover\:border-secondary-dark:hover{ border-color:#b50909; } .tablet\:border-secondary-darker{ border-color:#8b0a03; } .tablet\:border-secondary-darker .tablet\:hover\:border-secondary-darker:hover{ border-color:#8b0a03; } .tablet\:border-accent-warm-darker{ border-color:#775540; } .tablet\:border-accent-warm-darker .tablet\:hover\:border-accent-warm-darker:hover{ border-color:#775540; } .tablet\:border-accent-warm-dark{ border-color:#c05600; } .tablet\:border-accent-warm-dark .tablet\:hover\:border-accent-warm-dark:hover{ border-color:#c05600; } .tablet\:border-accent-warm{ border-color:#fa9441; } .tablet\:border-accent-warm .tablet\:hover\:border-accent-warm:hover{ border-color:#fa9441; } .tablet\:border-accent-warm-light{ border-color:#ffbc78; } .tablet\:border-accent-warm-light .tablet\:hover\:border-accent-warm-light:hover{ border-color:#ffbc78; } .tablet\:border-accent-warm-lighter{ border-color:#f2e4d4; } .tablet\:border-accent-warm-lighter .tablet\:hover\:border-accent-warm-lighter:hover{ border-color:#f2e4d4; } .tablet\:border-accent-cool-darker{ border-color:#07648d; } .tablet\:border-accent-cool-darker .tablet\:hover\:border-accent-cool-darker:hover{ border-color:#07648d; } .tablet\:border-accent-cool-dark{ border-color:#28a0cb; } .tablet\:border-accent-cool-dark .tablet\:hover\:border-accent-cool-dark:hover{ border-color:#28a0cb; } .tablet\:border-accent-cool{ border-color:#00bde3; } .tablet\:border-accent-cool .tablet\:hover\:border-accent-cool:hover{ border-color:#00bde3; } .tablet\:border-accent-cool-light{ border-color:#97d4ea; } .tablet\:border-accent-cool-light .tablet\:hover\:border-accent-cool-light:hover{ border-color:#97d4ea; } .tablet\:border-accent-cool-lighter{ border-color:#e1f3f8; } .tablet\:border-accent-cool-lighter .tablet\:hover\:border-accent-cool-lighter:hover{ border-color:#e1f3f8; } .tablet\:radius-0{ border-radius:0; } .tablet\:radius-top-0{ border-top-left-radius:0; border-top-right-radius:0; } .tablet\:radius-right-0{ border-top-right-radius:0; border-bottom-right-radius:0; } .tablet\:radius-bottom-0{ border-bottom-left-radius:0; border-bottom-right-radius:0; } .tablet\:radius-left-0{ border-top-left-radius:0; border-bottom-left-radius:0; } .tablet\:radius-sm{ border-radius:2px; } .tablet\:radius-top-sm{ border-top-left-radius:2px; border-top-right-radius:2px; } .tablet\:radius-right-sm{ border-top-right-radius:2px; border-bottom-right-radius:2px; } .tablet\:radius-bottom-sm{ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .tablet\:radius-left-sm{ border-top-left-radius:2px; border-bottom-left-radius:2px; } .tablet\:radius-md{ border-radius:0.25rem; } .tablet\:radius-top-md{ border-top-left-radius:0.25rem; border-top-right-radius:0.25rem; } .tablet\:radius-right-md{ border-top-right-radius:0.25rem; border-bottom-right-radius:0.25rem; } .tablet\:radius-bottom-md{ border-bottom-left-radius:0.25rem; border-bottom-right-radius:0.25rem; } .tablet\:radius-left-md{ border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem; } .tablet\:radius-lg{ border-radius:0.5rem; } .tablet\:radius-top-lg{ border-top-left-radius:0.5rem; border-top-right-radius:0.5rem; } .tablet\:radius-right-lg{ border-top-right-radius:0.5rem; border-bottom-right-radius:0.5rem; } .tablet\:radius-bottom-lg{ border-bottom-left-radius:0.5rem; border-bottom-right-radius:0.5rem; } .tablet\:radius-left-lg{ border-top-left-radius:0.5rem; border-bottom-left-radius:0.5rem; } .tablet\:radius-pill{ border-radius:99rem; } .tablet\:radius-top-pill{ border-top-left-radius:99rem; border-top-right-radius:99rem; } .tablet\:radius-right-pill{ border-top-right-radius:99rem; border-bottom-right-radius:99rem; } .tablet\:radius-bottom-pill{ border-bottom-left-radius:99rem; border-bottom-right-radius:99rem; } .tablet\:radius-left-pill{ border-top-left-radius:99rem; border-bottom-left-radius:99rem; } .tablet\:display-block{ display:block; } .tablet\:display-flex{ display:-webkit-box; display:-ms-flexbox; display:flex; } .tablet\:display-none{ display:none; } .tablet\:display-inline{ display:inline; } .tablet\:display-inline-block{ display:inline-block; } .tablet\:display-inline-flex{ display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; } .tablet\:display-table{ display:table; } .tablet\:display-table-cell{ display:table-cell; } .tablet\:display-table-row{ display:table-row; } .tablet\:font-mono-3xs{ font-size:0.77rem; } .tablet\:font-mono-2xs{ font-size:0.83rem; } .tablet\:font-mono-xs{ font-size:0.89rem; } .tablet\:font-mono-sm{ font-size:0.95rem; } .tablet\:font-mono-md{ font-size:1.01rem; } .tablet\:font-mono-lg{ font-size:1.31rem; } .tablet\:font-mono-xl{ font-size:1.91rem; } .tablet\:font-mono-2xl{ font-size:2.38rem; } .tablet\:font-mono-3xl{ font-size:2.86rem; } .tablet\:font-sans-3xs{ font-size:0.87rem; } .tablet\:font-sans-2xs{ font-size:0.93rem; } .tablet\:font-sans-xs{ font-size:1rem; } .tablet\:font-sans-sm{ font-size:1.06rem; } .tablet\:font-sans-md{ font-size:1.13rem; } .tablet\:font-sans-lg{ font-size:1.46rem; } .tablet\:font-sans-xl{ font-size:2.13rem; } .tablet\:font-sans-2xl{ font-size:2.66rem; } .tablet\:font-sans-3xl{ font-size:3.19rem; } .tablet\:font-serif-3xs{ font-size:0.79rem; } .tablet\:font-serif-2xs{ font-size:0.85rem; } .tablet\:font-serif-xs{ font-size:0.91rem; } .tablet\:font-serif-sm{ font-size:0.98rem; } .tablet\:font-serif-md{ font-size:1.04rem; } .tablet\:font-serif-lg{ font-size:1.34rem; } .tablet\:font-serif-xl{ font-size:1.95rem; } .tablet\:font-serif-2xl{ font-size:2.44rem; } .tablet\:font-serif-3xl{ font-size:2.93rem; } .tablet\:font-heading-3xs{ font-size:0.79rem; } .tablet\:font-heading-2xs{ font-size:0.85rem; } .tablet\:font-heading-xs{ font-size:0.91rem; } .tablet\:font-heading-sm{ font-size:0.98rem; } .tablet\:font-heading-md{ font-size:1.04rem; } .tablet\:font-heading-lg{ font-size:1.34rem; } .tablet\:font-heading-xl{ font-size:1.95rem; } .tablet\:font-heading-2xl{ font-size:2.44rem; } .tablet\:font-heading-3xl{ font-size:2.93rem; } .tablet\:font-body-3xs{ font-size:0.87rem; } .tablet\:font-body-2xs{ font-size:0.93rem; } .tablet\:font-body-xs{ font-size:1rem; } .tablet\:font-body-sm{ font-size:1.06rem; } .tablet\:font-body-md{ font-size:1.13rem; } .tablet\:font-body-lg{ font-size:1.46rem; } .tablet\:font-body-xl{ font-size:2.13rem; } .tablet\:font-body-2xl{ font-size:2.66rem; } .tablet\:font-body-3xl{ font-size:3.19rem; } .tablet\:font-code-3xs{ font-size:0.77rem; } .tablet\:font-code-2xs{ font-size:0.83rem; } .tablet\:font-code-xs{ font-size:0.89rem; } .tablet\:font-code-sm{ font-size:0.95rem; } .tablet\:font-code-md{ font-size:1.01rem; } .tablet\:font-code-lg{ font-size:1.31rem; } .tablet\:font-code-xl{ font-size:1.91rem; } .tablet\:font-code-2xl{ font-size:2.38rem; } .tablet\:font-code-3xl{ font-size:2.86rem; } .tablet\:font-alt-3xs{ font-size:0.79rem; } .tablet\:font-alt-2xs{ font-size:0.85rem; } .tablet\:font-alt-xs{ font-size:0.91rem; } .tablet\:font-alt-sm{ font-size:0.98rem; } .tablet\:font-alt-md{ font-size:1.04rem; } .tablet\:font-alt-lg{ font-size:1.34rem; } .tablet\:font-alt-xl{ font-size:1.95rem; } .tablet\:font-alt-2xl{ font-size:2.44rem; } .tablet\:font-alt-3xl{ font-size:2.93rem; } .tablet\:font-ui-3xs{ font-size:0.87rem; } .tablet\:font-ui-2xs{ font-size:0.93rem; } .tablet\:font-ui-xs{ font-size:1rem; } .tablet\:font-ui-sm{ font-size:1.06rem; } .tablet\:font-ui-md{ font-size:1.13rem; } .tablet\:font-ui-lg{ font-size:1.46rem; } .tablet\:font-ui-xl{ font-size:2.13rem; } .tablet\:font-ui-2xl{ font-size:2.66rem; } .tablet\:font-ui-3xl{ font-size:3.19rem; } .tablet\:text-light{ font-weight:300; } .tablet\:text-normal{ font-weight:normal; } .tablet\:text-bold{ font-weight:bold; } .tablet\:flex-justify-center{ -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .tablet\:flex-justify-start{ -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .tablet\:flex-justify-end{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .tablet\:flex-justify{ -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .tablet\:line-height-sans-1{ line-height:0.9; } .tablet\:line-height-sans-2{ line-height:1.1; } .tablet\:line-height-sans-3{ line-height:1.3; } .tablet\:line-height-sans-4{ line-height:1.4; } .tablet\:line-height-sans-5{ line-height:1.5; } .tablet\:line-height-sans-6{ line-height:1.6; } .tablet\:line-height-serif-1{ line-height:1; } .tablet\:line-height-serif-2{ line-height:1.2; } .tablet\:line-height-serif-3{ line-height:1.4; } .tablet\:line-height-serif-4{ line-height:1.5; } .tablet\:line-height-serif-5{ line-height:1.7; } .tablet\:line-height-serif-6{ line-height:1.8; } .tablet\:line-height-mono-1{ line-height:1; } .tablet\:line-height-mono-2{ line-height:1.3; } .tablet\:line-height-mono-3{ line-height:1.4; } .tablet\:line-height-mono-4{ line-height:1.6; } .tablet\:line-height-mono-5{ line-height:1.7; } .tablet\:line-height-mono-6{ line-height:1.8; } .tablet\:line-height-heading-1{ line-height:1; } .tablet\:line-height-heading-2{ line-height:1.2; } .tablet\:line-height-heading-3{ line-height:1.4; } .tablet\:line-height-heading-4{ line-height:1.5; } .tablet\:line-height-heading-5{ line-height:1.7; } .tablet\:line-height-heading-6{ line-height:1.8; } .tablet\:line-height-ui-1{ line-height:0.9; } .tablet\:line-height-ui-2{ line-height:1.1; } .tablet\:line-height-ui-3{ line-height:1.3; } .tablet\:line-height-ui-4{ line-height:1.4; } .tablet\:line-height-ui-5{ line-height:1.5; } .tablet\:line-height-ui-6{ line-height:1.6; } .tablet\:line-height-body-1{ line-height:0.9; } .tablet\:line-height-body-2{ line-height:1.1; } .tablet\:line-height-body-3{ line-height:1.3; } .tablet\:line-height-body-4{ line-height:1.4; } .tablet\:line-height-body-5{ line-height:1.5; } .tablet\:line-height-body-6{ line-height:1.6; } .tablet\:line-height-code-1{ line-height:1; } .tablet\:line-height-code-2{ line-height:1.3; } .tablet\:line-height-code-3{ line-height:1.4; } .tablet\:line-height-code-4{ line-height:1.6; } .tablet\:line-height-code-5{ line-height:1.7; } .tablet\:line-height-code-6{ line-height:1.8; } .tablet\:line-height-alt-1{ line-height:1; } .tablet\:line-height-alt-2{ line-height:1.2; } .tablet\:line-height-alt-3{ line-height:1.4; } .tablet\:line-height-alt-4{ line-height:1.5; } .tablet\:line-height-alt-5{ line-height:1.7; } .tablet\:line-height-alt-6{ line-height:1.8; } .tablet\:margin-1px{ margin:1px; } .tablet\:margin-2px{ margin:2px; } .tablet\:margin-05{ margin:0.25rem; } .tablet\:margin-1{ margin:0.5rem; } .tablet\:margin-105{ margin:0.75rem; } .tablet\:margin-2{ margin:1rem; } .tablet\:margin-205{ margin:1.25rem; } .tablet\:margin-3{ margin:1.5rem; } .tablet\:margin-4{ margin:2rem; } .tablet\:margin-5{ margin:2.5rem; } .tablet\:margin-6{ margin:3rem; } .tablet\:margin-7{ margin:3.5rem; } .tablet\:margin-8{ margin:4rem; } .tablet\:margin-9{ margin:4.5rem; } .tablet\:margin-10{ margin:5rem; } .tablet\:margin-15{ margin:7.5rem; } .tablet\:margin-05em{ margin:0.5em; } .tablet\:margin-1em{ margin:1em; } .tablet\:margin-105em{ margin:1.5em; } .tablet\:margin-2em{ margin:2em; } .tablet\:margin-0{ margin:0; } .tablet\:margin-y-1px{ margin-top:1px; margin-bottom:1px; } .tablet\:margin-top-1px{ margin-top:1px; } .tablet\:margin-bottom-1px{ margin-bottom:1px; } .tablet\:margin-y-2px{ margin-top:2px; margin-bottom:2px; } .tablet\:margin-top-2px{ margin-top:2px; } .tablet\:margin-bottom-2px{ margin-bottom:2px; } .tablet\:margin-y-05{ margin-top:0.25rem; margin-bottom:0.25rem; } .tablet\:margin-top-05{ margin-top:0.25rem; } .tablet\:margin-bottom-05{ margin-bottom:0.25rem; } .tablet\:margin-y-1{ margin-top:0.5rem; margin-bottom:0.5rem; } .tablet\:margin-top-1{ margin-top:0.5rem; } .tablet\:margin-bottom-1{ margin-bottom:0.5rem; } .tablet\:margin-y-105{ margin-top:0.75rem; margin-bottom:0.75rem; } .tablet\:margin-top-105{ margin-top:0.75rem; } .tablet\:margin-bottom-105{ margin-bottom:0.75rem; } .tablet\:margin-y-2{ margin-top:1rem; margin-bottom:1rem; } .tablet\:margin-top-2{ margin-top:1rem; } .tablet\:margin-bottom-2{ margin-bottom:1rem; } .tablet\:margin-y-205{ margin-top:1.25rem; margin-bottom:1.25rem; } .tablet\:margin-top-205{ margin-top:1.25rem; } .tablet\:margin-bottom-205{ margin-bottom:1.25rem; } .tablet\:margin-y-3{ margin-top:1.5rem; margin-bottom:1.5rem; } .tablet\:margin-top-3{ margin-top:1.5rem; } .tablet\:margin-bottom-3{ margin-bottom:1.5rem; } .tablet\:margin-y-neg-1px{ margin-top:-1px; margin-bottom:-1px; } .tablet\:margin-top-neg-1px{ margin-top:-1px; } .tablet\:margin-bottom-neg-1px{ margin-bottom:-1px; } .tablet\:margin-y-neg-2px{ margin-top:-2px; margin-bottom:-2px; } .tablet\:margin-top-neg-2px{ margin-top:-2px; } .tablet\:margin-bottom-neg-2px{ margin-bottom:-2px; } .tablet\:margin-y-neg-05{ margin-top:-0.25rem; margin-bottom:-0.25rem; } .tablet\:margin-top-neg-05{ margin-top:-0.25rem; } .tablet\:margin-bottom-neg-05{ margin-bottom:-0.25rem; } .tablet\:margin-y-neg-1{ margin-top:-0.5rem; margin-bottom:-0.5rem; } .tablet\:margin-top-neg-1{ margin-top:-0.5rem; } .tablet\:margin-bottom-neg-1{ margin-bottom:-0.5rem; } .tablet\:margin-y-neg-105{ margin-top:-0.75rem; margin-bottom:-0.75rem; } .tablet\:margin-top-neg-105{ margin-top:-0.75rem; } .tablet\:margin-bottom-neg-105{ margin-bottom:-0.75rem; } .tablet\:margin-y-neg-2{ margin-top:-1rem; margin-bottom:-1rem; } .tablet\:margin-top-neg-2{ margin-top:-1rem; } .tablet\:margin-bottom-neg-2{ margin-bottom:-1rem; } .tablet\:margin-y-neg-205{ margin-top:-1.25rem; margin-bottom:-1.25rem; } .tablet\:margin-top-neg-205{ margin-top:-1.25rem; } .tablet\:margin-bottom-neg-205{ margin-bottom:-1.25rem; } .tablet\:margin-y-neg-3{ margin-top:-1.5rem; margin-bottom:-1.5rem; } .tablet\:margin-top-neg-3{ margin-top:-1.5rem; } .tablet\:margin-bottom-neg-3{ margin-bottom:-1.5rem; } .tablet\:margin-y-4{ margin-top:2rem; margin-bottom:2rem; } .tablet\:margin-top-4{ margin-top:2rem; } .tablet\:margin-bottom-4{ margin-bottom:2rem; } .tablet\:margin-y-5{ margin-top:2.5rem; margin-bottom:2.5rem; } .tablet\:margin-top-5{ margin-top:2.5rem; } .tablet\:margin-bottom-5{ margin-bottom:2.5rem; } .tablet\:margin-y-6{ margin-top:3rem; margin-bottom:3rem; } .tablet\:margin-top-6{ margin-top:3rem; } .tablet\:margin-bottom-6{ margin-bottom:3rem; } .tablet\:margin-y-7{ margin-top:3.5rem; margin-bottom:3.5rem; } .tablet\:margin-top-7{ margin-top:3.5rem; } .tablet\:margin-bottom-7{ margin-bottom:3.5rem; } .tablet\:margin-y-8{ margin-top:4rem; margin-bottom:4rem; } .tablet\:margin-top-8{ margin-top:4rem; } .tablet\:margin-bottom-8{ margin-bottom:4rem; } .tablet\:margin-y-9{ margin-top:4.5rem; margin-bottom:4.5rem; } .tablet\:margin-top-9{ margin-top:4.5rem; } .tablet\:margin-bottom-9{ margin-bottom:4.5rem; } .tablet\:margin-y-10{ margin-top:5rem; margin-bottom:5rem; } .tablet\:margin-top-10{ margin-top:5rem; } .tablet\:margin-bottom-10{ margin-bottom:5rem; } .tablet\:margin-y-15{ margin-top:7.5rem; margin-bottom:7.5rem; } .tablet\:margin-top-15{ margin-top:7.5rem; } .tablet\:margin-bottom-15{ margin-bottom:7.5rem; } .tablet\:margin-y-05em{ margin-top:0.5em; margin-bottom:0.5em; } .tablet\:margin-top-05em{ margin-top:0.5em; } .tablet\:margin-bottom-05em{ margin-bottom:0.5em; } .tablet\:margin-y-1em{ margin-top:1em; margin-bottom:1em; } .tablet\:margin-top-1em{ margin-top:1em; } .tablet\:margin-bottom-1em{ margin-bottom:1em; } .tablet\:margin-y-105em{ margin-top:1.5em; margin-bottom:1.5em; } .tablet\:margin-top-105em{ margin-top:1.5em; } .tablet\:margin-bottom-105em{ margin-bottom:1.5em; } .tablet\:margin-y-2em{ margin-top:2em; margin-bottom:2em; } .tablet\:margin-top-2em{ margin-top:2em; } .tablet\:margin-bottom-2em{ margin-bottom:2em; } .tablet\:margin-y-0{ margin-top:0; margin-bottom:0; } .tablet\:margin-top-0{ margin-top:0; } .tablet\:margin-bottom-0{ margin-bottom:0; } .tablet\:margin-x-1px{ margin-left:1px; margin-right:1px; } .tablet\:margin-right-1px{ margin-right:1px; } .tablet\:margin-left-1px{ margin-left:1px; } .tablet\:margin-x-2px{ margin-left:2px; margin-right:2px; } .tablet\:margin-right-2px{ margin-right:2px; } .tablet\:margin-left-2px{ margin-left:2px; } .tablet\:margin-x-05{ margin-left:0.25rem; margin-right:0.25rem; } .tablet\:margin-right-05{ margin-right:0.25rem; } .tablet\:margin-left-05{ margin-left:0.25rem; } .tablet\:margin-x-1{ margin-left:0.5rem; margin-right:0.5rem; } .tablet\:margin-right-1{ margin-right:0.5rem; } .tablet\:margin-left-1{ margin-left:0.5rem; } .tablet\:margin-x-105{ margin-left:0.75rem; margin-right:0.75rem; } .tablet\:margin-right-105{ margin-right:0.75rem; } .tablet\:margin-left-105{ margin-left:0.75rem; } .tablet\:margin-x-2{ margin-left:1rem; margin-right:1rem; } .tablet\:margin-right-2{ margin-right:1rem; } .tablet\:margin-left-2{ margin-left:1rem; } .tablet\:margin-x-205{ margin-left:1.25rem; margin-right:1.25rem; } .tablet\:margin-right-205{ margin-right:1.25rem; } .tablet\:margin-left-205{ margin-left:1.25rem; } .tablet\:margin-x-3{ margin-left:1.5rem; margin-right:1.5rem; } .tablet\:margin-right-3{ margin-right:1.5rem; } .tablet\:margin-left-3{ margin-left:1.5rem; } .tablet\:margin-x-neg-1px{ margin-left:-1px; margin-right:-1px; } .tablet\:margin-right-neg-1px{ margin-right:-1px; } .tablet\:margin-left-neg-1px{ margin-left:-1px; } .tablet\:margin-x-neg-2px{ margin-left:-2px; margin-right:-2px; } .tablet\:margin-right-neg-2px{ margin-right:-2px; } .tablet\:margin-left-neg-2px{ margin-left:-2px; } .tablet\:margin-x-neg-05{ margin-left:-0.25rem; margin-right:-0.25rem; } .tablet\:margin-right-neg-05{ margin-right:-0.25rem; } .tablet\:margin-left-neg-05{ margin-left:-0.25rem; } .tablet\:margin-x-neg-1{ margin-left:-0.5rem; margin-right:-0.5rem; } .tablet\:margin-right-neg-1{ margin-right:-0.5rem; } .tablet\:margin-left-neg-1{ margin-left:-0.5rem; } .tablet\:margin-x-neg-105{ margin-left:-0.75rem; margin-right:-0.75rem; } .tablet\:margin-right-neg-105{ margin-right:-0.75rem; } .tablet\:margin-left-neg-105{ margin-left:-0.75rem; } .tablet\:margin-x-neg-2{ margin-left:-1rem; margin-right:-1rem; } .tablet\:margin-right-neg-2{ margin-right:-1rem; } .tablet\:margin-left-neg-2{ margin-left:-1rem; } .tablet\:margin-x-neg-205{ margin-left:-1.25rem; margin-right:-1.25rem; } .tablet\:margin-right-neg-205{ margin-right:-1.25rem; } .tablet\:margin-left-neg-205{ margin-left:-1.25rem; } .tablet\:margin-x-neg-3{ margin-left:-1.5rem; margin-right:-1.5rem; } .tablet\:margin-right-neg-3{ margin-right:-1.5rem; } .tablet\:margin-left-neg-3{ margin-left:-1.5rem; } .tablet\:margin-x-4{ margin-left:2rem; margin-right:2rem; } .tablet\:margin-right-4{ margin-right:2rem; } .tablet\:margin-left-4{ margin-left:2rem; } .tablet\:margin-x-5{ margin-left:2.5rem; margin-right:2.5rem; } .tablet\:margin-right-5{ margin-right:2.5rem; } .tablet\:margin-left-5{ margin-left:2.5rem; } .tablet\:margin-x-6{ margin-left:3rem; margin-right:3rem; } .tablet\:margin-right-6{ margin-right:3rem; } .tablet\:margin-left-6{ margin-left:3rem; } .tablet\:margin-x-7{ margin-left:3.5rem; margin-right:3.5rem; } .tablet\:margin-right-7{ margin-right:3.5rem; } .tablet\:margin-left-7{ margin-left:3.5rem; } .tablet\:margin-x-8{ margin-left:4rem; margin-right:4rem; } .tablet\:margin-right-8{ margin-right:4rem; } .tablet\:margin-left-8{ margin-left:4rem; } .tablet\:margin-x-9{ margin-left:4.5rem; margin-right:4.5rem; } .tablet\:margin-right-9{ margin-right:4.5rem; } .tablet\:margin-left-9{ margin-left:4.5rem; } .tablet\:margin-x-10{ margin-left:5rem; margin-right:5rem; } .tablet\:margin-right-10{ margin-right:5rem; } .tablet\:margin-left-10{ margin-left:5rem; } .tablet\:margin-x-15{ margin-left:7.5rem; margin-right:7.5rem; } .tablet\:margin-right-15{ margin-right:7.5rem; } .tablet\:margin-left-15{ margin-left:7.5rem; } .tablet\:margin-x-05em{ margin-left:0.5em; margin-right:0.5em; } .tablet\:margin-right-05em{ margin-right:0.5em; } .tablet\:margin-left-05em{ margin-left:0.5em; } .tablet\:margin-x-1em{ margin-left:1em; margin-right:1em; } .tablet\:margin-right-1em{ margin-right:1em; } .tablet\:margin-left-1em{ margin-left:1em; } .tablet\:margin-x-105em{ margin-left:1.5em; margin-right:1.5em; } .tablet\:margin-right-105em{ margin-right:1.5em; } .tablet\:margin-left-105em{ margin-left:1.5em; } .tablet\:margin-x-2em{ margin-left:2em; margin-right:2em; } .tablet\:margin-right-2em{ margin-right:2em; } .tablet\:margin-left-2em{ margin-left:2em; } .tablet\:margin-x-0{ margin-left:0; margin-right:0; } .tablet\:margin-right-0{ margin-right:0; } .tablet\:margin-left-0{ margin-left:0; } .tablet\:margin-x-auto{ margin-left:auto; margin-right:auto; } .tablet\:margin-right-auto{ margin-right:auto; } .tablet\:margin-left-auto{ margin-left:auto; } .tablet\:measure-1{ max-width:44ex; } .tablet\:measure-2{ max-width:60ex; } .tablet\:measure-3{ max-width:64ex; } .tablet\:measure-4{ max-width:68ex; } .tablet\:measure-5{ max-width:72ex; } .tablet\:measure-6{ max-width:88ex; } .tablet\:measure-none{ max-width:none; } .tablet\:order-first{ -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1; } .tablet\:order-last{ -webkit-box-ordinal-group:1000; -ms-flex-order:999; order:999; } .tablet\:order-initial{ -webkit-box-ordinal-group:initial; -ms-flex-order:initial; order:initial; } .tablet\:order-0{ -webkit-box-ordinal-group:1; -ms-flex-order:0; order:0; } .tablet\:order-1{ -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; } .tablet\:order-2{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .tablet\:order-3{ -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; } .tablet\:order-4{ -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; } .tablet\:order-5{ -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; } .tablet\:order-6{ -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; } .tablet\:order-7{ -webkit-box-ordinal-group:8; -ms-flex-order:7; order:7; } .tablet\:order-8{ -webkit-box-ordinal-group:9; -ms-flex-order:8; order:8; } .tablet\:order-9{ -webkit-box-ordinal-group:10; -ms-flex-order:9; order:9; } .tablet\:order-10{ -webkit-box-ordinal-group:11; -ms-flex-order:10; order:10; } .tablet\:order-11{ -webkit-box-ordinal-group:12; -ms-flex-order:11; order:11; } .tablet\:padding-1px{ padding:1px; } .tablet\:padding-y-1px{ padding-top:1px; padding-bottom:1px; } .tablet\:padding-x-1px{ padding-left:1px; padding-right:1px; } .tablet\:padding-top-1px{ padding-top:1px; } .tablet\:padding-right-1px{ padding-right:1px; } .tablet\:padding-bottom-1px{ padding-bottom:1px; } .tablet\:padding-left-1px{ padding-left:1px; } .tablet\:padding-2px{ padding:2px; } .tablet\:padding-y-2px{ padding-top:2px; padding-bottom:2px; } .tablet\:padding-x-2px{ padding-left:2px; padding-right:2px; } .tablet\:padding-top-2px{ padding-top:2px; } .tablet\:padding-right-2px{ padding-right:2px; } .tablet\:padding-bottom-2px{ padding-bottom:2px; } .tablet\:padding-left-2px{ padding-left:2px; } .tablet\:padding-05{ padding:0.25rem; } .tablet\:padding-y-05{ padding-top:0.25rem; padding-bottom:0.25rem; } .tablet\:padding-x-05{ padding-left:0.25rem; padding-right:0.25rem; } .tablet\:padding-top-05{ padding-top:0.25rem; } .tablet\:padding-right-05{ padding-right:0.25rem; } .tablet\:padding-bottom-05{ padding-bottom:0.25rem; } .tablet\:padding-left-05{ padding-left:0.25rem; } .tablet\:padding-1{ padding:0.5rem; } .tablet\:padding-y-1{ padding-top:0.5rem; padding-bottom:0.5rem; } .tablet\:padding-x-1{ padding-left:0.5rem; padding-right:0.5rem; } .tablet\:padding-top-1{ padding-top:0.5rem; } .tablet\:padding-right-1{ padding-right:0.5rem; } .tablet\:padding-bottom-1{ padding-bottom:0.5rem; } .tablet\:padding-left-1{ padding-left:0.5rem; } .tablet\:padding-105{ padding:0.75rem; } .tablet\:padding-y-105{ padding-top:0.75rem; padding-bottom:0.75rem; } .tablet\:padding-x-105{ padding-left:0.75rem; padding-right:0.75rem; } .tablet\:padding-top-105{ padding-top:0.75rem; } .tablet\:padding-right-105{ padding-right:0.75rem; } .tablet\:padding-bottom-105{ padding-bottom:0.75rem; } .tablet\:padding-left-105{ padding-left:0.75rem; } .tablet\:padding-2{ padding:1rem; } .tablet\:padding-y-2{ padding-top:1rem; padding-bottom:1rem; } .tablet\:padding-x-2{ padding-left:1rem; padding-right:1rem; } .tablet\:padding-top-2{ padding-top:1rem; } .tablet\:padding-right-2{ padding-right:1rem; } .tablet\:padding-bottom-2{ padding-bottom:1rem; } .tablet\:padding-left-2{ padding-left:1rem; } .tablet\:padding-205{ padding:1.25rem; } .tablet\:padding-y-205{ padding-top:1.25rem; padding-bottom:1.25rem; } .tablet\:padding-x-205{ padding-left:1.25rem; padding-right:1.25rem; } .tablet\:padding-top-205{ padding-top:1.25rem; } .tablet\:padding-right-205{ padding-right:1.25rem; } .tablet\:padding-bottom-205{ padding-bottom:1.25rem; } .tablet\:padding-left-205{ padding-left:1.25rem; } .tablet\:padding-3{ padding:1.5rem; } .tablet\:padding-y-3{ padding-top:1.5rem; padding-bottom:1.5rem; } .tablet\:padding-x-3{ padding-left:1.5rem; padding-right:1.5rem; } .tablet\:padding-top-3{ padding-top:1.5rem; } .tablet\:padding-right-3{ padding-right:1.5rem; } .tablet\:padding-bottom-3{ padding-bottom:1.5rem; } .tablet\:padding-left-3{ padding-left:1.5rem; } .tablet\:padding-4{ padding:2rem; } .tablet\:padding-y-4{ padding-top:2rem; padding-bottom:2rem; } .tablet\:padding-x-4{ padding-left:2rem; padding-right:2rem; } .tablet\:padding-top-4{ padding-top:2rem; } .tablet\:padding-right-4{ padding-right:2rem; } .tablet\:padding-bottom-4{ padding-bottom:2rem; } .tablet\:padding-left-4{ padding-left:2rem; } .tablet\:padding-5{ padding:2.5rem; } .tablet\:padding-y-5{ padding-top:2.5rem; padding-bottom:2.5rem; } .tablet\:padding-x-5{ padding-left:2.5rem; padding-right:2.5rem; } .tablet\:padding-top-5{ padding-top:2.5rem; } .tablet\:padding-right-5{ padding-right:2.5rem; } .tablet\:padding-bottom-5{ padding-bottom:2.5rem; } .tablet\:padding-left-5{ padding-left:2.5rem; } .tablet\:padding-6{ padding:3rem; } .tablet\:padding-y-6{ padding-top:3rem; padding-bottom:3rem; } .tablet\:padding-x-6{ padding-left:3rem; padding-right:3rem; } .tablet\:padding-top-6{ padding-top:3rem; } .tablet\:padding-right-6{ padding-right:3rem; } .tablet\:padding-bottom-6{ padding-bottom:3rem; } .tablet\:padding-left-6{ padding-left:3rem; } .tablet\:padding-7{ padding:3.5rem; } .tablet\:padding-y-7{ padding-top:3.5rem; padding-bottom:3.5rem; } .tablet\:padding-x-7{ padding-left:3.5rem; padding-right:3.5rem; } .tablet\:padding-top-7{ padding-top:3.5rem; } .tablet\:padding-right-7{ padding-right:3.5rem; } .tablet\:padding-bottom-7{ padding-bottom:3.5rem; } .tablet\:padding-left-7{ padding-left:3.5rem; } .tablet\:padding-8{ padding:4rem; } .tablet\:padding-y-8{ padding-top:4rem; padding-bottom:4rem; } .tablet\:padding-x-8{ padding-left:4rem; padding-right:4rem; } .tablet\:padding-top-8{ padding-top:4rem; } .tablet\:padding-right-8{ padding-right:4rem; } .tablet\:padding-bottom-8{ padding-bottom:4rem; } .tablet\:padding-left-8{ padding-left:4rem; } .tablet\:padding-9{ padding:4.5rem; } .tablet\:padding-y-9{ padding-top:4.5rem; padding-bottom:4.5rem; } .tablet\:padding-x-9{ padding-left:4.5rem; padding-right:4.5rem; } .tablet\:padding-top-9{ padding-top:4.5rem; } .tablet\:padding-right-9{ padding-right:4.5rem; } .tablet\:padding-bottom-9{ padding-bottom:4.5rem; } .tablet\:padding-left-9{ padding-left:4.5rem; } .tablet\:padding-10{ padding:5rem; } .tablet\:padding-y-10{ padding-top:5rem; padding-bottom:5rem; } .tablet\:padding-x-10{ padding-left:5rem; padding-right:5rem; } .tablet\:padding-top-10{ padding-top:5rem; } .tablet\:padding-right-10{ padding-right:5rem; } .tablet\:padding-bottom-10{ padding-bottom:5rem; } .tablet\:padding-left-10{ padding-left:5rem; } .tablet\:padding-15{ padding:7.5rem; } .tablet\:padding-y-15{ padding-top:7.5rem; padding-bottom:7.5rem; } .tablet\:padding-x-15{ padding-left:7.5rem; padding-right:7.5rem; } .tablet\:padding-top-15{ padding-top:7.5rem; } .tablet\:padding-right-15{ padding-right:7.5rem; } .tablet\:padding-bottom-15{ padding-bottom:7.5rem; } .tablet\:padding-left-15{ padding-left:7.5rem; } .tablet\:padding-0{ padding:0; } .tablet\:padding-y-0{ padding-top:0; padding-bottom:0; } .tablet\:padding-x-0{ padding-left:0; padding-right:0; } .tablet\:padding-top-0{ padding-top:0; } .tablet\:padding-right-0{ padding-right:0; } .tablet\:padding-bottom-0{ padding-bottom:0; } .tablet\:padding-left-0{ padding-left:0; } } @media all and (max-width: 63.99em) and (min-width: 40em){ .usa-nav__primary .usa-current{ position:relative; } .usa-nav__primary .usa-current::after{ background-color:#005ea2; border-radius:99rem; content:""; display:block; position:absolute; bottom:0.25rem; top:0.25rem; width:0.25rem; left:0; } .usa-nav__submenu .usa-current::after{ display:none; } } @media all and (min-width: 64em){ .usa-form-group--error{ margin-left:-1.25rem; } .grid-container{ padding-left:2rem; padding-right:2rem; } .grid-container-card{ padding-left:2rem; padding-right:2rem; } .grid-container-card-lg{ padding-left:2rem; padding-right:2rem; } .grid-container-mobile{ padding-left:2rem; padding-right:2rem; } .grid-container-mobile-lg{ padding-left:2rem; padding-right:2rem; } .grid-container-tablet{ padding-left:2rem; padding-right:2rem; } .grid-container-tablet-lg{ padding-left:2rem; padding-right:2rem; } .grid-container-desktop{ padding-left:2rem; padding-right:2rem; } .grid-container-desktop-lg{ padding-left:2rem; padding-right:2rem; } .grid-container-widescreen{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-card{ margin-left:auto; margin-right:auto; max-width:10rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-card-lg{ margin-left:auto; margin-right:auto; max-width:15rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-mobile{ margin-left:auto; margin-right:auto; max-width:20rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-mobile-lg{ margin-left:auto; margin-right:auto; max-width:30rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-tablet{ margin-left:auto; margin-right:auto; max-width:40rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-tablet-lg{ margin-left:auto; margin-right:auto; max-width:55rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-desktop{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-desktop-lg{ margin-left:auto; margin-right:auto; max-width:75rem; padding-left:1rem; padding-right:1rem; } .desktop\:grid-container-widescreen{ margin-left:auto; margin-right:auto; max-width:87.5rem; padding-left:1rem; padding-right:1rem; } .grid-row.grid-gap{ margin-left:-1rem; margin-right:-1rem; } .grid-row.grid-gap > *{ padding-left:1rem; padding-right:1rem; } .grid-row.desktop\:grid-gap-0{ margin-left:0; margin-right:0; } .grid-row.desktop\:grid-gap-0 > *{ padding-left:0; padding-right:0; } .grid-row.desktop\:grid-gap-2px{ margin-left:-1px; margin-right:-1px; } .grid-row.desktop\:grid-gap-2px > *{ padding-left:1px; padding-right:1px; } .grid-row.desktop\:grid-gap-05{ margin-left:-2px; margin-right:-2px; } .grid-row.desktop\:grid-gap-05 > *{ padding-left:2px; padding-right:2px; } .grid-row.desktop\:grid-gap-1{ margin-left:-0.25rem; margin-right:-0.25rem; } .grid-row.desktop\:grid-gap-1 > *{ padding-left:0.25rem; padding-right:0.25rem; } .grid-row.desktop\:grid-gap-2{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.desktop\:grid-gap-2 > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.desktop\:grid-gap-3{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.desktop\:grid-gap-3 > *{ padding-left:0.75rem; padding-right:0.75rem; } .grid-row.desktop\:grid-gap-4{ margin-left:-1rem; margin-right:-1rem; } .grid-row.desktop\:grid-gap-4 > *{ padding-left:1rem; padding-right:1rem; } .grid-row.desktop\:grid-gap-5{ margin-left:-1.25rem; margin-right:-1.25rem; } .grid-row.desktop\:grid-gap-5 > *{ padding-left:1.25rem; padding-right:1.25rem; } .grid-row.desktop\:grid-gap-6{ margin-left:-1.5rem; margin-right:-1.5rem; } .grid-row.desktop\:grid-gap-6 > *{ padding-left:1.5rem; padding-right:1.5rem; } .grid-row.desktop\:grid-gap-sm{ margin-left:-1px; margin-right:-1px; } .grid-row.desktop\:grid-gap-sm > *{ padding-left:1px; padding-right:1px; } .grid-row.desktop\:grid-gap-md{ margin-left:-0.5rem; margin-right:-0.5rem; } .grid-row.desktop\:grid-gap-md > *{ padding-left:0.5rem; padding-right:0.5rem; } .grid-row.desktop\:grid-gap-lg{ margin-left:-0.75rem; margin-right:-0.75rem; } .grid-row.desktop\:grid-gap-lg > *{ padding-left:0.75rem; padding-right:0.75rem; } .desktop\:grid-col{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .desktop\:grid-col-fill{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; width:auto; max-width:100%; } .desktop\:grid-col-auto{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:100%; } .desktop\:grid-col-1{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:8.33333%; } .desktop\:grid-col-2{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:16.66667%; } .desktop\:grid-col-3{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:25%; } .desktop\:grid-col-4{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:33.33333%; } .desktop\:grid-col-5{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:41.66667%; } .desktop\:grid-col-6{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:50%; } .desktop\:grid-col-7{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:58.33333%; } .desktop\:grid-col-8{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:66.66667%; } .desktop\:grid-col-9{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:75%; } .desktop\:grid-col-10{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:83.33333%; } .desktop\:grid-col-11{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:91.66667%; } .desktop\:grid-col-12{ -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:100%; } .desktop\:grid-offset-1{ margin-left:8.33333%; } .desktop\:grid-offset-2{ margin-left:16.66667%; } .desktop\:grid-offset-3{ margin-left:25%; } .desktop\:grid-offset-4{ margin-left:33.33333%; } .desktop\:grid-offset-5{ margin-left:41.66667%; } .desktop\:grid-offset-6{ margin-left:50%; } .desktop\:grid-offset-7{ margin-left:58.33333%; } .desktop\:grid-offset-8{ margin-left:66.66667%; } .desktop\:grid-offset-9{ margin-left:75%; } .desktop\:grid-offset-10{ margin-left:83.33333%; } .desktop\:grid-offset-11{ margin-left:91.66667%; } .desktop\:grid-offset-12{ margin-left:100%; } .desktop\:grid-offset-none{ margin-left:0; } .usa-banner__content{ padding-left:2rem; padding-right:2rem; } .usa-banner__content{ padding-left:2rem; padding-right:2rem; } .usa-banner__inner{ padding-left:2rem; padding-right:2rem; } .usa-banner__inner{ padding-left:2rem; padding-right:2rem; } .usa-footer__primary-container{ padding-left:2rem; padding-right:2rem; } .usa-footer--slim .usa-footer__nav{ padding-left:0; padding-right:0; } .usa-header .usa-search{ float:right; } .usa-header [role="search"]{ float:right; max-width:calc( 27ch + 3rem); width:100%; } .usa-header + .usa-hero{ border-top:1px solid white; } .usa-header + .usa-section, .usa-header + main{ border-top:1px solid #dcdee0; } .usa-logo{ margin-top:2rem; margin-bottom:1rem; font-size:1.46rem; line-height:1.1; } .usa-menu-btn{ display:none; } .usa-header--basic .usa-navbar{ position:relative; width:33%; } .usa-header--basic .usa-nav{ -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; display:-webkit-box; display:-ms-flexbox; display:flex; padding:0 0 0.25rem 0.5rem; width:100%; } .usa-header--basic .usa-nav-container{ -webkit-box-align:end; -ms-flex-align:end; align-items:flex-end; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-header--basic .usa-current, .usa-header--basic [aria-expanded="true"], .usa-header--basic .usa-nav__link:hover{ position:relative; } .usa-header--basic .usa-current::after, .usa-header--basic [aria-expanded="true"]::after, .usa-header--basic .usa-nav__link:hover::after{ background-color:#005ea2; border-radius:0; content:""; display:block; position:absolute; height:0.25rem; left:1rem; right:1rem; bottom:-0.25rem; } .usa-header--basic .usa-nav__primary{ width:auto; } .usa-header--basic .usa-search{ top:0; } .usa-header--basic.usa-header--megamenu .usa-nav__inner{ display:block; float:right; margin-top:-2.5rem; } .usa-header--extended{ padding-top:0; } .usa-header--extended .usa-current, .usa-header--extended [aria-expanded="true"], .usa-header--extended .usa-nav__link:hover{ position:relative; } .usa-header--extended .usa-current::after, .usa-header--extended [aria-expanded="true"]::after, .usa-header--extended .usa-nav__link:hover::after{ background-color:#005ea2; border-radius:0; content:""; display:block; position:absolute; height:0.25rem; left:1rem; right:1rem; bottom:0; } .usa-header--extended .usa-logo{ font-size:2.13rem; margin:2rem 0 1.5rem; max-width:50%; } .usa-header--extended .usa-navbar{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; display:block; height:auto; overflow:auto; } .usa-header--extended .usa-nav{ border-top:1px solid #dcdee0; padding:0; width:100%; } .usa-header--extended .usa-nav__inner{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; position:relative; } .usa-header--extended .usa-nav__primary{ margin-left:-1rem; } .usa-header--extended .usa-nav__primary::after{ clear:both; content:""; display:block; } .usa-header--extended .usa-nav__link{ padding-bottom:1rem; padding-top:1rem; } .usa-header--extended .usa-nav__submenu .usa-grid-full{ padding-left:0.75rem; } .usa-header--extended .usa-nav__submenu.usa-megamenu{ left:0; padding-left:2rem; } .usa-layout-docs__sidenav{ padding-top:0; } .usa-layout-docs__main{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .usa-megamenu .usa-col{ -webkit-box-flex:4; -ms-flex:4 0 0px; flex:4 0 0; } .usa-megamenu.usa-nav__submenu{ padding-left:0; padding-right:0; padding-bottom:2rem; padding-top:2rem; left:-33%; right:0; width:auto; } .usa-megamenu.usa-nav__submenu::before{ position:absolute; bottom:0; top:0; background-color:#162e51; content:""; display:block; position:absolute; width:100%; right:100%; } .usa-megamenu.usa-nav__submenu::after{ position:absolute; bottom:0; top:0; background-color:#162e51; content:""; display:block; position:absolute; width:100%; left:100%; } .usa-nav-container{ margin-left:auto; margin-right:auto; max-width:64rem; padding-left:1rem; padding-right:1rem; padding-left:2rem; padding-right:2rem; } .usa-nav-container::after{ clear:both; content:""; display:block; } .usa-navbar{ border-bottom:none; display:inline-block; height:auto; } .usa-nav{ float:right; position:relative; } .usa-nav .usa-search{ margin-left:1rem; } .usa-nav__primary{ display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-nav__primary > .usa-nav__primary-item{ font-size:0.93rem; line-height:0.9; } .usa-nav__primary > .usa-nav__primary-item > a{ line-height:0.9; padding:1rem; color:#565c65; display:block; font-weight:bold; } .usa-nav__primary > .usa-nav__primary-item > a:hover{ color:#005ea2; } .usa-nav__primary a{ padding-bottom:0.5rem; padding-top:0.5rem; } .usa-nav__primary button{ line-height:0.9; padding:1rem; font-size:0.93rem; font-weight:bold; } .usa-nav__primary button:hover{ background-color:transparent; } .usa-nav__primary button[aria-expanded="false"]{ background-image:url("../img/angle-arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-size:0.5rem; background-position:right 1rem top 53%; } .usa-nav__primary button[aria-expanded="false"]:hover{ background-image:url("../img/angle-arrow-down-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; } .usa-nav__primary button[aria-expanded="true"]{ background-image:url("../img/angle-arrow-up-white.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/angle-arrow-up-white.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; background-size:0.5rem; background-color:#162e51; background-position:right 1rem top 53%; color:white; } .usa-nav__primary .usa-accordion__button span{ margin-right:0; padding-right:1rem; } .usa-nav__secondary{ bottom:4rem; font-size:0.93rem; margin-top:0.5rem; min-width:calc( 27ch + 3rem); position:absolute; right:2rem; } .usa-nav__secondary .usa-search{ margin-left:0; margin-top:0.5rem; } .usa-nav__secondary-links{ float:right; line-height:0.9; margin-bottom:0.25rem; margin-top:0; } .usa-nav__secondary-links .usa-nav__secondary-item{ display:inline; padding-left:0.25rem; } .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item::before{ color:#dcdee0; content:"|"; padding-right:0.25rem; } .usa-nav__submenu{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; background-color:#162e51; width:15rem; padding:1rem; position:absolute; z-index:400; } .usa-nav__submenu .usa-nav__submenu-item + *{ margin-top:0.75rem; } .usa-nav__submenu .usa-nav__submenu-item a{ color:white; padding:0; line-height:1.3; } .usa-nav__submenu .usa-nav__submenu-item a:hover{ background-color:transparent; color:white; padding:0; text-decoration:underline; } .usa-nav__close{ display:none; } .desktop\:border-1px{ border:1px solid; } .desktop\:border-1px .desktop\:hover\:border-1px:hover{ border:1px solid; } .desktop\:border-y-1px{ border-top:1px solid; border-bottom:1px solid; } .desktop\:border-y-1px .desktop\:hover\:border-y-1px:hover{ border-top:1px solid; border-bottom:1px solid; } .desktop\:border-x-1px{ border-left:1px solid; border-right:1px solid; } .desktop\:border-x-1px .desktop\:hover\:border-x-1px:hover{ border-left:1px solid; border-right:1px solid; } .desktop\:border-top-1px{ border-top:1px solid; } .desktop\:border-top-1px .desktop\:hover\:border-top-1px:hover{ border-top:1px solid; } .desktop\:border-right-1px{ border-right:1px solid; } .desktop\:border-right-1px .desktop\:hover\:border-right-1px:hover{ border-right:1px solid; } .desktop\:border-bottom-1px{ border-bottom:1px solid; } .desktop\:border-bottom-1px .desktop\:hover\:border-bottom-1px:hover{ border-bottom:1px solid; } .desktop\:border-left-1px{ border-left:1px solid; } .desktop\:border-left-1px .desktop\:hover\:border-left-1px:hover{ border-left:1px solid; } .desktop\:border-2px{ border:2px solid; } .desktop\:border-2px .desktop\:hover\:border-2px:hover{ border:2px solid; } .desktop\:border-y-2px{ border-top:2px solid; border-bottom:2px solid; } .desktop\:border-y-2px .desktop\:hover\:border-y-2px:hover{ border-top:2px solid; border-bottom:2px solid; } .desktop\:border-x-2px{ border-left:2px solid; border-right:2px solid; } .desktop\:border-x-2px .desktop\:hover\:border-x-2px:hover{ border-left:2px solid; border-right:2px solid; } .desktop\:border-top-2px{ border-top:2px solid; } .desktop\:border-top-2px .desktop\:hover\:border-top-2px:hover{ border-top:2px solid; } .desktop\:border-right-2px{ border-right:2px solid; } .desktop\:border-right-2px .desktop\:hover\:border-right-2px:hover{ border-right:2px solid; } .desktop\:border-bottom-2px{ border-bottom:2px solid; } .desktop\:border-bottom-2px .desktop\:hover\:border-bottom-2px:hover{ border-bottom:2px solid; } .desktop\:border-left-2px{ border-left:2px solid; } .desktop\:border-left-2px .desktop\:hover\:border-left-2px:hover{ border-left:2px solid; } .desktop\:border-05{ border:0.25rem solid; } .desktop\:border-05 .desktop\:hover\:border-05:hover{ border:0.25rem solid; } .desktop\:border-y-05{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .desktop\:border-y-05 .desktop\:hover\:border-y-05:hover{ border-top:0.25rem solid; border-bottom:0.25rem solid; } .desktop\:border-x-05{ border-left:0.25rem solid; border-right:0.25rem solid; } .desktop\:border-x-05 .desktop\:hover\:border-x-05:hover{ border-left:0.25rem solid; border-right:0.25rem solid; } .desktop\:border-top-05{ border-top:0.25rem solid; } .desktop\:border-top-05 .desktop\:hover\:border-top-05:hover{ border-top:0.25rem solid; } .desktop\:border-right-05{ border-right:0.25rem solid; } .desktop\:border-right-05 .desktop\:hover\:border-right-05:hover{ border-right:0.25rem solid; } .desktop\:border-bottom-05{ border-bottom:0.25rem solid; } .desktop\:border-bottom-05 .desktop\:hover\:border-bottom-05:hover{ border-bottom:0.25rem solid; } .desktop\:border-left-05{ border-left:0.25rem solid; } .desktop\:border-left-05 .desktop\:hover\:border-left-05:hover{ border-left:0.25rem solid; } .desktop\:border-1{ border:0.5rem solid; } .desktop\:border-1 .desktop\:hover\:border-1:hover{ border:0.5rem solid; } .desktop\:border-y-1{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .desktop\:border-y-1 .desktop\:hover\:border-y-1:hover{ border-top:0.5rem solid; border-bottom:0.5rem solid; } .desktop\:border-x-1{ border-left:0.5rem solid; border-right:0.5rem solid; } .desktop\:border-x-1 .desktop\:hover\:border-x-1:hover{ border-left:0.5rem solid; border-right:0.5rem solid; } .desktop\:border-top-1{ border-top:0.5rem solid; } .desktop\:border-top-1 .desktop\:hover\:border-top-1:hover{ border-top:0.5rem solid; } .desktop\:border-right-1{ border-right:0.5rem solid; } .desktop\:border-right-1 .desktop\:hover\:border-right-1:hover{ border-right:0.5rem solid; } .desktop\:border-bottom-1{ border-bottom:0.5rem solid; } .desktop\:border-bottom-1 .desktop\:hover\:border-bottom-1:hover{ border-bottom:0.5rem solid; } .desktop\:border-left-1{ border-left:0.5rem solid; } .desktop\:border-left-1 .desktop\:hover\:border-left-1:hover{ border-left:0.5rem solid; } .desktop\:border-105{ border:0.75rem solid; } .desktop\:border-105 .desktop\:hover\:border-105:hover{ border:0.75rem solid; } .desktop\:border-y-105{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .desktop\:border-y-105 .desktop\:hover\:border-y-105:hover{ border-top:0.75rem solid; border-bottom:0.75rem solid; } .desktop\:border-x-105{ border-left:0.75rem solid; border-right:0.75rem solid; } .desktop\:border-x-105 .desktop\:hover\:border-x-105:hover{ border-left:0.75rem solid; border-right:0.75rem solid; } .desktop\:border-top-105{ border-top:0.75rem solid; } .desktop\:border-top-105 .desktop\:hover\:border-top-105:hover{ border-top:0.75rem solid; } .desktop\:border-right-105{ border-right:0.75rem solid; } .desktop\:border-right-105 .desktop\:hover\:border-right-105:hover{ border-right:0.75rem solid; } .desktop\:border-bottom-105{ border-bottom:0.75rem solid; } .desktop\:border-bottom-105 .desktop\:hover\:border-bottom-105:hover{ border-bottom:0.75rem solid; } .desktop\:border-left-105{ border-left:0.75rem solid; } .desktop\:border-left-105 .desktop\:hover\:border-left-105:hover{ border-left:0.75rem solid; } .desktop\:border-2{ border:1rem solid; } .desktop\:border-2 .desktop\:hover\:border-2:hover{ border:1rem solid; } .desktop\:border-y-2{ border-top:1rem solid; border-bottom:1rem solid; } .desktop\:border-y-2 .desktop\:hover\:border-y-2:hover{ border-top:1rem solid; border-bottom:1rem solid; } .desktop\:border-x-2{ border-left:1rem solid; border-right:1rem solid; } .desktop\:border-x-2 .desktop\:hover\:border-x-2:hover{ border-left:1rem solid; border-right:1rem solid; } .desktop\:border-top-2{ border-top:1rem solid; } .desktop\:border-top-2 .desktop\:hover\:border-top-2:hover{ border-top:1rem solid; } .desktop\:border-right-2{ border-right:1rem solid; } .desktop\:border-right-2 .desktop\:hover\:border-right-2:hover{ border-right:1rem solid; } .desktop\:border-bottom-2{ border-bottom:1rem solid; } .desktop\:border-bottom-2 .desktop\:hover\:border-bottom-2:hover{ border-bottom:1rem solid; } .desktop\:border-left-2{ border-left:1rem solid; } .desktop\:border-left-2 .desktop\:hover\:border-left-2:hover{ border-left:1rem solid; } .desktop\:border-205{ border:1.25rem solid; } .desktop\:border-205 .desktop\:hover\:border-205:hover{ border:1.25rem solid; } .desktop\:border-y-205{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .desktop\:border-y-205 .desktop\:hover\:border-y-205:hover{ border-top:1.25rem solid; border-bottom:1.25rem solid; } .desktop\:border-x-205{ border-left:1.25rem solid; border-right:1.25rem solid; } .desktop\:border-x-205 .desktop\:hover\:border-x-205:hover{ border-left:1.25rem solid; border-right:1.25rem solid; } .desktop\:border-top-205{ border-top:1.25rem solid; } .desktop\:border-top-205 .desktop\:hover\:border-top-205:hover{ border-top:1.25rem solid; } .desktop\:border-right-205{ border-right:1.25rem solid; } .desktop\:border-right-205 .desktop\:hover\:border-right-205:hover{ border-right:1.25rem solid; } .desktop\:border-bottom-205{ border-bottom:1.25rem solid; } .desktop\:border-bottom-205 .desktop\:hover\:border-bottom-205:hover{ border-bottom:1.25rem solid; } .desktop\:border-left-205{ border-left:1.25rem solid; } .desktop\:border-left-205 .desktop\:hover\:border-left-205:hover{ border-left:1.25rem solid; } .desktop\:border-3{ border:1.5rem solid; } .desktop\:border-3 .desktop\:hover\:border-3:hover{ border:1.5rem solid; } .desktop\:border-y-3{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .desktop\:border-y-3 .desktop\:hover\:border-y-3:hover{ border-top:1.5rem solid; border-bottom:1.5rem solid; } .desktop\:border-x-3{ border-left:1.5rem solid; border-right:1.5rem solid; } .desktop\:border-x-3 .desktop\:hover\:border-x-3:hover{ border-left:1.5rem solid; border-right:1.5rem solid; } .desktop\:border-top-3{ border-top:1.5rem solid; } .desktop\:border-top-3 .desktop\:hover\:border-top-3:hover{ border-top:1.5rem solid; } .desktop\:border-right-3{ border-right:1.5rem solid; } .desktop\:border-right-3 .desktop\:hover\:border-right-3:hover{ border-right:1.5rem solid; } .desktop\:border-bottom-3{ border-bottom:1.5rem solid; } .desktop\:border-bottom-3 .desktop\:hover\:border-bottom-3:hover{ border-bottom:1.5rem solid; } .desktop\:border-left-3{ border-left:1.5rem solid; } .desktop\:border-left-3 .desktop\:hover\:border-left-3:hover{ border-left:1.5rem solid; } .desktop\:border-0{ border:0 solid; } .desktop\:border-0 .desktop\:hover\:border-0:hover{ border:0 solid; } .desktop\:border-y-0{ border-top:0 solid; border-bottom:0 solid; } .desktop\:border-y-0 .desktop\:hover\:border-y-0:hover{ border-top:0 solid; border-bottom:0 solid; } .desktop\:border-x-0{ border-left:0 solid; border-right:0 solid; } .desktop\:border-x-0 .desktop\:hover\:border-x-0:hover{ border-left:0 solid; border-right:0 solid; } .desktop\:border-top-0{ border-top:0 solid; } .desktop\:border-top-0 .desktop\:hover\:border-top-0:hover{ border-top:0 solid; } .desktop\:border-right-0{ border-right:0 solid; } .desktop\:border-right-0 .desktop\:hover\:border-right-0:hover{ border-right:0 solid; } .desktop\:border-bottom-0{ border-bottom:0 solid; } .desktop\:border-bottom-0 .desktop\:hover\:border-bottom-0:hover{ border-bottom:0 solid; } .desktop\:border-left-0{ border-left:0 solid; } .desktop\:border-left-0 .desktop\:hover\:border-left-0:hover{ border-left:0 solid; } .desktop\:border{ border:1px solid; } .desktop\:border .desktop\:hover\:border:hover{ border:1px solid; } .desktop\:border-y{ border-top:1px solid; border-bottom:1px solid; } .desktop\:border-y .desktop\:hover\:border-y:hover{ border-top:1px solid; border-bottom:1px solid; } .desktop\:border-x{ border-left:1px solid; border-right:1px solid; } .desktop\:border-x .desktop\:hover\:border-x:hover{ border-left:1px solid; border-right:1px solid; } .desktop\:border-top{ border-top:1px solid; } .desktop\:border-top .desktop\:hover\:border-top:hover{ border-top:1px solid; } .desktop\:border-right{ border-right:1px solid; } .desktop\:border-right .desktop\:hover\:border-right:hover{ border-right:1px solid; } .desktop\:border-bottom{ border-bottom:1px solid; } .desktop\:border-bottom .desktop\:hover\:border-bottom:hover{ border-bottom:1px solid; } .desktop\:border-left{ border-left:1px solid; } .desktop\:border-left .desktop\:hover\:border-left:hover{ border-left:1px solid; } .desktop\:border-transparent{ border-color:transparent; } .desktop\:border-transparent .desktop\:hover\:border-transparent:hover{ border-color:transparent; } .desktop\:border-black{ border-color:black; } .desktop\:border-black .desktop\:hover\:border-black:hover{ border-color:black; } .desktop\:border-white{ border-color:white; } .desktop\:border-white .desktop\:hover\:border-white:hover{ border-color:white; } .desktop\:border-red{ border-color:#e52207; } .desktop\:border-red .desktop\:hover\:border-red:hover{ border-color:#e52207; } .desktop\:border-orange{ border-color:#e66f0e; } .desktop\:border-orange .desktop\:hover\:border-orange:hover{ border-color:#e66f0e; } .desktop\:border-gold{ border-color:#ffbe2e; } .desktop\:border-gold .desktop\:hover\:border-gold:hover{ border-color:#ffbe2e; } .desktop\:border-yellow{ border-color:#fee685; } .desktop\:border-yellow .desktop\:hover\:border-yellow:hover{ border-color:#fee685; } .desktop\:border-green{ border-color:#538200; } .desktop\:border-green .desktop\:hover\:border-green:hover{ border-color:#538200; } .desktop\:border-mint{ border-color:#04c585; } .desktop\:border-mint .desktop\:hover\:border-mint:hover{ border-color:#04c585; } .desktop\:border-cyan{ border-color:#009ec1; } .desktop\:border-cyan .desktop\:hover\:border-cyan:hover{ border-color:#009ec1; } .desktop\:border-blue{ border-color:#0076d6; } .desktop\:border-blue .desktop\:hover\:border-blue:hover{ border-color:#0076d6; } .desktop\:border-indigo{ border-color:#676cc8; } .desktop\:border-indigo .desktop\:hover\:border-indigo:hover{ border-color:#676cc8; } .desktop\:border-violet{ border-color:#8168b3; } .desktop\:border-violet .desktop\:hover\:border-violet:hover{ border-color:#8168b3; } .desktop\:border-magenta{ border-color:#d72d79; } .desktop\:border-magenta .desktop\:hover\:border-magenta:hover{ border-color:#d72d79; } .desktop\:border-gray-5{ border-color:#f0f0f0; } .desktop\:border-gray-5 .desktop\:hover\:border-gray-5:hover{ border-color:#f0f0f0; } .desktop\:border-gray-10{ border-color:#e6e6e6; } .desktop\:border-gray-10 .desktop\:hover\:border-gray-10:hover{ border-color:#e6e6e6; } .desktop\:border-gray-30{ border-color:#adadad; } .desktop\:border-gray-30 .desktop\:hover\:border-gray-30:hover{ border-color:#adadad; } .desktop\:border-gray-50{ border-color:#757575; } .desktop\:border-gray-50 .desktop\:hover\:border-gray-50:hover{ border-color:#757575; } .desktop\:border-gray-70{ border-color:#454545; } .desktop\:border-gray-70 .desktop\:hover\:border-gray-70:hover{ border-color:#454545; } .desktop\:border-gray-90{ border-color:#1b1b1b; } .desktop\:border-gray-90 .desktop\:hover\:border-gray-90:hover{ border-color:#1b1b1b; } .desktop\:border-base-lightest{ border-color:#f0f0f0; } .desktop\:border-base-lightest .desktop\:hover\:border-base-lightest:hover{ border-color:#f0f0f0; } .desktop\:border-base-lighter{ border-color:#dcdee0; } .desktop\:border-base-lighter .desktop\:hover\:border-base-lighter:hover{ border-color:#dcdee0; } .desktop\:border-base-light{ border-color:#a9aeb1; } .desktop\:border-base-light .desktop\:hover\:border-base-light:hover{ border-color:#a9aeb1; } .desktop\:border-base{ border-color:#71767a; } .desktop\:border-base .desktop\:hover\:border-base:hover{ border-color:#71767a; } .desktop\:border-base-dark{ border-color:#565c65; } .desktop\:border-base-dark .desktop\:hover\:border-base-dark:hover{ border-color:#565c65; } .desktop\:border-base-darker{ border-color:#3d4551; } .desktop\:border-base-darker .desktop\:hover\:border-base-darker:hover{ border-color:#3d4551; } .desktop\:border-base-darkest{ border-color:#1b1b1b; } .desktop\:border-base-darkest .desktop\:hover\:border-base-darkest:hover{ border-color:#1b1b1b; } .desktop\:border-ink{ border-color:#1b1b1b; } .desktop\:border-ink .desktop\:hover\:border-ink:hover{ border-color:#1b1b1b; } .desktop\:border-primary-lighter{ border-color:#d9e8f6; } .desktop\:border-primary-lighter .desktop\:hover\:border-primary-lighter:hover{ border-color:#d9e8f6; } .desktop\:border-primary-light{ border-color:#73b3e7; } .desktop\:border-primary-light .desktop\:hover\:border-primary-light:hover{ border-color:#73b3e7; } .desktop\:border-primary{ border-color:#005ea2; } .desktop\:border-primary .desktop\:hover\:border-primary:hover{ border-color:#005ea2; } .desktop\:border-primary-vivid{ border-color:#0050d8; } .desktop\:border-primary-vivid .desktop\:hover\:border-primary-vivid:hover{ border-color:#0050d8; } .desktop\:border-primary-dark{ border-color:#1a4480; } .desktop\:border-primary-dark .desktop\:hover\:border-primary-dark:hover{ border-color:#1a4480; } .desktop\:border-primary-darker{ border-color:#162e51; } .desktop\:border-primary-darker .desktop\:hover\:border-primary-darker:hover{ border-color:#162e51; } .desktop\:border-secondary-lighter{ border-color:#f3e1e4; } .desktop\:border-secondary-lighter .desktop\:hover\:border-secondary-lighter:hover{ border-color:#f3e1e4; } .desktop\:border-secondary-light{ border-color:#f2938c; } .desktop\:border-secondary-light .desktop\:hover\:border-secondary-light:hover{ border-color:#f2938c; } .desktop\:border-secondary{ border-color:#d83933; } .desktop\:border-secondary .desktop\:hover\:border-secondary:hover{ border-color:#d83933; } .desktop\:border-secondary-vivid{ border-color:#e41d3d; } .desktop\:border-secondary-vivid .desktop\:hover\:border-secondary-vivid:hover{ border-color:#e41d3d; } .desktop\:border-secondary-dark{ border-color:#b50909; } .desktop\:border-secondary-dark .desktop\:hover\:border-secondary-dark:hover{ border-color:#b50909; } .desktop\:border-secondary-darker{ border-color:#8b0a03; } .desktop\:border-secondary-darker .desktop\:hover\:border-secondary-darker:hover{ border-color:#8b0a03; } .desktop\:border-accent-warm-darker{ border-color:#775540; } .desktop\:border-accent-warm-darker .desktop\:hover\:border-accent-warm-darker:hover{ border-color:#775540; } .desktop\:border-accent-warm-dark{ border-color:#c05600; } .desktop\:border-accent-warm-dark .desktop\:hover\:border-accent-warm-dark:hover{ border-color:#c05600; } .desktop\:border-accent-warm{ border-color:#fa9441; } .desktop\:border-accent-warm .desktop\:hover\:border-accent-warm:hover{ border-color:#fa9441; } .desktop\:border-accent-warm-light{ border-color:#ffbc78; } .desktop\:border-accent-warm-light .desktop\:hover\:border-accent-warm-light:hover{ border-color:#ffbc78; } .desktop\:border-accent-warm-lighter{ border-color:#f2e4d4; } .desktop\:border-accent-warm-lighter .desktop\:hover\:border-accent-warm-lighter:hover{ border-color:#f2e4d4; } .desktop\:border-accent-cool-darker{ border-color:#07648d; } .desktop\:border-accent-cool-darker .desktop\:hover\:border-accent-cool-darker:hover{ border-color:#07648d; } .desktop\:border-accent-cool-dark{ border-color:#28a0cb; } .desktop\:border-accent-cool-dark .desktop\:hover\:border-accent-cool-dark:hover{ border-color:#28a0cb; } .desktop\:border-accent-cool{ border-color:#00bde3; } .desktop\:border-accent-cool .desktop\:hover\:border-accent-cool:hover{ border-color:#00bde3; } .desktop\:border-accent-cool-light{ border-color:#97d4ea; } .desktop\:border-accent-cool-light .desktop\:hover\:border-accent-cool-light:hover{ border-color:#97d4ea; } .desktop\:border-accent-cool-lighter{ border-color:#e1f3f8; } .desktop\:border-accent-cool-lighter .desktop\:hover\:border-accent-cool-lighter:hover{ border-color:#e1f3f8; } .desktop\:radius-0{ border-radius:0; } .desktop\:radius-top-0{ border-top-left-radius:0; border-top-right-radius:0; } .desktop\:radius-right-0{ border-top-right-radius:0; border-bottom-right-radius:0; } .desktop\:radius-bottom-0{ border-bottom-left-radius:0; border-bottom-right-radius:0; } .desktop\:radius-left-0{ border-top-left-radius:0; border-bottom-left-radius:0; } .desktop\:radius-sm{ border-radius:2px; } .desktop\:radius-top-sm{ border-top-left-radius:2px; border-top-right-radius:2px; } .desktop\:radius-right-sm{ border-top-right-radius:2px; border-bottom-right-radius:2px; } .desktop\:radius-bottom-sm{ border-bottom-left-radius:2px; border-bottom-right-radius:2px; } .desktop\:radius-left-sm{ border-top-left-radius:2px; border-bottom-left-radius:2px; } .desktop\:radius-md{ border-radius:0.25rem; } .desktop\:radius-top-md{ border-top-left-radius:0.25rem; border-top-right-radius:0.25rem; } .desktop\:radius-right-md{ border-top-right-radius:0.25rem; border-bottom-right-radius:0.25rem; } .desktop\:radius-bottom-md{ border-bottom-left-radius:0.25rem; border-bottom-right-radius:0.25rem; } .desktop\:radius-left-md{ border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem; } .desktop\:radius-lg{ border-radius:0.5rem; } .desktop\:radius-top-lg{ border-top-left-radius:0.5rem; border-top-right-radius:0.5rem; } .desktop\:radius-right-lg{ border-top-right-radius:0.5rem; border-bottom-right-radius:0.5rem; } .desktop\:radius-bottom-lg{ border-bottom-left-radius:0.5rem; border-bottom-right-radius:0.5rem; } .desktop\:radius-left-lg{ border-top-left-radius:0.5rem; border-bottom-left-radius:0.5rem; } .desktop\:radius-pill{ border-radius:99rem; } .desktop\:radius-top-pill{ border-top-left-radius:99rem; border-top-right-radius:99rem; } .desktop\:radius-right-pill{ border-top-right-radius:99rem; border-bottom-right-radius:99rem; } .desktop\:radius-bottom-pill{ border-bottom-left-radius:99rem; border-bottom-right-radius:99rem; } .desktop\:radius-left-pill{ border-top-left-radius:99rem; border-bottom-left-radius:99rem; } .desktop\:display-block{ display:block; } .desktop\:display-flex{ display:-webkit-box; display:-ms-flexbox; display:flex; } .desktop\:display-none{ display:none; } .desktop\:display-inline{ display:inline; } .desktop\:display-inline-block{ display:inline-block; } .desktop\:display-inline-flex{ display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; } .desktop\:display-table{ display:table; } .desktop\:display-table-cell{ display:table-cell; } .desktop\:display-table-row{ display:table-row; } .desktop\:font-mono-3xs{ font-size:0.77rem; } .desktop\:font-mono-2xs{ font-size:0.83rem; } .desktop\:font-mono-xs{ font-size:0.89rem; } .desktop\:font-mono-sm{ font-size:0.95rem; } .desktop\:font-mono-md{ font-size:1.01rem; } .desktop\:font-mono-lg{ font-size:1.31rem; } .desktop\:font-mono-xl{ font-size:1.91rem; } .desktop\:font-mono-2xl{ font-size:2.38rem; } .desktop\:font-mono-3xl{ font-size:2.86rem; } .desktop\:font-sans-3xs{ font-size:0.87rem; } .desktop\:font-sans-2xs{ font-size:0.93rem; } .desktop\:font-sans-xs{ font-size:1rem; } .desktop\:font-sans-sm{ font-size:1.06rem; } .desktop\:font-sans-md{ font-size:1.13rem; } .desktop\:font-sans-lg{ font-size:1.46rem; } .desktop\:font-sans-xl{ font-size:2.13rem; } .desktop\:font-sans-2xl{ font-size:2.66rem; } .desktop\:font-sans-3xl{ font-size:3.19rem; } .desktop\:font-serif-3xs{ font-size:0.79rem; } .desktop\:font-serif-2xs{ font-size:0.85rem; } .desktop\:font-serif-xs{ font-size:0.91rem; } .desktop\:font-serif-sm{ font-size:0.98rem; } .desktop\:font-serif-md{ font-size:1.04rem; } .desktop\:font-serif-lg{ font-size:1.34rem; } .desktop\:font-serif-xl{ font-size:1.95rem; } .desktop\:font-serif-2xl{ font-size:2.44rem; } .desktop\:font-serif-3xl{ font-size:2.93rem; } .desktop\:font-heading-3xs{ font-size:0.79rem; } .desktop\:font-heading-2xs{ font-size:0.85rem; } .desktop\:font-heading-xs{ font-size:0.91rem; } .desktop\:font-heading-sm{ font-size:0.98rem; } .desktop\:font-heading-md{ font-size:1.04rem; } .desktop\:font-heading-lg{ font-size:1.34rem; } .desktop\:font-heading-xl{ font-size:1.95rem; } .desktop\:font-heading-2xl{ font-size:2.44rem; } .desktop\:font-heading-3xl{ font-size:2.93rem; } .desktop\:font-body-3xs{ font-size:0.87rem; } .desktop\:font-body-2xs{ font-size:0.93rem; } .desktop\:font-body-xs{ font-size:1rem; } .desktop\:font-body-sm{ font-size:1.06rem; } .desktop\:font-body-md{ font-size:1.13rem; } .desktop\:font-body-lg{ font-size:1.46rem; } .desktop\:font-body-xl{ font-size:2.13rem; } .desktop\:font-body-2xl{ font-size:2.66rem; } .desktop\:font-body-3xl{ font-size:3.19rem; } .desktop\:font-code-3xs{ font-size:0.77rem; } .desktop\:font-code-2xs{ font-size:0.83rem; } .desktop\:font-code-xs{ font-size:0.89rem; } .desktop\:font-code-sm{ font-size:0.95rem; } .desktop\:font-code-md{ font-size:1.01rem; } .desktop\:font-code-lg{ font-size:1.31rem; } .desktop\:font-code-xl{ font-size:1.91rem; } .desktop\:font-code-2xl{ font-size:2.38rem; } .desktop\:font-code-3xl{ font-size:2.86rem; } .desktop\:font-alt-3xs{ font-size:0.79rem; } .desktop\:font-alt-2xs{ font-size:0.85rem; } .desktop\:font-alt-xs{ font-size:0.91rem; } .desktop\:font-alt-sm{ font-size:0.98rem; } .desktop\:font-alt-md{ font-size:1.04rem; } .desktop\:font-alt-lg{ font-size:1.34rem; } .desktop\:font-alt-xl{ font-size:1.95rem; } .desktop\:font-alt-2xl{ font-size:2.44rem; } .desktop\:font-alt-3xl{ font-size:2.93rem; } .desktop\:font-ui-3xs{ font-size:0.87rem; } .desktop\:font-ui-2xs{ font-size:0.93rem; } .desktop\:font-ui-xs{ font-size:1rem; } .desktop\:font-ui-sm{ font-size:1.06rem; } .desktop\:font-ui-md{ font-size:1.13rem; } .desktop\:font-ui-lg{ font-size:1.46rem; } .desktop\:font-ui-xl{ font-size:2.13rem; } .desktop\:font-ui-2xl{ font-size:2.66rem; } .desktop\:font-ui-3xl{ font-size:3.19rem; } .desktop\:text-light{ font-weight:300; } .desktop\:text-normal{ font-weight:normal; } .desktop\:text-bold{ font-weight:bold; } .desktop\:flex-justify-center{ -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; } .desktop\:flex-justify-start{ -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; } .desktop\:flex-justify-end{ -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; } .desktop\:flex-justify{ -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; } .desktop\:line-height-sans-1{ line-height:0.9; } .desktop\:line-height-sans-2{ line-height:1.1; } .desktop\:line-height-sans-3{ line-height:1.3; } .desktop\:line-height-sans-4{ line-height:1.4; } .desktop\:line-height-sans-5{ line-height:1.5; } .desktop\:line-height-sans-6{ line-height:1.6; } .desktop\:line-height-serif-1{ line-height:1; } .desktop\:line-height-serif-2{ line-height:1.2; } .desktop\:line-height-serif-3{ line-height:1.4; } .desktop\:line-height-serif-4{ line-height:1.5; } .desktop\:line-height-serif-5{ line-height:1.7; } .desktop\:line-height-serif-6{ line-height:1.8; } .desktop\:line-height-mono-1{ line-height:1; } .desktop\:line-height-mono-2{ line-height:1.3; } .desktop\:line-height-mono-3{ line-height:1.4; } .desktop\:line-height-mono-4{ line-height:1.6; } .desktop\:line-height-mono-5{ line-height:1.7; } .desktop\:line-height-mono-6{ line-height:1.8; } .desktop\:line-height-heading-1{ line-height:1; } .desktop\:line-height-heading-2{ line-height:1.2; } .desktop\:line-height-heading-3{ line-height:1.4; } .desktop\:line-height-heading-4{ line-height:1.5; } .desktop\:line-height-heading-5{ line-height:1.7; } .desktop\:line-height-heading-6{ line-height:1.8; } .desktop\:line-height-ui-1{ line-height:0.9; } .desktop\:line-height-ui-2{ line-height:1.1; } .desktop\:line-height-ui-3{ line-height:1.3; } .desktop\:line-height-ui-4{ line-height:1.4; } .desktop\:line-height-ui-5{ line-height:1.5; } .desktop\:line-height-ui-6{ line-height:1.6; } .desktop\:line-height-body-1{ line-height:0.9; } .desktop\:line-height-body-2{ line-height:1.1; } .desktop\:line-height-body-3{ line-height:1.3; } .desktop\:line-height-body-4{ line-height:1.4; } .desktop\:line-height-body-5{ line-height:1.5; } .desktop\:line-height-body-6{ line-height:1.6; } .desktop\:line-height-code-1{ line-height:1; } .desktop\:line-height-code-2{ line-height:1.3; } .desktop\:line-height-code-3{ line-height:1.4; } .desktop\:line-height-code-4{ line-height:1.6; } .desktop\:line-height-code-5{ line-height:1.7; } .desktop\:line-height-code-6{ line-height:1.8; } .desktop\:line-height-alt-1{ line-height:1; } .desktop\:line-height-alt-2{ line-height:1.2; } .desktop\:line-height-alt-3{ line-height:1.4; } .desktop\:line-height-alt-4{ line-height:1.5; } .desktop\:line-height-alt-5{ line-height:1.7; } .desktop\:line-height-alt-6{ line-height:1.8; } .desktop\:margin-1px{ margin:1px; } .desktop\:margin-2px{ margin:2px; } .desktop\:margin-05{ margin:0.25rem; } .desktop\:margin-1{ margin:0.5rem; } .desktop\:margin-105{ margin:0.75rem; } .desktop\:margin-2{ margin:1rem; } .desktop\:margin-205{ margin:1.25rem; } .desktop\:margin-3{ margin:1.5rem; } .desktop\:margin-4{ margin:2rem; } .desktop\:margin-5{ margin:2.5rem; } .desktop\:margin-6{ margin:3rem; } .desktop\:margin-7{ margin:3.5rem; } .desktop\:margin-8{ margin:4rem; } .desktop\:margin-9{ margin:4.5rem; } .desktop\:margin-10{ margin:5rem; } .desktop\:margin-15{ margin:7.5rem; } .desktop\:margin-05em{ margin:0.5em; } .desktop\:margin-1em{ margin:1em; } .desktop\:margin-105em{ margin:1.5em; } .desktop\:margin-2em{ margin:2em; } .desktop\:margin-0{ margin:0; } .desktop\:margin-y-1px{ margin-top:1px; margin-bottom:1px; } .desktop\:margin-top-1px{ margin-top:1px; } .desktop\:margin-bottom-1px{ margin-bottom:1px; } .desktop\:margin-y-2px{ margin-top:2px; margin-bottom:2px; } .desktop\:margin-top-2px{ margin-top:2px; } .desktop\:margin-bottom-2px{ margin-bottom:2px; } .desktop\:margin-y-05{ margin-top:0.25rem; margin-bottom:0.25rem; } .desktop\:margin-top-05{ margin-top:0.25rem; } .desktop\:margin-bottom-05{ margin-bottom:0.25rem; } .desktop\:margin-y-1{ margin-top:0.5rem; margin-bottom:0.5rem; } .desktop\:margin-top-1{ margin-top:0.5rem; } .desktop\:margin-bottom-1{ margin-bottom:0.5rem; } .desktop\:margin-y-105{ margin-top:0.75rem; margin-bottom:0.75rem; } .desktop\:margin-top-105{ margin-top:0.75rem; } .desktop\:margin-bottom-105{ margin-bottom:0.75rem; } .desktop\:margin-y-2{ margin-top:1rem; margin-bottom:1rem; } .desktop\:margin-top-2{ margin-top:1rem; } .desktop\:margin-bottom-2{ margin-bottom:1rem; } .desktop\:margin-y-205{ margin-top:1.25rem; margin-bottom:1.25rem; } .desktop\:margin-top-205{ margin-top:1.25rem; } .desktop\:margin-bottom-205{ margin-bottom:1.25rem; } .desktop\:margin-y-3{ margin-top:1.5rem; margin-bottom:1.5rem; } .desktop\:margin-top-3{ margin-top:1.5rem; } .desktop\:margin-bottom-3{ margin-bottom:1.5rem; } .desktop\:margin-y-neg-1px{ margin-top:-1px; margin-bottom:-1px; } .desktop\:margin-top-neg-1px{ margin-top:-1px; } .desktop\:margin-bottom-neg-1px{ margin-bottom:-1px; } .desktop\:margin-y-neg-2px{ margin-top:-2px; margin-bottom:-2px; } .desktop\:margin-top-neg-2px{ margin-top:-2px; } .desktop\:margin-bottom-neg-2px{ margin-bottom:-2px; } .desktop\:margin-y-neg-05{ margin-top:-0.25rem; margin-bottom:-0.25rem; } .desktop\:margin-top-neg-05{ margin-top:-0.25rem; } .desktop\:margin-bottom-neg-05{ margin-bottom:-0.25rem; } .desktop\:margin-y-neg-1{ margin-top:-0.5rem; margin-bottom:-0.5rem; } .desktop\:margin-top-neg-1{ margin-top:-0.5rem; } .desktop\:margin-bottom-neg-1{ margin-bottom:-0.5rem; } .desktop\:margin-y-neg-105{ margin-top:-0.75rem; margin-bottom:-0.75rem; } .desktop\:margin-top-neg-105{ margin-top:-0.75rem; } .desktop\:margin-bottom-neg-105{ margin-bottom:-0.75rem; } .desktop\:margin-y-neg-2{ margin-top:-1rem; margin-bottom:-1rem; } .desktop\:margin-top-neg-2{ margin-top:-1rem; } .desktop\:margin-bottom-neg-2{ margin-bottom:-1rem; } .desktop\:margin-y-neg-205{ margin-top:-1.25rem; margin-bottom:-1.25rem; } .desktop\:margin-top-neg-205{ margin-top:-1.25rem; } .desktop\:margin-bottom-neg-205{ margin-bottom:-1.25rem; } .desktop\:margin-y-neg-3{ margin-top:-1.5rem; margin-bottom:-1.5rem; } .desktop\:margin-top-neg-3{ margin-top:-1.5rem; } .desktop\:margin-bottom-neg-3{ margin-bottom:-1.5rem; } .desktop\:margin-y-4{ margin-top:2rem; margin-bottom:2rem; } .desktop\:margin-top-4{ margin-top:2rem; } .desktop\:margin-bottom-4{ margin-bottom:2rem; } .desktop\:margin-y-5{ margin-top:2.5rem; margin-bottom:2.5rem; } .desktop\:margin-top-5{ margin-top:2.5rem; } .desktop\:margin-bottom-5{ margin-bottom:2.5rem; } .desktop\:margin-y-6{ margin-top:3rem; margin-bottom:3rem; } .desktop\:margin-top-6{ margin-top:3rem; } .desktop\:margin-bottom-6{ margin-bottom:3rem; } .desktop\:margin-y-7{ margin-top:3.5rem; margin-bottom:3.5rem; } .desktop\:margin-top-7{ margin-top:3.5rem; } .desktop\:margin-bottom-7{ margin-bottom:3.5rem; } .desktop\:margin-y-8{ margin-top:4rem; margin-bottom:4rem; } .desktop\:margin-top-8{ margin-top:4rem; } .desktop\:margin-bottom-8{ margin-bottom:4rem; } .desktop\:margin-y-9{ margin-top:4.5rem; margin-bottom:4.5rem; } .desktop\:margin-top-9{ margin-top:4.5rem; } .desktop\:margin-bottom-9{ margin-bottom:4.5rem; } .desktop\:margin-y-10{ margin-top:5rem; margin-bottom:5rem; } .desktop\:margin-top-10{ margin-top:5rem; } .desktop\:margin-bottom-10{ margin-bottom:5rem; } .desktop\:margin-y-15{ margin-top:7.5rem; margin-bottom:7.5rem; } .desktop\:margin-top-15{ margin-top:7.5rem; } .desktop\:margin-bottom-15{ margin-bottom:7.5rem; } .desktop\:margin-y-05em{ margin-top:0.5em; margin-bottom:0.5em; } .desktop\:margin-top-05em{ margin-top:0.5em; } .desktop\:margin-bottom-05em{ margin-bottom:0.5em; } .desktop\:margin-y-1em{ margin-top:1em; margin-bottom:1em; } .desktop\:margin-top-1em{ margin-top:1em; } .desktop\:margin-bottom-1em{ margin-bottom:1em; } .desktop\:margin-y-105em{ margin-top:1.5em; margin-bottom:1.5em; } .desktop\:margin-top-105em{ margin-top:1.5em; } .desktop\:margin-bottom-105em{ margin-bottom:1.5em; } .desktop\:margin-y-2em{ margin-top:2em; margin-bottom:2em; } .desktop\:margin-top-2em{ margin-top:2em; } .desktop\:margin-bottom-2em{ margin-bottom:2em; } .desktop\:margin-y-0{ margin-top:0; margin-bottom:0; } .desktop\:margin-top-0{ margin-top:0; } .desktop\:margin-bottom-0{ margin-bottom:0; } .desktop\:margin-x-1px{ margin-left:1px; margin-right:1px; } .desktop\:margin-right-1px{ margin-right:1px; } .desktop\:margin-left-1px{ margin-left:1px; } .desktop\:margin-x-2px{ margin-left:2px; margin-right:2px; } .desktop\:margin-right-2px{ margin-right:2px; } .desktop\:margin-left-2px{ margin-left:2px; } .desktop\:margin-x-05{ margin-left:0.25rem; margin-right:0.25rem; } .desktop\:margin-right-05{ margin-right:0.25rem; } .desktop\:margin-left-05{ margin-left:0.25rem; } .desktop\:margin-x-1{ margin-left:0.5rem; margin-right:0.5rem; } .desktop\:margin-right-1{ margin-right:0.5rem; } .desktop\:margin-left-1{ margin-left:0.5rem; } .desktop\:margin-x-105{ margin-left:0.75rem; margin-right:0.75rem; } .desktop\:margin-right-105{ margin-right:0.75rem; } .desktop\:margin-left-105{ margin-left:0.75rem; } .desktop\:margin-x-2{ margin-left:1rem; margin-right:1rem; } .desktop\:margin-right-2{ margin-right:1rem; } .desktop\:margin-left-2{ margin-left:1rem; } .desktop\:margin-x-205{ margin-left:1.25rem; margin-right:1.25rem; } .desktop\:margin-right-205{ margin-right:1.25rem; } .desktop\:margin-left-205{ margin-left:1.25rem; } .desktop\:margin-x-3{ margin-left:1.5rem; margin-right:1.5rem; } .desktop\:margin-right-3{ margin-right:1.5rem; } .desktop\:margin-left-3{ margin-left:1.5rem; } .desktop\:margin-x-neg-1px{ margin-left:-1px; margin-right:-1px; } .desktop\:margin-right-neg-1px{ margin-right:-1px; } .desktop\:margin-left-neg-1px{ margin-left:-1px; } .desktop\:margin-x-neg-2px{ margin-left:-2px; margin-right:-2px; } .desktop\:margin-right-neg-2px{ margin-right:-2px; } .desktop\:margin-left-neg-2px{ margin-left:-2px; } .desktop\:margin-x-neg-05{ margin-left:-0.25rem; margin-right:-0.25rem; } .desktop\:margin-right-neg-05{ margin-right:-0.25rem; } .desktop\:margin-left-neg-05{ margin-left:-0.25rem; } .desktop\:margin-x-neg-1{ margin-left:-0.5rem; margin-right:-0.5rem; } .desktop\:margin-right-neg-1{ margin-right:-0.5rem; } .desktop\:margin-left-neg-1{ margin-left:-0.5rem; } .desktop\:margin-x-neg-105{ margin-left:-0.75rem; margin-right:-0.75rem; } .desktop\:margin-right-neg-105{ margin-right:-0.75rem; } .desktop\:margin-left-neg-105{ margin-left:-0.75rem; } .desktop\:margin-x-neg-2{ margin-left:-1rem; margin-right:-1rem; } .desktop\:margin-right-neg-2{ margin-right:-1rem; } .desktop\:margin-left-neg-2{ margin-left:-1rem; } .desktop\:margin-x-neg-205{ margin-left:-1.25rem; margin-right:-1.25rem; } .desktop\:margin-right-neg-205{ margin-right:-1.25rem; } .desktop\:margin-left-neg-205{ margin-left:-1.25rem; } .desktop\:margin-x-neg-3{ margin-left:-1.5rem; margin-right:-1.5rem; } .desktop\:margin-right-neg-3{ margin-right:-1.5rem; } .desktop\:margin-left-neg-3{ margin-left:-1.5rem; } .desktop\:margin-x-4{ margin-left:2rem; margin-right:2rem; } .desktop\:margin-right-4{ margin-right:2rem; } .desktop\:margin-left-4{ margin-left:2rem; } .desktop\:margin-x-5{ margin-left:2.5rem; margin-right:2.5rem; } .desktop\:margin-right-5{ margin-right:2.5rem; } .desktop\:margin-left-5{ margin-left:2.5rem; } .desktop\:margin-x-6{ margin-left:3rem; margin-right:3rem; } .desktop\:margin-right-6{ margin-right:3rem; } .desktop\:margin-left-6{ margin-left:3rem; } .desktop\:margin-x-7{ margin-left:3.5rem; margin-right:3.5rem; } .desktop\:margin-right-7{ margin-right:3.5rem; } .desktop\:margin-left-7{ margin-left:3.5rem; } .desktop\:margin-x-8{ margin-left:4rem; margin-right:4rem; } .desktop\:margin-right-8{ margin-right:4rem; } .desktop\:margin-left-8{ margin-left:4rem; } .desktop\:margin-x-9{ margin-left:4.5rem; margin-right:4.5rem; } .desktop\:margin-right-9{ margin-right:4.5rem; } .desktop\:margin-left-9{ margin-left:4.5rem; } .desktop\:margin-x-10{ margin-left:5rem; margin-right:5rem; } .desktop\:margin-right-10{ margin-right:5rem; } .desktop\:margin-left-10{ margin-left:5rem; } .desktop\:margin-x-15{ margin-left:7.5rem; margin-right:7.5rem; } .desktop\:margin-right-15{ margin-right:7.5rem; } .desktop\:margin-left-15{ margin-left:7.5rem; } .desktop\:margin-x-05em{ margin-left:0.5em; margin-right:0.5em; } .desktop\:margin-right-05em{ margin-right:0.5em; } .desktop\:margin-left-05em{ margin-left:0.5em; } .desktop\:margin-x-1em{ margin-left:1em; margin-right:1em; } .desktop\:margin-right-1em{ margin-right:1em; } .desktop\:margin-left-1em{ margin-left:1em; } .desktop\:margin-x-105em{ margin-left:1.5em; margin-right:1.5em; } .desktop\:margin-right-105em{ margin-right:1.5em; } .desktop\:margin-left-105em{ margin-left:1.5em; } .desktop\:margin-x-2em{ margin-left:2em; margin-right:2em; } .desktop\:margin-right-2em{ margin-right:2em; } .desktop\:margin-left-2em{ margin-left:2em; } .desktop\:margin-x-0{ margin-left:0; margin-right:0; } .desktop\:margin-right-0{ margin-right:0; } .desktop\:margin-left-0{ margin-left:0; } .desktop\:margin-x-auto{ margin-left:auto; margin-right:auto; } .desktop\:margin-right-auto{ margin-right:auto; } .desktop\:margin-left-auto{ margin-left:auto; } .desktop\:measure-1{ max-width:44ex; } .desktop\:measure-2{ max-width:60ex; } .desktop\:measure-3{ max-width:64ex; } .desktop\:measure-4{ max-width:68ex; } .desktop\:measure-5{ max-width:72ex; } .desktop\:measure-6{ max-width:88ex; } .desktop\:measure-none{ max-width:none; } .desktop\:order-first{ -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1; } .desktop\:order-last{ -webkit-box-ordinal-group:1000; -ms-flex-order:999; order:999; } .desktop\:order-initial{ -webkit-box-ordinal-group:initial; -ms-flex-order:initial; order:initial; } .desktop\:order-0{ -webkit-box-ordinal-group:1; -ms-flex-order:0; order:0; } .desktop\:order-1{ -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; } .desktop\:order-2{ -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .desktop\:order-3{ -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; } .desktop\:order-4{ -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; } .desktop\:order-5{ -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; } .desktop\:order-6{ -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; } .desktop\:order-7{ -webkit-box-ordinal-group:8; -ms-flex-order:7; order:7; } .desktop\:order-8{ -webkit-box-ordinal-group:9; -ms-flex-order:8; order:8; } .desktop\:order-9{ -webkit-box-ordinal-group:10; -ms-flex-order:9; order:9; } .desktop\:order-10{ -webkit-box-ordinal-group:11; -ms-flex-order:10; order:10; } .desktop\:order-11{ -webkit-box-ordinal-group:12; -ms-flex-order:11; order:11; } .desktop\:padding-1px{ padding:1px; } .desktop\:padding-y-1px{ padding-top:1px; padding-bottom:1px; } .desktop\:padding-x-1px{ padding-left:1px; padding-right:1px; } .desktop\:padding-top-1px{ padding-top:1px; } .desktop\:padding-right-1px{ padding-right:1px; } .desktop\:padding-bottom-1px{ padding-bottom:1px; } .desktop\:padding-left-1px{ padding-left:1px; } .desktop\:padding-2px{ padding:2px; } .desktop\:padding-y-2px{ padding-top:2px; padding-bottom:2px; } .desktop\:padding-x-2px{ padding-left:2px; padding-right:2px; } .desktop\:padding-top-2px{ padding-top:2px; } .desktop\:padding-right-2px{ padding-right:2px; } .desktop\:padding-bottom-2px{ padding-bottom:2px; } .desktop\:padding-left-2px{ padding-left:2px; } .desktop\:padding-05{ padding:0.25rem; } .desktop\:padding-y-05{ padding-top:0.25rem; padding-bottom:0.25rem; } .desktop\:padding-x-05{ padding-left:0.25rem; padding-right:0.25rem; } .desktop\:padding-top-05{ padding-top:0.25rem; } .desktop\:padding-right-05{ padding-right:0.25rem; } .desktop\:padding-bottom-05{ padding-bottom:0.25rem; } .desktop\:padding-left-05{ padding-left:0.25rem; } .desktop\:padding-1{ padding:0.5rem; } .desktop\:padding-y-1{ padding-top:0.5rem; padding-bottom:0.5rem; } .desktop\:padding-x-1{ padding-left:0.5rem; padding-right:0.5rem; } .desktop\:padding-top-1{ padding-top:0.5rem; } .desktop\:padding-right-1{ padding-right:0.5rem; } .desktop\:padding-bottom-1{ padding-bottom:0.5rem; } .desktop\:padding-left-1{ padding-left:0.5rem; } .desktop\:padding-105{ padding:0.75rem; } .desktop\:padding-y-105{ padding-top:0.75rem; padding-bottom:0.75rem; } .desktop\:padding-x-105{ padding-left:0.75rem; padding-right:0.75rem; } .desktop\:padding-top-105{ padding-top:0.75rem; } .desktop\:padding-right-105{ padding-right:0.75rem; } .desktop\:padding-bottom-105{ padding-bottom:0.75rem; } .desktop\:padding-left-105{ padding-left:0.75rem; } .desktop\:padding-2{ padding:1rem; } .desktop\:padding-y-2{ padding-top:1rem; padding-bottom:1rem; } .desktop\:padding-x-2{ padding-left:1rem; padding-right:1rem; } .desktop\:padding-top-2{ padding-top:1rem; } .desktop\:padding-right-2{ padding-right:1rem; } .desktop\:padding-bottom-2{ padding-bottom:1rem; } .desktop\:padding-left-2{ padding-left:1rem; } .desktop\:padding-205{ padding:1.25rem; } .desktop\:padding-y-205{ padding-top:1.25rem; padding-bottom:1.25rem; } .desktop\:padding-x-205{ padding-left:1.25rem; padding-right:1.25rem; } .desktop\:padding-top-205{ padding-top:1.25rem; } .desktop\:padding-right-205{ padding-right:1.25rem; } .desktop\:padding-bottom-205{ padding-bottom:1.25rem; } .desktop\:padding-left-205{ padding-left:1.25rem; } .desktop\:padding-3{ padding:1.5rem; } .desktop\:padding-y-3{ padding-top:1.5rem; padding-bottom:1.5rem; } .desktop\:padding-x-3{ padding-left:1.5rem; padding-right:1.5rem; } .desktop\:padding-top-3{ padding-top:1.5rem; } .desktop\:padding-right-3{ padding-right:1.5rem; } .desktop\:padding-bottom-3{ padding-bottom:1.5rem; } .desktop\:padding-left-3{ padding-left:1.5rem; } .desktop\:padding-4{ padding:2rem; } .desktop\:padding-y-4{ padding-top:2rem; padding-bottom:2rem; } .desktop\:padding-x-4{ padding-left:2rem; padding-right:2rem; } .desktop\:padding-top-4{ padding-top:2rem; } .desktop\:padding-right-4{ padding-right:2rem; } .desktop\:padding-bottom-4{ padding-bottom:2rem; } .desktop\:padding-left-4{ padding-left:2rem; } .desktop\:padding-5{ padding:2.5rem; } .desktop\:padding-y-5{ padding-top:2.5rem; padding-bottom:2.5rem; } .desktop\:padding-x-5{ padding-left:2.5rem; padding-right:2.5rem; } .desktop\:padding-top-5{ padding-top:2.5rem; } .desktop\:padding-right-5{ padding-right:2.5rem; } .desktop\:padding-bottom-5{ padding-bottom:2.5rem; } .desktop\:padding-left-5{ padding-left:2.5rem; } .desktop\:padding-6{ padding:3rem; } .desktop\:padding-y-6{ padding-top:3rem; padding-bottom:3rem; } .desktop\:padding-x-6{ padding-left:3rem; padding-right:3rem; } .desktop\:padding-top-6{ padding-top:3rem; } .desktop\:padding-right-6{ padding-right:3rem; } .desktop\:padding-bottom-6{ padding-bottom:3rem; } .desktop\:padding-left-6{ padding-left:3rem; } .desktop\:padding-7{ padding:3.5rem; } .desktop\:padding-y-7{ padding-top:3.5rem; padding-bottom:3.5rem; } .desktop\:padding-x-7{ padding-left:3.5rem; padding-right:3.5rem; } .desktop\:padding-top-7{ padding-top:3.5rem; } .desktop\:padding-right-7{ padding-right:3.5rem; } .desktop\:padding-bottom-7{ padding-bottom:3.5rem; } .desktop\:padding-left-7{ padding-left:3.5rem; } .desktop\:padding-8{ padding:4rem; } .desktop\:padding-y-8{ padding-top:4rem; padding-bottom:4rem; } .desktop\:padding-x-8{ padding-left:4rem; padding-right:4rem; } .desktop\:padding-top-8{ padding-top:4rem; } .desktop\:padding-right-8{ padding-right:4rem; } .desktop\:padding-bottom-8{ padding-bottom:4rem; } .desktop\:padding-left-8{ padding-left:4rem; } .desktop\:padding-9{ padding:4.5rem; } .desktop\:padding-y-9{ padding-top:4.5rem; padding-bottom:4.5rem; } .desktop\:padding-x-9{ padding-left:4.5rem; padding-right:4.5rem; } .desktop\:padding-top-9{ padding-top:4.5rem; } .desktop\:padding-right-9{ padding-right:4.5rem; } .desktop\:padding-bottom-9{ padding-bottom:4.5rem; } .desktop\:padding-left-9{ padding-left:4.5rem; } .desktop\:padding-10{ padding:5rem; } .desktop\:padding-y-10{ padding-top:5rem; padding-bottom:5rem; } .desktop\:padding-x-10{ padding-left:5rem; padding-right:5rem; } .desktop\:padding-top-10{ padding-top:5rem; } .desktop\:padding-right-10{ padding-right:5rem; } .desktop\:padding-bottom-10{ padding-bottom:5rem; } .desktop\:padding-left-10{ padding-left:5rem; } .desktop\:padding-15{ padding:7.5rem; } .desktop\:padding-y-15{ padding-top:7.5rem; padding-bottom:7.5rem; } .desktop\:padding-x-15{ padding-left:7.5rem; padding-right:7.5rem; } .desktop\:padding-top-15{ padding-top:7.5rem; } .desktop\:padding-right-15{ padding-right:7.5rem; } .desktop\:padding-bottom-15{ padding-bottom:7.5rem; } .desktop\:padding-left-15{ padding-left:7.5rem; } .desktop\:padding-0{ padding:0; } .desktop\:padding-y-0{ padding-top:0; padding-bottom:0; } .desktop\:padding-x-0{ padding-left:0; padding-right:0; } .desktop\:padding-top-0{ padding-top:0; } .desktop\:padding-right-0{ padding-right:0; } .desktop\:padding-bottom-0{ padding-bottom:0; } .desktop\:padding-left-0{ padding-left:0; } } @media all and (min-width: 30em) and (min-width: 64em){ .mobile-lg\:grid-container{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-card{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-card-lg{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-mobile{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-mobile-lg{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-tablet{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-tablet-lg{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-desktop{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-desktop-lg{ padding-left:2rem; padding-right:2rem; } .mobile-lg\:grid-container-widescreen{ padding-left:2rem; padding-right:2rem; } .usa-footer__nav{ padding-left:2rem; padding-right:2rem; } } @media all and (min-width: 40em) and (min-width: 64em){ .tablet\:grid-container{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-card{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-card-lg{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-mobile{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-mobile-lg{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-tablet{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-tablet-lg{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-desktop{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-desktop-lg{ padding-left:2rem; padding-right:2rem; } .tablet\:grid-container-widescreen{ padding-left:2rem; padding-right:2rem; } } @media all and (min-width: 64em) and (min-width: 64em){ .desktop\:grid-container{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-card{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-card-lg{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-mobile{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-mobile-lg{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-tablet{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-tablet-lg{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-desktop{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-desktop-lg{ padding-left:2rem; padding-right:2rem; } .desktop\:grid-container-widescreen{ padding-left:2rem; padding-right:2rem; } .usa-header--extended .usa-navbar{ padding-left:2rem; padding-right:2rem; } .usa-header--extended .usa-nav__inner{ padding-left:2rem; padding-right:2rem; } .usa-nav-container{ padding-left:2rem; padding-right:2rem; } } @media print{ .usa-radio__input:checked + .usa-radio__label::before{ -webkit-box-shadow:inset 0 0 0 2px white, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2; box-shadow:inset 0 0 0 2px white, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2; } .usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before{ background-image:none; background-color:white; content:url("../img/checkbox-check-print.svg"); text-indent:0; } } @media all and (max-width: 39.99em){ .usa-banner__button{ width:100%; } .usa-banner__button[aria-expanded="true"]::after{ background-image:url("../img/close-blue-60v-alt.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image:url("../img/close-blue-60v-alt.svg"), linear-gradient(transparent, transparent); background-repeat:no-repeat; background-position:center center; background-repeat:no-repeat; background-size:1rem; content:""; display:inline-block; height:3rem; width:3rem; margin-left:0; } .usa-banner__button[aria-expanded="true"]::after{ position:absolute; bottom:0; top:0; position:absolute; right:0; background-color:#dcdee0; bottom:0; height:auto; } } @media all and (max-width: 63.99em){ .usa-logo{ -webkit-box-flex:1; -ms-flex:1 0 0px; flex:1 0 0; font-size:0.93rem; line-height:0.9; margin-left:1rem; } .usa-navbar{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; border-bottom:1px solid #dcdee0; display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-nav{ position:absolute; right:0; position:absolute; bottom:0; top:0; position:fixed; background:white; border-right:0; display:none; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; overflow-y:auto; padding:1rem; width:15rem; z-index:500; } .usa-nav.is-visible{ -webkit-animation:slidein-left 0.3s ease-in-out; animation:slidein-left 0.3s ease-in-out; display:-webkit-box; display:-ms-flexbox; display:flex; } .usa-nav__primary{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; margin-top:1.5rem; -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; } .usa-nav__primary > li{ margin-bottom:0; max-width:unset; } .usa-nav__primary-item{ border-top:1px solid #dcdee0; } .usa-nav__primary a{ color:#565c65; display:block; padding:0.5rem 1rem; text-decoration:none; } .usa-nav__primary a:hover{ background-color:#f0f0f0; color:#005ea2; text-decoration:none; } .usa-nav__primary a:focus{ outline-offset:0; } .usa-nav__primary .usa-current{ position:relative; color:#005ea2; font-weight:bold; } .usa-nav__primary .usa-current::after{ background-color:#005ea2; border-radius:99rem; content:""; display:block; position:absolute; bottom:0.25rem; top:0.25rem; width:0.25rem; left:0.25rem; } .usa-nav__primary a{ padding-bottom:0.75rem; padding-top:0.75rem; } .usa-nav__submenu{ margin-bottom:0; margin-top:0; list-style-type:none; padding-left:0; margin:0; } .usa-nav__submenu > li{ margin-bottom:0; max-width:unset; } .usa-nav__submenu-item{ border-top:1px solid #dcdee0; font-size:0.93rem; } .usa-nav__submenu .usa-current::after{ display:none; } .usa-nav__submenu a{ padding-left:2rem; } .usa-nav__submenu .usa-nav__submenu a{ padding-left:3rem; } .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a{ content:"foobar"; padding-left:4rem; } }
0.330471
0.057308
.angular-color-picker { background: #fff; border: 1px solid #ddd; padding: 20px; display: inline-block; } .angular-color-picker > ._variations { border: 1px solid #808080; width: 200px; height: 200px; float: left; transition: background-color 250ms; box-sizing: content-box; } .angular-color-picker > ._variations > ._whites { width: 200px; height: 200px; background: -webkit-linear-gradient(left, #fff 0, transparent 100%); background: -moz-linear-gradient(left, #fff 0, transparent 100%); background: -ms-linear-gradient(left, #fff 0, transparent 100%); background: linear-gradient(to right, #fff 0, transparent 100%); filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType='1')"; } .angular-color-picker > ._variations > ._whites > ._blacks { width: 200px; height: 200px; background: -webkit-linear-gradient(top, transparent 0, #000 100%); background: -moz-linear-gradient(top, transparent 0, #000 100%); background: -ms-linear-gradient(top, transparent 0, #000 100%); background: linear-gradient(to bottom, transparent 0, #000 100%); filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000')"; position: relative; } .angular-color-picker > ._variations > ._whites > ._blacks > ._cursor { position: absolute; display: inline-block; width: 16px; height: 16px; font-size: 16px; color: #ddd; text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black; margin-top: -7px; margin-left: -1px; } .angular-color-picker > ._variations > ._whites > ._blacks > ._mouse-trap { position: relative; z-index: 1; width: 200px; height: 200px; } .angular-color-picker > ._hues { border: 1px solid #808080; box-sizing: content-box; position: relative; margin-left: 210px; height: 200px; width: 30px; background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); } .angular-color-picker > ._hues > ._cursor { position: absolute; left: -4px; color: white; text-shadow: 0 1px 1px black, 0 0 2px black; letter-spacing: 21px; } .angular-color-picker > ._hues > ._mouse-trap { position: absolute; z-index: 1; top: 0; left: 0; width: 30px; height: 200px; } /* Heavily based on: http://jsfiddle.net/bgrins/Whc6Z/ */ .angular-color-picker > ._hues > ._ie-1 { height: 17%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')"; } .angular-color-picker > ._hues > ._ie-2 { height: 16%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')"; } .angular-color-picker > ._hues > ._ie-3 { height: 17%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')"; } .angular-color-picker > ._hues > ._ie-4 { height: 17%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')"; } .angular-color-picker > ._hues > ._ie-5 { height: 16%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')"; } .angular-color-picker > ._hues > ._ie-6 { height: 17%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')"; }
angular-color-picker.css
.angular-color-picker { background: #fff; border: 1px solid #ddd; padding: 20px; display: inline-block; } .angular-color-picker > ._variations { border: 1px solid #808080; width: 200px; height: 200px; float: left; transition: background-color 250ms; box-sizing: content-box; } .angular-color-picker > ._variations > ._whites { width: 200px; height: 200px; background: -webkit-linear-gradient(left, #fff 0, transparent 100%); background: -moz-linear-gradient(left, #fff 0, transparent 100%); background: -ms-linear-gradient(left, #fff 0, transparent 100%); background: linear-gradient(to right, #fff 0, transparent 100%); filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType='1')"; } .angular-color-picker > ._variations > ._whites > ._blacks { width: 200px; height: 200px; background: -webkit-linear-gradient(top, transparent 0, #000 100%); background: -moz-linear-gradient(top, transparent 0, #000 100%); background: -ms-linear-gradient(top, transparent 0, #000 100%); background: linear-gradient(to bottom, transparent 0, #000 100%); filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000')"; position: relative; } .angular-color-picker > ._variations > ._whites > ._blacks > ._cursor { position: absolute; display: inline-block; width: 16px; height: 16px; font-size: 16px; color: #ddd; text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black; margin-top: -7px; margin-left: -1px; } .angular-color-picker > ._variations > ._whites > ._blacks > ._mouse-trap { position: relative; z-index: 1; width: 200px; height: 200px; } .angular-color-picker > ._hues { border: 1px solid #808080; box-sizing: content-box; position: relative; margin-left: 210px; height: 200px; width: 30px; background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); } .angular-color-picker > ._hues > ._cursor { position: absolute; left: -4px; color: white; text-shadow: 0 1px 1px black, 0 0 2px black; letter-spacing: 21px; } .angular-color-picker > ._hues > ._mouse-trap { position: absolute; z-index: 1; top: 0; left: 0; width: 30px; height: 200px; } /* Heavily based on: http://jsfiddle.net/bgrins/Whc6Z/ */ .angular-color-picker > ._hues > ._ie-1 { height: 17%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')"; } .angular-color-picker > ._hues > ._ie-2 { height: 16%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')"; } .angular-color-picker > ._hues > ._ie-3 { height: 17%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')"; } .angular-color-picker > ._hues > ._ie-4 { height: 17%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')"; } .angular-color-picker > ._hues > ._ie-5 { height: 16%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')"; } .angular-color-picker > ._hues > ._ie-6 { height: 17%; filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')"; }
0.510496
0.109135
.alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float: right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto; } .wp-caption { max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } .gallery-item { display: inline-block; text-align: left; vertical-align: top; width: 50%; } .gallery-item a, .gallery-item a:hover, .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; display: inline-block; max-width: 100%; } .gallery-item a img { display: block; -webkit-transition: -webkit-filter 0.2s ease-in; transition: -webkit-filter 0.2s ease-in; transition: filter 0.2s ease-in; transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .gallery-item a:hover img, .gallery-item a:focus img { -webkit-filter: opacity(60%); filter: opacity(60%); } .gallery-caption { display: block; text-align: left; padding: 0 10px 0 0; margin-bottom: 0; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } .bypostauthor { font-weight: bold; } /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /*****************************************************/ html { padding: 5px !important; } .dark-bg { background-color: #27272f; } .yellow-bg { background-color: #ffc13b; } .black-bg { background-color: black; } .section-wrapper { padding-bottom: 50px; padding-top: 50px; } .page-template.page-template-page-template.page-template-page-template-php.page.page-id-5.logged-in.admin-bar.wp-embed-responsive.is-light-theme.singular.customize-support { padding: 2rem; } .text-center.section-title { font-size: 3rem; font-weight: 400; color: #ffc13b; margin-bottom: 2rem; } .text-center.section-sub-title { margin-bottom: 100px; color: #bfbfbf; } @media (min-width: 768px) { html { padding: 10px !important; } } /* Jumbotron */ #ebook-header { background-color: #27272f; } #ebook-header h1 { color: #ffc13b; margin-top: 1rem; } #ebook-header p { color: white; } .yellow { color: #ffc13b; } .white { color: white; } .jumbotron { background-color: #27272f !important; } .jumbotron .col-md-5 { display: none; } #mockup-img { position: absolute; top: 100px; width: 95%; } #ebook-header .display-4 { font-size: 3rem; margin-bottom: 2rem; } #ebook-header .lead { line-height: 2rem; font-size: 1.2rem; margin-bottom: 3rem; } .buttons button { border: none; padding: 10px 30px; } .buttons .black-bg.white.mr-1:hover, .buttons .black-bg.white.mr-1:focus { color: #ffc13b; } .buttons .yellow-bg:hover, .buttons .yellow-bg:focus { color: white; } #jumbotron .row { margin-top: 4rem; } #main { padding-top: 0px !important; margin-top: 0px !important; } .jumbotron .col-md-7 { padding-bottom: 75px; } @media (min-width: 768px) { .jumbotron .col-md-7 { margin-left: auto; margin-right: auto; } } @media (min-width: 1024px) { .jumbotron .col-md-5 { display: block; } #ebook-header .jumbotron { padding: 4rem 0 !important; } #ebook-header h1 { color: #ffc13b; margin-top: 4rem; } .jumbotron .col-md-7 { padding-bottom: 150px; } } @media (min-width: 1200px) { } /* Navigation */ #menu-main li a { color: white; font-size: 1rem; font-weight: bold; } nav#header.navbar { background-color: #27272f !important; margin: 15px 15px 0px 15px; padding-top: 25px; } .navbar-brand { margin-left: 10px; } .navbar-brand img { width: 70%; height: auto; } .navbar-nav .nav-link { padding-right: 0; padding-left: 60px !important; text-transform: uppercase; font-weight: 300 !important; } @media (min-width: 768px) { .navbar-brand img { width: 85%; } } @media (min-width: 1024px) { .navbar-brand img { width: 100%; } } @media (min-width: 1200px) { } /* Book Features */ .book-features { margin-top: 100px; } .col-md-4.book-feature.text-center { box-shadow: 4px 4px 10px 7px #f7f7f7; margin-bottom: 50px; padding: 10%; } .book-feature-title.mb-3 { color: #656565; font-weight: 400; font-size: 1rem; margin-top: 10px; } .col-md-4.book-feature.text-center p { font-size: 0.75rem; color: #8a8a8a; } .col-md-4.book-feature.text-center::after { display: none; content: ''; position: absolute; width: 0px; height: 0px; border-left: 40px solid transparent; /* afschuining links */ border-right: 0px solid transparent; /* afschuining rechts */ border-top: 40px solid #ffc13b; /* onderkant, border met kleur */ top: 5px; right: 5px; } .col-md-4.book-feature.text-center:hover::after { display: block; } @media (min-width: 768px) { .col-md-4.book-feature.text-center { padding: 3%; } } @media (min-width: 1024px) { .book-features { margin-top: 250px; } } @media (min-width: 1200px) { } /* About Writer */ .writer { margin-top: 50px; } #writer-picture { border-left: 15px solid #ffc13b; border-bottom: 15px solid #ffc13b; max-width: 100%; margin: 50px auto 0 auto; } .writer-bold-text { color: white; margin: 50px 0; } .writer-paragraph { color: #999; margin: 25px 0; } .writer-text p { line-height: 2.2rem; font-weight: 300; } #writer-autograph { float: right; } .writer-pic img { margin-left: 50px; } .writer .section-wrapper { padding: 50px; } @media (min-width: 768px) { } @media (min-width: 1024px) { #writer-picture { margin-left: 50px; } .writer { margin-top: 150px; } } @media (min-width: 1200px) { } /* Chapters Included */ .chapters { margin-top: 100px; } .chapter-box { box-shadow: 4px 4px 10px 7px #f7f7f7; margin-bottom: 50px; padding: 30px; background-color: #f0f0f0; } .chapter-box-title { color: #656565; font-weight: 400; font-size: 1rem; margin-top: 10px; } .chapter-box-text { font-size: 0.75rem; color: #8a8a8a; } .chapters .writer-container .chapter-box:hover::after { display: none; content: ''; position: absolute; width: 0px; height: 0px; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top: 40px solid #ffc13b; top: 5px; right: 5px; } .chapters .writer-container .chapter-box:hover::after { display: block; } .writer-container img { max-width: 100%; } @media (min-width: 768px) { } @media (min-width: 1024px) { .chapters { margin-top: 250px; } } @media (min-width: 1200px) { } /* Testimonial */ .testimonial-container .row.reversed { flex-wrap: wrap-reverse; } .testimonial { margin-top: 250px; } #yellow-dot { width: 70px; height: 70px; display: inline-block; border-radius: 50%; } .col-md-6.testimonial-text { padding-top: 25px; padding-bottom: 25px; } .testimonial-paragraph.white { line-height: 2.2rem; font-weight: 300; margin: 25px 0 35px 0; } .testimonial-writer { padding-top: 10px; padding-left: 0; margin-left: 0; } .skewed-section::after { content: 'TESTIMONIAL'; position: absolute; top: 40%; right: -30%; width: 100%; height: 450px; font-size: 2rem; } .col-12.col-md-6.skewed-section.testimonial-title.yellow-bg.white.py-4 { height: 250px; } @media (min-width: 768px) { .testimonial-container .row.reversed { flex-wrap: wrap; } .col-12.col-md-6.skewed-section.testimonial-title.yellow-bg.white.py-4 { height: initial; } .col-md-6.testimonial-text { padding-top: 50px; padding-bottom: 50px; } .testimonial-text .col-9.col-md-12.text-center.testimonial-writer { text-align: left !important; } .skewed-section::after { top: 45%; } } @media (min-width: 1024px) { .col-md-6.testimonial-text { padding-top: 100px; } } @media (min-width: 1244px) { .skewed-section { height: 450px; position: relative; overflow: hidden; background-color: #27272f; } .skewed-section::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-color: #ffc13b; border-left: 40px solid #ffc13b; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; -webkit-transform: skewX(-10deg); -ms-transform: skewX(-10deg); transform: skewX(-10deg); } .skewed-section::after { font-size: 3rem; } } /* Pricing */ section.pricing { margin-top: 100px; } .pricing .section-title { color: black; } .col-md-6.pricing-table.text-center { background-image: url('assets/img/pricing-bg.png'); background-size: cover; background-repeat: no-repeat; height: 100%; box-shadow: 4px 4px 10px 7px #f7f7f7; margin-top: 25px; margin-bottom: 25px; margin-left: auto; margin-right: auto; } .price { font-size: 3rem; } .usd { font-size: 1.5rem; font-weight: 600; } .pricing-wrapper { margin-top: 170px; } .pricing-table-title.yellow { margin: 35px 0; } .pricing-table button { margin: 25px 0; } button.dark-bg.white { border: none; padding: 10px 30px; } button.dark-bg.white:hover, button.dark-bg.white:active { background-color: #ffc13b; } /* brands */ .brands-row { margin-top: 150px; margin-bottom: 150px; } @media (min-width: 768px) { .col-md-4.pricing-table.text-center { max-width: 30%; } .col-no-2 { margin-left: 2%; margin-right: 2%; } } @media (min-width: 1024px) { section.pricing { margin-top: 250px; } .col-md-6.pricing-table.text-center { max-width: 30%; } .col-no-2 { margin-left: 5%; margin-right: 5%; } } @media (min-width: 1200px) { } /* Final */ .final .text-center.white { width: 70%; margin: auto; } .final .col-md-8.offset-2.text-center { margin: 125px auto; } .final button { border: none; padding: 10px 30px; } .final button:hover, .final button:focus { color: white; } .final .text-center.white { line-height: 2.2rem; font-weight: 300; margin: 25px auto; }
themes/ebook/style.css
.alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float: right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto; } .wp-caption { max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } .gallery-item { display: inline-block; text-align: left; vertical-align: top; width: 50%; } .gallery-item a, .gallery-item a:hover, .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; display: inline-block; max-width: 100%; } .gallery-item a img { display: block; -webkit-transition: -webkit-filter 0.2s ease-in; transition: -webkit-filter 0.2s ease-in; transition: filter 0.2s ease-in; transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .gallery-item a:hover img, .gallery-item a:focus img { -webkit-filter: opacity(60%); filter: opacity(60%); } .gallery-caption { display: block; text-align: left; padding: 0 10px 0 0; margin-bottom: 0; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } .bypostauthor { font-weight: bold; } /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /*****************************************************/ html { padding: 5px !important; } .dark-bg { background-color: #27272f; } .yellow-bg { background-color: #ffc13b; } .black-bg { background-color: black; } .section-wrapper { padding-bottom: 50px; padding-top: 50px; } .page-template.page-template-page-template.page-template-page-template-php.page.page-id-5.logged-in.admin-bar.wp-embed-responsive.is-light-theme.singular.customize-support { padding: 2rem; } .text-center.section-title { font-size: 3rem; font-weight: 400; color: #ffc13b; margin-bottom: 2rem; } .text-center.section-sub-title { margin-bottom: 100px; color: #bfbfbf; } @media (min-width: 768px) { html { padding: 10px !important; } } /* Jumbotron */ #ebook-header { background-color: #27272f; } #ebook-header h1 { color: #ffc13b; margin-top: 1rem; } #ebook-header p { color: white; } .yellow { color: #ffc13b; } .white { color: white; } .jumbotron { background-color: #27272f !important; } .jumbotron .col-md-5 { display: none; } #mockup-img { position: absolute; top: 100px; width: 95%; } #ebook-header .display-4 { font-size: 3rem; margin-bottom: 2rem; } #ebook-header .lead { line-height: 2rem; font-size: 1.2rem; margin-bottom: 3rem; } .buttons button { border: none; padding: 10px 30px; } .buttons .black-bg.white.mr-1:hover, .buttons .black-bg.white.mr-1:focus { color: #ffc13b; } .buttons .yellow-bg:hover, .buttons .yellow-bg:focus { color: white; } #jumbotron .row { margin-top: 4rem; } #main { padding-top: 0px !important; margin-top: 0px !important; } .jumbotron .col-md-7 { padding-bottom: 75px; } @media (min-width: 768px) { .jumbotron .col-md-7 { margin-left: auto; margin-right: auto; } } @media (min-width: 1024px) { .jumbotron .col-md-5 { display: block; } #ebook-header .jumbotron { padding: 4rem 0 !important; } #ebook-header h1 { color: #ffc13b; margin-top: 4rem; } .jumbotron .col-md-7 { padding-bottom: 150px; } } @media (min-width: 1200px) { } /* Navigation */ #menu-main li a { color: white; font-size: 1rem; font-weight: bold; } nav#header.navbar { background-color: #27272f !important; margin: 15px 15px 0px 15px; padding-top: 25px; } .navbar-brand { margin-left: 10px; } .navbar-brand img { width: 70%; height: auto; } .navbar-nav .nav-link { padding-right: 0; padding-left: 60px !important; text-transform: uppercase; font-weight: 300 !important; } @media (min-width: 768px) { .navbar-brand img { width: 85%; } } @media (min-width: 1024px) { .navbar-brand img { width: 100%; } } @media (min-width: 1200px) { } /* Book Features */ .book-features { margin-top: 100px; } .col-md-4.book-feature.text-center { box-shadow: 4px 4px 10px 7px #f7f7f7; margin-bottom: 50px; padding: 10%; } .book-feature-title.mb-3 { color: #656565; font-weight: 400; font-size: 1rem; margin-top: 10px; } .col-md-4.book-feature.text-center p { font-size: 0.75rem; color: #8a8a8a; } .col-md-4.book-feature.text-center::after { display: none; content: ''; position: absolute; width: 0px; height: 0px; border-left: 40px solid transparent; /* afschuining links */ border-right: 0px solid transparent; /* afschuining rechts */ border-top: 40px solid #ffc13b; /* onderkant, border met kleur */ top: 5px; right: 5px; } .col-md-4.book-feature.text-center:hover::after { display: block; } @media (min-width: 768px) { .col-md-4.book-feature.text-center { padding: 3%; } } @media (min-width: 1024px) { .book-features { margin-top: 250px; } } @media (min-width: 1200px) { } /* About Writer */ .writer { margin-top: 50px; } #writer-picture { border-left: 15px solid #ffc13b; border-bottom: 15px solid #ffc13b; max-width: 100%; margin: 50px auto 0 auto; } .writer-bold-text { color: white; margin: 50px 0; } .writer-paragraph { color: #999; margin: 25px 0; } .writer-text p { line-height: 2.2rem; font-weight: 300; } #writer-autograph { float: right; } .writer-pic img { margin-left: 50px; } .writer .section-wrapper { padding: 50px; } @media (min-width: 768px) { } @media (min-width: 1024px) { #writer-picture { margin-left: 50px; } .writer { margin-top: 150px; } } @media (min-width: 1200px) { } /* Chapters Included */ .chapters { margin-top: 100px; } .chapter-box { box-shadow: 4px 4px 10px 7px #f7f7f7; margin-bottom: 50px; padding: 30px; background-color: #f0f0f0; } .chapter-box-title { color: #656565; font-weight: 400; font-size: 1rem; margin-top: 10px; } .chapter-box-text { font-size: 0.75rem; color: #8a8a8a; } .chapters .writer-container .chapter-box:hover::after { display: none; content: ''; position: absolute; width: 0px; height: 0px; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top: 40px solid #ffc13b; top: 5px; right: 5px; } .chapters .writer-container .chapter-box:hover::after { display: block; } .writer-container img { max-width: 100%; } @media (min-width: 768px) { } @media (min-width: 1024px) { .chapters { margin-top: 250px; } } @media (min-width: 1200px) { } /* Testimonial */ .testimonial-container .row.reversed { flex-wrap: wrap-reverse; } .testimonial { margin-top: 250px; } #yellow-dot { width: 70px; height: 70px; display: inline-block; border-radius: 50%; } .col-md-6.testimonial-text { padding-top: 25px; padding-bottom: 25px; } .testimonial-paragraph.white { line-height: 2.2rem; font-weight: 300; margin: 25px 0 35px 0; } .testimonial-writer { padding-top: 10px; padding-left: 0; margin-left: 0; } .skewed-section::after { content: 'TESTIMONIAL'; position: absolute; top: 40%; right: -30%; width: 100%; height: 450px; font-size: 2rem; } .col-12.col-md-6.skewed-section.testimonial-title.yellow-bg.white.py-4 { height: 250px; } @media (min-width: 768px) { .testimonial-container .row.reversed { flex-wrap: wrap; } .col-12.col-md-6.skewed-section.testimonial-title.yellow-bg.white.py-4 { height: initial; } .col-md-6.testimonial-text { padding-top: 50px; padding-bottom: 50px; } .testimonial-text .col-9.col-md-12.text-center.testimonial-writer { text-align: left !important; } .skewed-section::after { top: 45%; } } @media (min-width: 1024px) { .col-md-6.testimonial-text { padding-top: 100px; } } @media (min-width: 1244px) { .skewed-section { height: 450px; position: relative; overflow: hidden; background-color: #27272f; } .skewed-section::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-color: #ffc13b; border-left: 40px solid #ffc13b; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; -webkit-transform: skewX(-10deg); -ms-transform: skewX(-10deg); transform: skewX(-10deg); } .skewed-section::after { font-size: 3rem; } } /* Pricing */ section.pricing { margin-top: 100px; } .pricing .section-title { color: black; } .col-md-6.pricing-table.text-center { background-image: url('assets/img/pricing-bg.png'); background-size: cover; background-repeat: no-repeat; height: 100%; box-shadow: 4px 4px 10px 7px #f7f7f7; margin-top: 25px; margin-bottom: 25px; margin-left: auto; margin-right: auto; } .price { font-size: 3rem; } .usd { font-size: 1.5rem; font-weight: 600; } .pricing-wrapper { margin-top: 170px; } .pricing-table-title.yellow { margin: 35px 0; } .pricing-table button { margin: 25px 0; } button.dark-bg.white { border: none; padding: 10px 30px; } button.dark-bg.white:hover, button.dark-bg.white:active { background-color: #ffc13b; } /* brands */ .brands-row { margin-top: 150px; margin-bottom: 150px; } @media (min-width: 768px) { .col-md-4.pricing-table.text-center { max-width: 30%; } .col-no-2 { margin-left: 2%; margin-right: 2%; } } @media (min-width: 1024px) { section.pricing { margin-top: 250px; } .col-md-6.pricing-table.text-center { max-width: 30%; } .col-no-2 { margin-left: 5%; margin-right: 5%; } } @media (min-width: 1200px) { } /* Final */ .final .text-center.white { width: 70%; margin: auto; } .final .col-md-8.offset-2.text-center { margin: 125px auto; } .final button { border: none; padding: 10px 30px; } .final button:hover, .final button:focus { color: white; } .final .text-center.white { line-height: 2.2rem; font-weight: 300; margin: 25px auto; }
0.452294
0.161684
@charset "utf-8"; @import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic'; /* CSS Document */ @font-face { font-family: 'Phenomena'; src: url(../fonts/Phenomena-Regular.otf); font-style: normal; font-weight: normal; } body { font-family: 'Open Sans', Arial, sans-serif; } .navbar-default { border: none; background: white !important; padding: 20px 0; z-index: 2; } .navbar-nav > li { font-size: 1.5em; } .navbar-brand { position: absolute; left: 35px; height: 160px; border-radius: 0 0 10px 10px; background: white; } .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { background-color: #eee; } .navbar-brand img { height: 100%; } .contacts { padding-top: 90px; position: absolute; top: 0; left: 0; width: 100%; z-index: 2; background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%; } .cont--contacts { padding-left: 245px; padding-right: 30px; font-size: 1.5em; color: white; float: right; } .cont--contacts > * { display: inline-block; margin: 15px 0; } .cont--contacts a { color: white; } .left--contacts { padding: 0 10px; border-right: solid thin white; margin-right: 15px; text-transform: uppercase; } .right--contacts { vertical-align: top; } .unit--contacts { display: inline-block; min-width: 380px; } .unit--contacts:last-child { min-width: auto !important; } .unit--contacts i { margin-right: 10px; } .slider { position: relative; height: 600px; z-index: 0; } .right--slider { display: flex; align-items: center; justify-content: flex-end; position: absolute; top: 0; right: 0; height: 100%; background-image:url(../img/trapezia.png); background-size: cover; z-index: 1; } .right--slider > div { font-family: Phenomena, Arial, sans-serif; font-size: 4em; margin-left: 30%; margin-right: 10%; text-align: center; text-transform: uppercase; } .controls--slider { display: flex; justify-content: space-between; position: absolute; top: 50%; width: 100%; transform: translateY(-50%); padding: 0 10px; z-index: 2; } .controls--slider a { color: white; font-size: 3em; } #slider { position: relative; height: 100%; } .owl-wrapper-outer, .owl-wrapper, .owl-item { height: 100%; } .page--slider { height: 100%; } .page--slider img { height: 100%; width: 100%; object-fit: cover; } .heading--section { padding: 20px 0; color: white; background: #008CCE; text-align: center; } .heading--section h2 { margin: 0; font-family: Phenomena, Arial, sans-serif; font-size: 4em; text-transform: uppercase; } .subheading { font-size: 1.2em; } .img--new { text-align:center; margin-top:40px; margin-bottom:20px; } .img--new img { max-width:290px; } .text--new { text-align: justify; font-size: 16px; } #jobs { padding-top:70px; } .our-work { background-image: url(../img/bg.png); background-repeat: no-repeat; background-position: bottom right; margin-bottom:40px; } .img--work { padding-left:20%; padding-right:20%; margin-top:30px; } .img--work img { width:100%; padding-left:20%; padding-right:20%; } .text--work { font-size: 16px; text-align: justify; } .col-md-6.right { } .advice { background: grey; } section.grey { background: grey; } .cont-video--advice { margin: 30px 0; } .heading-half { margin: 30px 0; font-family: Phenomena, Arial, sans-serif; font-size: 4em; text-transform: uppercase; } section.grey .heading-half, section.grey .descr-half { color: white; } .descr-half { font-size: 1.2em; margin-bottom:30px; } .partners { } .cert { } .cont--partners { display: flex; flex-wrap: wrap; justify-content: space-between; width: 90%; margin: 30px auto; } .logo--partner { flex-basis: 28%; max-width: 220px; margin: 10px; } .photo--cert { flex-basis: 22%; max-width: 220px; margin: 10px 0; } .logo--partner img, .photo--cert img { width: 100%; object-fit: contain; } footer { width:100%; display:table; color: white; background-image: url(../img/footer.jpg); background-size: cover; } .cont--footer { width:100%; display:table; height: 100%; padding: 20px; background: rgba(0,0,0,0.60); } .logo--footer img { max-width: 150px; } .p--footer { max-width: 600px; margin: 20px 0 0; } .heading--footer { line-height: 1; margin: 0; font-size: 2em; } .contacts--footer { margin-top: 20px; } .text--footer { text-align: center; font-size:16px; } .text--footer a:hover { color: white; } @media(max-width:767px) { .navbar-brand { height:90px; } }
web/css/style.css
@charset "utf-8"; @import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic'; /* CSS Document */ @font-face { font-family: 'Phenomena'; src: url(../fonts/Phenomena-Regular.otf); font-style: normal; font-weight: normal; } body { font-family: 'Open Sans', Arial, sans-serif; } .navbar-default { border: none; background: white !important; padding: 20px 0; z-index: 2; } .navbar-nav > li { font-size: 1.5em; } .navbar-brand { position: absolute; left: 35px; height: 160px; border-radius: 0 0 10px 10px; background: white; } .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { background-color: #eee; } .navbar-brand img { height: 100%; } .contacts { padding-top: 90px; position: absolute; top: 0; left: 0; width: 100%; z-index: 2; background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%; } .cont--contacts { padding-left: 245px; padding-right: 30px; font-size: 1.5em; color: white; float: right; } .cont--contacts > * { display: inline-block; margin: 15px 0; } .cont--contacts a { color: white; } .left--contacts { padding: 0 10px; border-right: solid thin white; margin-right: 15px; text-transform: uppercase; } .right--contacts { vertical-align: top; } .unit--contacts { display: inline-block; min-width: 380px; } .unit--contacts:last-child { min-width: auto !important; } .unit--contacts i { margin-right: 10px; } .slider { position: relative; height: 600px; z-index: 0; } .right--slider { display: flex; align-items: center; justify-content: flex-end; position: absolute; top: 0; right: 0; height: 100%; background-image:url(../img/trapezia.png); background-size: cover; z-index: 1; } .right--slider > div { font-family: Phenomena, Arial, sans-serif; font-size: 4em; margin-left: 30%; margin-right: 10%; text-align: center; text-transform: uppercase; } .controls--slider { display: flex; justify-content: space-between; position: absolute; top: 50%; width: 100%; transform: translateY(-50%); padding: 0 10px; z-index: 2; } .controls--slider a { color: white; font-size: 3em; } #slider { position: relative; height: 100%; } .owl-wrapper-outer, .owl-wrapper, .owl-item { height: 100%; } .page--slider { height: 100%; } .page--slider img { height: 100%; width: 100%; object-fit: cover; } .heading--section { padding: 20px 0; color: white; background: #008CCE; text-align: center; } .heading--section h2 { margin: 0; font-family: Phenomena, Arial, sans-serif; font-size: 4em; text-transform: uppercase; } .subheading { font-size: 1.2em; } .img--new { text-align:center; margin-top:40px; margin-bottom:20px; } .img--new img { max-width:290px; } .text--new { text-align: justify; font-size: 16px; } #jobs { padding-top:70px; } .our-work { background-image: url(../img/bg.png); background-repeat: no-repeat; background-position: bottom right; margin-bottom:40px; } .img--work { padding-left:20%; padding-right:20%; margin-top:30px; } .img--work img { width:100%; padding-left:20%; padding-right:20%; } .text--work { font-size: 16px; text-align: justify; } .col-md-6.right { } .advice { background: grey; } section.grey { background: grey; } .cont-video--advice { margin: 30px 0; } .heading-half { margin: 30px 0; font-family: Phenomena, Arial, sans-serif; font-size: 4em; text-transform: uppercase; } section.grey .heading-half, section.grey .descr-half { color: white; } .descr-half { font-size: 1.2em; margin-bottom:30px; } .partners { } .cert { } .cont--partners { display: flex; flex-wrap: wrap; justify-content: space-between; width: 90%; margin: 30px auto; } .logo--partner { flex-basis: 28%; max-width: 220px; margin: 10px; } .photo--cert { flex-basis: 22%; max-width: 220px; margin: 10px 0; } .logo--partner img, .photo--cert img { width: 100%; object-fit: contain; } footer { width:100%; display:table; color: white; background-image: url(../img/footer.jpg); background-size: cover; } .cont--footer { width:100%; display:table; height: 100%; padding: 20px; background: rgba(0,0,0,0.60); } .logo--footer img { max-width: 150px; } .p--footer { max-width: 600px; margin: 20px 0 0; } .heading--footer { line-height: 1; margin: 0; font-size: 2em; } .contacts--footer { margin-top: 20px; } .text--footer { text-align: center; font-size:16px; } .text--footer a:hover { color: white; } @media(max-width:767px) { .navbar-brand { height:90px; } }
0.355327
0.075278