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
form { margin: 0 0 2em 0; } form > :last-child { margin-bottom: 0; } form > .fields { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: calc(100% + 3em); margin: -1.5em 0 2em -1.5em; } form > .fields > .field { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; padding: 1.5em 0 0 1.5em; width: calc(100% - 1.5em); } form > .fields > .field.half { width: calc(50% - 0.75em); } form > .fields > .field.third { width: calc(100%/3 - 0.5em); } form > .fields > .field.quarter { width: calc(25% - 0.375em); } @media screen and (max-width: 480px) { form > .fields { width: calc(100% + 3em); margin: -1.5em 0 2em -1.5em; } form > .fields > .field { padding: 1.5em 0 0 1.5em; width: calc(100% - 1.5em); } form > .fields > .field.half { width: calc(100% - 1.5em); } form > .fields > .field.third { width: calc(100% - 1.5em); } form > .fields > .field.quarter { width: calc(100% - 1.5em); } } label { color: #ffffff; font-weight: bold; line-height: 1.5; margin: 0 0 0.7em 0; display: block; font-size: 1.1em; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; background: rgba(255, 255, 255, 0.05); border-radius: 0.25em; border: none; border: solid 1px rgba(255, 255, 255, 0.15); color: inherit; display: block; outline: 0; padding: 0 1em; text-decoration: none; width: 100%; } input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, select:invalid, textarea:invalid { box-shadow: none; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus { border-color: #ffffff; box-shadow: 0 0 0 1px #ffffff; } select { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.15)' /%3E%3C/svg%3E"); background-size: 1.25rem; background-repeat: no-repeat; background-position: calc(100% - 1rem) center; height: 2.75em; padding-right: 2.75em; text-overflow: ellipsis; } select option { color: #ffffff; background: #312450; } select:focus::-ms-value { background-color: transparent; } select::-ms-expand { display: none; } input[type="text"], input[type="password"], input[type="email"], select { height: 2.75em; } textarea { padding: 0.75em 1em; } body.is-ie textarea { min-height: 10em; } input[type="checkbox"], input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; } input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; color: rgba(255, 255, 255, 0.55); cursor: pointer; display: inline-block; font-size: 1em; font-weight: normal; padding-left: 2.4em; padding-right: 0.75em; position: relative; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 900; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: rgba(255, 255, 255, 0.05); border-radius: 0.25em; border: solid 1px rgba(255, 255, 255, 0.15); content: ''; display: inline-block; font-size: 0.8em; height: 2.0625em; left: 0; line-height: 2.0625em; position: absolute; text-align: center; top: 0; width: 2.0625em; } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #ffffff; border-color: #ffffff; color: #4ea2b7; content: '\f00c'; } input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #ffffff; box-shadow: 0 0 0 1px #ffffff; } input[type="checkbox"] + label:before { border-radius: 0.25em; } input[type="radio"] + label:before { border-radius: 100%; } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.35) !important; opacity: 1.0; } :-moz-placeholder { color: rgba(255, 255, 255, 0.35) !important; opacity: 1.0; } ::-moz-placeholder { color: rgba(255, 255, 255, 0.35) !important; opacity: 1.0; } :-ms-input-placeholder { color: rgba(255, 255, 255, 0.35) !important; opacity: 1.0; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 400; } .icon > .label { display: none; } .icon:before { line-height: inherit; } .icon.solid:before { font-weight: 900; } .icon.brands:before { font-family: 'Font Awesome 5 Brands'; } .icon.major { width: 2.5em; height: 2.5em; display: block; background: #ffffff; border-radius: 100%; color: #312450; text-align: center; line-height: 2.5em; margin: 0 0 1.3em 0; } .icon.major:before { font-size: 1.25em; } .wrapper.style1 .icon.major:before { color: #5e42a6; } .wrapper.style1-alt .icon.major:before { color: #493382; } .wrapper.style2 .icon.major:before { color: #5052b5; } .wrapper.style2-alt .icon.major:before { color: #3e4094; } .wrapper.style3 .icon.major:before { color: #4ea2b7; } .wrapper.style3-alt .icon.major:before { color: #3d6a95; } /* Image */ #logo-image { width: 25%; height: 65px; float: left; } .image { border-radius: 0.25em; border: 0; display: inline-block; position: relative; } .image img { border-radius: 0.25em; display: block; } .image.left, .image.right { max-width: 40%; } .image.left img, .image.right img { width: 100%; } .image.left { float: left; margin: 0 1.5em 1em 0; top: 0.25em; } .image.right { float: right; margin: 0 0 1em 1.5em; top: 0.25em; } .image.fit { display: block; margin: 0 0 1em 0; width: 100%; } .image.fit img { width: 100%; } .image.main { display: block; margin: 0 0 3em 0; width: 100%; } .image.main img { width: 100%; } /* List */ ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; } ol li { padding-left: 0.25em; } ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; } ul li { padding-left: 0.5em; } ul.alt { list-style: none; padding-left: 0; } ul.alt li { border-top: solid 1px rgba(255, 255, 255, 0.15); padding: 0.5em 0; } ul.alt li:first-child { border-top: 0; padding-top: 0; } dl { margin: 0 0 2em 0; } dl dt { display: block; font-weight: bold; margin: 0 0 1em 0; } dl dd { margin-left: 2em; } /* Actions */ ul.actions { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; cursor: default; list-style: none; margin-left: -1em; padding-left: 0; } ul.actions li { padding: 0 0 0 1em; vertical-align: middle; } ul.actions.special { -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; width: 100%; margin-left: 0; } ul.actions.special li:first-child { padding-left: 0; } ul.actions.stacked { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-left: 0; } ul.actions.stacked li { padding: 1.3em 0 0 0; } ul.actions.stacked li:first-child { padding-top: 0; } ul.actions.fit { width: calc(100% + 1em); } ul.actions.fit li { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; width: 100%; } ul.actions.fit li > * { width: 100%; } ul.actions.fit.stacked { width: 100%; } @media screen and (max-width: 480px) { ul.actions:not(.fixed) { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-left: 0; width: 100% !important; } ul.actions:not(.fixed) li { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; padding: 1em 0 0 0; text-align: center; width: 100%; } ul.actions:not(.fixed) li > * { width: 100%; } ul.actions:not(.fixed) li:first-child { padding-top: 0; } ul.actions:not(.fixed) li input[type="submit"], ul.actions:not(.fixed) li input[type="reset"], ul.actions:not(.fixed) li input[type="button"], ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button { width: 100%; } ul.actions:not(.fixed) li input[type="submit"].icon:before, ul.actions:not(.fixed) li input[type="reset"].icon:before, ul.actions:not(.fixed) li input[type="button"].icon:before, ul.actions:not(.fixed) li button.icon:before, ul.actions:not(.fixed) li .button.icon:before { margin-left: -0.5rem; } } /* Contact */ ul.contact { list-style: none; padding: 0; } ul.contact > li { padding: 0; margin: 1.5em 0 0 0; } ul.contact > li:first-child { margin-top: 0; } /* Icons */ ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 0.75em 0 0; } ul.icons li:last-child { padding-right: 0; } ul.icons li > a, ul.icons li > span { border: 0; } ul.icons li > a .label, ul.icons li > span .label { display: none; } /* Menu */ ul.menu { list-style: none; padding: 0; } ul.menu > li { border-left: solid 1px rgba(255, 255, 255, 0.15); display: inline-block; line-height: 1; margin-left: 1.5em; padding: 0 0 0 1.5em; } ul.menu > li:first-child { border-left: 0; margin: 0; padding-left: 0; } @media screen and (max-width: 480px) { ul.menu > li { border-left: 0; display: block; line-height: inherit; margin: 0.5em 0 0 0; padding-left: 0; } } /* Section/Article */ section.special, article.special { text-align: center; } header p { color: rgba(255, 255, 255, 0.35); position: relative; margin: 0 0 1.5em 0; } header h2 + p { font-size: 1.25em; margin-top: -1em; line-height: 1.5em; } header h3 + p { font-size: 1.1em; margin-top: -0.8em; line-height: 1.5em; } header h4 + p, header h5 + p, header h6 + p { font-size: 0.9em; margin-top: -0.6em; line-height: 1.5em; } /* Split */ .split { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; } .split > * { width: calc(50% - 2.5em); } .split > :nth-child(2n - 1) { padding-right: 2.5em; border-right: solid 1px rgba(255, 255, 255, 0.15); } .split > :nth-child(2n) { padding-left: 2.5em; } .split.style1 > :nth-child(2n - 1) { width: calc(66.66666% - 2.5em); } .split.style1 > :nth-child(2n) { width: calc(33.33333% - 2.5em); } @media screen and (max-width: 1680px) { .split > * { width: calc(50% - 2em); } .split > :nth-child(2n - 1) { padding-right: 2em; } .split > :nth-child(2n) { padding-left: 2em; } .split.style1 > :nth-child(2n - 1) { width: calc(66.66666% - 2em); } .split.style1 > :nth-child(2n) { width: calc(33.33333% - 2em); } } @media screen and (max-width: 980px) { .split { display: block; } .split > * { border-top: solid 1px rgba(255, 255, 255, 0.15); margin: 4em 0 0 0; padding: 4em 0 0 0; width: 100% !important; } .split > :nth-child(2n - 1) { border-right: 0; padding-right: 0; } .split > :nth-child(2n) { padding-left: 0; } .split > :first-child { border-top: 0; margin-top: 0; padding-top: 0; } } @media screen and (max-width: 736px) { .split > * { margin: 3em 0 0 0; padding: 3em 0 0 0; } } /* Spotlights */ .spotlights > section { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: row; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; min-height: 22.5em; } body.is-ie .spotlights > section { min-height: 0; } .spotlights > section > .image { background-position: center center; background-size: cover; border-radius: 0; display: block; position: relative; width: 25em; } .spotlights > section > .image img { border-radius: 0; display: block; } .spotlights > section > .image:before { -moz-transition: opacity 1s ease; -webkit-transition: opacity 1s ease; -ms-transition: opacity 1s ease; transition: opacity 1s ease; background: rgba(49, 36, 80, 0.9); content: ''; display: block; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; } .spotlights > section > .content { padding: 4em 5em 2em 5em ; display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; width: 50em; -ms-flex: 1; } .spotlights > section > .content > .inner { -moz-transform: translateX(0) translateY(0); -webkit-transform: translateX(0) translateY(0); -ms-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); -moz-transition: opacity 1s ease, -moz-transform 1s ease; -webkit-transition: opacity 1s ease, -webkit-transform 1s ease; -ms-transition: opacity 1s ease, -ms-transform 1s ease; transition: opacity 1s ease, transform 1s ease; opacity: 1; } .spotlights > section:nth-child(2) { background-color: rgba(0, 0, 0, 0.05); } .spotlights > section:nth-child(3) { background-color: rgba(0, 0, 0, 0.1); } .spotlights > section.inactive > .image:before, body.is-preload .spotlights > section > .image:before { opacity: 1; } .spotlights > section.inactive > .content > .inner, body.is-preload .spotlights > section > .content > .inner { -moz-transform: translateX(-1em); -webkit-transform: translateX(-1em); -ms-transform: translateX(-1em); transform: translateX(-1em); opacity: 0; } @media screen and (max-width: 1680px) { .spotlights > section > .content { padding: 4em 4em 2em 4em ; } } @media screen and (max-width: 980px) { .spotlights > section { display: block; } .spotlights > section > .image { width: 100%; height: 50vh; } .spotlights > section > .content { width: 100%; } .spotlights > section.inactive > .content > .inner, body.is-preload .spotlights > section > .content > .inner { -moz-transform: translateY(1em); -webkit-transform: translateY(1em); -ms-transform: translateY(1em); transform: translateY(1em); } } @media screen and (max-width: 736px) { .spotlights > section > .image { height: 50vh; min-height: 15em; } .spotlights > section > .content { padding: 3em 2em 1em 2em ; } } /* Table */ .table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; } table { margin: 0 0 2em 0; width: 100%; } table tbody tr { border: solid 1px rgba(255, 255, 255, 0.15); border-left: 0; border-right: 0; } table tbody tr:nth-child(2n + 1) { background-color: rgba(255, 255, 255, 0.05); } table td { padding: 0.75em 0.75em; } table th { color: #ffffff; font-size: 1em; font-weight: bold; padding: 0 0.75em 0.75em 0.75em; text-align: left; } table thead { border-bottom: solid 2px rgba(255, 255, 255, 0.15); } table tfoot { border-top: solid 2px rgba(255, 255, 255, 0.15); } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px rgba(255, 255, 255, 0.15); border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } /* Wrapper */ .wrapper { position: relative; } .wrapper > .inner { padding: 5em 5em 3em 5em ; max-width: 100%; width: 75em; } @media screen and (max-width: 1680px) { .wrapper > .inner { padding: 4em 4em 2em 4em ; } } @media screen and (max-width: 1280px) { .wrapper > .inner { width: 100%; } } @media screen and (max-width: 736px) { .wrapper > .inner { padding: 3em 2em 1em 2em ; } } .wrapper.alt { background-color: #261c3e; } .wrapper.style1 { background-color: #5e42a6; } .wrapper.style1-alt { background-color: #493382; } .wrapper.style2 { background-color: #5052b5; } .wrapper.style2-alt { background-color: #3e4094; } .wrapper.style3 { background-color: #3d7995; } .wrapper.style3-alt { background-color: #3d7995; } .wrapper.fullscreen { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; min-height: 100vh; } body.is-ie .wrapper.fullscreen { height: 100vh; } @media screen and (max-width: 1280px) { .wrapper.fullscreen { min-height: calc(100vh - 2.5em); } body.is-ie .wrapper.fullscreen { height: calc(100vh - 2.5em); } } @media screen and (max-width: 736px) { .wrapper.fullscreen { padding: 2em 0; min-height: 0; } body.is-ie .wrapper.fullscreen { height: auto; } } .wrapper.fade-up > .inner { -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -moz-transition: opacity 1s ease, -moz-transform 1s ease; -webkit-transition: opacity 1s ease, -webkit-transform 1s ease; -ms-transition: opacity 1s ease, -ms-transform 1s ease; transition: opacity 1s ease, transform 1s ease; opacity: 1.0; } .wrapper.fade-up.inactive > .inner, body.is-preload .wrapper.fade-up > .inner { opacity: 0; -moz-transform: translateY(1em); -webkit-transform: translateY(1em); -ms-transform: translateY(1em); transform: translateY(1em); } .wrapper.fade-down > .inner { -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -moz-transition: opacity 1s ease, -moz-transform 1s ease; -webkit-transition: opacity 1s ease, -webkit-transform 1s ease; -ms-transition: opacity 1s ease, -ms-transform 1s ease; transition: opacity 1s ease, transform 1s ease; opacity: 1.0; } .wrapper.fade-down.inactive > .inner, body.is-preload .wrapper.fade-down > .inner { opacity: 0; -moz-transform: translateY(-1em); -webkit-transform: translateY(-1em); -ms-transform: translateY(-1em); transform: translateY(-1em); } .wrapper.fade > .inner { -moz-transition: opacity 1s ease; -webkit-transition: opacity 1s ease; -ms-transition: opacity 1s ease; transition: opacity 1s ease; opacity: 1.0; } .wrapper.fade.inactive > .inner, body.is-preload .wrapper.fade > .inner { opacity: 0; } /* Header */ #header { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; background-color: #5e42a6; cursor: default; padding: 1.75em 2em; } #header > .title { border: 0; color: #ffffff; display: block; font-size: 1.25em; font-weight: bold; } #header > nav { -moz-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: right; } #header > nav > ul { margin: 0; padding: 0; } #header > nav > ul > li { display: inline-block; margin-left: 1.75em; padding: 0; vertical-align: middle; } #header > nav > ul > li:first-child { margin-left: 0; } #header > nav > ul > li a { border: 0; color: rgba(255, 255, 255, 0.35); display: inline-block; font-size: 0.6em; font-weight: bold; letter-spacing: 0.25em; text-transform: uppercase; } #header > nav > ul > li a:hover { color: rgba(255, 255, 255, 0.55); } #header > nav > ul > li a.active { color: #ffffff; } @media screen and (max-width: 736px) { #header { padding: 1em 2em; } } @media screen and (max-width: 480px) { #header { display: block; padding: 0 2em; text-align: left; } #header .title { font-size: 1.25em; padding: 1em 0; } #header > nav { border-top: solid 1px rgba(255, 255, 255, 0.15); text-align: inherit; } #header > nav > ul > li { margin-left: 1.5em; } #header > nav > ul > li a { height: 6em; line-height: 6em; } } /* Wrapper (main) */ #sidebar + #wrapper { margin-left: 18em; } @media screen and (max-width: 1280px) { #sidebar + #wrapper { margin-left: 0; padding-top: 3.5em; } } @media screen and (max-width: 736px) { #sidebar + #wrapper { padding-top: 0; } } #header + #wrapper > .wrapper > .inner { margin: 0 auto; } /* Footer */ #sidebar + #wrapper + #footer { margin-left: 18em; } @media screen and (max-width: 1280px) { #sidebar + #wrapper + #footer { margin-left: 0; } } #footer > .inner a { border-bottom-color: rgba(255, 255, 255, 0.15); } #footer > .inner a:hover { border-bottom-color: transparent; } #footer > .inner .menu { font-size: 0.8em; color: rgba(255, 255, 255, 0.15); } #header + #wrapper + #footer > .inner { margin: 0 auto; }
public/assets/css/layout.css
form { margin: 0 0 2em 0; } form > :last-child { margin-bottom: 0; } form > .fields { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: calc(100% + 3em); margin: -1.5em 0 2em -1.5em; } form > .fields > .field { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; padding: 1.5em 0 0 1.5em; width: calc(100% - 1.5em); } form > .fields > .field.half { width: calc(50% - 0.75em); } form > .fields > .field.third { width: calc(100%/3 - 0.5em); } form > .fields > .field.quarter { width: calc(25% - 0.375em); } @media screen and (max-width: 480px) { form > .fields { width: calc(100% + 3em); margin: -1.5em 0 2em -1.5em; } form > .fields > .field { padding: 1.5em 0 0 1.5em; width: calc(100% - 1.5em); } form > .fields > .field.half { width: calc(100% - 1.5em); } form > .fields > .field.third { width: calc(100% - 1.5em); } form > .fields > .field.quarter { width: calc(100% - 1.5em); } } label { color: #ffffff; font-weight: bold; line-height: 1.5; margin: 0 0 0.7em 0; display: block; font-size: 1.1em; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; background: rgba(255, 255, 255, 0.05); border-radius: 0.25em; border: none; border: solid 1px rgba(255, 255, 255, 0.15); color: inherit; display: block; outline: 0; padding: 0 1em; text-decoration: none; width: 100%; } input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, select:invalid, textarea:invalid { box-shadow: none; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus { border-color: #ffffff; box-shadow: 0 0 0 1px #ffffff; } select { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.15)' /%3E%3C/svg%3E"); background-size: 1.25rem; background-repeat: no-repeat; background-position: calc(100% - 1rem) center; height: 2.75em; padding-right: 2.75em; text-overflow: ellipsis; } select option { color: #ffffff; background: #312450; } select:focus::-ms-value { background-color: transparent; } select::-ms-expand { display: none; } input[type="text"], input[type="password"], input[type="email"], select { height: 2.75em; } textarea { padding: 0.75em 1em; } body.is-ie textarea { min-height: 10em; } input[type="checkbox"], input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; } input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; color: rgba(255, 255, 255, 0.55); cursor: pointer; display: inline-block; font-size: 1em; font-weight: normal; padding-left: 2.4em; padding-right: 0.75em; position: relative; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 900; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: rgba(255, 255, 255, 0.05); border-radius: 0.25em; border: solid 1px rgba(255, 255, 255, 0.15); content: ''; display: inline-block; font-size: 0.8em; height: 2.0625em; left: 0; line-height: 2.0625em; position: absolute; text-align: center; top: 0; width: 2.0625em; } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #ffffff; border-color: #ffffff; color: #4ea2b7; content: '\f00c'; } input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #ffffff; box-shadow: 0 0 0 1px #ffffff; } input[type="checkbox"] + label:before { border-radius: 0.25em; } input[type="radio"] + label:before { border-radius: 100%; } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.35) !important; opacity: 1.0; } :-moz-placeholder { color: rgba(255, 255, 255, 0.35) !important; opacity: 1.0; } ::-moz-placeholder { color: rgba(255, 255, 255, 0.35) !important; opacity: 1.0; } :-ms-input-placeholder { color: rgba(255, 255, 255, 0.35) !important; opacity: 1.0; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 400; } .icon > .label { display: none; } .icon:before { line-height: inherit; } .icon.solid:before { font-weight: 900; } .icon.brands:before { font-family: 'Font Awesome 5 Brands'; } .icon.major { width: 2.5em; height: 2.5em; display: block; background: #ffffff; border-radius: 100%; color: #312450; text-align: center; line-height: 2.5em; margin: 0 0 1.3em 0; } .icon.major:before { font-size: 1.25em; } .wrapper.style1 .icon.major:before { color: #5e42a6; } .wrapper.style1-alt .icon.major:before { color: #493382; } .wrapper.style2 .icon.major:before { color: #5052b5; } .wrapper.style2-alt .icon.major:before { color: #3e4094; } .wrapper.style3 .icon.major:before { color: #4ea2b7; } .wrapper.style3-alt .icon.major:before { color: #3d6a95; } /* Image */ #logo-image { width: 25%; height: 65px; float: left; } .image { border-radius: 0.25em; border: 0; display: inline-block; position: relative; } .image img { border-radius: 0.25em; display: block; } .image.left, .image.right { max-width: 40%; } .image.left img, .image.right img { width: 100%; } .image.left { float: left; margin: 0 1.5em 1em 0; top: 0.25em; } .image.right { float: right; margin: 0 0 1em 1.5em; top: 0.25em; } .image.fit { display: block; margin: 0 0 1em 0; width: 100%; } .image.fit img { width: 100%; } .image.main { display: block; margin: 0 0 3em 0; width: 100%; } .image.main img { width: 100%; } /* List */ ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; } ol li { padding-left: 0.25em; } ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; } ul li { padding-left: 0.5em; } ul.alt { list-style: none; padding-left: 0; } ul.alt li { border-top: solid 1px rgba(255, 255, 255, 0.15); padding: 0.5em 0; } ul.alt li:first-child { border-top: 0; padding-top: 0; } dl { margin: 0 0 2em 0; } dl dt { display: block; font-weight: bold; margin: 0 0 1em 0; } dl dd { margin-left: 2em; } /* Actions */ ul.actions { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; cursor: default; list-style: none; margin-left: -1em; padding-left: 0; } ul.actions li { padding: 0 0 0 1em; vertical-align: middle; } ul.actions.special { -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; width: 100%; margin-left: 0; } ul.actions.special li:first-child { padding-left: 0; } ul.actions.stacked { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-left: 0; } ul.actions.stacked li { padding: 1.3em 0 0 0; } ul.actions.stacked li:first-child { padding-top: 0; } ul.actions.fit { width: calc(100% + 1em); } ul.actions.fit li { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; width: 100%; } ul.actions.fit li > * { width: 100%; } ul.actions.fit.stacked { width: 100%; } @media screen and (max-width: 480px) { ul.actions:not(.fixed) { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-left: 0; width: 100% !important; } ul.actions:not(.fixed) li { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; padding: 1em 0 0 0; text-align: center; width: 100%; } ul.actions:not(.fixed) li > * { width: 100%; } ul.actions:not(.fixed) li:first-child { padding-top: 0; } ul.actions:not(.fixed) li input[type="submit"], ul.actions:not(.fixed) li input[type="reset"], ul.actions:not(.fixed) li input[type="button"], ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button { width: 100%; } ul.actions:not(.fixed) li input[type="submit"].icon:before, ul.actions:not(.fixed) li input[type="reset"].icon:before, ul.actions:not(.fixed) li input[type="button"].icon:before, ul.actions:not(.fixed) li button.icon:before, ul.actions:not(.fixed) li .button.icon:before { margin-left: -0.5rem; } } /* Contact */ ul.contact { list-style: none; padding: 0; } ul.contact > li { padding: 0; margin: 1.5em 0 0 0; } ul.contact > li:first-child { margin-top: 0; } /* Icons */ ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 0.75em 0 0; } ul.icons li:last-child { padding-right: 0; } ul.icons li > a, ul.icons li > span { border: 0; } ul.icons li > a .label, ul.icons li > span .label { display: none; } /* Menu */ ul.menu { list-style: none; padding: 0; } ul.menu > li { border-left: solid 1px rgba(255, 255, 255, 0.15); display: inline-block; line-height: 1; margin-left: 1.5em; padding: 0 0 0 1.5em; } ul.menu > li:first-child { border-left: 0; margin: 0; padding-left: 0; } @media screen and (max-width: 480px) { ul.menu > li { border-left: 0; display: block; line-height: inherit; margin: 0.5em 0 0 0; padding-left: 0; } } /* Section/Article */ section.special, article.special { text-align: center; } header p { color: rgba(255, 255, 255, 0.35); position: relative; margin: 0 0 1.5em 0; } header h2 + p { font-size: 1.25em; margin-top: -1em; line-height: 1.5em; } header h3 + p { font-size: 1.1em; margin-top: -0.8em; line-height: 1.5em; } header h4 + p, header h5 + p, header h6 + p { font-size: 0.9em; margin-top: -0.6em; line-height: 1.5em; } /* Split */ .split { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; } .split > * { width: calc(50% - 2.5em); } .split > :nth-child(2n - 1) { padding-right: 2.5em; border-right: solid 1px rgba(255, 255, 255, 0.15); } .split > :nth-child(2n) { padding-left: 2.5em; } .split.style1 > :nth-child(2n - 1) { width: calc(66.66666% - 2.5em); } .split.style1 > :nth-child(2n) { width: calc(33.33333% - 2.5em); } @media screen and (max-width: 1680px) { .split > * { width: calc(50% - 2em); } .split > :nth-child(2n - 1) { padding-right: 2em; } .split > :nth-child(2n) { padding-left: 2em; } .split.style1 > :nth-child(2n - 1) { width: calc(66.66666% - 2em); } .split.style1 > :nth-child(2n) { width: calc(33.33333% - 2em); } } @media screen and (max-width: 980px) { .split { display: block; } .split > * { border-top: solid 1px rgba(255, 255, 255, 0.15); margin: 4em 0 0 0; padding: 4em 0 0 0; width: 100% !important; } .split > :nth-child(2n - 1) { border-right: 0; padding-right: 0; } .split > :nth-child(2n) { padding-left: 0; } .split > :first-child { border-top: 0; margin-top: 0; padding-top: 0; } } @media screen and (max-width: 736px) { .split > * { margin: 3em 0 0 0; padding: 3em 0 0 0; } } /* Spotlights */ .spotlights > section { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: row; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; min-height: 22.5em; } body.is-ie .spotlights > section { min-height: 0; } .spotlights > section > .image { background-position: center center; background-size: cover; border-radius: 0; display: block; position: relative; width: 25em; } .spotlights > section > .image img { border-radius: 0; display: block; } .spotlights > section > .image:before { -moz-transition: opacity 1s ease; -webkit-transition: opacity 1s ease; -ms-transition: opacity 1s ease; transition: opacity 1s ease; background: rgba(49, 36, 80, 0.9); content: ''; display: block; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; } .spotlights > section > .content { padding: 4em 5em 2em 5em ; display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; width: 50em; -ms-flex: 1; } .spotlights > section > .content > .inner { -moz-transform: translateX(0) translateY(0); -webkit-transform: translateX(0) translateY(0); -ms-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); -moz-transition: opacity 1s ease, -moz-transform 1s ease; -webkit-transition: opacity 1s ease, -webkit-transform 1s ease; -ms-transition: opacity 1s ease, -ms-transform 1s ease; transition: opacity 1s ease, transform 1s ease; opacity: 1; } .spotlights > section:nth-child(2) { background-color: rgba(0, 0, 0, 0.05); } .spotlights > section:nth-child(3) { background-color: rgba(0, 0, 0, 0.1); } .spotlights > section.inactive > .image:before, body.is-preload .spotlights > section > .image:before { opacity: 1; } .spotlights > section.inactive > .content > .inner, body.is-preload .spotlights > section > .content > .inner { -moz-transform: translateX(-1em); -webkit-transform: translateX(-1em); -ms-transform: translateX(-1em); transform: translateX(-1em); opacity: 0; } @media screen and (max-width: 1680px) { .spotlights > section > .content { padding: 4em 4em 2em 4em ; } } @media screen and (max-width: 980px) { .spotlights > section { display: block; } .spotlights > section > .image { width: 100%; height: 50vh; } .spotlights > section > .content { width: 100%; } .spotlights > section.inactive > .content > .inner, body.is-preload .spotlights > section > .content > .inner { -moz-transform: translateY(1em); -webkit-transform: translateY(1em); -ms-transform: translateY(1em); transform: translateY(1em); } } @media screen and (max-width: 736px) { .spotlights > section > .image { height: 50vh; min-height: 15em; } .spotlights > section > .content { padding: 3em 2em 1em 2em ; } } /* Table */ .table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; } table { margin: 0 0 2em 0; width: 100%; } table tbody tr { border: solid 1px rgba(255, 255, 255, 0.15); border-left: 0; border-right: 0; } table tbody tr:nth-child(2n + 1) { background-color: rgba(255, 255, 255, 0.05); } table td { padding: 0.75em 0.75em; } table th { color: #ffffff; font-size: 1em; font-weight: bold; padding: 0 0.75em 0.75em 0.75em; text-align: left; } table thead { border-bottom: solid 2px rgba(255, 255, 255, 0.15); } table tfoot { border-top: solid 2px rgba(255, 255, 255, 0.15); } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px rgba(255, 255, 255, 0.15); border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } /* Wrapper */ .wrapper { position: relative; } .wrapper > .inner { padding: 5em 5em 3em 5em ; max-width: 100%; width: 75em; } @media screen and (max-width: 1680px) { .wrapper > .inner { padding: 4em 4em 2em 4em ; } } @media screen and (max-width: 1280px) { .wrapper > .inner { width: 100%; } } @media screen and (max-width: 736px) { .wrapper > .inner { padding: 3em 2em 1em 2em ; } } .wrapper.alt { background-color: #261c3e; } .wrapper.style1 { background-color: #5e42a6; } .wrapper.style1-alt { background-color: #493382; } .wrapper.style2 { background-color: #5052b5; } .wrapper.style2-alt { background-color: #3e4094; } .wrapper.style3 { background-color: #3d7995; } .wrapper.style3-alt { background-color: #3d7995; } .wrapper.fullscreen { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; min-height: 100vh; } body.is-ie .wrapper.fullscreen { height: 100vh; } @media screen and (max-width: 1280px) { .wrapper.fullscreen { min-height: calc(100vh - 2.5em); } body.is-ie .wrapper.fullscreen { height: calc(100vh - 2.5em); } } @media screen and (max-width: 736px) { .wrapper.fullscreen { padding: 2em 0; min-height: 0; } body.is-ie .wrapper.fullscreen { height: auto; } } .wrapper.fade-up > .inner { -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -moz-transition: opacity 1s ease, -moz-transform 1s ease; -webkit-transition: opacity 1s ease, -webkit-transform 1s ease; -ms-transition: opacity 1s ease, -ms-transform 1s ease; transition: opacity 1s ease, transform 1s ease; opacity: 1.0; } .wrapper.fade-up.inactive > .inner, body.is-preload .wrapper.fade-up > .inner { opacity: 0; -moz-transform: translateY(1em); -webkit-transform: translateY(1em); -ms-transform: translateY(1em); transform: translateY(1em); } .wrapper.fade-down > .inner { -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -moz-transition: opacity 1s ease, -moz-transform 1s ease; -webkit-transition: opacity 1s ease, -webkit-transform 1s ease; -ms-transition: opacity 1s ease, -ms-transform 1s ease; transition: opacity 1s ease, transform 1s ease; opacity: 1.0; } .wrapper.fade-down.inactive > .inner, body.is-preload .wrapper.fade-down > .inner { opacity: 0; -moz-transform: translateY(-1em); -webkit-transform: translateY(-1em); -ms-transform: translateY(-1em); transform: translateY(-1em); } .wrapper.fade > .inner { -moz-transition: opacity 1s ease; -webkit-transition: opacity 1s ease; -ms-transition: opacity 1s ease; transition: opacity 1s ease; opacity: 1.0; } .wrapper.fade.inactive > .inner, body.is-preload .wrapper.fade > .inner { opacity: 0; } /* Header */ #header { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; background-color: #5e42a6; cursor: default; padding: 1.75em 2em; } #header > .title { border: 0; color: #ffffff; display: block; font-size: 1.25em; font-weight: bold; } #header > nav { -moz-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: right; } #header > nav > ul { margin: 0; padding: 0; } #header > nav > ul > li { display: inline-block; margin-left: 1.75em; padding: 0; vertical-align: middle; } #header > nav > ul > li:first-child { margin-left: 0; } #header > nav > ul > li a { border: 0; color: rgba(255, 255, 255, 0.35); display: inline-block; font-size: 0.6em; font-weight: bold; letter-spacing: 0.25em; text-transform: uppercase; } #header > nav > ul > li a:hover { color: rgba(255, 255, 255, 0.55); } #header > nav > ul > li a.active { color: #ffffff; } @media screen and (max-width: 736px) { #header { padding: 1em 2em; } } @media screen and (max-width: 480px) { #header { display: block; padding: 0 2em; text-align: left; } #header .title { font-size: 1.25em; padding: 1em 0; } #header > nav { border-top: solid 1px rgba(255, 255, 255, 0.15); text-align: inherit; } #header > nav > ul > li { margin-left: 1.5em; } #header > nav > ul > li a { height: 6em; line-height: 6em; } } /* Wrapper (main) */ #sidebar + #wrapper { margin-left: 18em; } @media screen and (max-width: 1280px) { #sidebar + #wrapper { margin-left: 0; padding-top: 3.5em; } } @media screen and (max-width: 736px) { #sidebar + #wrapper { padding-top: 0; } } #header + #wrapper > .wrapper > .inner { margin: 0 auto; } /* Footer */ #sidebar + #wrapper + #footer { margin-left: 18em; } @media screen and (max-width: 1280px) { #sidebar + #wrapper + #footer { margin-left: 0; } } #footer > .inner a { border-bottom-color: rgba(255, 255, 255, 0.15); } #footer > .inner a:hover { border-bottom-color: transparent; } #footer > .inner .menu { font-size: 0.8em; color: rgba(255, 255, 255, 0.15); } #header + #wrapper + #footer > .inner { margin: 0 auto; }
0.446736
0.091666
*{font-family: "Helvetica Neue",Helvetica,Arial,'Microsoft YaHei',sans-serif; } input,textarea{-webkit-appearance:none;appearance:none;box-shadow: none;} html,body{ height:100%;} body{ margin:0; padding:0;} .product-body{ height:100%;} ul,li{ list-style:none; padding:0; margin:0;} .left-cat{ width:19%; position:fixed;height:100%; background-color:#EEEEEE; border-right: 1px solid #e9e9e9;box-sizing: border-box;padding-bottom:80px;} .left-cat ul{ padding-bottom:100px;} .left-cat ul li{ padding:20px 13px; border-bottom:1px #E4E3E3 solid;} .left-cat ul li a{ color:#9A9A9A; font-size:13px;} .left-cat ul li a:hover, .left-cat ul li a:focus{ text-decoration: none;} .left-cat ul li.active{ background-color:#ffffff;margin-right: -1px;border-left: 3px solid #C9B68C;} .left-cat ul li .cat-num{ display: inline-block;} .left-cat ul li.active a{color:#000000;} .left-cat .cat-num{ float: right;margin-top: -10px; font-size: 12px;color: #ffffff; background-color: #C9B68C; padding: 0 4px; border-radius: 4px; margin-right: -2px;} .body-header{position: relative;} .pro-img img{ width:100%;} .right-pro{ width:81%; left:19%; position:absolute; box-sizing: border-box; padding-bottom:80px; padding-left: 10px;} .right-pro ul{ padding-bottom:80px;} .titleleft{float:left;margin-top: -4px;} .pro-title{ display: inline-block; padding: 10px 0 5px 0;width:100%;} .nutri-img{ position:absolute; right:10px;} .nutri-img img{ width:35px;} .titleleft span{ display:inline-block;} .titleleft .title-text{ width:100%; color:#1F1F1F; font-size:16px;} .titleleft .pro-num{ font-size: 12px; color: #ffffff; background-color: #FB6E29; padding: 1px 3px;border-radius: 4px;} .pro-intru{ color:#9a9a9a; font-size:14px;} .price-num{ float: left; font-size:18px;} .price-num b{ font-size:12px;vertical-align: middle;} .buy-num{margin-left: 50px; text-align: right;} .buy-num .num{ color:#666666;} .pro-price{padding: 10px 0;} .right-pro ul li{ border-bottom: 1px solid #efefef; padding-right: 10px; margin-top: 10px;} .titleleft .pro-limit{font-size: 12px; color: #ffffff;background-color:#C9B68B; padding: 1px 3px; border-radius: 4px;} .titleleft .sold-out{font-size: 12px; color: #ffffff;background-color:#d3d1d1; padding: 1px 3px; border-radius: 4px;} .body-footer{ height:45px; bottom:0; width:100%;line-height: 45px;position:fixed; } .shopping-cart{ width: 72%; float: left; background-color:#000000; box-sizing: border-box; padding: 0 10px;} .settlement{ font-size:16px; width: 28%;float: left; background-color:#C9B68C; text-align:center; color:#ffffff;} .body-footer span{ color:#ffffff;} .body-footer .cart-price{ padding-left:5px; font-size:18px;} .body-footer .send-price{ color: #7A7879;} .body-footer .number{ background-color: #C9B68C; border-radius: 10px;padding: 0px 4px; position: relative; top: -10px; margin-left: -9px;} .cart-list{ bottom: 44px; position: fixed; width: 100%;} .list-header{ width: 100%; display: inline-block;background-color: #EEEEEE; height: 40px; line-height: 40px; padding: 0 10px;} .list-header .header-right{position: absolute; right: 10px;} .list-header span{ font-size:14px; color:#9A9A9A;} .header-right .icon-empty{ font-size:14px; padding-right:10px;} .cart-list ul{ padding:10px 0; margin:0; background-color:#ffffff; overflow-y:auto;} .pro-buy-num{ float:right;} .cart-list ul li{ line-height:1.4; display:inline-block; width:100%;} .cart-list ul li .prolist{ font-size:16px; padding: 0 10px;} .pro-buy-num .num { padding:0 5px;} .pro-price-num{ padding-right:10px;} .cartlist-bg{ width:100%; display: block;} .prolist .title-pro{display: inline-block; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;margin-top: 6px;} .buy-num .icon-minus{ padding:8px; color: #ccc;} .icon-minus{ color: #ccc;} .buy-num .icon-plus{ padding: 8px 0 8px 8px;} .buy-num .hidden{ display:inline-block;} .cart-icon .icon-cart{ font-size:30px; vertical-align: sub;} /*商品详情页*/ .comm-detail-header{ border-bottom:1px solid #efefef;} .commodity-img img{ width:100%;} .commodity-body{ padding-bottom:50px;} .commodity-body .comm-title{ display:inline-block; padding:15px 0; font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%;} .price-detail{height: 20px;line-height: 20px; display:inline-block; float:right;} .minus-hidden{ display:inline-block; } .minus-hidden .num{padding: 0 5px;font-size: 14px; color: #666666;} .clear{ clear:both;} .comm-price{padding-bottom: 15px; border-bottom: 1px solid #efefef;} .commodity-infor img{ width:100%;} .price-body{ padding:0 10px; padding-bottom:30px;} #list-loading { display: none; height: 30px; text-align: center; padding: 10px 0; } #list-loading img { display: inline-block; -webkit-animation-name: rotate; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } /*预定功能*/ .header-time{ position: fixed; text-align: center; line-height:45px; width: 100%;z-index: 999;} .select-time{ background-color:#ffffff;} .header-time section{ font-size: 15px;background-color:#eeeeee; border-bottom: 1px solid #E1E0E0;} .select-time ul{ margin:0;} .select-time ul li{ border-bottom: 1px solid #efefef;} .time-weak{ padding-left:10px;} .select-icon{ position:absolute; } .select-icon .icon-spread{font-size: 11px;} .time-icon .icon-cale{ font-size: 16px; padding-right: 5px;} .time-icon{ color:#eeeeee;} .header-time-icon{ color: #C9B68C;} .mid-mask{ position: fixed;z-index: 999;width: 100%;height: 100%;} .top-mask{ position: fixed; width: 100%; left: 0;z-index: 999;} .bot-mask{position: fixed; width: 100%; left: 0;z-index: 99;} .sec-send{ display: inline-block;} .sec-send .time-icon{ color: #C9B68C;} .sec-btn{ margin: 0 auto; width: 200px;} .mid-mask .mask-1{ width:100%; position:fixed;} .mid-mask .mask-2{ width: 101%;height: 100%;} .text-left{display: inline-block; width: 175px; text-align: left;} .time-day{ padding:0 5px;} .select-time ul li .time-icon{ padding-right:4px;}
static/css/commodity.css
*{font-family: "Helvetica Neue",Helvetica,Arial,'Microsoft YaHei',sans-serif; } input,textarea{-webkit-appearance:none;appearance:none;box-shadow: none;} html,body{ height:100%;} body{ margin:0; padding:0;} .product-body{ height:100%;} ul,li{ list-style:none; padding:0; margin:0;} .left-cat{ width:19%; position:fixed;height:100%; background-color:#EEEEEE; border-right: 1px solid #e9e9e9;box-sizing: border-box;padding-bottom:80px;} .left-cat ul{ padding-bottom:100px;} .left-cat ul li{ padding:20px 13px; border-bottom:1px #E4E3E3 solid;} .left-cat ul li a{ color:#9A9A9A; font-size:13px;} .left-cat ul li a:hover, .left-cat ul li a:focus{ text-decoration: none;} .left-cat ul li.active{ background-color:#ffffff;margin-right: -1px;border-left: 3px solid #C9B68C;} .left-cat ul li .cat-num{ display: inline-block;} .left-cat ul li.active a{color:#000000;} .left-cat .cat-num{ float: right;margin-top: -10px; font-size: 12px;color: #ffffff; background-color: #C9B68C; padding: 0 4px; border-radius: 4px; margin-right: -2px;} .body-header{position: relative;} .pro-img img{ width:100%;} .right-pro{ width:81%; left:19%; position:absolute; box-sizing: border-box; padding-bottom:80px; padding-left: 10px;} .right-pro ul{ padding-bottom:80px;} .titleleft{float:left;margin-top: -4px;} .pro-title{ display: inline-block; padding: 10px 0 5px 0;width:100%;} .nutri-img{ position:absolute; right:10px;} .nutri-img img{ width:35px;} .titleleft span{ display:inline-block;} .titleleft .title-text{ width:100%; color:#1F1F1F; font-size:16px;} .titleleft .pro-num{ font-size: 12px; color: #ffffff; background-color: #FB6E29; padding: 1px 3px;border-radius: 4px;} .pro-intru{ color:#9a9a9a; font-size:14px;} .price-num{ float: left; font-size:18px;} .price-num b{ font-size:12px;vertical-align: middle;} .buy-num{margin-left: 50px; text-align: right;} .buy-num .num{ color:#666666;} .pro-price{padding: 10px 0;} .right-pro ul li{ border-bottom: 1px solid #efefef; padding-right: 10px; margin-top: 10px;} .titleleft .pro-limit{font-size: 12px; color: #ffffff;background-color:#C9B68B; padding: 1px 3px; border-radius: 4px;} .titleleft .sold-out{font-size: 12px; color: #ffffff;background-color:#d3d1d1; padding: 1px 3px; border-radius: 4px;} .body-footer{ height:45px; bottom:0; width:100%;line-height: 45px;position:fixed; } .shopping-cart{ width: 72%; float: left; background-color:#000000; box-sizing: border-box; padding: 0 10px;} .settlement{ font-size:16px; width: 28%;float: left; background-color:#C9B68C; text-align:center; color:#ffffff;} .body-footer span{ color:#ffffff;} .body-footer .cart-price{ padding-left:5px; font-size:18px;} .body-footer .send-price{ color: #7A7879;} .body-footer .number{ background-color: #C9B68C; border-radius: 10px;padding: 0px 4px; position: relative; top: -10px; margin-left: -9px;} .cart-list{ bottom: 44px; position: fixed; width: 100%;} .list-header{ width: 100%; display: inline-block;background-color: #EEEEEE; height: 40px; line-height: 40px; padding: 0 10px;} .list-header .header-right{position: absolute; right: 10px;} .list-header span{ font-size:14px; color:#9A9A9A;} .header-right .icon-empty{ font-size:14px; padding-right:10px;} .cart-list ul{ padding:10px 0; margin:0; background-color:#ffffff; overflow-y:auto;} .pro-buy-num{ float:right;} .cart-list ul li{ line-height:1.4; display:inline-block; width:100%;} .cart-list ul li .prolist{ font-size:16px; padding: 0 10px;} .pro-buy-num .num { padding:0 5px;} .pro-price-num{ padding-right:10px;} .cartlist-bg{ width:100%; display: block;} .prolist .title-pro{display: inline-block; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;margin-top: 6px;} .buy-num .icon-minus{ padding:8px; color: #ccc;} .icon-minus{ color: #ccc;} .buy-num .icon-plus{ padding: 8px 0 8px 8px;} .buy-num .hidden{ display:inline-block;} .cart-icon .icon-cart{ font-size:30px; vertical-align: sub;} /*商品详情页*/ .comm-detail-header{ border-bottom:1px solid #efefef;} .commodity-img img{ width:100%;} .commodity-body{ padding-bottom:50px;} .commodity-body .comm-title{ display:inline-block; padding:15px 0; font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%;} .price-detail{height: 20px;line-height: 20px; display:inline-block; float:right;} .minus-hidden{ display:inline-block; } .minus-hidden .num{padding: 0 5px;font-size: 14px; color: #666666;} .clear{ clear:both;} .comm-price{padding-bottom: 15px; border-bottom: 1px solid #efefef;} .commodity-infor img{ width:100%;} .price-body{ padding:0 10px; padding-bottom:30px;} #list-loading { display: none; height: 30px; text-align: center; padding: 10px 0; } #list-loading img { display: inline-block; -webkit-animation-name: rotate; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } /*预定功能*/ .header-time{ position: fixed; text-align: center; line-height:45px; width: 100%;z-index: 999;} .select-time{ background-color:#ffffff;} .header-time section{ font-size: 15px;background-color:#eeeeee; border-bottom: 1px solid #E1E0E0;} .select-time ul{ margin:0;} .select-time ul li{ border-bottom: 1px solid #efefef;} .time-weak{ padding-left:10px;} .select-icon{ position:absolute; } .select-icon .icon-spread{font-size: 11px;} .time-icon .icon-cale{ font-size: 16px; padding-right: 5px;} .time-icon{ color:#eeeeee;} .header-time-icon{ color: #C9B68C;} .mid-mask{ position: fixed;z-index: 999;width: 100%;height: 100%;} .top-mask{ position: fixed; width: 100%; left: 0;z-index: 999;} .bot-mask{position: fixed; width: 100%; left: 0;z-index: 99;} .sec-send{ display: inline-block;} .sec-send .time-icon{ color: #C9B68C;} .sec-btn{ margin: 0 auto; width: 200px;} .mid-mask .mask-1{ width:100%; position:fixed;} .mid-mask .mask-2{ width: 101%;height: 100%;} .text-left{display: inline-block; width: 175px; text-align: left;} .time-day{ padding:0 5px;} .select-time ul li .time-icon{ padding-right:4px;}
0.300746
0.116061
@charset "ISO-8859-1"; /*----------------------- CONTENT LAYOUT ------------------------ */ body { background: url("/Images/library.jpg") no-repeat center center fixed; font-family: Helvetica, sans-serif; background-color: #5D5A5E; background-size: cover; } .container { border-radius: 5px; background-color: #f2f2f2; opacity:0.9; padding: 20px; margin-top: 20px; margin-right: 3%; margin-left: 3%; min-width: auto; } /* ----------------------- NAVIGATION BAR ----------------------- */ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #f2f2f2; opacity:0.9; border-radius: 4px; margin-top: 20px; margin-right: 3%; margin-left: 3%; min-width: auto; } li { float: left; } li a { display: block; color: black; text-align: center; padding: 14px 16px; text-decoration: none; } .active { background-color:black; color: white; } /* ----------------------------- FORMS ----------------------------- */ input[type=text],input[type=password], input[type=email], input[type=number], input[type=date], select, textarea { width: 60%; padding: 5px; float:left; border: 2px solid black; border-radius: 4px; } label { padding: 12px 12px 12px 0; display: inline-block; } input[type=submit] { background-color:black; color: white; padding: 12px; width: 110px; margin-top: 8px; border: none; border-radius: 4px; cursor: pointer; float: left; } .col-25 { float: left; width: 100px; margin-top: 6px; } .col-75 { float: left; width: 250px; margin-top: 6px; } .col-50 { float: left; width: 175px; margin-top: 6px; } .row:after { content: ""; display: table; clear: both; } /* ------------------- TABLE STYLE ------------------*/ #tablestyle { border-collapse: collapse; width: 98%; } #tablestyle td, #tablestyle th { border: 1px solid #ddd; padding: 8px; font-size: 12px } #tablestyle tr:nth-child(even){background-color: #f2f2f2;} #tablestyle tr:hover {background-color: #ddd;} #tablestyle th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color:#5D5A5E; color: white; } input[type=submit].table { background-color:black; color: white; padding: 5px; width: 150px; margin-top: 8px; border: none; border-radius: 4px; cursor: pointer; float: left; } .ebook{ background-color:black; color: white; padding: 5px; width: 100px; text-align:left; text-decoration: none; display: inline-block; font-size: 10px; margin: 1px 1px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); } .ebook:hover { background-color:white; color:black; }
Project 02 - Library Application/src/main/resources/static/CSS/account-layout.css
@charset "ISO-8859-1"; /*----------------------- CONTENT LAYOUT ------------------------ */ body { background: url("/Images/library.jpg") no-repeat center center fixed; font-family: Helvetica, sans-serif; background-color: #5D5A5E; background-size: cover; } .container { border-radius: 5px; background-color: #f2f2f2; opacity:0.9; padding: 20px; margin-top: 20px; margin-right: 3%; margin-left: 3%; min-width: auto; } /* ----------------------- NAVIGATION BAR ----------------------- */ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #f2f2f2; opacity:0.9; border-radius: 4px; margin-top: 20px; margin-right: 3%; margin-left: 3%; min-width: auto; } li { float: left; } li a { display: block; color: black; text-align: center; padding: 14px 16px; text-decoration: none; } .active { background-color:black; color: white; } /* ----------------------------- FORMS ----------------------------- */ input[type=text],input[type=password], input[type=email], input[type=number], input[type=date], select, textarea { width: 60%; padding: 5px; float:left; border: 2px solid black; border-radius: 4px; } label { padding: 12px 12px 12px 0; display: inline-block; } input[type=submit] { background-color:black; color: white; padding: 12px; width: 110px; margin-top: 8px; border: none; border-radius: 4px; cursor: pointer; float: left; } .col-25 { float: left; width: 100px; margin-top: 6px; } .col-75 { float: left; width: 250px; margin-top: 6px; } .col-50 { float: left; width: 175px; margin-top: 6px; } .row:after { content: ""; display: table; clear: both; } /* ------------------- TABLE STYLE ------------------*/ #tablestyle { border-collapse: collapse; width: 98%; } #tablestyle td, #tablestyle th { border: 1px solid #ddd; padding: 8px; font-size: 12px } #tablestyle tr:nth-child(even){background-color: #f2f2f2;} #tablestyle tr:hover {background-color: #ddd;} #tablestyle th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color:#5D5A5E; color: white; } input[type=submit].table { background-color:black; color: white; padding: 5px; width: 150px; margin-top: 8px; border: none; border-radius: 4px; cursor: pointer; float: left; } .ebook{ background-color:black; color: white; padding: 5px; width: 100px; text-align:left; text-decoration: none; display: inline-block; font-size: 10px; margin: 1px 1px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); } .ebook:hover { background-color:white; color:black; }
0.172764
0.08266
html { font-size: 62.5%; line-height: 62.5%; } body { background: #fff; color: #333; font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; font-size: 1.3rem; } code { font-family: Menlo, monospace; font-size: 9px; font-size: 0.9rem; } h1, h2, h3, h4 { font-weight: bold; } h1 { font-size: 32px; font-size: 3.2rem; line-height: 20px; line-height: 2rem; } h2 { font-size: 24px; font-size: 2.4rem; line-height: 20px; line-height: 2rem; } h3 { font-size: 18px; font-size: 1.8rem; line-height: 20px; line-height: 2rem; } h4 { font-size: 15px; font-size: 1.5rem; line-height: 15px; line-height: 1.5rem; } h5 { font-size: 13px; font-size: 1.3rem; line-height: 15px; line-height: 1.5rem; } hr { border: 0; height: 1px; background: #DEDEDE; margin-top: 30px; } p { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; margin: 0 0 9px; } strong { font-weight: bold; } em { font-style: italic; } a { color: #206cb1; text-decoration: none; } a:hover { text-decoration: underline; color: #185286; } ul, ol { margin: 0 0 9px 25px; } ul ul, ol ol { margin-bottom: 0; } ul { list-style: disc; } ol { list-style: decimal; } li { font-size: 13px; font-size: 1.3rem; line-height: 16px; line-height: 1.6rem; } /***************************** Utility Classes *****************************/ .secondary { font-size: 11px; font-size: 1.1rem; color: #777; } .underline { border-bottom: 1px solid #ccc; padding-bottom: 5px; } /***************************** Forms *****************************/ label { display: block; font-weight: bold; } label.inline { display: inline; } fieldset { margin-bottom: 20px; } fieldset ul { margin-left: 0; list-style: none; } fieldset ul li { margin-bottom: 10px; } fieldset ul li label { padding-bottom: 5px; } input, textarea, select { outline: none; } input, textarea { padding: 3px; font-size: 13px; font-size: 1.3rem; } input[type='text'], input[type='password'], textarea { border-radius: 2px; border: 1px solid #ccc; padding: 5px; } input[type='text']:focus, input[type='password']:focus, textarea:focus { border-color: #8dabd4; } input[type='submit'], input[type='button'], button, .button { font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; font-size: 1.3rem; color: #000; cursor: pointer; border-radius: 2px; border: 1px solid #adadad; padding: 6px 5px 5px; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, white 0%, #f3f3f3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, white 0%, #f3f3f3 100%); /* IE10+ */ background: linear-gradient(top, white 0%, #f3f3f3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */ } input[type='submit']:hover, input[type='button']:hover, button:hover, .button:hover { text-decoration: none; background: -webkit-linear-gradient(top, white 0%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */ border-color: #ccc; color: #777; } input.error { background: #FEFBFB; border-color: #FBA8A4; } input.error:focus { border-color: #F4635D; } /***************************** Composable Styles *****************************/ ul.horizontal, ol.horizontal { margin: 0; display: inline; } ul.horizontal li, ol.horizontal li { display: inline; } ul.plain, ol.plain { margin: 5px; padding: 0; } ul.plain li, ol.plain li { list-style: none; }
lib/generators/pakyow/app/templates/public/pakyow-css/style.css
html { font-size: 62.5%; line-height: 62.5%; } body { background: #fff; color: #333; font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; font-size: 1.3rem; } code { font-family: Menlo, monospace; font-size: 9px; font-size: 0.9rem; } h1, h2, h3, h4 { font-weight: bold; } h1 { font-size: 32px; font-size: 3.2rem; line-height: 20px; line-height: 2rem; } h2 { font-size: 24px; font-size: 2.4rem; line-height: 20px; line-height: 2rem; } h3 { font-size: 18px; font-size: 1.8rem; line-height: 20px; line-height: 2rem; } h4 { font-size: 15px; font-size: 1.5rem; line-height: 15px; line-height: 1.5rem; } h5 { font-size: 13px; font-size: 1.3rem; line-height: 15px; line-height: 1.5rem; } hr { border: 0; height: 1px; background: #DEDEDE; margin-top: 30px; } p { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; margin: 0 0 9px; } strong { font-weight: bold; } em { font-style: italic; } a { color: #206cb1; text-decoration: none; } a:hover { text-decoration: underline; color: #185286; } ul, ol { margin: 0 0 9px 25px; } ul ul, ol ol { margin-bottom: 0; } ul { list-style: disc; } ol { list-style: decimal; } li { font-size: 13px; font-size: 1.3rem; line-height: 16px; line-height: 1.6rem; } /***************************** Utility Classes *****************************/ .secondary { font-size: 11px; font-size: 1.1rem; color: #777; } .underline { border-bottom: 1px solid #ccc; padding-bottom: 5px; } /***************************** Forms *****************************/ label { display: block; font-weight: bold; } label.inline { display: inline; } fieldset { margin-bottom: 20px; } fieldset ul { margin-left: 0; list-style: none; } fieldset ul li { margin-bottom: 10px; } fieldset ul li label { padding-bottom: 5px; } input, textarea, select { outline: none; } input, textarea { padding: 3px; font-size: 13px; font-size: 1.3rem; } input[type='text'], input[type='password'], textarea { border-radius: 2px; border: 1px solid #ccc; padding: 5px; } input[type='text']:focus, input[type='password']:focus, textarea:focus { border-color: #8dabd4; } input[type='submit'], input[type='button'], button, .button { font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; font-size: 1.3rem; color: #000; cursor: pointer; border-radius: 2px; border: 1px solid #adadad; padding: 6px 5px 5px; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, white 0%, #f3f3f3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, white 0%, #f3f3f3 100%); /* IE10+ */ background: linear-gradient(top, white 0%, #f3f3f3 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */ } input[type='submit']:hover, input[type='button']:hover, button:hover, .button:hover { text-decoration: none; background: -webkit-linear-gradient(top, white 0%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */ border-color: #ccc; color: #777; } input.error { background: #FEFBFB; border-color: #FBA8A4; } input.error:focus { border-color: #F4635D; } /***************************** Composable Styles *****************************/ ul.horizontal, ol.horizontal { margin: 0; display: inline; } ul.horizontal li, ol.horizontal li { display: inline; } ul.plain, ol.plain { margin: 5px; padding: 0; } ul.plain li, ol.plain li { list-style: none; }
0.371023
0.074265
@charset "utf-8"; html{*overflow:auto;} #hd{padding:20px 10px;} .logo{float:left;margin-right:30px; height:33px;} /*input搜索区域*/ .inputArea{float:left;position:relative;} .inputArea .searchInput{border:1px solid #bfbfbf;padding:0 15px;outline:none;height:35px;*line-height:38px;width:350px; background:url(../img/inputbg.png);font-size:14px;} .inputArea .searchButton{position:absolute;left:382px;top:0;*top:1px;*left:381px;width:106px;height:38px;background:url(../img/btn_min.png) no-repeat;border:none; cursor:pointer;} /*返回搜索*/ .inputArea .back{position:absolute;font-size:14px;left:500px;top:12px;width:60px;text-decoration:underline;} /*分界区域*/ .divsion{margin-bottom:24px;height:36px;background:#f9f9f9;border-bottom:1px solid #e0e0e0;} /*高级搜索区域*/ .subfield{border-left:4px solid #9cc813;font-size:14px;font-weight:bold;padding:2px 0 2px 20px;} .subfieldContent{padding-left:140px;padding-bottom:40px;} .subfieldContent .advanceItem{padding-left:350px;margin-bottom:15px;padding-top:8px;padding-bottom:3px;} .subfieldContent .advanceItem.keyWords{background:#f4f4f4;padding-top:18px;padding-bottom:3px;} .subfieldContent .advanceItem dd{float:left;margin-left:-320px;} .subfieldContent .advanceItem dd label{float:left;margin-right:40px;width:75px;font-weight:bold;} .subfieldContent .advanceItem dd .impInfo{ font-weight:bold;} .subfieldContent .advanceItem dd .tips{float:left;} .subfieldContent .advanceItem dd p, .subfieldContent .advanceItem dt p{margin-bottom:10px;height:26px;} .subfieldContent .advanceItem dt p input[type=text]{position:relative;top:-5px;line-height:26px;} .subfieldContent .advanceItem dt{float:left;width:100%;} .subfieldContent .advanceItem.keyWords dt input[type=text]{width:290px;height:26px;border:1px solid #bfbfbf;outline:none;} /*自定义*/ .subfieldContent .advanceItem.time{height:30px;} .subfieldContent .advanceItem .define{display:none;position:relative;*top:-3px;} .subfieldContent .advanceItem.time input[type=text]{width:80px;height:18px;line-height:18px;border:1px solid #bfbfbf;outline:none;} /*更多按钮*/ .more {float:left;} .more:hover{text-decoration:none;} .more .moreIcon{display:inline-block;position:relative;top:-1px;*top:-3px;left:2px;*left:-1px;width:9px;height:5px;background:url(../img/more.png);} .more.show .moreIcon{background:url(../img/down.png);top:-2px;} /*立即搜索样式*/ .subfieldContent .search{margin:45px 0 0 145px;width:130px;height:36px;background:url(../img/btnbg.png); font-weight:bold;border:none;border:1px solid #bfbfbf;line-height:36px;cursor:pointer;font-size:14px;} /*联想下拉区域*/ .inputArea .dataList{display:none;position:absolute;left:0;top:42px;*top:43px;width:550px;padding:5px 0;background:#fff;border:1px solid #bfbfbf;border-top:none;} .inputArea .dataList li{padding:2px 15px;font-size:14px;} .inputArea .dataList li:hover{background:#f0f0f0;color:#0080cc;font-weight:bold;}
LcvSearch/static/css/advanced.css
@charset "utf-8"; html{*overflow:auto;} #hd{padding:20px 10px;} .logo{float:left;margin-right:30px; height:33px;} /*input搜索区域*/ .inputArea{float:left;position:relative;} .inputArea .searchInput{border:1px solid #bfbfbf;padding:0 15px;outline:none;height:35px;*line-height:38px;width:350px; background:url(../img/inputbg.png);font-size:14px;} .inputArea .searchButton{position:absolute;left:382px;top:0;*top:1px;*left:381px;width:106px;height:38px;background:url(../img/btn_min.png) no-repeat;border:none; cursor:pointer;} /*返回搜索*/ .inputArea .back{position:absolute;font-size:14px;left:500px;top:12px;width:60px;text-decoration:underline;} /*分界区域*/ .divsion{margin-bottom:24px;height:36px;background:#f9f9f9;border-bottom:1px solid #e0e0e0;} /*高级搜索区域*/ .subfield{border-left:4px solid #9cc813;font-size:14px;font-weight:bold;padding:2px 0 2px 20px;} .subfieldContent{padding-left:140px;padding-bottom:40px;} .subfieldContent .advanceItem{padding-left:350px;margin-bottom:15px;padding-top:8px;padding-bottom:3px;} .subfieldContent .advanceItem.keyWords{background:#f4f4f4;padding-top:18px;padding-bottom:3px;} .subfieldContent .advanceItem dd{float:left;margin-left:-320px;} .subfieldContent .advanceItem dd label{float:left;margin-right:40px;width:75px;font-weight:bold;} .subfieldContent .advanceItem dd .impInfo{ font-weight:bold;} .subfieldContent .advanceItem dd .tips{float:left;} .subfieldContent .advanceItem dd p, .subfieldContent .advanceItem dt p{margin-bottom:10px;height:26px;} .subfieldContent .advanceItem dt p input[type=text]{position:relative;top:-5px;line-height:26px;} .subfieldContent .advanceItem dt{float:left;width:100%;} .subfieldContent .advanceItem.keyWords dt input[type=text]{width:290px;height:26px;border:1px solid #bfbfbf;outline:none;} /*自定义*/ .subfieldContent .advanceItem.time{height:30px;} .subfieldContent .advanceItem .define{display:none;position:relative;*top:-3px;} .subfieldContent .advanceItem.time input[type=text]{width:80px;height:18px;line-height:18px;border:1px solid #bfbfbf;outline:none;} /*更多按钮*/ .more {float:left;} .more:hover{text-decoration:none;} .more .moreIcon{display:inline-block;position:relative;top:-1px;*top:-3px;left:2px;*left:-1px;width:9px;height:5px;background:url(../img/more.png);} .more.show .moreIcon{background:url(../img/down.png);top:-2px;} /*立即搜索样式*/ .subfieldContent .search{margin:45px 0 0 145px;width:130px;height:36px;background:url(../img/btnbg.png); font-weight:bold;border:none;border:1px solid #bfbfbf;line-height:36px;cursor:pointer;font-size:14px;} /*联想下拉区域*/ .inputArea .dataList{display:none;position:absolute;left:0;top:42px;*top:43px;width:550px;padding:5px 0;background:#fff;border:1px solid #bfbfbf;border-top:none;} .inputArea .dataList li{padding:2px 15px;font-size:14px;} .inputArea .dataList li:hover{background:#f0f0f0;color:#0080cc;font-weight:bold;}
0.162712
0.040087
/*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(12, 133, 52, 0.83), rgba(45, 200, 97, 0.27));*/ /*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(12, 187, 67, 0.83), rgba(55, 245, 119, 0.27));}*/ /*.tile-enerpi_data-power {*/ /*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(52, 148, 187, 0.83), rgba(52, 148, 187, 0.27));}*/ /*.tile-enerpi_data-power-text { color: #10371a; }*/ /*.tile-enerpi_data-kWh {*/ /*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(140, 39, 211, 0.83), rgba(191, 160, 245, 0.27));}*/ /*.tile-enerpi_data-kWh-text { color: #191d18; }*/ /*.tile-enerpi_data-ldr {*/ /*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(244, 216, 63, 0.83), rgba(219, 221, 13, 0.33));*/ /*color: rgb(244, 216, 63);*/ /*color: #F4D83F;*/ /*color: #0CBB43;*/ /*color: rgb(12, 187, 67);*/ /*color: #8C27D3;*/ /*color: #972625;*/ /*color: #f4af38;*/ /*color: #F4D83F;*/ div.flex-img-container { /*background-color: rgba(13, 85, 35, 0.41);*/ position: relative; top: 0; bottom: 0; left: 0; right: 0; display: flex; /* add */ text-align: center; justify-content: center; /* add to align horizontal */ align-items: center; /* add to align vertical */ } img.hv-centered-image { vertical-align: middle; text-align: center; display: inline-block; height: auto; max-width: 65%; min-width: 35%; } /*.bk-root .bk-widget button .bk-bs-btn.bk-bs-btn-primary {*/ button.bk-bs-btn.bk-bs-btn-primary { border-color: #8C27D3 !important; border-width: 1px !important; background: rgba(151, 42, 227, 0.59) !important; } /*label.bk-bs-btn.bk-bs-btn-primary {*/ /*display: none;*/ /*}*/ button.bk-bs-btn.bk-bs-btn-warning { border-color: #15619d !important; border-width: 1px !important; background: #2196F3 !important; } .bk-plot-above.bk-toolbar-active { border-bottom-color: #10371a; border-width: 3px; } .bk-tooltip-color-block { outline: None; } .bk-tooltip.bk-tooltip-custom { /*border-color: #0CBB43;*/ /*border-color: #098b32;*/ border-color: #15619d !important; /*background: linear-gradient(rgba(55, 245, 119, 0.27), rgba(233, 232, 235, 0.71));*/ /*background: rgba(55, 245, 119, 0.27) !important;*/ border-width: 2px; } .classif-used-tag { border-color: #15619d !important; border-width: 2px !important; background: #2196F3 !important; /*background: #f4af38 !important;*/ /*background: #F4D83F !important;*/ /*background: #8C27D3 !important;*/ /*background: #972625 !important;*/ /*background: #be1412 !important;*/ } .classif-unused-tag { border-color: rgba(30, 138, 222, 0.82) !important; border-width: 1px !important; background: rgba(35, 158, 255, 0.45) !important; } .classif-assigned-tag { border-color: rgba(12, 187, 67, 0.83) !important; border-width: 2px !important; background: rgba(55, 245, 119, 0.27) !important; } /*.navbar-brand {*/ /*padding-bottom: -1px; !important;*/ /*margin-bottom: -1px; !important;*/ /*}*/ .tile-monitor-container { display: flex; /* or inline-flex */ flex-flow: row wrap; justify-content: space-around; align-items: flex-start; align-content: flex-start; overflow: hidden; } .tile-monitor-container-join { margin-left: -1px; /*margin-top: -100px;*/ display: flex; /* or inline-flex */ flex-flow: row wrap; justify-content: space-around; align-items: flex-start; align-content: flex-start; overflow: hidden; } .tile-monitor { width: 480px; height: 200px; flex-shrink: .7; flex-grow: 1.6; min-width: 300px; max-width: 900px; } .tile-img-bg { position: relative; width: 100%; height: 100%; /*-webkit-transition: background 2s linear;*/ /*transition: background 2s linear;*/ /*background-size: 100% 100%;*/ /*background-repeat: no-repeat;*/ } .tile-monitor-label { position: absolute; text-align: left; font-family:'Inconsolata',sans-serif; font-weight: 200; font-size:12px; margin: 7px 7px 0; line-height: 0.95; } .tile-monitor-label-sub { font-size:10px; } .tile-monitor-value { font-family:'Inconsolata',sans-serif; font-weight:700; font-size: 140px; letter-spacing: -5px; margin:10px 10px; } .tile-monitor-unit { font-family:'Open Sans',Arial,sans-serif; font-weight:100; font-size:25px; margin:10px 10px 25px 10px; } .tile-monitor-innerContent { position: relative; margin-top: -200px; } .tile-monitor-innerContent > span > .tile-monitor-unit { text-align: right; line-height: 0.75; } .tile-monitor-innerContent > span > .tile-monitor-value { text-align: right; line-height: 0.75; text-shadow: 2px 2px 4px rgba(50, 37, 31, 0.35); } .minipulse{ animation-name: minipulse; -webkit-animation-name: minipulse; animation-duration: 200ms; -webkit-animation-duration: 200ms; animation-iteration-count: 1; -webkit-animation-iteration-count: 1; } @keyframes minipulse { 0% { transform: scale(1); opacity: 1; } 25% { transform: scale(1.05); opacity: 0.9; } 50% { transform: scale(1.1); opacity: 0.8; } 75% { transform: scale(1.05); opacity: 0.9; } 100% { transform: scale(1); opacity: 1; } } @-webkit-keyframes minipulse { 0% { transform: scale(1); opacity: 1; } 25% { transform: scale(1.05); opacity: 0.9; } 50% { transform: scale(1.1); opacity: 0.8; } 75% { transform: scale(1.05); opacity: 0.9; } 100% { transform: scale(1); opacity: 1; } }
enerpiweb/static/css/tiles.css
/*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(12, 133, 52, 0.83), rgba(45, 200, 97, 0.27));*/ /*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(12, 187, 67, 0.83), rgba(55, 245, 119, 0.27));}*/ /*.tile-enerpi_data-power {*/ /*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(52, 148, 187, 0.83), rgba(52, 148, 187, 0.27));}*/ /*.tile-enerpi_data-power-text { color: #10371a; }*/ /*.tile-enerpi_data-kWh {*/ /*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(140, 39, 211, 0.83), rgba(191, 160, 245, 0.27));}*/ /*.tile-enerpi_data-kWh-text { color: #191d18; }*/ /*.tile-enerpi_data-ldr {*/ /*background-image: radial-gradient(farthest-corner at 70% 70%, rgba(244, 216, 63, 0.83), rgba(219, 221, 13, 0.33));*/ /*color: rgb(244, 216, 63);*/ /*color: #F4D83F;*/ /*color: #0CBB43;*/ /*color: rgb(12, 187, 67);*/ /*color: #8C27D3;*/ /*color: #972625;*/ /*color: #f4af38;*/ /*color: #F4D83F;*/ div.flex-img-container { /*background-color: rgba(13, 85, 35, 0.41);*/ position: relative; top: 0; bottom: 0; left: 0; right: 0; display: flex; /* add */ text-align: center; justify-content: center; /* add to align horizontal */ align-items: center; /* add to align vertical */ } img.hv-centered-image { vertical-align: middle; text-align: center; display: inline-block; height: auto; max-width: 65%; min-width: 35%; } /*.bk-root .bk-widget button .bk-bs-btn.bk-bs-btn-primary {*/ button.bk-bs-btn.bk-bs-btn-primary { border-color: #8C27D3 !important; border-width: 1px !important; background: rgba(151, 42, 227, 0.59) !important; } /*label.bk-bs-btn.bk-bs-btn-primary {*/ /*display: none;*/ /*}*/ button.bk-bs-btn.bk-bs-btn-warning { border-color: #15619d !important; border-width: 1px !important; background: #2196F3 !important; } .bk-plot-above.bk-toolbar-active { border-bottom-color: #10371a; border-width: 3px; } .bk-tooltip-color-block { outline: None; } .bk-tooltip.bk-tooltip-custom { /*border-color: #0CBB43;*/ /*border-color: #098b32;*/ border-color: #15619d !important; /*background: linear-gradient(rgba(55, 245, 119, 0.27), rgba(233, 232, 235, 0.71));*/ /*background: rgba(55, 245, 119, 0.27) !important;*/ border-width: 2px; } .classif-used-tag { border-color: #15619d !important; border-width: 2px !important; background: #2196F3 !important; /*background: #f4af38 !important;*/ /*background: #F4D83F !important;*/ /*background: #8C27D3 !important;*/ /*background: #972625 !important;*/ /*background: #be1412 !important;*/ } .classif-unused-tag { border-color: rgba(30, 138, 222, 0.82) !important; border-width: 1px !important; background: rgba(35, 158, 255, 0.45) !important; } .classif-assigned-tag { border-color: rgba(12, 187, 67, 0.83) !important; border-width: 2px !important; background: rgba(55, 245, 119, 0.27) !important; } /*.navbar-brand {*/ /*padding-bottom: -1px; !important;*/ /*margin-bottom: -1px; !important;*/ /*}*/ .tile-monitor-container { display: flex; /* or inline-flex */ flex-flow: row wrap; justify-content: space-around; align-items: flex-start; align-content: flex-start; overflow: hidden; } .tile-monitor-container-join { margin-left: -1px; /*margin-top: -100px;*/ display: flex; /* or inline-flex */ flex-flow: row wrap; justify-content: space-around; align-items: flex-start; align-content: flex-start; overflow: hidden; } .tile-monitor { width: 480px; height: 200px; flex-shrink: .7; flex-grow: 1.6; min-width: 300px; max-width: 900px; } .tile-img-bg { position: relative; width: 100%; height: 100%; /*-webkit-transition: background 2s linear;*/ /*transition: background 2s linear;*/ /*background-size: 100% 100%;*/ /*background-repeat: no-repeat;*/ } .tile-monitor-label { position: absolute; text-align: left; font-family:'Inconsolata',sans-serif; font-weight: 200; font-size:12px; margin: 7px 7px 0; line-height: 0.95; } .tile-monitor-label-sub { font-size:10px; } .tile-monitor-value { font-family:'Inconsolata',sans-serif; font-weight:700; font-size: 140px; letter-spacing: -5px; margin:10px 10px; } .tile-monitor-unit { font-family:'Open Sans',Arial,sans-serif; font-weight:100; font-size:25px; margin:10px 10px 25px 10px; } .tile-monitor-innerContent { position: relative; margin-top: -200px; } .tile-monitor-innerContent > span > .tile-monitor-unit { text-align: right; line-height: 0.75; } .tile-monitor-innerContent > span > .tile-monitor-value { text-align: right; line-height: 0.75; text-shadow: 2px 2px 4px rgba(50, 37, 31, 0.35); } .minipulse{ animation-name: minipulse; -webkit-animation-name: minipulse; animation-duration: 200ms; -webkit-animation-duration: 200ms; animation-iteration-count: 1; -webkit-animation-iteration-count: 1; } @keyframes minipulse { 0% { transform: scale(1); opacity: 1; } 25% { transform: scale(1.05); opacity: 0.9; } 50% { transform: scale(1.1); opacity: 0.8; } 75% { transform: scale(1.05); opacity: 0.9; } 100% { transform: scale(1); opacity: 1; } } @-webkit-keyframes minipulse { 0% { transform: scale(1); opacity: 1; } 25% { transform: scale(1.05); opacity: 0.9; } 50% { transform: scale(1.1); opacity: 0.8; } 75% { transform: scale(1.05); opacity: 0.9; } 100% { transform: scale(1); opacity: 1; } }
0.314156
0.067547
@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap); header { z-index:999; top: 0; position: fixed; height: 12%; width: 100%; opacity:.9; border-bottom: 1px solid black; box-shadow: 2px 5px 9px 5px black; background: #3A1C71; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } header > h2 { position: relative; left:50px; font-weight:900; font-size:30px; color: white; letter-spacing: 2px; text-transform: lowercase; } /** Nav */ nav { position: absolute; left: 250px; top: 20px; width: 80%; } nav > ul > li { font-weight: 500; padding-right: 100px; list-style: none; display: inline-block; } nav > ul > li > a { text-decoration: none; color: white; } nav > ul > li > a:hover { color: turquoise; opacity: .8; } .active { text-decoration: underline; } .innerRouterWrapper { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; top:0; left:0; } .unsplash { width: 100%; height: 800px; z-index:-999; background-size:cover; background-repeat:no-repeat; } main.landingPage { } main.landingPage > .content { width: 100%; height: 800px; text-align: center; align-content: center; justify-content: center; opacity:.8; border-top: 2px dashed black; background: #3A1C71; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } main.landingPage > .content > .text { text-align: center; align-content: center; justify-content: center; top: 400px; position: relative; color: white; text-transform: lowercase; letter-spacing: 3px; font-size: 25px; font-weight: 900; } .youtube > iframe { width: 100%; height: 800px; z-index: -999; } main.notFoundPage { } main.notFoundPage > .content { width: 100%; height: 800px; text-align: center; align-content: center; justify-content: center; opacity:.8; border-top: 2px dashed black; background: #3A1C71; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } main.notFoundPage > .content > .text { text-align: center; align-content: center; justify-content: center; top: 400px; position: relative; color: white; text-transform: lowercase; letter-spacing: 3px; font-size: 25px; font-weight: 900; width: 50%; left: 25%; } footer { height: 300px; position: absolute; width: 100%; background: #3A1C71; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ opacity: .9; border-top: 1px solid black; box-shadow: 2px 5px 5px 9px black; } footer > ul { position: absolute; left: 50px; top: 50px; } footer > ul > li { list-style: none; display: inline-block; } footer > ul > li > a { padding-left: 50px; padding-right: 50px; text-decoration: none; color: white; font-size: 18px; } footer > ul > li > a:hover { opacity: .8; text-decoration: underline; } html, body, #react_app_root { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; top: 0; left: 0; font-family: 'Montserrat', sans-serif; } main { position: absolute; top: 0; /* Use exact height and match footer top */ height: 2400px; width: 100%; } footer { /* Use exact px and match main height */ top: 2400px; } /** Mobile */ @media only screen and (max-width: 1845px) { } header { z-index:999; top: 0; position: fixed; height: 90px; width: 100%; opacity:.9; border-bottom: 1px solid black; box-shadow: 2px 5px 9px 5px black; background: #283c86; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #283c86, #45a247); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #283c86, #45a247); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } header > h2 { position: relative; left:50px; font-weight:900; font-size:30px; color: white; letter-spacing: 2px; text-transform: lowercase; } /** Nav */ nav { position: absolute; left: 250px; top: 20px; width: 80%; } nav > ul > li { font-weight: 500; padding-right: 100px; list-style: none; display: inline-block; } nav > ul > li > a { text-decoration: none; color: white; } nav > ul > li > a:hover { color: turquoise; opacity: .8; } .active { text-decoration: underline; } .innerRouterWrapper { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; top:0; left:0; } .unsplash { width: 100%; height: 800px; z-index:-999; background-size:cover; background-repeat:no-repeat; } main.landingPage { } main.landingPage > .content { width: 100%; height: 800px; text-align: center; align-content: center; justify-content: center; opacity:.8; border-top: 2px dashed black; background: #283c86; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #283c86, #45a247); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #283c86, #45a247); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } main.landingPage > .content > .text { text-align: center; align-content: center; justify-content: center; top: 400px; position: relative; color: white; text-transform: lowercase; letter-spacing: 3px; font-size: 25px; font-weight: 900; } .youtube > iframe { width: 100%; height: 800px; z-index: -999; } main.notFoundPage { } main.notFoundPage > .content { width: 100%; height: 800px; text-align: center; align-content: center; justify-content: center; opacity:.8; border-top: 2px dashed black; background: #283c86; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #283c86, #45a247); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #283c86, #45a247); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } main.notFoundPage > .content > .text { text-align: center; align-content: center; justify-content: center; top: 400px; position: relative; color: white; text-transform: lowercase; letter-spacing: 3px; font-size: 25px; font-weight: 900; width: 50%; left: 25%; } footer { height: 300px; position: absolute; width: 100%; background: #283c86; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #283c86, #45a247); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #283c86, #45a247); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ opacity: .9; border-top: 1px solid black; box-shadow: 2px 5px 5px 9px black; } footer > ul { position: absolute; left: 50px; top: 50px; } footer > ul > li { list-style: none; display: inline-block; } footer > ul > li > a { padding-left: 50px; padding-right: 50px; text-decoration: none; color: white; font-size: 18px; } footer > ul > li > a:hover { opacity: .8; text-decoration: underline; } @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); html, body, #react_app_root { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; top: 0; left: 0; font-family: 'Montserrat', sans-serif; } main { position: absolute; top: 0; /* Use exact height and match footer top */ height: 2400px; width: 100%; } footer { /* Use exact px and match main height */ top: 2400px; } /** Mobile */ @media only screen and (max-width: 1845px) { } /*# sourceMappingURL=index.c7279205.css.map */
dist/index.c7279205.css
@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap); header { z-index:999; top: 0; position: fixed; height: 12%; width: 100%; opacity:.9; border-bottom: 1px solid black; box-shadow: 2px 5px 9px 5px black; background: #3A1C71; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } header > h2 { position: relative; left:50px; font-weight:900; font-size:30px; color: white; letter-spacing: 2px; text-transform: lowercase; } /** Nav */ nav { position: absolute; left: 250px; top: 20px; width: 80%; } nav > ul > li { font-weight: 500; padding-right: 100px; list-style: none; display: inline-block; } nav > ul > li > a { text-decoration: none; color: white; } nav > ul > li > a:hover { color: turquoise; opacity: .8; } .active { text-decoration: underline; } .innerRouterWrapper { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; top:0; left:0; } .unsplash { width: 100%; height: 800px; z-index:-999; background-size:cover; background-repeat:no-repeat; } main.landingPage { } main.landingPage > .content { width: 100%; height: 800px; text-align: center; align-content: center; justify-content: center; opacity:.8; border-top: 2px dashed black; background: #3A1C71; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } main.landingPage > .content > .text { text-align: center; align-content: center; justify-content: center; top: 400px; position: relative; color: white; text-transform: lowercase; letter-spacing: 3px; font-size: 25px; font-weight: 900; } .youtube > iframe { width: 100%; height: 800px; z-index: -999; } main.notFoundPage { } main.notFoundPage > .content { width: 100%; height: 800px; text-align: center; align-content: center; justify-content: center; opacity:.8; border-top: 2px dashed black; background: #3A1C71; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } main.notFoundPage > .content > .text { text-align: center; align-content: center; justify-content: center; top: 400px; position: relative; color: white; text-transform: lowercase; letter-spacing: 3px; font-size: 25px; font-weight: 900; width: 50%; left: 25%; } footer { height: 300px; position: absolute; width: 100%; background: #3A1C71; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ opacity: .9; border-top: 1px solid black; box-shadow: 2px 5px 5px 9px black; } footer > ul { position: absolute; left: 50px; top: 50px; } footer > ul > li { list-style: none; display: inline-block; } footer > ul > li > a { padding-left: 50px; padding-right: 50px; text-decoration: none; color: white; font-size: 18px; } footer > ul > li > a:hover { opacity: .8; text-decoration: underline; } html, body, #react_app_root { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; top: 0; left: 0; font-family: 'Montserrat', sans-serif; } main { position: absolute; top: 0; /* Use exact height and match footer top */ height: 2400px; width: 100%; } footer { /* Use exact px and match main height */ top: 2400px; } /** Mobile */ @media only screen and (max-width: 1845px) { } header { z-index:999; top: 0; position: fixed; height: 90px; width: 100%; opacity:.9; border-bottom: 1px solid black; box-shadow: 2px 5px 9px 5px black; background: #283c86; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #283c86, #45a247); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #283c86, #45a247); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } header > h2 { position: relative; left:50px; font-weight:900; font-size:30px; color: white; letter-spacing: 2px; text-transform: lowercase; } /** Nav */ nav { position: absolute; left: 250px; top: 20px; width: 80%; } nav > ul > li { font-weight: 500; padding-right: 100px; list-style: none; display: inline-block; } nav > ul > li > a { text-decoration: none; color: white; } nav > ul > li > a:hover { color: turquoise; opacity: .8; } .active { text-decoration: underline; } .innerRouterWrapper { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; top:0; left:0; } .unsplash { width: 100%; height: 800px; z-index:-999; background-size:cover; background-repeat:no-repeat; } main.landingPage { } main.landingPage > .content { width: 100%; height: 800px; text-align: center; align-content: center; justify-content: center; opacity:.8; border-top: 2px dashed black; background: #283c86; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #283c86, #45a247); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #283c86, #45a247); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } main.landingPage > .content > .text { text-align: center; align-content: center; justify-content: center; top: 400px; position: relative; color: white; text-transform: lowercase; letter-spacing: 3px; font-size: 25px; font-weight: 900; } .youtube > iframe { width: 100%; height: 800px; z-index: -999; } main.notFoundPage { } main.notFoundPage > .content { width: 100%; height: 800px; text-align: center; align-content: center; justify-content: center; opacity:.8; border-top: 2px dashed black; background: #283c86; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #283c86, #45a247); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #283c86, #45a247); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } main.notFoundPage > .content > .text { text-align: center; align-content: center; justify-content: center; top: 400px; position: relative; color: white; text-transform: lowercase; letter-spacing: 3px; font-size: 25px; font-weight: 900; width: 50%; left: 25%; } footer { height: 300px; position: absolute; width: 100%; background: #283c86; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #283c86, #45a247); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #283c86, #45a247); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ opacity: .9; border-top: 1px solid black; box-shadow: 2px 5px 5px 9px black; } footer > ul { position: absolute; left: 50px; top: 50px; } footer > ul > li { list-style: none; display: inline-block; } footer > ul > li > a { padding-left: 50px; padding-right: 50px; text-decoration: none; color: white; font-size: 18px; } footer > ul > li > a:hover { opacity: .8; text-decoration: underline; } @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); html, body, #react_app_root { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; top: 0; left: 0; font-family: 'Montserrat', sans-serif; } main { position: absolute; top: 0; /* Use exact height and match footer top */ height: 2400px; width: 100%; } footer { /* Use exact px and match main height */ top: 2400px; } /** Mobile */ @media only screen and (max-width: 1845px) { } /*# sourceMappingURL=index.c7279205.css.map */
0.45302
0.09899
@media (max-width: 1150px) and (min-width: 768px) { .navbarmenu .nav.navbar-nav > li { float: left; padding: 10px; } .habout img { margin: 0 auto; } .habout { text-align: center; } .home-about::after { display: none; } .price { text-align: center; } .single-price { display: block; padding-top: 13px; width: 263px; margin: 0 auto; } .whatwe #pgc-w58f662af0e313-0-0 { margin-bottom: 0; } .whatwe .whatr::after { left: -10%; } .whatwe .whatl::after { right: -10%; } .navbar-default .navbar-brand { margin: 9px 20px 0 0; } } @media (min-width: 1023px) and (max-width: 1170px) { .whatwe .whatr { padding-right: 15px; } .whatwe .whatr::after { left: 0; } .whatwe .whatl, .whatwe .whatr { min-height: 550px; } .whatwe .whatl::after { right: 0; } .what-right { padding-left: 20px; } .abt-right li a:first-child { margin-bottom: 15px; } } @media (max-width: 767px) { .navbarmenu .nav.navbar-nav > li:first-child { padding-left: 15px; } .navbarmenu .nav.navbar-nav > li { padding: 15px; text-align: center; } .menu-address span:first-child { float: none; } .menu-address p, .menu-address a, .menu-address li { display: block; padding-bottom: 15px; text-align: center; } .menu-address ul li:first-child { margin-right: 0; } .topnav .pull-right, .topnav .pull-left { display: block; float: none !important; overflow: hidden; text-align: center; } .scrool-down { left: 28%; } .sub-about { text-align: center; } .section-head h2 { line-height: 1.5; } .price { text-align: center; } .single-price { background-size: 100% 100%; display: block; margin: 0 auto; padding-top: 13px; width: 90%; } .reviews a.google-btn { margin-top: 20px; } .setisfectory h1 { transform: none; } a.default-btn { width: 90%; margin: 0 auto; } .submitbtn > input { width: 100%; } .home-video iframe { height: 320px; } .navbar-default .navbar-brand { margin: 0; } .mainmenu.navbar-default { background: #232120 none repeat scroll 0 0; border-top: 1px solid #333; padding: 12px 0 10px; } .abt-right .list-inline > li > a { display: block; width: 100%; } .abt-right .list-inline > li { display: block; } .abt-right .list-inline > li:first-child { margin-bottom: 20px; } .whatwe #pgc-w58f662af0e313-0-0 { margin-bottom: 0; } .whatwe .whatr::after { left: -10%; } .whatwe .whatl::after { right: -10%; } .what-left h3, .what-right h3 { text-align: center; } .what-right { padding-left: 0; } .single-team { text-align: center; } .single-team > div > div > div > div:first-child { float: none; } .team-menber .left { display: block; float: none; margin-bottom: 30px; overflow: hidden; padding-right: 0; width: 100%; } .so-widget-sow-image-default-3f547a15eaaa .sow-image-container .so-widget-image { display: inline; } }
website/wp-content/themes/James Killar/css/responsive.css
@media (max-width: 1150px) and (min-width: 768px) { .navbarmenu .nav.navbar-nav > li { float: left; padding: 10px; } .habout img { margin: 0 auto; } .habout { text-align: center; } .home-about::after { display: none; } .price { text-align: center; } .single-price { display: block; padding-top: 13px; width: 263px; margin: 0 auto; } .whatwe #pgc-w58f662af0e313-0-0 { margin-bottom: 0; } .whatwe .whatr::after { left: -10%; } .whatwe .whatl::after { right: -10%; } .navbar-default .navbar-brand { margin: 9px 20px 0 0; } } @media (min-width: 1023px) and (max-width: 1170px) { .whatwe .whatr { padding-right: 15px; } .whatwe .whatr::after { left: 0; } .whatwe .whatl, .whatwe .whatr { min-height: 550px; } .whatwe .whatl::after { right: 0; } .what-right { padding-left: 20px; } .abt-right li a:first-child { margin-bottom: 15px; } } @media (max-width: 767px) { .navbarmenu .nav.navbar-nav > li:first-child { padding-left: 15px; } .navbarmenu .nav.navbar-nav > li { padding: 15px; text-align: center; } .menu-address span:first-child { float: none; } .menu-address p, .menu-address a, .menu-address li { display: block; padding-bottom: 15px; text-align: center; } .menu-address ul li:first-child { margin-right: 0; } .topnav .pull-right, .topnav .pull-left { display: block; float: none !important; overflow: hidden; text-align: center; } .scrool-down { left: 28%; } .sub-about { text-align: center; } .section-head h2 { line-height: 1.5; } .price { text-align: center; } .single-price { background-size: 100% 100%; display: block; margin: 0 auto; padding-top: 13px; width: 90%; } .reviews a.google-btn { margin-top: 20px; } .setisfectory h1 { transform: none; } a.default-btn { width: 90%; margin: 0 auto; } .submitbtn > input { width: 100%; } .home-video iframe { height: 320px; } .navbar-default .navbar-brand { margin: 0; } .mainmenu.navbar-default { background: #232120 none repeat scroll 0 0; border-top: 1px solid #333; padding: 12px 0 10px; } .abt-right .list-inline > li > a { display: block; width: 100%; } .abt-right .list-inline > li { display: block; } .abt-right .list-inline > li:first-child { margin-bottom: 20px; } .whatwe #pgc-w58f662af0e313-0-0 { margin-bottom: 0; } .whatwe .whatr::after { left: -10%; } .whatwe .whatl::after { right: -10%; } .what-left h3, .what-right h3 { text-align: center; } .what-right { padding-left: 0; } .single-team { text-align: center; } .single-team > div > div > div > div:first-child { float: none; } .team-menber .left { display: block; float: none; margin-bottom: 30px; overflow: hidden; padding-right: 0; width: 100%; } .so-widget-sow-image-default-3f547a15eaaa .sow-image-container .so-widget-image { display: inline; } }
0.303113
0.085175
.centerall {text-align: center; vertical-align: middle;} .small { font-size: .9em;line-height: 1.1em;} .clear { clear: both;} .clearleft { clear: left;} .clearright { clear: right;} .strong { font-weight: bold;} .lhn { line-height: normal!important;} .leftindent { text-indent: 1em;} .lower { text-transform: lowercase;} .upper { text-transform: uppercase;} .capital { text-transform: capitalize;} .textleft { text-align: left;} .textcenter { text-align: center;} .textright { text-align: right;} .textjustify { text-align: justify;} .nowrap {white-space:nowrap;} .margintop10 {margin-top: 10px;} .marginright10 {margin-right: 10px;} .marginbottom10 {margin-bottom: 10px;} .marginleft10 {margin-left: 10px;} .margin10 { margin: 10px!important;} .margin0 { margin: 0!important;} .paddingtop10 { padding-top: 10px;} .paddingright10 { padding-right: 10px;} .paddingbottom10 { padding-bottom: 10px;} .paddingleft10 { padding-left: 10px;} .padding10 { padding: 10px!important;} .padding0 { padding: 0!important;} .border0 { border: 0!important;} .height0 {margin: 0; padding: 0!important; height: 0;} .width50px {width: 50px;} .width100px {width: 100px;} .width150px {width: 150px;} .width200px {width: 200px;} .width250px {width: 250px;} .width300px {width: 300px;} .width0 { width: 0;} .width1 { width: 1%;} .width5 { width: 5%;} .width10 { width: 10%;} .width15 { width: 15%;} .width20 { width: 20%;} .width25 { width: 25%;} .width30 { width: 30%;} .width35 { width: 35%;} .width40 { width: 40%;} .width45 { width: 45%;} .width50 { width: 50%;} .width55 { width: 55%;} .width60 { width: 60%;} .width65 { width: 65%;} .width70 { width: 70%;} .width75 { width: 75%;} .width80 { width: 80%;} .width85 { width: 85%;} .width90 { width: 90%;} .width95 { width: 95%;} .width100 { width: 100%;} .widthmax100px {max-width: 100px;} .widthmax200px {max-width: 200px;} .widthmax300px {max-width: 300px;} .widthmax400px {max-width: 400px;} .widthmax500px {max-width: 500px;} .floatleft {float:left;} .jqmWindow { display: none; position: fixed; top: 50%; left: 50%; overflow: auto; background-color: #EEE; color: #333; border: 3px solid white; padding: 7px; text-align: center; } .jqmWindow h4 { border-bottom: 1px dotted #b0c4de; font-size: 14px; margin: 0 0 7px 0; padding: 0 0 5px 0; text-align: left; color: #3E606F; } .jqmWindow p { text-align: right; margin: 15px 0 0 0; font-size: x-small; text-transform: lowercase; } .jqmOverlay { background-color: #000; } /* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.)*/ * iframe.jqm { position: absolute; top: 0; left: 0; z-index: -1; width: expression(this.parentNode.offsetWidth+'px'); height: expression(this.parentNode.offsetHeight+'px'); } /* Fixed posistioning emulation for IE6 Star selector used to hide definition from browsers other than IE6 For valid CSS, use a conditional include instead*/ * html .jqmWindow { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }
themes/admin/priori/css/framework.css
.centerall {text-align: center; vertical-align: middle;} .small { font-size: .9em;line-height: 1.1em;} .clear { clear: both;} .clearleft { clear: left;} .clearright { clear: right;} .strong { font-weight: bold;} .lhn { line-height: normal!important;} .leftindent { text-indent: 1em;} .lower { text-transform: lowercase;} .upper { text-transform: uppercase;} .capital { text-transform: capitalize;} .textleft { text-align: left;} .textcenter { text-align: center;} .textright { text-align: right;} .textjustify { text-align: justify;} .nowrap {white-space:nowrap;} .margintop10 {margin-top: 10px;} .marginright10 {margin-right: 10px;} .marginbottom10 {margin-bottom: 10px;} .marginleft10 {margin-left: 10px;} .margin10 { margin: 10px!important;} .margin0 { margin: 0!important;} .paddingtop10 { padding-top: 10px;} .paddingright10 { padding-right: 10px;} .paddingbottom10 { padding-bottom: 10px;} .paddingleft10 { padding-left: 10px;} .padding10 { padding: 10px!important;} .padding0 { padding: 0!important;} .border0 { border: 0!important;} .height0 {margin: 0; padding: 0!important; height: 0;} .width50px {width: 50px;} .width100px {width: 100px;} .width150px {width: 150px;} .width200px {width: 200px;} .width250px {width: 250px;} .width300px {width: 300px;} .width0 { width: 0;} .width1 { width: 1%;} .width5 { width: 5%;} .width10 { width: 10%;} .width15 { width: 15%;} .width20 { width: 20%;} .width25 { width: 25%;} .width30 { width: 30%;} .width35 { width: 35%;} .width40 { width: 40%;} .width45 { width: 45%;} .width50 { width: 50%;} .width55 { width: 55%;} .width60 { width: 60%;} .width65 { width: 65%;} .width70 { width: 70%;} .width75 { width: 75%;} .width80 { width: 80%;} .width85 { width: 85%;} .width90 { width: 90%;} .width95 { width: 95%;} .width100 { width: 100%;} .widthmax100px {max-width: 100px;} .widthmax200px {max-width: 200px;} .widthmax300px {max-width: 300px;} .widthmax400px {max-width: 400px;} .widthmax500px {max-width: 500px;} .floatleft {float:left;} .jqmWindow { display: none; position: fixed; top: 50%; left: 50%; overflow: auto; background-color: #EEE; color: #333; border: 3px solid white; padding: 7px; text-align: center; } .jqmWindow h4 { border-bottom: 1px dotted #b0c4de; font-size: 14px; margin: 0 0 7px 0; padding: 0 0 5px 0; text-align: left; color: #3E606F; } .jqmWindow p { text-align: right; margin: 15px 0 0 0; font-size: x-small; text-transform: lowercase; } .jqmOverlay { background-color: #000; } /* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.)*/ * iframe.jqm { position: absolute; top: 0; left: 0; z-index: -1; width: expression(this.parentNode.offsetWidth+'px'); height: expression(this.parentNode.offsetHeight+'px'); } /* Fixed posistioning emulation for IE6 Star selector used to hide definition from browsers other than IE6 For valid CSS, use a conditional include instead*/ * html .jqmWindow { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }
0.315209
0.218815
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css); @import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css); @import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); @import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); body { color: #333 !important; font-family: 'Nanum Gothic', sans-serif; } .myeongjo { font-family: 'Nanum Pen Script', cursive; } #alba-title, #poet-title { font-family: 'Nanum Pen Script', cursive; /*font-family: 'Nanum Gothic', sans-serif;*/ font-size: 10vw; line-height: 10vw; height: 10vw; font-weight: normal; color: #6826b9; margin: 0; } .saying:after { color: #FFF; } .splash { width: 90%; } .content-wrapper { top: 80%; } .splash-container { height: 80%; } .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .home-menu { padding: 15px 10% 15px 10%; background-color: #181818; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; } .top-nav-collapse { padding: 8px 10% 8px 10%; background-color: rgba(0,0,0,0.9); } .intro { display: table; width: 100%; height: 100%; color: #fff; } .intro-bg-filter { position: absolute; left: 0; top: 0; width: 100%; height: 100%; /*background: rgba(0,0,0,0.6);*/ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGA4A8RwwAgVOAsVMcYpANcCAL12BTX+FvNLAAAAAElFTkSuQmCC) repeat; } .intro-bg-img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; background-repeat: no-repeat; background-position: center center; } .intro-body { display: table-cell; vertical-align: middle; } .intro-text { padding-top: 0px; font-weight: 700; font-size: 2.0em; text-shadow: 0 0 5px #000; } .intro-text-sub { color: #ccc; font-weight: 100; font-size: 1.2em; text-shadow: 0 0 5px #000; } .pure-menu-heading { text-transform: none !important; } .button-success { background: rgb(28, 184, 65); /* this is a green */ } .button-error { background: rgb(202, 60, 60); /* this is a maroon */ } .button-warning { background: rgb(223, 117, 20); /* this is an orange */ } .button-secondary { background: rgb(66, 184, 221); /* this is a light blue */ } p.carpedm a { margin: 10px 0; text-transform: none !important; text-decoration: none !important; } p.carpedm { font-size: 1.4em; color: #A468EE; } article p { color: #34495e; } .ml { height: 232px; } .poet { border-top: thin double #EBEBEB; font-family: 'Nanum Myeongjo', sans-serif; font-size: 1.5em; line-height: 1.5em; background: #fff; width: 100%; padding: 24px; margin-bottom: 24px; box-shadow: 0 4px 4px rgba(0,0,0,.20); border-radius: 2px; color: #333; } h3 { color: #999; font-family: 'Source Sans Pro', serif; font-weight: 400; margin-top: 1em; padding-top: 0em; padding-bottom: 0em; margin-bottom: 0.375em; font-size: 0.8em; line-height: 1.5em; } .word-input { width: 80% !important; margin: 0px 30px 30px 30px; } h1, h2 { letter-spacing: 0.1em; } .white { color: white; font-weight: normal; } .content-head-ribbon { line-height: 1.4em; } .poet-footer { text-align: right; margin-bottom: 30px; } .like { margin-right: 20px; } .title p { color: rgb(240, 240, 240); } .title { margin-bottom: 15px !important; padding-top: 5px !important; } #submit-btn, #spinner{ left: 0; right: 0; margin-left: auto !important; margin-right: auto !important; height: 40px; top: 0; } #spinner { top: 0; position: absolute; visibility: hidden; } .sk-spinner-wave.sk-spinner { margin: 0 !important; } .sk-spinner-wave.sk-spinner { width: 70px; height: 40px; text-align: center; font-size: 26px; } .sk-spinner-wave div { background-color: #FFF; height: 100%; width: 8px; display: inline-block; -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out; animation: sk-waveStretchDelay 1.2s infinite ease-in-out; } .sk-spinner-wave .sk-rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .sk-spinner-wave .sk-rect3 { -webkit-animation-delay: -1s; animation-delay: -1s; } .sk-spinner-wave .sk-rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .sk-spinner-wave .sk-rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes sk-waveStretchDelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); } 20% { -webkit-transform: scaleY(1); transform: scaleY(1); } } @keyframes sk-waveStretchDelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); } 20% { -webkit-transform: scaleY(1); transform: scaleY(1); } }; * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a { text-decoration: none; color: rgb(61, 146, 201); } a:hover, a:focus { text-decoration: underline; } h3 { font-weight: 100; } /* LAYOUT CSS */ .pure-img-responsive { max-width: 100%; height: auto; } #layout { padding: 0; } .header { text-align: center; top: auto; margin: 3em auto; } .sidebar { background: rgb(61, 79, 93); color: #fff; } .brand-title, .brand-tagline { margin: 0; } .brand-title { text-transform: uppercase; } .brand-tagline { font-weight: 300; color: rgb(176, 202, 219); } .nav-list { margin: 0; padding: 0; list-style: none; } .nav-item { display: inline-block; *display: inline; zoom: 1; } .nav-item a { background: transparent; border: 2px solid rgb(176, 202, 219); color: #fff; margin-top: 1em; letter-spacing: 0.05em; text-transform: uppercase; font-size: 85%; } .nav-item a:hover, .nav-item a:focus { border: 2px solid rgb(61, 146, 201); text-decoration: none; } .content-subhead { text-transform: uppercase; color: #aaa; border-bottom: 1px solid #eee; padding: 0.4em 0; font-size: 80%; font-weight: 500; letter-spacing: 0.1em; } .content { padding: 2em 1em 0; } .post { } .post-title { font-size: 2em; color: #222; margin-bottom: 0.2em; } .post-avatar { border-radius: 50px; float: right; margin-left: 1em; } .post-description { color: #444; line-height: 1.8em; } .post-meta { color: #999; font-size: 90%; margin: 0; } .post-category { margin: 0 0.1em; padding: 0.3em 1em; color: #fff; background: #999; font-size: 80%; } .post-category-design { background: #5aba59; } .post-category-pure { background: #4d85d1; } .post-category-yui { background: #8156a7; } .post-category-js { background: #df2d4f; } .post-images { margin: 1em 0; } .post-image-meta { margin-top: -3.5em; margin-left: 1em; color: #fff; text-shadow: 0 1px 1px #333; } .footer { text-align: center; padding: 1em 0; } .footer a { color: #ccc; font-size: 80%; } .footer .pure-menu a:hover, .footer .pure-menu a:focus { background: none; } @media (min-width: 48em) { .content { padding: 2em 3em 0; } .header { margin: 80% 2em 0; text-align: right; } .sidebar { position: fixed; top: 0; bottom: 0; } } .review-container { padding-bottom: 60px; font-size: 1.5em; } #review-btn { margin: 0 auto; }
static/simsim_style.css
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css); @import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css); @import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); @import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); body { color: #333 !important; font-family: 'Nanum Gothic', sans-serif; } .myeongjo { font-family: 'Nanum Pen Script', cursive; } #alba-title, #poet-title { font-family: 'Nanum Pen Script', cursive; /*font-family: 'Nanum Gothic', sans-serif;*/ font-size: 10vw; line-height: 10vw; height: 10vw; font-weight: normal; color: #6826b9; margin: 0; } .saying:after { color: #FFF; } .splash { width: 90%; } .content-wrapper { top: 80%; } .splash-container { height: 80%; } .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .home-menu { padding: 15px 10% 15px 10%; background-color: #181818; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; } .top-nav-collapse { padding: 8px 10% 8px 10%; background-color: rgba(0,0,0,0.9); } .intro { display: table; width: 100%; height: 100%; color: #fff; } .intro-bg-filter { position: absolute; left: 0; top: 0; width: 100%; height: 100%; /*background: rgba(0,0,0,0.6);*/ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGA4A8RwwAgVOAsVMcYpANcCAL12BTX+FvNLAAAAAElFTkSuQmCC) repeat; } .intro-bg-img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; background-repeat: no-repeat; background-position: center center; } .intro-body { display: table-cell; vertical-align: middle; } .intro-text { padding-top: 0px; font-weight: 700; font-size: 2.0em; text-shadow: 0 0 5px #000; } .intro-text-sub { color: #ccc; font-weight: 100; font-size: 1.2em; text-shadow: 0 0 5px #000; } .pure-menu-heading { text-transform: none !important; } .button-success { background: rgb(28, 184, 65); /* this is a green */ } .button-error { background: rgb(202, 60, 60); /* this is a maroon */ } .button-warning { background: rgb(223, 117, 20); /* this is an orange */ } .button-secondary { background: rgb(66, 184, 221); /* this is a light blue */ } p.carpedm a { margin: 10px 0; text-transform: none !important; text-decoration: none !important; } p.carpedm { font-size: 1.4em; color: #A468EE; } article p { color: #34495e; } .ml { height: 232px; } .poet { border-top: thin double #EBEBEB; font-family: 'Nanum Myeongjo', sans-serif; font-size: 1.5em; line-height: 1.5em; background: #fff; width: 100%; padding: 24px; margin-bottom: 24px; box-shadow: 0 4px 4px rgba(0,0,0,.20); border-radius: 2px; color: #333; } h3 { color: #999; font-family: 'Source Sans Pro', serif; font-weight: 400; margin-top: 1em; padding-top: 0em; padding-bottom: 0em; margin-bottom: 0.375em; font-size: 0.8em; line-height: 1.5em; } .word-input { width: 80% !important; margin: 0px 30px 30px 30px; } h1, h2 { letter-spacing: 0.1em; } .white { color: white; font-weight: normal; } .content-head-ribbon { line-height: 1.4em; } .poet-footer { text-align: right; margin-bottom: 30px; } .like { margin-right: 20px; } .title p { color: rgb(240, 240, 240); } .title { margin-bottom: 15px !important; padding-top: 5px !important; } #submit-btn, #spinner{ left: 0; right: 0; margin-left: auto !important; margin-right: auto !important; height: 40px; top: 0; } #spinner { top: 0; position: absolute; visibility: hidden; } .sk-spinner-wave.sk-spinner { margin: 0 !important; } .sk-spinner-wave.sk-spinner { width: 70px; height: 40px; text-align: center; font-size: 26px; } .sk-spinner-wave div { background-color: #FFF; height: 100%; width: 8px; display: inline-block; -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out; animation: sk-waveStretchDelay 1.2s infinite ease-in-out; } .sk-spinner-wave .sk-rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .sk-spinner-wave .sk-rect3 { -webkit-animation-delay: -1s; animation-delay: -1s; } .sk-spinner-wave .sk-rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .sk-spinner-wave .sk-rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes sk-waveStretchDelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); } 20% { -webkit-transform: scaleY(1); transform: scaleY(1); } } @keyframes sk-waveStretchDelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); } 20% { -webkit-transform: scaleY(1); transform: scaleY(1); } }; * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a { text-decoration: none; color: rgb(61, 146, 201); } a:hover, a:focus { text-decoration: underline; } h3 { font-weight: 100; } /* LAYOUT CSS */ .pure-img-responsive { max-width: 100%; height: auto; } #layout { padding: 0; } .header { text-align: center; top: auto; margin: 3em auto; } .sidebar { background: rgb(61, 79, 93); color: #fff; } .brand-title, .brand-tagline { margin: 0; } .brand-title { text-transform: uppercase; } .brand-tagline { font-weight: 300; color: rgb(176, 202, 219); } .nav-list { margin: 0; padding: 0; list-style: none; } .nav-item { display: inline-block; *display: inline; zoom: 1; } .nav-item a { background: transparent; border: 2px solid rgb(176, 202, 219); color: #fff; margin-top: 1em; letter-spacing: 0.05em; text-transform: uppercase; font-size: 85%; } .nav-item a:hover, .nav-item a:focus { border: 2px solid rgb(61, 146, 201); text-decoration: none; } .content-subhead { text-transform: uppercase; color: #aaa; border-bottom: 1px solid #eee; padding: 0.4em 0; font-size: 80%; font-weight: 500; letter-spacing: 0.1em; } .content { padding: 2em 1em 0; } .post { } .post-title { font-size: 2em; color: #222; margin-bottom: 0.2em; } .post-avatar { border-radius: 50px; float: right; margin-left: 1em; } .post-description { color: #444; line-height: 1.8em; } .post-meta { color: #999; font-size: 90%; margin: 0; } .post-category { margin: 0 0.1em; padding: 0.3em 1em; color: #fff; background: #999; font-size: 80%; } .post-category-design { background: #5aba59; } .post-category-pure { background: #4d85d1; } .post-category-yui { background: #8156a7; } .post-category-js { background: #df2d4f; } .post-images { margin: 1em 0; } .post-image-meta { margin-top: -3.5em; margin-left: 1em; color: #fff; text-shadow: 0 1px 1px #333; } .footer { text-align: center; padding: 1em 0; } .footer a { color: #ccc; font-size: 80%; } .footer .pure-menu a:hover, .footer .pure-menu a:focus { background: none; } @media (min-width: 48em) { .content { padding: 2em 3em 0; } .header { margin: 80% 2em 0; text-align: right; } .sidebar { position: fixed; top: 0; bottom: 0; } } .review-container { padding-bottom: 60px; font-size: 1.5em; } #review-btn { margin: 0 auto; }
0.304352
0.078642
/*** ==================================================================== Fonts ==================================================================== ***/ /*** ==================================================================== Reset ==================================================================== ***/ *{ margin:0px; padding:0px; border:none; outline:none; font-size: 100%; } /*** ==================================================================== Global Settings ==================================================================== ***/ body { font-size:14px; color:#777777; line-height: 28px; font-weight:400; background:#ffffff; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-family: 'Arimo', sans-serif; } a{ text-decoration:none; cursor:pointer; color:#ff8a00; } a:hover, a:focus, a:visited{ text-decoration:none; outline:none; } h1,h2,h3,h4,h5,h6 { position:relative; font-weight:normal; margin:0px; background:none; line-height:1.2em; font-family: 'Rubik', sans-serif; } textarea{ overflow:hidden; resize: none; } button{ outline: none !important; cursor: pointer; } p,.text{ font-size: 16px; line-height: 26px; font-weight: 400; color: #555555; margin: 0; } ::-webkit-input-placeholder{color: inherit;} ::-moz-input-placeholder{color: inherit;} ::-ms-input-placeholder{color: inherit;} .auto-container{ position:static; max-width:1200px; padding:0px 15px; margin:0 auto; } .page-wrapper{ position:relative; margin:0 auto; width:100%; min-width:300px; overflow: hidden; z-index: 99; } ul,li{ list-style:none; padding:0px; margin:0px; } .theme-btn{ display:inline-block; text-align: center; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; } .centered{ text-align:center !important; } /*Btn Style One*/ .btn-style-one{ position:relative; font-size:16px; line-height:30px; color:#ffffff; padding: 10px 40px; text-transform: capitalize; font-weight: 400; border-radius: 50px; cursor: pointer; background: rgb(255,174,0); background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwM<KEY> background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%); background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%); background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=0 ); } .btn-style-one:hover{ color: #ffffff; -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; } .btn-style-one:before{ position: absolute; top: -1px; right: -1px; left: -1px; bottom: -1px; content: ""; border-radius: 50px; border:2px solid #222222; transition: all 300ms ease; opacity: 0; } .btn-style-one:hover:before{ opacity: 1; } /*Btn Style Two*/ .btn-style-two{ position:relative; font-size:16px; line-height:20px; color:#222222; padding: 13px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #ffffff; border:2px solid #ff8a00; -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; } .btn-style-two:hover{ color: #ffffff; border:2px solid #ff8a00; -webkit-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; } /*Btn Style Three*/ .btn-style-three{ position:relative; font-size:16px; line-height:20px; color:#ffffff; padding: 13px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #222222; cursor: pointer; -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; } .btn-style-three:hover{ color: #ffffff; -webkit-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; } /*Btn Style Four*/ .btn-style-four{ position:relative; font-size:16px; line-height:20px; color:#ffffff; padding: 13px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #222222; -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; } .btn-style-four:hover{ color: #ff8a00; -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; } /*Btn Style Five*/ .btn-style-five{ position:relative; font-size:16px; line-height:30px; color:#ffffff; padding: 10px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #ff8a00; } .btn-style-five:hover{ color: #ffffff; background-color: #222222; } /*Btn Style Six*/ .btn-style-six{ position:relative; font-size:16px; line-height:30px; color:#222222; padding: 10px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #ffffff; } .btn-style-six:hover{ color: #ffffff; background-color: #ff8a00; } /*Btn Style Seven*/ .btn-style-seven{ position:relative; font-size:16px; line-height:30px; color:#222222; padding: 10px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #ffffff; } .btn-style-seven:hover{ color: #ffffff; background-color: #222222; } /*Btn Style c*/ .btn-style-eight{ position:relative; font-size:16px; line-height:26px; color:#ff8a00; padding: 10px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; border:2px solid #ff8a00; background-color: #ffffff; } .btn-style-eight:hover{ color: #ffffff; background-color: #ff8a00; } /*=== List Style One ===*/ .list-style-one{ position: relative; } .list-style-one li{ position: relative; float: left; width: 50%; font-size: 14px; line-height: 28px; color: #666666; font-weight: 400; padding-left: 35px; } .list-style-one li:before{ position: absolute; left: 0; top: 0; font-size: 14px; line-height: 28px; color: #ffb902; content: "\f00c"; font-family: "FontAwesome"; } /*=== List Style Two ===*/ .list-style-two{ position: relative; display: block; margin-bottom: 30px; } .list-style-two li{ position: relative; font-size: 14px; line-height: 20px; color: #222222; font-weight: 500; padding-left: 35px; margin-bottom: 15px; font-family: "Rubik", sans-serif; } .list-style-two li:before{ position: absolute; left: 0; top: 0; font-size: 14px; line-height: 20px; color: #ff8a00; font-weight: 900; font-family: "FontAwesome"; content: "\f061"; } .theme_color{ color:#25262c; } .pull-right{ float: right; } .pull-left{ float: left; } .preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(images/icons/preloader.svg); } img{ display:inline-block; max-width:100%; height:auto; } /*** ==================================================================== Scroll To Top style ==================================================================== ***/ .scroll-to-top{ position:fixed; bottom:80px; right:20px; width:50px; height:50px; color:#ffffff; font-size:40px; line-height:50px; text-align:center; z-index:100; cursor:pointer; background:#222222; display:none; border-radius: 50%; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .scroll-to-top:hover{ background:#ff8a00; color: #222222; } /*** ==================================================================== Main Header style ==================================================================== ***/ .main-header{ position: relative; left: 0; top: 0; width:100%; z-index: 9999; } .main-header .header-top{ position: relative; background-color: #ffa900; } .main-header .top-left{ position: relative; float: left; } .main-header .top-left .contact-list{ position: relative; padding: 5px 0; } .main-header .top-left .contact-list li{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #222222; font-weight: 400; margin-right: 25px; } .main-header .top-left .contact-list li:last-child{ margin-right: 0; } .main-header .top-left .contact-list li i{ float: left; font-size: 16px; line-height: 30px; margin-right: 10px; color: #ffffff; } .main-header .top-left .contact-list li a{ color: #222222; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-header .top-left .contact-list li a:hover{ color: #ffffff; } .main-header .top-right{ position: relative; float: right; padding:5px 0; } .social-icon-four{ position: relative; } .social-icon-four li{ position: relative; float: left; margin-left: 20px; } .social-icon-four li:first-child{ margin-left: 0; } .social-icon-four li a{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #ffffff; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-four li a:hover{ color: #222222; } .main-header .main-box{ position:relative; display: block; } .main-header .inner-container{ position: relative; padding: 0 15px; } .main-header .logo-box{ position: relative; float: left; width: 170px; } .main-header .logo-box .logo{ position: relative; padding: 15px 0; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-header .nav-outer{ position: static; float: left; } .navbar-toggler{ border: 0 !important; } .main-menu { position: static; float: left; font-family: "Rubik", sans-serif; } .main-menu .navbar-header{ display: none; } .main-menu .navbar-collapse{ padding:0px; } .main-menu .navigation{ position:static; margin:0px; } .main-menu .navigation > li{ position:relative; float:left; margin-left: 45px; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .main-menu .navigation > li > a{ position:relative; display:block; font-size:15px; line-height:30px; font-weight:500; color:#222222; padding:35px 0; opacity:1; text-align:center; text-transform: uppercase; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .main-menu .navigation > li > ul > li > ul > li:hover > a{ color:#25262c; background:#ffffff; } .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{ font-family: 'FontAwesome'; content: "\f105"; position:absolute; right:10px; top:11px; width:10px; height:20px; display:block; color:#292929; line-height:20px; font-size:13px; font-weight: 900; text-align:center; z-index:5; } .main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{ color:#ffffff; } .main-menu .navigation > li > ul{ position:absolute; left:0px; top:110%; width:200px; padding:0px 0px; z-index:100; background:rgba(47,46,50,.90); -webkit-transition:all 200ms linear; -moz-transition:all 200ms linear; -ms-transition:all 200ms linear; -o-transition:all 200ms linear; transition:all 200ms linear; opacity: 1; -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); } .main-menu .navigation > li > ul.from-right{ left:auto; right:0px; } .main-menu .navigation > li > ul > li{ position:relative; width:100%; border-bottom:1px solid rgba(255,255,255,0.10); } .main-menu .navigation > li > ul > li:last-child{ border-bottom:none; } .main-menu .navigation > li > ul > li > a{ position:relative; display:block; padding:10px 20px; line-height:24px; font-weight:400; font-size:15px; color:#ffffff; text-align:left; text-transform:capitalize; border-left: 4px solid transparent; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navigation > li > ul > li:hover > a{ border-left: 4px solid #ff8a00; background:#222222; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:before { } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:before { content: ''; font-size: 9px; margin-left: 5px; font-weight: normal; vertical-align: middle; display: inline-block; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:before { position: absolute; width: 8px; height: 2px; right: 20px; top: 50%; transform: translateY(-50%); background-color: #ff8a00; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:before { z-index: 1; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:after { content: ''; font-size: 9px; margin-left: 5px; font-weight: normal; vertical-align: middle; display: inline-block; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:after { position: absolute; width: 2px; height: 8px; right: 18px; top: 50%; transform: translateY(-50%); background-color: #ff8a00; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:after { z-index: 1; } .main-menu .navigation > li > ul > li > ul{ position:absolute; left:110%; top:0%; width:200px; padding:0px 0px; z-index:100; background:rgba(47,46,50,.90); -webkit-transition:all 200ms linear; -moz-transition:all 200ms linear; -ms-transition:all 200ms linear; -o-transition:all 200ms linear; transition:all 200ms linear; -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); } .main-menu .navigation > li > ul > li > ul > li{ position:relative; width:100%; border-bottom:1px solid rgba(255,255,255,0.10); } .main-menu .navigation > li > ul > li > ul > li:last-child{ border-bottom:none; } .main-menu .navigation > li > ul > li > ul > li > a{ position:relative; display:block; padding:10px 20px; line-height:24px; font-weight:400; font-size:15px; color:#ffffff; text-align:left; text-transform:capitalize; border-left: 4px solid transparent; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navigation > li > ul > li > ul > li > a:hover{ color: #ffffff; background:#222222; border-left: 4px solid #ff8a00; } .main-menu .navigation > li.dropdown:hover > ul{ -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -ms-transition:all 300ms linear; -o-transition:all 300ms linear; transition:all 300ms linear; visibility:visible; opacity:1; top:100%; } .main-menu .navigation li > ul > li.dropdown:hover > ul{ visibility:visible; opacity:1; top: 0; left: 100%; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{ position:absolute; right:10px; top:8px; width:34px; height:30px; border:1px solid #ffffff; text-align:center; font-size:16px; line-height:30px; color:#ffffff; cursor:pointer; z-index:5; display:none; } .main-header .outer-box{ position: relative; float: right; } .social-icon-one{ position: relative; } .social-icon-one li{ position: relative; float: left; margin-left: 22px; } .social-icon-one li a{ position: relative; display: block; font-size: 13px; line-height: 30px; color: #222222; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-one li a:hover{ color: #ff8a00; } .main-header .contact-info{ position: relative; } .main-header .contact-info li{ position: relative; float: left; margin-left: 35px; font-size: 14px; line-height: 30px; color: #222222; font-weight: 400; } .main-header .contact-info li span{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #aaaaaa; font-weight: 400; } .main-header .contact-info li a{ color: #222222; transition: all 300ms ease; } .main-header .contact-info li a:hover{ color: #ff8a00; } /*=================================== Header Style One ===================================*/ .header-style-one{ position: fixed; left: 0; top: 0; width: 100%; background-color: rgba(0,0,0,0.95); } .header-style-one.fixed-header { background: none; } .header-style-one .header-lower{ position: relative; background-color: rgba(0,0,0,0.80); margin: 0 30px; padding: 0 40px; } .header-style-one .header-lower:before{ position: absolute; top: 0; left: -30px; height: 0; width: 0; border-left: 30px solid transparent; border-top: 100px solid rgba(0,0,0,0.80); content:""; } .header-style-one .header-lower:after{ position: absolute; top: 0; right: -30px; height: 0; width: 0; border-right: 30px solid transparent; border-top: 100px solid rgba(0,0,0,0.80); content:""; } .header-style-one .nav-outer{ float: right; } .header-style-one .main-menu .navigation > li{ margin-left: 35px; } .header-style-one .main-menu .navigation > li > a{ color: #ffffff; } .header-style-one .outer-box{ padding: 32.5px 0; margin-left: 45px; } .header-style-one .search-box-btn:hover{ color: #ffffff !important; } .header-style-one .search-box-outer .dropdown-menu{ top: 20px !important; } /*search box btn*/ .main-header .search-box-outer{ position:relative; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .main-header .search-box-btn{ position: relative; height: 35px; width: 35px; cursor: pointer; background: none; font-size: 15px; color: #ffa600; line-height: 33px; border: 1px dashed #ffffff; border-radius: 50%; outline: none; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .main-header .search-box-btn:hover{ color: #ff8a00; } .dropdown-toggle::after{ display: none; } .main-header .search-box-outer .dropdown-menu{ top:37px !important; right: 0 !important; left: auto !important; transform: none !important; padding:0px; width:280px; border-radius:0px; border-top:3px solid #25262c; } .main-header .search-panel .form-container{ padding:25px 20px; } .main-header .search-panel .form-group{ position:relative; margin:0px; } .main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select{ display:block; width:100%; line-height:24px; padding:7px 40px 7px 15px; height:40px; font-size:14px; border:1px solid #e0e0e0; background:#ffffff; } .main-header .search-panel input:focus, .main-header .search-panel select:focus{ border-color:#25262c; } .main-header .search-panel .search-btn{ position:absolute; right:0px; top:0px; width:40px; height:40px; text-align:center; color:#555555; font-size:12px; background:none; cursor:pointer; } /*=================================== Header Style Two ===================================*/ .header-style-two{ position: relative; left: 0; top: 0; width: 100%; } .header-style-two .header-top .inner-container{ padding: 0 40px; } .header-style-two .header-lower{ position: relative; } .header-style-two .header-lower .auto-container{ position: relative; max-width: 1170px; } .header-style-two .header-lower .main-box{ position: absolute; left: 0; top: 0; width: 100%; padding: 0 40px; background-color: rgba(0,0,0,0.90); border-radius: 0 0 15px 15px; } .header-style-two .nav-outer{ float: right; } .header-style-two .main-menu .navigation > li{ margin-left: 35px; } .header-style-two .main-menu .navigation > li > a{ position: relative; color: #ffffff; font-weight: 500; } .header-style-two .main-menu .navigation > li > a:before{ position: absolute; left: 50%; width: 0; height: 1px; bottom: 35px; content: ""; background-color: #ffa900; transition: all 300ms ease; } .header-style-two .main-menu .navigation > li:hover > a:before, .header-style-two .main-menu .navigation > li.current > a:before{ left: 0%; width: 100%; } .header-style-two .outer-box{ padding: 32.5px 0; margin-left: 45px; } .header-style-two .search-box-btn:hover{ color: #ffffff !important; } .header-style-two .search-box-outer .dropdown-menu{ top: 37px !important; } .header-style-two .search-box-outer{ float: right; margin-left: 40px; } .main-header .cart-btn{ position: relative; float: left; } .main-header .cart-btn a{ position: relative; display: inline-block; font-size: 20px; line-height: 35px; color: #ffffff; } .main-header .cart-btn .count{ position: absolute; right: -11px; top: 0; height: 22px; width: 22px; line-height: 22px; color: #ffffff; font-size: 12px; text-align: center; font-weight: 400; background-color: #fb4848; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } /*=================================== Header Style Three ===================================*/ .header-style-three{ position: relative; background-color: #333333; } .header-style-three .logo-box:before{ position: absolute; top: 0; margin-right: -230px; right: 100%; height: 100%; width: 1000%; background-color: #ffffff; content: ""; transform:skew(40deg); } .header-style-three .inner-container{ position: relative; } .header-style-three .nav-outer{ float: right; } .header-style-three .outer-box{ position: relative; float: right; padding: 30px 0; } .header-style-three .main-menu .navigation > li > a{ color: #ffffff; } .header-style-three .main-menu .navigation > li.current > a:before, .header-style-three .main-menu .navigation > li:hover > a:before{ height: 30px; } .header-style-three .outer-box{ margin-left: 80px; } .header-style-three .nav-toggler{ position: relative; height: 40px; width: 40px; text-align: center; line-height: 30px; font-size: 15px; color: #222222; font-weight: 400; background-color: #ffffff; cursor: pointer; transition: all 300ms ease; } .header-style-three .nav-toggler:hover{ background-color: #ffa500; color: #ffffff; } /*=================================== Header Style Four ===================================*/ .header-style-four{ position: absolute; left: 0; top: 0; width: 100%; } .header-style-four .header-top{ position: relative; background-color: transparent !important; } .header-style-four .header-top .top-right{ float: right; padding: 10px 0; } .header-style-four .header-top .top-right li a, .header-style-four .header-top .top-right li{ color: #ffffff; font-size: 14px; } .header-style-four .header-top .top-right li span{ font-weight: 700; color: #ffffff; border: 0; width: auto; } .header-style-four .header-top .top-right li a:hover{ color: #ff8a00; } .header-style-four .header-lower{ position: relative; background-color: rgba(0,0,0,0.40); } .header-style-four .nav-outer{ float: right; } .header-style-four .main-menu .navigation > li{ margin-left: 45px; } .header-style-four .main-menu .navigation > li > a{ color: #ffffff; } .header-style-four .search-box-outer{ padding: 32.5px 0; } .header-style-four .search-box-btn{ color: #ff8a00; margin-left: 55px; } .header-style-four .search-box-btn:hover{ color: #ffffff; } .header-style-four .search-box-outer .dropdown-menu{ top: 40px !important; } .main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a{ color:#ff8a00; } .header-style-four.fixed-header .search-box-outer{ padding: 22.5px 0; } /*=================================== Header Style Five ===================================*/ .header-style-five{ position: relative; } .header-style-five .logo-box .logo{ padding: 25px 0; } .header-style-five .inner-container{ position: relative; padding-left: 120px; padding-right: 55px; } .header-style-five .main-menu .navigation > li > a{ padding: 45px 0; } .header-style-five .outer-box{ position: relative; padding: 45px 0; } .header-style-five .outer-box .social-icon-one{ position: relative; float: left; } .header-style-five .outer-box .contact-info{ position: relative; float: right; padding-left: 30px; margin-left: 50px; border-left: 1px solid #dddddd; } .header-style-five .outer-box{ position: relative; float: right; } .header-style-five .contact-info li{ color: #222222; } .header-style-five .contact-info li a{ color: #222222; transition: all 300ms ease; } .header-style-five .contact-info li a:hover{ color: #ff8a00; } /*** ==================================================================== Header Style Six ==================================================================== ***/ .header-style-six{ position: absolute; left: 0; } .header-style-six .outer-container{ padding: 0 80px; border-bottom: 1px solid rgba(255,255,255,.30); } .header-style-six .logo-box { padding-right: 30px; } .header-style-six .logo-box .logo{ padding: 15px 0; } .header-style-six .outer-box{ float: left; margin-left: 100px; } .header-style-six .contact-info { position: relative; float: left; padding: 35px 0; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .header-style-six .contact-info{ position: relative; float: left; } .header-style-six .contact-info li span{ color: #ff8a00; font-weight: 700; } .header-style-six .btn-box{ position: relative; float: right; } .header-style-six .nav-toggler{ position: relative; height: 40px; } .header-style-six .nav-toggler:hover{ color: #ffffff !important; } .header-style-six.fixed-header .outer-container{ position: fixed; left: 0; width: 100%; background-color: rgba(0,0,0,0.90); border-bottom: 1px solid transparent; } .header-style-six.fixed-header .nav-toggler{ background-color: #ffffff; } .header-style-six.fixed-header .nav-toggler:hover{ color: #222222 !important; } .header-style-six.fixed-header .logo-box .logo{ padding: 10px 0; } .header-style-six.fixed-header .contact-info{ padding: 30px 0; } .header-style-six.fixed-header .btn-box{ padding: 25px 0; } .box-layout .header-style-six.fixed-header .outer-container{ max-width: 1370px; left: 0; right: 0; margin: 0 auto; } .header-style-six .contact-info{ position: relative; } .header-style-six .contact-info li{ position: relative; float: left; margin-left: 25px; padding-left: 25px; border-left: 1px solid rgba(255,255,255,0.40); font-size: 16px; line-height: 30px; color: #ffffff; font-weight: 400; } .header-style-six .contact-info li:first-child{ border-left: 0; } .header-style-six .contact-info li span{ position: relative; float: left; height: 30px; width: 30px; border: 1px solid rgba(255,255,255,0.40); font-size: 14px; line-height: 30px; color: #ff8a00; text-align: center; font-weight: 400; margin-right: 10px; border-radius: 50%; } .header-style-six .contact-info li a{ color: #ffffff; transition: all 300ms ease; } .header-style-six .contact-info li a:hover{ color: #ff8a00; } .header-style-six .btn-box{ position: relative; float: right; padding: 30px 0; } .header-style-six .nav-toggler{ position: relative; height: 40px; width: 40px; text-align: center; line-height: 40px; font-size: 16px; color: #ffa500; font-weight: 400; background-color: #ffffff; cursor: pointer; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } /*** ==================================================================== Header Style Seven ==================================================================== ***/ .header-style-seven{ position: relative; } .header-style-seven .inner-container{ position: relative; padding-left: 100px; padding-right: 100px; } .header-style-seven .logo-box .logo{ padding: 25px 0; } .header-style-seven .nav-outer{ float: right; } .header-style-seven .main-menu .navigation > li{ margin-left: 40px; } .header-style-seven .main-menu .navigation > li > a{ font-size: 16px; font-weight: 500; padding: 45px 0; } .header-style-seven .outer-box{ position: relative; float: right; padding: 40px 0; margin-left: 80px; } .nav-toggler{ position: relative; height: 40px; width: 40px; text-align: center; line-height: 30px; font-size: 28px; color: #222; font-weight: 600; cursor: pointer; transition: all 300ms ease; background: transparent; } .box-layout .header-style-seven .inner-container{ padding: 0 15px; } /*** ==================================================================== Side Nav Bar ==================================================================== ***/ .sidenav-bar{ position:fixed; left:-350px; top:0px; width: 350px; height:100%; overflow-y:auto; background:#111111; z-index: 99999; transition: all 500ms ease; } .active-side-nav .sidenav-bar{ left: 0; } .sidenav-bar .inner-box{ position: relative; padding: 50px 30px; } .sidenav-bar:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-image: url(images/icons/icon-dots-dark.jpg); background-repeat: repeat; background-position: center; content: ""; } .sidenav-bar .upper-box{ position: relative; margin-bottom: 50px; } .sidenav-bar .upper-box .logo a{ position: relative; } .sidenav-bar .cross-icon{ position: absolute; right: 0; top: 15px; height: 40px; width: 40px; text-align: center; line-height: 40px; font-size: 18px; color: #222222; font-weight: 400; background-color: #ffffff; cursor: pointer; transition: all 300ms ease; } .sidenav-bar .cross-icon:hover{ background-color: #ffa500; color: #ffffff; } .sidenav-bar .side-nav{ position: relative; margin-bottom: 50px; } .sidenav-bar .side-nav .navigatio{ position: relative; } .sidenav-bar .side-nav .navigation > li, .sidenav-bar .side-nav .navigation > li > ul > li{ position:relative; display:block; } .sidenav-bar .side-nav .navigation > li > a{ position:relative; display:block; line-height:30px; padding:10px 0px; color:#ffffff; font-weight:400; font-size:16px; text-transform:capitalize; transition: all 300ms ease; } .sidenav-bar .side-nav .navigation > li > ul > li > a, .sidenav-bar .side-nav .navigation > li > ul > li > ul > li > a{ position:relative; display:block; line-height:20px; padding:10px 20px; color:#ffffff; font-weight:400; font-size:16px; text-transform:capitalize; transition: all 300ms ease; } .sidenav-bar .side-nav .navigation > li > ul > li, .sidenav-bar .side-nav .navigation > li > ul > li > ul > li{ margin-bottom:0px; } .sidenav-bar .side-nav .navigation > li > ul > li:last-child, .sidenav-bar .side-nav .navigation > li > ul > li > ul > li:last-child{ margin:0px; } .sidenav-bar .side-nav .navigation > li:hover > a, .sidenav-bar .side-nav .navigation > li > ul > li:hover > a, .sidenav-bar .side-nav .navigation > li.current > a, .sidenav-bar .side-nav .navigation > li > ul > li.current > a{ color:#ff8a00; } .sidenav-bar .side-nav .navigation > li.dropdown > a{ padding-right:30px; } .sidenav-bar .side-nav .navigation > li.dropdown > a:before{ font-family: 'FontAwesome'; content: "\f105"; position:absolute; right:0px; top: 10px; line-height: 30px; display:block; font-size:16px; z-index:5; font-weight:300; } .sidenav-bar .side-nav .navigation > li.dropdown.active > a:before{ content: "\f107"; } .sidenav-bar .side-nav .navigation > li.dropdown > ul, .sidenav-bar .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{ position:relative; display:block; left:0%; top:0px; width:100%; z-index:100; padding:10px 0px; } .sidenav-bar .side-nav .navigation li.dropdown .dropdown-btn{ position:absolute; right:0px; top:10px; width:34px; height:30px; border:1px solid #e0e0e0; text-align:center; font-size:16px; line-height:28px; color:#ffffff; cursor:pointer; z-index:5; display:none; } .sidenav-bar .subscribe-form{ position: relative; } .sidenav-bar .subscribe-form h5{ position: relative; display: block; font-size: 20px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 25px; } .sidenav-bar .subscribe-form form{ position: relative; } .sidenav-bar .subscribe-form input[type="text"], .sidenav-bar .subscribe-form input[type="email"]{ position: relative; display: block; width: 100%; font-size: 14px; line-height: 30px; color: #999999; font-weight: 400; padding: 10px 30px; background-color: #000000; border-radius: 30px; transition: all 300ms ease; } .sidenav-bar .subscribe-form button, .sidenav-bar .subscribe-form input[type="submit"]{ position: relative; display: block; width: 100%; margin-top: 10px; height: 50px; font-size: 16px; line-height: 30px; color: #000000; font-weight: 600; padding: 10px 30px; text-transform: uppercase; } .sidenav-bar .subscribe-form button:hover, .sidenav-bar .subscribe-form input[type="submit"]:hover{ color: #ffffff; } .form-back-drop{ position:fixed; right:0px; top:0px; width:100%; height:100%; opacity:0; background:rgba(0,0,0,0.70); visibility:hidden; z-index:99999; transition:all 0.5s ease; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; } .active-side-nav .form-back-drop{ opacity:1; visibility:visible; } .mCSB_inside>.mCSB_container{ margin-right: 0; } /*** ==================================================================== Hidden Sidebar style ==================================================================== ***/ .hidden-bar{ position: fixed; left: -500px; top: 0px; max-width: 100%; height:100%; overflow-y:auto; z-index: 99999; opacity: 0; background-color: #222222; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .active-side-nav .hidden-bar{ left:0px; opacity:1; visibility:visible; } .hidden-bar .inner-box{ position:relative; background-color: #222222; padding:55px 30px 50px; } .hidden-bar .inner-box .cross-icon{ position:absolute; right:30px; top:30px; cursor:pointer; color:#ffffff; font-size:20px; } .hidden-bar .inner-box h2{ position:relative; font-size:28px; font-weight:500; line-height:1.2em; color:#ffffff; margin-bottom:20px; } /*Appointment Form*/ .hidden-bar .appointment-form{ position:relative; } .hidden-bar .appointment-form .form-group{ position:relative; margin-bottom:15px; } .hidden-bar .appointment-form input[type="text"], .hidden-bar .appointment-form input[type="email"], .hidden-bar .appointment-form textarea{ position:relative; display:block; width:100%; line-height:23px; padding:10px 25px; height:45px; color:#ffffff; font-size:16px; border:1px solid rgba(255,255,255,0.10); background:none; transition:all 300ms ease; -ms-transition:all 300ms ease; -webkit-transition:all 300ms ease; } .hidden-bar .appointment-form input::placeholder, .hidden-bar .appointment-form textarea::placeholder{ color:#bdbdbd; } .hidden-bar .appointment-form input:focus, .hidden-bar .appointment-form textarea:focus{ border-color: #ffffff; } .hidden-bar .appointment-form textarea{ height:135px; resize:none; } .hidden-bar .appointment-form .form-group button, .hidden-bar .appointment-form .form-group input[type="submit"]{ margin-top:10px; display: block; width: 100%; border-radius: 0; font-weight: 700; background-color: #ffffff; color: #222222; } .hidden-bar .appointment-form .form-group button:hover, .hidden-bar .appointment-form .form-group input[type="submit"]:hover{ color: #ffffff; } .contact-info-box{ position:relative; padding-top:20px; } .contact-info-box .info-list{ position:relative; padding-bottom:18px; margin-bottom:25px; } .contact-info-box .info-list li{ position:relative; color:#ffffff; font-size:18px; font-weight:500; margin-bottom:5px; } .contact-info-box .info-list:before{ position:absolute; content:''; left:0px; bottom:0px; width:50px; height:1px; background-color:#ffffff; } .contact-info-box .social-list{ position:relative; } .contact-info-box .social-list li{ position:relative; width:50%; float:left; margin-bottom:6px; display:inline-block; } .contact-info-box .social-list li a{ position:relative; font-size:15px; font-weight:500; color:rgba(255,255,255,0.50); transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .contact-info-box .social-list li a:hover{ color:rgba(255,255,255,0.80); } .mCSB_inside>.mCSB_container{ margin-right: 0; } /*=================================== Header Style Three ===================================*/ header-style-seven{ position: relative; background-color: #333333; } header-style-seven .logo-box:before{ position: absolute; top: 0; margin-right: -230px; right: 100%; height: 100%; width: 1000%; background-color: #ffffff; content: ""; transform:skew(40deg); } header-style-seven .inner-container{ position: relative; } header-style-seven .nav-outer{ float: right; } header-style-seven .outer-box{ position: relative; float: right; padding: 35px 0; } header-style-seven .main-menu .navigation > li > a{ color: #ffffff; } header-style-seven .outer-box{ margin-left: 80px; } header-style-seven .nav-toggler{ position: relative; height: 30px; width: 30px; text-align: center; line-height: 30px; font-size: 15px; color: #222222; font-weight: 400; background-color: #ffffff; border-radius: 5px; cursor: pointer; transition: all 300ms ease; } header-style-seven .nav-toggler:hover{ background-color: #ffa500; color: #ffffff; } /*** ==================================================================== Sticky Header ==================================================================== ***/ .sticky-header{ position: fixed; visibility: hidden; opacity: 0; left: 0px; top: 0px; width: 100%; padding: 0px 0px; z-index: -1; background: #ffffff; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10); -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10); -o-box-shadow: 0 0 15px rgba(0,0,0,0.10); box-shadow: 0 0 15px rgba(0,0,0,0.10); -webkit-transition: top 300ms ease; -moz-transition: top 300ms ease; -ms-transition: top 300ms ease; -o-transition: top 300ms ease; transition: top 300ms ease; } .fixed-header .sticky-header{ opacity:1; z-index: 9999; visibility:visible; } .fixed-header .sticky-header .logo{ padding: 10px 0; width: 120px; height: 75px; } .sticky-header .main-menu .navigation > li{ margin-left: 40px !important; padding: 0; margin-right: 0; background-color: transparent; } .sticky-header .main-menu .navigation > li > a:before, .sticky-header .main-menu .navigation > li:after{ display: none !important; } .sticky-header .main-menu .navigation > li > a{ padding:20px 0px !important; line-height:30px; font-size:16px; font-weight:500; color:#222222; text-transform:capitalize; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a{ opacity:1; color: #ff8a00; background-color: #ffffff; } .sticky-header .main-menu .navigation > li:before, .sticky-header .main-menu .navigation > li.dropdown > a:after{ display: none; } .sticky-header .main-menu .navigation > li.dropdown:hover > ul{ margin-top: 0; } .header-style-four.fixed-header .header-lower{ position: fixed; left: 0; top: 0; width: 100%; height: auto; background-color: rgba(0,0,0,0.80); } .header-style-four.fixed-header .logo-box .logo{ padding: 10px 0; } .header-style-four.fixed-header .main-menu .navigation > li > a{ padding: 30px 0; } .header-style-four.fixed-header .search-box-btn{ top: 5px; } .header-style-four.fixed-header .search-box-outer .dropdown-menu{ top: 0 !important; } /************************ Mega Menu ***************************/ .main-menu .navigation > li.has-mega-menu{ position:static; } .main-menu .navigation > li > .mega-menu{ position:absolute; left:0px; right: 0; margin: auto; width:100%; max-width: 1170px; background:rgba(47,46,50,.90); padding: 45px 40px 30px 45px; top: 100%; z-index:100; opacity: 0; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); } .main-menu .navigation > li:hover > .mega-menu{ opacity: 1; visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } .main-menu .navigation > li > .mega-menu .mega-menu-bar{ position: relative; } .main-menu .navigation > li .mega-menu-bar h3{ position:relative; color:#f1f1f1; font-size:18px; font-weight:500; padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,0.10); } .main-menu .navigation > li .mega-menu-bar > ul{ position:relative; } .main-menu .navigation > li .mega-menu-bar .column > ul > li{ position:relative; width:100%; border-bottom:1px solid rgba(255,255,255,0.10); text-transform:capitalize; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navigation > li .mega-menu-bar .column{ position:relative; margin-bottom:10px; } .main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{ border:none; } .main-menu .navigation > li .mega-menu-bar .column > ul > li > a{ position:relative; display:block; padding:10px 20px; line-height:24px; font-weight:400; font-size:15px; color:#ffffff; text-align:left; text-transform:capitalize; border-left: 4px solid transparent; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{ border-left: 4px solid #ff8a00; background:#222222; } /*** ==================================================================== Banner Section ==================================================================== ***/ .banner-section{ position: relative; } .banner-carousel .slide-item{ position: relative; background-repeat: no-repeat; background-position: center top; background-size: cover; padding: 350px 0 155px; overflow: hidden; } .banner-section:before{ position: absolute; right: 0; top: 0; height: 100%; width: 540px; background-image: url(images/icons/shap-1.png); background-repeat: no-repeat; background-position: right top; content:""; z-index: 9; } .banner-carousel .content-box{ position: relative; } .banner-carousel h2{ position: relative; display: block; font-size: 48px; line-height: 72px; color: #ffffff; font-weight: 700; margin-bottom: 30px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-carousel .active h2{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .banner-carousel .content-box .text{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 55px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .banner-carousel .active .text{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .banner-carousel .link-box{ position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); } .banner-carousel .active .link-box{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-carousel .link-box a{ position: relative; display: inline-block; padding: 13px 45px; font-weight: 700; } .banner-carousel .owl-nav{ position: absolute; right: 30%; bottom: -80px; z-index: 99; } .banner-carousel .owl-next, .banner-carousel .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: #222222; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-carousel .owl-next:hover, .banner-carousel .owl-prev:hover{ color: #ff8a00; } .banner-carousel .owl-next:before, .banner-carousel .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-carousel .owl-next:hover:before, .banner-carousel .owl-prev:hover:before{ border-color: #ff8a00; } .banner-carousel .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .banner-carousel .owl-next span{ margin-left: 5px; } .banner-carousel .owl-prev span{ margin-right: 5px; } .banner-section .bottom-box{ position: relative; padding: 35px 0; background-color: #222222; } .banner-section .bottom-box .contact-info{ position: relative; float: left; padding: 10px 0; } .banner-section .bottom-box .contact-info li{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #ffffff; margin-right: 30px; } .banner-section .bottom-box .contact-info li a{ color: #ffffff; } .banner-section .bottom-box .contact-info li span{ color: #ffae00; text-transform: uppercase; } .banner-section .bottom-box .contact-info li a:hover{ text-decoration: underline; } /*** ==================================================================== Banner Section Two ==================================================================== ***/ .banner-section-two{ position: relative; } .full-screen .banner-carousel{ position: relative; height: 100%; } .full-screen .owl-item, .full-screen .owl-stage, .full-screen .owl-wrapper, .full-screen .owl-stage-outer, .full-screen .owl-wrapper-outer { height: 100% !important; } .banner-section-two .slide-item{ position: relative; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 0; } .banner-section-two .slide-item:before{ position: absolute; left: 0; bottom:-5px; height: 660px; width: 100%; content: ""; background-image: url(images/icons/shape-2.png); background-repeat: no-repeat; background-position: center bottom; background-size: 100%; } .banner-section-two .slide-item .content-box{ position: relative; padding: 390px 0 350px; text-align: center; } .banner-section-two .slide-item .title{ position: relative; display: inline-block; font-size: 18px; line-height: 1.2em; color: #ffa900; font-weight: 700; margin-bottom: 30px; text-transform: uppercase; transition:all 300ms ease; opacity: 0; } .banner-section-two .active .slide-item .title{ opacity: 1; transition-delay: 300ms; } .banner-section-two .slide-item h2{ position: relative; display: block; font-size: 60px; line-height: 1.2em; color: #ffffff; font-weight: 700; transform: none; } .banner-section-two .content-box .video-link{ position: relative; display: inline-block; margin-top: 50px; transition:all 300ms ease; opacity: 0; } .banner-section-two .active .content-box .video-link{ opacity: 1; transition-delay: 1000ms; } .banner-section-two .content-box .video-link a{ position: relative; display: inline-block; height: 60px; width: 60px; text-align: center; line-height: 60px; font-size: 16px; color: #ffa500; font-weight: 400; border: 2px solid #ffffff; border-radius: 50%; background-color: rgba(0,0,0,0.46); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-two .content-box .video-link a:hover{ color: #ffffff; border-color: #000000; } .banner-section-two .owl-nav{ display: none; } .banner-section-two .owl-dots{ position: absolute; right: 80px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .banner-section-two .owl-dot{ position: relative; display: block; height: 14px; width: 14px; background-color: #ffffff; border-radius: 50%; margin-bottom: 35px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-two .owl-dot.active{ background-color: #ff9c00; } .banner-section-two .social-links{ position: absolute; left: 80px; bottom: 100px; z-index: 9; } .social-icon-three{ position: relative; } .social-icon-three li{ position: relative; display: block; margin-bottom: 25px; } /*** ==================================================================== Banner Section Three ==================================================================== ***/ .banner-section-three{ position: relative; z-index: 99; } .banner-section-three .banner-carousel-two{ z-index: 99; } .banner-section-three .slide-item{ background-repeat: no-repeat; background-repeat: no-repeat; background-position: center center; background-size: cover; padding:240px 0; } .banner-carousel-two .content-box{ position: relative; } .banner-carousel-two .content-box .inner-box{ position: relative; float: left; max-width: 500px; background-color: rgba(0,0,0,0.80); padding: 70px 70px 60px; padding-right: 70px; opacity: 0; visibility: hidden; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); } .banner-carousel-two .content-box .inner-box:before{ position: absolute; top: 0; background-color: rgba(0,0,0,0.80); content: ""; } .banner-carousel-two .active .content-box .inner-box{ visibility: visible; opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -webkit--moz-transition-delay: 300ms; -moz--moz-transition-delay: 300ms; -ms--moz-transition-delay: 300ms; -o--moz-transition-delay: 300ms; -moz-transition-delay: 300ms; } .banner-carousel-two .content-box .title{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 22px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-carousel-two .active .content-box .title{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-carousel-two .content-box h2{ position: relative; display: block; font-size: 48px; line-height: 1.2em; color: #ffffff; font-weight: 500; margin-bottom: 20px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-carousel-two .active h2{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .banner-carousel-two .content-box .text{ position: relative; display: block; font-size: 14px; line-height: 26px; color: #ffffff; font-weight: 400; margin-bottom: 20px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .banner-carousel-two .active .text{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .banner-carousel-two .link-box{ position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); } .banner-carousel-two .active .link-box{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-carousel-two .link-box a{ display: inline-block; font-size: 16px; line-height: 30px; color: #ffad00; font-weight: 400; padding: 0; transition: all 300ms ease; } .banner-carousel-two .link-box a:hover{ color: #ffffff; } .banner-section-three .contact-info{ position: absolute; left: 45px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); transform-origin: left; bottom: 75px; } .banner-section-three .contact-info li{ position: relative; float: left; margin-right: 35px; font-size: 14px; line-height: 30px; color: #222222; font-weight: 400; } .banner-section-three .contact-info li span{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #aaaaaa; font-weight: 400; } .banner-section-three .contact-info li a{ color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-three .contact-info li a:hover{ color: #ff8a00; } .banner-carousel-two .owl-nav{ position: absolute; max-width: 1170px; padding: 0 20px; width: 180%; text-align: right; margin: 0 auto; left: 0; right: 0; bottom: -30px; height: 0; } .banner-carousel-two .owl-next, .banner-carousel-two .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: transparent; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-carousel-two .owl-next:hover, .banner-carousel-two .owl-prev:hover{ color: #ff8a00; } .banner-carousel-two .owl-next:before, .banner-carousel-two .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-carousel-two .owl-next:hover:before, .banner-carousel-two .owl-prev:hover:before{ border-color: #ff8a00; } .banner-carousel-two .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .banner-carousel-two .owl-next span{ margin-left: 5px; } .banner-carousel-two .owl-prev span{ margin-right: 5px; } .banner-section-three .bottom-box{ position: relative; background-color: #333333; } .banner-section-three .bottom-box .outer-box{ position: relative; padding: 35px 0; } .banner-section-three .bottom-box .outer-box:before{ position: absolute; top: 0; margin-left: -300px; left: 100%; height: 100%; width: 1000%; background-color: #ffffff; content: ""; transform:skew(40deg); } .banner-section-three .social-links{ position: relative; z-index: 1; } .banner-section-three .social-links li{ position: relative; float: left; margin-right: 55px; font-size: 13px; line-height: 30px; color: #ffffff; font-weight: 500; text-transform: uppercase; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-three .social-links li span{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #999999; font-weight: 500; margin-right: 15px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-three .social-links li a{ color: #ffffff; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-three .social-links li a:hover span, .banner-section-three .social-links li a:hover{ color: #ff8a00; } /*** ==================================================================== Banner Section Four ==================================================================== ***/ .banner-section-four{ position: relative; padding-left: 120px; } .banner-carousel-three .slide-item{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 250px 0; overflow: hidden; } .banner-carousel-three .slide-item:before{ position: absolute; left: -15%; top: 0; height: 100%; width: 60%; content: ""; background-color: #000000; opacity: 0.7; -webkit-filter: blur(5px); filter: blur(5px); -webkit-transform: skew(-15deg); -moz-transform: skew(-15deg); -ms-transform: skew(-15deg); -o-transform: skew(-15deg); transform: skew(-15deg); } .banner-carousel-three .content-box{ position: relative; } .banner-carousel-three h2{ position: relative; display: block; font-size: 48px; line-height: 72px; color: #ffffff; font-weight: 700; margin-bottom: 30px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-carousel-three .active h2{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .banner-carousel-three .content-box .text{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 55px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .banner-carousel-three .active .text{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .banner-carousel-three .link-box{ position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); } .banner-carousel-three .active .link-box{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-carousel-three .link-box a{ position: relative; display: inline-block; padding: 13px 45px; font-weight: 700; } .banner-carousel-three .owl-nav{ position: absolute; right: 0; bottom: 0; z-index: 99; } .banner-carousel-three .owl-prev, .banner-carousel-three .owl-next{ position: relative; float: left; height: 50px; width: 50px; line-height: 50px; font-size: 24px; color: #ffffff; font-weight: 400; background: rgb(255,174,0); background: url(data:image/svg+xml;base64,<KEY>); background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%); background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%); background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=0 ); text-align: center; transition: all 300ms linear; } .banner-carousel-three .owl-prev:hover, .banner-carousel-three .owl-next:hover{ color: #ffffff; -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; } /*** ==================================================================== Section Title ==================================================================== ***/ .studio-section{ position:relative; padding:100px 0px; } .studio-section .content-column .inner-column .sec-title { margin-bottom: 26px; } .studio-section .content-column .inner-column .sec-title .title:before { position: absolute; content: ''; left: 110%; bottom: 2px; width: 35px; height: 2px; background-color: #d9b256; } .studio-section .content-column .inner-column .sec-title .title { position: relative; font-size: 20px; font-style: italic; color: #222222; margin-bottom: 5px; display: inline-block; font-family: 'Playfair Display', serif; } .studio-section .content-column .inner-column .sec-title h3 { position: relative; font-size: 35px; font-weight: 700; color: #242424; line-height: 1.2em; display: block; } .studio-section .content-column{ position:relative; margin-bottom:40px; } .studio-section .content-column .inner-column{ position:relative; } .studio-section .content-column .inner-column .text{ position:relative; margin-bottom:20px; } .studio-section .content-column .inner-column .text p{ position:relative; color:#666666; font-size:16px; line-height:1.8em; margin-bottom:25px; } .studio-section .content-column .inner-column .text p:last-child{ margin-bottom:0px; } .studio-section .content-column .inner-column .styled-text{ position:relative; font-style:italic; font-size:20px; color:#222222; line-height:1.6em; margin-bottom:25px; font-family: 'Lora', serif; } .studio-section .content-column .inner-column .view-projects{ position:relative; color:#d9b256; font-size:14px; font-weight:700; text-transform:uppercase; } .studio-section .content-column .inner-column .view-projects:hover{ text-decoration:underline; } .studio-section .image-column{ position:relative; } .studio-section .image-column .image{ position:relative; padding-right:30px; padding-top:30px; } .studio-section .image-column .image:before{ position:absolute; content:''; right:0px; top:0px; bottom:30px; left:30px; background-color:#d9b256; } .studio-section .image-column .image img{ position:relative; width:100%; display:block; } .sec-title strong { position: relative; font-size: 45px; font-weight: 700; color: #d9b256; line-height: 1.2em; display: block; } /*** ==================================================================== Banner Section Five ==================================================================== ***/ .banner-section-five{ position: relative; } .full-screen .banner-carousel{ position: relative; height: 100%; } .full-screen .owl-item, .full-screen .owl-stage, .full-screen .owl-wrapper, .full-screen .owl-stage-outer, .full-screen .owl-wrapper-outer { height: 100% !important; } .banner-section-five .slide-item{ position: relative; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 0; } .banner-section-five .slide-item:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background-color: #000000; opacity: 0.30; } .banner-section-five .slide-item .content-box{ position: absolute; left: 0; right: 0; margin: 0 auto; max-width: 1200px; padding: 45px 15px; bottom: 0; } .banner-section-five .slide-item .content-box:before{ position: absolute; right: 0; bottom: 64px; height: 1px; width: 100px; background-color: #ffffff; content: ""; } .banner-section-five .content-box .title{ position: relative; display: block; font-size: 18px; line-height: 1.2em; color: #aaaaaa; font-weight: 700; margin-bottom: 30px; text-transform: uppercase; opacity: 0; visibility: hidden; transform: translateY(-50px); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-five .active .content-box .title{ opacity: 1; visibility: visible; transform: translateY(0px); transition-delay: 1000ms; } .banner-section-five .content-box h2{ position: relative; display: block; font-size: 78px; line-height: 1.2em; margin-bottom: 0; } .banner-section-five .active .content-box h2{ animation: slideInRight 1s; animation-delay: 500ms; } .banner-section-five .content-box .video-link{ position: absolute; right: 15px; top: 50%; margin-top: -30px; } .banner-section-five .content-box .video-link a{ position: relative; display: inline-block; height: 60px; width: 60px; text-align: center; line-height: 60px; font-size: 16px; color: #ffa500; font-weight: 400; border: 2px solid #ffffff; border-radius: 50%; background-color: rgba(0,0,0,0.46); transform: translateY(-50px); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-five .content-box .video-link a:hover{ color: #ffffff; border-color: #000000; } .banner-section-five .owl-nav{ display: none; } .banner-section-five .owl-dots{ position: absolute; right: 80px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .banner-section-five .owl-dot{ position: relative; display: block; height: 15px; width: 15px; background-color: #ffffff; margin-bottom: 15px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-five .owl-dot.active{ background-color: #ff9c00; } .banner-section-five .social-links{ position: absolute; left: 80px; bottom: 100px; z-index: 9; } .social-icon-three{ position: relative; } .social-icon-three li{ position: relative; display: block; margin-bottom: 25px; } .social-icon-three li a{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #ffffff; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-three li a:hover{ color: #ff8a00; } /*** ==================================================================== Banner Section Six ==================================================================== ***/ .banner-section-six{ position: relative; padding-left: 100px; padding-right: 100px; } .banner-section-six .slide-item{ background-repeat: no-repeat; background-repeat: no-repeat; background-position: center center; background-size: cover; padding:570px 0 0; } .banner-section-six .slide-item:before{ position: absolute; left: 0; bottom: 0; height: 90px; width: 100%; background-color: #ffffff; content: ""; } .banner-section-six .content-box{ position: relative; max-width: 740px; background-color: #222222; padding: 70px 70px 60px; } .banner-section-six .content-box .inner-box{ position: relative; float: none; transform: none; max-width:none; background-color: transparent; padding:0; padding-left: 70px; } .banner-section-six .content-box .inner-box:before{ display: none; } .banner-section-six .content-box .count{ position: absolute; left: 0; top: 5px; font-size: 16px; line-height: 20px; color: #ffad00; font-weight: 400; } .banner-section-six .content-box .title{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 22px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-section-six .active .content-box .title{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-section-six .content-box h2{ position: relative; display: block; font-size: 48px; line-height: 1.2em; color: #ffffff; font-weight: 500; margin-bottom: 20px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-section-six .active h2{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .banner-section-six .content-box .text{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #ffffff; font-weight: 400; margin-bottom: 20px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .banner-section-six .active .text{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .banner-section-six .link-box{ position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); } .banner-section-six .active .link-box{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-section-six .link-box a{ display: inline-block; font-size: 16px; line-height: 30px; color: #ffad00; font-weight: 400; padding: 0; } .banner-section-six .contact-info{ position: absolute; left: 50px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); transform-origin: left; bottom: 75px; } .banner-section-six .contact-info li{ position: relative; float: left; margin-right: 35px; font-size: 14px; line-height: 30px; color: #222222; font-weight: bold; } .banner-section-six .contact-info li span{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #aaaaaa; font-weight: bold; } .banner-section-six .contact-info li a{ color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-six .contact-info li a:hover{ color: #ff8a00; } .banner-section-six .social-links{ position: absolute; right: 30px; z-index: 1; bottom: 30%; transform-origin: right; -webkit-transform: rotate(90deg) translateY(70%); -moz-transform: rotate(90deg) translateY(70%); -ms-transform: rotate(90deg) translateY(70%); -o-transform: rotate(90deg) translateY(70%); transform: rotate(90deg) translateY(70%); } .banner-section-six .social-links li{ position: relative; float: left; margin-right: 55px; font-size: 13px; line-height: 30px; color: #222222; font-weight: bold; text-transform: uppercase; } .banner-section-six .social-links li span{ position: relative; float: left; transform: rotate(-90deg); font-size: 14px; line-height: 30px; color: #777777; font-weight: bold; margin-right: 15px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-six .social-links li a{ color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-six .social-links li a:hover span, .banner-section-six .social-links li a:hover{ color: #ff8a00; } .banner-section-six .banner-carousel-two .owl-nav{ position: absolute; right: 25px; bottom: 5px; width: 180px; max-width: 170px; padding: 0; margin: 0; left: auto; bottom: 0; height: auto; } .banner-section-six .owl-next, .banner-section-six .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666; font-weight: bold; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: transparent; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-section-six .owl-next:hover, .banner-section-six .owl-prev:hover{ color: #ff8a00; } .banner-section-six .owl-next:before, .banner-section-six .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-section-six .owl-next:hover:before, .banner-section-six .owl-prev:hover:before{ border-color: #ff8a00; } .banner-section-six .owl-next:before{ left: auto; right: -25px; border: 2px solid #666; border-left: 0; } .banner-section-six .owl-next span{ margin-left: 5px; } .banner-section-six .owl-prev span{ margin-right: 5px; } /*** ==================================================================== Page Title ==================================================================== ***/ .page-title{ position:relative; padding: 380px 0 180px; background-size:cover; background-position:center center; background-repeat:no-repeat; } .page-title:before{ content:''; left:0px; top:0px; width:100%; height:100%; background:#000000; opacity: .70; position:absolute; } .page-title .inner-container{ position: relative; } .page-title .title-box{ position: relative; float: left; } .page-title h1{ position:relative; display: inline-block; font-size:48px; color:#ffffff; line-height: 50px; font-weight: 500; margin-bottom: 35px; } .page-title .title{ position: relative; display: block; font-size: 24px; line-height: 40px; color: #ffffff; font-weight: 400; } .page-title .bread-crumb { position: relative; float: right; } .page-title .bread-crumb li{ position: relative; float: left; font-size: 18px; line-height: 30px; color:#ff8a00; font-weight: 700; text-transform: capitalize; cursor: default; padding-right: 10px; margin-right: 10px; } .page-title .bread-crumb li:before{ position: absolute; right: -2px; font-size: 16px; line-height: 30px; color: #ffffff; content: "-"; } .page-title .bread-crumb li:last-child:before{ display: none; } .page-title .bread-crumb li a{ color:#ffffff; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .page-title .bread-crumb li a:hover{ color:#ff8a00 ; } /*** ==================================================================== Section Title ==================================================================== ***/ .sec-title{ position: relative; margin-bottom: 75px; } .sec-title .float-text{ position: absolute; left: 0; top: 0; width: 100%; font-size: 72px; line-height: 1em; color: #2f2f2f; font-weight: 700; text-transform: uppercase; opacity: .10; font-family: "Arimo", sans-serif; } .sec-title h2{ position: relative; display: block; font-size: 30px; line-height: 40px; color: #2f2f2f; font-weight: 500; padding: 16px 0; } .sec-title.light .float-text{ color: #f2f2f2; opacity: 0.10; } .sec-title.light h2{ color: #ffffff; } .sec-title.text-center .float-text{ right: 0; margin: 0 auto; } /*** ==================================================================== About Section ==================================================================== ***/ .about-section{ position: relative; background-repeat: no-repeat; background-position: center left; padding: 100px 0; } .about-section .image-column{ position: relative; } .about-section .image-column .inner-column{ position: relative; text-align: right; margin-right: -15px; } .about-section .image-column .title-box{ position: absolute; left: 95px; bottom: 75px; width: 100%; text-align: left; z-index: 9; } .about-section .image-column .title-box h2{ position: relative; display: block; font-size: 60px; line-height: 78px; color: #f2f2f2; font-weight: 900; text-transform: uppercase; text-shadow: 0 0 10px #000; font-family: "Rubik", sans-serif; } .about-section .image-column .image-box{ position: relative; z-index: 1; padding-top: 110px; } .about-section .image-column .image-box .image{ position: relative; margin-bottom: 0; } .about-section .image-column .image-box .alphabet-img{ position: absolute; left: 0; top: 0; } .about-section .image-column .image-box .alphabet-img img{ max-width: 100%; height: auto; } .about-section .image-column .image img{ display: inline-block; max-width: 100%; height: auto; -webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.18); -moz-box-shadow: 0 8px 20px rgba(0,0,0,0.18); -ms-box-shadow: 0 8px 20px rgba(0,0,0,0.18); -o-box-shadow: 0 8px 20px rgba(0,0,0,0.18); box-shadow: 0 8px 20px rgba(0,0,0,0.18); } .about-section .content-column{ position: relative; } .about-section .content-column .inner-column{ position: relative; padding-top: 170px; } .about-section .content-column .content-box{ position: relative; padding: 70px 90px 74px; background-color: #ffffff; border: 20px solid #f2f2f2; border-left: 0; } .about-section .content-column .content-box .title{ position: relative; margin-bottom: 35px; } .about-section .content-column .content-box .title h2{ position: relative; display: block; font-size: 30px; line-height: 42px; color: #222222; font-weight: 500; padding-bottom: 35px; } .about-section .content-column .content-box .title h2:before{ position: absolute; left: 0; bottom: 0; height: 2px; width: 45px; background-color: #ff8a00; content: ""; } .about-section .content-column .content-box .text{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #777777; margin-bottom: 45px; } .about-section .content-column .content-box .link-box{ position: relative; } .about-section .content-column .content-box .link-box a{ font-weight: 700; } /*** ==================================================================== Services Section ==================================================================== ***/ .services-section{ position: relative; } .services-section .upper-box{ position: relative; padding: 85px 0 270px; } .services-section .upper-box:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #000000; content: ""; opacity: .85; } .services-section .services-box{ position: relative; margin-top: -270px; padding-bottom: 100px; } .services-section .services-box .auto-container{ padding: 0; } .services-carousel{ position: relative; padding-bottom: 75px; } .service-block{ position: relative; padding: 0 15px 15px; } .service-block .inner-box{ position: relative; } .service-block .image-box{ position: relative; } .service-block .image-box .image{ position: relative; background-color: #222222; margin-bottom: 0; overflow: hidden; } .service-block .image-box .image img{ display: block; width: 100%; height: auto; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block .inner-box:hover .image-box .image img{ opacity: .70; -webkit-transform: scale(1.2) rotate(-5deg); -moz-transform: scale(1.2) rotate(-5deg); -ms-transform: scale(1.2) rotate(-5deg); -o-transform: scale(1.2) rotate(-5deg); transform: scale(1.2) rotate(-5deg); } .service-block .lower-content{ position: relative; padding: 35px 25px; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; box-shadow: 0 8px 15px rgba(0,0,0,0.10); } .service-block .inner-box:hover .lower-content{ -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.10); -moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10); -ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10); -o-box-shadow: 0 8px 15px rgba(0,0,0,0.10); box-shadow: 0 8px 15px rgba(0,0,0,0.10); } .service-block .lower-content h3{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; margin-bottom: 18px; } .service-block .lower-content h3 a{ color: #222222; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block .lower-content h3 a:hover{ color: #ffad00; } .service-block .lower-content .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 27px; } .service-block .lower-content .link-box{ position: relative; } .service-block .lower-content .link-box a{ position: relative; display: inline-block; font-size: 14px; line-height: 1.2em; color: #222222; font-weight: 500; font-family: "Rubik", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block .lower-content .link-box a i{ margin-left: 5px; } .service-block .lower-content .link-box a:hover{ color: #ffad00; } .services-carousel .owl-nav{ display: none; } .services-carousel .owl-dots{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; } .services-carousel .owl-dot{ position: relative; display: inline-block; height: 16px; width: 4px; margin: 0 5px; background-color: #b6b6b6; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; margin-bottom: 7px; } .services-carousel .owl-dot:hover, .services-carousel .owl-dot.active{ height: 30px; margin-bottom: 0; background-color: #ff8a00; } /*** ==================================================================== Service Detail ==================================================================== ***/ .service-detail{ position:relative; } .service-detail .inner-box{ position:relative; display:block; } .service-detail .image-box{ position: relative; margin-bottom: 35px; } .service-detail .image-box .owl-nav{ position: absolute; left: 0; top: 50%; width: 100%; margin-top: -20px; } .service-detail .image-box .owl-next, .service-detail .image-box .owl-prev{ position: absolute; left: 40px; top: 0; height: 40px; width: 40px; background-color: #333333; color: #ffffff; font-size: 18px; line-height: 40px; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-detail .image-box .owl-next{ left: auto; right: 40px; } .service-detail .image-box .owl-next:hover, .service-detail .image-box .owl-prev:hover{ background-color: #ff8a00; } .service-detail .inner-box .image{ position:relative; margin-bottom: 0; } .service-detail .inner-box .image img{ position:relative; width:100%; display:block; } .service-detail .inner-box h2{ position:relative; font-size:30px; font-weight:500; color:#222222; line-height:1.2em; margin-bottom:25px; } .service-detail .inner-box .text{ position:relative; } .service-detail .inner-box .text .two-column{ margin-top:40px; margin-bottom:30px; } .service-detail .inner-box .text p{ position:relative; font-size:14px; line-height: 30px; color:#777777; margin-bottom:30px; } .service-detail .inner-box .text strong{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; margin-bottom: 10px; font-family: "Rubik", sans-serif; } .service-detail .inner-box .text h3{ position:relative; font-size:24px; font-weight:500; color:#222222; line-height:1.2em; margin-bottom:30px; } .service-detail .inner-box ul{ position: relative; } .service-detail .inner-box ul li{ position: relative; display: block; font-size: 14px; line-height: 26px; color: #777777; padding-left: 40px; margin-bottom: 10px; } .service-detail .inner-box ul li:before{ position: absolute; left: 0; top: 0; font-size: 14px; line-height: 26px; color: #ff8a00; font-weight: 300; content: "\f05d"; font-family: "FontAwesome"; } .service-detail blockquote{ position: relative; background-color: #f5f5f5; padding: 40px 40px 25px 50px; font-size: 14px; line-height: 28px; color: #666666; font-weight: 400; font-style: italic; margin-bottom: 60px; border: 0; } .service-detail blockquote cite{ position: relative; display: block; text-align: right; font-size: 15px; line-height: 30px; color: #222222; font-weight: 400; font-family: "Rubik", sans-serif; font-style: normal; margin-top: 20px; } /*** ==================================================================== Product Tabs Style ==================================================================== ***/ .service-detail .prod-tabs{ position:relative; } .tabs-box{ position: relative; } .tabs-box .tab{ display: none; } .tabs-box .tab.active-tab{ display: block; } .service-detail .prod-tabs .tab-btns{ position:relative; z-index:1; border-bottom:1px solid #dddddd; } .service-detail .prod-tabs .tab-btns .tab-btn{ position:relative; top:1px; display:block; float:left; margin-right:5px; font-size:16px; background:#f3f3f3; color:#222222; text-transform:capitalize; font-weight:400; line-height:27px; cursor:pointer; border:1px solid transparent; padding: 10px 25px; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; font-family: 'Rubik', sans-serif; } .service-detail .prod-tabs .tab-btns .tab-btn:hover:after, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after{ position:absolute; content:''; left:0px; bottom:-3px; width:100%; height:5px; background-color:#ffffff; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .service-detail .prod-tabs .tab-btns .tab-btn:hover, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn{ color:#ff8a00; border-color:#e2e2e2; background:#ffffff; } .service-detail .prod-tabs .tabs-content{ position:relative; padding:22px 22px 22px; border:1px solid #dddddd; border-top:0px; } .service-detail .prod-tabs .tabs-content .tab{ position:relative; display:none; border-top:0px; } .service-detail .prod-tabs .tabs-content .tab.active-tab{ display:block; } .service-detail .prod-tabs .tabs-content .tab .content{ position:relative; } .service-detail .prod-tabs .tabs-content .tab .content p{ position:relative; font-size:14px; line-height: 30px; color:#777777; margin-bottom:0px; } /*** ==================================================================== Specialize Section ==================================================================== ***/ .specialize-section{ position: relative; padding: 100px 0; } .specialize-section .sec-title{ margin-bottom: 60px; } .services-carousel-two{ position: relative; padding-bottom: 80px; } .service-block-two{ position: relative; } .service-block-two .inner-box{ position: relative; display: block; } .service-block-two .image-box{ position: relative; } .service-block-two .image-box .image{ position: relative; margin-bottom: 0; background-color: #222222; overflow: hidden; } .service-block-two .image-box .image img{ position: relative; display: block; width: 100%; height: auto; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 500ms ease; } .service-block-two .image-box:hover .image img{ opacity: .70; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .service-block-two .caption-box{ position: relative; padding: 25px 0px; } .service-block-two .caption-box h3{ position: relative; display: block; font-size: 20px; line-height: 1.3em; color: #222222; font-weight: 400; margin-bottom: 5px; } .service-block-two .caption-box h3 a{ color: #222222; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block-two .caption-box h3 a:hover{ color: #ff8a00; } .service-block-two .link-box a{ position: relative; display: inline-block; font-size: 15px; line-height: 20px; color: #ff8a00; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block-two .link-box a:hover{ color: #222222; } .services-carousel-two .owl-nav{ display: none; } .services-carousel-two .owl-dots{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; } .services-carousel-two .owl-dot{ position: relative; display: inline-block; height: 16px; width: 4px; margin: 0 5px; background-color: #b6b6b6; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; margin-bottom: 7px; } .services-carousel-two .owl-dot:hover, .services-carousel-two .owl-dot.active{ height: 30px; margin-bottom: 0; background-color: #ff8a00; } /*** ==================================================================== Specialize Section Two ==================================================================== ***/ .specialize-section-two{ position: relative; padding: 100px 0; } .specialize-section-two .title-column{ position: relative; } .specialize-section-two .title-column .sec-title{ margin-bottom: 50px; } .specialize-section-two .title-column .text-box{ position: relative; } .specialize-section-two .title-column .text-box h4{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffac00; font-weight: 500; margin-bottom: 30px; } .specialize-section-two .title-column .text-box p{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 30px; } .specialize-section-two .title-column .link-box{ position: relative; } .specialize-section-two .title-column .link-box a{ position: relative; display: inline-block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; font-family: "Rubik", sans-serif; } .specialize-section-two .carousel-column{ position: relative; } .specialize-section-two .carousel-column .inner-column{ position: relative; padding-left: 40px; } .specialize-section-two .carousel-column .carousel-outer{ position: relative; padding-left: 160px; } .specialize-section-two .thumbs-carousel{ position: absolute; left: 75px; top: -64px; transform: rotate(90deg); transform-origin: left; max-width: 590px; margin: 0 auto; } .specialize-section-two .thumbs-carousel .thumb-box{ position: relative; cursor: pointer; } .specialize-section-two .thumbs-carousel .thumb-box figure{ position: relative; margin-bottom: 0; } .specialize-section-two .thumbs-carousel .thumb-box .overlay{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; } .specialize-section-two .thumbs-carousel .thumb-box .overlay:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #ff9f14; opacity: .70; content: ""; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .specialize-section-two .thumbs-carousel .thumb-box:hover .overlay:before{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .specialize-section-two .thumbs-carousel .thumb-box .overlay .icon{ position: absolute; height: 40px; width: 40px; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; text-align: center; line-height: 40px; font-size: 30px; color: #222222; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .specialize-section-two .thumbs-carousel .thumb-box:hover .overlay .icon{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); transition-delay: 300ms; } .specialize-section-two .carousel-outer .thumbs-carousel img{ transform: rotate(-90deg); width: 130px; height: auto; } .carousel-outer .thumbs-carousel .owl-nav{ position: absolute; left: 96%; bottom: -442%; transform: rotate(-90deg); transform-origin: left; min-width: 300px; } .carousel-outer .thumbs-carousel .owl-next, .carousel-outer .thumbs-carousel .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: ; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: #ffffff; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .carousel-outer .thumbs-carousel .owl-next:hover, .carousel-outer .thumbs-carousel .owl-prev:hover{ color: #ff8a00; } .carousel-outer .thumbs-carousel .owl-next:before, .carousel-outer .thumbs-carousel .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .carousel-outer .thumbs-carousel .owl-next:hover:before, .carousel-outer .thumbs-carousel .owl-prev:hover:before{ border-color: #ff8a00; } .carousel-outer .thumbs-carousel .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .carousel-outer .thumbs-carousel .owl-next span{ margin-left: 5px; } .carousel-outer .thumbs-carousel .owl-prev span{ margin-right: 5px; } .specialize-section-two.alternate .title-column{ order: 12; } .specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav{ position: absolute; left: 96%; bottom: auto; top: -442%; transform: rotate(-90deg); } .specialize-section-two.alternate .carousel-column .inner-column{ padding-left: 0; padding-right: 40px; } /*** ==================================================================== Process Section ==================================================================== ***/ .process-section{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 100px 0 20px; } .process-section:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #222222; opacity: 0.85; content: ""; } .process-section .sec-title{ margin-bottom: 90px; } .process-block{ position: relative; margin-bottom: 80px; } .process-block .inner-box{ position: relative; padding: 75px 30px 30px; background-color: #222222; border: 1px dashed #666666; border-radius: 0 0 0 20px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .process-block .inner-box:hover{ border-color: #ff8a00; } .process-block .inner-box .count{ position: absolute; right: 40px; top: -40px; height: 80px; width: 80px; background-color: #777777; border-radius: 0 10px 0 0; font-size: 30px; line-height: 80px; color: #ffffff; font-weight: 700; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .process-block .inner-box:hover .count{ background-color: #ff8a00; } .process-block h4{ position: relative; display: block; font-size: 18px; line-height: 25px; color: #ffffff; font-weight: 700; text-transform: uppercase; margin-bottom: 25px; } .process-block h4 a{ color: #ffffff; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .process-block h4 a:hover{ color: #ff8a00; } .process-block .text{ display: block; font-size: 14px; line-height: 24px; color: #666666; font-weight: 400; margin-bottom: 15px; } .process-block .link-box{ position: relative; } .process-block .link-box a{ position: relative; display: inline-block; font-size: 14px; line-height: 20px; color: #ff8a00; font-weight: 700; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .process-block .link-box a:hover{ color: #ffffff; } /*** ==================================================================== Fun Fact Section ==================================================================== ***/ .fun-fact-section{ position: relative; } .fun-fact-section .outer-box{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; margin: 0 auto; padding: 100px 0 60px; } .fact-counter{ position: relative; } .fact-counter .counter-column{ position:relative; margin-bottom:40px; } .fact-counter .count-box{ position: relative; font-size: 60px; line-height: 1em; color: #ffffff; font-weight: 700; padding: 20px 0; padding-left: 20px; } .fact-counter .count-box:before{ position: absolute; left: 0; top: 48px; height: 24px; width: 220px; border: 2px solid #ff8a00; content: ""; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } .fact-counter .count-box:hover:before{ -webkit-box-shadow: #ff8a00 0 0px 0px 40px inset; -moz-box-shadow: #ff8a00 0 0px 0px 40px inset; -ms-box-shadow: #ff8a00 0 0px 0px 40px inset; -o-box-shadow: #ff8a00 0 0px 0px 40px inset; box-shadow: #ff8a00 0 0px 0px 40px inset; } .fact-counter .count-box .count{ position: relative; float: left; margin-right: 15px; } .fact-counter .count-box .count-text{ position: relative; display: inline-block; font-size: 60px; line-height: 1em; color: #ffffff; font-weight: 700; } .fact-counter .count-box .counter-title{ position: relative; display: block; font-size:18px; line-height: 1.2em; font-weight:400; color:#dddddd; padding: 9px 0; font-family: "Rubik", sans-serif; } /*** ==================================================================== Fun Fact And Features ==================================================================== ***/ .fun-fact-and-features{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 100px 0 0; } .fun-fact-and-features.alternate{ padding-bottom: 100px; } .fun-fact-and-features.alternate:before{ height: 270px; } .fun-fact-and-features:before{ position: absolute; left: 0; bottom: 0; height: 170px; width: 100%; background-color: #ffffff; content: ""; } .fun-fact-and-features .outer-box{ position: relative; } .fun-fact-and-features .fact-counter{ position: relative; margin-bottom: 60px; } .fun-fact-and-features .features{ position: relative; } .feature-block{ position: relative; } .feature-block .inner-box{ position: relative; background-color: #ffffff; padding: 35px 35px 30px; -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.20); -moz-box-shadow: 0 0 32px rgba(0,0,0,0.20); -ms-box-shadow: 0 0 32px rgba(0,0,0,0.20); -o-box-shadow: 0 0 32px rgba(0,0,0,0.20); box-shadow: 0 0 32px rgba(0,0,0,0.20); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover{ background-color: #ff8a00; } .feature-block .icon-box{ position: relative; display: block; margin-bottom: 30px; } .feature-block .icon-box .icon{ position: relative; display: inline-block; font-size: 52px; line-height: 52px; color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover .icon-box .icon{ color: #ffffff; } .feature-block h3{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; padding-bottom: 12px; margin-bottom: 30px; } .feature-block h3 a{ position: relative; display: inline-block; color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover h3 a{ color: #ffffff; } .feature-block h3:before{ position: absolute; left: 0; bottom: 0; height: 1px; width: 40px; background-color: #222222; content: ""; } .feature-block .text{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-bottom: 28px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover .text{ color: #ffffff; } .feature-block .link-box{ position: relative; } .feature-block .link-box a{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #ff8a00; font-weight: 700; font-family: "Arimo", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover .link-box a{ color: #222222; } /*** ==================================================================== Projects Section ==================================================================== ***/ .projects-section{ position: relative; padding: 100px 0 0; } .projects-section .inner-container{ position: relative; } .project-block{ position: relative; } .project-block .image-box{ position: relative; } .project-block .image-box .image{ position: relative; margin-bottom: 0; } .project-block .image-box .image img{ display: block; width: 100%; height: auto; } .project-block .overlay-box{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; } .project-block .overlay-box h4{ position: absolute; right: 30px; top: 30px; text-align: right; opacity:0; font-size: 18px; line-height: 24px; color: #ffffff; font-weight: 400; text-transform: uppercase; -webkit-transform:scale(0,0); -moz-transform:scale(0,0); -ms-transform:scale(0,0); -o-transform:scale(0,0); transform:scale(0,0); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .overlay-box h4 a{ color: #ffffff; } .project-block .image-box:hover .overlay-box h4{ opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .project-block .overlay-box:before{ position: absolute; left: 50%; top: 50%; height: 0%; width: 0%; opacity: 0; overflow:hidden; content: ""; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; background-color: rgba(0,0,0,0.90); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .image-box:hover .overlay-box:before{ left: 0; top: 0; height: 100%; width: 100%; opacity: 1; visibility: visible; border-radius: 0%; } .project-block .overlay-box .btn-box{ position: absolute; left: 0; top: 50%; width: 100%; text-align: center; opacity:0; margin-top: -15px; -webkit-transform:scale(0,0); -moz-transform:scale(0,0); -ms-transform:scale(0,0); -o-transform:scale(0,0); transform:scale(0,0); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .overlay-box .btn-box a{ position: relative; display: inline-block; font-size: 24px; line-height: 30px; color: #ffffff; font-weight: 400; margin: 0 6px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .overlay-box .btn-box a:hover{ color: #ff8a00; } .project-block .image-box:hover .overlay-box .btn-box{ opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition-delay: 400ms; -moz-transition-delay: 400ms; -ms-transition-delay: 400ms; -o-transition-delay: 400ms; transition-delay: 400ms; } .project-block .overlay-box .tag{ position: absolute; left: 30px; bottom: 30px; text-align: right; opacity:0; font-size: 14px; line-height: 24px; color: #ffffff; font-weight: 400; text-transform: uppercase; -webkit-transform:scale(0,0); -moz-transform:scale(0,0); -ms-transform:scale(0,0); -o-transform:scale(0,0); transform:scale(0,0); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .image-box:hover .overlay-box .tag{ opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition-delay: 1000ms; -moz-transition-delay: 1000ms; -ms-transition-delay: 1000ms; -o-transition-delay: 1000ms; transition-delay: 1000ms; } .projects-carousel{ position: relative; } .projects-carousel .owl-nav{ position: absolute; left: 0; right: 0; top: -130px; max-width: 1170px; padding: 0 15px; margin: 0 auto; } .projects-carousel .owl-next, .projects-carousel .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: bold; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: #ffffff; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .projects-carousel .owl-next:hover, .projects-carousel .owl-prev:hover{ color: #ff8a00; } .projects-carousel .owl-next:before, .projects-carousel .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .projects-carousel .owl-next:hover:before, .projects-carousel .owl-prev:hover:before{ border-color: #ff8a00; } .projects-carousel .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .projects-carousel .owl-next span{ margin-left: 5px; } .projects-carousel .owl-prev span{ margin-right: 5px; } /*=== Projects Section Alternate ===*/ .projects-section.alternate{ position: relative; padding:100px 0; } .mixitup-gallery .filters{ margin-bottom:50px; text-align:center; } .mixitup-gallery .filters .filter-tabs{ position:relative; display: inline-block; border-bottom: 2px solid #777777; } .mixitup-gallery .filters li{ position: relative; float: left; font-size: 16px; line-height: 30px; color: #777777; font-weight: 500; cursor: pointer; text-transform: capitalize; padding: 0 5px 10px; margin-right: 30px; margin-bottom: -2px; border-bottom: 2px solid transparent; font-family: "Rubik", sans-serif; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition: all 300ms ease; } .mixitup-gallery .filters li:last-child{ margin-right: 0; } .mixitup-gallery .filters li.active, .mixitup-gallery .filters li:hover{ border-bottom: 2px solid #ff8a00; } .project-block.mix{ display: none; margin-bottom: 30px; } .projects-section.alternate .styled-pagination{ margin-top: 50px; } /*** ==================================================================== Projects Section Two ==================================================================== ***/ .projects-section-two{ position: relative; padding: 100px 0; } .projects-section-two .upper-box{ position: relative; } .projects-section-two .upper-box .sec-title{ float: left; margin-bottom: 50px; } .projects-section-two .upper-box .link-box{ position: relative; float: right; margin-top: 25px; } .projects-section-two .upper-box .link-box a{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #ff8a00; font-weight: 700; font-family: "Arimo", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .projects-section-two .upper-box .link-box a:hover{ color: #222222; } .projects-carousel-two{ position: relative; } .project-block-two{ position: relative; padding-left: 200px; transition: all 300ms ease; } .project-block-two .image-box{ position: relative; } .project-block-two .image-box .image{ position: relative; margin-bottom: 0; } .project-block-two .image-box .image img{ display: block; width: 100%; height: auto; } .project-block-two .info-box{ position: absolute; left: 200px; top: 50%; opacity: 0; visibility: hidden; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .projects-carousel-two .active .project-block-two .info-box{ left: 18px; opacity: 1; visibility: visible; -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -ms-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; } .project-block-two .info-box .inner-box{ position: relative; background: #ffffff; max-width: 300px; width: 100%; padding: 35px 30px 20px; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.18); -moz-box-shadow: 0 0 18px rgba(0,0,0,0.18); -ms-box-shadow: 0 0 18px rgba(0,0,0,0.18); -o-box-shadow: 0 0 18px rgba(0,0,0,0.18); box-shadow: 0 0 18px rgba(0,0,0,0.18); } .project-block-two .info-box .title{ position: relative; display: block; font-size: 15px; line-height: 1.2em; color: #777777; font-weight: 500; text-transform: uppercase; margin-bottom: 15px; } .project-block-two .info-box h3{ position: relative; display: block; font-size: 30px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 25px; } .project-block-two .info-box .text{ position: relative; display: block; font-size: 15px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 65px; } .project-block-two .info-box .link-box{ position: relative; } .project-block-two .info-box .link-box a{ position: relative; display: block; font-size: 15px; line-height: 30px; color: #ff8a00; font-weight: 700; font-family: "Arimo", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .project-block-two .info-box .link-box a:hover{ color: #222222; } .projects-carousel-two .owl-nav{ position: absolute; left: 15px; bottom: 0; width: 60px; height: 30px; } .projects-carousel-two .owl-next, .projects-carousel-two .owl-prev{ position: absolute; left: 15px; bottom: 0; font-size: 12px; line-height: 30px; color: #222222; font-weight: 400; transition: all 300ms ease; z-index: 9; } .projects-carousel-two .owl-next{ left: auto; right: -15px; } .projects-carousel-two .owl-next:hover, .projects-carousel-two .owl-prev:hover{ color: #ff8a00; } .projects-carousel-two .owl-dots { position: absolute; left: 15px; bottom: 0; height: 30px; width: 60px; z-index: 0; counter-reset: slides-num; } .projects-carousel-two .owl-dots:after { position: absolute; left: 52px; content:counter(slides-num); display: inline-block; line-height: 30px; font-size: 16px; font-weight: 700; color: #222222; } .projects-carousel-two .owl-dot { display: inline-block; counter-increment: slides-num; } .projects-carousel-two .owl-dot span { display: none; } .projects-carousel-two .owl-dot.active:before { position: absolute; content: counter(slides-num) " /"; line-height: 30px; font-size: 16px; font-weight: 700; color: #222222; left: 30px; top: 0; } /*** ==================================================================== Product Detail ==================================================================== ***/ .project-details-section{ position: relative; padding: 100px 0 60px; } .project-detail .upper-box{ position: relative; } .project-detail .project-tabs{ position: relative; } .project-detail .project-tabs .tab-btns{ position: relative; float: left; margin-right: 30px; width: 170px; } .project-detail .project-tabs .tab-btn{ position: relative; display: block; cursor: pointer; margin-bottom: 25px; } .project-detail .project-tabs .tab-btn img{ display: block; width: 100%; height: auto; } .project-detail .tabs-content{ position: relative; float: right; } .project-detail .tabs-content .image{ position: relative; } .project-detail .tabs-content .image img{ display: block; width: 100%; height: auto; } .project-detail .lower-content{ position: relative; padding-top: 50px; } .project-detail .lower-content .content-column{ position: relative; } .project-detail .lower-content h2{ position: relative; display: block; font-size: 30px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 20px; } .project-detail .lower-content h3{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 27px; } .project-detail .lower-content h4{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 20px; } .project-detail .lower-content p{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #666666; font-weight: 400; margin-bottom: 30px; } .project-detail .list-style-one{ position: relative; margin-bottom: 30px; } .project-detail .list-style-one:after{ display: table; clear: both; content: ""; } .project-detail .info-column{ position: relative; margin-bottom: 40px; } .project-detail .info-list{ position: relative; display: block; margin-bottom: 30px; } .project-detail .info-list li{ position: relative; font-size: 14px; line-height: 28px; color: #666666; font-weight: 400; } .project-detail .info-list li strong{ position: relative; float: left; color: #222222; font-weight: 700; width: 180px; } /*Help Box Two*/ .help-box-two{ position:relative; background-size:cover; background-repeat: no-repeat; background-position: center; background-image: url(images/icons/help-bg.jpg); } .help-box-two .inner{ position:relative; border: 1px solid #dddddd; padding:35px 40px; -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.07); -moz-box-shadow: 0 0 16px rgba(0,0,0,0.07); -ms-box-shadow: 0 0 16px rgba(0,0,0,0.07); -o-box-shadow: 0 0 16px rgba(0,0,0,0.07); box-shadow: 0 0 16px rgba(0,0,0,0.07); } .help-box-two .inner .title{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #ffb902; font-weight: 700; margin-bottom: 10px; } .help-box-two .inner h2{ position:relative; color:#222222; font-size:24px; font-weight:500; line-height:1.2em; text-transform: uppercase; margin-bottom:30px; } .help-box-two .inner .text{ position:relative; color:#777777; font-size:15px; line-height: 28px; margin-bottom:30px; } .help-box-two .inner .theme-btn{ background-color: transparent; border: 1px solid #222222; padding: 10px 35px; line-height: 20px; color: #ffb902; } .help-box-two .inner .theme-btn:hover{ color: #ffffff; border-color:#ff8a00; } /*** ==================================================================== Styled Pagination ==================================================================== ***/ .styled-pagination{ position:relative; display: block; width: 100%; } .styled-pagination ul{ position:relative; width: 100%; text-align: center; } .styled-pagination li{ position:relative; display: inline-block; margin: 0 5px 8px; } .styled-pagination li a{ position:relative; display: block; height:40px; width: 40px; text-align: center; line-height:36px; font-weight:400; font-size:14px; background:#ffffff; color:#666666; border:2px solid #666666; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .styled-pagination li a:hover, .styled-pagination li.active a{ color:#222222; border-color:#222222; } .styled-pagination li.next-post a, .styled-pagination li.prev-post a{ width: auto; padding: 0 20px; } .styled-pagination li.next-post a:hover, .styled-pagination li.prev-post a:hover{ color: #ff8a00; border-color: #ff8a00; } /*** ==================================================================== Offer Section ==================================================================== ***/ .offer-section{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 100px 0 0px; } .offer-section:before{ position: absolute; left: 0; bottom: 0; height: 200px; width: 100%; background-color: #ffffff; content: ""; } .offer-section .content-column{ position: relative; margin-bottom: 50px; } .offer-section .content-column .title{ position: relative; display: block; font-size: 18px; line-height: 1.2em; color: #ff8a00; font-weight: 600; margin-bottom: 20px; } .offer-section .content-column h2{ position: relative; display: block; font-size: 30px; line-height: 1.2em; color: #f2f2f2; font-weight: 700; font-family: "Arimo", sans-serif; margin-bottom: 30px; } .offer-section .content-column h2 span{ text-transform: uppercase; } .offer-section .content-column .discount{ position: relative; display: block; font-size: 84px; line-height: 1em; color: #ff8a00; font-weight: 800; font-style: italic; margin-bottom: 40px; } .offer-section .content-column .text{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #f2f2f2; font-weight: 400; } .offer-section .form-column{ position: relative; z-index: 9; } .offer-section .form-column .inner-column{ position: relative; margin-left: -15px; } .discount-form{ position: relative; background-color: #f7f7f7; padding: 55px 50px 35px; } .discount-form .form-group{ position:relative; margin-bottom:20px; } .discount-form .form-group input[type="text"], .discount-form .form-group input[type="email"], .discount-form .form-group input[type="url"], .discount-form .form-group textarea, .discount-form .form-group select{ position: relative; display: block; width: 100%; font-size: 14px; color: #242424; line-height: 30px; padding: 14px 25px; font-weight: bold; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; border-bottom: 1px solid #242424; background: none; } .discount-form .form-group input:focus, .discount-form .form-group select:focus, .discount-form .form-group textarea:focus{ border-color:#ff8a00; } .discount-form .form-group textarea{ height: 220px; resize: none; margin-bottom: 10px; } .discount-form .form-group button{ text-transform: capitalize; font-size: 16px; font-weight: 700; padding: 15px 45px; line-height: 30px; } /*** ==================================================================== Team Section ==================================================================== ***/ .team-section{ position: relative; padding: 100px 0 40px; } .team-block{ position: relative; margin-bottom: 60px; } .team-block .inner-box{ position: relative; padding-right: 50px; } .team-block .image-box{ position: relative; margin-bottom: 15px; } .team-block .image-box .image{ position: relative; margin-bottom: 0; overflow: hidden; z-index: 9; } .team-block .image-box img{ display: block; width: 100%; height: auto; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .team-block .inner-box:hover .image-box img{ opacity: .80; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .team-block .image-box .social-links{ position: absolute; right: 0; top: 0; } .team-block .image-box .social-links li{ position: relative; display: block; right: 0; opacity: 0; visibility: hidden; } .team-block .image-box .social-links li a{ display: block; text-align: center; font-size: 19px; line-height: 50px; width: 50px; text-align: center; color: #222222; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .team-block .image-box .social-links li a:hover{ color: #fbb216; } .team-block .inner-box:hover .image-box .social-links li:nth-child(2){ transition-delay: 100ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(3){ transition-delay: 200ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(4){ transition-delay: 300ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(5){ transition-delay: 400ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(6){ transition-delay: 500ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(7){ transition-delay: 600ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(8){ transition-delay: 700ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(9){ transition-delay: 800ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(10){ transition-delay: 900ms; } .team-block .inner-box:hover .image-box .social-links li{ right: -50px; opacity: 1; visibility: visible; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } .team-block .image-box .name{ position: absolute; right: -40px; bottom: 40px; min-width: 170px; text-align: center; background-color: #222222; z-index: 9; font-family: "Arimo", sans-serif; transform: skewX(-30deg); -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } .team-block .image-box .name a{ position: relative; display: inline-block; transform: skewX(30deg); font-size: 18px; line-height: 27px; color: #ffffff; font-weight: 500; padding: 10px 20px; min-width: 170px; } .team-block .inner-box:hover .image-box .name{ background-color: #ff8a00; } .team-block .inner-box .designation{ position: relative; display: block; width: 100%; text-align: right; font-size: 13px; line-height: 1.2em; color: #222222; font-weight: bold; } /*** ==================================================================== Testimonial Section ==================================================================== ***/ .testimonial-section{ position: relative; } .testimonial-section .outer-container{ position: relative; } .testimonial-section .title-column{ position: relative; float: right; width: 100%; max-width: 35%; } .testimonial-section .title-column .inner-column{ position: relative; padding:100px 15px 0; max-width: 500px; text-align: right; margin: 0 auto; } .testimonial-section .title-column .sec-title{ margin-bottom: 60px; } .testimonial-section .title-column .text{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #777777; font-weight: 400; } .testimonial-section .testimonial-column{ position: relative; float: right; width: 100%; max-width: 65%; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius:0 40px 40px 0; overflow: hidden; } .testimonial-section .testimonial-column .inner-column{ position: static; float: right; max-width: 870px; width: 100%; padding: 100px 120px 100px 60px; } .testimonial-section .testimonial-column .inner-column:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #000000; content: ""; opacity: 0.90; } .testimonial-carousel{ position: relative; } .testimonial-block{ position: relative; padding-right: 30px; padding-bottom: 40px; } .testimonial-block:before{ position: absolute; right: 30px; bottom: 40px; height: 150px; width: 150px; background-color: #ebebeb; content: ""; opacity: 0; transition: all 300ms ease; transition-delay: 500ms; } .testimonial-carousel .active .testimonial-block:before{ opacity: .20; right: 0px; bottom: 0px; } .testimonial-block .inner-box{ position: relative; min-height: 210px; padding-right: 220px; text-align: right; } .testimonial-block .image-box{ position: absolute; right: 0; top: 0; height: 210px; width: 150px; } .testimonial-block .image-box .image{ position: relative; } .testimonial-block .image-box .image img{ display: block; width: 100%; height: auto; } .testimonial-block .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #ffffff; font-weight: 400; margin-bottom: 40px; } .testimonial-block .info-box{ position: relative; } .testimonial-block .info-box .name{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 500; } .testimonial-block .info-box .designation{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #ff8a00; font-weight: 400; } .testimonial-carousel .owl-nav{ position: absolute; left: 0; bottom: 0; } .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev{ position: relative; display: inline-block; font-size: 16px; color: #ffffff; font-weight: 400; margin-right: 15px; padding-right: 15px; transition: all 300ms ease; } .testimonial-carousel .owl-next{ margin-right: 0; padding-right: 0; } .testimonial-carousel .owl-prev:before{ position: absolute; right: -2px; top: 0; font-size: 16px; line-height: 30px; color: #555555; font-weight: 400; content: "|"; } .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover{ color: #ff8a00; } /*** ==================================================================== Testimonial Section Two ==================================================================== ***/ .testimonial-section-two{ position: relative; padding: 100px 0; background-color: #f5f5f5; } .testimonial-carousel-two{ position: relative; padding-left: 100px; } .testimonial-block-two{ position: relative; } .testimonial-block-two .inner-box{ position: relative; padding: 40px 60px; border: 1px dashed #666666; background-color: #ffffff; } .testimonial-block-two .inner-box .text{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 20px; } .testimonial-block-two .info-box{ position: relative; padding-right: 125px; min-height: 90px; padding-top: 40px; text-align: right; } .testimonial-block-two .info-box:before{ position: absolute; left: 0; top: 40px; font-size: 48px; line-height: 50px; color: #f3f3f3; font-weight: 400; content: "\f10d"; font-family: "FontAwesome"; } .testimonial-block-two .info-box .thumb{ position: absolute; right: 0; top: 0; width: 90px; height: 90px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.10); -ms-box-shadow: 0 0 10px rgba(0,0,0,0.10); -o-box-shadow: 0 0 10px rgba(0,0,0,0.10); box-shadow: 0 0 10px rgba(0,0,0,0.10); } .testimonial-block-two .info-box .thumb img{ display: block; width: 100%; height: auto; } .testimonial-block-two .info-box .name{ position: relative; display: block; font-size: 18px; line-height: 25px; color: #ff8a00; font-weight: 400; } .testimonial-block-two .info-box .date{ position: relative; display: block; font-size: 12px; line-height: 25px; color: #222222; font-weight: 400; } .testimonial-carousel-two .owl-nav{ position: absolute; left: 65px; bottom: 0; transform: rotate(-90deg); transform-origin: left bottom; background-color: transparent; } .testimonial-carousel-two .owl-next, .testimonial-carousel-two .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .testimonial-carousel-two .owl-next:hover, .testimonial-carousel-two .owl-prev:hover{ color: #ff8a00; } .testimonial-carousel-two .owl-next:before, .testimonial-carousel-two .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .testimonial-carousel-two .owl-next:hover:before, .testimonial-carousel-two .owl-prev:hover:before{ border-color: #ff8a00; } .testimonial-carousel-two .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .testimonial-carousel-two .owl-next span{ margin-left: 5px; } .testimonial-carousel-two .owl-prev span{ margin-right: 5px; } /*** ==================================================================== Products Section ==================================================================== ***/ .products-section{ position: relative; padding: 100px 0 80px; } .products-section .sec-title{ margin-bottom: 0; } .products-section .title-column{ position: relative; margin-bottom: 40px; } .products-section .title-column .inner-column{ position: relative; padding-top: 55px; } .products-section .title-column h4{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; margin-bottom: 26px; } .products-section .title-column .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 30px; } .products-section .title-column .btn-box a{ padding: 15px 38px; line-height: 20px; } .products-section .products-column{ padding: 0; } .products-carousel{ position: relative; } .products-carousel .product-block{ padding: 15px; padding-top: 65px; transition: all 400ms ease; } .products-carousel .center .product-block{ padding-top: 15px; } .products-carousel .center .product-block .inner-box{ -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.05); -ms-box-shadow: 0 0 15px rgba(0,0,0,0.05); -o-box-shadow: 0 0 15px rgba(0,0,0,0.05); box-shadow: 0 0 15px rgba(0,0,0,0.05); } .product-block{ position: relative; } .product-block .inner-box{ position: relative; border:1px solid #e1e1e1; transition: all 400ms ease; } .product-block .info-box{ position: relative; padding: 25px 28px; text-align: right; } .product-block .info-box .name{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; } .product-block .info-box .price{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #ffad00; } .products-carousel .owl-nav{ position: absolute; left: -32%; bottom: 15px; } .products-carousel .owl-next, .products-carousel .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: #ffffff; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .products-carousel .owl-next:hover, .products-carousel .owl-prev:hover{ color: #ff8a00; } .products-carousel .owl-next:before, .products-carousel .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .products-carousel .owl-next:hover:before, .products-carousel .owl-prev:hover:before{ border-color: #ff8a00; } .products-carousel .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .products-carousel .owl-next span{ margin-left: 5px; } .products-carousel .owl-prev span{ margin-right: 5px; } /*** ==================================================================== Video Section ==================================================================== ***/ .video-section{ position: relative; } .video-section .outer-box{ position: relative; max-width: 1720px; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 100px 0 135px; } .video-section .outer-box:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #222222; opacity: 0.90; content: ""; } .video-section .content-column{ position: relative; order: 12; } .video-section .content-column .inner-column{ position: relative; padding: 35px 35px 0px 40px; } .video-section .content-column .sec-title{ margin-bottom: 22px; } .video-section .content-column .title{ position: relative; display: block; font-size: 18px; line-height: 25px; color: #ff8a00; font-weight: 400; margin-bottom: 30px; } .video-section .content-column .text{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #ffffff; font-weight: 400; } .video-section .video-column .inner-column{ position: relative; padding-left: 50px; } .video-section .video-column .video-box{ position: relative; } .video-section .video-column .video-box .image{ position: relative; margin-bottom: 0; } .video-section .video-column .video-box .image img{ display: block; width: 100%; height: auto; } .video-section .video-column .video-box .link{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .video-section .video-column .video-box .link:hover{ background-color: rgba(0,0,0,0.50); } .video-section .video-column .video-box .link .icon{ position: absolute; left: 50%; top: 50%; height: 60px; width: 60px; background-color: #333333; padding-left: 4px; font-size: 18px; color: #ff8a00; border-radius: 50%; text-align: center; line-height: 60px; margin-top: -30px; margin-left: -30px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .video-section .video-column .video-box .link:hover .icon{ -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); } /*== Video Section Style Two ==*/ .video-section.style-two .outer-box{ padding-bottom: 155px; } .video-section.style-two .outer-box:before{ display: none; } .video-section.style-two .content-column .text{ color: #777777; } .video-section .video-column .video-box:before{ position: absolute; left: -50px; height: 320px; width: 520px; bottom: -55px; background-image: url(images/icons/icon-lines.jpg); background-repeat: no-repeat; background-position: center; content: ""; } /*** ==================================================================== FAQ Section ==================================================================== ***/ .faq-section{ position: relative; padding: 100px 0 35px; } .faq-section:before{ position: absolute; left: 0; top: 0; height: 100%; width: 38%; background-image: url(images/icons/icon-dot.png); background-repeat: repeat; background-position: center; content: ""; } .faq-section:after{ position: absolute; right: 15px; bottom: 125px; height: 488px; width: 320px; background-image: url(images/icons/icon-flower.png); background-position: center; background-repeat: no-repeat; content: ""; z-index: -1; } .faq-section .image-column{ position: relative; margin-bottom: 50px; } .faq-section .image-column .inner-column{ position: relative; } .faq-section .image-column .image-box{ position: relative; } .faq-section .image-column .image{ position: relative; margin-bottom: 0; text-align: center; } .faq-section .title-column .image img{ display: inline-block; max-width: 100%; height: auto; } .faq-section .accordion-column{ position: relative; } .faq-section .accordion-column .inner-column{ position: relative; padding-top: 45px; padding-left: 30px; } .faq-section .accordion-column .sec-title{ margin-bottom: 35px; } .faq-section .accordion-box{ position: relative; } .accordion-box .block { position: relative; } .accordion-box .block .acc-btn{ position:relative; font-size:16px; line-height:28px; color:#252525; font-weight:500; cursor:pointer; padding:15px 25px 15px; padding-right: 50px; border:1px solid #dddddd; font-family: "Rubik", sans-serif; background-color: #ffffff; -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; transition:all 500ms ease; margin-bottom: 20px; } .accordion-box .block .acc-btn.active{ background-color: #ff8a00; border-color: #ff8a00; color:#ffffff; margin-bottom: 0px; } .accordion-box .block .icon{ position:absolute; right: 15px; top:15px; height: 30px; width: 30px; font-size: 18px; line-height: 30px; color: #252525; text-align: center; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .accordion-box .block .acc-btn.active .icon:before{ position: absolute; left: 0; top: 0; height: 30px; width: 30px; line-height: 30px; opacity:1; z-index: 1; color: #ffffff; font-size: 18px; content: "\f146"; font-family: "FontAwesome"; text-align: center; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .accordion-box .block .acc-content{ position:relative; display:none; background-color: #ffffff; } .accordion-box .block .content{ position:relative; padding: 20px 25px; margin-bottom: 0; } .accordion-box .block .acc-content.current{ display: block; } .accordion-box .block .content .text{ display: block; font-size: 14px; line-height: 30px; color: #777777; } /*** ==================================================================== FAQ Form Section ==================================================================== ***/ .faq-form-section{ position: relative; padding: 100px 0 70px; background-color: #f9f9f9; } .faq-form-section .sec-title{ position: relative; margin-bottom: 15px; } .faq-form-section .faq-form{ position: relative; } .faq-form .form-group{ position:relative; margin-bottom:30px; } .faq-form .form-group input[type="text"], .faq-form .form-group input[type="email"], .faq-form .form-group input[type="url"], .faq-form .form-group textarea, .faq-form .form-group select{ position: relative; display: block; width: 100%; font-size: 13px; color: #777777; line-height: 19px; padding: 10px 0px; background-color: transparent; font-weight: 400; height: 40px; border-bottom: 1px solid #e1e1e1; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .faq-form .form-group input:focus, .faq-form .form-group select:focus, .faq-form .form-group textarea:focus{ border-color:#ff8a00; } .faq-form .form-group textarea{ height: 150px; resize: none; } .faq-form .form-group button{ padding: 15px 50px; line-height: 20px; } /*** ==================================================================== App Section ==================================================================== ***/ .app-section{ position: relative; padding-top: 100px; } .app-section .outer-box{ position: relative; background-repeat: repeat; background-position: center; background-image: url(images/icons/icon-lines-dark.jpg); padding:135px 0; } .app-section .outer-box:after, .app-section .outer-box:before{ position: absolute; left: 0; top: 0; height: 135px; width: 100%; background-color: #ffffff; content: ""; } .app-section .outer-box:after{ top: auto; bottom: 0; } .app-section .title-column{ position: relative; } .app-section .title-column .inner-column{ position: relative; padding-top: 85px; } .app-section .title-column h1{ position: relative; display: block; font-size: 84px; line-height: 72px; color: #ffffff; font-weight: 900; margin-bottom: 30px; text-transform: uppercase; letter-spacing: -0.03em; } .app-section .image-column{ position: relative; } .app-section .image-column .inner-column{ position: relative; margin-top: -135px; margin-bottom: -155px; z-index: 99; margin-left: -30px; margin-right: -30px; } .app-section .content-column{ position: relative; } .app-section .content-column .inner-column{ position: relative; padding-top: 85px; } .app-section .content-column h3{ position: relative; display: block; font-size: 30px; color: #ffffff; font-weight: 700; margin-bottom: 15px; } .app-section .content-column .text{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #ffffff; font-weight: 400; } /*** ==================================================================== News Section ==================================================================== ***/ .news-section{ position: relative; padding: 100px 0 70px; } .news-section:before{ position: absolute; right: 0; top: 140px; height: 347px; width: 157px; background-image: url(images/icons/icon-dots.png); background-repeat: no-repeat; background-position: center; content: ""; } .news-section:after{ position: absolute; left: 0; top: 55px; height: 576px; width: 238px; background-image: url(images/icons/pentagon.png); background-repeat: no-repeat; background-position: center; content: ""; z-index: 0; } .news-section .sec-title{ position: relative; margin-bottom: 45px; z-index: 1; } .news-block{ position: relative; margin-bottom: 30px; z-index: 1; } .news-block .inner-box{ position: relative; } .news-block .image-box{ position: relative; margin-right: 40px; } .news-block .image-box .image{ position: relative; margin-bottom: 0; } .news-block .image-box .image img{ display: block; width: 100%; height: auto; } .news-block .image-box .overlay-box{ position: absolute; left: 0; top: 0; height: 0%; width: 100%; background: #ff8a00 padding-box content-box; content: ""; padding: 15px; opacity: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; } .news-block .inner-box:hover .overlay-box{ height: 100%; opacity: 0.70; } .news-block .overlay-box a{ position: absolute; left: 50%; top: 50%; height: 40px; width: 40px; margin-left: -20px; margin-top: -20px; text-align: center; font-size: 30px; line-height: 40px; color: #000000; font-weight: 400; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .news-block .inner-box:hover .overlay-box a{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .news-block .overlay-box a i{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block .overlay-box a:hover i{ color: #ffffff; } .news-block .caption-box{ position: relative; margin-top: -50px; margin-left: 40px; padding: 28px 35px 30px; background-color: #ffffff; -webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21); -moz-box-shadow: 0 0 21px rgba(0,0,0,0.21); -ms-box-shadow: 0 0 21px rgba(0,0,0,0.21); -o-box-shadow: 0 0 21px rgba(0,0,0,0.21); box-shadow: 0 0 21px rgba(0,0,0,0.21); } .news-block .caption-box h3{ position: relative; display: block; font-size: 20px; line-height: 30px; color: #2f2f2f; font-weight: 500; margin-bottom: 10px; } .news-block .caption-box h3 a{ color: #2f2f2f; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block .inner-box:hover .caption-box h3 a{ color: #ff8a00; } .news-block .caption-box .info{ position: relative; display: block; } .news-block .caption-box .info li{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-right: 10px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block .inner-box:hover .caption-box .info li{ color: #222222; } .news-block .caption-box .info li a{ color: #777777; } /* News Block Two */ .news-section.alternate{ padding: 100px 0 40px; } .news-block-two{ position: relative; margin-bottom: 60px; z-index: 1; } .news-block-two .inner-box{ position: relative; } .news-block-two .image-box{ position: relative; } .news-block-two .image-box .image{ position: relative; margin-bottom: 0; } .news-block-two .image-box .image img{ display: block; width: 100%; height: auto; } .news-block-two .image-box .overlay-box{ position: absolute; left: 0; top: 0; height: 0%; width: 100%; background: #ff8a00 padding-box content-box; content: ""; padding: 15px; opacity: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; } .news-block-two .inner-box:hover .overlay-box{ height: 100%; opacity: 0.70; } .news-block-two .overlay-box a{ position: absolute; left: 50%; top: 50%; height: 40px; width: 40px; margin-left: -20px; margin-top: -20px; text-align: center; font-size: 30px; line-height: 40px; color: #000000; font-weight: 400; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .news-block-two .inner-box:hover .overlay-box a{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .news-block-two .overlay-box a i{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .overlay-box a:hover i{ color: #ffffff; } .news-block-two .caption-box{ position: relative; margin-top: -25px; } .news-block-two .caption-box .inner{ position: relative; padding: 25px 30px 30px; background-color: #ffffff; -webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21); -moz-box-shadow: 0 0 21px rgba(0,0,0,0.21); -ms-box-shadow: 0 0 21px rgba(0,0,0,0.21); -o-box-shadow: 0 0 21px rgba(0,0,0,0.21); box-shadow: 0 0 21px rgba(0,0,0,0.21); } .news-block-two .caption-box h3{ position: relative; display: block; /*font-size: 20px;*/ line-height: 30px; color: #2f2f2f; font-weight: 500; margin-bottom: 10px; } .news-block-two .caption-box h3 a{ color: #2f2f2f; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .inner-box:hover .caption-box h3 a{ color: #ff8a00; } .news-block-two .caption-box .info{ position: relative; display: block; padding-left:0px; } .news-block-two .caption-box .info li{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-right: 10px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .inner-box:hover .caption-box .info li{ color: #222222; } .news-block-two .caption-box .info li a{ color: #777777; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .caption-box .info li a:hover{ color: #ff8a00; } .news-block-two .caption-box .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; margin-top: 10px; } /*** ==================================================================== News Section Three ==================================================================== ***/ .news-section-two{ position: relative; padding:50px 0 50px; } .news-section-two .sec-title{ margin-bottom: 30px; } .news-section-two .column{ position: relative; } .news-section-two .column .inner-column{ padding-right: 35px; } /*News Block Three*/ .news-block-three{ position: relative; margin-bottom: 50px; } .news-block-three .inner-box{ position: relative; } .news-block-three .image-box{ position: relative; } .news-block-three .image-box .image{ position: relative; margin-bottom: 0; } .news-block-three .image-box .image img{ display: block; width: 100%; height: auto; } .news-block-three .image-box .overlay-box{ position: absolute; left: 0; top: 0; height: 0%; width: 100%; background: #ff8a00; content: ""; opacity: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; } .news-block-three .inner-box:hover .overlay-box{ height: 100%; opacity: 0.70; } .news-block-three .overlay-box a{ position: absolute; left: 50%; top: 50%; height: 40px; width: 40px; margin-left: -20px; margin-top: -20px; text-align: center; font-size: 30px; line-height: 40px; color: #000000; font-weight: 400; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .news-block-three .inner-box:hover .overlay-box a{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .news-block-three .overlay-box a i{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-three .overlay-box a:hover i{ color: #ffffff; } .news-block-three .content-box{ position: relative; padding: 35px 0 0; } .news-block-three .content-box h3{ position: relative; display: block; font-size: 24px; line-height: 34px; color: #000000; font-weight: 500; margin-bottom: 12px; } .news-block-three .content-box h3 a{ color: #2f2f2f; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-three .inner-box:hover .content-box h3 a{ color: #ff8a00; } .news-block-three .content-box .info{ position: relative; display: block; margin-bottom: 10px; } .news-block-three .content-box .info li{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-right: 10px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-three .inner-box:hover .content-box .info li{ color: #222222; } .news-block-three .content-box .info li a{ color: #777777; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-three .content-box .info li a:hover{ color: #ff8a00; } .news-block-three .content-box .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; } /*News Block Four*/ .news-block-four{ position: relative; margin-bottom: 50px; } .news-block-four .inner-box{ position: relative; padding-left: 300px; min-height: 200px; } .news-block-four .image-box{ position: absolute; left: 0; top: 0; width: 270px; height: auto; } .news-block-four .image-box .image{ position: relative; margin-bottom: 0; } .news-block-four .image-box .image img{ display: block; width: 100%; height: auto; } .news-block-four .image-box .overlay-box{ position: absolute; left: 0; top: 0; height: 0%; width: 100%; background: #ff8a00; content: ""; opacity: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; } .news-block-four .inner-box:hover .overlay-box{ height: 100%; opacity: 0.70; } .news-block-four .overlay-box a{ position: absolute; left: 50%; top: 50%; height: 40px; width: 40px; margin-left: -20px; margin-top: -20px; text-align: center; font-size: 30px; line-height: 40px; color: #000000; font-weight: 400; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .news-block-four .inner-box:hover .overlay-box a{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .news-block-four .overlay-box a i{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-four .overlay-box a:hover i{ color: #ffffff; } .news-block-four .content-box{ position: relative; padding: 20px 0 0; } .news-block-four .content-box h3{ position: relative; display: block; font-size: 20px; line-height: 30px; color: #2f2f2f; font-weight: 500; margin-bottom: 12px; } .news-block-four .content-box h3 a{ color: #2f2f2f; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-four .inner-box:hover .content-box h3 a{ color: #ff8a00; } .news-block-four .content-box .info{ position: relative; display: block; margin-bottom: 10px; } .news-block-four .content-box .info li{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-right: 10px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-four .inner-box:hover .content-box .info li{ color: #222222; } .news-block-four .content-box .info li a{ color: #777777; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-four .content-box .info li a:hover{ color: #ff8a00; } .news-block-four .content-box .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; } /*** ==================================================================== Blog Section ==================================================================== ***/ .blog-section{ position: relative; padding:100px 0; } .blog-section .styled-pagination{ margin-top: 20px; } .blog-classic .news-block-two .caption-box .inner{ padding: 30px 35px 30px; z-index: 99; } .blog-classic .news-block-two .caption-box h3{ font-size: 24px; margin-bottom: 15px; } .blog-classic .news-block-two .caption-box .text{ margin-top: 15px; } .news-block-two .single-item-carousel{ position: relative; } .news-block-two .image-box .owl-nav{ position: absolute; left: 0; width: 100%; top: 50%; margin-top: -60px; } .news-block-two .image-box .owl-nav .owl-next, .news-block-two .image-box .owl-nav .owl-prev{ position: absolute; left: 0; top: 0; width: 30px; height: 120px; text-align: center; line-height: 120px; font-size: 22px; color: #000000; font-weight: 400; background-color: rgba(255,255,255,.70); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .image-box .owl-nav .owl-next{ left: auto; right: 0; } .news-block-two .image-box .owl-nav .owl-next:hover, .news-block-two .image-box .owl-nav .owl-prev:hover{ background-color: rgba(0,0,0,.70); color: #ffffff; } .news-block-two .blockquote{ position: relative; display: block; border: 1px solid #d7d7d7; padding: 85px 50px 110px; margin-top: 100px; margin-bottom: 0; } .news-block-two .blockquote:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #ffffff; opacity: 0.80; content: ""; } .news-block-two .blockquote .icon{ position: absolute; left: 70px; top: -42px; height: 84px; width: 84px; background-color: #ffffff; line-height: 84px; text-align: center; font-size: 48px; color: #666666; font-weight: 400; -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.09); -moz-box-shadow: 0 0 13px rgba(0,0,0,0.09); -ms-box-shadow: 0 0 13px rgba(0,0,0,0.09); -o-box-shadow: 0 0 13px rgba(0,0,0,0.09); box-shadow: 0 0 13px rgba(0,0,0,0.09); } .news-block-two .blockquote h2{ position: relative; display: block; font-size: 50px; line-height: 1.2em; color: #222222; font-weight: 400; letter-spacing: -0.04em; font-family: 'BenchNine', sans-serif; } .news-block-two .blockquote h2 span{ color: #ff8a00; text-transform: uppercase; } .news-block-two .blockquote .author{ position: absolute; right: 0px; bottom: 70px; line-height: 25px; color: #ffffff; font-size: 14px; background-color: #222222; padding: 0 15px; } .news-block-two .image-box .link{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .image-box .link:hover{ background-color: rgba(0,0,0,0.50); } .news-block-two .image-box .link .icon{ position: absolute; left: 50%; top: 50%; height: 60px; width: 60px; background-color: rgba(0,0,0,0.65); padding-left: 4px; font-size: 18px; color: #ffffff; border: 1px solid #ffffff; border-radius: 50%; text-align: center; line-height: 60px; margin-top: -30px; margin-left: -30px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .image-box .link:hover .icon{ -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } /*** ==================================================================== Blog Detail ==================================================================== ***/ .blog-detail .news-block-two .caption-box .inner{ padding: 35px 40px 35px; } .blog-detail .news-block-two .caption-box .info{ margin-bottom: 15px; padding-left:0px; } .blog-detail .news-block-two .caption-box h3{ /*font-size: 24px;*/ margin-bottom: 15px; } .blog-detail .news-block-two .caption-box p{ position: relative; line-height: 30px; font-weight: 400; margin-bottom: 18px; } blockquote{ font-size: inherit; } .blog-detail .news-block-two .caption-box blockquote p .icon{ position: absolute; left: 0; top: 0; font-size: 24px; line-height: 30px; color: #d7a449; font-weight: 400; } .blog-detail .tags{ position: relative; margin-bottom: 30px; } .blog-detail .tags .title{ position: relative; float: left; margin-right: 23px; font-size: 15px; line-height: 25px; color: #222222; font-weight: 500; font-family: "Rubik", sans-serif; padding: 5px 0; margin-bottom: 10px; } .blog-detail .tags ul li{ position: relative; float: left; list-style-type:none; margin-right: 10px; margin-bottom: 10px; } .blog-detail .tags ul li a{ position: relative; display: block; font-size: 14px; line-height: 25px; color: #939292; font-weight: 400; padding: 5px 25px; border: 1px solid #e1e1e1; border-radius: 30px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .blog-detail .tags ul li a:hover{ background-color: #222222; color: #ffffff; } .blog-detail .share-option{ position: relative; margin-bottom: 60px; } .blog-detail .share-option .title{ position: relative; display: block; margin-right: 23px; font-size: 15px; line-height: 25px; color: #222222; font-weight: 500; padding: 5px 0; margin-bottom: 10px; font-family: "Rubik", sans-serif; } .social-icon-colored{ position: relative; } .social-icon-colored li{ position: relative; float: left; margin-right: 6px; margin-bottom: 10px; } .social-icon-colored li a{ position: relative; display: block; font-size: 14px; line-height: 25px; color: #ffffff; font-weight: 500; padding: 5px 15px; background-color: #222222; border-radius: 30px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-colored li a i{ margin-right: 10px; } .social-icon-colored li.facebook a{ background-color: #3b5998; } .social-icon-colored li.twitter a{ background-color: #1da1f2; } .social-icon-colored li.google-plus a{ background-color: #d73d32; } .social-icon-colored li.pinterest a{ background-color: #bd081c; } .social-icon-colored li.mail a{ background-color: #7b8285; } .social-icon-colored li a:hover{ background-color: #222222; color: #ffffff; } /*** ==================================================================== Blog Detail Style Two ==================================================================== ***/ .blog-detail.style-two{ position: relative; padding: 100px 0 30px; } .blog-detail.style-two .inner-container{ position: relative; max-width: 1000px; padding: 0 15px; margin: 0 auto; } .blog-detail.style-two .news-block-two .caption-box{ margin-top: 0; padding: 0; } .blog-detail.style-two .news-block-two .caption-box .inner{ padding: 35px 35px; } .blog-detail.style-two .news-block-two .caption-box blockquote{ padding-left: 25px; padding-top: 0; margin-bottom: 50px; } .blog-detail.style-two .news-block-two .caption-box blockquote .icon{ position: relative; display: block; top: 0; font-size: 30px; margin-bottom: 10px; } .blog-detail.style-two .comments-area .comment-box{ margin-bottom: 40px; } .blog-detail.style-two .comments-area .comment{ padding-top: 0; padding-left: 110px; } .blog-detail.style-two .comments-area .comment-box .author-thumb{ height: 80px; width: 80px; border-radius: 15px; } .blog-detail.style-two .group-title h2{ font-size: 24px; } .blog-detail.style-two .comment-form{ margin-bottom: 40px; } .blog-detail.style-two .comment-form .form-group textarea{ height: 230px; margin-bottom: 40px; } /*** ==================================================================== Clients Section ==================================================================== ***/ .clients-section{ position: relative; z-index: 9; } .clients-section:before{ position: absolute; left: 0; top: 0; height: 50%; width: 100%; background-color: #ffffff; content: ""; } .clients-section .inner-container{ position: relative; max-width: 1430px; margin: 0 auto; background-color: #ffffff; } .clients-section .sponsors-outer{ position: relative; padding: 50px 55px; -webkit-box-shadow: 0 0 21px rgba(0,0,0,0.30); -moz-box-shadow: 0 0 21px rgba(0,0,0,0.30); -ms-box-shadow: 0 0 21px rgba(0,0,0,0.30); -o-box-shadow: 0 0 21px rgba(0,0,0,0.30); box-shadow: 0 0 21px rgba(0,0,0,0.30); } .clients-section .slide-item{ position: relative; } .clients-section .image-box{ position: relative; margin: 0; text-align: center; } .clients-section .image-box img{ display: inline-block; max-width: 100%; width: auto; height: auto; } .clients-section .sponsors-carousel .owl-dots, .clients-section .sponsors-carousel .owl-nav{ display: none; } .clients-section.style-two:before{ display: none; } .clients-section.style-two .sponsors-outer{ padding: 50px 0; box-shadow: none; } /*** ================================================================== Contact Section ================================================================== ***/ .contact-section{ position: relative; padding:100px 0; background-color: #f9f9f9; } .contact-section .sec-title{ margin-bottom: 40px; } .contact-section .inner-container{ position: relative; max-width: 1000px; margin: 0 auto; padding: 0 15px; } .contact-section .info-column{ position: relative; } .contact-section .info-column .inner-column{ position: relative; } .contact-section .info-column h4{ position: relative; font-size: 20px; line-height: 1.2em; color: #2f2f2f; font-weight: 500; margin-bottom: 25px; } .contact-section .info-column .contact-info{ position: relative; } .contact-section .info-column .contact-info li{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #777777; font-weight: 400; margin-bottom: 28px; } .contact-section .info-column .contact-info li a{ display: inline-block; color: #777777; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .contact-section .info-column .contact-info li a:hover{ color: #ff8a00; } .contact-section .form-column{ position: relative; } .contact-section .form-column .inner-column{ margin-top: -20px; } .contact-section .contact-form{ position: relative; } .contact-form .form-group{ position:relative; margin-bottom:30px; } .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="url"], .contact-form .form-group textarea, .contact-form .form-group select{ position: relative; display: block; width: 100%; font-size: 13px; color: #777777; line-height: 19px; padding: 10px 0px; background-color: transparent; font-weight: 400; height: 40px; border-bottom: 1px solid #e1e1e1; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .contact-form .form-group input:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus{ border-color:#ff8a00; } .contact-form .form-group textarea{ height: 90px; resize: none; } .contact-form .form-group button{ padding: 15px 50px; line-height: 20px; text-transform: uppercase; } .contact-form .form-group label.error{ color: #ff0000; } /*** ================================================================== Main Footer ================================================================== ***/ .main-footer{ position:relative; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 1; } .main-footer:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background:#000000; content: ""; opacity: 0.90; } .main-footer .widgets-section{ position:relative; padding: 220px 0 60px; margin-top: -100px; } .main-footer.alternate .widgets-section{ margin-top: 0; padding-top: 95px; } .main-footer .footer-column{ position:relative; } .main-footer .footer-widget{ position:relative; margin-bottom:40px; } .main-footer .footer-column .widget-title{ position: relative; font-size:18px; font-weight:500; color:#ffffff; line-height: 30px; padding-left: 25px; margin-bottom:45px; } .main-footer .footer-column .widget-title:before{ position: absolute; left: 0; top: 0; font-size: 16px; line-height: 30px; color: #e39c05; font-weight: 400; content: "\f141"; font-family: "FontAwesome"; transform: rotate(90deg); } .main-footer .about-widget{ position: relative; padding-right: 0px; } .main-footer .footer-logo{ position:relative; margin-bottom: 15px; width: 155px; height: 70px; } .main-footer .footer-logo figure{ margin: 0; margin-top: -20px; } .main-footer .footer-logo img{ display:block; max-width:100%; } .main-footer .about-widget .text{ position: relative; font-size: 15px; line-height: 36px; color: #f4f4f4; font-weight: 400; } /*Recent Posts*/ .recent-posts{ position: relative; } .recent-posts .post{ position: relative; min-height: 70px; padding-left: 105px; margin-bottom: 30px; } .recent-posts .post .thumb{ position: absolute; left: 0; top: 0; height: 70px; width: 80px; overflow: hidden; } .recent-posts .post .thumb a{ display: block; } .recent-posts .post .thumb img{ display: block; width: 100%; height: auto; } .recent-posts .post h4 { position: relative; font-size: 18px; color: #f4f4f4; line-height: 24px; font-weight: 400; margin-bottom: 3px; } .recent-posts .post h4 a{ position: relative; font-size: 15px; color: #f4f4f4; line-height: 24px; font-weight: 400; margin-bottom: 3px; } .recent-posts .post h4 a{ color:#f4f4f4; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .recent-posts .post h4 a:hover{ color: #ff8a00; } .recent-posts .post .info{ position: relative; display: block; } .recent-posts .post .info li{ position: relative; display: inline-block; font-size: 12px; line-height: 20px; color: #f4f4f4; font-weight: 400; padding-right: 3px; margin-right: 3px; } .recent-posts .post .info li:before{ position: absolute; right: -4px; top: 0; font-size: 12px; line-height: 20px; color: #f4f4f4; font-weight: 400; content: "/"; } .recent-posts .post .info li:last-child:before{ display: none; } /*=== links Widget ===*/ .main-footer .links-widget{ position: relative; } .main-footer .links-widget .list li{ position:relative; display: block; padding-left: 30px; margin-bottom: 16px; } .main-footer .links-widget .list li:before{ position: absolute; left: 0; top: 0; height: 20px; font-size: 14px; line-height: 20px; color: #ffffff; font-weight: 400; content: "\f22b"; font-family: "FontAwesome"; } .main-footer .links-widget .list li a{ position:relative; display: block; line-height: 20px; font-size: 14px; color: #f4f4f4; font-weight: 400; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .main-footer .links-widget .list li:hover:before, .main-footer .links-widget .list li a:hover{ color:#ff8a00; } .main-footer .gallery-widget{ position: relative; } .main-footer .gallery-widget .outer{ position:relative; margin: 0px -7px 0; } .main-footer .gallery-widget .outer .image{ position:relative; float:left; width:33.3333%; padding:0px 7px; margin-bottom:14px; } .main-footer .gallery-widget .image img{ display:block; width:100%; } .main-footer .gallery-widget .image a{ position: relative; display: block; } .main-footer .gallery-widget .image a:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #ff8a00 padding-box content-box; padding: 5px; opacity: .80; content: ""; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-footer .gallery-widget .image a:hover:before{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .main-footer .gallery-widget .image a:after{ position: absolute; height: 20px; width: 20px; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; content: "\f0b2"; text-align: center; line-height: 20px; font-size: 14px; color: #000000; font-family: "FontAwesome"; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-footer .gallery-widget .image a:hover:after{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } /*=== Footer Bottom ===*/ .main-footer .footer-bottom{ position:relative; border-top: 1px solid #222222; } .main-footer .footer-bottom .inner-container{ position: relative; } .main-footer .footer-bottom .inner-container:before{ position: absolute; right: 100%; top: 0; height: 100%; width: 1000%; background-color: #ff8a00; content: ""; } .main-footer .footer-bottom .copyright-text{ position: relative; float: left; padding:20px 0; padding-right: 40px; background-color: #ff8a00; } .main-footer .footer-bottom .copyright-text:before{ position: absolute; left: 100%; top: 0; border-right: 40px solid transparent; border-bottom:70px solid #ff8a00; content: ""; } .main-footer .footer-bottom .copyright-text p{ position: relative; line-height: 30px; font-size: 16px; color: #000000; font-weight: 700; } .main-footer .footer-bottom .copyright-text a{ color: #000000; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-footer .footer-bottom .copyright-text a:hover{ text-decoration: underline; } .main-footer .footer-bottom .social-links{ position: relative; float: right; padding: 20px 0; } .social-icon-two{ position: relative; } .social-icon-two li{ position: relative; float: left; margin-left: 26px; } .social-icon-two li a{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #f4f4f4; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-two li a:hover{ color: #ff8a00; } /*** ================================================================== Sidebar Page Container ================================================================== ***/ .sidebar-page-container{ position: relative; /* overflow: hidden; */ padding: 100px 0 50px; } .sidebar-page-container .sidebar-side, .sidebar-page-container .content-side{ position: relative; margin-bottom: 50px; } .sidebar-widget{ position: relative; margin-bottom:55px; } .sidebar-side .sidebar-widget:last-child{ margin-bottom: 0; } .sidebar-page-container .sidebar-title{ position: relative; margin-bottom: 25px; } .sidebar-page-container .sidebar-title h3{ position: relative; display: inline-block; font-size: 24px; line-height: 1.2em; color: #222222; font-weight: 500; text-transform: capitalize; } /*Search Box Widget*/ .sidebar .search-box{ position: relative; } .sidebar .search-box .form-group{ position:relative; margin:0px; } .sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"]{ position:relative; display:block; font-size:14px; color:#777777; line-height:28px; padding:15px 25px; height:60px; width:100%; border:1px solid #e1e1e1; background-color: #ffffff; border-radius: 60px; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .sidebar .search-box .form-group input:focus{ border-color:#ff8a00; } .sidebar .search-box .form-group input[type="submit"], .sidebar .search-box .form-group button{ position:absolute; right:0; top:0; width:60px; height:60px; line-height: 60px; text-align:center; display:block; font-size:18px; background-color: #222222; color:#ffffff; font-weight:normal; border-radius: 0 30px 30px 0; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .sidebar .search-box .form-group input[type="submit"]:hover, .sidebar .search-box .form-group button:hover{ background-color: #ff8a00; color: #222222; } /*=== Categories ===*/ .cat-list{ position:relative; border :1px solid #e1e1e1; } .cat-list li{ position:relative; margin-left: -1px; font-family: "Rubik", sans-serif; border-left: 7px solid transparent; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .cat-list li:hover, .cat-list li.active{ border-left: 7px solid #ff8a00; } .cat-list li a{ position:relative; font-size:15px; color:#252525; line-height: 20px; font-weight:500; padding: 20px 40px; display:block; border-bottom :1px solid #e1e1e1; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .cat-list li a span{ float: right; font-size: 16px; line-height: 20px; font-family: "Arimo", sans-serif; } .cat-list li:last-child a{ border-bottom: 0; } .cat-list li.active a, .cat-list li:hover a{ color: #ff8a00; } .cat-list li.active a span, .cat-list li:hover a span{ color: #ff8a00; } /*=== Latest News ===*/ .latest-news .post{ position: relative; padding-left: 130px; margin-bottom: 40px; min-height: 90px; } .latest-news .post-thumb{ position: absolute; left: 0; top: 0; height: 90px; width: 90px; margin-bottom: 20px; } .latest-news .post-thumb img{ position: relative; display: block; width: 100%; } .latest-news .post h3{ position: relative; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; margin-bottom: 10px; } .latest-news .post h3 a{ color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .latest-news .post:hover h3 a{ color: #ff8a00; } .latest-news .post .post-info{ position: relative; font-size: 14px; line-height: 24px; color: #666666; font-weight: 400; font-style: italic; } /*=== Tags ===*/ .tag-list{ position: relative; display: block; } .tag-list li{ position: relative; float: left; margin-bottom: 13px; margin-right: 10px; } .tag-list li a{ position: relative; display: block; font-size: 14px; color: #777777; line-height: 25px; padding: 10px 35px; font-weight: 400; text-align: center; border-radius: 50px; text-transform: uppercase; border: 1px solid #dddddd; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .tag-list li a:hover{ background-color: #222222; color: #ffffff; } /*** ==================================================================== Comment Area ==================================================================== ***/ .group-title{ position: relative; margin-bottom: 45px; } .group-title h2{ position: relative; display: block; font-size: 30px; line-height: 1.2em; color: #222222; font-weight: 500; } .comments-area{ position:relative; margin-bottom: 70px; } .comments-area .comment-box{ position:relative; margin-bottom:56px; } .comments-area .comment-box.reply-comment{ margin-left: 100px; } .comments-area .comment-box.reply-comment.reply{ margin-left: 200px; } .comments-area .comment-box:last-child{ /*margin-bottom: 0;*/ } .comments-area .comment{ position:relative; min-height: 80px; padding-top: 10px; padding-left: 100px; } .comments-area .comment-box .author-thumb{ position:absolute; left:0px; top:0px; height: 75px; width: 75px; overflow: hidden; border-radius: 50%; } .comments-area .comment-box .author-thumb img{ width:100%; display:block; } .comments-area .comment-info{ position: relative; display: block; } .comments-area .comment-box .name{ position: relative; display: block; font-size:18px; line-height:1.2em; font-weight:500; color:#222222; font-family: "Rubik", sans-serif; margin-bottom: 7px; } .comments-area .comment-box .date{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #666666; font-weight: 400; } .comments-area .comment-box .text{ font-size: 14px; line-height: 28px; color:#777777; font-weight: 400; } .comments-area .comment-box .rating{ position: relative; display: block; font-size: 14px; color:#ff8a00; line-height: 20px; } .comments-area .comment-box .reply-btn a{ position: absolute; right: 0; top: 8px; font-size: 15px; line-height: 25px; padding:2px 25px; border:1px solid #ff8a00; border-radius:50px; color: #ff8a00; font-weight: 500; font-family: "Rubik", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .comments-area .comment-box .reply-btn a:hover{ color: #ffffff; background-color:#ff8a00; } /*** ==================================================================== Comment Form ==================================================================== ***/ .comment-form{ position: relative; } .comment-form .group-title{ margin-bottom: 30px; } .comment-form .form-group{ position:relative; margin-bottom: 20px; } .comment-form .form-group:last-child{ margin-bottom: 0; } .comment-form .form-group input[type="text"], .comment-form .form-group input[type="email"], .comment-form .form-group textarea, .comment-form .form-group select{ position: relative; display: block; height: 50px; width: 100%; font-size: 14px; color: #999999; line-height: 20px; font-weight: 400; padding: 14px 22px; background-color: #ffffff; border: 1px solid #e1e1e1; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease; } .comment-form .form-group input:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus{ border-color:#ff8a00; } .comment-form .form-group textarea{ height: 120px; resize: none; } /*** ==================================================================== Contact Page Section ==================================================================== ***/ .contact-page-section{ position: relative; } .contact-page-section .form-column{ position: relative; } .contact-page-section .form-column .inner-column{ position: relative; padding: 100px 0; } .contact-page-section .sec-title{ margin-bottom: 30px; } .contact-page-section .contact-form{ margin-bottom: 120px; } .contact-page-section .contact-info{ position: relative; } .contact-page-section .contact-info .info-block{ position: relative; display: block; margin-bottom: 40px; } .contact-page-section .contact-info .info-block .inner{ position: relative; } .contact-page-section .contact-info .info-block h4{ position: relative; display: block; font-size: 20px; line-height: 1.2em; color: #2f2f2f; font-weight: 500; margin-bottom: 15px; } .contact-page-section .contact-info .info-block p{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #777777; font-weight: 400; } .contact-page-section .contact-info .info-block p a{ color: #777777; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .contact-page-section .contact-info .info-block p a:hover{ color: #ff8a00; } /*== Map Column ===*/ .contact-page-section .map-column .inner-column{ position: absolute; right: 0; top: 0; height: 100%; width: 100%; padding-left: 15px; } .contact-page-section .map-column .map-outer{ position: absolute; height: 100%; width: 100%; background-color: #222222; } .contact-page-section .map-column .map-canvas{ position:absolute; height: 100%; width: 100%; } /*** ==================================================================== Services Sidebar ==================================================================== ***/ .services-sidebar{ position: relative; } .services-sidebar .sidebar-widget{ margin-bottom: 50px; } .services-sidebar .sidebar-title{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 30px; } /*Blog Category*/ .blog-cat{ position:relative; border:1px solid #e1e1e1; } .blog-cat li{ position:relative; } .blog-cat li:after{ position:absolute; content:''; left:0px; bottom:0px; width:100%; border-bottom:4px solid transparent; } .blog-cat li a{ position:relative; font-size:14px; font-weight:500; line-height: 30px; color:#222222; display:block; border-bottom:1px solid #acacac; border-left: 5px solid transparent; padding: 20px 40px 19px; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; font-family: 'Rubik', sans-serif; } .blog-cat li a:before{ position:absolute; content:'\f105'; right:33px; top:20px; color:#222222; font-size: 18px; line-height: 30px; font-family: 'FontAwesome'; } .blog-cat li.active a, .blog-cat li a:hover{ color:#ffffff; background-color:#ff8a00; border-left: 5px solid #222222; } /*Brochure Box*/ .brochure-box{ position:relative; padding: 13px 25px; border:1px solid #dddddd; background-color: #f3f3f3; margin-bottom:15px; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .brochure-box .inner{ position:relative; padding-left:45px; } .brochure-box .overlay-link{ position:absolute; left:0px; top:0px; width:100%; height:100%; display:block; } .brochure-box .inner .icon{ position:absolute; left:0px; top:0px; color:#222222; font-size:20px; line-height: 30px; font-weight:400; transition: all 300ms ease; } .brochure-box .inner .text{ position:relative; font-size:16px; font-weight:400; line-height: 30px; color:#222222; font-family: 'Rubik', sans-serif; transition: all 300ms ease; } .brochure-box:hover{ border-color:#ff8a00; background-color:#ff8a00; } .brochure-box:hover .inner .icon, .brochure-box:hover .inner .text{ color: #ffffff; } /*Help Box*/ .help-box{ position:relative; background-size:cover; background-repeat: no-repeat; background-position: center; } .help-box:before{ position:absolute; content:''; left:0px; top:0px; width:100%; height:100%; display:block; background-color: #222222; opacity: .90; } .help-box .inner{ position:relative; padding:45px 45px; } .help-box .inner .title{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #ffb902; font-weight: 400; margin-bottom: 20px; } .help-box .inner h2{ position:relative; color:#ffffff; font-size:24px; font-weight:500; line-height:1.2em; text-transform: uppercase; margin-bottom:30px; } .help-box .inner .text{ position:relative; color:#fff; font-size:16px; line-height: 28px; margin-bottom:45px; } .help-box .inner .theme-btn{ background-color: transparent; border: 1px solid #ffffff; padding: 10px 35px; line-height: 20px; color: #ffffff; } /*** ==================================================================== Coming Soon ==================================================================== ***/ .coming-soon{ position:fixed; width:100%; height:100%; display:block; overflow-y:auto; background-repeat: no-repeat; background-position: center; background-size: cover; } .coming-soon .content{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: table; text-align:center; vertical-align: middle; } .coming-soon .content .content-inner{ position: relative; padding: 100px 15px; display: table-cell; vertical-align: middle; } .coming-soon .content .content-inner .logo{ position:relative; margin-bottom: 30px; } .coming-soon .content .content-inner h2{ position:relative; color:#ffffff; font-size:40px; font-weight:600; line-height:1.2em; margin-bottom:30px; letter-spacing: 0.1em; text-transform:uppercase; } .coming-soon .content .content-inner .text{ position:relative; color:#ffffff; font-size:20px; font-weight:400; line-height:1.6em; margin-top:0px; margin-bottom:60px; } .time-counter{ position:relative; } .time-counter .time-countdown{ position:relative; } .time-counter .time-countdown .counter-column{ position:relative; margin:0px 15px 0px; width:140px; height:120px; text-align:center; display:inline-block; color:#ff8a00; font-size:20px; line-height:30px; text-transform:uppercase; border-radius:50%; font-weight:700; margin-bottom:60px; } .time-counter .time-countdown .counter-column .count{ position:relative; display:block; font-size:80px; line-height:40px; padding:40px 0px 30px; color:#ffffff; letter-spacing:1px; font-weight:700; } .coming-soon .emailed-form .form-group{ position:relative; display:block; max-width:770px; margin:0 auto; width:100%; margin-bottom:20px; } .coming-soon .emailed-form .form-group input[type="text"], .coming-soon .emailed-form .form-group input[type="tel"], .coming-soon .emailed-form .form-group input[type="email"], .coming-soon .emailed-form .form-group textarea{ position:relative; display:block; width:100%; line-height:20px; height:60px; font-size:18px; color:#222222; overflow:hidden; padding:20px 50px 20px 50px; background:#ffffff; border-radius:50px; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .coming-soon .emailed-form .form-group input[type="submit"], .coming-soon .emailed-form button{ position:absolute; right:0px; top:0px; width:195px; height:60px; line-height:40px; padding: 10px 50px; font-size:18px; font-weight:700; text-align:center; text-transform:uppercase; border-radius:0px 50px 50px 0px; } /*Sidebar Range slider */ .range-slider-one{ position:relative; min-height:48px; padding-top: 10px; overflow: hidden; margin-top:-20px; } .range-slider-one .title{ position:relative; float:left; color:#000000; font-size:16px; font-weight:400; margin-top:8px; } .range-slider-one .title:before{ position:absolute; content:'$'; right:-14px; top:0px; color:#848484; font-size:16px; font-weight:300; } .range-slider-one .input{ float:right; left: 8px; max-width:75px; padding-left:8px; margin-top:8px; position: relative; } .range-slider-one .input input{ background:none; color:#777777; font-size:16px; font-weight:300; width:auto; text-align:left; } .range-slider-one .ui-widget.ui-widget-content{ height:3px; border:none; margin-bottom:35px; background:#eeeeee; } .range-slider-one .ui-slider .ui-slider-range{ top:0px; height:3px; background:#333333; } .range-slider-one .ui-state-default, .range-slider-one .ui-widget-content .ui-state-default{ top:-3px; width:10px; height:10px; background:#ff8a00; cursor:pointer; border-radius:0px; border-color:#ff8a00; } .range-slider-one .theme-btn{ padding:8px 35px; border-radius:0px; } .range-slider-one .theme-btn:before{ display: none; } /*Sidebar Realated Posts */ .sidebar .related-posts .post{ position:relative; padding:15px 0px 0px; padding-left:90px; margin-bottom:35px; } .sidebar .related-posts .post:last-child{ margin-bottom:0px; border:0px; min-height:inherit; } .sidebar .related-posts .post .post-thumb{ position:absolute; left:0px; top:0px; width:70px; } .sidebar .related-posts .post .post-thumb img{ display:block; width:100%; } .sidebar .related-posts .post h4{ top:-2px; font-size:18px; font-weight:500; color:#333333; line-height:1.2em; text-transform:capitalize; } .sidebar .related-posts .post h4 a{ color:#333333; transition:all 300ms ease; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; } .sidebar .related-posts .post a, .sidebar .related-posts .post a:hover{ color:#ff8a00; } .sidebar .related-posts .post .price{ font-size:18px; letter-spacing:1px; font-weight:400; color:#777777; } .sidebar .related-posts .post .rating{ margin-bottom:1px; line-height:1em; } .sidebar .related-posts .post .rating .fa{ position:relative; display:inline-block; font-size:16px; line-height:26px; color:#ff8a00; } .our-shop .styled-pagination{ margin-top:40px; } /*Shop Item*/ .shop-item{ position:relative; margin-bottom:30px !important; } .shop-item .inner-box{ position: relative; text-align: center; z-index: 999; padding-bottom: 15px; background: #f7f7f8; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .shop-item .inner-box:hover .image .overlay-box{ opacity:1; } .shop-item .inner-box .image{ position: relative; z-index: 11; } .shop-item .inner-box .image img{ position:relative; text-align: center; background-color: #f8f8f8; padding: 10px 10px; width: 100%; } .shop-item .inner-box .image .clrtbtn{ background: #333; color: #fff; font-size: 16px; text-align: center; position: absolute; width: 100%; bottom: -30px; transition: all .5s ease-in-out; opacity: 0; } .shop-item .inner-box .image .clrtbtn a{ position:relative; background: #333; width: 100%; text-align: center; color: #fff; padding: 6px 10px; display: block; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .shop-item .inner-box:hover .image .clrtbtn{ opacity: 1; bottom: 8px; transition: all .5s ease-in-out; } .shop-item .inner-box .image .clrtbtn a:hover{ color:#fff; background-color:#ff8a00; } .shop-item .inner-box .image img{ width:100%; display:inline-block; } .shop-item .inner-box .lower-content{ position:relative; z-index:11; padding:20px 0px 0px; } .shop-item .inner-box .lower-content h3{ position:relative; font-size:18px; font-weight:500; margin-bottom:9px; text-transform:capitalize; } .shop-item .inner-box .lower-content h3 a{ color:#222222; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .shop-item .inner-box .lower-content h3 a:hover{ color:#ff8a00; } .shop-item .inner-box .lower-content .add-cart{ position:relative; color:#666666; font-weight:700; font-size:18px; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; font-family: 'Arimo', sans-serif; } .shop-item .inner-box .lower-content .add-cart .fa{ margin-right:5px; } .shop-item .inner-box .lower-content .add-cart:hover{ color:#ff8a00; } .shop-item .inner-box .lower-content .price{ position:relative; color:#ff8a00; font-size:16px; font-weight:700; margin-bottom:10px; } .shop-item .inner-box .lower-content .price .discount{ position:relative; color:#777777; margin-right:8px; text-decoration:line-through; } .shop-item .inner-box .lower-content .rating .fa{ position:relative; display:inline-block; font-size:16px; color:#ff8a00; } .items-sorting{ position:relative; margin-bottom:20px; } .product-details .basic-details{ position:relative; margin-bottom:50px; } .product-details .image-column, .product-details .info-column{ margin-bottom:20px; } .product-details .image-column .image-box img{ position:relative; display:block; width:100%; background-color:#f7f7f7; } .product-details .basic-details .details-header{ position:relative; margin-bottom:16px; } .product-details .basic-details .details-header h4{ font-size:24px; font-weight:700; margin:5px 0px 20px; line-height:1.4em; color:#222222; } .product-details .basic-details .details-header h4 a{ color:#333333; } .product-details .basic-details .details-header .rating{ font-size:18px; color:#ff8a00; margin-bottom:15px; display:inline-block; } .product-details .basic-details .details-header .reviews{ position:relative; display:inline-block; color:#777777; font-weight:400; margin-left:15px; } .product-details .basic-details .details-header .rating .fa{ display:inline-block; } .product-details .basic-details .details-header .rating .txt{ font-size:14px; padding-left:10px; color:#777777; } .product-details .basic-details .details-header .item-price{ font-size:22px; font-weight:700; color:#ff8a00; line-height:24px; } .product-details .basic-details .prod-info{ margin-bottom:15px; line-height:1.6em; font-size:13px; } .product-details .basic-details .prod-info strong{ font-weight:700; color:#111111; } .product-details .basic-details .text{ margin-bottom:25px; color:#777777; font-size:16px; font-weight:400; line-height:1.8em; } .product-details .basic-details .item-quantity .field-label{ float:left; font-weight:700; font-size:14px; line-height:32px; display:inline-block; padding-right:20px; } .product-details .basic-details .quantity-spinner, .cart-section input.quantity-spinner{ line-height:24px; padding:10px 15px !important; height:46px !important; box-shadow:none !important; } .cart-section .bootstrap-touchspin .input-group-btn-vertical{ position: absolute; right: 20px; top: 0; z-index: 99; } .product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn, .cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{ padding:11px 10px; background:#f4f5f6; } .product-details .bootstrap-touchspin .input-group-btn-vertical i, .cart-section .bootstrap-touchspin .input-group-btn-vertical i{ top:6px; } .product-details .basic-details .item-quantity{ position:relative; float:left; width:85px; margin-bottom:25px; margin-right:25px; } .product-details .basic-details .item-quantity .field-label{ float:left; font-weight:700; font-size:14px; line-height:32px; display:inline-block; padding-right:20px; } .product-details .basic-details .quantity-spinner, .cart-table input.quantity-spinner{ font-size:18px; line-height:24px; padding:10px 15px !important; height:50px !important; box-shadow:none !important; } .product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn, .cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{ padding:12px 10px; background:#f4f5f6; border-radius:0px; } .product-details .bootstrap-touchspin .input-group-btn-vertical i, .cart-table .bootstrap-touchspin .input-group-btn-vertical i{ top:8px; } .product-details .basic-details .add-to-cart{ padding:11px 30px; font-weight:600; font-size:16px; border-radius:50px; text-transform:uppercase; margin-left: 20px; } /*** ==================================================================== Product Tabs Style ==================================================================== ***/ .shop-single .product-details .prod-tabs{ position:relative; } .shop-single .product-details .prod-tabs .tab-btns{ position:relative; z-index:1; margin-bottom:50px; } .shop-single .product-details .prod-tabs .tab-btns .tab-btn{ position:relative; top:1px; display:block; float:left; margin-right:10px; font-size:16px; background:#eeeeee; color:#000000; text-transform:uppercase; font-weight:600; line-height:24px; cursor:pointer; border-radius:50px; padding:18px 43px 18px; transition:all 500ms ease; font-family: 'Montserrat', sans-serif; } .shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover, .shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{ color:#000000; background:#ff8a00; } .shop-single .product-details .prod-tabs .tabs-content{ position:relative; } .shop-single .product-details .prod-tabs .tabs-content .tab{ position:relative; display:none; border-top:0px; } .shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{ display:block; } .shop-single .product-details .prod-tabs .tabs-content .tab .content{ position:relative; } .shop-single .product-details .prod-tabs .tabs-content .tab .content p{ position:relative; font-size:16px; line-height:1.7em; margin-bottom:25px; color:#797979; } .shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child{ margin-bottom:0px; } .prod-tabs .tabs-content .tab .title{ position:relative; color:#222222; font-size:24px; font-weight:600; margin-bottom:30px; font-family: 'Montserrat', sans-serif; } /*Comment Form*/ .shop-comment-form{ position:relative; margin-top:50px; } .shop-comment-form h2{ position:relative; color:#333333; font-size:24px; font-weight:500; margin-bottom:10px; } .shop-comment-form .mail-text{ position:relative; color:#777777; font-size:16px; margin-bottom:15px; } .shop-comment-form .group-title{ margin-bottom:20px; } .shop-comment-form .rating-box{ position:relative; margin-bottom:20px; } .shop-comment-form .rating-box .text{ position:relative; font-size:16px; color:#333333; margin-bottom:15px; } .shop-comment-form .rating-box .rating{ position:relative; margin-right:10px; display:inline-block; } .shop-comment-form .rating-box .rating .fa{ position:relative; margin-right:5px; display:inline-block; } .shop-comment-form .rating-box .rating a{ position:relative; color:#cccccc; font-size:14px; display:inline-block; } .shop-comment-form .rating-box .rating a:hover{ color:#ff8a00; } .shop-comment-form .form-group{ position:relative; margin-bottom:20px; } .shop-comment-form .form-group label{ position:relative; color:#333333; font-size:16px; font-weight:400; } .shop-comment-form .form-group:last-child{ margin-bottom:0px; } .shop-comment-form .form-group input[type="text"], .shop-comment-form .form-group input[type="password"], .shop-comment-form .form-group input[type="tel"], .shop-comment-form .form-group input[type="email"], .shop-comment-form .form-group select{ position:relative; display:block; width:100%; line-height:28px; padding:10px 15px; border:1px solid #dddddd; height:50px; color:#848484; font-weight:300; background:#ffffff; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .shop-comment-form .form-group input[type="text"]:focus, .shop-comment-form .form-group input[type="password"]:focus, .shop-comment-form .form-group input[type="tel"]:focus, .shop-comment-form .form-group input[type="email"]:focus, .shop-comment-form .form-group select:focus, .shop-comment-form .form-group textarea:focus{ border-color:#ff8a00; } .shop-comment-form .form-group textarea{ position:relative; display:block; width:100%; line-height:26px; padding:10px 15px; color:#848484; border:1px solid #dddddd; height:120px; font-weight:300; background:#ffffff; resize:none; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .shop-comment-form button{ position:relative; font-weight:600; font-size:16px; padding:10px 32px; margin-top:10px; text-transform:uppercase; } .shop-comment-form input:focus, .shop-comment-form select:focus, .shop-comment-form textarea:focus{ border-color:#f06529; } /*** ==================================================================== Cart Section style ==================================================================== ***/ .cart-section{ position:relative; padding:100px 0px 60px; } .cart-outer{ position:relative; } .checkout-page .cart-outer{ margin-bottom:40px; } .cart-outer .table-outer{ position:relative; width:100%; overflow-x: auto; } .cart-outer .cart-table{ width:100%; min-width:900px; } .cart-table .cart-header{ position:relative; width:100%; text-transform:uppercase; font-size:13px; background:#222222; color:#ffffff; border:1px solid #ebebeb; } .cart-table thead tr th{ line-height:24px; padding:15px 25px; font-weight:700; font-size:16px; letter-spacing:1px; text-align:center; text-transform:uppercase; border-right:1px solid #ffffff; font-family: 'Arimo', sans-serif; } .cart-table thead tr th .fa{ font-size:18px; } .cart-table tbody tr td{ line-height:24px; padding:30px 25px 30px; } .cart-table tbody tr .qty{ width:200px; } .cart-table tbody tr .qty .item-quantity{ max-width: 100px; margin: 0 auto; } .cart-table tbody tr .qty .quantity-spinner{ background:#ffffff; } .cart-table tbody tr .prod-column .column-box{ position:relative; min-height:110px; } .cart-table tbody tr .prod-column .column-box .prod-thumb{ position:relative; width:140px; margin: 0 auto; text-align: center; } .cart-table tbody tr .prod-column .column-box .prod-thumb img{ display:inline-block; max-width:100%; } .cart-table tbody tr .prod-column .column-box h4{ font-size:14px; color:#444444; font-weight:400; line-height:90px; } .cart-table tbody tr .prod-column .author{ font-size:13px; color:#333333; margin-bottom:0px; } .cart-table tbody tr .sub-total{ font-weight:400; color:#222222; font-size:16px; } .cart-table tbody tr .sub-total.price{ } .cart-table tbody tr .remove-btn{ position:relative; font-size:14px; color:#ff8a00; line-height:30px; font-weight:500; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; -moz-transition:all 500ms ease; transition:all 500ms ease; } .cart-table tbody tr .remove-btn .fa{ position:relative; font-size:18px; line-height:30px; } .cart-table tbody tr .remove-btn:hover{ color:#444444; } .cart-table tbody tr{ border-bottom:1px solid #cccccc; } .cart-table tbody tr td{ vertical-align:middle; color:#797979; font-size:17px; text-align:center; border-left:1px solid #cccccc; } .cart-table tbody tr td.prod-column{ padding-left:48px; } .cart-table tbody tr td.total{ font-size:18px; color:#333333; } .cart-table tbody tr td:last-child{ border-right:1px solid #ebebeb; text-align:center; } .cart-table tbody tr td .prod-title{ position:relative; font-size:16px; color:#222222; font-weight:400; font-family: 'Arimo', sans-serif; } .cart-table tbody tr td .quantity-spinner{ padding:5px 0px 5px 20px; line-height:24px; height:34px; display:block; width:100%; position:relative; } .cart-table tbody .available-info{ position:relative; padding-left:50px; } .cart-table tbody .available-info .icon{ position:absolute; left:0px; top:5px; width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; color:#ffffff; background:#223555; border-radius:50%; } .cart-section .cart-options{ position:relative; padding:40px 0px 10px; margin-bottom:30px; border-top:0px; } .cart-section .apply-coupon{ position:relative; } .cart-section .cart-options .cart-btn{ padding:13px 36px; line-height: 24px; font-size:15px; color:#ffffff; font-weight:700; border-radius:50px; text-transform:capitalize; background-color:#ff8a00; font-family: 'Montserrat', sans-serif; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; -moz-transition:all 500ms ease; transition:all 500ms ease; } .cart-section .cart-options .cart-btn:hover{ background-color:#222222; } .cart-section .apply-coupon .form-group{ position:relative; float:left; margin-right:30px; } .cart-section .apply-coupon .form-group input[type="text"]{ display:block; line-height:28px; padding:10px 25px; border:1px solid #cccccc; width:225px; height:50px; background:#ffffff; border-radius:50px; } .cart-section .coupon-btn{ padding:13px 29px; line-height: 24px; font-size:16px; color:#ffffff; font-weight:700; border-radius:50px; text-transform:capitalize; background-color:#ff8a00; font-family: 'Montserrat', sans-serif; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; -moz-transition:all 500ms ease; transition:all 500ms ease; } .cart-section .coupon-btn:hover{ background-color:#222222; } .cart-section .cart-options .btn-style-one{ top:-7px; padding-left:32px; padding-right:32px; } .cart-section .totals-table{ position:relative; margin-bottom:20px; border:1px solid #cccccc; } .cart-section .totals-table li{ line-height:24px; padding:18px 30px; border-bottom:1px solid #cccccc; } .cart-section .totals-table li:first-child{ background-color:#dddddd; } .cart-section .totals-table li h3{ position:relative; font-weight:700; color:#333333; font-size:18px; font-family: 'Arimo', sans-serif; } .cart-section .totals-table li:last-child{ border-bottom:none; padding:40px 20px 50px; } .cart-section .totals-table .col{ position:relative; display:block; float:left; line-height:24px; width:50%; color:#222222; font-size:16px; font-weight:700; text-transform:capitalize; font-family: 'Arimo', sans-serif; } .cart-section .totals-table li .col:last-child{ text-align:right; } .cart-section .totals-table .total .price{ color:#ff8a00; font-weight:400; } .cart-section .totals-table .proceed-btn{ padding: 13px 33px; line-height: 24px; font-size: 15px; color: #ffffff; font-weight: 700; border-radius:50px; text-transform: capitalize; background-color: #ff8a00; font-family: 'Montserrat', sans-serif; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; } .cart-section .totals-table .proceed-btn:hover{ background-color:#222222; } .shipping-block{ position:relative; margin-bottom:60px; } .shipping-block .inner-box{ position:relative; padding:20px 25px 10px; border:1px solid #cccccc; } .shipping-block .inner-box h3{ position:relative; color:#333333; font-size:24px; font-weight:700; margin-bottom:4px; text-transform:capitalize; } .shipping-block .inner-box h4{ position:relative; color:#222222; font-size:14px; font-weight:400; margin-bottom:22px; text-transform:capitalize; } .shipping-form{ position:relative; } .shipping-form .row{ position:relative; margin:0px -10px; } .shipping-form .form-group{ position:relative; margin-bottom:20px; padding:0px 10px; } .shipping-form .form-group input[type="text"], .shipping-form .form-group input[type="password"], .shipping-form .form-group input[type="tel"], .shipping-form .form-group input[type="email"]{ position:relative; display:block; width:100%; line-height:23px; padding:10px 20px; height:45px; font-size:14px; border:1px solid #cccccc; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .shipping-form .form-group input[type="text"]:focus, .shipping-form .form-group input[type="password"]:focus, .shipping-form .form-group input[type="tel"]:focus, .shipping-form .form-group input[type="email"]:focus, .shipping-form .form-group select:focus, .shipping-form .form-group textarea:focus{ border-color:#ff8a00; } .shipping-form button{ padding: 13px 33px; line-height: 24px; font-size: 15px; color: #ffffff; font-weight: 700; margin-top:6px; border-radius:50px; text-transform: capitalize; background-color: #ff8a00; font-family: 'Montserrat', sans-serif; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; } .shipping-form button:hover{ background-color:#222222; } /*==================================================================== CheckOut Section ====================================================================*/ .checkout-page{ position:relative; padding:100px 0px 50px; } .checkout-page .default-links{ position:relative; margin-bottom:50px; } .checkout-page .default-links li{ line-height:25px; padding:25px 25px; font-size:16px; font-weight: 500; color:#666666; background-color :#eeeeee; margin-bottom: 40px; } .checkout-page .default-links li .fa{ position:relative; font-size:24px; line-height: 25px; color:#ff9f14; margin-right:20px; } .checkout-page .default-links li a{ color:#666666; font-size: 16px; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .checkout-page .default-links li a:hover{ color: #ff9f14; } .checkout-page .sec-title{ margin-bottom: 20px; } .checkout-page .sec-title h3{ font-size: 30px; line-height: 1.2em; color: #222222; font-weight: 500; } .checkout-form{ position:relative; margin-bottom: 50px; } .checkout-form .column{ position: relative; } .checkout-form .form-group{ position:relative; margin-bottom: 15px; } .checkout-form .form-group .field-label{ display:block; line-height:24px; text-transform:capitalize; color:#222222; font-size:15px; font-weight:500; margin-bottom:10px; } .checkout-form .form-group .field-label span{ position: relative; font-size: 16px; color: #222222; display: block; font-weight: 600; } .checkout-form .form-group .field-label sup{ top:-1px; font-size:15px; color: #009fe9; } .checkout-form .form-group .text{ position:relative; color:#777777; font-size:14px; line-height: 24px; } .checkout-form input[type="text"], .checkout-form input[type="email"], .checkout-form input[type="password"], .checkout-form input[type="tel"], .checkout-form input[type="number"], .checkout-form input[type="url"], .checkout-form select, .checkout-form textarea{ position:relative; display:block; width:100%; background:#ffffff; font-size: 16px; line-height:26px; color: #777777; padding:12px 22px; height:50px; border:1px solid #e0e0e0; transition:all 300ms ease; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; } .checkout-form select{ cursor:pointer; -webkit-appearance:none; -ms-appearance:none; -o-appearance:none; -moz-appearance:none; background:#ffffff url(images/icons/icon-select.png) right center no-repeat; } .checkout-form textarea{ resize:none; height:60px !important; padding-left: 30px; } .checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus{ border-color: #ff9f14; } .checkout-page .check-box{ line-height:24px; font-size:14px; font-weight:normal; padding-top:5px; } .checkout-page .check-box label{ position:relative; top:-1px; font-weight:normal; padding:0px; font-size:16px; cursor:pointer; color:#333333; } .checkout-page .lower-content{ margin-top:30px; } .checkout-page .lower-content .order-column{ margin-bottom:40px; } .checkout-page .lower-content .column h2{ position:relative; color:#222222; font-size:24px; margin-bottom:30px; padding-bottom:12px; } .checkout-page .lower-content .column h2:after{ position:absolute; content:''; left:0px; bottom:0px; width:40px; height:2px; background-color:#fa9928; } /*Coupon Box*/ .coupon-box{ position:relative; padding:25px 25px; margin-bottom:25px; background-color:#f5f5f5; } .coupon-form{ position:relative; } .coupon-form .form-group{ position:relative; margin-bottom:0px; } .coupon-form .form-group input[type="text"]{ position:relative; display:block; width:100%; line-height:28px; padding:10px 20px; height:44px; font-size:14px; border:1px solid #cccccc; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .coupon-form .form-group input[type="text"]:focus{ border-color: #ff9f14; } .coupon-form button{ margin-top:0px; font-size:16px; font-weight:700; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; -ms-border-radius:0px; -o-border-radius:0px; padding:8px 26px; text-transform:capitalize; } .order-box{ position:relative; margin-bottom: 50px; } .order-box .sec-title{ margin-bottom: 25px; } .order-box .sec-title h2{ font-size: 28px; padding-bottom: 0; } .order-box .sec-title h2:before{ display: none; } .order-box .title-box{ position:relative; padding:15px 30px; font-weight: 500; color: #ffffff; background-color :#222222; } .order-box .title-box .col{ position:relative; width:50%; float:left; color:#ffffff; font-size: 16px; line-height: 25px; } .order-box ul{ position:relative; } .order-box ul li{ position:relative; padding: 25px 30px; font-size: 16px; font-weight: 500; color: #777777; line-height: 30px; border-bottom:1px solid #cccccc; } .order-box ul li strong{ color:#222222; font-weight: 500; font-size:16px; } .order-box ul li span{ width:50%; float:right; color:#ff9f14; font-size:16px; } .order-box ul li span.free{ color:#777777; } .order-box ul li:last-child{ border-bottom: 0; } .payment-box{ position:relative; margin-bottom: 50px; } .payment-box .upper-box{ position:relative; padding:15px 35px; background-color:#f5f5f5; border-bottom:1px solid #b7b7b7; } .payment-options{ position:relative; margin-top:20px; margin-bottom:20px; } .payment-box .payment-options li{ position:relative; margin-bottom:15px; } .payment-box .payment-options li .radio-option{ position:relative; } .payment-box .payment-options li .radio-option label{ position:relative; display:block; padding-left:30px; font-weight: 500; text-transform:capitalize; color:#222222; cursor:pointer; font-size:16px; } .payment-box .payment-options li .radio-option label strong{ font-weight: 400; } .payment-box .payment-options li .radio-option input[type="radio"]{ position:absolute; left:0px; top:3px; } .payment-box .payment-options li .radio-option label .small-text{ position:relative; display:none; letter-spacing:0px; text-transform:none; font-weight:normal; font-size:14px; color:#ffffff; line-height:1.8em; padding:15px 20px; margin-top:20px; background-color :#ff9f14; } .payment-box .payment-options li .radio-option input:checked + label .small-text{ display:block; } .payment-box .payment-options li .radio-option label .small-text:before{ position:absolute; content:''; left:30px; top:-8px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 8px solid #ff9f14; } .payment-box .payment-options li .radio-option label img{ position:relative; display:block; max-width:100%; padding-left:30px; margin-top:20px; } .payment-box .payment-options li .radio-option .what-paypall{ position:relative; display:block; color:#777777; font-size:16px; font-weight:700; margin-left:120px; margin-top:10px; } .payment-box .lower-box{ position:relative; background-color: #f5f5f5; padding: 30px 35px; } .payment-box .lower-box .theme-btn{ padding: 13px 32px; font-weight: 400; margin-right: 0; } /*** ==================================================================== Login Section ==================================================================== ***/ .login-section{ position:relative; padding:120px 0px 90px; } .login-form.register-form{ padding-bottom:47px; } .login-section h2{ position:relative; color:#222222; font-size:36px; font-weight:500; line-height:1.2em; margin-bottom:25px; } .login-form{ position:relative; margin-bottom:40px; padding:30px 40px 25px; background-color:#f9f9f9; } .login-form .form-group{ position:relative; margin-bottom:16px; } .login-form .form-group.check-box{ margin-bottom:0px; } .login-form .form-group:nth-child(2){ margin-bottom:25px; } .login-section.style-two .login-form .form-group:nth-child(2){ margin-bottom:15px; } .login-form .form-group label{ position:relative; top:-1px; color:#666666; font-weight:400; font-size:14px; margin-bottom:12px; } .login-form .form-group.no-margin{ margin-bottom:0px; } .login-form .form-group input[type="text"], .login-form .form-group input[type="password"], .login-form .form-group input[type="tel"], .login-form .form-group input[type="email"]{ position:relative; display:block; width:100%; line-height:28px; padding:10px 20px; height:50px; color: #666666; font-size:14px; border:1px solid #e0e0e0; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .login-form .form-group input[type="text"]:focus, .login-form .form-group input[type="password"]:focus, .login-form .form-group input[type="tel"]:focus, .login-form .form-group input[type="email"]:focus, .login-form .form-group select:focus, .login-form .form-group textarea:focus{ border-color:#ff8a00; } .login-form button{ top:0px; margin-top:0px; font-size:16px; font-weight:700; padding:10px 36px; line-height: 25px; color:#ffffff; text-transform:uppercase; } .login-form .psw{ position:relative; color:#666666; font-size:16px; } .login-form .psw:hover{ text-decoration: underline; } /*** ==================================================================== Error Section ==================================================================== ***/ .error-section{ position:relative; text-align:center; padding:170px 0px 170px; } .error-section .error-title{ position:relative; color:#222222; font-size:200px; font-weight:800; line-height:1em; } .error-section .error-title span{ color: #ff8a00; } .error-section h4{ color:#333333; font-size:40px; font-weight:500; text-transform:capitalize; } .error-section .text{ color:#666666; font-size:24px; margin-top:18px; margin-bottom:45px; } .error-section .theme-btn{ border-radius:50px; font-size:18px; font-weight:700; text-transform:uppercase; } /*** ================================================================== Right To Left Style ================================================================== ***/ .rtl{ direction: rtl; text-align: right; } .rtl .group-title h2, .rtl .styled-pagination, .rtl .owl-carousel{ direction: ltr !important; } .rtl .blog-detail .tags ul li, .rtl .blog-detail .tags .title, .rtl .page-title .title-box, .rtl .project-detail .info-list li strong, .rtl .service-detail .prod-tabs .tab-btns .tab-btn, .rtl .header-style-four .main-menu, .rtl .header-style-three .main-menu, .rtl .projects-section-two .upper-box .sec-title, .rtl .main-footer .footer-bottom .copyright-text, .rtl .testimonial-section .testimonial-column, .rtl .main-header .top-left, .rtl .main-menu .navigation > li, .rtl .header-style-one .main-menu, .rtl .header-style-five .nav-outer, .rtl .banner-section .bottom-box .contact-info, .rtl .main-header .contact-info li span, .rtl .main-header .logo-box{ float: right; } .rtl .cat-list li a span, .rtl .page-title .bread-crumb, .rtl .header-style-four .header-top .top-right, .rtl .header-style-four .outer-box, .rtl .header-style-three .nav-outer, .rtl .main-header .top-right, .rtl .header-style-four .nav-outer, .rtl .projects-section-two .upper-box .link-box, .rtl .main-footer .footer-bottom .social-links, .rtl .testimonial-section .title-column, .rtl .main-header .nav-outer, .rtl .header-style-five .outer-box, .rtl .header-style-one .outer-box{ float: left; } .rtl .comments-area .comment-box .author-thumb, .rtl .blog-detail .news-block-two .caption-box blockquote .icon, .rtl .latest-news .post-thumb, .rtl .feature-block h3:before, .rtl .active-side-nav .sidenav-bar, .rtl .banner-carousel-two .content-box .count, .rtl .list-style-one li:before, .rtl .news-block-four .image-box, .rtl .main-footer .links-widget .list li:before, .rtl .active-side-nav .hidden-bar, .rtl .contact-info-box .info-list:before, .rtl .main-footer .footer-column .widget-title:before, .rtl .testimonial-carousel .owl-nav, .rtl .recent-posts .post .thumb, .rtl .brochure-box .inner .icon, .rtl .service-detail .inner-box ul li:before, .rtl .fact-counter .count-box:before, .rtl .about-section .image-column .image-box .alphabet-img, .rtl .about-section .content-column .content-box .title h2:before, .rtl .main-menu .navigation > li > ul, .rtl .footer-widget ul li.page_item a:before, .rtl .footer-widget ul li a:before { left: auto; right: 0; } .rtl .comments-area .comment-box .reply-btn, .rtl .news-block-two .blockquote .author, .rtl .sidenav-bar .cross-icon, .rtl .offer-section .form-column .upper-box .discount, .rtl .banner-section-two .slide-item .content-box:before, .rtl .banner-carousel-three .owl-nav, .rtl .testimonial-block .image-box, .rtl .team-block .image-box .social-links{ right: auto; left: 0; } .rtl .testimonial-section .title-column .inner-column, .rtl .team-block .inner-box .designation, .rtl .projects-carousel .owl-nav, .rtl .about-section .image-column .image-box .image{ text-align: left; } .rtl .header-style-three .logo-box:before{ margin-left: -230px; right: auto; left: 100%; transform: skew(-40deg); } .rtl .sidenav-bar .side-nav .navigation > li.dropdown > a{ padding-right: 0; padding-left: 30px; } .rtl .header-style-one .outer-box{ margin-left: 0; margin-right: 45px; } .rtl .fixed-header .sticky-header .logo{ float: right !important; } .rtl .fixed-header .sticky-header .pull-right{ float: left !important; } .rtl .sidenav-bar .side-nav .navigation > li.dropdown > a:before{ right: auto; left: 0; content: "\f104"; } .rtl .footer-widget ul li.page_item a, .footer-widget ul li a { padding-left: 0px; padding-right: 30px; } .rtl .banner-section .bottom-box .contact-info li span{ float: right; margin-left: 10px; } .rtl .sidenav-bar .side-nav .navigation > li.active > a:before{ content: "\f107"; } .rtl .mCSB_inside>.mCSB_container{ margin-right: 0; margin-left: 0 !important; } .rtl .social-icon-one li{ margin-left: 0; margin-right: 22px; } .rtl .main-menu .navigation > li{ margin-right: 45px; margin-left: 0; } .rtl .main-menu .navigation > li > ul > li > ul{ right: 110%; left: auto; } .rtl .main-menu .navigation > li > ul > li:hover > ul{ right: 100%; } .rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a, .rtl .main-menu .navigation > li > ul > li > ul > li > a, .rtl .main-menu .navigation > li > ul > li > a{ text-align: right !important; } .rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a, .rtl .main-menu .navigation > li > ul > li > ul > li > a, .rtl .main-menu .navigation > li > ul > li > a{ border-left: 0; border-right: 4px solid transparent; } .rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover, .rtl .main-menu .navigation > li > ul > li > ul > li:hover > a, .rtl .main-menu .navigation > li > ul > li:hover > a{ border-left: 0; border-right: 4px solid #ff8a00; } .rtl .main-menu .navigation > li > ul > li.dropdown > a:after{ left: 10px; right: auto; content: "\f104"; } .rtl .about-section .image-column .title-box h2{ text-align: center; } .rtl .fact-counter .count-box{ padding-right: 20px; padding-left: 0; } .rtl .header-style-two .outer-box{ float: left; margin-left: 0; margin-right: 45px; } .rtl .header-style-two .main-menu{ float: right; } .rtl .header-style-two .search-box-outer{ float: left; margin-right: 45px; margin-left: 0; } .rtl .main-header .search-box-outer .dropdown-menu{ right: auto !important; left: 0 !important; } .rtl .main-header .cart-btn{ float: right; } .rtl .fact-counter .count-box .count{ float: right; margin-left: 15px; margin-right: 0; } .rtl .project-block .overlay-box h4{ right: auto; left: 30px; } .rtl .project-block .overlay-box .tag{ left: auto; right: 30px; } .rtl .banner-carousel .owl-nav{ right: auto; left: 30%; } .rtl .banner-section:before{ right: auto; left: 0; transform: scaleX(-1); } .rtl .team-block .inner-box{ padding-right: 0; padding-left: 50px; } .rtl .team-block .inner-box:hover .image-box .social-links li{ right: auto; left: -50px; } .rtl .team-block .image-box .name{ right: auto; left: -40px; } .rtl .testimonial-block{ padding-right: 0; } .rtl .testimonial-block .inner-box{ padding-right: 0; padding-left: 220px; text-align: left; } .rtl .testimonial-block:before{ right: auto; left: 0px; } .rtl .testimonial-carousel .active .testimonial-block:before{ left: 30px; } .rtl .main-footer .footer-column .widget-title{ padding-left: 0; padding-right: 25px; } .rtl .recent-posts .post{ padding-left: 0; padding-right: 105px; } .rtl .main-footer .links-widget .list li{ padding-left: 0; padding-right: 30px; } .rtl .main-footer .footer-bottom .inner-container:before{ right: auto; left: 100%; } .rtl .main-footer .footer-bottom .copyright-text:before{ left: auto; right: 100%; border-right: 0; border-bottom: 0; border-left: 40px solid transparent; border-bottom: 70px solid #ff8a00; } .rtl .main-footer .footer-bottom .social-icon-two li{ margin-left: 0; margin-right: 26px; } .rtl .main-footer .footer-bottom .copyright-text{ padding-right: 0; padding-left: 40px; } .rtl .offer-section .form-column .upper-box{ padding-right: 0; padding-left: 200px; } .rtl .products-carousel .owl-nav{ left: auto; right: -32%; } .rtl .header-style-three .outer-box{ margin-left: 0; margin-right: 80px; float: left; } .rtl .hidden-bar .inner-box .cross-icon{ right: auto; left: 30px; } .rtl .banner-carousel-two .content-box .inner-box{ padding-left: 0; padding-right: 30px; float: left; } .rtl .banner-carousel-two .content-box .inner-box:before{ left: auto; right: 100%; } .rtl .banner-section-three .bottom-box .outer-box:before{ margin-left: 0; margin-right: -300px; left: auto; right: 100%; transform: skew(-40deg); } .rtl .banner-carousel-two .owl-nav{ text-align: left; } .rtl .banner-section-three .social-links{ float: right; } .rtl .carousel-outer .thumbs-carousel .owl-nav{ bottom: auto; top: -525%; } .rtl .testimonial-carousel-two{ padding-left: 0; padding-right: 100px; } .rtl .testimonial-carousel-two .owl-nav{ left: auto; right: -135px; } .rtl .accordion-box .block .acc-btn{ padding-right: 25px; padding-left: 50px; } .rtl .accordion-box .block .icon{ right: auto; left: 15px; } .rtl .main-header .contact-info li:first-child{ margin-left: 0; } .rtl .news-block-two .caption-box .info li:first-child, .rtl .service-detail .prod-tabs .tab-btns .tab-btn:first-child, .rtl .news-block-four .content-box .info li:first-child{ margin-right: 0; } .rtl .news-block-four .inner-box{ padding-left: 0; padding-right: 300px; } .rtl .news-section-two .column .inner-column{ padding-right: 0; padding-left: 25px; } .rtl .header-style-four .search-box-btn{ margin-left: 0; margin-right: 55px; } .rtl .sidebar .search-box .form-group input[type="submit"], .rtl .sidebar .search-box .form-group button, .rtl .coming-soon .emailed-form .form-group input[type="submit"], .rtl .coming-soon .emailed-form button{ right: auto; left: 0; border-radius: 50px 0px 0px 50px; } .rtl .specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav{ left: 96%; top: 368%; } .rtl .blog-cat li a:before{ right: auto; left: 33px; content: "\f104"; } .rtl .blog-cat li a{ border-left:0; border-right: 5px solid transparent; } .rtl .blog-cat li.active a, .rtl .blog-cat li a:hover{ border-left: 0; border-right: 5px solid #222222; } .rtl .service-detail .inner-box ul li, .rtl .brochure-box .inner{ padding-left: 0; padding-right: 40px; } .rtl .mixitup-gallery .filters li{ float: right; margin-right: 0; margin-left: 30px; } .rtl .mixitup-gallery .filters li:last-child{ margin-left: 0; } .rtl .project-detail .project-tabs .tab-btns{ float: right; margin-left: 30px; margin-right: 0; } .rtl .list-style-one li{ padding-left: 0; padding-right: 35px; } .rtl .news-block-two .blockquote .icon{ left: auto; right: 70px; } .rtl .cat-list li{ border-left: 0; border-right: 7px solid transparent; } .rtl .cat-list li.active, .rtl .cat-list li:hover{ border-left: 0; border-right: 7px solid #ff8a00; } .rtl .latest-news .post{ padding-left: 0; padding-right: 130px; } .rtl .tag-list li{ float: right; margin-left: 10px; margin-right: 0; } .rtl .blog-detail .news-block-two .caption-box blockquote{ padding-left: 0; padding-right: 40px; } .rtl .social-icon-colored li{ float: right; margin-left: 6px; margin-right: 0; } .rtl .social-icon-colored li a i{ margin-right: 0; margin-left: 10px; } .rtl .comments-area .comment{ padding-left: 0; padding-right: 100px; } .rtl .blog-detail.style-two .comments-area .comment{ padding-left: 0; padding-right: 110px; } .rtl .comments-area .comment-box.reply-comment{ margin-left: 0; margin-right: 100px; } .rtl .comments-area .comment-box.reply-comment.reply{ margin-left: 0; margin-right: 200px; } .rtl .blog-detail.style-two .news-block-two .caption-box blockquote{ padding-left: 0; padding-right: 25px; } .rtl .news-block .image-box{ margin-right: 0; margin-left: 40px; } .rtl .news-block .caption-box{ margin-left: 0; margin-right: 40px; } .rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn{ float: right; margin-right: 0; margin-left: 10px; } .rtl .product-details .basic-details .item-quantity{ float: right; margin-right: 0; margin-left: 25px; } .rtl .product-details .basic-details .add-to-cart{ margin-left: 0; margin-right: 20px; } .rtl .checkout-page .default-links li .fa{ margin-right: 0; margin-left: 20px; } .rtl .payment-box .payment-options li .radio-option label{ padding-left: 0; padding-right: 30px; } .rtl .payment-box .payment-options li .radio-option input[type="radio"]{ left: auto; right: 0; } .rtl .payment-box .payment-options li .radio-option label .small-text:before{ left: auto; right: 30px; } .rtl .shop-item .inner-box .lower-content .add-cart .fa{ margin-right: 0; margin-left: 5px; } .rtl .banner-section .slide-item:before{ left: auto; right: -15%; -webkit-transform: skew(15deg); -moz-transform: skew(15deg); -ms-transform: skew(15deg); -o-transform: skew(15deg); transform: skew(15deg); } .rtl .main-header .contact-info li span{ margin-right: 0; margin-left: 20px; } .rtl .banner-carousel-three .slide-item:before { left: auto; right: -15%; -webkit-transform: skew(15deg); -moz-transform: skew(15deg); -ms-transform: skew(15deg); -o-transform: skew(15deg); transform: skew(15deg); } .rtl .header-style-six .btn-box{ float: left; } .rtl .header-style-six .outer-box{ float: right; margin-right: 100px; } .rtl .header-style-six .logo-box{ padding-right: 0; padding-left: 30px; border-right: 0; border-left: 1px solid rgba(255,255,255,.30); } .rtl .banner-section-five .content-box .video-link{ right: auto; left: 15px; } .rtl .banner-section-five .social-links{ left: auto; right: 80px; text-align: center; } .rtl .banner-section-five .owl-dots{ right: auto; left: 80px; } .rtl .banner-section-five .slide-item .content-box:before{ right: auto; left: 0; } .rtl .header-style-seven .outer-box{ float: left; margin-left: 0; margin-right: 80px; } .rtl .header-style-seven .main-menu{ float: right; } .rtl .banner-section-six .content-box .inner-box{ float: none; } .rtl .header-style-five .nav-outer{ float: right; } /*** ==================================================================== Box Layout ==================================================================== ***/ .box-layout .page-wrapper{ max-width: 1400px; margin: 0 auto; border: 15px solid #ffffff; overflow: hidden; background-color: #ffffff; } .box-layout{ background-image: url(images/background/3.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; } .box-layout .header-style-four.fixed-header .header-lower, .box-layout .sticky-header{ max-width: 1370px; left: 0; right: 0; margin: 0 auto; } .box-layout .header-style-one .inner-container{ padding: 0 30px; } .box-layout .banner-section{ padding-left: 0; } .box-layout .header-style-one .outer-box .contact-info{ padding-left: 0; margin-left: 35px; display: none; } .box-layout .header-style-one{ top: 15px; } .box-layout .header-style-six.fixed-header .outer-container, .box-layout .header-style-one.fixed-header{ top: 0; } .box-layout .banner-section-six, .box-layout .banner-section-three{ padding: 0; } .box-layout .banner-carousel-two .owl-nav{ right: 45px; } .box-layout .header-style-three .inner-container{ padding: 0 15px; } .box-layout .coming-soon{ position: relative; } .box-layout .coming-soon .content{ position: relative; } .box-layout .header-style-five .inner-container{ padding: 0 30px; } .box-layout .banner-section-six .contact-info, .box-layout .banner-section-six .social-links, .box-layout .header-style-five .outer-box .contact-info{ padding-left: 0; margin-left: 35px; display: none; } /*** ==================================================================== Team Single Section ==================================================================== ***/ .team-single-section{ position:relative; padding:120px 0px 70px; } .team-single-section .team-detail{ position:relative; margin-bottom:30px; } .team-single-section .team-detail .content-column{ position:relative; } .team-single-section .team-detail .content-column .inner-box{ position:relative; padding-top:50px; } .team-single-section .team-detail .content-column .inner-box h2{ position:relative; color:#222222; font-size:26px; font-weight:700; text-transform:uppercase; } .team-single-section .team-detail .content-column .inner-box .title{ position:relative; color:#777777; font-size:18px; margin-bottom:30px; padding-bottom:15px; text-transform:uppercase; } .team-single-section .team-detail .content-column .inner-box .title:after{ position:absolute; left:0px; bottom:0px; content:''; width:30px; height:1px; background-color:#ff8a00; } .team-single-section .content-column .inner-box .social-icon-two li{ display:inline-block; margin-right:5px; } /*Skill Box*/ .skills-box{ position:relative; margin-top:30px; } .skills-box h3{ position:relative; color:#222222; font-size:15px; font-weight:700; padding-bottom:12px; margin-bottom:30px; text-transform:uppercase; } .skills-box h3:before{ position:absolute; left:0px; bottom:0px; content:''; width:30px; height:1px; background-color:#ff8a00; } /*** ==================================================================== Progress Levels Section ==================================================================== ***/ .progress-levels{ position:relative; margin-bottom:30px; } .normal-section .column .progress-levels{ padding-left:15px; } .progress-levels .progress-box{ position:relative; overflow:hidden; margin-bottom:20px; padding-right: 160px; padding-top: 4px; padding-bottom: 4px; } .progress-levels .progress-box:last-child{ margin-bottom:0px; } .progress-levels .progress-box .box-title{ position: absolute; font-size: 15px; color: #777777; font-weight: 400; top: -4px; right: 0px; text-transform:capitalize; } .progress-levels .progress-box .bar{ position:relative; height:12px; } .progress-levels .progress-box .bar .bar-innner{ position:relative; left:0px; top:0px; width:100%; height:12px; border-radius:5px; background-color:#f4f4f4; } .progress-levels .progress-box .bar .bar-fill{ position:absolute; left:-100%; top:0px; width:0px; height:12px; background:#ff8a00; border-radius:5px; -moz-transition:all 2000ms ease 300ms; -webkit-transition:all 2000ms ease 300ms; -ms-transition:all 2000ms ease 300ms; -o-transition:all 2000ms ease 300ms; transition:all 2000ms ease 300ms; } .progress-levels .progress-box.animated .bar .bar-fill{ left:0px; } .progress-levels .progress-box.animated .percent{ opacity:1; } .team-single-section .team-detail .image-column{ position:relative; } .team-single-section .team-detail .image-column .image{ position:relative; text-align:center; } .team-single-section .team-detail .text{ position:relative; margin-top:30px; } .team-single-section .team-detail .text p{ position:relative; color:#777777; font-size:16px; margin-bottom:20px; } .team-single-section .team-detail .text p:last-child{ margin-bottom:0px; } /*Team Single Section*/ .team-single-section .team-title{ position:relative; color:#222222; font-size:24px; font-weight:700; padding-bottom:12px; margin-bottom:50px; text-transform:uppercase; } .team-single-section .team-title:after{ position:absolute; left:0px; bottom:0px; content:''; width:50px; height:1px; background-color:#85c977; } .team-single-section .team-detail .social-icon-three li{ display: inline-block; margin-bottom: 0px; color: #333; } .team-single-section .team-detail .social-icon-three li a{ font-size: 16px; line-height: 30px; color: #333; margin: 0px 8px 0px; } /********************* Funfact Style Two **************************/ /*** ==================================================================== Fact Counter style ==================================================================== ***/ .fact-counter-section{ position:relative; } .fact-counter-section .fact-counter.fact-conter-two{ position: relative; } .fact-counter-section.fun-fact-section .outer-box{ padding:130px 0px 30px; } /*Fact Counter*/ .fact-counter.fact-conter-two{ position:relative; } .fact-counter.fact-conter-two .column{ position:relative; z-index:5; margin-bottom:30px; } .fact-counter.fact-conter-two .column .inner{ position:relative; text-align:center; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .fact-counter.fact-conter-two .column .inner:before{ position:absolute; content: ''; left: 50%; top: -40px; width: 80px; height: 135px; margin-left: -40px; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; border: 8px solid rgba(245,245,245,0.90); } .fact-counter.fact-conter-two .column .inner:hover::before{ transform: rotate(180deg); } .fact-counter.fact-conter-two .count-outer{ position:relative; font-size:60px; line-height:1em; font-weight:400; margin:0px 0px; color:#ff8a00; } .fact-counter.fact-conter-two .count-outer .count-text{ position:relative; font-weight:700; color:#ff8a00; font-size: 60px; } .fact-counter.fact-conter-two .column .counter-title{ position:relative; font-weight:400; color:#fff; margin-top:20px; text-transform:capitalize; display:block; letter-spacing:1px; } .fact-counter.fact-conter-two .count-box:before{ display:none; } .dez-quik-search{ background-color: #f7941e; position: absolute; left: 0px; top: 0px; width: 0%; z-index: 999; overflow: hidden; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; } .dez-quik-search.view-top-search{ width:100%; display:block; visibility:visible; } .dez-quik-search form { width: 100%; max-width: 1200px; margin: auto; position: relative; } .dez-quik-search .form-control { padding: 15px; width: 100%; height: 105px; border: none; background: none; color: #fff; font-size: 20px; } .dez-quik-search .form-control::-moz-placeholder { color: #fff; } .dez-quik-search .form-control:-moz-placeholder { color: #fff; } .dez-quik-search .form-control:-ms-input-placeholder { color: #fff; } .dez-quik-search .form-control::-webkit-input-placeholder { color: #fff; } .dez-quik-search span { position: absolute; right: 15px; top: 50%; color:#ffffff; margin: -15px 0; height: 25px; font-size: 20px; cursor: pointer; } input:focus { outline: none !important; box-shadow: none !important; } .dez-quik-search .search-btn{ position: absolute; right: 40px; top: 50%; margin-top: 7px; } @media only screen and (max-width: 767px) { .dez-quik-search .form-control{ height: 70px; } }
contra-wp-full/contra/style.css
/*** ==================================================================== Fonts ==================================================================== ***/ /*** ==================================================================== Reset ==================================================================== ***/ *{ margin:0px; padding:0px; border:none; outline:none; font-size: 100%; } /*** ==================================================================== Global Settings ==================================================================== ***/ body { font-size:14px; color:#777777; line-height: 28px; font-weight:400; background:#ffffff; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-family: 'Arimo', sans-serif; } a{ text-decoration:none; cursor:pointer; color:#ff8a00; } a:hover, a:focus, a:visited{ text-decoration:none; outline:none; } h1,h2,h3,h4,h5,h6 { position:relative; font-weight:normal; margin:0px; background:none; line-height:1.2em; font-family: 'Rubik', sans-serif; } textarea{ overflow:hidden; resize: none; } button{ outline: none !important; cursor: pointer; } p,.text{ font-size: 16px; line-height: 26px; font-weight: 400; color: #555555; margin: 0; } ::-webkit-input-placeholder{color: inherit;} ::-moz-input-placeholder{color: inherit;} ::-ms-input-placeholder{color: inherit;} .auto-container{ position:static; max-width:1200px; padding:0px 15px; margin:0 auto; } .page-wrapper{ position:relative; margin:0 auto; width:100%; min-width:300px; overflow: hidden; z-index: 99; } ul,li{ list-style:none; padding:0px; margin:0px; } .theme-btn{ display:inline-block; text-align: center; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; -o-transition:all 0.3s linear; transition:all 0.3s linear; } .centered{ text-align:center !important; } /*Btn Style One*/ .btn-style-one{ position:relative; font-size:16px; line-height:30px; color:#ffffff; padding: 10px 40px; text-transform: capitalize; font-weight: 400; border-radius: 50px; cursor: pointer; background: rgb(255,174,0); background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwM<KEY> background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%); background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%); background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=0 ); } .btn-style-one:hover{ color: #ffffff; -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; } .btn-style-one:before{ position: absolute; top: -1px; right: -1px; left: -1px; bottom: -1px; content: ""; border-radius: 50px; border:2px solid #222222; transition: all 300ms ease; opacity: 0; } .btn-style-one:hover:before{ opacity: 1; } /*Btn Style Two*/ .btn-style-two{ position:relative; font-size:16px; line-height:20px; color:#222222; padding: 13px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #ffffff; border:2px solid #ff8a00; -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; } .btn-style-two:hover{ color: #ffffff; border:2px solid #ff8a00; -webkit-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; } /*Btn Style Three*/ .btn-style-three{ position:relative; font-size:16px; line-height:20px; color:#ffffff; padding: 13px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #222222; cursor: pointer; -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; } .btn-style-three:hover{ color: #ffffff; -webkit-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset; } /*Btn Style Four*/ .btn-style-four{ position:relative; font-size:16px; line-height:20px; color:#ffffff; padding: 13px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #222222; -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset; } .btn-style-four:hover{ color: #ff8a00; -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset; } /*Btn Style Five*/ .btn-style-five{ position:relative; font-size:16px; line-height:30px; color:#ffffff; padding: 10px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #ff8a00; } .btn-style-five:hover{ color: #ffffff; background-color: #222222; } /*Btn Style Six*/ .btn-style-six{ position:relative; font-size:16px; line-height:30px; color:#222222; padding: 10px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #ffffff; } .btn-style-six:hover{ color: #ffffff; background-color: #ff8a00; } /*Btn Style Seven*/ .btn-style-seven{ position:relative; font-size:16px; line-height:30px; color:#222222; padding: 10px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; background-color: #ffffff; } .btn-style-seven:hover{ color: #ffffff; background-color: #222222; } /*Btn Style c*/ .btn-style-eight{ position:relative; font-size:16px; line-height:26px; color:#ff8a00; padding: 10px 45px; text-transform: capitalize; font-weight: 400; border-radius: 50px; border:2px solid #ff8a00; background-color: #ffffff; } .btn-style-eight:hover{ color: #ffffff; background-color: #ff8a00; } /*=== List Style One ===*/ .list-style-one{ position: relative; } .list-style-one li{ position: relative; float: left; width: 50%; font-size: 14px; line-height: 28px; color: #666666; font-weight: 400; padding-left: 35px; } .list-style-one li:before{ position: absolute; left: 0; top: 0; font-size: 14px; line-height: 28px; color: #ffb902; content: "\f00c"; font-family: "FontAwesome"; } /*=== List Style Two ===*/ .list-style-two{ position: relative; display: block; margin-bottom: 30px; } .list-style-two li{ position: relative; font-size: 14px; line-height: 20px; color: #222222; font-weight: 500; padding-left: 35px; margin-bottom: 15px; font-family: "Rubik", sans-serif; } .list-style-two li:before{ position: absolute; left: 0; top: 0; font-size: 14px; line-height: 20px; color: #ff8a00; font-weight: 900; font-family: "FontAwesome"; content: "\f061"; } .theme_color{ color:#25262c; } .pull-right{ float: right; } .pull-left{ float: left; } .preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(images/icons/preloader.svg); } img{ display:inline-block; max-width:100%; height:auto; } /*** ==================================================================== Scroll To Top style ==================================================================== ***/ .scroll-to-top{ position:fixed; bottom:80px; right:20px; width:50px; height:50px; color:#ffffff; font-size:40px; line-height:50px; text-align:center; z-index:100; cursor:pointer; background:#222222; display:none; border-radius: 50%; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .scroll-to-top:hover{ background:#ff8a00; color: #222222; } /*** ==================================================================== Main Header style ==================================================================== ***/ .main-header{ position: relative; left: 0; top: 0; width:100%; z-index: 9999; } .main-header .header-top{ position: relative; background-color: #ffa900; } .main-header .top-left{ position: relative; float: left; } .main-header .top-left .contact-list{ position: relative; padding: 5px 0; } .main-header .top-left .contact-list li{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #222222; font-weight: 400; margin-right: 25px; } .main-header .top-left .contact-list li:last-child{ margin-right: 0; } .main-header .top-left .contact-list li i{ float: left; font-size: 16px; line-height: 30px; margin-right: 10px; color: #ffffff; } .main-header .top-left .contact-list li a{ color: #222222; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-header .top-left .contact-list li a:hover{ color: #ffffff; } .main-header .top-right{ position: relative; float: right; padding:5px 0; } .social-icon-four{ position: relative; } .social-icon-four li{ position: relative; float: left; margin-left: 20px; } .social-icon-four li:first-child{ margin-left: 0; } .social-icon-four li a{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #ffffff; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-four li a:hover{ color: #222222; } .main-header .main-box{ position:relative; display: block; } .main-header .inner-container{ position: relative; padding: 0 15px; } .main-header .logo-box{ position: relative; float: left; width: 170px; } .main-header .logo-box .logo{ position: relative; padding: 15px 0; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-header .nav-outer{ position: static; float: left; } .navbar-toggler{ border: 0 !important; } .main-menu { position: static; float: left; font-family: "Rubik", sans-serif; } .main-menu .navbar-header{ display: none; } .main-menu .navbar-collapse{ padding:0px; } .main-menu .navigation{ position:static; margin:0px; } .main-menu .navigation > li{ position:relative; float:left; margin-left: 45px; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .main-menu .navigation > li > a{ position:relative; display:block; font-size:15px; line-height:30px; font-weight:500; color:#222222; padding:35px 0; opacity:1; text-align:center; text-transform: uppercase; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .main-menu .navigation > li > ul > li > ul > li:hover > a{ color:#25262c; background:#ffffff; } .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{ font-family: 'FontAwesome'; content: "\f105"; position:absolute; right:10px; top:11px; width:10px; height:20px; display:block; color:#292929; line-height:20px; font-size:13px; font-weight: 900; text-align:center; z-index:5; } .main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{ color:#ffffff; } .main-menu .navigation > li > ul{ position:absolute; left:0px; top:110%; width:200px; padding:0px 0px; z-index:100; background:rgba(47,46,50,.90); -webkit-transition:all 200ms linear; -moz-transition:all 200ms linear; -ms-transition:all 200ms linear; -o-transition:all 200ms linear; transition:all 200ms linear; opacity: 1; -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); } .main-menu .navigation > li > ul.from-right{ left:auto; right:0px; } .main-menu .navigation > li > ul > li{ position:relative; width:100%; border-bottom:1px solid rgba(255,255,255,0.10); } .main-menu .navigation > li > ul > li:last-child{ border-bottom:none; } .main-menu .navigation > li > ul > li > a{ position:relative; display:block; padding:10px 20px; line-height:24px; font-weight:400; font-size:15px; color:#ffffff; text-align:left; text-transform:capitalize; border-left: 4px solid transparent; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navigation > li > ul > li:hover > a{ border-left: 4px solid #ff8a00; background:#222222; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:before { } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:before { content: ''; font-size: 9px; margin-left: 5px; font-weight: normal; vertical-align: middle; display: inline-block; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:before { position: absolute; width: 8px; height: 2px; right: 20px; top: 50%; transform: translateY(-50%); background-color: #ff8a00; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:before { z-index: 1; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:after { content: ''; font-size: 9px; margin-left: 5px; font-weight: normal; vertical-align: middle; display: inline-block; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:after { position: absolute; width: 2px; height: 8px; right: 18px; top: 50%; transform: translateY(-50%); background-color: #ff8a00; } .main-menu .navigation > li > ul > li.dropdown > a .menu-item_plus:after { z-index: 1; } .main-menu .navigation > li > ul > li > ul{ position:absolute; left:110%; top:0%; width:200px; padding:0px 0px; z-index:100; background:rgba(47,46,50,.90); -webkit-transition:all 200ms linear; -moz-transition:all 200ms linear; -ms-transition:all 200ms linear; -o-transition:all 200ms linear; transition:all 200ms linear; -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); } .main-menu .navigation > li > ul > li > ul > li{ position:relative; width:100%; border-bottom:1px solid rgba(255,255,255,0.10); } .main-menu .navigation > li > ul > li > ul > li:last-child{ border-bottom:none; } .main-menu .navigation > li > ul > li > ul > li > a{ position:relative; display:block; padding:10px 20px; line-height:24px; font-weight:400; font-size:15px; color:#ffffff; text-align:left; text-transform:capitalize; border-left: 4px solid transparent; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navigation > li > ul > li > ul > li > a:hover{ color: #ffffff; background:#222222; border-left: 4px solid #ff8a00; } .main-menu .navigation > li.dropdown:hover > ul{ -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -ms-transition:all 300ms linear; -o-transition:all 300ms linear; transition:all 300ms linear; visibility:visible; opacity:1; top:100%; } .main-menu .navigation li > ul > li.dropdown:hover > ul{ visibility:visible; opacity:1; top: 0; left: 100%; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{ position:absolute; right:10px; top:8px; width:34px; height:30px; border:1px solid #ffffff; text-align:center; font-size:16px; line-height:30px; color:#ffffff; cursor:pointer; z-index:5; display:none; } .main-header .outer-box{ position: relative; float: right; } .social-icon-one{ position: relative; } .social-icon-one li{ position: relative; float: left; margin-left: 22px; } .social-icon-one li a{ position: relative; display: block; font-size: 13px; line-height: 30px; color: #222222; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-one li a:hover{ color: #ff8a00; } .main-header .contact-info{ position: relative; } .main-header .contact-info li{ position: relative; float: left; margin-left: 35px; font-size: 14px; line-height: 30px; color: #222222; font-weight: 400; } .main-header .contact-info li span{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #aaaaaa; font-weight: 400; } .main-header .contact-info li a{ color: #222222; transition: all 300ms ease; } .main-header .contact-info li a:hover{ color: #ff8a00; } /*=================================== Header Style One ===================================*/ .header-style-one{ position: fixed; left: 0; top: 0; width: 100%; background-color: rgba(0,0,0,0.95); } .header-style-one.fixed-header { background: none; } .header-style-one .header-lower{ position: relative; background-color: rgba(0,0,0,0.80); margin: 0 30px; padding: 0 40px; } .header-style-one .header-lower:before{ position: absolute; top: 0; left: -30px; height: 0; width: 0; border-left: 30px solid transparent; border-top: 100px solid rgba(0,0,0,0.80); content:""; } .header-style-one .header-lower:after{ position: absolute; top: 0; right: -30px; height: 0; width: 0; border-right: 30px solid transparent; border-top: 100px solid rgba(0,0,0,0.80); content:""; } .header-style-one .nav-outer{ float: right; } .header-style-one .main-menu .navigation > li{ margin-left: 35px; } .header-style-one .main-menu .navigation > li > a{ color: #ffffff; } .header-style-one .outer-box{ padding: 32.5px 0; margin-left: 45px; } .header-style-one .search-box-btn:hover{ color: #ffffff !important; } .header-style-one .search-box-outer .dropdown-menu{ top: 20px !important; } /*search box btn*/ .main-header .search-box-outer{ position:relative; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .main-header .search-box-btn{ position: relative; height: 35px; width: 35px; cursor: pointer; background: none; font-size: 15px; color: #ffa600; line-height: 33px; border: 1px dashed #ffffff; border-radius: 50%; outline: none; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .main-header .search-box-btn:hover{ color: #ff8a00; } .dropdown-toggle::after{ display: none; } .main-header .search-box-outer .dropdown-menu{ top:37px !important; right: 0 !important; left: auto !important; transform: none !important; padding:0px; width:280px; border-radius:0px; border-top:3px solid #25262c; } .main-header .search-panel .form-container{ padding:25px 20px; } .main-header .search-panel .form-group{ position:relative; margin:0px; } .main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select{ display:block; width:100%; line-height:24px; padding:7px 40px 7px 15px; height:40px; font-size:14px; border:1px solid #e0e0e0; background:#ffffff; } .main-header .search-panel input:focus, .main-header .search-panel select:focus{ border-color:#25262c; } .main-header .search-panel .search-btn{ position:absolute; right:0px; top:0px; width:40px; height:40px; text-align:center; color:#555555; font-size:12px; background:none; cursor:pointer; } /*=================================== Header Style Two ===================================*/ .header-style-two{ position: relative; left: 0; top: 0; width: 100%; } .header-style-two .header-top .inner-container{ padding: 0 40px; } .header-style-two .header-lower{ position: relative; } .header-style-two .header-lower .auto-container{ position: relative; max-width: 1170px; } .header-style-two .header-lower .main-box{ position: absolute; left: 0; top: 0; width: 100%; padding: 0 40px; background-color: rgba(0,0,0,0.90); border-radius: 0 0 15px 15px; } .header-style-two .nav-outer{ float: right; } .header-style-two .main-menu .navigation > li{ margin-left: 35px; } .header-style-two .main-menu .navigation > li > a{ position: relative; color: #ffffff; font-weight: 500; } .header-style-two .main-menu .navigation > li > a:before{ position: absolute; left: 50%; width: 0; height: 1px; bottom: 35px; content: ""; background-color: #ffa900; transition: all 300ms ease; } .header-style-two .main-menu .navigation > li:hover > a:before, .header-style-two .main-menu .navigation > li.current > a:before{ left: 0%; width: 100%; } .header-style-two .outer-box{ padding: 32.5px 0; margin-left: 45px; } .header-style-two .search-box-btn:hover{ color: #ffffff !important; } .header-style-two .search-box-outer .dropdown-menu{ top: 37px !important; } .header-style-two .search-box-outer{ float: right; margin-left: 40px; } .main-header .cart-btn{ position: relative; float: left; } .main-header .cart-btn a{ position: relative; display: inline-block; font-size: 20px; line-height: 35px; color: #ffffff; } .main-header .cart-btn .count{ position: absolute; right: -11px; top: 0; height: 22px; width: 22px; line-height: 22px; color: #ffffff; font-size: 12px; text-align: center; font-weight: 400; background-color: #fb4848; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } /*=================================== Header Style Three ===================================*/ .header-style-three{ position: relative; background-color: #333333; } .header-style-three .logo-box:before{ position: absolute; top: 0; margin-right: -230px; right: 100%; height: 100%; width: 1000%; background-color: #ffffff; content: ""; transform:skew(40deg); } .header-style-three .inner-container{ position: relative; } .header-style-three .nav-outer{ float: right; } .header-style-three .outer-box{ position: relative; float: right; padding: 30px 0; } .header-style-three .main-menu .navigation > li > a{ color: #ffffff; } .header-style-three .main-menu .navigation > li.current > a:before, .header-style-three .main-menu .navigation > li:hover > a:before{ height: 30px; } .header-style-three .outer-box{ margin-left: 80px; } .header-style-three .nav-toggler{ position: relative; height: 40px; width: 40px; text-align: center; line-height: 30px; font-size: 15px; color: #222222; font-weight: 400; background-color: #ffffff; cursor: pointer; transition: all 300ms ease; } .header-style-three .nav-toggler:hover{ background-color: #ffa500; color: #ffffff; } /*=================================== Header Style Four ===================================*/ .header-style-four{ position: absolute; left: 0; top: 0; width: 100%; } .header-style-four .header-top{ position: relative; background-color: transparent !important; } .header-style-four .header-top .top-right{ float: right; padding: 10px 0; } .header-style-four .header-top .top-right li a, .header-style-four .header-top .top-right li{ color: #ffffff; font-size: 14px; } .header-style-four .header-top .top-right li span{ font-weight: 700; color: #ffffff; border: 0; width: auto; } .header-style-four .header-top .top-right li a:hover{ color: #ff8a00; } .header-style-four .header-lower{ position: relative; background-color: rgba(0,0,0,0.40); } .header-style-four .nav-outer{ float: right; } .header-style-four .main-menu .navigation > li{ margin-left: 45px; } .header-style-four .main-menu .navigation > li > a{ color: #ffffff; } .header-style-four .search-box-outer{ padding: 32.5px 0; } .header-style-four .search-box-btn{ color: #ff8a00; margin-left: 55px; } .header-style-four .search-box-btn:hover{ color: #ffffff; } .header-style-four .search-box-outer .dropdown-menu{ top: 40px !important; } .main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a{ color:#ff8a00; } .header-style-four.fixed-header .search-box-outer{ padding: 22.5px 0; } /*=================================== Header Style Five ===================================*/ .header-style-five{ position: relative; } .header-style-five .logo-box .logo{ padding: 25px 0; } .header-style-five .inner-container{ position: relative; padding-left: 120px; padding-right: 55px; } .header-style-five .main-menu .navigation > li > a{ padding: 45px 0; } .header-style-five .outer-box{ position: relative; padding: 45px 0; } .header-style-five .outer-box .social-icon-one{ position: relative; float: left; } .header-style-five .outer-box .contact-info{ position: relative; float: right; padding-left: 30px; margin-left: 50px; border-left: 1px solid #dddddd; } .header-style-five .outer-box{ position: relative; float: right; } .header-style-five .contact-info li{ color: #222222; } .header-style-five .contact-info li a{ color: #222222; transition: all 300ms ease; } .header-style-five .contact-info li a:hover{ color: #ff8a00; } /*** ==================================================================== Header Style Six ==================================================================== ***/ .header-style-six{ position: absolute; left: 0; } .header-style-six .outer-container{ padding: 0 80px; border-bottom: 1px solid rgba(255,255,255,.30); } .header-style-six .logo-box { padding-right: 30px; } .header-style-six .logo-box .logo{ padding: 15px 0; } .header-style-six .outer-box{ float: left; margin-left: 100px; } .header-style-six .contact-info { position: relative; float: left; padding: 35px 0; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .header-style-six .contact-info{ position: relative; float: left; } .header-style-six .contact-info li span{ color: #ff8a00; font-weight: 700; } .header-style-six .btn-box{ position: relative; float: right; } .header-style-six .nav-toggler{ position: relative; height: 40px; } .header-style-six .nav-toggler:hover{ color: #ffffff !important; } .header-style-six.fixed-header .outer-container{ position: fixed; left: 0; width: 100%; background-color: rgba(0,0,0,0.90); border-bottom: 1px solid transparent; } .header-style-six.fixed-header .nav-toggler{ background-color: #ffffff; } .header-style-six.fixed-header .nav-toggler:hover{ color: #222222 !important; } .header-style-six.fixed-header .logo-box .logo{ padding: 10px 0; } .header-style-six.fixed-header .contact-info{ padding: 30px 0; } .header-style-six.fixed-header .btn-box{ padding: 25px 0; } .box-layout .header-style-six.fixed-header .outer-container{ max-width: 1370px; left: 0; right: 0; margin: 0 auto; } .header-style-six .contact-info{ position: relative; } .header-style-six .contact-info li{ position: relative; float: left; margin-left: 25px; padding-left: 25px; border-left: 1px solid rgba(255,255,255,0.40); font-size: 16px; line-height: 30px; color: #ffffff; font-weight: 400; } .header-style-six .contact-info li:first-child{ border-left: 0; } .header-style-six .contact-info li span{ position: relative; float: left; height: 30px; width: 30px; border: 1px solid rgba(255,255,255,0.40); font-size: 14px; line-height: 30px; color: #ff8a00; text-align: center; font-weight: 400; margin-right: 10px; border-radius: 50%; } .header-style-six .contact-info li a{ color: #ffffff; transition: all 300ms ease; } .header-style-six .contact-info li a:hover{ color: #ff8a00; } .header-style-six .btn-box{ position: relative; float: right; padding: 30px 0; } .header-style-six .nav-toggler{ position: relative; height: 40px; width: 40px; text-align: center; line-height: 40px; font-size: 16px; color: #ffa500; font-weight: 400; background-color: #ffffff; cursor: pointer; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } /*** ==================================================================== Header Style Seven ==================================================================== ***/ .header-style-seven{ position: relative; } .header-style-seven .inner-container{ position: relative; padding-left: 100px; padding-right: 100px; } .header-style-seven .logo-box .logo{ padding: 25px 0; } .header-style-seven .nav-outer{ float: right; } .header-style-seven .main-menu .navigation > li{ margin-left: 40px; } .header-style-seven .main-menu .navigation > li > a{ font-size: 16px; font-weight: 500; padding: 45px 0; } .header-style-seven .outer-box{ position: relative; float: right; padding: 40px 0; margin-left: 80px; } .nav-toggler{ position: relative; height: 40px; width: 40px; text-align: center; line-height: 30px; font-size: 28px; color: #222; font-weight: 600; cursor: pointer; transition: all 300ms ease; background: transparent; } .box-layout .header-style-seven .inner-container{ padding: 0 15px; } /*** ==================================================================== Side Nav Bar ==================================================================== ***/ .sidenav-bar{ position:fixed; left:-350px; top:0px; width: 350px; height:100%; overflow-y:auto; background:#111111; z-index: 99999; transition: all 500ms ease; } .active-side-nav .sidenav-bar{ left: 0; } .sidenav-bar .inner-box{ position: relative; padding: 50px 30px; } .sidenav-bar:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-image: url(images/icons/icon-dots-dark.jpg); background-repeat: repeat; background-position: center; content: ""; } .sidenav-bar .upper-box{ position: relative; margin-bottom: 50px; } .sidenav-bar .upper-box .logo a{ position: relative; } .sidenav-bar .cross-icon{ position: absolute; right: 0; top: 15px; height: 40px; width: 40px; text-align: center; line-height: 40px; font-size: 18px; color: #222222; font-weight: 400; background-color: #ffffff; cursor: pointer; transition: all 300ms ease; } .sidenav-bar .cross-icon:hover{ background-color: #ffa500; color: #ffffff; } .sidenav-bar .side-nav{ position: relative; margin-bottom: 50px; } .sidenav-bar .side-nav .navigatio{ position: relative; } .sidenav-bar .side-nav .navigation > li, .sidenav-bar .side-nav .navigation > li > ul > li{ position:relative; display:block; } .sidenav-bar .side-nav .navigation > li > a{ position:relative; display:block; line-height:30px; padding:10px 0px; color:#ffffff; font-weight:400; font-size:16px; text-transform:capitalize; transition: all 300ms ease; } .sidenav-bar .side-nav .navigation > li > ul > li > a, .sidenav-bar .side-nav .navigation > li > ul > li > ul > li > a{ position:relative; display:block; line-height:20px; padding:10px 20px; color:#ffffff; font-weight:400; font-size:16px; text-transform:capitalize; transition: all 300ms ease; } .sidenav-bar .side-nav .navigation > li > ul > li, .sidenav-bar .side-nav .navigation > li > ul > li > ul > li{ margin-bottom:0px; } .sidenav-bar .side-nav .navigation > li > ul > li:last-child, .sidenav-bar .side-nav .navigation > li > ul > li > ul > li:last-child{ margin:0px; } .sidenav-bar .side-nav .navigation > li:hover > a, .sidenav-bar .side-nav .navigation > li > ul > li:hover > a, .sidenav-bar .side-nav .navigation > li.current > a, .sidenav-bar .side-nav .navigation > li > ul > li.current > a{ color:#ff8a00; } .sidenav-bar .side-nav .navigation > li.dropdown > a{ padding-right:30px; } .sidenav-bar .side-nav .navigation > li.dropdown > a:before{ font-family: 'FontAwesome'; content: "\f105"; position:absolute; right:0px; top: 10px; line-height: 30px; display:block; font-size:16px; z-index:5; font-weight:300; } .sidenav-bar .side-nav .navigation > li.dropdown.active > a:before{ content: "\f107"; } .sidenav-bar .side-nav .navigation > li.dropdown > ul, .sidenav-bar .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{ position:relative; display:block; left:0%; top:0px; width:100%; z-index:100; padding:10px 0px; } .sidenav-bar .side-nav .navigation li.dropdown .dropdown-btn{ position:absolute; right:0px; top:10px; width:34px; height:30px; border:1px solid #e0e0e0; text-align:center; font-size:16px; line-height:28px; color:#ffffff; cursor:pointer; z-index:5; display:none; } .sidenav-bar .subscribe-form{ position: relative; } .sidenav-bar .subscribe-form h5{ position: relative; display: block; font-size: 20px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 25px; } .sidenav-bar .subscribe-form form{ position: relative; } .sidenav-bar .subscribe-form input[type="text"], .sidenav-bar .subscribe-form input[type="email"]{ position: relative; display: block; width: 100%; font-size: 14px; line-height: 30px; color: #999999; font-weight: 400; padding: 10px 30px; background-color: #000000; border-radius: 30px; transition: all 300ms ease; } .sidenav-bar .subscribe-form button, .sidenav-bar .subscribe-form input[type="submit"]{ position: relative; display: block; width: 100%; margin-top: 10px; height: 50px; font-size: 16px; line-height: 30px; color: #000000; font-weight: 600; padding: 10px 30px; text-transform: uppercase; } .sidenav-bar .subscribe-form button:hover, .sidenav-bar .subscribe-form input[type="submit"]:hover{ color: #ffffff; } .form-back-drop{ position:fixed; right:0px; top:0px; width:100%; height:100%; opacity:0; background:rgba(0,0,0,0.70); visibility:hidden; z-index:99999; transition:all 0.5s ease; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; } .active-side-nav .form-back-drop{ opacity:1; visibility:visible; } .mCSB_inside>.mCSB_container{ margin-right: 0; } /*** ==================================================================== Hidden Sidebar style ==================================================================== ***/ .hidden-bar{ position: fixed; left: -500px; top: 0px; max-width: 100%; height:100%; overflow-y:auto; z-index: 99999; opacity: 0; background-color: #222222; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .active-side-nav .hidden-bar{ left:0px; opacity:1; visibility:visible; } .hidden-bar .inner-box{ position:relative; background-color: #222222; padding:55px 30px 50px; } .hidden-bar .inner-box .cross-icon{ position:absolute; right:30px; top:30px; cursor:pointer; color:#ffffff; font-size:20px; } .hidden-bar .inner-box h2{ position:relative; font-size:28px; font-weight:500; line-height:1.2em; color:#ffffff; margin-bottom:20px; } /*Appointment Form*/ .hidden-bar .appointment-form{ position:relative; } .hidden-bar .appointment-form .form-group{ position:relative; margin-bottom:15px; } .hidden-bar .appointment-form input[type="text"], .hidden-bar .appointment-form input[type="email"], .hidden-bar .appointment-form textarea{ position:relative; display:block; width:100%; line-height:23px; padding:10px 25px; height:45px; color:#ffffff; font-size:16px; border:1px solid rgba(255,255,255,0.10); background:none; transition:all 300ms ease; -ms-transition:all 300ms ease; -webkit-transition:all 300ms ease; } .hidden-bar .appointment-form input::placeholder, .hidden-bar .appointment-form textarea::placeholder{ color:#bdbdbd; } .hidden-bar .appointment-form input:focus, .hidden-bar .appointment-form textarea:focus{ border-color: #ffffff; } .hidden-bar .appointment-form textarea{ height:135px; resize:none; } .hidden-bar .appointment-form .form-group button, .hidden-bar .appointment-form .form-group input[type="submit"]{ margin-top:10px; display: block; width: 100%; border-radius: 0; font-weight: 700; background-color: #ffffff; color: #222222; } .hidden-bar .appointment-form .form-group button:hover, .hidden-bar .appointment-form .form-group input[type="submit"]:hover{ color: #ffffff; } .contact-info-box{ position:relative; padding-top:20px; } .contact-info-box .info-list{ position:relative; padding-bottom:18px; margin-bottom:25px; } .contact-info-box .info-list li{ position:relative; color:#ffffff; font-size:18px; font-weight:500; margin-bottom:5px; } .contact-info-box .info-list:before{ position:absolute; content:''; left:0px; bottom:0px; width:50px; height:1px; background-color:#ffffff; } .contact-info-box .social-list{ position:relative; } .contact-info-box .social-list li{ position:relative; width:50%; float:left; margin-bottom:6px; display:inline-block; } .contact-info-box .social-list li a{ position:relative; font-size:15px; font-weight:500; color:rgba(255,255,255,0.50); transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .contact-info-box .social-list li a:hover{ color:rgba(255,255,255,0.80); } .mCSB_inside>.mCSB_container{ margin-right: 0; } /*=================================== Header Style Three ===================================*/ header-style-seven{ position: relative; background-color: #333333; } header-style-seven .logo-box:before{ position: absolute; top: 0; margin-right: -230px; right: 100%; height: 100%; width: 1000%; background-color: #ffffff; content: ""; transform:skew(40deg); } header-style-seven .inner-container{ position: relative; } header-style-seven .nav-outer{ float: right; } header-style-seven .outer-box{ position: relative; float: right; padding: 35px 0; } header-style-seven .main-menu .navigation > li > a{ color: #ffffff; } header-style-seven .outer-box{ margin-left: 80px; } header-style-seven .nav-toggler{ position: relative; height: 30px; width: 30px; text-align: center; line-height: 30px; font-size: 15px; color: #222222; font-weight: 400; background-color: #ffffff; border-radius: 5px; cursor: pointer; transition: all 300ms ease; } header-style-seven .nav-toggler:hover{ background-color: #ffa500; color: #ffffff; } /*** ==================================================================== Sticky Header ==================================================================== ***/ .sticky-header{ position: fixed; visibility: hidden; opacity: 0; left: 0px; top: 0px; width: 100%; padding: 0px 0px; z-index: -1; background: #ffffff; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10); -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10); -o-box-shadow: 0 0 15px rgba(0,0,0,0.10); box-shadow: 0 0 15px rgba(0,0,0,0.10); -webkit-transition: top 300ms ease; -moz-transition: top 300ms ease; -ms-transition: top 300ms ease; -o-transition: top 300ms ease; transition: top 300ms ease; } .fixed-header .sticky-header{ opacity:1; z-index: 9999; visibility:visible; } .fixed-header .sticky-header .logo{ padding: 10px 0; width: 120px; height: 75px; } .sticky-header .main-menu .navigation > li{ margin-left: 40px !important; padding: 0; margin-right: 0; background-color: transparent; } .sticky-header .main-menu .navigation > li > a:before, .sticky-header .main-menu .navigation > li:after{ display: none !important; } .sticky-header .main-menu .navigation > li > a{ padding:20px 0px !important; line-height:30px; font-size:16px; font-weight:500; color:#222222; text-transform:capitalize; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a{ opacity:1; color: #ff8a00; background-color: #ffffff; } .sticky-header .main-menu .navigation > li:before, .sticky-header .main-menu .navigation > li.dropdown > a:after{ display: none; } .sticky-header .main-menu .navigation > li.dropdown:hover > ul{ margin-top: 0; } .header-style-four.fixed-header .header-lower{ position: fixed; left: 0; top: 0; width: 100%; height: auto; background-color: rgba(0,0,0,0.80); } .header-style-four.fixed-header .logo-box .logo{ padding: 10px 0; } .header-style-four.fixed-header .main-menu .navigation > li > a{ padding: 30px 0; } .header-style-four.fixed-header .search-box-btn{ top: 5px; } .header-style-four.fixed-header .search-box-outer .dropdown-menu{ top: 0 !important; } /************************ Mega Menu ***************************/ .main-menu .navigation > li.has-mega-menu{ position:static; } .main-menu .navigation > li > .mega-menu{ position:absolute; left:0px; right: 0; margin: auto; width:100%; max-width: 1170px; background:rgba(47,46,50,.90); padding: 45px 40px 30px 45px; top: 100%; z-index:100; opacity: 0; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05); } .main-menu .navigation > li:hover > .mega-menu{ opacity: 1; visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); } .main-menu .navigation > li > .mega-menu .mega-menu-bar{ position: relative; } .main-menu .navigation > li .mega-menu-bar h3{ position:relative; color:#f1f1f1; font-size:18px; font-weight:500; padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,0.10); } .main-menu .navigation > li .mega-menu-bar > ul{ position:relative; } .main-menu .navigation > li .mega-menu-bar .column > ul > li{ position:relative; width:100%; border-bottom:1px solid rgba(255,255,255,0.10); text-transform:capitalize; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navigation > li .mega-menu-bar .column{ position:relative; margin-bottom:10px; } .main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{ border:none; } .main-menu .navigation > li .mega-menu-bar .column > ul > li > a{ position:relative; display:block; padding:10px 20px; line-height:24px; font-weight:400; font-size:15px; color:#ffffff; text-align:left; text-transform:capitalize; border-left: 4px solid transparent; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{ border-left: 4px solid #ff8a00; background:#222222; } /*** ==================================================================== Banner Section ==================================================================== ***/ .banner-section{ position: relative; } .banner-carousel .slide-item{ position: relative; background-repeat: no-repeat; background-position: center top; background-size: cover; padding: 350px 0 155px; overflow: hidden; } .banner-section:before{ position: absolute; right: 0; top: 0; height: 100%; width: 540px; background-image: url(images/icons/shap-1.png); background-repeat: no-repeat; background-position: right top; content:""; z-index: 9; } .banner-carousel .content-box{ position: relative; } .banner-carousel h2{ position: relative; display: block; font-size: 48px; line-height: 72px; color: #ffffff; font-weight: 700; margin-bottom: 30px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-carousel .active h2{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .banner-carousel .content-box .text{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 55px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .banner-carousel .active .text{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .banner-carousel .link-box{ position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); } .banner-carousel .active .link-box{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-carousel .link-box a{ position: relative; display: inline-block; padding: 13px 45px; font-weight: 700; } .banner-carousel .owl-nav{ position: absolute; right: 30%; bottom: -80px; z-index: 99; } .banner-carousel .owl-next, .banner-carousel .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: #222222; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-carousel .owl-next:hover, .banner-carousel .owl-prev:hover{ color: #ff8a00; } .banner-carousel .owl-next:before, .banner-carousel .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-carousel .owl-next:hover:before, .banner-carousel .owl-prev:hover:before{ border-color: #ff8a00; } .banner-carousel .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .banner-carousel .owl-next span{ margin-left: 5px; } .banner-carousel .owl-prev span{ margin-right: 5px; } .banner-section .bottom-box{ position: relative; padding: 35px 0; background-color: #222222; } .banner-section .bottom-box .contact-info{ position: relative; float: left; padding: 10px 0; } .banner-section .bottom-box .contact-info li{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #ffffff; margin-right: 30px; } .banner-section .bottom-box .contact-info li a{ color: #ffffff; } .banner-section .bottom-box .contact-info li span{ color: #ffae00; text-transform: uppercase; } .banner-section .bottom-box .contact-info li a:hover{ text-decoration: underline; } /*** ==================================================================== Banner Section Two ==================================================================== ***/ .banner-section-two{ position: relative; } .full-screen .banner-carousel{ position: relative; height: 100%; } .full-screen .owl-item, .full-screen .owl-stage, .full-screen .owl-wrapper, .full-screen .owl-stage-outer, .full-screen .owl-wrapper-outer { height: 100% !important; } .banner-section-two .slide-item{ position: relative; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 0; } .banner-section-two .slide-item:before{ position: absolute; left: 0; bottom:-5px; height: 660px; width: 100%; content: ""; background-image: url(images/icons/shape-2.png); background-repeat: no-repeat; background-position: center bottom; background-size: 100%; } .banner-section-two .slide-item .content-box{ position: relative; padding: 390px 0 350px; text-align: center; } .banner-section-two .slide-item .title{ position: relative; display: inline-block; font-size: 18px; line-height: 1.2em; color: #ffa900; font-weight: 700; margin-bottom: 30px; text-transform: uppercase; transition:all 300ms ease; opacity: 0; } .banner-section-two .active .slide-item .title{ opacity: 1; transition-delay: 300ms; } .banner-section-two .slide-item h2{ position: relative; display: block; font-size: 60px; line-height: 1.2em; color: #ffffff; font-weight: 700; transform: none; } .banner-section-two .content-box .video-link{ position: relative; display: inline-block; margin-top: 50px; transition:all 300ms ease; opacity: 0; } .banner-section-two .active .content-box .video-link{ opacity: 1; transition-delay: 1000ms; } .banner-section-two .content-box .video-link a{ position: relative; display: inline-block; height: 60px; width: 60px; text-align: center; line-height: 60px; font-size: 16px; color: #ffa500; font-weight: 400; border: 2px solid #ffffff; border-radius: 50%; background-color: rgba(0,0,0,0.46); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-two .content-box .video-link a:hover{ color: #ffffff; border-color: #000000; } .banner-section-two .owl-nav{ display: none; } .banner-section-two .owl-dots{ position: absolute; right: 80px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .banner-section-two .owl-dot{ position: relative; display: block; height: 14px; width: 14px; background-color: #ffffff; border-radius: 50%; margin-bottom: 35px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-two .owl-dot.active{ background-color: #ff9c00; } .banner-section-two .social-links{ position: absolute; left: 80px; bottom: 100px; z-index: 9; } .social-icon-three{ position: relative; } .social-icon-three li{ position: relative; display: block; margin-bottom: 25px; } /*** ==================================================================== Banner Section Three ==================================================================== ***/ .banner-section-three{ position: relative; z-index: 99; } .banner-section-three .banner-carousel-two{ z-index: 99; } .banner-section-three .slide-item{ background-repeat: no-repeat; background-repeat: no-repeat; background-position: center center; background-size: cover; padding:240px 0; } .banner-carousel-two .content-box{ position: relative; } .banner-carousel-two .content-box .inner-box{ position: relative; float: left; max-width: 500px; background-color: rgba(0,0,0,0.80); padding: 70px 70px 60px; padding-right: 70px; opacity: 0; visibility: hidden; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); } .banner-carousel-two .content-box .inner-box:before{ position: absolute; top: 0; background-color: rgba(0,0,0,0.80); content: ""; } .banner-carousel-two .active .content-box .inner-box{ visibility: visible; opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -webkit--moz-transition-delay: 300ms; -moz--moz-transition-delay: 300ms; -ms--moz-transition-delay: 300ms; -o--moz-transition-delay: 300ms; -moz-transition-delay: 300ms; } .banner-carousel-two .content-box .title{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 22px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-carousel-two .active .content-box .title{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-carousel-two .content-box h2{ position: relative; display: block; font-size: 48px; line-height: 1.2em; color: #ffffff; font-weight: 500; margin-bottom: 20px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-carousel-two .active h2{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .banner-carousel-two .content-box .text{ position: relative; display: block; font-size: 14px; line-height: 26px; color: #ffffff; font-weight: 400; margin-bottom: 20px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .banner-carousel-two .active .text{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .banner-carousel-two .link-box{ position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); } .banner-carousel-two .active .link-box{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-carousel-two .link-box a{ display: inline-block; font-size: 16px; line-height: 30px; color: #ffad00; font-weight: 400; padding: 0; transition: all 300ms ease; } .banner-carousel-two .link-box a:hover{ color: #ffffff; } .banner-section-three .contact-info{ position: absolute; left: 45px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); transform-origin: left; bottom: 75px; } .banner-section-three .contact-info li{ position: relative; float: left; margin-right: 35px; font-size: 14px; line-height: 30px; color: #222222; font-weight: 400; } .banner-section-three .contact-info li span{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #aaaaaa; font-weight: 400; } .banner-section-three .contact-info li a{ color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-three .contact-info li a:hover{ color: #ff8a00; } .banner-carousel-two .owl-nav{ position: absolute; max-width: 1170px; padding: 0 20px; width: 180%; text-align: right; margin: 0 auto; left: 0; right: 0; bottom: -30px; height: 0; } .banner-carousel-two .owl-next, .banner-carousel-two .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: transparent; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-carousel-two .owl-next:hover, .banner-carousel-two .owl-prev:hover{ color: #ff8a00; } .banner-carousel-two .owl-next:before, .banner-carousel-two .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-carousel-two .owl-next:hover:before, .banner-carousel-two .owl-prev:hover:before{ border-color: #ff8a00; } .banner-carousel-two .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .banner-carousel-two .owl-next span{ margin-left: 5px; } .banner-carousel-two .owl-prev span{ margin-right: 5px; } .banner-section-three .bottom-box{ position: relative; background-color: #333333; } .banner-section-three .bottom-box .outer-box{ position: relative; padding: 35px 0; } .banner-section-three .bottom-box .outer-box:before{ position: absolute; top: 0; margin-left: -300px; left: 100%; height: 100%; width: 1000%; background-color: #ffffff; content: ""; transform:skew(40deg); } .banner-section-three .social-links{ position: relative; z-index: 1; } .banner-section-three .social-links li{ position: relative; float: left; margin-right: 55px; font-size: 13px; line-height: 30px; color: #ffffff; font-weight: 500; text-transform: uppercase; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-three .social-links li span{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #999999; font-weight: 500; margin-right: 15px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-three .social-links li a{ color: #ffffff; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-three .social-links li a:hover span, .banner-section-three .social-links li a:hover{ color: #ff8a00; } /*** ==================================================================== Banner Section Four ==================================================================== ***/ .banner-section-four{ position: relative; padding-left: 120px; } .banner-carousel-three .slide-item{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 250px 0; overflow: hidden; } .banner-carousel-three .slide-item:before{ position: absolute; left: -15%; top: 0; height: 100%; width: 60%; content: ""; background-color: #000000; opacity: 0.7; -webkit-filter: blur(5px); filter: blur(5px); -webkit-transform: skew(-15deg); -moz-transform: skew(-15deg); -ms-transform: skew(-15deg); -o-transform: skew(-15deg); transform: skew(-15deg); } .banner-carousel-three .content-box{ position: relative; } .banner-carousel-three h2{ position: relative; display: block; font-size: 48px; line-height: 72px; color: #ffffff; font-weight: 700; margin-bottom: 30px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-carousel-three .active h2{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .banner-carousel-three .content-box .text{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 55px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .banner-carousel-three .active .text{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .banner-carousel-three .link-box{ position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); } .banner-carousel-three .active .link-box{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-carousel-three .link-box a{ position: relative; display: inline-block; padding: 13px 45px; font-weight: 700; } .banner-carousel-three .owl-nav{ position: absolute; right: 0; bottom: 0; z-index: 99; } .banner-carousel-three .owl-prev, .banner-carousel-three .owl-next{ position: relative; float: left; height: 50px; width: 50px; line-height: 50px; font-size: 24px; color: #ffffff; font-weight: 400; background: rgb(255,174,0); background: url(data:image/svg+xml;base64,<KEY>); background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%); background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%); background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=0 ); text-align: center; transition: all 300ms linear; } .banner-carousel-three .owl-prev:hover, .banner-carousel-three .owl-next:hover{ color: #ffffff; -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset; } /*** ==================================================================== Section Title ==================================================================== ***/ .studio-section{ position:relative; padding:100px 0px; } .studio-section .content-column .inner-column .sec-title { margin-bottom: 26px; } .studio-section .content-column .inner-column .sec-title .title:before { position: absolute; content: ''; left: 110%; bottom: 2px; width: 35px; height: 2px; background-color: #d9b256; } .studio-section .content-column .inner-column .sec-title .title { position: relative; font-size: 20px; font-style: italic; color: #222222; margin-bottom: 5px; display: inline-block; font-family: 'Playfair Display', serif; } .studio-section .content-column .inner-column .sec-title h3 { position: relative; font-size: 35px; font-weight: 700; color: #242424; line-height: 1.2em; display: block; } .studio-section .content-column{ position:relative; margin-bottom:40px; } .studio-section .content-column .inner-column{ position:relative; } .studio-section .content-column .inner-column .text{ position:relative; margin-bottom:20px; } .studio-section .content-column .inner-column .text p{ position:relative; color:#666666; font-size:16px; line-height:1.8em; margin-bottom:25px; } .studio-section .content-column .inner-column .text p:last-child{ margin-bottom:0px; } .studio-section .content-column .inner-column .styled-text{ position:relative; font-style:italic; font-size:20px; color:#222222; line-height:1.6em; margin-bottom:25px; font-family: 'Lora', serif; } .studio-section .content-column .inner-column .view-projects{ position:relative; color:#d9b256; font-size:14px; font-weight:700; text-transform:uppercase; } .studio-section .content-column .inner-column .view-projects:hover{ text-decoration:underline; } .studio-section .image-column{ position:relative; } .studio-section .image-column .image{ position:relative; padding-right:30px; padding-top:30px; } .studio-section .image-column .image:before{ position:absolute; content:''; right:0px; top:0px; bottom:30px; left:30px; background-color:#d9b256; } .studio-section .image-column .image img{ position:relative; width:100%; display:block; } .sec-title strong { position: relative; font-size: 45px; font-weight: 700; color: #d9b256; line-height: 1.2em; display: block; } /*** ==================================================================== Banner Section Five ==================================================================== ***/ .banner-section-five{ position: relative; } .full-screen .banner-carousel{ position: relative; height: 100%; } .full-screen .owl-item, .full-screen .owl-stage, .full-screen .owl-wrapper, .full-screen .owl-stage-outer, .full-screen .owl-wrapper-outer { height: 100% !important; } .banner-section-five .slide-item{ position: relative; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 0; } .banner-section-five .slide-item:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background-color: #000000; opacity: 0.30; } .banner-section-five .slide-item .content-box{ position: absolute; left: 0; right: 0; margin: 0 auto; max-width: 1200px; padding: 45px 15px; bottom: 0; } .banner-section-five .slide-item .content-box:before{ position: absolute; right: 0; bottom: 64px; height: 1px; width: 100px; background-color: #ffffff; content: ""; } .banner-section-five .content-box .title{ position: relative; display: block; font-size: 18px; line-height: 1.2em; color: #aaaaaa; font-weight: 700; margin-bottom: 30px; text-transform: uppercase; opacity: 0; visibility: hidden; transform: translateY(-50px); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-five .active .content-box .title{ opacity: 1; visibility: visible; transform: translateY(0px); transition-delay: 1000ms; } .banner-section-five .content-box h2{ position: relative; display: block; font-size: 78px; line-height: 1.2em; margin-bottom: 0; } .banner-section-five .active .content-box h2{ animation: slideInRight 1s; animation-delay: 500ms; } .banner-section-five .content-box .video-link{ position: absolute; right: 15px; top: 50%; margin-top: -30px; } .banner-section-five .content-box .video-link a{ position: relative; display: inline-block; height: 60px; width: 60px; text-align: center; line-height: 60px; font-size: 16px; color: #ffa500; font-weight: 400; border: 2px solid #ffffff; border-radius: 50%; background-color: rgba(0,0,0,0.46); transform: translateY(-50px); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-five .content-box .video-link a:hover{ color: #ffffff; border-color: #000000; } .banner-section-five .owl-nav{ display: none; } .banner-section-five .owl-dots{ position: absolute; right: 80px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .banner-section-five .owl-dot{ position: relative; display: block; height: 15px; width: 15px; background-color: #ffffff; margin-bottom: 15px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-five .owl-dot.active{ background-color: #ff9c00; } .banner-section-five .social-links{ position: absolute; left: 80px; bottom: 100px; z-index: 9; } .social-icon-three{ position: relative; } .social-icon-three li{ position: relative; display: block; margin-bottom: 25px; } .social-icon-three li a{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #ffffff; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-three li a:hover{ color: #ff8a00; } /*** ==================================================================== Banner Section Six ==================================================================== ***/ .banner-section-six{ position: relative; padding-left: 100px; padding-right: 100px; } .banner-section-six .slide-item{ background-repeat: no-repeat; background-repeat: no-repeat; background-position: center center; background-size: cover; padding:570px 0 0; } .banner-section-six .slide-item:before{ position: absolute; left: 0; bottom: 0; height: 90px; width: 100%; background-color: #ffffff; content: ""; } .banner-section-six .content-box{ position: relative; max-width: 740px; background-color: #222222; padding: 70px 70px 60px; } .banner-section-six .content-box .inner-box{ position: relative; float: none; transform: none; max-width:none; background-color: transparent; padding:0; padding-left: 70px; } .banner-section-six .content-box .inner-box:before{ display: none; } .banner-section-six .content-box .count{ position: absolute; left: 0; top: 5px; font-size: 16px; line-height: 20px; color: #ffad00; font-weight: 400; } .banner-section-six .content-box .title{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 400; margin-bottom: 22px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-section-six .active .content-box .title{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-section-six .content-box h2{ position: relative; display: block; font-size: 48px; line-height: 1.2em; color: #ffffff; font-weight: 500; margin-bottom: 20px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .banner-section-six .active h2{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .banner-section-six .content-box .text{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #ffffff; font-weight: 400; margin-bottom: 20px; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); } .banner-section-six .active .text{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .banner-section-six .link-box{ position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); } .banner-section-six .active .link-box{ opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .banner-section-six .link-box a{ display: inline-block; font-size: 16px; line-height: 30px; color: #ffad00; font-weight: 400; padding: 0; } .banner-section-six .contact-info{ position: absolute; left: 50px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); transform-origin: left; bottom: 75px; } .banner-section-six .contact-info li{ position: relative; float: left; margin-right: 35px; font-size: 14px; line-height: 30px; color: #222222; font-weight: bold; } .banner-section-six .contact-info li span{ position: relative; float: left; font-size: 14px; line-height: 30px; color: #aaaaaa; font-weight: bold; } .banner-section-six .contact-info li a{ color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-six .contact-info li a:hover{ color: #ff8a00; } .banner-section-six .social-links{ position: absolute; right: 30px; z-index: 1; bottom: 30%; transform-origin: right; -webkit-transform: rotate(90deg) translateY(70%); -moz-transform: rotate(90deg) translateY(70%); -ms-transform: rotate(90deg) translateY(70%); -o-transform: rotate(90deg) translateY(70%); transform: rotate(90deg) translateY(70%); } .banner-section-six .social-links li{ position: relative; float: left; margin-right: 55px; font-size: 13px; line-height: 30px; color: #222222; font-weight: bold; text-transform: uppercase; } .banner-section-six .social-links li span{ position: relative; float: left; transform: rotate(-90deg); font-size: 14px; line-height: 30px; color: #777777; font-weight: bold; margin-right: 15px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-six .social-links li a{ color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .banner-section-six .social-links li a:hover span, .banner-section-six .social-links li a:hover{ color: #ff8a00; } .banner-section-six .banner-carousel-two .owl-nav{ position: absolute; right: 25px; bottom: 5px; width: 180px; max-width: 170px; padding: 0; margin: 0; left: auto; bottom: 0; height: auto; } .banner-section-six .owl-next, .banner-section-six .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666; font-weight: bold; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: transparent; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-section-six .owl-next:hover, .banner-section-six .owl-prev:hover{ color: #ff8a00; } .banner-section-six .owl-next:before, .banner-section-six .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .banner-section-six .owl-next:hover:before, .banner-section-six .owl-prev:hover:before{ border-color: #ff8a00; } .banner-section-six .owl-next:before{ left: auto; right: -25px; border: 2px solid #666; border-left: 0; } .banner-section-six .owl-next span{ margin-left: 5px; } .banner-section-six .owl-prev span{ margin-right: 5px; } /*** ==================================================================== Page Title ==================================================================== ***/ .page-title{ position:relative; padding: 380px 0 180px; background-size:cover; background-position:center center; background-repeat:no-repeat; } .page-title:before{ content:''; left:0px; top:0px; width:100%; height:100%; background:#000000; opacity: .70; position:absolute; } .page-title .inner-container{ position: relative; } .page-title .title-box{ position: relative; float: left; } .page-title h1{ position:relative; display: inline-block; font-size:48px; color:#ffffff; line-height: 50px; font-weight: 500; margin-bottom: 35px; } .page-title .title{ position: relative; display: block; font-size: 24px; line-height: 40px; color: #ffffff; font-weight: 400; } .page-title .bread-crumb { position: relative; float: right; } .page-title .bread-crumb li{ position: relative; float: left; font-size: 18px; line-height: 30px; color:#ff8a00; font-weight: 700; text-transform: capitalize; cursor: default; padding-right: 10px; margin-right: 10px; } .page-title .bread-crumb li:before{ position: absolute; right: -2px; font-size: 16px; line-height: 30px; color: #ffffff; content: "-"; } .page-title .bread-crumb li:last-child:before{ display: none; } .page-title .bread-crumb li a{ color:#ffffff; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .page-title .bread-crumb li a:hover{ color:#ff8a00 ; } /*** ==================================================================== Section Title ==================================================================== ***/ .sec-title{ position: relative; margin-bottom: 75px; } .sec-title .float-text{ position: absolute; left: 0; top: 0; width: 100%; font-size: 72px; line-height: 1em; color: #2f2f2f; font-weight: 700; text-transform: uppercase; opacity: .10; font-family: "Arimo", sans-serif; } .sec-title h2{ position: relative; display: block; font-size: 30px; line-height: 40px; color: #2f2f2f; font-weight: 500; padding: 16px 0; } .sec-title.light .float-text{ color: #f2f2f2; opacity: 0.10; } .sec-title.light h2{ color: #ffffff; } .sec-title.text-center .float-text{ right: 0; margin: 0 auto; } /*** ==================================================================== About Section ==================================================================== ***/ .about-section{ position: relative; background-repeat: no-repeat; background-position: center left; padding: 100px 0; } .about-section .image-column{ position: relative; } .about-section .image-column .inner-column{ position: relative; text-align: right; margin-right: -15px; } .about-section .image-column .title-box{ position: absolute; left: 95px; bottom: 75px; width: 100%; text-align: left; z-index: 9; } .about-section .image-column .title-box h2{ position: relative; display: block; font-size: 60px; line-height: 78px; color: #f2f2f2; font-weight: 900; text-transform: uppercase; text-shadow: 0 0 10px #000; font-family: "Rubik", sans-serif; } .about-section .image-column .image-box{ position: relative; z-index: 1; padding-top: 110px; } .about-section .image-column .image-box .image{ position: relative; margin-bottom: 0; } .about-section .image-column .image-box .alphabet-img{ position: absolute; left: 0; top: 0; } .about-section .image-column .image-box .alphabet-img img{ max-width: 100%; height: auto; } .about-section .image-column .image img{ display: inline-block; max-width: 100%; height: auto; -webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.18); -moz-box-shadow: 0 8px 20px rgba(0,0,0,0.18); -ms-box-shadow: 0 8px 20px rgba(0,0,0,0.18); -o-box-shadow: 0 8px 20px rgba(0,0,0,0.18); box-shadow: 0 8px 20px rgba(0,0,0,0.18); } .about-section .content-column{ position: relative; } .about-section .content-column .inner-column{ position: relative; padding-top: 170px; } .about-section .content-column .content-box{ position: relative; padding: 70px 90px 74px; background-color: #ffffff; border: 20px solid #f2f2f2; border-left: 0; } .about-section .content-column .content-box .title{ position: relative; margin-bottom: 35px; } .about-section .content-column .content-box .title h2{ position: relative; display: block; font-size: 30px; line-height: 42px; color: #222222; font-weight: 500; padding-bottom: 35px; } .about-section .content-column .content-box .title h2:before{ position: absolute; left: 0; bottom: 0; height: 2px; width: 45px; background-color: #ff8a00; content: ""; } .about-section .content-column .content-box .text{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #777777; margin-bottom: 45px; } .about-section .content-column .content-box .link-box{ position: relative; } .about-section .content-column .content-box .link-box a{ font-weight: 700; } /*** ==================================================================== Services Section ==================================================================== ***/ .services-section{ position: relative; } .services-section .upper-box{ position: relative; padding: 85px 0 270px; } .services-section .upper-box:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #000000; content: ""; opacity: .85; } .services-section .services-box{ position: relative; margin-top: -270px; padding-bottom: 100px; } .services-section .services-box .auto-container{ padding: 0; } .services-carousel{ position: relative; padding-bottom: 75px; } .service-block{ position: relative; padding: 0 15px 15px; } .service-block .inner-box{ position: relative; } .service-block .image-box{ position: relative; } .service-block .image-box .image{ position: relative; background-color: #222222; margin-bottom: 0; overflow: hidden; } .service-block .image-box .image img{ display: block; width: 100%; height: auto; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block .inner-box:hover .image-box .image img{ opacity: .70; -webkit-transform: scale(1.2) rotate(-5deg); -moz-transform: scale(1.2) rotate(-5deg); -ms-transform: scale(1.2) rotate(-5deg); -o-transform: scale(1.2) rotate(-5deg); transform: scale(1.2) rotate(-5deg); } .service-block .lower-content{ position: relative; padding: 35px 25px; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; box-shadow: 0 8px 15px rgba(0,0,0,0.10); } .service-block .inner-box:hover .lower-content{ -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.10); -moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10); -ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10); -o-box-shadow: 0 8px 15px rgba(0,0,0,0.10); box-shadow: 0 8px 15px rgba(0,0,0,0.10); } .service-block .lower-content h3{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; margin-bottom: 18px; } .service-block .lower-content h3 a{ color: #222222; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block .lower-content h3 a:hover{ color: #ffad00; } .service-block .lower-content .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 27px; } .service-block .lower-content .link-box{ position: relative; } .service-block .lower-content .link-box a{ position: relative; display: inline-block; font-size: 14px; line-height: 1.2em; color: #222222; font-weight: 500; font-family: "Rubik", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block .lower-content .link-box a i{ margin-left: 5px; } .service-block .lower-content .link-box a:hover{ color: #ffad00; } .services-carousel .owl-nav{ display: none; } .services-carousel .owl-dots{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; } .services-carousel .owl-dot{ position: relative; display: inline-block; height: 16px; width: 4px; margin: 0 5px; background-color: #b6b6b6; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; margin-bottom: 7px; } .services-carousel .owl-dot:hover, .services-carousel .owl-dot.active{ height: 30px; margin-bottom: 0; background-color: #ff8a00; } /*** ==================================================================== Service Detail ==================================================================== ***/ .service-detail{ position:relative; } .service-detail .inner-box{ position:relative; display:block; } .service-detail .image-box{ position: relative; margin-bottom: 35px; } .service-detail .image-box .owl-nav{ position: absolute; left: 0; top: 50%; width: 100%; margin-top: -20px; } .service-detail .image-box .owl-next, .service-detail .image-box .owl-prev{ position: absolute; left: 40px; top: 0; height: 40px; width: 40px; background-color: #333333; color: #ffffff; font-size: 18px; line-height: 40px; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-detail .image-box .owl-next{ left: auto; right: 40px; } .service-detail .image-box .owl-next:hover, .service-detail .image-box .owl-prev:hover{ background-color: #ff8a00; } .service-detail .inner-box .image{ position:relative; margin-bottom: 0; } .service-detail .inner-box .image img{ position:relative; width:100%; display:block; } .service-detail .inner-box h2{ position:relative; font-size:30px; font-weight:500; color:#222222; line-height:1.2em; margin-bottom:25px; } .service-detail .inner-box .text{ position:relative; } .service-detail .inner-box .text .two-column{ margin-top:40px; margin-bottom:30px; } .service-detail .inner-box .text p{ position:relative; font-size:14px; line-height: 30px; color:#777777; margin-bottom:30px; } .service-detail .inner-box .text strong{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; margin-bottom: 10px; font-family: "Rubik", sans-serif; } .service-detail .inner-box .text h3{ position:relative; font-size:24px; font-weight:500; color:#222222; line-height:1.2em; margin-bottom:30px; } .service-detail .inner-box ul{ position: relative; } .service-detail .inner-box ul li{ position: relative; display: block; font-size: 14px; line-height: 26px; color: #777777; padding-left: 40px; margin-bottom: 10px; } .service-detail .inner-box ul li:before{ position: absolute; left: 0; top: 0; font-size: 14px; line-height: 26px; color: #ff8a00; font-weight: 300; content: "\f05d"; font-family: "FontAwesome"; } .service-detail blockquote{ position: relative; background-color: #f5f5f5; padding: 40px 40px 25px 50px; font-size: 14px; line-height: 28px; color: #666666; font-weight: 400; font-style: italic; margin-bottom: 60px; border: 0; } .service-detail blockquote cite{ position: relative; display: block; text-align: right; font-size: 15px; line-height: 30px; color: #222222; font-weight: 400; font-family: "Rubik", sans-serif; font-style: normal; margin-top: 20px; } /*** ==================================================================== Product Tabs Style ==================================================================== ***/ .service-detail .prod-tabs{ position:relative; } .tabs-box{ position: relative; } .tabs-box .tab{ display: none; } .tabs-box .tab.active-tab{ display: block; } .service-detail .prod-tabs .tab-btns{ position:relative; z-index:1; border-bottom:1px solid #dddddd; } .service-detail .prod-tabs .tab-btns .tab-btn{ position:relative; top:1px; display:block; float:left; margin-right:5px; font-size:16px; background:#f3f3f3; color:#222222; text-transform:capitalize; font-weight:400; line-height:27px; cursor:pointer; border:1px solid transparent; padding: 10px 25px; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; font-family: 'Rubik', sans-serif; } .service-detail .prod-tabs .tab-btns .tab-btn:hover:after, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after{ position:absolute; content:''; left:0px; bottom:-3px; width:100%; height:5px; background-color:#ffffff; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .service-detail .prod-tabs .tab-btns .tab-btn:hover, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn{ color:#ff8a00; border-color:#e2e2e2; background:#ffffff; } .service-detail .prod-tabs .tabs-content{ position:relative; padding:22px 22px 22px; border:1px solid #dddddd; border-top:0px; } .service-detail .prod-tabs .tabs-content .tab{ position:relative; display:none; border-top:0px; } .service-detail .prod-tabs .tabs-content .tab.active-tab{ display:block; } .service-detail .prod-tabs .tabs-content .tab .content{ position:relative; } .service-detail .prod-tabs .tabs-content .tab .content p{ position:relative; font-size:14px; line-height: 30px; color:#777777; margin-bottom:0px; } /*** ==================================================================== Specialize Section ==================================================================== ***/ .specialize-section{ position: relative; padding: 100px 0; } .specialize-section .sec-title{ margin-bottom: 60px; } .services-carousel-two{ position: relative; padding-bottom: 80px; } .service-block-two{ position: relative; } .service-block-two .inner-box{ position: relative; display: block; } .service-block-two .image-box{ position: relative; } .service-block-two .image-box .image{ position: relative; margin-bottom: 0; background-color: #222222; overflow: hidden; } .service-block-two .image-box .image img{ position: relative; display: block; width: 100%; height: auto; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 500ms ease; } .service-block-two .image-box:hover .image img{ opacity: .70; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .service-block-two .caption-box{ position: relative; padding: 25px 0px; } .service-block-two .caption-box h3{ position: relative; display: block; font-size: 20px; line-height: 1.3em; color: #222222; font-weight: 400; margin-bottom: 5px; } .service-block-two .caption-box h3 a{ color: #222222; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block-two .caption-box h3 a:hover{ color: #ff8a00; } .service-block-two .link-box a{ position: relative; display: inline-block; font-size: 15px; line-height: 20px; color: #ff8a00; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .service-block-two .link-box a:hover{ color: #222222; } .services-carousel-two .owl-nav{ display: none; } .services-carousel-two .owl-dots{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; } .services-carousel-two .owl-dot{ position: relative; display: inline-block; height: 16px; width: 4px; margin: 0 5px; background-color: #b6b6b6; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; margin-bottom: 7px; } .services-carousel-two .owl-dot:hover, .services-carousel-two .owl-dot.active{ height: 30px; margin-bottom: 0; background-color: #ff8a00; } /*** ==================================================================== Specialize Section Two ==================================================================== ***/ .specialize-section-two{ position: relative; padding: 100px 0; } .specialize-section-two .title-column{ position: relative; } .specialize-section-two .title-column .sec-title{ margin-bottom: 50px; } .specialize-section-two .title-column .text-box{ position: relative; } .specialize-section-two .title-column .text-box h4{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffac00; font-weight: 500; margin-bottom: 30px; } .specialize-section-two .title-column .text-box p{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 30px; } .specialize-section-two .title-column .link-box{ position: relative; } .specialize-section-two .title-column .link-box a{ position: relative; display: inline-block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; font-family: "Rubik", sans-serif; } .specialize-section-two .carousel-column{ position: relative; } .specialize-section-two .carousel-column .inner-column{ position: relative; padding-left: 40px; } .specialize-section-two .carousel-column .carousel-outer{ position: relative; padding-left: 160px; } .specialize-section-two .thumbs-carousel{ position: absolute; left: 75px; top: -64px; transform: rotate(90deg); transform-origin: left; max-width: 590px; margin: 0 auto; } .specialize-section-two .thumbs-carousel .thumb-box{ position: relative; cursor: pointer; } .specialize-section-two .thumbs-carousel .thumb-box figure{ position: relative; margin-bottom: 0; } .specialize-section-two .thumbs-carousel .thumb-box .overlay{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; } .specialize-section-two .thumbs-carousel .thumb-box .overlay:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #ff9f14; opacity: .70; content: ""; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .specialize-section-two .thumbs-carousel .thumb-box:hover .overlay:before{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .specialize-section-two .thumbs-carousel .thumb-box .overlay .icon{ position: absolute; height: 40px; width: 40px; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; text-align: center; line-height: 40px; font-size: 30px; color: #222222; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .specialize-section-two .thumbs-carousel .thumb-box:hover .overlay .icon{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); transition-delay: 300ms; } .specialize-section-two .carousel-outer .thumbs-carousel img{ transform: rotate(-90deg); width: 130px; height: auto; } .carousel-outer .thumbs-carousel .owl-nav{ position: absolute; left: 96%; bottom: -442%; transform: rotate(-90deg); transform-origin: left; min-width: 300px; } .carousel-outer .thumbs-carousel .owl-next, .carousel-outer .thumbs-carousel .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: ; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: #ffffff; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .carousel-outer .thumbs-carousel .owl-next:hover, .carousel-outer .thumbs-carousel .owl-prev:hover{ color: #ff8a00; } .carousel-outer .thumbs-carousel .owl-next:before, .carousel-outer .thumbs-carousel .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .carousel-outer .thumbs-carousel .owl-next:hover:before, .carousel-outer .thumbs-carousel .owl-prev:hover:before{ border-color: #ff8a00; } .carousel-outer .thumbs-carousel .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .carousel-outer .thumbs-carousel .owl-next span{ margin-left: 5px; } .carousel-outer .thumbs-carousel .owl-prev span{ margin-right: 5px; } .specialize-section-two.alternate .title-column{ order: 12; } .specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav{ position: absolute; left: 96%; bottom: auto; top: -442%; transform: rotate(-90deg); } .specialize-section-two.alternate .carousel-column .inner-column{ padding-left: 0; padding-right: 40px; } /*** ==================================================================== Process Section ==================================================================== ***/ .process-section{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 100px 0 20px; } .process-section:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #222222; opacity: 0.85; content: ""; } .process-section .sec-title{ margin-bottom: 90px; } .process-block{ position: relative; margin-bottom: 80px; } .process-block .inner-box{ position: relative; padding: 75px 30px 30px; background-color: #222222; border: 1px dashed #666666; border-radius: 0 0 0 20px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .process-block .inner-box:hover{ border-color: #ff8a00; } .process-block .inner-box .count{ position: absolute; right: 40px; top: -40px; height: 80px; width: 80px; background-color: #777777; border-radius: 0 10px 0 0; font-size: 30px; line-height: 80px; color: #ffffff; font-weight: 700; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .process-block .inner-box:hover .count{ background-color: #ff8a00; } .process-block h4{ position: relative; display: block; font-size: 18px; line-height: 25px; color: #ffffff; font-weight: 700; text-transform: uppercase; margin-bottom: 25px; } .process-block h4 a{ color: #ffffff; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .process-block h4 a:hover{ color: #ff8a00; } .process-block .text{ display: block; font-size: 14px; line-height: 24px; color: #666666; font-weight: 400; margin-bottom: 15px; } .process-block .link-box{ position: relative; } .process-block .link-box a{ position: relative; display: inline-block; font-size: 14px; line-height: 20px; color: #ff8a00; font-weight: 700; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .process-block .link-box a:hover{ color: #ffffff; } /*** ==================================================================== Fun Fact Section ==================================================================== ***/ .fun-fact-section{ position: relative; } .fun-fact-section .outer-box{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; margin: 0 auto; padding: 100px 0 60px; } .fact-counter{ position: relative; } .fact-counter .counter-column{ position:relative; margin-bottom:40px; } .fact-counter .count-box{ position: relative; font-size: 60px; line-height: 1em; color: #ffffff; font-weight: 700; padding: 20px 0; padding-left: 20px; } .fact-counter .count-box:before{ position: absolute; left: 0; top: 48px; height: 24px; width: 220px; border: 2px solid #ff8a00; content: ""; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } .fact-counter .count-box:hover:before{ -webkit-box-shadow: #ff8a00 0 0px 0px 40px inset; -moz-box-shadow: #ff8a00 0 0px 0px 40px inset; -ms-box-shadow: #ff8a00 0 0px 0px 40px inset; -o-box-shadow: #ff8a00 0 0px 0px 40px inset; box-shadow: #ff8a00 0 0px 0px 40px inset; } .fact-counter .count-box .count{ position: relative; float: left; margin-right: 15px; } .fact-counter .count-box .count-text{ position: relative; display: inline-block; font-size: 60px; line-height: 1em; color: #ffffff; font-weight: 700; } .fact-counter .count-box .counter-title{ position: relative; display: block; font-size:18px; line-height: 1.2em; font-weight:400; color:#dddddd; padding: 9px 0; font-family: "Rubik", sans-serif; } /*** ==================================================================== Fun Fact And Features ==================================================================== ***/ .fun-fact-and-features{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 100px 0 0; } .fun-fact-and-features.alternate{ padding-bottom: 100px; } .fun-fact-and-features.alternate:before{ height: 270px; } .fun-fact-and-features:before{ position: absolute; left: 0; bottom: 0; height: 170px; width: 100%; background-color: #ffffff; content: ""; } .fun-fact-and-features .outer-box{ position: relative; } .fun-fact-and-features .fact-counter{ position: relative; margin-bottom: 60px; } .fun-fact-and-features .features{ position: relative; } .feature-block{ position: relative; } .feature-block .inner-box{ position: relative; background-color: #ffffff; padding: 35px 35px 30px; -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.20); -moz-box-shadow: 0 0 32px rgba(0,0,0,0.20); -ms-box-shadow: 0 0 32px rgba(0,0,0,0.20); -o-box-shadow: 0 0 32px rgba(0,0,0,0.20); box-shadow: 0 0 32px rgba(0,0,0,0.20); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover{ background-color: #ff8a00; } .feature-block .icon-box{ position: relative; display: block; margin-bottom: 30px; } .feature-block .icon-box .icon{ position: relative; display: inline-block; font-size: 52px; line-height: 52px; color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover .icon-box .icon{ color: #ffffff; } .feature-block h3{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; padding-bottom: 12px; margin-bottom: 30px; } .feature-block h3 a{ position: relative; display: inline-block; color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover h3 a{ color: #ffffff; } .feature-block h3:before{ position: absolute; left: 0; bottom: 0; height: 1px; width: 40px; background-color: #222222; content: ""; } .feature-block .text{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-bottom: 28px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover .text{ color: #ffffff; } .feature-block .link-box{ position: relative; } .feature-block .link-box a{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #ff8a00; font-weight: 700; font-family: "Arimo", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box:hover .link-box a{ color: #222222; } /*** ==================================================================== Projects Section ==================================================================== ***/ .projects-section{ position: relative; padding: 100px 0 0; } .projects-section .inner-container{ position: relative; } .project-block{ position: relative; } .project-block .image-box{ position: relative; } .project-block .image-box .image{ position: relative; margin-bottom: 0; } .project-block .image-box .image img{ display: block; width: 100%; height: auto; } .project-block .overlay-box{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; } .project-block .overlay-box h4{ position: absolute; right: 30px; top: 30px; text-align: right; opacity:0; font-size: 18px; line-height: 24px; color: #ffffff; font-weight: 400; text-transform: uppercase; -webkit-transform:scale(0,0); -moz-transform:scale(0,0); -ms-transform:scale(0,0); -o-transform:scale(0,0); transform:scale(0,0); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .overlay-box h4 a{ color: #ffffff; } .project-block .image-box:hover .overlay-box h4{ opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .project-block .overlay-box:before{ position: absolute; left: 50%; top: 50%; height: 0%; width: 0%; opacity: 0; overflow:hidden; content: ""; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; background-color: rgba(0,0,0,0.90); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .image-box:hover .overlay-box:before{ left: 0; top: 0; height: 100%; width: 100%; opacity: 1; visibility: visible; border-radius: 0%; } .project-block .overlay-box .btn-box{ position: absolute; left: 0; top: 50%; width: 100%; text-align: center; opacity:0; margin-top: -15px; -webkit-transform:scale(0,0); -moz-transform:scale(0,0); -ms-transform:scale(0,0); -o-transform:scale(0,0); transform:scale(0,0); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .overlay-box .btn-box a{ position: relative; display: inline-block; font-size: 24px; line-height: 30px; color: #ffffff; font-weight: 400; margin: 0 6px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .overlay-box .btn-box a:hover{ color: #ff8a00; } .project-block .image-box:hover .overlay-box .btn-box{ opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition-delay: 400ms; -moz-transition-delay: 400ms; -ms-transition-delay: 400ms; -o-transition-delay: 400ms; transition-delay: 400ms; } .project-block .overlay-box .tag{ position: absolute; left: 30px; bottom: 30px; text-align: right; opacity:0; font-size: 14px; line-height: 24px; color: #ffffff; font-weight: 400; text-transform: uppercase; -webkit-transform:scale(0,0); -moz-transform:scale(0,0); -ms-transform:scale(0,0); -o-transform:scale(0,0); transform:scale(0,0); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .project-block .image-box:hover .overlay-box .tag{ opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition-delay: 1000ms; -moz-transition-delay: 1000ms; -ms-transition-delay: 1000ms; -o-transition-delay: 1000ms; transition-delay: 1000ms; } .projects-carousel{ position: relative; } .projects-carousel .owl-nav{ position: absolute; left: 0; right: 0; top: -130px; max-width: 1170px; padding: 0 15px; margin: 0 auto; } .projects-carousel .owl-next, .projects-carousel .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: bold; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: #ffffff; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .projects-carousel .owl-next:hover, .projects-carousel .owl-prev:hover{ color: #ff8a00; } .projects-carousel .owl-next:before, .projects-carousel .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .projects-carousel .owl-next:hover:before, .projects-carousel .owl-prev:hover:before{ border-color: #ff8a00; } .projects-carousel .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .projects-carousel .owl-next span{ margin-left: 5px; } .projects-carousel .owl-prev span{ margin-right: 5px; } /*=== Projects Section Alternate ===*/ .projects-section.alternate{ position: relative; padding:100px 0; } .mixitup-gallery .filters{ margin-bottom:50px; text-align:center; } .mixitup-gallery .filters .filter-tabs{ position:relative; display: inline-block; border-bottom: 2px solid #777777; } .mixitup-gallery .filters li{ position: relative; float: left; font-size: 16px; line-height: 30px; color: #777777; font-weight: 500; cursor: pointer; text-transform: capitalize; padding: 0 5px 10px; margin-right: 30px; margin-bottom: -2px; border-bottom: 2px solid transparent; font-family: "Rubik", sans-serif; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition: all 300ms ease; } .mixitup-gallery .filters li:last-child{ margin-right: 0; } .mixitup-gallery .filters li.active, .mixitup-gallery .filters li:hover{ border-bottom: 2px solid #ff8a00; } .project-block.mix{ display: none; margin-bottom: 30px; } .projects-section.alternate .styled-pagination{ margin-top: 50px; } /*** ==================================================================== Projects Section Two ==================================================================== ***/ .projects-section-two{ position: relative; padding: 100px 0; } .projects-section-two .upper-box{ position: relative; } .projects-section-two .upper-box .sec-title{ float: left; margin-bottom: 50px; } .projects-section-two .upper-box .link-box{ position: relative; float: right; margin-top: 25px; } .projects-section-two .upper-box .link-box a{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #ff8a00; font-weight: 700; font-family: "Arimo", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .projects-section-two .upper-box .link-box a:hover{ color: #222222; } .projects-carousel-two{ position: relative; } .project-block-two{ position: relative; padding-left: 200px; transition: all 300ms ease; } .project-block-two .image-box{ position: relative; } .project-block-two .image-box .image{ position: relative; margin-bottom: 0; } .project-block-two .image-box .image img{ display: block; width: 100%; height: auto; } .project-block-two .info-box{ position: absolute; left: 200px; top: 50%; opacity: 0; visibility: hidden; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .projects-carousel-two .active .project-block-two .info-box{ left: 18px; opacity: 1; visibility: visible; -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -ms-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; } .project-block-two .info-box .inner-box{ position: relative; background: #ffffff; max-width: 300px; width: 100%; padding: 35px 30px 20px; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.18); -moz-box-shadow: 0 0 18px rgba(0,0,0,0.18); -ms-box-shadow: 0 0 18px rgba(0,0,0,0.18); -o-box-shadow: 0 0 18px rgba(0,0,0,0.18); box-shadow: 0 0 18px rgba(0,0,0,0.18); } .project-block-two .info-box .title{ position: relative; display: block; font-size: 15px; line-height: 1.2em; color: #777777; font-weight: 500; text-transform: uppercase; margin-bottom: 15px; } .project-block-two .info-box h3{ position: relative; display: block; font-size: 30px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 25px; } .project-block-two .info-box .text{ position: relative; display: block; font-size: 15px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 65px; } .project-block-two .info-box .link-box{ position: relative; } .project-block-two .info-box .link-box a{ position: relative; display: block; font-size: 15px; line-height: 30px; color: #ff8a00; font-weight: 700; font-family: "Arimo", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .project-block-two .info-box .link-box a:hover{ color: #222222; } .projects-carousel-two .owl-nav{ position: absolute; left: 15px; bottom: 0; width: 60px; height: 30px; } .projects-carousel-two .owl-next, .projects-carousel-two .owl-prev{ position: absolute; left: 15px; bottom: 0; font-size: 12px; line-height: 30px; color: #222222; font-weight: 400; transition: all 300ms ease; z-index: 9; } .projects-carousel-two .owl-next{ left: auto; right: -15px; } .projects-carousel-two .owl-next:hover, .projects-carousel-two .owl-prev:hover{ color: #ff8a00; } .projects-carousel-two .owl-dots { position: absolute; left: 15px; bottom: 0; height: 30px; width: 60px; z-index: 0; counter-reset: slides-num; } .projects-carousel-two .owl-dots:after { position: absolute; left: 52px; content:counter(slides-num); display: inline-block; line-height: 30px; font-size: 16px; font-weight: 700; color: #222222; } .projects-carousel-two .owl-dot { display: inline-block; counter-increment: slides-num; } .projects-carousel-two .owl-dot span { display: none; } .projects-carousel-two .owl-dot.active:before { position: absolute; content: counter(slides-num) " /"; line-height: 30px; font-size: 16px; font-weight: 700; color: #222222; left: 30px; top: 0; } /*** ==================================================================== Product Detail ==================================================================== ***/ .project-details-section{ position: relative; padding: 100px 0 60px; } .project-detail .upper-box{ position: relative; } .project-detail .project-tabs{ position: relative; } .project-detail .project-tabs .tab-btns{ position: relative; float: left; margin-right: 30px; width: 170px; } .project-detail .project-tabs .tab-btn{ position: relative; display: block; cursor: pointer; margin-bottom: 25px; } .project-detail .project-tabs .tab-btn img{ display: block; width: 100%; height: auto; } .project-detail .tabs-content{ position: relative; float: right; } .project-detail .tabs-content .image{ position: relative; } .project-detail .tabs-content .image img{ display: block; width: 100%; height: auto; } .project-detail .lower-content{ position: relative; padding-top: 50px; } .project-detail .lower-content .content-column{ position: relative; } .project-detail .lower-content h2{ position: relative; display: block; font-size: 30px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 20px; } .project-detail .lower-content h3{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 27px; } .project-detail .lower-content h4{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 20px; } .project-detail .lower-content p{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #666666; font-weight: 400; margin-bottom: 30px; } .project-detail .list-style-one{ position: relative; margin-bottom: 30px; } .project-detail .list-style-one:after{ display: table; clear: both; content: ""; } .project-detail .info-column{ position: relative; margin-bottom: 40px; } .project-detail .info-list{ position: relative; display: block; margin-bottom: 30px; } .project-detail .info-list li{ position: relative; font-size: 14px; line-height: 28px; color: #666666; font-weight: 400; } .project-detail .info-list li strong{ position: relative; float: left; color: #222222; font-weight: 700; width: 180px; } /*Help Box Two*/ .help-box-two{ position:relative; background-size:cover; background-repeat: no-repeat; background-position: center; background-image: url(images/icons/help-bg.jpg); } .help-box-two .inner{ position:relative; border: 1px solid #dddddd; padding:35px 40px; -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.07); -moz-box-shadow: 0 0 16px rgba(0,0,0,0.07); -ms-box-shadow: 0 0 16px rgba(0,0,0,0.07); -o-box-shadow: 0 0 16px rgba(0,0,0,0.07); box-shadow: 0 0 16px rgba(0,0,0,0.07); } .help-box-two .inner .title{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #ffb902; font-weight: 700; margin-bottom: 10px; } .help-box-two .inner h2{ position:relative; color:#222222; font-size:24px; font-weight:500; line-height:1.2em; text-transform: uppercase; margin-bottom:30px; } .help-box-two .inner .text{ position:relative; color:#777777; font-size:15px; line-height: 28px; margin-bottom:30px; } .help-box-two .inner .theme-btn{ background-color: transparent; border: 1px solid #222222; padding: 10px 35px; line-height: 20px; color: #ffb902; } .help-box-two .inner .theme-btn:hover{ color: #ffffff; border-color:#ff8a00; } /*** ==================================================================== Styled Pagination ==================================================================== ***/ .styled-pagination{ position:relative; display: block; width: 100%; } .styled-pagination ul{ position:relative; width: 100%; text-align: center; } .styled-pagination li{ position:relative; display: inline-block; margin: 0 5px 8px; } .styled-pagination li a{ position:relative; display: block; height:40px; width: 40px; text-align: center; line-height:36px; font-weight:400; font-size:14px; background:#ffffff; color:#666666; border:2px solid #666666; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .styled-pagination li a:hover, .styled-pagination li.active a{ color:#222222; border-color:#222222; } .styled-pagination li.next-post a, .styled-pagination li.prev-post a{ width: auto; padding: 0 20px; } .styled-pagination li.next-post a:hover, .styled-pagination li.prev-post a:hover{ color: #ff8a00; border-color: #ff8a00; } /*** ==================================================================== Offer Section ==================================================================== ***/ .offer-section{ position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 100px 0 0px; } .offer-section:before{ position: absolute; left: 0; bottom: 0; height: 200px; width: 100%; background-color: #ffffff; content: ""; } .offer-section .content-column{ position: relative; margin-bottom: 50px; } .offer-section .content-column .title{ position: relative; display: block; font-size: 18px; line-height: 1.2em; color: #ff8a00; font-weight: 600; margin-bottom: 20px; } .offer-section .content-column h2{ position: relative; display: block; font-size: 30px; line-height: 1.2em; color: #f2f2f2; font-weight: 700; font-family: "Arimo", sans-serif; margin-bottom: 30px; } .offer-section .content-column h2 span{ text-transform: uppercase; } .offer-section .content-column .discount{ position: relative; display: block; font-size: 84px; line-height: 1em; color: #ff8a00; font-weight: 800; font-style: italic; margin-bottom: 40px; } .offer-section .content-column .text{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #f2f2f2; font-weight: 400; } .offer-section .form-column{ position: relative; z-index: 9; } .offer-section .form-column .inner-column{ position: relative; margin-left: -15px; } .discount-form{ position: relative; background-color: #f7f7f7; padding: 55px 50px 35px; } .discount-form .form-group{ position:relative; margin-bottom:20px; } .discount-form .form-group input[type="text"], .discount-form .form-group input[type="email"], .discount-form .form-group input[type="url"], .discount-form .form-group textarea, .discount-form .form-group select{ position: relative; display: block; width: 100%; font-size: 14px; color: #242424; line-height: 30px; padding: 14px 25px; font-weight: bold; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; border-bottom: 1px solid #242424; background: none; } .discount-form .form-group input:focus, .discount-form .form-group select:focus, .discount-form .form-group textarea:focus{ border-color:#ff8a00; } .discount-form .form-group textarea{ height: 220px; resize: none; margin-bottom: 10px; } .discount-form .form-group button{ text-transform: capitalize; font-size: 16px; font-weight: 700; padding: 15px 45px; line-height: 30px; } /*** ==================================================================== Team Section ==================================================================== ***/ .team-section{ position: relative; padding: 100px 0 40px; } .team-block{ position: relative; margin-bottom: 60px; } .team-block .inner-box{ position: relative; padding-right: 50px; } .team-block .image-box{ position: relative; margin-bottom: 15px; } .team-block .image-box .image{ position: relative; margin-bottom: 0; overflow: hidden; z-index: 9; } .team-block .image-box img{ display: block; width: 100%; height: auto; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .team-block .inner-box:hover .image-box img{ opacity: .80; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .team-block .image-box .social-links{ position: absolute; right: 0; top: 0; } .team-block .image-box .social-links li{ position: relative; display: block; right: 0; opacity: 0; visibility: hidden; } .team-block .image-box .social-links li a{ display: block; text-align: center; font-size: 19px; line-height: 50px; width: 50px; text-align: center; color: #222222; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .team-block .image-box .social-links li a:hover{ color: #fbb216; } .team-block .inner-box:hover .image-box .social-links li:nth-child(2){ transition-delay: 100ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(3){ transition-delay: 200ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(4){ transition-delay: 300ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(5){ transition-delay: 400ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(6){ transition-delay: 500ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(7){ transition-delay: 600ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(8){ transition-delay: 700ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(9){ transition-delay: 800ms; } .team-block .inner-box:hover .image-box .social-links li:nth-child(10){ transition-delay: 900ms; } .team-block .inner-box:hover .image-box .social-links li{ right: -50px; opacity: 1; visibility: visible; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } .team-block .image-box .name{ position: absolute; right: -40px; bottom: 40px; min-width: 170px; text-align: center; background-color: #222222; z-index: 9; font-family: "Arimo", sans-serif; transform: skewX(-30deg); -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } .team-block .image-box .name a{ position: relative; display: inline-block; transform: skewX(30deg); font-size: 18px; line-height: 27px; color: #ffffff; font-weight: 500; padding: 10px 20px; min-width: 170px; } .team-block .inner-box:hover .image-box .name{ background-color: #ff8a00; } .team-block .inner-box .designation{ position: relative; display: block; width: 100%; text-align: right; font-size: 13px; line-height: 1.2em; color: #222222; font-weight: bold; } /*** ==================================================================== Testimonial Section ==================================================================== ***/ .testimonial-section{ position: relative; } .testimonial-section .outer-container{ position: relative; } .testimonial-section .title-column{ position: relative; float: right; width: 100%; max-width: 35%; } .testimonial-section .title-column .inner-column{ position: relative; padding:100px 15px 0; max-width: 500px; text-align: right; margin: 0 auto; } .testimonial-section .title-column .sec-title{ margin-bottom: 60px; } .testimonial-section .title-column .text{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #777777; font-weight: 400; } .testimonial-section .testimonial-column{ position: relative; float: right; width: 100%; max-width: 65%; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius:0 40px 40px 0; overflow: hidden; } .testimonial-section .testimonial-column .inner-column{ position: static; float: right; max-width: 870px; width: 100%; padding: 100px 120px 100px 60px; } .testimonial-section .testimonial-column .inner-column:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #000000; content: ""; opacity: 0.90; } .testimonial-carousel{ position: relative; } .testimonial-block{ position: relative; padding-right: 30px; padding-bottom: 40px; } .testimonial-block:before{ position: absolute; right: 30px; bottom: 40px; height: 150px; width: 150px; background-color: #ebebeb; content: ""; opacity: 0; transition: all 300ms ease; transition-delay: 500ms; } .testimonial-carousel .active .testimonial-block:before{ opacity: .20; right: 0px; bottom: 0px; } .testimonial-block .inner-box{ position: relative; min-height: 210px; padding-right: 220px; text-align: right; } .testimonial-block .image-box{ position: absolute; right: 0; top: 0; height: 210px; width: 150px; } .testimonial-block .image-box .image{ position: relative; } .testimonial-block .image-box .image img{ display: block; width: 100%; height: auto; } .testimonial-block .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #ffffff; font-weight: 400; margin-bottom: 40px; } .testimonial-block .info-box{ position: relative; } .testimonial-block .info-box .name{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #ffffff; font-weight: 500; } .testimonial-block .info-box .designation{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #ff8a00; font-weight: 400; } .testimonial-carousel .owl-nav{ position: absolute; left: 0; bottom: 0; } .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev{ position: relative; display: inline-block; font-size: 16px; color: #ffffff; font-weight: 400; margin-right: 15px; padding-right: 15px; transition: all 300ms ease; } .testimonial-carousel .owl-next{ margin-right: 0; padding-right: 0; } .testimonial-carousel .owl-prev:before{ position: absolute; right: -2px; top: 0; font-size: 16px; line-height: 30px; color: #555555; font-weight: 400; content: "|"; } .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover{ color: #ff8a00; } /*** ==================================================================== Testimonial Section Two ==================================================================== ***/ .testimonial-section-two{ position: relative; padding: 100px 0; background-color: #f5f5f5; } .testimonial-carousel-two{ position: relative; padding-left: 100px; } .testimonial-block-two{ position: relative; } .testimonial-block-two .inner-box{ position: relative; padding: 40px 60px; border: 1px dashed #666666; background-color: #ffffff; } .testimonial-block-two .inner-box .text{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 20px; } .testimonial-block-two .info-box{ position: relative; padding-right: 125px; min-height: 90px; padding-top: 40px; text-align: right; } .testimonial-block-two .info-box:before{ position: absolute; left: 0; top: 40px; font-size: 48px; line-height: 50px; color: #f3f3f3; font-weight: 400; content: "\f10d"; font-family: "FontAwesome"; } .testimonial-block-two .info-box .thumb{ position: absolute; right: 0; top: 0; width: 90px; height: 90px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.10); -ms-box-shadow: 0 0 10px rgba(0,0,0,0.10); -o-box-shadow: 0 0 10px rgba(0,0,0,0.10); box-shadow: 0 0 10px rgba(0,0,0,0.10); } .testimonial-block-two .info-box .thumb img{ display: block; width: 100%; height: auto; } .testimonial-block-two .info-box .name{ position: relative; display: block; font-size: 18px; line-height: 25px; color: #ff8a00; font-weight: 400; } .testimonial-block-two .info-box .date{ position: relative; display: block; font-size: 12px; line-height: 25px; color: #222222; font-weight: 400; } .testimonial-carousel-two .owl-nav{ position: absolute; left: 65px; bottom: 0; transform: rotate(-90deg); transform-origin: left bottom; background-color: transparent; } .testimonial-carousel-two .owl-next, .testimonial-carousel-two .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .testimonial-carousel-two .owl-next:hover, .testimonial-carousel-two .owl-prev:hover{ color: #ff8a00; } .testimonial-carousel-two .owl-next:before, .testimonial-carousel-two .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .testimonial-carousel-two .owl-next:hover:before, .testimonial-carousel-two .owl-prev:hover:before{ border-color: #ff8a00; } .testimonial-carousel-two .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .testimonial-carousel-two .owl-next span{ margin-left: 5px; } .testimonial-carousel-two .owl-prev span{ margin-right: 5px; } /*** ==================================================================== Products Section ==================================================================== ***/ .products-section{ position: relative; padding: 100px 0 80px; } .products-section .sec-title{ margin-bottom: 0; } .products-section .title-column{ position: relative; margin-bottom: 40px; } .products-section .title-column .inner-column{ position: relative; padding-top: 55px; } .products-section .title-column h4{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; margin-bottom: 26px; } .products-section .title-column .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; margin-bottom: 30px; } .products-section .title-column .btn-box a{ padding: 15px 38px; line-height: 20px; } .products-section .products-column{ padding: 0; } .products-carousel{ position: relative; } .products-carousel .product-block{ padding: 15px; padding-top: 65px; transition: all 400ms ease; } .products-carousel .center .product-block{ padding-top: 15px; } .products-carousel .center .product-block .inner-box{ -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.05); -ms-box-shadow: 0 0 15px rgba(0,0,0,0.05); -o-box-shadow: 0 0 15px rgba(0,0,0,0.05); box-shadow: 0 0 15px rgba(0,0,0,0.05); } .product-block{ position: relative; } .product-block .inner-box{ position: relative; border:1px solid #e1e1e1; transition: all 400ms ease; } .product-block .info-box{ position: relative; padding: 25px 28px; text-align: right; } .product-block .info-box .name{ position: relative; display: block; font-size: 18px; line-height: 30px; color: #222222; } .product-block .info-box .price{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #ffad00; } .products-carousel .owl-nav{ position: absolute; left: -32%; bottom: 15px; } .products-carousel .owl-next, .products-carousel .owl-prev{ position: relative; display: inline-block; padding-left: 25px; font-size: 14px; color: #666666; font-weight: 400; text-transform: uppercase; line-height: 30px; padding-top: 6px; background-color: #ffffff; z-index: 9; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .products-carousel .owl-next:hover, .products-carousel .owl-prev:hover{ color: #ff8a00; } .products-carousel .owl-next:before, .products-carousel .owl-prev:before{ position: absolute; left: 0; top: 0; height: 40px; width: 60px; border: 2px solid #666666; border-right: 0; content: ""; z-index: -1; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .products-carousel .owl-next:hover:before, .products-carousel .owl-prev:hover:before{ border-color: #ff8a00; } .products-carousel .owl-next:before{ left: auto; right: -25px; border: 2px solid #666666; border-left: 0; } .products-carousel .owl-next span{ margin-left: 5px; } .products-carousel .owl-prev span{ margin-right: 5px; } /*** ==================================================================== Video Section ==================================================================== ***/ .video-section{ position: relative; } .video-section .outer-box{ position: relative; max-width: 1720px; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 100px 0 135px; } .video-section .outer-box:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #222222; opacity: 0.90; content: ""; } .video-section .content-column{ position: relative; order: 12; } .video-section .content-column .inner-column{ position: relative; padding: 35px 35px 0px 40px; } .video-section .content-column .sec-title{ margin-bottom: 22px; } .video-section .content-column .title{ position: relative; display: block; font-size: 18px; line-height: 25px; color: #ff8a00; font-weight: 400; margin-bottom: 30px; } .video-section .content-column .text{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #ffffff; font-weight: 400; } .video-section .video-column .inner-column{ position: relative; padding-left: 50px; } .video-section .video-column .video-box{ position: relative; } .video-section .video-column .video-box .image{ position: relative; margin-bottom: 0; } .video-section .video-column .video-box .image img{ display: block; width: 100%; height: auto; } .video-section .video-column .video-box .link{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .video-section .video-column .video-box .link:hover{ background-color: rgba(0,0,0,0.50); } .video-section .video-column .video-box .link .icon{ position: absolute; left: 50%; top: 50%; height: 60px; width: 60px; background-color: #333333; padding-left: 4px; font-size: 18px; color: #ff8a00; border-radius: 50%; text-align: center; line-height: 60px; margin-top: -30px; margin-left: -30px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .video-section .video-column .video-box .link:hover .icon{ -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); } /*== Video Section Style Two ==*/ .video-section.style-two .outer-box{ padding-bottom: 155px; } .video-section.style-two .outer-box:before{ display: none; } .video-section.style-two .content-column .text{ color: #777777; } .video-section .video-column .video-box:before{ position: absolute; left: -50px; height: 320px; width: 520px; bottom: -55px; background-image: url(images/icons/icon-lines.jpg); background-repeat: no-repeat; background-position: center; content: ""; } /*** ==================================================================== FAQ Section ==================================================================== ***/ .faq-section{ position: relative; padding: 100px 0 35px; } .faq-section:before{ position: absolute; left: 0; top: 0; height: 100%; width: 38%; background-image: url(images/icons/icon-dot.png); background-repeat: repeat; background-position: center; content: ""; } .faq-section:after{ position: absolute; right: 15px; bottom: 125px; height: 488px; width: 320px; background-image: url(images/icons/icon-flower.png); background-position: center; background-repeat: no-repeat; content: ""; z-index: -1; } .faq-section .image-column{ position: relative; margin-bottom: 50px; } .faq-section .image-column .inner-column{ position: relative; } .faq-section .image-column .image-box{ position: relative; } .faq-section .image-column .image{ position: relative; margin-bottom: 0; text-align: center; } .faq-section .title-column .image img{ display: inline-block; max-width: 100%; height: auto; } .faq-section .accordion-column{ position: relative; } .faq-section .accordion-column .inner-column{ position: relative; padding-top: 45px; padding-left: 30px; } .faq-section .accordion-column .sec-title{ margin-bottom: 35px; } .faq-section .accordion-box{ position: relative; } .accordion-box .block { position: relative; } .accordion-box .block .acc-btn{ position:relative; font-size:16px; line-height:28px; color:#252525; font-weight:500; cursor:pointer; padding:15px 25px 15px; padding-right: 50px; border:1px solid #dddddd; font-family: "Rubik", sans-serif; background-color: #ffffff; -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; transition:all 500ms ease; margin-bottom: 20px; } .accordion-box .block .acc-btn.active{ background-color: #ff8a00; border-color: #ff8a00; color:#ffffff; margin-bottom: 0px; } .accordion-box .block .icon{ position:absolute; right: 15px; top:15px; height: 30px; width: 30px; font-size: 18px; line-height: 30px; color: #252525; text-align: center; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .accordion-box .block .acc-btn.active .icon:before{ position: absolute; left: 0; top: 0; height: 30px; width: 30px; line-height: 30px; opacity:1; z-index: 1; color: #ffffff; font-size: 18px; content: "\f146"; font-family: "FontAwesome"; text-align: center; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .accordion-box .block .acc-content{ position:relative; display:none; background-color: #ffffff; } .accordion-box .block .content{ position:relative; padding: 20px 25px; margin-bottom: 0; } .accordion-box .block .acc-content.current{ display: block; } .accordion-box .block .content .text{ display: block; font-size: 14px; line-height: 30px; color: #777777; } /*** ==================================================================== FAQ Form Section ==================================================================== ***/ .faq-form-section{ position: relative; padding: 100px 0 70px; background-color: #f9f9f9; } .faq-form-section .sec-title{ position: relative; margin-bottom: 15px; } .faq-form-section .faq-form{ position: relative; } .faq-form .form-group{ position:relative; margin-bottom:30px; } .faq-form .form-group input[type="text"], .faq-form .form-group input[type="email"], .faq-form .form-group input[type="url"], .faq-form .form-group textarea, .faq-form .form-group select{ position: relative; display: block; width: 100%; font-size: 13px; color: #777777; line-height: 19px; padding: 10px 0px; background-color: transparent; font-weight: 400; height: 40px; border-bottom: 1px solid #e1e1e1; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .faq-form .form-group input:focus, .faq-form .form-group select:focus, .faq-form .form-group textarea:focus{ border-color:#ff8a00; } .faq-form .form-group textarea{ height: 150px; resize: none; } .faq-form .form-group button{ padding: 15px 50px; line-height: 20px; } /*** ==================================================================== App Section ==================================================================== ***/ .app-section{ position: relative; padding-top: 100px; } .app-section .outer-box{ position: relative; background-repeat: repeat; background-position: center; background-image: url(images/icons/icon-lines-dark.jpg); padding:135px 0; } .app-section .outer-box:after, .app-section .outer-box:before{ position: absolute; left: 0; top: 0; height: 135px; width: 100%; background-color: #ffffff; content: ""; } .app-section .outer-box:after{ top: auto; bottom: 0; } .app-section .title-column{ position: relative; } .app-section .title-column .inner-column{ position: relative; padding-top: 85px; } .app-section .title-column h1{ position: relative; display: block; font-size: 84px; line-height: 72px; color: #ffffff; font-weight: 900; margin-bottom: 30px; text-transform: uppercase; letter-spacing: -0.03em; } .app-section .image-column{ position: relative; } .app-section .image-column .inner-column{ position: relative; margin-top: -135px; margin-bottom: -155px; z-index: 99; margin-left: -30px; margin-right: -30px; } .app-section .content-column{ position: relative; } .app-section .content-column .inner-column{ position: relative; padding-top: 85px; } .app-section .content-column h3{ position: relative; display: block; font-size: 30px; color: #ffffff; font-weight: 700; margin-bottom: 15px; } .app-section .content-column .text{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #ffffff; font-weight: 400; } /*** ==================================================================== News Section ==================================================================== ***/ .news-section{ position: relative; padding: 100px 0 70px; } .news-section:before{ position: absolute; right: 0; top: 140px; height: 347px; width: 157px; background-image: url(images/icons/icon-dots.png); background-repeat: no-repeat; background-position: center; content: ""; } .news-section:after{ position: absolute; left: 0; top: 55px; height: 576px; width: 238px; background-image: url(images/icons/pentagon.png); background-repeat: no-repeat; background-position: center; content: ""; z-index: 0; } .news-section .sec-title{ position: relative; margin-bottom: 45px; z-index: 1; } .news-block{ position: relative; margin-bottom: 30px; z-index: 1; } .news-block .inner-box{ position: relative; } .news-block .image-box{ position: relative; margin-right: 40px; } .news-block .image-box .image{ position: relative; margin-bottom: 0; } .news-block .image-box .image img{ display: block; width: 100%; height: auto; } .news-block .image-box .overlay-box{ position: absolute; left: 0; top: 0; height: 0%; width: 100%; background: #ff8a00 padding-box content-box; content: ""; padding: 15px; opacity: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; } .news-block .inner-box:hover .overlay-box{ height: 100%; opacity: 0.70; } .news-block .overlay-box a{ position: absolute; left: 50%; top: 50%; height: 40px; width: 40px; margin-left: -20px; margin-top: -20px; text-align: center; font-size: 30px; line-height: 40px; color: #000000; font-weight: 400; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .news-block .inner-box:hover .overlay-box a{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .news-block .overlay-box a i{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block .overlay-box a:hover i{ color: #ffffff; } .news-block .caption-box{ position: relative; margin-top: -50px; margin-left: 40px; padding: 28px 35px 30px; background-color: #ffffff; -webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21); -moz-box-shadow: 0 0 21px rgba(0,0,0,0.21); -ms-box-shadow: 0 0 21px rgba(0,0,0,0.21); -o-box-shadow: 0 0 21px rgba(0,0,0,0.21); box-shadow: 0 0 21px rgba(0,0,0,0.21); } .news-block .caption-box h3{ position: relative; display: block; font-size: 20px; line-height: 30px; color: #2f2f2f; font-weight: 500; margin-bottom: 10px; } .news-block .caption-box h3 a{ color: #2f2f2f; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block .inner-box:hover .caption-box h3 a{ color: #ff8a00; } .news-block .caption-box .info{ position: relative; display: block; } .news-block .caption-box .info li{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-right: 10px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block .inner-box:hover .caption-box .info li{ color: #222222; } .news-block .caption-box .info li a{ color: #777777; } /* News Block Two */ .news-section.alternate{ padding: 100px 0 40px; } .news-block-two{ position: relative; margin-bottom: 60px; z-index: 1; } .news-block-two .inner-box{ position: relative; } .news-block-two .image-box{ position: relative; } .news-block-two .image-box .image{ position: relative; margin-bottom: 0; } .news-block-two .image-box .image img{ display: block; width: 100%; height: auto; } .news-block-two .image-box .overlay-box{ position: absolute; left: 0; top: 0; height: 0%; width: 100%; background: #ff8a00 padding-box content-box; content: ""; padding: 15px; opacity: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; } .news-block-two .inner-box:hover .overlay-box{ height: 100%; opacity: 0.70; } .news-block-two .overlay-box a{ position: absolute; left: 50%; top: 50%; height: 40px; width: 40px; margin-left: -20px; margin-top: -20px; text-align: center; font-size: 30px; line-height: 40px; color: #000000; font-weight: 400; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .news-block-two .inner-box:hover .overlay-box a{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .news-block-two .overlay-box a i{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .overlay-box a:hover i{ color: #ffffff; } .news-block-two .caption-box{ position: relative; margin-top: -25px; } .news-block-two .caption-box .inner{ position: relative; padding: 25px 30px 30px; background-color: #ffffff; -webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21); -moz-box-shadow: 0 0 21px rgba(0,0,0,0.21); -ms-box-shadow: 0 0 21px rgba(0,0,0,0.21); -o-box-shadow: 0 0 21px rgba(0,0,0,0.21); box-shadow: 0 0 21px rgba(0,0,0,0.21); } .news-block-two .caption-box h3{ position: relative; display: block; /*font-size: 20px;*/ line-height: 30px; color: #2f2f2f; font-weight: 500; margin-bottom: 10px; } .news-block-two .caption-box h3 a{ color: #2f2f2f; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .inner-box:hover .caption-box h3 a{ color: #ff8a00; } .news-block-two .caption-box .info{ position: relative; display: block; padding-left:0px; } .news-block-two .caption-box .info li{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-right: 10px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .inner-box:hover .caption-box .info li{ color: #222222; } .news-block-two .caption-box .info li a{ color: #777777; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .caption-box .info li a:hover{ color: #ff8a00; } .news-block-two .caption-box .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; margin-top: 10px; } /*** ==================================================================== News Section Three ==================================================================== ***/ .news-section-two{ position: relative; padding:50px 0 50px; } .news-section-two .sec-title{ margin-bottom: 30px; } .news-section-two .column{ position: relative; } .news-section-two .column .inner-column{ padding-right: 35px; } /*News Block Three*/ .news-block-three{ position: relative; margin-bottom: 50px; } .news-block-three .inner-box{ position: relative; } .news-block-three .image-box{ position: relative; } .news-block-three .image-box .image{ position: relative; margin-bottom: 0; } .news-block-three .image-box .image img{ display: block; width: 100%; height: auto; } .news-block-three .image-box .overlay-box{ position: absolute; left: 0; top: 0; height: 0%; width: 100%; background: #ff8a00; content: ""; opacity: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; } .news-block-three .inner-box:hover .overlay-box{ height: 100%; opacity: 0.70; } .news-block-three .overlay-box a{ position: absolute; left: 50%; top: 50%; height: 40px; width: 40px; margin-left: -20px; margin-top: -20px; text-align: center; font-size: 30px; line-height: 40px; color: #000000; font-weight: 400; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .news-block-three .inner-box:hover .overlay-box a{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .news-block-three .overlay-box a i{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-three .overlay-box a:hover i{ color: #ffffff; } .news-block-three .content-box{ position: relative; padding: 35px 0 0; } .news-block-three .content-box h3{ position: relative; display: block; font-size: 24px; line-height: 34px; color: #000000; font-weight: 500; margin-bottom: 12px; } .news-block-three .content-box h3 a{ color: #2f2f2f; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-three .inner-box:hover .content-box h3 a{ color: #ff8a00; } .news-block-three .content-box .info{ position: relative; display: block; margin-bottom: 10px; } .news-block-three .content-box .info li{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-right: 10px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-three .inner-box:hover .content-box .info li{ color: #222222; } .news-block-three .content-box .info li a{ color: #777777; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-three .content-box .info li a:hover{ color: #ff8a00; } .news-block-three .content-box .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; } /*News Block Four*/ .news-block-four{ position: relative; margin-bottom: 50px; } .news-block-four .inner-box{ position: relative; padding-left: 300px; min-height: 200px; } .news-block-four .image-box{ position: absolute; left: 0; top: 0; width: 270px; height: auto; } .news-block-four .image-box .image{ position: relative; margin-bottom: 0; } .news-block-four .image-box .image img{ display: block; width: 100%; height: auto; } .news-block-four .image-box .overlay-box{ position: absolute; left: 0; top: 0; height: 0%; width: 100%; background: #ff8a00; content: ""; opacity: 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; } .news-block-four .inner-box:hover .overlay-box{ height: 100%; opacity: 0.70; } .news-block-four .overlay-box a{ position: absolute; left: 50%; top: 50%; height: 40px; width: 40px; margin-left: -20px; margin-top: -20px; text-align: center; font-size: 30px; line-height: 40px; color: #000000; font-weight: 400; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } .news-block-four .inner-box:hover .overlay-box a{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } .news-block-four .overlay-box a i{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-four .overlay-box a:hover i{ color: #ffffff; } .news-block-four .content-box{ position: relative; padding: 20px 0 0; } .news-block-four .content-box h3{ position: relative; display: block; font-size: 20px; line-height: 30px; color: #2f2f2f; font-weight: 500; margin-bottom: 12px; } .news-block-four .content-box h3 a{ color: #2f2f2f; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-four .inner-box:hover .content-box h3 a{ color: #ff8a00; } .news-block-four .content-box .info{ position: relative; display: block; margin-bottom: 10px; } .news-block-four .content-box .info li{ position: relative; display: inline-block; font-size: 14px; line-height: 24px; color: #777777; font-weight: 400; margin-right: 10px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-four .inner-box:hover .content-box .info li{ color: #222222; } .news-block-four .content-box .info li a{ color: #777777; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-four .content-box .info li a:hover{ color: #ff8a00; } .news-block-four .content-box .text{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #777777; font-weight: 400; } /*** ==================================================================== Blog Section ==================================================================== ***/ .blog-section{ position: relative; padding:100px 0; } .blog-section .styled-pagination{ margin-top: 20px; } .blog-classic .news-block-two .caption-box .inner{ padding: 30px 35px 30px; z-index: 99; } .blog-classic .news-block-two .caption-box h3{ font-size: 24px; margin-bottom: 15px; } .blog-classic .news-block-two .caption-box .text{ margin-top: 15px; } .news-block-two .single-item-carousel{ position: relative; } .news-block-two .image-box .owl-nav{ position: absolute; left: 0; width: 100%; top: 50%; margin-top: -60px; } .news-block-two .image-box .owl-nav .owl-next, .news-block-two .image-box .owl-nav .owl-prev{ position: absolute; left: 0; top: 0; width: 30px; height: 120px; text-align: center; line-height: 120px; font-size: 22px; color: #000000; font-weight: 400; background-color: rgba(255,255,255,.70); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .image-box .owl-nav .owl-next{ left: auto; right: 0; } .news-block-two .image-box .owl-nav .owl-next:hover, .news-block-two .image-box .owl-nav .owl-prev:hover{ background-color: rgba(0,0,0,.70); color: #ffffff; } .news-block-two .blockquote{ position: relative; display: block; border: 1px solid #d7d7d7; padding: 85px 50px 110px; margin-top: 100px; margin-bottom: 0; } .news-block-two .blockquote:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #ffffff; opacity: 0.80; content: ""; } .news-block-two .blockquote .icon{ position: absolute; left: 70px; top: -42px; height: 84px; width: 84px; background-color: #ffffff; line-height: 84px; text-align: center; font-size: 48px; color: #666666; font-weight: 400; -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.09); -moz-box-shadow: 0 0 13px rgba(0,0,0,0.09); -ms-box-shadow: 0 0 13px rgba(0,0,0,0.09); -o-box-shadow: 0 0 13px rgba(0,0,0,0.09); box-shadow: 0 0 13px rgba(0,0,0,0.09); } .news-block-two .blockquote h2{ position: relative; display: block; font-size: 50px; line-height: 1.2em; color: #222222; font-weight: 400; letter-spacing: -0.04em; font-family: 'BenchNine', sans-serif; } .news-block-two .blockquote h2 span{ color: #ff8a00; text-transform: uppercase; } .news-block-two .blockquote .author{ position: absolute; right: 0px; bottom: 70px; line-height: 25px; color: #ffffff; font-size: 14px; background-color: #222222; padding: 0 15px; } .news-block-two .image-box .link{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; text-align: center; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .image-box .link:hover{ background-color: rgba(0,0,0,0.50); } .news-block-two .image-box .link .icon{ position: absolute; left: 50%; top: 50%; height: 60px; width: 60px; background-color: rgba(0,0,0,0.65); padding-left: 4px; font-size: 18px; color: #ffffff; border: 1px solid #ffffff; border-radius: 50%; text-align: center; line-height: 60px; margin-top: -30px; margin-left: -30px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .news-block-two .image-box .link:hover .icon{ -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } /*** ==================================================================== Blog Detail ==================================================================== ***/ .blog-detail .news-block-two .caption-box .inner{ padding: 35px 40px 35px; } .blog-detail .news-block-two .caption-box .info{ margin-bottom: 15px; padding-left:0px; } .blog-detail .news-block-two .caption-box h3{ /*font-size: 24px;*/ margin-bottom: 15px; } .blog-detail .news-block-two .caption-box p{ position: relative; line-height: 30px; font-weight: 400; margin-bottom: 18px; } blockquote{ font-size: inherit; } .blog-detail .news-block-two .caption-box blockquote p .icon{ position: absolute; left: 0; top: 0; font-size: 24px; line-height: 30px; color: #d7a449; font-weight: 400; } .blog-detail .tags{ position: relative; margin-bottom: 30px; } .blog-detail .tags .title{ position: relative; float: left; margin-right: 23px; font-size: 15px; line-height: 25px; color: #222222; font-weight: 500; font-family: "Rubik", sans-serif; padding: 5px 0; margin-bottom: 10px; } .blog-detail .tags ul li{ position: relative; float: left; list-style-type:none; margin-right: 10px; margin-bottom: 10px; } .blog-detail .tags ul li a{ position: relative; display: block; font-size: 14px; line-height: 25px; color: #939292; font-weight: 400; padding: 5px 25px; border: 1px solid #e1e1e1; border-radius: 30px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .blog-detail .tags ul li a:hover{ background-color: #222222; color: #ffffff; } .blog-detail .share-option{ position: relative; margin-bottom: 60px; } .blog-detail .share-option .title{ position: relative; display: block; margin-right: 23px; font-size: 15px; line-height: 25px; color: #222222; font-weight: 500; padding: 5px 0; margin-bottom: 10px; font-family: "Rubik", sans-serif; } .social-icon-colored{ position: relative; } .social-icon-colored li{ position: relative; float: left; margin-right: 6px; margin-bottom: 10px; } .social-icon-colored li a{ position: relative; display: block; font-size: 14px; line-height: 25px; color: #ffffff; font-weight: 500; padding: 5px 15px; background-color: #222222; border-radius: 30px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-colored li a i{ margin-right: 10px; } .social-icon-colored li.facebook a{ background-color: #3b5998; } .social-icon-colored li.twitter a{ background-color: #1da1f2; } .social-icon-colored li.google-plus a{ background-color: #d73d32; } .social-icon-colored li.pinterest a{ background-color: #bd081c; } .social-icon-colored li.mail a{ background-color: #7b8285; } .social-icon-colored li a:hover{ background-color: #222222; color: #ffffff; } /*** ==================================================================== Blog Detail Style Two ==================================================================== ***/ .blog-detail.style-two{ position: relative; padding: 100px 0 30px; } .blog-detail.style-two .inner-container{ position: relative; max-width: 1000px; padding: 0 15px; margin: 0 auto; } .blog-detail.style-two .news-block-two .caption-box{ margin-top: 0; padding: 0; } .blog-detail.style-two .news-block-two .caption-box .inner{ padding: 35px 35px; } .blog-detail.style-two .news-block-two .caption-box blockquote{ padding-left: 25px; padding-top: 0; margin-bottom: 50px; } .blog-detail.style-two .news-block-two .caption-box blockquote .icon{ position: relative; display: block; top: 0; font-size: 30px; margin-bottom: 10px; } .blog-detail.style-two .comments-area .comment-box{ margin-bottom: 40px; } .blog-detail.style-two .comments-area .comment{ padding-top: 0; padding-left: 110px; } .blog-detail.style-two .comments-area .comment-box .author-thumb{ height: 80px; width: 80px; border-radius: 15px; } .blog-detail.style-two .group-title h2{ font-size: 24px; } .blog-detail.style-two .comment-form{ margin-bottom: 40px; } .blog-detail.style-two .comment-form .form-group textarea{ height: 230px; margin-bottom: 40px; } /*** ==================================================================== Clients Section ==================================================================== ***/ .clients-section{ position: relative; z-index: 9; } .clients-section:before{ position: absolute; left: 0; top: 0; height: 50%; width: 100%; background-color: #ffffff; content: ""; } .clients-section .inner-container{ position: relative; max-width: 1430px; margin: 0 auto; background-color: #ffffff; } .clients-section .sponsors-outer{ position: relative; padding: 50px 55px; -webkit-box-shadow: 0 0 21px rgba(0,0,0,0.30); -moz-box-shadow: 0 0 21px rgba(0,0,0,0.30); -ms-box-shadow: 0 0 21px rgba(0,0,0,0.30); -o-box-shadow: 0 0 21px rgba(0,0,0,0.30); box-shadow: 0 0 21px rgba(0,0,0,0.30); } .clients-section .slide-item{ position: relative; } .clients-section .image-box{ position: relative; margin: 0; text-align: center; } .clients-section .image-box img{ display: inline-block; max-width: 100%; width: auto; height: auto; } .clients-section .sponsors-carousel .owl-dots, .clients-section .sponsors-carousel .owl-nav{ display: none; } .clients-section.style-two:before{ display: none; } .clients-section.style-two .sponsors-outer{ padding: 50px 0; box-shadow: none; } /*** ================================================================== Contact Section ================================================================== ***/ .contact-section{ position: relative; padding:100px 0; background-color: #f9f9f9; } .contact-section .sec-title{ margin-bottom: 40px; } .contact-section .inner-container{ position: relative; max-width: 1000px; margin: 0 auto; padding: 0 15px; } .contact-section .info-column{ position: relative; } .contact-section .info-column .inner-column{ position: relative; } .contact-section .info-column h4{ position: relative; font-size: 20px; line-height: 1.2em; color: #2f2f2f; font-weight: 500; margin-bottom: 25px; } .contact-section .info-column .contact-info{ position: relative; } .contact-section .info-column .contact-info li{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #777777; font-weight: 400; margin-bottom: 28px; } .contact-section .info-column .contact-info li a{ display: inline-block; color: #777777; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .contact-section .info-column .contact-info li a:hover{ color: #ff8a00; } .contact-section .form-column{ position: relative; } .contact-section .form-column .inner-column{ margin-top: -20px; } .contact-section .contact-form{ position: relative; } .contact-form .form-group{ position:relative; margin-bottom:30px; } .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="url"], .contact-form .form-group textarea, .contact-form .form-group select{ position: relative; display: block; width: 100%; font-size: 13px; color: #777777; line-height: 19px; padding: 10px 0px; background-color: transparent; font-weight: 400; height: 40px; border-bottom: 1px solid #e1e1e1; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .contact-form .form-group input:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus{ border-color:#ff8a00; } .contact-form .form-group textarea{ height: 90px; resize: none; } .contact-form .form-group button{ padding: 15px 50px; line-height: 20px; text-transform: uppercase; } .contact-form .form-group label.error{ color: #ff0000; } /*** ================================================================== Main Footer ================================================================== ***/ .main-footer{ position:relative; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 1; } .main-footer:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background:#000000; content: ""; opacity: 0.90; } .main-footer .widgets-section{ position:relative; padding: 220px 0 60px; margin-top: -100px; } .main-footer.alternate .widgets-section{ margin-top: 0; padding-top: 95px; } .main-footer .footer-column{ position:relative; } .main-footer .footer-widget{ position:relative; margin-bottom:40px; } .main-footer .footer-column .widget-title{ position: relative; font-size:18px; font-weight:500; color:#ffffff; line-height: 30px; padding-left: 25px; margin-bottom:45px; } .main-footer .footer-column .widget-title:before{ position: absolute; left: 0; top: 0; font-size: 16px; line-height: 30px; color: #e39c05; font-weight: 400; content: "\f141"; font-family: "FontAwesome"; transform: rotate(90deg); } .main-footer .about-widget{ position: relative; padding-right: 0px; } .main-footer .footer-logo{ position:relative; margin-bottom: 15px; width: 155px; height: 70px; } .main-footer .footer-logo figure{ margin: 0; margin-top: -20px; } .main-footer .footer-logo img{ display:block; max-width:100%; } .main-footer .about-widget .text{ position: relative; font-size: 15px; line-height: 36px; color: #f4f4f4; font-weight: 400; } /*Recent Posts*/ .recent-posts{ position: relative; } .recent-posts .post{ position: relative; min-height: 70px; padding-left: 105px; margin-bottom: 30px; } .recent-posts .post .thumb{ position: absolute; left: 0; top: 0; height: 70px; width: 80px; overflow: hidden; } .recent-posts .post .thumb a{ display: block; } .recent-posts .post .thumb img{ display: block; width: 100%; height: auto; } .recent-posts .post h4 { position: relative; font-size: 18px; color: #f4f4f4; line-height: 24px; font-weight: 400; margin-bottom: 3px; } .recent-posts .post h4 a{ position: relative; font-size: 15px; color: #f4f4f4; line-height: 24px; font-weight: 400; margin-bottom: 3px; } .recent-posts .post h4 a{ color:#f4f4f4; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .recent-posts .post h4 a:hover{ color: #ff8a00; } .recent-posts .post .info{ position: relative; display: block; } .recent-posts .post .info li{ position: relative; display: inline-block; font-size: 12px; line-height: 20px; color: #f4f4f4; font-weight: 400; padding-right: 3px; margin-right: 3px; } .recent-posts .post .info li:before{ position: absolute; right: -4px; top: 0; font-size: 12px; line-height: 20px; color: #f4f4f4; font-weight: 400; content: "/"; } .recent-posts .post .info li:last-child:before{ display: none; } /*=== links Widget ===*/ .main-footer .links-widget{ position: relative; } .main-footer .links-widget .list li{ position:relative; display: block; padding-left: 30px; margin-bottom: 16px; } .main-footer .links-widget .list li:before{ position: absolute; left: 0; top: 0; height: 20px; font-size: 14px; line-height: 20px; color: #ffffff; font-weight: 400; content: "\f22b"; font-family: "FontAwesome"; } .main-footer .links-widget .list li a{ position:relative; display: block; line-height: 20px; font-size: 14px; color: #f4f4f4; font-weight: 400; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .main-footer .links-widget .list li:hover:before, .main-footer .links-widget .list li a:hover{ color:#ff8a00; } .main-footer .gallery-widget{ position: relative; } .main-footer .gallery-widget .outer{ position:relative; margin: 0px -7px 0; } .main-footer .gallery-widget .outer .image{ position:relative; float:left; width:33.3333%; padding:0px 7px; margin-bottom:14px; } .main-footer .gallery-widget .image img{ display:block; width:100%; } .main-footer .gallery-widget .image a{ position: relative; display: block; } .main-footer .gallery-widget .image a:before{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #ff8a00 padding-box content-box; padding: 5px; opacity: .80; content: ""; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-footer .gallery-widget .image a:hover:before{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .main-footer .gallery-widget .image a:after{ position: absolute; height: 20px; width: 20px; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; content: "\f0b2"; text-align: center; line-height: 20px; font-size: 14px; color: #000000; font-family: "FontAwesome"; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-footer .gallery-widget .image a:hover:after{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } /*=== Footer Bottom ===*/ .main-footer .footer-bottom{ position:relative; border-top: 1px solid #222222; } .main-footer .footer-bottom .inner-container{ position: relative; } .main-footer .footer-bottom .inner-container:before{ position: absolute; right: 100%; top: 0; height: 100%; width: 1000%; background-color: #ff8a00; content: ""; } .main-footer .footer-bottom .copyright-text{ position: relative; float: left; padding:20px 0; padding-right: 40px; background-color: #ff8a00; } .main-footer .footer-bottom .copyright-text:before{ position: absolute; left: 100%; top: 0; border-right: 40px solid transparent; border-bottom:70px solid #ff8a00; content: ""; } .main-footer .footer-bottom .copyright-text p{ position: relative; line-height: 30px; font-size: 16px; color: #000000; font-weight: 700; } .main-footer .footer-bottom .copyright-text a{ color: #000000; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .main-footer .footer-bottom .copyright-text a:hover{ text-decoration: underline; } .main-footer .footer-bottom .social-links{ position: relative; float: right; padding: 20px 0; } .social-icon-two{ position: relative; } .social-icon-two li{ position: relative; float: left; margin-left: 26px; } .social-icon-two li a{ position: relative; display: block; font-size: 16px; line-height: 30px; color: #f4f4f4; font-weight: 400; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-two li a:hover{ color: #ff8a00; } /*** ================================================================== Sidebar Page Container ================================================================== ***/ .sidebar-page-container{ position: relative; /* overflow: hidden; */ padding: 100px 0 50px; } .sidebar-page-container .sidebar-side, .sidebar-page-container .content-side{ position: relative; margin-bottom: 50px; } .sidebar-widget{ position: relative; margin-bottom:55px; } .sidebar-side .sidebar-widget:last-child{ margin-bottom: 0; } .sidebar-page-container .sidebar-title{ position: relative; margin-bottom: 25px; } .sidebar-page-container .sidebar-title h3{ position: relative; display: inline-block; font-size: 24px; line-height: 1.2em; color: #222222; font-weight: 500; text-transform: capitalize; } /*Search Box Widget*/ .sidebar .search-box{ position: relative; } .sidebar .search-box .form-group{ position:relative; margin:0px; } .sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"]{ position:relative; display:block; font-size:14px; color:#777777; line-height:28px; padding:15px 25px; height:60px; width:100%; border:1px solid #e1e1e1; background-color: #ffffff; border-radius: 60px; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .sidebar .search-box .form-group input:focus{ border-color:#ff8a00; } .sidebar .search-box .form-group input[type="submit"], .sidebar .search-box .form-group button{ position:absolute; right:0; top:0; width:60px; height:60px; line-height: 60px; text-align:center; display:block; font-size:18px; background-color: #222222; color:#ffffff; font-weight:normal; border-radius: 0 30px 30px 0; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .sidebar .search-box .form-group input[type="submit"]:hover, .sidebar .search-box .form-group button:hover{ background-color: #ff8a00; color: #222222; } /*=== Categories ===*/ .cat-list{ position:relative; border :1px solid #e1e1e1; } .cat-list li{ position:relative; margin-left: -1px; font-family: "Rubik", sans-serif; border-left: 7px solid transparent; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .cat-list li:hover, .cat-list li.active{ border-left: 7px solid #ff8a00; } .cat-list li a{ position:relative; font-size:15px; color:#252525; line-height: 20px; font-weight:500; padding: 20px 40px; display:block; border-bottom :1px solid #e1e1e1; -webkit-transition:all 300ms ease; -moz-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease; } .cat-list li a span{ float: right; font-size: 16px; line-height: 20px; font-family: "Arimo", sans-serif; } .cat-list li:last-child a{ border-bottom: 0; } .cat-list li.active a, .cat-list li:hover a{ color: #ff8a00; } .cat-list li.active a span, .cat-list li:hover a span{ color: #ff8a00; } /*=== Latest News ===*/ .latest-news .post{ position: relative; padding-left: 130px; margin-bottom: 40px; min-height: 90px; } .latest-news .post-thumb{ position: absolute; left: 0; top: 0; height: 90px; width: 90px; margin-bottom: 20px; } .latest-news .post-thumb img{ position: relative; display: block; width: 100%; } .latest-news .post h3{ position: relative; font-size: 18px; line-height: 30px; color: #222222; font-weight: 500; margin-bottom: 10px; } .latest-news .post h3 a{ color: #222222; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .latest-news .post:hover h3 a{ color: #ff8a00; } .latest-news .post .post-info{ position: relative; font-size: 14px; line-height: 24px; color: #666666; font-weight: 400; font-style: italic; } /*=== Tags ===*/ .tag-list{ position: relative; display: block; } .tag-list li{ position: relative; float: left; margin-bottom: 13px; margin-right: 10px; } .tag-list li a{ position: relative; display: block; font-size: 14px; color: #777777; line-height: 25px; padding: 10px 35px; font-weight: 400; text-align: center; border-radius: 50px; text-transform: uppercase; border: 1px solid #dddddd; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .tag-list li a:hover{ background-color: #222222; color: #ffffff; } /*** ==================================================================== Comment Area ==================================================================== ***/ .group-title{ position: relative; margin-bottom: 45px; } .group-title h2{ position: relative; display: block; font-size: 30px; line-height: 1.2em; color: #222222; font-weight: 500; } .comments-area{ position:relative; margin-bottom: 70px; } .comments-area .comment-box{ position:relative; margin-bottom:56px; } .comments-area .comment-box.reply-comment{ margin-left: 100px; } .comments-area .comment-box.reply-comment.reply{ margin-left: 200px; } .comments-area .comment-box:last-child{ /*margin-bottom: 0;*/ } .comments-area .comment{ position:relative; min-height: 80px; padding-top: 10px; padding-left: 100px; } .comments-area .comment-box .author-thumb{ position:absolute; left:0px; top:0px; height: 75px; width: 75px; overflow: hidden; border-radius: 50%; } .comments-area .comment-box .author-thumb img{ width:100%; display:block; } .comments-area .comment-info{ position: relative; display: block; } .comments-area .comment-box .name{ position: relative; display: block; font-size:18px; line-height:1.2em; font-weight:500; color:#222222; font-family: "Rubik", sans-serif; margin-bottom: 7px; } .comments-area .comment-box .date{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #666666; font-weight: 400; } .comments-area .comment-box .text{ font-size: 14px; line-height: 28px; color:#777777; font-weight: 400; } .comments-area .comment-box .rating{ position: relative; display: block; font-size: 14px; color:#ff8a00; line-height: 20px; } .comments-area .comment-box .reply-btn a{ position: absolute; right: 0; top: 8px; font-size: 15px; line-height: 25px; padding:2px 25px; border:1px solid #ff8a00; border-radius:50px; color: #ff8a00; font-weight: 500; font-family: "Rubik", sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .comments-area .comment-box .reply-btn a:hover{ color: #ffffff; background-color:#ff8a00; } /*** ==================================================================== Comment Form ==================================================================== ***/ .comment-form{ position: relative; } .comment-form .group-title{ margin-bottom: 30px; } .comment-form .form-group{ position:relative; margin-bottom: 20px; } .comment-form .form-group:last-child{ margin-bottom: 0; } .comment-form .form-group input[type="text"], .comment-form .form-group input[type="email"], .comment-form .form-group textarea, .comment-form .form-group select{ position: relative; display: block; height: 50px; width: 100%; font-size: 14px; color: #999999; line-height: 20px; font-weight: 400; padding: 14px 22px; background-color: #ffffff; border: 1px solid #e1e1e1; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease; } .comment-form .form-group input:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus{ border-color:#ff8a00; } .comment-form .form-group textarea{ height: 120px; resize: none; } /*** ==================================================================== Contact Page Section ==================================================================== ***/ .contact-page-section{ position: relative; } .contact-page-section .form-column{ position: relative; } .contact-page-section .form-column .inner-column{ position: relative; padding: 100px 0; } .contact-page-section .sec-title{ margin-bottom: 30px; } .contact-page-section .contact-form{ margin-bottom: 120px; } .contact-page-section .contact-info{ position: relative; } .contact-page-section .contact-info .info-block{ position: relative; display: block; margin-bottom: 40px; } .contact-page-section .contact-info .info-block .inner{ position: relative; } .contact-page-section .contact-info .info-block h4{ position: relative; display: block; font-size: 20px; line-height: 1.2em; color: #2f2f2f; font-weight: 500; margin-bottom: 15px; } .contact-page-section .contact-info .info-block p{ position: relative; display: block; font-size: 14px; line-height: 28px; color: #777777; font-weight: 400; } .contact-page-section .contact-info .info-block p a{ color: #777777; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .contact-page-section .contact-info .info-block p a:hover{ color: #ff8a00; } /*== Map Column ===*/ .contact-page-section .map-column .inner-column{ position: absolute; right: 0; top: 0; height: 100%; width: 100%; padding-left: 15px; } .contact-page-section .map-column .map-outer{ position: absolute; height: 100%; width: 100%; background-color: #222222; } .contact-page-section .map-column .map-canvas{ position:absolute; height: 100%; width: 100%; } /*** ==================================================================== Services Sidebar ==================================================================== ***/ .services-sidebar{ position: relative; } .services-sidebar .sidebar-widget{ margin-bottom: 50px; } .services-sidebar .sidebar-title{ position: relative; display: block; font-size: 24px; line-height: 1.2em; color: #222222; font-weight: 500; margin-bottom: 30px; } /*Blog Category*/ .blog-cat{ position:relative; border:1px solid #e1e1e1; } .blog-cat li{ position:relative; } .blog-cat li:after{ position:absolute; content:''; left:0px; bottom:0px; width:100%; border-bottom:4px solid transparent; } .blog-cat li a{ position:relative; font-size:14px; font-weight:500; line-height: 30px; color:#222222; display:block; border-bottom:1px solid #acacac; border-left: 5px solid transparent; padding: 20px 40px 19px; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; font-family: 'Rubik', sans-serif; } .blog-cat li a:before{ position:absolute; content:'\f105'; right:33px; top:20px; color:#222222; font-size: 18px; line-height: 30px; font-family: 'FontAwesome'; } .blog-cat li.active a, .blog-cat li a:hover{ color:#ffffff; background-color:#ff8a00; border-left: 5px solid #222222; } /*Brochure Box*/ .brochure-box{ position:relative; padding: 13px 25px; border:1px solid #dddddd; background-color: #f3f3f3; margin-bottom:15px; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .brochure-box .inner{ position:relative; padding-left:45px; } .brochure-box .overlay-link{ position:absolute; left:0px; top:0px; width:100%; height:100%; display:block; } .brochure-box .inner .icon{ position:absolute; left:0px; top:0px; color:#222222; font-size:20px; line-height: 30px; font-weight:400; transition: all 300ms ease; } .brochure-box .inner .text{ position:relative; font-size:16px; font-weight:400; line-height: 30px; color:#222222; font-family: 'Rubik', sans-serif; transition: all 300ms ease; } .brochure-box:hover{ border-color:#ff8a00; background-color:#ff8a00; } .brochure-box:hover .inner .icon, .brochure-box:hover .inner .text{ color: #ffffff; } /*Help Box*/ .help-box{ position:relative; background-size:cover; background-repeat: no-repeat; background-position: center; } .help-box:before{ position:absolute; content:''; left:0px; top:0px; width:100%; height:100%; display:block; background-color: #222222; opacity: .90; } .help-box .inner{ position:relative; padding:45px 45px; } .help-box .inner .title{ position: relative; display: block; font-size: 14px; line-height: 24px; color: #ffb902; font-weight: 400; margin-bottom: 20px; } .help-box .inner h2{ position:relative; color:#ffffff; font-size:24px; font-weight:500; line-height:1.2em; text-transform: uppercase; margin-bottom:30px; } .help-box .inner .text{ position:relative; color:#fff; font-size:16px; line-height: 28px; margin-bottom:45px; } .help-box .inner .theme-btn{ background-color: transparent; border: 1px solid #ffffff; padding: 10px 35px; line-height: 20px; color: #ffffff; } /*** ==================================================================== Coming Soon ==================================================================== ***/ .coming-soon{ position:fixed; width:100%; height:100%; display:block; overflow-y:auto; background-repeat: no-repeat; background-position: center; background-size: cover; } .coming-soon .content{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: table; text-align:center; vertical-align: middle; } .coming-soon .content .content-inner{ position: relative; padding: 100px 15px; display: table-cell; vertical-align: middle; } .coming-soon .content .content-inner .logo{ position:relative; margin-bottom: 30px; } .coming-soon .content .content-inner h2{ position:relative; color:#ffffff; font-size:40px; font-weight:600; line-height:1.2em; margin-bottom:30px; letter-spacing: 0.1em; text-transform:uppercase; } .coming-soon .content .content-inner .text{ position:relative; color:#ffffff; font-size:20px; font-weight:400; line-height:1.6em; margin-top:0px; margin-bottom:60px; } .time-counter{ position:relative; } .time-counter .time-countdown{ position:relative; } .time-counter .time-countdown .counter-column{ position:relative; margin:0px 15px 0px; width:140px; height:120px; text-align:center; display:inline-block; color:#ff8a00; font-size:20px; line-height:30px; text-transform:uppercase; border-radius:50%; font-weight:700; margin-bottom:60px; } .time-counter .time-countdown .counter-column .count{ position:relative; display:block; font-size:80px; line-height:40px; padding:40px 0px 30px; color:#ffffff; letter-spacing:1px; font-weight:700; } .coming-soon .emailed-form .form-group{ position:relative; display:block; max-width:770px; margin:0 auto; width:100%; margin-bottom:20px; } .coming-soon .emailed-form .form-group input[type="text"], .coming-soon .emailed-form .form-group input[type="tel"], .coming-soon .emailed-form .form-group input[type="email"], .coming-soon .emailed-form .form-group textarea{ position:relative; display:block; width:100%; line-height:20px; height:60px; font-size:18px; color:#222222; overflow:hidden; padding:20px 50px 20px 50px; background:#ffffff; border-radius:50px; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .coming-soon .emailed-form .form-group input[type="submit"], .coming-soon .emailed-form button{ position:absolute; right:0px; top:0px; width:195px; height:60px; line-height:40px; padding: 10px 50px; font-size:18px; font-weight:700; text-align:center; text-transform:uppercase; border-radius:0px 50px 50px 0px; } /*Sidebar Range slider */ .range-slider-one{ position:relative; min-height:48px; padding-top: 10px; overflow: hidden; margin-top:-20px; } .range-slider-one .title{ position:relative; float:left; color:#000000; font-size:16px; font-weight:400; margin-top:8px; } .range-slider-one .title:before{ position:absolute; content:'$'; right:-14px; top:0px; color:#848484; font-size:16px; font-weight:300; } .range-slider-one .input{ float:right; left: 8px; max-width:75px; padding-left:8px; margin-top:8px; position: relative; } .range-slider-one .input input{ background:none; color:#777777; font-size:16px; font-weight:300; width:auto; text-align:left; } .range-slider-one .ui-widget.ui-widget-content{ height:3px; border:none; margin-bottom:35px; background:#eeeeee; } .range-slider-one .ui-slider .ui-slider-range{ top:0px; height:3px; background:#333333; } .range-slider-one .ui-state-default, .range-slider-one .ui-widget-content .ui-state-default{ top:-3px; width:10px; height:10px; background:#ff8a00; cursor:pointer; border-radius:0px; border-color:#ff8a00; } .range-slider-one .theme-btn{ padding:8px 35px; border-radius:0px; } .range-slider-one .theme-btn:before{ display: none; } /*Sidebar Realated Posts */ .sidebar .related-posts .post{ position:relative; padding:15px 0px 0px; padding-left:90px; margin-bottom:35px; } .sidebar .related-posts .post:last-child{ margin-bottom:0px; border:0px; min-height:inherit; } .sidebar .related-posts .post .post-thumb{ position:absolute; left:0px; top:0px; width:70px; } .sidebar .related-posts .post .post-thumb img{ display:block; width:100%; } .sidebar .related-posts .post h4{ top:-2px; font-size:18px; font-weight:500; color:#333333; line-height:1.2em; text-transform:capitalize; } .sidebar .related-posts .post h4 a{ color:#333333; transition:all 300ms ease; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; } .sidebar .related-posts .post a, .sidebar .related-posts .post a:hover{ color:#ff8a00; } .sidebar .related-posts .post .price{ font-size:18px; letter-spacing:1px; font-weight:400; color:#777777; } .sidebar .related-posts .post .rating{ margin-bottom:1px; line-height:1em; } .sidebar .related-posts .post .rating .fa{ position:relative; display:inline-block; font-size:16px; line-height:26px; color:#ff8a00; } .our-shop .styled-pagination{ margin-top:40px; } /*Shop Item*/ .shop-item{ position:relative; margin-bottom:30px !important; } .shop-item .inner-box{ position: relative; text-align: center; z-index: 999; padding-bottom: 15px; background: #f7f7f8; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .shop-item .inner-box:hover .image .overlay-box{ opacity:1; } .shop-item .inner-box .image{ position: relative; z-index: 11; } .shop-item .inner-box .image img{ position:relative; text-align: center; background-color: #f8f8f8; padding: 10px 10px; width: 100%; } .shop-item .inner-box .image .clrtbtn{ background: #333; color: #fff; font-size: 16px; text-align: center; position: absolute; width: 100%; bottom: -30px; transition: all .5s ease-in-out; opacity: 0; } .shop-item .inner-box .image .clrtbtn a{ position:relative; background: #333; width: 100%; text-align: center; color: #fff; padding: 6px 10px; display: block; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .shop-item .inner-box:hover .image .clrtbtn{ opacity: 1; bottom: 8px; transition: all .5s ease-in-out; } .shop-item .inner-box .image .clrtbtn a:hover{ color:#fff; background-color:#ff8a00; } .shop-item .inner-box .image img{ width:100%; display:inline-block; } .shop-item .inner-box .lower-content{ position:relative; z-index:11; padding:20px 0px 0px; } .shop-item .inner-box .lower-content h3{ position:relative; font-size:18px; font-weight:500; margin-bottom:9px; text-transform:capitalize; } .shop-item .inner-box .lower-content h3 a{ color:#222222; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .shop-item .inner-box .lower-content h3 a:hover{ color:#ff8a00; } .shop-item .inner-box .lower-content .add-cart{ position:relative; color:#666666; font-weight:700; font-size:18px; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; font-family: 'Arimo', sans-serif; } .shop-item .inner-box .lower-content .add-cart .fa{ margin-right:5px; } .shop-item .inner-box .lower-content .add-cart:hover{ color:#ff8a00; } .shop-item .inner-box .lower-content .price{ position:relative; color:#ff8a00; font-size:16px; font-weight:700; margin-bottom:10px; } .shop-item .inner-box .lower-content .price .discount{ position:relative; color:#777777; margin-right:8px; text-decoration:line-through; } .shop-item .inner-box .lower-content .rating .fa{ position:relative; display:inline-block; font-size:16px; color:#ff8a00; } .items-sorting{ position:relative; margin-bottom:20px; } .product-details .basic-details{ position:relative; margin-bottom:50px; } .product-details .image-column, .product-details .info-column{ margin-bottom:20px; } .product-details .image-column .image-box img{ position:relative; display:block; width:100%; background-color:#f7f7f7; } .product-details .basic-details .details-header{ position:relative; margin-bottom:16px; } .product-details .basic-details .details-header h4{ font-size:24px; font-weight:700; margin:5px 0px 20px; line-height:1.4em; color:#222222; } .product-details .basic-details .details-header h4 a{ color:#333333; } .product-details .basic-details .details-header .rating{ font-size:18px; color:#ff8a00; margin-bottom:15px; display:inline-block; } .product-details .basic-details .details-header .reviews{ position:relative; display:inline-block; color:#777777; font-weight:400; margin-left:15px; } .product-details .basic-details .details-header .rating .fa{ display:inline-block; } .product-details .basic-details .details-header .rating .txt{ font-size:14px; padding-left:10px; color:#777777; } .product-details .basic-details .details-header .item-price{ font-size:22px; font-weight:700; color:#ff8a00; line-height:24px; } .product-details .basic-details .prod-info{ margin-bottom:15px; line-height:1.6em; font-size:13px; } .product-details .basic-details .prod-info strong{ font-weight:700; color:#111111; } .product-details .basic-details .text{ margin-bottom:25px; color:#777777; font-size:16px; font-weight:400; line-height:1.8em; } .product-details .basic-details .item-quantity .field-label{ float:left; font-weight:700; font-size:14px; line-height:32px; display:inline-block; padding-right:20px; } .product-details .basic-details .quantity-spinner, .cart-section input.quantity-spinner{ line-height:24px; padding:10px 15px !important; height:46px !important; box-shadow:none !important; } .cart-section .bootstrap-touchspin .input-group-btn-vertical{ position: absolute; right: 20px; top: 0; z-index: 99; } .product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn, .cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{ padding:11px 10px; background:#f4f5f6; } .product-details .bootstrap-touchspin .input-group-btn-vertical i, .cart-section .bootstrap-touchspin .input-group-btn-vertical i{ top:6px; } .product-details .basic-details .item-quantity{ position:relative; float:left; width:85px; margin-bottom:25px; margin-right:25px; } .product-details .basic-details .item-quantity .field-label{ float:left; font-weight:700; font-size:14px; line-height:32px; display:inline-block; padding-right:20px; } .product-details .basic-details .quantity-spinner, .cart-table input.quantity-spinner{ font-size:18px; line-height:24px; padding:10px 15px !important; height:50px !important; box-shadow:none !important; } .product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn, .cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{ padding:12px 10px; background:#f4f5f6; border-radius:0px; } .product-details .bootstrap-touchspin .input-group-btn-vertical i, .cart-table .bootstrap-touchspin .input-group-btn-vertical i{ top:8px; } .product-details .basic-details .add-to-cart{ padding:11px 30px; font-weight:600; font-size:16px; border-radius:50px; text-transform:uppercase; margin-left: 20px; } /*** ==================================================================== Product Tabs Style ==================================================================== ***/ .shop-single .product-details .prod-tabs{ position:relative; } .shop-single .product-details .prod-tabs .tab-btns{ position:relative; z-index:1; margin-bottom:50px; } .shop-single .product-details .prod-tabs .tab-btns .tab-btn{ position:relative; top:1px; display:block; float:left; margin-right:10px; font-size:16px; background:#eeeeee; color:#000000; text-transform:uppercase; font-weight:600; line-height:24px; cursor:pointer; border-radius:50px; padding:18px 43px 18px; transition:all 500ms ease; font-family: 'Montserrat', sans-serif; } .shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover, .shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{ color:#000000; background:#ff8a00; } .shop-single .product-details .prod-tabs .tabs-content{ position:relative; } .shop-single .product-details .prod-tabs .tabs-content .tab{ position:relative; display:none; border-top:0px; } .shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{ display:block; } .shop-single .product-details .prod-tabs .tabs-content .tab .content{ position:relative; } .shop-single .product-details .prod-tabs .tabs-content .tab .content p{ position:relative; font-size:16px; line-height:1.7em; margin-bottom:25px; color:#797979; } .shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child{ margin-bottom:0px; } .prod-tabs .tabs-content .tab .title{ position:relative; color:#222222; font-size:24px; font-weight:600; margin-bottom:30px; font-family: 'Montserrat', sans-serif; } /*Comment Form*/ .shop-comment-form{ position:relative; margin-top:50px; } .shop-comment-form h2{ position:relative; color:#333333; font-size:24px; font-weight:500; margin-bottom:10px; } .shop-comment-form .mail-text{ position:relative; color:#777777; font-size:16px; margin-bottom:15px; } .shop-comment-form .group-title{ margin-bottom:20px; } .shop-comment-form .rating-box{ position:relative; margin-bottom:20px; } .shop-comment-form .rating-box .text{ position:relative; font-size:16px; color:#333333; margin-bottom:15px; } .shop-comment-form .rating-box .rating{ position:relative; margin-right:10px; display:inline-block; } .shop-comment-form .rating-box .rating .fa{ position:relative; margin-right:5px; display:inline-block; } .shop-comment-form .rating-box .rating a{ position:relative; color:#cccccc; font-size:14px; display:inline-block; } .shop-comment-form .rating-box .rating a:hover{ color:#ff8a00; } .shop-comment-form .form-group{ position:relative; margin-bottom:20px; } .shop-comment-form .form-group label{ position:relative; color:#333333; font-size:16px; font-weight:400; } .shop-comment-form .form-group:last-child{ margin-bottom:0px; } .shop-comment-form .form-group input[type="text"], .shop-comment-form .form-group input[type="password"], .shop-comment-form .form-group input[type="tel"], .shop-comment-form .form-group input[type="email"], .shop-comment-form .form-group select{ position:relative; display:block; width:100%; line-height:28px; padding:10px 15px; border:1px solid #dddddd; height:50px; color:#848484; font-weight:300; background:#ffffff; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .shop-comment-form .form-group input[type="text"]:focus, .shop-comment-form .form-group input[type="password"]:focus, .shop-comment-form .form-group input[type="tel"]:focus, .shop-comment-form .form-group input[type="email"]:focus, .shop-comment-form .form-group select:focus, .shop-comment-form .form-group textarea:focus{ border-color:#ff8a00; } .shop-comment-form .form-group textarea{ position:relative; display:block; width:100%; line-height:26px; padding:10px 15px; color:#848484; border:1px solid #dddddd; height:120px; font-weight:300; background:#ffffff; resize:none; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .shop-comment-form button{ position:relative; font-weight:600; font-size:16px; padding:10px 32px; margin-top:10px; text-transform:uppercase; } .shop-comment-form input:focus, .shop-comment-form select:focus, .shop-comment-form textarea:focus{ border-color:#f06529; } /*** ==================================================================== Cart Section style ==================================================================== ***/ .cart-section{ position:relative; padding:100px 0px 60px; } .cart-outer{ position:relative; } .checkout-page .cart-outer{ margin-bottom:40px; } .cart-outer .table-outer{ position:relative; width:100%; overflow-x: auto; } .cart-outer .cart-table{ width:100%; min-width:900px; } .cart-table .cart-header{ position:relative; width:100%; text-transform:uppercase; font-size:13px; background:#222222; color:#ffffff; border:1px solid #ebebeb; } .cart-table thead tr th{ line-height:24px; padding:15px 25px; font-weight:700; font-size:16px; letter-spacing:1px; text-align:center; text-transform:uppercase; border-right:1px solid #ffffff; font-family: 'Arimo', sans-serif; } .cart-table thead tr th .fa{ font-size:18px; } .cart-table tbody tr td{ line-height:24px; padding:30px 25px 30px; } .cart-table tbody tr .qty{ width:200px; } .cart-table tbody tr .qty .item-quantity{ max-width: 100px; margin: 0 auto; } .cart-table tbody tr .qty .quantity-spinner{ background:#ffffff; } .cart-table tbody tr .prod-column .column-box{ position:relative; min-height:110px; } .cart-table tbody tr .prod-column .column-box .prod-thumb{ position:relative; width:140px; margin: 0 auto; text-align: center; } .cart-table tbody tr .prod-column .column-box .prod-thumb img{ display:inline-block; max-width:100%; } .cart-table tbody tr .prod-column .column-box h4{ font-size:14px; color:#444444; font-weight:400; line-height:90px; } .cart-table tbody tr .prod-column .author{ font-size:13px; color:#333333; margin-bottom:0px; } .cart-table tbody tr .sub-total{ font-weight:400; color:#222222; font-size:16px; } .cart-table tbody tr .sub-total.price{ } .cart-table tbody tr .remove-btn{ position:relative; font-size:14px; color:#ff8a00; line-height:30px; font-weight:500; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; -moz-transition:all 500ms ease; transition:all 500ms ease; } .cart-table tbody tr .remove-btn .fa{ position:relative; font-size:18px; line-height:30px; } .cart-table tbody tr .remove-btn:hover{ color:#444444; } .cart-table tbody tr{ border-bottom:1px solid #cccccc; } .cart-table tbody tr td{ vertical-align:middle; color:#797979; font-size:17px; text-align:center; border-left:1px solid #cccccc; } .cart-table tbody tr td.prod-column{ padding-left:48px; } .cart-table tbody tr td.total{ font-size:18px; color:#333333; } .cart-table tbody tr td:last-child{ border-right:1px solid #ebebeb; text-align:center; } .cart-table tbody tr td .prod-title{ position:relative; font-size:16px; color:#222222; font-weight:400; font-family: 'Arimo', sans-serif; } .cart-table tbody tr td .quantity-spinner{ padding:5px 0px 5px 20px; line-height:24px; height:34px; display:block; width:100%; position:relative; } .cart-table tbody .available-info{ position:relative; padding-left:50px; } .cart-table tbody .available-info .icon{ position:absolute; left:0px; top:5px; width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; color:#ffffff; background:#223555; border-radius:50%; } .cart-section .cart-options{ position:relative; padding:40px 0px 10px; margin-bottom:30px; border-top:0px; } .cart-section .apply-coupon{ position:relative; } .cart-section .cart-options .cart-btn{ padding:13px 36px; line-height: 24px; font-size:15px; color:#ffffff; font-weight:700; border-radius:50px; text-transform:capitalize; background-color:#ff8a00; font-family: 'Montserrat', sans-serif; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; -moz-transition:all 500ms ease; transition:all 500ms ease; } .cart-section .cart-options .cart-btn:hover{ background-color:#222222; } .cart-section .apply-coupon .form-group{ position:relative; float:left; margin-right:30px; } .cart-section .apply-coupon .form-group input[type="text"]{ display:block; line-height:28px; padding:10px 25px; border:1px solid #cccccc; width:225px; height:50px; background:#ffffff; border-radius:50px; } .cart-section .coupon-btn{ padding:13px 29px; line-height: 24px; font-size:16px; color:#ffffff; font-weight:700; border-radius:50px; text-transform:capitalize; background-color:#ff8a00; font-family: 'Montserrat', sans-serif; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; -moz-transition:all 500ms ease; transition:all 500ms ease; } .cart-section .coupon-btn:hover{ background-color:#222222; } .cart-section .cart-options .btn-style-one{ top:-7px; padding-left:32px; padding-right:32px; } .cart-section .totals-table{ position:relative; margin-bottom:20px; border:1px solid #cccccc; } .cart-section .totals-table li{ line-height:24px; padding:18px 30px; border-bottom:1px solid #cccccc; } .cart-section .totals-table li:first-child{ background-color:#dddddd; } .cart-section .totals-table li h3{ position:relative; font-weight:700; color:#333333; font-size:18px; font-family: 'Arimo', sans-serif; } .cart-section .totals-table li:last-child{ border-bottom:none; padding:40px 20px 50px; } .cart-section .totals-table .col{ position:relative; display:block; float:left; line-height:24px; width:50%; color:#222222; font-size:16px; font-weight:700; text-transform:capitalize; font-family: 'Arimo', sans-serif; } .cart-section .totals-table li .col:last-child{ text-align:right; } .cart-section .totals-table .total .price{ color:#ff8a00; font-weight:400; } .cart-section .totals-table .proceed-btn{ padding: 13px 33px; line-height: 24px; font-size: 15px; color: #ffffff; font-weight: 700; border-radius:50px; text-transform: capitalize; background-color: #ff8a00; font-family: 'Montserrat', sans-serif; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; } .cart-section .totals-table .proceed-btn:hover{ background-color:#222222; } .shipping-block{ position:relative; margin-bottom:60px; } .shipping-block .inner-box{ position:relative; padding:20px 25px 10px; border:1px solid #cccccc; } .shipping-block .inner-box h3{ position:relative; color:#333333; font-size:24px; font-weight:700; margin-bottom:4px; text-transform:capitalize; } .shipping-block .inner-box h4{ position:relative; color:#222222; font-size:14px; font-weight:400; margin-bottom:22px; text-transform:capitalize; } .shipping-form{ position:relative; } .shipping-form .row{ position:relative; margin:0px -10px; } .shipping-form .form-group{ position:relative; margin-bottom:20px; padding:0px 10px; } .shipping-form .form-group input[type="text"], .shipping-form .form-group input[type="password"], .shipping-form .form-group input[type="tel"], .shipping-form .form-group input[type="email"]{ position:relative; display:block; width:100%; line-height:23px; padding:10px 20px; height:45px; font-size:14px; border:1px solid #cccccc; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .shipping-form .form-group input[type="text"]:focus, .shipping-form .form-group input[type="password"]:focus, .shipping-form .form-group input[type="tel"]:focus, .shipping-form .form-group input[type="email"]:focus, .shipping-form .form-group select:focus, .shipping-form .form-group textarea:focus{ border-color:#ff8a00; } .shipping-form button{ padding: 13px 33px; line-height: 24px; font-size: 15px; color: #ffffff; font-weight: 700; margin-top:6px; border-radius:50px; text-transform: capitalize; background-color: #ff8a00; font-family: 'Montserrat', sans-serif; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; } .shipping-form button:hover{ background-color:#222222; } /*==================================================================== CheckOut Section ====================================================================*/ .checkout-page{ position:relative; padding:100px 0px 50px; } .checkout-page .default-links{ position:relative; margin-bottom:50px; } .checkout-page .default-links li{ line-height:25px; padding:25px 25px; font-size:16px; font-weight: 500; color:#666666; background-color :#eeeeee; margin-bottom: 40px; } .checkout-page .default-links li .fa{ position:relative; font-size:24px; line-height: 25px; color:#ff9f14; margin-right:20px; } .checkout-page .default-links li a{ color:#666666; font-size: 16px; display: inline-block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .checkout-page .default-links li a:hover{ color: #ff9f14; } .checkout-page .sec-title{ margin-bottom: 20px; } .checkout-page .sec-title h3{ font-size: 30px; line-height: 1.2em; color: #222222; font-weight: 500; } .checkout-form{ position:relative; margin-bottom: 50px; } .checkout-form .column{ position: relative; } .checkout-form .form-group{ position:relative; margin-bottom: 15px; } .checkout-form .form-group .field-label{ display:block; line-height:24px; text-transform:capitalize; color:#222222; font-size:15px; font-weight:500; margin-bottom:10px; } .checkout-form .form-group .field-label span{ position: relative; font-size: 16px; color: #222222; display: block; font-weight: 600; } .checkout-form .form-group .field-label sup{ top:-1px; font-size:15px; color: #009fe9; } .checkout-form .form-group .text{ position:relative; color:#777777; font-size:14px; line-height: 24px; } .checkout-form input[type="text"], .checkout-form input[type="email"], .checkout-form input[type="password"], .checkout-form input[type="tel"], .checkout-form input[type="number"], .checkout-form input[type="url"], .checkout-form select, .checkout-form textarea{ position:relative; display:block; width:100%; background:#ffffff; font-size: 16px; line-height:26px; color: #777777; padding:12px 22px; height:50px; border:1px solid #e0e0e0; transition:all 300ms ease; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; } .checkout-form select{ cursor:pointer; -webkit-appearance:none; -ms-appearance:none; -o-appearance:none; -moz-appearance:none; background:#ffffff url(images/icons/icon-select.png) right center no-repeat; } .checkout-form textarea{ resize:none; height:60px !important; padding-left: 30px; } .checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus{ border-color: #ff9f14; } .checkout-page .check-box{ line-height:24px; font-size:14px; font-weight:normal; padding-top:5px; } .checkout-page .check-box label{ position:relative; top:-1px; font-weight:normal; padding:0px; font-size:16px; cursor:pointer; color:#333333; } .checkout-page .lower-content{ margin-top:30px; } .checkout-page .lower-content .order-column{ margin-bottom:40px; } .checkout-page .lower-content .column h2{ position:relative; color:#222222; font-size:24px; margin-bottom:30px; padding-bottom:12px; } .checkout-page .lower-content .column h2:after{ position:absolute; content:''; left:0px; bottom:0px; width:40px; height:2px; background-color:#fa9928; } /*Coupon Box*/ .coupon-box{ position:relative; padding:25px 25px; margin-bottom:25px; background-color:#f5f5f5; } .coupon-form{ position:relative; } .coupon-form .form-group{ position:relative; margin-bottom:0px; } .coupon-form .form-group input[type="text"]{ position:relative; display:block; width:100%; line-height:28px; padding:10px 20px; height:44px; font-size:14px; border:1px solid #cccccc; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .coupon-form .form-group input[type="text"]:focus{ border-color: #ff9f14; } .coupon-form button{ margin-top:0px; font-size:16px; font-weight:700; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; -ms-border-radius:0px; -o-border-radius:0px; padding:8px 26px; text-transform:capitalize; } .order-box{ position:relative; margin-bottom: 50px; } .order-box .sec-title{ margin-bottom: 25px; } .order-box .sec-title h2{ font-size: 28px; padding-bottom: 0; } .order-box .sec-title h2:before{ display: none; } .order-box .title-box{ position:relative; padding:15px 30px; font-weight: 500; color: #ffffff; background-color :#222222; } .order-box .title-box .col{ position:relative; width:50%; float:left; color:#ffffff; font-size: 16px; line-height: 25px; } .order-box ul{ position:relative; } .order-box ul li{ position:relative; padding: 25px 30px; font-size: 16px; font-weight: 500; color: #777777; line-height: 30px; border-bottom:1px solid #cccccc; } .order-box ul li strong{ color:#222222; font-weight: 500; font-size:16px; } .order-box ul li span{ width:50%; float:right; color:#ff9f14; font-size:16px; } .order-box ul li span.free{ color:#777777; } .order-box ul li:last-child{ border-bottom: 0; } .payment-box{ position:relative; margin-bottom: 50px; } .payment-box .upper-box{ position:relative; padding:15px 35px; background-color:#f5f5f5; border-bottom:1px solid #b7b7b7; } .payment-options{ position:relative; margin-top:20px; margin-bottom:20px; } .payment-box .payment-options li{ position:relative; margin-bottom:15px; } .payment-box .payment-options li .radio-option{ position:relative; } .payment-box .payment-options li .radio-option label{ position:relative; display:block; padding-left:30px; font-weight: 500; text-transform:capitalize; color:#222222; cursor:pointer; font-size:16px; } .payment-box .payment-options li .radio-option label strong{ font-weight: 400; } .payment-box .payment-options li .radio-option input[type="radio"]{ position:absolute; left:0px; top:3px; } .payment-box .payment-options li .radio-option label .small-text{ position:relative; display:none; letter-spacing:0px; text-transform:none; font-weight:normal; font-size:14px; color:#ffffff; line-height:1.8em; padding:15px 20px; margin-top:20px; background-color :#ff9f14; } .payment-box .payment-options li .radio-option input:checked + label .small-text{ display:block; } .payment-box .payment-options li .radio-option label .small-text:before{ position:absolute; content:''; left:30px; top:-8px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 8px solid #ff9f14; } .payment-box .payment-options li .radio-option label img{ position:relative; display:block; max-width:100%; padding-left:30px; margin-top:20px; } .payment-box .payment-options li .radio-option .what-paypall{ position:relative; display:block; color:#777777; font-size:16px; font-weight:700; margin-left:120px; margin-top:10px; } .payment-box .lower-box{ position:relative; background-color: #f5f5f5; padding: 30px 35px; } .payment-box .lower-box .theme-btn{ padding: 13px 32px; font-weight: 400; margin-right: 0; } /*** ==================================================================== Login Section ==================================================================== ***/ .login-section{ position:relative; padding:120px 0px 90px; } .login-form.register-form{ padding-bottom:47px; } .login-section h2{ position:relative; color:#222222; font-size:36px; font-weight:500; line-height:1.2em; margin-bottom:25px; } .login-form{ position:relative; margin-bottom:40px; padding:30px 40px 25px; background-color:#f9f9f9; } .login-form .form-group{ position:relative; margin-bottom:16px; } .login-form .form-group.check-box{ margin-bottom:0px; } .login-form .form-group:nth-child(2){ margin-bottom:25px; } .login-section.style-two .login-form .form-group:nth-child(2){ margin-bottom:15px; } .login-form .form-group label{ position:relative; top:-1px; color:#666666; font-weight:400; font-size:14px; margin-bottom:12px; } .login-form .form-group.no-margin{ margin-bottom:0px; } .login-form .form-group input[type="text"], .login-form .form-group input[type="password"], .login-form .form-group input[type="tel"], .login-form .form-group input[type="email"]{ position:relative; display:block; width:100%; line-height:28px; padding:10px 20px; height:50px; color: #666666; font-size:14px; border:1px solid #e0e0e0; -webkit-transition:all 300ms ease; -ms-transition:all 300ms ease; -o-transition:all 300ms ease; -moz-transition:all 300ms ease; transition:all 300ms ease; } .login-form .form-group input[type="text"]:focus, .login-form .form-group input[type="password"]:focus, .login-form .form-group input[type="tel"]:focus, .login-form .form-group input[type="email"]:focus, .login-form .form-group select:focus, .login-form .form-group textarea:focus{ border-color:#ff8a00; } .login-form button{ top:0px; margin-top:0px; font-size:16px; font-weight:700; padding:10px 36px; line-height: 25px; color:#ffffff; text-transform:uppercase; } .login-form .psw{ position:relative; color:#666666; font-size:16px; } .login-form .psw:hover{ text-decoration: underline; } /*** ==================================================================== Error Section ==================================================================== ***/ .error-section{ position:relative; text-align:center; padding:170px 0px 170px; } .error-section .error-title{ position:relative; color:#222222; font-size:200px; font-weight:800; line-height:1em; } .error-section .error-title span{ color: #ff8a00; } .error-section h4{ color:#333333; font-size:40px; font-weight:500; text-transform:capitalize; } .error-section .text{ color:#666666; font-size:24px; margin-top:18px; margin-bottom:45px; } .error-section .theme-btn{ border-radius:50px; font-size:18px; font-weight:700; text-transform:uppercase; } /*** ================================================================== Right To Left Style ================================================================== ***/ .rtl{ direction: rtl; text-align: right; } .rtl .group-title h2, .rtl .styled-pagination, .rtl .owl-carousel{ direction: ltr !important; } .rtl .blog-detail .tags ul li, .rtl .blog-detail .tags .title, .rtl .page-title .title-box, .rtl .project-detail .info-list li strong, .rtl .service-detail .prod-tabs .tab-btns .tab-btn, .rtl .header-style-four .main-menu, .rtl .header-style-three .main-menu, .rtl .projects-section-two .upper-box .sec-title, .rtl .main-footer .footer-bottom .copyright-text, .rtl .testimonial-section .testimonial-column, .rtl .main-header .top-left, .rtl .main-menu .navigation > li, .rtl .header-style-one .main-menu, .rtl .header-style-five .nav-outer, .rtl .banner-section .bottom-box .contact-info, .rtl .main-header .contact-info li span, .rtl .main-header .logo-box{ float: right; } .rtl .cat-list li a span, .rtl .page-title .bread-crumb, .rtl .header-style-four .header-top .top-right, .rtl .header-style-four .outer-box, .rtl .header-style-three .nav-outer, .rtl .main-header .top-right, .rtl .header-style-four .nav-outer, .rtl .projects-section-two .upper-box .link-box, .rtl .main-footer .footer-bottom .social-links, .rtl .testimonial-section .title-column, .rtl .main-header .nav-outer, .rtl .header-style-five .outer-box, .rtl .header-style-one .outer-box{ float: left; } .rtl .comments-area .comment-box .author-thumb, .rtl .blog-detail .news-block-two .caption-box blockquote .icon, .rtl .latest-news .post-thumb, .rtl .feature-block h3:before, .rtl .active-side-nav .sidenav-bar, .rtl .banner-carousel-two .content-box .count, .rtl .list-style-one li:before, .rtl .news-block-four .image-box, .rtl .main-footer .links-widget .list li:before, .rtl .active-side-nav .hidden-bar, .rtl .contact-info-box .info-list:before, .rtl .main-footer .footer-column .widget-title:before, .rtl .testimonial-carousel .owl-nav, .rtl .recent-posts .post .thumb, .rtl .brochure-box .inner .icon, .rtl .service-detail .inner-box ul li:before, .rtl .fact-counter .count-box:before, .rtl .about-section .image-column .image-box .alphabet-img, .rtl .about-section .content-column .content-box .title h2:before, .rtl .main-menu .navigation > li > ul, .rtl .footer-widget ul li.page_item a:before, .rtl .footer-widget ul li a:before { left: auto; right: 0; } .rtl .comments-area .comment-box .reply-btn, .rtl .news-block-two .blockquote .author, .rtl .sidenav-bar .cross-icon, .rtl .offer-section .form-column .upper-box .discount, .rtl .banner-section-two .slide-item .content-box:before, .rtl .banner-carousel-three .owl-nav, .rtl .testimonial-block .image-box, .rtl .team-block .image-box .social-links{ right: auto; left: 0; } .rtl .testimonial-section .title-column .inner-column, .rtl .team-block .inner-box .designation, .rtl .projects-carousel .owl-nav, .rtl .about-section .image-column .image-box .image{ text-align: left; } .rtl .header-style-three .logo-box:before{ margin-left: -230px; right: auto; left: 100%; transform: skew(-40deg); } .rtl .sidenav-bar .side-nav .navigation > li.dropdown > a{ padding-right: 0; padding-left: 30px; } .rtl .header-style-one .outer-box{ margin-left: 0; margin-right: 45px; } .rtl .fixed-header .sticky-header .logo{ float: right !important; } .rtl .fixed-header .sticky-header .pull-right{ float: left !important; } .rtl .sidenav-bar .side-nav .navigation > li.dropdown > a:before{ right: auto; left: 0; content: "\f104"; } .rtl .footer-widget ul li.page_item a, .footer-widget ul li a { padding-left: 0px; padding-right: 30px; } .rtl .banner-section .bottom-box .contact-info li span{ float: right; margin-left: 10px; } .rtl .sidenav-bar .side-nav .navigation > li.active > a:before{ content: "\f107"; } .rtl .mCSB_inside>.mCSB_container{ margin-right: 0; margin-left: 0 !important; } .rtl .social-icon-one li{ margin-left: 0; margin-right: 22px; } .rtl .main-menu .navigation > li{ margin-right: 45px; margin-left: 0; } .rtl .main-menu .navigation > li > ul > li > ul{ right: 110%; left: auto; } .rtl .main-menu .navigation > li > ul > li:hover > ul{ right: 100%; } .rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a, .rtl .main-menu .navigation > li > ul > li > ul > li > a, .rtl .main-menu .navigation > li > ul > li > a{ text-align: right !important; } .rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a, .rtl .main-menu .navigation > li > ul > li > ul > li > a, .rtl .main-menu .navigation > li > ul > li > a{ border-left: 0; border-right: 4px solid transparent; } .rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover, .rtl .main-menu .navigation > li > ul > li > ul > li:hover > a, .rtl .main-menu .navigation > li > ul > li:hover > a{ border-left: 0; border-right: 4px solid #ff8a00; } .rtl .main-menu .navigation > li > ul > li.dropdown > a:after{ left: 10px; right: auto; content: "\f104"; } .rtl .about-section .image-column .title-box h2{ text-align: center; } .rtl .fact-counter .count-box{ padding-right: 20px; padding-left: 0; } .rtl .header-style-two .outer-box{ float: left; margin-left: 0; margin-right: 45px; } .rtl .header-style-two .main-menu{ float: right; } .rtl .header-style-two .search-box-outer{ float: left; margin-right: 45px; margin-left: 0; } .rtl .main-header .search-box-outer .dropdown-menu{ right: auto !important; left: 0 !important; } .rtl .main-header .cart-btn{ float: right; } .rtl .fact-counter .count-box .count{ float: right; margin-left: 15px; margin-right: 0; } .rtl .project-block .overlay-box h4{ right: auto; left: 30px; } .rtl .project-block .overlay-box .tag{ left: auto; right: 30px; } .rtl .banner-carousel .owl-nav{ right: auto; left: 30%; } .rtl .banner-section:before{ right: auto; left: 0; transform: scaleX(-1); } .rtl .team-block .inner-box{ padding-right: 0; padding-left: 50px; } .rtl .team-block .inner-box:hover .image-box .social-links li{ right: auto; left: -50px; } .rtl .team-block .image-box .name{ right: auto; left: -40px; } .rtl .testimonial-block{ padding-right: 0; } .rtl .testimonial-block .inner-box{ padding-right: 0; padding-left: 220px; text-align: left; } .rtl .testimonial-block:before{ right: auto; left: 0px; } .rtl .testimonial-carousel .active .testimonial-block:before{ left: 30px; } .rtl .main-footer .footer-column .widget-title{ padding-left: 0; padding-right: 25px; } .rtl .recent-posts .post{ padding-left: 0; padding-right: 105px; } .rtl .main-footer .links-widget .list li{ padding-left: 0; padding-right: 30px; } .rtl .main-footer .footer-bottom .inner-container:before{ right: auto; left: 100%; } .rtl .main-footer .footer-bottom .copyright-text:before{ left: auto; right: 100%; border-right: 0; border-bottom: 0; border-left: 40px solid transparent; border-bottom: 70px solid #ff8a00; } .rtl .main-footer .footer-bottom .social-icon-two li{ margin-left: 0; margin-right: 26px; } .rtl .main-footer .footer-bottom .copyright-text{ padding-right: 0; padding-left: 40px; } .rtl .offer-section .form-column .upper-box{ padding-right: 0; padding-left: 200px; } .rtl .products-carousel .owl-nav{ left: auto; right: -32%; } .rtl .header-style-three .outer-box{ margin-left: 0; margin-right: 80px; float: left; } .rtl .hidden-bar .inner-box .cross-icon{ right: auto; left: 30px; } .rtl .banner-carousel-two .content-box .inner-box{ padding-left: 0; padding-right: 30px; float: left; } .rtl .banner-carousel-two .content-box .inner-box:before{ left: auto; right: 100%; } .rtl .banner-section-three .bottom-box .outer-box:before{ margin-left: 0; margin-right: -300px; left: auto; right: 100%; transform: skew(-40deg); } .rtl .banner-carousel-two .owl-nav{ text-align: left; } .rtl .banner-section-three .social-links{ float: right; } .rtl .carousel-outer .thumbs-carousel .owl-nav{ bottom: auto; top: -525%; } .rtl .testimonial-carousel-two{ padding-left: 0; padding-right: 100px; } .rtl .testimonial-carousel-two .owl-nav{ left: auto; right: -135px; } .rtl .accordion-box .block .acc-btn{ padding-right: 25px; padding-left: 50px; } .rtl .accordion-box .block .icon{ right: auto; left: 15px; } .rtl .main-header .contact-info li:first-child{ margin-left: 0; } .rtl .news-block-two .caption-box .info li:first-child, .rtl .service-detail .prod-tabs .tab-btns .tab-btn:first-child, .rtl .news-block-four .content-box .info li:first-child{ margin-right: 0; } .rtl .news-block-four .inner-box{ padding-left: 0; padding-right: 300px; } .rtl .news-section-two .column .inner-column{ padding-right: 0; padding-left: 25px; } .rtl .header-style-four .search-box-btn{ margin-left: 0; margin-right: 55px; } .rtl .sidebar .search-box .form-group input[type="submit"], .rtl .sidebar .search-box .form-group button, .rtl .coming-soon .emailed-form .form-group input[type="submit"], .rtl .coming-soon .emailed-form button{ right: auto; left: 0; border-radius: 50px 0px 0px 50px; } .rtl .specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav{ left: 96%; top: 368%; } .rtl .blog-cat li a:before{ right: auto; left: 33px; content: "\f104"; } .rtl .blog-cat li a{ border-left:0; border-right: 5px solid transparent; } .rtl .blog-cat li.active a, .rtl .blog-cat li a:hover{ border-left: 0; border-right: 5px solid #222222; } .rtl .service-detail .inner-box ul li, .rtl .brochure-box .inner{ padding-left: 0; padding-right: 40px; } .rtl .mixitup-gallery .filters li{ float: right; margin-right: 0; margin-left: 30px; } .rtl .mixitup-gallery .filters li:last-child{ margin-left: 0; } .rtl .project-detail .project-tabs .tab-btns{ float: right; margin-left: 30px; margin-right: 0; } .rtl .list-style-one li{ padding-left: 0; padding-right: 35px; } .rtl .news-block-two .blockquote .icon{ left: auto; right: 70px; } .rtl .cat-list li{ border-left: 0; border-right: 7px solid transparent; } .rtl .cat-list li.active, .rtl .cat-list li:hover{ border-left: 0; border-right: 7px solid #ff8a00; } .rtl .latest-news .post{ padding-left: 0; padding-right: 130px; } .rtl .tag-list li{ float: right; margin-left: 10px; margin-right: 0; } .rtl .blog-detail .news-block-two .caption-box blockquote{ padding-left: 0; padding-right: 40px; } .rtl .social-icon-colored li{ float: right; margin-left: 6px; margin-right: 0; } .rtl .social-icon-colored li a i{ margin-right: 0; margin-left: 10px; } .rtl .comments-area .comment{ padding-left: 0; padding-right: 100px; } .rtl .blog-detail.style-two .comments-area .comment{ padding-left: 0; padding-right: 110px; } .rtl .comments-area .comment-box.reply-comment{ margin-left: 0; margin-right: 100px; } .rtl .comments-area .comment-box.reply-comment.reply{ margin-left: 0; margin-right: 200px; } .rtl .blog-detail.style-two .news-block-two .caption-box blockquote{ padding-left: 0; padding-right: 25px; } .rtl .news-block .image-box{ margin-right: 0; margin-left: 40px; } .rtl .news-block .caption-box{ margin-left: 0; margin-right: 40px; } .rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn{ float: right; margin-right: 0; margin-left: 10px; } .rtl .product-details .basic-details .item-quantity{ float: right; margin-right: 0; margin-left: 25px; } .rtl .product-details .basic-details .add-to-cart{ margin-left: 0; margin-right: 20px; } .rtl .checkout-page .default-links li .fa{ margin-right: 0; margin-left: 20px; } .rtl .payment-box .payment-options li .radio-option label{ padding-left: 0; padding-right: 30px; } .rtl .payment-box .payment-options li .radio-option input[type="radio"]{ left: auto; right: 0; } .rtl .payment-box .payment-options li .radio-option label .small-text:before{ left: auto; right: 30px; } .rtl .shop-item .inner-box .lower-content .add-cart .fa{ margin-right: 0; margin-left: 5px; } .rtl .banner-section .slide-item:before{ left: auto; right: -15%; -webkit-transform: skew(15deg); -moz-transform: skew(15deg); -ms-transform: skew(15deg); -o-transform: skew(15deg); transform: skew(15deg); } .rtl .main-header .contact-info li span{ margin-right: 0; margin-left: 20px; } .rtl .banner-carousel-three .slide-item:before { left: auto; right: -15%; -webkit-transform: skew(15deg); -moz-transform: skew(15deg); -ms-transform: skew(15deg); -o-transform: skew(15deg); transform: skew(15deg); } .rtl .header-style-six .btn-box{ float: left; } .rtl .header-style-six .outer-box{ float: right; margin-right: 100px; } .rtl .header-style-six .logo-box{ padding-right: 0; padding-left: 30px; border-right: 0; border-left: 1px solid rgba(255,255,255,.30); } .rtl .banner-section-five .content-box .video-link{ right: auto; left: 15px; } .rtl .banner-section-five .social-links{ left: auto; right: 80px; text-align: center; } .rtl .banner-section-five .owl-dots{ right: auto; left: 80px; } .rtl .banner-section-five .slide-item .content-box:before{ right: auto; left: 0; } .rtl .header-style-seven .outer-box{ float: left; margin-left: 0; margin-right: 80px; } .rtl .header-style-seven .main-menu{ float: right; } .rtl .banner-section-six .content-box .inner-box{ float: none; } .rtl .header-style-five .nav-outer{ float: right; } /*** ==================================================================== Box Layout ==================================================================== ***/ .box-layout .page-wrapper{ max-width: 1400px; margin: 0 auto; border: 15px solid #ffffff; overflow: hidden; background-color: #ffffff; } .box-layout{ background-image: url(images/background/3.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; } .box-layout .header-style-four.fixed-header .header-lower, .box-layout .sticky-header{ max-width: 1370px; left: 0; right: 0; margin: 0 auto; } .box-layout .header-style-one .inner-container{ padding: 0 30px; } .box-layout .banner-section{ padding-left: 0; } .box-layout .header-style-one .outer-box .contact-info{ padding-left: 0; margin-left: 35px; display: none; } .box-layout .header-style-one{ top: 15px; } .box-layout .header-style-six.fixed-header .outer-container, .box-layout .header-style-one.fixed-header{ top: 0; } .box-layout .banner-section-six, .box-layout .banner-section-three{ padding: 0; } .box-layout .banner-carousel-two .owl-nav{ right: 45px; } .box-layout .header-style-three .inner-container{ padding: 0 15px; } .box-layout .coming-soon{ position: relative; } .box-layout .coming-soon .content{ position: relative; } .box-layout .header-style-five .inner-container{ padding: 0 30px; } .box-layout .banner-section-six .contact-info, .box-layout .banner-section-six .social-links, .box-layout .header-style-five .outer-box .contact-info{ padding-left: 0; margin-left: 35px; display: none; } /*** ==================================================================== Team Single Section ==================================================================== ***/ .team-single-section{ position:relative; padding:120px 0px 70px; } .team-single-section .team-detail{ position:relative; margin-bottom:30px; } .team-single-section .team-detail .content-column{ position:relative; } .team-single-section .team-detail .content-column .inner-box{ position:relative; padding-top:50px; } .team-single-section .team-detail .content-column .inner-box h2{ position:relative; color:#222222; font-size:26px; font-weight:700; text-transform:uppercase; } .team-single-section .team-detail .content-column .inner-box .title{ position:relative; color:#777777; font-size:18px; margin-bottom:30px; padding-bottom:15px; text-transform:uppercase; } .team-single-section .team-detail .content-column .inner-box .title:after{ position:absolute; left:0px; bottom:0px; content:''; width:30px; height:1px; background-color:#ff8a00; } .team-single-section .content-column .inner-box .social-icon-two li{ display:inline-block; margin-right:5px; } /*Skill Box*/ .skills-box{ position:relative; margin-top:30px; } .skills-box h3{ position:relative; color:#222222; font-size:15px; font-weight:700; padding-bottom:12px; margin-bottom:30px; text-transform:uppercase; } .skills-box h3:before{ position:absolute; left:0px; bottom:0px; content:''; width:30px; height:1px; background-color:#ff8a00; } /*** ==================================================================== Progress Levels Section ==================================================================== ***/ .progress-levels{ position:relative; margin-bottom:30px; } .normal-section .column .progress-levels{ padding-left:15px; } .progress-levels .progress-box{ position:relative; overflow:hidden; margin-bottom:20px; padding-right: 160px; padding-top: 4px; padding-bottom: 4px; } .progress-levels .progress-box:last-child{ margin-bottom:0px; } .progress-levels .progress-box .box-title{ position: absolute; font-size: 15px; color: #777777; font-weight: 400; top: -4px; right: 0px; text-transform:capitalize; } .progress-levels .progress-box .bar{ position:relative; height:12px; } .progress-levels .progress-box .bar .bar-innner{ position:relative; left:0px; top:0px; width:100%; height:12px; border-radius:5px; background-color:#f4f4f4; } .progress-levels .progress-box .bar .bar-fill{ position:absolute; left:-100%; top:0px; width:0px; height:12px; background:#ff8a00; border-radius:5px; -moz-transition:all 2000ms ease 300ms; -webkit-transition:all 2000ms ease 300ms; -ms-transition:all 2000ms ease 300ms; -o-transition:all 2000ms ease 300ms; transition:all 2000ms ease 300ms; } .progress-levels .progress-box.animated .bar .bar-fill{ left:0px; } .progress-levels .progress-box.animated .percent{ opacity:1; } .team-single-section .team-detail .image-column{ position:relative; } .team-single-section .team-detail .image-column .image{ position:relative; text-align:center; } .team-single-section .team-detail .text{ position:relative; margin-top:30px; } .team-single-section .team-detail .text p{ position:relative; color:#777777; font-size:16px; margin-bottom:20px; } .team-single-section .team-detail .text p:last-child{ margin-bottom:0px; } /*Team Single Section*/ .team-single-section .team-title{ position:relative; color:#222222; font-size:24px; font-weight:700; padding-bottom:12px; margin-bottom:50px; text-transform:uppercase; } .team-single-section .team-title:after{ position:absolute; left:0px; bottom:0px; content:''; width:50px; height:1px; background-color:#85c977; } .team-single-section .team-detail .social-icon-three li{ display: inline-block; margin-bottom: 0px; color: #333; } .team-single-section .team-detail .social-icon-three li a{ font-size: 16px; line-height: 30px; color: #333; margin: 0px 8px 0px; } /********************* Funfact Style Two **************************/ /*** ==================================================================== Fact Counter style ==================================================================== ***/ .fact-counter-section{ position:relative; } .fact-counter-section .fact-counter.fact-conter-two{ position: relative; } .fact-counter-section.fun-fact-section .outer-box{ padding:130px 0px 30px; } /*Fact Counter*/ .fact-counter.fact-conter-two{ position:relative; } .fact-counter.fact-conter-two .column{ position:relative; z-index:5; margin-bottom:30px; } .fact-counter.fact-conter-two .column .inner{ position:relative; text-align:center; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .fact-counter.fact-conter-two .column .inner:before{ position:absolute; content: ''; left: 50%; top: -40px; width: 80px; height: 135px; margin-left: -40px; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; border: 8px solid rgba(245,245,245,0.90); } .fact-counter.fact-conter-two .column .inner:hover::before{ transform: rotate(180deg); } .fact-counter.fact-conter-two .count-outer{ position:relative; font-size:60px; line-height:1em; font-weight:400; margin:0px 0px; color:#ff8a00; } .fact-counter.fact-conter-two .count-outer .count-text{ position:relative; font-weight:700; color:#ff8a00; font-size: 60px; } .fact-counter.fact-conter-two .column .counter-title{ position:relative; font-weight:400; color:#fff; margin-top:20px; text-transform:capitalize; display:block; letter-spacing:1px; } .fact-counter.fact-conter-two .count-box:before{ display:none; } .dez-quik-search{ background-color: #f7941e; position: absolute; left: 0px; top: 0px; width: 0%; z-index: 999; overflow: hidden; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; } .dez-quik-search.view-top-search{ width:100%; display:block; visibility:visible; } .dez-quik-search form { width: 100%; max-width: 1200px; margin: auto; position: relative; } .dez-quik-search .form-control { padding: 15px; width: 100%; height: 105px; border: none; background: none; color: #fff; font-size: 20px; } .dez-quik-search .form-control::-moz-placeholder { color: #fff; } .dez-quik-search .form-control:-moz-placeholder { color: #fff; } .dez-quik-search .form-control:-ms-input-placeholder { color: #fff; } .dez-quik-search .form-control::-webkit-input-placeholder { color: #fff; } .dez-quik-search span { position: absolute; right: 15px; top: 50%; color:#ffffff; margin: -15px 0; height: 25px; font-size: 20px; cursor: pointer; } input:focus { outline: none !important; box-shadow: none !important; } .dez-quik-search .search-btn{ position: absolute; right: 40px; top: 50%; margin-top: 7px; } @media only screen and (max-width: 767px) { .dez-quik-search .form-control{ height: 70px; } }
0.286269
0.054024
* HTML Minimums ************/ td.rightcol, td.leftcol, td.centercol { vertical-align: top; } td.rightcol, td.leftcol { /* width : 20% ; */ text-align : left; } td.leftcol {width : 20% ;} pre { white-space : pre; /*font-family: monospace; */ } /************ * Columns ************/ div.leftcol { position:absolute; align:left; width:20%; margin-left:0; } div.centercol { position:absolute; align:left; width:60%; margin-left:20%; } div.rightcol { position:absolute; align:left; width:20%; margin-left:80%; } div.widerightcol { position:absolute; align:left; width:80%; margin-left:20%; } hr.holder { width: 600px; visibility: hidden; } /* Equal to 'top' */ hr.left, hr.right { width: 120px; visibility: hidden; } hr.middle { width: 360px; visibility: hidden; } /************ * HAL's BASICS ************/ .small-center { text-align : center; font-size : 80%; } .centered { text-align : center; } .rightside { text-align : right; } body { padding : 0px; margin : 0 0 0 0; } a:link, a:visited, a:active a:hover { text-decoration : underline; } /************ * MARGINS ************/ body { } p { text-align : justify; padding-left : 7mm; padding-right : 7mm; margin-top : 1ex ; margin-bottom : 1.5ex ; } .leftcol p, .rightcol p, .leftcol h3, .rightcol h3 { text-align : left; padding-left : 1ex; padding-right : 1ex; } /*.blog p ,.blog h3, div.blog { padding-left : 5mm; padding-right : 5mm;}*/ .blog hr { margin-left : 15mm; margin-right : 15mm; } h1 { text-align : left; margin : 3px ; padding-left : 3mm; padding-right : 3mm; padding-top : 2mm ; padding-bottom : 0 ; padding : 5px; border-bottom : solid 3px ; border : solid 3px ; border-color : black; font-size : 250% ; width:75%;} h2 { text-align : left; font-size : 120% ; font-weight: bold;} h3 { text-align : left; margin : 0; padding-top : 1ex ; padding-left : 7mm; padding-right : 7mm; font-size : 100% ; font-weight: bold; font-style: italic; background-color :#ffffe6; color:#000044; font-family: sans-serif; /*font-variant:small-caps;*/ } h4 { margin : 0; margin-top : 0.5em ; padding : 0 ; text-align : center; font-size : 100% ; font-weight: normal; font-style: italic; color:#000044; font-family: sans-serif; } img { border : 3px #000000;} .blog p img { margin: 4px; float: left; } hr { padding : 0 ; display : inline ; margin-left : 0; margin-right : 0; margin-top : 0; margin-bottom : 0; border : solid 0px ; height : 3px; } /* "b" (body) class table. For layout only. */ table.b { width:100%; border-width:0; border-spacing:0; } table.b td , table.b th , table.b { margin : 0 ; padding : 0 ; } /* "p" class table. For real table type stuff. */ table.p { border-collapse : collapse; border : solid black 1px; margin-top : 1ex ; margin-bottom : 1ex ; margin-right : 0 ; padding : 0 ; margin-left:7mm; } table.p td , table.p th { margin : 0 ; padding: 5px; border : solid black 1px; } table.p th { align : center; } table.p td.null { background : #d8d8c5} /* "code" class table. Put code inside a pre. */ table.code { border-collapse : collapse; border : solid black 1px; margin-top : 1ex ; margin-bottom : 1ex ; margin-left : 7mm ; margin-right : 0 ; padding : 0 ; } table.code td { border : solid black 1px; margin : 0 ; padding : 0 ; } table.code th { border : solid black 1px; margin : 0 ; padding : 5px ; align : center; } /* pre */ pre{ padding: 5px; border: none; margin-left : 0mm ; margin-right : 0mm; margin-top : 0mm ; margin-bottom : 0mm; } /* lists */ ul,ol { margin-left : 17mm; margin-right : 7mm; padding-left: 0;} li ul,li ol { margin-left : 7mm; margin-right : 0; } li { text-align : left; display: list-item; margin-left : 0; margin-right : 0; } blockquote { text-align : justify; font-style: italic; padding-left : 5mm; padding-right : 5mm; margin: 0; } body { background-image : url("/images/Anniversaries-Biophysical-1.jpg"); background-color : #312811; color : #ffffff; } .rightcol , .leftcol { } .centercol { } .bottom , .top { } h1 { font-family: sans-serif; font-variant:small-caps; font-style:oblique; font-weight:bold; color:#000000; background-color:#dde0f1; } div.section { border:3px solid #000000; margin-left:0px; clear:both; margin-bottom:10px; margin-top:30px; margin-right:10px; margin-left:10px; background-color :#ffffe6; color:#000000; } h2 { font-family: sans-serif; font-variant:small-caps; font-style:oblique; color:#000000; background-color:#dde0f1; border:3px solid #000000; padding:5px; margin:0; margin-bottom : -20px; } div.section h2 { width:75%; position:relative; top:-20px; left:-10px; } a:link { } a:visited { } a:active { } a:hover { } hr { color : #000000; background : #000000; border-color : black; } pre { color:#000000; background-color : #efefd6; } table th { color:#000000; background-color:#dde0f1; } /* sub-sub-sections refer to h4's */ div.subsubsection { border-bottom :1px solid #000000; margin: 0; clear:both; padding : 0; } /* sub-sections refer to h3's */ div.subsection { border-bottom :3px solid #000000; clear:both; margin: 0; padding : 0; } hr.subsectionsep { display: none; } /* blogs live in h3's too! */ div.blog { border-bottom :3px solid #000000; clear:both; } hr.blogsep { display: none; } .blog-notes { text-align : center; background-color :#ffffe6; color : #000044; } .blog-notes a { background-color :#ffffe6; color : #000044; } h3.blogtitle { /*font-family: palatino, georgia, times new roman, serif;*/ /*font-size: 1.17em; font-weight: bold; font-style: normal; */ }
docs/styles/hal.css
* HTML Minimums ************/ td.rightcol, td.leftcol, td.centercol { vertical-align: top; } td.rightcol, td.leftcol { /* width : 20% ; */ text-align : left; } td.leftcol {width : 20% ;} pre { white-space : pre; /*font-family: monospace; */ } /************ * Columns ************/ div.leftcol { position:absolute; align:left; width:20%; margin-left:0; } div.centercol { position:absolute; align:left; width:60%; margin-left:20%; } div.rightcol { position:absolute; align:left; width:20%; margin-left:80%; } div.widerightcol { position:absolute; align:left; width:80%; margin-left:20%; } hr.holder { width: 600px; visibility: hidden; } /* Equal to 'top' */ hr.left, hr.right { width: 120px; visibility: hidden; } hr.middle { width: 360px; visibility: hidden; } /************ * HAL's BASICS ************/ .small-center { text-align : center; font-size : 80%; } .centered { text-align : center; } .rightside { text-align : right; } body { padding : 0px; margin : 0 0 0 0; } a:link, a:visited, a:active a:hover { text-decoration : underline; } /************ * MARGINS ************/ body { } p { text-align : justify; padding-left : 7mm; padding-right : 7mm; margin-top : 1ex ; margin-bottom : 1.5ex ; } .leftcol p, .rightcol p, .leftcol h3, .rightcol h3 { text-align : left; padding-left : 1ex; padding-right : 1ex; } /*.blog p ,.blog h3, div.blog { padding-left : 5mm; padding-right : 5mm;}*/ .blog hr { margin-left : 15mm; margin-right : 15mm; } h1 { text-align : left; margin : 3px ; padding-left : 3mm; padding-right : 3mm; padding-top : 2mm ; padding-bottom : 0 ; padding : 5px; border-bottom : solid 3px ; border : solid 3px ; border-color : black; font-size : 250% ; width:75%;} h2 { text-align : left; font-size : 120% ; font-weight: bold;} h3 { text-align : left; margin : 0; padding-top : 1ex ; padding-left : 7mm; padding-right : 7mm; font-size : 100% ; font-weight: bold; font-style: italic; background-color :#ffffe6; color:#000044; font-family: sans-serif; /*font-variant:small-caps;*/ } h4 { margin : 0; margin-top : 0.5em ; padding : 0 ; text-align : center; font-size : 100% ; font-weight: normal; font-style: italic; color:#000044; font-family: sans-serif; } img { border : 3px #000000;} .blog p img { margin: 4px; float: left; } hr { padding : 0 ; display : inline ; margin-left : 0; margin-right : 0; margin-top : 0; margin-bottom : 0; border : solid 0px ; height : 3px; } /* "b" (body) class table. For layout only. */ table.b { width:100%; border-width:0; border-spacing:0; } table.b td , table.b th , table.b { margin : 0 ; padding : 0 ; } /* "p" class table. For real table type stuff. */ table.p { border-collapse : collapse; border : solid black 1px; margin-top : 1ex ; margin-bottom : 1ex ; margin-right : 0 ; padding : 0 ; margin-left:7mm; } table.p td , table.p th { margin : 0 ; padding: 5px; border : solid black 1px; } table.p th { align : center; } table.p td.null { background : #d8d8c5} /* "code" class table. Put code inside a pre. */ table.code { border-collapse : collapse; border : solid black 1px; margin-top : 1ex ; margin-bottom : 1ex ; margin-left : 7mm ; margin-right : 0 ; padding : 0 ; } table.code td { border : solid black 1px; margin : 0 ; padding : 0 ; } table.code th { border : solid black 1px; margin : 0 ; padding : 5px ; align : center; } /* pre */ pre{ padding: 5px; border: none; margin-left : 0mm ; margin-right : 0mm; margin-top : 0mm ; margin-bottom : 0mm; } /* lists */ ul,ol { margin-left : 17mm; margin-right : 7mm; padding-left: 0;} li ul,li ol { margin-left : 7mm; margin-right : 0; } li { text-align : left; display: list-item; margin-left : 0; margin-right : 0; } blockquote { text-align : justify; font-style: italic; padding-left : 5mm; padding-right : 5mm; margin: 0; } body { background-image : url("/images/Anniversaries-Biophysical-1.jpg"); background-color : #312811; color : #ffffff; } .rightcol , .leftcol { } .centercol { } .bottom , .top { } h1 { font-family: sans-serif; font-variant:small-caps; font-style:oblique; font-weight:bold; color:#000000; background-color:#dde0f1; } div.section { border:3px solid #000000; margin-left:0px; clear:both; margin-bottom:10px; margin-top:30px; margin-right:10px; margin-left:10px; background-color :#ffffe6; color:#000000; } h2 { font-family: sans-serif; font-variant:small-caps; font-style:oblique; color:#000000; background-color:#dde0f1; border:3px solid #000000; padding:5px; margin:0; margin-bottom : -20px; } div.section h2 { width:75%; position:relative; top:-20px; left:-10px; } a:link { } a:visited { } a:active { } a:hover { } hr { color : #000000; background : #000000; border-color : black; } pre { color:#000000; background-color : #efefd6; } table th { color:#000000; background-color:#dde0f1; } /* sub-sub-sections refer to h4's */ div.subsubsection { border-bottom :1px solid #000000; margin: 0; clear:both; padding : 0; } /* sub-sections refer to h3's */ div.subsection { border-bottom :3px solid #000000; clear:both; margin: 0; padding : 0; } hr.subsectionsep { display: none; } /* blogs live in h3's too! */ div.blog { border-bottom :3px solid #000000; clear:both; } hr.blogsep { display: none; } .blog-notes { text-align : center; background-color :#ffffe6; color : #000044; } .blog-notes a { background-color :#ffffe6; color : #000044; } h3.blogtitle { /*font-family: palatino, georgia, times new roman, serif;*/ /*font-size: 1.17em; font-weight: bold; font-style: normal; */ }
0.380759
0.210949
? /*#region Initialization, Reset and Fonts*/ /*#region Avenir Fonts*/ @font-face { font-family: "Prompt-Thin"; src: url("../fonts/Prompt-Thin.ttf"); src: url("../fonts/Prompt-Thin.ttf"), url("../fonts/Prompt-Thin.ttf"); } @font-face { font-family: "Prompt-ExtraLight"; src: url("../fonts/Prompt-ExtraLight.ttf"); src: url("../fonts/Prompt-ExtraLight.ttf"), url("../fonts/Prompt-ExtraLight.ttf"); } @font-face { font-family: "Prompt-ExtraBold"; src: url("../fonts/Prompt-ExtraBold.ttf"); src: url("../fonts/Prompt-ExtraBold.ttf"), url("../fonts/Prompt-ExtraBold.ttf"); } @font-face { font-family: "Prompt-Bold"; src: url("../fonts/Prompt-Bold.ttf"); src: url("../fonts/Prompt-Bold.ttf"), url("../fonts/Prompt-Bold.ttf"); } @font-face { font-family: "Prompt-SemiBold"; src: url("../fonts/Prompt-SemiBold.ttf"); src: url("../fonts/Prompt-SemiBold.ttf"), url("../fonts/Prompt-SemiBold.ttf"); } @font-face { font-family: "Prompt-ExtraLightItalic"; src: url("../fonts/Prompt-ExtraLightItalic.ttf"); src: url("../fonts/Prompt-ExtraLightItalic.ttf"), url("../fonts/Prompt-ExtraLightItalic.ttf"); } @font-face { font-family: "Prompt-Light"; src: url("../fonts/Prompt-Light.ttf"); src: url("../fonts/Prompt-Light.ttf"), url("../fonts/Prompt-Light.ttf"); } @font-face { font-family: "Prompt-Medium"; src: url("../fonts/Prompt-Medium.ttf"); src: url("../fonts/Prompt-Medium.ttf"), url("../fonts/Prompt-Medium.ttf"); } @font-face { font-family: "Prompt-Black"; src: url("../fonts/Prompt-Black.ttf"); src: url("../fonts/Prompt-Black.ttf"), url("../fonts/Prompt-Black.ttf"); } @font-face { font-family: "Prompt-BlackItalic"; src: url("../fonts/Prompt-BlackItalic.ttf"); src: url("../fonts/Prompt-BlackItalic.ttf"), url("../fonts/Prompt-BlackItalic.ttf"); } /*#endregion*/ /*#region Initialization and Reset*/ body { font-family: 'Prompt-Light'; line-height: 1; margin: 0px; padding: 0px; background-color: #fff; } .container { width: 1200px; } .row-full { width: 100vw; position: relative; top: 0px; margin-left: -50vw; left: 50%; } .imgResponsive { max-width: 100%; } .image-file { max-width: 100%; } 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; vertical-align: baseline; font-family: 'Prompt-Medium'; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } input:focus { outline: none !important; } .xhtml strong { font-family: 'Prompt-SemiBold'; color: #4a6375; font-size: 14px; font-weight: bolder; line-height: 20px; } .xhtml ul > li { margin-top: 7px; font-size: 14px; color: #4a6375; font-family: 'Prompt-Medium'; background: url(../img/CustomBlocks/B20/dot_yellow.png) no-repeat left 4px; background-position-y: 4px; padding-left: 22px; float: left; width: 100%; margin-left: 0px; position: relative; } .xhtml ul > li:first-child { margin-top: 0px; } .xhtml ul > li ul { margin-bottom: 0px; margin-top: 0px; padding-top: 0px !important; } .xhtml ul > li ul > li { background: url(../img/CustomBlocks/B20/dash.png) no-repeat left 4px !important; } .xhtml ul > li:first-child { margin-top: 13px; } .xhtml ul > li a:focus { color: #42967d; } .xhtml h2 strong { font-weight: bold; color: #25455a; font-size: 40px; font-family: 'Prompt-Light'; text-shadow: none; margin-bottom: 50px; } .xhtml a:focus { color: #42967d; } /*Generic Tables*/ .xhtml table { border: 0px } .xhtml table tbody tr:nth-child(odd) { background: #f5f5f5 } .xhtml table tbody tr:nth-child(even) { background: #FFF } .xhtml table tbody tr:first-child td { padding: 25px 15px; background: #e2e2e2; font-size: 18px; color: #385061; font-family: 'Prompt-SemiBold'; text-align: center; } .xhtml table tbody tr td { padding: 15px; text-align: left; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } em { font-style: italic; } a { color: #268d6e; font-family: 'Prompt-Medium'; } /*font-weight:bold;*/ a:hover { color: #268d6e; font-family: 'Prompt-Medium'; text-decoration: underline; } /*font-weight:bold;*/ table { background-color: #fff; color: #25455a; } table tbody { background-color: #fff; font-family: 'Prompt-Medium'; font-size: 16px; } table a { color: #17554a; font-family: 'Prompt-Medium'; font-size: 16px; } table a:hover { color: #17554a; text-decoration: underline; } tr:nth-child(even) { background: #FFF } tr:nth-child(odd) { background: #fafafa; } tr > td:first-child { border-right: 0px } tr > td:last-child { border-right: 0px } tr > th:first-child { border-right: 0px } tr > th:last-child { border-right: 0px } button { background: transparent; border: #fff 1px solid; } .btn { background: #25455a; padding: 13px 60px; letter-spacing: 1px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 12px; font-family: 'Prompt-Bold'; margin: 35px 0px 20px; text-align: center; min-width: 145px; } .btnGreen { display: inline-block; letter-spacing: 1px; background: #42967d; color: #fff; font-size: 12px; font-family: 'Prompt-Bold'; text-transform: uppercase; padding: 12px 60px; border-radius: 50px; margin-top: 20px; margin-bottom: 0px; margin-right: 30px; text-align: center; } /*#endregion*/ /*#endregion*/ /*#region Header*/ .ContentArea { width: 100%; min-height: 50px; } .right-nav { margin: 22px 0px; display: block; /*overflow: hidden;*/ } .menu-right { float: right; } .menu-right li { display: inline-block; margin: 0px 16px; font-family: "Prompt-Medium"; color: #000; vertical-align: middle; background: none; } .menu-right li:last-child { margin-right: 0px; } .menu-right li a { color: #000; font-size: 14px; text-decoration: none; } .menu-right li a:hover { color: #268d6e; } .b18bottom a.b18mainanchor { box-shadow: 0px 4px 8px 0px rgba(48, 64, 75, 0.09); letter-spacing: 1px !important; background: #42967d !important; width: 185px; height: 40px; line-height: 42px; text-align: center; padding: 0px !important; border-radius: 20px !important; display: inline-block; font-size: 12px !important; } .b18bottom a.b18mainanchor:hover { background: #1c7258 !important; } .logo { display: inline-block; margin-right: 13px; overflow: hidden; } .logo { display: inline-block; margin-right: 13px; overflow: hidden; vertical-align: top; } .small-menu { display: inline-block; margin-top: 18px; } .small-menu ul li { float: left; margin: 0px 14px; } .small-menu ul li a { color: #25455a; font-size: 15px; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; font-family: 'Prompt-SemiBold'; } .small-menu ul li.active > a { text-decoration: none; text-shadow: none !important; color: #268d6e; border-bottom: 3px solid #268d6e; } .small-menu ul li a:hover { text-decoration: none; text-shadow: none !important; color: #268d6e; border-bottom: 3px solid #268d6e; } .header-box { display: block; clear: both; padding-top: 20px; } .header-wrap { height: 149px; width: 100%; } /*this sets the boundary (158) across chrome/firefox*/ .card-btn { float: right; letter-spacing: 1px; } .card-btn a { border: #222 1px dotted; background: #25455a; display: block; padding: 14px 0px 14px 25px; letter-spacing: 1.5px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px; font-family: Prompt-SemiBold; margin-top: 2px; width: 240px; } /*width: 187px;*/ .card-btn a:hover { background: #182e39 !important } .card-btn a img { margin-left: 5px; } .menu-wrap { background: #25455a; margin: 15px 0px 0px; position: relative; z-index: 999 } .menu-wrap ul li a { color: #fff; font-size: 14px; font-family: Prompt-Light; } .menu-wrap ul li { display: inline-block; padding: 12px 13px; } .menu-wrap ul li:first-child { padding-left: 0px; } .menu-btn { display: none; } .top-bar { height: 35px; width: 100%; padding-top: 5px; } .search { cursor: pointer; border: none; padding: 5px; width: 25px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; float: right; background: #fff url(../img/search-icon.png) no-repeat 95% center; } .search:focus { width: 200px; border-radius: 5px; border: 1px solid #ccc; } .ser-bx { width: 90%; border: transparent; margin: 12px 20px; } .ser-bx img { display: inline-block; } .ser-bx input { display: inline-block; background: transparent; width: 70%; font-size: 17px; font-family: 'Prompt-Thin'; font-weight: 500; color: #ddd; } .top-head.cust { padding: 12px 0px; padding-bottom: 12px; border-top: 1px solid #ccc; margin: 0px 20px; } .cust h4 { font-size: 16px; text-decoration: underline; margin-bottom: 15px; } .cust .num { font-family: 'Prompt-Thin'; margin-bottom: 25px; font-size: 14px; display: block; } .pushy-link.close-b { text-align: right; display: block; align-content: right; background: no-repeat; border: none; padding: 0px 16px; right: 0px; position: absolute; font-size: 17px; color: #fff; font-weight: bold; top: 25px; font-family: Arial; } .SubMenuItems { text-align: left; } .SubMenuItems ul { float: left; } /*.SubMenuItems li > a:hover { text-decoration: none; text-shadow: none !important; color: #e4cb3f; border-bottom: 3px solid #e4cb3f; } .SubMenuItems li.active > a { text-decoration: none; text-shadow: none !important; color: #e4cb3f; border-bottom: 3px solid #e4cb3f; }*/ .SubMenuItems li { padding-right: 7px !important; } /* Space between menu items are here .SubMenuItems li > a::after {content: '';display: block;width: 0;height: 3px;background: #e4cb3f;transition: width .8s;} .SubMenuItems li > a:hover { color: #e4cb3f;} .SubMenuItems li > a:hover::after {color: #e4cb3f;width:100%;}*/ .SubMenuItems li.SubMenu > a::after { content: ''; display: block; width: 0; height: 3px; background: #e4cb3f; transition: width .8s; } .SubMenuItems li.SubMenu > a:hover { color: #e4cb3f; } .SubMenuItems li.SubMenu > a:hover::after { color: #e4cb3f; width: 100%; } .SubMenuItems li.active > a { text-decoration: none; text-shadow: none !important; color: #e4cb3f; border-bottom: 3px solid #e4cb3f; } .smallLogo { visibility: hidden; display: none; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { top: 40%; } .panel-heading .ceteramenu a.ceteralink { background-color: #25445b; color: #fff !important; } .panel-heading .ceteramenu a.ceteralink:hover { background-color: #e4cb3f; color: #222 !important; } /*#endregion*/ /*#region Pages*/ /*#region Breadcrumbs */ .Breadcrumb { color: #25455a; padding-top: 10px; } .Breadcrumb a { color: #25455a; } .Breadcrumb a:hover { text-decoration: none; color: #268d6e; border-bottom: #268d6e 3px solid; } /*#endregion*/ /*#region Search Page*/ .search_result_main { float: left; width: 100%; background: #fff url(../img/Search/search_result_bg.jpg) no-repeat; padding: 100px 0px; } .search_result_main .search_result { width: 70%; margin: 0px auto; } .search_result_main .search_result .btn-search-placed { margin: auto; padding: 20px 25px; } .search_result_main .search_result #custom-search-input { padding: 3px; height: 65px; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; background: #fff; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border: solid 1px #dfdfdf; } .search_result_main .search_result #custom-search-input .form-control { color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; border: solid 1px #fff; box-shadow: inset 0 0px 0px rgba(0,0,0,0.075); } .search_result_main .search_result #custom-search-input .input-group-btn .btn.btn-info.btn-lg { background: none; border: 0px; } .search_result_main .search_result p { color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; float: left; margin-top: 20px; } .search_result_main .search_result p span { font-family: 'Prompt-SemiBold'; font-weight: normal; } .search_result_find_box { float: left; width: 100%; margin: 50px 0px; } .search_result_find_box span { float: left; width: 100%; } .search_result_find_box h3 { float: left; width: 100%; color: #385061; text-shadow: 0px 0px 0 rgba(0,0,0,0.3); font-size: 25px; font-family: 'Prompt-SemiBold'; margin-bottom: 10px; margin-top: 20px; } .search_result_find_box p { color: #4a6375; float: left; width: 100%; font-family: 'Prompt-Medium'; margin-bottom: 20px; font-size: 16px; } .search_result_find_box a.learnmore { display: inline-block; letter-spacing: 1px; background: #42967d; color: #fff; font-size: 13px; font-family: 'Prompt-Bold'; text-transform: uppercase; padding: 12px 40px 10px 40px; border-radius: 50px; margin-top: 20px; margin-bottom: 0px; } .search_result_section { float: left; width: 100%; border-bottom: solid 1px #e8e8e8; padding: 40px 0px; } .search_result_section span { color: #385061; display: inline; width: 100%; font-size: 25px; padding-right: 18px; font-family: 'Prompt-SemiBold'; text-shadow: 0px 0px 0 rgba(0,0,0,0.3); margin-top: 30px; margin-bottom: 10px; } /*background: #fff url(/Static/img/Search/arrow_yellow.png) no-repeat right center;*/ .search_result_main .search_result p { width: 90%; color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; float: left; margin-top: 10px; } .search_result_main .search_result p strong { font-family: 'Prompt-SemiBold'; font-weight: normal; } .search_result_main .search_result ul { margin: 0px; padding: 0px; display: inline; } .search_result_main .search_result ul li { float: left; width: auto; margin-right: 18px; margin-top: 20px; } .search_result_main .search_result ul li a { letter-spacing: 1px; color: #268d6e; text-transform: uppercase; font-size: 13px; font-family: 'Prompt-Bold'; background: url(../img/Search/search_arrow.png) no-repeat right center; padding-right: 18px; } .search_result_main .search_result ul li.last a { background: none; } .search_result_main .search_result .pagination { float: left; width: 100%; margin: 120px 0px 0px 0px; } .search_result_main .search_result .pagination li a { border: solid 3px #d3d3d3; background: #fff; color: #25455a; font-size: 16px; font-family: 'Prompt-SemiBold'; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; padding: 5px 12px; text-shadow: 0px 0px 0 rgba(0,0,0,0.3); } .search_result_main .search_result .pagination li a:hover, .search_result_main .search_result .pagination li a.active { border: solid 3px #e4cb3f; background: #e4cb3f; color: #fff; } .search_result_main .search_result .pagination li.next-link a { border: 0px; color: #268d6e; font-size: 13px; font-family: 'Prompt-SemiBold'; padding: 10px 0px; } .search_result_main .search_result .pagination li.next-link a:hover { background: none; } .search_result_main .search_result .search_result_section .search_result_answer { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .noresultsection { width: 100% !important; margin-bottom: 40px; margin-top: 15px !important; } /*#endregion*/ /*#region P-2 Product Page*/ /*#endregion*/ /*#region P-4 Generic Page*/ .p4genericpage { background: url(../img/Pages/P4/grey-1.svg) no-repeat; height: 750px; padding: 40px 0px; position: relative; } .p4content { position: relative; top: -40px; left: 0; z-index: 999; } /*#endregion*/ /*#region P-8 Customer Care Page*/ .p8customer_care { position: absolute; height: 58vh; overflow-y: hidden; margin-bottom: 20px; width: 100%; } /*.p8customer_care { height:58vh;overflow-y:hidden}*/ .p8customer_care .p8hero-img2 { width: auto; margin: 0 auto; margin-top: 0px; float: right; margin-right: 8%; } .p8customer_care .p8hero_cover2 { position: absolute; width: 100%; height: 58vh } .p8customer_care .p8banner_search { float: left; width: 100%; } .p8customer_care .p8banner_search .p8search_result { width: 100%; margin: 0px auto; box-shadow: -5px 0px 50px -8px #000; } .p8customer_care .p8banner_search .p8search_result #p8custom-search-input { padding: 3px; height: 65px; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; background: #fff; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border: solid 1px #dfdfdf; } .p8customer_care .p8banner_search .p8search_result #p8custom-search-input .form-control { color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; border: solid 1px #fff; box-shadow: inset 0 0px 0px rgba(0,0,0,0.075); } .p8customer_care .p8banner_search .p8search_result #p8custom-search-input .input-group-btn .btn.btn-info.btn-lg { background: none; border: 0px; } .p8customer_care .p8banner-desc2 { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; } .p8customer_care .p8banner-desc2 .container { position: relative; height: 100%; } .p8customer_care .p8hero_banner_text2 { position: absolute; top: 25%; left: 0%; color: #fff; width: 75%; } .p8hero_banner_text2 h2 { font-size: 65px; font-family: 'Prompt-SemiBold'; float: left; width: 100%; text-shadow: 1px 1px 1px #000, 0 0 0.8em #000, 0 0 0.1em #000; } .p8hero_banner_text2 p { font-family: 'Prompt-Medium'; font-size: 25px; float: left; width: 80%; margin: 1% 0 3% 0; } /*#endregion*/ /*#region P-9 Locations Page*/ .p9location_main { float: left; width: 100%; background: #fff url(../img/Pages/P9/location_bg.jpg) no-repeat; padding: 110px 0px; text-align: center; } .p9location_main h2 { font-size: 55px; color: #25455a; font-family: 'Prompt-SemiBold'; margin-bottom: 40px; float: left; width: 100%; text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3); } .p9location_main .p9description p.p9p { text-align: center; color: #385061; width: 65%; font-family: 'Prompt-Medium'; font-size: 14px; } .p9location_main #p9custom-search-input { padding: 3px; height: 65px; width: 100%; float: left; margin-top: 110px; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; background: #fff; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border: solid 1px #dfdfdf; } .p9location_main #p9custom-search-input .form-control { color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; border: solid 1px #fff; box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); } .p9location_main #p9custom-search-input .input-group-btn .btn.btn-info.btn-lg { background: none; border: 0px; padding: 19px 5px; margin: 0px 10px; } .p9location_main .p9location_filter { float: left; width: 100%; margin: 22px 0px; } .p9location_main .p9location_filter span { color: #25455a; font-size: 16px; font-family: 'Prompt-Bold'; text-align: left; float: left; margin-right: 35px; text-transform: uppercase; } .p9location_main .p9location_filter form { float: left; margin-top: 2px; } .p9checkbox-inline { float: left; margin-right: 35px; color: #4a6375; font-family: 'Prompt-Medium'; font-size: 16px; } .p9checkbox-inline label { display: inline-block; position: relative; padding-left: 5px; color: #4a6375; font-family: 'Prompt-Medium'; font-size: 16px; font-weight: normal; } .p9checkbox-inline label::before { content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; left: 0; margin-left: -20px; border: 1px solid #cccccc; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .p9checkbox-inline label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; top: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; } .p9checkbox-inline input[type="checkbox"] { opacity: 0; } .p9checkbox-inline input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .p9checkbox-inline input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; } .p9checkbox-inline input[type="checkbox"]:disabled + label { opacity: 0.65; } .p9checkbox-inline input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; } .p9checkbox-inline.p9checkbox-circle label::before { border-radius: 50%; } .p9checkbox-inline.p9checkbox-inline { margin-top: 0; } .p9location_map_main { float: left; width: 100%; padding: 65px 0px; } .p9location_map_main .p9location_map_left { position: relative; float: right; overflow: hidden; width: 58%; height: 1000px; } .p9location_map_main .p9location_map_left img { width: 100%; } .p9location_map_main .p9location_map_right { padding-right: 0px; float: left; } .p9location_map_main .p9location_map_right .p9bankname_info { float: left; width: 100%; margin-bottom: 80px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames { float: left; width: 100%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_left { float: left; width: 20%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_left span { margin-top: 10px; border: solid 3px #d3d3d3; border-radius: 50%; background: none; line-height: 35px; width: 40px; height: 40px; float: left; color: #25455a; font-size: 16px; font-family: 'Prompt-Bold'; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_right { float: left; width: 75%; text-align: left; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_right h3 { letter-spacing: 1px; float: left; width: 100%; margin-bottom: 7px; text-transform: uppercase; color: #61acdc; text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3); font-size: 16px; font-family: 'Prompt-Bold'; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_right h3 em { padding-left: 20px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_right span { color: #385061; text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3); font-size: 20px; font-family: 'Prompt-SemiBold'; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress { float: left; width: 100%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_left { float: left; width: 20%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right { float: left; width: 75%; text-align: left; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right p { color: #4a6375; font-size: 14px; float: left; width: 70%; padding: 12px 0px 20px 0px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right span { float: right; width: 30%; padding-top: 20px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right span img { margin-right: 10px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right table { width: 100%; border-top: solid 1px #e8e8e9; background: none; color: #4a6375; font-size: 16px; float: left; margin-top: 10px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right table tr td { padding: 15px 0px 12px 0px; font-family: 'Prompt-Medium'; font-size: 16px; vertical-align: top; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right table tr td.odd { font-family: 'Prompt-SemiBold'; } .p9location_map_main .p9location_map_right .scrollbar { margin-left: 0px; float: left; height: 800px; width: 100%; background: #fff url(../img/Pages/P9/location_left_bg.png) no-repeat left bottom; overflow-y: scroll; margin-bottom: 25px; } .p9NoResultFound { width: 472.5px; color: #61acdc; font-size: 30px; font-weight: bold; } .p9Loader { width: 472.5px; } #map { height: 100%; } /*#endregion*/ /*#region Footer*/ .footer { height: auto; overflow: auto; padding-top: 70px; padding-bottom: 100px; background-color: #17554a } .footer p { color: #fff; font-family: Prompt-ExtraLight, Arial, sans-serif; font-size: 13px; } .footer .footerHeader { font-family: Prompt-Bold, Arial, sans-serif; letter-spacing: 1px; font-style: normal; padding-bottom: 10px; text-transform: uppercase; font-size: 16px; color: #fff; } .footer ul { list-style: none; padding: 0; } .footer a { color: #fff; font-family: Prompt-ExtraLight, Arial, sans-serif; font-style: unset; font-size: 13px; font-weight: lighter; line-height: 26px; } /*#endregion*/ /*#region CCPA*/ .ccparequest { color: #25455a; font-family: 'Prompt-Light'; padding: 25px 0px 50px 0px; } .ccparequest .agent { display: none; } .ccparequest .checkItem { padding-left: 10px; } .ccparequest .checkConfirm { display: none; padding-left: 30px; } .ccparequest .form-control { display: inline-block; border-radius: 0px; vertical-align: middle; height: 30px; font-size: 14px; line-height: 1.42857143; padding: 6px 3px; color: #25455a; background-color: #fff; background-image: none; border: 1px solid #000; } .ccparequest .formLabel { padding-top: 10px; width: 100px; } .ccparequest .header { font-weight: 900; padding-bottom: 10px; } .ccparequest .reqError { color: #d30606; font-weight: bold; } .ccparequest .submitButton { margin-top: 20px; } .ccparequest .subtitle { font-size: x-large; padding-top: 25px; } .ccparequest .title { font-size: xx-large; } .ccparequest .inputText { border: #ccc 1px solid !important; width: 225px !important; } .ccparequest .inputselect { border: #ccc 1px solid !important; width: 225px !important; } /*#endregion*/ /*#region Mobile*/ @media only screen and (max-width:1366px) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 91.9vh; } .p1hero_banner .p1hero_cover, .p1hero_banner .p1hero_coverM { display: none; } .p1hero_banner .p1hero_cover_laptop { position: absolute; width: 100%; height: auto; display: inline; } .p1hero_banner_text { position: absolute; top: 15%; left: 14%; color: #fff; } /*#endregion*/ /*#endregion*/ /*#region CCPA*/ .checkItem { padding-top: 10px; } /*#endregion*/ } @media only screen and (max-width:1280px) { /*#region Header*/ .container { width: 100%; } .small-menu ul li { margin: 0px 8px; } .menu-wrap ul li { padding: 12px 5px; } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner_content { height: 670px; overflow: hidden; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer .container { padding-left: 30px !important; width: 95%; } /*#endregion*/ } @media only screen and (max-width:1024px) { /*#region Header*/ .container { width: 100%; } .header-wrap .div.row-full { background-color: #333; } .menu-right li:nth-child(1), .menu-right li:nth-child(2), .menu-right li:nth-child(3), .menu-right li:last-child { display: none; } /*.SubMenu {background-color:#25455a;} .SubMenuItems { text-align: center;} .SubMenuItems ul > li a { font-family: Prompt-ExtraLight; font-size: small; }*/ /*#endregion*/ /*#region Pages*/ /*#region Customer Care Page (P-8) */ .container { width: 100%; } .p8customer_care { position: relative; height: auto; } .p8customer_care .p8hero-img2 { height: 56vh; margin: 0 auto; } .p8customer_care .p8hero_cover2 { height: 56vh; } .p8hero_banner_text2 h2 { font-size: 45px; } .p8hero_banner_text2 p { font-size: 16px; } .p8customer_care .p8hero_banner_text2 { left: 5%; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer .container { background-color: #17554a !important; } /*#endregion*/ } @media only screen and (max-width:1024px) and (orientation:portrait) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner .p1hero_coverM { display: block; background: url(../img/svg/green-1.svg) no-repeat; opacity: 0.3; position: absolute; width: 100%; height: 100%; background-size: cover; } .p1hero_banner .p1hero_coverM .p1hero_cover_mobile { height: 100%; width: auto; } .p1hero_banner .p1hero_cover, .p1hero_banner .p1hero_cover_laptop { display: none; } .p1hero_banner { background-color: #25455a; position: relative; height: 675px; } .p1hero_banner .p1hero-img { height: auto; margin: 0 auto; width: 100%; } .p1hero_banner .p1hero_cover { height: 100%; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:1024px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner .p1hero_coverM { display: block; background: url(../img/svg/green-1.svg) no-repeat; opacity: 0.3; position: absolute; width: 100%; height: 100%; background-size: cover; } .p1hero_banner .p1hero_coverM .p1hero_cover_mobile { height: 100%; width: auto; } .p1hero_banner .p1hero_cover, .p1hero_banner .p1hero_cover_laptop { display: none; } .p1hero_banner { background-color: #25455a; position: relative; height: 675px; } .p1hero_banner .p1hero-img { height: auto; margin: 0 auto; width: 100%; } .p1hero_banner .p1hero_cover { height: 100%; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:1000px) { /*#region Header*/ .small-menu { display: none; } .card-btn { display: none; } .menu-right li:nth-child(1), .menu-right li:nth-child(2), .menu-right li:last-child { display: none; } .header-box { display: contents; margin-top: 0px; padding-top: 0px; } .right-nav { float: right; } .menu-wrap { display: none; } .top-head input { background: transparent; border: none; width: 75%; display: inline-block; color: #fff; margin-left: 3px; } .menu-btn { padding: 3px 4px; margin-bottom: 10px; background: #fff; color: rgba(37,69,90,0.8); text-align: center; cursor: pointer; font-size: 24px; border: none; float: right; margin-top: 15px; display: inline-block; min-width: auto; } /*#endregion*/ /*#region Pages*/ /*#region Customer Care Page (P-8)*/ .p8customer_care .p8hero-img2, .p8customer_care .p8hero_cover2 { height: 40vh; } /*#endregion*/ /*#region Locations Page (P-9)*/ .p9checkbox-inline { margin-right: 15px; font-size: 14px; margin-left: 0px; } .p9checkbox-inline.p9checkbox-inline { margin-left: 0px; } .p9location_main .p9location_filter span { margin-bottom: 10px; } .p9location_map_main .p9location_map_left { width: 100% !important; height: 500px !important; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:812px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 555px; } .p1hero_banner_content { height: 540px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:768px) and (orientation:portrait) { /*#region Header*/ .menu-right li:nth-child(3), .menu-right li:nth-child(4) { display: none; } .header-box { width: 72%; } .ser-bx input { } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner { background-color: #25455a; height: 530px; } .p1hero_banner .p1hero-img { width: 100%; height: auto; margin: 0 auto; } .p1hero_banner .p1hero_cover { display: none; } .p1hero_banner .p1hero_coverM { position: absolute; width: 100%; height: 100%; opacity: 0.5; } .p1hero_banner_content { height: 590px; overflow: hidden; } .p1hero_b1banner_text h2 { font-size: 35px; } .p1hero_b1banner_text p { font-size: 18px; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer .container { background-color: #17554a; font-size: large; } /*#endregion*/ } @media only screen and (max-width:768px) and (orientation:landscape) { /*#region Header*/ .menu-right li:nth-child(3), .menu-right li:nth-child(4) { display: none; } .header-box { width: 72%; } .ser-bx input { } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner { background-color: #25455a; height: 530px; } .p1hero_banner .p1hero-img { width: 100%; height: auto; margin: 0 auto; } .p1hero_banner .p1hero_cover { display: none; } .p1hero_banner .p1hero_coverM { position: absolute; width: 100%; height: 100%; opacity: 0.5; } .p1hero_banner_content { height: 590px; overflow: hidden; } .p1hero_banner_text h2 { font-size: 35px; } .p1hero_banner_text p { font-size: 18px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:767px) { /*#region Pages*/ /*#region Customer Care Page (P-8)*/ .p8customer_care .p8hero-img2 { width: 100%; height: auto; margin: 0 auto; } .p8customer_care .p8hero_cover2 { display: none; } .p8customer_care .p8hero_coverM2 { position: absolute; width: 100%; height: 100%; opacity: 0.5; background: #244156; } .p8customer_care .p8hero_banner_text2 { top: 18%; left: 5%; width: 88%; } .p8hero_banner_text2 h2 { font-size: 35px; text-shadow: 1px 1px 1px #333, 0 0 1em #333, 0 0 1em #3333; margin: 0px; } .p8hero_banner_text2 p { font-size: 18px; } /*#endregion*/ /*#region Locations Page (P-9)*/ .p9location_map_left { padding: 0px; } .p9location_map_main .p9location_map_left { margin-bottom: 20px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:736px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 860px; } .p1hero_banner_content { height: 845px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:568px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 785px; } .p1hero_banner_content { height: 770px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:470px) { /*#region Pages*/ /*#region Customer Care Page (P-8)*/ .p8customer_care .p8hero_banner_text2 { top: 10%; } .p8hero_banner_text2 p { font-size: 14px; width: 100%; } /*#endregion*/ /*#region Locations Page (P-9)*/ .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right P { padding-bottom: 0px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right span { padding-top: 0px; width: 100%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right span img { width: 10%; float: left; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer .container { padding-left: 0px !important; } /*#endregion*/ } @media only screen and (max-width:425px) and (orientation:portrait) { /*#region Header*/ .header-box { display: inline-block; margin-top: 15px; width: 100%; } .logo img { width: 100%; } .logo { margin-right: 0px; } .right-nav { margin-top: 16px; } .menu-btn { margin-top: 7px; } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 985px; } .p1hero_banner_content { height: 985px; } .p1hero_banner_text { top: 1%; left: 6%; } .p1hero_banner_text h2 { font-size: 35px; } .p1hero_banner_text a { padding: 14px 38px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:375px) { /*#region Footer*/ .footer { width: 109%; } /*#endregion*/ } @media only screen and (max-width:320px) and (orientation:portrait) { /*#region Header*/ article > .logo { position: absolute; top: 14px; margin-left: -13.75vw; z-index: 999; } .topHeader { height: 50px; } .logo img { width: 180px; } .smallLogo { visibility: visible; } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 955px; } .p1hero_banner_content { height: 940px; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer { /*position: relative; left: 0px !important;*/ width: 123%; } /*#endregion*/ } @media only screen and (max-width:320px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner_content { height: 1095px; overflow: hidden; } .p1hero_banner_text { top: 1%; left: 4%; } .p1hero_banner_text h2 { font-size: 35px; text-shadow: none; } .p1hero_banner_text a { padding: 14px 38px; } /*#endregion*/ /*#endregion*/ } /*#endregion*/ /*#region PayIcons*/ .payIcon { padding-left: 27px; } .payIcon-space { padding-bottom: 5px; } /*#endregion*/ /*#endregion*/ /*#region Applications*/ .loanapp p { font-size: 16px; color: #4a6375; font-family: 'Prompt-Medium'; } .loanapp h3 { color: #25455a; font-size: 25px; font-family: "Prompt-SemiBold"; text-shadow: none; } .loanapp small { font-size: 12px; color: #4a6375; font-family: 'Prompt-Medium'; } .loanapp em { font-size: 12px; color: #ffffff; font-family: 'Prompt-Medium'; } .loanapp .panel-body { background-color: #ccc; } .loanapp .radio { color: #4a6375; } .loanapp .form-control { background-color: #fff; } .loanapp .control-label { color: #4a6375; } .loanapp .LoanApplicationType { color: #4a6375; } .loanapp .control-label { float: left; text-align: left; } /*#endregion*/ /*#region Alert*/ .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; text-shadow: none; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534 } /*#endregion*/ /*#region SubNavigation*/ .header-wrap { position: relative; } /*.menu-wrap ul li a:hover { color: #e4cb3f; border-bottom: solid 3px #e4cb3f; transition: none; }*/ .menu_dropdown_main { display: none; position: absolute; z-index: 99; float: left; width: 100%; background: #fff; padding: 0px 0px 80px 0px; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } .menu_dropdown_main .container { padding-left: 0px; } .menu_dropdown_main .menu_left_section_main { margin: 0px; padding: 0px; } .menu_left_section_main .menu_left_section { border-bottom: solid 1px #ebedef; float: left; width: 100%; padding: 20px 0px 30px 0px; margin: 0px; } .menu_left_section_main .menu_left_section a { font-family: "Prompt-SemiBold"; font-size: 25px; margin-top: 5px; display: inline-block; color: #25455a; background: #fff url(../images/arrow_yellow.html) no-repeat right center; padding-right: 18px; } .menu_left_section_main .menu_left_section a:hover { color: #e4cb3f; } .menu_left_section_main .menu_left_section p { font-size: 14px; color: #4a6375; font-family: 'Prompt-Medium'; float: left; padding: 8px 0px; margin: 0px; } .menu_left_section_main .menu_left_section ul { width: 100%; float: left; } .menu_left_section_main .menu_left_section ul li { float: left; display: inline-block; margin-right: 10px; } .menu_left_section_main .menu_left_section ul li a { font-size: 13px; text-transform: uppercase; font-family: "Prompt-Bold"; color: #268d6e; background: url(../images/arrow_green.html) no-repeat right 3px; padding: 0px 15px 0px 0px; margin-right: 20px; margin-top: 0px; letter-spacing: 1px; } .menu_left_section_main .menu_left_section ul li a:hover { color: #1c7258; background: url(../images/arrow_green_hover.html) no-repeat right 3px; } .menu_dropdown_main.menu-left { left: 0; text-align: left; top: 43px; } .menu_dropdown_main .menu_right_section_main { float: right; } .menu_dropdown_main .menu_left_section_main .menu_left_section.last { border: 0px; } .menu_dropdown_main .menu_right_section_main .menu_left_section { border: 0px; padding-bottom: 20px; } .menu_dropdown_main .menu_right_section_main .checking_account_free_section { background: #fff; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-radius: 5px; float: left; padding: 40px 40px 10px 40px; border: solid 1px #f3f3f3; } .menu_dropdown_main .menu_right_section_main .checking_account_free_section span { line-height: 50px; font-family: "Prompt-Light"; font-size: 45px; margin-top: 10px; color: #25455a; background: #fff url(../images/arrow_yellow.html) no-repeat right center; padding-right: 25px; } .menu_dropdown_main .menu_right_section_main .checking_account_free_section p { color: #4a6375; font-size: 16px; font-family: 'Prompt-Medium'; margin: 10px 0px 5px 0px; } .menu_dropdown_main .menu_right_section_main .checking_account_free_section a { display: inline-block; letter-spacing: 1px; background: #42967d; color: #fff; font-size: 13px; font-family: 'Prompt-Bold'; text-transform: uppercase; padding: 14px 45px 12px 45px; border-radius: 50px; margin-top: 20px; margin-bottom: 20px; } .menu_dropdown_main .container { padding-left: 15px !important; } .menu_dropdown_main .menu_left_section_main.bg-menu_left_section_main { padding: 15px; } .menu-details-wrapper h3 { font-family: "Prompt-Medium"; font-size: 36px; color: #25455a; margin-top: 30px; margin-bottom: 24px; text-shadow: none; } .menu-details-wrapper p { font-size: 14px; color: #4a6375; font-family: 'Prompt-Medium'; float: left; margin: auto; width: 100%; } .menu-details-wrapper a { font-size: 12px; text-transform: uppercase; font-family: Prompt-Bold !important; color: #268d6e !important; background: url(../img/CustomBlocks/B12/arrow_green.png) no-repeat right 3px; padding: 0px 15px 0px 0px; margin-bottom: 20px; margin-right: 20px; margin-top: 15px; letter-spacing: 1px; float: left; } .menu-details-wrapper a:hover { color: #228264; border-bottom: none !important; } .menu_left_section_main .bg-menu_left_section { float: left; padding: 0px; margin: 0px; padding-right: 15px; min-height: 100px; } .menu_left_section_main .bg-menu_left_section .subsubitem a { font-family: "Prompt-Light"; font-size: 20px !important; margin-top: 5px; display: inline-block; color: #25455a; background: #fff url(../img/Search/arrow_yellow.png) no-repeat right center; padding-right: 18px; line-height: 12px; font-weight: normal; } .menu_left_section_main .bg-menu_left_section .subsubitem > a:hover { color: #25455a !important; border-bottom: none !important; } .menu_left_section_main .bg-menu_left_section p { font-size: 14px; color: #4a6375; font-family: 'Prompt-Medium'; float: left; padding: 8px 0px; margin: 0px 25px 0px 0px; } .menu_left_section_main .bg-menu_left_section hr { float: left; width: 95%; border-bottom: solid 1px #ebedef; border-top: 0; margin: 5px 0px; } .menu_dropdown_main.menu-left.bg-dropdown-menu-details { padding: 0px; } .menu_dropdown_main.menu-left.bg-dropdown-menu-details .row-full { background: white; } .menu_left_section_main .bg-menu_left_section ul { width: 100%; } .menu_left_section_main .bg-menu_left_section ul > li { letter-spacing: 1px; font-size: 12px; color: #4a6375; font-family: 'Prompt-Light'; background: url(../img/CustomBlocks/B20/dot_yellow.png) no-repeat left 4px; background-position-y: 9px; padding-left: 22px; line-height: 5px; float: left; margin-left: 0px; position: relative; } .bg-menu_left_section_main .bg-menu_left_section ul > li:nth-child(odd) { width: 50%; } .bg-menu_left_section_main .bg-menu_left_section ul > li:nth-child(even) { width: 50%; } .bg-menu_left_section_main .bg-menu_left_section .subsubitem a { font-size: 14px; } .menu_left_section_main .bg-menu_left_section li > a { color: #268d6e !important; font-family: 'Prompt-Light'; font-size: 12px; text-shadow: none; background: none !important; } .menu_left_section_main .bg-menu_left_section li > a:hover { color: #1c7258 !important; } .menu_left_section_main .bg-menu_left_section:nth-child(even) { padding-left: 33px; } /*#endregion*/ /*#region View Rate Tables*/ .pop_board { width: 1000px !important; } .pop_board .modal-body { display: inline-block; padding: 0px; width: 100%; } .pop_board .modal-content { border-radius: 0px !important; border: 0px; background: none; box-shadow: 0 0px 0px rgba(0, 0, 0, .5); } .pop_main_container_board { background: #ffffff; overflow: hidden; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .pop_main_container_board .close { right: 10px; top: 20px; position: relative; opacity: 1; width: 50px; } .pop_main_container_board .pop_main_container { width: 100%; float: left; padding: 30px 40px; } .pop_main_container_board .pop_main_container h2 { text-align: center; } .pop_main_container_board .pop_main_container h3 { display: inline-block; color: #385061; font-size: 25px; margin-top: 0px; font-family: 'Prompt-Light'; padding-top: 5px; } .pop_main_container_board .pop_main_container p { margin-top: 0px; font-size: 16px; font-family: 'Prompt-Light'; text-shadow: none; } .pop_main_container_board .pop_main_container table { padding-top: 10px; } .pop_main_container_board .pop_main_container tr:first-child td { background-color: #e3e3e3; font-size: 18px; font-family: 'Prompt-SemiBold'; padding-left: 30px; } .pop_main_container_board .pop_main_container td { padding: 12px 0px 12px 30px; } .pop_main_container_board .pop_main_container .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, .05); } .pop_main_container_board .pop_main_container .table-striped td, .pop_main_container_board .pop_main_container .table-striped th { border-top: 1px solid #dee2e6; } .pop_main_container_board .pop_main_container .table-striped { background: #fff; color: #000; margin-bottom: 40px; } .pop_main_container_board .pop_main_container .table-striped > thead > tr > th { border-bottom: 2px solid #dee2e6; } .pop_main_container_board .pop_main_container .table-striped > tfoot > tr > td { border-top: 2px solid #dee2e6; font-weight: bold; height: 62px; padding-left: 30px; } .pop_main_container_board .pop_main_container .pop_board_white { width: 100%; background: #fff; float: left; padding: 0px; text-align: left; } .pop_main_container_board .pop_main_container .pop_board_white h4.Blue { letter-spacing: 0.5px; padding-top: 0px; margin: 0px 0px 10px; } .pop_main_container_board .pop_main_container .pop_board_white b46Blue p { padding-left: 0; text-align: left; } .pop_main_container_board .pop_main_container ol { display: inline; padding: 0px; margin: 0px; width: 100%; } .pop_main_container_board .pop_main_container ol li { float: left; margin: 5px 0px 22px 0px; } .pop_main_container_board .pop_main_container ol li p { color: #25455a; padding: 0 10px 0 0; list-style: none; float: left; margin: 0px 0px 0px 0px; font-size: 16px; text-align: left; } .pop_main_container_board .pop_main_container ol li strong { font-family: "Prompt-Bold"; font-size: 16px; font-weight: normal; } .pop_main_container_board .pop_main_container ol li em { font-style: italic; font-family: 'Prompt-SemiBold'; } .pop_main_container_board .pop_main_container ol li a { color: #42967d; font-style: normal; font-family: 'Prompt-SemiBold'; } .pop_main_container_board .pop_main_container ol li > span { color: #182e39; content: counter(list); background: #e4cb3f; font-family: "Prompt-Bold"; font-size: 14px; border-radius: 50%; width: 22px; height: 22px; line-height: 22px; float: left; text-align: center; margin-right: 12px; } .viewratebluebutton { background: #25455a !important; padding: 14px 25px; letter-spacing: 1.5px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px; font-family: Prompt-SemiBold; margin-top: 2px; } .viewratebluebutton:hover { background: #233c4c !important; color: #fff; } .viewrategreenbutton { background: #41967c !important; padding: 14px 25px; letter-spacing: 1.5px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px; font-family: Prompt-SemiBold; margin-top: 2px; } .viewrategreenbutton:hover { background: #1c7158 !important; color: #fff; } /*#endregion*/ /*#region SpeedBump*/ .speedpop_board { width: 1000px !important; } .speedpop_board .modal-content { border-radius: 0px !important; border: 0px; background: none; box-shadow: 0 0px 0px rgba(0, 0, 0, .5); } .speedpop_board .modal-body { display: inline-block; padding: 9vw; width: 50vw; } .speedpop_main_container_board { background: #ffffff; overflow: auto; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .speedpop_main_container_board .close { right: 20px; top: 20px; position: relative; opacity: 1; } .speedpop_main_container_board .pop_main_container { width: 100%; float: left; padding: 30px 40px; } .speedpop_main_container_board .pop_main_container h4.popupheader { color: #60aadb; letter-spacing: 0.5px; padding-top: 0px; margin: 0px 0px 10px; } .speedpop_main_container_board .pop_main_container p { padding-bottom: 50px; color: #516e83; margin-top: 0px; font-size: 16px; font-family: 'Prompt-Light'; text-shadow: none; } .speedbumpbluebutton { background: #25455a !important; padding: 14px 25px; letter-spacing: 1.5px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px; font-family: Prompt-SemiBold; margin-top: 2px; } .speedbumpbluebutton:hover { background: #233c4c !important; color: #fff; } /*.speedbumpgreenbutton { background: #41967c !important; padding: 14px 25px;letter-spacing: 1.5px;color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px;font-family: Prompt-SemiBold;margin-top: 2px;} .speedbumpgreenbutton:hover { background: #1c7158 !important; color: #fff;}*/ /*#endregion*/ /*#region Overlay*/ .overlay_board { width: 1142px !important; height: 717px !important; } .overlay_board .modal-content { border-radius: 0px !important; border: 0px; background: none; box-shadow: 0 0px 0px rgba(0, 0, 0, .5); } .overlay_board .modal-body { display: inline-block; width: 1142px; } .overlay_main_container_board { background-color: #fff; background-image: url('../img/Overlay/overlay.html'); background-size: 1142px 404px; background-position-x: top; background-repeat: no-repeat; overflow: auto; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .overlay_main_container_board .close { right: 20px; top: 20px; position: relative; opacity: 1; } .overlay_main_container_board .pop_main_container { height: 717px; width: 100%; float: left; padding: 0px; } .overlay_main_container_board .pop_main_container .overlay-header { height: 236px; width: 100%; } .overlay_main_container_board .pop_main_container .overlay-header .header-row1 { font-family: 'Prompt-Light' !important; font-size: 50px; color: #18564b; text-align: center; padding-top: 75px; } .overlay_main_container_board .pop_main_container .overlay-header .header-row2 { font-family: 'Prompt-SemiBold'; font-size: 55px; color: #18564b; text-align: center; font-weight: bolder; letter-spacing: 1px; } .overlay_main_container_board .pop_main_container .overlay-body { height: 353px; width: 70%; margin-left: auto; margin-right: auto; } .overlay_main_container_board .pop_main_container .overlay-body .bottomTitle { margin-left: auto; margin-right: auto; color: #25465a; font-size: 18px; line-height: 40px; font-family: 'Prompt-SemiBold'; text-align: center; font-weight: 800; } .overlay_main_container_board .pop_main_container .overlay-body .bodyText p { margin-left: auto; margin-right: auto; color: #4a6375; font-size: 18px; line-height: 35px; font-family: 'Prompt-Light'; font-weight: 500; text-shadow: none; padding-top: 25px; } .overlay_main_container_board .pop_main_container .overlay-footer { position: relative; bottom: -4px; padding: 0px; width: 100%; overflow: hidden; } /*#endregion*/ /*#region Disclaimer*/ .alert > p.disclaimerclass { font-size: 16px; font-family: none; text-align: left; margin: 0px; } .alert-disclaimer { color: #4a6375; background-color: #f2f2f2; border-color: transparent; } /*#endregion*/ @media only screen and (max-width:768px) { div.modal-dialog.speedpop_board .modal-content .modal-body .speedpop_main_container_board { background-color: #fff !important; width: 300px !important; position: relative; left: -25px; } } @media only screen and (max-width:767px) { .col-md-8.col-xs-6.col-sm-6.mobile-show, .col-md-4.col-xs-6.col-sm-6.mobile-show, .b1banner_flex_text { width: 98% !important; } .col-md-8.col-xs-6.col-sm-6.mobile-show .b1banner_text h1.White p { width: 100% !important; font-size: 38px; } .b1offerbox .b1banner_flex_text h2 { font-size: 25px; margin: 0px; } } :link { border: none !important; } select { border: #e9e9e9 3px solid; color: #25455a; padding: 10px; font-size: 14px; height: 43px; width: 100%; -webkit-appearance: none; -moz-appearance: none; background: url(../img/SelectDown.png) 96% / 15% no-repeat #fff; } .cTimeValue form .panel { background-color: #fff; width: 585px; float: left; padding-bottom: 25px; } .calcScript { /*border:#25455a 2px solid;*/ padding: 20px; width: 585px; } /*#region Fix for Dropdown on B-1 block*/ #AccessAccountDropdown { color: #4a6375; font-size: 14px; font-family: 'Prompt-Light'; } #user_id { color: #4a6375; font-size: 14px; font-family: 'Prompt-Light'; } /*#endregion*/ /*#region about us changes */ .page-about-us h2, .parent-5384 h2 { color: #233c4c; font-family: 'Prompt-Light'; font-size: 35px; } @media (min-width: 768px) { .page-about-us h2, .parent-5384 h2 { font-size: 45px; } } .page-about-us .b02ablock .b2container, .parent-5384 .b02ablock .b2container { padding-top: 30px; } .page-about-us .b02ablock .b2about_debit, .parent-5384 .b02ablock .b2about_debit { flex-basis: 100%; } @media (min-width: 992px) { .page-about-us .b02ablock .b2about_debit, .parent-5384 .b02ablock .b2about_debit { flex-basis: auto; } } .page-about-us .b02ablock .b2about_debit > img, .parent-5384 .b02ablock .b2about_debit > img { margin-bottom: 10px; } .page-about-us .b02ablock .b2about_debit p, .parent-5384 .b02ablock .b2about_debit p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us .b3premier_family_main .b3premier_family a, .parent-5384 .b3premier_family_main .b3premier_family a { color: #385061; } .page-about-us .b3premier_family_main .b3premier_family .b3premier_family_right p, .parent-5384 .b3premier_family_main .b3premier_family .b3premier_family_right p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us > .b4background, .parent-5384 > .b4background { background-image: url("../img/CustomBlocks/B4/about_us_taking_care.png"); background-repeat: no-repeat; background-size: auto 100%; padding-top: 50px; } .page-about-us .b4background .b4anywhere_banking > .xhtml > p, .parent-5384 .b4background .b4anywhere_banking > .xhtml > p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; margin-left: auto; margin-right: auto; max-width: 830px; text-align: center; } .page-about-us .b4background .b4anywhere_banking .b4ContentArea, .parent-5384 .b4background .b4anywhere_banking .b4ContentArea { left: 0; margin-left: 0; } .page-about-us .b4background .b15benfits_main_box, .parent-5384 .b4background .b15benfits_main_box { margin-top: 40px; } .page-about-us .b4background .b15benfits_main_box > .container, .parent-5384 .b4background .b15benfits_main_box > .container { display: flex; flex-wrap: wrap; } .page-about-us .b4background .b15benfits_main_box .b15student_parent_main_content, .parent-5384 .b4background .b15benfits_main_box .b15student_parent_main_content { background-color: #fff !important; flex-basis: 98%; margin: 0 0 30px; } @media (min-width: 768px) { .page-about-us .b4background .b15benfits_main_box .b15student_parent_main_content, .parent-5384 .b4background .b15benfits_main_box .b15student_parent_main_content { flex-basis: 48%; margin: 0 1% 2%; } } .page-about-us .b4background .b17free_mobile_banking, .parent-5384 .b4background .b17free_mobile_banking { background-color: transparent; background-image: none; min-height: 0; } .page-about-us .b4background .b3premier_family_main, .parent-5384 .b4background .b3premier_family_main { background-color: transparent; padding-top: 0; } /*.page-about-us .b4background .b3premier_family_main > .container, .parent-5384 .b4background .b3premier_family_main > .container { display: flex; }*/ .page-about-us .b4background .b3premier_family_main > .container, .parent-5384 .b4background .b3premier_family_main > .container { display: flex; flex-wrap: wrap; } @media (min-width: 768px) { .page-about-us .b4background .b3premier_family_main > .container, .parent-5384 .b4background .b3premier_family_main > .container { flex-wrap: nowrap; } } .page-about-us .b4background .b3premier_family_main .b3premier_family, .parent-5384 .b4background .b3premier_family_main .b3premier_family { width: 100%; } @media (min-width: 768px) { .page-about-us .b4background .b3premier_family_main .b3premier_family, .parent-5384 .b4background .b3premier_family_main .b3premier_family { width: 48%; } } .page-about-us .b04block + .b04block .b4background, .parent-5384 .b04block + .b04block .b4background { background-image: none; } .page-about-us .b8giving_back_main .b8giving_back h3, .parent-5384 .b8giving_back_main .b8giving_back h3 { color: #385061; font-family: 'Prompt-Medium'; margin-bottom: 14px; margin-top: 30px; text-align:center; } .page-about-us .b8giving_back_main .b8giving_back p, .parent-5384 .b8giving_back_main .b8giving_back p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us .b15student_parent_main_content, .parent-5384 .b15student_parent_main_content { align-items: center; display: flex; float: none; height: auto; margin-bottom: 30px; } .page-about-us .b15benfits_main_box > .container, .parent-5384 .b15benfits_main_box > .container { display: flex; flex-wrap: wrap; } .page-about-us .b15student_parent_main_content .b15avtar_content, .parent-5384 .b15student_parent_main_content .b15avtar_content { margin-left: 4%; width: 69%; } .page-about-us .b15student_parent_main_content .b15avtar_content h3, .parent-5384 .b15student_parent_main_content .b15avtar_content h3 { color: #385061; font-family: 'Prompt-Medium'; } .page-about-us .b15student_parent_main_content .b15avtar_content p, .parent-5384 .b15student_parent_main_content .b15avtar_content p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us .b15student_parent_main_content .b15avtar_content a, .parent-5384 .b15student_parent_main_content .b15avtar_content a { color: #268d6e; font-size: 13px; } .page-about-us .b15student_parent_main_content .b15avtar_content a:hover, .parent-5384 .b15student_parent_main_content .b15avtar_content a:hover { color: #1b654f; } /*.page-about-us .b17free_mobile_banking, .parent-5384 .b17free_mobile_banking { background-image: url("/Static/img/CustomBlocks/B17/about_us.png"); } */ .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left h3 > p, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right h3 > p, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left h3 > p, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right h3 > p { color: #385061; font-family: 'Prompt-Medium'; margin:0; } .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left h4, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right h4, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left h4, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right h4 { color: #61acdc; margin-bottom :10px; text-align:left; } .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left p, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right p, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left p, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right p { font-family: 'Prompt-Medium'; font-size: 15px; } .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left .b17readmore, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right .b17readmore, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left .b17readmore, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right .b17readmore { background-color: #233c4c; font-size: 13px; } .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left .b17readmore:hover, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right .b17readmore:hover, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left .b17readmore:hover, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right .b17readmore:hover { background-color: #132029; } .page-about-us .b17free_mobile_banking, .parent-5384 .b17free_mobile_banking { float: none; } .page-about-us .b17cards, .parent-5384 .b17cards { float: none; } .page-about-us .b17cards > .container, .parent-5384 .b17cards > .container { display: flex; } .page-about-us .b20consumer-loans, .parent-5384 .b20consumer-loans { background-color: #f9f9f9; padding: 90px 0 20px; /*Spacing between blocks */ } .page-about-us .b20consumer-loans p, .parent-5384 .b20consumer-loans p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us .b20consumer-loans .b20showright a.b20mainanchorL, .page-about-us .b20consumer-loans a.b20mainanchor, .parent-5384 .b20consumer-loans .b20showright a.b20mainanchorL, .parent-5384 .b20consumer-loans a.b20mainanchor { background-color: #3d9482; font-size: 13px; } .page-about-us .b20consumer-loans .b20showright a.b20mainanchorL:hover, .page-about-us .b20consumer-loans a.b20mainanchor:hover, .parent-5384 .b20consumer-loans .b20showright a.b20mainanchorL:hover, .parent-5384 .b20consumer-loans a.b20mainanchor:hover { background-color: #2e7062; } .page-about-us .b27our_leadership_main h2, .parent-5384 .b27our_leadership_main h2 { color: #233c4c; } .page-about-us .b27our_leadership_main .b27our_leadership .b27our_leadership_left h3, .page-about-us .b27our_leadership_main .b27our_leadership .b27our_leadership_right h3, .parent-5384 .b27our_leadership_main .b27our_leadership .b27our_leadership_left h3, .parent-5384 .b27our_leadership_main .b27our_leadership .b27our_leadership_right h3 { color: #385061; font-family: 'Prompt-Medium'; font-size: 20px; line-height: 28px; } .page-about-us .b27our_leadership_main .b27our_leadership .b27our_leadership_left p, .page-about-us .b27our_leadership_main .b27our_leadership .b27our_leadership_right p, .parent-5384 .b27our_leadership_main .b27our_leadership .b27our_leadership_left p, .parent-5384 .b27our_leadership_main .b27our_leadership .b27our_leadership_right p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; line-height: 22px; } .page-about-us .b30block, .parent-5384 .b30block { /* margin-top: 50px;*/ } .page-about-us .b30block .b30Press_room_main, .parent-5384 .b30block .b30Press_room_main { background-color: #20695c; padding: 70px 0 90px; display: flex; } .page-about-us .b30block .b30Press_room_main .b30Press_room, .parent-5384 .b30block .b30Press_room_main .b30Press_room { padding-top: 60px; } .page-about-us .b30block .b30Press_room_main .b30Press_room h1, .parent-5384 .b30block .b30Press_room_main .b30Press_room h1 { color: #233c4c; font-family: 'Prompt-Light'; margin-bottom: 17px; } .page-about-us .b30block .b30Press_room_main .b30Press_room > .col-md-12, .parent-5384 .b30block .b30Press_room_main .b30Press_room > .col-md-12 { padding: 0; } .page-about-us .b30block .b30Press_room_main .b30Press_room span, .parent-5384 .b30block .b30Press_room_main .b30Press_room span { color: #385061; font-family: 'Prompt-Medium'; } .page-about-us .b30block .b30Press_room_main .b30Press_room p a, .parent-5384 .b30block .b30Press_room_main .b30Press_room p a { font-family: 'Prompt-Regular', 'Prompt-Medium'; } .page-about-us .b48featured_job_main .b48featured_job, .parent-5384 .b48featured_job_main .b48featured_job { padding-bottom: 0; } .page-about-us .b48featured_job_main .b48featured_job:hover, .parent-5384 .b48featured_job_main .b48featured_job:hover { background-color: #25455a !important; } .page-about-us .b48featured_job_main .b48featured_job:hover .b48h3 a, .parent-5384 .b48featured_job_main .b48featured_job:hover { color: #fff; } .page-about-us .b48featured_job_main .b48featured_job .b48h3, .parent-5384 .b48featured_job_main .b48featured_job .b48h3 { height: auto; padding-bottom: 13px; padding-top: 10px; text-align: center; } .page-about-us .b48featured_job_main .b48featured_job .b48h3 h3, .parent-5384 .b48featured_job_main .b48featured_job .b48h3 h3 { background: transparent url("../img/CustomBlocks/B3/arrow_yellow.png") no-repeat right center; color: #385061; float: none; font-family: 'Prompt-Medium'; margin-top: 10px; } .page-about-us .b48featured_job_main .b48featured_job > p, .parent-5384 .b48featured_job_main .b48featured_job > p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; text-align: center; } .page-our-people .b20block .b20consumer-loans, .page-our-communities .b20block .b20consumer-loans { background-color: transparent; } .page-our-people .b20block ~ .b20block .b20consumer-loans, .page-our-communities .b20block ~ .b20block .b20consumer-loans { background-color: #f9f9f9; } .page-our-communities > .container > .equal-height .b04block:last-child .b4background { background-color: #1f3746; background-image: none; } .page-our-communities > .container > .equal-height .b04block:last-child .b4background .b4anywhere_banking h2 { color: #fefefe; } .page-our-communities > .container > .equal-height .b04block:last-child .b4background .b4anywhere_banking > .xhtml > p { color: #fff; } .page-our-communities > .container > .equal-height .b04block:last-child .b4background .b15benfits_main_box { margin-bottom: 100px; } .page-our-story .b20consumer-loans { background-color: transparent; } /*#endregion about us changes */ .leftMargin10 { margin-left: 10px; text-transform: uppercase; font-family: 'Prompt-Medium'; font-size: 13px; } @media screen and (max-width: 767px) { .page-about-us .b15student_parent_main_content, .parent-5384 .b15student_parent_main_content { display: block; } } .Center { text-align: center; }
public/assets/frontend/Static/css/Site_20201214_V1_35.css
? /*#region Initialization, Reset and Fonts*/ /*#region Avenir Fonts*/ @font-face { font-family: "Prompt-Thin"; src: url("../fonts/Prompt-Thin.ttf"); src: url("../fonts/Prompt-Thin.ttf"), url("../fonts/Prompt-Thin.ttf"); } @font-face { font-family: "Prompt-ExtraLight"; src: url("../fonts/Prompt-ExtraLight.ttf"); src: url("../fonts/Prompt-ExtraLight.ttf"), url("../fonts/Prompt-ExtraLight.ttf"); } @font-face { font-family: "Prompt-ExtraBold"; src: url("../fonts/Prompt-ExtraBold.ttf"); src: url("../fonts/Prompt-ExtraBold.ttf"), url("../fonts/Prompt-ExtraBold.ttf"); } @font-face { font-family: "Prompt-Bold"; src: url("../fonts/Prompt-Bold.ttf"); src: url("../fonts/Prompt-Bold.ttf"), url("../fonts/Prompt-Bold.ttf"); } @font-face { font-family: "Prompt-SemiBold"; src: url("../fonts/Prompt-SemiBold.ttf"); src: url("../fonts/Prompt-SemiBold.ttf"), url("../fonts/Prompt-SemiBold.ttf"); } @font-face { font-family: "Prompt-ExtraLightItalic"; src: url("../fonts/Prompt-ExtraLightItalic.ttf"); src: url("../fonts/Prompt-ExtraLightItalic.ttf"), url("../fonts/Prompt-ExtraLightItalic.ttf"); } @font-face { font-family: "Prompt-Light"; src: url("../fonts/Prompt-Light.ttf"); src: url("../fonts/Prompt-Light.ttf"), url("../fonts/Prompt-Light.ttf"); } @font-face { font-family: "Prompt-Medium"; src: url("../fonts/Prompt-Medium.ttf"); src: url("../fonts/Prompt-Medium.ttf"), url("../fonts/Prompt-Medium.ttf"); } @font-face { font-family: "Prompt-Black"; src: url("../fonts/Prompt-Black.ttf"); src: url("../fonts/Prompt-Black.ttf"), url("../fonts/Prompt-Black.ttf"); } @font-face { font-family: "Prompt-BlackItalic"; src: url("../fonts/Prompt-BlackItalic.ttf"); src: url("../fonts/Prompt-BlackItalic.ttf"), url("../fonts/Prompt-BlackItalic.ttf"); } /*#endregion*/ /*#region Initialization and Reset*/ body { font-family: 'Prompt-Light'; line-height: 1; margin: 0px; padding: 0px; background-color: #fff; } .container { width: 1200px; } .row-full { width: 100vw; position: relative; top: 0px; margin-left: -50vw; left: 50%; } .imgResponsive { max-width: 100%; } .image-file { max-width: 100%; } 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; vertical-align: baseline; font-family: 'Prompt-Medium'; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } input:focus { outline: none !important; } .xhtml strong { font-family: 'Prompt-SemiBold'; color: #4a6375; font-size: 14px; font-weight: bolder; line-height: 20px; } .xhtml ul > li { margin-top: 7px; font-size: 14px; color: #4a6375; font-family: 'Prompt-Medium'; background: url(../img/CustomBlocks/B20/dot_yellow.png) no-repeat left 4px; background-position-y: 4px; padding-left: 22px; float: left; width: 100%; margin-left: 0px; position: relative; } .xhtml ul > li:first-child { margin-top: 0px; } .xhtml ul > li ul { margin-bottom: 0px; margin-top: 0px; padding-top: 0px !important; } .xhtml ul > li ul > li { background: url(../img/CustomBlocks/B20/dash.png) no-repeat left 4px !important; } .xhtml ul > li:first-child { margin-top: 13px; } .xhtml ul > li a:focus { color: #42967d; } .xhtml h2 strong { font-weight: bold; color: #25455a; font-size: 40px; font-family: 'Prompt-Light'; text-shadow: none; margin-bottom: 50px; } .xhtml a:focus { color: #42967d; } /*Generic Tables*/ .xhtml table { border: 0px } .xhtml table tbody tr:nth-child(odd) { background: #f5f5f5 } .xhtml table tbody tr:nth-child(even) { background: #FFF } .xhtml table tbody tr:first-child td { padding: 25px 15px; background: #e2e2e2; font-size: 18px; color: #385061; font-family: 'Prompt-SemiBold'; text-align: center; } .xhtml table tbody tr td { padding: 15px; text-align: left; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } em { font-style: italic; } a { color: #268d6e; font-family: 'Prompt-Medium'; } /*font-weight:bold;*/ a:hover { color: #268d6e; font-family: 'Prompt-Medium'; text-decoration: underline; } /*font-weight:bold;*/ table { background-color: #fff; color: #25455a; } table tbody { background-color: #fff; font-family: 'Prompt-Medium'; font-size: 16px; } table a { color: #17554a; font-family: 'Prompt-Medium'; font-size: 16px; } table a:hover { color: #17554a; text-decoration: underline; } tr:nth-child(even) { background: #FFF } tr:nth-child(odd) { background: #fafafa; } tr > td:first-child { border-right: 0px } tr > td:last-child { border-right: 0px } tr > th:first-child { border-right: 0px } tr > th:last-child { border-right: 0px } button { background: transparent; border: #fff 1px solid; } .btn { background: #25455a; padding: 13px 60px; letter-spacing: 1px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 12px; font-family: 'Prompt-Bold'; margin: 35px 0px 20px; text-align: center; min-width: 145px; } .btnGreen { display: inline-block; letter-spacing: 1px; background: #42967d; color: #fff; font-size: 12px; font-family: 'Prompt-Bold'; text-transform: uppercase; padding: 12px 60px; border-radius: 50px; margin-top: 20px; margin-bottom: 0px; margin-right: 30px; text-align: center; } /*#endregion*/ /*#endregion*/ /*#region Header*/ .ContentArea { width: 100%; min-height: 50px; } .right-nav { margin: 22px 0px; display: block; /*overflow: hidden;*/ } .menu-right { float: right; } .menu-right li { display: inline-block; margin: 0px 16px; font-family: "Prompt-Medium"; color: #000; vertical-align: middle; background: none; } .menu-right li:last-child { margin-right: 0px; } .menu-right li a { color: #000; font-size: 14px; text-decoration: none; } .menu-right li a:hover { color: #268d6e; } .b18bottom a.b18mainanchor { box-shadow: 0px 4px 8px 0px rgba(48, 64, 75, 0.09); letter-spacing: 1px !important; background: #42967d !important; width: 185px; height: 40px; line-height: 42px; text-align: center; padding: 0px !important; border-radius: 20px !important; display: inline-block; font-size: 12px !important; } .b18bottom a.b18mainanchor:hover { background: #1c7258 !important; } .logo { display: inline-block; margin-right: 13px; overflow: hidden; } .logo { display: inline-block; margin-right: 13px; overflow: hidden; vertical-align: top; } .small-menu { display: inline-block; margin-top: 18px; } .small-menu ul li { float: left; margin: 0px 14px; } .small-menu ul li a { color: #25455a; font-size: 15px; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; font-family: 'Prompt-SemiBold'; } .small-menu ul li.active > a { text-decoration: none; text-shadow: none !important; color: #268d6e; border-bottom: 3px solid #268d6e; } .small-menu ul li a:hover { text-decoration: none; text-shadow: none !important; color: #268d6e; border-bottom: 3px solid #268d6e; } .header-box { display: block; clear: both; padding-top: 20px; } .header-wrap { height: 149px; width: 100%; } /*this sets the boundary (158) across chrome/firefox*/ .card-btn { float: right; letter-spacing: 1px; } .card-btn a { border: #222 1px dotted; background: #25455a; display: block; padding: 14px 0px 14px 25px; letter-spacing: 1.5px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px; font-family: Prompt-SemiBold; margin-top: 2px; width: 240px; } /*width: 187px;*/ .card-btn a:hover { background: #182e39 !important } .card-btn a img { margin-left: 5px; } .menu-wrap { background: #25455a; margin: 15px 0px 0px; position: relative; z-index: 999 } .menu-wrap ul li a { color: #fff; font-size: 14px; font-family: Prompt-Light; } .menu-wrap ul li { display: inline-block; padding: 12px 13px; } .menu-wrap ul li:first-child { padding-left: 0px; } .menu-btn { display: none; } .top-bar { height: 35px; width: 100%; padding-top: 5px; } .search { cursor: pointer; border: none; padding: 5px; width: 25px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; float: right; background: #fff url(../img/search-icon.png) no-repeat 95% center; } .search:focus { width: 200px; border-radius: 5px; border: 1px solid #ccc; } .ser-bx { width: 90%; border: transparent; margin: 12px 20px; } .ser-bx img { display: inline-block; } .ser-bx input { display: inline-block; background: transparent; width: 70%; font-size: 17px; font-family: 'Prompt-Thin'; font-weight: 500; color: #ddd; } .top-head.cust { padding: 12px 0px; padding-bottom: 12px; border-top: 1px solid #ccc; margin: 0px 20px; } .cust h4 { font-size: 16px; text-decoration: underline; margin-bottom: 15px; } .cust .num { font-family: 'Prompt-Thin'; margin-bottom: 25px; font-size: 14px; display: block; } .pushy-link.close-b { text-align: right; display: block; align-content: right; background: no-repeat; border: none; padding: 0px 16px; right: 0px; position: absolute; font-size: 17px; color: #fff; font-weight: bold; top: 25px; font-family: Arial; } .SubMenuItems { text-align: left; } .SubMenuItems ul { float: left; } /*.SubMenuItems li > a:hover { text-decoration: none; text-shadow: none !important; color: #e4cb3f; border-bottom: 3px solid #e4cb3f; } .SubMenuItems li.active > a { text-decoration: none; text-shadow: none !important; color: #e4cb3f; border-bottom: 3px solid #e4cb3f; }*/ .SubMenuItems li { padding-right: 7px !important; } /* Space between menu items are here .SubMenuItems li > a::after {content: '';display: block;width: 0;height: 3px;background: #e4cb3f;transition: width .8s;} .SubMenuItems li > a:hover { color: #e4cb3f;} .SubMenuItems li > a:hover::after {color: #e4cb3f;width:100%;}*/ .SubMenuItems li.SubMenu > a::after { content: ''; display: block; width: 0; height: 3px; background: #e4cb3f; transition: width .8s; } .SubMenuItems li.SubMenu > a:hover { color: #e4cb3f; } .SubMenuItems li.SubMenu > a:hover::after { color: #e4cb3f; width: 100%; } .SubMenuItems li.active > a { text-decoration: none; text-shadow: none !important; color: #e4cb3f; border-bottom: 3px solid #e4cb3f; } .smallLogo { visibility: hidden; display: none; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { top: 40%; } .panel-heading .ceteramenu a.ceteralink { background-color: #25445b; color: #fff !important; } .panel-heading .ceteramenu a.ceteralink:hover { background-color: #e4cb3f; color: #222 !important; } /*#endregion*/ /*#region Pages*/ /*#region Breadcrumbs */ .Breadcrumb { color: #25455a; padding-top: 10px; } .Breadcrumb a { color: #25455a; } .Breadcrumb a:hover { text-decoration: none; color: #268d6e; border-bottom: #268d6e 3px solid; } /*#endregion*/ /*#region Search Page*/ .search_result_main { float: left; width: 100%; background: #fff url(../img/Search/search_result_bg.jpg) no-repeat; padding: 100px 0px; } .search_result_main .search_result { width: 70%; margin: 0px auto; } .search_result_main .search_result .btn-search-placed { margin: auto; padding: 20px 25px; } .search_result_main .search_result #custom-search-input { padding: 3px; height: 65px; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; background: #fff; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border: solid 1px #dfdfdf; } .search_result_main .search_result #custom-search-input .form-control { color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; border: solid 1px #fff; box-shadow: inset 0 0px 0px rgba(0,0,0,0.075); } .search_result_main .search_result #custom-search-input .input-group-btn .btn.btn-info.btn-lg { background: none; border: 0px; } .search_result_main .search_result p { color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; float: left; margin-top: 20px; } .search_result_main .search_result p span { font-family: 'Prompt-SemiBold'; font-weight: normal; } .search_result_find_box { float: left; width: 100%; margin: 50px 0px; } .search_result_find_box span { float: left; width: 100%; } .search_result_find_box h3 { float: left; width: 100%; color: #385061; text-shadow: 0px 0px 0 rgba(0,0,0,0.3); font-size: 25px; font-family: 'Prompt-SemiBold'; margin-bottom: 10px; margin-top: 20px; } .search_result_find_box p { color: #4a6375; float: left; width: 100%; font-family: 'Prompt-Medium'; margin-bottom: 20px; font-size: 16px; } .search_result_find_box a.learnmore { display: inline-block; letter-spacing: 1px; background: #42967d; color: #fff; font-size: 13px; font-family: 'Prompt-Bold'; text-transform: uppercase; padding: 12px 40px 10px 40px; border-radius: 50px; margin-top: 20px; margin-bottom: 0px; } .search_result_section { float: left; width: 100%; border-bottom: solid 1px #e8e8e8; padding: 40px 0px; } .search_result_section span { color: #385061; display: inline; width: 100%; font-size: 25px; padding-right: 18px; font-family: 'Prompt-SemiBold'; text-shadow: 0px 0px 0 rgba(0,0,0,0.3); margin-top: 30px; margin-bottom: 10px; } /*background: #fff url(/Static/img/Search/arrow_yellow.png) no-repeat right center;*/ .search_result_main .search_result p { width: 90%; color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; float: left; margin-top: 10px; } .search_result_main .search_result p strong { font-family: 'Prompt-SemiBold'; font-weight: normal; } .search_result_main .search_result ul { margin: 0px; padding: 0px; display: inline; } .search_result_main .search_result ul li { float: left; width: auto; margin-right: 18px; margin-top: 20px; } .search_result_main .search_result ul li a { letter-spacing: 1px; color: #268d6e; text-transform: uppercase; font-size: 13px; font-family: 'Prompt-Bold'; background: url(../img/Search/search_arrow.png) no-repeat right center; padding-right: 18px; } .search_result_main .search_result ul li.last a { background: none; } .search_result_main .search_result .pagination { float: left; width: 100%; margin: 120px 0px 0px 0px; } .search_result_main .search_result .pagination li a { border: solid 3px #d3d3d3; background: #fff; color: #25455a; font-size: 16px; font-family: 'Prompt-SemiBold'; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; padding: 5px 12px; text-shadow: 0px 0px 0 rgba(0,0,0,0.3); } .search_result_main .search_result .pagination li a:hover, .search_result_main .search_result .pagination li a.active { border: solid 3px #e4cb3f; background: #e4cb3f; color: #fff; } .search_result_main .search_result .pagination li.next-link a { border: 0px; color: #268d6e; font-size: 13px; font-family: 'Prompt-SemiBold'; padding: 10px 0px; } .search_result_main .search_result .pagination li.next-link a:hover { background: none; } .search_result_main .search_result .search_result_section .search_result_answer { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .noresultsection { width: 100% !important; margin-bottom: 40px; margin-top: 15px !important; } /*#endregion*/ /*#region P-2 Product Page*/ /*#endregion*/ /*#region P-4 Generic Page*/ .p4genericpage { background: url(../img/Pages/P4/grey-1.svg) no-repeat; height: 750px; padding: 40px 0px; position: relative; } .p4content { position: relative; top: -40px; left: 0; z-index: 999; } /*#endregion*/ /*#region P-8 Customer Care Page*/ .p8customer_care { position: absolute; height: 58vh; overflow-y: hidden; margin-bottom: 20px; width: 100%; } /*.p8customer_care { height:58vh;overflow-y:hidden}*/ .p8customer_care .p8hero-img2 { width: auto; margin: 0 auto; margin-top: 0px; float: right; margin-right: 8%; } .p8customer_care .p8hero_cover2 { position: absolute; width: 100%; height: 58vh } .p8customer_care .p8banner_search { float: left; width: 100%; } .p8customer_care .p8banner_search .p8search_result { width: 100%; margin: 0px auto; box-shadow: -5px 0px 50px -8px #000; } .p8customer_care .p8banner_search .p8search_result #p8custom-search-input { padding: 3px; height: 65px; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; background: #fff; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border: solid 1px #dfdfdf; } .p8customer_care .p8banner_search .p8search_result #p8custom-search-input .form-control { color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; border: solid 1px #fff; box-shadow: inset 0 0px 0px rgba(0,0,0,0.075); } .p8customer_care .p8banner_search .p8search_result #p8custom-search-input .input-group-btn .btn.btn-info.btn-lg { background: none; border: 0px; } .p8customer_care .p8banner-desc2 { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; } .p8customer_care .p8banner-desc2 .container { position: relative; height: 100%; } .p8customer_care .p8hero_banner_text2 { position: absolute; top: 25%; left: 0%; color: #fff; width: 75%; } .p8hero_banner_text2 h2 { font-size: 65px; font-family: 'Prompt-SemiBold'; float: left; width: 100%; text-shadow: 1px 1px 1px #000, 0 0 0.8em #000, 0 0 0.1em #000; } .p8hero_banner_text2 p { font-family: 'Prompt-Medium'; font-size: 25px; float: left; width: 80%; margin: 1% 0 3% 0; } /*#endregion*/ /*#region P-9 Locations Page*/ .p9location_main { float: left; width: 100%; background: #fff url(../img/Pages/P9/location_bg.jpg) no-repeat; padding: 110px 0px; text-align: center; } .p9location_main h2 { font-size: 55px; color: #25455a; font-family: 'Prompt-SemiBold'; margin-bottom: 40px; float: left; width: 100%; text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3); } .p9location_main .p9description p.p9p { text-align: center; color: #385061; width: 65%; font-family: 'Prompt-Medium'; font-size: 14px; } .p9location_main #p9custom-search-input { padding: 3px; height: 65px; width: 100%; float: left; margin-top: 110px; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; background: #fff; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border: solid 1px #dfdfdf; } .p9location_main #p9custom-search-input .form-control { color: #25455a; font-family: 'Prompt-Medium'; font-size: 16px; border: solid 1px #fff; box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); } .p9location_main #p9custom-search-input .input-group-btn .btn.btn-info.btn-lg { background: none; border: 0px; padding: 19px 5px; margin: 0px 10px; } .p9location_main .p9location_filter { float: left; width: 100%; margin: 22px 0px; } .p9location_main .p9location_filter span { color: #25455a; font-size: 16px; font-family: 'Prompt-Bold'; text-align: left; float: left; margin-right: 35px; text-transform: uppercase; } .p9location_main .p9location_filter form { float: left; margin-top: 2px; } .p9checkbox-inline { float: left; margin-right: 35px; color: #4a6375; font-family: 'Prompt-Medium'; font-size: 16px; } .p9checkbox-inline label { display: inline-block; position: relative; padding-left: 5px; color: #4a6375; font-family: 'Prompt-Medium'; font-size: 16px; font-weight: normal; } .p9checkbox-inline label::before { content: ""; display: inline-block; position: absolute; width: 17px; height: 17px; left: 0; margin-left: -20px; border: 1px solid #cccccc; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .p9checkbox-inline label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; top: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; } .p9checkbox-inline input[type="checkbox"] { opacity: 0; } .p9checkbox-inline input[type="checkbox"]:focus + label::before { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .p9checkbox-inline input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; } .p9checkbox-inline input[type="checkbox"]:disabled + label { opacity: 0.65; } .p9checkbox-inline input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; } .p9checkbox-inline.p9checkbox-circle label::before { border-radius: 50%; } .p9checkbox-inline.p9checkbox-inline { margin-top: 0; } .p9location_map_main { float: left; width: 100%; padding: 65px 0px; } .p9location_map_main .p9location_map_left { position: relative; float: right; overflow: hidden; width: 58%; height: 1000px; } .p9location_map_main .p9location_map_left img { width: 100%; } .p9location_map_main .p9location_map_right { padding-right: 0px; float: left; } .p9location_map_main .p9location_map_right .p9bankname_info { float: left; width: 100%; margin-bottom: 80px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames { float: left; width: 100%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_left { float: left; width: 20%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_left span { margin-top: 10px; border: solid 3px #d3d3d3; border-radius: 50%; background: none; line-height: 35px; width: 40px; height: 40px; float: left; color: #25455a; font-size: 16px; font-family: 'Prompt-Bold'; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_right { float: left; width: 75%; text-align: left; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_right h3 { letter-spacing: 1px; float: left; width: 100%; margin-bottom: 7px; text-transform: uppercase; color: #61acdc; text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3); font-size: 16px; font-family: 'Prompt-Bold'; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_right h3 em { padding-left: 20px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9banknames .bankname_right span { color: #385061; text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3); font-size: 20px; font-family: 'Prompt-SemiBold'; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress { float: left; width: 100%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_left { float: left; width: 20%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right { float: left; width: 75%; text-align: left; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right p { color: #4a6375; font-size: 14px; float: left; width: 70%; padding: 12px 0px 20px 0px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right span { float: right; width: 30%; padding-top: 20px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right span img { margin-right: 10px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right table { width: 100%; border-top: solid 1px #e8e8e9; background: none; color: #4a6375; font-size: 16px; float: left; margin-top: 10px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right table tr td { padding: 15px 0px 12px 0px; font-family: 'Prompt-Medium'; font-size: 16px; vertical-align: top; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right table tr td.odd { font-family: 'Prompt-SemiBold'; } .p9location_map_main .p9location_map_right .scrollbar { margin-left: 0px; float: left; height: 800px; width: 100%; background: #fff url(../img/Pages/P9/location_left_bg.png) no-repeat left bottom; overflow-y: scroll; margin-bottom: 25px; } .p9NoResultFound { width: 472.5px; color: #61acdc; font-size: 30px; font-weight: bold; } .p9Loader { width: 472.5px; } #map { height: 100%; } /*#endregion*/ /*#region Footer*/ .footer { height: auto; overflow: auto; padding-top: 70px; padding-bottom: 100px; background-color: #17554a } .footer p { color: #fff; font-family: Prompt-ExtraLight, Arial, sans-serif; font-size: 13px; } .footer .footerHeader { font-family: Prompt-Bold, Arial, sans-serif; letter-spacing: 1px; font-style: normal; padding-bottom: 10px; text-transform: uppercase; font-size: 16px; color: #fff; } .footer ul { list-style: none; padding: 0; } .footer a { color: #fff; font-family: Prompt-ExtraLight, Arial, sans-serif; font-style: unset; font-size: 13px; font-weight: lighter; line-height: 26px; } /*#endregion*/ /*#region CCPA*/ .ccparequest { color: #25455a; font-family: 'Prompt-Light'; padding: 25px 0px 50px 0px; } .ccparequest .agent { display: none; } .ccparequest .checkItem { padding-left: 10px; } .ccparequest .checkConfirm { display: none; padding-left: 30px; } .ccparequest .form-control { display: inline-block; border-radius: 0px; vertical-align: middle; height: 30px; font-size: 14px; line-height: 1.42857143; padding: 6px 3px; color: #25455a; background-color: #fff; background-image: none; border: 1px solid #000; } .ccparequest .formLabel { padding-top: 10px; width: 100px; } .ccparequest .header { font-weight: 900; padding-bottom: 10px; } .ccparequest .reqError { color: #d30606; font-weight: bold; } .ccparequest .submitButton { margin-top: 20px; } .ccparequest .subtitle { font-size: x-large; padding-top: 25px; } .ccparequest .title { font-size: xx-large; } .ccparequest .inputText { border: #ccc 1px solid !important; width: 225px !important; } .ccparequest .inputselect { border: #ccc 1px solid !important; width: 225px !important; } /*#endregion*/ /*#region Mobile*/ @media only screen and (max-width:1366px) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 91.9vh; } .p1hero_banner .p1hero_cover, .p1hero_banner .p1hero_coverM { display: none; } .p1hero_banner .p1hero_cover_laptop { position: absolute; width: 100%; height: auto; display: inline; } .p1hero_banner_text { position: absolute; top: 15%; left: 14%; color: #fff; } /*#endregion*/ /*#endregion*/ /*#region CCPA*/ .checkItem { padding-top: 10px; } /*#endregion*/ } @media only screen and (max-width:1280px) { /*#region Header*/ .container { width: 100%; } .small-menu ul li { margin: 0px 8px; } .menu-wrap ul li { padding: 12px 5px; } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner_content { height: 670px; overflow: hidden; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer .container { padding-left: 30px !important; width: 95%; } /*#endregion*/ } @media only screen and (max-width:1024px) { /*#region Header*/ .container { width: 100%; } .header-wrap .div.row-full { background-color: #333; } .menu-right li:nth-child(1), .menu-right li:nth-child(2), .menu-right li:nth-child(3), .menu-right li:last-child { display: none; } /*.SubMenu {background-color:#25455a;} .SubMenuItems { text-align: center;} .SubMenuItems ul > li a { font-family: Prompt-ExtraLight; font-size: small; }*/ /*#endregion*/ /*#region Pages*/ /*#region Customer Care Page (P-8) */ .container { width: 100%; } .p8customer_care { position: relative; height: auto; } .p8customer_care .p8hero-img2 { height: 56vh; margin: 0 auto; } .p8customer_care .p8hero_cover2 { height: 56vh; } .p8hero_banner_text2 h2 { font-size: 45px; } .p8hero_banner_text2 p { font-size: 16px; } .p8customer_care .p8hero_banner_text2 { left: 5%; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer .container { background-color: #17554a !important; } /*#endregion*/ } @media only screen and (max-width:1024px) and (orientation:portrait) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner .p1hero_coverM { display: block; background: url(../img/svg/green-1.svg) no-repeat; opacity: 0.3; position: absolute; width: 100%; height: 100%; background-size: cover; } .p1hero_banner .p1hero_coverM .p1hero_cover_mobile { height: 100%; width: auto; } .p1hero_banner .p1hero_cover, .p1hero_banner .p1hero_cover_laptop { display: none; } .p1hero_banner { background-color: #25455a; position: relative; height: 675px; } .p1hero_banner .p1hero-img { height: auto; margin: 0 auto; width: 100%; } .p1hero_banner .p1hero_cover { height: 100%; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:1024px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner .p1hero_coverM { display: block; background: url(../img/svg/green-1.svg) no-repeat; opacity: 0.3; position: absolute; width: 100%; height: 100%; background-size: cover; } .p1hero_banner .p1hero_coverM .p1hero_cover_mobile { height: 100%; width: auto; } .p1hero_banner .p1hero_cover, .p1hero_banner .p1hero_cover_laptop { display: none; } .p1hero_banner { background-color: #25455a; position: relative; height: 675px; } .p1hero_banner .p1hero-img { height: auto; margin: 0 auto; width: 100%; } .p1hero_banner .p1hero_cover { height: 100%; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:1000px) { /*#region Header*/ .small-menu { display: none; } .card-btn { display: none; } .menu-right li:nth-child(1), .menu-right li:nth-child(2), .menu-right li:last-child { display: none; } .header-box { display: contents; margin-top: 0px; padding-top: 0px; } .right-nav { float: right; } .menu-wrap { display: none; } .top-head input { background: transparent; border: none; width: 75%; display: inline-block; color: #fff; margin-left: 3px; } .menu-btn { padding: 3px 4px; margin-bottom: 10px; background: #fff; color: rgba(37,69,90,0.8); text-align: center; cursor: pointer; font-size: 24px; border: none; float: right; margin-top: 15px; display: inline-block; min-width: auto; } /*#endregion*/ /*#region Pages*/ /*#region Customer Care Page (P-8)*/ .p8customer_care .p8hero-img2, .p8customer_care .p8hero_cover2 { height: 40vh; } /*#endregion*/ /*#region Locations Page (P-9)*/ .p9checkbox-inline { margin-right: 15px; font-size: 14px; margin-left: 0px; } .p9checkbox-inline.p9checkbox-inline { margin-left: 0px; } .p9location_main .p9location_filter span { margin-bottom: 10px; } .p9location_map_main .p9location_map_left { width: 100% !important; height: 500px !important; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:812px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 555px; } .p1hero_banner_content { height: 540px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:768px) and (orientation:portrait) { /*#region Header*/ .menu-right li:nth-child(3), .menu-right li:nth-child(4) { display: none; } .header-box { width: 72%; } .ser-bx input { } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner { background-color: #25455a; height: 530px; } .p1hero_banner .p1hero-img { width: 100%; height: auto; margin: 0 auto; } .p1hero_banner .p1hero_cover { display: none; } .p1hero_banner .p1hero_coverM { position: absolute; width: 100%; height: 100%; opacity: 0.5; } .p1hero_banner_content { height: 590px; overflow: hidden; } .p1hero_b1banner_text h2 { font-size: 35px; } .p1hero_b1banner_text p { font-size: 18px; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer .container { background-color: #17554a; font-size: large; } /*#endregion*/ } @media only screen and (max-width:768px) and (orientation:landscape) { /*#region Header*/ .menu-right li:nth-child(3), .menu-right li:nth-child(4) { display: none; } .header-box { width: 72%; } .ser-bx input { } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1container { width: 100%; } .p1hero_banner { background-color: #25455a; height: 530px; } .p1hero_banner .p1hero-img { width: 100%; height: auto; margin: 0 auto; } .p1hero_banner .p1hero_cover { display: none; } .p1hero_banner .p1hero_coverM { position: absolute; width: 100%; height: 100%; opacity: 0.5; } .p1hero_banner_content { height: 590px; overflow: hidden; } .p1hero_banner_text h2 { font-size: 35px; } .p1hero_banner_text p { font-size: 18px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:767px) { /*#region Pages*/ /*#region Customer Care Page (P-8)*/ .p8customer_care .p8hero-img2 { width: 100%; height: auto; margin: 0 auto; } .p8customer_care .p8hero_cover2 { display: none; } .p8customer_care .p8hero_coverM2 { position: absolute; width: 100%; height: 100%; opacity: 0.5; background: #244156; } .p8customer_care .p8hero_banner_text2 { top: 18%; left: 5%; width: 88%; } .p8hero_banner_text2 h2 { font-size: 35px; text-shadow: 1px 1px 1px #333, 0 0 1em #333, 0 0 1em #3333; margin: 0px; } .p8hero_banner_text2 p { font-size: 18px; } /*#endregion*/ /*#region Locations Page (P-9)*/ .p9location_map_left { padding: 0px; } .p9location_map_main .p9location_map_left { margin-bottom: 20px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:736px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 860px; } .p1hero_banner_content { height: 845px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:568px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 785px; } .p1hero_banner_content { height: 770px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:470px) { /*#region Pages*/ /*#region Customer Care Page (P-8)*/ .p8customer_care .p8hero_banner_text2 { top: 10%; } .p8hero_banner_text2 p { font-size: 14px; width: 100%; } /*#endregion*/ /*#region Locations Page (P-9)*/ .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right P { padding-bottom: 0px; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right span { padding-top: 0px; width: 100%; } .p9location_map_main .p9location_map_right .p9bankname_info .p9bankaddress .p9bankaddress_right span img { width: 10%; float: left; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer .container { padding-left: 0px !important; } /*#endregion*/ } @media only screen and (max-width:425px) and (orientation:portrait) { /*#region Header*/ .header-box { display: inline-block; margin-top: 15px; width: 100%; } .logo img { width: 100%; } .logo { margin-right: 0px; } .right-nav { margin-top: 16px; } .menu-btn { margin-top: 7px; } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 985px; } .p1hero_banner_content { height: 985px; } .p1hero_banner_text { top: 1%; left: 6%; } .p1hero_banner_text h2 { font-size: 35px; } .p1hero_banner_text a { padding: 14px 38px; } /*#endregion*/ /*#endregion*/ } @media only screen and (max-width:375px) { /*#region Footer*/ .footer { width: 109%; } /*#endregion*/ } @media only screen and (max-width:320px) and (orientation:portrait) { /*#region Header*/ article > .logo { position: absolute; top: 14px; margin-left: -13.75vw; z-index: 999; } .topHeader { height: 50px; } .logo img { width: 180px; } .smallLogo { visibility: visible; } /*#endregion*/ /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner { height: 955px; } .p1hero_banner_content { height: 940px; } /*#endregion*/ /*#endregion*/ /*#region Footer*/ .footer { /*position: relative; left: 0px !important;*/ width: 123%; } /*#endregion*/ } @media only screen and (max-width:320px) and (orientation:landscape) { /*#region Pages*/ /*#region P-1 Home Page (and Start Page)*/ .p1hero_banner_content { height: 1095px; overflow: hidden; } .p1hero_banner_text { top: 1%; left: 4%; } .p1hero_banner_text h2 { font-size: 35px; text-shadow: none; } .p1hero_banner_text a { padding: 14px 38px; } /*#endregion*/ /*#endregion*/ } /*#endregion*/ /*#region PayIcons*/ .payIcon { padding-left: 27px; } .payIcon-space { padding-bottom: 5px; } /*#endregion*/ /*#endregion*/ /*#region Applications*/ .loanapp p { font-size: 16px; color: #4a6375; font-family: 'Prompt-Medium'; } .loanapp h3 { color: #25455a; font-size: 25px; font-family: "Prompt-SemiBold"; text-shadow: none; } .loanapp small { font-size: 12px; color: #4a6375; font-family: 'Prompt-Medium'; } .loanapp em { font-size: 12px; color: #ffffff; font-family: 'Prompt-Medium'; } .loanapp .panel-body { background-color: #ccc; } .loanapp .radio { color: #4a6375; } .loanapp .form-control { background-color: #fff; } .loanapp .control-label { color: #4a6375; } .loanapp .LoanApplicationType { color: #4a6375; } .loanapp .control-label { float: left; text-align: left; } /*#endregion*/ /*#region Alert*/ .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; text-shadow: none; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534 } /*#endregion*/ /*#region SubNavigation*/ .header-wrap { position: relative; } /*.menu-wrap ul li a:hover { color: #e4cb3f; border-bottom: solid 3px #e4cb3f; transition: none; }*/ .menu_dropdown_main { display: none; position: absolute; z-index: 99; float: left; width: 100%; background: #fff; padding: 0px 0px 80px 0px; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } .menu_dropdown_main .container { padding-left: 0px; } .menu_dropdown_main .menu_left_section_main { margin: 0px; padding: 0px; } .menu_left_section_main .menu_left_section { border-bottom: solid 1px #ebedef; float: left; width: 100%; padding: 20px 0px 30px 0px; margin: 0px; } .menu_left_section_main .menu_left_section a { font-family: "Prompt-SemiBold"; font-size: 25px; margin-top: 5px; display: inline-block; color: #25455a; background: #fff url(../images/arrow_yellow.html) no-repeat right center; padding-right: 18px; } .menu_left_section_main .menu_left_section a:hover { color: #e4cb3f; } .menu_left_section_main .menu_left_section p { font-size: 14px; color: #4a6375; font-family: 'Prompt-Medium'; float: left; padding: 8px 0px; margin: 0px; } .menu_left_section_main .menu_left_section ul { width: 100%; float: left; } .menu_left_section_main .menu_left_section ul li { float: left; display: inline-block; margin-right: 10px; } .menu_left_section_main .menu_left_section ul li a { font-size: 13px; text-transform: uppercase; font-family: "Prompt-Bold"; color: #268d6e; background: url(../images/arrow_green.html) no-repeat right 3px; padding: 0px 15px 0px 0px; margin-right: 20px; margin-top: 0px; letter-spacing: 1px; } .menu_left_section_main .menu_left_section ul li a:hover { color: #1c7258; background: url(../images/arrow_green_hover.html) no-repeat right 3px; } .menu_dropdown_main.menu-left { left: 0; text-align: left; top: 43px; } .menu_dropdown_main .menu_right_section_main { float: right; } .menu_dropdown_main .menu_left_section_main .menu_left_section.last { border: 0px; } .menu_dropdown_main .menu_right_section_main .menu_left_section { border: 0px; padding-bottom: 20px; } .menu_dropdown_main .menu_right_section_main .checking_account_free_section { background: #fff; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-radius: 5px; float: left; padding: 40px 40px 10px 40px; border: solid 1px #f3f3f3; } .menu_dropdown_main .menu_right_section_main .checking_account_free_section span { line-height: 50px; font-family: "Prompt-Light"; font-size: 45px; margin-top: 10px; color: #25455a; background: #fff url(../images/arrow_yellow.html) no-repeat right center; padding-right: 25px; } .menu_dropdown_main .menu_right_section_main .checking_account_free_section p { color: #4a6375; font-size: 16px; font-family: 'Prompt-Medium'; margin: 10px 0px 5px 0px; } .menu_dropdown_main .menu_right_section_main .checking_account_free_section a { display: inline-block; letter-spacing: 1px; background: #42967d; color: #fff; font-size: 13px; font-family: 'Prompt-Bold'; text-transform: uppercase; padding: 14px 45px 12px 45px; border-radius: 50px; margin-top: 20px; margin-bottom: 20px; } .menu_dropdown_main .container { padding-left: 15px !important; } .menu_dropdown_main .menu_left_section_main.bg-menu_left_section_main { padding: 15px; } .menu-details-wrapper h3 { font-family: "Prompt-Medium"; font-size: 36px; color: #25455a; margin-top: 30px; margin-bottom: 24px; text-shadow: none; } .menu-details-wrapper p { font-size: 14px; color: #4a6375; font-family: 'Prompt-Medium'; float: left; margin: auto; width: 100%; } .menu-details-wrapper a { font-size: 12px; text-transform: uppercase; font-family: Prompt-Bold !important; color: #268d6e !important; background: url(../img/CustomBlocks/B12/arrow_green.png) no-repeat right 3px; padding: 0px 15px 0px 0px; margin-bottom: 20px; margin-right: 20px; margin-top: 15px; letter-spacing: 1px; float: left; } .menu-details-wrapper a:hover { color: #228264; border-bottom: none !important; } .menu_left_section_main .bg-menu_left_section { float: left; padding: 0px; margin: 0px; padding-right: 15px; min-height: 100px; } .menu_left_section_main .bg-menu_left_section .subsubitem a { font-family: "Prompt-Light"; font-size: 20px !important; margin-top: 5px; display: inline-block; color: #25455a; background: #fff url(../img/Search/arrow_yellow.png) no-repeat right center; padding-right: 18px; line-height: 12px; font-weight: normal; } .menu_left_section_main .bg-menu_left_section .subsubitem > a:hover { color: #25455a !important; border-bottom: none !important; } .menu_left_section_main .bg-menu_left_section p { font-size: 14px; color: #4a6375; font-family: 'Prompt-Medium'; float: left; padding: 8px 0px; margin: 0px 25px 0px 0px; } .menu_left_section_main .bg-menu_left_section hr { float: left; width: 95%; border-bottom: solid 1px #ebedef; border-top: 0; margin: 5px 0px; } .menu_dropdown_main.menu-left.bg-dropdown-menu-details { padding: 0px; } .menu_dropdown_main.menu-left.bg-dropdown-menu-details .row-full { background: white; } .menu_left_section_main .bg-menu_left_section ul { width: 100%; } .menu_left_section_main .bg-menu_left_section ul > li { letter-spacing: 1px; font-size: 12px; color: #4a6375; font-family: 'Prompt-Light'; background: url(../img/CustomBlocks/B20/dot_yellow.png) no-repeat left 4px; background-position-y: 9px; padding-left: 22px; line-height: 5px; float: left; margin-left: 0px; position: relative; } .bg-menu_left_section_main .bg-menu_left_section ul > li:nth-child(odd) { width: 50%; } .bg-menu_left_section_main .bg-menu_left_section ul > li:nth-child(even) { width: 50%; } .bg-menu_left_section_main .bg-menu_left_section .subsubitem a { font-size: 14px; } .menu_left_section_main .bg-menu_left_section li > a { color: #268d6e !important; font-family: 'Prompt-Light'; font-size: 12px; text-shadow: none; background: none !important; } .menu_left_section_main .bg-menu_left_section li > a:hover { color: #1c7258 !important; } .menu_left_section_main .bg-menu_left_section:nth-child(even) { padding-left: 33px; } /*#endregion*/ /*#region View Rate Tables*/ .pop_board { width: 1000px !important; } .pop_board .modal-body { display: inline-block; padding: 0px; width: 100%; } .pop_board .modal-content { border-radius: 0px !important; border: 0px; background: none; box-shadow: 0 0px 0px rgba(0, 0, 0, .5); } .pop_main_container_board { background: #ffffff; overflow: hidden; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .pop_main_container_board .close { right: 10px; top: 20px; position: relative; opacity: 1; width: 50px; } .pop_main_container_board .pop_main_container { width: 100%; float: left; padding: 30px 40px; } .pop_main_container_board .pop_main_container h2 { text-align: center; } .pop_main_container_board .pop_main_container h3 { display: inline-block; color: #385061; font-size: 25px; margin-top: 0px; font-family: 'Prompt-Light'; padding-top: 5px; } .pop_main_container_board .pop_main_container p { margin-top: 0px; font-size: 16px; font-family: 'Prompt-Light'; text-shadow: none; } .pop_main_container_board .pop_main_container table { padding-top: 10px; } .pop_main_container_board .pop_main_container tr:first-child td { background-color: #e3e3e3; font-size: 18px; font-family: 'Prompt-SemiBold'; padding-left: 30px; } .pop_main_container_board .pop_main_container td { padding: 12px 0px 12px 30px; } .pop_main_container_board .pop_main_container .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, .05); } .pop_main_container_board .pop_main_container .table-striped td, .pop_main_container_board .pop_main_container .table-striped th { border-top: 1px solid #dee2e6; } .pop_main_container_board .pop_main_container .table-striped { background: #fff; color: #000; margin-bottom: 40px; } .pop_main_container_board .pop_main_container .table-striped > thead > tr > th { border-bottom: 2px solid #dee2e6; } .pop_main_container_board .pop_main_container .table-striped > tfoot > tr > td { border-top: 2px solid #dee2e6; font-weight: bold; height: 62px; padding-left: 30px; } .pop_main_container_board .pop_main_container .pop_board_white { width: 100%; background: #fff; float: left; padding: 0px; text-align: left; } .pop_main_container_board .pop_main_container .pop_board_white h4.Blue { letter-spacing: 0.5px; padding-top: 0px; margin: 0px 0px 10px; } .pop_main_container_board .pop_main_container .pop_board_white b46Blue p { padding-left: 0; text-align: left; } .pop_main_container_board .pop_main_container ol { display: inline; padding: 0px; margin: 0px; width: 100%; } .pop_main_container_board .pop_main_container ol li { float: left; margin: 5px 0px 22px 0px; } .pop_main_container_board .pop_main_container ol li p { color: #25455a; padding: 0 10px 0 0; list-style: none; float: left; margin: 0px 0px 0px 0px; font-size: 16px; text-align: left; } .pop_main_container_board .pop_main_container ol li strong { font-family: "Prompt-Bold"; font-size: 16px; font-weight: normal; } .pop_main_container_board .pop_main_container ol li em { font-style: italic; font-family: 'Prompt-SemiBold'; } .pop_main_container_board .pop_main_container ol li a { color: #42967d; font-style: normal; font-family: 'Prompt-SemiBold'; } .pop_main_container_board .pop_main_container ol li > span { color: #182e39; content: counter(list); background: #e4cb3f; font-family: "Prompt-Bold"; font-size: 14px; border-radius: 50%; width: 22px; height: 22px; line-height: 22px; float: left; text-align: center; margin-right: 12px; } .viewratebluebutton { background: #25455a !important; padding: 14px 25px; letter-spacing: 1.5px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px; font-family: Prompt-SemiBold; margin-top: 2px; } .viewratebluebutton:hover { background: #233c4c !important; color: #fff; } .viewrategreenbutton { background: #41967c !important; padding: 14px 25px; letter-spacing: 1.5px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px; font-family: Prompt-SemiBold; margin-top: 2px; } .viewrategreenbutton:hover { background: #1c7158 !important; color: #fff; } /*#endregion*/ /*#region SpeedBump*/ .speedpop_board { width: 1000px !important; } .speedpop_board .modal-content { border-radius: 0px !important; border: 0px; background: none; box-shadow: 0 0px 0px rgba(0, 0, 0, .5); } .speedpop_board .modal-body { display: inline-block; padding: 9vw; width: 50vw; } .speedpop_main_container_board { background: #ffffff; overflow: auto; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .speedpop_main_container_board .close { right: 20px; top: 20px; position: relative; opacity: 1; } .speedpop_main_container_board .pop_main_container { width: 100%; float: left; padding: 30px 40px; } .speedpop_main_container_board .pop_main_container h4.popupheader { color: #60aadb; letter-spacing: 0.5px; padding-top: 0px; margin: 0px 0px 10px; } .speedpop_main_container_board .pop_main_container p { padding-bottom: 50px; color: #516e83; margin-top: 0px; font-size: 16px; font-family: 'Prompt-Light'; text-shadow: none; } .speedbumpbluebutton { background: #25455a !important; padding: 14px 25px; letter-spacing: 1.5px; color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px; font-family: Prompt-SemiBold; margin-top: 2px; } .speedbumpbluebutton:hover { background: #233c4c !important; color: #fff; } /*.speedbumpgreenbutton { background: #41967c !important; padding: 14px 25px;letter-spacing: 1.5px;color: #fff; border-radius: 30px; text-transform: uppercase; font-size: 13px;font-family: Prompt-SemiBold;margin-top: 2px;} .speedbumpgreenbutton:hover { background: #1c7158 !important; color: #fff;}*/ /*#endregion*/ /*#region Overlay*/ .overlay_board { width: 1142px !important; height: 717px !important; } .overlay_board .modal-content { border-radius: 0px !important; border: 0px; background: none; box-shadow: 0 0px 0px rgba(0, 0, 0, .5); } .overlay_board .modal-body { display: inline-block; width: 1142px; } .overlay_main_container_board { background-color: #fff; background-image: url('../img/Overlay/overlay.html'); background-size: 1142px 404px; background-position-x: top; background-repeat: no-repeat; overflow: auto; box-shadow: 0px 5px 13px 0px rgba(67, 67, 67, 0.08); border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .overlay_main_container_board .close { right: 20px; top: 20px; position: relative; opacity: 1; } .overlay_main_container_board .pop_main_container { height: 717px; width: 100%; float: left; padding: 0px; } .overlay_main_container_board .pop_main_container .overlay-header { height: 236px; width: 100%; } .overlay_main_container_board .pop_main_container .overlay-header .header-row1 { font-family: 'Prompt-Light' !important; font-size: 50px; color: #18564b; text-align: center; padding-top: 75px; } .overlay_main_container_board .pop_main_container .overlay-header .header-row2 { font-family: 'Prompt-SemiBold'; font-size: 55px; color: #18564b; text-align: center; font-weight: bolder; letter-spacing: 1px; } .overlay_main_container_board .pop_main_container .overlay-body { height: 353px; width: 70%; margin-left: auto; margin-right: auto; } .overlay_main_container_board .pop_main_container .overlay-body .bottomTitle { margin-left: auto; margin-right: auto; color: #25465a; font-size: 18px; line-height: 40px; font-family: 'Prompt-SemiBold'; text-align: center; font-weight: 800; } .overlay_main_container_board .pop_main_container .overlay-body .bodyText p { margin-left: auto; margin-right: auto; color: #4a6375; font-size: 18px; line-height: 35px; font-family: 'Prompt-Light'; font-weight: 500; text-shadow: none; padding-top: 25px; } .overlay_main_container_board .pop_main_container .overlay-footer { position: relative; bottom: -4px; padding: 0px; width: 100%; overflow: hidden; } /*#endregion*/ /*#region Disclaimer*/ .alert > p.disclaimerclass { font-size: 16px; font-family: none; text-align: left; margin: 0px; } .alert-disclaimer { color: #4a6375; background-color: #f2f2f2; border-color: transparent; } /*#endregion*/ @media only screen and (max-width:768px) { div.modal-dialog.speedpop_board .modal-content .modal-body .speedpop_main_container_board { background-color: #fff !important; width: 300px !important; position: relative; left: -25px; } } @media only screen and (max-width:767px) { .col-md-8.col-xs-6.col-sm-6.mobile-show, .col-md-4.col-xs-6.col-sm-6.mobile-show, .b1banner_flex_text { width: 98% !important; } .col-md-8.col-xs-6.col-sm-6.mobile-show .b1banner_text h1.White p { width: 100% !important; font-size: 38px; } .b1offerbox .b1banner_flex_text h2 { font-size: 25px; margin: 0px; } } :link { border: none !important; } select { border: #e9e9e9 3px solid; color: #25455a; padding: 10px; font-size: 14px; height: 43px; width: 100%; -webkit-appearance: none; -moz-appearance: none; background: url(../img/SelectDown.png) 96% / 15% no-repeat #fff; } .cTimeValue form .panel { background-color: #fff; width: 585px; float: left; padding-bottom: 25px; } .calcScript { /*border:#25455a 2px solid;*/ padding: 20px; width: 585px; } /*#region Fix for Dropdown on B-1 block*/ #AccessAccountDropdown { color: #4a6375; font-size: 14px; font-family: 'Prompt-Light'; } #user_id { color: #4a6375; font-size: 14px; font-family: 'Prompt-Light'; } /*#endregion*/ /*#region about us changes */ .page-about-us h2, .parent-5384 h2 { color: #233c4c; font-family: 'Prompt-Light'; font-size: 35px; } @media (min-width: 768px) { .page-about-us h2, .parent-5384 h2 { font-size: 45px; } } .page-about-us .b02ablock .b2container, .parent-5384 .b02ablock .b2container { padding-top: 30px; } .page-about-us .b02ablock .b2about_debit, .parent-5384 .b02ablock .b2about_debit { flex-basis: 100%; } @media (min-width: 992px) { .page-about-us .b02ablock .b2about_debit, .parent-5384 .b02ablock .b2about_debit { flex-basis: auto; } } .page-about-us .b02ablock .b2about_debit > img, .parent-5384 .b02ablock .b2about_debit > img { margin-bottom: 10px; } .page-about-us .b02ablock .b2about_debit p, .parent-5384 .b02ablock .b2about_debit p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us .b3premier_family_main .b3premier_family a, .parent-5384 .b3premier_family_main .b3premier_family a { color: #385061; } .page-about-us .b3premier_family_main .b3premier_family .b3premier_family_right p, .parent-5384 .b3premier_family_main .b3premier_family .b3premier_family_right p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us > .b4background, .parent-5384 > .b4background { background-image: url("../img/CustomBlocks/B4/about_us_taking_care.png"); background-repeat: no-repeat; background-size: auto 100%; padding-top: 50px; } .page-about-us .b4background .b4anywhere_banking > .xhtml > p, .parent-5384 .b4background .b4anywhere_banking > .xhtml > p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; margin-left: auto; margin-right: auto; max-width: 830px; text-align: center; } .page-about-us .b4background .b4anywhere_banking .b4ContentArea, .parent-5384 .b4background .b4anywhere_banking .b4ContentArea { left: 0; margin-left: 0; } .page-about-us .b4background .b15benfits_main_box, .parent-5384 .b4background .b15benfits_main_box { margin-top: 40px; } .page-about-us .b4background .b15benfits_main_box > .container, .parent-5384 .b4background .b15benfits_main_box > .container { display: flex; flex-wrap: wrap; } .page-about-us .b4background .b15benfits_main_box .b15student_parent_main_content, .parent-5384 .b4background .b15benfits_main_box .b15student_parent_main_content { background-color: #fff !important; flex-basis: 98%; margin: 0 0 30px; } @media (min-width: 768px) { .page-about-us .b4background .b15benfits_main_box .b15student_parent_main_content, .parent-5384 .b4background .b15benfits_main_box .b15student_parent_main_content { flex-basis: 48%; margin: 0 1% 2%; } } .page-about-us .b4background .b17free_mobile_banking, .parent-5384 .b4background .b17free_mobile_banking { background-color: transparent; background-image: none; min-height: 0; } .page-about-us .b4background .b3premier_family_main, .parent-5384 .b4background .b3premier_family_main { background-color: transparent; padding-top: 0; } /*.page-about-us .b4background .b3premier_family_main > .container, .parent-5384 .b4background .b3premier_family_main > .container { display: flex; }*/ .page-about-us .b4background .b3premier_family_main > .container, .parent-5384 .b4background .b3premier_family_main > .container { display: flex; flex-wrap: wrap; } @media (min-width: 768px) { .page-about-us .b4background .b3premier_family_main > .container, .parent-5384 .b4background .b3premier_family_main > .container { flex-wrap: nowrap; } } .page-about-us .b4background .b3premier_family_main .b3premier_family, .parent-5384 .b4background .b3premier_family_main .b3premier_family { width: 100%; } @media (min-width: 768px) { .page-about-us .b4background .b3premier_family_main .b3premier_family, .parent-5384 .b4background .b3premier_family_main .b3premier_family { width: 48%; } } .page-about-us .b04block + .b04block .b4background, .parent-5384 .b04block + .b04block .b4background { background-image: none; } .page-about-us .b8giving_back_main .b8giving_back h3, .parent-5384 .b8giving_back_main .b8giving_back h3 { color: #385061; font-family: 'Prompt-Medium'; margin-bottom: 14px; margin-top: 30px; text-align:center; } .page-about-us .b8giving_back_main .b8giving_back p, .parent-5384 .b8giving_back_main .b8giving_back p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us .b15student_parent_main_content, .parent-5384 .b15student_parent_main_content { align-items: center; display: flex; float: none; height: auto; margin-bottom: 30px; } .page-about-us .b15benfits_main_box > .container, .parent-5384 .b15benfits_main_box > .container { display: flex; flex-wrap: wrap; } .page-about-us .b15student_parent_main_content .b15avtar_content, .parent-5384 .b15student_parent_main_content .b15avtar_content { margin-left: 4%; width: 69%; } .page-about-us .b15student_parent_main_content .b15avtar_content h3, .parent-5384 .b15student_parent_main_content .b15avtar_content h3 { color: #385061; font-family: 'Prompt-Medium'; } .page-about-us .b15student_parent_main_content .b15avtar_content p, .parent-5384 .b15student_parent_main_content .b15avtar_content p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us .b15student_parent_main_content .b15avtar_content a, .parent-5384 .b15student_parent_main_content .b15avtar_content a { color: #268d6e; font-size: 13px; } .page-about-us .b15student_parent_main_content .b15avtar_content a:hover, .parent-5384 .b15student_parent_main_content .b15avtar_content a:hover { color: #1b654f; } /*.page-about-us .b17free_mobile_banking, .parent-5384 .b17free_mobile_banking { background-image: url("/Static/img/CustomBlocks/B17/about_us.png"); } */ .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left h3 > p, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right h3 > p, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left h3 > p, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right h3 > p { color: #385061; font-family: 'Prompt-Medium'; margin:0; } .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left h4, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right h4, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left h4, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right h4 { color: #61acdc; margin-bottom :10px; text-align:left; } .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left p, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right p, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left p, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right p { font-family: 'Prompt-Medium'; font-size: 15px; } .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left .b17readmore, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right .b17readmore, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left .b17readmore, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right .b17readmore { background-color: #233c4c; font-size: 13px; } .page-about-us .b17free_mobile_banking .b17free_mobile_banking_left .b17readmore:hover, .page-about-us .b17free_mobile_banking .b17free_mobile_banking_right .b17readmore:hover, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_left .b17readmore:hover, .parent-5384 .b17free_mobile_banking .b17free_mobile_banking_right .b17readmore:hover { background-color: #132029; } .page-about-us .b17free_mobile_banking, .parent-5384 .b17free_mobile_banking { float: none; } .page-about-us .b17cards, .parent-5384 .b17cards { float: none; } .page-about-us .b17cards > .container, .parent-5384 .b17cards > .container { display: flex; } .page-about-us .b20consumer-loans, .parent-5384 .b20consumer-loans { background-color: #f9f9f9; padding: 90px 0 20px; /*Spacing between blocks */ } .page-about-us .b20consumer-loans p, .parent-5384 .b20consumer-loans p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; } .page-about-us .b20consumer-loans .b20showright a.b20mainanchorL, .page-about-us .b20consumer-loans a.b20mainanchor, .parent-5384 .b20consumer-loans .b20showright a.b20mainanchorL, .parent-5384 .b20consumer-loans a.b20mainanchor { background-color: #3d9482; font-size: 13px; } .page-about-us .b20consumer-loans .b20showright a.b20mainanchorL:hover, .page-about-us .b20consumer-loans a.b20mainanchor:hover, .parent-5384 .b20consumer-loans .b20showright a.b20mainanchorL:hover, .parent-5384 .b20consumer-loans a.b20mainanchor:hover { background-color: #2e7062; } .page-about-us .b27our_leadership_main h2, .parent-5384 .b27our_leadership_main h2 { color: #233c4c; } .page-about-us .b27our_leadership_main .b27our_leadership .b27our_leadership_left h3, .page-about-us .b27our_leadership_main .b27our_leadership .b27our_leadership_right h3, .parent-5384 .b27our_leadership_main .b27our_leadership .b27our_leadership_left h3, .parent-5384 .b27our_leadership_main .b27our_leadership .b27our_leadership_right h3 { color: #385061; font-family: 'Prompt-Medium'; font-size: 20px; line-height: 28px; } .page-about-us .b27our_leadership_main .b27our_leadership .b27our_leadership_left p, .page-about-us .b27our_leadership_main .b27our_leadership .b27our_leadership_right p, .parent-5384 .b27our_leadership_main .b27our_leadership .b27our_leadership_left p, .parent-5384 .b27our_leadership_main .b27our_leadership .b27our_leadership_right p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; line-height: 22px; } .page-about-us .b30block, .parent-5384 .b30block { /* margin-top: 50px;*/ } .page-about-us .b30block .b30Press_room_main, .parent-5384 .b30block .b30Press_room_main { background-color: #20695c; padding: 70px 0 90px; display: flex; } .page-about-us .b30block .b30Press_room_main .b30Press_room, .parent-5384 .b30block .b30Press_room_main .b30Press_room { padding-top: 60px; } .page-about-us .b30block .b30Press_room_main .b30Press_room h1, .parent-5384 .b30block .b30Press_room_main .b30Press_room h1 { color: #233c4c; font-family: 'Prompt-Light'; margin-bottom: 17px; } .page-about-us .b30block .b30Press_room_main .b30Press_room > .col-md-12, .parent-5384 .b30block .b30Press_room_main .b30Press_room > .col-md-12 { padding: 0; } .page-about-us .b30block .b30Press_room_main .b30Press_room span, .parent-5384 .b30block .b30Press_room_main .b30Press_room span { color: #385061; font-family: 'Prompt-Medium'; } .page-about-us .b30block .b30Press_room_main .b30Press_room p a, .parent-5384 .b30block .b30Press_room_main .b30Press_room p a { font-family: 'Prompt-Regular', 'Prompt-Medium'; } .page-about-us .b48featured_job_main .b48featured_job, .parent-5384 .b48featured_job_main .b48featured_job { padding-bottom: 0; } .page-about-us .b48featured_job_main .b48featured_job:hover, .parent-5384 .b48featured_job_main .b48featured_job:hover { background-color: #25455a !important; } .page-about-us .b48featured_job_main .b48featured_job:hover .b48h3 a, .parent-5384 .b48featured_job_main .b48featured_job:hover { color: #fff; } .page-about-us .b48featured_job_main .b48featured_job .b48h3, .parent-5384 .b48featured_job_main .b48featured_job .b48h3 { height: auto; padding-bottom: 13px; padding-top: 10px; text-align: center; } .page-about-us .b48featured_job_main .b48featured_job .b48h3 h3, .parent-5384 .b48featured_job_main .b48featured_job .b48h3 h3 { background: transparent url("../img/CustomBlocks/B3/arrow_yellow.png") no-repeat right center; color: #385061; float: none; font-family: 'Prompt-Medium'; margin-top: 10px; } .page-about-us .b48featured_job_main .b48featured_job > p, .parent-5384 .b48featured_job_main .b48featured_job > p { font-family: 'Prompt-Regular', 'Prompt-Medium'; font-size: 15px; text-align: center; } .page-our-people .b20block .b20consumer-loans, .page-our-communities .b20block .b20consumer-loans { background-color: transparent; } .page-our-people .b20block ~ .b20block .b20consumer-loans, .page-our-communities .b20block ~ .b20block .b20consumer-loans { background-color: #f9f9f9; } .page-our-communities > .container > .equal-height .b04block:last-child .b4background { background-color: #1f3746; background-image: none; } .page-our-communities > .container > .equal-height .b04block:last-child .b4background .b4anywhere_banking h2 { color: #fefefe; } .page-our-communities > .container > .equal-height .b04block:last-child .b4background .b4anywhere_banking > .xhtml > p { color: #fff; } .page-our-communities > .container > .equal-height .b04block:last-child .b4background .b15benfits_main_box { margin-bottom: 100px; } .page-our-story .b20consumer-loans { background-color: transparent; } /*#endregion about us changes */ .leftMargin10 { margin-left: 10px; text-transform: uppercase; font-family: 'Prompt-Medium'; font-size: 13px; } @media screen and (max-width: 767px) { .page-about-us .b15student_parent_main_content, .parent-5384 .b15student_parent_main_content { display: block; } } .Center { text-align: center; }
0.358241
0.059839
.polygonMap { position: relative; width: fit-content; cursor: grab; } .polygonMap polygon, .polygonMap :global(.cell-map) { /* stroke: grey; */ /* stroke-width: 1px; */ transition: 125ms; } .polygonMap polygon:hover, .polygonMap :global(.cell-map):hover { opacity: .8; } .polygonMap:active { cursor: grabbing; } .polygonMap::after { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; pointer-events: none; } .polygonMap[time-phase="morning"]::after { background: rgba(251, 201, 11, .2); } .polygonMap[time-phase="night"]::after { background: rgba(22, 72, 159, .2); } .polygonMap[time-phase="dawn"]::after { background: rgba(129, 63, 153, .2); } .polygonMap[time-phase="night"][moon-phase="full-moon"], .polygonMap[time-phase="dawn"][moon-phase="full-moon"] { filter: grayscale(50%); } .polygonMap[time-phase="night"][moon-phase="full-moon"]::after, .polygonMap[time-phase="dawn"][moon-phase="full-moon"]::after { background: rgba(207, 25, 133, .2); background: radial-gradient(circle, rgba(255, 255, 255, .2) 0%, rgba(207, 25, 133, .6) 100%); } .polygonMap :global(.ruler) { position: absolute; z-index: 20; background: rgba(0, 0, 0, .2); display: flex; align-items: center; font-size: 8px; } .polygonMap :global(.ruler), .polygonMap :global(.ruler) * { pointer-events: none; } .polygonMap :global(.ruler) label { display: flex; align-items: center; justify-content: center; } .polygonMap :global(.ruler):global(.top) label, .polygonMap :global(.ruler):global(.bottom) label { width: 50px; } .polygonMap :global(.ruler):global(.left) label, .polygonMap :global(.ruler):global(.right) label { height: 50px; } .polygonMap :global(.ruler):global(.top), .polygonMap :global(.ruler):global(.bottom) { height: 16px; padding: 0 16px; left: 0; right: 0; } .polygonMap :global(.ruler):global(.left), .polygonMap :global(.ruler):global(.right) { flex-direction: column; width: 16px; height: calc(100% - 32px); margin-top: 16px; } .polygonMap :global(.ruler):global(.top) { top: 0; } .polygonMap :global(.ruler):global(.bottom) { bottom: 4px; } .polygonMap :global(.ruler):global(.left) { left: 0; } .polygonMap :global(.ruler):global(.right) { right: 0; }
Projeto/client/src/components/PolygonMap/styles.module.css
.polygonMap { position: relative; width: fit-content; cursor: grab; } .polygonMap polygon, .polygonMap :global(.cell-map) { /* stroke: grey; */ /* stroke-width: 1px; */ transition: 125ms; } .polygonMap polygon:hover, .polygonMap :global(.cell-map):hover { opacity: .8; } .polygonMap:active { cursor: grabbing; } .polygonMap::after { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; pointer-events: none; } .polygonMap[time-phase="morning"]::after { background: rgba(251, 201, 11, .2); } .polygonMap[time-phase="night"]::after { background: rgba(22, 72, 159, .2); } .polygonMap[time-phase="dawn"]::after { background: rgba(129, 63, 153, .2); } .polygonMap[time-phase="night"][moon-phase="full-moon"], .polygonMap[time-phase="dawn"][moon-phase="full-moon"] { filter: grayscale(50%); } .polygonMap[time-phase="night"][moon-phase="full-moon"]::after, .polygonMap[time-phase="dawn"][moon-phase="full-moon"]::after { background: rgba(207, 25, 133, .2); background: radial-gradient(circle, rgba(255, 255, 255, .2) 0%, rgba(207, 25, 133, .6) 100%); } .polygonMap :global(.ruler) { position: absolute; z-index: 20; background: rgba(0, 0, 0, .2); display: flex; align-items: center; font-size: 8px; } .polygonMap :global(.ruler), .polygonMap :global(.ruler) * { pointer-events: none; } .polygonMap :global(.ruler) label { display: flex; align-items: center; justify-content: center; } .polygonMap :global(.ruler):global(.top) label, .polygonMap :global(.ruler):global(.bottom) label { width: 50px; } .polygonMap :global(.ruler):global(.left) label, .polygonMap :global(.ruler):global(.right) label { height: 50px; } .polygonMap :global(.ruler):global(.top), .polygonMap :global(.ruler):global(.bottom) { height: 16px; padding: 0 16px; left: 0; right: 0; } .polygonMap :global(.ruler):global(.left), .polygonMap :global(.ruler):global(.right) { flex-direction: column; width: 16px; height: calc(100% - 32px); margin-top: 16px; } .polygonMap :global(.ruler):global(.top) { top: 0; } .polygonMap :global(.ruler):global(.bottom) { bottom: 4px; } .polygonMap :global(.ruler):global(.left) { left: 0; } .polygonMap :global(.ruler):global(.right) { right: 0; }
0.625095
0.133585
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap"); .rollDiceButtonContainer .rollDiceButton { font-size: 14px; line-height: 16px; } @font-face { font-family: neutratext; font-display: swap; src: url("/../../fonts/neutratext.woff2") format("woff2"), url("/../../fonts/neutratext.woff") format("woff"), url("/../../fonts/neutratext.ttf") format("truetype"); } @font-face { font-family: neutratext black; font-display: swap; src: url("/../../fonts/neutratext-black.woff2") format("woff2"), url("/../../fonts/neutratext-black.woff") format("woff"), url("/../../fonts/neutratext-black.ttf") format("truetype"); } @font-face { font-family: neutratext bold; font-display: swap; src: url("/../../fonts/neutratext-bold.woff2") format("woff2"), url("/../../fonts/neutratext-bold.woff") format("woff"), url("/../../fonts/neutratext-bold.ttf") format("truetype"); } @font-face { font-family: neutratext light; font-display: swap; src: url("/../../fonts/neutratext-light.woff2") format("woff2"), url("/../../fonts/neutratext-light.woff") format("woff"), url("/../../fonts/neutratext-light.ttf") format("truetype"); } @font-face { font-family: neutratext thin; font-display: swap; src: url("/../../fonts/neutratext-thin.woff2") format("woff2"), url("/../../fonts/neutratext-thin.woff") format("woff"), url("/../../fonts/neutratext-thin.ttf") format("truetype"); } @font-face { font-family: gillsans; font-display: swap; src: url("/../../fonts/gillsans.woff2") format("woff2"), url("/../../fonts/gillsans.woff") format("woff"), url("/../../fonts/gillsans.ttf") format("truetype"); } @font-face { font-family: gillsans black; font-display: swap; src: url("/../../fonts/gillsans-black.woff2") format("woff2"), url("/../../fonts/gillsans-black.woff") format("woff"), url("/../../fonts/gillsans-black.ttf") format("truetype"); } @font-face { font-family: gillsans bold; font-display: swap; src: url("/../../fonts/gillsans-bold.woff2") format("woff2"), url("/../../fonts/gillsans-bold.woff") format("woff"), url("/../../fonts/gillsans-bold.ttf") format("truetype"); } @font-face { font-family: gillsans light; font-display: swap; src: url("/../../fonts/gillsans-light.woff2") format("woff2"), url("/../../fonts/gillsans-light.woff") format("woff"), url("/../../fonts/gillsans-light.ttf") format("truetype"); } @font-face { font-family: gillsans thin; font-display: swap; src: url("/../../fonts/gillsans-thin.woff2") format("woff2"), url("/../../fonts/gillsans-thin.woff") format("woff"), url("/../../fonts/gillsans-thin.ttf") format("truetype"); } .gamePreview .gameName, .rollDiceContents .gameName, .coinFlipContents .gameName, .drawCardContents .gameName, .bracketsContents .gameName, .teamMakerContents .gameName, .rouletteContents .gameName, .russianRouletteContents .gameName { font-size: 27px; color: #ffffff; font-family: NeutraText bold, Arial, Helvetica, sans-serif; } /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type='checkbox'], [type='radio'] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type='search']::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } html { font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; } body { overflow-x: hidden; max-width: 930px; margin: 0 auto; padding: 0 20px; } @media (min-width: 375px) { body { padding: 0 50px; } } body.light-mode { background-color: #f8f8f8; } .light-mode body { background-color: #f8f8f8; } body.dark-mode { background-color: #1a1a33; } .dark-mode body { background-color: #1a1a33; } .gameModalOverlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); } .gameModal, .nonModal .gameContents { position: absolute; top: 0; left: 0; right: 0; overflow: auto; outline: none; min-height: 200px; background: #ffffff; padding: 30px; } @media (min-width: 600px) { .gameModal, .nonModal .gameContents { left: 50%; top: 150px; border-radius: 8px; transform: translateX(-50%); width: 540px; max-width: 540px; } } .gameModal .closeButton, .nonModal .gameContents .closeButton { width: 50px; height: 50px; position: absolute; top: 30px; right: 30px; box-shadow: 0 2px 16px 0 #e0e2e4; } .nonModal .gameContents { position: unset; margin: 0 auto; transform: none; width: unset; border-radius: 8px; } header { display: flex; align-items: center; flex-direction: column; } header.light-mode { color: #240c6d; } .light-mode header { color: #240c6d; } header.dark-mode { color: #ffffff; } .dark-mode header { color: #ffffff; } header .headerLogo { width: 191px; height: 101px; margin-bottom: 60px; } @media (min-width: 600px) { header .headerLogo { width: 238px; height: 126px; margin-bottom: 75px; } } nav { width: 100%; display: flex; margin: 50px 0; align-items: center; } nav .navLHS { flex: 1; display: flex; justify-content: flex-start; } nav .navLogo { display: none; } @media (min-width: 600px) { nav .navLogo { flex: 1; width: 94px; height: 50px; display: flex; justify-content: center; visibility: hidden; } } nav .navRHS { flex: 1; display: flex; justify-content: flex-end; } nav .navIconButton:hover.light-mode { background-color: rgba(36, 12, 109, 0.2); } .light-mode nav .navIconButton:hover { background-color: rgba(36, 12, 109, 0.2); } nav .navIconButton:hover.dark-mode { background-color: rgba(255, 255, 255, 0.2); } .dark-mode nav .navIconButton:hover { background-color: rgba(255, 255, 255, 0.2); } .navPopper .navTooltip.light-mode { color: #f8f8f8; background-color: #240c6d; } .light-mode .navPopper .navTooltip { color: #f8f8f8; background-color: #240c6d; } .navPopper .navTooltip.dark-mode { color: #1a1a33; background-color: #ffffff; } .dark-mode .navPopper .navTooltip { color: #1a1a33; background-color: #ffffff; } .gamePage header .headerLogo { display: none; } @media (min-width: 600px) { .gamePage header .navLogo { visibility: visible; } } .gamePage .openModal .headerLogo { display: flex; } .gamePage .openModal .navLogo { visibility: hidden; } .drawer { width: 300px; } .drawer.light-mode { color: #240c6d; background-color: #f8f8f8; } .light-mode .drawer { color: #240c6d; background-color: #f8f8f8; } .drawer.dark-mode { color: #ffffff; background-color: #1a1a33; } .dark-mode .drawer { color: #ffffff; background-color: #1a1a33; } .drawer .drawerContents { display: flex; padding: 50px; flex-direction: column; } .drawer .drawerContents .navLink { display: flex; color: inherit; font-size: 27px; line-height: 30px; margin-bottom: 50px; text-decoration: none; font-family: NeutraText bold, Arial, Helvetica, sans-serif; } .drawer .drawerContents .navLink svg { margin-right: 20px; } .langSelectorOptions .langSelectorItem:hover, .langSelectorOptions .langSelectorItem:focus { color: #240c6d; background-color: rgba(36, 12, 109, 0.2); } .games { display: flex; flex-flow: row wrap; justify-content: space-between; } .games .gameLink { display: flex; -ms-flex: auto; flex-basis: 100%; margin-bottom: 20px; text-decoration: none; width: 275px; } @media (min-width: 600px) { .games .gameLink { flex-basis: 48%; margin-bottom: 50px; } } @media (min-width: 960px) { .games .gameLink { flex-basis: 30%; } } .gamePreview { display: flex; position: relative; border-radius: 8px; align-items: center; justify-content: center; padding: 25px; width: 100%; height: 115px; } .gamePreview .gameName { max-width: 145px; margin: 10px auto auto 0; } .rollDice.light-mode, .rollDicePage .light-mode.gameModal, .rollDicePage .nonModal .light-mode.gameContents, .nonModal .rollDicePage .light-mode.gameContents, .nonModal .light-mode.rollDiceContents { background-image: linear-gradient(134deg, #44dec5 0%, #4ebcfa 100%); box-shadow: 0 25px 40px -15px #4acae4; } .rollDice.light-mode .gameIcon, .rollDicePage .light-mode.gameModal .gameIcon, .rollDicePage .nonModal .light-mode.gameContents .gameIcon, .nonModal .rollDicePage .light-mode.gameContents .gameIcon, .nonModal .light-mode.rollDiceContents .gameIcon { position: absolute; bottom: 17px; right: 24px; } .light-mode .rollDice, .light-mode .rollDicePage .gameModal, .rollDicePage .light-mode .gameModal, .light-mode .rollDicePage .nonModal .gameContents, .rollDicePage .nonModal .light-mode .gameContents, .light-mode .nonModal .rollDicePage .gameContents, .nonModal .rollDicePage .light-mode .gameContents, .light-mode .nonModal .rollDiceContents, .nonModal .light-mode .rollDiceContents { background-image: linear-gradient(134deg, #44dec5 0%, #4ebcfa 100%); box-shadow: 0 25px 40px -15px #4acae4; } .light-mode .rollDice .gameIcon, .light-mode .rollDicePage .gameModal .gameIcon, .rollDicePage .light-mode .gameModal .gameIcon, .light-mode .rollDicePage .nonModal .gameContents .gameIcon, .rollDicePage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .rollDicePage .gameContents .gameIcon, .nonModal .rollDicePage .light-mode .gameContents .gameIcon, .light-mode .nonModal .rollDiceContents .gameIcon, .nonModal .light-mode .rollDiceContents .gameIcon { position: absolute; bottom: 17px; right: 24px; } .rollDice.dark-mode, .rollDicePage .dark-mode.gameModal, .rollDicePage .nonModal .dark-mode.gameContents, .nonModal .rollDicePage .dark-mode.gameContents, .nonModal .dark-mode.rollDiceContents { background-image: linear-gradient(135deg, #031d22 0%, #00598b 100%); box-shadow: 0 25px 40px -15px #014263; } .rollDice.dark-mode .gameIcon, .rollDicePage .dark-mode.gameModal .gameIcon, .rollDicePage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .rollDicePage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.rollDiceContents .gameIcon { position: absolute; bottom: 0px; right: 0px; } .dark-mode .rollDice, .dark-mode .rollDicePage .gameModal, .rollDicePage .dark-mode .gameModal, .dark-mode .rollDicePage .nonModal .gameContents, .rollDicePage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .rollDicePage .gameContents, .nonModal .rollDicePage .dark-mode .gameContents, .dark-mode .nonModal .rollDiceContents, .nonModal .dark-mode .rollDiceContents { background-image: linear-gradient(135deg, #031d22 0%, #00598b 100%); box-shadow: 0 25px 40px -15px #014263; } .dark-mode .rollDice .gameIcon, .dark-mode .rollDicePage .gameModal .gameIcon, .rollDicePage .dark-mode .gameModal .gameIcon, .dark-mode .rollDicePage .nonModal .gameContents .gameIcon, .rollDicePage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .rollDicePage .gameContents .gameIcon, .nonModal .rollDicePage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .rollDiceContents .gameIcon, .nonModal .dark-mode .rollDiceContents .gameIcon { position: absolute; bottom: 0px; right: 0px; } .coinFlip.light-mode, .coinFlipPage .light-mode.gameModal, .coinFlipPage .nonModal .light-mode.gameContents, .nonModal .coinFlipPage .light-mode.gameContents, .nonModal .light-mode.coinFlipContents { background-image: linear-gradient(135deg, #f9b4bd 0%, #9573db 100%); box-shadow: 0 25px 40px -15px #bb8ccf; } .coinFlip.light-mode .gameIcon, .coinFlipPage .light-mode.gameModal .gameIcon, .coinFlipPage .nonModal .light-mode.gameContents .gameIcon, .nonModal .coinFlipPage .light-mode.gameContents .gameIcon, .nonModal .light-mode.coinFlipContents .gameIcon { position: absolute; bottom: 39px; right: 37px; } .light-mode .coinFlip, .light-mode .coinFlipPage .gameModal, .coinFlipPage .light-mode .gameModal, .light-mode .coinFlipPage .nonModal .gameContents, .coinFlipPage .nonModal .light-mode .gameContents, .light-mode .nonModal .coinFlipPage .gameContents, .nonModal .coinFlipPage .light-mode .gameContents, .light-mode .nonModal .coinFlipContents, .nonModal .light-mode .coinFlipContents { background-image: linear-gradient(135deg, #f9b4bd 0%, #9573db 100%); box-shadow: 0 25px 40px -15px #bb8ccf; } .light-mode .coinFlip .gameIcon, .light-mode .coinFlipPage .gameModal .gameIcon, .coinFlipPage .light-mode .gameModal .gameIcon, .light-mode .coinFlipPage .nonModal .gameContents .gameIcon, .coinFlipPage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .coinFlipPage .gameContents .gameIcon, .nonModal .coinFlipPage .light-mode .gameContents .gameIcon, .light-mode .nonModal .coinFlipContents .gameIcon, .nonModal .light-mode .coinFlipContents .gameIcon { position: absolute; bottom: 39px; right: 37px; } .coinFlip.dark-mode, .coinFlipPage .dark-mode.gameModal, .coinFlipPage .nonModal .dark-mode.gameContents, .nonModal .coinFlipPage .dark-mode.gameContents, .nonModal .dark-mode.coinFlipContents { background-image: linear-gradient(135deg, #413921 0%, #452e04 100%); box-shadow: 0 25px 40px -15px #443310; } .coinFlip.dark-mode .gameIcon, .coinFlipPage .dark-mode.gameModal .gameIcon, .coinFlipPage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .coinFlipPage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.coinFlipContents .gameIcon { position: absolute; bottom: 14px; right: 12px; } .dark-mode .coinFlip, .dark-mode .coinFlipPage .gameModal, .coinFlipPage .dark-mode .gameModal, .dark-mode .coinFlipPage .nonModal .gameContents, .coinFlipPage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .coinFlipPage .gameContents, .nonModal .coinFlipPage .dark-mode .gameContents, .dark-mode .nonModal .coinFlipContents, .nonModal .dark-mode .coinFlipContents { background-image: linear-gradient(135deg, #413921 0%, #452e04 100%); box-shadow: 0 25px 40px -15px #443310; } .dark-mode .coinFlip .gameIcon, .dark-mode .coinFlipPage .gameModal .gameIcon, .coinFlipPage .dark-mode .gameModal .gameIcon, .dark-mode .coinFlipPage .nonModal .gameContents .gameIcon, .coinFlipPage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .coinFlipPage .gameContents .gameIcon, .nonModal .coinFlipPage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .coinFlipContents .gameIcon, .nonModal .dark-mode .coinFlipContents .gameIcon { position: absolute; bottom: 14px; right: 12px; } .drawCard.light-mode, .drawCardPage .light-mode.gameModal, .drawCardPage .nonModal .light-mode.gameContents, .nonModal .drawCardPage .light-mode.gameContents, .nonModal .light-mode.drawCardContents { background-image: linear-gradient(-49deg, #736dff 0%, #a97fff 100%); box-shadow: 0 25px 40px -15px #8573ff; } .drawCard.light-mode .gameIcon, .drawCardPage .light-mode.gameModal .gameIcon, .drawCardPage .nonModal .light-mode.gameContents .gameIcon, .nonModal .drawCardPage .light-mode.gameContents .gameIcon, .nonModal .light-mode.drawCardContents .gameIcon { position: absolute; bottom: 17px; right: 19px; } .light-mode .drawCard, .light-mode .drawCardPage .gameModal, .drawCardPage .light-mode .gameModal, .light-mode .drawCardPage .nonModal .gameContents, .drawCardPage .nonModal .light-mode .gameContents, .light-mode .nonModal .drawCardPage .gameContents, .nonModal .drawCardPage .light-mode .gameContents, .light-mode .nonModal .drawCardContents, .nonModal .light-mode .drawCardContents { background-image: linear-gradient(-49deg, #736dff 0%, #a97fff 100%); box-shadow: 0 25px 40px -15px #8573ff; } .light-mode .drawCard .gameIcon, .light-mode .drawCardPage .gameModal .gameIcon, .drawCardPage .light-mode .gameModal .gameIcon, .light-mode .drawCardPage .nonModal .gameContents .gameIcon, .drawCardPage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .drawCardPage .gameContents .gameIcon, .nonModal .drawCardPage .light-mode .gameContents .gameIcon, .light-mode .nonModal .drawCardContents .gameIcon, .nonModal .light-mode .drawCardContents .gameIcon { position: absolute; bottom: 17px; right: 19px; } .drawCard.dark-mode, .drawCardPage .dark-mode.gameModal, .drawCardPage .nonModal .dark-mode.gameContents, .nonModal .drawCardPage .dark-mode.gameContents, .nonModal .dark-mode.drawCardContents { background-image: linear-gradient(135deg, #23122c 0%, #865e96 100%); box-shadow: 0 25px 40px -15px #5e3f6b; } .drawCard.dark-mode .gameIcon, .drawCardPage .dark-mode.gameModal .gameIcon, .drawCardPage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .drawCardPage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.drawCardContents .gameIcon { position: absolute; bottom: 0px; right: 0px; } .dark-mode .drawCard, .dark-mode .drawCardPage .gameModal, .drawCardPage .dark-mode .gameModal, .dark-mode .drawCardPage .nonModal .gameContents, .drawCardPage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .drawCardPage .gameContents, .nonModal .drawCardPage .dark-mode .gameContents, .dark-mode .nonModal .drawCardContents, .nonModal .dark-mode .drawCardContents { background-image: linear-gradient(135deg, #23122c 0%, #865e96 100%); box-shadow: 0 25px 40px -15px #5e3f6b; } .dark-mode .drawCard .gameIcon, .dark-mode .drawCardPage .gameModal .gameIcon, .drawCardPage .dark-mode .gameModal .gameIcon, .dark-mode .drawCardPage .nonModal .gameContents .gameIcon, .drawCardPage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .drawCardPage .gameContents .gameIcon, .nonModal .drawCardPage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .drawCardContents .gameIcon, .nonModal .dark-mode .drawCardContents .gameIcon { position: absolute; bottom: 0px; right: 0px; } .brackets.light-mode, .bracketsPage .light-mode.gameModal, .bracketsPage .nonModal .light-mode.gameContents, .nonModal .bracketsPage .light-mode.gameContents, .nonModal .light-mode.bracketsContents { background-image: linear-gradient(134deg, #66e496 0%, #00c29c 100%); box-shadow: 0 25px 40px -15px #28cf99; } .brackets.light-mode .gameIcon, .bracketsPage .light-mode.gameModal .gameIcon, .bracketsPage .nonModal .light-mode.gameContents .gameIcon, .nonModal .bracketsPage .light-mode.gameContents .gameIcon, .nonModal .light-mode.bracketsContents .gameIcon { position: absolute; bottom: 43px; right: 51px; } .light-mode .brackets, .light-mode .bracketsPage .gameModal, .bracketsPage .light-mode .gameModal, .light-mode .bracketsPage .nonModal .gameContents, .bracketsPage .nonModal .light-mode .gameContents, .light-mode .nonModal .bracketsPage .gameContents, .nonModal .bracketsPage .light-mode .gameContents, .light-mode .nonModal .bracketsContents, .nonModal .light-mode .bracketsContents { background-image: linear-gradient(134deg, #66e496 0%, #00c29c 100%); box-shadow: 0 25px 40px -15px #28cf99; } .light-mode .brackets .gameIcon, .light-mode .bracketsPage .gameModal .gameIcon, .bracketsPage .light-mode .gameModal .gameIcon, .light-mode .bracketsPage .nonModal .gameContents .gameIcon, .bracketsPage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .bracketsPage .gameContents .gameIcon, .nonModal .bracketsPage .light-mode .gameContents .gameIcon, .light-mode .nonModal .bracketsContents .gameIcon, .nonModal .light-mode .bracketsContents .gameIcon { position: absolute; bottom: 43px; right: 51px; } .brackets.dark-mode, .bracketsPage .dark-mode.gameModal, .bracketsPage .nonModal .dark-mode.gameContents, .nonModal .bracketsPage .dark-mode.gameContents, .nonModal .dark-mode.bracketsContents { background-image: linear-gradient(135deg, #0f4038 0%, #1e715f 100%); box-shadow: 0 25px 40px -15px #186051; } .brackets.dark-mode .gameIcon, .bracketsPage .dark-mode.gameModal .gameIcon, .bracketsPage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .bracketsPage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.bracketsContents .gameIcon { position: absolute; bottom: 20px; right: 26px; } .dark-mode .brackets, .dark-mode .bracketsPage .gameModal, .bracketsPage .dark-mode .gameModal, .dark-mode .bracketsPage .nonModal .gameContents, .bracketsPage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .bracketsPage .gameContents, .nonModal .bracketsPage .dark-mode .gameContents, .dark-mode .nonModal .bracketsContents, .nonModal .dark-mode .bracketsContents { background-image: linear-gradient(135deg, #0f4038 0%, #1e715f 100%); box-shadow: 0 25px 40px -15px #186051; } .dark-mode .brackets .gameIcon, .dark-mode .bracketsPage .gameModal .gameIcon, .bracketsPage .dark-mode .gameModal .gameIcon, .dark-mode .bracketsPage .nonModal .gameContents .gameIcon, .bracketsPage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .bracketsPage .gameContents .gameIcon, .nonModal .bracketsPage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .bracketsContents .gameIcon, .nonModal .dark-mode .bracketsContents .gameIcon { position: absolute; bottom: 20px; right: 26px; } .teamMaker.light-mode, .teamMakerPage .light-mode.gameModal, .teamMakerPage .nonModal .light-mode.gameContents, .nonModal .teamMakerPage .light-mode.gameContents, .nonModal .light-mode.teamMakerContents { background-image: linear-gradient(134deg, #5f6dff 0%, #4ebcfa 100%); box-shadow: 0 25px 40px -15px #54a1fc; } .teamMaker.light-mode .gameIcon, .teamMakerPage .light-mode.gameModal .gameIcon, .teamMakerPage .nonModal .light-mode.gameContents .gameIcon, .nonModal .teamMakerPage .light-mode.gameContents .gameIcon, .nonModal .light-mode.teamMakerContents .gameIcon { position: absolute; bottom: 36px; right: 43px; } .light-mode .teamMaker, .light-mode .teamMakerPage .gameModal, .teamMakerPage .light-mode .gameModal, .light-mode .teamMakerPage .nonModal .gameContents, .teamMakerPage .nonModal .light-mode .gameContents, .light-mode .nonModal .teamMakerPage .gameContents, .nonModal .teamMakerPage .light-mode .gameContents, .light-mode .nonModal .teamMakerContents, .nonModal .light-mode .teamMakerContents { background-image: linear-gradient(134deg, #5f6dff 0%, #4ebcfa 100%); box-shadow: 0 25px 40px -15px #54a1fc; } .light-mode .teamMaker .gameIcon, .light-mode .teamMakerPage .gameModal .gameIcon, .teamMakerPage .light-mode .gameModal .gameIcon, .light-mode .teamMakerPage .nonModal .gameContents .gameIcon, .teamMakerPage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .teamMakerPage .gameContents .gameIcon, .nonModal .teamMakerPage .light-mode .gameContents .gameIcon, .light-mode .nonModal .teamMakerContents .gameIcon, .nonModal .light-mode .teamMakerContents .gameIcon { position: absolute; bottom: 36px; right: 43px; } .teamMaker.dark-mode, .teamMakerPage .dark-mode.gameModal, .teamMakerPage .nonModal .dark-mode.gameContents, .nonModal .teamMakerPage .dark-mode.gameContents, .nonModal .dark-mode.teamMakerContents { background-image: linear-gradient(135deg, #131527 0%, #444fd2 100%); box-shadow: 0 25px 40px -15px #3740a7; } .teamMaker.dark-mode .gameIcon, .teamMakerPage .dark-mode.gameModal .gameIcon, .teamMakerPage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .teamMakerPage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.teamMakerContents .gameIcon { position: absolute; bottom: 10px; right: 22px; } .dark-mode .teamMaker, .dark-mode .teamMakerPage .gameModal, .teamMakerPage .dark-mode .gameModal, .dark-mode .teamMakerPage .nonModal .gameContents, .teamMakerPage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .teamMakerPage .gameContents, .nonModal .teamMakerPage .dark-mode .gameContents, .dark-mode .nonModal .teamMakerContents, .nonModal .dark-mode .teamMakerContents { background-image: linear-gradient(135deg, #131527 0%, #444fd2 100%); box-shadow: 0 25px 40px -15px #3740a7; } .dark-mode .teamMaker .gameIcon, .dark-mode .teamMakerPage .gameModal .gameIcon, .teamMakerPage .dark-mode .gameModal .gameIcon, .dark-mode .teamMakerPage .nonModal .gameContents .gameIcon, .teamMakerPage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .teamMakerPage .gameContents .gameIcon, .nonModal .teamMakerPage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .teamMakerContents .gameIcon, .nonModal .dark-mode .teamMakerContents .gameIcon { position: absolute; bottom: 10px; right: 22px; } .roulette.light-mode, .roulettePage .light-mode.gameModal, .roulettePage .nonModal .light-mode.gameContents, .nonModal .roulettePage .light-mode.gameContents, .nonModal .light-mode.rouletteContents { background-image: linear-gradient(135deg, #ff8bf1 0%, #ff7171 100%); box-shadow: 0 25px 40px -15px #ff7ba2; } .roulette.light-mode .gameIcon, .roulettePage .light-mode.gameModal .gameIcon, .roulettePage .nonModal .light-mode.gameContents .gameIcon, .nonModal .roulettePage .light-mode.gameContents .gameIcon, .nonModal .light-mode.rouletteContents .gameIcon { position: absolute; bottom: 35px; right: 39px; } .light-mode .roulette, .light-mode .roulettePage .gameModal, .roulettePage .light-mode .gameModal, .light-mode .roulettePage .nonModal .gameContents, .roulettePage .nonModal .light-mode .gameContents, .light-mode .nonModal .roulettePage .gameContents, .nonModal .roulettePage .light-mode .gameContents, .light-mode .nonModal .rouletteContents, .nonModal .light-mode .rouletteContents { background-image: linear-gradient(135deg, #ff8bf1 0%, #ff7171 100%); box-shadow: 0 25px 40px -15px #ff7ba2; } .light-mode .roulette .gameIcon, .light-mode .roulettePage .gameModal .gameIcon, .roulettePage .light-mode .gameModal .gameIcon, .light-mode .roulettePage .nonModal .gameContents .gameIcon, .roulettePage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .roulettePage .gameContents .gameIcon, .nonModal .roulettePage .light-mode .gameContents .gameIcon, .light-mode .nonModal .rouletteContents .gameIcon, .nonModal .light-mode .rouletteContents .gameIcon { position: absolute; bottom: 35px; right: 39px; } .roulette.dark-mode, .roulettePage .dark-mode.gameModal, .roulettePage .nonModal .dark-mode.gameContents, .nonModal .roulettePage .dark-mode.gameContents, .nonModal .dark-mode.rouletteContents { background-image: linear-gradient(135deg, #430e2d 0%, #ba4482 100%); box-shadow: 0 25px 40px -15px #8f3063; } .roulette.dark-mode .gameIcon, .roulettePage .dark-mode.gameModal .gameIcon, .roulettePage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .roulettePage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.rouletteContents .gameIcon { position: absolute; bottom: 7px; right: 13px; } .dark-mode .roulette, .dark-mode .roulettePage .gameModal, .roulettePage .dark-mode .gameModal, .dark-mode .roulettePage .nonModal .gameContents, .roulettePage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .roulettePage .gameContents, .nonModal .roulettePage .dark-mode .gameContents, .dark-mode .nonModal .rouletteContents, .nonModal .dark-mode .rouletteContents { background-image: linear-gradient(135deg, #430e2d 0%, #ba4482 100%); box-shadow: 0 25px 40px -15px #8f3063; } .dark-mode .roulette .gameIcon, .dark-mode .roulettePage .gameModal .gameIcon, .roulettePage .dark-mode .gameModal .gameIcon, .dark-mode .roulettePage .nonModal .gameContents .gameIcon, .roulettePage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .roulettePage .gameContents .gameIcon, .nonModal .roulettePage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .rouletteContents .gameIcon, .nonModal .dark-mode .rouletteContents .gameIcon { position: absolute; bottom: 7px; right: 13px; } .russianRoulette.light-mode, .russianRoulettePage .light-mode.gameModal, .russianRoulettePage .nonModal .light-mode.gameContents, .nonModal .russianRoulettePage .light-mode.gameContents, .nonModal .light-mode.russianRouletteContents { background-image: linear-gradient(135deg, #f5d368 0%, #ff7c2d 100%); box-shadow: 0 25px 40px -15px #faa347; } .russianRoulette.light-mode .gameIcon, .russianRoulettePage .light-mode.gameModal .gameIcon, .russianRoulettePage .nonModal .light-mode.gameContents .gameIcon, .nonModal .russianRoulettePage .light-mode.gameContents .gameIcon, .nonModal .light-mode.russianRouletteContents .gameIcon { position: absolute; bottom: 35px; right: 39px; } .light-mode .russianRoulette, .light-mode .russianRoulettePage .gameModal, .russianRoulettePage .light-mode .gameModal, .light-mode .russianRoulettePage .nonModal .gameContents, .russianRoulettePage .nonModal .light-mode .gameContents, .light-mode .nonModal .russianRoulettePage .gameContents, .nonModal .russianRoulettePage .light-mode .gameContents, .light-mode .nonModal .russianRouletteContents, .nonModal .light-mode .russianRouletteContents { background-image: linear-gradient(135deg, #f5d368 0%, #ff7c2d 100%); box-shadow: 0 25px 40px -15px #faa347; } .light-mode .russianRoulette .gameIcon, .light-mode .russianRoulettePage .gameModal .gameIcon, .russianRoulettePage .light-mode .gameModal .gameIcon, .light-mode .russianRoulettePage .nonModal .gameContents .gameIcon, .russianRoulettePage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .russianRoulettePage .gameContents .gameIcon, .nonModal .russianRoulettePage .light-mode .gameContents .gameIcon, .light-mode .nonModal .russianRouletteContents .gameIcon, .nonModal .light-mode .russianRouletteContents .gameIcon { position: absolute; bottom: 35px; right: 39px; } .russianRoulette.dark-mode, .russianRoulettePage .dark-mode.gameModal, .russianRoulettePage .nonModal .dark-mode.gameContents, .nonModal .russianRoulettePage .dark-mode.gameContents, .nonModal .dark-mode.russianRouletteContents { background-image: linear-gradient(135deg, #433831 0%, #ad6700 100%); box-shadow: 0 25px 40px -15px #8a5710; } .russianRoulette.dark-mode .gameIcon, .russianRoulettePage .dark-mode.gameModal .gameIcon, .russianRoulettePage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .russianRoulettePage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.russianRouletteContents .gameIcon { position: absolute; bottom: 7px; right: 13px; } .dark-mode .russianRoulette, .dark-mode .russianRoulettePage .gameModal, .russianRoulettePage .dark-mode .gameModal, .dark-mode .russianRoulettePage .nonModal .gameContents, .russianRoulettePage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .russianRoulettePage .gameContents, .nonModal .russianRoulettePage .dark-mode .gameContents, .dark-mode .nonModal .russianRouletteContents, .nonModal .dark-mode .russianRouletteContents { background-image: linear-gradient(135deg, #433831 0%, #ad6700 100%); box-shadow: 0 25px 40px -15px #8a5710; } .dark-mode .russianRoulette .gameIcon, .dark-mode .russianRoulettePage .gameModal .gameIcon, .russianRoulettePage .dark-mode .gameModal .gameIcon, .dark-mode .russianRoulettePage .nonModal .gameContents .gameIcon, .russianRoulettePage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .russianRoulettePage .gameContents .gameIcon, .nonModal .russianRoulettePage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .russianRouletteContents .gameIcon, .nonModal .dark-mode .russianRouletteContents .gameIcon { position: absolute; bottom: 7px; right: 13px; } .comingSoonContainer { display: flex; align-items: center; flex-direction: column; } .comingSoonContainer.light-mode { color: #240c6d; } .light-mode .comingSoonContainer { color: #240c6d; } .comingSoonContainer.dark-mode { color: #ffffff; } .dark-mode .comingSoonContainer { color: #ffffff; } .comingSoonContainer .comingSoonIcon { margin-bottom: 40px; } .comingSoonContainer .comingSoon { font-size: 27px; font-family: NeutraText bold, Arial, Helvetica, sans-serif; } .gamePage .comingSoonContainer { color: #ffffff; } .gameModal .rollDiceContents .closeButton.light-mode, .nonModal .gameContents .rollDiceContents .closeButton.light-mode { color: #4acae4; background-color: #ffffff; } .light-mode .gameModal .rollDiceContents .closeButton, .light-mode .nonModal .gameContents .rollDiceContents .closeButton, .nonModal .light-mode .gameContents .rollDiceContents .closeButton { color: #4acae4; background-color: #ffffff; } .gameModal .rollDiceContents .closeButton.dark-mode, .nonModal .gameContents .rollDiceContents .closeButton.dark-mode { color: #ffffff; background-color: #014263; } .dark-mode .gameModal .rollDiceContents .closeButton, .dark-mode .nonModal .gameContents .rollDiceContents .closeButton, .nonModal .dark-mode .gameContents .rollDiceContents .closeButton { color: #ffffff; background-color: #014263; } .rollDiceContents .gameName { line-height: 50px; } .gameModal .coinFlipContents .closeButton.light-mode, .nonModal .gameContents .coinFlipContents .closeButton.light-mode { color: #bb8ccf; background-color: #ffffff; } .light-mode .gameModal .coinFlipContents .closeButton, .light-mode .nonModal .gameContents .coinFlipContents .closeButton, .nonModal .light-mode .gameContents .coinFlipContents .closeButton { color: #bb8ccf; background-color: #ffffff; } .gameModal .coinFlipContents .closeButton.dark-mode, .nonModal .gameContents .coinFlipContents .closeButton.dark-mode { color: #ffffff; background-color: #443310; } .dark-mode .gameModal .coinFlipContents .closeButton, .dark-mode .nonModal .gameContents .coinFlipContents .closeButton, .nonModal .dark-mode .gameContents .coinFlipContents .closeButton { color: #ffffff; background-color: #443310; } .coinFlipContents .gameName { line-height: 50px; } .gameModal .drawCardContents .closeButton.light-mode, .nonModal .gameContents .drawCardContents .closeButton.light-mode { color: #bb8ccf; background-color: #ffffff; } .light-mode .gameModal .drawCardContents .closeButton, .light-mode .nonModal .gameContents .drawCardContents .closeButton, .nonModal .light-mode .gameContents .drawCardContents .closeButton { color: #bb8ccf; background-color: #ffffff; } .gameModal .drawCardContents .closeButton.dark-mode, .nonModal .gameContents .drawCardContents .closeButton.dark-mode { color: #ffffff; background-color: #5e3f6b; } .dark-mode .gameModal .drawCardContents .closeButton, .dark-mode .nonModal .gameContents .drawCardContents .closeButton, .nonModal .dark-mode .gameContents .drawCardContents .closeButton { color: #ffffff; background-color: #5e3f6b; } .drawCardContents .gameName { line-height: 50px; } .gameModal .bracketsContents .closeButton.light-mode, .nonModal .gameContents .bracketsContents .closeButton.light-mode { color: #28cf99; background-color: #ffffff; } .light-mode .gameModal .bracketsContents .closeButton, .light-mode .nonModal .gameContents .bracketsContents .closeButton, .nonModal .light-mode .gameContents .bracketsContents .closeButton { color: #28cf99; background-color: #ffffff; } .gameModal .bracketsContents .closeButton.dark-mode, .nonModal .gameContents .bracketsContents .closeButton.dark-mode { color: #ffffff; background-color: #186051; } .dark-mode .gameModal .bracketsContents .closeButton, .dark-mode .nonModal .gameContents .bracketsContents .closeButton, .nonModal .dark-mode .gameContents .bracketsContents .closeButton { color: #ffffff; background-color: #186051; } .bracketsContents .gameName { line-height: 50px; } .gameModal .teamMakerContents .closeButton.light-mode, .nonModal .gameContents .teamMakerContents .closeButton.light-mode { color: #54a1fc; background-color: #ffffff; } .light-mode .gameModal .teamMakerContents .closeButton, .light-mode .nonModal .gameContents .teamMakerContents .closeButton, .nonModal .light-mode .gameContents .teamMakerContents .closeButton { color: #54a1fc; background-color: #ffffff; } .gameModal .teamMakerContents .closeButton.dark-mode, .nonModal .gameContents .teamMakerContents .closeButton.dark-mode { color: #ffffff; background-color: #3740a7; } .dark-mode .gameModal .teamMakerContents .closeButton, .dark-mode .nonModal .gameContents .teamMakerContents .closeButton, .nonModal .dark-mode .gameContents .teamMakerContents .closeButton { color: #ffffff; background-color: #3740a7; } .teamMakerContents .gameName { line-height: 50px; } .gameModal .rouletteContents .closeButton.light-mode, .nonModal .gameContents .rouletteContents .closeButton.light-mode { color: #ff7ba2; background-color: #ffffff; } .light-mode .gameModal .rouletteContents .closeButton, .light-mode .nonModal .gameContents .rouletteContents .closeButton, .nonModal .light-mode .gameContents .rouletteContents .closeButton { color: #ff7ba2; background-color: #ffffff; } .gameModal .rouletteContents .closeButton.dark-mode, .nonModal .gameContents .rouletteContents .closeButton.dark-mode { color: #ffffff; background-color: #8f3063; } .dark-mode .gameModal .rouletteContents .closeButton, .dark-mode .nonModal .gameContents .rouletteContents .closeButton, .nonModal .dark-mode .gameContents .rouletteContents .closeButton { color: #ffffff; background-color: #8f3063; } .rouletteContents .gameName { line-height: 50px; } .gameModal .russianRouletteContents .closeButton.light-mode, .nonModal .gameContents .russianRouletteContents .closeButton.light-mode { color: #faa347; background-color: #ffffff; } .light-mode .gameModal .russianRouletteContents .closeButton, .light-mode .nonModal .gameContents .russianRouletteContents .closeButton, .nonModal .light-mode .gameContents .russianRouletteContents .closeButton { color: #faa347; background-color: #ffffff; } .gameModal .russianRouletteContents .closeButton.dark-mode, .nonModal .gameContents .russianRouletteContents .closeButton.dark-mode { color: #ffffff; background-color: #8a5710; } .dark-mode .gameModal .russianRouletteContents .closeButton, .dark-mode .nonModal .gameContents .russianRouletteContents .closeButton, .nonModal .dark-mode .gameContents .russianRouletteContents .closeButton { color: #ffffff; background-color: #8a5710; } .russianRouletteContents .gameName { line-height: 50px; } .aboutGameNight, .aboutDeveloper { display: flex; align-items: center; flex-direction: column; margin-bottom: 70px; } @media (min-width: 600px) { .aboutGameNight, .aboutDeveloper { flex-direction: row; margin-bottom: 50px; } } .aboutGameNight .aboutDescriptionInfo, .aboutDeveloper .aboutDeveloperInfo { font-family: GillSans, Arial, Helvetica, sans-serif; font-size: 24px; } .aboutGameNight .light-mode.aboutDescriptionInfo, .aboutDeveloper .light-mode.aboutDeveloperInfo { color: #04143a; } .light-mode .aboutGameNight .aboutDescriptionInfo, .aboutGameNight .light-mode .aboutDescriptionInfo, .light-mode .aboutDeveloper .aboutDeveloperInfo, .aboutDeveloper .light-mode .aboutDeveloperInfo { color: #04143a; } .aboutGameNight .dark-mode.aboutDescriptionInfo, .aboutDeveloper .dark-mode.aboutDeveloperInfo { color: #ffffff; } .dark-mode .aboutGameNight .aboutDescriptionInfo, .aboutGameNight .dark-mode .aboutDescriptionInfo, .dark-mode .aboutDeveloper .aboutDeveloperInfo, .aboutDeveloper .dark-mode .aboutDeveloperInfo { color: #ffffff; } @media (min-width: 600px) { .aboutGameNight { flex-direction: row-reverse; } } .aboutGameNight .fluidImageWrapper { width: 100%; max-width: 438px; margin: 0 0 25px 0; } @media (min-width: 600px) { .aboutGameNight .fluidImageWrapper { margin: 0 0 0 35px; } } .aboutGameNight .aboutDescriptionInfo { margin: 0; max-width: 436px; } .aboutDeveloper .fluidImageWrapper { width: 100%; min-width: 175px; max-width: 233px; margin: 0 0 25px 0; } @media (min-width: 600px) { .aboutDeveloper .fluidImageWrapper { margin: 0 45px 0 0; } } .aboutDeveloper .profilePicture { border-radius: 100%; border: 5px solid #ffffff; box-shadow: 3px 6px 10px 0 #6b828f; } .aboutDeveloper .aboutDeveloperInfo { display: flex; flex-direction: column; min-width: 300px; max-width: 638px; } .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle { font-size: 32px; margin-bottom: 20px; } .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle.light-mode { color: #6d6d6d; } .light-mode .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle { color: #6d6d6d; } .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle.dark-mode { color: #b4b4b4; } .dark-mode .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle { color: #b4b4b4; } .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperText { margin: 0 0 20px 0; } .aboutDeveloper .aboutDeveloperInfo .aboutLinks { display: flex; flex-direction: column; } @media (min-width: 600px) { .aboutDeveloper .aboutDeveloperInfo .aboutLinks { flex-wrap: wrap; flex-direction: row; } } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink { display: flex; opacity: 0.5; font-size: 18px; cursor: pointer; text-decoration: none; margin: 0 0 20px 0; } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink:last-of-type { align-items: center; } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink.light-mode { color: #04143a; } .light-mode .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink { color: #04143a; } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink.dark-mode { color: #ffffff; } .dark-mode .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink { color: #ffffff; } @media (min-width: 600px) { .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink { margin: 0 45px 20px 0; } } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink svg { margin-right: 10px; } .diceContainer { display: flex; margin: 50px 0; justify-content: space-evenly; } .diceContainer.twoDices svg { flex-basis: 45%; } .rollDiceButtonContainer { display: flex; margin-bottom: 30px; justify-content: space-evenly; } .rollDiceButtonContainer .rollDiceButton { flex-basis: 45%; height: 45px; max-width: 150px; border-radius: 10px; font-weight: 500; text-transform: capitalize; box-shadow: 0 1px 10px 0 #e0e2e4; } .rollDiceButtonContainer .rollDiceButton.light-mode { color: #4acae4; background: #ffffff; } .light-mode .rollDiceButtonContainer .rollDiceButton { color: #4acae4; background: #ffffff; } .rollDiceButtonContainer .rollDiceButton.dark-mode { color: #ffffff; background: #014263; } .dark-mode .rollDiceButtonContainer .rollDiceButton { color: #ffffff; background: #014263; } /*# sourceMappingURL=index.css.map */
src/styles/css/index.css
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap"); .rollDiceButtonContainer .rollDiceButton { font-size: 14px; line-height: 16px; } @font-face { font-family: neutratext; font-display: swap; src: url("/../../fonts/neutratext.woff2") format("woff2"), url("/../../fonts/neutratext.woff") format("woff"), url("/../../fonts/neutratext.ttf") format("truetype"); } @font-face { font-family: neutratext black; font-display: swap; src: url("/../../fonts/neutratext-black.woff2") format("woff2"), url("/../../fonts/neutratext-black.woff") format("woff"), url("/../../fonts/neutratext-black.ttf") format("truetype"); } @font-face { font-family: neutratext bold; font-display: swap; src: url("/../../fonts/neutratext-bold.woff2") format("woff2"), url("/../../fonts/neutratext-bold.woff") format("woff"), url("/../../fonts/neutratext-bold.ttf") format("truetype"); } @font-face { font-family: neutratext light; font-display: swap; src: url("/../../fonts/neutratext-light.woff2") format("woff2"), url("/../../fonts/neutratext-light.woff") format("woff"), url("/../../fonts/neutratext-light.ttf") format("truetype"); } @font-face { font-family: neutratext thin; font-display: swap; src: url("/../../fonts/neutratext-thin.woff2") format("woff2"), url("/../../fonts/neutratext-thin.woff") format("woff"), url("/../../fonts/neutratext-thin.ttf") format("truetype"); } @font-face { font-family: gillsans; font-display: swap; src: url("/../../fonts/gillsans.woff2") format("woff2"), url("/../../fonts/gillsans.woff") format("woff"), url("/../../fonts/gillsans.ttf") format("truetype"); } @font-face { font-family: gillsans black; font-display: swap; src: url("/../../fonts/gillsans-black.woff2") format("woff2"), url("/../../fonts/gillsans-black.woff") format("woff"), url("/../../fonts/gillsans-black.ttf") format("truetype"); } @font-face { font-family: gillsans bold; font-display: swap; src: url("/../../fonts/gillsans-bold.woff2") format("woff2"), url("/../../fonts/gillsans-bold.woff") format("woff"), url("/../../fonts/gillsans-bold.ttf") format("truetype"); } @font-face { font-family: gillsans light; font-display: swap; src: url("/../../fonts/gillsans-light.woff2") format("woff2"), url("/../../fonts/gillsans-light.woff") format("woff"), url("/../../fonts/gillsans-light.ttf") format("truetype"); } @font-face { font-family: gillsans thin; font-display: swap; src: url("/../../fonts/gillsans-thin.woff2") format("woff2"), url("/../../fonts/gillsans-thin.woff") format("woff"), url("/../../fonts/gillsans-thin.ttf") format("truetype"); } .gamePreview .gameName, .rollDiceContents .gameName, .coinFlipContents .gameName, .drawCardContents .gameName, .bracketsContents .gameName, .teamMakerContents .gameName, .rouletteContents .gameName, .russianRouletteContents .gameName { font-size: 27px; color: #ffffff; font-family: NeutraText bold, Arial, Helvetica, sans-serif; } /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type='checkbox'], [type='radio'] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type='search']::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } html { font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; } body { overflow-x: hidden; max-width: 930px; margin: 0 auto; padding: 0 20px; } @media (min-width: 375px) { body { padding: 0 50px; } } body.light-mode { background-color: #f8f8f8; } .light-mode body { background-color: #f8f8f8; } body.dark-mode { background-color: #1a1a33; } .dark-mode body { background-color: #1a1a33; } .gameModalOverlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); } .gameModal, .nonModal .gameContents { position: absolute; top: 0; left: 0; right: 0; overflow: auto; outline: none; min-height: 200px; background: #ffffff; padding: 30px; } @media (min-width: 600px) { .gameModal, .nonModal .gameContents { left: 50%; top: 150px; border-radius: 8px; transform: translateX(-50%); width: 540px; max-width: 540px; } } .gameModal .closeButton, .nonModal .gameContents .closeButton { width: 50px; height: 50px; position: absolute; top: 30px; right: 30px; box-shadow: 0 2px 16px 0 #e0e2e4; } .nonModal .gameContents { position: unset; margin: 0 auto; transform: none; width: unset; border-radius: 8px; } header { display: flex; align-items: center; flex-direction: column; } header.light-mode { color: #240c6d; } .light-mode header { color: #240c6d; } header.dark-mode { color: #ffffff; } .dark-mode header { color: #ffffff; } header .headerLogo { width: 191px; height: 101px; margin-bottom: 60px; } @media (min-width: 600px) { header .headerLogo { width: 238px; height: 126px; margin-bottom: 75px; } } nav { width: 100%; display: flex; margin: 50px 0; align-items: center; } nav .navLHS { flex: 1; display: flex; justify-content: flex-start; } nav .navLogo { display: none; } @media (min-width: 600px) { nav .navLogo { flex: 1; width: 94px; height: 50px; display: flex; justify-content: center; visibility: hidden; } } nav .navRHS { flex: 1; display: flex; justify-content: flex-end; } nav .navIconButton:hover.light-mode { background-color: rgba(36, 12, 109, 0.2); } .light-mode nav .navIconButton:hover { background-color: rgba(36, 12, 109, 0.2); } nav .navIconButton:hover.dark-mode { background-color: rgba(255, 255, 255, 0.2); } .dark-mode nav .navIconButton:hover { background-color: rgba(255, 255, 255, 0.2); } .navPopper .navTooltip.light-mode { color: #f8f8f8; background-color: #240c6d; } .light-mode .navPopper .navTooltip { color: #f8f8f8; background-color: #240c6d; } .navPopper .navTooltip.dark-mode { color: #1a1a33; background-color: #ffffff; } .dark-mode .navPopper .navTooltip { color: #1a1a33; background-color: #ffffff; } .gamePage header .headerLogo { display: none; } @media (min-width: 600px) { .gamePage header .navLogo { visibility: visible; } } .gamePage .openModal .headerLogo { display: flex; } .gamePage .openModal .navLogo { visibility: hidden; } .drawer { width: 300px; } .drawer.light-mode { color: #240c6d; background-color: #f8f8f8; } .light-mode .drawer { color: #240c6d; background-color: #f8f8f8; } .drawer.dark-mode { color: #ffffff; background-color: #1a1a33; } .dark-mode .drawer { color: #ffffff; background-color: #1a1a33; } .drawer .drawerContents { display: flex; padding: 50px; flex-direction: column; } .drawer .drawerContents .navLink { display: flex; color: inherit; font-size: 27px; line-height: 30px; margin-bottom: 50px; text-decoration: none; font-family: NeutraText bold, Arial, Helvetica, sans-serif; } .drawer .drawerContents .navLink svg { margin-right: 20px; } .langSelectorOptions .langSelectorItem:hover, .langSelectorOptions .langSelectorItem:focus { color: #240c6d; background-color: rgba(36, 12, 109, 0.2); } .games { display: flex; flex-flow: row wrap; justify-content: space-between; } .games .gameLink { display: flex; -ms-flex: auto; flex-basis: 100%; margin-bottom: 20px; text-decoration: none; width: 275px; } @media (min-width: 600px) { .games .gameLink { flex-basis: 48%; margin-bottom: 50px; } } @media (min-width: 960px) { .games .gameLink { flex-basis: 30%; } } .gamePreview { display: flex; position: relative; border-radius: 8px; align-items: center; justify-content: center; padding: 25px; width: 100%; height: 115px; } .gamePreview .gameName { max-width: 145px; margin: 10px auto auto 0; } .rollDice.light-mode, .rollDicePage .light-mode.gameModal, .rollDicePage .nonModal .light-mode.gameContents, .nonModal .rollDicePage .light-mode.gameContents, .nonModal .light-mode.rollDiceContents { background-image: linear-gradient(134deg, #44dec5 0%, #4ebcfa 100%); box-shadow: 0 25px 40px -15px #4acae4; } .rollDice.light-mode .gameIcon, .rollDicePage .light-mode.gameModal .gameIcon, .rollDicePage .nonModal .light-mode.gameContents .gameIcon, .nonModal .rollDicePage .light-mode.gameContents .gameIcon, .nonModal .light-mode.rollDiceContents .gameIcon { position: absolute; bottom: 17px; right: 24px; } .light-mode .rollDice, .light-mode .rollDicePage .gameModal, .rollDicePage .light-mode .gameModal, .light-mode .rollDicePage .nonModal .gameContents, .rollDicePage .nonModal .light-mode .gameContents, .light-mode .nonModal .rollDicePage .gameContents, .nonModal .rollDicePage .light-mode .gameContents, .light-mode .nonModal .rollDiceContents, .nonModal .light-mode .rollDiceContents { background-image: linear-gradient(134deg, #44dec5 0%, #4ebcfa 100%); box-shadow: 0 25px 40px -15px #4acae4; } .light-mode .rollDice .gameIcon, .light-mode .rollDicePage .gameModal .gameIcon, .rollDicePage .light-mode .gameModal .gameIcon, .light-mode .rollDicePage .nonModal .gameContents .gameIcon, .rollDicePage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .rollDicePage .gameContents .gameIcon, .nonModal .rollDicePage .light-mode .gameContents .gameIcon, .light-mode .nonModal .rollDiceContents .gameIcon, .nonModal .light-mode .rollDiceContents .gameIcon { position: absolute; bottom: 17px; right: 24px; } .rollDice.dark-mode, .rollDicePage .dark-mode.gameModal, .rollDicePage .nonModal .dark-mode.gameContents, .nonModal .rollDicePage .dark-mode.gameContents, .nonModal .dark-mode.rollDiceContents { background-image: linear-gradient(135deg, #031d22 0%, #00598b 100%); box-shadow: 0 25px 40px -15px #014263; } .rollDice.dark-mode .gameIcon, .rollDicePage .dark-mode.gameModal .gameIcon, .rollDicePage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .rollDicePage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.rollDiceContents .gameIcon { position: absolute; bottom: 0px; right: 0px; } .dark-mode .rollDice, .dark-mode .rollDicePage .gameModal, .rollDicePage .dark-mode .gameModal, .dark-mode .rollDicePage .nonModal .gameContents, .rollDicePage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .rollDicePage .gameContents, .nonModal .rollDicePage .dark-mode .gameContents, .dark-mode .nonModal .rollDiceContents, .nonModal .dark-mode .rollDiceContents { background-image: linear-gradient(135deg, #031d22 0%, #00598b 100%); box-shadow: 0 25px 40px -15px #014263; } .dark-mode .rollDice .gameIcon, .dark-mode .rollDicePage .gameModal .gameIcon, .rollDicePage .dark-mode .gameModal .gameIcon, .dark-mode .rollDicePage .nonModal .gameContents .gameIcon, .rollDicePage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .rollDicePage .gameContents .gameIcon, .nonModal .rollDicePage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .rollDiceContents .gameIcon, .nonModal .dark-mode .rollDiceContents .gameIcon { position: absolute; bottom: 0px; right: 0px; } .coinFlip.light-mode, .coinFlipPage .light-mode.gameModal, .coinFlipPage .nonModal .light-mode.gameContents, .nonModal .coinFlipPage .light-mode.gameContents, .nonModal .light-mode.coinFlipContents { background-image: linear-gradient(135deg, #f9b4bd 0%, #9573db 100%); box-shadow: 0 25px 40px -15px #bb8ccf; } .coinFlip.light-mode .gameIcon, .coinFlipPage .light-mode.gameModal .gameIcon, .coinFlipPage .nonModal .light-mode.gameContents .gameIcon, .nonModal .coinFlipPage .light-mode.gameContents .gameIcon, .nonModal .light-mode.coinFlipContents .gameIcon { position: absolute; bottom: 39px; right: 37px; } .light-mode .coinFlip, .light-mode .coinFlipPage .gameModal, .coinFlipPage .light-mode .gameModal, .light-mode .coinFlipPage .nonModal .gameContents, .coinFlipPage .nonModal .light-mode .gameContents, .light-mode .nonModal .coinFlipPage .gameContents, .nonModal .coinFlipPage .light-mode .gameContents, .light-mode .nonModal .coinFlipContents, .nonModal .light-mode .coinFlipContents { background-image: linear-gradient(135deg, #f9b4bd 0%, #9573db 100%); box-shadow: 0 25px 40px -15px #bb8ccf; } .light-mode .coinFlip .gameIcon, .light-mode .coinFlipPage .gameModal .gameIcon, .coinFlipPage .light-mode .gameModal .gameIcon, .light-mode .coinFlipPage .nonModal .gameContents .gameIcon, .coinFlipPage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .coinFlipPage .gameContents .gameIcon, .nonModal .coinFlipPage .light-mode .gameContents .gameIcon, .light-mode .nonModal .coinFlipContents .gameIcon, .nonModal .light-mode .coinFlipContents .gameIcon { position: absolute; bottom: 39px; right: 37px; } .coinFlip.dark-mode, .coinFlipPage .dark-mode.gameModal, .coinFlipPage .nonModal .dark-mode.gameContents, .nonModal .coinFlipPage .dark-mode.gameContents, .nonModal .dark-mode.coinFlipContents { background-image: linear-gradient(135deg, #413921 0%, #452e04 100%); box-shadow: 0 25px 40px -15px #443310; } .coinFlip.dark-mode .gameIcon, .coinFlipPage .dark-mode.gameModal .gameIcon, .coinFlipPage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .coinFlipPage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.coinFlipContents .gameIcon { position: absolute; bottom: 14px; right: 12px; } .dark-mode .coinFlip, .dark-mode .coinFlipPage .gameModal, .coinFlipPage .dark-mode .gameModal, .dark-mode .coinFlipPage .nonModal .gameContents, .coinFlipPage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .coinFlipPage .gameContents, .nonModal .coinFlipPage .dark-mode .gameContents, .dark-mode .nonModal .coinFlipContents, .nonModal .dark-mode .coinFlipContents { background-image: linear-gradient(135deg, #413921 0%, #452e04 100%); box-shadow: 0 25px 40px -15px #443310; } .dark-mode .coinFlip .gameIcon, .dark-mode .coinFlipPage .gameModal .gameIcon, .coinFlipPage .dark-mode .gameModal .gameIcon, .dark-mode .coinFlipPage .nonModal .gameContents .gameIcon, .coinFlipPage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .coinFlipPage .gameContents .gameIcon, .nonModal .coinFlipPage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .coinFlipContents .gameIcon, .nonModal .dark-mode .coinFlipContents .gameIcon { position: absolute; bottom: 14px; right: 12px; } .drawCard.light-mode, .drawCardPage .light-mode.gameModal, .drawCardPage .nonModal .light-mode.gameContents, .nonModal .drawCardPage .light-mode.gameContents, .nonModal .light-mode.drawCardContents { background-image: linear-gradient(-49deg, #736dff 0%, #a97fff 100%); box-shadow: 0 25px 40px -15px #8573ff; } .drawCard.light-mode .gameIcon, .drawCardPage .light-mode.gameModal .gameIcon, .drawCardPage .nonModal .light-mode.gameContents .gameIcon, .nonModal .drawCardPage .light-mode.gameContents .gameIcon, .nonModal .light-mode.drawCardContents .gameIcon { position: absolute; bottom: 17px; right: 19px; } .light-mode .drawCard, .light-mode .drawCardPage .gameModal, .drawCardPage .light-mode .gameModal, .light-mode .drawCardPage .nonModal .gameContents, .drawCardPage .nonModal .light-mode .gameContents, .light-mode .nonModal .drawCardPage .gameContents, .nonModal .drawCardPage .light-mode .gameContents, .light-mode .nonModal .drawCardContents, .nonModal .light-mode .drawCardContents { background-image: linear-gradient(-49deg, #736dff 0%, #a97fff 100%); box-shadow: 0 25px 40px -15px #8573ff; } .light-mode .drawCard .gameIcon, .light-mode .drawCardPage .gameModal .gameIcon, .drawCardPage .light-mode .gameModal .gameIcon, .light-mode .drawCardPage .nonModal .gameContents .gameIcon, .drawCardPage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .drawCardPage .gameContents .gameIcon, .nonModal .drawCardPage .light-mode .gameContents .gameIcon, .light-mode .nonModal .drawCardContents .gameIcon, .nonModal .light-mode .drawCardContents .gameIcon { position: absolute; bottom: 17px; right: 19px; } .drawCard.dark-mode, .drawCardPage .dark-mode.gameModal, .drawCardPage .nonModal .dark-mode.gameContents, .nonModal .drawCardPage .dark-mode.gameContents, .nonModal .dark-mode.drawCardContents { background-image: linear-gradient(135deg, #23122c 0%, #865e96 100%); box-shadow: 0 25px 40px -15px #5e3f6b; } .drawCard.dark-mode .gameIcon, .drawCardPage .dark-mode.gameModal .gameIcon, .drawCardPage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .drawCardPage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.drawCardContents .gameIcon { position: absolute; bottom: 0px; right: 0px; } .dark-mode .drawCard, .dark-mode .drawCardPage .gameModal, .drawCardPage .dark-mode .gameModal, .dark-mode .drawCardPage .nonModal .gameContents, .drawCardPage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .drawCardPage .gameContents, .nonModal .drawCardPage .dark-mode .gameContents, .dark-mode .nonModal .drawCardContents, .nonModal .dark-mode .drawCardContents { background-image: linear-gradient(135deg, #23122c 0%, #865e96 100%); box-shadow: 0 25px 40px -15px #5e3f6b; } .dark-mode .drawCard .gameIcon, .dark-mode .drawCardPage .gameModal .gameIcon, .drawCardPage .dark-mode .gameModal .gameIcon, .dark-mode .drawCardPage .nonModal .gameContents .gameIcon, .drawCardPage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .drawCardPage .gameContents .gameIcon, .nonModal .drawCardPage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .drawCardContents .gameIcon, .nonModal .dark-mode .drawCardContents .gameIcon { position: absolute; bottom: 0px; right: 0px; } .brackets.light-mode, .bracketsPage .light-mode.gameModal, .bracketsPage .nonModal .light-mode.gameContents, .nonModal .bracketsPage .light-mode.gameContents, .nonModal .light-mode.bracketsContents { background-image: linear-gradient(134deg, #66e496 0%, #00c29c 100%); box-shadow: 0 25px 40px -15px #28cf99; } .brackets.light-mode .gameIcon, .bracketsPage .light-mode.gameModal .gameIcon, .bracketsPage .nonModal .light-mode.gameContents .gameIcon, .nonModal .bracketsPage .light-mode.gameContents .gameIcon, .nonModal .light-mode.bracketsContents .gameIcon { position: absolute; bottom: 43px; right: 51px; } .light-mode .brackets, .light-mode .bracketsPage .gameModal, .bracketsPage .light-mode .gameModal, .light-mode .bracketsPage .nonModal .gameContents, .bracketsPage .nonModal .light-mode .gameContents, .light-mode .nonModal .bracketsPage .gameContents, .nonModal .bracketsPage .light-mode .gameContents, .light-mode .nonModal .bracketsContents, .nonModal .light-mode .bracketsContents { background-image: linear-gradient(134deg, #66e496 0%, #00c29c 100%); box-shadow: 0 25px 40px -15px #28cf99; } .light-mode .brackets .gameIcon, .light-mode .bracketsPage .gameModal .gameIcon, .bracketsPage .light-mode .gameModal .gameIcon, .light-mode .bracketsPage .nonModal .gameContents .gameIcon, .bracketsPage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .bracketsPage .gameContents .gameIcon, .nonModal .bracketsPage .light-mode .gameContents .gameIcon, .light-mode .nonModal .bracketsContents .gameIcon, .nonModal .light-mode .bracketsContents .gameIcon { position: absolute; bottom: 43px; right: 51px; } .brackets.dark-mode, .bracketsPage .dark-mode.gameModal, .bracketsPage .nonModal .dark-mode.gameContents, .nonModal .bracketsPage .dark-mode.gameContents, .nonModal .dark-mode.bracketsContents { background-image: linear-gradient(135deg, #0f4038 0%, #1e715f 100%); box-shadow: 0 25px 40px -15px #186051; } .brackets.dark-mode .gameIcon, .bracketsPage .dark-mode.gameModal .gameIcon, .bracketsPage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .bracketsPage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.bracketsContents .gameIcon { position: absolute; bottom: 20px; right: 26px; } .dark-mode .brackets, .dark-mode .bracketsPage .gameModal, .bracketsPage .dark-mode .gameModal, .dark-mode .bracketsPage .nonModal .gameContents, .bracketsPage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .bracketsPage .gameContents, .nonModal .bracketsPage .dark-mode .gameContents, .dark-mode .nonModal .bracketsContents, .nonModal .dark-mode .bracketsContents { background-image: linear-gradient(135deg, #0f4038 0%, #1e715f 100%); box-shadow: 0 25px 40px -15px #186051; } .dark-mode .brackets .gameIcon, .dark-mode .bracketsPage .gameModal .gameIcon, .bracketsPage .dark-mode .gameModal .gameIcon, .dark-mode .bracketsPage .nonModal .gameContents .gameIcon, .bracketsPage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .bracketsPage .gameContents .gameIcon, .nonModal .bracketsPage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .bracketsContents .gameIcon, .nonModal .dark-mode .bracketsContents .gameIcon { position: absolute; bottom: 20px; right: 26px; } .teamMaker.light-mode, .teamMakerPage .light-mode.gameModal, .teamMakerPage .nonModal .light-mode.gameContents, .nonModal .teamMakerPage .light-mode.gameContents, .nonModal .light-mode.teamMakerContents { background-image: linear-gradient(134deg, #5f6dff 0%, #4ebcfa 100%); box-shadow: 0 25px 40px -15px #54a1fc; } .teamMaker.light-mode .gameIcon, .teamMakerPage .light-mode.gameModal .gameIcon, .teamMakerPage .nonModal .light-mode.gameContents .gameIcon, .nonModal .teamMakerPage .light-mode.gameContents .gameIcon, .nonModal .light-mode.teamMakerContents .gameIcon { position: absolute; bottom: 36px; right: 43px; } .light-mode .teamMaker, .light-mode .teamMakerPage .gameModal, .teamMakerPage .light-mode .gameModal, .light-mode .teamMakerPage .nonModal .gameContents, .teamMakerPage .nonModal .light-mode .gameContents, .light-mode .nonModal .teamMakerPage .gameContents, .nonModal .teamMakerPage .light-mode .gameContents, .light-mode .nonModal .teamMakerContents, .nonModal .light-mode .teamMakerContents { background-image: linear-gradient(134deg, #5f6dff 0%, #4ebcfa 100%); box-shadow: 0 25px 40px -15px #54a1fc; } .light-mode .teamMaker .gameIcon, .light-mode .teamMakerPage .gameModal .gameIcon, .teamMakerPage .light-mode .gameModal .gameIcon, .light-mode .teamMakerPage .nonModal .gameContents .gameIcon, .teamMakerPage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .teamMakerPage .gameContents .gameIcon, .nonModal .teamMakerPage .light-mode .gameContents .gameIcon, .light-mode .nonModal .teamMakerContents .gameIcon, .nonModal .light-mode .teamMakerContents .gameIcon { position: absolute; bottom: 36px; right: 43px; } .teamMaker.dark-mode, .teamMakerPage .dark-mode.gameModal, .teamMakerPage .nonModal .dark-mode.gameContents, .nonModal .teamMakerPage .dark-mode.gameContents, .nonModal .dark-mode.teamMakerContents { background-image: linear-gradient(135deg, #131527 0%, #444fd2 100%); box-shadow: 0 25px 40px -15px #3740a7; } .teamMaker.dark-mode .gameIcon, .teamMakerPage .dark-mode.gameModal .gameIcon, .teamMakerPage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .teamMakerPage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.teamMakerContents .gameIcon { position: absolute; bottom: 10px; right: 22px; } .dark-mode .teamMaker, .dark-mode .teamMakerPage .gameModal, .teamMakerPage .dark-mode .gameModal, .dark-mode .teamMakerPage .nonModal .gameContents, .teamMakerPage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .teamMakerPage .gameContents, .nonModal .teamMakerPage .dark-mode .gameContents, .dark-mode .nonModal .teamMakerContents, .nonModal .dark-mode .teamMakerContents { background-image: linear-gradient(135deg, #131527 0%, #444fd2 100%); box-shadow: 0 25px 40px -15px #3740a7; } .dark-mode .teamMaker .gameIcon, .dark-mode .teamMakerPage .gameModal .gameIcon, .teamMakerPage .dark-mode .gameModal .gameIcon, .dark-mode .teamMakerPage .nonModal .gameContents .gameIcon, .teamMakerPage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .teamMakerPage .gameContents .gameIcon, .nonModal .teamMakerPage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .teamMakerContents .gameIcon, .nonModal .dark-mode .teamMakerContents .gameIcon { position: absolute; bottom: 10px; right: 22px; } .roulette.light-mode, .roulettePage .light-mode.gameModal, .roulettePage .nonModal .light-mode.gameContents, .nonModal .roulettePage .light-mode.gameContents, .nonModal .light-mode.rouletteContents { background-image: linear-gradient(135deg, #ff8bf1 0%, #ff7171 100%); box-shadow: 0 25px 40px -15px #ff7ba2; } .roulette.light-mode .gameIcon, .roulettePage .light-mode.gameModal .gameIcon, .roulettePage .nonModal .light-mode.gameContents .gameIcon, .nonModal .roulettePage .light-mode.gameContents .gameIcon, .nonModal .light-mode.rouletteContents .gameIcon { position: absolute; bottom: 35px; right: 39px; } .light-mode .roulette, .light-mode .roulettePage .gameModal, .roulettePage .light-mode .gameModal, .light-mode .roulettePage .nonModal .gameContents, .roulettePage .nonModal .light-mode .gameContents, .light-mode .nonModal .roulettePage .gameContents, .nonModal .roulettePage .light-mode .gameContents, .light-mode .nonModal .rouletteContents, .nonModal .light-mode .rouletteContents { background-image: linear-gradient(135deg, #ff8bf1 0%, #ff7171 100%); box-shadow: 0 25px 40px -15px #ff7ba2; } .light-mode .roulette .gameIcon, .light-mode .roulettePage .gameModal .gameIcon, .roulettePage .light-mode .gameModal .gameIcon, .light-mode .roulettePage .nonModal .gameContents .gameIcon, .roulettePage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .roulettePage .gameContents .gameIcon, .nonModal .roulettePage .light-mode .gameContents .gameIcon, .light-mode .nonModal .rouletteContents .gameIcon, .nonModal .light-mode .rouletteContents .gameIcon { position: absolute; bottom: 35px; right: 39px; } .roulette.dark-mode, .roulettePage .dark-mode.gameModal, .roulettePage .nonModal .dark-mode.gameContents, .nonModal .roulettePage .dark-mode.gameContents, .nonModal .dark-mode.rouletteContents { background-image: linear-gradient(135deg, #430e2d 0%, #ba4482 100%); box-shadow: 0 25px 40px -15px #8f3063; } .roulette.dark-mode .gameIcon, .roulettePage .dark-mode.gameModal .gameIcon, .roulettePage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .roulettePage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.rouletteContents .gameIcon { position: absolute; bottom: 7px; right: 13px; } .dark-mode .roulette, .dark-mode .roulettePage .gameModal, .roulettePage .dark-mode .gameModal, .dark-mode .roulettePage .nonModal .gameContents, .roulettePage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .roulettePage .gameContents, .nonModal .roulettePage .dark-mode .gameContents, .dark-mode .nonModal .rouletteContents, .nonModal .dark-mode .rouletteContents { background-image: linear-gradient(135deg, #430e2d 0%, #ba4482 100%); box-shadow: 0 25px 40px -15px #8f3063; } .dark-mode .roulette .gameIcon, .dark-mode .roulettePage .gameModal .gameIcon, .roulettePage .dark-mode .gameModal .gameIcon, .dark-mode .roulettePage .nonModal .gameContents .gameIcon, .roulettePage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .roulettePage .gameContents .gameIcon, .nonModal .roulettePage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .rouletteContents .gameIcon, .nonModal .dark-mode .rouletteContents .gameIcon { position: absolute; bottom: 7px; right: 13px; } .russianRoulette.light-mode, .russianRoulettePage .light-mode.gameModal, .russianRoulettePage .nonModal .light-mode.gameContents, .nonModal .russianRoulettePage .light-mode.gameContents, .nonModal .light-mode.russianRouletteContents { background-image: linear-gradient(135deg, #f5d368 0%, #ff7c2d 100%); box-shadow: 0 25px 40px -15px #faa347; } .russianRoulette.light-mode .gameIcon, .russianRoulettePage .light-mode.gameModal .gameIcon, .russianRoulettePage .nonModal .light-mode.gameContents .gameIcon, .nonModal .russianRoulettePage .light-mode.gameContents .gameIcon, .nonModal .light-mode.russianRouletteContents .gameIcon { position: absolute; bottom: 35px; right: 39px; } .light-mode .russianRoulette, .light-mode .russianRoulettePage .gameModal, .russianRoulettePage .light-mode .gameModal, .light-mode .russianRoulettePage .nonModal .gameContents, .russianRoulettePage .nonModal .light-mode .gameContents, .light-mode .nonModal .russianRoulettePage .gameContents, .nonModal .russianRoulettePage .light-mode .gameContents, .light-mode .nonModal .russianRouletteContents, .nonModal .light-mode .russianRouletteContents { background-image: linear-gradient(135deg, #f5d368 0%, #ff7c2d 100%); box-shadow: 0 25px 40px -15px #faa347; } .light-mode .russianRoulette .gameIcon, .light-mode .russianRoulettePage .gameModal .gameIcon, .russianRoulettePage .light-mode .gameModal .gameIcon, .light-mode .russianRoulettePage .nonModal .gameContents .gameIcon, .russianRoulettePage .nonModal .light-mode .gameContents .gameIcon, .light-mode .nonModal .russianRoulettePage .gameContents .gameIcon, .nonModal .russianRoulettePage .light-mode .gameContents .gameIcon, .light-mode .nonModal .russianRouletteContents .gameIcon, .nonModal .light-mode .russianRouletteContents .gameIcon { position: absolute; bottom: 35px; right: 39px; } .russianRoulette.dark-mode, .russianRoulettePage .dark-mode.gameModal, .russianRoulettePage .nonModal .dark-mode.gameContents, .nonModal .russianRoulettePage .dark-mode.gameContents, .nonModal .dark-mode.russianRouletteContents { background-image: linear-gradient(135deg, #433831 0%, #ad6700 100%); box-shadow: 0 25px 40px -15px #8a5710; } .russianRoulette.dark-mode .gameIcon, .russianRoulettePage .dark-mode.gameModal .gameIcon, .russianRoulettePage .nonModal .dark-mode.gameContents .gameIcon, .nonModal .russianRoulettePage .dark-mode.gameContents .gameIcon, .nonModal .dark-mode.russianRouletteContents .gameIcon { position: absolute; bottom: 7px; right: 13px; } .dark-mode .russianRoulette, .dark-mode .russianRoulettePage .gameModal, .russianRoulettePage .dark-mode .gameModal, .dark-mode .russianRoulettePage .nonModal .gameContents, .russianRoulettePage .nonModal .dark-mode .gameContents, .dark-mode .nonModal .russianRoulettePage .gameContents, .nonModal .russianRoulettePage .dark-mode .gameContents, .dark-mode .nonModal .russianRouletteContents, .nonModal .dark-mode .russianRouletteContents { background-image: linear-gradient(135deg, #433831 0%, #ad6700 100%); box-shadow: 0 25px 40px -15px #8a5710; } .dark-mode .russianRoulette .gameIcon, .dark-mode .russianRoulettePage .gameModal .gameIcon, .russianRoulettePage .dark-mode .gameModal .gameIcon, .dark-mode .russianRoulettePage .nonModal .gameContents .gameIcon, .russianRoulettePage .nonModal .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .russianRoulettePage .gameContents .gameIcon, .nonModal .russianRoulettePage .dark-mode .gameContents .gameIcon, .dark-mode .nonModal .russianRouletteContents .gameIcon, .nonModal .dark-mode .russianRouletteContents .gameIcon { position: absolute; bottom: 7px; right: 13px; } .comingSoonContainer { display: flex; align-items: center; flex-direction: column; } .comingSoonContainer.light-mode { color: #240c6d; } .light-mode .comingSoonContainer { color: #240c6d; } .comingSoonContainer.dark-mode { color: #ffffff; } .dark-mode .comingSoonContainer { color: #ffffff; } .comingSoonContainer .comingSoonIcon { margin-bottom: 40px; } .comingSoonContainer .comingSoon { font-size: 27px; font-family: NeutraText bold, Arial, Helvetica, sans-serif; } .gamePage .comingSoonContainer { color: #ffffff; } .gameModal .rollDiceContents .closeButton.light-mode, .nonModal .gameContents .rollDiceContents .closeButton.light-mode { color: #4acae4; background-color: #ffffff; } .light-mode .gameModal .rollDiceContents .closeButton, .light-mode .nonModal .gameContents .rollDiceContents .closeButton, .nonModal .light-mode .gameContents .rollDiceContents .closeButton { color: #4acae4; background-color: #ffffff; } .gameModal .rollDiceContents .closeButton.dark-mode, .nonModal .gameContents .rollDiceContents .closeButton.dark-mode { color: #ffffff; background-color: #014263; } .dark-mode .gameModal .rollDiceContents .closeButton, .dark-mode .nonModal .gameContents .rollDiceContents .closeButton, .nonModal .dark-mode .gameContents .rollDiceContents .closeButton { color: #ffffff; background-color: #014263; } .rollDiceContents .gameName { line-height: 50px; } .gameModal .coinFlipContents .closeButton.light-mode, .nonModal .gameContents .coinFlipContents .closeButton.light-mode { color: #bb8ccf; background-color: #ffffff; } .light-mode .gameModal .coinFlipContents .closeButton, .light-mode .nonModal .gameContents .coinFlipContents .closeButton, .nonModal .light-mode .gameContents .coinFlipContents .closeButton { color: #bb8ccf; background-color: #ffffff; } .gameModal .coinFlipContents .closeButton.dark-mode, .nonModal .gameContents .coinFlipContents .closeButton.dark-mode { color: #ffffff; background-color: #443310; } .dark-mode .gameModal .coinFlipContents .closeButton, .dark-mode .nonModal .gameContents .coinFlipContents .closeButton, .nonModal .dark-mode .gameContents .coinFlipContents .closeButton { color: #ffffff; background-color: #443310; } .coinFlipContents .gameName { line-height: 50px; } .gameModal .drawCardContents .closeButton.light-mode, .nonModal .gameContents .drawCardContents .closeButton.light-mode { color: #bb8ccf; background-color: #ffffff; } .light-mode .gameModal .drawCardContents .closeButton, .light-mode .nonModal .gameContents .drawCardContents .closeButton, .nonModal .light-mode .gameContents .drawCardContents .closeButton { color: #bb8ccf; background-color: #ffffff; } .gameModal .drawCardContents .closeButton.dark-mode, .nonModal .gameContents .drawCardContents .closeButton.dark-mode { color: #ffffff; background-color: #5e3f6b; } .dark-mode .gameModal .drawCardContents .closeButton, .dark-mode .nonModal .gameContents .drawCardContents .closeButton, .nonModal .dark-mode .gameContents .drawCardContents .closeButton { color: #ffffff; background-color: #5e3f6b; } .drawCardContents .gameName { line-height: 50px; } .gameModal .bracketsContents .closeButton.light-mode, .nonModal .gameContents .bracketsContents .closeButton.light-mode { color: #28cf99; background-color: #ffffff; } .light-mode .gameModal .bracketsContents .closeButton, .light-mode .nonModal .gameContents .bracketsContents .closeButton, .nonModal .light-mode .gameContents .bracketsContents .closeButton { color: #28cf99; background-color: #ffffff; } .gameModal .bracketsContents .closeButton.dark-mode, .nonModal .gameContents .bracketsContents .closeButton.dark-mode { color: #ffffff; background-color: #186051; } .dark-mode .gameModal .bracketsContents .closeButton, .dark-mode .nonModal .gameContents .bracketsContents .closeButton, .nonModal .dark-mode .gameContents .bracketsContents .closeButton { color: #ffffff; background-color: #186051; } .bracketsContents .gameName { line-height: 50px; } .gameModal .teamMakerContents .closeButton.light-mode, .nonModal .gameContents .teamMakerContents .closeButton.light-mode { color: #54a1fc; background-color: #ffffff; } .light-mode .gameModal .teamMakerContents .closeButton, .light-mode .nonModal .gameContents .teamMakerContents .closeButton, .nonModal .light-mode .gameContents .teamMakerContents .closeButton { color: #54a1fc; background-color: #ffffff; } .gameModal .teamMakerContents .closeButton.dark-mode, .nonModal .gameContents .teamMakerContents .closeButton.dark-mode { color: #ffffff; background-color: #3740a7; } .dark-mode .gameModal .teamMakerContents .closeButton, .dark-mode .nonModal .gameContents .teamMakerContents .closeButton, .nonModal .dark-mode .gameContents .teamMakerContents .closeButton { color: #ffffff; background-color: #3740a7; } .teamMakerContents .gameName { line-height: 50px; } .gameModal .rouletteContents .closeButton.light-mode, .nonModal .gameContents .rouletteContents .closeButton.light-mode { color: #ff7ba2; background-color: #ffffff; } .light-mode .gameModal .rouletteContents .closeButton, .light-mode .nonModal .gameContents .rouletteContents .closeButton, .nonModal .light-mode .gameContents .rouletteContents .closeButton { color: #ff7ba2; background-color: #ffffff; } .gameModal .rouletteContents .closeButton.dark-mode, .nonModal .gameContents .rouletteContents .closeButton.dark-mode { color: #ffffff; background-color: #8f3063; } .dark-mode .gameModal .rouletteContents .closeButton, .dark-mode .nonModal .gameContents .rouletteContents .closeButton, .nonModal .dark-mode .gameContents .rouletteContents .closeButton { color: #ffffff; background-color: #8f3063; } .rouletteContents .gameName { line-height: 50px; } .gameModal .russianRouletteContents .closeButton.light-mode, .nonModal .gameContents .russianRouletteContents .closeButton.light-mode { color: #faa347; background-color: #ffffff; } .light-mode .gameModal .russianRouletteContents .closeButton, .light-mode .nonModal .gameContents .russianRouletteContents .closeButton, .nonModal .light-mode .gameContents .russianRouletteContents .closeButton { color: #faa347; background-color: #ffffff; } .gameModal .russianRouletteContents .closeButton.dark-mode, .nonModal .gameContents .russianRouletteContents .closeButton.dark-mode { color: #ffffff; background-color: #8a5710; } .dark-mode .gameModal .russianRouletteContents .closeButton, .dark-mode .nonModal .gameContents .russianRouletteContents .closeButton, .nonModal .dark-mode .gameContents .russianRouletteContents .closeButton { color: #ffffff; background-color: #8a5710; } .russianRouletteContents .gameName { line-height: 50px; } .aboutGameNight, .aboutDeveloper { display: flex; align-items: center; flex-direction: column; margin-bottom: 70px; } @media (min-width: 600px) { .aboutGameNight, .aboutDeveloper { flex-direction: row; margin-bottom: 50px; } } .aboutGameNight .aboutDescriptionInfo, .aboutDeveloper .aboutDeveloperInfo { font-family: GillSans, Arial, Helvetica, sans-serif; font-size: 24px; } .aboutGameNight .light-mode.aboutDescriptionInfo, .aboutDeveloper .light-mode.aboutDeveloperInfo { color: #04143a; } .light-mode .aboutGameNight .aboutDescriptionInfo, .aboutGameNight .light-mode .aboutDescriptionInfo, .light-mode .aboutDeveloper .aboutDeveloperInfo, .aboutDeveloper .light-mode .aboutDeveloperInfo { color: #04143a; } .aboutGameNight .dark-mode.aboutDescriptionInfo, .aboutDeveloper .dark-mode.aboutDeveloperInfo { color: #ffffff; } .dark-mode .aboutGameNight .aboutDescriptionInfo, .aboutGameNight .dark-mode .aboutDescriptionInfo, .dark-mode .aboutDeveloper .aboutDeveloperInfo, .aboutDeveloper .dark-mode .aboutDeveloperInfo { color: #ffffff; } @media (min-width: 600px) { .aboutGameNight { flex-direction: row-reverse; } } .aboutGameNight .fluidImageWrapper { width: 100%; max-width: 438px; margin: 0 0 25px 0; } @media (min-width: 600px) { .aboutGameNight .fluidImageWrapper { margin: 0 0 0 35px; } } .aboutGameNight .aboutDescriptionInfo { margin: 0; max-width: 436px; } .aboutDeveloper .fluidImageWrapper { width: 100%; min-width: 175px; max-width: 233px; margin: 0 0 25px 0; } @media (min-width: 600px) { .aboutDeveloper .fluidImageWrapper { margin: 0 45px 0 0; } } .aboutDeveloper .profilePicture { border-radius: 100%; border: 5px solid #ffffff; box-shadow: 3px 6px 10px 0 #6b828f; } .aboutDeveloper .aboutDeveloperInfo { display: flex; flex-direction: column; min-width: 300px; max-width: 638px; } .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle { font-size: 32px; margin-bottom: 20px; } .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle.light-mode { color: #6d6d6d; } .light-mode .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle { color: #6d6d6d; } .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle.dark-mode { color: #b4b4b4; } .dark-mode .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperTitle { color: #b4b4b4; } .aboutDeveloper .aboutDeveloperInfo .aboutDeveloperText { margin: 0 0 20px 0; } .aboutDeveloper .aboutDeveloperInfo .aboutLinks { display: flex; flex-direction: column; } @media (min-width: 600px) { .aboutDeveloper .aboutDeveloperInfo .aboutLinks { flex-wrap: wrap; flex-direction: row; } } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink { display: flex; opacity: 0.5; font-size: 18px; cursor: pointer; text-decoration: none; margin: 0 0 20px 0; } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink:last-of-type { align-items: center; } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink.light-mode { color: #04143a; } .light-mode .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink { color: #04143a; } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink.dark-mode { color: #ffffff; } .dark-mode .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink { color: #ffffff; } @media (min-width: 600px) { .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink { margin: 0 45px 20px 0; } } .aboutDeveloper .aboutDeveloperInfo .aboutLinks .socialMediaLink svg { margin-right: 10px; } .diceContainer { display: flex; margin: 50px 0; justify-content: space-evenly; } .diceContainer.twoDices svg { flex-basis: 45%; } .rollDiceButtonContainer { display: flex; margin-bottom: 30px; justify-content: space-evenly; } .rollDiceButtonContainer .rollDiceButton { flex-basis: 45%; height: 45px; max-width: 150px; border-radius: 10px; font-weight: 500; text-transform: capitalize; box-shadow: 0 1px 10px 0 #e0e2e4; } .rollDiceButtonContainer .rollDiceButton.light-mode { color: #4acae4; background: #ffffff; } .light-mode .rollDiceButtonContainer .rollDiceButton { color: #4acae4; background: #ffffff; } .rollDiceButtonContainer .rollDiceButton.dark-mode { color: #ffffff; background: #014263; } .dark-mode .rollDiceButtonContainer .rollDiceButton { color: #ffffff; background: #014263; } /*# sourceMappingURL=index.css.map */
0.474388
0.061876
@import url(https://fonts.googleapis.com/css?family=IM+Fell+English); body { background: #CECECE; } .page { background: #CECECE; height:2400px; } #stage { margin-top:60px; } #logo { width:94%; height: 325px; margin:80px auto; background: transparent; } canvas { width: 100%; } .textDiv_Days { top: 34%!important; left: 0!important; } .textDiv_Hours { top:34%!important; left:25%!important; } .textDiv_Minutes { top:34%!important; left: 50%!important; } .textDiv_Seconds { top:34%!important; left: 75%!important; } #picture-slider { width:80%; height:300px; background: transparent; margin: 14% auto 9% auto; position: relative; } .image-container > img { margin-top: 25px; z-index: 5; width:100%; } .slide { display:none; position: absolute; /*top: 0;*/ left: 0; width: 100%; height: 100%; } .active-slide { display:block; } .slider-nav { text-align: center; padding-top: 10px; } .arrow-prev { margin-right: 45px; display: inline-block; vertical-align: top; margin-top: 9px; height:20px; width: 80px; background-image: url("http://s3.amazonaws.com/codecademy-content/courses/ltp2/img/flipboard/arrow-prev.png"); border-radius: 25px; } .arrow-next { margin-right: 45px; display: inline-block; vertical-align: top; margin-top: 9px; height:20px; width: 80px; border-radius: 25px; background-image: url("http://s3.amazonaws.com/codecademy-content/courses/ltp2/img/flipboard/arrow-next.png"); } .slider-dots { list-style: none; display: inline-block; padding-left: 0; margin-bottom: 0; } .slider-dots li { color: #bbbcbc; display: inline; font-size: 30px; margin-right: 5px; } .slider-dots li.active-dot { color: #FF0000; } .caption { transition: visibility 100ms; text-align:center; font-family: 'IM Fell English', serif; font-size:2em; margin-top: 0; } img > p { background-position: center; } .caption:hover { background: rgba(0,0,0,.6); color: white; width: inherit; height: 50px; visibility: visible; } #quickNavWrapper { position: fixed; bottom: 200px; left: 90%; z-index: 1000000; } .md-card-image.header { height: 250px; } #DateCountdown { background: url("../../../app/assets/images/barcelona-top.jpg") center / cover; } .countdown-destination { margin-top: -8px; } md-toolbar { position: fixed; z-index:10000; }
app/assets/styles/main.css
@import url(https://fonts.googleapis.com/css?family=IM+Fell+English); body { background: #CECECE; } .page { background: #CECECE; height:2400px; } #stage { margin-top:60px; } #logo { width:94%; height: 325px; margin:80px auto; background: transparent; } canvas { width: 100%; } .textDiv_Days { top: 34%!important; left: 0!important; } .textDiv_Hours { top:34%!important; left:25%!important; } .textDiv_Minutes { top:34%!important; left: 50%!important; } .textDiv_Seconds { top:34%!important; left: 75%!important; } #picture-slider { width:80%; height:300px; background: transparent; margin: 14% auto 9% auto; position: relative; } .image-container > img { margin-top: 25px; z-index: 5; width:100%; } .slide { display:none; position: absolute; /*top: 0;*/ left: 0; width: 100%; height: 100%; } .active-slide { display:block; } .slider-nav { text-align: center; padding-top: 10px; } .arrow-prev { margin-right: 45px; display: inline-block; vertical-align: top; margin-top: 9px; height:20px; width: 80px; background-image: url("http://s3.amazonaws.com/codecademy-content/courses/ltp2/img/flipboard/arrow-prev.png"); border-radius: 25px; } .arrow-next { margin-right: 45px; display: inline-block; vertical-align: top; margin-top: 9px; height:20px; width: 80px; border-radius: 25px; background-image: url("http://s3.amazonaws.com/codecademy-content/courses/ltp2/img/flipboard/arrow-next.png"); } .slider-dots { list-style: none; display: inline-block; padding-left: 0; margin-bottom: 0; } .slider-dots li { color: #bbbcbc; display: inline; font-size: 30px; margin-right: 5px; } .slider-dots li.active-dot { color: #FF0000; } .caption { transition: visibility 100ms; text-align:center; font-family: 'IM Fell English', serif; font-size:2em; margin-top: 0; } img > p { background-position: center; } .caption:hover { background: rgba(0,0,0,.6); color: white; width: inherit; height: 50px; visibility: visible; } #quickNavWrapper { position: fixed; bottom: 200px; left: 90%; z-index: 1000000; } .md-card-image.header { height: 250px; } #DateCountdown { background: url("../../../app/assets/images/barcelona-top.jpg") center / cover; } .countdown-destination { margin-top: -8px; } md-toolbar { position: fixed; z-index:10000; }
0.435902
0.098642
.center { text-align: center; } .steps { width: 100%; margin-bottom: 0.5em; } .progress { counter-reset: step; } .progress li { list-style: none; float: left; width: 33.33%; position: relative; text-align: center; font-family: "Gotham-Medium"; } .progress li:before { content: counter(step); counter-increment: step; width: 28px; height: 28px; line-height: 28px; border: 2px solid var(--secondary-color); display: block; text-align: center; margin: 0px auto 10px auto; border-radius: 50%; background-color: var(--main-white); } .progress li:after { content: ""; position: absolute; width: 100%; height: 3px; background-color: var(--secondary-color); top: 15px; left: -50%; z-index: -1; } .progress li:first-child:after { display: none; } .progress li.active { color: var(--royal-primary-purple); } .progress li.active:before { border: 2px solid var(--royal-primary-purple); background-color: var(--royal-primary-purple); color: var(--main-white); } .progress li.active:after { background-color: var(--royal-primary-purple); border: 1px solid var(--royal-primary-purple); } /*media queries*/ /* for mobile extra small screen */ @media only screen and (max-width: 767px) { .progress li:before { margin: 0px 0px 10px 0px; } .progress li:after { left: -90%; } .progress li { text-align: start; font-size: 12px; } } .row { display: flex; flex-direction: row; flex-wrap: wrap; margin: 15px; } /*buttons */ .inline-btn { display: flex; flex-direction: row; flex: 1; } /* forms css*/ #new-order .order-form { display: none; } #new-order .order-form.active { display: block; } .inline-content { display: flex; flex-direction: row; /* justify-content: space-evenly; */ flex-wrap: nowrap; } .inline-content label { color: var(--secondary-color); font-family: "Gotham-Medium"; } .inline-content label:after { content: ":"; font-weight: bold; } .inline-content p { padding-left: 1em; } :root { --pure-black: #000; --primary-black: #262626; --secondary-color:#A4C5FF ; --royal-dark-purple: #5BAADC; --royal-primary-purple: #5BAADC; --royal-light-purple: #5BAADC; --royal-super-light-purple: #a1a1e5; --main-white: #f5f5f5; --primary-grey: #A4C5FF; --light-grey: #A4C5FF; --dark-gray: #A4C5FF; --focus-border: 1px solid #5BAADC; --border-radius: 0.3em; --secondary-white: #f4f4f4; } .row { display: flex; flex-direction: row; flex-wrap: wrap; margin: 15px; } .form { position: relative; display: flex; align-items: stretch; /* width: 100%; */ flex-direction: column; } .inline-input { display: flex; flex-direction: row; flex-wrap: wrap; } .bodtyHomeFields{ margin-left:120px; width:600px; border:0px solid red; } #fieldsTitle{ size:30px; color:#000000 } #fields{ size:20px; } .tableFieldstd{ padding:10px; } .moreaboutcreditysecuritycode{ color:#8CB9FD; size:10px } /* buttons related stytles */ button, a.btn, btn { text-transform: none; margin: 0%; padding: 0.3em 0em; font-family: "Gotham-Bold"; text-align: center; white-space: nowrap; vertical-align: middle; transition: color 0.15s; user-select: none; text-align: center; border: 1px solid var(--royal-primary-purple); font-size: 1.25em; margin: 0.8em 0em 0.8em 0em; cursor: pointer; } .btn.btn-primary { background-color: var(--royal-primary-purple); color: var(--main-white); } button:hover.btn.btn-primary, a:hover.btn.btn-primary { background-color: var(--royal-dark-purple); } .btn.btn-default { background-color: transparent; color: var(--royal-primary-purple); } a.btn.btn-default, button:hover.btn.btn-default { background-color: var(--main-white); } .btn-block { display: block; width: 100%; } .btn.btn-md-transparent { background-color: transparent; color: var(--royal-primary-purple); }
UI/css/oderprogress.css
.center { text-align: center; } .steps { width: 100%; margin-bottom: 0.5em; } .progress { counter-reset: step; } .progress li { list-style: none; float: left; width: 33.33%; position: relative; text-align: center; font-family: "Gotham-Medium"; } .progress li:before { content: counter(step); counter-increment: step; width: 28px; height: 28px; line-height: 28px; border: 2px solid var(--secondary-color); display: block; text-align: center; margin: 0px auto 10px auto; border-radius: 50%; background-color: var(--main-white); } .progress li:after { content: ""; position: absolute; width: 100%; height: 3px; background-color: var(--secondary-color); top: 15px; left: -50%; z-index: -1; } .progress li:first-child:after { display: none; } .progress li.active { color: var(--royal-primary-purple); } .progress li.active:before { border: 2px solid var(--royal-primary-purple); background-color: var(--royal-primary-purple); color: var(--main-white); } .progress li.active:after { background-color: var(--royal-primary-purple); border: 1px solid var(--royal-primary-purple); } /*media queries*/ /* for mobile extra small screen */ @media only screen and (max-width: 767px) { .progress li:before { margin: 0px 0px 10px 0px; } .progress li:after { left: -90%; } .progress li { text-align: start; font-size: 12px; } } .row { display: flex; flex-direction: row; flex-wrap: wrap; margin: 15px; } /*buttons */ .inline-btn { display: flex; flex-direction: row; flex: 1; } /* forms css*/ #new-order .order-form { display: none; } #new-order .order-form.active { display: block; } .inline-content { display: flex; flex-direction: row; /* justify-content: space-evenly; */ flex-wrap: nowrap; } .inline-content label { color: var(--secondary-color); font-family: "Gotham-Medium"; } .inline-content label:after { content: ":"; font-weight: bold; } .inline-content p { padding-left: 1em; } :root { --pure-black: #000; --primary-black: #262626; --secondary-color:#A4C5FF ; --royal-dark-purple: #5BAADC; --royal-primary-purple: #5BAADC; --royal-light-purple: #5BAADC; --royal-super-light-purple: #a1a1e5; --main-white: #f5f5f5; --primary-grey: #A4C5FF; --light-grey: #A4C5FF; --dark-gray: #A4C5FF; --focus-border: 1px solid #5BAADC; --border-radius: 0.3em; --secondary-white: #f4f4f4; } .row { display: flex; flex-direction: row; flex-wrap: wrap; margin: 15px; } .form { position: relative; display: flex; align-items: stretch; /* width: 100%; */ flex-direction: column; } .inline-input { display: flex; flex-direction: row; flex-wrap: wrap; } .bodtyHomeFields{ margin-left:120px; width:600px; border:0px solid red; } #fieldsTitle{ size:30px; color:#000000 } #fields{ size:20px; } .tableFieldstd{ padding:10px; } .moreaboutcreditysecuritycode{ color:#8CB9FD; size:10px } /* buttons related stytles */ button, a.btn, btn { text-transform: none; margin: 0%; padding: 0.3em 0em; font-family: "Gotham-Bold"; text-align: center; white-space: nowrap; vertical-align: middle; transition: color 0.15s; user-select: none; text-align: center; border: 1px solid var(--royal-primary-purple); font-size: 1.25em; margin: 0.8em 0em 0.8em 0em; cursor: pointer; } .btn.btn-primary { background-color: var(--royal-primary-purple); color: var(--main-white); } button:hover.btn.btn-primary, a:hover.btn.btn-primary { background-color: var(--royal-dark-purple); } .btn.btn-default { background-color: transparent; color: var(--royal-primary-purple); } a.btn.btn-default, button:hover.btn.btn-default { background-color: var(--main-white); } .btn-block { display: block; width: 100%; } .btn.btn-md-transparent { background-color: transparent; color: var(--royal-primary-purple); }
0.253861
0.078855
body { padding: 0; margin: 0; background-color: #fff; color: #000; font-family: 'Roboto', sans-serif; } img { max-width: 100%; height: auto; } .conteiner { max-width: 1252px; margin: 0 auto; } /*=====Шапка====*/ header { background-color: #cfe5ef; color: #333; height: 150px; } /*Логотип*/ .logo { margin-top: 44px; float: left; } .logo-bg:active { background: url(../img/logo-second.png); } .logo:active .logo-bg{ color: #333; } .logo:hover a { color: #52359d; } .logo-bg { background: url(../img/logo-first.png); width: 50px; height: 62px; display: block; text-indent: 55px; text-decoration: none; text-transform: uppercase; font-size: 48px; font-style: italic; color: #333; } /*навигация*/ .nav { float: left; margin-left: 200px; margin-top: 65px; } .nav::after { content: ""; clear: both; display: block; height: 0; } .nav-item { float: left; padding: 0px 17px; } .nav-item a { text-transform: uppercase; text-decoration: none; color: #333; font-weight: bold; } .nav-item a:hover { text-shadow: 1px; color: #52359d; text-decoration: underline; } .nav-item a:active { text-decoration: underline; color: #333; } .nav-item__content { background-color: #fff; min-width: 187px; } .dropdown { position: relative; border-left: 2px solid #333; border-right: 2px solid #333; } .dropdown-content { position: absolute; top: 100%; left: 0; display: none; margin-top: 6px; border-radius: 0 6px 6px 6px; font-size: 20px; box-shadow: 1px 1px #333; } .dropdown-content ul a { font-weight: normal; text-decoration: none; list-style-type: none; text-transform: none; } .dropdown-content ul { padding-left: 0; margin-left: 18px; } .dropdown:hover::after { content: ''; position: absolute; width: 100%; height: 10px; left: 0; top: 100%; background-color: #fff; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover { background-color: #fff; } /*Кнопка*/ .button { float: right; text-align: center; text-transform: uppercase; text-decoration: none; width: 125px; height: 60px; background-color: #fff; color: #333; display: block; line-height: 60px; margin-top: 44px; } .button:hover { background-color: #52359d; color: #fff; } /*====Секция====*/ .underline::after { content: ''; margin-top: 13px; border-bottom: 6px solid #c3c3c3; width: 200px; display: block; } /* Модульная сетка */ .grid-first { margin-top: 60px; } .grid-second { margin-top: 70px; } /* Блок отзывов */ .review { margin-top: 50px; } .review > hr { border:0; border-bottom: 1px solid #c6c6c6; } .review_row { margin-top: 29px; } .clear { clear: both; } .review_avatar { float: left; margin-right: 20px; } .review_icon { margin-left: 32px; } .review_content { margin: 13px 13px 0 0; } .review_content > p { margin-top: 35px; color: #797979; } .review_content > span { color: #6e6e6e; margin-left: 8px; } /* Новости */ .news-photo { float: right; margin-left: 127px; max-width: 722px; } .news_block { margin-top: 29px; } .news_more { float: right; } .news_content { color: #797979; max-width: 404px; font-size: 12.8px; max-height: 511px; } .news_content > p { margin-top: 33px; margin-bottom: 22px; } .news_content > a { text-decoration: none; border-bottom: 1px solid #dfdfff; display: inline-block; line-height: 0.85; } .news_content--block-2 { margin-top: 22px; } /*Галерея*/ .underline_center { text-align: center; } .underline_center::after { content: ''; margin-top: 13px; margin-left: 42%; margin-right: 58%; border-bottom: 6px solid #c3c3c3; width: 200px; display: block; } .module-grid--gutters_galery { margin: 0 -10px; } .module-grid--gutters_galery > * { padding: 0 10px; margin-bottom: 20px; } .cell-galery { height: 378px; width: 298px; font-size: 12.27px; } .ramka { padding: 8px; position: relative; } .ramka::before { content: ''; border-top: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; position: absolute; top:0; left: 0; box-sizing: border-box; width: calc(100% - 8px); height: calc(100% - 8px); } .ramka::after { content: ''; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; position: absolute; bottom: 0; right: 0; box-sizing: border-box; width: calc(100% - 8px); height: calc(100% - 8px); } .ramka_img { vertical-align: top; } .cell-galery_conteiner { width: 258px; }
css/main.css
body { padding: 0; margin: 0; background-color: #fff; color: #000; font-family: 'Roboto', sans-serif; } img { max-width: 100%; height: auto; } .conteiner { max-width: 1252px; margin: 0 auto; } /*=====Шапка====*/ header { background-color: #cfe5ef; color: #333; height: 150px; } /*Логотип*/ .logo { margin-top: 44px; float: left; } .logo-bg:active { background: url(../img/logo-second.png); } .logo:active .logo-bg{ color: #333; } .logo:hover a { color: #52359d; } .logo-bg { background: url(../img/logo-first.png); width: 50px; height: 62px; display: block; text-indent: 55px; text-decoration: none; text-transform: uppercase; font-size: 48px; font-style: italic; color: #333; } /*навигация*/ .nav { float: left; margin-left: 200px; margin-top: 65px; } .nav::after { content: ""; clear: both; display: block; height: 0; } .nav-item { float: left; padding: 0px 17px; } .nav-item a { text-transform: uppercase; text-decoration: none; color: #333; font-weight: bold; } .nav-item a:hover { text-shadow: 1px; color: #52359d; text-decoration: underline; } .nav-item a:active { text-decoration: underline; color: #333; } .nav-item__content { background-color: #fff; min-width: 187px; } .dropdown { position: relative; border-left: 2px solid #333; border-right: 2px solid #333; } .dropdown-content { position: absolute; top: 100%; left: 0; display: none; margin-top: 6px; border-radius: 0 6px 6px 6px; font-size: 20px; box-shadow: 1px 1px #333; } .dropdown-content ul a { font-weight: normal; text-decoration: none; list-style-type: none; text-transform: none; } .dropdown-content ul { padding-left: 0; margin-left: 18px; } .dropdown:hover::after { content: ''; position: absolute; width: 100%; height: 10px; left: 0; top: 100%; background-color: #fff; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover { background-color: #fff; } /*Кнопка*/ .button { float: right; text-align: center; text-transform: uppercase; text-decoration: none; width: 125px; height: 60px; background-color: #fff; color: #333; display: block; line-height: 60px; margin-top: 44px; } .button:hover { background-color: #52359d; color: #fff; } /*====Секция====*/ .underline::after { content: ''; margin-top: 13px; border-bottom: 6px solid #c3c3c3; width: 200px; display: block; } /* Модульная сетка */ .grid-first { margin-top: 60px; } .grid-second { margin-top: 70px; } /* Блок отзывов */ .review { margin-top: 50px; } .review > hr { border:0; border-bottom: 1px solid #c6c6c6; } .review_row { margin-top: 29px; } .clear { clear: both; } .review_avatar { float: left; margin-right: 20px; } .review_icon { margin-left: 32px; } .review_content { margin: 13px 13px 0 0; } .review_content > p { margin-top: 35px; color: #797979; } .review_content > span { color: #6e6e6e; margin-left: 8px; } /* Новости */ .news-photo { float: right; margin-left: 127px; max-width: 722px; } .news_block { margin-top: 29px; } .news_more { float: right; } .news_content { color: #797979; max-width: 404px; font-size: 12.8px; max-height: 511px; } .news_content > p { margin-top: 33px; margin-bottom: 22px; } .news_content > a { text-decoration: none; border-bottom: 1px solid #dfdfff; display: inline-block; line-height: 0.85; } .news_content--block-2 { margin-top: 22px; } /*Галерея*/ .underline_center { text-align: center; } .underline_center::after { content: ''; margin-top: 13px; margin-left: 42%; margin-right: 58%; border-bottom: 6px solid #c3c3c3; width: 200px; display: block; } .module-grid--gutters_galery { margin: 0 -10px; } .module-grid--gutters_galery > * { padding: 0 10px; margin-bottom: 20px; } .cell-galery { height: 378px; width: 298px; font-size: 12.27px; } .ramka { padding: 8px; position: relative; } .ramka::before { content: ''; border-top: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; position: absolute; top:0; left: 0; box-sizing: border-box; width: calc(100% - 8px); height: calc(100% - 8px); } .ramka::after { content: ''; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; position: absolute; bottom: 0; right: 0; box-sizing: border-box; width: calc(100% - 8px); height: calc(100% - 8px); } .ramka_img { vertical-align: top; } .cell-galery_conteiner { width: 258px; }
0.36523
0.076996
@import url("normalize.css"); @import url("highlight-idea.css"); @import url("https://css.gg/css?=arrow-up|arrow-left"); @import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;0,900;1,400&display=swap"); html { scroll-behavior: smooth; } body { background-color: #fff; font-family: "Nunito", sans-serif; font-size: 16px; } header { max-width: 600px; margin: 40px auto; } header i { color: #000; transition: opacity 0.2s; opacity: 0.5; } header i:hover { transition: opacity 0.2s; opacity: 1; } header .title { text-transform: uppercase; text-align: center; font-weight: 900; font-size: 30px; } a { color: #0ea5e9; text-decoration: none; } a:hover { text-decoration: underline; } .date { max-width: 600px; margin: 0 auto; text-transform: uppercase; color: #1d1d1d; font-weight: 700; } article h1 { font-weight: 700; font-size: 43px; line-height: 44px; margin: 0 auto; max-width: 600px; } article h2 { font-weight: 700; font-size: 20px; margin: 0 auto; max-width: 600px; } article h3 { font-weight: 700; margin: 0 auto; max-width: 600px; } article p { margin: 20px auto; max-width: 600px; line-height: 1.5; } pre { border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; } pre code { max-width: 650px; margin: 0 auto; } code { font-size: 14px; } footer { max-width: 600px; margin: 40px auto; text-align: center; } #toTop { display: none; position: fixed; bottom: 40px; right: 40px; border: none; outline: none; background-color: #000; color: #fff; cursor: pointer; padding: 15px; border-radius: 5px; transition: opacity 0.2s; opacity: 0.5; } #toTop:hover { transition: opacity 0.2s; opacity: 1; } main { max-width: 600px; margin: 0 auto; } main h2 { margin: 0; } main p { line-height: 1.5; margin-bottom: 50px; } main p:last-child { margin-bottom: 0; } @media screen and (max-width: 650px) { header { padding: 0 40px; } article { padding: 0 40px; } #toTop { bottom: 10px; right: 10px; padding: 5px; } footer { margin: 10px auto; } main { padding: 0 40px; } }
public/assets/styles.css
@import url("normalize.css"); @import url("highlight-idea.css"); @import url("https://css.gg/css?=arrow-up|arrow-left"); @import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;0,900;1,400&display=swap"); html { scroll-behavior: smooth; } body { background-color: #fff; font-family: "Nunito", sans-serif; font-size: 16px; } header { max-width: 600px; margin: 40px auto; } header i { color: #000; transition: opacity 0.2s; opacity: 0.5; } header i:hover { transition: opacity 0.2s; opacity: 1; } header .title { text-transform: uppercase; text-align: center; font-weight: 900; font-size: 30px; } a { color: #0ea5e9; text-decoration: none; } a:hover { text-decoration: underline; } .date { max-width: 600px; margin: 0 auto; text-transform: uppercase; color: #1d1d1d; font-weight: 700; } article h1 { font-weight: 700; font-size: 43px; line-height: 44px; margin: 0 auto; max-width: 600px; } article h2 { font-weight: 700; font-size: 20px; margin: 0 auto; max-width: 600px; } article h3 { font-weight: 700; margin: 0 auto; max-width: 600px; } article p { margin: 20px auto; max-width: 600px; line-height: 1.5; } pre { border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; } pre code { max-width: 650px; margin: 0 auto; } code { font-size: 14px; } footer { max-width: 600px; margin: 40px auto; text-align: center; } #toTop { display: none; position: fixed; bottom: 40px; right: 40px; border: none; outline: none; background-color: #000; color: #fff; cursor: pointer; padding: 15px; border-radius: 5px; transition: opacity 0.2s; opacity: 0.5; } #toTop:hover { transition: opacity 0.2s; opacity: 1; } main { max-width: 600px; margin: 0 auto; } main h2 { margin: 0; } main p { line-height: 1.5; margin-bottom: 50px; } main p:last-child { margin-bottom: 0; } @media screen and (max-width: 650px) { header { padding: 0 40px; } article { padding: 0 40px; } #toTop { bottom: 10px; right: 10px; padding: 5px; } footer { margin: 10px auto; } main { padding: 0 40px; } }
0.36693
0.076201
* { -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: sans-serif; background: #e1e1e1; } .card { float: left; background: #fff; padding: 20px; margin: 0 20px 0 0; } .donut-chart { position: relative; border-radius: 50%; overflow: hidden; } .donut-chart .slice { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .donut-chart .chart-center { position: absolute; border-radius: 50%; } .donut-chart .chart-center span { display: block; text-align: center; } .donut-chart.chart1 { width: 200px; height: 200px; background: #e1e1e1; } .donut-chart.chart1 .slice.one { clip: rect(0 200px 100px 0); -webkit-transform: rotate(90deg); transform: rotate(90deg); background: #50c690; } .donut-chart.chart1 .slice.two { clip: rect(0 100px 200px 0); -webkit-transform: rotate(270deg); transform: rotate(270deg); background: #50c690; } .donut-chart.chart1 .chart-center { top: 10px; left: 10px; width: 180px; height: 180px; background: #fff; } .donut-chart.chart1 .chart-center span { font-size: 40px; line-height: 180px; color: #50c690; } .donut-chart.chart1 .chart-center span:after { content: "75%"; } .donut-chart.chart2 { width: 200px; height: 200px; background: #e1e1e1; } .donut-chart.chart2 .slice.one { clip: rect(0 200px 100px 0); -webkit-transform: rotate(90deg); transform: rotate(90deg); background: #48b2c1; } .donut-chart.chart2 .slice.two { clip: rect(0 100px 200px 0); -webkit-transform: rotate(327.6deg); transform: rotate(327.6deg); background: #48b2c1; } .donut-chart.chart2 .chart-center { top: 25px; left: 25px; width: 150px; height: 150px; background: #fff; } .donut-chart.chart2 .chart-center span { font-size: 40px; line-height: 150px; color: #48b2c1; } .donut-chart.chart2 .chart-center span:after { content: "91%"; } .donut-chart.chart3 { width: 120px; height: 120px; background: #353535; } .donut-chart.chart3 .slice.one { clip: rect(0 120px 60px 0); -webkit-transform: rotate(144deg); transform: rotate(144deg); background: #e1e1e1; } .donut-chart.chart3 .slice.two { clip: rect(0 60px 120px 0); -webkit-transform: rotate(0deg); transform: rotate(0deg); background: #e1e1e1; } .donut-chart.chart3 .chart-center { top: 5px; left: 5px; width: 110px; height: 110px; background: #fff; } .donut-chart.chart3 .chart-center span { font-size: 40px; line-height: 110px; color: #353535; } .donut-chart.chart3 .chart-center span:after { content: "15%"; } .donut-chart.chart4 { width: 240px; height: 240px; background: #f26a4a; } .donut-chart.chart4 .slice.one { clip: rect(0 240px 120px 0); -webkit-transform: rotate(252deg); transform: rotate(252deg); background: #e1e1e1; } .donut-chart.chart4 .slice.two { clip: rect(0 120px 240px 0); -webkit-transform: rotate(0deg); transform: rotate(0deg); background: #e1e1e1; } .donut-chart.chart4 .chart-center { top: 15px; left: 15px; width: 210px; height: 210px; background: #fff; } .donut-chart.chart4 .chart-center span { font-size: 60px; line-height: 210px; color: #f26a4a; } .donut-chart.chart4 .chart-center span:after { content: "45%"; }
Templates/donut-dont-getit/doughnuts.css
* { -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: sans-serif; background: #e1e1e1; } .card { float: left; background: #fff; padding: 20px; margin: 0 20px 0 0; } .donut-chart { position: relative; border-radius: 50%; overflow: hidden; } .donut-chart .slice { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .donut-chart .chart-center { position: absolute; border-radius: 50%; } .donut-chart .chart-center span { display: block; text-align: center; } .donut-chart.chart1 { width: 200px; height: 200px; background: #e1e1e1; } .donut-chart.chart1 .slice.one { clip: rect(0 200px 100px 0); -webkit-transform: rotate(90deg); transform: rotate(90deg); background: #50c690; } .donut-chart.chart1 .slice.two { clip: rect(0 100px 200px 0); -webkit-transform: rotate(270deg); transform: rotate(270deg); background: #50c690; } .donut-chart.chart1 .chart-center { top: 10px; left: 10px; width: 180px; height: 180px; background: #fff; } .donut-chart.chart1 .chart-center span { font-size: 40px; line-height: 180px; color: #50c690; } .donut-chart.chart1 .chart-center span:after { content: "75%"; } .donut-chart.chart2 { width: 200px; height: 200px; background: #e1e1e1; } .donut-chart.chart2 .slice.one { clip: rect(0 200px 100px 0); -webkit-transform: rotate(90deg); transform: rotate(90deg); background: #48b2c1; } .donut-chart.chart2 .slice.two { clip: rect(0 100px 200px 0); -webkit-transform: rotate(327.6deg); transform: rotate(327.6deg); background: #48b2c1; } .donut-chart.chart2 .chart-center { top: 25px; left: 25px; width: 150px; height: 150px; background: #fff; } .donut-chart.chart2 .chart-center span { font-size: 40px; line-height: 150px; color: #48b2c1; } .donut-chart.chart2 .chart-center span:after { content: "91%"; } .donut-chart.chart3 { width: 120px; height: 120px; background: #353535; } .donut-chart.chart3 .slice.one { clip: rect(0 120px 60px 0); -webkit-transform: rotate(144deg); transform: rotate(144deg); background: #e1e1e1; } .donut-chart.chart3 .slice.two { clip: rect(0 60px 120px 0); -webkit-transform: rotate(0deg); transform: rotate(0deg); background: #e1e1e1; } .donut-chart.chart3 .chart-center { top: 5px; left: 5px; width: 110px; height: 110px; background: #fff; } .donut-chart.chart3 .chart-center span { font-size: 40px; line-height: 110px; color: #353535; } .donut-chart.chart3 .chart-center span:after { content: "15%"; } .donut-chart.chart4 { width: 240px; height: 240px; background: #f26a4a; } .donut-chart.chart4 .slice.one { clip: rect(0 240px 120px 0); -webkit-transform: rotate(252deg); transform: rotate(252deg); background: #e1e1e1; } .donut-chart.chart4 .slice.two { clip: rect(0 120px 240px 0); -webkit-transform: rotate(0deg); transform: rotate(0deg); background: #e1e1e1; } .donut-chart.chart4 .chart-center { top: 15px; left: 15px; width: 210px; height: 210px; background: #fff; } .donut-chart.chart4 .chart-center span { font-size: 60px; line-height: 210px; color: #f26a4a; } .donut-chart.chart4 .chart-center span:after { content: "45%"; }
0.319865
0.131312
.container { width: 100%; vertical-align: top; display: inline-block; a { color: #464646; } } .switcher { padding-right: 0px; border: 0px solid #0685c4; border-top: 0px; border-right: 0px; border-bottom: 0px; padding-top: 0px; } .listToggle { width: 25px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; &.active span { background: #666; } span { width: 100%; height: 4px; background: #ccc; transition: all 0.3s ease; } } .gridToggle { width: 25px; height: 20px; margin-left: 20px; display: flex; flex-wrap: wrap; align-content: space-between; justify-content: space-between; cursor: pointer; &.active span { background: #666; } span { width: 42%; height: 8px; background: #ccc; transition: all 0.3s ease; } } .options { text-align: right; padding-bottom: 15px; border-bottom: 1px solid #e3e3e3; display: flex; justify-content: flex-end; margin-right: 25px; margin-top: 20px; } .switcher { a, a:hover { text-decoration: none; } ul { list-style: none; padding: 0; margin: 0; &:after { content: " "; display: table; } li { display: flex; position: relative; } } } .item a { width: 100%; border-bottom: none; &:focus, &:active { outline: none; } } .list { ul { padding-left: 50px; margin-top: 15px; } li { padding: 20px 0; white-space: nowrap; } a { display: flex; align-items: center; border-bottom: none; } .item { width: 100%; } .thumbnailWrapper { width: 19%; min-height: 110px; display: flex; align-items: center; } .thumbnailInner { display: flex; align-items: center; } .thumbnail { display: inline-block; max-width: 100%; border: solid 1px #e3e3e3; /*background: url('https://s3-us-west-2.amazonaws.com/assets.davidwells.io/images/loader.gif') no-repeat;*/ } .details { width: 70%; padding: 0 55px; overflow: hidden; white-space: normal; overflow: hidden; white-space: normal; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; text-align: left; height: 100%; h3 { margin: 0px; padding: 0px; font-size: 2.5rem; } } .description { font-size: 14px; line-height: 18px; } .button { max-height: 40px; margin-right: 5px; } } .grid { ul { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-top: 35px; } h3 { margin-top: 5px; font-size: 18px; margin-bottom: 5px; } .item { width: 27%; margin-right: 3%; margin-left: 2%; margin-bottom: 45px; } .thumbnailWrapper { min-width: 100%; max-width: 100%; display: block; } .thumbnail { max-width: 100%; min-height: 180px; max-height: 180px; border: solid 1px #e3e3e3; } .description { font-size: 12px; display: block; padding: 0px; line-height: 20px; /* text-align: left; */ } .details { padding-left: 5px; flex-direction: column; justify-content: center; margin-top: 5px; } .button { display: none; } } @media (max-width: 1100px) { .grid { .item { width: 40%; } } .list { .thumbnailWrapper { min-height: auto; } .description { font-size: 13px; line-height: 18px; } } } @media (max-width: 900px) { .grid { .item { width: 100%; margin-bottom: 30px; text-align: center; } } .list { ul { padding-left: 30px; } .button { display: none; } .details { width: 80%; } } } @media (max-width: 650px) { .grid { .thumbnailWrapper { min-width: 80%; max-width: 80%; text-align: center; display: block; margin: auto; } .item { margin-left: 0; margin-right: 0; padding-bottom: 20px; border-bottom: 1px solid #e2e2e2; } .thumbnail { min-height: 150px; max-height: 150px; } .description { padding: 0 20px; } } .list { ul { padding-left: 0px; } .thumbnailWrapper { width: 30%; margin-left: 20px; } .item { padding-right: 10px; } .details { width: 70%; padding: 0 20px 0 20px; padding-right: 10px; h3 { font-size: 16px; margin-bottom: 5px; } } } .options { margin-right: 25px; margin-top: 15px; } }
src/pages/work/Work.css
.container { width: 100%; vertical-align: top; display: inline-block; a { color: #464646; } } .switcher { padding-right: 0px; border: 0px solid #0685c4; border-top: 0px; border-right: 0px; border-bottom: 0px; padding-top: 0px; } .listToggle { width: 25px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; &.active span { background: #666; } span { width: 100%; height: 4px; background: #ccc; transition: all 0.3s ease; } } .gridToggle { width: 25px; height: 20px; margin-left: 20px; display: flex; flex-wrap: wrap; align-content: space-between; justify-content: space-between; cursor: pointer; &.active span { background: #666; } span { width: 42%; height: 8px; background: #ccc; transition: all 0.3s ease; } } .options { text-align: right; padding-bottom: 15px; border-bottom: 1px solid #e3e3e3; display: flex; justify-content: flex-end; margin-right: 25px; margin-top: 20px; } .switcher { a, a:hover { text-decoration: none; } ul { list-style: none; padding: 0; margin: 0; &:after { content: " "; display: table; } li { display: flex; position: relative; } } } .item a { width: 100%; border-bottom: none; &:focus, &:active { outline: none; } } .list { ul { padding-left: 50px; margin-top: 15px; } li { padding: 20px 0; white-space: nowrap; } a { display: flex; align-items: center; border-bottom: none; } .item { width: 100%; } .thumbnailWrapper { width: 19%; min-height: 110px; display: flex; align-items: center; } .thumbnailInner { display: flex; align-items: center; } .thumbnail { display: inline-block; max-width: 100%; border: solid 1px #e3e3e3; /*background: url('https://s3-us-west-2.amazonaws.com/assets.davidwells.io/images/loader.gif') no-repeat;*/ } .details { width: 70%; padding: 0 55px; overflow: hidden; white-space: normal; overflow: hidden; white-space: normal; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; text-align: left; height: 100%; h3 { margin: 0px; padding: 0px; font-size: 2.5rem; } } .description { font-size: 14px; line-height: 18px; } .button { max-height: 40px; margin-right: 5px; } } .grid { ul { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-top: 35px; } h3 { margin-top: 5px; font-size: 18px; margin-bottom: 5px; } .item { width: 27%; margin-right: 3%; margin-left: 2%; margin-bottom: 45px; } .thumbnailWrapper { min-width: 100%; max-width: 100%; display: block; } .thumbnail { max-width: 100%; min-height: 180px; max-height: 180px; border: solid 1px #e3e3e3; } .description { font-size: 12px; display: block; padding: 0px; line-height: 20px; /* text-align: left; */ } .details { padding-left: 5px; flex-direction: column; justify-content: center; margin-top: 5px; } .button { display: none; } } @media (max-width: 1100px) { .grid { .item { width: 40%; } } .list { .thumbnailWrapper { min-height: auto; } .description { font-size: 13px; line-height: 18px; } } } @media (max-width: 900px) { .grid { .item { width: 100%; margin-bottom: 30px; text-align: center; } } .list { ul { padding-left: 30px; } .button { display: none; } .details { width: 80%; } } } @media (max-width: 650px) { .grid { .thumbnailWrapper { min-width: 80%; max-width: 80%; text-align: center; display: block; margin: auto; } .item { margin-left: 0; margin-right: 0; padding-bottom: 20px; border-bottom: 1px solid #e2e2e2; } .thumbnail { min-height: 150px; max-height: 150px; } .description { padding: 0 20px; } } .list { ul { padding-left: 0px; } .thumbnailWrapper { width: 30%; margin-left: 20px; } .item { padding-right: 10px; } .details { width: 70%; padding: 0 20px 0 20px; padding-right: 10px; h3 { font-size: 16px; margin-bottom: 5px; } } } .options { margin-right: 25px; margin-top: 15px; } }
0.506103
0.089654
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Manrope:wght@200&family=Poppins&display=swap'); *{ margin: 0; padding: 0; border: 0; } ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-track { background-color: #F1F1F1; } ::-webkit-scrollbar-thumb { background-color: #0d9eff; } body{ display: flex; flex-direction: column; min-height: 100%; font-size: 14px; font-family: 'DM Sans', sans-serif; font-family: 'Manrope', sans-serif; font-family: 'Poppins', sans-serif; font-weight: 500; vertical-align: baseline; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #F1F1F1; } a{ text-decoration: none; color: white; } .a-nav-bar{ position: relative; display: flex; align-items: center; height: 100%; padding: 5px 25px; } .header-bar{ position: fixed; left: 0px; top: 0px; width: 100%; height: 60px; background-color: #03202e; color: #fff; font-size: 16px; z-index: 999; box-shadow: 2px 2px 4px 0px #00000042; display: flex; justify-content: center; } .header-bar > nav{ height: 100%; width: 100%; max-width: 1366px; display: flex; justify-content: space-between; align-items: center; } .header-bar > nav ul { position: relative; display: flex; height: 100%; list-style: none; } .header-bar > nav ul li{ position: relative; display: flex; align-items: center; list-style: none; } .header-bar > nav ul li:hover{ background-color: #053750; } .active{ border-top:5px solid #11b0ff; border-bottom:5px solid #00000000; } .cl{ flex-basis: 0; flex-grow: 1; } .cl-2{ flex: 0 0 20.66666%; max-width: 20.666666%; } .cl-3{ flex: 0 0 32.66666%; max-width: 32.666666%; } .cl-4{ flex: 0 0 40.0000%; max-width: 40.000%; } .cl-5{ flex: 0 0 59.7%; max-width: 60.666666%; } .cl-6{ flex: 0 0 60.0000%; max-width: 60.000%; } .container{ display: flex; justify-content: center; margin-top: 60px; height: calc(100vh - 60px); } .box{ display: flex; max-width: 1366px; width: 100%; margin-top: 4rem; flex-direction: column; row-gap: 1rem; } .header-box{ display: flex; justify-content: space-between; width: 100%; height: 70px; } .btn-padrao{ display: flex; justify-content: flex-end; align-items: flex-end; max-width: 500px; width: 100%; height: 100%; } .btn-ancora{ width: 235px; height: 100%; display: flex; justify-content: center; justify-self: self-end; align-items: center; font-size: 15px; background-color: #00a2ff; height: 40px; border-radius: 25px; color: white; } .titulo h5{ font-size: 33px; color: rgba(0, 0, 0); } .titulo span{ font-size: 13.5px; } .corpo-box{ display: flex; max-width: 1300px; width: 100%; background-color: white; border-radius: 10px; box-shadow: 0 0 5px #ccc; padding: 33px; } .corpo-box-fundo-off{ display: flex; max-width: 1300px; width: 100%; } .corpo-box-form{ display: flex; max-width: 1300px; width: 100%; } .component{ display: flex; max-width: 1366px; width: 100%; flex-direction: column; row-gap: 2rem; margin-bottom: 30px; } .component-sec{ display: flex; max-width: 1366px; width: 100%; flex-direction: column; row-gap: 1rem; background-color: white; border-radius: 10px; box-shadow: 0 0 5px #ccc; padding: 33px; border-bottom: 3px solid #2099fc; } .component-ter{ display: flex; position: relative; column-gap: 1rem; width: 100%; } .editar{ display: flex; flex-direction: column; max-width: 450px; width: 100%; } .opacity{ background-color: rgba(0, 0, 0, 0.486); width: 100%; height: 100%; } .div-grup{ display: flex; max-width: 1366px; width: 100%; row-gap: 1rem; column-gap: 1rem; flex-direction: column; } .titulo-grupo{ display: flex; flex-direction: column; max-width: 1366px; width: 100%; font-size: 20px; color: rgba(0, 0, 0, 0.95); font-weight: 400; } .div-flex { display: flex; max-width: 1366px; width: 100%; flex-wrap: wrap; column-gap: 1rem; justify-content: space-between; } .div-flex-start{ display: flex; max-width: 1366px; width: 100%; flex-wrap: wrap; column-gap: 1rem; justify-content: start; } fieldset{ border:1px solid #0000003a; border-top-left-radius: 25px !important; border-radius: 25px; position: relative; height: 55px; } fieldset input{ position: absolute; left: 25px; top: -3px; width: calc(100% - 50px); outline: 0; height: 28px; } legend{ margin-left: 1.5rem; padding-left: 5px; padding-right:5px ; font-size: 15px; } .i-btn{ position: absolute; display: flex; justify-content: center; align-items: center; width: 46px; height: 44px; top: -12px; right: -1px; background-color: rgb(255, 255, 255); border-radius: 0 25px 25px 0; border-top: 1px solid #0000003a; border-right: 1px solid #0000003a; border-bottom: 1px solid #0000003a; } .div-relativ{ position: relative; } .link-header{ color: #00aeff; } .consulta-table{ display: flex; justify-content: flex-end; width: 100%; } .div-tabela { width: 100%; } .div-tabela table thead { background-color: #03202e; color: white; height: 50px; } .div-tabela table thead tr { gap: -1rem; } .div-tabela table{ width: 100%; text-align: center; } .div-tabela table tbody{ color: rgba(0, 0, 0, 0.85); background-color: white; border-left:1px solid #00ccff94; border-right:1px solid #00ccff94; } .div-tabela table tbody tr{ height: 50px; background-color: white; border-bottom: 1px solid #00ccff94; } .thead-tr{ background-color: #03202e; } th { font-weight: 500; } table{ border-collapse:collapse; } .borda-left{ border-left:1px solid #00ccff94; width: 120px; } .borda-left span{ cursor: pointer; opacity: 1 !important; } .borda-left span svg{ width: 35px; opacity: 1 !important; fill: #00a2ff ; } .lista{ position: absolute; width: calc(100% - 2px); border: 1px solid #0000003a;; top: 54px; background-color: white; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; padding-bottom: 20px; z-index: 25; border-top: none; } .lista li{ list-style: none; padding:5px 15px; } .lista li:hover{ background-color: #00a2ff; color: white; } .fieldsetativo{ border-top-left-radius: 0px; border-top-right-radius: 25px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .none{ color: rgba(0, 0, 0, 0.4); } .none input{ color: rgba(0, 0, 0, 0.5); } .editheader{ display: flex; justify-content: center; align-items: center; width: 100%; height: 170px; background-color: #00a2ff; flex-direction: column; } .editbody{ display: flex; width: 100%; height: 100%; background-color: #ffffff; } .textarea{ width: 100%; height: 150px; position: relative; } .textarea textarea{ resize: none; margin: 1rem; height: calc(100% - 2rem); width: calc(100% - 2rem); outline: 0; font-size: 14px; } .status svg{ width:18px !important } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out"; -webkit-transition-delay: 9999s; } .cursorpointer{ cursor: pointer; }
public/css/style.css
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Manrope:wght@200&family=Poppins&display=swap'); *{ margin: 0; padding: 0; border: 0; } ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-track { background-color: #F1F1F1; } ::-webkit-scrollbar-thumb { background-color: #0d9eff; } body{ display: flex; flex-direction: column; min-height: 100%; font-size: 14px; font-family: 'DM Sans', sans-serif; font-family: 'Manrope', sans-serif; font-family: 'Poppins', sans-serif; font-weight: 500; vertical-align: baseline; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #F1F1F1; } a{ text-decoration: none; color: white; } .a-nav-bar{ position: relative; display: flex; align-items: center; height: 100%; padding: 5px 25px; } .header-bar{ position: fixed; left: 0px; top: 0px; width: 100%; height: 60px; background-color: #03202e; color: #fff; font-size: 16px; z-index: 999; box-shadow: 2px 2px 4px 0px #00000042; display: flex; justify-content: center; } .header-bar > nav{ height: 100%; width: 100%; max-width: 1366px; display: flex; justify-content: space-between; align-items: center; } .header-bar > nav ul { position: relative; display: flex; height: 100%; list-style: none; } .header-bar > nav ul li{ position: relative; display: flex; align-items: center; list-style: none; } .header-bar > nav ul li:hover{ background-color: #053750; } .active{ border-top:5px solid #11b0ff; border-bottom:5px solid #00000000; } .cl{ flex-basis: 0; flex-grow: 1; } .cl-2{ flex: 0 0 20.66666%; max-width: 20.666666%; } .cl-3{ flex: 0 0 32.66666%; max-width: 32.666666%; } .cl-4{ flex: 0 0 40.0000%; max-width: 40.000%; } .cl-5{ flex: 0 0 59.7%; max-width: 60.666666%; } .cl-6{ flex: 0 0 60.0000%; max-width: 60.000%; } .container{ display: flex; justify-content: center; margin-top: 60px; height: calc(100vh - 60px); } .box{ display: flex; max-width: 1366px; width: 100%; margin-top: 4rem; flex-direction: column; row-gap: 1rem; } .header-box{ display: flex; justify-content: space-between; width: 100%; height: 70px; } .btn-padrao{ display: flex; justify-content: flex-end; align-items: flex-end; max-width: 500px; width: 100%; height: 100%; } .btn-ancora{ width: 235px; height: 100%; display: flex; justify-content: center; justify-self: self-end; align-items: center; font-size: 15px; background-color: #00a2ff; height: 40px; border-radius: 25px; color: white; } .titulo h5{ font-size: 33px; color: rgba(0, 0, 0); } .titulo span{ font-size: 13.5px; } .corpo-box{ display: flex; max-width: 1300px; width: 100%; background-color: white; border-radius: 10px; box-shadow: 0 0 5px #ccc; padding: 33px; } .corpo-box-fundo-off{ display: flex; max-width: 1300px; width: 100%; } .corpo-box-form{ display: flex; max-width: 1300px; width: 100%; } .component{ display: flex; max-width: 1366px; width: 100%; flex-direction: column; row-gap: 2rem; margin-bottom: 30px; } .component-sec{ display: flex; max-width: 1366px; width: 100%; flex-direction: column; row-gap: 1rem; background-color: white; border-radius: 10px; box-shadow: 0 0 5px #ccc; padding: 33px; border-bottom: 3px solid #2099fc; } .component-ter{ display: flex; position: relative; column-gap: 1rem; width: 100%; } .editar{ display: flex; flex-direction: column; max-width: 450px; width: 100%; } .opacity{ background-color: rgba(0, 0, 0, 0.486); width: 100%; height: 100%; } .div-grup{ display: flex; max-width: 1366px; width: 100%; row-gap: 1rem; column-gap: 1rem; flex-direction: column; } .titulo-grupo{ display: flex; flex-direction: column; max-width: 1366px; width: 100%; font-size: 20px; color: rgba(0, 0, 0, 0.95); font-weight: 400; } .div-flex { display: flex; max-width: 1366px; width: 100%; flex-wrap: wrap; column-gap: 1rem; justify-content: space-between; } .div-flex-start{ display: flex; max-width: 1366px; width: 100%; flex-wrap: wrap; column-gap: 1rem; justify-content: start; } fieldset{ border:1px solid #0000003a; border-top-left-radius: 25px !important; border-radius: 25px; position: relative; height: 55px; } fieldset input{ position: absolute; left: 25px; top: -3px; width: calc(100% - 50px); outline: 0; height: 28px; } legend{ margin-left: 1.5rem; padding-left: 5px; padding-right:5px ; font-size: 15px; } .i-btn{ position: absolute; display: flex; justify-content: center; align-items: center; width: 46px; height: 44px; top: -12px; right: -1px; background-color: rgb(255, 255, 255); border-radius: 0 25px 25px 0; border-top: 1px solid #0000003a; border-right: 1px solid #0000003a; border-bottom: 1px solid #0000003a; } .div-relativ{ position: relative; } .link-header{ color: #00aeff; } .consulta-table{ display: flex; justify-content: flex-end; width: 100%; } .div-tabela { width: 100%; } .div-tabela table thead { background-color: #03202e; color: white; height: 50px; } .div-tabela table thead tr { gap: -1rem; } .div-tabela table{ width: 100%; text-align: center; } .div-tabela table tbody{ color: rgba(0, 0, 0, 0.85); background-color: white; border-left:1px solid #00ccff94; border-right:1px solid #00ccff94; } .div-tabela table tbody tr{ height: 50px; background-color: white; border-bottom: 1px solid #00ccff94; } .thead-tr{ background-color: #03202e; } th { font-weight: 500; } table{ border-collapse:collapse; } .borda-left{ border-left:1px solid #00ccff94; width: 120px; } .borda-left span{ cursor: pointer; opacity: 1 !important; } .borda-left span svg{ width: 35px; opacity: 1 !important; fill: #00a2ff ; } .lista{ position: absolute; width: calc(100% - 2px); border: 1px solid #0000003a;; top: 54px; background-color: white; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; padding-bottom: 20px; z-index: 25; border-top: none; } .lista li{ list-style: none; padding:5px 15px; } .lista li:hover{ background-color: #00a2ff; color: white; } .fieldsetativo{ border-top-left-radius: 0px; border-top-right-radius: 25px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .none{ color: rgba(0, 0, 0, 0.4); } .none input{ color: rgba(0, 0, 0, 0.5); } .editheader{ display: flex; justify-content: center; align-items: center; width: 100%; height: 170px; background-color: #00a2ff; flex-direction: column; } .editbody{ display: flex; width: 100%; height: 100%; background-color: #ffffff; } .textarea{ width: 100%; height: 150px; position: relative; } .textarea textarea{ resize: none; margin: 1rem; height: calc(100% - 2rem); width: calc(100% - 2rem); outline: 0; font-size: 14px; } .status svg{ width:18px !important } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out"; -webkit-transition-delay: 9999s; } .cursorpointer{ cursor: pointer; }
0.420362
0.070272
.content-1-3, .content-2-3, .content-1-2, .content-1-4, .content-2-4, .content-3-4, #col-tertiary, #col-secondary { display: block; float: left; zoom: 1; letter-spacing: normal; word-spacing: normal; vertical-align: top; text-rendering: auto; } .content-1-2 { width: 50%; } .content-1-3 { width: 33.333%; } .content-2-3 { width: 63%; } .content-3-4 { width: 74%; } .content-1-4, #col-tertiary, #col-secondary { width: 24%; } .content-2-4 { width: 50%; } .textbox { padding: .5em; } /* end mini grid styles */ @font-face { font-family: "FranklinGothic"; font-style: normal; font-weight: normal; src: url("../webfonts/franklingothic-demi-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/franklingothic-demi-webfont.woff") format("woff"), url("../webfonts/franklingothic-demi-webfont.ttf") format("truetype"); } body { background:#ffffff; margin:0px; padding:0px; } #container { width:1000px; margin:0px auto 0px auto; padding:0px; } .orangebg{ background-color: #F47321; } .greybg{ background-color:#373737; } .whitebg{ background-color:white; } .orange{ color:#F47321; } .ribbon{ width:100%; float:left; clear:both; position:relative; } .wrap{ width:1000px; margin:0 auto; display: table; position:relative; clear:both; } #featurebanner { position: relative; width:100%; text-align: center; overflow:hidden; } #widebanner { position: relative; width:100%; height:475px; margin:0px auto 0px auto; padding:0px; text-align:center; z-index:200; } #overbanner { position: absolute; left:50%; top:20px; margin:0px 0px 0px -480px; padding:0px; width:960px; height:475px; z-index:300; } a.prev, a.next, .slidesjs-navigation { width: 53px; height: 50px; display: block; position: absolute; top: 85px; z-index:300; text-indent: -9999px; overflow:hidden; } a.prev, .slidesjs-previous { left: 0px; background: url(../images/arrow_feature_left.png) left top no-repeat; opacity:.7; } a.prev:hover, a.slidesjs-previous:hover { opacity:1 !important; } a.prev.disabled { background-position: 0 -100px !important; } a.next, .slidesjs-next { right: 0px; background: url(../images/arrow_feature_right.png) left top no-repeat; opacity:.8; } a.next:hover, a.slidesjs-next:hover { opacity:1 !important; } a.next.disabled { background-position: -50px -100px !important; } ul.slidesjs-pagination { position:absolute; right:0px; top:0px; width:auto; height:25px; margin:0px 20px 0px 0px; padding:0px; list-style: none; z-index:300; } .slidesjs-pagination li { list-style: none; margin:0px; padding:0px; float:left; } .slidesjs-pagination li a { display: block; margin:5px; padding:3px; background: #F47321; border-radius: 7px; border:none; width:5px; height:5px; text-indent:-9999px; overflow: hidden; } .slidesjs-pagination li a.active { background:#00b3ff; } #newsheadlines { flot:left; width:295px; height:435px; background:#df511f; margin:0px 0px 0px 0px; padding:0px; color:#2f2f2d; z-index:300; } #newsheadlines .title { height:50px; width:auto; background:#2f2f2d; margin:0px 0px 0px 0px; padding:10px 5px 0px 10px; text-align:left; } .title h2 { color:#ffffff; margin:15px 5px 0px 0px; padding:0px; font: normal 16px "museo-slab", serif; } #newsheadlines img { height:185px; margin:0px; padding:0px; } .headlineitem { margin: 20px auto 0px auto; padding:10px; } .headlineitem a { font:bold 24px 'ITC Franklin Gothic Std MD CD', arial, helvetica, sans-serif; color:#2f2f2d; text-decoration: none; line-height: 1.6em; } .headlineitem a:hover { color:#ffffff; } #pagebanner { width:980px; height:auto; margin:0px; padding:10px; overflow:hidden; background:#666666; } #pagebanner h2 { color:#ffffff; font-family: 'FranklinGothic'; font-size:36px; text-transform: uppercase; margin:20px 0px 0px 10px; padding:3px; line-height: 1.1em; text-shadow: 1px 1px 6px #000000; } .bannerinfo { border-top:1px solid #e8e5d6; margin:5px 5px 5px 10px; padding:3px; } .bannerinfo ul { list-style: none; margin:0px; padding:0px; } .bannerinfo li { float:left; list-style: none; margin:3px 20px 3px 0px; } .bannerinfo li a { display: block; color:#fff8eb; text-decoration: none; font-size: 14px; margin:0px; padding:3px 10px 3px 0px; } .bannerinfo li a:hover { color:#f47321; } #features { position: relative; width:1100px; height:auto; margin:0px 0px 0px -10px; padding:0px; } #prev { display:block; text-indent:-999px; width:30px; height:300px; overflow: hidden; position: absolute; left:-30px; top:50px; background:url(../images/prev.png) left top no-repeat; opacity:.5; } #next { display:block; text-indent:-999px; width:30px; height:300px; overflow: hidden; position: absolute; right:50px; top:50px; background:url(../images/next.png) right top no-repeat; opacity:.5; } .caroufredsel_wrapper { height:300px; } #features ul { list-style: none; margin:0px; padding:0px; } #features li { display:block; float:left; margin:10px 10px 10px 10px; padding:0px; width:233px; height:320px; border:1px solid #c0c0c0; background:#ffffff; } #features li img { display: block; width:100%; } .featureimage { position: relative; margin:0px; padding:0px; width:100%; height:150px; overflow:hidden; } .featureicons { position: relative; width:100%; margin:-20px 0px 0px 0px; padding:0px; text-align: center; height:40px; } .featureicons ul { margin:0px 0px 0px 0px; padding:0px; list-style: none; } .featureicons li { list-style: none; margin:5px 10px 10px 20px !important; padding:0px; float:left; width:20px !important; height:20px !important; border:none !important; background:none !important; } .featureicons li a { display:block; text-decoration: none; padding:3px; } .featureicons img { width:auto !important; height:auto !important; } .featureitems { position: relative; width:233px; height:320px; margin:0px; padding:0px; } .featureinfo { margin:0px; padding: 0px; } .featureinfo h2 { display:block; margin:0px 0px 5px 0px; padding:0px 10px 10px 20px; font:normal 24px 'ITC Franklin Gothic Std Bk CD', sans-serif; } .featureinfo h2 a { text-decoration: none; color:#2f2f2d; } .featureinfo p { margin:3px; padding:3px; } .featurelink { display:none; position:absolute; left:0px; bottom:0px; background:#ffffff; color:#2f2f2d; padding:5px; font-size:14px; width:223px; height:25px; } .featurelink a { text-decoration: none; color:#2f2f2d; } .sectioninfo { color:#ffffff; font-size:16px; font-family: 'museo-slab'; padding:10px 5px 10px 20px; background:#2f2f2d; } #threecol { width:1100px; height:400px; margin:20px 0px 0px -5px; padding:0px; } #threecol ul { list-style: none; margin:0px; padding:0px; } #threecol li { float:left; width:323px; margin:0px 5px 0px 0px; padding:5px; } #threecol li h2 { font-size:26px; text-transform: uppercase; } #threecol li p { width:100%; text-align: left; color:#666666; padding:10px; font-size: 14px; line-height: 22px; } .ui-autocomplete { margin:0px; padding:0px; background:#3a768f; color:#ffffff; } .ui-menu-item { margin:0px; padding:0px; border-bottom: 1px solid #333333; } .ui-menu-item a { display:block; } .ui-menu-item a:hover { background: #f47321; color:#ffffff; display:block; } .quicklinks { margin:0px; padding:10px; width:300px; } .quicklinks ul { list-style: none; margin:0px; padding:0px; } .quicklinks li { list-style: none; border-bottom: 1px solid #eeeeee; } .quicklinks li a { width:90%; display: block; color:#1883ba; text-decoration: none; margin:0px; padding:3px 3px 3px 10px; background: url(../images/btn_search.gif) right top no-repeat; } .quicklinks li a:hover { background: #F47321; color:#ffffff; }
column-collapse/example/alumni-/localhost/_assets/2013/css/structure.css
.content-1-3, .content-2-3, .content-1-2, .content-1-4, .content-2-4, .content-3-4, #col-tertiary, #col-secondary { display: block; float: left; zoom: 1; letter-spacing: normal; word-spacing: normal; vertical-align: top; text-rendering: auto; } .content-1-2 { width: 50%; } .content-1-3 { width: 33.333%; } .content-2-3 { width: 63%; } .content-3-4 { width: 74%; } .content-1-4, #col-tertiary, #col-secondary { width: 24%; } .content-2-4 { width: 50%; } .textbox { padding: .5em; } /* end mini grid styles */ @font-face { font-family: "FranklinGothic"; font-style: normal; font-weight: normal; src: url("../webfonts/franklingothic-demi-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/franklingothic-demi-webfont.woff") format("woff"), url("../webfonts/franklingothic-demi-webfont.ttf") format("truetype"); } body { background:#ffffff; margin:0px; padding:0px; } #container { width:1000px; margin:0px auto 0px auto; padding:0px; } .orangebg{ background-color: #F47321; } .greybg{ background-color:#373737; } .whitebg{ background-color:white; } .orange{ color:#F47321; } .ribbon{ width:100%; float:left; clear:both; position:relative; } .wrap{ width:1000px; margin:0 auto; display: table; position:relative; clear:both; } #featurebanner { position: relative; width:100%; text-align: center; overflow:hidden; } #widebanner { position: relative; width:100%; height:475px; margin:0px auto 0px auto; padding:0px; text-align:center; z-index:200; } #overbanner { position: absolute; left:50%; top:20px; margin:0px 0px 0px -480px; padding:0px; width:960px; height:475px; z-index:300; } a.prev, a.next, .slidesjs-navigation { width: 53px; height: 50px; display: block; position: absolute; top: 85px; z-index:300; text-indent: -9999px; overflow:hidden; } a.prev, .slidesjs-previous { left: 0px; background: url(../images/arrow_feature_left.png) left top no-repeat; opacity:.7; } a.prev:hover, a.slidesjs-previous:hover { opacity:1 !important; } a.prev.disabled { background-position: 0 -100px !important; } a.next, .slidesjs-next { right: 0px; background: url(../images/arrow_feature_right.png) left top no-repeat; opacity:.8; } a.next:hover, a.slidesjs-next:hover { opacity:1 !important; } a.next.disabled { background-position: -50px -100px !important; } ul.slidesjs-pagination { position:absolute; right:0px; top:0px; width:auto; height:25px; margin:0px 20px 0px 0px; padding:0px; list-style: none; z-index:300; } .slidesjs-pagination li { list-style: none; margin:0px; padding:0px; float:left; } .slidesjs-pagination li a { display: block; margin:5px; padding:3px; background: #F47321; border-radius: 7px; border:none; width:5px; height:5px; text-indent:-9999px; overflow: hidden; } .slidesjs-pagination li a.active { background:#00b3ff; } #newsheadlines { flot:left; width:295px; height:435px; background:#df511f; margin:0px 0px 0px 0px; padding:0px; color:#2f2f2d; z-index:300; } #newsheadlines .title { height:50px; width:auto; background:#2f2f2d; margin:0px 0px 0px 0px; padding:10px 5px 0px 10px; text-align:left; } .title h2 { color:#ffffff; margin:15px 5px 0px 0px; padding:0px; font: normal 16px "museo-slab", serif; } #newsheadlines img { height:185px; margin:0px; padding:0px; } .headlineitem { margin: 20px auto 0px auto; padding:10px; } .headlineitem a { font:bold 24px 'ITC Franklin Gothic Std MD CD', arial, helvetica, sans-serif; color:#2f2f2d; text-decoration: none; line-height: 1.6em; } .headlineitem a:hover { color:#ffffff; } #pagebanner { width:980px; height:auto; margin:0px; padding:10px; overflow:hidden; background:#666666; } #pagebanner h2 { color:#ffffff; font-family: 'FranklinGothic'; font-size:36px; text-transform: uppercase; margin:20px 0px 0px 10px; padding:3px; line-height: 1.1em; text-shadow: 1px 1px 6px #000000; } .bannerinfo { border-top:1px solid #e8e5d6; margin:5px 5px 5px 10px; padding:3px; } .bannerinfo ul { list-style: none; margin:0px; padding:0px; } .bannerinfo li { float:left; list-style: none; margin:3px 20px 3px 0px; } .bannerinfo li a { display: block; color:#fff8eb; text-decoration: none; font-size: 14px; margin:0px; padding:3px 10px 3px 0px; } .bannerinfo li a:hover { color:#f47321; } #features { position: relative; width:1100px; height:auto; margin:0px 0px 0px -10px; padding:0px; } #prev { display:block; text-indent:-999px; width:30px; height:300px; overflow: hidden; position: absolute; left:-30px; top:50px; background:url(../images/prev.png) left top no-repeat; opacity:.5; } #next { display:block; text-indent:-999px; width:30px; height:300px; overflow: hidden; position: absolute; right:50px; top:50px; background:url(../images/next.png) right top no-repeat; opacity:.5; } .caroufredsel_wrapper { height:300px; } #features ul { list-style: none; margin:0px; padding:0px; } #features li { display:block; float:left; margin:10px 10px 10px 10px; padding:0px; width:233px; height:320px; border:1px solid #c0c0c0; background:#ffffff; } #features li img { display: block; width:100%; } .featureimage { position: relative; margin:0px; padding:0px; width:100%; height:150px; overflow:hidden; } .featureicons { position: relative; width:100%; margin:-20px 0px 0px 0px; padding:0px; text-align: center; height:40px; } .featureicons ul { margin:0px 0px 0px 0px; padding:0px; list-style: none; } .featureicons li { list-style: none; margin:5px 10px 10px 20px !important; padding:0px; float:left; width:20px !important; height:20px !important; border:none !important; background:none !important; } .featureicons li a { display:block; text-decoration: none; padding:3px; } .featureicons img { width:auto !important; height:auto !important; } .featureitems { position: relative; width:233px; height:320px; margin:0px; padding:0px; } .featureinfo { margin:0px; padding: 0px; } .featureinfo h2 { display:block; margin:0px 0px 5px 0px; padding:0px 10px 10px 20px; font:normal 24px 'ITC Franklin Gothic Std Bk CD', sans-serif; } .featureinfo h2 a { text-decoration: none; color:#2f2f2d; } .featureinfo p { margin:3px; padding:3px; } .featurelink { display:none; position:absolute; left:0px; bottom:0px; background:#ffffff; color:#2f2f2d; padding:5px; font-size:14px; width:223px; height:25px; } .featurelink a { text-decoration: none; color:#2f2f2d; } .sectioninfo { color:#ffffff; font-size:16px; font-family: 'museo-slab'; padding:10px 5px 10px 20px; background:#2f2f2d; } #threecol { width:1100px; height:400px; margin:20px 0px 0px -5px; padding:0px; } #threecol ul { list-style: none; margin:0px; padding:0px; } #threecol li { float:left; width:323px; margin:0px 5px 0px 0px; padding:5px; } #threecol li h2 { font-size:26px; text-transform: uppercase; } #threecol li p { width:100%; text-align: left; color:#666666; padding:10px; font-size: 14px; line-height: 22px; } .ui-autocomplete { margin:0px; padding:0px; background:#3a768f; color:#ffffff; } .ui-menu-item { margin:0px; padding:0px; border-bottom: 1px solid #333333; } .ui-menu-item a { display:block; } .ui-menu-item a:hover { background: #f47321; color:#ffffff; display:block; } .quicklinks { margin:0px; padding:10px; width:300px; } .quicklinks ul { list-style: none; margin:0px; padding:0px; } .quicklinks li { list-style: none; border-bottom: 1px solid #eeeeee; } .quicklinks li a { width:90%; display: block; color:#1883ba; text-decoration: none; margin:0px; padding:3px 3px 3px 10px; background: url(../images/btn_search.gif) right top no-repeat; } .quicklinks li a:hover { background: #F47321; color:#ffffff; }
0.33372
0.064007
html { box-sizing: content-box; } body { font-family: 'Roboto', sans-serif; } .cont { padding-top: 36px; margin: 0 auto; width: 1110px; padding-bottom: 100px; } p, h2,h3 { margin: 0; padding: 0; } /* nav */ .navi { height: 130px; } .logo { font-size: 30px; line-height: 32px; text-transform: uppercase; color: #555252; margin: 0; float: left; } .navi-menu { font-size: 18px; line-height: 32px; float: right; list-style: none; text-transform: uppercase; margin: 0; padding: 0; width: 560px; font-weight: 600; } .navi a { text-decoration: none; color: black; } .navi-menu li { float: left; margin-right: 32px; } .navi-menu li:last-child { margin: 0; } a:hover, a:focus { color: #1abc9c; } .navi-menu::after { content: ""; display: table; clear: both; } /* content */ /* first block */ .fblock { margin-bottom: 130px; } .logo-fblock { text-transform: uppercase; font-size: 48px; line-height: 32px; text-align: center; color: #515151; margin: 0; } .logo-fblock::after { content: ""; display: block; background-color: #1abc9c; margin: 0 auto; width: 160px; height: 8px; margin-top: 36px; margin-bottom: 92px; } .items { padding: 0; margin: 0; } .item { float: left; font-size: 0; text-decoration: none; width: 255px; height: 322px; margin-right: 30px; margin-bottom: 30px; } .items li:nth-last-child(-n+4) { margin-bottom: 0; } .items li:nth-child(4n) { margin-right: 0; } .name, .price { color: #fff; text-transform: uppercase; float: left; font-size: 18px; line-height: 40px; } .name { padding-left: 13px; background-color: #323232; width: 188px; height: 40px; } .price { background-color: #8c8c8c; width: 42px; height: 40px; padding-left: 12px; } .item:hover .name { background-color: #1abc9c; } .item:hover .price { background-color: #7fd9c7; } .items::after { content: ""; display: table; clear: both; } /* second block */ .logo-sblock { text-transform: uppercase; font-size: 48px; line-height: 32px; text-align: center; color: #515151; margin: 0; margin-bottom: 116px; } .logo-sblock::after { content: ""; display: block; background-color: #1abc9c; margin: 0 auto; width: 160px; height: 8px; margin-top: 36px; } .kard { margin-bottom: 15px; } .pages { margin: 0; padding: 0; list-style: none; line-height: 26px; display: block; margin: 0 auto; } .page { width: 350px; float: left; margin-right: 30px; color: #555252; line-height: 26px; } .page:last-child { margin-right: 0; } .little-logo { font-size: 18px; margin-bottom: 30px; } .little-logo::after { content: ""; display: block; background-color: #1abc9c; margin: 0; width: 160px; height: 4px; margin-top: 16px; } .text2 { font-size: 14px; margin-bottom: 18px; } .link { text-align: center; line-height: 40px; padding: 18px 40px; background-color: transparent; border-radius: 3px; color: #1abc9c; } .link:hover { color: #fff; background-color: #1abc9c; } .pages::after { content: ""; display: table; clear: both; }
goit-fe-course/html-css/module-04/css/styles.css
html { box-sizing: content-box; } body { font-family: 'Roboto', sans-serif; } .cont { padding-top: 36px; margin: 0 auto; width: 1110px; padding-bottom: 100px; } p, h2,h3 { margin: 0; padding: 0; } /* nav */ .navi { height: 130px; } .logo { font-size: 30px; line-height: 32px; text-transform: uppercase; color: #555252; margin: 0; float: left; } .navi-menu { font-size: 18px; line-height: 32px; float: right; list-style: none; text-transform: uppercase; margin: 0; padding: 0; width: 560px; font-weight: 600; } .navi a { text-decoration: none; color: black; } .navi-menu li { float: left; margin-right: 32px; } .navi-menu li:last-child { margin: 0; } a:hover, a:focus { color: #1abc9c; } .navi-menu::after { content: ""; display: table; clear: both; } /* content */ /* first block */ .fblock { margin-bottom: 130px; } .logo-fblock { text-transform: uppercase; font-size: 48px; line-height: 32px; text-align: center; color: #515151; margin: 0; } .logo-fblock::after { content: ""; display: block; background-color: #1abc9c; margin: 0 auto; width: 160px; height: 8px; margin-top: 36px; margin-bottom: 92px; } .items { padding: 0; margin: 0; } .item { float: left; font-size: 0; text-decoration: none; width: 255px; height: 322px; margin-right: 30px; margin-bottom: 30px; } .items li:nth-last-child(-n+4) { margin-bottom: 0; } .items li:nth-child(4n) { margin-right: 0; } .name, .price { color: #fff; text-transform: uppercase; float: left; font-size: 18px; line-height: 40px; } .name { padding-left: 13px; background-color: #323232; width: 188px; height: 40px; } .price { background-color: #8c8c8c; width: 42px; height: 40px; padding-left: 12px; } .item:hover .name { background-color: #1abc9c; } .item:hover .price { background-color: #7fd9c7; } .items::after { content: ""; display: table; clear: both; } /* second block */ .logo-sblock { text-transform: uppercase; font-size: 48px; line-height: 32px; text-align: center; color: #515151; margin: 0; margin-bottom: 116px; } .logo-sblock::after { content: ""; display: block; background-color: #1abc9c; margin: 0 auto; width: 160px; height: 8px; margin-top: 36px; } .kard { margin-bottom: 15px; } .pages { margin: 0; padding: 0; list-style: none; line-height: 26px; display: block; margin: 0 auto; } .page { width: 350px; float: left; margin-right: 30px; color: #555252; line-height: 26px; } .page:last-child { margin-right: 0; } .little-logo { font-size: 18px; margin-bottom: 30px; } .little-logo::after { content: ""; display: block; background-color: #1abc9c; margin: 0; width: 160px; height: 4px; margin-top: 16px; } .text2 { font-size: 14px; margin-bottom: 18px; } .link { text-align: center; line-height: 40px; padding: 18px 40px; background-color: transparent; border-radius: 3px; color: #1abc9c; } .link:hover { color: #fff; background-color: #1abc9c; } .pages::after { content: ""; display: table; clear: both; }
0.310172
0.067886
body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; line-height: 34px; color: #777777; background: url("../images/concrete_seamless.png"); /* background-color: blanchedalmond */ } html { position: relative; min-height: 100%; } main { margin: 80px 0; } .block { background-color: #fff; padding: 30px; margin-bottom: 30px; } .block-header { color: #4aaaa5; font-family: Georgia, Times, "Times New Roman", serif; font-weight: bold; } #logo { font-family: Georgia, Times, "Times New Roman", serif; font-size: 24px; font-weight: bold; color: #fff; background: #4aaaa5; } /* override bootstrap hover color and border */ .navbar-default .navbar-nav > li > a:hover { color: #4aaaa5; } .navbar { background: white; border: none; } .port{ box-shadow: .2rem .2rem .2rem darkslategray; height: 200px; width: 200px; } img:hover{ transform: scale(1.05); } .connect-img{ margin-bottom: 1rem; } @media only screen and (max-width: 767px) { .navbar-header { background-color: #4aaaa5; } } .connect-header { font-size: 25px; } .connect-photo { width: 55px; height: 55px; } #images { padding-top: 15px; text-align: center; } .footer { position: absolute; bottom: 0; width: 100%; height: 60px; background-color: #666; } .text-muted-footer { margin-top: 15px; color: #fff; } .two-toned-footer-color { height: 6px; padding-top: 3px; background-color: #4aaaa5; } .about-me-header { margin-bottom: 33px; font-family: Georgia, Times, "Times New Roman", serif; font-size: 32px; font-weight: bold; color: #4aaaa5; } #about-image { float: left; width: 200px; margin: 0 20px 10px 0; } .port-image { margin: 20px auto; } .form-control { border-radius: 0; min-width: 100%; max-width: 100%; } .submit-btn { padding: 15px 30px; font-size: 16px; font-weight: lighter; color: #fff; background-color: #4aaaa5; border: 0; } .submit-btn:hover { opacity: .7; } .sidebar { background: #fff; padding: 30px; width: 100%; max-width: 270px; /* float: right; */ box-shadow: .2rem .2rem .2rem darkslategray; border: 1px solid #ddd; border-bottom: 2px solid #eee; padding-bottom: 15px; margin-bottom: 15px; line-height: 22px }
assets/css/styles.css
body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; line-height: 34px; color: #777777; background: url("../images/concrete_seamless.png"); /* background-color: blanchedalmond */ } html { position: relative; min-height: 100%; } main { margin: 80px 0; } .block { background-color: #fff; padding: 30px; margin-bottom: 30px; } .block-header { color: #4aaaa5; font-family: Georgia, Times, "Times New Roman", serif; font-weight: bold; } #logo { font-family: Georgia, Times, "Times New Roman", serif; font-size: 24px; font-weight: bold; color: #fff; background: #4aaaa5; } /* override bootstrap hover color and border */ .navbar-default .navbar-nav > li > a:hover { color: #4aaaa5; } .navbar { background: white; border: none; } .port{ box-shadow: .2rem .2rem .2rem darkslategray; height: 200px; width: 200px; } img:hover{ transform: scale(1.05); } .connect-img{ margin-bottom: 1rem; } @media only screen and (max-width: 767px) { .navbar-header { background-color: #4aaaa5; } } .connect-header { font-size: 25px; } .connect-photo { width: 55px; height: 55px; } #images { padding-top: 15px; text-align: center; } .footer { position: absolute; bottom: 0; width: 100%; height: 60px; background-color: #666; } .text-muted-footer { margin-top: 15px; color: #fff; } .two-toned-footer-color { height: 6px; padding-top: 3px; background-color: #4aaaa5; } .about-me-header { margin-bottom: 33px; font-family: Georgia, Times, "Times New Roman", serif; font-size: 32px; font-weight: bold; color: #4aaaa5; } #about-image { float: left; width: 200px; margin: 0 20px 10px 0; } .port-image { margin: 20px auto; } .form-control { border-radius: 0; min-width: 100%; max-width: 100%; } .submit-btn { padding: 15px 30px; font-size: 16px; font-weight: lighter; color: #fff; background-color: #4aaaa5; border: 0; } .submit-btn:hover { opacity: .7; } .sidebar { background: #fff; padding: 30px; width: 100%; max-width: 270px; /* float: right; */ box-shadow: .2rem .2rem .2rem darkslategray; border: 1px solid #ddd; border-bottom: 2px solid #eee; padding-bottom: 15px; margin-bottom: 15px; line-height: 22px }
0.38769
0.085978
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("movie-blog.org") { div#page, div#title { width: calc(900px + 300px + 165px); } div#archiv { width: calc(560px + 300px); background-color: #fff; border-radius: 25px; padding-left: 45px; padding-right: 35px; margin-left: 210px; } div.post-date, div#archiv> div.post> div.eintrag_x, div#archiv> div.post> p.info_x, div.beitrag> b { display: none !important; } div#dp_layer { position: fixed !important; margin: 0px; left: -2000px; } html > div { display: none; } div#content { width: calc(560px + 300px); background-color: #fff; border-radius: 25px; margin-left: 215px; } center> a> img{ border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; } div#sidebar { padding-right: 15px; padding-left: 15px; padding-top: 15px; background-color: #fff; border-radius: 25px; } /* .eintrag2 img { float: right; width: calc(297px/2); height: calc(436px/2); } */ h1.beitrag2, span.fn, .beitrag2> h1 a { font-size: 16px; color: black !important; font-weight: bold; } iframe { display: none; } /* blendet fast alles auf page aus */ div#page > div#archiv > div.beitrag4 > p.info_x, div#page > div#archiv > div.beitrag4 > div.eintrag_x > .wprp_wrapper, div#page > div#archiv > div.beitrag4 > div.eintrag_x > p:nth-child(2), div#page > div#archiv > div.beitrag4 > div.eintrag_x > blockquote, div#page > div#archiv > div.beitrag4 > div.eintrag_x > .post-ratings, div#page > div#archiv > div.beitrag4 > div.eintrag_x > p > a > img, div#page > div#content > div.beitrag4 > div.eintrag2 > p:first-child, div#page > div#content > div.beitrag4 > div.eintrag2 > blockquote, div#page > div#content > div.beitrag4 > div.eintrag2 > .wprp_wrapper, div#page > div#content > div.beitrag4 > div.eintrag2 > div.sp-wrap.sp-wrap-default, div#page > div#content > div.beitrag4 > table { display: none; } /* page anders angeordnet */ div#page > div#content > div.beitrag2 > p.date, div#page > div#archiv > div.beitrag2 > p.date_x, div#page > div#archiv > div.post > p.date_x, div#page > div#archiv > h2.archivtitle, div#page > div#archiv > div.beitrag2 > div.eintrag_x { margin-left: 0px !important; } div#page > div#content > div.beitrag4 > div.eintrag2 img, div#page > div#archiv > div.beitrag4 > div.eintrag_x img{ float: left; border-style: none !important; max-width: 200px !important; max-height: 305px !important; } div#page > div#content > div.beitrag4 > div.eintrag2 { margin-top: 0px; /* min-height: 320px;/*300*/ } div#page > div#content > div.beitrag4 > div.eintrag2 { overflow: auto; } /* folgende grafik im werbeblocker blockieren: /* http://www.movie-blog.org/wp-content/themes/concrete/images/back.jpg */ }
data/usercss/119373.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("movie-blog.org") { div#page, div#title { width: calc(900px + 300px + 165px); } div#archiv { width: calc(560px + 300px); background-color: #fff; border-radius: 25px; padding-left: 45px; padding-right: 35px; margin-left: 210px; } div.post-date, div#archiv> div.post> div.eintrag_x, div#archiv> div.post> p.info_x, div.beitrag> b { display: none !important; } div#dp_layer { position: fixed !important; margin: 0px; left: -2000px; } html > div { display: none; } div#content { width: calc(560px + 300px); background-color: #fff; border-radius: 25px; margin-left: 215px; } center> a> img{ border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; } div#sidebar { padding-right: 15px; padding-left: 15px; padding-top: 15px; background-color: #fff; border-radius: 25px; } /* .eintrag2 img { float: right; width: calc(297px/2); height: calc(436px/2); } */ h1.beitrag2, span.fn, .beitrag2> h1 a { font-size: 16px; color: black !important; font-weight: bold; } iframe { display: none; } /* blendet fast alles auf page aus */ div#page > div#archiv > div.beitrag4 > p.info_x, div#page > div#archiv > div.beitrag4 > div.eintrag_x > .wprp_wrapper, div#page > div#archiv > div.beitrag4 > div.eintrag_x > p:nth-child(2), div#page > div#archiv > div.beitrag4 > div.eintrag_x > blockquote, div#page > div#archiv > div.beitrag4 > div.eintrag_x > .post-ratings, div#page > div#archiv > div.beitrag4 > div.eintrag_x > p > a > img, div#page > div#content > div.beitrag4 > div.eintrag2 > p:first-child, div#page > div#content > div.beitrag4 > div.eintrag2 > blockquote, div#page > div#content > div.beitrag4 > div.eintrag2 > .wprp_wrapper, div#page > div#content > div.beitrag4 > div.eintrag2 > div.sp-wrap.sp-wrap-default, div#page > div#content > div.beitrag4 > table { display: none; } /* page anders angeordnet */ div#page > div#content > div.beitrag2 > p.date, div#page > div#archiv > div.beitrag2 > p.date_x, div#page > div#archiv > div.post > p.date_x, div#page > div#archiv > h2.archivtitle, div#page > div#archiv > div.beitrag2 > div.eintrag_x { margin-left: 0px !important; } div#page > div#content > div.beitrag4 > div.eintrag2 img, div#page > div#archiv > div.beitrag4 > div.eintrag_x img{ float: left; border-style: none !important; max-width: 200px !important; max-height: 305px !important; } div#page > div#content > div.beitrag4 > div.eintrag2 { margin-top: 0px; /* min-height: 320px;/*300*/ } div#page > div#content > div.beitrag4 > div.eintrag2 { overflow: auto; } /* folgende grafik im werbeblocker blockieren: /* http://www.movie-blog.org/wp-content/themes/concrete/images/back.jpg */ }
0.15241
0.119768
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1 } audio:not([controls]) { display: none; height: 0 } [hidden] { display: none } html { font-size: 20px; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) } html, button, input, select, textarea { font-family: Arial, Simhei, "黑体", Microsoft Yahei, "微软雅黑", sans-serif; color: #363636 } body { margin: 0; background: #f3f3f3; } a:link { text-decoration: underline; color: #0067a6; } a:hover { text-decoration: underline; color: red; } a:active { text-decoration: underline; color: red; } a:visited { text-decoration: underline; color: red; } /*a{color:#363636;font-weight:lighter}*/ /*a:link{text-decoration:none}*/ /*a:focus{outline:thin dotted}*/ /*a:active,a:hover{outline:0;text-decoration:none}*/ html { } h1 { font-size: 2em; margin: 0 } h2 { font-size: 1.5em; margin: 0 } h3 { font-size: 1.17em; margin: 0 } h4 { font-size: 1em; margin: 0 } h5 { font-size: 0.83em; margin: 0 } h6 { font-size: 0.75em; margin: 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: bold } blockquote { margin: 1em 40px } dfn { font-style: italic } mark { background: #ff0; color: #000 } p, pre { margin: 0 } code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word } q { quotes: none } q:before, q:after { content: ''; content: none } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -0.5em } sub { bottom: -0.25em } dl, menu, ol, ul { margin: 0; padding: 0 } nav ul, nav ol, ul, ol { list-style: none; list-style-image: none } img { border: 0; vertical-align: bottom; display: block; width: 100%; max-width: 100%; } svg:not(:root) { overflow: hidden } figure { margin: 0 } form { margin: 0 } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em } legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; } button, input[type="text"], input[type="password"], input[type="number"], input[type="submit"], input[type="reset"], select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; background: none; border: 0; padding: 0 } button, input, areatext { line-height: normal; outline: none !important } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; } button[disabled], input[disabled] { cursor: default } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0 } ul { margin: 0px; padding: 0px } em { font-style: inherit } hr { display: block; clear: both; zoom: 1; height: 0; line-height: 0; border: 0; padding: 0; content: ""; font-size: 0 } /* public style */ .clearFix:after { clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden } .clearFix { clear: both; zoom: 1 } .floatL { display: inline; float: left } .floatR { display: inline; float: right } /*************************************/ /*body { -webkit-user-select: none; -moz-user-select: none }*/ /* Icon */ /* Tags */ .tags { min-width: 19px; height: 14px; line-height: 14px; display: inline-block; margin-right: 14px; padding: 0 3px; float: left; font-size: 10px; border: 1px solid #ababab; color: #ababab; } .tags-t { color: #ff680f; border-color: #ff680f } .tags-lz { border: 1px solid #ababab; color: #ababab; border-radius: 2px; } /* Main */ #main { position: relative; padding: 0; z-index: 0; box-sizing: border-box } .user-info { position: relative; height: 55px; border-bottom: 1px #eee solid; overflow: hidden; } .user-info .photo { float: left; margin: 14px 13px 0 20px; width: 30px; height: 30px; overflow: hidden; border-radius: 50%; background: center center no-repeat; background-size: cover; } .user-info .info-detail { overflow: hidden; margin-top: 14px; } .user-info .name { font-size: 15px; color: #424242; line-height: 16px; height: 16px } .user-info .name span { float: left } .user-info .name em { margin: 1px 0 0 5px } .user-info .date { font-size: 10px; color: #a6a6a6; line-height: 13px; margin-top: 4px } .card article { padding: 20px; border-bottom: 1px #eee solid; } .card article h1 { font-size: 21px; color: #121212; font-weight: 100; line-height: 30px; padding-bottom: 5px; } .card article { word-break: break-all; } .card article .p-content { padding: 5px 0; font-size: 15px; line-height: 24px; word-break: break-all; } .card article img { margin: 5px; width: auto; height: auto; max-width: 100%; display: inline-block; } .bbsBox { background: #fff; border-bottom: 1px #eee solid; } .bbsBox .like { text-align: center; padding: 20px 15px; overflow: hidden; } .bbsBox .like .icon { float: right; position: relative; width: 50px; height: 26px; border: 1px #dbdbdb solid; border-radius: 28px; } .bbsBox .like .icon:before { content: ''; position: absolute; left: 50%; top: 50%; margin: -6px 0 0 -8px; width: 17px; height: 17px; background: url(../imgs/like.png) no-repeat; background-size: 17px; } .bbsBox .like .count { float: right; font-size: 15px; color: #a6a6a6; line-height: 28px; margin-right: 18px; } .bbsBox .like.liked .icon:before { border-color: #e65426; background-position: 0 -20px; } .bbsBox .like.liked .icon { } /*.bbsBox .cont p{font-size:1.5px;line-height:2.1px;color:#494949}*/ /* replyBox */ .replyBox { margin-top: 12px; background: #ffffff; } .replyBox .reply-head { position: relative; border-bottom: 1px #eee solid; color: #a6a6a6; font-size: 15px; padding-left: 20px; line-height: 40px; box-shadow: 0 1px 1px rgba(0, 0, 0, .04); } .replyBox .reply-head:before { content: ''; position: absolute; bottom: -5px; left: 45px; border-top: 5px #ddd solid; border-left: 6px transparent solid; border-right: 6px transparent solid; } .replyBox .reply-head:after { content: ''; position: absolute; bottom: -4px; left: 45px; border-top: 5px #fff solid; border-left: 6px transparent solid; border-right: 6px transparent solid; } .replyItems { padding: 0 20px; } .replyItems .floor { position: absolute; right: 0; top: 15px; font-size: 10px; color: #a6a6a6; line-height: 16px; } .replyItems .user-info { height: 45px; border: none; padding-bottom: 0; } .replyItems .name { font-size: 14px; } .replyItems .name em { margin-top: 0; } .replyItems li { position: relative; border-bottom: 1px #eee solid; } .replyItems li .photo { margin-left: 0; } .replyItems li article { padding: 0 0 0 4px; border: none; } .replyBox .icon-like { display: inline-block; vertical-align: top; width: 17px; height: 15px; line-height: 15px; background: url(../imgs/like.png) no-repeat; background-size: 17px; } .replyItems li:last-of-type { border: none; } .replyBox .liked .icon-like { background-position: 0 -20px; } .replyBox a.liked { color: #e65426; } .replyBox .comments span { display: inline-block; vertical-align: middle; margin-right: 3px; } .replyBox .comments a { margin-left: 18px; float: right; } .replyBox .like { color: #989da6; font-size: 12px; } .icon-reply, .icon-report { display: inline-block; width: 20px; height: 17px; background: url(../imgs/icon-reply.png) no-repeat left top; background-size: 100%; vertical-align: top } /*.replyItems .photo{float:left;margin-right:1px;width:3px;height:3px;overflow:hidden;border-radius:5px}*/ .icon-report { background-image: url(../imgs/icon-report.png); } .replyItems .comments { overflow: hidden; height: 20px; padding: 8px 0; } .replyItems article { font-size: 15px; line-height: 24px; } .replyItems .reply_wrap, .replyItems .quote { position: relative; font-size: 14px; line-height: 23px; color: #6c6c6c; background: #f3f3f3; padding: 8px 10px; word-wrap: break-word; word-break: break-all; margin-top: 10px; } .replyItems .reply_wrap img, .replyItems .quote img { display: block; max-width: 100%; height: auto; margin: 0 auto } .replyItems .reply_wrap font:first-of-type, .replyItems .quote font:first-of-type { display: block; } .p-content .quote blockquote br:nth-child(3), .p-content .quote blockquote br:nth-child(4) { display: none; } .p-content .reply_wrap br:nth-child(3), .p-content .reply_wrap br:nth-child(2) { display: none; } .replyBox .noReply { padding: 45px 0; text-align: center; font-size: 14px; color: #a6a6a6 } .replyBox .noReply article { padding-left: 0; } /* face Style */ img.smile-png { display: inline-block !important; vertical-align: middle !important; width: 20px !important; height: 20px !important; margin: 0 !important; } /* Patch 15.7.7 By Goofy */ #portal { background: #ffffff; color: #424242; font-size: 15px; line-height: 25px; } #portal .detail { padding: 20px; } #portal .detail img{ margin: 5px; width: auto; height: auto; max-width: 100%; display: inline-block; } #portal .detail h1 { font-size: 21px; color: #121212; line-height: 32px; font-weight: normal; } #portal .detail .detail-time { font-size: 11px; color: #c4c4c4; line-height: 21px; } #portal .detail .detail-time i { display: inline-block; vertical-align: middle; margin-right: 3px; width: 10px; height: 10px; position: relative; border: 1px #c4c4c4 solid; border-radius: 50%; } #portal .detail .detail-time i:before { content: ""; position: absolute; left: 3px; top: 2px; width: 2px; height: 3px; border-right: 1px #c4c4c4 solid; border-bottom: 1px #c4c4c4 solid; } #portal .detail .detail-time span { display: inline-block; vertical-align: middle; } #portal .detail .p-content { margin-top: 14px; } #portal .detail .p-content img { margin: 10px 0; } .nomore { text-align: center; background: #ffffff; margin-top: 2px; font-size: 14px; padding: 10px 0; }
Clan/Clan/assets/www/css/style.css
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1 } audio:not([controls]) { display: none; height: 0 } [hidden] { display: none } html { font-size: 20px; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) } html, button, input, select, textarea { font-family: Arial, Simhei, "黑体", Microsoft Yahei, "微软雅黑", sans-serif; color: #363636 } body { margin: 0; background: #f3f3f3; } a:link { text-decoration: underline; color: #0067a6; } a:hover { text-decoration: underline; color: red; } a:active { text-decoration: underline; color: red; } a:visited { text-decoration: underline; color: red; } /*a{color:#363636;font-weight:lighter}*/ /*a:link{text-decoration:none}*/ /*a:focus{outline:thin dotted}*/ /*a:active,a:hover{outline:0;text-decoration:none}*/ html { } h1 { font-size: 2em; margin: 0 } h2 { font-size: 1.5em; margin: 0 } h3 { font-size: 1.17em; margin: 0 } h4 { font-size: 1em; margin: 0 } h5 { font-size: 0.83em; margin: 0 } h6 { font-size: 0.75em; margin: 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: bold } blockquote { margin: 1em 40px } dfn { font-style: italic } mark { background: #ff0; color: #000 } p, pre { margin: 0 } code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word } q { quotes: none } q:before, q:after { content: ''; content: none } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -0.5em } sub { bottom: -0.25em } dl, menu, ol, ul { margin: 0; padding: 0 } nav ul, nav ol, ul, ol { list-style: none; list-style-image: none } img { border: 0; vertical-align: bottom; display: block; width: 100%; max-width: 100%; } svg:not(:root) { overflow: hidden } figure { margin: 0 } form { margin: 0 } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em } legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; } button, input[type="text"], input[type="password"], input[type="number"], input[type="submit"], input[type="reset"], select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; background: none; border: 0; padding: 0 } button, input, areatext { line-height: normal; outline: none !important } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; } button[disabled], input[disabled] { cursor: default } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0 } ul { margin: 0px; padding: 0px } em { font-style: inherit } hr { display: block; clear: both; zoom: 1; height: 0; line-height: 0; border: 0; padding: 0; content: ""; font-size: 0 } /* public style */ .clearFix:after { clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden } .clearFix { clear: both; zoom: 1 } .floatL { display: inline; float: left } .floatR { display: inline; float: right } /*************************************/ /*body { -webkit-user-select: none; -moz-user-select: none }*/ /* Icon */ /* Tags */ .tags { min-width: 19px; height: 14px; line-height: 14px; display: inline-block; margin-right: 14px; padding: 0 3px; float: left; font-size: 10px; border: 1px solid #ababab; color: #ababab; } .tags-t { color: #ff680f; border-color: #ff680f } .tags-lz { border: 1px solid #ababab; color: #ababab; border-radius: 2px; } /* Main */ #main { position: relative; padding: 0; z-index: 0; box-sizing: border-box } .user-info { position: relative; height: 55px; border-bottom: 1px #eee solid; overflow: hidden; } .user-info .photo { float: left; margin: 14px 13px 0 20px; width: 30px; height: 30px; overflow: hidden; border-radius: 50%; background: center center no-repeat; background-size: cover; } .user-info .info-detail { overflow: hidden; margin-top: 14px; } .user-info .name { font-size: 15px; color: #424242; line-height: 16px; height: 16px } .user-info .name span { float: left } .user-info .name em { margin: 1px 0 0 5px } .user-info .date { font-size: 10px; color: #a6a6a6; line-height: 13px; margin-top: 4px } .card article { padding: 20px; border-bottom: 1px #eee solid; } .card article h1 { font-size: 21px; color: #121212; font-weight: 100; line-height: 30px; padding-bottom: 5px; } .card article { word-break: break-all; } .card article .p-content { padding: 5px 0; font-size: 15px; line-height: 24px; word-break: break-all; } .card article img { margin: 5px; width: auto; height: auto; max-width: 100%; display: inline-block; } .bbsBox { background: #fff; border-bottom: 1px #eee solid; } .bbsBox .like { text-align: center; padding: 20px 15px; overflow: hidden; } .bbsBox .like .icon { float: right; position: relative; width: 50px; height: 26px; border: 1px #dbdbdb solid; border-radius: 28px; } .bbsBox .like .icon:before { content: ''; position: absolute; left: 50%; top: 50%; margin: -6px 0 0 -8px; width: 17px; height: 17px; background: url(../imgs/like.png) no-repeat; background-size: 17px; } .bbsBox .like .count { float: right; font-size: 15px; color: #a6a6a6; line-height: 28px; margin-right: 18px; } .bbsBox .like.liked .icon:before { border-color: #e65426; background-position: 0 -20px; } .bbsBox .like.liked .icon { } /*.bbsBox .cont p{font-size:1.5px;line-height:2.1px;color:#494949}*/ /* replyBox */ .replyBox { margin-top: 12px; background: #ffffff; } .replyBox .reply-head { position: relative; border-bottom: 1px #eee solid; color: #a6a6a6; font-size: 15px; padding-left: 20px; line-height: 40px; box-shadow: 0 1px 1px rgba(0, 0, 0, .04); } .replyBox .reply-head:before { content: ''; position: absolute; bottom: -5px; left: 45px; border-top: 5px #ddd solid; border-left: 6px transparent solid; border-right: 6px transparent solid; } .replyBox .reply-head:after { content: ''; position: absolute; bottom: -4px; left: 45px; border-top: 5px #fff solid; border-left: 6px transparent solid; border-right: 6px transparent solid; } .replyItems { padding: 0 20px; } .replyItems .floor { position: absolute; right: 0; top: 15px; font-size: 10px; color: #a6a6a6; line-height: 16px; } .replyItems .user-info { height: 45px; border: none; padding-bottom: 0; } .replyItems .name { font-size: 14px; } .replyItems .name em { margin-top: 0; } .replyItems li { position: relative; border-bottom: 1px #eee solid; } .replyItems li .photo { margin-left: 0; } .replyItems li article { padding: 0 0 0 4px; border: none; } .replyBox .icon-like { display: inline-block; vertical-align: top; width: 17px; height: 15px; line-height: 15px; background: url(../imgs/like.png) no-repeat; background-size: 17px; } .replyItems li:last-of-type { border: none; } .replyBox .liked .icon-like { background-position: 0 -20px; } .replyBox a.liked { color: #e65426; } .replyBox .comments span { display: inline-block; vertical-align: middle; margin-right: 3px; } .replyBox .comments a { margin-left: 18px; float: right; } .replyBox .like { color: #989da6; font-size: 12px; } .icon-reply, .icon-report { display: inline-block; width: 20px; height: 17px; background: url(../imgs/icon-reply.png) no-repeat left top; background-size: 100%; vertical-align: top } /*.replyItems .photo{float:left;margin-right:1px;width:3px;height:3px;overflow:hidden;border-radius:5px}*/ .icon-report { background-image: url(../imgs/icon-report.png); } .replyItems .comments { overflow: hidden; height: 20px; padding: 8px 0; } .replyItems article { font-size: 15px; line-height: 24px; } .replyItems .reply_wrap, .replyItems .quote { position: relative; font-size: 14px; line-height: 23px; color: #6c6c6c; background: #f3f3f3; padding: 8px 10px; word-wrap: break-word; word-break: break-all; margin-top: 10px; } .replyItems .reply_wrap img, .replyItems .quote img { display: block; max-width: 100%; height: auto; margin: 0 auto } .replyItems .reply_wrap font:first-of-type, .replyItems .quote font:first-of-type { display: block; } .p-content .quote blockquote br:nth-child(3), .p-content .quote blockquote br:nth-child(4) { display: none; } .p-content .reply_wrap br:nth-child(3), .p-content .reply_wrap br:nth-child(2) { display: none; } .replyBox .noReply { padding: 45px 0; text-align: center; font-size: 14px; color: #a6a6a6 } .replyBox .noReply article { padding-left: 0; } /* face Style */ img.smile-png { display: inline-block !important; vertical-align: middle !important; width: 20px !important; height: 20px !important; margin: 0 !important; } /* Patch 15.7.7 By Goofy */ #portal { background: #ffffff; color: #424242; font-size: 15px; line-height: 25px; } #portal .detail { padding: 20px; } #portal .detail img{ margin: 5px; width: auto; height: auto; max-width: 100%; display: inline-block; } #portal .detail h1 { font-size: 21px; color: #121212; line-height: 32px; font-weight: normal; } #portal .detail .detail-time { font-size: 11px; color: #c4c4c4; line-height: 21px; } #portal .detail .detail-time i { display: inline-block; vertical-align: middle; margin-right: 3px; width: 10px; height: 10px; position: relative; border: 1px #c4c4c4 solid; border-radius: 50%; } #portal .detail .detail-time i:before { content: ""; position: absolute; left: 3px; top: 2px; width: 2px; height: 3px; border-right: 1px #c4c4c4 solid; border-bottom: 1px #c4c4c4 solid; } #portal .detail .detail-time span { display: inline-block; vertical-align: middle; } #portal .detail .p-content { margin-top: 14px; } #portal .detail .p-content img { margin: 10px 0; } .nomore { text-align: center; background: #ffffff; margin-top: 2px; font-size: 14px; padding: 10px 0; }
0.477067
0.1191
a{ color: #212529 !important; } a:hover{ color: dimgray !important; text-decoration: none !important; } .wrapping{ background-color: #f3f3f3; } #footer{ background-color: lightgray; /* background-color: rgb(255, 204, 204); */ } blockquote{ margin-left: 1rem !important; padding-left: 1rem; border-left: 2px solid orangered; font-family: 'Quicksand', Arial, sans-serif; font-size: larger; font-style: italic; } .text-white{ color: white !important; } .text-white:hover{ color: rgb(255, 245, 227) !important; } .zoom:hover{ -ms-transform: scale(1.02); /* IE 9 */ -webkit-transform: scale(1.02); /* Safari 3-8 */ transform: scale(1.02); transition: all 0.5s; } /* .faded:hover{ opacity: 0.8; } */ .hide .card-text, .hide .card-title{ visibility: hidden; } .hide:hover .card-text, .hide:hover .card-title{ visibility: visible; } .hide:hover{ transition: 0.6s; background-color: rgba(0, 0, 0, 0.3); } .card{ border-radius: 0px !important; } .card-img-top{ border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; } .card-columns { column-gap: 0.3em !important; } .card-columns .card{ margin-bottom: 0.3rem !important; } .card-title{ font-weight: normal !important; } .showcase-bgr{ background-color: rgb(245, 245, 245); } .showcase-no-bgr{ background-color: unset; } .showcase-img img{ display: inline-block; height: 100%; } .showcase-btn{ border: 1px solid !important; } .love:hover{ color: tomato !important; } .lightslategrey-background{ background-color: rgb(104, 133, 151); /* lightslategrey; */ color: rgb(207, 215, 226); } .line{ border-left: 1px solid white; } .line-right{ border-right: 1px solid white; } .fl-right{ float: right; } .prj-detail{ background-color: white; border: 0.5px solid #cfcfcf; } .post-detail{ display: block; background-color: white; } .btn.active{ color: slategrey; } .btn.active:hover{ color: slategrey; } .alert.space{ min-height: 20rem; } .rel-posts h6{ font-family: 'Quicksand', Arial, sans-serif; font-size: 1.1rem !important; } .msg{ color: firebrick !important; } #hide-form{ display: none; } .paint-wrap{ display: inline; position: absolute; } .paint{ width: 100px; } /*md*/ @media screen and (max-width: 991px){ } /*sm*/ @media screen and (max-width: 767px){ .display-4{ font-size: 2.5rem !important; } .card-columns { column-count: 3; } .showcase-img{ min-height: 12rem; } }
public/css/style.css
a{ color: #212529 !important; } a:hover{ color: dimgray !important; text-decoration: none !important; } .wrapping{ background-color: #f3f3f3; } #footer{ background-color: lightgray; /* background-color: rgb(255, 204, 204); */ } blockquote{ margin-left: 1rem !important; padding-left: 1rem; border-left: 2px solid orangered; font-family: 'Quicksand', Arial, sans-serif; font-size: larger; font-style: italic; } .text-white{ color: white !important; } .text-white:hover{ color: rgb(255, 245, 227) !important; } .zoom:hover{ -ms-transform: scale(1.02); /* IE 9 */ -webkit-transform: scale(1.02); /* Safari 3-8 */ transform: scale(1.02); transition: all 0.5s; } /* .faded:hover{ opacity: 0.8; } */ .hide .card-text, .hide .card-title{ visibility: hidden; } .hide:hover .card-text, .hide:hover .card-title{ visibility: visible; } .hide:hover{ transition: 0.6s; background-color: rgba(0, 0, 0, 0.3); } .card{ border-radius: 0px !important; } .card-img-top{ border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; } .card-columns { column-gap: 0.3em !important; } .card-columns .card{ margin-bottom: 0.3rem !important; } .card-title{ font-weight: normal !important; } .showcase-bgr{ background-color: rgb(245, 245, 245); } .showcase-no-bgr{ background-color: unset; } .showcase-img img{ display: inline-block; height: 100%; } .showcase-btn{ border: 1px solid !important; } .love:hover{ color: tomato !important; } .lightslategrey-background{ background-color: rgb(104, 133, 151); /* lightslategrey; */ color: rgb(207, 215, 226); } .line{ border-left: 1px solid white; } .line-right{ border-right: 1px solid white; } .fl-right{ float: right; } .prj-detail{ background-color: white; border: 0.5px solid #cfcfcf; } .post-detail{ display: block; background-color: white; } .btn.active{ color: slategrey; } .btn.active:hover{ color: slategrey; } .alert.space{ min-height: 20rem; } .rel-posts h6{ font-family: 'Quicksand', Arial, sans-serif; font-size: 1.1rem !important; } .msg{ color: firebrick !important; } #hide-form{ display: none; } .paint-wrap{ display: inline; position: absolute; } .paint{ width: 100px; } /*md*/ @media screen and (max-width: 991px){ } /*sm*/ @media screen and (max-width: 767px){ .display-4{ font-size: 2.5rem !important; } .card-columns { column-count: 3; } .showcase-img{ min-height: 12rem; } }
0.357455
0.160299
body { font-family: "Roboto" !important; } .general-container { width: 80%; margin: auto; display: flex; } .general-container nav { font-size: 1.4rem; margin: 0 1.5% 0 0; width: 22.5%; box-sizing: border-box; background: #FCFCFC; } .general-container nav form { top: 70px; padding: 20px; background: white; } .general-container nav form .buttons #hideButton { display: none; } .general-container nav input, .general-container nav select, .general-container nav button, .general-container nav #hideButton { font-size: 1.4rem; } .general-container nav input, .general-container nav select { border-color: #acacac; } .general-container nav .buttons { display: flex; justify-content: space-between; } .general-container .product-content { width: 76%; margin-bottom: 50px; } .general-container .product-content .products-header h1 { margin-left: 2%; } .general-container .product-content .products-container { width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 20px 0; } .general-container .product-content .products-container .products-item { display: flex; flex-direction: column; justify-content: center; width: 29.89%; margin: 0 2%; padding: 30px; background: white; box-shadow: 0px 0px 7px #5A781C; margin-bottom: 40px; } .general-container .product-content .products-container .products-item img { align-self: center; width: 150px; height: 175px; } .general-container .product-content .products-container .products-item .products-description { text-align: center; margin-top: 20px; } .general-container .product-content .products-container .products-item .products-description .category { font-size: 1.4rem; } .general-container .product-content .products-container .products-item .products-description #product-details { margin-bottom: 5px; } .general-container .product-content .products-container .products-item .products-description #product-details:hover { background: #1e5a1f; } .general-container .product-content .products-container .products-item .products-description h2, .general-container .product-content .products-container .products-item .products-description p { font-size: 1.6rem; } .general-container .product-content .products-container .products-item .products-description p { margin-top: 5px; } .general-container .product-content .products-container .third-item { margin: 0 0 40px 2% !important; } #product-details { background: #2c8c2e; color: white; font-size: 1.4rem; width: 75%; } .number-container { display: flex; justify-content: space-between; } .number-container input { width: 42%; } button, #hideButton { margin-top: 20px; } .filter { display: none; } @media only screen and (max-width: 1300px) { .general-container { width: 84%; } } @media only screen and (max-width: 1200px) { .general-container .product-content .products-container .products-item { margin: 0 1%; margin-bottom: 40px; width: 31.66%; } .general-container .product-content .products-container .third-item { margin-left: 1% !important; } } @media only screen and (max-width: 1100px) { .general-container { width: 84%; } .general-container nav { display: none; position: absolute; width: 100%; top: 189px; left: 0; } .general-container nav form { background: #e9ecef; padding: 4% 31% 10% 31%; } .general-container nav form .buttons button, .general-container nav form .buttons #hideButton { width: 42%; } .general-container nav form .buttons #hideButton { display: inline-block; } .general-container .product-content { width: 100%; } .general-container .product-content .products-header { display: flex; justify-content: space-between; margin: 30px 0; } .general-container .product-content .products-header .filter { margin: 0 0 0 0px; font-size: 2.2em; display: block; height: 50px; } .general-container .product-content .products-header h1 { margin-left: 0; } } @media only screen and (max-width: 950px) { .general-container .product-content .products-container .products-item { width: 48%; } #product-details { width: 55%; } .general-container .product-content .products-container .third-item { margin-right: 1% !important; } } @media only screen and (max-width: 720px) { .general-container nav { width: 100%; left: 0; } .general-container nav form { padding: 8% 20%; } .general-container .product-content .products-container .products-item img { width: 150px; height: 150px; } .general-container .product-content .products-container .products-item .products-description h2, .general-container .product-content .products-container .products-item .products-description p { font-size: 2.8em; } } @media only screen and (max-width: 600px) { .general-container { width: 86%; } } @media only screen and (max-width: 550px) { .general-container .product-content .products-header { margin: 0; } .general-container .product-content .products-header h1 { margin-left: 0%; } .general-container .product-content .products-container { margin-bottom: 25px; justify-content: center; } .general-container .product-content .products-container .products-item { width: 80%; margin: 0 0 40px 0; } .general-container .product-content .products-container .products-item .products-description { margin-top: 10px; } .general-container .product-content .products-header { flex-direction: column; justify-content: center; } .general-container .product-content .products-header h1 { order: 1; margin: 30px 0 10px 0; } .general-container .product-content .products-header .filter { width: 40%; height: 40px; order: 2; } .general-container .product-content .products-header .filter, .general-container .product-content .products-header h1 { align-self: center; } button, #hideButton { margin-top: 10px; } #hiddenEl { display: none; } .general-container nav { top: 225px; } .general-container nav form { padding: 62px 30px; } } .general-container nav form .form-group { margin-bottom: 2rem; } } @media only screen and (max-width: 380px) { .general-container .product-content .products-header .filter { width: 50%; } .general-container .product-content .products-container .products-item { width: 100%; } nav form .buttons { flex-direction: column; width: 100%; } nav form .buttons button, nav form .buttons #hideButton { width: 100% !important; display: block; } nav form .buttons #hideButton { display: block; } } @media only screen and (max-width: 300px) { .general-container .product-content .products-container .products-item img { width: 150px; height: 150px; } } /*# sourceMappingURL=products.css.map */
public/css/products.css
body { font-family: "Roboto" !important; } .general-container { width: 80%; margin: auto; display: flex; } .general-container nav { font-size: 1.4rem; margin: 0 1.5% 0 0; width: 22.5%; box-sizing: border-box; background: #FCFCFC; } .general-container nav form { top: 70px; padding: 20px; background: white; } .general-container nav form .buttons #hideButton { display: none; } .general-container nav input, .general-container nav select, .general-container nav button, .general-container nav #hideButton { font-size: 1.4rem; } .general-container nav input, .general-container nav select { border-color: #acacac; } .general-container nav .buttons { display: flex; justify-content: space-between; } .general-container .product-content { width: 76%; margin-bottom: 50px; } .general-container .product-content .products-header h1 { margin-left: 2%; } .general-container .product-content .products-container { width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 20px 0; } .general-container .product-content .products-container .products-item { display: flex; flex-direction: column; justify-content: center; width: 29.89%; margin: 0 2%; padding: 30px; background: white; box-shadow: 0px 0px 7px #5A781C; margin-bottom: 40px; } .general-container .product-content .products-container .products-item img { align-self: center; width: 150px; height: 175px; } .general-container .product-content .products-container .products-item .products-description { text-align: center; margin-top: 20px; } .general-container .product-content .products-container .products-item .products-description .category { font-size: 1.4rem; } .general-container .product-content .products-container .products-item .products-description #product-details { margin-bottom: 5px; } .general-container .product-content .products-container .products-item .products-description #product-details:hover { background: #1e5a1f; } .general-container .product-content .products-container .products-item .products-description h2, .general-container .product-content .products-container .products-item .products-description p { font-size: 1.6rem; } .general-container .product-content .products-container .products-item .products-description p { margin-top: 5px; } .general-container .product-content .products-container .third-item { margin: 0 0 40px 2% !important; } #product-details { background: #2c8c2e; color: white; font-size: 1.4rem; width: 75%; } .number-container { display: flex; justify-content: space-between; } .number-container input { width: 42%; } button, #hideButton { margin-top: 20px; } .filter { display: none; } @media only screen and (max-width: 1300px) { .general-container { width: 84%; } } @media only screen and (max-width: 1200px) { .general-container .product-content .products-container .products-item { margin: 0 1%; margin-bottom: 40px; width: 31.66%; } .general-container .product-content .products-container .third-item { margin-left: 1% !important; } } @media only screen and (max-width: 1100px) { .general-container { width: 84%; } .general-container nav { display: none; position: absolute; width: 100%; top: 189px; left: 0; } .general-container nav form { background: #e9ecef; padding: 4% 31% 10% 31%; } .general-container nav form .buttons button, .general-container nav form .buttons #hideButton { width: 42%; } .general-container nav form .buttons #hideButton { display: inline-block; } .general-container .product-content { width: 100%; } .general-container .product-content .products-header { display: flex; justify-content: space-between; margin: 30px 0; } .general-container .product-content .products-header .filter { margin: 0 0 0 0px; font-size: 2.2em; display: block; height: 50px; } .general-container .product-content .products-header h1 { margin-left: 0; } } @media only screen and (max-width: 950px) { .general-container .product-content .products-container .products-item { width: 48%; } #product-details { width: 55%; } .general-container .product-content .products-container .third-item { margin-right: 1% !important; } } @media only screen and (max-width: 720px) { .general-container nav { width: 100%; left: 0; } .general-container nav form { padding: 8% 20%; } .general-container .product-content .products-container .products-item img { width: 150px; height: 150px; } .general-container .product-content .products-container .products-item .products-description h2, .general-container .product-content .products-container .products-item .products-description p { font-size: 2.8em; } } @media only screen and (max-width: 600px) { .general-container { width: 86%; } } @media only screen and (max-width: 550px) { .general-container .product-content .products-header { margin: 0; } .general-container .product-content .products-header h1 { margin-left: 0%; } .general-container .product-content .products-container { margin-bottom: 25px; justify-content: center; } .general-container .product-content .products-container .products-item { width: 80%; margin: 0 0 40px 0; } .general-container .product-content .products-container .products-item .products-description { margin-top: 10px; } .general-container .product-content .products-header { flex-direction: column; justify-content: center; } .general-container .product-content .products-header h1 { order: 1; margin: 30px 0 10px 0; } .general-container .product-content .products-header .filter { width: 40%; height: 40px; order: 2; } .general-container .product-content .products-header .filter, .general-container .product-content .products-header h1 { align-self: center; } button, #hideButton { margin-top: 10px; } #hiddenEl { display: none; } .general-container nav { top: 225px; } .general-container nav form { padding: 62px 30px; } } .general-container nav form .form-group { margin-bottom: 2rem; } } @media only screen and (max-width: 380px) { .general-container .product-content .products-header .filter { width: 50%; } .general-container .product-content .products-container .products-item { width: 100%; } nav form .buttons { flex-direction: column; width: 100%; } nav form .buttons button, nav form .buttons #hideButton { width: 100% !important; display: block; } nav form .buttons #hideButton { display: block; } } @media only screen and (max-width: 300px) { .general-container .product-content .products-container .products-item img { width: 150px; height: 150px; } } /*# sourceMappingURL=products.css.map */
0.398641
0.040712
* { margin: 0 auto; padding: 0; font-family: 'Roboto', sans-serif; } img { width: 100%; } a { text-decoration: none; color: inherit; } ul { list-style: none; } ul li { margin: 0.5em 0; margin-left: 1em; } /* ########################################################## Classes and IDs #################################################### */ #Header { display: flex; background-color: rgb(255, 246, 220); align-items: center; justify-content: center; padding: 2em 0; } .firstcol { text-align: left; } #Side_borders { border-top: none; border-bottom: none; } /* ########################################################### Header ############################################################ */ header div figure { width: 140px; position: absolute; left: 90px; right: 90px; top: 0; z-index: 0; } header div figure img { border-radius: 100%; opacity: 0.3; } header div h1 { position: relative; color: white; text-shadow: 0 3px 5px black; z-index: 1; } header aside { font-size: smaller; position: absolute; top: 0.3em; right: 0.3em; } nav { background-color: rgb(255, 246, 220, 0.5); display: flex; align-items: center; justify-content: space-around; } nav a { font-size: small; padding: 2em 0; } /* ################################################## Table ########################################################### */ main div { width: 100vw; height: 70vh; margin: 2em 0; } h2 { font-size: large; margin: 1em 0; text-align: center; } table { height: 100%; } table, th, td{ text-align: center; border: 2px ridge rgb(255, 152, 152, 0.3); border-collapse: collapse; } table { border: none; } /* ################################################## Footer ############################################################ */ footer { background-color: rgb(168, 161, 161, 0.4); display: flex; flex-direction: row; align-items: center; padding: 1em 0; } footer div { font-size: x-small; } /* ################################################### Media Queries ################################################### */ @media screen and (min-width: 724px) { header aside { right: 1.5em; top: 1em; } } @media screen and (min-width: 1024px) { main div { display: grid; grid: 100% / 25% 50% 25%; } table { grid-column-start: 2; } footer div { font-size: small; margin-left: 12%; } }
css/prestations.css
* { margin: 0 auto; padding: 0; font-family: 'Roboto', sans-serif; } img { width: 100%; } a { text-decoration: none; color: inherit; } ul { list-style: none; } ul li { margin: 0.5em 0; margin-left: 1em; } /* ########################################################## Classes and IDs #################################################### */ #Header { display: flex; background-color: rgb(255, 246, 220); align-items: center; justify-content: center; padding: 2em 0; } .firstcol { text-align: left; } #Side_borders { border-top: none; border-bottom: none; } /* ########################################################### Header ############################################################ */ header div figure { width: 140px; position: absolute; left: 90px; right: 90px; top: 0; z-index: 0; } header div figure img { border-radius: 100%; opacity: 0.3; } header div h1 { position: relative; color: white; text-shadow: 0 3px 5px black; z-index: 1; } header aside { font-size: smaller; position: absolute; top: 0.3em; right: 0.3em; } nav { background-color: rgb(255, 246, 220, 0.5); display: flex; align-items: center; justify-content: space-around; } nav a { font-size: small; padding: 2em 0; } /* ################################################## Table ########################################################### */ main div { width: 100vw; height: 70vh; margin: 2em 0; } h2 { font-size: large; margin: 1em 0; text-align: center; } table { height: 100%; } table, th, td{ text-align: center; border: 2px ridge rgb(255, 152, 152, 0.3); border-collapse: collapse; } table { border: none; } /* ################################################## Footer ############################################################ */ footer { background-color: rgb(168, 161, 161, 0.4); display: flex; flex-direction: row; align-items: center; padding: 1em 0; } footer div { font-size: x-small; } /* ################################################### Media Queries ################################################### */ @media screen and (min-width: 724px) { header aside { right: 1.5em; top: 1em; } } @media screen and (min-width: 1024px) { main div { display: grid; grid: 100% / 25% 50% 25%; } table { grid-column-start: 2; } footer div { font-size: small; margin-left: 12%; } }
0.411111
0.121061
body{ font-family: Futura; background-color: #EBE0C8 } #simon-bg{ background-color: #222; position: relative; width: 30em; height: 30em; top: 5em; margin: 0 auto; border-radius: 50% } #green-btn, #red-btn, #yellow-btn, #blue-btn{ position: absolute; width: 12em; height: 12em; } .green-glow{ box-shadow: 0 0 1em 1em #0f0; transition: box-shadow 0.1s ease-in-out; } .red-glow{ box-shadow: 0 0 1em 1em #f99; transition: box-shadow 0.1s ease-in-out; } .yellow-glow{ box-shadow: 0 0 1em 1em #cc0; transition: box-shadow 0.1s ease-in-out; } .blue-glow{ box-shadow: 0 0 1em 1em #55f; transition: box-shadow 0.1s ease-in-out; } #green-btn { background-color: green; border-top-left-radius: 100%; top: 2em; left: 2em; } #red-btn { background-color: red; border-top-right-radius: 100%; top: 2em; left: 16em; } #yellow-btn { background-color: yellow; border-bottom-left-radius: 100%; top: 16em; left: 2em; } #blue-btn { background-color: blue; border-bottom-right-radius: 100%; top: 16em; left: 16em; } #center-black-circle{ position: absolute; background-color: #222; width: 16em; height: 16em; border-radius: 50%; left: 7em; top: 7em; } #center-white-circle{ position: absolute; background-color: #EEE; width: 14em; height: 14em; border-radius: 50%; left: 1em; top: 1em; } #simon-label{ font-size: 3.7em; position: absolute; left: 0.5em; top: 0.4em } #count-bg{ position: absolute; width: 4.5em; height: 3em; background-color: black; top: 6.5em; left: 1.5em; border-radius: 0.5em; } #start-btn{ position: absolute; width: 1.5em; height: 1.5em; background-color: red; top: 7em; left: 7em; border-radius: 50%; border: 0.3em solid black; } #strict-btn{ position: absolute; width: 1.5em; height: 1.5em; background-color: yellow; top: 7em; left: 10.5em; border-radius: 50%; border: 0.3em solid black; } #strict-light{ position: absolute; width: 0.8em; height: 0.8em; background-color: black; top: 5.7em; left: 10.9em; border-radius: 50%; border: 0.2em solid black; } #count-num{ position: absolute; top: 0.1em; left: 0.5em; color: red; font-size: 2em; text-align: center; } #count-label{ position: absolute; top: 9.5em; left: 2em; } #start-label{ position: absolute; top: 9.5em; left: 6.5em; } #strict-label{ position: absolute; top: 9.5em; left: 10em; }
css/style.css
body{ font-family: Futura; background-color: #EBE0C8 } #simon-bg{ background-color: #222; position: relative; width: 30em; height: 30em; top: 5em; margin: 0 auto; border-radius: 50% } #green-btn, #red-btn, #yellow-btn, #blue-btn{ position: absolute; width: 12em; height: 12em; } .green-glow{ box-shadow: 0 0 1em 1em #0f0; transition: box-shadow 0.1s ease-in-out; } .red-glow{ box-shadow: 0 0 1em 1em #f99; transition: box-shadow 0.1s ease-in-out; } .yellow-glow{ box-shadow: 0 0 1em 1em #cc0; transition: box-shadow 0.1s ease-in-out; } .blue-glow{ box-shadow: 0 0 1em 1em #55f; transition: box-shadow 0.1s ease-in-out; } #green-btn { background-color: green; border-top-left-radius: 100%; top: 2em; left: 2em; } #red-btn { background-color: red; border-top-right-radius: 100%; top: 2em; left: 16em; } #yellow-btn { background-color: yellow; border-bottom-left-radius: 100%; top: 16em; left: 2em; } #blue-btn { background-color: blue; border-bottom-right-radius: 100%; top: 16em; left: 16em; } #center-black-circle{ position: absolute; background-color: #222; width: 16em; height: 16em; border-radius: 50%; left: 7em; top: 7em; } #center-white-circle{ position: absolute; background-color: #EEE; width: 14em; height: 14em; border-radius: 50%; left: 1em; top: 1em; } #simon-label{ font-size: 3.7em; position: absolute; left: 0.5em; top: 0.4em } #count-bg{ position: absolute; width: 4.5em; height: 3em; background-color: black; top: 6.5em; left: 1.5em; border-radius: 0.5em; } #start-btn{ position: absolute; width: 1.5em; height: 1.5em; background-color: red; top: 7em; left: 7em; border-radius: 50%; border: 0.3em solid black; } #strict-btn{ position: absolute; width: 1.5em; height: 1.5em; background-color: yellow; top: 7em; left: 10.5em; border-radius: 50%; border: 0.3em solid black; } #strict-light{ position: absolute; width: 0.8em; height: 0.8em; background-color: black; top: 5.7em; left: 10.9em; border-radius: 50%; border: 0.2em solid black; } #count-num{ position: absolute; top: 0.1em; left: 0.5em; color: red; font-size: 2em; text-align: center; } #count-label{ position: absolute; top: 9.5em; left: 2em; } #start-label{ position: absolute; top: 9.5em; left: 6.5em; } #strict-label{ position: absolute; top: 9.5em; left: 10em; }
0.566618
0.076373
@import url("normalize.css"); @font-face { font-family: 'MontserratRegular'; src: url("./montserrat-regular.eot"); src: url("./montserrat-regular.eot?#iefix") format('embedded-opentype'), url("./montserrat-regular.woff") format('woff'), url("./montserrat-regular.ttf") format('truetype'), url("./montserrat-regular.svg#MontserratRegular") format('svg'); font-style: normal; font-weight: normal } @font-face { font-family: 'MontserratBold'; src: url("./montserrat-bold.eot"); src: url("./montserrat-bold.eot?#iefix") format('embedded-opentype'), url("./montserrat-bold.woff") format('woff'), url("./montserrat-bold.ttf") format('truetype'), url("./montserrat-bold.svg#MontserratBold") format('svg'); font-style: normal; font-weight: bold } html, body { height: 100% } body { font: 14px/20px 'MontserratRegular', Helvetica, Arial, sans-serif; color: #222; background: #ebe7df url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAFZCAIAAAA96mnzAAACKklEQVR4Xn2VUW7kMAxD+QLf/1x7gv71LNwdKTLhZFtggMCwSVEUPdb3159/v0uSrM8HtGRZuoQk1R69J12o9ixJWvSnVyfLdbNw0XAXWe1fIL8BoqmNGiV/cHc9Gq4NXxLKHhteRyLpA28cl0SLdx0BckSWL4gkPlIVTg1nN9Ys3iyWI5AGDA5xOXB5BJaWmOw6KSLeU6+0P50QshQyEL2im/YMIL60dTSZ3RXenlkiJpMj8XPMAl1FtjMRW19NxzOE<KEY>=") repeat-x; *background-image: url("ie/header-line.png") } a { color: #222; text-decoration: none; border-bottom: 1px solid #bbb; } a:hover { color: #000 } a, .self { -webkit-transition: color .1s; -moz-transition: color .1s; -ms-transition: color .1s; -o-transition: color .1s; transition: color .1s } .self { color: #333; border-bottom: 1px dotted #aaa; cursor: pointer; } .self:hover { color: #000 } strong { font-family: 'MontserratBold', Helvetica, Arial, sans-serif; font-weight: 700 } p { margin: 0 0 8px } label { cursor: pointer } h1, h2, h3, h4 { margin: 0; font: bold 20px/60px 'MontserratBold', Helvetica, Arial, sans-serif } h2 { height: 60px; text-align: center; text-transform: uppercase } h4 { font-size: 18px; line-height: 24px } ul { margin: 0; padding: 0; list-style: none } table { width: 100%; margin-bottom: 21px } th, td { padding: 11px 20px 12px; vertical-align: top; font-weight: normal; text-align: left; border-bottom: 2px solid #e7e5e0; } thead th, thead td { background: #f3f2ef } th { white-space: nowrap } td { width: 100% } .focus { outline: 1px dotted rgba(0, 0, 0, 0.5) !important } .clear { position: relative; *zoom: 1; } .clear:before, .clear:after { content: ''; display: table; clear: both } .layout { width: 930px; margin: 0 auto; padding: 0 15px } .header { padding: 115px 0 73px; color: #fff; text-align: center; } .header h1, .header strong { letter-spacing: -1px; text-transform: uppercase } .header h1 { padding-bottom: 23px; font-size: 22px; line-height: 28px } .header h3 { position: relative; padding: 35px 0 17px; font-size: 120px; line-height: 140px; letter-spacing: -5px; } .header h3 span { font-size: 30px; line-height: 40px; letter-spacing: 0; margin-left: -10px; vertical-align: baseline; } .header h3:before { content: ''; display: inline-block; width: 72px; height: 64px; margin-right: 32px; vertical-align: middle; background: url("icheck.png") } .header h3:after { content: ''; position: absolute; top: 0; left: 50%; width: 100px; margin-left: -50px; border-top: 3px solid #fff } .header strong { font: 24px/30px 'MontserratRegular', Helvetica, Arial, sans-serif; } .header strong a { color: #fff; border-bottom-color: #fff } .features { position: relative; font-size: 16px; color: #555; background: #fff; } .features .self { color: #555; border-bottom-color: #bbb; } .features .self:hover { color: #222 } .features .arrows { top: 0 } .features:hover .arrows .bottom { left: 0 } .features h2 { color: #fff; background: #2489c5 } .features ul { padding: 44px 60px 36px } .features li { padding: 0 0 9px 36px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABI0lEQVR4XpXSP0vDUBjF4ZtLkIr4EYzduogdXJTWWV2FLMVNoQrdAhlUUFAEcejo1q13svgFBAUdxA/g30kcdQoIIlL9DWcKuZEeeOCl99w3gTSI49h4MoFb/KCJz6KShS/rOh/TbEZZECLBiSQIR1nQQgAnAVr/LZjEnIq76OJbutjRGR26isUB3pDhBikucWoUzVdI1cl05zBk2MI5jvCKIfL5QluzxTS20bY6WENdl0ujTl13Ni3DABtwWEFp1HG6M7Aq9NHBGRbgy7w6HfTzX6GHCyyXPV2dnu9/MIUX+PIMOkRsbq7hHkZmxciDOrZoQRUVPCGCw504RDobR7VoQQ0f2Mejls1IRb/t4R10CcLc6/2igSVcw8gqFnEMOnSVPxQqQaPw2y7fAAAAAElFTkSuQmCC") 0 1px no-repeat; *background-image: url("ie/icon-star.png"); } .features li.offset { margin-top: 20px } .mark { padding: 0 2px; color: #777; background: #e7e5e0; } .skin-polaris .mark { background: #232830 } .skin-futurico .mark { background: #25262a } .social { height: 60px; margin-bottom: 60px; padding: 0 60px; font-size: 16px; color: #555; background: #f5f3ef; } .social a { color: #777; border-bottom-color: #ccc; } .social a:hover { color: #444 } .social .left { float: left; padding-top: 19px; } .social .left li { float: left; padding-right: 30px; } .social .left li a { position: relative } .social .right { float: right; padding-top: 20px; } .social .right li { float: right; padding-left: 10px } .social .right.local { padding-top: 19px; } .social .right.local li { padding-left: 30px; font-size: 14px } .demo-holder { margin-bottom: 97px } .demo-title { padding-bottom: 36px; font-size: 26px; letter-spacing: -1px } .demo { position: relative; } .demo:hover .arrows .top, .demo:hover .arrows .bottom { left: 0 } .demo-list { position: relative; margin-right: 360px; padding: 33px 57px 17px; color: #555; background: #fff; border: 3px solid #ddd8ce; } .demo-list ul { float: right; white-space: nowrap; } .demo-list ul:first-child { float: left } .demo-list ul li { position: relative; padding: 0 0 18px 42px } .demo-list ul input { position: absolute; top: 4px; left: 0 } .demo-list ul .icheckbox_square-blue, .demo-list ul .iradio_square-blue { position: absolute; top: -1px; left: 0 } .demo-list ul span { color: #bbb } .demo-methods { padding: 21px 360px 0 0; } .demo-methods .mark { background: #d3cfc6 } .demo-methods dt { position: relative; padding: 17px 150px 18px 0; font: 16px/24px 'MontserratRegular', Helvetica, Arial, sans-serif; color: #444; border-bottom: 3px solid #ddd8ce; } .demo-methods dt .self { cursor: pointer; } .demo-methods dt .self:hover { color: #222 } .demo-methods dt .code { position: absolute; right: 0; bottom: 18px; color: #777; } .demo-methods dt .code .self:hover { color: #444 } .demo-methods dd { position: relative; display: none; margin: 0; background: #fff; border: 3px solid #ddd8ce; border-top: none; } .demo-methods dd:before { content: ''; position: absolute; top: -13px; left: 0; width: 0; height: 0; border: 5px solid transparent; border-bottom-color: #ddd8ce; border-left-color: #ddd8ce } .demo-methods dd .markup { margin: 0; color: #888; background: #f5f3ef; border: none; } .demo-methods dd .markup .comment { color: #aaa } .demo-callbacks { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; color: #aaa; background: #232323; border: 3px solid #ddd8ce; } .demo-callbacks h2 { color: #fff; background: #6a5a8c } .demo-callbacks ul { position: absolute; top: 60px; width: 100%; bottom: 0; overflow: auto; } .demo-callbacks ul::-webkit-scrollbar { width: 10px; background: none; } .demo-callbacks ul::-webkit-scrollbar-track { background: none; border: none; } .demo-callbacks ul::-webkit-scrollbar-track-piece:disabled { display: none !important; } .demo-callbacks ul::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, .25); border: none; } .demo-callbacks ul::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, .3); } .demo-callbacks ul li { margin-top: -1px; padding: 13px 20px 15px; border-top: 1px solid #2e2e2e; } .demo-callbacks ul li span { color: #888 } .skins { position: relative; *zoom: 1; } .skins h2 { position: absolute; top: -38px; right: 0; left: 0; font-size: 24px; text-align: center } .arrows { position: absolute; top: 3px; left: -60px; width: 60px; overflow: hidden; } .arrows .top, .arrows .bottom { position: relative; left: 60px; width: 60px; height: 60px; cursor: pointer; -webkit-transition: left .3s, background-color .2s; -moz-transition: left .3s, background-color .2s; -ms-transition: left .3s, background-color .2s; -o-transition: left .3s, background-color .2s; transition: left .3s, background-color .2s } .arrows .top { background: #83b3be url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAAdklEQVR4Xo3MuwmFQBiE0b0FmAuutnRBsAARLMTYRzvWItiEYLq/s6CYyMwGXzTDcWbG8mhEf/ZjQIV2ZCigjiASMAVJIAVKAQ4FKWBDJVoYpAB/7z8GRaAQgBNQG8dZA28f0BmHBgUCKGh9hhpNKH8BWY8GlF2OH3hCC1zmdAAAAABJRU5ErkJggg==") 50% no-repeat; *background-image: url("ie/arrow-top.png"); } .arrows .top:hover { background-color: #6ba4b1 } .arrows .bottom { background: #e2b78d url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAAf0lEQVR4Xo3MzQmEQBCE0TGAvQuOpiQIBiCCgXj2J52NRTAJwev0Vh+WOgjlNHyHguYFM/M6tKLSd2YTmtHHR48S8jtQzAB2430d2bgJvQLsdqRCZwZUPAFLaPjrjYAUMKLgwBtUK4CIhi4BEFGQBohISANEJKQBIqqIFtSqvx/0bXhCCUrgiAAAAABJRU5ErkJggg==") 50% no-repeat; *background-image: url("ie/arrow-bottom.png"); } .arrows .bottom:hover { background-color: #dba571 } @media screen and (max-width:1049px) { .arrows, .fork-me { display: none } } .skin { position: relative; margin-bottom: 40px; } .skin:hover .arrows .top, .skin:hover .arrows .bottom { left: 0 } .skin h3 { position: relative; z-index: 20; float: left; height: 60px; padding: 0 57px; line-height: 58px; background: #fff; border: 3px solid #ddd8ce; border-bottom: none; } .skin h3:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 2px; margin-top: -1px; background: #fff } .skin.skin-polaris h3 { color: #cacdd1; background: #2c323c; } .skin.skin-polaris h3:before { background: #2c323c } .skin.skin-futurico h3 { color: #c3c3c3; background: #2e3035; } .skin.skin-futurico h3:before { background: #2e3035 } .skin dl { z-index: 10; width: 100%; margin: 0 } .skin dt { position: relative; top: -53px; right: -3px; float: right; height: 47px; margin-right: -3px; padding: 0 57px; line-height: 47px; border: 3px solid #ddd8ce; cursor: pointer; } .skin dt:hover { background: #f0ede7; border-bottom: 3px solid #ddd8ce } .skin dt.selected { height: 50px; background: #fff; border-bottom: none; cursor: default; } .skin dt.selected:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 2px; margin-top: -1px; background: #fff } .skin.skin-polaris dt { color: #cacdd1; background: #647083; } .skin.skin-polaris dt:hover { background: #4a5361 } .skin.skin-polaris dt.selected { background: #2c323c; } .skin.skin-polaris dt.selected:before { background: #2c323c } .skin.skin-futurico dt { color: #c3c3c3; background: #676c77; } .skin.skin-futurico dt:hover { background: #4b4e56 } .skin.skin-futurico dt.selected { background: #2e3035; } .skin.skin-futurico dt.selected:before { background: #2e3035 } .skin dd { position: relative; display: none; float: left; width: 100%; margin: -3px -100% 0 0; overflow: hidden; color: #444; background: #fff; border: 3px solid #ddd8ce; } .skin dd.selected { display: block } .skin dd a { color: #444; } .skin dd a:hover { color: #111 } .skin.skin-polaris dd { color: #7a828b; background: #2c323c; } .skin.skin-polaris dd a { color: #7a828b; border-bottom-color: #4e596b; } .skin.skin-polaris dd a:hover { color: #a2a7ae } .skin.skin-futurico dd { color: #888; background: #2e3035; } .skin.skin-futurico dd a { color: #888; border-bottom-color: #545861; } .skin.skin-futurico dd a:hover { color: #aaa } .skin-section { float: left; padding: 42px 0 31px 57px; line-height: 18px; } .skin-section h4 { padding-bottom: 18px; } .skin-polaris .skin-section h4 { color: #959ba2 } .skin-futurico .skin-section h4 { color: #a0a0a0 } .skin-section .list { float: left; padding-right: 60px; } .skin-section .list li { position: relative; padding-bottom: 15px } .skin-minimal .skin-section .list li { padding-left: 38px } .skin-square .skin-section .list li { padding-left: 42px } .skin-flat .skin-section .list li, .skin-line .skin-section label { padding-left: 40px } .skin-line .skin-section h4 { padding-bottom: 24px } .skin-line .skin-section .list { padding-right: 40px; } .skin-line .skin-section .list li { padding-bottom: 10px } .skin-polaris .skin-section .list li { padding-left: 37px } .skin-futurico .skin-section .list li { padding-left: 36px } .icheckbox_minimal, .icheckbox_minimal-red, .icheckbox_minimal-green, .icheckbox_minimal-blue, .icheckbox_minimal-aero, .icheckbox_minimal-grey, .icheckbox_minimal-orange, .icheckbox_minimal-yellow, .icheckbox_minimal-pink, .icheckbox_minimal-purple, .iradio_minimal, .iradio_minimal-red, .iradio_minimal-green, .iradio_minimal-blue, .iradio_minimal-aero, .iradio_minimal-grey, .iradio_minimal-orange, .iradio_minimal-yellow, .iradio_minimal-pink, .iradio_minimal-purple { position: absolute; top: 1px; left: 0 } .skin input[type=checkbox], .skin input[type=radio] { position: absolute; top: 2px; left: 0 } .icheckbox_square, .icheckbox_square-red, .icheckbox_square-green, .icheckbox_square-blue, .icheckbox_square-aero, .icheckbox_square-grey, .icheckbox_square-orange, .icheckbox_square-yellow, .icheckbox_square-pink, .icheckbox_square-purple, .iradio_square, .iradio_square-red, .iradio_square-green, .iradio_square-blue, .iradio_square-aero, .iradio_square-grey, .iradio_square-orange, .iradio_square-yellow, .iradio_square-pink, .iradio_square-purple { position: absolute; top: -1px; left: 0 } .icheckbox_flat, .icheckbox_flat-red, .icheckbox_flat-green, .icheckbox_flat-blue, .icheckbox_flat-aero, .icheckbox_flat-grey, .icheckbox_flat-orange, .icheckbox_flat-yellow, .icheckbox_flat-pink, .icheckbox_flat-purple, .iradio_flat, .iradio_flat-red, .iradio_flat-green, .iradio_flat-blue, .iradio_flat-aero, .iradio_flat-grey, .iradio_flat-orange, .iradio_flat-yellow, .iradio_flat-pink, .iradio_flat-purple { position: absolute; top: 0; left: 0 } .icheckbox_polaris, .iradio_polaris { position: absolute; top: -4px; left: -6px } .icheckbox_futurico, .iradio_futurico { position: absolute; top: 2px; left: 0 } .skin-states { float: right; padding-right: 57px; padding-left: 0; } .skin-states .state { cursor: default !important } .skin-states .list { padding-right: 0 } .skin-minimal .skin-states .list li { padding-left: 71px } .skin-square .skin-states .list li { padding-left: 79px } .skin-flat .skin-states .list li { padding-left: 75px } .skin-line .skin-states .list { padding-right: 0 } .skin-polaris .skin-states .list li { padding-left: 69px } .skin-futurico .skin-states .list li { padding-left: 67px } .skin-states .iradio_minimal, .skin-states .iradio_minimal-red, .skin-states .iradio_minimal-green, .skin-states .iradio_minimal-blue, .skin-states .iradio_minimal-aero, .skin-states .iradio_minimal-grey, .skin-states .iradio_minimal-orange, .skin-states .iradio_minimal-yellow, .skin-states .iradio_minimal-pink, .skin-states .iradio_minimal-purple { left: 33px } .skin-states .iradio_square, .skin-states .iradio_square-red, .skin-states .iradio_square-green, .skin-states .iradio_square-blue, .skin-states .iradio_square-aero, .skin-states .iradio_square-grey, .skin-states .iradio_square-orange, .skin-states .iradio_square-yellow, .skin-states .iradio_square-pink, .skin-states .iradio_square-purple { left: 37px } .skin-states .iradio_flat, .skin-states .iradio_flat-red, .skin-states .iradio_flat-green, .skin-states .iradio_flat-blue, .skin-states .iradio_flat-aero, .skin-states .iradio_flat-grey, .skin-states .iradio_flat-orange, .skin-states .iradio_flat-yellow, .skin-states .iradio_flat-pink, .skin-states .iradio_flat-purple { left: 35px } .skin-states .iradio_polaris { left: 26px } .skin-states .iradio_futurico { left: 31px } .colors { clear: both; padding: 24px 0 9px; } .skin-line .colors { padding-top: 28px } .colors strong { float: left; line-height: 20px; margin-right: 20px } .colors li { position: relative; float: left; width: 16px; height: 16px; margin: 2px 1px 0 0; background: #000; cursor: pointer; filter: alpha(opacity=50); opacity: .5; -webkit-transition: opacity .2s; -moz-transition: opacity .2s; -ms-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; } .colors li:hover { filter: alpha(opacity=100); opacity: 1 } .colors li.active { height: 20px; margin-top: 0; filter: alpha(opacity=75); opacity: .75 } .colors li.red { background: #d54e21 } .colors li.green { background: #78a300 } .colors li.blue { background: #0e76a8 } .colors li.aero { background: #9cc2cb } .colors li.grey { background: #73716e } .colors li.orange { background: #f70 } .colors li.yellow { background: #fc0 } .colors li.pink { background: #ff66b5 } .colors li.purple { background: #6a5a8c } .skin-square .colors li.red { background: #e56c69 } .skin-square .colors li.green { background: #1b7e5a } .skin-square .colors li.blue { background: #2489c5 } .skin-square .colors li.aero { background: #9cc2cb } .skin-square .colors li.grey { background: #73716e } .skin-square .colors li.yellow { background: #fc3 } .skin-square .colors li.pink { background: #a77a94 } .skin-square .colors li.purple { background: #6a5a8c } .skin-square .colors li.orange { background: #f70 } .skin-flat .colors li.red { background: #ec7063 } .skin-flat .colors li.green { background: #1abc9c } .skin-flat .colors li.blue { background: #3498db } .skin-flat .colors li.grey { background: #95a5a6 } .skin-flat .colors li.orange { background: #f39c12 } .skin-flat .colors li.yellow { background: #f1c40f } .skin-flat .colors li.pink { background: #af7ac5 } .skin-flat .colors li.purple { background: #8677a7 } .skin-line .colors li.yellow { background: #ffc414 } .skins-info { padding: 13px 0 57px; font-size: 16px; line-height: 22px; text-align: center; } .skins-info p { margin-bottom: 17px } .skins-info .skins-banner { margin: 34px 0 3px; } .skins-info .skins-banner a { display: block; width: 728px; height: 90px; margin: 0 auto; overflow: hidden; text-indent: 100%; white-space: nowrap; background: url(banner.jpg); -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -o-transition: opacity 0.4s ease; transition: opacity 0.4s ease; border: none; } .skins-info .skins-banner a:hover { opacity: .8; } .skin-pre { padding: 43px 60px 0 } .skin-usage { padding: 19px 60px 8px; list-style: decimal outside; } .skin-usage li { margin-bottom: 23px } .skin-usage .schemes { margin-bottom: -3px; padding: 13px 0 0 20px; color: #888; } .skin-usage .schemes ul { float: left; padding-right: 60px } .skin-usage .schemes li { margin: 0; padding-bottom: 3px } .usage { position: relative; margin-bottom: 80px; background: #fff; } .usage a { border-bottom-color: #ddd } .usage .self { border-bottom-color: #bbb } .usage .arrows { top: 0 } .usage:hover .arrows .top, .usage:hover .arrows .bottom { left: 0 } .usage h2 { color: #fff; background: #1f7f5c } .usage h4 { margin: 26px 0 10px; } .usage h4.indeterminate { margin-top: 28px } .usage p { margin-bottom: 5px; } .usage p.offset { margin-top: 10px } .usage p.callbacks-info { margin-bottom: 19px } .usage p.methods-info { margin-bottom: 10px } .usage p.methods-callback { margin-top: 10px } .usage p.issue-tracker { margin-top: 31px } .usage .markup { margin: 9px 0 16px } .usage .usage-inner { font-size: 15px; line-height: 23px; padding: 41px 60px 39px } .markup { margin: 10px 0 18px; padding: 8px 0 9px 17px; font: 14px/20px 'MontserratRegular', Helvetica, Arial, sans-serif; color: #777; background: #e7e5e0; border-left: 3px solid #d7d5cb; } .markup .comment { color: #999; } .markup .comment .self { color: #555; } .markup .comment .self:hover { color: #333 } .skin-polaris .markup { background: #232830; border-left-color: #1f232a } .skin-futurico .markup { background: #25262a; border-left-color: #202225 } .skin-polaris .markup .comment, .skin-futurico .markup .comment { color: #555 } .browsers { margin-bottom: 74px; } .browsers h2 { margin-bottom: 29px; font-size: 24px } .browsers-inner { padding: 0 60px; font-size: 15px; line-height: 23px; } .browsers-inner p { margin-bottom: 15px } .benefits { position: relative; margin-bottom: 59px; color: #888; background: #232323; } .benefits .arrows { top: 0 } .benefits:hover .arrows .top, .benefits:hover .arrows .bottom { left: 0 } .benefits h2 { color: #fff; background: #6a5b8c } .benefits a { color: #888; border-bottom-color: #444; } .benefits a:hover { color: #aaa } .benefits .mark { color: #777; background: #393939 } .benefits-inner { padding: 41px 60px 29px; font-size: 15px; line-height: 23px; } .benefits-inner p { margin-bottom: 15px } .benefits-inner ul { margin: -10px 0 15px } .download { height: 63px; text-align: center; } .download a { display: block; height: 60px; font-size: 18px; line-height: 58px; color: #fff; border-bottom: 0 solid #e24f49; background: #e76b66; -webkit-transition: border-bottom .2s; -moz-transition: border-bottom .2s; -ms-transition: border-bottom .2s; -o-transition: border-bottom .2s; transition: border-bottom .2s; } .download a:before { content: ''; display: inline-block; width: 26px; height: 26px; margin-right: 12px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACYUlEQVR4Xr3VPWhTURjH4VOt0ES7ZRJbEJpsNsaimx9E0GpRCdgU/NhsRAdNBYcK0RirQcSkIIK2cRBRiragVayDhqBDLVWatFvsIKK2UMEp4KBcf8N/KNdwvcHWAw8c/rzvebk5yU2dZVnmf6wVNdb70Ca+5Rrkx0e8E/ZkyzCoAyuxBZu17/jXQV34jjwCytowjUk90Ywyo5q8errcDoriPgpoRhEj6MQrGHmpbARF1RbUG3Uz6Bae4iBacQNNSKEPRi4pa1JNq3pGcds+qNrXu4B1CKKCWtZqlPAZO/72RDGsRdKWh5ATIdOSpHpjbu6ojBfYBiPdOIQeHJMeZd0wsh1jKDsNakEc97AHo8o3IYCz2I1nGMYuZQHVGPXs1RlxtNgH+TCFtBpvIqua40ghqkGdOIp27VOqMcigX8PTKIKzWXwZDDbAQhDG5o6yx2iAkQY80T4HYxOEpbP/uCOnN+wq1Nlq6x3qrWp3NIcKJvAWV+FVzU804i6uwyNZZY34BaOeyzpjQmfOLR70DSGcwyxOIa7mAZzHQ+QxLHllCdUYnMYZzOqsjeBsPbp8QFZ7Lw7gCt4jhGu4qCEGa5SVVWPUM4Yjbn5HfrTjNYzk8AAZ5CSjbBBG3qjXr0CqX+YAviJpy6cQg9NKIoJBN6+gIGbwA16kMY5eeGDEo2xcNV71TCPo5qM7iX14hJIueB4XkICRhLJ51ZTUsx8n3AwawmGE8QUhRDR4J4yElUUQUm1YvUPOfxPO4khj66KL70W/m+Z6uF3P0YdJBRVlZqkHlbEezQo+YWHJB8mC1Lx+Ayeq7nRIoewwAAAAAElFTkSuQmCC"); *background-image: url("ie/icon-options.png"); vertical-align: middle } .download a:hover { border-bottom-width: 3px } .license { color: #444; text-align: center; padding: 30px 0 75px } .footer { padding-top: 28px; height: 60px; color: #666; background: #e2dfd8; } .footer ul { float: left; } .footer ul li { float: left; padding: 2px 10px 0 0 } .footer ul.local li { padding: 0 30px 0 0 } .footer .code { float: right } .footer a { color: #444; } .footer a:hover { color: #222 } .footer-inner { width: 930px; margin: 0 auto; overflow: hidden } .fork-me { position: fixed; *position: absolute; top: 0; right: 0; width: 40px; height: 40px; overflow: hidden; text-indent: 100%; white-space: nowrap; background: #28545b url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAnElEQVR4XqVSgQmEMAyszw/gCI7wK7iBblBHcISfxG6gG/gjuIGO0A3ygaYQCCG2HhweF+6aShsAcDcBJBpuvlwFagqGJwUf5EL6kgV2eEe2yIgc9QI73CMPs8AOywI7nHDSzCxYxcnJ6+hrFnQkJrb2nGclP3Fj+vf0IUV1AgCZHiS86lOObxD4qqSD5mtXmAq1e2fB3vqXact3f/JmXumJlVq1AAAAAElFTkSuQmCC") 50% no-repeat; *background-image: url("ie/icon-fork.png"); } .fork-me:hover { background-color: #1f7f5c } .skin dt, .fork-me { -webkit-transition: background-color .2s; -moz-transition: background-color .2s; -ms-transition: background-color .2s; -o-transition: background-color .2s; transition: background-color .2s }
assets/dist/js/icheck/demo/css/custom.css
@import url("normalize.css"); @font-face { font-family: 'MontserratRegular'; src: url("./montserrat-regular.eot"); src: url("./montserrat-regular.eot?#iefix") format('embedded-opentype'), url("./montserrat-regular.woff") format('woff'), url("./montserrat-regular.ttf") format('truetype'), url("./montserrat-regular.svg#MontserratRegular") format('svg'); font-style: normal; font-weight: normal } @font-face { font-family: 'MontserratBold'; src: url("./montserrat-bold.eot"); src: url("./montserrat-bold.eot?#iefix") format('embedded-opentype'), url("./montserrat-bold.woff") format('woff'), url("./montserrat-bold.ttf") format('truetype'), url("./montserrat-bold.svg#MontserratBold") format('svg'); font-style: normal; font-weight: bold } html, body { height: 100% } body { font: 14px/20px 'MontserratRegular', Helvetica, Arial, sans-serif; color: #222; background: #ebe7df url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAFZCAIAAAA96mnzAAACKklEQVR4Xn2VUW7kMAxD+QLf/1x7gv71LNwdKTLhZFtggMCwSVEUPdb3159/v0uSrM8HtGRZuoQk1R69J12o9ixJWvSnVyfLdbNw0XAXWe1fIL8BoqmNGiV/cHc9Gq4NXxLKHhteRyLpA28cl0SLdx0BckSWL4gkPlIVTg1nN9Ys3iyWI5AGDA5xOXB5BJaWmOw6KSLeU6+0P50QshQyEL2im/YMIL60dTSZ3RXenlkiJpMj8XPMAl1FtjMRW19NxzOE<KEY>=") repeat-x; *background-image: url("ie/header-line.png") } a { color: #222; text-decoration: none; border-bottom: 1px solid #bbb; } a:hover { color: #000 } a, .self { -webkit-transition: color .1s; -moz-transition: color .1s; -ms-transition: color .1s; -o-transition: color .1s; transition: color .1s } .self { color: #333; border-bottom: 1px dotted #aaa; cursor: pointer; } .self:hover { color: #000 } strong { font-family: 'MontserratBold', Helvetica, Arial, sans-serif; font-weight: 700 } p { margin: 0 0 8px } label { cursor: pointer } h1, h2, h3, h4 { margin: 0; font: bold 20px/60px 'MontserratBold', Helvetica, Arial, sans-serif } h2 { height: 60px; text-align: center; text-transform: uppercase } h4 { font-size: 18px; line-height: 24px } ul { margin: 0; padding: 0; list-style: none } table { width: 100%; margin-bottom: 21px } th, td { padding: 11px 20px 12px; vertical-align: top; font-weight: normal; text-align: left; border-bottom: 2px solid #e7e5e0; } thead th, thead td { background: #f3f2ef } th { white-space: nowrap } td { width: 100% } .focus { outline: 1px dotted rgba(0, 0, 0, 0.5) !important } .clear { position: relative; *zoom: 1; } .clear:before, .clear:after { content: ''; display: table; clear: both } .layout { width: 930px; margin: 0 auto; padding: 0 15px } .header { padding: 115px 0 73px; color: #fff; text-align: center; } .header h1, .header strong { letter-spacing: -1px; text-transform: uppercase } .header h1 { padding-bottom: 23px; font-size: 22px; line-height: 28px } .header h3 { position: relative; padding: 35px 0 17px; font-size: 120px; line-height: 140px; letter-spacing: -5px; } .header h3 span { font-size: 30px; line-height: 40px; letter-spacing: 0; margin-left: -10px; vertical-align: baseline; } .header h3:before { content: ''; display: inline-block; width: 72px; height: 64px; margin-right: 32px; vertical-align: middle; background: url("icheck.png") } .header h3:after { content: ''; position: absolute; top: 0; left: 50%; width: 100px; margin-left: -50px; border-top: 3px solid #fff } .header strong { font: 24px/30px 'MontserratRegular', Helvetica, Arial, sans-serif; } .header strong a { color: #fff; border-bottom-color: #fff } .features { position: relative; font-size: 16px; color: #555; background: #fff; } .features .self { color: #555; border-bottom-color: #bbb; } .features .self:hover { color: #222 } .features .arrows { top: 0 } .features:hover .arrows .bottom { left: 0 } .features h2 { color: #fff; background: #2489c5 } .features ul { padding: 44px 60px 36px } .features li { padding: 0 0 9px 36px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABI0lEQVR4XpXSP0vDUBjF4ZtLkIr4EYzduogdXJTWWV2FLMVNoQrdAhlUUFAEcejo1q13svgFBAUdxA/g30kcdQoIIlL9DWcKuZEeeOCl99w3gTSI49h4MoFb/KCJz6KShS/rOh/TbEZZECLBiSQIR1nQQgAnAVr/LZjEnIq76OJbutjRGR26isUB3pDhBikucWoUzVdI1cl05zBk2MI5jvCKIfL5QluzxTS20bY6WENdl0ujTl13Ni3DABtwWEFp1HG6M7Aq9NHBGRbgy7w6HfTzX6GHCyyXPV2dnu9/MIUX+PIMOkRsbq7hHkZmxciDOrZoQRUVPCGCw504RDobR7VoQQ0f2Mejls1IRb/t4R10CcLc6/2igSVcw8gqFnEMOnSVPxQqQaPw2y7fAAAAAElFTkSuQmCC") 0 1px no-repeat; *background-image: url("ie/icon-star.png"); } .features li.offset { margin-top: 20px } .mark { padding: 0 2px; color: #777; background: #e7e5e0; } .skin-polaris .mark { background: #232830 } .skin-futurico .mark { background: #25262a } .social { height: 60px; margin-bottom: 60px; padding: 0 60px; font-size: 16px; color: #555; background: #f5f3ef; } .social a { color: #777; border-bottom-color: #ccc; } .social a:hover { color: #444 } .social .left { float: left; padding-top: 19px; } .social .left li { float: left; padding-right: 30px; } .social .left li a { position: relative } .social .right { float: right; padding-top: 20px; } .social .right li { float: right; padding-left: 10px } .social .right.local { padding-top: 19px; } .social .right.local li { padding-left: 30px; font-size: 14px } .demo-holder { margin-bottom: 97px } .demo-title { padding-bottom: 36px; font-size: 26px; letter-spacing: -1px } .demo { position: relative; } .demo:hover .arrows .top, .demo:hover .arrows .bottom { left: 0 } .demo-list { position: relative; margin-right: 360px; padding: 33px 57px 17px; color: #555; background: #fff; border: 3px solid #ddd8ce; } .demo-list ul { float: right; white-space: nowrap; } .demo-list ul:first-child { float: left } .demo-list ul li { position: relative; padding: 0 0 18px 42px } .demo-list ul input { position: absolute; top: 4px; left: 0 } .demo-list ul .icheckbox_square-blue, .demo-list ul .iradio_square-blue { position: absolute; top: -1px; left: 0 } .demo-list ul span { color: #bbb } .demo-methods { padding: 21px 360px 0 0; } .demo-methods .mark { background: #d3cfc6 } .demo-methods dt { position: relative; padding: 17px 150px 18px 0; font: 16px/24px 'MontserratRegular', Helvetica, Arial, sans-serif; color: #444; border-bottom: 3px solid #ddd8ce; } .demo-methods dt .self { cursor: pointer; } .demo-methods dt .self:hover { color: #222 } .demo-methods dt .code { position: absolute; right: 0; bottom: 18px; color: #777; } .demo-methods dt .code .self:hover { color: #444 } .demo-methods dd { position: relative; display: none; margin: 0; background: #fff; border: 3px solid #ddd8ce; border-top: none; } .demo-methods dd:before { content: ''; position: absolute; top: -13px; left: 0; width: 0; height: 0; border: 5px solid transparent; border-bottom-color: #ddd8ce; border-left-color: #ddd8ce } .demo-methods dd .markup { margin: 0; color: #888; background: #f5f3ef; border: none; } .demo-methods dd .markup .comment { color: #aaa } .demo-callbacks { position: absolute; top: 0; right: 0; bottom: 0; width: 300px; color: #aaa; background: #232323; border: 3px solid #ddd8ce; } .demo-callbacks h2 { color: #fff; background: #6a5a8c } .demo-callbacks ul { position: absolute; top: 60px; width: 100%; bottom: 0; overflow: auto; } .demo-callbacks ul::-webkit-scrollbar { width: 10px; background: none; } .demo-callbacks ul::-webkit-scrollbar-track { background: none; border: none; } .demo-callbacks ul::-webkit-scrollbar-track-piece:disabled { display: none !important; } .demo-callbacks ul::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, .25); border: none; } .demo-callbacks ul::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, .3); } .demo-callbacks ul li { margin-top: -1px; padding: 13px 20px 15px; border-top: 1px solid #2e2e2e; } .demo-callbacks ul li span { color: #888 } .skins { position: relative; *zoom: 1; } .skins h2 { position: absolute; top: -38px; right: 0; left: 0; font-size: 24px; text-align: center } .arrows { position: absolute; top: 3px; left: -60px; width: 60px; overflow: hidden; } .arrows .top, .arrows .bottom { position: relative; left: 60px; width: 60px; height: 60px; cursor: pointer; -webkit-transition: left .3s, background-color .2s; -moz-transition: left .3s, background-color .2s; -ms-transition: left .3s, background-color .2s; -o-transition: left .3s, background-color .2s; transition: left .3s, background-color .2s } .arrows .top { background: #83b3be url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAAdklEQVR4Xo3MuwmFQBiE0b0FmAuutnRBsAARLMTYRzvWItiEYLq/s6CYyMwGXzTDcWbG8mhEf/ZjQIV2ZCigjiASMAVJIAVKAQ4FKWBDJVoYpAB/7z8GRaAQgBNQG8dZA28f0BmHBgUCKGh9hhpNKH8BWY8GlF2OH3hCC1zmdAAAAABJRU5ErkJggg==") 50% no-repeat; *background-image: url("ie/arrow-top.png"); } .arrows .top:hover { background-color: #6ba4b1 } .arrows .bottom { background: #e2b78d url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAAf0lEQVR4Xo3MzQmEQBCE0TGAvQuOpiQIBiCCgXj2J52NRTAJwev0Vh+WOgjlNHyHguYFM/M6tKLSd2YTmtHHR48S8jtQzAB2430d2bgJvQLsdqRCZwZUPAFLaPjrjYAUMKLgwBtUK4CIhi4BEFGQBohISANEJKQBIqqIFtSqvx/0bXhCCUrgiAAAAABJRU5ErkJggg==") 50% no-repeat; *background-image: url("ie/arrow-bottom.png"); } .arrows .bottom:hover { background-color: #dba571 } @media screen and (max-width:1049px) { .arrows, .fork-me { display: none } } .skin { position: relative; margin-bottom: 40px; } .skin:hover .arrows .top, .skin:hover .arrows .bottom { left: 0 } .skin h3 { position: relative; z-index: 20; float: left; height: 60px; padding: 0 57px; line-height: 58px; background: #fff; border: 3px solid #ddd8ce; border-bottom: none; } .skin h3:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 2px; margin-top: -1px; background: #fff } .skin.skin-polaris h3 { color: #cacdd1; background: #2c323c; } .skin.skin-polaris h3:before { background: #2c323c } .skin.skin-futurico h3 { color: #c3c3c3; background: #2e3035; } .skin.skin-futurico h3:before { background: #2e3035 } .skin dl { z-index: 10; width: 100%; margin: 0 } .skin dt { position: relative; top: -53px; right: -3px; float: right; height: 47px; margin-right: -3px; padding: 0 57px; line-height: 47px; border: 3px solid #ddd8ce; cursor: pointer; } .skin dt:hover { background: #f0ede7; border-bottom: 3px solid #ddd8ce } .skin dt.selected { height: 50px; background: #fff; border-bottom: none; cursor: default; } .skin dt.selected:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 2px; margin-top: -1px; background: #fff } .skin.skin-polaris dt { color: #cacdd1; background: #647083; } .skin.skin-polaris dt:hover { background: #4a5361 } .skin.skin-polaris dt.selected { background: #2c323c; } .skin.skin-polaris dt.selected:before { background: #2c323c } .skin.skin-futurico dt { color: #c3c3c3; background: #676c77; } .skin.skin-futurico dt:hover { background: #4b4e56 } .skin.skin-futurico dt.selected { background: #2e3035; } .skin.skin-futurico dt.selected:before { background: #2e3035 } .skin dd { position: relative; display: none; float: left; width: 100%; margin: -3px -100% 0 0; overflow: hidden; color: #444; background: #fff; border: 3px solid #ddd8ce; } .skin dd.selected { display: block } .skin dd a { color: #444; } .skin dd a:hover { color: #111 } .skin.skin-polaris dd { color: #7a828b; background: #2c323c; } .skin.skin-polaris dd a { color: #7a828b; border-bottom-color: #4e596b; } .skin.skin-polaris dd a:hover { color: #a2a7ae } .skin.skin-futurico dd { color: #888; background: #2e3035; } .skin.skin-futurico dd a { color: #888; border-bottom-color: #545861; } .skin.skin-futurico dd a:hover { color: #aaa } .skin-section { float: left; padding: 42px 0 31px 57px; line-height: 18px; } .skin-section h4 { padding-bottom: 18px; } .skin-polaris .skin-section h4 { color: #959ba2 } .skin-futurico .skin-section h4 { color: #a0a0a0 } .skin-section .list { float: left; padding-right: 60px; } .skin-section .list li { position: relative; padding-bottom: 15px } .skin-minimal .skin-section .list li { padding-left: 38px } .skin-square .skin-section .list li { padding-left: 42px } .skin-flat .skin-section .list li, .skin-line .skin-section label { padding-left: 40px } .skin-line .skin-section h4 { padding-bottom: 24px } .skin-line .skin-section .list { padding-right: 40px; } .skin-line .skin-section .list li { padding-bottom: 10px } .skin-polaris .skin-section .list li { padding-left: 37px } .skin-futurico .skin-section .list li { padding-left: 36px } .icheckbox_minimal, .icheckbox_minimal-red, .icheckbox_minimal-green, .icheckbox_minimal-blue, .icheckbox_minimal-aero, .icheckbox_minimal-grey, .icheckbox_minimal-orange, .icheckbox_minimal-yellow, .icheckbox_minimal-pink, .icheckbox_minimal-purple, .iradio_minimal, .iradio_minimal-red, .iradio_minimal-green, .iradio_minimal-blue, .iradio_minimal-aero, .iradio_minimal-grey, .iradio_minimal-orange, .iradio_minimal-yellow, .iradio_minimal-pink, .iradio_minimal-purple { position: absolute; top: 1px; left: 0 } .skin input[type=checkbox], .skin input[type=radio] { position: absolute; top: 2px; left: 0 } .icheckbox_square, .icheckbox_square-red, .icheckbox_square-green, .icheckbox_square-blue, .icheckbox_square-aero, .icheckbox_square-grey, .icheckbox_square-orange, .icheckbox_square-yellow, .icheckbox_square-pink, .icheckbox_square-purple, .iradio_square, .iradio_square-red, .iradio_square-green, .iradio_square-blue, .iradio_square-aero, .iradio_square-grey, .iradio_square-orange, .iradio_square-yellow, .iradio_square-pink, .iradio_square-purple { position: absolute; top: -1px; left: 0 } .icheckbox_flat, .icheckbox_flat-red, .icheckbox_flat-green, .icheckbox_flat-blue, .icheckbox_flat-aero, .icheckbox_flat-grey, .icheckbox_flat-orange, .icheckbox_flat-yellow, .icheckbox_flat-pink, .icheckbox_flat-purple, .iradio_flat, .iradio_flat-red, .iradio_flat-green, .iradio_flat-blue, .iradio_flat-aero, .iradio_flat-grey, .iradio_flat-orange, .iradio_flat-yellow, .iradio_flat-pink, .iradio_flat-purple { position: absolute; top: 0; left: 0 } .icheckbox_polaris, .iradio_polaris { position: absolute; top: -4px; left: -6px } .icheckbox_futurico, .iradio_futurico { position: absolute; top: 2px; left: 0 } .skin-states { float: right; padding-right: 57px; padding-left: 0; } .skin-states .state { cursor: default !important } .skin-states .list { padding-right: 0 } .skin-minimal .skin-states .list li { padding-left: 71px } .skin-square .skin-states .list li { padding-left: 79px } .skin-flat .skin-states .list li { padding-left: 75px } .skin-line .skin-states .list { padding-right: 0 } .skin-polaris .skin-states .list li { padding-left: 69px } .skin-futurico .skin-states .list li { padding-left: 67px } .skin-states .iradio_minimal, .skin-states .iradio_minimal-red, .skin-states .iradio_minimal-green, .skin-states .iradio_minimal-blue, .skin-states .iradio_minimal-aero, .skin-states .iradio_minimal-grey, .skin-states .iradio_minimal-orange, .skin-states .iradio_minimal-yellow, .skin-states .iradio_minimal-pink, .skin-states .iradio_minimal-purple { left: 33px } .skin-states .iradio_square, .skin-states .iradio_square-red, .skin-states .iradio_square-green, .skin-states .iradio_square-blue, .skin-states .iradio_square-aero, .skin-states .iradio_square-grey, .skin-states .iradio_square-orange, .skin-states .iradio_square-yellow, .skin-states .iradio_square-pink, .skin-states .iradio_square-purple { left: 37px } .skin-states .iradio_flat, .skin-states .iradio_flat-red, .skin-states .iradio_flat-green, .skin-states .iradio_flat-blue, .skin-states .iradio_flat-aero, .skin-states .iradio_flat-grey, .skin-states .iradio_flat-orange, .skin-states .iradio_flat-yellow, .skin-states .iradio_flat-pink, .skin-states .iradio_flat-purple { left: 35px } .skin-states .iradio_polaris { left: 26px } .skin-states .iradio_futurico { left: 31px } .colors { clear: both; padding: 24px 0 9px; } .skin-line .colors { padding-top: 28px } .colors strong { float: left; line-height: 20px; margin-right: 20px } .colors li { position: relative; float: left; width: 16px; height: 16px; margin: 2px 1px 0 0; background: #000; cursor: pointer; filter: alpha(opacity=50); opacity: .5; -webkit-transition: opacity .2s; -moz-transition: opacity .2s; -ms-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; } .colors li:hover { filter: alpha(opacity=100); opacity: 1 } .colors li.active { height: 20px; margin-top: 0; filter: alpha(opacity=75); opacity: .75 } .colors li.red { background: #d54e21 } .colors li.green { background: #78a300 } .colors li.blue { background: #0e76a8 } .colors li.aero { background: #9cc2cb } .colors li.grey { background: #73716e } .colors li.orange { background: #f70 } .colors li.yellow { background: #fc0 } .colors li.pink { background: #ff66b5 } .colors li.purple { background: #6a5a8c } .skin-square .colors li.red { background: #e56c69 } .skin-square .colors li.green { background: #1b7e5a } .skin-square .colors li.blue { background: #2489c5 } .skin-square .colors li.aero { background: #9cc2cb } .skin-square .colors li.grey { background: #73716e } .skin-square .colors li.yellow { background: #fc3 } .skin-square .colors li.pink { background: #a77a94 } .skin-square .colors li.purple { background: #6a5a8c } .skin-square .colors li.orange { background: #f70 } .skin-flat .colors li.red { background: #ec7063 } .skin-flat .colors li.green { background: #1abc9c } .skin-flat .colors li.blue { background: #3498db } .skin-flat .colors li.grey { background: #95a5a6 } .skin-flat .colors li.orange { background: #f39c12 } .skin-flat .colors li.yellow { background: #f1c40f } .skin-flat .colors li.pink { background: #af7ac5 } .skin-flat .colors li.purple { background: #8677a7 } .skin-line .colors li.yellow { background: #ffc414 } .skins-info { padding: 13px 0 57px; font-size: 16px; line-height: 22px; text-align: center; } .skins-info p { margin-bottom: 17px } .skins-info .skins-banner { margin: 34px 0 3px; } .skins-info .skins-banner a { display: block; width: 728px; height: 90px; margin: 0 auto; overflow: hidden; text-indent: 100%; white-space: nowrap; background: url(banner.jpg); -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; -o-transition: opacity 0.4s ease; transition: opacity 0.4s ease; border: none; } .skins-info .skins-banner a:hover { opacity: .8; } .skin-pre { padding: 43px 60px 0 } .skin-usage { padding: 19px 60px 8px; list-style: decimal outside; } .skin-usage li { margin-bottom: 23px } .skin-usage .schemes { margin-bottom: -3px; padding: 13px 0 0 20px; color: #888; } .skin-usage .schemes ul { float: left; padding-right: 60px } .skin-usage .schemes li { margin: 0; padding-bottom: 3px } .usage { position: relative; margin-bottom: 80px; background: #fff; } .usage a { border-bottom-color: #ddd } .usage .self { border-bottom-color: #bbb } .usage .arrows { top: 0 } .usage:hover .arrows .top, .usage:hover .arrows .bottom { left: 0 } .usage h2 { color: #fff; background: #1f7f5c } .usage h4 { margin: 26px 0 10px; } .usage h4.indeterminate { margin-top: 28px } .usage p { margin-bottom: 5px; } .usage p.offset { margin-top: 10px } .usage p.callbacks-info { margin-bottom: 19px } .usage p.methods-info { margin-bottom: 10px } .usage p.methods-callback { margin-top: 10px } .usage p.issue-tracker { margin-top: 31px } .usage .markup { margin: 9px 0 16px } .usage .usage-inner { font-size: 15px; line-height: 23px; padding: 41px 60px 39px } .markup { margin: 10px 0 18px; padding: 8px 0 9px 17px; font: 14px/20px 'MontserratRegular', Helvetica, Arial, sans-serif; color: #777; background: #e7e5e0; border-left: 3px solid #d7d5cb; } .markup .comment { color: #999; } .markup .comment .self { color: #555; } .markup .comment .self:hover { color: #333 } .skin-polaris .markup { background: #232830; border-left-color: #1f232a } .skin-futurico .markup { background: #25262a; border-left-color: #202225 } .skin-polaris .markup .comment, .skin-futurico .markup .comment { color: #555 } .browsers { margin-bottom: 74px; } .browsers h2 { margin-bottom: 29px; font-size: 24px } .browsers-inner { padding: 0 60px; font-size: 15px; line-height: 23px; } .browsers-inner p { margin-bottom: 15px } .benefits { position: relative; margin-bottom: 59px; color: #888; background: #232323; } .benefits .arrows { top: 0 } .benefits:hover .arrows .top, .benefits:hover .arrows .bottom { left: 0 } .benefits h2 { color: #fff; background: #6a5b8c } .benefits a { color: #888; border-bottom-color: #444; } .benefits a:hover { color: #aaa } .benefits .mark { color: #777; background: #393939 } .benefits-inner { padding: 41px 60px 29px; font-size: 15px; line-height: 23px; } .benefits-inner p { margin-bottom: 15px } .benefits-inner ul { margin: -10px 0 15px } .download { height: 63px; text-align: center; } .download a { display: block; height: 60px; font-size: 18px; line-height: 58px; color: #fff; border-bottom: 0 solid #e24f49; background: #e76b66; -webkit-transition: border-bottom .2s; -moz-transition: border-bottom .2s; -ms-transition: border-bottom .2s; -o-transition: border-bottom .2s; transition: border-bottom .2s; } .download a:before { content: ''; display: inline-block; width: 26px; height: 26px; margin-right: 12px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACYUlEQVR4Xr3VPWhTURjH4VOt0ES7ZRJbEJpsNsaimx9E0GpRCdgU/NhsRAdNBYcK0RirQcSkIIK2cRBRiragVayDhqBDLVWatFvsIKK2UMEp4KBcf8N/KNdwvcHWAw8c/rzvebk5yU2dZVnmf6wVNdb70Ca+5Rrkx0e8E/ZkyzCoAyuxBZu17/jXQV34jjwCytowjUk90Ywyo5q8errcDoriPgpoRhEj6MQrGHmpbARF1RbUG3Uz6Bae4iBacQNNSKEPRi4pa1JNq3pGcds+qNrXu4B1CKKCWtZqlPAZO/72RDGsRdKWh5ATIdOSpHpjbu6ojBfYBiPdOIQeHJMeZd0wsh1jKDsNakEc97AHo8o3IYCz2I1nGMYuZQHVGPXs1RlxtNgH+TCFtBpvIqua40ghqkGdOIp27VOqMcigX8PTKIKzWXwZDDbAQhDG5o6yx2iAkQY80T4HYxOEpbP/uCOnN+wq1Nlq6x3qrWp3NIcKJvAWV+FVzU804i6uwyNZZY34BaOeyzpjQmfOLR70DSGcwyxOIa7mAZzHQ+QxLHllCdUYnMYZzOqsjeBsPbp8QFZ7Lw7gCt4jhGu4qCEGa5SVVWPUM4Yjbn5HfrTjNYzk8AAZ5CSjbBBG3qjXr0CqX+YAviJpy6cQg9NKIoJBN6+gIGbwA16kMY5eeGDEo2xcNV71TCPo5qM7iX14hJIueB4XkICRhLJ51ZTUsx8n3AwawmGE8QUhRDR4J4yElUUQUm1YvUPOfxPO4khj66KL70W/m+Z6uF3P0YdJBRVlZqkHlbEezQo+YWHJB8mC1Lx+Ayeq7nRIoewwAAAAAElFTkSuQmCC"); *background-image: url("ie/icon-options.png"); vertical-align: middle } .download a:hover { border-bottom-width: 3px } .license { color: #444; text-align: center; padding: 30px 0 75px } .footer { padding-top: 28px; height: 60px; color: #666; background: #e2dfd8; } .footer ul { float: left; } .footer ul li { float: left; padding: 2px 10px 0 0 } .footer ul.local li { padding: 0 30px 0 0 } .footer .code { float: right } .footer a { color: #444; } .footer a:hover { color: #222 } .footer-inner { width: 930px; margin: 0 auto; overflow: hidden } .fork-me { position: fixed; *position: absolute; top: 0; right: 0; width: 40px; height: 40px; overflow: hidden; text-indent: 100%; white-space: nowrap; background: #28545b url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAnElEQVR4XqVSgQmEMAyszw/gCI7wK7iBblBHcISfxG6gG/gjuIGO0A3ygaYQCCG2HhweF+6aShsAcDcBJBpuvlwFagqGJwUf5EL6kgV2eEe2yIgc9QI73CMPs8AOywI7nHDSzCxYxcnJ6+hrFnQkJrb2nGclP3Fj+vf0IUV1AgCZHiS86lOObxD4qqSD5mtXmAq1e2fB3vqXact3f/JmXumJlVq1AAAAAElFTkSuQmCC") 50% no-repeat; *background-image: url("ie/icon-fork.png"); } .fork-me:hover { background-color: #1f7f5c } .skin dt, .fork-me { -webkit-transition: background-color .2s; -moz-transition: background-color .2s; -ms-transition: background-color .2s; -o-transition: background-color .2s; transition: background-color .2s }
0.330579
0.089097
.card_costom { max-height: 200px; position: relative; } .card_notify { position: absolute; color: #fff; top: 8; left: -4px; width: auto; background-color: chartreuse; padding: 4px; font-size: 12px; border-bottom-right-radius: 2px; border-top-right-radius: 2px; z-index: 1; } .card_notify::after { content: ""; position: absolute; border-top: 4px solid green; border-left: 4px solid transparent; left: 0; top: 25px; } .card-img-height { height: 240px; } .card-body_title { cursor: pointer; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: 20px; font-weight: 600; } .card-body__icon { margin-top: 4px; color: #8e9596; } .card-content { display: flex; flex-direction: column; padding: 8px; } .member-count{ font-weight: 300; color: #8e9596; } .category__list { display: flex; overflow-x: auto; } .catagory__item-link:nth-of-type(3n + 1) { background-color: #87AFD8; } .catagory__item-link:nth-of-type(3n + 2) { background-color: #76C9BD; } .catagory__item-link:nth-of-type(3n + 3) { background-color: #88CF81; } .catagory__item-link { margin-right: 15px; border: none; padding: 8px 20px; min-width: 200px; } ::-webkit-scrollbar { height: 8px; /* height of horizontal scrollbar ← You're missing this */ /* width of vertical scrollbar */ border: 1px solid #d5d5d5; } ::-webkit-scrollbar-thumb:horizontal{ background: rgba(0,0,0,.4); border-radius: 20px; } .card-fit-img { /* box-sizing: border-box; padding: 0 40px; background-color: gray;*/ overflow: hidden; } .card-fit-img img { transform: scale(1.0); transition: 1s; } .card-fit-img:hover img { transform: scale(1.2); overflow: hidden; } .btn-learn { align-self: flex-end; } /*alert*/ .alert__success { border: none; opacity: 0.8; } /*loading spiner*/ .loader { border: 16px solid #f3f3f3; /* Light grey */ border-top: 16px solid #3498db; /* Blue */ border-radius: 50%; width: 60px; height: 60px; margin-left: 45%; margin-top: 15%; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /*notify alert */ .alert-notify { background-color: antiquewhite; color: #da55cc; padding: 6px; } /*alert success*/ .alert-notify__success { background-color: #82f091; color: #146211; padding: 6px; } /*alert error*/ .alert-notify__warning { background-color: #82f091; color: #146211; padding: 6px; } .alert-notify__icon { margin-right: 8px; } .alert-notify__link { color: blue !important; } .btn-icon { width: fit-content; align-self: flex-end; } .btn-status { cursor: unset; }
public/backend/dist/css/mycss.css
.card_costom { max-height: 200px; position: relative; } .card_notify { position: absolute; color: #fff; top: 8; left: -4px; width: auto; background-color: chartreuse; padding: 4px; font-size: 12px; border-bottom-right-radius: 2px; border-top-right-radius: 2px; z-index: 1; } .card_notify::after { content: ""; position: absolute; border-top: 4px solid green; border-left: 4px solid transparent; left: 0; top: 25px; } .card-img-height { height: 240px; } .card-body_title { cursor: pointer; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: 20px; font-weight: 600; } .card-body__icon { margin-top: 4px; color: #8e9596; } .card-content { display: flex; flex-direction: column; padding: 8px; } .member-count{ font-weight: 300; color: #8e9596; } .category__list { display: flex; overflow-x: auto; } .catagory__item-link:nth-of-type(3n + 1) { background-color: #87AFD8; } .catagory__item-link:nth-of-type(3n + 2) { background-color: #76C9BD; } .catagory__item-link:nth-of-type(3n + 3) { background-color: #88CF81; } .catagory__item-link { margin-right: 15px; border: none; padding: 8px 20px; min-width: 200px; } ::-webkit-scrollbar { height: 8px; /* height of horizontal scrollbar ← You're missing this */ /* width of vertical scrollbar */ border: 1px solid #d5d5d5; } ::-webkit-scrollbar-thumb:horizontal{ background: rgba(0,0,0,.4); border-radius: 20px; } .card-fit-img { /* box-sizing: border-box; padding: 0 40px; background-color: gray;*/ overflow: hidden; } .card-fit-img img { transform: scale(1.0); transition: 1s; } .card-fit-img:hover img { transform: scale(1.2); overflow: hidden; } .btn-learn { align-self: flex-end; } /*alert*/ .alert__success { border: none; opacity: 0.8; } /*loading spiner*/ .loader { border: 16px solid #f3f3f3; /* Light grey */ border-top: 16px solid #3498db; /* Blue */ border-radius: 50%; width: 60px; height: 60px; margin-left: 45%; margin-top: 15%; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /*notify alert */ .alert-notify { background-color: antiquewhite; color: #da55cc; padding: 6px; } /*alert success*/ .alert-notify__success { background-color: #82f091; color: #146211; padding: 6px; } /*alert error*/ .alert-notify__warning { background-color: #82f091; color: #146211; padding: 6px; } .alert-notify__icon { margin-right: 8px; } .alert-notify__link { color: blue !important; } .btn-icon { width: fit-content; align-self: flex-end; } .btn-status { cursor: unset; }
0.410638
0.089813
@charset "utf8"; *{ margin: 0px; } :root{ --color1-background: #F7B600; --color1-text: #2a2a2a; --color-title: #382900; --color-background-title: #f7f7f7; --font-title: arial; --font-text: arial; } a{ text-decoration: none; color: var(--color1-background); } a:hover{ text-decoration: underline; } body{ background-color: #e6e6e6; } header{ background-color: var(--color1-background); text-align: center; box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.158) ; } #title{ padding: 21px; padding-bottom: 13px; } #title > h1{ font: bold 2.5em arial; } nav{ padding-bottom: 21px; border-top: 1px solid var(--color1-title); display: block; } #menu > li > a{ color: var(--color-background-title); text-decoration: none; font: normal 1.1em var(--font-text); padding: 8px; } ul{ padding-inline-start: 0px; list-style: none; } nav > ul > li{ display: inline-block; margin-top: 13px; margin-right: 13px; } #menu > li > a:hover{ background-color: var(--color-background-title); color: var(--color1-background); } main{ max-width: 900px; margin: auto; margin-top: 21px } h2{ font: bold 1.5em var(--font-title); color: var(--color1-text); } p{ font: normal 1em var(--font-text); text-align: justify; text-indent: 3em; margin-bottom: 1em; line-height: 1.2em; } p.data-postagem{ font-size: 0.9em; text-align: left; text-indent: 0px; } section{ max-width: 650px; display: inline-block; } article{ border-radius: 8px; margin-bottom: 21px; background-color: var(--color-background-title); padding: 21px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.158) ; } aside{ width: 250px; float: right; } .imagem{ text-align: center; margin: 8px 0px; } img{ width: 100%; } h3{ font: normal 1.2em var(--font-title); color: var(--color-background-title); background-color: var(--color1-background); padding: 5px; margin-bottom: 3px; } .box-extras{ background-color: var(--color-background-title); padding: 13px; margin: 0px 0px 21px 21px; border-radius: 5px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.158) ; } .box-extras > p{ font: normal 0.9em var(--font-text) ; text-indent: 0px; } footer > p{ text-align: center; background-color: var(--color1-background); margin: auto; max-width: 900px; padding: 13px; margin-bottom: 21px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.158) ; }
code/style.css
@charset "utf8"; *{ margin: 0px; } :root{ --color1-background: #F7B600; --color1-text: #2a2a2a; --color-title: #382900; --color-background-title: #f7f7f7; --font-title: arial; --font-text: arial; } a{ text-decoration: none; color: var(--color1-background); } a:hover{ text-decoration: underline; } body{ background-color: #e6e6e6; } header{ background-color: var(--color1-background); text-align: center; box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.158) ; } #title{ padding: 21px; padding-bottom: 13px; } #title > h1{ font: bold 2.5em arial; } nav{ padding-bottom: 21px; border-top: 1px solid var(--color1-title); display: block; } #menu > li > a{ color: var(--color-background-title); text-decoration: none; font: normal 1.1em var(--font-text); padding: 8px; } ul{ padding-inline-start: 0px; list-style: none; } nav > ul > li{ display: inline-block; margin-top: 13px; margin-right: 13px; } #menu > li > a:hover{ background-color: var(--color-background-title); color: var(--color1-background); } main{ max-width: 900px; margin: auto; margin-top: 21px } h2{ font: bold 1.5em var(--font-title); color: var(--color1-text); } p{ font: normal 1em var(--font-text); text-align: justify; text-indent: 3em; margin-bottom: 1em; line-height: 1.2em; } p.data-postagem{ font-size: 0.9em; text-align: left; text-indent: 0px; } section{ max-width: 650px; display: inline-block; } article{ border-radius: 8px; margin-bottom: 21px; background-color: var(--color-background-title); padding: 21px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.158) ; } aside{ width: 250px; float: right; } .imagem{ text-align: center; margin: 8px 0px; } img{ width: 100%; } h3{ font: normal 1.2em var(--font-title); color: var(--color-background-title); background-color: var(--color1-background); padding: 5px; margin-bottom: 3px; } .box-extras{ background-color: var(--color-background-title); padding: 13px; margin: 0px 0px 21px 21px; border-radius: 5px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.158) ; } .box-extras > p{ font: normal 0.9em var(--font-text) ; text-indent: 0px; } footer > p{ text-align: center; background-color: var(--color1-background); margin: auto; max-width: 900px; padding: 13px; margin-bottom: 21px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.158) ; }
0.284675
0.119948
@import "@angular/material/prebuilt-themes/indigo-pink.css"; html, body { height: 100%; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } .myContainer { margin: 2%; } @keyframes spinner { to { transform: rotate(360deg); } } .spinner:before { content: ''; box-sizing: border-box; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; border-radius: 50%; border: 2px solid #ffffff; border-top-color: #000000; animation: spinner .8s linear infinite; } /* ------------------------------------------------------------------------------------------------------------------------------------- */ .mat-success { background-color: green; color: #fff; } /* TODO */ .slack { position: relative; z-index: 100; margin: 80px auto; width: 96px; height: 96px; /* background: #f5f5f5; */ -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } .slack-dot { display: block; position: absolute; width: 18px; height: 18px; border-radius: 9px; mix-blend-mode: multiply; } .slack-dot--a { top: 0; left: 0; background-color: #3eb991; -webkit-animation: slack-animation--a 2s infinite; animation: slack-animation--a 2s infinite; -webkit-transform: translateX(18px); transform: translateX(18px); } .slack-dot--b { top: 0; right: 0; background-color: #6ecadc; -webkit-animation: slack-animation--b 2s infinite; animation: slack-animation--b 2s infinite; -webkit-transform: translateY(18px); transform: translateY(18px); } .slack-dot--c { bottom: 0; right: 0; background-color: #e9a820; -webkit-animation: slack-animation--c 2s infinite; animation: slack-animation--c 2s infinite; -webkit-transform: translateX(-18px); transform: translateX(-18px); } .slack-dot--d { bottom: 0; left: 0; background-color: #e01563; -webkit-animation: slack-animation--d 2s infinite; animation: slack-animation--d 2s infinite; -webkit-transform: translateY(-18px); transform: translateY(-18px); } @-webkit-keyframes slack-animation--a { 0% { top: 0; bottom: auto; height: 18px; } 33% { top: 0; bottom: auto; height: 96px; } 34% { top: auto; bottom: 0; height: 96px; } 66% { top: auto; bottom: 0; height: 18px; } 100% { top: auto; bottom: 78px; height: 18px; } } @keyframes slack-animation--a { 0% { top: 0; bottom: auto; height: 18px; } 33% { top: 0; bottom: auto; height: 96px; } 34% { top: auto; bottom: 0; height: 96px; } 66% { top: auto; bottom: 0; height: 18px; } 100% { top: auto; bottom: 78px; height: 18px; } } @-webkit-keyframes slack-animation--b { 0% { right: 0; left: auto; width: 18px; } 33% { right: 0; left: auto; width: 96px; } 34% { right: auto; left: 0; width: 96px; } 66% { right: auto; left: 0; width: 18px; } 100% { right: auto; left: 78px; width: 18px; } } @keyframes slack-animation--b { 0% { right: 0; left: auto; width: 18px; } 33% { right: 0; left: auto; width: 96px; } 34% { right: auto; left: 0; width: 96px; } 66% { right: auto; left: 0; width: 18px; } 100% { right: auto; left: 78px; width: 18px; } } @-webkit-keyframes slack-animation--c { 0% { bottom: 0; top: auto; height: 18px; } 33% { bottom: 0; top: auto; height: 96px; } 34% { bottom: auto; top: 0px; height: 96px; } 66% { bottom: auto; top: 0px; height: 18px; } 100% { bottom: auto; top: 78px; height: 18px; } } @keyframes slack-animation--c { 0% { bottom: 0; top: auto; height: 18px; } 33% { bottom: 0; top: auto; height: 96px; } 34% { bottom: auto; top: 0px; height: 96px; } 66% { bottom: auto; top: 0px; height: 18px; } 100% { bottom: auto; top: 78px; height: 18px; } } @-webkit-keyframes slack-animation--d { 0% { left: 0; right: auto; width: 18px; } 33% { left: 0; right: auto; width: 96px; } 34% { left: auto; right: 0px; width: 96px; } 66% { left: auto; right: 0px; width: 18px; } 100% { left: auto; right: 78px; width: 18px; } } @keyframes slack-animation--d { 0% { left: 0; right: auto; width: 18px; } 33% { left: 0; right: auto; width: 96px; } 34% { left: auto; right: 0px; width: 96px; } 66% { left: auto; right: 0px; width: 18px; } 100% { left: auto; right: 78px; width: 18px; } } html, body { height: 100%; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
src/styles.css
@import "@angular/material/prebuilt-themes/indigo-pink.css"; html, body { height: 100%; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } .myContainer { margin: 2%; } @keyframes spinner { to { transform: rotate(360deg); } } .spinner:before { content: ''; box-sizing: border-box; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; border-radius: 50%; border: 2px solid #ffffff; border-top-color: #000000; animation: spinner .8s linear infinite; } /* ------------------------------------------------------------------------------------------------------------------------------------- */ .mat-success { background-color: green; color: #fff; } /* TODO */ .slack { position: relative; z-index: 100; margin: 80px auto; width: 96px; height: 96px; /* background: #f5f5f5; */ -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } .slack-dot { display: block; position: absolute; width: 18px; height: 18px; border-radius: 9px; mix-blend-mode: multiply; } .slack-dot--a { top: 0; left: 0; background-color: #3eb991; -webkit-animation: slack-animation--a 2s infinite; animation: slack-animation--a 2s infinite; -webkit-transform: translateX(18px); transform: translateX(18px); } .slack-dot--b { top: 0; right: 0; background-color: #6ecadc; -webkit-animation: slack-animation--b 2s infinite; animation: slack-animation--b 2s infinite; -webkit-transform: translateY(18px); transform: translateY(18px); } .slack-dot--c { bottom: 0; right: 0; background-color: #e9a820; -webkit-animation: slack-animation--c 2s infinite; animation: slack-animation--c 2s infinite; -webkit-transform: translateX(-18px); transform: translateX(-18px); } .slack-dot--d { bottom: 0; left: 0; background-color: #e01563; -webkit-animation: slack-animation--d 2s infinite; animation: slack-animation--d 2s infinite; -webkit-transform: translateY(-18px); transform: translateY(-18px); } @-webkit-keyframes slack-animation--a { 0% { top: 0; bottom: auto; height: 18px; } 33% { top: 0; bottom: auto; height: 96px; } 34% { top: auto; bottom: 0; height: 96px; } 66% { top: auto; bottom: 0; height: 18px; } 100% { top: auto; bottom: 78px; height: 18px; } } @keyframes slack-animation--a { 0% { top: 0; bottom: auto; height: 18px; } 33% { top: 0; bottom: auto; height: 96px; } 34% { top: auto; bottom: 0; height: 96px; } 66% { top: auto; bottom: 0; height: 18px; } 100% { top: auto; bottom: 78px; height: 18px; } } @-webkit-keyframes slack-animation--b { 0% { right: 0; left: auto; width: 18px; } 33% { right: 0; left: auto; width: 96px; } 34% { right: auto; left: 0; width: 96px; } 66% { right: auto; left: 0; width: 18px; } 100% { right: auto; left: 78px; width: 18px; } } @keyframes slack-animation--b { 0% { right: 0; left: auto; width: 18px; } 33% { right: 0; left: auto; width: 96px; } 34% { right: auto; left: 0; width: 96px; } 66% { right: auto; left: 0; width: 18px; } 100% { right: auto; left: 78px; width: 18px; } } @-webkit-keyframes slack-animation--c { 0% { bottom: 0; top: auto; height: 18px; } 33% { bottom: 0; top: auto; height: 96px; } 34% { bottom: auto; top: 0px; height: 96px; } 66% { bottom: auto; top: 0px; height: 18px; } 100% { bottom: auto; top: 78px; height: 18px; } } @keyframes slack-animation--c { 0% { bottom: 0; top: auto; height: 18px; } 33% { bottom: 0; top: auto; height: 96px; } 34% { bottom: auto; top: 0px; height: 96px; } 66% { bottom: auto; top: 0px; height: 18px; } 100% { bottom: auto; top: 78px; height: 18px; } } @-webkit-keyframes slack-animation--d { 0% { left: 0; right: auto; width: 18px; } 33% { left: 0; right: auto; width: 96px; } 34% { left: auto; right: 0px; width: 96px; } 66% { left: auto; right: 0px; width: 18px; } 100% { left: auto; right: 78px; width: 18px; } } @keyframes slack-animation--d { 0% { left: 0; right: auto; width: 18px; } 33% { left: 0; right: auto; width: 96px; } 34% { left: auto; right: 0px; width: 96px; } 66% { left: auto; right: 0px; width: 18px; } 100% { left: auto; right: 78px; width: 18px; } } html, body { height: 100%; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
0.430147
0.074871
.mc4wp-form input[name^="_mc4wp_honey"] { display: none !important; } /* Mailchimp for WP - Default Form Styles */ .mc4wp-form-basic, .mc4wp-form-theme { margin: 1em 0; /* Form Elements */ /* Remove font-weight bold from nested elements */ /* Alert */ } .mc4wp-form-basic, .mc4wp-form-basic label, .mc4wp-form-basic input, .mc4wp-form-theme, .mc4wp-form-theme label, .mc4wp-form-theme input { width: auto; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; cursor: auto; height: auto; vertical-align: baseline; line-height: normal; } .mc4wp-form-basic:after, .mc4wp-form-theme:after { content: ""; display: table; clear: both; } .mc4wp-form-basic label, .mc4wp-form-theme label { font-weight: bold; margin-bottom: 6px; display: block; } .mc4wp-form-basic input.placeholdersjs, .mc4wp-form-theme input.placeholdersjs { color: #aaa !important; } .mc4wp-form-basic input[type="text"], .mc4wp-form-basic input[type="email"], .mc4wp-form-basic input[type="tel"], .mc4wp-form-basic input[type="url"], .mc4wp-form-basic input[type="date"], .mc4wp-form-basic textarea, .mc4wp-form-basic select, .mc4wp-form-theme input[type="text"], .mc4wp-form-theme input[type="email"], .mc4wp-form-theme input[type="tel"], .mc4wp-form-theme input[type="url"], .mc4wp-form-theme input[type="date"], .mc4wp-form-theme textarea, .mc4wp-form-theme select { min-height: 32px; width: 100%; max-width: 480px; } .mc4wp-form-basic input[type="number"], .mc4wp-form-theme input[type="number"] { min-width: 40px; } .mc4wp-form-basic input[type="checkbox"], .mc4wp-form-basic input[type="radio"], .mc4wp-form-theme input[type="checkbox"], .mc4wp-form-theme input[type="radio"] { position: relative; margin: 0 6px 0 0; padding: 0; height: 13px; width: 13px; display: inline-block; border: 0; } .mc4wp-form-basic input[type="checkbox"], .mc4wp-form-theme input[type="checkbox"] { -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; } .mc4wp-form-basic input[type="radio"], .mc4wp-form-theme input[type="radio"] { -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; } .mc4wp-form-basic input[type="submit"], .mc4wp-form-basic button, .mc4wp-form-basic input[type="button"], .mc4wp-form-theme input[type="submit"], .mc4wp-form-theme button, .mc4wp-form-theme input[type="button"] { cursor: pointer; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .mc4wp-form-basic label > span, .mc4wp-form-basic li > label, .mc4wp-form-theme label > span, .mc4wp-form-theme li > label { font-weight: normal; } .mc4wp-form-basic .mc4wp-alert, .mc4wp-form-theme .mc4wp-alert { color: #c09853; clear: both; } .mc4wp-form-basic .mc4wp-success, .mc4wp-form-theme .mc4wp-success { color: #468847; } .mc4wp-form-basic .mc4wp-notice, .mc4wp-form-theme .mc4wp-notice { color: #3a87ad; } .mc4wp-form-basic .mc4wp-error, .mc4wp-form-theme .mc4wp-error { color: #CD5C5C; } /* Right-To-Left specific styles */ .rtl .mc4wp-form-reset input[type="checkbox"], .rtl .mc4wp-form-reset input[type="radio"] { margin: 0 0 0 6px; }
wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css
.mc4wp-form input[name^="_mc4wp_honey"] { display: none !important; } /* Mailchimp for WP - Default Form Styles */ .mc4wp-form-basic, .mc4wp-form-theme { margin: 1em 0; /* Form Elements */ /* Remove font-weight bold from nested elements */ /* Alert */ } .mc4wp-form-basic, .mc4wp-form-basic label, .mc4wp-form-basic input, .mc4wp-form-theme, .mc4wp-form-theme label, .mc4wp-form-theme input { width: auto; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; cursor: auto; height: auto; vertical-align: baseline; line-height: normal; } .mc4wp-form-basic:after, .mc4wp-form-theme:after { content: ""; display: table; clear: both; } .mc4wp-form-basic label, .mc4wp-form-theme label { font-weight: bold; margin-bottom: 6px; display: block; } .mc4wp-form-basic input.placeholdersjs, .mc4wp-form-theme input.placeholdersjs { color: #aaa !important; } .mc4wp-form-basic input[type="text"], .mc4wp-form-basic input[type="email"], .mc4wp-form-basic input[type="tel"], .mc4wp-form-basic input[type="url"], .mc4wp-form-basic input[type="date"], .mc4wp-form-basic textarea, .mc4wp-form-basic select, .mc4wp-form-theme input[type="text"], .mc4wp-form-theme input[type="email"], .mc4wp-form-theme input[type="tel"], .mc4wp-form-theme input[type="url"], .mc4wp-form-theme input[type="date"], .mc4wp-form-theme textarea, .mc4wp-form-theme select { min-height: 32px; width: 100%; max-width: 480px; } .mc4wp-form-basic input[type="number"], .mc4wp-form-theme input[type="number"] { min-width: 40px; } .mc4wp-form-basic input[type="checkbox"], .mc4wp-form-basic input[type="radio"], .mc4wp-form-theme input[type="checkbox"], .mc4wp-form-theme input[type="radio"] { position: relative; margin: 0 6px 0 0; padding: 0; height: 13px; width: 13px; display: inline-block; border: 0; } .mc4wp-form-basic input[type="checkbox"], .mc4wp-form-theme input[type="checkbox"] { -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; } .mc4wp-form-basic input[type="radio"], .mc4wp-form-theme input[type="radio"] { -webkit-appearance: radio; -moz-appearance: radio; appearance: radio; } .mc4wp-form-basic input[type="submit"], .mc4wp-form-basic button, .mc4wp-form-basic input[type="button"], .mc4wp-form-theme input[type="submit"], .mc4wp-form-theme button, .mc4wp-form-theme input[type="button"] { cursor: pointer; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .mc4wp-form-basic label > span, .mc4wp-form-basic li > label, .mc4wp-form-theme label > span, .mc4wp-form-theme li > label { font-weight: normal; } .mc4wp-form-basic .mc4wp-alert, .mc4wp-form-theme .mc4wp-alert { color: #c09853; clear: both; } .mc4wp-form-basic .mc4wp-success, .mc4wp-form-theme .mc4wp-success { color: #468847; } .mc4wp-form-basic .mc4wp-notice, .mc4wp-form-theme .mc4wp-notice { color: #3a87ad; } .mc4wp-form-basic .mc4wp-error, .mc4wp-form-theme .mc4wp-error { color: #CD5C5C; } /* Right-To-Left specific styles */ .rtl .mc4wp-form-reset input[type="checkbox"], .rtl .mc4wp-form-reset input[type="radio"] { margin: 0 0 0 6px; }
0.263884
0.16455
.discord-embed { color: #dcddde; display: flex; margin-top: 8px; margin-bottom: 8px; font-size: 13px; line-height: 150%; } .discord-light-theme .discord-embed { color: #2e3338; } .discord-embed .discord-left-border { background-color: #202225; flex-shrink: 0; width: 4px; border-radius: 4px 0 0 4px; } .discord-light-theme .discord-embed .discord-left-border { background-color: #e3e5e8; } .discord-embed .discord-embed-container { background-color: #2f3136; display: flex; flex-direction: column; max-width: 520px; padding: 8px 16px 16px; border: 1px solid rgba(46, 48, 54, 0.6); border-radius: 0 4px 4px 0; } .discord-light-theme .discord-embed .discord-embed-container { background-color: rgba(249, 249, 249, 0.3); border-color: rgba(205, 205, 205, 0.3); } .discord-embed .discord-embed-content { display: flex; } .discord-embed .discord-embed-thumbnail { max-width: 80px; max-height: 80px; margin-left: 16px; margin-top: 8px; border-radius: 4px; object-fit: contain; object-position: top center; } .discord-embed .discord-embed-author { color: #fff; display: flex; align-items: center; font-weight: 500; margin-top: 8px; } .discord-light-theme .discord-embed .discord-embed-author { color: #4f545c; } .discord-embed .discord-embed-author a { color: #fff; } .discord-light-theme .discord-embed .discord-embed-author a { color: #4f545c; } .discord-embed .discord-embed-author .discord-author-image { width: 24px; height: 24px; margin-right: 8px; border-radius: 50%; } .discord-embed .discord-embed-title { color: #fff; font-size: 16px; font-weight: 600; margin-top: 8px; } .discord-embed .discord-embed-title a { color: #00b0f4; font-weight: 600; } .discord-embed .discord-embed-description { margin-top: 8px; } .discord-embed .discord-embed-image { max-width: 100%; margin-top: 16px; border-radius: 4px; } .discord-embed .discord-embed-footer { color: #72767d; display: flex; align-items: center; font-size: 0.85em; margin-top: 8px; } .discord-embed .discord-embed-footer .discord-footer-image { flex-shrink: 0; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; } .discord-embed .discord-embed-footer .discord-footer-separator { color: #3b3c42; font-weight: 700; margin: 0 4px; } .discord-light-theme .discord-embed .discord-embed-footer .discord-footer-separator { color: #e4e4e4; }
src/components/discord-embed/discord-embed.css
.discord-embed { color: #dcddde; display: flex; margin-top: 8px; margin-bottom: 8px; font-size: 13px; line-height: 150%; } .discord-light-theme .discord-embed { color: #2e3338; } .discord-embed .discord-left-border { background-color: #202225; flex-shrink: 0; width: 4px; border-radius: 4px 0 0 4px; } .discord-light-theme .discord-embed .discord-left-border { background-color: #e3e5e8; } .discord-embed .discord-embed-container { background-color: #2f3136; display: flex; flex-direction: column; max-width: 520px; padding: 8px 16px 16px; border: 1px solid rgba(46, 48, 54, 0.6); border-radius: 0 4px 4px 0; } .discord-light-theme .discord-embed .discord-embed-container { background-color: rgba(249, 249, 249, 0.3); border-color: rgba(205, 205, 205, 0.3); } .discord-embed .discord-embed-content { display: flex; } .discord-embed .discord-embed-thumbnail { max-width: 80px; max-height: 80px; margin-left: 16px; margin-top: 8px; border-radius: 4px; object-fit: contain; object-position: top center; } .discord-embed .discord-embed-author { color: #fff; display: flex; align-items: center; font-weight: 500; margin-top: 8px; } .discord-light-theme .discord-embed .discord-embed-author { color: #4f545c; } .discord-embed .discord-embed-author a { color: #fff; } .discord-light-theme .discord-embed .discord-embed-author a { color: #4f545c; } .discord-embed .discord-embed-author .discord-author-image { width: 24px; height: 24px; margin-right: 8px; border-radius: 50%; } .discord-embed .discord-embed-title { color: #fff; font-size: 16px; font-weight: 600; margin-top: 8px; } .discord-embed .discord-embed-title a { color: #00b0f4; font-weight: 600; } .discord-embed .discord-embed-description { margin-top: 8px; } .discord-embed .discord-embed-image { max-width: 100%; margin-top: 16px; border-radius: 4px; } .discord-embed .discord-embed-footer { color: #72767d; display: flex; align-items: center; font-size: 0.85em; margin-top: 8px; } .discord-embed .discord-embed-footer .discord-footer-image { flex-shrink: 0; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; } .discord-embed .discord-embed-footer .discord-footer-separator { color: #3b3c42; font-weight: 700; margin: 0 4px; } .discord-light-theme .discord-embed .discord-embed-footer .discord-footer-separator { color: #e4e4e4; }
0.42931
0.048271
*{ margin:0; padding:0; text-shadow:none; -webkit-box-sizing:border-box; box-sizing:border-box; } html { font-size: 62.5%; height: 100%; -webkit-tap-highlight-color: transparent; } body{ background-color: #ffffff; color: #535353; font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:1.6rem; height: 100%; width: 640px; margin: 0 auto; position: relative; } ul{ list-style:none; } a{ color: #1275e5; text-decoration: none; } img{ border:none; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } .clearfix:after { clear: both; } .gallery-wrap{ max-height: 20rem; position: relative; } .slidesjs-slide{ height: 100%; max-height: 20rem; overflow: hidden; } .slidesjs-slide img{ max-width: 100%; display: block; } .slidesjs-slide figcaption{ background-color: rgba(0,0,0,.7); font-size: 1.4rem; color: #fff; position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 0 1.2rem; height: 3.2rem; line-height: 3.2rem; } .slidesjs-pagination{ position: absolute; bottom: 0px; right: 0px; z-index: 40; height: 3.2rem; line-height: 3.2rem; overflow: hidden; text-align: right; padding: 0rem 1.2rem; } .slidesjs-pagination li{ display: inline-block; vertical-align:2px; } .slidesjs-pagination li > a{ background-color: #676b6a; display: block; -webkit-border-radius: 50%; border-radius: 50%; width: .8rem; height: .8rem; overflow: hidden; line-height: 6rem; margin-left:.5rem; } .slidesjs-pagination li > a.active{ background-color: #fff; } .nav-list li{ color: #8ed4ad; margin-top: 2rem; font-size: 1.2rem; padding: .6rem 0; cursor: pointer; } .nav-list li h2{ color: #ffffff; font-weight: normal; font-size: 1.6rem; } .nav-list li [class^="icon-"]{ background: transparent url('images/icon.png') no-repeat scroll 0 0; background-size: auto 4.6rem; float: left; width: 4.7rem; height: 4.6rem; margin-right: 2.4rem; } .nav-list li > div{ background: transparent url('images/arrow-right.png') no-repeat scroll right center; background-size: auto 2.6rem; width: 23rem; overflow: hidden; margin: 0 auto; } .nav-list li > div > div{ margin-left: 7rem; padding-top: .5rem; } .nav-list li .icon-share{ background-position-x:-5.1rem; } .nav-list li .icon-coupon{ background-position-x:-10.1rem; } .nav-list li .icon-mana{ background-position-x:-15.2rem; } .nav-list li .icon-join{ background-position-x:-20.2rem; } .nav-list li:nth-of-type(1){ background-color: #3aba7d; } .nav-list li:nth-of-type(2){ background-color: #40aaf3; } .nav-list li:nth-of-type(3){ background-color: #ff7777; } .nav-list li:nth-of-type(4){ background-color: #00baae; } .nav-list li:nth-of-type(5){ background-color: #ffa023; } /*绑定手机*/ .tips{ color: #a6a6a6; font-size: 1.6rem; line-height: 2.4rem; } .note{ color: #ef2e01; font-size: 1rem; text-align: center; } input{ border:1px #f76d66 solid; -webkit-border-radius:.6rem; border-radius: .6rem; display: block; height: 4.4rem; line-height: 4.4rem; padding: 1.4rem; width: 100%; } .btn{ color: #535353; -webkit-border-radius: .4rem; border-radius: .4rem; display: inline-block; height: 4.4rem; line-height: 4.4rem; font-size: 1.4rem; text-align: center; padding: 0 2.5rem; cursor: pointer; } .btn-normal{ background-color: #f1f2ed; } .btn-primary{ background-color: #f74429; color: #ffffff; } .btn-wrap{ text-align: center; margin-bottom: 1rem; } .btn-wrap .btn{ min-width: 17rem; } .overlay{ background-color: rgba(0,0,0,0.8); position: absolute; top: 0px; bottom: 0px; width: 100%; opacity: 0; z-index: -1; } .overlay.in{ -webkit-transition:opacity 0.15s linear; transition:opacity 0.15s linear; z-index: 200; opacity: 1; } .tips-pop{ width: 100%; position: absolute; left: 0; top: 50%; opacity: 0; z-index: -1; margin-top: -2.6rem; text-align: center; } .tips-pop p{ background-color: #000000; display: inline-block; color: #ffffff; font-size: 1.4rem; text-align: center; padding: 1.3rem; min-width: 28.5rem; } .tips-pop.in{ -webkit-transition:opacity 0.5s linear; transition:opacity 0.5s linear; opacity: 1; z-index: 300; } .dialog-modal{ position: absolute; left: 0; right: 0; max-width: 34.5rem; margin: 0 auto; top: -10rem; opacity: 0; margin-top: -10rem; z-index: -1; } .dialog-modal > div{ margin: 0 1.2rem; } .dialog-header{ background-color: #f20c00; } .dialog-header h2{ color: #ffffff; font-size: 1.4rem; font-weight: normal; height: 3rem; line-height: 3rem; padding: 0 1.5rem; } .dialog-close{ background:transparent url('images/close.png') no-repeat scroll 0 0; background-size: auto 1.8rem; width: 2rem; height: 1.8rem; position: absolute; right: 2rem; top:.6rem; cursor: pointer; } .dialog-content{ background-color: #ffffff; padding: 2rem; min-height: 14rem; } .dialog-modal .tips{ color: #848484; font-size: 1.4rem; text-align: center; } .dialog-modal .vc-wrap{ display: table; width: 100%; min-height: 10rem; text-align: center; } .dialog-modal .vc-wrap .tips{ display: table-cell; vertical-align: middle; } .dialog-footer{ background-color: #ffffff; text-align: center; padding-bottom: 1rem; } .dialog-footer .btn{ height: 3rem; line-height: 3rem; margin: 0 2rem; } .dialog-modal.in{ -webkit-transition:top 0.5s ease-out,opacity 0.15s linear; transition:top 0.5s ease-out,opacity 0.15s linear; z-index: 300; opacity: 1; top: 50%; } .bind-phone{ padding: 2.5rem 1.2rem; } .bind-phone .tips{ padding: 0 1rem; margin-bottom: 2.5rem; } .form-wrap label{ display: block; font-weight: bold; font-size: 1.8rem; margin-bottom: 1rem; } .form-wrap .row{ margin-bottom: 2.5rem; } .validate-code{ overflow: hidden; } .validate-code .btn-normal{ float: left; width: 13rem; margin-right: .8rem; } .validate-code > div{ margin-left: 13.8rem; } /*签到领流量*/ .sign-in-wrap{ padding:2.8rem 3rem; } .flow-info{ color: #858585; font-size: 1.7rem; line-height: 1.9rem; } .flow-info li{ margin-bottom: .8rem; } .sign-in-wrap .note{ margin-bottom: 2.8rem; } .sign-in-wrap .btn-wrap{ margin-bottom: 2.8rem; } .sign-in-situation{ display: -webkit-box; display: box; } .sign-in-situation li{ -webkit-box-flex:1; box-flex:1; color: #aaaaaa; font-size: 1rem; text-align: center; padding: .5rem 2rem; } .sign-in-situation li:first-child{ border-right: 1px #717171 solid } .sign-in-situation .num{ color: #404040; font-size: 2rem; font-family: Arial; margin-right: 1rem; vertical-align: -2px; } .adv-wrap{ background-color: #cbcbcb; width: 100%; height: 14.3rem; position: absolute; bottom: 0px; left: 0px; z-index: 50; } /*分享得流量*/ .share-wrap .gallery-wrap{ margin-bottom: 3rem; } .share-wrap .slidesjs-slide figcaption{ padding: .2rem 1.2rem; } .share-wrap .slidesjs-slide figcaption:before{ content: ''; background-color: #ff1800; margin-right: .6rem; display: inline-block; width: .6rem; height: 100%; vertical-align: top; } .share-list{ color: #7b7b7b; padding: 0 1rem; } .share-list li{ border-bottom: 1px #cecece solid; padding-bottom: 1rem; margin-bottom: 2rem; overflow: hidden; } .share-list li > div:nth-of-type(1){ float: left; width: 10.5rem; height: 8rem; margin-right: .5rem; overflow: hidden; } .share-list li > div:nth-of-type(1) img{ max-width: 100%; } .share-list li > div:nth-of-type(2){ margin-left: 11rem; padding-top: .2rem; } .share-list li h2{ color: #0e0e0e; font-weight: normal; font-size: 1.7rem; margin-bottom: 0.5rem; } .share-list li .content{ font-size: 1.2rem; line-height: 1.6rem; } .share-list .btn{ font-size: 1.2rem; height: 2.4rem; line-height: 2.4rem; padding: 0 .6rem; } .t-right{ text-align: right; }
jwx/src/main/webapp/plug-in/liuliangbao/css/1212/mainpage.css
*{ margin:0; padding:0; text-shadow:none; -webkit-box-sizing:border-box; box-sizing:border-box; } html { font-size: 62.5%; height: 100%; -webkit-tap-highlight-color: transparent; } body{ background-color: #ffffff; color: #535353; font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:1.6rem; height: 100%; width: 640px; margin: 0 auto; position: relative; } ul{ list-style:none; } a{ color: #1275e5; text-decoration: none; } img{ border:none; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } .clearfix:after { clear: both; } .gallery-wrap{ max-height: 20rem; position: relative; } .slidesjs-slide{ height: 100%; max-height: 20rem; overflow: hidden; } .slidesjs-slide img{ max-width: 100%; display: block; } .slidesjs-slide figcaption{ background-color: rgba(0,0,0,.7); font-size: 1.4rem; color: #fff; position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 0 1.2rem; height: 3.2rem; line-height: 3.2rem; } .slidesjs-pagination{ position: absolute; bottom: 0px; right: 0px; z-index: 40; height: 3.2rem; line-height: 3.2rem; overflow: hidden; text-align: right; padding: 0rem 1.2rem; } .slidesjs-pagination li{ display: inline-block; vertical-align:2px; } .slidesjs-pagination li > a{ background-color: #676b6a; display: block; -webkit-border-radius: 50%; border-radius: 50%; width: .8rem; height: .8rem; overflow: hidden; line-height: 6rem; margin-left:.5rem; } .slidesjs-pagination li > a.active{ background-color: #fff; } .nav-list li{ color: #8ed4ad; margin-top: 2rem; font-size: 1.2rem; padding: .6rem 0; cursor: pointer; } .nav-list li h2{ color: #ffffff; font-weight: normal; font-size: 1.6rem; } .nav-list li [class^="icon-"]{ background: transparent url('images/icon.png') no-repeat scroll 0 0; background-size: auto 4.6rem; float: left; width: 4.7rem; height: 4.6rem; margin-right: 2.4rem; } .nav-list li > div{ background: transparent url('images/arrow-right.png') no-repeat scroll right center; background-size: auto 2.6rem; width: 23rem; overflow: hidden; margin: 0 auto; } .nav-list li > div > div{ margin-left: 7rem; padding-top: .5rem; } .nav-list li .icon-share{ background-position-x:-5.1rem; } .nav-list li .icon-coupon{ background-position-x:-10.1rem; } .nav-list li .icon-mana{ background-position-x:-15.2rem; } .nav-list li .icon-join{ background-position-x:-20.2rem; } .nav-list li:nth-of-type(1){ background-color: #3aba7d; } .nav-list li:nth-of-type(2){ background-color: #40aaf3; } .nav-list li:nth-of-type(3){ background-color: #ff7777; } .nav-list li:nth-of-type(4){ background-color: #00baae; } .nav-list li:nth-of-type(5){ background-color: #ffa023; } /*绑定手机*/ .tips{ color: #a6a6a6; font-size: 1.6rem; line-height: 2.4rem; } .note{ color: #ef2e01; font-size: 1rem; text-align: center; } input{ border:1px #f76d66 solid; -webkit-border-radius:.6rem; border-radius: .6rem; display: block; height: 4.4rem; line-height: 4.4rem; padding: 1.4rem; width: 100%; } .btn{ color: #535353; -webkit-border-radius: .4rem; border-radius: .4rem; display: inline-block; height: 4.4rem; line-height: 4.4rem; font-size: 1.4rem; text-align: center; padding: 0 2.5rem; cursor: pointer; } .btn-normal{ background-color: #f1f2ed; } .btn-primary{ background-color: #f74429; color: #ffffff; } .btn-wrap{ text-align: center; margin-bottom: 1rem; } .btn-wrap .btn{ min-width: 17rem; } .overlay{ background-color: rgba(0,0,0,0.8); position: absolute; top: 0px; bottom: 0px; width: 100%; opacity: 0; z-index: -1; } .overlay.in{ -webkit-transition:opacity 0.15s linear; transition:opacity 0.15s linear; z-index: 200; opacity: 1; } .tips-pop{ width: 100%; position: absolute; left: 0; top: 50%; opacity: 0; z-index: -1; margin-top: -2.6rem; text-align: center; } .tips-pop p{ background-color: #000000; display: inline-block; color: #ffffff; font-size: 1.4rem; text-align: center; padding: 1.3rem; min-width: 28.5rem; } .tips-pop.in{ -webkit-transition:opacity 0.5s linear; transition:opacity 0.5s linear; opacity: 1; z-index: 300; } .dialog-modal{ position: absolute; left: 0; right: 0; max-width: 34.5rem; margin: 0 auto; top: -10rem; opacity: 0; margin-top: -10rem; z-index: -1; } .dialog-modal > div{ margin: 0 1.2rem; } .dialog-header{ background-color: #f20c00; } .dialog-header h2{ color: #ffffff; font-size: 1.4rem; font-weight: normal; height: 3rem; line-height: 3rem; padding: 0 1.5rem; } .dialog-close{ background:transparent url('images/close.png') no-repeat scroll 0 0; background-size: auto 1.8rem; width: 2rem; height: 1.8rem; position: absolute; right: 2rem; top:.6rem; cursor: pointer; } .dialog-content{ background-color: #ffffff; padding: 2rem; min-height: 14rem; } .dialog-modal .tips{ color: #848484; font-size: 1.4rem; text-align: center; } .dialog-modal .vc-wrap{ display: table; width: 100%; min-height: 10rem; text-align: center; } .dialog-modal .vc-wrap .tips{ display: table-cell; vertical-align: middle; } .dialog-footer{ background-color: #ffffff; text-align: center; padding-bottom: 1rem; } .dialog-footer .btn{ height: 3rem; line-height: 3rem; margin: 0 2rem; } .dialog-modal.in{ -webkit-transition:top 0.5s ease-out,opacity 0.15s linear; transition:top 0.5s ease-out,opacity 0.15s linear; z-index: 300; opacity: 1; top: 50%; } .bind-phone{ padding: 2.5rem 1.2rem; } .bind-phone .tips{ padding: 0 1rem; margin-bottom: 2.5rem; } .form-wrap label{ display: block; font-weight: bold; font-size: 1.8rem; margin-bottom: 1rem; } .form-wrap .row{ margin-bottom: 2.5rem; } .validate-code{ overflow: hidden; } .validate-code .btn-normal{ float: left; width: 13rem; margin-right: .8rem; } .validate-code > div{ margin-left: 13.8rem; } /*签到领流量*/ .sign-in-wrap{ padding:2.8rem 3rem; } .flow-info{ color: #858585; font-size: 1.7rem; line-height: 1.9rem; } .flow-info li{ margin-bottom: .8rem; } .sign-in-wrap .note{ margin-bottom: 2.8rem; } .sign-in-wrap .btn-wrap{ margin-bottom: 2.8rem; } .sign-in-situation{ display: -webkit-box; display: box; } .sign-in-situation li{ -webkit-box-flex:1; box-flex:1; color: #aaaaaa; font-size: 1rem; text-align: center; padding: .5rem 2rem; } .sign-in-situation li:first-child{ border-right: 1px #717171 solid } .sign-in-situation .num{ color: #404040; font-size: 2rem; font-family: Arial; margin-right: 1rem; vertical-align: -2px; } .adv-wrap{ background-color: #cbcbcb; width: 100%; height: 14.3rem; position: absolute; bottom: 0px; left: 0px; z-index: 50; } /*分享得流量*/ .share-wrap .gallery-wrap{ margin-bottom: 3rem; } .share-wrap .slidesjs-slide figcaption{ padding: .2rem 1.2rem; } .share-wrap .slidesjs-slide figcaption:before{ content: ''; background-color: #ff1800; margin-right: .6rem; display: inline-block; width: .6rem; height: 100%; vertical-align: top; } .share-list{ color: #7b7b7b; padding: 0 1rem; } .share-list li{ border-bottom: 1px #cecece solid; padding-bottom: 1rem; margin-bottom: 2rem; overflow: hidden; } .share-list li > div:nth-of-type(1){ float: left; width: 10.5rem; height: 8rem; margin-right: .5rem; overflow: hidden; } .share-list li > div:nth-of-type(1) img{ max-width: 100%; } .share-list li > div:nth-of-type(2){ margin-left: 11rem; padding-top: .2rem; } .share-list li h2{ color: #0e0e0e; font-weight: normal; font-size: 1.7rem; margin-bottom: 0.5rem; } .share-list li .content{ font-size: 1.2rem; line-height: 1.6rem; } .share-list .btn{ font-size: 1.2rem; height: 2.4rem; line-height: 2.4rem; padding: 0 .6rem; } .t-right{ text-align: right; }
0.41324
0.063861
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800,900|Rubik:300,400,500,700,900&display=swap"); /* Flaticon icon font: Flaticon Creation date: 26/01/2020 04:05 */ @font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio: 0) { @font-face { font-family: "Flaticon"; src: url("./Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-style: normal; line-height: 1; } .flaticon-charity:before { content: "\f100"; } .flaticon-heart:before { content: "\f101"; } .flaticon-donation:before { content: "\f102"; } .flaticon-icon-182480:before { content: "\f103"; } .flaticon-icon-829141:before { content: "\f104"; } .flaticon-handicap:before { content: "\f105"; } .flaticon-trophy:before { content: "\f106"; } .flaticon-care:before { content: "\f107"; } .flaticon-donation-1:before { content: "\f108"; } .flaticon-donation-2:before { content: "\f109"; } .flaticon-donation-3:before { content: "\f10a"; } body { font-family: "Rubik", sans-serif; font-weight: normal; font-style: normal; color: #748188; } .img, img { max-width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .f-left { float: left; } .f-right { float: right; } .fix { overflow: hidden; } a, .button { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } a:focus, .button:focus { text-decoration: none; outline: none; } a:focus, a:hover { text-decoration: none; } a, button { color: inherit; outline: medium none; } button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } h1, h2, h3, h4, h5, h6 { font-family: "Barlow", sans-serif; color: #233f4d; margin-top: 0px; font-style: normal; font-weight: 700; text-transform: normal; line-height: 1; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } h1 { font-size: 40px; font-weight: 700; } h2 { font-size: 35px; } h3 { font-size: 28px; } h4 { font-size: 22px; } h5 { font-size: 18px; } h6 { font-size: 16px; } ul { margin: 0px; padding: 0px; } li { list-style: none; } p { font-size: 15px; font-weight: normal; line-height: 28px; color: #748188; margin-bottom: 15px; } hr { border-bottom: 1px solid #eceff8; border-top: 0 none; margin: 30px 0; padding: 0; } label { color: #374455; cursor: pointer; font-size: 14px; font-weight: 400; } *::-moz-selection { background: #233f4d; color: #ffffff; text-shadow: none; } ::-moz-selection { background: #233f4d; color: #ffffff; text-shadow: none; } ::selection { background: #233f4d; color: #ffffff; text-shadow: none; } /*-- - Input Placeholder -----------------------------------------*/ *::-moz-placeholder { color: #233f4d; font-size: 14px; opacity: 1; } *::-webkit-input-placeholder { color: #233f4d; font-size: 14px; opacity: 1; } *:-ms-input-placeholder { color: #233f4d; font-size: 14px; opacity: 1; } *::-ms-input-placeholder { color: #233f4d; font-size: 14px; opacity: 1; } *::placeholder { color: #233f4d; font-size: 14px; opacity: 1; } /*-- - Common Classes -----------------------------------------*/ .fix { overflow: hidden; } .clear { clear: both; } /*-- - Background color -----------------------------------------*/ .grey-bg { background: #f2f1eb; } .grey2-bg { background: #e6e5e0; } .white-bg { background: #ffffff; } .red-bg { background: #e25a44; } .black-bg { background: #233f4d; } .green-bg { background: #03b664; } .blue-bg { background: #05103b; } .black-2-bg { background: #111111; } .black-soft-bg { background: #374455; } .blue-soft-bg { background: #11202d; } .theme-bg { background: #ffc226; } /*-- - color -----------------------------------------*/ .white-color { color: #ffffff; } .black-color { color: #233f4d; } .theme-color { color: #ffc226; } /*-- - Margin & Padding -----------------------------------------*/ /*-- Margin Top --*/ .mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-65 { margin-top: 65px; } .mt-70 { margin-top: 70px; } .mt-75 { margin-top: 75px; } .mt-80 { margin-top: 80px; } .mt-85 { margin-top: 85px; } .mt-90 { margin-top: 90px; } .mt-95 { margin-top: 95px; } .mt-100 { margin-top: 100px; } .mt-105 { margin-top: 105px; } .mt-110 { margin-top: 110px; } .mt-115 { margin-top: 115px; } .mt-120 { margin-top: 120px; } .mt-125 { margin-top: 125px; } .mt-130 { margin-top: 130px; } .mt-135 { margin-top: 135px; } .mt-140 { margin-top: 140px; } .mt-145 { margin-top: 145px; } .mt-150 { margin-top: 150px; } .mt-155 { margin-top: 155px; } .mt-160 { margin-top: 160px; } .mt-165 { margin-top: 165px; } .mt-170 { margin-top: 170px; } .mt-175 { margin-top: 175px; } .mt-180 { margin-top: 180px; } .mt-185 { margin-top: 185px; } .mt-190 { margin-top: 190px; } .mt-195 { margin-top: 195px; } .mt-200 { margin-top: 200px; } /*-- Margin Bottom --*/ .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mb-50 { margin-bottom: 50px; } .mb-55 { margin-bottom: 55px; } .mb-60 { margin-bottom: 60px; } .mb-65 { margin-bottom: 65px; } .mb-70 { margin-bottom: 70px; } .mb-75 { margin-bottom: 75px; } .mb-80 { margin-bottom: 80px; } .mb-85 { margin-bottom: 85px; } .mb-90 { margin-bottom: 90px; } .mb-95 { margin-bottom: 95px; } .mb-100 { margin-bottom: 100px; } .mb-105 { margin-bottom: 105px; } .mb-110 { margin-bottom: 110px; } .mb-115 { margin-bottom: 115px; } .mb-120 { margin-bottom: 120px; } .mb-125 { margin-bottom: 125px; } .mb-130 { margin-bottom: 130px; } .mb-135 { margin-bottom: 135px; } .mb-140 { margin-bottom: 140px; } .mb-145 { margin-bottom: 145px; } .mb-150 { margin-bottom: 150px; } .mb-155 { margin-bottom: 155px; } .mb-160 { margin-bottom: 160px; } .mb-165 { margin-bottom: 165px; } .mb-170 { margin-bottom: 170px; } .mb-175 { margin-bottom: 175px; } .mb-180 { margin-bottom: 180px; } .mb-185 { margin-bottom: 185px; } .mb-190 { margin-bottom: 190px; } .mb-195 { margin-bottom: 195px; } .mb-200 { margin-bottom: 200px; } .mb-205 { margin-bottom: 205px; } .mb-210 { margin-bottom: 210px; } .mb-215 { margin-bottom: 215px; } .mb-220 { margin-bottom: 220px; } .mb-225 { margin-bottom: 225px; } .mb-230 { margin-bottom: 230px; } .mb-235 { margin-bottom: 235px; } .mb-240 { margin-bottom: 240px; } .mb-245 { margin-bottom: 245px; } .mb-250 { margin-bottom: 250px; } .mb-255 { margin-bottom: 255px; } .mb-260 { margin-bottom: 260px; } .mb-265 { margin-bottom: 265px; } .mb-270 { margin-bottom: 270px; } .mb-275 { margin-bottom: 275px; } .mb-280 { margin-bottom: 280px; } .mb-285 { margin-bottom: 285px; } .mb-290 { margin-bottom: 290px; } .mb-295 { margin-bottom: 295px; } .mb-300 { margin-bottom: 300px; } /*-- Margin Left --*/ .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-15 { margin-left: 15px; } .ml-20 { margin-left: 20px; } .ml-25 { margin-left: 25px; } .ml-30 { margin-left: 30px; } .ml-35 { margin-left: 35px; } .ml-40 { margin-left: 40px; } .ml-45 { margin-left: 45px; } .ml-50 { margin-left: 50px; } .ml-55 { margin-left: 55px; } .ml-60 { margin-left: 60px; } .ml-65 { margin-left: 65px; } .ml-70 { margin-left: 70px; } .ml-75 { margin-left: 75px; } .ml-80 { margin-left: 80px; } .ml-85 { margin-left: 85px; } .ml-90 { margin-left: 90px; } .ml-95 { margin-left: 95px; } .ml-100 { margin-left: 100px; } .ml-105 { margin-left: 105px; } .ml-110 { margin-left: 110px; } .ml-115 { margin-left: 115px; } .ml-120 { margin-left: 120px; } .ml-125 { margin-left: 125px; } .ml-130 { margin-left: 130px; } .ml-135 { margin-left: 135px; } .ml-140 { margin-left: 140px; } .ml-145 { margin-left: 145px; } .ml-150 { margin-left: 150px; } .ml-155 { margin-left: 155px; } .ml-160 { margin-left: 160px; } .ml-165 { margin-left: 165px; } .ml-170 { margin-left: 170px; } .ml-175 { margin-left: 175px; } .ml-180 { margin-left: 180px; } .ml-185 { margin-left: 185px; } .ml-190 { margin-left: 190px; } .ml-195 { margin-left: 195px; } .ml-200 { margin-left: 200px; } /*-- Margin Right --*/ .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .mr-15 { margin-right: 15px; } .mr-20 { margin-right: 20px; } .mr-25 { margin-right: 25px; } .mr-30 { margin-right: 30px; } .mr-35 { margin-right: 35px; } .mr-40 { margin-right: 40px; } .mr-45 { margin-right: 45px; } .mr-50 { margin-right: 50px; } .mr-55 { margin-right: 55px; } .mr-60 { margin-right: 60px; } .mr-65 { margin-right: 65px; } .mr-70 { margin-right: 70px; } .mr-75 { margin-right: 75px; } .mr-80 { margin-right: 80px; } .mr-85 { margin-right: 85px; } .mr-90 { margin-right: 90px; } .mr-95 { margin-right: 95px; } .mr-100 { margin-right: 100px; } .mr-105 { margin-right: 105px; } .mr-110 { margin-right: 110px; } .mr-115 { margin-right: 115px; } .mr-120 { margin-right: 120px; } .mr-125 { margin-right: 125px; } .mr-130 { margin-right: 130px; } .mr-135 { margin-right: 135px; } .mr-140 { margin-right: 140px; } .mr-145 { margin-right: 145px; } .mr-150 { margin-right: 150px; } .mr-155 { margin-right: 155px; } .mr-160 { margin-right: 160px; } .mr-165 { margin-right: 165px; } .mr-170 { margin-right: 170px; } .mr-175 { margin-right: 175px; } .mr-180 { margin-right: 180px; } .mr-185 { margin-right: 185px; } .mr-190 { margin-right: 190px; } .mr-195 { margin-right: 195px; } .mr-200 { margin-right: 200px; } /*-- Padding Top --*/ .pt-5 { padding-top: 5px; } .pt-10 { padding-top: 10px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .pt-55 { padding-top: 55px; } .pt-60 { padding-top: 60px; } .pt-65 { padding-top: 65px; } .pt-70 { padding-top: 70px; } .pt-75 { padding-top: 75px; } .pt-80 { padding-top: 80px; } .pt-85 { padding-top: 85px; } .pt-90 { padding-top: 90px; } .pt-95 { padding-top: 95px; } .pt-100 { padding-top: 100px; } .pt-105 { padding-top: 105px; } .pt-110 { padding-top: 110px; } .pt-115 { padding-top: 115px; } .pt-120 { padding-top: 120px; } .pt-125 { padding-top: 125px; } .pt-130 { padding-top: 130px; } .pt-135 { padding-top: 135px; } .pt-140 { padding-top: 140px; } .pt-145 { padding-top: 145px; } .pt-150 { padding-top: 150px; } .pt-155 { padding-top: 155px; } .pt-160 { padding-top: 160px; } .pt-165 { padding-top: 165px; } .pt-170 { padding-top: 170px; } .pt-175 { padding-top: 175px; } .pt-180 { padding-top: 180px; } .pt-185 { padding-top: 185px; } .pt-190 { padding-top: 190px; } .pt-195 { padding-top: 195px; } .pt-200 { padding-top: 200px; } .pt-205 { padding-top: 205px; } .pt-210 { padding-top: 210px; } .pt-215 { padding-top: 215px; } .pt-220 { padding-top: 220px; } .pt-225 { padding-top: 225px; } .pt-230 { padding-top: 230px; } .pt-235 { padding-top: 235px; } .pt-240 { padding-top: 240px; } .pt-245 { padding-top: 245px; } .pt-250 { padding-top: 250px; } .pt-255 { padding-top: 255px; } .pt-260 { padding-top: 260px; } .pt-265 { padding-top: 265px; } .pt-270 { padding-top: 270px; } .pt-275 { padding-top: 275px; } .pt-280 { padding-top: 280px; } .pt-285 { padding-top: 285px; } .pt-290 { padding-top: 290px; } .pt-295 { padding-top: 295px; } .pt-300 { padding-top: 300px; } /*-- Padding Bottom --*/ .pb-5 { padding-bottom: 5px; } .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .pb-55 { padding-bottom: 55px; } .pb-60 { padding-bottom: 60px; } .pb-65 { padding-bottom: 65px; } .pb-70 { padding-bottom: 70px; } .pb-75 { padding-bottom: 75px; } .pb-80 { padding-bottom: 80px; } .pb-85 { padding-bottom: 85px; } .pb-90 { padding-bottom: 90px; } .pb-95 { padding-bottom: 95px; } .pb-100 { padding-bottom: 100px; } .pb-105 { padding-bottom: 105px; } .pb-110 { padding-bottom: 110px; } .pb-115 { padding-bottom: 115px; } .pb-120 { padding-bottom: 120px; } .pb-125 { padding-bottom: 125px; } .pb-130 { padding-bottom: 130px; } .pb-135 { padding-bottom: 135px; } .pb-140 { padding-bottom: 140px; } .pb-145 { padding-bottom: 145px; } .pb-150 { padding-bottom: 150px; } .pb-155 { padding-bottom: 155px; } .pb-160 { padding-bottom: 160px; } .pb-165 { padding-bottom: 165px; } .pb-170 { padding-bottom: 170px; } .pb-175 { padding-bottom: 175px; } .pb-180 { padding-bottom: 180px; } .pb-185 { padding-bottom: 185px; } .pb-190 { padding-bottom: 190px; } .pb-195 { padding-bottom: 195px; } .pb-200 { padding-bottom: 200px; } .pb-205 { padding-bottom: 205px; } .pb-210 { padding-bottom: 210px; } .pb-215 { padding-bottom: 215px; } .pb-220 { padding-bottom: 220px; } .pb-225 { padding-bottom: 225px; } .pb-230 { padding-bottom: 230px; } .pb-235 { padding-bottom: 235px; } .pb-240 { padding-bottom: 240px; } .pb-245 { padding-bottom: 245px; } .pb-250 { padding-bottom: 250px; } .pb-255 { padding-bottom: 255px; } .pb-260 { padding-bottom: 260px; } .pb-265 { padding-bottom: 265px; } .pb-270 { padding-bottom: 270px; } .pb-275 { padding-bottom: 275px; } .pb-280 { padding-bottom: 280px; } .pb-285 { padding-bottom: 285px; } .pb-290 { padding-bottom: 290px; } .pb-295 { padding-bottom: 295px; } .pb-300 { padding-bottom: 300px; } /*-- Padding Left --*/ .pl-5 { padding-left: 5px; } .pl-10 { padding-left: 10px; } .pl-15 { padding-left: 15px; } .pl-20 { padding-left: 20px; } .pl-25 { padding-left: 25px; } .pl-30 { padding-left: 30px; } .pl-35 { padding-left: 35px; } .pl-40 { padding-left: 40px; } .pl-45 { padding-left: 45px; } .pl-50 { padding-left: 50px; } .pl-55 { padding-left: 55px; } .pl-60 { padding-left: 60px; } .pl-65 { padding-left: 65px; } .pl-70 { padding-left: 70px; } .pl-75 { padding-left: 75px; } .pl-80 { padding-left: 80px; } .pl-85 { padding-left: 85px; } .pl-90 { padding-left: 90px; } .pl-95 { padding-left: 95px; } .pl-100 { padding-left: 100px; } .pl-105 { padding-left: 105px; } .pl-110 { padding-left: 110px; } .pl-115 { padding-left: 115px; } .pl-120 { padding-left: 120px; } .pl-125 { padding-left: 125px; } .pl-130 { padding-left: 130px; } .pl-135 { padding-left: 135px; } .pl-140 { padding-left: 140px; } .pl-145 { padding-left: 145px; } .pl-150 { padding-left: 150px; } .pl-155 { padding-left: 155px; } .pl-160 { padding-left: 160px; } .pl-165 { padding-left: 165px; } .pl-170 { padding-left: 170px; } .pl-175 { padding-left: 175px; } .pl-180 { padding-left: 180px; } .pl-185 { padding-left: 185px; } .pl-190 { padding-left: 190px; } .pl-195 { padding-left: 195px; } .pl-200 { padding-left: 200px; } /*-- Padding Right --*/ .pr-5 { padding-right: 5px; } .pr-10 { padding-right: 10px; } .pr-15 { padding-right: 15px; } .pr-20 { padding-right: 20px; } .pr-25 { padding-right: 25px; } .pr-30 { padding-right: 30px; } .pr-35 { padding-right: 35px; } .pr-40 { padding-right: 40px; } .pr-45 { padding-right: 45px; } .pr-50 { padding-right: 50px; } .pr-55 { padding-right: 55px; } .pr-60 { padding-right: 60px; } .pr-65 { padding-right: 65px; } .pr-70 { padding-right: 70px; } .pr-75 { padding-right: 75px; } .pr-80 { padding-right: 80px; } .pr-85 { padding-right: 85px; } .pr-90 { padding-right: 90px; } .pr-95 { padding-right: 95px; } .pr-100 { padding-right: 100px; } .pr-105 { padding-right: 105px; } .pr-110 { padding-right: 110px; } .pr-115 { padding-right: 115px; } .pr-120 { padding-right: 120px; } .pr-125 { padding-right: 125px; } .pr-130 { padding-right: 130px; } .pr-135 { padding-right: 135px; } .pr-140 { padding-right: 140px; } .pr-145 { padding-right: 145px; } .pr-150 { padding-right: 150px; } .pr-155 { padding-right: 155px; } .pr-160 { padding-right: 160px; } .pr-165 { padding-right: 165px; } .pr-170 { padding-right: 170px; } .pr-175 { padding-right: 175px; } .pr-180 { padding-right: 180px; } .pr-185 { padding-right: 185px; } .pr-190 { padding-right: 190px; } .pr-195 { padding-right: 195px; } .pr-200 { padding-right: 200px; } /* scrollUp */ #scrollUp { background: #e25a44; height: 50px; width: 50px; right: 50px; bottom: 77px; color: #ffffff; font-size: 20px; text-align: center; border-radius: 50%; font-size: 16px; line-height: 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } #scrollUp:hover { background: #ffc226; } /* bounce-animate */ .bounce-animate { -webkit-animation-name: float-bob; animation-name: float-bob; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -moz-animation-name: float-bob; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float-bob; -ms-animation-duration: 2s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float-bob; -o-animation-duration: 2s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } @-webkit-keyframes float-bob { 0% { -webkit-transform: translateY(-20px); transform: translateY(-20px); } 50% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); } } .rotateme { -webkit-animation-name: rotateme; animation-name: rotateme; -webkit-animation-duration: 10s; animation-duration: 60s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; } @keyframes rotateme { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes rotateme { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } .button { cursor: pointer; } /*-- - Overlay ------------------------------------------*/ [data-overlay] { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; } [data-overlay]::before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; } /*-- Overlay Color --*/ [data-overlay="light"]::before { background-color: #ffffff; } [data-overlay="dark"]::before { background-color: #233f4d; } /*-- Overlay Opacity --*/ [data-opacity="1"]::before { opacity: 0.1; } [data-opacity="2"]::before { opacity: 0.2; } [data-opacity="3"]::before { opacity: 0.3; } [data-opacity="4"]::before { opacity: 0.4; } [data-opacity="5"]::before { opacity: 0.5; } [data-opacity="6"]::before { opacity: 0.6; } [data-opacity="7"]::before { opacity: 0.7; } [data-opacity="8"]::before { opacity: 0.8; } [data-opacity="9"]::before { opacity: 0.9; } /* 02. header */ /* 2 header */ .header-transparent { position: absolute; top: 0; left: 0; right: 0; z-index: 9; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .sticky { left: 0; margin: auto; position: fixed; top: 0; width: 100%; -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07); z-index: 9999; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); background: #03b664; } .default-header .sticky { background: #ffffff; } .menu-3.sticky { border: 0; } .pos-rel { position: relative; } .header-top-area { padding: 12px 0 14px; } .header-info span { color: #a8bcc6; font-size: 14px; font-weight: 400; margin-right: 30px; } .header-info span i { font-size: 14px; color: #03b664; margin-right: 6px; } .header-info span:last-child { margin-right: 0; } .header-icon { margin-right: 24px; } .header-icon a { color: #a8bcc6; font-size: 14px; display: inline-block; text-align: center; margin-right: 12px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .header-icon a:last-child { margin-right: 0; } .header-icon a:hover { color: #03b664; } .header-login a { background: #ffc226; color: #233f4d; font-weight: 500; font-size: 13px; padding: 5px 9px; font-family: "Barlow", sans-serif; text-transform: uppercase; border-radius: 5px; } .header-login i { padding-right: 3px; } .header-right { margin-top: 26px; } .header-right-text { overflow: hidden; margin-right: 15px; } .header-right-text h5 { font-size: 16px; font-weight: 700; margin-bottom: 2px; color: #ffffff; } .header-right-text span { font-size: 18px; color: #ffffff; font-weight: 500; } .header-02-wrapper { margin-top: 9px; } .header-lang { padding: 3px 0 17px; display: inline-block; } .lang-icon > a { font-size: 18px; color: #233f4d; margin-left: 5px; font-weight: 600; font-family: "Barlow", sans-serif; } .lang-icon i { font-size: 15px; position: relative; top: 2px; left: 3px; } .header-lang-list { position: absolute; width: 120px; opacity: 0; visibility: hidden; padding: 20px 15px; border-top: 3px solid #ffc226; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; z-index: 999; background: #ffffff; padding-bottom: 5px; padding-top: 4px; top: 100%; -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .header-lang:hover .header-lang-list { opacity: 1; visibility: visible; } .header-lang-list li { display: block; margin-bottom: 0; padding: 5px 0; } .header-lang-list li a { display: block; color: #647589; font-size: 13px; } .header-lang-list li a:hover { color: #ffc226; } .header-02-info a { color: #233f4d; background: #ffffff; font-size: 16px; border: 2px solid #f0f0f0; display: inline-block; line-height: 1; padding: 9px 17px; border-radius: 5px; font-family: "Barlow", sans-serif; } .header-02-info a i { padding-right: 5px; color: #03b664; } .header-02-icon { margin-top: 5px; } .header-02-icon a { color: #a0aeb8; font-size: 16px; margin-right: 18px; } .search-icon { margin-top: 50px; margin-left: 39px; } .search-icon a { font-size: 16x; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #ffffff; } .search-icon a:hover { color: #ffc226; } .header-02 { padding-left: 55px; border-bottom: 2px solid #37576b; padding-bottom: 0; padding-top: 0; } .header-02 .header-info span { color: #ffffff; font-size: 18px; margin-right: 64px; border-right: 2px solid #37576b; padding-right: 64px; padding-top: 15px; display: inline-block; padding-bottom: 15px; } .header-02 .header-info span i { font-size: 20px; color: #ffffff; } .header-03-icon a { font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 20px 23px; border-right: 2px solid #37576b; transition: .3s; margin: 0; line-height: 1; float: right; } .header-03-icon a:hover { color: #ffffff; background: #4661c5; border-color: #4661c5; } .header-03-icon a:first-child { border-right: 0; } .fb { color: #4661c5; } .twit { color: #1ab2e8; } .google { color: #ea4335; } .dribbble { color: #4661c5; } .logo-2 a { background: #ffc226; padding: 28px 70px; line-height: 1; display: inline-block; } .header-02-login a { background: #e25a44; color: #ffffff; font-weight: 600; font-size: 16px; padding: 34px 69px; text-transform: capitalize; display: inline-block; line-height: 1; font-family: "Barlow", sans-serif; } .header-02-login i { padding-right: 6px; font-size: 22px; } .default-header .header-info span { color: #748188; border-right: 2px solid #ebebeb; } .default-header .header-02 { border-bottom: 2px solid #ebebeb; } .fb-1 { background: #4661c5; } .twit-1 { background: #1ab2e8; } .google-1 { background: #ea4335; } .dribbble-1 { background: #d03086; } .default-header .header-03-icon a { padding: 20px 23px; border-right: none; color: #ffffff; margin-right: 5px; } .default-header .header-03-icon a:first-child { margin-right: 0; } .default-header .header-info span i { color: #03b664; } .default-header .header-02-login a { background: none; color: #748188; padding: 34px 69px; border-left: 2px solid #ebebeb; } .default-header .header-03-icon .fb-1:hover { background: #4661c5; } .default-header .header-03-icon .twit-1:hover { background: #1ab2e8; } .default-header .header-03-icon .google-1:hover { background: #ea4335; } .default-header .header-03-icon .dribbble-1:hover { background: #d03086; } .default-header .header-02-login a i { color: #ffc226; } /* menu */ .main-menu nav > ul > li { display: inline-block; position: relative; margin-left: 26px; } .main-menu nav > ul > li:first-child { margin-left: 0; } .main-menu nav > ul > li > a { display: block; font-size: 16px; padding: 37px 0; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; background: transparent; line-height: 1; position: relative; text-transform: capitalize; color: #fff; font-weight: 600; font-family: "Barlow", sans-serif; } .main-menu nav > ul > li > a i { font-size: 14px; position: relative; top: 1px; left: 2px; } .main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a { color: #ffc226; } .main-menu > nav > ul > li > a::before { background: #ffc226; content: ""; height: 3px; position: absolute; top: 0; width: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .main-menu > nav > ul > li:hover > a::before, .main-menu > nav > ul > li.active > a::before { width: 100%; } /* sub-menu */ .main-menu nav > ul > li .sub-menu { background: #ffffff none repeat scroll 0 0; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); left: 0; opacity: 0; position: absolute; top: 120%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; width: 220px; z-index: 9; border-top: 3px solid #ffc226; text-align: left; } .main-menu nav > ul > li:hover .sub-menu { opacity: 1; top: 100%; visibility: visible; } .main-menu nav > ul > li .sub-menu li { display: block; } .main-menu nav > ul > li .sub-menu li a { color: #666666; font-size: 14px; margin: 0; padding: 13px 20px; text-transform: capitalize; display: block; font-size: 400; } .main-menu nav > ul > li:hover > .sub-menu li > a:hover { color: #fff; background: #ffc226; } .menu-2 { padding-top: 30px; } .menu-2 .main-menu > nav > ul > li > a::before { display: none; } .menu-2 .main-menu nav > ul > li > a { padding: 51px 0; } .menu-3 { border-bottom: 2px solid #37576b; } .default-header .menu-3 { border-bottom: none; padding-left: 55px; } .default-header .main-menu nav > ul > li > a { color: #748188; } /* search modal */ #search-modal { background-color: rgba(23, 26, 33, 0.95); } #search-modal .modal-dialog { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: none; outline: 0; } #search-modal .modal-dialog .modal-content { background: 0 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; } #search-modal .modal-dialog .modal-content form { width: 555px; position: relative; } #search-modal .modal-dialog .modal-content form input { width: 100%; font-size: 36px; border: none; border-bottom: 3px solid rgba(255, 255, 255, 0.1); background: 0 0; color: #ffffff; padding-bottom: 12px; padding-right: 40px; } #search-modal .modal-dialog .modal-content form input::-moz-placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form input::-webkit-input-placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form input:-ms-input-placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form input::-ms-input-placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form input::placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form button { position: absolute; right: 0; margin-bottom: 3px; font-size: 30px; color: rgba(255, 255, 255, 0.5); background: 0 0; border: none; cursor: pointer; top: 11px; } /* 03. features */ .section-title span { background: #fbf0dc; color: #233f4d; text-transform: uppercase; font-weight: 700; font-size: 14px; font-family: "Barlow", sans-serif; padding: 7px 21px 7px 0; border-radius: 30px; } .section-title span i { font-size: 16px; background: #e25a44; color: #ffffff; padding: 7px; border-radius: 50%; margin-right: 10px; } .section-title h1 { font-size: 55px; margin-bottom: 0; letter-spacing: -.3px; line-height: 1.06; margin-top: 30px; } .section-title p { margin-bottom: 0; margin-top: 32px; } .white-title-1 span { background: #ffffff; } .white-title span { background: #ffffff; } .white-title h1 { color: #ffffff; } .white-title p { color: #ffffff; } .features-img img { width: 100%; } .features-img::before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background: #03b664; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 1; } .features-wrapper:hover .features-img::before { opacity: .6; } .features-wrapper.active .features-img::before { opacity: .6; } .features-wrapper:hover .features-img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .features-wrapper:hover .features-inner { opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .features-wrapper.active .features-inner { opacity: 0; } .features-inner-item { margin-top: -40px; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .features-icon a { color: #000000; font-size: 40px; -webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(204, 204, 204, 0.78); box-shadow: 0px 0px 29.7px 0.3px rgba(204, 204, 204, 0.78); height: 80px; display: inline-block; width: 80px; line-height: 76px; border-radius: 50%; background: #ffc226; border: 5px solid #ffffff; text-align: center; } .features-text h3 { font-size: 24px; margin-bottom: 0; margin-top: 17px; } .features-item { background: #e25a44; position: absolute; right: 20px; left: 20px; padding: 50px 35px 42px 35px; bottom: -78px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border-radius: 5px; opacity: 0; z-index: 9; } .features-wrapper:hover .features-item { opacity: 1; } .features-wrapper.active .features-item { opacity: 1; } .features-01-icon a { color: #ffffff; font-size: 40px; height: 80px; display: inline-block; width: 80px; line-height: 76px; border-radius: 50%; background: #03b664; border: 5px solid #ffffff; text-align: center; } .features-content h3 { font-size: 24px; margin-bottom: 15px; margin-top: 26px; color: #ffffff; } .features-content p { color: #ffffff; margin-bottom: 0; font-size: 16px; } .features-02-bg { margin-right: 48px; } .features-02-icon-img { display: inline-block; } .features-02-icon { background: #e25a44; height: 220px; width: 220px; text-align: center; line-height: 220px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .features-02-wrapper:hover .features-02-icon { background: #03b664; } .features-02-wrapper.active .features-02-icon { background: #03b664; } .features-03-icon { position: absolute; bottom: 6px; right: 20px; } .features-03-icon a { font-size: 20px; height: 50px; width: 50px; background: #ffffff; display: inline-block; text-align: center; text-align: center; line-height: 50px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(226, 90, 68, 0.44); box-shadow: 0px 10px 29.7px 0.3px rgba(226, 90, 68, 0.44); border: 2px solid transparent; } .features-03-icon a:hover { border-color: #ffffff; background: #e25a44; color: #ffffff; } .features-02-wrapper.active .features-03-icon a { border-color: #ffffff; background: #e25a44; color: #ffffff; } .features-02-text { margin-top: 24px; } .features-02-text h3 { margin-bottom: 0; font-size: 24px; } .features-02-bg .col-xl-6:nth-child(1) .features-02-wrapper { -webkit-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); } .features-02-bg .col-xl-6:nth-child(3) .features-02-wrapper { -webkit-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); } .single-features { margin-left: 34px; margin-top: 50px; } .features-02-content p { margin-bottom: 40px; } .features-title-area { background-size: cover; background-position: center center; } .features-03-area { margin-top: -156px; } .features-03-wrapper { position: relative; -webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82); box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82); background: #ffffff; padding: 60px 35px 55px; } .features-03-wrapper::before { position: absolute; background: #ffc226; content: ""; height: 5px; width: 120px; left: 0; bottom: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .features-03-wrapper:hover::before { width: 100%; } .features-04-icon { border: 4px dashed #ffc226; padding: 10px; display: inline-block; border-radius: 50%; } .features-04-icon a { font-size: 20px; height: 120px; width: 120px; background: #ffc226; display: inline-block; text-align: center; text-align: center; line-height: 120px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; font-size: 62px; color: #222; } .features-03-text { margin-top: 35px; } .features-03-text h3 { font-size: 26px; margin-bottom: 17px; } .features-03-text p { margin-bottom: 0; } /* 04. services */ .services-area { background-size: cover; background-position: center center; } .services-wrapper { background: #ffffff; -webkit-box-shadow: 0px 16px 29.7px 0.3px rgba(204, 204, 204, 0.78); box-shadow: 0px 16px 29.7px 0.3px rgba(204, 204, 204, 0.78); padding: 50px 30px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .services-wrapper:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); } .services-text h4 { font-size: 20px; margin-top: 30px; margin-bottom: 14px; } .services-text p { margin-bottom: 9px; } .b-button a { font-size: 14px; font-weight: 500; color: #233f4d; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .b-button a:hover { color: #ffc226; } .b-button a span { border-bottom: 1px solid #233f4d; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .b-button a i { position: relative; left: 7px; } .b-button a:hover span { border-color: #ffc226; } .ser-button { margin-top: 111px; } /* 05. case */ .case-wrapper { padding: 37px 30px; } .case-text h3 { font-size: 24px; margin-bottom: 0; letter-spacing: -.5px; } .case-text h3 a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .case-text h3 a:hover { color: #ffc226; } .case-img img { width: 100%; } .case-name { overflow: hidden; margin-top: 22px; margin-bottom: 30px; } .case-say-img { float: left; margin-right: 15px; } .case-say-img img { border-radius: 50%; } .case-say-content { overflow: hidden; margin-top: 5px; } .case-say-content span { font-size: 18px; font-weight: 400; text-transform: capitalize; } .case-meta { overflow: hidden; margin-top: 20px; margin-bottom: 25px; } .f-cat a { color: #233f4d; font-size: 14px; text-transform: uppercase; font-weight: 700; background: #ffc226; line-height: 1; padding: 5px 11px; display: inline-block; font-family: "Barlow", sans-serif; border-radius: 3px; } .f-meta-list span { font-size: 14px; font-weight: 400; color: #233f4d; margin-right: 14px; } .f-meta-list span i { color: #03b664; padding-right: 5px; } .f-meta-list span:last-child { margin-right: 0; } .bar-title h5 { display: inline-block; font-size: 16px; margin-bottom: 17px; font-weight: 600; } .raise { color: #748188; } .used-count { color: #e25a44; } .single-skill { overflow: hidden; } .progress { border-radius: 0; height: 5px; overflow: visible; background: #e6e5e0; } .progress-bar { background-color: #03b664; text-align: right; } .progress-bar span { font-size: 16px; margin-top: -55px; color: #233f4d; font-weight: 600; font-family: "Barlow", sans-serif; } .case-info p { margin-bottom: 17px; } .shape-item { position: absolute; } .case-01 { top: 0; right: 0; } .case-02 { top: 9%; left: 5%; } .case-03 { bottom: 5%; right: 8%; } .case-04 { bottom: 9%; left: 13%; } .arrow-style .slick-arrow { background: #03b664; font-size: 16px; left: -90px; opacity: 0; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; color: #ffffff; font-weight: 400; height: 50px; width: 50px; line-height: 48px; border-radius: 5px; border: none; cursor: pointer; } .arrow-style .slick-arrow::before { content: ""; border: 2px solid #03b664; position: absolute; height: 62px; width: 62px; left: -6px; top: -6px; border-radius: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .arrow-style .slick-arrow:hover::before { border-color: #e25a44; } .arrow-style .slick-next { left: auto; right: -90px; } .arrow-style:hover .slick-arrow { opacity: 1; visibility: visible; } .arrow-style .slick-arrow:hover { background: #e25a44; } .arrow-style .slick-dots { text-align: center; bottom: -85px; z-index: 99; position: absolute; left: 0; right: 0; } .arrow-style .slick-dots li { display: inline-block; margin: 0 4px; } .arrow-style .slick-dots li button { height: 12px; width: 12px; text-indent: -9999px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 0; border-radius: 50%; background: #ffffff; border: none; position: relative; } .arrow-style .slick-dots li.slick-active button { background: #ffc226; } .case-02-wrapper { padding: 0; } .case-02-wrapper .case-text { margin-top: 31px; margin-bottom: 24px; } .case-02-wrapper .case-text span { font-size: 18px; color: #748188; padding-left: 50px; position: relative; margin-top: 13px; display: inline-block; } .case-02-wrapper .case-text span::before { position: absolute; content: ""; left: 0; height: 3px; width: 30px; background: #e25a44; bottom: 8px; } .case-tab { margin-left: 70px; margin-right: 70px; } .case-tab li { margin: 0; position: relative; padding: 0; float: left; width: 20%; } .case-tab li a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 20px 20px; margin: 0 2px; text-align: center; background: #e25a44; transition: .3s; } .case-tab li a:hover { background: #03b664; } .case-tab li a.active { background: #03b664; } .case-tab li a::before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 12px 11px 0 11px; border-color: #03b664 transparent transparent transparent; left: 50%; bottom: -12px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .case-tab li a.active::before { opacity: 1; } .case-tab li a:hover::before { opacity: 1; } .case-tap-wrapper { overflow: hidden; display: inline-block; } .case-tap-text { overflow: hidden; float: left; } .case-tap-text h4 { font-size: 18px; color: #ffffff; margin-bottom: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; margin-top: 12px; } .case-02-content { -webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82); box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82); margin-left: 20px; margin-right: 20px; padding: 36px 30px 38px 27px; background: #ffffff; margin-top: -44px; position: relative; } .case-02-content .case-text { margin-top: 0; margin-bottom: 15px; } .case-02-content .bar-title h5 { font-size: 18px; margin-bottom: 0; font-weight: 700; line-height: 28px; } .progress-circular { position: relative; height: 80px; } .progress-circular input { color: #2aba6e; font-size: 20px; font-weight: 700; } .basic-pagination ul { display: block; } .basic-pagination ul li { display: inline-block; } @media (max-width: 767px) { .basic-pagination ul li { margin-bottom: 10px; } } .basic-pagination ul li a { height: 70px; width: 70px; border: 2px solid #748188; color: #748188; font-size: 16px; font-weight: 500; border-radius: 50%; line-height: 70px; margin: 0 5px; display: inline-block; text-align: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .basic-pagination ul li a:hover { background: #ffc226; color: #ffffff; border-color: #ffc226; } .case-details-area { border-bottom: 1px solid #dedede; } .case-details-img img { width: 100%; } .case-details-text h2 { font-size: 35px; line-height: 1.2; margin-bottom: 23px; } .case-details-text p { margin-bottom: 0; } .single-skill-02 .progress-circular { position: relative; height: 180px; } .pro-filter { position: relative; } .pro-filter select { height: 70px; font-size: 18px; color: #748188; display: inline-block; text-transform: capitalize; -webkit-appearance: none; appearance: none; -moz-appearance: none; border: 2px solid #e0e0e0; margin-bottom: 0; width: 265px; padding: 0 20px; } .pro-filter-icon { position: relative; } .pro-filter-icon::before { content: "\f107"; right: 26px; position: absolute; color: #748188; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 18px; top: 21px; } .case-details-button a.btn { padding: 26px 58px 26px 54px; } .case-d-title { font-size: 35px; margin-bottom: 38px; } .widget-title { font-size: 24px; margin-bottom: 0px; position: relative; display: inline-block; } .search-form { position: relative; } .search-form input { width: 100%; height: 70px; border: 0; background: #f3f3f3; padding: 0 20px; font-size: 14px; color: #748188; font-weight: 400; } .search-form button { position: absolute; top: 0; right: 0; height: 100%; background: none; padding: 0 25px; color: #7a8a9e; line-height: 60px; border: 0; font-weight: 400; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; cursor: pointer; } .search-form button:hover { color: #ffc226; } .search-form input::-moz-placeholder { font-size: 14px; color: #748188; font-weight: 400; } .search-form input::-webkit-input-placeholder { font-size: 14px; color: #748188; font-weight: 400; } .search-form input:-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 400; } .search-form input::-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 400; } .search-form input::placeholder { font-size: 14px; color: #748188; font-weight: 400; } .widget-case-post li { margin-bottom: 40px; } .widget-case-post li:last-child { margin-bottom: 0; } .widget-case-post-text h4 { font-size: 18px; line-height: 1.3; margin-bottom: 7px; } .widget-case-post-text h4 > a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .widget-case-post-text h4 > a:hover { color: #ffc226; } .widget-case-post-text { overflow: hidden; } .widget-case-post-text .progress { height: 3px; } .widget-case-post-text .progress-bar span { margin-top: -45px; } .widget-case-post-text .bar-title h5 { margin-bottom: 12px; font-weight: 400; } .tag a { display: inline-block; line-height: 1; padding: 10px 15px; border: 1px solid #e0e0e0; margin-bottom: 8px; margin-right: 5px; text-transform: capitalize; font-size: 14px; font-weight: 400; color: #748188; } .tag a:hover { background: #ffc226; color: #ffffff; border-color: #ffc226; } /* 06. about */ .about-us-icon { margin-right: 16px; } .about-us-icon i { font-size: 14px; height: 26px; width: 26px; background: #e25a44; border-radius: 50%; line-height: 26px; color: #ffffff; text-align: center; } .inner-about { overflow: hidden; margin-bottom: 12px; } .about-us-text p { margin-bottom: 0; line-height: 26px; margin-right: 30px; } .about-us-info h4 { font-size: 18px; margin-bottom: 0; margin-top: 3px; } .about-img img { width: 100%; } .shape-img { position: absolute; right: -5%; bottom: 19%; z-index: -1; } /* 07. btn */ .btn { color: #233f4d; display: inline-block; font-size: 14px; font-weight: 600; line-height: 1; padding: 21px 44px 21px 40px; position: relative; text-transform: uppercase; -webkit-transform: perspective(1px) translateZ(0px); transform: perspective(1px) translateZ(0px); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; vertical-align: middle; background: #ffc226; border-radius: 5px; border: none; } .btn i { font-size: 16px; position: relative; left: 6px; } .btn:hover { color: #ffffff; } .btn::before { background: #e25a44; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0 0; -ms-transform-origin: 50% 0 0; transform-origin: 50% 0 0; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; z-index: -1; border-radius: 5px; } .btn:hover::before { -webkit-transform: scaley(1); -ms-transform: scaley(1); transform: scaley(1); } .red-btn { background: #e25a44; color: #ffffff; } .red-btn::before { background: #ffc226; } .red-btn:hover::before { -webkit-transform: scaley(1); -ms-transform: scaley(1); transform: scaley(1); } .green-btn { background: #03b664; color: #ffffff; } .green-btn::before { background: #ffc226; } .green-btn:hover::before { -webkit-transform: scaley(1); -ms-transform: scaley(1); transform: scaley(1); } /* 08. counter */ .counter-area { background-size: cover; background-position: center center; } .inner-counter { border-bottom: 2px solid #e6e6e6; padding-bottom: 34px; margin-bottom: 32px; position: relative; } .inner-counter::before { position: absolute; content: ""; left: 0; height: 2px; background: #03b664; width: 80px; bottom: -2px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .counter-wrapper:hover .inner-counter::before { width: 100%; } .counter-icon { margin-right: 25px; } .counter-icon i { font-size: 81px; color: #03b664; line-height: 1; position: relative; top: 4px; } .counter-text { overflow: hidden; } .counter-text h1 { font-size: 50px; } .counter-text span { color: #748188; font-size: 18px; } .counter-info p { margin-bottom: 0; } .red-counter .counter-icon i { color: #e25a44; } .red-counter .inner-counter::before { background: #e25a44; } .theme-counter .counter-icon i { color: #ffc226; } .theme-counter .inner-counter::before { background: #ffc226; } .counter-02-wrapper .counter-icon { margin-right: 0; margin-bottom: 20px; } .counter-02-wrapper .counter-icon i { font-size: 81px; color: #03b664; line-height: 1; color: #ffffff; } .counter-02-wrapper .counter-text h1 { color: #ffffff; } .counter-02-wrapper .counter-text span { color: #ffffff; } /* 09. cta */ .cta-area { background-size: cover; background-position: center center; } .cta-wrapper .section-title p { font-size: 18px; line-height: 30px; } .cta-icon { margin-right: 9px; display: inline-block; } .cta-text { display: inline-block; text-align: left; overflow: hidden; position: relative; top: 18px; } .cta-text h5 { font-size: 16px; font-weight: 700; margin-bottom: 3px; color: #ffffff; } .cta-text span { font-size: 18px; color: #ffffff; font-weight: 500; } .cta-button { display: inline-block; } .cta-info { display: inline-block; } .cta-content h1 { font-size: 55px; color: #ffffff; padding: 0 22px; letter-spacing: -.3px; line-height: 1.1; margin-bottom: 53px; } /* 10. video */ .video-bg { background-size: cover; background-position: center center; margin-top: -160px; } .single-video-wrapper { background: #ffd25f; margin-right: 70px; margin-left: 20px; padding: 30px 46px 30px 45px; border-radius: 10px; margin-bottom: -30px; } .video-icon a { font-size: 20px; color: #03b664; height: 100px; display: inline-block; width: 100px; line-height: 100px; text-align: center; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; background: #ffffff; } .video-icon a::before { content: ''; display: inline-block; position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; border-radius: inherit; border: 1px solid #ffffff; -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } @-webkit-keyframes btnIconRipple { 0% { border-width: 4px; -webkit-transform: scale(1); transform: scale(1); } 80% { border-width: 1px; -webkit-transform: scale(1.35); transform: scale(1.35); } 100% { opacity: 0; } } .video-text { margin-top: 24px; } .video-text h2 { font-size: 35px; margin-bottom: 0; color: #ffffff; } .video-content { position: absolute; top: 18%; } .video-content h3 { font-size: 25px; margin-bottom: 17px; } .video-content p { margin-bottom: 22px; color: #233f4d; } .single-video-wrapper .b-button a:hover { color: #03b664; } .single-video-wrapper .b-button a:hover span { border-color: #03b664; } .video-img::before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 220px 370px; border-color: transparent transparent #e25a44 transparent; right: 0; bottom: 0; -o-transition: .3s; -webkit-transition: .3s; transition: .3s; } .video-img img { width: 100%; } .video-02-icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: -54px; } .video-02-icon a { font-size: 20px; color: #ffffff; height: 100px; display: inline-block; width: 100px; line-height: 100px; text-align: center; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; background: #03b664; } .video-02-icon a::before { content: ''; display: inline-block; position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; border-radius: inherit; border: 1px solid #03b664; -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } /* 11. testimonial */ .testimonial-item p { font-size: 24px; margin-bottom: 42px; color: #233f4d; line-height: 40px; font-family: "Barlow", sans-serif; font-weight: 600; margin-left: 43px; margin-right: 43px; } .designation { margin-top: 26px; } .designation h3 { font-size: 24px; font-weight: 600; margin-bottom: 7px; } .designation span { font-size: 16px; color: #03b664; font-weight: 400; } .testimonial-nav { margin: auto auto; text-align: center; width: 390px; margin-bottom: 37px; } .testimonial-thumb.slick-center > img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); border: 2px dashed #03b664; } .testimonial-thumb > img { border: 2px dashed transparent; border-radius: 50%; height: 125px; width: 125px; padding: 5px; -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); } .testimonial-icon { position: relative; } .testimonial-icon::before { content: ""; position: absolute; height: 1px; width: 670px; background: #dcdcdc; left: 0; right: 0; margin: auto; bottom: 39px; } .test-icon { border: 1px solid #e1e1e1; display: inline-block; border-radius: 50%; padding: 7px; position: relative; background: #ffffff; } .test-icon i { font-size: 24px; color: #ffffff; background: #03b664; height: 70px; width: 70px; text-align: center; line-height: 70px; border-radius: 50%; } .testimonia-item-active .slick-arrow { background: #03b664; font-size: 16px; left: -216px; opacity: 0; position: absolute; text-align: center; top: 17%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; color: #ffffff; font-weight: 400; height: 50px; width: 50px; line-height: 48px; border-radius: 5px; border: none; cursor: pointer; } .testimonia-item-active .slick-arrow::before { content: ""; border: 2px solid #03b664; position: absolute; height: 62px; width: 62px; left: -6px; top: -6px; border-radius: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .testimonia-item-active .slick-arrow:hover::before { border-color: #e25a44; } .testimonia-item-active .slick-next { left: auto; right: -216px; } .testimonia-item-active:hover .slick-arrow { opacity: 1; visibility: visible; } .testimonia-item-active .slick-arrow:hover { background: #e25a44; } .testimonia-item-active .slick-dots { text-align: center; bottom: -85px; z-index: 99; position: absolute; left: 0; right: 0; } .testimonia-item-active .slick-dots li { display: inline-block; margin: 0 4px; } .testimonia-item-active .slick-dots li button { height: 12px; width: 12px; text-indent: -9999px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 0; border-radius: 50%; background: #ffc226; border: none; position: relative; } .testimonia-item-active .slick-dots li.slick-active button { background: #03b664; } .test-button { margin-top: 104px; } .testimonial-wrapper { padding: 50px 42px; } .rating i { font-size: 16px; color: #ffc226; margin-right: 5px; } .client-text { margin-top: 14px; margin-top: 10px; } .client-text p { margin-bottom: 22px; } .client-say-img { float: left; margin-right: 20px; } .client-say-content { padding-top: 4px; overflow: hidden; } .client-say-content h4 { font-size: 18px; margin-bottom: 4px; } .client-say-content span { font-size: 14px; color: #e25a44; font-weight: 400; text-transform: capitalize; } .slick-center .testimonial-wrapper { -webkit-box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); } .testimonial-active .slick-arrow { background: #03b664; font-size: 16px; left: -53px; opacity: 0; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; color: #ffffff; font-weight: 400; height: 50px; width: 50px; line-height: 48px; border-radius: 5px; border: none; cursor: pointer; } .testimonial-active .slick-arrow::before { content: ""; border: 2px solid #03b664; position: absolute; height: 62px; width: 62px; left: -6px; top: -6px; border-radius: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .testimonial-active .slick-arrow:hover::before { border-color: #e25a44; } .testimonial-active .slick-next { left: auto; right: -53px; } .testimonial-active:hover .slick-arrow { opacity: 1; visibility: visible; } .testimonial-active .slick-arrow:hover { background: #e25a44; } .testimonial-active .slick-dots { text-align: center; bottom: -54px; z-index: 99; position: absolute; left: 0; right: 0; } .testimonial-active .slick-dots li { display: inline-block; margin: 0 4px; } .testimonial-active .slick-dots li button { height: 12px; width: 12px; text-indent: -9999px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 0; border-radius: 50%; background: #03b664; border: none; position: relative; } .testimonial-active .slick-dots li.slick-active button { background: #e25a44; } /* 12. newsletters */ .newsletter-area { margin-right: 260px; margin-left: 260px; background-size: cover; background-position: center center; margin-top: -160px; } .newsletter-bg { background: #ffffff; padding: 40px 40px 10px 40px; } .newsletters-wrapper { overflow: hidden; } .newsletters-text h1 { font-size: 50px; color: #ffffff; margin-bottom: 43px; } .newsletter-area { margin-right: 260px; margin-left: 260px; background-size: cover; background-position: center center; } .newsletter-form form { position: relative; } .newsletter-form form input { height: 80px; padding: 0 50px; background: #ffffff; font-size: 15px; border-radius: 5px; border: none; width: 502px; color: #748188; float: left; } .newsletter-form form input::-webkit-input-placeholder { color: #748188; font-size: 15px; } .newsletter-form form input:-ms-input-placeholder { color: #748188; font-size: 15px; } .newsletter-form form input::-ms-input-placeholder { color: #748188; font-size: 15px; } .newsletter-form form input::placeholder { color: #748188; font-size: 15px; } .newsletter-form form::-moz-placeholder { color: #748188; font-size: 15px; } .newsletter-form button { margin-left: 15px; } .newsletter-form button.btn { padding: 31px 59px 31px 55px; } .newsletters-img { position: absolute; bottom: 0; right: -46px; } .newsletter-02-form form input { padding: 0 30px; background: #f2f1eb; width: 100%; font-weight: 500; } .news-button button.btn { padding: 31px 58px 31px 54px; } /* 13. blog */ .blog-title h3 { font-size: 24px; letter-spacing: -.3px; line-height: 1.4; margin-bottom: 28px; } .blog-title h3 > a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .blog-title h3 > a:hover { color: #ffc226; } .blog-img { overflow: hidden; } .blog-img > a { position: relative; display: inline-block; } .blog-img > a::before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background: #03b664; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 1; } .blog-img > a img { width: 100%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .blog-wrapper:hover .blog-img a::before { opacity: .6; } .blog-wrapper:hover .blog-img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .blog-content { margin-top: 25px; margin-right: 30px; } .blog-content p { margin-bottom: 33px; } .blog-meta { margin-bottom: 22px; border-bottom: 1px solid #dadada; padding-bottom: 25px; } .blog-meta span { margin-right: 24px; } .blog-meta span:last-child { margin-right: 0; } .blog-meta span > a { font-size: 18px; color: #748188; font-weight: 400; font-family: "Barlow", sans-serif; } .blog-meta span i { font-size: 18px; margin-right: 5px; } .bg-title-area { background-size: cover; background-position: center center; } .blog-02-area { margin-top: -251px; } .blog-02-content { margin-right: 0; margin-top: 36px; } .blog-02-content .blog-meta { margin-bottom: 12px; border-bottom: none; padding-bottom: 0; } .blog-02-content p { margin-bottom: 40px; margin-right: 10px; } .blog-standard:hover .blog-img img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .blog-standard .blog-title h3 { font-size: 30px; margin-bottom: 14px; } .blog-standard .blog-02-content p { margin-bottom: 28px; margin-right: 82px; } .blog-video-icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; text-align: center; } .blog-video-icon > a { font-size: 24px; color: #ffffff; height: 100px; display: inline-block; width: 100px; line-height: 100px; text-align: center; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; background: #ffc226; transition: .3s; } .blog-video-icon > a:hover { background: #03b664; } .blog-sidebar .widget { padding: 32px 30px 40px 30px; border: 2px solid #eeeeee; } .widget-title-2 { font-size: 24px; border-bottom: 2px solid #ededed; margin-bottom: 0; padding-bottom: 27px; position: relative; } .widget-title-2::before { position: absolute; background: #03b664; content: ""; height: 4px; width: 60px; left: 0; bottom: -3px; } .widget-social-icon a { display: inline-block; margin: 0 8px; } .widget-social-icon a:hover { color: #ffc226; } .widget .recent-posts > li:first-child { border: 0; padding-top: 0; } .widget .recent-posts li:last-child { padding-bottom: 0; } .widget .recent-posts > li { border-top: 1px solid #e8e8e8; padding: 20px 0; overflow: hidden; } .widget-posts-image { float: left; } .widget-posts-image img { width: 80px; height: 80px; border-radius: 50%; margin-right: 15px; } .widget-posts-body { overflow: hidden; } .widget-posts-title { margin-bottom: 5px; font-size: 18px; line-height: 1.4; } .widget-posts-title:hover a { color: #ffc226; } .widget-posts-meta { font-size: 14px; } ul.cat li { border-top: 1px solid #e8e8e8; padding: 15px 0; overflow: hidden; } ul.cat li:first-child { border-top: 0; padding-top: 0; } ul.cat li:last-child { padding-bottom: 0; } ul.cat li a { display: block; color: #222; } ul.cat li a:hover { color: #ffc226; } .social-profile a { height: 50px; width: 50px; text-align: center; background: #404040; line-height: 50px; margin-right: 2px; display: inline-block; color: #ffffff; margin-bottom: 5px; } .social-profile a:hover { background: #ffc226; } blockquote { background: #ffc226; padding: 50px; position: relative; padding-left: 95px; margin: 50px 0 60px; } blockquote::before { content: "\f10e"; left: 56px; top: 45px; position: absolute; color: #233f4d; font-family: "Font Awesome 5 Pro"; font-size: 50px; opacity: .2; } blockquote p { font-size: 20px; margin-bottom: 20px; color: #233f4d; font-weight: 700; font-family: "Barlow", sans-serif; line-height: 30px; } blockquote footer { font-size: 18px; color: #233f4d; font-weight: 400; padding-left: 45px; position: relative; } blockquote footer::before { background: #233f4d; position: absolute; content: ""; height: 2px; width: 30px; left: 0; bottom: 13px; } .blog-details-wrapper .blog-02-content p { margin-bottom: 28px; margin-right: 30px; } .blog-post-tag span { font-size: 17px; color: #333333; font-weight: 700; } .blog-post-tag > a { color: #818a8b; display: inline-block; font-size: 15px; margin: 0 2px; } .blog-post-tag > a:hover { color: #03b664; } .blog-share-icon > span { color: #333333; font-size: 17px; font-weight: 700; } .blog-share-icon > a { color: #818a8b; font-size: 14px; margin: 0 7px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .blog-share-icon > a:hover { color: #03b664; } .blog-share-icon { margin-top: 8px; } .blog-details-img img { width: 100%; } .blog-details-text { margin-top: 25px; } .blog-details-text h3 { font-size: 24px; margin-bottom: 18px; } .blog-details-text p { margin-bottom: 0; } .author { background: #f4f9fc; padding: 50px; padding-bottom: 20px; } @media (max-width: 767px) { .author { padding: 0 30px 44px 30px; } } .author-img { margin-bottom: 35px; margin-right: 25px; } .author-text h3 { font-size: 20px; font-weight: 700; margin-bottom: 15px; } .author-text p { margin-bottom: 12px; font-size: 16px; line-height: 28px; } .author-icon { margin-top: 6px; margin-bottom: 12px; } .author-icon a { font-size: 14px; color: #9498b6; margin: 0 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .author-icon a:hover { color: #ffc226; } .post-comments { border-bottom: 1px solid #e8e8e8; margin-bottom: 42px; padding-bottom: 46px; } .blog-coment-title h2 { font-size: 26px; margin-bottom: 0; } .comments-avatar { float: left; } @media (max-width: 767px) { .comments-avatar { float: none; } } .comments-avatar img { width: 100px; margin-right: 20px; } .latest-comments li:first-child .comments-box { border-top: 0; padding-top: 0; } .latest-comments li:last-child .comments-box { border-bottom: 0; padding-bottom: 0; } .latest-comments li.children { margin-left: 100px; } @media (max-width: 767px) { .latest-comments li.children { margin-left: 0; } } .comments-box { border-top: 1px solid #e8e8e8; padding: 30px 0; } .comments-text { overflow: hidden; padding-top: 4px; } @media (max-width: 767px) { .comments-text { margin-top: 15px; } } .comments-text p { margin-bottom: 0; margin-top: 8px; } .avatar-name h5 { font-size: 18px; margin-bottom: 7px; } .avatar-name span { color: #ffc226; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; } .avatar-name { margin-bottom: 3px; overflow: hidden; position: relative; } .reply { color: #748188; display: inline-block; font-size: 14px; font-weight: 400; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; line-height: 1; float: right; margin-top: 4px; position: absolute; right: 0; top: 0; } .reply:hover { color: #ffc226; } .reply i { margin-right: 5px; } .post-comments-title { margin-bottom: 39px; } .post-comments-title h2 { font-size: 26px; font-weight: 700; color: #140a20; margin-bottom: 0; } button.b-btn.btn-black { border: 0; } .bakix-filter a { font-size: 40px; } .bakix-filter a:hover { color: #ffc226; } .conatct-post-form { background: #F4F9FC; padding: 50px; } @media (max-width: 767px) { .conatct-post-form { padding: 20px; } } .conatct-post-form input { border: none; height: 60px; margin-bottom: 20px; padding: 0 30px; width: 100%; font-size: 14px; color: #a7a7c1; } .conatct-post-form textarea { border: none; height: 150px; margin-bottom: 20px; padding: 30px; width: 100%; color: #a7a7c1; font-size: 14px; } #contacts-form input::-moz-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input::-webkit-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input:-ms-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input::-ms-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input::placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::-moz-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::-webkit-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea:-ms-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::-ms-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::placeholder { color: #a7a7c1; font-size: 14px; } .contact-icon { position: relative; } .contact-icon::after { position: absolute; content: ""; font-family: "Font Awesome 5 Pro"; font-weight: 700; display: inline-block; font-size: 16px; text-align: center; right: 30px; color: #ffc226; top: 18px; } .contacts-message::after { content: "\f303"; } .contacts-name::after { content: "\f007"; } .contacts-email::after { content: "\f0e0"; } .contacts-website::after { content: "\f0ac"; } .b-next-post h4 > a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .b-next-post h4 > a:hover { color: #ffc226; } /* 14. brand */ .brand-area { position: relative; } .brand-area::before { position: absolute; background: #e25a44; content: ""; left: 0; height: 100%; width: 26%; } .brand-title { position: relative; margin-right: 70px; height: 100%; background: #e25a44; padding: 47px 23px; } .brand-title h1 { font-size: 45px; color: #ffffff; margin-bottom: 0; z-index: 9; position: relative; line-height: 1.1; } .brand-title::before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 25px 0 25px 30px; border-color: transparent transparent transparent #e25a44; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; right: -30px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .brand-border { border-top: 1px solid #ececec; } /* 15. footer */ .footer-icon { margin-left: 30px; } .footer-icon a { color: #a0aeb8; font-size: 16px; display: inline-block; text-align: center; margin: 0 4px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; height: 50px; width: 50px; text-align: center; line-height: 50px; border: 2px solid #415164; border-radius: 50%; } .footer-icon a:last-child { margin-right: 0; } .footer-icon a:hover { background: #03b664; color: #ffffff; border-color: #03b664; } .footer-img { margin-left: 60px; } .footer-img a { float: left; margin-right: 10px; } .footer-img a:last-child { margin-right: 0; } .footer-middle-area { background-size: cover; background-position: center center; } .footer-title { font-size: 20px; color: #ffffff; margin-bottom: 22px; } .footer-info li { padding-bottom: 14px; } .footer-info li:last-child { padding-bottom: 0; } .footer-info li span { font-size: 14px; font-weight: 400; color: #b8b8b8; } .footer-info li i { color: #ffc226; margin-right: 6px; } .footer-link ul li { padding-bottom: 10px; position: relative; padding-left: 18px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-link ul li:last-child { padding-bottom: 0; } .footer-link ul li::before { color: #a0aeb8; content: "\f101"; font-family: "Font Awesome 5 Pro"; font-size: 30px; position: absolute; left: 0; font-size: 15px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-link ul li:hover::before { color: #03b664; } .footer-link ul li a { color: #a0aeb8; font-size: 15px; font-weight: 400; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-link ul li a:hover { color: #03b664; border-bottom: 1px solid #03b664; } .footer-wrapper { overflow: hidden; } .contact-link li { margin-bottom: 19px; } .contact-link li :last-child { margin-bottom: 0; } .contact-address-icon { float: left; margin-right: 15px; } .contact-address-icon i { font-size: 15px; color: #03b664; position: relative; top: 1px; } .contact-address-text { overflow: hidden; } .contact-address-text span { font-size: 15px; color: #a0aeb8; font-weight: 400; } .footer-2-img { margin: 0 -7px; } .footer-2-img > li { float: left; overflow: hidden; padding: 7px; width: 33.33%; position: relative; } .footer-2-img a { position: relative; display: block; } .footer-2-img a img { width: 100%; } .footer-2-img a::before { background: #03b664; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-bottom-area { border-top: 2px solid #394a5e; } .footer-2-img a:hover::before { opacity: .6; } .copyright p { margin-bottom: 0; } .copyright p a { color: #ffc226; } .footer-text p { margin-top: 31px; margin-right: 53px; color: #a0aeb8; margin-bottom: 33px; } .footer-02-icon { margin-left: 0; } .footer-02-icon a { color: #a0aeb8; font-size: 16px; display: inline-block; text-align: center; margin-left: 0; -o-transition: .3s; -webkit-transition: .3s; transition: .3s; height: 50px; width: 50px; text-align: center; line-height: 50px; border: none; border-radius: 50%; background: #415164; margin-right: 5px; } .footer-03-img a { overflow: hidden; display: inline-block; } .footer-news li { overflow: hidden; padding-bottom: 15px; } .footer-news-img { margin-right: 22px; } .footer-news-text { overflow: hidden; } .footer-news-text h5 { font-size: 16px; line-height: 1.4; } .footer-news-text h5 > a { color: #a0aeb8; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-news-text h5 > a:hover { color: #ffc226; } .footer-news-text span { color: #748188; font-size: 15px; font-weight: 400; } .footer-news-text span i { margin-right: 5px; } /* 16. event */ .event-area { background-size: cover; background-position: center center; } .event-bg { border: 1px solid #eaeaea; padding: 40px 88px 20px 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .event-bg:hover { -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(202, 202, 202, 0.61); box-shadow: 0px 10px 29.7px 0.3px rgba(202, 202, 202, 0.61); } .event-bg.active { -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(202, 202, 202, 0.61); box-shadow: 0px 10px 29.7px 0.3px rgba(202, 202, 202, 0.61); } .event-wrapper { padding-left: 15px; } .event-img { margin-left: -25px; } .event-img img { width: 100%; } .event-content span { font-size: 18px; color: #748188; font-weight: 400; } .event-content span i { color: #03b664; padding-right: 5px; } .event-content h3 { margin-bottom: 0; font-size: 24px; margin-top: 9px; } .event-text span { font-size: 15px; color: #748188; font-weight: 400; letter-spacing: -.3px; } .event-text span i { color: #03b664; padding-right: 5px; } .event-text h3 { font-size: 24px; margin-top: 13px; margin-bottom: 20px; line-height: 1.3; } .event-text h3 > a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .event-text h3 > a:hover { color: #ffc226; } .event-meta span { font-size: 15px; color: #748188; font-weight: 400; } .event-meta span i { padding-right: 5px; } .evt-button { position: absolute; right: 0; bottom: 0; } .evt-button a { color: #233f4d; font-size: 20px; display: inline-block; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; padding: 14px 30px; line-height: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .event-bg:hover .evt-button a { border-color: #03b664; background: #03b664; color: #ffffff; } .event-bg.active .evt-button a { border-color: #03b664; background: #03b664; color: #ffffff; } .event-02-bg { background: #ffffff; border: none; } .event-02-bg .event-content span i { color: #e25a44; } .event-02-bg .event-text span i { color: #e25a44; } .event-02-bg:hover .evt-button a { border-color: #ffc226; background: #ffc226; color: #233f4d; } .event-02-bg.active .evt-button a { border-color: #ffc226; background: #ffc226; color: #233f4d; } .event-bg-03 { background: #f2f1eb; border: none; } .event-bg-03 .evt-button a { border-left: 1px solid #ffc226; border-top: 1px solid #ffc226; background: #ffc226; } .our-events-img { position: relative; } .our-events-img img { width: 100%; } .events-date { display: inline-block; background: #03b664; position: absolute; bottom: 30px; left: 26px; text-align: center; border-radius: 5px; padding: 12px 19px 16px 19px; } .events-date h1 { color: #ffffff; font-size: 35px; margin-bottom: 3px; } .events-date h5 { color: #ffffff; margin-bottom: 0; font-size: 16px; } .our-events-wrapper .event-text h3 { letter-spacing: -.3px; } .our-events-details-img img { width: 100%; } .blog-details-text h1 { font-size: 50px; letter-spacing: -.3px; line-height: 1.1; margin-right: 20px; margin-bottom: 34px; } .blog-details-text p { margin-bottom: 20px; } .blog-details-text p:last-child { margin-bottom: 0; } .case-details-info { margin-top: 126px; margin-left: 110px; } .case-details-link li { padding-bottom: 6px; } .case-details-link li:last-child { padding-bottom: 0; } .case-d-info-1 { width: 75px; } .case-d-info-1 span { color: #233f4d; font-weight: 500; font-size: 14px; } .case-d-info-2 { overflow: hidden; } .case-d-info-2 span { color: #748188; font-weight: 400; font-size: 15px; display: inline-block; margin-left: 22px; } /* 17. project */ .project-title-area { background-size: cover; background-position: center center; } .project-area { margin-top: -106px; } .project-img { overflow: hidden; } .project-img > a { position: relative; display: block; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .project-img > a img { width: 100%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .project-img > a::before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background: #233f4d; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 1; } .project-wrapper:hover .project-img > a::before { opacity: .7; } .project-wrapper:hover .project-img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .project-text { z-index: 9; position: absolute; left: 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; bottom: 0; opacity: 0; } .project-text h2 { font-size: 35px; margin-bottom: 14px; } .project-text h2 > a { color: #ffffff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .project-text h2 > a:hover { color: #ffc226; } .project-text span { color: #ffffff; font-size: 18px; font-weight: 500; } .project-wrapper:hover .project-text { opacity: 1; bottom: 38px; } .project-button { position: absolute; bottom: 0; right: 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 9; opacity: 0; } .project-button > a { height: 60px; width: 60px; background: #03b664; color: #ffffff; line-height: 60px; text-align: center; display: inline-block; font-size: 18px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border-radius: 50%; } .project-button > a:hover { background: #ffc226; } .project-wrapper:hover .project-button { opacity: 1; bottom: 48px; } .project-02-text { left: 10px; text-align: center; right: 10px; } /* 18. faq */ .faq-wrapper { margin-right: 123px; } .faq-box { border: 1px solid #e7e7e7; padding: 40px 40px 24px; } .faq-box-02 { border: none; padding: 0; } .faq-box .btn-link { display: block; font-size: 18px; border: 0; text-decoration: none; line-height: 1; font-weight: 700; color: #ffffff; padding: 21px 30px 21px 58px; background: #03b664; } .faq-box .card-header { padding: 0; border-bottom: 0; background: none; border-radius: 0; } .faq-box .card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #ffffff; background-clip: border-box; border: 0; border-radius: 0; background: none; margin-bottom: 16px; } .faq-box .card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 0 0 0 0; border-bottom: 0; padding-bottom: 19px; border-top: 0; padding-top: 16px; margin-top: 0; padding-left: 30px; padding-right: 49px; background: none; -webkit-box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); } .faq-box .card-body p { margin: 0; } .faq-box .btn-link.collapsed::before { content: "\f067"; } .faq-box .btn-link::before { content: "\f068"; position: absolute; left: 28px; top: 25px; font-size: 15px; font-family: "Font Awesome 5 Pro"; color: #ffffff; } .bg_ { background-color: white; -webkit-box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); position: absolute; left: 993px; top: 8613px; width: 480px; height: 119px; z-index: 244; } /* 19. slider */ .single-slider { background-size: cover; background-position: center center; } .slider-height { min-height: 950px; } .slider-02-height { min-height: 950px; } .slider-03-height { min-height: 810px; } .img-shape { position: absolute; } .slider-shape-img { display: inline-block; position: absolute; right: 0; width: 50%; } .main-2-image-shape { left: 0; top: 0; position: absolute; } .slider-text { margin-left: 155px; } .slider-text > span { background: #ffc226; color: #233f4d; text-transform: uppercase; font-weight: 700; font-size: 16px; font-family: "Barlow", sans-serif; padding: 7px 21px 7px 0; border-radius: 30px; } .slider-text > span i { font-size: 16px; background: #e25a44; color: #ffffff; padding: 7px; border-radius: 50%; margin-right: 10px; } .slider-text h1 { font-size: 120px; margin-bottom: 48px; line-height: .9; letter-spacing: -3px; margin-left: -6px; margin-top: 28px; } .slider-text p { margin-bottom: 46px; font-size: 18px; margin-right: 28%; } .b-button.b-02-button { margin-left: 20px; display: inline-block; margin-top: 14px; } .slider-video-icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; text-align: center; } .slider-video-icon a { font-size: 30px; color: #ffffff; height: 120px; display: inline-block; width: 120px; line-height: 120px; text-align: center; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; background: #ffc226; } .slider-video-icon a::before { content: ''; display: inline-block; position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; border-radius: inherit; border: 1px solid #ffc226; -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .slider-02-text { margin-top: 269px; } .slider-02-text h1 { color: #ffffff; font-size: 120px; line-height: .9; margin-bottom: 57px; } .slider-video a { background: #e25a44; height: 70px; width: 70px; display: inline-block; text-align: center; border-radius: 50%; line-height: 70px; font-size: 15px; color: #ffffff; padding-left: 3px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .slider-video a:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .slider-video > span { font-size: 16px; color: #ffffff; font-weight: 700; margin-left: 16px; border-bottom: 1px solid #ffffff; font-family: "Barlow", sans-serif; } .slid-wrapper { background: #ffffff; margin-left: 70px; padding: 60px 50px; } .slid-wrapper .volunteer-us-form input { border: none; height: 60px; margin-bottom: 10px; padding: 0 30px; width: 100%; font-size: 14px; color: #748188; font-weight: 600; border-radius: 0; font-family: "Barlow", sans-serif; background: #f4f4f4; } .slid-wrapper #volunteer-us-form input::-moz-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form input::-webkit-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form input:-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form input::-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form input::placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea::-moz-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea::-webkit-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea:-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea::-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea::placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper .volunteer-icon::after { font-size: 14px; right: 30px; top: 17px; } .slid-wrapper .section-title h1 { font-size: 35px; } .slider-content > span { background: #03b664; color: #ffffff; text-transform: uppercase; font-weight: 700; font-size: 16px; font-family: "Barlow", sans-serif; padding: 7px 21px 7px 0; border-radius: 30px; } .slider-content > span i { font-size: 16px; background: #ffc226; color: #233f4d; padding: 7px; border-radius: 50%; margin-right: 10px; } .slider-content h1 { font-size: 120px; margin-bottom: 58px; line-height: .9; letter-spacing: -3px; margin-left: -6px; margin-top: 28px; color: #ffffff; } .slider-active .slick-arrow { background: #03b664; font-size: 16px; right: 380px; opacity: 0; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; color: #ffffff; font-weight: 400; height: 50px; width: 50px; line-height: 48px; border-radius: 5px; border: none; cursor: pointer; z-index: 99; } .slider-active .slick-arrow::before { content: ""; border: 2px solid #03b664; position: absolute; height: 62px; width: 62px; left: -6px; top: -6px; border-radius: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .slider-active .slick-arrow:hover::before { border-color: #ffc226; } .slider-active .slick-next { right: 380px; top: 59%; } .slider-active:hover .slick-arrow { opacity: 1; visibility: visible; } .slider-active .slick-arrow:hover { background: #ffc226; } /* 20. breadcrumb */ .breadcrumb-area { background-position: center center; background-size: cover; } .breadcrumb-text { position: relative; z-index: 1; } .breadcrumb-text > h1 { font-size: 80px; margin-bottom: 20px; text-transform: capitalize; line-height: 1; color: #ffffff; font-weight: 700; } .breadcrumb-menu li { display: inline-block; position: relative; padding: 0 20px; } .breadcrumb-menu li a { color: #ffffff; font-size: 24px; text-transform: capitalize; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; font-weight: 400; } .breadcrumb-menu li::before { content: "\f105"; display: inline-block; padding-bottom: 0; position: absolute; top: 5px; left: -7px; font-family: "Font Awesome 5 Pro"; color: #fff; font-size: 20px; } .breadcrumb-menu li:first-child::before { display: none; } .breadcrumb-menu span { color: #ffc226; font-size: 24px; text-transform: capitalize; font-weight: 400; } /* 21. history */ .history-wrapper { background: #2d5366; margin-right: 30px; margin-left: 30px; padding: 36px 31px 32px 30px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-wrapper:hover { background-color: #03b664; } .history-arrow { position: relative; } .history-arrow::before { position: absolute; content: ""; bottom: -20px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 20px; border-color: #2d5366 transparent transparent transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-arrow::after { position: absolute; content: ""; bottom: -58px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 18px; width: 18px; background: #03b664; border-radius: 50%; z-index: 9; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-arrow:hover::before { border-color: #03b664 transparent transparent transparent; } .history-text h4 { font-size: 20px; color: #ffffff; margin-bottom: 13px; } .history-text p { margin-bottom: 0; color: #aedbf1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-wrapper:hover .history-text p { color: #ffffff; } .history-line { border: 1px solid #375869; position: relative; top: 4px; } .history-line::after { position: absolute; content: "\f30b"; font-family: "Font Awesome 5 Pro"; font-weight: 400; display: inline-block; font-size: 15px; text-align: center; right: -39px; color: #aedbf1; top: -19px; height: 40px; width: 40px; background: #2d5366; line-height: 40px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-line::before { position: absolute; content: "\f30a"; font-family: "Font Awesome 5 Pro"; font-weight: 400; display: inline-block; font-size: 15px; text-align: center; left: -39px; color: #aedbf1; top: -19px; height: 40px; width: 40px; background: #2d5366; line-height: 40px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-line:hover::before { background: #03b664; color: #ffffff; } .history-line:hover::after { background: #03b664; color: #ffffff; } .history-arrow-2 { position: relative; } .history-arrow-2::before { position: absolute; content: ""; top: -20px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 0 20px 20px 20px; border-color: transparent transparent #2d5366 transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-arrow-2::after { position: absolute; content: ""; top: -58px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 18px; width: 18px; background: #03b664; border-radius: 50%; z-index: 9; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-arrow-2:hover::before { border-color: transparent transparent #03b664 transparent; } /* 22. contact */ .contact-box-bg { border: 2px solid #f1f1f1; padding: 72px 0 37px; } .contact-box-img { margin-bottom: 26px; } .contact-box-text p { line-height: 26px; margin-bottom: 0; font-size: 18px; } .contact-map { min-height: 750px; } .contacts-us-form input { border: 1px solid #ececec; height: 70px; margin-bottom: 30px; padding: 0 28px; width: 100%; font-size: 15px; color: #748188; font-weight: 500; border-radius: 5px; } .contacts-us-form textarea { border: 1px solid #ececec; height: 150px; margin-bottom: 30px; padding: 28px; width: 100%; font-size: 15px; color: #748188; font-weight: 500; border-radius: 5px; } .contacts-us-form input:focus { border-color: #ffc226; } .contacts-us-form textarea:focus { border-color: #ffc226; } #contacts-us-form input::-moz-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form input::-webkit-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form input:-ms-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form input::-ms-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form input::placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea::-moz-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea::-webkit-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea:-ms-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea::-ms-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea::placeholder { font-size: 15px; color: #748188; font-weight: 500; } .contacts-icon { position: relative; } .contacts-icon::after { position: absolute; content: ""; font-family: "Font Awesome 5 Pro"; font-weight: 700; display: inline-block; font-size: 16px; text-align: center; right: 25px; color: #ffc226; top: 22px; } .contactss-message::after { content: "\f303"; } .contactss-name::after { content: "\f007"; } .contactss-email::after { content: "\f0e0"; } .contactss-website::after { content: "\f0ac"; } .contacts-us-form-button .btn { padding: 23px 74px 25px; } /* 23. team */ .promotect-wrapper { background-repeat: no-repeat; padding: 70px 80px 75px 80px; background-position: bottom; } .promotect-img img { width: 100%; } .promotect-content { background: #ffffff; position: absolute; right: 78px; left: 78px; padding: 34px 85px; border-radius: 0 100px 100px 100px; bottom: 30px; } .promotect-icon { margin-right: 30px; } .promotect-icon i { font-size: 56px; color: #e25a44; line-height: 1; } .promotect-info { overflow: hidden; } .promotect-info h3 { font-size: 24px; } .promotect-info p { margin-bottom: 0; } .promotect-text { margin-bottom: 42px; } .promotect-text h1 { font-size: 55px; position: relative; padding-bottom: 46px; margin-bottom: 32px; color: #ffffff; } .promotect-text h1::before { position: absolute; content: ""; background: #ed6e59; height: 2px; width: 100%; bottom: 0; } .promotect-text p { color: #ffffff; margin-bottom: 0; } .promotect-link ul li { padding-bottom: 41px; } .promotect-link ul li:last-child { padding-bottom: 0; } .promotect-2-info { overflow: hidden; } .promotect-2-info h3 { color: #ffffff; font-size: 24px; margin-bottom: 13px; } .promotect-2-info p { margin-bottom: 0; color: #ffffff; } .promotect-2-icon i { font-size: 25px; color: #e25a44; line-height: 65px; width: 65px; background: #ffffff; text-align: center; border-radius: 50%; } .promotect-bg-area { height: 695px; } .promotect-area { margin-bottom: -454px; } .team-img { position: relative; } .team-img img { width: 100%; } .team-img::before { height: 100%; width: 100%; position: absolute; content: ""; background: #222; left: 0; top: 0; border-radius: 50%; opacity: .0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .team-wrapper:hover .team-img::before { opacity: .5; } .team-icon { position: absolute; left: 0; right: 0; text-align: center; top: 40%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; opacity: 0; } .team-icon a { font-size: 14px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; margin: 0 1px; height: 36px; width: 36px; background: #ffffff; display: inline-block; text-align: center; line-height: 36px; border-radius: 50%; color: #979797; } .team-icon a:hover { color: #ffffff; background: #e25a44; } .team-wrapper:hover .team-icon { opacity: 1; -webkit-transform: translatey(-50%); -ms-transform: translatey(-50%); transform: translatey(-50%); top: 50%; } .team-text { margin-top: 35px; } .team-text h3 { margin-bottom: 9px; font-size: 24px; } .team-text span { color: #e25a44; font-size: 14px; font-weight: 500; } .volunteer-area { background-size: cover; background-position: center center; } .single-volunteer .b-button a { color: #ffc226; } .single-volunteer .b-button a span { border-color: #ffc226; } .single-volunteer .section-title p { margin-bottom: 34px; margin-top: 43px; } .volunteer-wrapper { background: #03b664; padding: 80px 70px 80px 60px; margin-left: 30px; margin-top: -90px; position: relative; } .volunteer-wrapper::before { width: 0; height: 0; border-style: solid; border-width: 0 0 90px 50px; border-color: transparent transparent #16a358 transparent; position: absolute; content: ''; left: -50px; top: 0; } .volunteer-us-form input { border: none; height: 80px; margin-bottom: 10px; padding: 0 30px; width: 100%; font-size: 18px; color: #748188; font-weight: 600; border-radius: 0; font-family: "Barlow", sans-serif; } .volunteer-us-form textarea { border: none; height: 180px; margin-bottom: 10px; padding: 30px; width: 100%; font-size: 18px; color: #748188; font-weight: 600; border-radius: 0; font-family: "Barlow", sans-serif; } #volunteer-us-form input::-moz-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form input::-webkit-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form input:-ms-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form input::-ms-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form input::placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea::-moz-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea::-webkit-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea:-ms-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea::-ms-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea::placeholder { font-size: 18px; color: #748188; font-weight: 600; } .volunteer-icon { position: relative; } .volunteer-icon::after { position: absolute; content: ""; font-family: "Font Awesome 5 Pro"; font-weight: 400; display: inline-block; font-size: 18px; text-align: center; right: 35px; color: #748188; top: 27px; } .volunteer-message::after { content: "\f303"; } .volunteer-name::after { content: "\f007"; } .volunteer-email::after { content: "\f2b6"; } .volunteer-website::after { content: "\f107"; } .volunteer-button button.btn { padding: 26px 44px 26px 40px; } .promotect-bg-img { background-size: cover; height: 100%; left: 0; position: absolute; top: 0; width: 50%; background-position: center center; } .promotect-02-wrapper { background-repeat: no-repeat; padding: 95px 346px 97px 66px; background-position: bottom right; } /*# sourceMappingURL=main.css.map */
public/web/assets/css/main.css
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800,900|Rubik:300,400,500,700,900&display=swap"); /* Flaticon icon font: Flaticon Creation date: 26/01/2020 04:05 */ @font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio: 0) { @font-face { font-family: "Flaticon"; src: url("./Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-style: normal; line-height: 1; } .flaticon-charity:before { content: "\f100"; } .flaticon-heart:before { content: "\f101"; } .flaticon-donation:before { content: "\f102"; } .flaticon-icon-182480:before { content: "\f103"; } .flaticon-icon-829141:before { content: "\f104"; } .flaticon-handicap:before { content: "\f105"; } .flaticon-trophy:before { content: "\f106"; } .flaticon-care:before { content: "\f107"; } .flaticon-donation-1:before { content: "\f108"; } .flaticon-donation-2:before { content: "\f109"; } .flaticon-donation-3:before { content: "\f10a"; } body { font-family: "Rubik", sans-serif; font-weight: normal; font-style: normal; color: #748188; } .img, img { max-width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .f-left { float: left; } .f-right { float: right; } .fix { overflow: hidden; } a, .button { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } a:focus, .button:focus { text-decoration: none; outline: none; } a:focus, a:hover { text-decoration: none; } a, button { color: inherit; outline: medium none; } button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } h1, h2, h3, h4, h5, h6 { font-family: "Barlow", sans-serif; color: #233f4d; margin-top: 0px; font-style: normal; font-weight: 700; text-transform: normal; line-height: 1; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } h1 { font-size: 40px; font-weight: 700; } h2 { font-size: 35px; } h3 { font-size: 28px; } h4 { font-size: 22px; } h5 { font-size: 18px; } h6 { font-size: 16px; } ul { margin: 0px; padding: 0px; } li { list-style: none; } p { font-size: 15px; font-weight: normal; line-height: 28px; color: #748188; margin-bottom: 15px; } hr { border-bottom: 1px solid #eceff8; border-top: 0 none; margin: 30px 0; padding: 0; } label { color: #374455; cursor: pointer; font-size: 14px; font-weight: 400; } *::-moz-selection { background: #233f4d; color: #ffffff; text-shadow: none; } ::-moz-selection { background: #233f4d; color: #ffffff; text-shadow: none; } ::selection { background: #233f4d; color: #ffffff; text-shadow: none; } /*-- - Input Placeholder -----------------------------------------*/ *::-moz-placeholder { color: #233f4d; font-size: 14px; opacity: 1; } *::-webkit-input-placeholder { color: #233f4d; font-size: 14px; opacity: 1; } *:-ms-input-placeholder { color: #233f4d; font-size: 14px; opacity: 1; } *::-ms-input-placeholder { color: #233f4d; font-size: 14px; opacity: 1; } *::placeholder { color: #233f4d; font-size: 14px; opacity: 1; } /*-- - Common Classes -----------------------------------------*/ .fix { overflow: hidden; } .clear { clear: both; } /*-- - Background color -----------------------------------------*/ .grey-bg { background: #f2f1eb; } .grey2-bg { background: #e6e5e0; } .white-bg { background: #ffffff; } .red-bg { background: #e25a44; } .black-bg { background: #233f4d; } .green-bg { background: #03b664; } .blue-bg { background: #05103b; } .black-2-bg { background: #111111; } .black-soft-bg { background: #374455; } .blue-soft-bg { background: #11202d; } .theme-bg { background: #ffc226; } /*-- - color -----------------------------------------*/ .white-color { color: #ffffff; } .black-color { color: #233f4d; } .theme-color { color: #ffc226; } /*-- - Margin & Padding -----------------------------------------*/ /*-- Margin Top --*/ .mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-65 { margin-top: 65px; } .mt-70 { margin-top: 70px; } .mt-75 { margin-top: 75px; } .mt-80 { margin-top: 80px; } .mt-85 { margin-top: 85px; } .mt-90 { margin-top: 90px; } .mt-95 { margin-top: 95px; } .mt-100 { margin-top: 100px; } .mt-105 { margin-top: 105px; } .mt-110 { margin-top: 110px; } .mt-115 { margin-top: 115px; } .mt-120 { margin-top: 120px; } .mt-125 { margin-top: 125px; } .mt-130 { margin-top: 130px; } .mt-135 { margin-top: 135px; } .mt-140 { margin-top: 140px; } .mt-145 { margin-top: 145px; } .mt-150 { margin-top: 150px; } .mt-155 { margin-top: 155px; } .mt-160 { margin-top: 160px; } .mt-165 { margin-top: 165px; } .mt-170 { margin-top: 170px; } .mt-175 { margin-top: 175px; } .mt-180 { margin-top: 180px; } .mt-185 { margin-top: 185px; } .mt-190 { margin-top: 190px; } .mt-195 { margin-top: 195px; } .mt-200 { margin-top: 200px; } /*-- Margin Bottom --*/ .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mb-50 { margin-bottom: 50px; } .mb-55 { margin-bottom: 55px; } .mb-60 { margin-bottom: 60px; } .mb-65 { margin-bottom: 65px; } .mb-70 { margin-bottom: 70px; } .mb-75 { margin-bottom: 75px; } .mb-80 { margin-bottom: 80px; } .mb-85 { margin-bottom: 85px; } .mb-90 { margin-bottom: 90px; } .mb-95 { margin-bottom: 95px; } .mb-100 { margin-bottom: 100px; } .mb-105 { margin-bottom: 105px; } .mb-110 { margin-bottom: 110px; } .mb-115 { margin-bottom: 115px; } .mb-120 { margin-bottom: 120px; } .mb-125 { margin-bottom: 125px; } .mb-130 { margin-bottom: 130px; } .mb-135 { margin-bottom: 135px; } .mb-140 { margin-bottom: 140px; } .mb-145 { margin-bottom: 145px; } .mb-150 { margin-bottom: 150px; } .mb-155 { margin-bottom: 155px; } .mb-160 { margin-bottom: 160px; } .mb-165 { margin-bottom: 165px; } .mb-170 { margin-bottom: 170px; } .mb-175 { margin-bottom: 175px; } .mb-180 { margin-bottom: 180px; } .mb-185 { margin-bottom: 185px; } .mb-190 { margin-bottom: 190px; } .mb-195 { margin-bottom: 195px; } .mb-200 { margin-bottom: 200px; } .mb-205 { margin-bottom: 205px; } .mb-210 { margin-bottom: 210px; } .mb-215 { margin-bottom: 215px; } .mb-220 { margin-bottom: 220px; } .mb-225 { margin-bottom: 225px; } .mb-230 { margin-bottom: 230px; } .mb-235 { margin-bottom: 235px; } .mb-240 { margin-bottom: 240px; } .mb-245 { margin-bottom: 245px; } .mb-250 { margin-bottom: 250px; } .mb-255 { margin-bottom: 255px; } .mb-260 { margin-bottom: 260px; } .mb-265 { margin-bottom: 265px; } .mb-270 { margin-bottom: 270px; } .mb-275 { margin-bottom: 275px; } .mb-280 { margin-bottom: 280px; } .mb-285 { margin-bottom: 285px; } .mb-290 { margin-bottom: 290px; } .mb-295 { margin-bottom: 295px; } .mb-300 { margin-bottom: 300px; } /*-- Margin Left --*/ .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-15 { margin-left: 15px; } .ml-20 { margin-left: 20px; } .ml-25 { margin-left: 25px; } .ml-30 { margin-left: 30px; } .ml-35 { margin-left: 35px; } .ml-40 { margin-left: 40px; } .ml-45 { margin-left: 45px; } .ml-50 { margin-left: 50px; } .ml-55 { margin-left: 55px; } .ml-60 { margin-left: 60px; } .ml-65 { margin-left: 65px; } .ml-70 { margin-left: 70px; } .ml-75 { margin-left: 75px; } .ml-80 { margin-left: 80px; } .ml-85 { margin-left: 85px; } .ml-90 { margin-left: 90px; } .ml-95 { margin-left: 95px; } .ml-100 { margin-left: 100px; } .ml-105 { margin-left: 105px; } .ml-110 { margin-left: 110px; } .ml-115 { margin-left: 115px; } .ml-120 { margin-left: 120px; } .ml-125 { margin-left: 125px; } .ml-130 { margin-left: 130px; } .ml-135 { margin-left: 135px; } .ml-140 { margin-left: 140px; } .ml-145 { margin-left: 145px; } .ml-150 { margin-left: 150px; } .ml-155 { margin-left: 155px; } .ml-160 { margin-left: 160px; } .ml-165 { margin-left: 165px; } .ml-170 { margin-left: 170px; } .ml-175 { margin-left: 175px; } .ml-180 { margin-left: 180px; } .ml-185 { margin-left: 185px; } .ml-190 { margin-left: 190px; } .ml-195 { margin-left: 195px; } .ml-200 { margin-left: 200px; } /*-- Margin Right --*/ .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .mr-15 { margin-right: 15px; } .mr-20 { margin-right: 20px; } .mr-25 { margin-right: 25px; } .mr-30 { margin-right: 30px; } .mr-35 { margin-right: 35px; } .mr-40 { margin-right: 40px; } .mr-45 { margin-right: 45px; } .mr-50 { margin-right: 50px; } .mr-55 { margin-right: 55px; } .mr-60 { margin-right: 60px; } .mr-65 { margin-right: 65px; } .mr-70 { margin-right: 70px; } .mr-75 { margin-right: 75px; } .mr-80 { margin-right: 80px; } .mr-85 { margin-right: 85px; } .mr-90 { margin-right: 90px; } .mr-95 { margin-right: 95px; } .mr-100 { margin-right: 100px; } .mr-105 { margin-right: 105px; } .mr-110 { margin-right: 110px; } .mr-115 { margin-right: 115px; } .mr-120 { margin-right: 120px; } .mr-125 { margin-right: 125px; } .mr-130 { margin-right: 130px; } .mr-135 { margin-right: 135px; } .mr-140 { margin-right: 140px; } .mr-145 { margin-right: 145px; } .mr-150 { margin-right: 150px; } .mr-155 { margin-right: 155px; } .mr-160 { margin-right: 160px; } .mr-165 { margin-right: 165px; } .mr-170 { margin-right: 170px; } .mr-175 { margin-right: 175px; } .mr-180 { margin-right: 180px; } .mr-185 { margin-right: 185px; } .mr-190 { margin-right: 190px; } .mr-195 { margin-right: 195px; } .mr-200 { margin-right: 200px; } /*-- Padding Top --*/ .pt-5 { padding-top: 5px; } .pt-10 { padding-top: 10px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .pt-55 { padding-top: 55px; } .pt-60 { padding-top: 60px; } .pt-65 { padding-top: 65px; } .pt-70 { padding-top: 70px; } .pt-75 { padding-top: 75px; } .pt-80 { padding-top: 80px; } .pt-85 { padding-top: 85px; } .pt-90 { padding-top: 90px; } .pt-95 { padding-top: 95px; } .pt-100 { padding-top: 100px; } .pt-105 { padding-top: 105px; } .pt-110 { padding-top: 110px; } .pt-115 { padding-top: 115px; } .pt-120 { padding-top: 120px; } .pt-125 { padding-top: 125px; } .pt-130 { padding-top: 130px; } .pt-135 { padding-top: 135px; } .pt-140 { padding-top: 140px; } .pt-145 { padding-top: 145px; } .pt-150 { padding-top: 150px; } .pt-155 { padding-top: 155px; } .pt-160 { padding-top: 160px; } .pt-165 { padding-top: 165px; } .pt-170 { padding-top: 170px; } .pt-175 { padding-top: 175px; } .pt-180 { padding-top: 180px; } .pt-185 { padding-top: 185px; } .pt-190 { padding-top: 190px; } .pt-195 { padding-top: 195px; } .pt-200 { padding-top: 200px; } .pt-205 { padding-top: 205px; } .pt-210 { padding-top: 210px; } .pt-215 { padding-top: 215px; } .pt-220 { padding-top: 220px; } .pt-225 { padding-top: 225px; } .pt-230 { padding-top: 230px; } .pt-235 { padding-top: 235px; } .pt-240 { padding-top: 240px; } .pt-245 { padding-top: 245px; } .pt-250 { padding-top: 250px; } .pt-255 { padding-top: 255px; } .pt-260 { padding-top: 260px; } .pt-265 { padding-top: 265px; } .pt-270 { padding-top: 270px; } .pt-275 { padding-top: 275px; } .pt-280 { padding-top: 280px; } .pt-285 { padding-top: 285px; } .pt-290 { padding-top: 290px; } .pt-295 { padding-top: 295px; } .pt-300 { padding-top: 300px; } /*-- Padding Bottom --*/ .pb-5 { padding-bottom: 5px; } .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .pb-55 { padding-bottom: 55px; } .pb-60 { padding-bottom: 60px; } .pb-65 { padding-bottom: 65px; } .pb-70 { padding-bottom: 70px; } .pb-75 { padding-bottom: 75px; } .pb-80 { padding-bottom: 80px; } .pb-85 { padding-bottom: 85px; } .pb-90 { padding-bottom: 90px; } .pb-95 { padding-bottom: 95px; } .pb-100 { padding-bottom: 100px; } .pb-105 { padding-bottom: 105px; } .pb-110 { padding-bottom: 110px; } .pb-115 { padding-bottom: 115px; } .pb-120 { padding-bottom: 120px; } .pb-125 { padding-bottom: 125px; } .pb-130 { padding-bottom: 130px; } .pb-135 { padding-bottom: 135px; } .pb-140 { padding-bottom: 140px; } .pb-145 { padding-bottom: 145px; } .pb-150 { padding-bottom: 150px; } .pb-155 { padding-bottom: 155px; } .pb-160 { padding-bottom: 160px; } .pb-165 { padding-bottom: 165px; } .pb-170 { padding-bottom: 170px; } .pb-175 { padding-bottom: 175px; } .pb-180 { padding-bottom: 180px; } .pb-185 { padding-bottom: 185px; } .pb-190 { padding-bottom: 190px; } .pb-195 { padding-bottom: 195px; } .pb-200 { padding-bottom: 200px; } .pb-205 { padding-bottom: 205px; } .pb-210 { padding-bottom: 210px; } .pb-215 { padding-bottom: 215px; } .pb-220 { padding-bottom: 220px; } .pb-225 { padding-bottom: 225px; } .pb-230 { padding-bottom: 230px; } .pb-235 { padding-bottom: 235px; } .pb-240 { padding-bottom: 240px; } .pb-245 { padding-bottom: 245px; } .pb-250 { padding-bottom: 250px; } .pb-255 { padding-bottom: 255px; } .pb-260 { padding-bottom: 260px; } .pb-265 { padding-bottom: 265px; } .pb-270 { padding-bottom: 270px; } .pb-275 { padding-bottom: 275px; } .pb-280 { padding-bottom: 280px; } .pb-285 { padding-bottom: 285px; } .pb-290 { padding-bottom: 290px; } .pb-295 { padding-bottom: 295px; } .pb-300 { padding-bottom: 300px; } /*-- Padding Left --*/ .pl-5 { padding-left: 5px; } .pl-10 { padding-left: 10px; } .pl-15 { padding-left: 15px; } .pl-20 { padding-left: 20px; } .pl-25 { padding-left: 25px; } .pl-30 { padding-left: 30px; } .pl-35 { padding-left: 35px; } .pl-40 { padding-left: 40px; } .pl-45 { padding-left: 45px; } .pl-50 { padding-left: 50px; } .pl-55 { padding-left: 55px; } .pl-60 { padding-left: 60px; } .pl-65 { padding-left: 65px; } .pl-70 { padding-left: 70px; } .pl-75 { padding-left: 75px; } .pl-80 { padding-left: 80px; } .pl-85 { padding-left: 85px; } .pl-90 { padding-left: 90px; } .pl-95 { padding-left: 95px; } .pl-100 { padding-left: 100px; } .pl-105 { padding-left: 105px; } .pl-110 { padding-left: 110px; } .pl-115 { padding-left: 115px; } .pl-120 { padding-left: 120px; } .pl-125 { padding-left: 125px; } .pl-130 { padding-left: 130px; } .pl-135 { padding-left: 135px; } .pl-140 { padding-left: 140px; } .pl-145 { padding-left: 145px; } .pl-150 { padding-left: 150px; } .pl-155 { padding-left: 155px; } .pl-160 { padding-left: 160px; } .pl-165 { padding-left: 165px; } .pl-170 { padding-left: 170px; } .pl-175 { padding-left: 175px; } .pl-180 { padding-left: 180px; } .pl-185 { padding-left: 185px; } .pl-190 { padding-left: 190px; } .pl-195 { padding-left: 195px; } .pl-200 { padding-left: 200px; } /*-- Padding Right --*/ .pr-5 { padding-right: 5px; } .pr-10 { padding-right: 10px; } .pr-15 { padding-right: 15px; } .pr-20 { padding-right: 20px; } .pr-25 { padding-right: 25px; } .pr-30 { padding-right: 30px; } .pr-35 { padding-right: 35px; } .pr-40 { padding-right: 40px; } .pr-45 { padding-right: 45px; } .pr-50 { padding-right: 50px; } .pr-55 { padding-right: 55px; } .pr-60 { padding-right: 60px; } .pr-65 { padding-right: 65px; } .pr-70 { padding-right: 70px; } .pr-75 { padding-right: 75px; } .pr-80 { padding-right: 80px; } .pr-85 { padding-right: 85px; } .pr-90 { padding-right: 90px; } .pr-95 { padding-right: 95px; } .pr-100 { padding-right: 100px; } .pr-105 { padding-right: 105px; } .pr-110 { padding-right: 110px; } .pr-115 { padding-right: 115px; } .pr-120 { padding-right: 120px; } .pr-125 { padding-right: 125px; } .pr-130 { padding-right: 130px; } .pr-135 { padding-right: 135px; } .pr-140 { padding-right: 140px; } .pr-145 { padding-right: 145px; } .pr-150 { padding-right: 150px; } .pr-155 { padding-right: 155px; } .pr-160 { padding-right: 160px; } .pr-165 { padding-right: 165px; } .pr-170 { padding-right: 170px; } .pr-175 { padding-right: 175px; } .pr-180 { padding-right: 180px; } .pr-185 { padding-right: 185px; } .pr-190 { padding-right: 190px; } .pr-195 { padding-right: 195px; } .pr-200 { padding-right: 200px; } /* scrollUp */ #scrollUp { background: #e25a44; height: 50px; width: 50px; right: 50px; bottom: 77px; color: #ffffff; font-size: 20px; text-align: center; border-radius: 50%; font-size: 16px; line-height: 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } #scrollUp:hover { background: #ffc226; } /* bounce-animate */ .bounce-animate { -webkit-animation-name: float-bob; animation-name: float-bob; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -moz-animation-name: float-bob; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float-bob; -ms-animation-duration: 2s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float-bob; -o-animation-duration: 2s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } @-webkit-keyframes float-bob { 0% { -webkit-transform: translateY(-20px); transform: translateY(-20px); } 50% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); } } .rotateme { -webkit-animation-name: rotateme; animation-name: rotateme; -webkit-animation-duration: 10s; animation-duration: 60s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; } @keyframes rotateme { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes rotateme { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } .button { cursor: pointer; } /*-- - Overlay ------------------------------------------*/ [data-overlay] { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; } [data-overlay]::before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; } /*-- Overlay Color --*/ [data-overlay="light"]::before { background-color: #ffffff; } [data-overlay="dark"]::before { background-color: #233f4d; } /*-- Overlay Opacity --*/ [data-opacity="1"]::before { opacity: 0.1; } [data-opacity="2"]::before { opacity: 0.2; } [data-opacity="3"]::before { opacity: 0.3; } [data-opacity="4"]::before { opacity: 0.4; } [data-opacity="5"]::before { opacity: 0.5; } [data-opacity="6"]::before { opacity: 0.6; } [data-opacity="7"]::before { opacity: 0.7; } [data-opacity="8"]::before { opacity: 0.8; } [data-opacity="9"]::before { opacity: 0.9; } /* 02. header */ /* 2 header */ .header-transparent { position: absolute; top: 0; left: 0; right: 0; z-index: 9; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .sticky { left: 0; margin: auto; position: fixed; top: 0; width: 100%; -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07); box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07); z-index: 9999; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); background: #03b664; } .default-header .sticky { background: #ffffff; } .menu-3.sticky { border: 0; } .pos-rel { position: relative; } .header-top-area { padding: 12px 0 14px; } .header-info span { color: #a8bcc6; font-size: 14px; font-weight: 400; margin-right: 30px; } .header-info span i { font-size: 14px; color: #03b664; margin-right: 6px; } .header-info span:last-child { margin-right: 0; } .header-icon { margin-right: 24px; } .header-icon a { color: #a8bcc6; font-size: 14px; display: inline-block; text-align: center; margin-right: 12px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .header-icon a:last-child { margin-right: 0; } .header-icon a:hover { color: #03b664; } .header-login a { background: #ffc226; color: #233f4d; font-weight: 500; font-size: 13px; padding: 5px 9px; font-family: "Barlow", sans-serif; text-transform: uppercase; border-radius: 5px; } .header-login i { padding-right: 3px; } .header-right { margin-top: 26px; } .header-right-text { overflow: hidden; margin-right: 15px; } .header-right-text h5 { font-size: 16px; font-weight: 700; margin-bottom: 2px; color: #ffffff; } .header-right-text span { font-size: 18px; color: #ffffff; font-weight: 500; } .header-02-wrapper { margin-top: 9px; } .header-lang { padding: 3px 0 17px; display: inline-block; } .lang-icon > a { font-size: 18px; color: #233f4d; margin-left: 5px; font-weight: 600; font-family: "Barlow", sans-serif; } .lang-icon i { font-size: 15px; position: relative; top: 2px; left: 3px; } .header-lang-list { position: absolute; width: 120px; opacity: 0; visibility: hidden; padding: 20px 15px; border-top: 3px solid #ffc226; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; z-index: 999; background: #ffffff; padding-bottom: 5px; padding-top: 4px; top: 100%; -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .header-lang:hover .header-lang-list { opacity: 1; visibility: visible; } .header-lang-list li { display: block; margin-bottom: 0; padding: 5px 0; } .header-lang-list li a { display: block; color: #647589; font-size: 13px; } .header-lang-list li a:hover { color: #ffc226; } .header-02-info a { color: #233f4d; background: #ffffff; font-size: 16px; border: 2px solid #f0f0f0; display: inline-block; line-height: 1; padding: 9px 17px; border-radius: 5px; font-family: "Barlow", sans-serif; } .header-02-info a i { padding-right: 5px; color: #03b664; } .header-02-icon { margin-top: 5px; } .header-02-icon a { color: #a0aeb8; font-size: 16px; margin-right: 18px; } .search-icon { margin-top: 50px; margin-left: 39px; } .search-icon a { font-size: 16x; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #ffffff; } .search-icon a:hover { color: #ffc226; } .header-02 { padding-left: 55px; border-bottom: 2px solid #37576b; padding-bottom: 0; padding-top: 0; } .header-02 .header-info span { color: #ffffff; font-size: 18px; margin-right: 64px; border-right: 2px solid #37576b; padding-right: 64px; padding-top: 15px; display: inline-block; padding-bottom: 15px; } .header-02 .header-info span i { font-size: 20px; color: #ffffff; } .header-03-icon a { font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 20px 23px; border-right: 2px solid #37576b; transition: .3s; margin: 0; line-height: 1; float: right; } .header-03-icon a:hover { color: #ffffff; background: #4661c5; border-color: #4661c5; } .header-03-icon a:first-child { border-right: 0; } .fb { color: #4661c5; } .twit { color: #1ab2e8; } .google { color: #ea4335; } .dribbble { color: #4661c5; } .logo-2 a { background: #ffc226; padding: 28px 70px; line-height: 1; display: inline-block; } .header-02-login a { background: #e25a44; color: #ffffff; font-weight: 600; font-size: 16px; padding: 34px 69px; text-transform: capitalize; display: inline-block; line-height: 1; font-family: "Barlow", sans-serif; } .header-02-login i { padding-right: 6px; font-size: 22px; } .default-header .header-info span { color: #748188; border-right: 2px solid #ebebeb; } .default-header .header-02 { border-bottom: 2px solid #ebebeb; } .fb-1 { background: #4661c5; } .twit-1 { background: #1ab2e8; } .google-1 { background: #ea4335; } .dribbble-1 { background: #d03086; } .default-header .header-03-icon a { padding: 20px 23px; border-right: none; color: #ffffff; margin-right: 5px; } .default-header .header-03-icon a:first-child { margin-right: 0; } .default-header .header-info span i { color: #03b664; } .default-header .header-02-login a { background: none; color: #748188; padding: 34px 69px; border-left: 2px solid #ebebeb; } .default-header .header-03-icon .fb-1:hover { background: #4661c5; } .default-header .header-03-icon .twit-1:hover { background: #1ab2e8; } .default-header .header-03-icon .google-1:hover { background: #ea4335; } .default-header .header-03-icon .dribbble-1:hover { background: #d03086; } .default-header .header-02-login a i { color: #ffc226; } /* menu */ .main-menu nav > ul > li { display: inline-block; position: relative; margin-left: 26px; } .main-menu nav > ul > li:first-child { margin-left: 0; } .main-menu nav > ul > li > a { display: block; font-size: 16px; padding: 37px 0; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; background: transparent; line-height: 1; position: relative; text-transform: capitalize; color: #fff; font-weight: 600; font-family: "Barlow", sans-serif; } .main-menu nav > ul > li > a i { font-size: 14px; position: relative; top: 1px; left: 2px; } .main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a { color: #ffc226; } .main-menu > nav > ul > li > a::before { background: #ffc226; content: ""; height: 3px; position: absolute; top: 0; width: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .main-menu > nav > ul > li:hover > a::before, .main-menu > nav > ul > li.active > a::before { width: 100%; } /* sub-menu */ .main-menu nav > ul > li .sub-menu { background: #ffffff none repeat scroll 0 0; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); left: 0; opacity: 0; position: absolute; top: 120%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; width: 220px; z-index: 9; border-top: 3px solid #ffc226; text-align: left; } .main-menu nav > ul > li:hover .sub-menu { opacity: 1; top: 100%; visibility: visible; } .main-menu nav > ul > li .sub-menu li { display: block; } .main-menu nav > ul > li .sub-menu li a { color: #666666; font-size: 14px; margin: 0; padding: 13px 20px; text-transform: capitalize; display: block; font-size: 400; } .main-menu nav > ul > li:hover > .sub-menu li > a:hover { color: #fff; background: #ffc226; } .menu-2 { padding-top: 30px; } .menu-2 .main-menu > nav > ul > li > a::before { display: none; } .menu-2 .main-menu nav > ul > li > a { padding: 51px 0; } .menu-3 { border-bottom: 2px solid #37576b; } .default-header .menu-3 { border-bottom: none; padding-left: 55px; } .default-header .main-menu nav > ul > li > a { color: #748188; } /* search modal */ #search-modal { background-color: rgba(23, 26, 33, 0.95); } #search-modal .modal-dialog { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: none; outline: 0; } #search-modal .modal-dialog .modal-content { background: 0 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; } #search-modal .modal-dialog .modal-content form { width: 555px; position: relative; } #search-modal .modal-dialog .modal-content form input { width: 100%; font-size: 36px; border: none; border-bottom: 3px solid rgba(255, 255, 255, 0.1); background: 0 0; color: #ffffff; padding-bottom: 12px; padding-right: 40px; } #search-modal .modal-dialog .modal-content form input::-moz-placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form input::-webkit-input-placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form input:-ms-input-placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form input::-ms-input-placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form input::placeholder { font-size: 35px; color: #ffffff; } #search-modal .modal-dialog .modal-content form button { position: absolute; right: 0; margin-bottom: 3px; font-size: 30px; color: rgba(255, 255, 255, 0.5); background: 0 0; border: none; cursor: pointer; top: 11px; } /* 03. features */ .section-title span { background: #fbf0dc; color: #233f4d; text-transform: uppercase; font-weight: 700; font-size: 14px; font-family: "Barlow", sans-serif; padding: 7px 21px 7px 0; border-radius: 30px; } .section-title span i { font-size: 16px; background: #e25a44; color: #ffffff; padding: 7px; border-radius: 50%; margin-right: 10px; } .section-title h1 { font-size: 55px; margin-bottom: 0; letter-spacing: -.3px; line-height: 1.06; margin-top: 30px; } .section-title p { margin-bottom: 0; margin-top: 32px; } .white-title-1 span { background: #ffffff; } .white-title span { background: #ffffff; } .white-title h1 { color: #ffffff; } .white-title p { color: #ffffff; } .features-img img { width: 100%; } .features-img::before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background: #03b664; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 1; } .features-wrapper:hover .features-img::before { opacity: .6; } .features-wrapper.active .features-img::before { opacity: .6; } .features-wrapper:hover .features-img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .features-wrapper:hover .features-inner { opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .features-wrapper.active .features-inner { opacity: 0; } .features-inner-item { margin-top: -40px; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .features-icon a { color: #000000; font-size: 40px; -webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(204, 204, 204, 0.78); box-shadow: 0px 0px 29.7px 0.3px rgba(204, 204, 204, 0.78); height: 80px; display: inline-block; width: 80px; line-height: 76px; border-radius: 50%; background: #ffc226; border: 5px solid #ffffff; text-align: center; } .features-text h3 { font-size: 24px; margin-bottom: 0; margin-top: 17px; } .features-item { background: #e25a44; position: absolute; right: 20px; left: 20px; padding: 50px 35px 42px 35px; bottom: -78px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border-radius: 5px; opacity: 0; z-index: 9; } .features-wrapper:hover .features-item { opacity: 1; } .features-wrapper.active .features-item { opacity: 1; } .features-01-icon a { color: #ffffff; font-size: 40px; height: 80px; display: inline-block; width: 80px; line-height: 76px; border-radius: 50%; background: #03b664; border: 5px solid #ffffff; text-align: center; } .features-content h3 { font-size: 24px; margin-bottom: 15px; margin-top: 26px; color: #ffffff; } .features-content p { color: #ffffff; margin-bottom: 0; font-size: 16px; } .features-02-bg { margin-right: 48px; } .features-02-icon-img { display: inline-block; } .features-02-icon { background: #e25a44; height: 220px; width: 220px; text-align: center; line-height: 220px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .features-02-wrapper:hover .features-02-icon { background: #03b664; } .features-02-wrapper.active .features-02-icon { background: #03b664; } .features-03-icon { position: absolute; bottom: 6px; right: 20px; } .features-03-icon a { font-size: 20px; height: 50px; width: 50px; background: #ffffff; display: inline-block; text-align: center; text-align: center; line-height: 50px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(226, 90, 68, 0.44); box-shadow: 0px 10px 29.7px 0.3px rgba(226, 90, 68, 0.44); border: 2px solid transparent; } .features-03-icon a:hover { border-color: #ffffff; background: #e25a44; color: #ffffff; } .features-02-wrapper.active .features-03-icon a { border-color: #ffffff; background: #e25a44; color: #ffffff; } .features-02-text { margin-top: 24px; } .features-02-text h3 { margin-bottom: 0; font-size: 24px; } .features-02-bg .col-xl-6:nth-child(1) .features-02-wrapper { -webkit-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); } .features-02-bg .col-xl-6:nth-child(3) .features-02-wrapper { -webkit-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); } .single-features { margin-left: 34px; margin-top: 50px; } .features-02-content p { margin-bottom: 40px; } .features-title-area { background-size: cover; background-position: center center; } .features-03-area { margin-top: -156px; } .features-03-wrapper { position: relative; -webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82); box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82); background: #ffffff; padding: 60px 35px 55px; } .features-03-wrapper::before { position: absolute; background: #ffc226; content: ""; height: 5px; width: 120px; left: 0; bottom: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .features-03-wrapper:hover::before { width: 100%; } .features-04-icon { border: 4px dashed #ffc226; padding: 10px; display: inline-block; border-radius: 50%; } .features-04-icon a { font-size: 20px; height: 120px; width: 120px; background: #ffc226; display: inline-block; text-align: center; text-align: center; line-height: 120px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; font-size: 62px; color: #222; } .features-03-text { margin-top: 35px; } .features-03-text h3 { font-size: 26px; margin-bottom: 17px; } .features-03-text p { margin-bottom: 0; } /* 04. services */ .services-area { background-size: cover; background-position: center center; } .services-wrapper { background: #ffffff; -webkit-box-shadow: 0px 16px 29.7px 0.3px rgba(204, 204, 204, 0.78); box-shadow: 0px 16px 29.7px 0.3px rgba(204, 204, 204, 0.78); padding: 50px 30px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .services-wrapper:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); } .services-text h4 { font-size: 20px; margin-top: 30px; margin-bottom: 14px; } .services-text p { margin-bottom: 9px; } .b-button a { font-size: 14px; font-weight: 500; color: #233f4d; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .b-button a:hover { color: #ffc226; } .b-button a span { border-bottom: 1px solid #233f4d; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .b-button a i { position: relative; left: 7px; } .b-button a:hover span { border-color: #ffc226; } .ser-button { margin-top: 111px; } /* 05. case */ .case-wrapper { padding: 37px 30px; } .case-text h3 { font-size: 24px; margin-bottom: 0; letter-spacing: -.5px; } .case-text h3 a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .case-text h3 a:hover { color: #ffc226; } .case-img img { width: 100%; } .case-name { overflow: hidden; margin-top: 22px; margin-bottom: 30px; } .case-say-img { float: left; margin-right: 15px; } .case-say-img img { border-radius: 50%; } .case-say-content { overflow: hidden; margin-top: 5px; } .case-say-content span { font-size: 18px; font-weight: 400; text-transform: capitalize; } .case-meta { overflow: hidden; margin-top: 20px; margin-bottom: 25px; } .f-cat a { color: #233f4d; font-size: 14px; text-transform: uppercase; font-weight: 700; background: #ffc226; line-height: 1; padding: 5px 11px; display: inline-block; font-family: "Barlow", sans-serif; border-radius: 3px; } .f-meta-list span { font-size: 14px; font-weight: 400; color: #233f4d; margin-right: 14px; } .f-meta-list span i { color: #03b664; padding-right: 5px; } .f-meta-list span:last-child { margin-right: 0; } .bar-title h5 { display: inline-block; font-size: 16px; margin-bottom: 17px; font-weight: 600; } .raise { color: #748188; } .used-count { color: #e25a44; } .single-skill { overflow: hidden; } .progress { border-radius: 0; height: 5px; overflow: visible; background: #e6e5e0; } .progress-bar { background-color: #03b664; text-align: right; } .progress-bar span { font-size: 16px; margin-top: -55px; color: #233f4d; font-weight: 600; font-family: "Barlow", sans-serif; } .case-info p { margin-bottom: 17px; } .shape-item { position: absolute; } .case-01 { top: 0; right: 0; } .case-02 { top: 9%; left: 5%; } .case-03 { bottom: 5%; right: 8%; } .case-04 { bottom: 9%; left: 13%; } .arrow-style .slick-arrow { background: #03b664; font-size: 16px; left: -90px; opacity: 0; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; color: #ffffff; font-weight: 400; height: 50px; width: 50px; line-height: 48px; border-radius: 5px; border: none; cursor: pointer; } .arrow-style .slick-arrow::before { content: ""; border: 2px solid #03b664; position: absolute; height: 62px; width: 62px; left: -6px; top: -6px; border-radius: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .arrow-style .slick-arrow:hover::before { border-color: #e25a44; } .arrow-style .slick-next { left: auto; right: -90px; } .arrow-style:hover .slick-arrow { opacity: 1; visibility: visible; } .arrow-style .slick-arrow:hover { background: #e25a44; } .arrow-style .slick-dots { text-align: center; bottom: -85px; z-index: 99; position: absolute; left: 0; right: 0; } .arrow-style .slick-dots li { display: inline-block; margin: 0 4px; } .arrow-style .slick-dots li button { height: 12px; width: 12px; text-indent: -9999px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 0; border-radius: 50%; background: #ffffff; border: none; position: relative; } .arrow-style .slick-dots li.slick-active button { background: #ffc226; } .case-02-wrapper { padding: 0; } .case-02-wrapper .case-text { margin-top: 31px; margin-bottom: 24px; } .case-02-wrapper .case-text span { font-size: 18px; color: #748188; padding-left: 50px; position: relative; margin-top: 13px; display: inline-block; } .case-02-wrapper .case-text span::before { position: absolute; content: ""; left: 0; height: 3px; width: 30px; background: #e25a44; bottom: 8px; } .case-tab { margin-left: 70px; margin-right: 70px; } .case-tab li { margin: 0; position: relative; padding: 0; float: left; width: 20%; } .case-tab li a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 20px 20px; margin: 0 2px; text-align: center; background: #e25a44; transition: .3s; } .case-tab li a:hover { background: #03b664; } .case-tab li a.active { background: #03b664; } .case-tab li a::before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 12px 11px 0 11px; border-color: #03b664 transparent transparent transparent; left: 50%; bottom: -12px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .case-tab li a.active::before { opacity: 1; } .case-tab li a:hover::before { opacity: 1; } .case-tap-wrapper { overflow: hidden; display: inline-block; } .case-tap-text { overflow: hidden; float: left; } .case-tap-text h4 { font-size: 18px; color: #ffffff; margin-bottom: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; margin-top: 12px; } .case-02-content { -webkit-box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82); box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.82); margin-left: 20px; margin-right: 20px; padding: 36px 30px 38px 27px; background: #ffffff; margin-top: -44px; position: relative; } .case-02-content .case-text { margin-top: 0; margin-bottom: 15px; } .case-02-content .bar-title h5 { font-size: 18px; margin-bottom: 0; font-weight: 700; line-height: 28px; } .progress-circular { position: relative; height: 80px; } .progress-circular input { color: #2aba6e; font-size: 20px; font-weight: 700; } .basic-pagination ul { display: block; } .basic-pagination ul li { display: inline-block; } @media (max-width: 767px) { .basic-pagination ul li { margin-bottom: 10px; } } .basic-pagination ul li a { height: 70px; width: 70px; border: 2px solid #748188; color: #748188; font-size: 16px; font-weight: 500; border-radius: 50%; line-height: 70px; margin: 0 5px; display: inline-block; text-align: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .basic-pagination ul li a:hover { background: #ffc226; color: #ffffff; border-color: #ffc226; } .case-details-area { border-bottom: 1px solid #dedede; } .case-details-img img { width: 100%; } .case-details-text h2 { font-size: 35px; line-height: 1.2; margin-bottom: 23px; } .case-details-text p { margin-bottom: 0; } .single-skill-02 .progress-circular { position: relative; height: 180px; } .pro-filter { position: relative; } .pro-filter select { height: 70px; font-size: 18px; color: #748188; display: inline-block; text-transform: capitalize; -webkit-appearance: none; appearance: none; -moz-appearance: none; border: 2px solid #e0e0e0; margin-bottom: 0; width: 265px; padding: 0 20px; } .pro-filter-icon { position: relative; } .pro-filter-icon::before { content: "\f107"; right: 26px; position: absolute; color: #748188; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 18px; top: 21px; } .case-details-button a.btn { padding: 26px 58px 26px 54px; } .case-d-title { font-size: 35px; margin-bottom: 38px; } .widget-title { font-size: 24px; margin-bottom: 0px; position: relative; display: inline-block; } .search-form { position: relative; } .search-form input { width: 100%; height: 70px; border: 0; background: #f3f3f3; padding: 0 20px; font-size: 14px; color: #748188; font-weight: 400; } .search-form button { position: absolute; top: 0; right: 0; height: 100%; background: none; padding: 0 25px; color: #7a8a9e; line-height: 60px; border: 0; font-weight: 400; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; cursor: pointer; } .search-form button:hover { color: #ffc226; } .search-form input::-moz-placeholder { font-size: 14px; color: #748188; font-weight: 400; } .search-form input::-webkit-input-placeholder { font-size: 14px; color: #748188; font-weight: 400; } .search-form input:-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 400; } .search-form input::-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 400; } .search-form input::placeholder { font-size: 14px; color: #748188; font-weight: 400; } .widget-case-post li { margin-bottom: 40px; } .widget-case-post li:last-child { margin-bottom: 0; } .widget-case-post-text h4 { font-size: 18px; line-height: 1.3; margin-bottom: 7px; } .widget-case-post-text h4 > a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .widget-case-post-text h4 > a:hover { color: #ffc226; } .widget-case-post-text { overflow: hidden; } .widget-case-post-text .progress { height: 3px; } .widget-case-post-text .progress-bar span { margin-top: -45px; } .widget-case-post-text .bar-title h5 { margin-bottom: 12px; font-weight: 400; } .tag a { display: inline-block; line-height: 1; padding: 10px 15px; border: 1px solid #e0e0e0; margin-bottom: 8px; margin-right: 5px; text-transform: capitalize; font-size: 14px; font-weight: 400; color: #748188; } .tag a:hover { background: #ffc226; color: #ffffff; border-color: #ffc226; } /* 06. about */ .about-us-icon { margin-right: 16px; } .about-us-icon i { font-size: 14px; height: 26px; width: 26px; background: #e25a44; border-radius: 50%; line-height: 26px; color: #ffffff; text-align: center; } .inner-about { overflow: hidden; margin-bottom: 12px; } .about-us-text p { margin-bottom: 0; line-height: 26px; margin-right: 30px; } .about-us-info h4 { font-size: 18px; margin-bottom: 0; margin-top: 3px; } .about-img img { width: 100%; } .shape-img { position: absolute; right: -5%; bottom: 19%; z-index: -1; } /* 07. btn */ .btn { color: #233f4d; display: inline-block; font-size: 14px; font-weight: 600; line-height: 1; padding: 21px 44px 21px 40px; position: relative; text-transform: uppercase; -webkit-transform: perspective(1px) translateZ(0px); transform: perspective(1px) translateZ(0px); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; vertical-align: middle; background: #ffc226; border-radius: 5px; border: none; } .btn i { font-size: 16px; position: relative; left: 6px; } .btn:hover { color: #ffffff; } .btn::before { background: #e25a44; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0 0; -ms-transform-origin: 50% 0 0; transform-origin: 50% 0 0; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; z-index: -1; border-radius: 5px; } .btn:hover::before { -webkit-transform: scaley(1); -ms-transform: scaley(1); transform: scaley(1); } .red-btn { background: #e25a44; color: #ffffff; } .red-btn::before { background: #ffc226; } .red-btn:hover::before { -webkit-transform: scaley(1); -ms-transform: scaley(1); transform: scaley(1); } .green-btn { background: #03b664; color: #ffffff; } .green-btn::before { background: #ffc226; } .green-btn:hover::before { -webkit-transform: scaley(1); -ms-transform: scaley(1); transform: scaley(1); } /* 08. counter */ .counter-area { background-size: cover; background-position: center center; } .inner-counter { border-bottom: 2px solid #e6e6e6; padding-bottom: 34px; margin-bottom: 32px; position: relative; } .inner-counter::before { position: absolute; content: ""; left: 0; height: 2px; background: #03b664; width: 80px; bottom: -2px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .counter-wrapper:hover .inner-counter::before { width: 100%; } .counter-icon { margin-right: 25px; } .counter-icon i { font-size: 81px; color: #03b664; line-height: 1; position: relative; top: 4px; } .counter-text { overflow: hidden; } .counter-text h1 { font-size: 50px; } .counter-text span { color: #748188; font-size: 18px; } .counter-info p { margin-bottom: 0; } .red-counter .counter-icon i { color: #e25a44; } .red-counter .inner-counter::before { background: #e25a44; } .theme-counter .counter-icon i { color: #ffc226; } .theme-counter .inner-counter::before { background: #ffc226; } .counter-02-wrapper .counter-icon { margin-right: 0; margin-bottom: 20px; } .counter-02-wrapper .counter-icon i { font-size: 81px; color: #03b664; line-height: 1; color: #ffffff; } .counter-02-wrapper .counter-text h1 { color: #ffffff; } .counter-02-wrapper .counter-text span { color: #ffffff; } /* 09. cta */ .cta-area { background-size: cover; background-position: center center; } .cta-wrapper .section-title p { font-size: 18px; line-height: 30px; } .cta-icon { margin-right: 9px; display: inline-block; } .cta-text { display: inline-block; text-align: left; overflow: hidden; position: relative; top: 18px; } .cta-text h5 { font-size: 16px; font-weight: 700; margin-bottom: 3px; color: #ffffff; } .cta-text span { font-size: 18px; color: #ffffff; font-weight: 500; } .cta-button { display: inline-block; } .cta-info { display: inline-block; } .cta-content h1 { font-size: 55px; color: #ffffff; padding: 0 22px; letter-spacing: -.3px; line-height: 1.1; margin-bottom: 53px; } /* 10. video */ .video-bg { background-size: cover; background-position: center center; margin-top: -160px; } .single-video-wrapper { background: #ffd25f; margin-right: 70px; margin-left: 20px; padding: 30px 46px 30px 45px; border-radius: 10px; margin-bottom: -30px; } .video-icon a { font-size: 20px; color: #03b664; height: 100px; display: inline-block; width: 100px; line-height: 100px; text-align: center; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; background: #ffffff; } .video-icon a::before { content: ''; display: inline-block; position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; border-radius: inherit; border: 1px solid #ffffff; -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } @-webkit-keyframes btnIconRipple { 0% { border-width: 4px; -webkit-transform: scale(1); transform: scale(1); } 80% { border-width: 1px; -webkit-transform: scale(1.35); transform: scale(1.35); } 100% { opacity: 0; } } .video-text { margin-top: 24px; } .video-text h2 { font-size: 35px; margin-bottom: 0; color: #ffffff; } .video-content { position: absolute; top: 18%; } .video-content h3 { font-size: 25px; margin-bottom: 17px; } .video-content p { margin-bottom: 22px; color: #233f4d; } .single-video-wrapper .b-button a:hover { color: #03b664; } .single-video-wrapper .b-button a:hover span { border-color: #03b664; } .video-img::before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 220px 370px; border-color: transparent transparent #e25a44 transparent; right: 0; bottom: 0; -o-transition: .3s; -webkit-transition: .3s; transition: .3s; } .video-img img { width: 100%; } .video-02-icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: -54px; } .video-02-icon a { font-size: 20px; color: #ffffff; height: 100px; display: inline-block; width: 100px; line-height: 100px; text-align: center; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; background: #03b664; } .video-02-icon a::before { content: ''; display: inline-block; position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; border-radius: inherit; border: 1px solid #03b664; -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } /* 11. testimonial */ .testimonial-item p { font-size: 24px; margin-bottom: 42px; color: #233f4d; line-height: 40px; font-family: "Barlow", sans-serif; font-weight: 600; margin-left: 43px; margin-right: 43px; } .designation { margin-top: 26px; } .designation h3 { font-size: 24px; font-weight: 600; margin-bottom: 7px; } .designation span { font-size: 16px; color: #03b664; font-weight: 400; } .testimonial-nav { margin: auto auto; text-align: center; width: 390px; margin-bottom: 37px; } .testimonial-thumb.slick-center > img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); border: 2px dashed #03b664; } .testimonial-thumb > img { border: 2px dashed transparent; border-radius: 50%; height: 125px; width: 125px; padding: 5px; -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); } .testimonial-icon { position: relative; } .testimonial-icon::before { content: ""; position: absolute; height: 1px; width: 670px; background: #dcdcdc; left: 0; right: 0; margin: auto; bottom: 39px; } .test-icon { border: 1px solid #e1e1e1; display: inline-block; border-radius: 50%; padding: 7px; position: relative; background: #ffffff; } .test-icon i { font-size: 24px; color: #ffffff; background: #03b664; height: 70px; width: 70px; text-align: center; line-height: 70px; border-radius: 50%; } .testimonia-item-active .slick-arrow { background: #03b664; font-size: 16px; left: -216px; opacity: 0; position: absolute; text-align: center; top: 17%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; color: #ffffff; font-weight: 400; height: 50px; width: 50px; line-height: 48px; border-radius: 5px; border: none; cursor: pointer; } .testimonia-item-active .slick-arrow::before { content: ""; border: 2px solid #03b664; position: absolute; height: 62px; width: 62px; left: -6px; top: -6px; border-radius: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .testimonia-item-active .slick-arrow:hover::before { border-color: #e25a44; } .testimonia-item-active .slick-next { left: auto; right: -216px; } .testimonia-item-active:hover .slick-arrow { opacity: 1; visibility: visible; } .testimonia-item-active .slick-arrow:hover { background: #e25a44; } .testimonia-item-active .slick-dots { text-align: center; bottom: -85px; z-index: 99; position: absolute; left: 0; right: 0; } .testimonia-item-active .slick-dots li { display: inline-block; margin: 0 4px; } .testimonia-item-active .slick-dots li button { height: 12px; width: 12px; text-indent: -9999px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 0; border-radius: 50%; background: #ffc226; border: none; position: relative; } .testimonia-item-active .slick-dots li.slick-active button { background: #03b664; } .test-button { margin-top: 104px; } .testimonial-wrapper { padding: 50px 42px; } .rating i { font-size: 16px; color: #ffc226; margin-right: 5px; } .client-text { margin-top: 14px; margin-top: 10px; } .client-text p { margin-bottom: 22px; } .client-say-img { float: left; margin-right: 20px; } .client-say-content { padding-top: 4px; overflow: hidden; } .client-say-content h4 { font-size: 18px; margin-bottom: 4px; } .client-say-content span { font-size: 14px; color: #e25a44; font-weight: 400; text-transform: capitalize; } .slick-center .testimonial-wrapper { -webkit-box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); } .testimonial-active .slick-arrow { background: #03b664; font-size: 16px; left: -53px; opacity: 0; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; color: #ffffff; font-weight: 400; height: 50px; width: 50px; line-height: 48px; border-radius: 5px; border: none; cursor: pointer; } .testimonial-active .slick-arrow::before { content: ""; border: 2px solid #03b664; position: absolute; height: 62px; width: 62px; left: -6px; top: -6px; border-radius: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .testimonial-active .slick-arrow:hover::before { border-color: #e25a44; } .testimonial-active .slick-next { left: auto; right: -53px; } .testimonial-active:hover .slick-arrow { opacity: 1; visibility: visible; } .testimonial-active .slick-arrow:hover { background: #e25a44; } .testimonial-active .slick-dots { text-align: center; bottom: -54px; z-index: 99; position: absolute; left: 0; right: 0; } .testimonial-active .slick-dots li { display: inline-block; margin: 0 4px; } .testimonial-active .slick-dots li button { height: 12px; width: 12px; text-indent: -9999px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding: 0; border-radius: 50%; background: #03b664; border: none; position: relative; } .testimonial-active .slick-dots li.slick-active button { background: #e25a44; } /* 12. newsletters */ .newsletter-area { margin-right: 260px; margin-left: 260px; background-size: cover; background-position: center center; margin-top: -160px; } .newsletter-bg { background: #ffffff; padding: 40px 40px 10px 40px; } .newsletters-wrapper { overflow: hidden; } .newsletters-text h1 { font-size: 50px; color: #ffffff; margin-bottom: 43px; } .newsletter-area { margin-right: 260px; margin-left: 260px; background-size: cover; background-position: center center; } .newsletter-form form { position: relative; } .newsletter-form form input { height: 80px; padding: 0 50px; background: #ffffff; font-size: 15px; border-radius: 5px; border: none; width: 502px; color: #748188; float: left; } .newsletter-form form input::-webkit-input-placeholder { color: #748188; font-size: 15px; } .newsletter-form form input:-ms-input-placeholder { color: #748188; font-size: 15px; } .newsletter-form form input::-ms-input-placeholder { color: #748188; font-size: 15px; } .newsletter-form form input::placeholder { color: #748188; font-size: 15px; } .newsletter-form form::-moz-placeholder { color: #748188; font-size: 15px; } .newsletter-form button { margin-left: 15px; } .newsletter-form button.btn { padding: 31px 59px 31px 55px; } .newsletters-img { position: absolute; bottom: 0; right: -46px; } .newsletter-02-form form input { padding: 0 30px; background: #f2f1eb; width: 100%; font-weight: 500; } .news-button button.btn { padding: 31px 58px 31px 54px; } /* 13. blog */ .blog-title h3 { font-size: 24px; letter-spacing: -.3px; line-height: 1.4; margin-bottom: 28px; } .blog-title h3 > a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .blog-title h3 > a:hover { color: #ffc226; } .blog-img { overflow: hidden; } .blog-img > a { position: relative; display: inline-block; } .blog-img > a::before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background: #03b664; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 1; } .blog-img > a img { width: 100%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .blog-wrapper:hover .blog-img a::before { opacity: .6; } .blog-wrapper:hover .blog-img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .blog-content { margin-top: 25px; margin-right: 30px; } .blog-content p { margin-bottom: 33px; } .blog-meta { margin-bottom: 22px; border-bottom: 1px solid #dadada; padding-bottom: 25px; } .blog-meta span { margin-right: 24px; } .blog-meta span:last-child { margin-right: 0; } .blog-meta span > a { font-size: 18px; color: #748188; font-weight: 400; font-family: "Barlow", sans-serif; } .blog-meta span i { font-size: 18px; margin-right: 5px; } .bg-title-area { background-size: cover; background-position: center center; } .blog-02-area { margin-top: -251px; } .blog-02-content { margin-right: 0; margin-top: 36px; } .blog-02-content .blog-meta { margin-bottom: 12px; border-bottom: none; padding-bottom: 0; } .blog-02-content p { margin-bottom: 40px; margin-right: 10px; } .blog-standard:hover .blog-img img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .blog-standard .blog-title h3 { font-size: 30px; margin-bottom: 14px; } .blog-standard .blog-02-content p { margin-bottom: 28px; margin-right: 82px; } .blog-video-icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; text-align: center; } .blog-video-icon > a { font-size: 24px; color: #ffffff; height: 100px; display: inline-block; width: 100px; line-height: 100px; text-align: center; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; background: #ffc226; transition: .3s; } .blog-video-icon > a:hover { background: #03b664; } .blog-sidebar .widget { padding: 32px 30px 40px 30px; border: 2px solid #eeeeee; } .widget-title-2 { font-size: 24px; border-bottom: 2px solid #ededed; margin-bottom: 0; padding-bottom: 27px; position: relative; } .widget-title-2::before { position: absolute; background: #03b664; content: ""; height: 4px; width: 60px; left: 0; bottom: -3px; } .widget-social-icon a { display: inline-block; margin: 0 8px; } .widget-social-icon a:hover { color: #ffc226; } .widget .recent-posts > li:first-child { border: 0; padding-top: 0; } .widget .recent-posts li:last-child { padding-bottom: 0; } .widget .recent-posts > li { border-top: 1px solid #e8e8e8; padding: 20px 0; overflow: hidden; } .widget-posts-image { float: left; } .widget-posts-image img { width: 80px; height: 80px; border-radius: 50%; margin-right: 15px; } .widget-posts-body { overflow: hidden; } .widget-posts-title { margin-bottom: 5px; font-size: 18px; line-height: 1.4; } .widget-posts-title:hover a { color: #ffc226; } .widget-posts-meta { font-size: 14px; } ul.cat li { border-top: 1px solid #e8e8e8; padding: 15px 0; overflow: hidden; } ul.cat li:first-child { border-top: 0; padding-top: 0; } ul.cat li:last-child { padding-bottom: 0; } ul.cat li a { display: block; color: #222; } ul.cat li a:hover { color: #ffc226; } .social-profile a { height: 50px; width: 50px; text-align: center; background: #404040; line-height: 50px; margin-right: 2px; display: inline-block; color: #ffffff; margin-bottom: 5px; } .social-profile a:hover { background: #ffc226; } blockquote { background: #ffc226; padding: 50px; position: relative; padding-left: 95px; margin: 50px 0 60px; } blockquote::before { content: "\f10e"; left: 56px; top: 45px; position: absolute; color: #233f4d; font-family: "Font Awesome 5 Pro"; font-size: 50px; opacity: .2; } blockquote p { font-size: 20px; margin-bottom: 20px; color: #233f4d; font-weight: 700; font-family: "Barlow", sans-serif; line-height: 30px; } blockquote footer { font-size: 18px; color: #233f4d; font-weight: 400; padding-left: 45px; position: relative; } blockquote footer::before { background: #233f4d; position: absolute; content: ""; height: 2px; width: 30px; left: 0; bottom: 13px; } .blog-details-wrapper .blog-02-content p { margin-bottom: 28px; margin-right: 30px; } .blog-post-tag span { font-size: 17px; color: #333333; font-weight: 700; } .blog-post-tag > a { color: #818a8b; display: inline-block; font-size: 15px; margin: 0 2px; } .blog-post-tag > a:hover { color: #03b664; } .blog-share-icon > span { color: #333333; font-size: 17px; font-weight: 700; } .blog-share-icon > a { color: #818a8b; font-size: 14px; margin: 0 7px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .blog-share-icon > a:hover { color: #03b664; } .blog-share-icon { margin-top: 8px; } .blog-details-img img { width: 100%; } .blog-details-text { margin-top: 25px; } .blog-details-text h3 { font-size: 24px; margin-bottom: 18px; } .blog-details-text p { margin-bottom: 0; } .author { background: #f4f9fc; padding: 50px; padding-bottom: 20px; } @media (max-width: 767px) { .author { padding: 0 30px 44px 30px; } } .author-img { margin-bottom: 35px; margin-right: 25px; } .author-text h3 { font-size: 20px; font-weight: 700; margin-bottom: 15px; } .author-text p { margin-bottom: 12px; font-size: 16px; line-height: 28px; } .author-icon { margin-top: 6px; margin-bottom: 12px; } .author-icon a { font-size: 14px; color: #9498b6; margin: 0 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .author-icon a:hover { color: #ffc226; } .post-comments { border-bottom: 1px solid #e8e8e8; margin-bottom: 42px; padding-bottom: 46px; } .blog-coment-title h2 { font-size: 26px; margin-bottom: 0; } .comments-avatar { float: left; } @media (max-width: 767px) { .comments-avatar { float: none; } } .comments-avatar img { width: 100px; margin-right: 20px; } .latest-comments li:first-child .comments-box { border-top: 0; padding-top: 0; } .latest-comments li:last-child .comments-box { border-bottom: 0; padding-bottom: 0; } .latest-comments li.children { margin-left: 100px; } @media (max-width: 767px) { .latest-comments li.children { margin-left: 0; } } .comments-box { border-top: 1px solid #e8e8e8; padding: 30px 0; } .comments-text { overflow: hidden; padding-top: 4px; } @media (max-width: 767px) { .comments-text { margin-top: 15px; } } .comments-text p { margin-bottom: 0; margin-top: 8px; } .avatar-name h5 { font-size: 18px; margin-bottom: 7px; } .avatar-name span { color: #ffc226; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; } .avatar-name { margin-bottom: 3px; overflow: hidden; position: relative; } .reply { color: #748188; display: inline-block; font-size: 14px; font-weight: 400; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; line-height: 1; float: right; margin-top: 4px; position: absolute; right: 0; top: 0; } .reply:hover { color: #ffc226; } .reply i { margin-right: 5px; } .post-comments-title { margin-bottom: 39px; } .post-comments-title h2 { font-size: 26px; font-weight: 700; color: #140a20; margin-bottom: 0; } button.b-btn.btn-black { border: 0; } .bakix-filter a { font-size: 40px; } .bakix-filter a:hover { color: #ffc226; } .conatct-post-form { background: #F4F9FC; padding: 50px; } @media (max-width: 767px) { .conatct-post-form { padding: 20px; } } .conatct-post-form input { border: none; height: 60px; margin-bottom: 20px; padding: 0 30px; width: 100%; font-size: 14px; color: #a7a7c1; } .conatct-post-form textarea { border: none; height: 150px; margin-bottom: 20px; padding: 30px; width: 100%; color: #a7a7c1; font-size: 14px; } #contacts-form input::-moz-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input::-webkit-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input:-ms-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input::-ms-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input::placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::-moz-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::-webkit-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea:-ms-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::-ms-input-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::placeholder { color: #a7a7c1; font-size: 14px; } .contact-icon { position: relative; } .contact-icon::after { position: absolute; content: ""; font-family: "Font Awesome 5 Pro"; font-weight: 700; display: inline-block; font-size: 16px; text-align: center; right: 30px; color: #ffc226; top: 18px; } .contacts-message::after { content: "\f303"; } .contacts-name::after { content: "\f007"; } .contacts-email::after { content: "\f0e0"; } .contacts-website::after { content: "\f0ac"; } .b-next-post h4 > a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .b-next-post h4 > a:hover { color: #ffc226; } /* 14. brand */ .brand-area { position: relative; } .brand-area::before { position: absolute; background: #e25a44; content: ""; left: 0; height: 100%; width: 26%; } .brand-title { position: relative; margin-right: 70px; height: 100%; background: #e25a44; padding: 47px 23px; } .brand-title h1 { font-size: 45px; color: #ffffff; margin-bottom: 0; z-index: 9; position: relative; line-height: 1.1; } .brand-title::before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 25px 0 25px 30px; border-color: transparent transparent transparent #e25a44; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; right: -30px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .brand-border { border-top: 1px solid #ececec; } /* 15. footer */ .footer-icon { margin-left: 30px; } .footer-icon a { color: #a0aeb8; font-size: 16px; display: inline-block; text-align: center; margin: 0 4px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; height: 50px; width: 50px; text-align: center; line-height: 50px; border: 2px solid #415164; border-radius: 50%; } .footer-icon a:last-child { margin-right: 0; } .footer-icon a:hover { background: #03b664; color: #ffffff; border-color: #03b664; } .footer-img { margin-left: 60px; } .footer-img a { float: left; margin-right: 10px; } .footer-img a:last-child { margin-right: 0; } .footer-middle-area { background-size: cover; background-position: center center; } .footer-title { font-size: 20px; color: #ffffff; margin-bottom: 22px; } .footer-info li { padding-bottom: 14px; } .footer-info li:last-child { padding-bottom: 0; } .footer-info li span { font-size: 14px; font-weight: 400; color: #b8b8b8; } .footer-info li i { color: #ffc226; margin-right: 6px; } .footer-link ul li { padding-bottom: 10px; position: relative; padding-left: 18px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-link ul li:last-child { padding-bottom: 0; } .footer-link ul li::before { color: #a0aeb8; content: "\f101"; font-family: "Font Awesome 5 Pro"; font-size: 30px; position: absolute; left: 0; font-size: 15px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-link ul li:hover::before { color: #03b664; } .footer-link ul li a { color: #a0aeb8; font-size: 15px; font-weight: 400; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-link ul li a:hover { color: #03b664; border-bottom: 1px solid #03b664; } .footer-wrapper { overflow: hidden; } .contact-link li { margin-bottom: 19px; } .contact-link li :last-child { margin-bottom: 0; } .contact-address-icon { float: left; margin-right: 15px; } .contact-address-icon i { font-size: 15px; color: #03b664; position: relative; top: 1px; } .contact-address-text { overflow: hidden; } .contact-address-text span { font-size: 15px; color: #a0aeb8; font-weight: 400; } .footer-2-img { margin: 0 -7px; } .footer-2-img > li { float: left; overflow: hidden; padding: 7px; width: 33.33%; position: relative; } .footer-2-img a { position: relative; display: block; } .footer-2-img a img { width: 100%; } .footer-2-img a::before { background: #03b664; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-bottom-area { border-top: 2px solid #394a5e; } .footer-2-img a:hover::before { opacity: .6; } .copyright p { margin-bottom: 0; } .copyright p a { color: #ffc226; } .footer-text p { margin-top: 31px; margin-right: 53px; color: #a0aeb8; margin-bottom: 33px; } .footer-02-icon { margin-left: 0; } .footer-02-icon a { color: #a0aeb8; font-size: 16px; display: inline-block; text-align: center; margin-left: 0; -o-transition: .3s; -webkit-transition: .3s; transition: .3s; height: 50px; width: 50px; text-align: center; line-height: 50px; border: none; border-radius: 50%; background: #415164; margin-right: 5px; } .footer-03-img a { overflow: hidden; display: inline-block; } .footer-news li { overflow: hidden; padding-bottom: 15px; } .footer-news-img { margin-right: 22px; } .footer-news-text { overflow: hidden; } .footer-news-text h5 { font-size: 16px; line-height: 1.4; } .footer-news-text h5 > a { color: #a0aeb8; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .footer-news-text h5 > a:hover { color: #ffc226; } .footer-news-text span { color: #748188; font-size: 15px; font-weight: 400; } .footer-news-text span i { margin-right: 5px; } /* 16. event */ .event-area { background-size: cover; background-position: center center; } .event-bg { border: 1px solid #eaeaea; padding: 40px 88px 20px 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .event-bg:hover { -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(202, 202, 202, 0.61); box-shadow: 0px 10px 29.7px 0.3px rgba(202, 202, 202, 0.61); } .event-bg.active { -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(202, 202, 202, 0.61); box-shadow: 0px 10px 29.7px 0.3px rgba(202, 202, 202, 0.61); } .event-wrapper { padding-left: 15px; } .event-img { margin-left: -25px; } .event-img img { width: 100%; } .event-content span { font-size: 18px; color: #748188; font-weight: 400; } .event-content span i { color: #03b664; padding-right: 5px; } .event-content h3 { margin-bottom: 0; font-size: 24px; margin-top: 9px; } .event-text span { font-size: 15px; color: #748188; font-weight: 400; letter-spacing: -.3px; } .event-text span i { color: #03b664; padding-right: 5px; } .event-text h3 { font-size: 24px; margin-top: 13px; margin-bottom: 20px; line-height: 1.3; } .event-text h3 > a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .event-text h3 > a:hover { color: #ffc226; } .event-meta span { font-size: 15px; color: #748188; font-weight: 400; } .event-meta span i { padding-right: 5px; } .evt-button { position: absolute; right: 0; bottom: 0; } .evt-button a { color: #233f4d; font-size: 20px; display: inline-block; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; padding: 14px 30px; line-height: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .event-bg:hover .evt-button a { border-color: #03b664; background: #03b664; color: #ffffff; } .event-bg.active .evt-button a { border-color: #03b664; background: #03b664; color: #ffffff; } .event-02-bg { background: #ffffff; border: none; } .event-02-bg .event-content span i { color: #e25a44; } .event-02-bg .event-text span i { color: #e25a44; } .event-02-bg:hover .evt-button a { border-color: #ffc226; background: #ffc226; color: #233f4d; } .event-02-bg.active .evt-button a { border-color: #ffc226; background: #ffc226; color: #233f4d; } .event-bg-03 { background: #f2f1eb; border: none; } .event-bg-03 .evt-button a { border-left: 1px solid #ffc226; border-top: 1px solid #ffc226; background: #ffc226; } .our-events-img { position: relative; } .our-events-img img { width: 100%; } .events-date { display: inline-block; background: #03b664; position: absolute; bottom: 30px; left: 26px; text-align: center; border-radius: 5px; padding: 12px 19px 16px 19px; } .events-date h1 { color: #ffffff; font-size: 35px; margin-bottom: 3px; } .events-date h5 { color: #ffffff; margin-bottom: 0; font-size: 16px; } .our-events-wrapper .event-text h3 { letter-spacing: -.3px; } .our-events-details-img img { width: 100%; } .blog-details-text h1 { font-size: 50px; letter-spacing: -.3px; line-height: 1.1; margin-right: 20px; margin-bottom: 34px; } .blog-details-text p { margin-bottom: 20px; } .blog-details-text p:last-child { margin-bottom: 0; } .case-details-info { margin-top: 126px; margin-left: 110px; } .case-details-link li { padding-bottom: 6px; } .case-details-link li:last-child { padding-bottom: 0; } .case-d-info-1 { width: 75px; } .case-d-info-1 span { color: #233f4d; font-weight: 500; font-size: 14px; } .case-d-info-2 { overflow: hidden; } .case-d-info-2 span { color: #748188; font-weight: 400; font-size: 15px; display: inline-block; margin-left: 22px; } /* 17. project */ .project-title-area { background-size: cover; background-position: center center; } .project-area { margin-top: -106px; } .project-img { overflow: hidden; } .project-img > a { position: relative; display: block; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .project-img > a img { width: 100%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .project-img > a::before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background: #233f4d; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 1; } .project-wrapper:hover .project-img > a::before { opacity: .7; } .project-wrapper:hover .project-img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .project-text { z-index: 9; position: absolute; left: 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; bottom: 0; opacity: 0; } .project-text h2 { font-size: 35px; margin-bottom: 14px; } .project-text h2 > a { color: #ffffff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .project-text h2 > a:hover { color: #ffc226; } .project-text span { color: #ffffff; font-size: 18px; font-weight: 500; } .project-wrapper:hover .project-text { opacity: 1; bottom: 38px; } .project-button { position: absolute; bottom: 0; right: 50px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; z-index: 9; opacity: 0; } .project-button > a { height: 60px; width: 60px; background: #03b664; color: #ffffff; line-height: 60px; text-align: center; display: inline-block; font-size: 18px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border-radius: 50%; } .project-button > a:hover { background: #ffc226; } .project-wrapper:hover .project-button { opacity: 1; bottom: 48px; } .project-02-text { left: 10px; text-align: center; right: 10px; } /* 18. faq */ .faq-wrapper { margin-right: 123px; } .faq-box { border: 1px solid #e7e7e7; padding: 40px 40px 24px; } .faq-box-02 { border: none; padding: 0; } .faq-box .btn-link { display: block; font-size: 18px; border: 0; text-decoration: none; line-height: 1; font-weight: 700; color: #ffffff; padding: 21px 30px 21px 58px; background: #03b664; } .faq-box .card-header { padding: 0; border-bottom: 0; background: none; border-radius: 0; } .faq-box .card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #ffffff; background-clip: border-box; border: 0; border-radius: 0; background: none; margin-bottom: 16px; } .faq-box .card-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 0 0 0 0; border-bottom: 0; padding-bottom: 19px; border-top: 0; padding-top: 16px; margin-top: 0; padding-left: 30px; padding-right: 49px; background: none; -webkit-box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); } .faq-box .card-body p { margin: 0; } .faq-box .btn-link.collapsed::before { content: "\f067"; } .faq-box .btn-link::before { content: "\f068"; position: absolute; left: 28px; top: 25px; font-size: 15px; font-family: "Font Awesome 5 Pro"; color: #ffffff; } .bg_ { background-color: white; -webkit-box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); box-shadow: 0px 7px 29.7px 0.3px rgba(234, 234, 234, 0.78); position: absolute; left: 993px; top: 8613px; width: 480px; height: 119px; z-index: 244; } /* 19. slider */ .single-slider { background-size: cover; background-position: center center; } .slider-height { min-height: 950px; } .slider-02-height { min-height: 950px; } .slider-03-height { min-height: 810px; } .img-shape { position: absolute; } .slider-shape-img { display: inline-block; position: absolute; right: 0; width: 50%; } .main-2-image-shape { left: 0; top: 0; position: absolute; } .slider-text { margin-left: 155px; } .slider-text > span { background: #ffc226; color: #233f4d; text-transform: uppercase; font-weight: 700; font-size: 16px; font-family: "Barlow", sans-serif; padding: 7px 21px 7px 0; border-radius: 30px; } .slider-text > span i { font-size: 16px; background: #e25a44; color: #ffffff; padding: 7px; border-radius: 50%; margin-right: 10px; } .slider-text h1 { font-size: 120px; margin-bottom: 48px; line-height: .9; letter-spacing: -3px; margin-left: -6px; margin-top: 28px; } .slider-text p { margin-bottom: 46px; font-size: 18px; margin-right: 28%; } .b-button.b-02-button { margin-left: 20px; display: inline-block; margin-top: 14px; } .slider-video-icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; text-align: center; } .slider-video-icon a { font-size: 30px; color: #ffffff; height: 120px; display: inline-block; width: 120px; line-height: 120px; text-align: center; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; background: #ffc226; } .slider-video-icon a::before { content: ''; display: inline-block; position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; border-radius: inherit; border: 1px solid #ffc226; -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .slider-02-text { margin-top: 269px; } .slider-02-text h1 { color: #ffffff; font-size: 120px; line-height: .9; margin-bottom: 57px; } .slider-video a { background: #e25a44; height: 70px; width: 70px; display: inline-block; text-align: center; border-radius: 50%; line-height: 70px; font-size: 15px; color: #ffffff; padding-left: 3px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .slider-video a:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .slider-video > span { font-size: 16px; color: #ffffff; font-weight: 700; margin-left: 16px; border-bottom: 1px solid #ffffff; font-family: "Barlow", sans-serif; } .slid-wrapper { background: #ffffff; margin-left: 70px; padding: 60px 50px; } .slid-wrapper .volunteer-us-form input { border: none; height: 60px; margin-bottom: 10px; padding: 0 30px; width: 100%; font-size: 14px; color: #748188; font-weight: 600; border-radius: 0; font-family: "Barlow", sans-serif; background: #f4f4f4; } .slid-wrapper #volunteer-us-form input::-moz-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form input::-webkit-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form input:-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form input::-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form input::placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea::-moz-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea::-webkit-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea:-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea::-ms-input-placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper #volunteer-us-form textarea::placeholder { font-size: 14px; color: #748188; font-weight: 600; } .slid-wrapper .volunteer-icon::after { font-size: 14px; right: 30px; top: 17px; } .slid-wrapper .section-title h1 { font-size: 35px; } .slider-content > span { background: #03b664; color: #ffffff; text-transform: uppercase; font-weight: 700; font-size: 16px; font-family: "Barlow", sans-serif; padding: 7px 21px 7px 0; border-radius: 30px; } .slider-content > span i { font-size: 16px; background: #ffc226; color: #233f4d; padding: 7px; border-radius: 50%; margin-right: 10px; } .slider-content h1 { font-size: 120px; margin-bottom: 58px; line-height: .9; letter-spacing: -3px; margin-left: -6px; margin-top: 28px; color: #ffffff; } .slider-active .slick-arrow { background: #03b664; font-size: 16px; right: 380px; opacity: 0; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; color: #ffffff; font-weight: 400; height: 50px; width: 50px; line-height: 48px; border-radius: 5px; border: none; cursor: pointer; z-index: 99; } .slider-active .slick-arrow::before { content: ""; border: 2px solid #03b664; position: absolute; height: 62px; width: 62px; left: -6px; top: -6px; border-radius: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .slider-active .slick-arrow:hover::before { border-color: #ffc226; } .slider-active .slick-next { right: 380px; top: 59%; } .slider-active:hover .slick-arrow { opacity: 1; visibility: visible; } .slider-active .slick-arrow:hover { background: #ffc226; } /* 20. breadcrumb */ .breadcrumb-area { background-position: center center; background-size: cover; } .breadcrumb-text { position: relative; z-index: 1; } .breadcrumb-text > h1 { font-size: 80px; margin-bottom: 20px; text-transform: capitalize; line-height: 1; color: #ffffff; font-weight: 700; } .breadcrumb-menu li { display: inline-block; position: relative; padding: 0 20px; } .breadcrumb-menu li a { color: #ffffff; font-size: 24px; text-transform: capitalize; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; font-weight: 400; } .breadcrumb-menu li::before { content: "\f105"; display: inline-block; padding-bottom: 0; position: absolute; top: 5px; left: -7px; font-family: "Font Awesome 5 Pro"; color: #fff; font-size: 20px; } .breadcrumb-menu li:first-child::before { display: none; } .breadcrumb-menu span { color: #ffc226; font-size: 24px; text-transform: capitalize; font-weight: 400; } /* 21. history */ .history-wrapper { background: #2d5366; margin-right: 30px; margin-left: 30px; padding: 36px 31px 32px 30px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-wrapper:hover { background-color: #03b664; } .history-arrow { position: relative; } .history-arrow::before { position: absolute; content: ""; bottom: -20px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 20px; border-color: #2d5366 transparent transparent transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-arrow::after { position: absolute; content: ""; bottom: -58px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 18px; width: 18px; background: #03b664; border-radius: 50%; z-index: 9; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-arrow:hover::before { border-color: #03b664 transparent transparent transparent; } .history-text h4 { font-size: 20px; color: #ffffff; margin-bottom: 13px; } .history-text p { margin-bottom: 0; color: #aedbf1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-wrapper:hover .history-text p { color: #ffffff; } .history-line { border: 1px solid #375869; position: relative; top: 4px; } .history-line::after { position: absolute; content: "\f30b"; font-family: "Font Awesome 5 Pro"; font-weight: 400; display: inline-block; font-size: 15px; text-align: center; right: -39px; color: #aedbf1; top: -19px; height: 40px; width: 40px; background: #2d5366; line-height: 40px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-line::before { position: absolute; content: "\f30a"; font-family: "Font Awesome 5 Pro"; font-weight: 400; display: inline-block; font-size: 15px; text-align: center; left: -39px; color: #aedbf1; top: -19px; height: 40px; width: 40px; background: #2d5366; line-height: 40px; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-line:hover::before { background: #03b664; color: #ffffff; } .history-line:hover::after { background: #03b664; color: #ffffff; } .history-arrow-2 { position: relative; } .history-arrow-2::before { position: absolute; content: ""; top: -20px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 0 20px 20px 20px; border-color: transparent transparent #2d5366 transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-arrow-2::after { position: absolute; content: ""; top: -58px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 18px; width: 18px; background: #03b664; border-radius: 50%; z-index: 9; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .history-arrow-2:hover::before { border-color: transparent transparent #03b664 transparent; } /* 22. contact */ .contact-box-bg { border: 2px solid #f1f1f1; padding: 72px 0 37px; } .contact-box-img { margin-bottom: 26px; } .contact-box-text p { line-height: 26px; margin-bottom: 0; font-size: 18px; } .contact-map { min-height: 750px; } .contacts-us-form input { border: 1px solid #ececec; height: 70px; margin-bottom: 30px; padding: 0 28px; width: 100%; font-size: 15px; color: #748188; font-weight: 500; border-radius: 5px; } .contacts-us-form textarea { border: 1px solid #ececec; height: 150px; margin-bottom: 30px; padding: 28px; width: 100%; font-size: 15px; color: #748188; font-weight: 500; border-radius: 5px; } .contacts-us-form input:focus { border-color: #ffc226; } .contacts-us-form textarea:focus { border-color: #ffc226; } #contacts-us-form input::-moz-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form input::-webkit-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form input:-ms-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form input::-ms-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form input::placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea::-moz-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea::-webkit-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea:-ms-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea::-ms-input-placeholder { font-size: 15px; color: #748188; font-weight: 500; } #contacts-us-form textarea::placeholder { font-size: 15px; color: #748188; font-weight: 500; } .contacts-icon { position: relative; } .contacts-icon::after { position: absolute; content: ""; font-family: "Font Awesome 5 Pro"; font-weight: 700; display: inline-block; font-size: 16px; text-align: center; right: 25px; color: #ffc226; top: 22px; } .contactss-message::after { content: "\f303"; } .contactss-name::after { content: "\f007"; } .contactss-email::after { content: "\f0e0"; } .contactss-website::after { content: "\f0ac"; } .contacts-us-form-button .btn { padding: 23px 74px 25px; } /* 23. team */ .promotect-wrapper { background-repeat: no-repeat; padding: 70px 80px 75px 80px; background-position: bottom; } .promotect-img img { width: 100%; } .promotect-content { background: #ffffff; position: absolute; right: 78px; left: 78px; padding: 34px 85px; border-radius: 0 100px 100px 100px; bottom: 30px; } .promotect-icon { margin-right: 30px; } .promotect-icon i { font-size: 56px; color: #e25a44; line-height: 1; } .promotect-info { overflow: hidden; } .promotect-info h3 { font-size: 24px; } .promotect-info p { margin-bottom: 0; } .promotect-text { margin-bottom: 42px; } .promotect-text h1 { font-size: 55px; position: relative; padding-bottom: 46px; margin-bottom: 32px; color: #ffffff; } .promotect-text h1::before { position: absolute; content: ""; background: #ed6e59; height: 2px; width: 100%; bottom: 0; } .promotect-text p { color: #ffffff; margin-bottom: 0; } .promotect-link ul li { padding-bottom: 41px; } .promotect-link ul li:last-child { padding-bottom: 0; } .promotect-2-info { overflow: hidden; } .promotect-2-info h3 { color: #ffffff; font-size: 24px; margin-bottom: 13px; } .promotect-2-info p { margin-bottom: 0; color: #ffffff; } .promotect-2-icon i { font-size: 25px; color: #e25a44; line-height: 65px; width: 65px; background: #ffffff; text-align: center; border-radius: 50%; } .promotect-bg-area { height: 695px; } .promotect-area { margin-bottom: -454px; } .team-img { position: relative; } .team-img img { width: 100%; } .team-img::before { height: 100%; width: 100%; position: absolute; content: ""; background: #222; left: 0; top: 0; border-radius: 50%; opacity: .0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .team-wrapper:hover .team-img::before { opacity: .5; } .team-icon { position: absolute; left: 0; right: 0; text-align: center; top: 40%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; opacity: 0; } .team-icon a { font-size: 14px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; margin: 0 1px; height: 36px; width: 36px; background: #ffffff; display: inline-block; text-align: center; line-height: 36px; border-radius: 50%; color: #979797; } .team-icon a:hover { color: #ffffff; background: #e25a44; } .team-wrapper:hover .team-icon { opacity: 1; -webkit-transform: translatey(-50%); -ms-transform: translatey(-50%); transform: translatey(-50%); top: 50%; } .team-text { margin-top: 35px; } .team-text h3 { margin-bottom: 9px; font-size: 24px; } .team-text span { color: #e25a44; font-size: 14px; font-weight: 500; } .volunteer-area { background-size: cover; background-position: center center; } .single-volunteer .b-button a { color: #ffc226; } .single-volunteer .b-button a span { border-color: #ffc226; } .single-volunteer .section-title p { margin-bottom: 34px; margin-top: 43px; } .volunteer-wrapper { background: #03b664; padding: 80px 70px 80px 60px; margin-left: 30px; margin-top: -90px; position: relative; } .volunteer-wrapper::before { width: 0; height: 0; border-style: solid; border-width: 0 0 90px 50px; border-color: transparent transparent #16a358 transparent; position: absolute; content: ''; left: -50px; top: 0; } .volunteer-us-form input { border: none; height: 80px; margin-bottom: 10px; padding: 0 30px; width: 100%; font-size: 18px; color: #748188; font-weight: 600; border-radius: 0; font-family: "Barlow", sans-serif; } .volunteer-us-form textarea { border: none; height: 180px; margin-bottom: 10px; padding: 30px; width: 100%; font-size: 18px; color: #748188; font-weight: 600; border-radius: 0; font-family: "Barlow", sans-serif; } #volunteer-us-form input::-moz-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form input::-webkit-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form input:-ms-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form input::-ms-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form input::placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea::-moz-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea::-webkit-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea:-ms-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea::-ms-input-placeholder { font-size: 18px; color: #748188; font-weight: 600; } #volunteer-us-form textarea::placeholder { font-size: 18px; color: #748188; font-weight: 600; } .volunteer-icon { position: relative; } .volunteer-icon::after { position: absolute; content: ""; font-family: "Font Awesome 5 Pro"; font-weight: 400; display: inline-block; font-size: 18px; text-align: center; right: 35px; color: #748188; top: 27px; } .volunteer-message::after { content: "\f303"; } .volunteer-name::after { content: "\f007"; } .volunteer-email::after { content: "\f2b6"; } .volunteer-website::after { content: "\f107"; } .volunteer-button button.btn { padding: 26px 44px 26px 40px; } .promotect-bg-img { background-size: cover; height: 100%; left: 0; position: absolute; top: 0; width: 50%; background-position: center center; } .promotect-02-wrapper { background-repeat: no-repeat; padding: 95px 346px 97px 66px; background-position: bottom right; } /*# sourceMappingURL=main.css.map */
0.303629
0.111725
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&family=Sriracha&display=swap'); :root { --color-black: #000; --color-white: #fff; --color-fundo: rgba(0, 0, 0, 0.5); --font-normal: Verdana, Geneva, Tahoma, sans-serif; --font-conteudo: 'Sriracha', cursive; --font-titulo: 'Passion One', cursive; } *{ padding: 0px; margin: 0px; } html, body { background-color: darkgrey; background: url('../imagens/fundo.jpg') center center no-repeat fixed; background-size: cover; font-family: var(--font-normal); } header { background-color: var(--color-black); color: var(--color-white); text-align: center; width: 100%; } header h1 { padding-top: 50px; font-variant: small-caps; font-family: var(--font-titulo); font-size: 7vw; } header p { padding-bottom: 50px; } header a, footer a { color: var(--color-white); text-decoration: none; font-weight: bold; } header a:hover, footer a:hover { text-decoration: underline; } main { max-width: 70vw; margin: auto; } section { padding: 10vh 0px 10vh 30px; line-height: 2em; font-family: var(--font-conteudo); font-size: 1.5vw; } section p { padding-bottom: 2em; } section.normal { background-color: var(--color-white); color: var(--color-black); } section.imagem { background-color: var(--color-fundo); color: var(--color-white); box-shadow: inset 6px 6px 13px 0px var(--color-fundo); } section.imagem p { background-color: var(--color-fundo); display: inline-block; padding: 5px; text-shadow: 1px 1px 0px var(--color-black); } section#img01 { background: url('../imagens/background001.jpg') right center no-repeat fixed; background-size: cover; } section#img02 { background: url('../imagens/background002.jpg') right center no-repeat fixed; background-size: cover; } footer { background-color: var(--color-black); text-align: center; color: var(--color-white); padding: 10px; margin: auto; } @media (max-width: 1024px) { header h1 { font-size: 8vw; } main { min-width: 80vw; margin: auto; } section { font-size: 2vw; } } @media (max-width: 768px) { header h1 { font-size: 10vw; } main { min-width: 90vw; margin: auto; } section { font-size: 3.5vw; } footer { font-size: 1.5vw; } } @media (max-width: 425px) { header h1 { font-size: 12vw; } main { min-width: 100vw; margin: auto; } section { font-size: 5vw; } footer { font-size: 3vw; } }
css/style.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&family=Sriracha&display=swap'); :root { --color-black: #000; --color-white: #fff; --color-fundo: rgba(0, 0, 0, 0.5); --font-normal: Verdana, Geneva, Tahoma, sans-serif; --font-conteudo: 'Sriracha', cursive; --font-titulo: 'Passion One', cursive; } *{ padding: 0px; margin: 0px; } html, body { background-color: darkgrey; background: url('../imagens/fundo.jpg') center center no-repeat fixed; background-size: cover; font-family: var(--font-normal); } header { background-color: var(--color-black); color: var(--color-white); text-align: center; width: 100%; } header h1 { padding-top: 50px; font-variant: small-caps; font-family: var(--font-titulo); font-size: 7vw; } header p { padding-bottom: 50px; } header a, footer a { color: var(--color-white); text-decoration: none; font-weight: bold; } header a:hover, footer a:hover { text-decoration: underline; } main { max-width: 70vw; margin: auto; } section { padding: 10vh 0px 10vh 30px; line-height: 2em; font-family: var(--font-conteudo); font-size: 1.5vw; } section p { padding-bottom: 2em; } section.normal { background-color: var(--color-white); color: var(--color-black); } section.imagem { background-color: var(--color-fundo); color: var(--color-white); box-shadow: inset 6px 6px 13px 0px var(--color-fundo); } section.imagem p { background-color: var(--color-fundo); display: inline-block; padding: 5px; text-shadow: 1px 1px 0px var(--color-black); } section#img01 { background: url('../imagens/background001.jpg') right center no-repeat fixed; background-size: cover; } section#img02 { background: url('../imagens/background002.jpg') right center no-repeat fixed; background-size: cover; } footer { background-color: var(--color-black); text-align: center; color: var(--color-white); padding: 10px; margin: auto; } @media (max-width: 1024px) { header h1 { font-size: 8vw; } main { min-width: 80vw; margin: auto; } section { font-size: 2vw; } } @media (max-width: 768px) { header h1 { font-size: 10vw; } main { min-width: 90vw; margin: auto; } section { font-size: 3.5vw; } footer { font-size: 1.5vw; } } @media (max-width: 425px) { header h1 { font-size: 12vw; } main { min-width: 100vw; margin: auto; } section { font-size: 5vw; } footer { font-size: 3vw; } }
0.491212
0.125977
*, *:after, *:before { box-sizing: border-box; } .clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; } body { background: #24262b; font-family: 'Source Sans Pro', sans-serif; margin: 0; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background: transparent; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } table { border-collapse: collapse; width: 100%; table-layout: fixed; } tr { border: 1px solid #d6d6d6; background: #ffffff; color: #555555; } th { display: table-cell; border-color: inherit; box-sizing: border-box; padding: .25em .5em; overflow: hidden; border-width: 1px; border-style: solid; } tbody { border: 1px solid #D5D5D5; background: #ffffff; color: #222222; } td { border-color: inherit; box-sizing: border-box; padding: .25em .5em; overflow: hidden; border-width: 1px; border-style: solid; } td > .ui-column-title { display: none; } .ui-dropdown .ui-dropdown-panel, .ui-multiselect-panel{ z-index: 10 !important; } .ui-dropdown { width: 100% !important; position: relative !important; } @media all and (min-width:768px){ .ui-dropdown{ width: 48% !important; position: absolute !important; } .dropdown-margin{ margin-top: 36px !important; } } .ui-tabview-nav { background: #d7e2e9 !important; padding: 0 !important; border-top-left-radius: 3px; border-top-right-radius: 3px; } .ui-tabview-panel { border: 1px solid #cfcfcf !important; padding: 1em !important; } i { cursor: pointer; } a { cursor: pointer; line-height: 1.5384616 !important; } .ui-dropdown label.ui-dropdown-label { cursor: pointer !important; font-size: 0.75rem !important; padding: 0.5rem !important; border-radius: 3px !important; } input:disabled { cursor: not-allowed; opacity: 0.5; } .ui-dropdown label.ui-dropdown-label { border: 1px solid #cfcfcf; } .ui-state-disabled label.ui-dropdown-label { cursor: not-allowed !important; opacity: 0.5 !important; border: 1px solid #cfcfcf !important; } p-dropdown.ng-invalid.ng-dirty .ui-dropdown-label.ui-inputtext.ui-corner-all{ border: 1px solid #D84315; } .ui-dropdown-panel { box-shadow: none; background: white; border: 1px solid #cfcfcf; z-index: 1; /*border-top: none;*/ } .order-select .ui-dropdown-panel .ui-dropdown-filter-container{ width: 100%; } @media all and (min-width:768px){ .order-select .ui-dropdown { width: 100% !important; position: relative !important; } } .form-group .ui-dropdown-panel .ui-dropdown-filter-container { display: flex; align-items: center; } .ui-dropdown-panel .ui-dropdown-filter-container{ width: 100%; } .form-group .ui-dropdown-filter-container input { margin: 0.25rem; padding: 0.5rem; } .form-group .ui-dropdown-filter-container > span.fa { top: 1em; /*right: 1.5rem; left: auto;*/ } .form-group .ui-dropdown-panel .ui-dropdown-item { padding: 0.75rem .25em; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li { width: 100%; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li a { color: black; width: 100%; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li.ui-tabview-selected a { background: #f5f8fa; } @media all and (min-width: 768px) { .ui-tabview.ui-tabview-top>.ui-tabview-nav li { width: auto; } .ui-tabview.ui-tabview-top > .ui-tabview-nav li.ui-tabview-selected a { border-left: none; background: #f5f8fa; } } @font-face { font-family: 'icomoon'; src: url('assets/icons/icomoon.eot?dipnwf'); src: url('assets/icons/icomoon.eot?dipnwf#iefix') format('embedded-opentype'), url('assets/icons/icomoon.ttf?dipnwf') format('truetype'), url('assets/icons/icomoon.woff?dipnwf') format('woff'), url('assets/icons/icomoon.svg?dipnwf#icomoon') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'GLYPHICONS Halflings'; src: url('assets/icons/GLYPHICONSHalflings-Regular.eot'); src: url('assets/icons/GLYPHICONSHalflings-Regular.eot?#iefix') format('embedded-opentype'), url('assets/icons/GLYPHICONSHalflings-Regular.woff') format('woff'), url('assets/icons/GLYPHICONSHalflings-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon { font-size: 16px; vertical-align: middle; top: -1px; } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-paragraph-justify3:before { content: "\eec1"; } .icon-bell2:before { content: "\eaac"; } .icon-switch2:before { content: "\e647"; } .icon-more2:before { content: "\ec59"; } .icon-stats-growth:before { content: "\eb98"; } .icon-satellite-dish2:before { content: "\e98a"; } .icon-copy:before { content: "\ea24"; } .icon-windows2:before { content: "\e9a6"; } .icon-cog3:before { content: "\eb76"; } .icon-statistics:before { content: "\e9b4"; } .icon-users:before { content: "\ea05"; } .icon-make-group:before { content: "\ea58"; } .icon-info-with-circle:before { content: "\e901"; } .custom-icon.delete-icon { background-image: url(assets/sensor-icon-img.png); background-position: center -63px; width: 20px; display: block; height: 20px; } .custom-icon.add-icon { background-image: url('./assets/sensor-icon-img.png'); background-position: center -85px; width: 20px; display: block; height: 20px; } tr { cursor: pointer; transition: background 0.3s ease; } tr:hover { background: #f5fafe; } i { font-size: 16px; } i.icon-anchor-right:before{ content: "\e9c7"; } h3.page_header { margin-bottom: 6px; color: black; width: 100%; margin-top: 0; padding: 9px 13px; color: #333333; font-size: 18px; font-weight: bold; border-bottom: 1px solid transparent; border-radius: 3px; } button.cancel { color: #333; background-color: #fcfcfc; border: 1px solid #ddd; margin-right: 15px; } /* New CSS */ button.save { transition: background-color 0.3s ease; color: white; border-radius: 3px; font-weight: normal; background-color: #008bf3 !important; border: 1px solid transparent; } button.save:focus, button.save:enabled:hover{ background-color: #0267bf !important; cursor: pointer; } button.save:enabled:active{ background-color: #025aa5; -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } /* New CSS */ button:disabled { opacity: 0.5; pointer-events: none; background: #cfcfcf; border-color: #cfcfcf; } .icon-menu:before { content: "\ec67"; color: black; } ul { list-style: none; } /*.ui-growl { background-color: #4CAF50; border-color: #4CAF50; }*/ .ui-growl-message-success { color: #ffffff; background-color: #4CAF50; border-color: #4CAF50; } .ui-growl-message-info { color: #ffffff; background-color: #2196f3; border-color: #2196f3; } .ui-growl-message-warn { color: #ffffff; background-color: #FFB300; border-color: #FFB300; } .ui-growl-message-error { color: #ffffff; background-color: #f44336; border-color: #f44336; } .ui-tooltip{ top: 25px !important; right: 0px; max-width: 300px; font-size: 13px; color: white; /*//height: 100px;*/ word-wrap: break-word; overflow: hidden; padding: 10px 25px; z-index: 99999 !important; } .myTooltip .ui-tooltip-text { max-width: 300px; min-height: 50px; /*font-size: 13px; color: white; height: 100px;*/ word-wrap: break-word; } .ui-growl-item-container { margin: 0; color: white; } i:before { transition: color 0.3s ease; } i:hover:before { color: white; } a.active i.icon-anchor-right { transform: rotate(90deg); transition: transform 0.3s ease; } .ui-datatable thead th { font-size: 14px; color: #353535; border-bottom: 1px solid #e5e5e5 !important; border-top: 1px solid #e5e5e5 !important; text-align: left; font-weight: 600; } .ui-cell-data { color: #353535 ; font-weight: normal ; font-size: 13px; } thead th { background: #fafafa; } .ui-datatable .ui-datatable-data>tr>td, .ui-datatable .ui-datatable-thead>tr>th{ border-style: none; padding: 3px 11.9px !important; word-wrap: break-word; } .ui-datatable-thead>tr>th:first-child { border-left: 1px solid #d6d6d6; } .ui-datatable-thead>tr>th:last-child { border-right: 1px solid #d6d6d6; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li a { color: #333; width: 100%; font-size: 13px; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li { margin-bottom: 0; } tr > td:not(:first-child) .ui-cell-data { color: #969696; } #legend div { display: flex; align-items: center; } #legend div:not(:last-of-type) { margin-bottom: 10px; } .gm-style img { width: 16px; height: 16px; margin-right: 10px; } .ui-dialog { transition: top 0.3s ease; } .confirm-dialog > .ui-confirmdialog{ width: 30em !important; height: auto !important; } .expanded+main layout-header { width: calc(100% - 260px); } /*.container { overflow-y: hidden; }*/ .dash-mask { background: rgba(0,0,0,0.55); position: absolute; width: 100vw; height: 100vh; z-index: 99; top: 0; left: 0; right: 0; } .headlineArea { display: flex; justify-content: space-between; margin-bottom: 0rem; padding: 0px 15px; /* New CSS */ } .page_header.withoutband { width: auto; margin-bottom: 0; background: transparent; padding: 0; font-weight: bold; /* New CSS */ color: #353535; /* New CSS */ font-size: 19px; /* New CSS */ } .headlineArea button { background: #008bf3 ; border-color: #008bf3 ; padding: 8px 11px; font-size: 12px; text-transform: uppercase; color: #fff; } input { padding: 0px 0px 0px 12px; height: 28px; font-size: 12px; border-radius: 3px !important; border: 1px solid #cfcfcf; color: #37474f; height: 30px; background: transparent; } .input-element .form-group{ margin-bottom: 6px; height: 75px; } .form-group { display: flex; flex-direction: column; width: 100%; line-height: 1.5384616; margin-bottom: 1rem; } .form-group.required label:after { content: '*'; color: red; } @media all and (min-width: 768px) { .form-group { margin-bottom: 6px; flex: 1 1 33%; width: 100%; } .form-group:not(:nth-last-of-type(1)) { margin-right: 0.8em; } } .form-group.inline-me { flex-direction: row; align-items: center; margin-top: 20px; } .form-group.inline-me label { font-size: 16px; } .form-group.has-error input { border-color: red; } .form-group.has-error label { color: red; } label { /*margin-bottom: 4px;*/ color: #37474f; font-weight: bold; font-size: 14px; word-break: break-word; } .inputWrapper { display: flex; flex-direction: column; /*margin-bottom: 1rem;*/ } @media all and (min-width: 768px) { .inputWrapper { flex-direction: row; align-items: center; margin-bottom: 6px; } .inputWrapper1{ flex-direction: column !important; } } .inputWrapper .product-field:last-child { margin-right: 0px !important; } .ao-modal { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 100vh; } .icon-spinner4:before { content: "\eb53"; } .spinner { animation: rotation 1s linear infinite; } @keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .inline-loader { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.5); display: flex; align-items: center; justify-content: center; z-index: 9999; } .inline-loader .msg { padding: 10px 15px; margin: 0px; text-align: center; color: rgb(255, 255, 255); border: 0px; background-color: rgb(51, 51, 51); cursor: wait; border-radius: 2px; display: flex; justify-content: space-between; align-items: center; } .inline-loader .msg i { margin-right: 10px; } .inline-loader .msg i:before { color: white; } section.content > .container { min-height: calc(100vh - 50px); position: relative; } @keyframes test { 100% { transform: translateY(0vh); } } .errorMsgBox { border: 1px solid #e0e0e0; max-width: 300px; font-size: 0.85rem; padding: 0.5rem; margin-bottom: 2rem; } .errorMsgBox p { margin: 0; } .errorMsgBox p:first-child { margin-bottom: 1rem; } .caret:after { content: '\e9c5'; font-family: 'icomoon'; display: block; font-size: 16px; width: 16px; line-height: 1; -webkit-font-smoothing: antialiased; } .glyphicon-search:before { content: "\e003"; } .icon-search4:before { content: "\e98e"; } .glyphicon-repeat:before { content: "\e030"; } .ui-calendar { width: 100%; display: block; } .ui-inputtext { width: 100%; padding-left: 12px; } .p-overlaypanel { position: absolute; width: 342px; left: 0; top: 0px; z-index: 99; } .ui-overlaypanel { padding: 0; margin: 0; position: absolute; left: 0 !important; top: 0 !important; right: 0 !important; bottom: 0 !important; } .page_header.flex { display: flex; justify-content: space-between; } .page_header.flex button.close { opacity: 1; width: 20px; height: 20px; border-radius: 100%; overflow: hidden; background-image: url('assets/cross-sm.png'); background-repeat: no-repeat; background-position: center center; background: #D84315; border: 1px solid #fff ; display: flex; align-items: center; justify-content: center; padding: 0; margin: 0; cursor: pointer; color: #fff ; } .page_header.flex button.close span { font-size: 1rem; font-weight: 300; display: block; width: 100%; height: 100%; } tr.ui-widget-content td:first-of-type span.ui-cell-data:hover { text-decoration: underline; } /*.ui-widget-content */ .ui-datepicker { background: white; } .fa-angle-right:before, .fa-angle-left:before { color: #333333; } .ui-datepicker-other-month.ui-state-disabled a { color: #cfcfcf; } .ui-datepicker td a { text-align: center; } #adv-search-btn, #adv-reset-btn { display: inline-flex; } #adv-search-btn span, #adv-reset-btn span { margin-right: 5px; } /* New CSS */ body .ui-splitbutton.ui-buttonset .ui-button { color: #ffffff; background-color: #008bf3; border: 1px solid transparent; padding-bottom: 5px; padding-top: 5px; margin-bottom: 4px; } .ui-corner-left{ border-top-left-radius: 0.25em; border-bottom-left-radius: 0.25em; } body .ui-splitbutton.ui-buttonset .ui-button.ui-splitbutton-menubutton { -moz-border-radius-topright: 0.25em; -webkit-border-top-right-radius: 0.25em; border-top-right-radius: 0.25em; -moz-border-radius-bottomright: 0.25em; -webkit-border-bottom-right-radius: 0.25em; border-bottom-right-radius: 0.25em; } body .ui-splitbutton.ui-buttonset .ui-button.ui-splitbutton-menubutton .fa { margin-left: -.65em; } body .ui-splitbutton.ui-buttonset .ui-button:hover { background-color: #0267bf; color: #ffffff; } body .ui-splitbutton.ui-buttonset .ui-button.ui-state-focus { background-color: #0267bf; color: #ffffff; } body .ui-splitbutton.ui-buttonset .ui-button.ui-state-active { background-color: #025aa5; color: #ffffff; } /* .ui-menuitem.ui-widget .ui-corner-all{ border-top: 1px solid #ccc; } */ .ui-menu.ui-menu-dynamic{ background-color: #fff; padding: 2px 0px; border: 1px solid #ccc; border-radius: 0.25em; width: 8.5em !important; /*left: 0px;*/ } /*.ui-widget-header{ padding: 4px 0px !important; margin: 0px 0px 10px 0px; }*/ .container { padding: 16px 10px !important; } .ui-paginator{ padding: 6px !important; margin-top: 50px; } .ui-paginator .ui-dropdown{ width:60px !important; } .ui-paginator-element{ color: #878787; } :focus, .ui-state-focus{ border:1px solid #4d4d4d !important; } .ui-paginator-element:hover, .ui-paginator-element:focus{ color: #0275d8; font-weight: bolder; } a.ui-paginator-page.ui-paginator-element.ui-state-default.ui-corner-all.ui-state-active { color: #0275d8; font-weight: bold; } .ui-paginator a.ui-state-disabled { color: #ccc; } .number-of-pages{ margin-left: 10px; margin-top: -70px; position: absolute; color: #969696; font-size: 14px; } .ui-cell-data span{ text-decoration: none !important; } .ui-menuitem-link{ color: #353535; } .headlineArea { display: -webkit-box; } .user-group{ margin-bottom: 10px; padding-left: calc(100% - 65px); } .image-upload > table{ width: 100% !important; border-collapse: separate; border-spacing: 15px 0px; } .image-upload >input{ padding: 4px; } /*Dashboard*/ .hide{ display: none; } .show{ display: block; } .dash{ margin-top: 40px; border: 1px solid; border-radius: 3px; border-color: #ccc; padding-bottom: 10px; margin-bottom: -20px; } .box-body { padding-left: 10px; font-size: 14px; } .dash_menu{ color: #333333; cursor: pointer; float: right; border: none; font-size: 25px; font-weight: bold; display: none; } .dash_menu_list{ border: 1px solid #ccc; float: right; padding: 10px; background: #fff; margin-top: -22px; } .dash_title:hover .dash_menu{ display: block; } .options{ float: right; } #expand { height: auto; overflow: hidden; } .min { height:0 !important; } .max{ height: auto !important; } .gadget-layout >div { width: 80% !important; } .gadget >div { height: auto !important; width: auto !important ; } .gadget-dashboard{ padding-bottom: 12px; padding-left: 20px; } ul.gadget-dashboard li{ display: inline-block; margin-right: 20px; } ul.gadget-dashboard > li:nth-child(2){ width: 61%; margin-right: 0px; vertical-align: top; } .dashboard-page{ margin-top: 34px; } /*.margin-adjust svg.nvd3-svg { padding-left: 25px; }*/ @media all and (max-width:1024px) and (min-width:768px){ ul.gadget-dashboard > li:nth-child(2){ width: 56%; } .gadget >div { margin: 9.5%; } } .add-gadget-div{ position: fixed; background: white; width: calc(100% - 56px); height: 45px; z-index: 100; top: 50px; margin-left: -10px; } .expanded+main .add-gadget-div{ width: calc(100% - 260px); } @media all and (max-width:767px){ .add-gadget-div{ width: 100%; } } ul.gadget-dashboard > li:last-child{ float: right; margin-right: 0px; } ul.gadget-dashboard li >h3{ margin: 0px; background-color: #fff; font-size: 16px; } ul.layout-dashboard li{ display: inline-block; margin-right: 10px; border: 1px solid #ccc; padding: 8px; } ul.layout-dashboard li > img{ height: 60px; width: 125px; } .width-100 >div{ width: 100%; } .width-50-50 > div{ width: 49%; } .width-30-70 >div:nth-child(odd){ width: 29%; } .width-30-70 >div:nth-child(even){ width: 69%; } .width-70-30 > div:nth-child(even){ width: 29%; } .width-70-30 > div:nth-child(odd){ width: 69%; } .width-33 > div{ width: 32%; } .container1{ display: inline-block; /*margin-right: 0.5%;*/ } .parent > div:not(:first-child){ float: right; } .drag-gadget{ /*border: 1px dashed black;*/ text-align: center; min-height: 100px; border-radius: 3px; } /* Login CSS */ .login{ font-weight: 400; line-height: 1.5384616; letter-spacing: -0.015em; } .btn.btn-info{ border-width: 1px; margin-top: 0px; border-radius: 3px; box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset; } .help{ list-style: disc; display: list-item; } .error-list{ margin-bottom: -10px; font-size: 12px; margin-left: 32px; color: #D84315; } .map{ margin-bottom: 0px; } .ng-dirty.ng-invalid input.ng-dirty.ng-invalid { border: 1px solid #D84315; } textarea.ng-dirty.ng-invalid { border: 1px solid #D84315; } .ng-dirty.ng-invalid input.ng-dirty.ng-invalid .attr-comp{ font-weight: bold; color: #D84315; } .permission-list-div{ padding-bottom: 10px; } .help>p{ margin: 0px; } p-multiselect.ng-dirty.ng-invalid .ui-multiselect.ui-widget.ui-state-default.ui-corner-all { border: 1px solid #D84315; } /* Forgot Password */ .forgot-password{ margin-bottom: 10px !important; font-weight: 400; font-size: 26px; } .fp-message{ font-size: 14px; margin: 0 0 10px; line-height: 1.53; color: #333333; } .fp-login{ text-transform: uppercase; font-size: 16px !important; margin-bottom: 10px !important; letter-spacing: 0.02em; } span.ui-column-title { font-weight: bold; letter-spacing: 1px; } .attribute-dialog{ width: 600px; margin-left: auto; margin-right: auto; } body .ui-datatable thead th.ui-sortable-column:not(.ui-state-active):hover { background: #d3d5d8; border-color: #d9d9d9; } body .ui-datatable thead th.ui-sortable-column:not(.ui-state-active):hover label.ui-dropdown-label.ui-inputtext.ui-corner-all{ border-color: #000; } body .ui-datatable thead th.ui-sortable-column:not(.ui-state-active):hover .ui-column-filter{ border-color: #000; } body .ui-datatable thead th.ui-sortable-column.ui-state-active{ background: #434343; color: #ffffff; } body .ui-datatable thead th.ui-sortable-column.ui-state-active label.ui-dropdown-label.ui-inputtext.ui-corner-all{ border-color: #fff; color: #fff; } body .ui-datatable thead th.ui-sortable-column.ui-state-active .ui-dropdown-panel .ui-dropdown-item{ color: #000; } label.ui-dropdown-label.ui-inputtext.ui-corner-all:hover { border-color: #000; } body .ui-datatable thead th.ui-sortable-column.ui-state-active .ui-dropdown-item.ui-corner-all .ui-state-highlight{ overflow: visible; } [_nghost-c3]{ padding-top: 1px !important; } .logoWrapper{ padding-left: 15px !important; background-image: url(/assets/logo-sm.png); background-repeat: no-repeat; background-position: center; } .expanded .logoWrapper{ background-image:none; padding-top: 5px; padding-left: 10px !important; } .logoWrapper img{ display: none; } .expanded .logoWrapper img{ display: block; } .largeScreenWrapper{ margin-left: -7px; } .close{ cursor: pointer; } .ui-datatable .ui-datatable-thead>tr>th{ overflow:visible; padding: 6px 11.9px !important; } @-moz-document url-prefix() { .page_header.flex button.close span { margin-top: -4px; } } .add-more{ float: right; /*width: 8%;*/ margin-top: 5px; cursor: pointer; background-color: #008bf3; color: #fff; padding: 0px 12px; height: 32px !important; text-transform: uppercase; } @-moz-document url-prefix(){ .add-more{ background-color: #008bf3 !important; } .add-more:hover{ color: #fff; background-color: #0267bf !important; } .add-more:focus { background-color: #0267bf; } .add-more:focus, .add-more:active:focus { box-shadow: 0 0 4px 2px #b76718 !important; } } .add-more:hover{ color: #fff; background-color: #0267bf; } .add-more:focus, .add-more:active:focus { box-shadow: 0 0 4px 2px #b76718 !important; } @media only screen and (max-width: 767px){ .logoWrapper img{ display: block; } .logoWrapper{ background: none; } .primaryBar{ padding: 5px 20px 0 0 !important; } } i.fa.fa-search:hover:before{ color: #0267bf !important; } i.fa.fa-search{ margin-top: 27px; margin-left: -40px; } .fa-fw{ top: 46% !important; margin-left: -4px !important; /*margin-top: 0.48em !important;*/ } @media all and (max-width:800px){ .fa-fw{ margin-left: 0px !important; } .ui-dropdown .ui-dropdown-trigger .fa{ margin-top: 0.5em !important; } } .fa.fa-fw.fa-calendar { margin-left: -.6em !important; } .color{ color: #D84315; } .ui-dropdown .ui-dropdown-trigger{ text-align: right; margin-right: 6px; } @media only screen and (min-width:768px){ .product-field{ display: inline-block; width: 100%; margin-right: 1% !important; flex-direction: column !important; } } .product-field{ margin-top: 10px; } .product-field >.product-margin >form >div { margin-bottom: -15px !important; } .ui-button-text-icon-left .ui-button-text{ padding: 0.25em 0.5em .25em 1.5em; margin-top: -2px; } .ui-dropdown-label.ui-inputtext.ui-corner-all{ padding: 0.37rem 1.5rem 0.37rem 0.5rem !important; } .cancel{ cursor: pointer; } .ui-dropdown-panel{ border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; position: relative !important; top: 0px !important; } .panel .ng-untouched, .panel .ng-pristine, .panel .ng-valid{ padding-right: 20px; margin-top: 8px; } .ui-chkbox .ui-widget{ border: 1px solid black; font-size: 11px; } .permission-list{ display: inline-block; padding-left: 50px; } .permission-list-label{ display: inline-block; width: 16%; } @media all and (max-width:767px){ .permission-list-label{ width: 100%; } .buttonWrapper{ padding-right: 0px !important; } } .buttonWrapper-dialog{ padding-right: 0px !important; position: relative; float: initial !important; } .permission-list-label > label , .module-name{ font-size: 16px; text-transform: capitalize; } .buttonWrapper{ padding-top: 10px; padding-bottom: 10px; padding-right: 32px; float: right; } .btn-wrapper { width:100%; background-color: #e5eaee; position: fixed; bottom: 0; right: 0; left: 0; z-index: 100; height: 50px; } .expanded+main .btn-wrapper{ width: calc(100vw - 260px); margin-left: 260px; } @media all and (min-width:768px){ .btn-wrapper{ width: calc(100vw - 56px); margin-left: 56px; } } .validation-message{ display: inline-block; float: right; margin-top: 6px; } p.image-validation-message { font-size: 12px; color: #D84315; margin: 0px; margin-bottom: -14px; } .category{ margin-top: 6px; } .add-form{ padding: 1rem; position: relative; } .buttonWrapper > button.save{ min-width: 50px !important; max-width: 100px !important; line-height: 0px; } .buttonWrapper > button.cancel{ background-color: #fcfcfc !important; border-color: #fcfcfc !important; color: #333333 !important; } button.cancel:enabled:hover { background-color: #fcfcfc !important; } .permission-form{ margin-top: 5%; } .page-not-found{ text-align: center; margin-top: 10%; } .ui-button-text.ui-unselectable-text{ padding: .25em 0.5em .25em 3em !important; font-size: 14px; } .ng2-tag-input-field{ font-size: 12px !important; padding: 8px !important; } .buttonWrapper > button{ font-size: 12px !important; padding: 8px 11px !important; } button:focus, button:active:focus{ box-shadow: 0 0 4px 2px #b76718 !important; } .tags-field{ padding-top: 0px !important; } .profile-group > div{ padding-bottom: 1em !important; } .profile-group > div > div{ margin-bottom: 0px; } .disable .ui-button-text.ui-unselectable-text{ opacity: 0.4; } .ui-multiselect-panel{ background-color: #fff; } .ui-multiselect{ border: 1px solid #cfcfcf; display: block; /*margin-top: 6px;*/ border-radius: 3px; height: 30px !important; } .ui-multiselect .ui-multiselect-label{ font-size: 12px; line-height: 21px; color: #37474f; font-weight: normal; padding-left: 12px; } .ui-multiselect-header .ui-inputtext{ padding: .125em .125em .125em 2.25em !important; } .ui-multiselect-header .ui-multiselect-filter-container .fa{ font-size: 14px; margin-top: -6px; left: 0.8em; } .ui-multiselect-header .ui-multiselect-filter-container{ width: 93% !important; } @media all and (max-width:1024px){ .ui-multiselect-header .ui-multiselect-filter-container{ width: 90% !important; } } @media all and (max-width:767px){ .ui-multiselect{ width: 100% !important; } } /* Location */ .user-location{ width:50%; float:left; } .agm-map-container-inner{ margin-top: -58px; } .locate-map > agm-map >.agm-map-container-inner.sebm-google-map-container-inner { margin-left: 32px; } .user-location-address{ display: inline-block; width: 48%; margin-top: 15px; } .location-width{ width: 100%; } .location-map{ height: 390px !important; width: 100%; float: left; margin-left: -17px; } .use-map{ margin-bottom: 50px; padding-left: 25px; width: 50%; float: right; margin-top: 0px; font-size: 14px; } .location-search{ padding: 0px; margin-bottom: 25px; width: 50%; display: inline; background: url(./assets/search.png); } .locate-map{ float: right; width: 50%; } .ui-dialog-mask{ background: rgba(0,0,0,0.6); } .location-points{ width: 30%; display: inline-block; } .location-points > input{ background: #fff; } .location-points-div{ width: 100%; background: #eaf0f4; padding-left: 5%; border-radius: 3px; } @media all and (max-width:1024px){ .user-location{ width: 100%; } .user-location-address{ width: 48.5%; } .use-map{ float: left; padding-left: 0px; margin-top: 20px; margin-bottom: 70px; } .locate-map{ width: 100%; margin-left: -14px; float: left; } } @media all and (max-width:767px){ .form-group:not(:nth-last-of-type(1)){ margin-right: 1%; } } /*Floors*/ .ui-dialog{ background-color: #fff; height: auto !important; border-radius: 3px; /*top: 65px !important;*/ } .ui-dialog .ui-dialog-titlebar{ background-color: #d7e2e9; padding: 9px 13px; color: #333333; font-size: 18px; font-weight: bold; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .ui-fluid .ui-button-text-icon-left .ui-button-text{ padding-left: 2em; } .ui-dialog .ui-dialog-titlebar-close{ color: #008bf3; } .ui-dialog .ui-dialog-titlebar-close:hover{ color: #0267bf; } .save > .ui-button-text.ui-c{ line-height: 9px; padding: 3px 2px 3px 16px; } .sys-defined{ margin-left: 10px; color: #bbb; font-size: 14px; margin-top: -30px; position: absolute; } .things > div{ width: 100% !important; } .floormap > div{ height: 560px !important; } /* Userpool */ .cog-container { box-sizing: border-box; width: 95%; margin: 0 auto; } .cog-container-contents { margin: 0 auto; max-width: 1200px; } .cog-card--variant--condensed { margin: 14px 0; padding: 30px; padding: 10px; margin: 10px 0; } .cog-card, .cog-card--variant--condensed { background: #f5f7f7; box-sizing: border-box; box-shadow: 1px 1px 3px 1px rgba(0,0,0,.1); border-radius: 1px; float: left; position: relative; width: 100%; } .cog-list { font-size: 14px; list-style: none; padding: 0; margin: 0; } .cog-list li { line-height: 30px; word-break: break-all; } .cog-list li div:first-child { vertical-align: top; } @media all and (min-width:768px) and (max-width:900px){ .cog-list li div:first-child{ width: 26.5%; text-align: left; display: inline-block; } .cog-list li div:last-child{ width: 72%; } } @media all and (min-width:900px){ .cog-list li div:first-child{ width: 23.5%; padding-left: 10px; text-align: left; display: inline-block; } .cog-list li div:last-child{ width: 75%; } } .cog-list li div:last-child { display: inline-block; padding-left: 10px; } .audit{ width: 80% !important; } @media all and (min-width:768px){ .audit-list li div:first-child{ width: 35%; padding-left: 13%; } .audit-list li div:last-child{ width: 55%; } } .cog-card--variant--condensed:last-child { margin-bottom: 55px; } .message-textarea, .email-subject{ margin-bottom: 15px; } .message-textarea label{ display: block; font-weight: 700; margin-bottom: 4px; } .message-textarea textarea{ border: 1px solid #8d9496; border-radius: 1px; box-sizing: border-box; display: block; font-size: 14px; font-family: Helvetica Neue,Roboto,Arial,sans-serif; height: 80px; line-height: 18px; max-width: 100%; padding: 7px 10px; width: 100%; } .email-subject input { font-size: 14px; line-height: 18px; padding: 7px 10px; border: 1px solid #8d9496; border-radius: 1px; box-sizing: border-box; display: block; font-family: Helvetica Neue,Roboto,Arial,sans-serif; width: 100%; } .userpool-pass-str{ font-size: 20px; line-height: 26px; margin-top: 20px; margin-bottom: 6px; } .cog-form-area { margin: 0 1em; } input:read-only{ opacity: 0.5; } .avatar{ cursor: pointer; } .ui-dropdown-item.ui-corner-all{ font-size: 12px; } .disable .fa { opacity: 0.4; background-color: #efeded; } span.ng2-tag-input-remove { font-size: 15px !important; height: 20px !important; width: 20px !important; line-height: 19px !important; margin-right: -10px !important; } rl-tag-input-item { font-size: 12px !important; height: 24px !important; line-height: 25px !important; } @media all and (max-width:767px){ .cog-container{ width: 99%; } .cog-list li{ text-align: center; } .cog-list strong{ text-align: center; width: 100%; } .cog-card--variant--condensed{ padding: 0px; } } /* Absolute Center Spinner */ .loading { position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; } /* Transparent Overlay */ .loading:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); } .main-loader:before{ background-color:rgba(255,255,255,0.1) !important; } /* :not(:required) hides these rules from IE9 and below */ .loading:not(:required) { /* hide "loading..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .loading:not(:required):after { content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; } /* Animation */ @-webkit-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } .status-detail { border-radius: 20px; color: #fff; display: none; font-size: 12px; font-weight: bold; letter-spacing: 1px; margin-left: -1px; opacity: 0; padding: 0 12px; transition: all 0.5s ease 0s; vertical-align: 0; padding-bottom: 3px; } .status-detail.show { animation: 0.5s linear 0s normal forwards 1 running fadeIn; display: inline-block !important; } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .status-detail.open { background-color: #4b4c85; } .status-detail.intransit { background-color: #7496c4; } .status-detail.shipped { background-color: #7496c4; } .status-detail.softshipped { background-color: #7496c4; } .status-detail.partial { background-color: #017aff; } .status-detail.partialshipped { background-color: #017aff; } .status-detail.partialdelivered { background-color: #4caf50; } .status-detail.softdelivered { background-color: #4caf50; } .status-detail.delivered { background-color: #4caf50; } .status-detail.canceled { background-color: #e74c3c; } .status-detail.closed { background-color: #e67e22; } .status-detail.draft { background-color: #a851e2; } .status-detail.submitted { background-color: #f1c40f; } .status-detail.scheduled { background-color: #bdcec7 ; } .input-field{ padding: 0px 0px 0px 12px; height: 28px; border-radius: 3px !important; border: 1px solid #cfcfcf; color: #37474f; height: 30px; background: transparent; font-size: 14px; line-height: 26px; } .ui-widget-overlay.ui-dialog-mask{ z-index: 10 !important; } @media all and (min-width:768px){ .location-category{ width: 49.35% !important; } } /*.rl-tag-input-autocomplete-container{ overflow: scroll; height: 200px; width: 200px; }*/ rl-tag-input-autocomplete{ top: 0px !important; } #description{ font-family: inherit; font-size: 12px; border-color: #ccc; padding: 7px 0px 0px 12px; font-size: 12px; /*border-radius: 3px !important; border: 1px solid #cfcfcf;*/ color: #37474f; } .user-list .ui-tabview-panel{ border: none !important; } .group-user-list{ font-size: 13px; text-align: center; } .ui-growl-item{ margin-top: 35px; } .hint-text{ display: block; position: absolute; box-sizing: border-box; z-index: 1; background: #fff; width: 70%; border: 1px solid #cfcfcf; border-radius: 3px; padding: 10px; /*text-align: justify;*/ font-size: 13px; font-weight: normal; } .dashboard-hints{ width: 17%; margin-left: -8%; font-size: 13px; z-index: 1000; text-align: left; line-height: 1.5384616; letter-spacing: 0.3px; /*margin-right: 1%;*/ background-color: #333; color: #fff; opacity: 0.9; box-shadow: 2px 3px 4px #ccc; padding: 15px 14px; border-radius: 3px; position: absolute; } .assigned-groups{ width: auto; margin-left: 7%; } .precedence-icon{ cursor: pointer; margin-left: 8px; height: 13px; width: 13px; } .ui-datatable-scrollable-wrapper{ border-bottom: 1px solid #cfcfcf; } .server-error div{ padding: 8px; } .server-error{ color: #D84315; font-size: 12px; list-style-type: disc; margin: 10px; margin-left: 18px; padding-left: 20px; border: 1px solid #D84315; border-radius: 3px; width: fit-content; max-height: 63px; overflow: auto; } .time-zone-user > div { width: 100% !important; position: relative !important; } /* Image upload */ .fa-close:active { color: #d84315; } .fa-close { color: #000; } ul.image-upload-list { padding-left: 0px; } ul.image-upload-list li { display: inline-block; margin: 10px 15px; /*border: 1px solid #cfcfcf; padding: 10px 11px;*/ text-align: center; } .image-upload button{ cursor: pointer; float: right; background: #fff; font-weight: bold; color: #575757; font-size: 12px; border-radius: 100%; border: 1px solid #575757; position: absolute; margin-top: 5px; margin-left: 40px; } .caption-overflow { height: 17px; border-bottom: none; } .image-upload td{ border: none; } .help-block >p{ margin: 0px; list-style: none; font-size: 12px; color: #D84315; } .ui-button.ui-state-focus{ border: none !important; /*font-weight: bold;*/ } .add-more-btn > div { padding-bottom: 2.6em !important; } @media all and (min-width:768px){ .country-code .inputWrapper .form-group > p-dropdown > div { width: 100% !important; margin-top: 4px; } .country-code .inputWrapper .form-group:first-child, .country-code .inputWrapper .form-group:nth-child(3) { position: relative; max-width: 130px; margin-top: -31px; } .country-code .inputWrapper .form-group:nth-child(2), .country-code .inputWrapper .form-group:nth-child(4){ margin-bottom: 9px; margin-top: 5px; } } @media all and (min-width:768px) and (max-width:900px){ .title-width .form-group:first-child{ max-width: 15%; } .title-width .form-group:nth-child(2){ max-width: 32%; } } @media all and (min-width:901px){ .title-width .form-group:first-child{ max-width: 12.7%; } .title-width .form-group:nth-child(2){ max-width: 35.5%; } } .increment-textbox > input{ width: 100%; } .group-description{ border: 1px solid #ccc; border-radius: 3px; } .permission-server-error > ul{ margin-top: 0px; margin-left: 0px; } /*.product-field p-dropdown >div { margin-top: 6px; }*/ .tab-dialog > div .ui-dialog-content.ui-widget-content{ overflow: visible; } #attributeType > div{ width: 84% !important; margin-top: 0px; } .modalDropDown > div{ width: 84% !important; margin-top: 0px; } .tab-dialog > div { height: 400px !important; z-index: 100 !important; } /* Dashboard */ .akwa-dashboard { text-align: center; font-size: 72px; color: #434343; font-family: sans-serif; margin-top: 12%; } .coming-soon{ text-align: center; font-size: 50px; color: #242424; } .no-underline-listing tbody tr > td:first-child span { text-decoration: none !important; color: #969696; } .no-underline-listing thead > tr th { background: #d7d7d7; } .no-underline-listing tbody tr{ background: #eeecec; } .no-underline-listing tbody tr:hover { background: #e7e7e7; } .tab-error-1 ul li:nth-child(1) > a >span { color: #D84315; } .tab-error-1 .ui-tabview-nav li.ui-tabview-selected:nth-child(1) a{ border-top: 1.2px solid #D84315 !important; } .tab-error-2 ul li:nth-child(2) > a >span { color: #D84315; } .tab-error-2 .ui-tabview-nav li.ui-tabview-selected:nth-child(2) a{ border-top: 1.2px solid #D84315 !important; } .tab-error-3 ul li:nth-child(3) > a >span { color: #D84315; } .tab-error-3 .ui-tabview-nav li.ui-tabview-selected:nth-child(3) a{ border-top: 1.2px solid #D84315 !important; } .tab-error-4 ul li:nth-child(4) > a >span { color: #D84315; } .tab-error-4 .ui-tabview-nav li.ui-tabview-selected:nth-child(4) a{ border-top: 1.2px solid #D84315 !important; } @media all and (max-width:767px){ .add-more-name{ display: inline-block; margin-bottom: 6px !important; } .add-more-name > p-dropdown >div { position: absolute !important; } } .tab-dialog .buttonWrapper { padding-right: 0px; } .ui-datatable-emptymessage{ font-size: 13px; padding: 6px 11.9px !important; } /* audit trail screen */ .audit-trail{ padding: 1rem; } .audit-trail section{ width: 50%; margin-left: 21%; background: #eee; padding: 7px; padding-top: 10px; } .audit-trail .form-group{ flex-direction: row; } .audit-trail label{ width: 50%; display: inline-block; text-align: right; padding-right: 12px; } .audit-trail .form-group div{ display: inline-block; font-size: 13px; border: 1px solid #cfcfcf; width: 50%; padding-left: 10px; } .assign-carrier p-dropdown > div { position: relative !important; width: 100% !important; } ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } ::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey; border-radius: 3px; } .ui-widget{ font-family: inherit !important; } /* Calendar */ .ui-datepicker-today .ui-state-highlight { background-color: #d6d6d6; color: #212121; } .ui-datepicker-current-day .ui-state-active { background-color: #186ba0; color: #ffffff; } .ui-datepicker.ui-widget { margin-top: 30px; } .search-dropdown > div{ width: 100% !important; color: #fff; background: #1b2328; } .search-dropdown .ui-dropdown .ui-dropdown-label { color: #fff; font-size: 12px; } .search-calendar > .ui-calendar { padding-right: 27px; margin-top: 5px; } .from-date >span { margin-top: 0px !important; } /*.search-calendar .ui-button-icon-only .fa{ left: 38% !important; }*/ .search-calendar .ui-datepicker.ui-widget{ margin-top: 0px !important; } .leaflet-top, .leaflet-bottom{ z-index: 999 !important; } .search-drop >div{ width: 88.5% !important; } .search-button i.fa.fa-search:before, .search-btn i.fa.fa-search:before, .search-button i.fa.fa-search:hover:before, .search-btn i.fa.fa-search:hover:before { color: #fff !important; } .search-button i.fa.fa-repeat:before,.search-button i.fa.fa-repeat:hover:before{ color: #333 !important; } .ui-inputgroup i.fa.fa-search{ margin: 0px; margin-left: 10px; margin-top: 7px; position: absolute; font-size: 15px; } .ui-inputgroup i.fa.fa-search:before{ color: #434343 !important; } .order-form{ border-top: 1px solid #ddd; } .search-dropdown-content { padding: 20px; } .search-button button { margin-top: 15px; height: 32px; padding: 0px 11px; text-transform: uppercase; font-size: 12px; color: #333; border-radius: 3px; border: 1px solid #ddd; } .search-button .search { background: #008bf3 !important; border-color: #008bf3 !important; color: #fff !important; } .search-button .reset { background: #fcfcfc !important; } .search-dropdown-content .ui-button-text.ui-unselectable-text { padding-left: 0px !important; } /* Dashboard */ .dashboard-headline{ padding: 4px 13px; background: #d7e2e9; border-top-right-radius: 3px; border-top-left-radius: 3px; } .dashboard-headline h3 { margin: 0px; font-size: 18px; font-weight: bold; padding: 2px 10px; margin: 2px 0px; display: inline-block; /* line-height: 54px; */ } .dashboard-headline button { float: right; background: none; border: none; cursor: pointer; margin-top: 5px; } .dashboard-map{ max-height:557px; padding-top: .3em; border: 1px solid #ccc; border-top: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .full-width, .left-column, .right-column{ margin-bottom: 15px; } .dashboard-container{ min-height: 320px; border: 1px solid #ccc; border-top: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .left-column { width: 49.8%; display: inline-block; padding-right: 9px; } .right-column { width: 49.8%; /*display: inline-block;*/ float: right; padding-left: 9px; } @media all and (max-width:1199px){ .left-column, .right-column{ width: 100%; padding-right: 0px; } .right-column{ width: 100%; padding-left: 0px; } } .order-action .ui-splitbutton.ui-buttonset .ui-button{ padding: 5px 0px; } .ui-menu.ui-menu-dynamic { left: -7px !important; font-size: 12px; } .shipment-action .ui-menu.ui-menu-dynamic { left: -42px !important; width: auto !important; padding: 5px 9px; } .nvtooltip table{ width: auto; } .nvtooltip table td,.nvtooltip table tr,.nvtooltip table tbody{ border: none; background: none !important; } .shipment-map > div{ height: auto !important; } .ui-dialog .ui-dialog-content{ height: auto !important; max-height: 82vh; overflow: auto; } .shipment-map .buttonWrapper{ margin-top: 0px !important; padding-right: 0px !important; } .shipment-map .ui-dialog-footer{ padding: 7px !important; } #recipientMobileCode > div{ width: 84% !important; } .dialog-wrapper > .buttonWrapper{ margin-top: 1em !important; } .deliver .ui-dialog-content.ui-widget-content { max-height: 451px !important; } .map-legend .info.legend.leaflet-control { background: #fff; padding: 8px 11px; border: 2px solid rgba(0,0,0,0.2); border-radius: 3px; /*width: 170px;*/ line-height: 1.15em; opacity: 0.9; box-shadow: 0 0 8px rgba(0,0,0,0.5); } .info.legend.leaflet-control img{ width: 20px; height: 20px; /*margin-bottom: 5px;*/ } .info.legend.leaflet-control span{ margin-left: 8px; vertical-align: super; } .map-legend > button { margin-bottom: 6px; padding: 4px 6px; background: #747474 !important; border: 1px solid #747474 !important; } /*shipment notes*/ .shipment-notes > .left{ width: 25%; position: absolute; } .shipment-notes > .left > img{ display: block; margin-left: auto; margin-right: auto; border-radius: 50%; width: 25px; height: 25px; } .shipment-notes > .left > time{ margin-left: auto; margin-right: auto; font-size: 12px; color: #999; text-align: center; width: 100%; font-weight: 400; line-height: 1.666667; } .shipment-notes > .right{ width: 70%; margin-left: 30%; } .right .author { color: #353535; font-size: 16px; font-weight: 600; text-decoration: none; } .right .message, .missingitems { font-size: 13px; color: #333; } .missingitems > b{ font-size: 14px; color: #333; } .custom-comment{ padding: 8px 0px; border-bottom: 1px solid #ddd; } .media-list .custom-comment:nth-child(even){ background-color: #f5f5f5; } .media-list{ padding-left: 0px; } .add-notes-new { border: 1px solid #ccc; padding: 0px 12px 8px 8px; margin-top: 10px; } .add-notes-new > h3{ padding: 5px 10px; font-size: 16px; margin-top: 0px; margin-left: -8px; width: 104%; } .add-notes-new textarea{ border-radius: 0px !important; border: 1px solid #cfcfcf; color: #37474f; padding: 0px 12px; font-size: 14px; font-family: inherit; width: 100%; } .add-notes-new thead > tr{ background: #f5f8fa; } .add-notes-new thead td{ padding: 12px 20px; font-weight: 300; font-size: 14px; } .add-notes-new tbody td{ padding: 15px !important; font-size: 14px; } .shipment-notes{ padding: 5px 12px; font-size: 12px; } .shipment-notes i:before { color: #000 !important; margin-right: 5px; font-size: 16px; } .nvd3 .tick.zero text, .nvd3 .nv-label text, .nvd3 .nv-axis .nv-axisMaxMin text { display: none; } .margin-left svg.nvd3-svg{ padding-left: 20px !important; } .select-shipment { display: inline-block; width: 71%; } .select-shipment .validation-message{ margin-top: -32px !important; } .select-shipment >p-dropdown >div{ height: 32px; margin-top: -15px; margin-left: 16%; } .add-notes-new p-checkbox label { font-size: 12px; } .ui-lightbox-caption{ background: #f5f5f5; } .media.custom-comment .image-upload > p { display: none; } .orchestration tr { cursor: default !important; } .orchestration span.ui-cell-data:hover { text-decoration: none !important; } .add-notes-new + .dialog-wrapper > div { padding-right: 0px; } /*global-search*/ .search-smallscreen .hiddendiv { width: 106% !important; z-index: 1; } .search-smallscreen button.search-btn { width: 6%; position: absolute; right: 4%; margin-right: 0px; } .search-smallscreen img { margin-left: 2% !important; } .search-smallscreen .ui-dropdown { width: 100% !important; } .search-smallscreen .globalsearch-dropdown{ width: 100%; padding: 5px 35px 25px 35px; } .search-smallscreen .globalsearch-dropdown >span{ width: 85%; float: left; } .search-smallscreen .globalsearch-dropdown > span > input{ width: 94% !important; } .inputWrapper.search-dropdown-margin{ margin-top:10px; } @media all and (max-width:767px){ .inputWrapper.search-dropdown-margin{ margin-top:-18px; } } .dashboard-controls .globalsearch-dropdown img:focus { box-shadow: 0 0 4px 2px #b76718 !important; border: none !important; } .dashboard-controls .globalsearch-dropdown> span >button { cursor: pointer; float: right; margin-top: -30px; background: #1b2328; height: 30px; border: 1px solid #1b2328 !important; } .globalsearch-dropdown { position: relative; display: inline-block; width: 367px; } .globalsearch-dropdown >span{ position: absolute; width: 310px; background-color: #1b2328; } .globalsearch-dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; z-index: 1; } .globalsearch-dropdown:hover .globalsearch-dropdown-content { display: block; } .globalsearch-dropdown .search-btn{ float: right; height: 30px; text-align: center; width: 40px; margin-right: 17px; background: #008bf3 !important; border-color: #008bf3 !important; border-radius: 3px; padding: 2px 9px; font-size: 17px; font-weight: bold; cursor: pointer; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; } .globalsearch-dropdown .hiddendiv{ display: none; height: auto; background-color: #fff; width: 350px; margin-top: 30px; position: absolute; border-radius: 3px; padding: 7px 0; color: #333333; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border: 1px solid #ddd; font-size: 13px; max-height: 80vh; overflow: auto; } .show{ display: block !important; } .globalsearch-dropdown img { float: right; cursor: pointer; } @-moz-document url-prefix(){ .globalsearch-dropdown img { margin-top: -1px; } } /*global search*/ /*gadget serach*/ .search-box{ display: none; margin-top: -26px; margin-bottom: 26px; } .gadget-search{ /*display: none;*/ float: left; margin-left: 10px; } .gadget-search .globalsearch-dropdown { position: absolute; } .gadget-search .hiddendiv{ max-height: 320px; width: 368px; margin-left: -40px; } .gadget-search input { background-color: #fff; border: 1px solid #ccc !important; color: #434343 !important; width: 90%; border-bottom-left-radius: 0px !important; border-top-left-radius: 0px !important; } .gadget-search input:focus { border-color: #434343 !important; } .gadget-search > div >span { background-color: #fff; right: 0px; width: 327px; } .dashboard-chart > i.fa.fa-search { float: right; font-size: 20px; margin-top: 0px; margin-right: 11px; } .gadget-search .search-btn { float: left; margin-right: 0px !important; } .gadget-search .search-calendar >.ui-calendar{ padding-right: 0px !important; } .min-btn, .max-btn, #gadget-cancel, .btn-information{ width: 25px; height: 25px; border: 0; border-radius: 3px; background-color: #0087f3; color: #fff; font-weight: 700; font-size: 18px; } .btn-information{ font-weight: normal !important; } .btn-information i:before { color: #fff !important; } .fa-angle-down{ position: absolute; margin-left: -21px; margin-top: 7px; color: #434343 !important; } .dashboard-chart >div.search-container > i.fa.fa-search { margin-top: 6px; margin-left: 10px; font-size: 20px; } .dashboard-chart >div.search-container{ border-bottom: 1px solid #ccc; margin-left: -10px; padding-bottom: 13px; } button.close-icon { /*display: none;*/ position: absolute; margin-left: 377px; height: 30px; width: 30px; font-size: 18px; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; } button.close-icon:hover { background-color: #0087f3; } .close-icon.show { display: inline-block !important; } i.fa-angle-down:hover:before { color: #434343 !important; } /*gadget serach*/ .checkbox-table tr.ui-widget-content td:nth-child(2) span.ui-cell-data:hover { text-decoration: underline; } .no-underline-report tbody tr > td:first-child span { text-decoration: none !important; color: #969696 !important; } .underline-text { color: #353535 !important; } .underline-text:hover{ text-decoration: underline !important; } .disabled{ cursor: not-allowed; background: #eee; text-decoration: none !important; color: #969696 !important; } .disabled-row{ background-color: #f4f4f4; } .disabled-row:hover { background-color: #eee; cursor: no-drop; } .disabled-row .ui-cell-data:hover { text-decoration: none !important; } .disabled-row .ui-cell-data { color: #969696; } .notes-dialog > div{ top: 52px !important; } .ui-multiselect-header .ui-multiselect-close{ right: 0em !important; } .date-dialog { padding: 20px; text-align: center; font-size: 13px; letter-spacing: 1px; color: #37474f; } .date-dialog button.save { padding: 5px 20px !important; margin-top: 20px !important; } .date-dialog-box .ui-dialog .ui-dialog-titlebar{ display: none; } /*configuration*/ .configuration > tr td:last-child{ line-height: 1; padding: 5px !important; padding-bottom: 15px !important; border: none; margin-bottom: 0px; } .configuration > tr{ font-size: 13px; } .configuration > tr td:first-child{ font-size: 13px; vertical-align: top; padding: 3px 5px !important; padding-left: 15px !important; border: 0px; border-top: 1px solid #e5e5e5 !important; } tbody.configuration tr td:last-child > .form-control > .ui-dropdown > label { padding: 9px !important; } .configure table{ text-align: left; /*border: 1px solid #cfcfcf;*/ } .edit-group{ font-size: 13px; border: none !important; } .edit-group th:hover{ background: #d3d5d8; border-color: #d9d9d9; } .edit-group th{ font-size: 14px; padding: 6px 5px !important; padding-left: 15px !important; border: none !important; } .configuration .auto-dropdown > div { margin-top: 6px; /*padding-left: 5px;*/ } .configuration p-dropdown >div { width: 42% !important; margin-left: 5px; } @media all and (max-width:767px){ .configuration p-dropdown >div{ width: 88% !important; } } .fa-circle-o-notch{ display: none; } #isAutoDeliveryMode > div{ margin-left: 5px; } #isAutoShipMode > div { margin-left: 0px; } .config-icon{ float: right; width: 13px; height: 13px; margin-right: 4%; margin-top: 0.8em; } .configuration-hints{ width: 200px; z-index: 1000; line-height: 1.5384616; letter-spacing: 0.3px; background-color: #333; color: #fff; opacity: 0.9; box-shadow: 2px 3px 4px #ccc; padding: 15px 14px; border-radius: 3px; position: absolute; right: 0px; margin-top: 13px; } .leaflet-popup-content > div { margin-right: 30px !important; padding: 5px; background-color: #434343; color: #fff; border-radius: 5px; margin-bottom: 5px; } .leaflet-popup-content > div >div, .leaflet-popup-content > div > strong { color: #efaf05; font-weight: 600; } .sku-sensor-info > div{ padding-bottom: 5px; padding: 5px 12px; font-size: 13px; } .sku-sensor-info > hr{ margin: 0px; border: 0.5px solid #ccc; } .loader, .loading123 { border: 6px solid #f3f3f3; /* Light grey */ border-top: 6px solid #434343; /* Blue */ border-radius: 50%; z-index: 999; height: 2em; width: 2em; animation: spin 1500ms infinite linear; /*animation: spin 2s linear infinite;*/ margin-left:auto; margin-right: auto; } .loading123{ margin-top: 50%; position: absolute; margin-left: 50%; z-index: 1999 !important; } .loading123 .gadget-layout>div{ z-index: 10 !important; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media all and (min-width:768px){ .phone-tab .inputWrapper{ position: relative; width: 50%; } .phone-tab .inputWrapper p-dropdown >div{ width: 28% !important; } .phone-tab .inputWrapper .phone-tab-number{ width: 67% !important; position: absolute; right: 6px; margin-top: 22px; height: 32px; } .phone-tab > div { height: 90px; } .phone-tab .phone-input{ margin-left: -39.5%; } } .configuration .ui-dropdown .ui-dropdown-panel{ z-index: 1000 !important; } .options img:hover { cursor: pointer; } /*.options > div { margin-right: 23px; }*/ .dash .options img { margin-top: -19px; float: right; } .upcoming-widget >span{ width: 30%; display: inline-block; } .upcoming-widget-to>span{ margin-left: 30px; width: 30%; display: inline-block; } .drag-gadget{ text-align: left !important; } .upcoming-widget .ui-datepicker.ui-widget, .upcoming-widget-to .ui-datepicker.ui-widget{ margin-top: 0px !important; } .export-msg { font-size: 13px; margin-top: 10px; margin-bottom: -8px; } .export-dialog .ui-dialog-footer{ text-align: center; } .fa-check-square, .fa-square{ color: black; border: 0px solid; border-right: 1px solid; border-left: 1px solid; width: 16px; height: 16px; } .fa-square{ border: 1px solid black !important; height: 18px !important; } .fa-check-square:before, .fa-square:before{ content: "\F14A"; color: white; background: black; } .fa-square:before{ background: white !important; } .temp-graph svg{ height: 400px !important; width: 950px !important } /*.logoBox img{ width: 175px; }*/ div#map:focus { border: none !important; } .formattedJson { background-color:#d7e2e9 !important; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #484c5f; position: relative; border: 2px solid #cfcfcf; padding: 10px; width: 100% !important; padding-left: 10px !important; float: left; margin-top: -31px; } .leaflet-control-container .leaflet-routing-container-hide { display: none; }
admin/src/styles.css
*, *:after, *:before { box-sizing: border-box; } .clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; } body { background: #24262b; font-family: 'Source Sans Pro', sans-serif; margin: 0; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background: transparent; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } table { border-collapse: collapse; width: 100%; table-layout: fixed; } tr { border: 1px solid #d6d6d6; background: #ffffff; color: #555555; } th { display: table-cell; border-color: inherit; box-sizing: border-box; padding: .25em .5em; overflow: hidden; border-width: 1px; border-style: solid; } tbody { border: 1px solid #D5D5D5; background: #ffffff; color: #222222; } td { border-color: inherit; box-sizing: border-box; padding: .25em .5em; overflow: hidden; border-width: 1px; border-style: solid; } td > .ui-column-title { display: none; } .ui-dropdown .ui-dropdown-panel, .ui-multiselect-panel{ z-index: 10 !important; } .ui-dropdown { width: 100% !important; position: relative !important; } @media all and (min-width:768px){ .ui-dropdown{ width: 48% !important; position: absolute !important; } .dropdown-margin{ margin-top: 36px !important; } } .ui-tabview-nav { background: #d7e2e9 !important; padding: 0 !important; border-top-left-radius: 3px; border-top-right-radius: 3px; } .ui-tabview-panel { border: 1px solid #cfcfcf !important; padding: 1em !important; } i { cursor: pointer; } a { cursor: pointer; line-height: 1.5384616 !important; } .ui-dropdown label.ui-dropdown-label { cursor: pointer !important; font-size: 0.75rem !important; padding: 0.5rem !important; border-radius: 3px !important; } input:disabled { cursor: not-allowed; opacity: 0.5; } .ui-dropdown label.ui-dropdown-label { border: 1px solid #cfcfcf; } .ui-state-disabled label.ui-dropdown-label { cursor: not-allowed !important; opacity: 0.5 !important; border: 1px solid #cfcfcf !important; } p-dropdown.ng-invalid.ng-dirty .ui-dropdown-label.ui-inputtext.ui-corner-all{ border: 1px solid #D84315; } .ui-dropdown-panel { box-shadow: none; background: white; border: 1px solid #cfcfcf; z-index: 1; /*border-top: none;*/ } .order-select .ui-dropdown-panel .ui-dropdown-filter-container{ width: 100%; } @media all and (min-width:768px){ .order-select .ui-dropdown { width: 100% !important; position: relative !important; } } .form-group .ui-dropdown-panel .ui-dropdown-filter-container { display: flex; align-items: center; } .ui-dropdown-panel .ui-dropdown-filter-container{ width: 100%; } .form-group .ui-dropdown-filter-container input { margin: 0.25rem; padding: 0.5rem; } .form-group .ui-dropdown-filter-container > span.fa { top: 1em; /*right: 1.5rem; left: auto;*/ } .form-group .ui-dropdown-panel .ui-dropdown-item { padding: 0.75rem .25em; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li { width: 100%; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li a { color: black; width: 100%; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li.ui-tabview-selected a { background: #f5f8fa; } @media all and (min-width: 768px) { .ui-tabview.ui-tabview-top>.ui-tabview-nav li { width: auto; } .ui-tabview.ui-tabview-top > .ui-tabview-nav li.ui-tabview-selected a { border-left: none; background: #f5f8fa; } } @font-face { font-family: 'icomoon'; src: url('assets/icons/icomoon.eot?dipnwf'); src: url('assets/icons/icomoon.eot?dipnwf#iefix') format('embedded-opentype'), url('assets/icons/icomoon.ttf?dipnwf') format('truetype'), url('assets/icons/icomoon.woff?dipnwf') format('woff'), url('assets/icons/icomoon.svg?dipnwf#icomoon') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'GLYPHICONS Halflings'; src: url('assets/icons/GLYPHICONSHalflings-Regular.eot'); src: url('assets/icons/GLYPHICONSHalflings-Regular.eot?#iefix') format('embedded-opentype'), url('assets/icons/GLYPHICONSHalflings-Regular.woff') format('woff'), url('assets/icons/GLYPHICONSHalflings-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon { font-size: 16px; vertical-align: middle; top: -1px; } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-paragraph-justify3:before { content: "\eec1"; } .icon-bell2:before { content: "\eaac"; } .icon-switch2:before { content: "\e647"; } .icon-more2:before { content: "\ec59"; } .icon-stats-growth:before { content: "\eb98"; } .icon-satellite-dish2:before { content: "\e98a"; } .icon-copy:before { content: "\ea24"; } .icon-windows2:before { content: "\e9a6"; } .icon-cog3:before { content: "\eb76"; } .icon-statistics:before { content: "\e9b4"; } .icon-users:before { content: "\ea05"; } .icon-make-group:before { content: "\ea58"; } .icon-info-with-circle:before { content: "\e901"; } .custom-icon.delete-icon { background-image: url(assets/sensor-icon-img.png); background-position: center -63px; width: 20px; display: block; height: 20px; } .custom-icon.add-icon { background-image: url('./assets/sensor-icon-img.png'); background-position: center -85px; width: 20px; display: block; height: 20px; } tr { cursor: pointer; transition: background 0.3s ease; } tr:hover { background: #f5fafe; } i { font-size: 16px; } i.icon-anchor-right:before{ content: "\e9c7"; } h3.page_header { margin-bottom: 6px; color: black; width: 100%; margin-top: 0; padding: 9px 13px; color: #333333; font-size: 18px; font-weight: bold; border-bottom: 1px solid transparent; border-radius: 3px; } button.cancel { color: #333; background-color: #fcfcfc; border: 1px solid #ddd; margin-right: 15px; } /* New CSS */ button.save { transition: background-color 0.3s ease; color: white; border-radius: 3px; font-weight: normal; background-color: #008bf3 !important; border: 1px solid transparent; } button.save:focus, button.save:enabled:hover{ background-color: #0267bf !important; cursor: pointer; } button.save:enabled:active{ background-color: #025aa5; -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } /* New CSS */ button:disabled { opacity: 0.5; pointer-events: none; background: #cfcfcf; border-color: #cfcfcf; } .icon-menu:before { content: "\ec67"; color: black; } ul { list-style: none; } /*.ui-growl { background-color: #4CAF50; border-color: #4CAF50; }*/ .ui-growl-message-success { color: #ffffff; background-color: #4CAF50; border-color: #4CAF50; } .ui-growl-message-info { color: #ffffff; background-color: #2196f3; border-color: #2196f3; } .ui-growl-message-warn { color: #ffffff; background-color: #FFB300; border-color: #FFB300; } .ui-growl-message-error { color: #ffffff; background-color: #f44336; border-color: #f44336; } .ui-tooltip{ top: 25px !important; right: 0px; max-width: 300px; font-size: 13px; color: white; /*//height: 100px;*/ word-wrap: break-word; overflow: hidden; padding: 10px 25px; z-index: 99999 !important; } .myTooltip .ui-tooltip-text { max-width: 300px; min-height: 50px; /*font-size: 13px; color: white; height: 100px;*/ word-wrap: break-word; } .ui-growl-item-container { margin: 0; color: white; } i:before { transition: color 0.3s ease; } i:hover:before { color: white; } a.active i.icon-anchor-right { transform: rotate(90deg); transition: transform 0.3s ease; } .ui-datatable thead th { font-size: 14px; color: #353535; border-bottom: 1px solid #e5e5e5 !important; border-top: 1px solid #e5e5e5 !important; text-align: left; font-weight: 600; } .ui-cell-data { color: #353535 ; font-weight: normal ; font-size: 13px; } thead th { background: #fafafa; } .ui-datatable .ui-datatable-data>tr>td, .ui-datatable .ui-datatable-thead>tr>th{ border-style: none; padding: 3px 11.9px !important; word-wrap: break-word; } .ui-datatable-thead>tr>th:first-child { border-left: 1px solid #d6d6d6; } .ui-datatable-thead>tr>th:last-child { border-right: 1px solid #d6d6d6; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li a { color: #333; width: 100%; font-size: 13px; } .ui-tabview.ui-tabview-top>.ui-tabview-nav li { margin-bottom: 0; } tr > td:not(:first-child) .ui-cell-data { color: #969696; } #legend div { display: flex; align-items: center; } #legend div:not(:last-of-type) { margin-bottom: 10px; } .gm-style img { width: 16px; height: 16px; margin-right: 10px; } .ui-dialog { transition: top 0.3s ease; } .confirm-dialog > .ui-confirmdialog{ width: 30em !important; height: auto !important; } .expanded+main layout-header { width: calc(100% - 260px); } /*.container { overflow-y: hidden; }*/ .dash-mask { background: rgba(0,0,0,0.55); position: absolute; width: 100vw; height: 100vh; z-index: 99; top: 0; left: 0; right: 0; } .headlineArea { display: flex; justify-content: space-between; margin-bottom: 0rem; padding: 0px 15px; /* New CSS */ } .page_header.withoutband { width: auto; margin-bottom: 0; background: transparent; padding: 0; font-weight: bold; /* New CSS */ color: #353535; /* New CSS */ font-size: 19px; /* New CSS */ } .headlineArea button { background: #008bf3 ; border-color: #008bf3 ; padding: 8px 11px; font-size: 12px; text-transform: uppercase; color: #fff; } input { padding: 0px 0px 0px 12px; height: 28px; font-size: 12px; border-radius: 3px !important; border: 1px solid #cfcfcf; color: #37474f; height: 30px; background: transparent; } .input-element .form-group{ margin-bottom: 6px; height: 75px; } .form-group { display: flex; flex-direction: column; width: 100%; line-height: 1.5384616; margin-bottom: 1rem; } .form-group.required label:after { content: '*'; color: red; } @media all and (min-width: 768px) { .form-group { margin-bottom: 6px; flex: 1 1 33%; width: 100%; } .form-group:not(:nth-last-of-type(1)) { margin-right: 0.8em; } } .form-group.inline-me { flex-direction: row; align-items: center; margin-top: 20px; } .form-group.inline-me label { font-size: 16px; } .form-group.has-error input { border-color: red; } .form-group.has-error label { color: red; } label { /*margin-bottom: 4px;*/ color: #37474f; font-weight: bold; font-size: 14px; word-break: break-word; } .inputWrapper { display: flex; flex-direction: column; /*margin-bottom: 1rem;*/ } @media all and (min-width: 768px) { .inputWrapper { flex-direction: row; align-items: center; margin-bottom: 6px; } .inputWrapper1{ flex-direction: column !important; } } .inputWrapper .product-field:last-child { margin-right: 0px !important; } .ao-modal { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 100vh; } .icon-spinner4:before { content: "\eb53"; } .spinner { animation: rotation 1s linear infinite; } @keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .inline-loader { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.5); display: flex; align-items: center; justify-content: center; z-index: 9999; } .inline-loader .msg { padding: 10px 15px; margin: 0px; text-align: center; color: rgb(255, 255, 255); border: 0px; background-color: rgb(51, 51, 51); cursor: wait; border-radius: 2px; display: flex; justify-content: space-between; align-items: center; } .inline-loader .msg i { margin-right: 10px; } .inline-loader .msg i:before { color: white; } section.content > .container { min-height: calc(100vh - 50px); position: relative; } @keyframes test { 100% { transform: translateY(0vh); } } .errorMsgBox { border: 1px solid #e0e0e0; max-width: 300px; font-size: 0.85rem; padding: 0.5rem; margin-bottom: 2rem; } .errorMsgBox p { margin: 0; } .errorMsgBox p:first-child { margin-bottom: 1rem; } .caret:after { content: '\e9c5'; font-family: 'icomoon'; display: block; font-size: 16px; width: 16px; line-height: 1; -webkit-font-smoothing: antialiased; } .glyphicon-search:before { content: "\e003"; } .icon-search4:before { content: "\e98e"; } .glyphicon-repeat:before { content: "\e030"; } .ui-calendar { width: 100%; display: block; } .ui-inputtext { width: 100%; padding-left: 12px; } .p-overlaypanel { position: absolute; width: 342px; left: 0; top: 0px; z-index: 99; } .ui-overlaypanel { padding: 0; margin: 0; position: absolute; left: 0 !important; top: 0 !important; right: 0 !important; bottom: 0 !important; } .page_header.flex { display: flex; justify-content: space-between; } .page_header.flex button.close { opacity: 1; width: 20px; height: 20px; border-radius: 100%; overflow: hidden; background-image: url('assets/cross-sm.png'); background-repeat: no-repeat; background-position: center center; background: #D84315; border: 1px solid #fff ; display: flex; align-items: center; justify-content: center; padding: 0; margin: 0; cursor: pointer; color: #fff ; } .page_header.flex button.close span { font-size: 1rem; font-weight: 300; display: block; width: 100%; height: 100%; } tr.ui-widget-content td:first-of-type span.ui-cell-data:hover { text-decoration: underline; } /*.ui-widget-content */ .ui-datepicker { background: white; } .fa-angle-right:before, .fa-angle-left:before { color: #333333; } .ui-datepicker-other-month.ui-state-disabled a { color: #cfcfcf; } .ui-datepicker td a { text-align: center; } #adv-search-btn, #adv-reset-btn { display: inline-flex; } #adv-search-btn span, #adv-reset-btn span { margin-right: 5px; } /* New CSS */ body .ui-splitbutton.ui-buttonset .ui-button { color: #ffffff; background-color: #008bf3; border: 1px solid transparent; padding-bottom: 5px; padding-top: 5px; margin-bottom: 4px; } .ui-corner-left{ border-top-left-radius: 0.25em; border-bottom-left-radius: 0.25em; } body .ui-splitbutton.ui-buttonset .ui-button.ui-splitbutton-menubutton { -moz-border-radius-topright: 0.25em; -webkit-border-top-right-radius: 0.25em; border-top-right-radius: 0.25em; -moz-border-radius-bottomright: 0.25em; -webkit-border-bottom-right-radius: 0.25em; border-bottom-right-radius: 0.25em; } body .ui-splitbutton.ui-buttonset .ui-button.ui-splitbutton-menubutton .fa { margin-left: -.65em; } body .ui-splitbutton.ui-buttonset .ui-button:hover { background-color: #0267bf; color: #ffffff; } body .ui-splitbutton.ui-buttonset .ui-button.ui-state-focus { background-color: #0267bf; color: #ffffff; } body .ui-splitbutton.ui-buttonset .ui-button.ui-state-active { background-color: #025aa5; color: #ffffff; } /* .ui-menuitem.ui-widget .ui-corner-all{ border-top: 1px solid #ccc; } */ .ui-menu.ui-menu-dynamic{ background-color: #fff; padding: 2px 0px; border: 1px solid #ccc; border-radius: 0.25em; width: 8.5em !important; /*left: 0px;*/ } /*.ui-widget-header{ padding: 4px 0px !important; margin: 0px 0px 10px 0px; }*/ .container { padding: 16px 10px !important; } .ui-paginator{ padding: 6px !important; margin-top: 50px; } .ui-paginator .ui-dropdown{ width:60px !important; } .ui-paginator-element{ color: #878787; } :focus, .ui-state-focus{ border:1px solid #4d4d4d !important; } .ui-paginator-element:hover, .ui-paginator-element:focus{ color: #0275d8; font-weight: bolder; } a.ui-paginator-page.ui-paginator-element.ui-state-default.ui-corner-all.ui-state-active { color: #0275d8; font-weight: bold; } .ui-paginator a.ui-state-disabled { color: #ccc; } .number-of-pages{ margin-left: 10px; margin-top: -70px; position: absolute; color: #969696; font-size: 14px; } .ui-cell-data span{ text-decoration: none !important; } .ui-menuitem-link{ color: #353535; } .headlineArea { display: -webkit-box; } .user-group{ margin-bottom: 10px; padding-left: calc(100% - 65px); } .image-upload > table{ width: 100% !important; border-collapse: separate; border-spacing: 15px 0px; } .image-upload >input{ padding: 4px; } /*Dashboard*/ .hide{ display: none; } .show{ display: block; } .dash{ margin-top: 40px; border: 1px solid; border-radius: 3px; border-color: #ccc; padding-bottom: 10px; margin-bottom: -20px; } .box-body { padding-left: 10px; font-size: 14px; } .dash_menu{ color: #333333; cursor: pointer; float: right; border: none; font-size: 25px; font-weight: bold; display: none; } .dash_menu_list{ border: 1px solid #ccc; float: right; padding: 10px; background: #fff; margin-top: -22px; } .dash_title:hover .dash_menu{ display: block; } .options{ float: right; } #expand { height: auto; overflow: hidden; } .min { height:0 !important; } .max{ height: auto !important; } .gadget-layout >div { width: 80% !important; } .gadget >div { height: auto !important; width: auto !important ; } .gadget-dashboard{ padding-bottom: 12px; padding-left: 20px; } ul.gadget-dashboard li{ display: inline-block; margin-right: 20px; } ul.gadget-dashboard > li:nth-child(2){ width: 61%; margin-right: 0px; vertical-align: top; } .dashboard-page{ margin-top: 34px; } /*.margin-adjust svg.nvd3-svg { padding-left: 25px; }*/ @media all and (max-width:1024px) and (min-width:768px){ ul.gadget-dashboard > li:nth-child(2){ width: 56%; } .gadget >div { margin: 9.5%; } } .add-gadget-div{ position: fixed; background: white; width: calc(100% - 56px); height: 45px; z-index: 100; top: 50px; margin-left: -10px; } .expanded+main .add-gadget-div{ width: calc(100% - 260px); } @media all and (max-width:767px){ .add-gadget-div{ width: 100%; } } ul.gadget-dashboard > li:last-child{ float: right; margin-right: 0px; } ul.gadget-dashboard li >h3{ margin: 0px; background-color: #fff; font-size: 16px; } ul.layout-dashboard li{ display: inline-block; margin-right: 10px; border: 1px solid #ccc; padding: 8px; } ul.layout-dashboard li > img{ height: 60px; width: 125px; } .width-100 >div{ width: 100%; } .width-50-50 > div{ width: 49%; } .width-30-70 >div:nth-child(odd){ width: 29%; } .width-30-70 >div:nth-child(even){ width: 69%; } .width-70-30 > div:nth-child(even){ width: 29%; } .width-70-30 > div:nth-child(odd){ width: 69%; } .width-33 > div{ width: 32%; } .container1{ display: inline-block; /*margin-right: 0.5%;*/ } .parent > div:not(:first-child){ float: right; } .drag-gadget{ /*border: 1px dashed black;*/ text-align: center; min-height: 100px; border-radius: 3px; } /* Login CSS */ .login{ font-weight: 400; line-height: 1.5384616; letter-spacing: -0.015em; } .btn.btn-info{ border-width: 1px; margin-top: 0px; border-radius: 3px; box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset; } .help{ list-style: disc; display: list-item; } .error-list{ margin-bottom: -10px; font-size: 12px; margin-left: 32px; color: #D84315; } .map{ margin-bottom: 0px; } .ng-dirty.ng-invalid input.ng-dirty.ng-invalid { border: 1px solid #D84315; } textarea.ng-dirty.ng-invalid { border: 1px solid #D84315; } .ng-dirty.ng-invalid input.ng-dirty.ng-invalid .attr-comp{ font-weight: bold; color: #D84315; } .permission-list-div{ padding-bottom: 10px; } .help>p{ margin: 0px; } p-multiselect.ng-dirty.ng-invalid .ui-multiselect.ui-widget.ui-state-default.ui-corner-all { border: 1px solid #D84315; } /* Forgot Password */ .forgot-password{ margin-bottom: 10px !important; font-weight: 400; font-size: 26px; } .fp-message{ font-size: 14px; margin: 0 0 10px; line-height: 1.53; color: #333333; } .fp-login{ text-transform: uppercase; font-size: 16px !important; margin-bottom: 10px !important; letter-spacing: 0.02em; } span.ui-column-title { font-weight: bold; letter-spacing: 1px; } .attribute-dialog{ width: 600px; margin-left: auto; margin-right: auto; } body .ui-datatable thead th.ui-sortable-column:not(.ui-state-active):hover { background: #d3d5d8; border-color: #d9d9d9; } body .ui-datatable thead th.ui-sortable-column:not(.ui-state-active):hover label.ui-dropdown-label.ui-inputtext.ui-corner-all{ border-color: #000; } body .ui-datatable thead th.ui-sortable-column:not(.ui-state-active):hover .ui-column-filter{ border-color: #000; } body .ui-datatable thead th.ui-sortable-column.ui-state-active{ background: #434343; color: #ffffff; } body .ui-datatable thead th.ui-sortable-column.ui-state-active label.ui-dropdown-label.ui-inputtext.ui-corner-all{ border-color: #fff; color: #fff; } body .ui-datatable thead th.ui-sortable-column.ui-state-active .ui-dropdown-panel .ui-dropdown-item{ color: #000; } label.ui-dropdown-label.ui-inputtext.ui-corner-all:hover { border-color: #000; } body .ui-datatable thead th.ui-sortable-column.ui-state-active .ui-dropdown-item.ui-corner-all .ui-state-highlight{ overflow: visible; } [_nghost-c3]{ padding-top: 1px !important; } .logoWrapper{ padding-left: 15px !important; background-image: url(/assets/logo-sm.png); background-repeat: no-repeat; background-position: center; } .expanded .logoWrapper{ background-image:none; padding-top: 5px; padding-left: 10px !important; } .logoWrapper img{ display: none; } .expanded .logoWrapper img{ display: block; } .largeScreenWrapper{ margin-left: -7px; } .close{ cursor: pointer; } .ui-datatable .ui-datatable-thead>tr>th{ overflow:visible; padding: 6px 11.9px !important; } @-moz-document url-prefix() { .page_header.flex button.close span { margin-top: -4px; } } .add-more{ float: right; /*width: 8%;*/ margin-top: 5px; cursor: pointer; background-color: #008bf3; color: #fff; padding: 0px 12px; height: 32px !important; text-transform: uppercase; } @-moz-document url-prefix(){ .add-more{ background-color: #008bf3 !important; } .add-more:hover{ color: #fff; background-color: #0267bf !important; } .add-more:focus { background-color: #0267bf; } .add-more:focus, .add-more:active:focus { box-shadow: 0 0 4px 2px #b76718 !important; } } .add-more:hover{ color: #fff; background-color: #0267bf; } .add-more:focus, .add-more:active:focus { box-shadow: 0 0 4px 2px #b76718 !important; } @media only screen and (max-width: 767px){ .logoWrapper img{ display: block; } .logoWrapper{ background: none; } .primaryBar{ padding: 5px 20px 0 0 !important; } } i.fa.fa-search:hover:before{ color: #0267bf !important; } i.fa.fa-search{ margin-top: 27px; margin-left: -40px; } .fa-fw{ top: 46% !important; margin-left: -4px !important; /*margin-top: 0.48em !important;*/ } @media all and (max-width:800px){ .fa-fw{ margin-left: 0px !important; } .ui-dropdown .ui-dropdown-trigger .fa{ margin-top: 0.5em !important; } } .fa.fa-fw.fa-calendar { margin-left: -.6em !important; } .color{ color: #D84315; } .ui-dropdown .ui-dropdown-trigger{ text-align: right; margin-right: 6px; } @media only screen and (min-width:768px){ .product-field{ display: inline-block; width: 100%; margin-right: 1% !important; flex-direction: column !important; } } .product-field{ margin-top: 10px; } .product-field >.product-margin >form >div { margin-bottom: -15px !important; } .ui-button-text-icon-left .ui-button-text{ padding: 0.25em 0.5em .25em 1.5em; margin-top: -2px; } .ui-dropdown-label.ui-inputtext.ui-corner-all{ padding: 0.37rem 1.5rem 0.37rem 0.5rem !important; } .cancel{ cursor: pointer; } .ui-dropdown-panel{ border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; position: relative !important; top: 0px !important; } .panel .ng-untouched, .panel .ng-pristine, .panel .ng-valid{ padding-right: 20px; margin-top: 8px; } .ui-chkbox .ui-widget{ border: 1px solid black; font-size: 11px; } .permission-list{ display: inline-block; padding-left: 50px; } .permission-list-label{ display: inline-block; width: 16%; } @media all and (max-width:767px){ .permission-list-label{ width: 100%; } .buttonWrapper{ padding-right: 0px !important; } } .buttonWrapper-dialog{ padding-right: 0px !important; position: relative; float: initial !important; } .permission-list-label > label , .module-name{ font-size: 16px; text-transform: capitalize; } .buttonWrapper{ padding-top: 10px; padding-bottom: 10px; padding-right: 32px; float: right; } .btn-wrapper { width:100%; background-color: #e5eaee; position: fixed; bottom: 0; right: 0; left: 0; z-index: 100; height: 50px; } .expanded+main .btn-wrapper{ width: calc(100vw - 260px); margin-left: 260px; } @media all and (min-width:768px){ .btn-wrapper{ width: calc(100vw - 56px); margin-left: 56px; } } .validation-message{ display: inline-block; float: right; margin-top: 6px; } p.image-validation-message { font-size: 12px; color: #D84315; margin: 0px; margin-bottom: -14px; } .category{ margin-top: 6px; } .add-form{ padding: 1rem; position: relative; } .buttonWrapper > button.save{ min-width: 50px !important; max-width: 100px !important; line-height: 0px; } .buttonWrapper > button.cancel{ background-color: #fcfcfc !important; border-color: #fcfcfc !important; color: #333333 !important; } button.cancel:enabled:hover { background-color: #fcfcfc !important; } .permission-form{ margin-top: 5%; } .page-not-found{ text-align: center; margin-top: 10%; } .ui-button-text.ui-unselectable-text{ padding: .25em 0.5em .25em 3em !important; font-size: 14px; } .ng2-tag-input-field{ font-size: 12px !important; padding: 8px !important; } .buttonWrapper > button{ font-size: 12px !important; padding: 8px 11px !important; } button:focus, button:active:focus{ box-shadow: 0 0 4px 2px #b76718 !important; } .tags-field{ padding-top: 0px !important; } .profile-group > div{ padding-bottom: 1em !important; } .profile-group > div > div{ margin-bottom: 0px; } .disable .ui-button-text.ui-unselectable-text{ opacity: 0.4; } .ui-multiselect-panel{ background-color: #fff; } .ui-multiselect{ border: 1px solid #cfcfcf; display: block; /*margin-top: 6px;*/ border-radius: 3px; height: 30px !important; } .ui-multiselect .ui-multiselect-label{ font-size: 12px; line-height: 21px; color: #37474f; font-weight: normal; padding-left: 12px; } .ui-multiselect-header .ui-inputtext{ padding: .125em .125em .125em 2.25em !important; } .ui-multiselect-header .ui-multiselect-filter-container .fa{ font-size: 14px; margin-top: -6px; left: 0.8em; } .ui-multiselect-header .ui-multiselect-filter-container{ width: 93% !important; } @media all and (max-width:1024px){ .ui-multiselect-header .ui-multiselect-filter-container{ width: 90% !important; } } @media all and (max-width:767px){ .ui-multiselect{ width: 100% !important; } } /* Location */ .user-location{ width:50%; float:left; } .agm-map-container-inner{ margin-top: -58px; } .locate-map > agm-map >.agm-map-container-inner.sebm-google-map-container-inner { margin-left: 32px; } .user-location-address{ display: inline-block; width: 48%; margin-top: 15px; } .location-width{ width: 100%; } .location-map{ height: 390px !important; width: 100%; float: left; margin-left: -17px; } .use-map{ margin-bottom: 50px; padding-left: 25px; width: 50%; float: right; margin-top: 0px; font-size: 14px; } .location-search{ padding: 0px; margin-bottom: 25px; width: 50%; display: inline; background: url(./assets/search.png); } .locate-map{ float: right; width: 50%; } .ui-dialog-mask{ background: rgba(0,0,0,0.6); } .location-points{ width: 30%; display: inline-block; } .location-points > input{ background: #fff; } .location-points-div{ width: 100%; background: #eaf0f4; padding-left: 5%; border-radius: 3px; } @media all and (max-width:1024px){ .user-location{ width: 100%; } .user-location-address{ width: 48.5%; } .use-map{ float: left; padding-left: 0px; margin-top: 20px; margin-bottom: 70px; } .locate-map{ width: 100%; margin-left: -14px; float: left; } } @media all and (max-width:767px){ .form-group:not(:nth-last-of-type(1)){ margin-right: 1%; } } /*Floors*/ .ui-dialog{ background-color: #fff; height: auto !important; border-radius: 3px; /*top: 65px !important;*/ } .ui-dialog .ui-dialog-titlebar{ background-color: #d7e2e9; padding: 9px 13px; color: #333333; font-size: 18px; font-weight: bold; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .ui-fluid .ui-button-text-icon-left .ui-button-text{ padding-left: 2em; } .ui-dialog .ui-dialog-titlebar-close{ color: #008bf3; } .ui-dialog .ui-dialog-titlebar-close:hover{ color: #0267bf; } .save > .ui-button-text.ui-c{ line-height: 9px; padding: 3px 2px 3px 16px; } .sys-defined{ margin-left: 10px; color: #bbb; font-size: 14px; margin-top: -30px; position: absolute; } .things > div{ width: 100% !important; } .floormap > div{ height: 560px !important; } /* Userpool */ .cog-container { box-sizing: border-box; width: 95%; margin: 0 auto; } .cog-container-contents { margin: 0 auto; max-width: 1200px; } .cog-card--variant--condensed { margin: 14px 0; padding: 30px; padding: 10px; margin: 10px 0; } .cog-card, .cog-card--variant--condensed { background: #f5f7f7; box-sizing: border-box; box-shadow: 1px 1px 3px 1px rgba(0,0,0,.1); border-radius: 1px; float: left; position: relative; width: 100%; } .cog-list { font-size: 14px; list-style: none; padding: 0; margin: 0; } .cog-list li { line-height: 30px; word-break: break-all; } .cog-list li div:first-child { vertical-align: top; } @media all and (min-width:768px) and (max-width:900px){ .cog-list li div:first-child{ width: 26.5%; text-align: left; display: inline-block; } .cog-list li div:last-child{ width: 72%; } } @media all and (min-width:900px){ .cog-list li div:first-child{ width: 23.5%; padding-left: 10px; text-align: left; display: inline-block; } .cog-list li div:last-child{ width: 75%; } } .cog-list li div:last-child { display: inline-block; padding-left: 10px; } .audit{ width: 80% !important; } @media all and (min-width:768px){ .audit-list li div:first-child{ width: 35%; padding-left: 13%; } .audit-list li div:last-child{ width: 55%; } } .cog-card--variant--condensed:last-child { margin-bottom: 55px; } .message-textarea, .email-subject{ margin-bottom: 15px; } .message-textarea label{ display: block; font-weight: 700; margin-bottom: 4px; } .message-textarea textarea{ border: 1px solid #8d9496; border-radius: 1px; box-sizing: border-box; display: block; font-size: 14px; font-family: Helvetica Neue,Roboto,Arial,sans-serif; height: 80px; line-height: 18px; max-width: 100%; padding: 7px 10px; width: 100%; } .email-subject input { font-size: 14px; line-height: 18px; padding: 7px 10px; border: 1px solid #8d9496; border-radius: 1px; box-sizing: border-box; display: block; font-family: Helvetica Neue,Roboto,Arial,sans-serif; width: 100%; } .userpool-pass-str{ font-size: 20px; line-height: 26px; margin-top: 20px; margin-bottom: 6px; } .cog-form-area { margin: 0 1em; } input:read-only{ opacity: 0.5; } .avatar{ cursor: pointer; } .ui-dropdown-item.ui-corner-all{ font-size: 12px; } .disable .fa { opacity: 0.4; background-color: #efeded; } span.ng2-tag-input-remove { font-size: 15px !important; height: 20px !important; width: 20px !important; line-height: 19px !important; margin-right: -10px !important; } rl-tag-input-item { font-size: 12px !important; height: 24px !important; line-height: 25px !important; } @media all and (max-width:767px){ .cog-container{ width: 99%; } .cog-list li{ text-align: center; } .cog-list strong{ text-align: center; width: 100%; } .cog-card--variant--condensed{ padding: 0px; } } /* Absolute Center Spinner */ .loading { position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; } /* Transparent Overlay */ .loading:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); } .main-loader:before{ background-color:rgba(255,255,255,0.1) !important; } /* :not(:required) hides these rules from IE9 and below */ .loading:not(:required) { /* hide "loading..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .loading:not(:required):after { content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; } /* Animation */ @-webkit-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } .status-detail { border-radius: 20px; color: #fff; display: none; font-size: 12px; font-weight: bold; letter-spacing: 1px; margin-left: -1px; opacity: 0; padding: 0 12px; transition: all 0.5s ease 0s; vertical-align: 0; padding-bottom: 3px; } .status-detail.show { animation: 0.5s linear 0s normal forwards 1 running fadeIn; display: inline-block !important; } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .status-detail.open { background-color: #4b4c85; } .status-detail.intransit { background-color: #7496c4; } .status-detail.shipped { background-color: #7496c4; } .status-detail.softshipped { background-color: #7496c4; } .status-detail.partial { background-color: #017aff; } .status-detail.partialshipped { background-color: #017aff; } .status-detail.partialdelivered { background-color: #4caf50; } .status-detail.softdelivered { background-color: #4caf50; } .status-detail.delivered { background-color: #4caf50; } .status-detail.canceled { background-color: #e74c3c; } .status-detail.closed { background-color: #e67e22; } .status-detail.draft { background-color: #a851e2; } .status-detail.submitted { background-color: #f1c40f; } .status-detail.scheduled { background-color: #bdcec7 ; } .input-field{ padding: 0px 0px 0px 12px; height: 28px; border-radius: 3px !important; border: 1px solid #cfcfcf; color: #37474f; height: 30px; background: transparent; font-size: 14px; line-height: 26px; } .ui-widget-overlay.ui-dialog-mask{ z-index: 10 !important; } @media all and (min-width:768px){ .location-category{ width: 49.35% !important; } } /*.rl-tag-input-autocomplete-container{ overflow: scroll; height: 200px; width: 200px; }*/ rl-tag-input-autocomplete{ top: 0px !important; } #description{ font-family: inherit; font-size: 12px; border-color: #ccc; padding: 7px 0px 0px 12px; font-size: 12px; /*border-radius: 3px !important; border: 1px solid #cfcfcf;*/ color: #37474f; } .user-list .ui-tabview-panel{ border: none !important; } .group-user-list{ font-size: 13px; text-align: center; } .ui-growl-item{ margin-top: 35px; } .hint-text{ display: block; position: absolute; box-sizing: border-box; z-index: 1; background: #fff; width: 70%; border: 1px solid #cfcfcf; border-radius: 3px; padding: 10px; /*text-align: justify;*/ font-size: 13px; font-weight: normal; } .dashboard-hints{ width: 17%; margin-left: -8%; font-size: 13px; z-index: 1000; text-align: left; line-height: 1.5384616; letter-spacing: 0.3px; /*margin-right: 1%;*/ background-color: #333; color: #fff; opacity: 0.9; box-shadow: 2px 3px 4px #ccc; padding: 15px 14px; border-radius: 3px; position: absolute; } .assigned-groups{ width: auto; margin-left: 7%; } .precedence-icon{ cursor: pointer; margin-left: 8px; height: 13px; width: 13px; } .ui-datatable-scrollable-wrapper{ border-bottom: 1px solid #cfcfcf; } .server-error div{ padding: 8px; } .server-error{ color: #D84315; font-size: 12px; list-style-type: disc; margin: 10px; margin-left: 18px; padding-left: 20px; border: 1px solid #D84315; border-radius: 3px; width: fit-content; max-height: 63px; overflow: auto; } .time-zone-user > div { width: 100% !important; position: relative !important; } /* Image upload */ .fa-close:active { color: #d84315; } .fa-close { color: #000; } ul.image-upload-list { padding-left: 0px; } ul.image-upload-list li { display: inline-block; margin: 10px 15px; /*border: 1px solid #cfcfcf; padding: 10px 11px;*/ text-align: center; } .image-upload button{ cursor: pointer; float: right; background: #fff; font-weight: bold; color: #575757; font-size: 12px; border-radius: 100%; border: 1px solid #575757; position: absolute; margin-top: 5px; margin-left: 40px; } .caption-overflow { height: 17px; border-bottom: none; } .image-upload td{ border: none; } .help-block >p{ margin: 0px; list-style: none; font-size: 12px; color: #D84315; } .ui-button.ui-state-focus{ border: none !important; /*font-weight: bold;*/ } .add-more-btn > div { padding-bottom: 2.6em !important; } @media all and (min-width:768px){ .country-code .inputWrapper .form-group > p-dropdown > div { width: 100% !important; margin-top: 4px; } .country-code .inputWrapper .form-group:first-child, .country-code .inputWrapper .form-group:nth-child(3) { position: relative; max-width: 130px; margin-top: -31px; } .country-code .inputWrapper .form-group:nth-child(2), .country-code .inputWrapper .form-group:nth-child(4){ margin-bottom: 9px; margin-top: 5px; } } @media all and (min-width:768px) and (max-width:900px){ .title-width .form-group:first-child{ max-width: 15%; } .title-width .form-group:nth-child(2){ max-width: 32%; } } @media all and (min-width:901px){ .title-width .form-group:first-child{ max-width: 12.7%; } .title-width .form-group:nth-child(2){ max-width: 35.5%; } } .increment-textbox > input{ width: 100%; } .group-description{ border: 1px solid #ccc; border-radius: 3px; } .permission-server-error > ul{ margin-top: 0px; margin-left: 0px; } /*.product-field p-dropdown >div { margin-top: 6px; }*/ .tab-dialog > div .ui-dialog-content.ui-widget-content{ overflow: visible; } #attributeType > div{ width: 84% !important; margin-top: 0px; } .modalDropDown > div{ width: 84% !important; margin-top: 0px; } .tab-dialog > div { height: 400px !important; z-index: 100 !important; } /* Dashboard */ .akwa-dashboard { text-align: center; font-size: 72px; color: #434343; font-family: sans-serif; margin-top: 12%; } .coming-soon{ text-align: center; font-size: 50px; color: #242424; } .no-underline-listing tbody tr > td:first-child span { text-decoration: none !important; color: #969696; } .no-underline-listing thead > tr th { background: #d7d7d7; } .no-underline-listing tbody tr{ background: #eeecec; } .no-underline-listing tbody tr:hover { background: #e7e7e7; } .tab-error-1 ul li:nth-child(1) > a >span { color: #D84315; } .tab-error-1 .ui-tabview-nav li.ui-tabview-selected:nth-child(1) a{ border-top: 1.2px solid #D84315 !important; } .tab-error-2 ul li:nth-child(2) > a >span { color: #D84315; } .tab-error-2 .ui-tabview-nav li.ui-tabview-selected:nth-child(2) a{ border-top: 1.2px solid #D84315 !important; } .tab-error-3 ul li:nth-child(3) > a >span { color: #D84315; } .tab-error-3 .ui-tabview-nav li.ui-tabview-selected:nth-child(3) a{ border-top: 1.2px solid #D84315 !important; } .tab-error-4 ul li:nth-child(4) > a >span { color: #D84315; } .tab-error-4 .ui-tabview-nav li.ui-tabview-selected:nth-child(4) a{ border-top: 1.2px solid #D84315 !important; } @media all and (max-width:767px){ .add-more-name{ display: inline-block; margin-bottom: 6px !important; } .add-more-name > p-dropdown >div { position: absolute !important; } } .tab-dialog .buttonWrapper { padding-right: 0px; } .ui-datatable-emptymessage{ font-size: 13px; padding: 6px 11.9px !important; } /* audit trail screen */ .audit-trail{ padding: 1rem; } .audit-trail section{ width: 50%; margin-left: 21%; background: #eee; padding: 7px; padding-top: 10px; } .audit-trail .form-group{ flex-direction: row; } .audit-trail label{ width: 50%; display: inline-block; text-align: right; padding-right: 12px; } .audit-trail .form-group div{ display: inline-block; font-size: 13px; border: 1px solid #cfcfcf; width: 50%; padding-left: 10px; } .assign-carrier p-dropdown > div { position: relative !important; width: 100% !important; } ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } ::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey; border-radius: 3px; } .ui-widget{ font-family: inherit !important; } /* Calendar */ .ui-datepicker-today .ui-state-highlight { background-color: #d6d6d6; color: #212121; } .ui-datepicker-current-day .ui-state-active { background-color: #186ba0; color: #ffffff; } .ui-datepicker.ui-widget { margin-top: 30px; } .search-dropdown > div{ width: 100% !important; color: #fff; background: #1b2328; } .search-dropdown .ui-dropdown .ui-dropdown-label { color: #fff; font-size: 12px; } .search-calendar > .ui-calendar { padding-right: 27px; margin-top: 5px; } .from-date >span { margin-top: 0px !important; } /*.search-calendar .ui-button-icon-only .fa{ left: 38% !important; }*/ .search-calendar .ui-datepicker.ui-widget{ margin-top: 0px !important; } .leaflet-top, .leaflet-bottom{ z-index: 999 !important; } .search-drop >div{ width: 88.5% !important; } .search-button i.fa.fa-search:before, .search-btn i.fa.fa-search:before, .search-button i.fa.fa-search:hover:before, .search-btn i.fa.fa-search:hover:before { color: #fff !important; } .search-button i.fa.fa-repeat:before,.search-button i.fa.fa-repeat:hover:before{ color: #333 !important; } .ui-inputgroup i.fa.fa-search{ margin: 0px; margin-left: 10px; margin-top: 7px; position: absolute; font-size: 15px; } .ui-inputgroup i.fa.fa-search:before{ color: #434343 !important; } .order-form{ border-top: 1px solid #ddd; } .search-dropdown-content { padding: 20px; } .search-button button { margin-top: 15px; height: 32px; padding: 0px 11px; text-transform: uppercase; font-size: 12px; color: #333; border-radius: 3px; border: 1px solid #ddd; } .search-button .search { background: #008bf3 !important; border-color: #008bf3 !important; color: #fff !important; } .search-button .reset { background: #fcfcfc !important; } .search-dropdown-content .ui-button-text.ui-unselectable-text { padding-left: 0px !important; } /* Dashboard */ .dashboard-headline{ padding: 4px 13px; background: #d7e2e9; border-top-right-radius: 3px; border-top-left-radius: 3px; } .dashboard-headline h3 { margin: 0px; font-size: 18px; font-weight: bold; padding: 2px 10px; margin: 2px 0px; display: inline-block; /* line-height: 54px; */ } .dashboard-headline button { float: right; background: none; border: none; cursor: pointer; margin-top: 5px; } .dashboard-map{ max-height:557px; padding-top: .3em; border: 1px solid #ccc; border-top: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .full-width, .left-column, .right-column{ margin-bottom: 15px; } .dashboard-container{ min-height: 320px; border: 1px solid #ccc; border-top: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .left-column { width: 49.8%; display: inline-block; padding-right: 9px; } .right-column { width: 49.8%; /*display: inline-block;*/ float: right; padding-left: 9px; } @media all and (max-width:1199px){ .left-column, .right-column{ width: 100%; padding-right: 0px; } .right-column{ width: 100%; padding-left: 0px; } } .order-action .ui-splitbutton.ui-buttonset .ui-button{ padding: 5px 0px; } .ui-menu.ui-menu-dynamic { left: -7px !important; font-size: 12px; } .shipment-action .ui-menu.ui-menu-dynamic { left: -42px !important; width: auto !important; padding: 5px 9px; } .nvtooltip table{ width: auto; } .nvtooltip table td,.nvtooltip table tr,.nvtooltip table tbody{ border: none; background: none !important; } .shipment-map > div{ height: auto !important; } .ui-dialog .ui-dialog-content{ height: auto !important; max-height: 82vh; overflow: auto; } .shipment-map .buttonWrapper{ margin-top: 0px !important; padding-right: 0px !important; } .shipment-map .ui-dialog-footer{ padding: 7px !important; } #recipientMobileCode > div{ width: 84% !important; } .dialog-wrapper > .buttonWrapper{ margin-top: 1em !important; } .deliver .ui-dialog-content.ui-widget-content { max-height: 451px !important; } .map-legend .info.legend.leaflet-control { background: #fff; padding: 8px 11px; border: 2px solid rgba(0,0,0,0.2); border-radius: 3px; /*width: 170px;*/ line-height: 1.15em; opacity: 0.9; box-shadow: 0 0 8px rgba(0,0,0,0.5); } .info.legend.leaflet-control img{ width: 20px; height: 20px; /*margin-bottom: 5px;*/ } .info.legend.leaflet-control span{ margin-left: 8px; vertical-align: super; } .map-legend > button { margin-bottom: 6px; padding: 4px 6px; background: #747474 !important; border: 1px solid #747474 !important; } /*shipment notes*/ .shipment-notes > .left{ width: 25%; position: absolute; } .shipment-notes > .left > img{ display: block; margin-left: auto; margin-right: auto; border-radius: 50%; width: 25px; height: 25px; } .shipment-notes > .left > time{ margin-left: auto; margin-right: auto; font-size: 12px; color: #999; text-align: center; width: 100%; font-weight: 400; line-height: 1.666667; } .shipment-notes > .right{ width: 70%; margin-left: 30%; } .right .author { color: #353535; font-size: 16px; font-weight: 600; text-decoration: none; } .right .message, .missingitems { font-size: 13px; color: #333; } .missingitems > b{ font-size: 14px; color: #333; } .custom-comment{ padding: 8px 0px; border-bottom: 1px solid #ddd; } .media-list .custom-comment:nth-child(even){ background-color: #f5f5f5; } .media-list{ padding-left: 0px; } .add-notes-new { border: 1px solid #ccc; padding: 0px 12px 8px 8px; margin-top: 10px; } .add-notes-new > h3{ padding: 5px 10px; font-size: 16px; margin-top: 0px; margin-left: -8px; width: 104%; } .add-notes-new textarea{ border-radius: 0px !important; border: 1px solid #cfcfcf; color: #37474f; padding: 0px 12px; font-size: 14px; font-family: inherit; width: 100%; } .add-notes-new thead > tr{ background: #f5f8fa; } .add-notes-new thead td{ padding: 12px 20px; font-weight: 300; font-size: 14px; } .add-notes-new tbody td{ padding: 15px !important; font-size: 14px; } .shipment-notes{ padding: 5px 12px; font-size: 12px; } .shipment-notes i:before { color: #000 !important; margin-right: 5px; font-size: 16px; } .nvd3 .tick.zero text, .nvd3 .nv-label text, .nvd3 .nv-axis .nv-axisMaxMin text { display: none; } .margin-left svg.nvd3-svg{ padding-left: 20px !important; } .select-shipment { display: inline-block; width: 71%; } .select-shipment .validation-message{ margin-top: -32px !important; } .select-shipment >p-dropdown >div{ height: 32px; margin-top: -15px; margin-left: 16%; } .add-notes-new p-checkbox label { font-size: 12px; } .ui-lightbox-caption{ background: #f5f5f5; } .media.custom-comment .image-upload > p { display: none; } .orchestration tr { cursor: default !important; } .orchestration span.ui-cell-data:hover { text-decoration: none !important; } .add-notes-new + .dialog-wrapper > div { padding-right: 0px; } /*global-search*/ .search-smallscreen .hiddendiv { width: 106% !important; z-index: 1; } .search-smallscreen button.search-btn { width: 6%; position: absolute; right: 4%; margin-right: 0px; } .search-smallscreen img { margin-left: 2% !important; } .search-smallscreen .ui-dropdown { width: 100% !important; } .search-smallscreen .globalsearch-dropdown{ width: 100%; padding: 5px 35px 25px 35px; } .search-smallscreen .globalsearch-dropdown >span{ width: 85%; float: left; } .search-smallscreen .globalsearch-dropdown > span > input{ width: 94% !important; } .inputWrapper.search-dropdown-margin{ margin-top:10px; } @media all and (max-width:767px){ .inputWrapper.search-dropdown-margin{ margin-top:-18px; } } .dashboard-controls .globalsearch-dropdown img:focus { box-shadow: 0 0 4px 2px #b76718 !important; border: none !important; } .dashboard-controls .globalsearch-dropdown> span >button { cursor: pointer; float: right; margin-top: -30px; background: #1b2328; height: 30px; border: 1px solid #1b2328 !important; } .globalsearch-dropdown { position: relative; display: inline-block; width: 367px; } .globalsearch-dropdown >span{ position: absolute; width: 310px; background-color: #1b2328; } .globalsearch-dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; z-index: 1; } .globalsearch-dropdown:hover .globalsearch-dropdown-content { display: block; } .globalsearch-dropdown .search-btn{ float: right; height: 30px; text-align: center; width: 40px; margin-right: 17px; background: #008bf3 !important; border-color: #008bf3 !important; border-radius: 3px; padding: 2px 9px; font-size: 17px; font-weight: bold; cursor: pointer; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; } .globalsearch-dropdown .hiddendiv{ display: none; height: auto; background-color: #fff; width: 350px; margin-top: 30px; position: absolute; border-radius: 3px; padding: 7px 0; color: #333333; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border: 1px solid #ddd; font-size: 13px; max-height: 80vh; overflow: auto; } .show{ display: block !important; } .globalsearch-dropdown img { float: right; cursor: pointer; } @-moz-document url-prefix(){ .globalsearch-dropdown img { margin-top: -1px; } } /*global search*/ /*gadget serach*/ .search-box{ display: none; margin-top: -26px; margin-bottom: 26px; } .gadget-search{ /*display: none;*/ float: left; margin-left: 10px; } .gadget-search .globalsearch-dropdown { position: absolute; } .gadget-search .hiddendiv{ max-height: 320px; width: 368px; margin-left: -40px; } .gadget-search input { background-color: #fff; border: 1px solid #ccc !important; color: #434343 !important; width: 90%; border-bottom-left-radius: 0px !important; border-top-left-radius: 0px !important; } .gadget-search input:focus { border-color: #434343 !important; } .gadget-search > div >span { background-color: #fff; right: 0px; width: 327px; } .dashboard-chart > i.fa.fa-search { float: right; font-size: 20px; margin-top: 0px; margin-right: 11px; } .gadget-search .search-btn { float: left; margin-right: 0px !important; } .gadget-search .search-calendar >.ui-calendar{ padding-right: 0px !important; } .min-btn, .max-btn, #gadget-cancel, .btn-information{ width: 25px; height: 25px; border: 0; border-radius: 3px; background-color: #0087f3; color: #fff; font-weight: 700; font-size: 18px; } .btn-information{ font-weight: normal !important; } .btn-information i:before { color: #fff !important; } .fa-angle-down{ position: absolute; margin-left: -21px; margin-top: 7px; color: #434343 !important; } .dashboard-chart >div.search-container > i.fa.fa-search { margin-top: 6px; margin-left: 10px; font-size: 20px; } .dashboard-chart >div.search-container{ border-bottom: 1px solid #ccc; margin-left: -10px; padding-bottom: 13px; } button.close-icon { /*display: none;*/ position: absolute; margin-left: 377px; height: 30px; width: 30px; font-size: 18px; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; } button.close-icon:hover { background-color: #0087f3; } .close-icon.show { display: inline-block !important; } i.fa-angle-down:hover:before { color: #434343 !important; } /*gadget serach*/ .checkbox-table tr.ui-widget-content td:nth-child(2) span.ui-cell-data:hover { text-decoration: underline; } .no-underline-report tbody tr > td:first-child span { text-decoration: none !important; color: #969696 !important; } .underline-text { color: #353535 !important; } .underline-text:hover{ text-decoration: underline !important; } .disabled{ cursor: not-allowed; background: #eee; text-decoration: none !important; color: #969696 !important; } .disabled-row{ background-color: #f4f4f4; } .disabled-row:hover { background-color: #eee; cursor: no-drop; } .disabled-row .ui-cell-data:hover { text-decoration: none !important; } .disabled-row .ui-cell-data { color: #969696; } .notes-dialog > div{ top: 52px !important; } .ui-multiselect-header .ui-multiselect-close{ right: 0em !important; } .date-dialog { padding: 20px; text-align: center; font-size: 13px; letter-spacing: 1px; color: #37474f; } .date-dialog button.save { padding: 5px 20px !important; margin-top: 20px !important; } .date-dialog-box .ui-dialog .ui-dialog-titlebar{ display: none; } /*configuration*/ .configuration > tr td:last-child{ line-height: 1; padding: 5px !important; padding-bottom: 15px !important; border: none; margin-bottom: 0px; } .configuration > tr{ font-size: 13px; } .configuration > tr td:first-child{ font-size: 13px; vertical-align: top; padding: 3px 5px !important; padding-left: 15px !important; border: 0px; border-top: 1px solid #e5e5e5 !important; } tbody.configuration tr td:last-child > .form-control > .ui-dropdown > label { padding: 9px !important; } .configure table{ text-align: left; /*border: 1px solid #cfcfcf;*/ } .edit-group{ font-size: 13px; border: none !important; } .edit-group th:hover{ background: #d3d5d8; border-color: #d9d9d9; } .edit-group th{ font-size: 14px; padding: 6px 5px !important; padding-left: 15px !important; border: none !important; } .configuration .auto-dropdown > div { margin-top: 6px; /*padding-left: 5px;*/ } .configuration p-dropdown >div { width: 42% !important; margin-left: 5px; } @media all and (max-width:767px){ .configuration p-dropdown >div{ width: 88% !important; } } .fa-circle-o-notch{ display: none; } #isAutoDeliveryMode > div{ margin-left: 5px; } #isAutoShipMode > div { margin-left: 0px; } .config-icon{ float: right; width: 13px; height: 13px; margin-right: 4%; margin-top: 0.8em; } .configuration-hints{ width: 200px; z-index: 1000; line-height: 1.5384616; letter-spacing: 0.3px; background-color: #333; color: #fff; opacity: 0.9; box-shadow: 2px 3px 4px #ccc; padding: 15px 14px; border-radius: 3px; position: absolute; right: 0px; margin-top: 13px; } .leaflet-popup-content > div { margin-right: 30px !important; padding: 5px; background-color: #434343; color: #fff; border-radius: 5px; margin-bottom: 5px; } .leaflet-popup-content > div >div, .leaflet-popup-content > div > strong { color: #efaf05; font-weight: 600; } .sku-sensor-info > div{ padding-bottom: 5px; padding: 5px 12px; font-size: 13px; } .sku-sensor-info > hr{ margin: 0px; border: 0.5px solid #ccc; } .loader, .loading123 { border: 6px solid #f3f3f3; /* Light grey */ border-top: 6px solid #434343; /* Blue */ border-radius: 50%; z-index: 999; height: 2em; width: 2em; animation: spin 1500ms infinite linear; /*animation: spin 2s linear infinite;*/ margin-left:auto; margin-right: auto; } .loading123{ margin-top: 50%; position: absolute; margin-left: 50%; z-index: 1999 !important; } .loading123 .gadget-layout>div{ z-index: 10 !important; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media all and (min-width:768px){ .phone-tab .inputWrapper{ position: relative; width: 50%; } .phone-tab .inputWrapper p-dropdown >div{ width: 28% !important; } .phone-tab .inputWrapper .phone-tab-number{ width: 67% !important; position: absolute; right: 6px; margin-top: 22px; height: 32px; } .phone-tab > div { height: 90px; } .phone-tab .phone-input{ margin-left: -39.5%; } } .configuration .ui-dropdown .ui-dropdown-panel{ z-index: 1000 !important; } .options img:hover { cursor: pointer; } /*.options > div { margin-right: 23px; }*/ .dash .options img { margin-top: -19px; float: right; } .upcoming-widget >span{ width: 30%; display: inline-block; } .upcoming-widget-to>span{ margin-left: 30px; width: 30%; display: inline-block; } .drag-gadget{ text-align: left !important; } .upcoming-widget .ui-datepicker.ui-widget, .upcoming-widget-to .ui-datepicker.ui-widget{ margin-top: 0px !important; } .export-msg { font-size: 13px; margin-top: 10px; margin-bottom: -8px; } .export-dialog .ui-dialog-footer{ text-align: center; } .fa-check-square, .fa-square{ color: black; border: 0px solid; border-right: 1px solid; border-left: 1px solid; width: 16px; height: 16px; } .fa-square{ border: 1px solid black !important; height: 18px !important; } .fa-check-square:before, .fa-square:before{ content: "\F14A"; color: white; background: black; } .fa-square:before{ background: white !important; } .temp-graph svg{ height: 400px !important; width: 950px !important } /*.logoBox img{ width: 175px; }*/ div#map:focus { border: none !important; } .formattedJson { background-color:#d7e2e9 !important; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #484c5f; position: relative; border: 2px solid #cfcfcf; padding: 10px; width: 100% !important; padding-left: 10px !important; float: left; margin-top: -31px; } .leaflet-control-container .leaflet-routing-container-hide { display: none; }
0.337968
0.070496
.Button { background-color: transparent; border: none; color: white; outline: none; cursor: pointer; font: inherit; padding: 10px; margin: 10px; font-weight: bold; } .Button:first-of-type { margin-left: 0; padding-left: 0; } .NavigationItems { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; height: 100%; } .NavigationItems .NavigationItem { margin: 0; box-sizing: border-box; display: flex; height: 100%; align-items: center; } .NavigationItems .NavigationItem a { color: white; text-decoration: none; height: 100%; padding: 16px 10px; border-bottom: 4px solid transparent; box-sizing: border-box; display: block; } .NavigationItems .NavigationItem a:hover, .NavigationItems .NavigationItem a:active, .NavigationItems .NavigationItem a .active { background-color: #8F5C2C; border-bottom: 4px solid #40A4C8; color: white; } .NavigationItems .NavigationItem .active { background-color: #8F5C2C; border-bottom: 4px solid #40A4C8; color: white; } .Logo { background-color: white; padding: 8px; height: 70%; box-sizing: border-box; border-radius: 5px; } .Logo img { height: 100%; } .Success { color: #5c9210; } .Danger { color: red; } .Backdrop { width: 100%; height: 100%; position: fixed; z-index: 100; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); } body { background-color: gold; display: grid; } body .OverAllContainer .Content { margin-top: 72px; } body .OverAllContainer .Content .Modal { display: grid; justify-content: center; justify-items: center; position: fixed; z-index: 500; background-color: white; width: 70%; border: 1px solid #ccc; box-shadow: 1px 1px 1px black; padding: 16px; left: 15%; top: 30%; box-sizing: border-box; transition: all 0.3s ease-out; } @media (max-width: 600px) { body .OverAllContainer .Content .Modal { width: 500px; left: calc(50% - 250px); } } body .OverAllContainer .Content .Backdrop { width: 100%; height: 100%; position: fixed; z-index: 100; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); } body .OverAllContainer .Content .Burger { width: 100%; margin: auto; height: 250px; overflow: scroll; text-align: center; font-weight: bold; font-size: 1.2rem; } @media (min-width: 500px) { body .OverAllContainer .Content .Burger { width: 350px; height: 300px; } } @media (min-width: 500px) { body .OverAllContainer .Content .Burger { width: 450px; height: 400px; } } body .OverAllContainer .Content .Burger .BreadBottom { height: 13%; width: 80%; background: linear-gradient(#F08E4A, #e27b36); border-radius: 0 0 30px 30px; box-shadow: inset -15px 0 #c15711; margin: 2% auto; } body .OverAllContainer .Content .Burger .BreadTop { height: 20%; width: 80%; background: linear-gradient(#bc581e, #e27b36); border-radius: 50% 50% 0 0; box-shadow: inset -15px 0 #c15711; margin: 2% auto; position: relative; } body .OverAllContainer .Content .Burger .Seeds1 { width: 10%; height: 15%; position: absolute; background-color: white; left: 30%; top: 50%; border-radius: 40%; transform: rotate(-20deg); box-shadow: inset -2px -3px #c9c9c9; } body .OverAllContainer .Content .Burger .Seeds1:after { content: ""; width: 100%; height: 100%; position: absolute; background-color: white; left: -170%; top: -260%; border-radius: 40%; transform: rotate(60deg); box-shadow: inset -1px 2px #c9c9c9; } body .OverAllContainer .Content .Burger .Seeds1:before { content: ""; width: 100%; height: 100%; position: absolute; background-color: white; left: 180%; top: -50%; border-radius: 40%; transform: rotate(60deg); box-shadow: inset -1px -3px #c9c9c9; } body .OverAllContainer .Content .Burger .Seeds2 { width: 10%; height: 15%; position: absolute; background-color: white; left: 64%; top: 50%; border-radius: 40%; transform: rotate(10deg); box-shadow: inset -3px 0 #c9c9c9; } body .OverAllContainer .Content .Burger .Seeds2:before { content: ""; width: 100%; height: 100%; position: absolute; background-color: white; left: 150%; top: -130%; border-radius: 40%; transform: rotate(90deg); box-shadow: inset 1px 3px #c9c9c9; } body .OverAllContainer .Content .Burger .Meat { width: 80%; height: 8%; background: linear-gradient(#7f3608, #702e05); margin: 2% auto; border-radius: 15px; } body .OverAllContainer .Content .Burger .Cheese { width: 90%; height: 4.5%; margin: 2% auto; background: linear-gradient(#f4d004, #d6bb22); border-radius: 20px; } body .OverAllContainer .Content .Burger .Salad { width: 85%; height: 7%; margin: 2% auto; background: linear-gradient(#228c1d, #91ce50); border-radius: 20px; } body .OverAllContainer .Content .Burger .Beacon { width: 80%; height: 3%; background: linear-gradient(#bf3813, #c45e38); margin: 2% auto; } body .OverAllContainer .Content .BuildControls { background-color: #cf8702; display: flex; flex-flow: column; align-items: center; box-shadow: 0 2px 1px #ccc; margin: auto; padding: 10px 0; } body .OverAllContainer .Content .BuildControls .BuildControl { display: flex; justify-content: space-between; align-items: center; margin: 5px 0; } body .OverAllContainer .Content .BuildControls .BuildControl .Label { padding: 10px; font-weight: bold; width: 80px; } body .OverAllContainer .Content .BuildControls .BuildControl .Less { background-color: #D39952; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .Less:hover { background-color: #DAA972; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .Less:active { background-color: #DAA972; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .More { background-color: #8F5E1E; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .More:hover { background-color: #DAA972; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .More:active { background-color: #DAA972; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl button { display: block; font: inherit; padding: 5px; margin: 0 5px; width: 80px; border: 1px solid #bd8010; cursor: pointer; outline: none; } body .OverAllContainer .Content .BuildControls .BuildControl button:disabled { background-color: #AC9980; border: 1px solid #7E7365; color: #ccc; cursor: default; } body .OverAllContainer .Content .BuildControls .BuildControl button:hover:disabled { background-color: #AC9980; color: #ccc; cursor: not-allowed; } body .OverAllContainer .Content .BuildControls .OrderButton { background-color: #DAD735; outline: none; cursor: pointer; border: 1px solid #966909; color: #966909; font-family: inherit; font-size: 1.2em; padding: 15px 30px; box-shadow: 2px 2px 2px #966909; border-radius: 1rem; } body .OverAllContainer .Content .BuildControls .OrderButton:hover, body .OverAllContainer .Content .BuildControls .OrderButton:active { background-color: #A0DB41; border: 1px solid #966909; color: #966909; } body .OverAllContainer .Content .BuildControls .OrderButton:disabled { background-color: #C7C6C6; cursor: not-allowed; border: 1px solid #ccc; color: #888888; } body .OverAllContainer .Content .BuildControls .OrderButton:not(:disabled) { animation: enable 0.3s linear; } @keyframes enable { 0% { transform: scale(1); } 60% { transform: scale(1.1); } 100% { transform: scale(1); } } body .OverAllContainer .Toolbar { height: 56px; width: 100%; position: fixed; top: 0; left: 0; background-color: #966909; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; box-sizing: border-box; z-index: 90; } body .OverAllContainer .Toolbar nav { height: 100%; } body .OverAllContainer .Toolbar .Logo { background-color: white; padding: 8px; box-sizing: border-box; border-radius: 5px; } body .OverAllContainer .Toolbar .Logo img { height: 100%; } @media (max-width: 500px) { body .OverAllContainer .Toolbar .NavigationItems { display: none; } } body .OverAllContainer .SideDrawer { position: fixed; width: 280px; max-width: 70%; height: 100%; left: 0; top: 0; z-index: 200; background-color: white; padding: 32px 16px; box-sizing: border-box; transition: transform .3s ease-in-out; } body .OverAllContainer .SideDrawer .CloseIt { background-color: red; color: white; display: grid; justify-content: center; padding: .5rem 1rem; font-size: 2rem; width: 10%; margin-bottom: 2rem; } body .OverAllContainer .SideDrawer .LogoContainer { height: 56px; width: 100%; } body .OverAllContainer .SideDrawer .SideNavItemWrapper { display: grid; grid-template-columns: 1fr; } @media (min-width: 500px) { body .OverAllContainer .SideDrawer { display: none; } } body .OverAllContainer .Open { transform: translateX(0); } body .OverAllContainer .Close { transform: translateX(-100%); }
src/assets/css/style.css
.Button { background-color: transparent; border: none; color: white; outline: none; cursor: pointer; font: inherit; padding: 10px; margin: 10px; font-weight: bold; } .Button:first-of-type { margin-left: 0; padding-left: 0; } .NavigationItems { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; height: 100%; } .NavigationItems .NavigationItem { margin: 0; box-sizing: border-box; display: flex; height: 100%; align-items: center; } .NavigationItems .NavigationItem a { color: white; text-decoration: none; height: 100%; padding: 16px 10px; border-bottom: 4px solid transparent; box-sizing: border-box; display: block; } .NavigationItems .NavigationItem a:hover, .NavigationItems .NavigationItem a:active, .NavigationItems .NavigationItem a .active { background-color: #8F5C2C; border-bottom: 4px solid #40A4C8; color: white; } .NavigationItems .NavigationItem .active { background-color: #8F5C2C; border-bottom: 4px solid #40A4C8; color: white; } .Logo { background-color: white; padding: 8px; height: 70%; box-sizing: border-box; border-radius: 5px; } .Logo img { height: 100%; } .Success { color: #5c9210; } .Danger { color: red; } .Backdrop { width: 100%; height: 100%; position: fixed; z-index: 100; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); } body { background-color: gold; display: grid; } body .OverAllContainer .Content { margin-top: 72px; } body .OverAllContainer .Content .Modal { display: grid; justify-content: center; justify-items: center; position: fixed; z-index: 500; background-color: white; width: 70%; border: 1px solid #ccc; box-shadow: 1px 1px 1px black; padding: 16px; left: 15%; top: 30%; box-sizing: border-box; transition: all 0.3s ease-out; } @media (max-width: 600px) { body .OverAllContainer .Content .Modal { width: 500px; left: calc(50% - 250px); } } body .OverAllContainer .Content .Backdrop { width: 100%; height: 100%; position: fixed; z-index: 100; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); } body .OverAllContainer .Content .Burger { width: 100%; margin: auto; height: 250px; overflow: scroll; text-align: center; font-weight: bold; font-size: 1.2rem; } @media (min-width: 500px) { body .OverAllContainer .Content .Burger { width: 350px; height: 300px; } } @media (min-width: 500px) { body .OverAllContainer .Content .Burger { width: 450px; height: 400px; } } body .OverAllContainer .Content .Burger .BreadBottom { height: 13%; width: 80%; background: linear-gradient(#F08E4A, #e27b36); border-radius: 0 0 30px 30px; box-shadow: inset -15px 0 #c15711; margin: 2% auto; } body .OverAllContainer .Content .Burger .BreadTop { height: 20%; width: 80%; background: linear-gradient(#bc581e, #e27b36); border-radius: 50% 50% 0 0; box-shadow: inset -15px 0 #c15711; margin: 2% auto; position: relative; } body .OverAllContainer .Content .Burger .Seeds1 { width: 10%; height: 15%; position: absolute; background-color: white; left: 30%; top: 50%; border-radius: 40%; transform: rotate(-20deg); box-shadow: inset -2px -3px #c9c9c9; } body .OverAllContainer .Content .Burger .Seeds1:after { content: ""; width: 100%; height: 100%; position: absolute; background-color: white; left: -170%; top: -260%; border-radius: 40%; transform: rotate(60deg); box-shadow: inset -1px 2px #c9c9c9; } body .OverAllContainer .Content .Burger .Seeds1:before { content: ""; width: 100%; height: 100%; position: absolute; background-color: white; left: 180%; top: -50%; border-radius: 40%; transform: rotate(60deg); box-shadow: inset -1px -3px #c9c9c9; } body .OverAllContainer .Content .Burger .Seeds2 { width: 10%; height: 15%; position: absolute; background-color: white; left: 64%; top: 50%; border-radius: 40%; transform: rotate(10deg); box-shadow: inset -3px 0 #c9c9c9; } body .OverAllContainer .Content .Burger .Seeds2:before { content: ""; width: 100%; height: 100%; position: absolute; background-color: white; left: 150%; top: -130%; border-radius: 40%; transform: rotate(90deg); box-shadow: inset 1px 3px #c9c9c9; } body .OverAllContainer .Content .Burger .Meat { width: 80%; height: 8%; background: linear-gradient(#7f3608, #702e05); margin: 2% auto; border-radius: 15px; } body .OverAllContainer .Content .Burger .Cheese { width: 90%; height: 4.5%; margin: 2% auto; background: linear-gradient(#f4d004, #d6bb22); border-radius: 20px; } body .OverAllContainer .Content .Burger .Salad { width: 85%; height: 7%; margin: 2% auto; background: linear-gradient(#228c1d, #91ce50); border-radius: 20px; } body .OverAllContainer .Content .Burger .Beacon { width: 80%; height: 3%; background: linear-gradient(#bf3813, #c45e38); margin: 2% auto; } body .OverAllContainer .Content .BuildControls { background-color: #cf8702; display: flex; flex-flow: column; align-items: center; box-shadow: 0 2px 1px #ccc; margin: auto; padding: 10px 0; } body .OverAllContainer .Content .BuildControls .BuildControl { display: flex; justify-content: space-between; align-items: center; margin: 5px 0; } body .OverAllContainer .Content .BuildControls .BuildControl .Label { padding: 10px; font-weight: bold; width: 80px; } body .OverAllContainer .Content .BuildControls .BuildControl .Less { background-color: #D39952; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .Less:hover { background-color: #DAA972; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .Less:active { background-color: #DAA972; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .More { background-color: #8F5E1E; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .More:hover { background-color: #DAA972; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl .More:active { background-color: #DAA972; color: white; } body .OverAllContainer .Content .BuildControls .BuildControl button { display: block; font: inherit; padding: 5px; margin: 0 5px; width: 80px; border: 1px solid #bd8010; cursor: pointer; outline: none; } body .OverAllContainer .Content .BuildControls .BuildControl button:disabled { background-color: #AC9980; border: 1px solid #7E7365; color: #ccc; cursor: default; } body .OverAllContainer .Content .BuildControls .BuildControl button:hover:disabled { background-color: #AC9980; color: #ccc; cursor: not-allowed; } body .OverAllContainer .Content .BuildControls .OrderButton { background-color: #DAD735; outline: none; cursor: pointer; border: 1px solid #966909; color: #966909; font-family: inherit; font-size: 1.2em; padding: 15px 30px; box-shadow: 2px 2px 2px #966909; border-radius: 1rem; } body .OverAllContainer .Content .BuildControls .OrderButton:hover, body .OverAllContainer .Content .BuildControls .OrderButton:active { background-color: #A0DB41; border: 1px solid #966909; color: #966909; } body .OverAllContainer .Content .BuildControls .OrderButton:disabled { background-color: #C7C6C6; cursor: not-allowed; border: 1px solid #ccc; color: #888888; } body .OverAllContainer .Content .BuildControls .OrderButton:not(:disabled) { animation: enable 0.3s linear; } @keyframes enable { 0% { transform: scale(1); } 60% { transform: scale(1.1); } 100% { transform: scale(1); } } body .OverAllContainer .Toolbar { height: 56px; width: 100%; position: fixed; top: 0; left: 0; background-color: #966909; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; box-sizing: border-box; z-index: 90; } body .OverAllContainer .Toolbar nav { height: 100%; } body .OverAllContainer .Toolbar .Logo { background-color: white; padding: 8px; box-sizing: border-box; border-radius: 5px; } body .OverAllContainer .Toolbar .Logo img { height: 100%; } @media (max-width: 500px) { body .OverAllContainer .Toolbar .NavigationItems { display: none; } } body .OverAllContainer .SideDrawer { position: fixed; width: 280px; max-width: 70%; height: 100%; left: 0; top: 0; z-index: 200; background-color: white; padding: 32px 16px; box-sizing: border-box; transition: transform .3s ease-in-out; } body .OverAllContainer .SideDrawer .CloseIt { background-color: red; color: white; display: grid; justify-content: center; padding: .5rem 1rem; font-size: 2rem; width: 10%; margin-bottom: 2rem; } body .OverAllContainer .SideDrawer .LogoContainer { height: 56px; width: 100%; } body .OverAllContainer .SideDrawer .SideNavItemWrapper { display: grid; grid-template-columns: 1fr; } @media (min-width: 500px) { body .OverAllContainer .SideDrawer { display: none; } } body .OverAllContainer .Open { transform: translateX(0); } body .OverAllContainer .Close { transform: translateX(-100%); }
0.55254
0.062818
html { height: 100%; } body { font: 14px/20px "Microsoft YaHei"; min-height: 100%; height: auto; position: relative; } body::after { content: ""; display: block; height: 100px; } .main-top { height: 100px; width: 100%; background: #fff; margin-bottom: 8px; } .main-top .container { display: -webkit-box; display: -ms-flexbox; display: flex; } .main-top .container .content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; /*border-bottom: 1px solid #586c86;*/ } .box-shadow { background-color: #fff; -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); } .main-top .container .content .logo { height: 50px; margin: 25px 60px 25px 0px; float: left; } .main-top .container .content .logo img { height: 100%; } .top-block { height: 30px; background: #f8f8f8; } .nav-container { background: #031b35; } .nav-bar { background: #031b35; } .navbar-dark .navbar-nav .nav-link { color: #fff !important; padding: 10px 20px; } .navbar-dark .navbar-nav .nav-link:hover { color: #fff; background: #afbed1; } .navbar-dark .navbar-nav .nav-link:focus { color: #fff; background: #afbed1; } .navbar-dark .navbar-nav .active > .nav-link { color: #fff; background: #afbed1; } .content .navbar-nav { float: left; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .content .navbar-nav li { padding: 35px 15px; } .content .navbar-nav a { color: #000; font-family: "HeitiStd"; font-size: 18px; font-weight: 500; text-decoration: none; -webkit-transition: all 0.5s; transition: all 0.5s; } .heitistd { font-family: "HeitiStd"; } .content .navbar-nav a:hover { color: #0057ff; } .content .navbar-nav .pro-ask a { background: #0057ff; padding: 5px 15px; border-radius: 10px; color: #fff; font-family: "Microsoft YaHei"; } .top span { font-size: 14px; line-height: 28px; color: #555; } .top-block .top-right { height: 100%; } .top-block .container { height: 28px; } .top-block .top-right a { display: inline-block; padding: 0 10px; color: #777; font-size: 16px; height: 100%; line-height: 26px; } .top-block .top-right a:hover { text-decoration: none; background: #0057ff; color: #fff; } .top-block .top-right-online a { display: inline-block; padding: 0 10px; color: #777; font-size: 16px; height: 100%; } .d-down { display: none; position: absolute; width: 100%; left: 0; right: 0; border-top: 1px solid #eee; background: #fff; list-style: none; top: 125px; padding: 17px; z-index: 1000; text-align: center; } .dropdown-custom { position: inherit; } .d-down li { display: inline-block; padding: 0 !important; } .d-down li a { padding: 0 30px !important; font-size: 16px !important; } .d-down li:not(:first-child):before { content: " "; display: inline-block; width: 1px; height: 22px; background-color: #eee; vertical-align: middle; margin-top: -3px; } .login-body { background: #fff; padding: 20px; } a { -webkit-transition: all 0.2s; transition: all 0.2s; } a:hover { text-decoration: none; } .login-list li { display: inline-block; } .login-list { text-align: left; } .mint { margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative; } .mint .noty_bar { padding: 10px; font-size: 14px; } .mint .noty_bar .noty_buttons { padding: 10px; } .mint.noty_container_type_alert, .mint.noty_container_type_notification { background-color: #fff; border-bottom: 1px solid #d1d1d1; color: #2f2f2f; } .mint.noty_container_type_warning { background-color: #ffae42; border-bottom: 1px solid #e89f3c; color: #fff; } .mint.noty_container_type_error { background-color: #e02d3f; border-bottom: 3px solid #ca5a65; color: #fff; } .mint.noty_container_type_info, .mint.noty_type__information { background-color: #7f7eff; border-bottom: 1px solid #7473e8; color: #fff; } .mint.noty_container_type_success { background-color: #afc765; border-bottom: 1px solid #a0b55c; color: #fff; } .text-normal { color: #777; } .body-gray { background: #f8f8f8; } body { background: #f8f8f8; position: relative; } .login-checkbox { font-size: 14px; line-height: 24px; color: #777; } .city-select-card { background: #fff; height: calc(100% - 1.2rem); min-height: 224px; margin-bottom: 20px; } .city-select-card .top-card { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #0057ff; } .city-select-card .select { width: 50%; font-size: 16px; padding: 7px 10px; text-align: center; float: left; cursor: pointer; } .city-select-card .active { background: #0057ff; color: #fff; } .city-select-card .card-body .btn { display: block; } .verify-bar-area { border-radius: 10px; overflow: hidden; } .flex-box { width: 100%; height: 500px; overflow: hidden; } .inner-w { max-width: 100%; max-width: 1600px; } .block-list { list-style: none; padding: 0; margin-right: -20px; } @media (max-width: 992px) { .block-list { margin-right: 0px; } } .block-list li { width: 100%; float: left; } .block-list a { display: block; } .grid-list li { position: relative; width: 100%; padding-right: 0; } @media (min-width: 500px) and (max-width: 576px) { .grid-list li { position: relative; width: 50%; padding-right: 0.6rem; } .grid-list li:nth-child(2n) { padding-right: 0; padding-left: 0.6rem; } } @media (min-width: 576px) { .grid-list li { position: relative; width: 33.33333%; padding-right: 1.2rem; } } @media (min-width: 992px) { .grid-list li { position: relative; width: 25%; padding-right: 1.2rem; } } @media (max-width: 275px) { .grid-list { width: calc(100% + 1.2rem); } } .grid-list .card-1 { display: block; background-color: white; min-height: 17em; margin-bottom: 1.2rem; border-radius: 4px; -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); overflow: hidden; color: #111; } .grid-list .card-1 img { width: 100% !important; height: auto !important; display: block; float: left; } .grid-list .card-1 .box-right { position: absolute; bottom: 0; background: #fff; padding-left: 10px; padding-top: 10px; height: 1px; width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; } .grid-list .card-1 .box-right .text .mobile { font-family: "HeitiStd"; color: #555; font-weight: 600; padding-left: 10px; border-left: 3px solid #ec3b3b; line-height: 10px; height: 10px; font-size: 14px; margin-top: 10px; } .grid-list .card-1 .box-right .text .post { color: #999; font-size: 13px; } .grid-list .card-1:hover .box-right { height: 70% !important; } .login-back { padding-bottom: 100px; } .bg { -webkit-animation: slide 3s ease-in-out infinite alternate; animation: slide 3s ease-in-out infinite alternate; background-image: linear-gradient(-60deg, #43a3fd 50%, #83b5ff 50%); bottom: 0; left: -50%; opacity: 0.5; position: fixed; right: -50%; top: 0; z-index: -1; } .bg2 { animation-direction: alternate-reverse; -webkit-animation-duration: 4s; animation-duration: 4s; } .bg3 { -webkit-animation-duration: 5s; animation-duration: 5s; } @-webkit-keyframes slide { 0% { -webkit-transform: translateX(-25%); transform: translateX(-25%); } 100% { -webkit-transform: translateX(25%); transform: translateX(25%); } } @keyframes slide { 0% { -webkit-transform: translateX(-25%); transform: translateX(-25%); } 100% { -webkit-transform: translateX(25%); transform: translateX(25%); } } .footer { height: 100px; position: absolute; bottom: 0; background: #fff; width: 100%; } .main-article-list { background: #fff; padding-bottom: 10px; } .main-article-list .right-cat { font-size: 14px; color: #999; border-bottom: 1px solid #eee; } .main-article-list ul { padding: 0px; } .main-article-list ul .list-component { border: none; margin: 10px 0px; list-style: none; height: auto; line-height: 45px; border-bottom: 1px dashed #e9e9e9; position: relative; } .main-article-list ul .list-component dt { max-width: 70%; line-height: 45px; background: url(../images/arrow005.jpg) no-repeat 0px 19px; padding-left: 15px; } .main-article-list ul .list-component dt a { color: #111111; text-decoration: none; font-weight: initial; font-size: 18px; } .main-article-list ul .list-component dt a:hover { color: #0057ff; } .main-article-list ul .list-component dd { position: absolute; right: 0; bottom: 0; width: auto; text-align: right; line-height: 45px; padding-right: 6px; margin: 0px; padding: 0px; } .breadcrumb { background: none; margin-bottom: 5px; line-height: 14px; } .breadcrumb .fa { color: #0057ff; } .breadcrumb a { color: #212529; } .search-bar { margin-top: 20px; background: #fff; padding: 20px; } .search-box { display: inline-block; max-width: 400px; width: 100%; float: right; border-radius: 3px; padding: 4px 55px 4px 15px; position: relative; background: #fff; border: 1px solid #ddd; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; } .search-box input[type="text"] { border: none; -webkit-box-shadow: none; box-shadow: none; display: inline-block; padding: 0; height: 30px; background: transparent; } .search-box .search-btn { position: absolute; right: 2px; top: 2px; color: #aaa; border-radius: 3px; font-size: 21px; padding: 0px 10px 1px; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; } .search-box .glyphicon { position: relative; top: 1px; display: inline-block; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .search-box .glyphicon-search:before { content: "\e003"; } .article-page .selected, .content-page .selected { font-weight: 700; } .article-page .selected a, .content-page .selected a { color: #358bfc !important; } .article-page .left-title, .content-page .left-title { padding: 10px; margin-bottom: 20px; background: #fff; text-align: center; color: #fff; background: linear-gradient(45deg, #48c6ef, #6f86d6); } .article-page .left-title h4, .content-page .left-title h4 { margin-bottom: 0; } .article-page .left-title h4 a, .content-page .left-title h4 a { color: #fff; } .article-page .left-category, .content-page .left-category { margin-bottom: 20px; } .article-page .left-category .cate-item:before, .content-page .left-category .cate-item:before { content: "\f078"; /* fa-chevron-down */ font-family: "FontAwesome"; float: right; -webkit-transition: all 0.5s; transition: all 0.5s; } .article-page .left-category .cate-item.active:before, .content-page .left-category .cate-item.active:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .article-page .left-category .cate-item, .content-page .left-category .cate-item { display: block; padding: 10px 20px; color: #212529; width: 100%; -webkit-transition: all 0.2s; transition: all 0.2s; font-size: 16px; } .article-page .left-category .cate-item a, .content-page .left-category .cate-item a { color: #212529; } .article-page .left-category .cate-item-nochild, .content-page .left-category .cate-item-nochild { display: block; padding: 10px 20px; color: #212529; width: 100%; -webkit-transition: all 0.2s; transition: all 0.2s; font-size: 16px; } .article-page .left-category .cate-item-nochild a, .content-page .left-category .cate-item-nochild a { color: #212529; } .article-page .left-category .third, .content-page .left-category .third { background: #fff; } .article-page .left-category .third .item, .content-page .left-category .third .item { display: block; padding: 10px; padding-left: 40px; color: #666; } .article-page .left-category .third .item a, .content-page .left-category .third .item a { color: #666; } .no_results { font-family: "HeitiStd"; font-size: 18px; text-align: center; width: 100%; min-height: 300px; display: table; } .no_results span { display: table-cell; vertical-align: middle; } .menu-item.active a { color: #6f86d6; } .register-choose { background: #fff; min-height: 400px; border-radius: 10px; border: none; } .private-reg { position: relative; display: none; } .back-reg { color: #444; position: absolute; left: 15px; top: 15px; font-size: 18px; } .back-reg:hover { color: #000; } .btn-success { color: #fff !important; } .institution-reg { display: none; } .select-wrap { margin-top: 10px; width: 100%; -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select { padding: 15px 55px 15px 15px; border-radius: 8px; border: 1px solid #ced4da; position: relative; min-height: 61px; z-index: 1; -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select p { margin-bottom: 0; text-transform: capitalize; color: #99a3ba; letter-spacing: 0.6pt; line-height: 2.2; font-size: 0.9em; -webkit-transition: margin 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: margin 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select .arrow { right: 10px; top: calc(50% - 15px); bottom: 0; cursor: pointer; width: 30px; height: 30px; border-radius: 50%; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select .arrow:before, .select-wrap .select .arrow:after { content: ""; position: absolute; display: block; width: 2px; height: 14px; top: 11px; border-bottom: 8px solid #99a3ba; -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select .arrow:before { -webkit-transform: rotate(-130deg); transform: rotate(-130deg); } .select-wrap .select .arrow:after { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .select-wrap .select .arrow:hover { -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); background: rgba(0, 0, 0, 0.1); } .select-wrap .select .filter { display: inline-block; padding: 5px 30px 5px 8px; margin: 10px 10px 0 0; background: #99a3ba; color: #fff; font-size: 0.9em; border-radius: 4px; position: relative; cursor: pointer; -webkit-transform: scale(0); transform: scale(0); opacity: 0; display: none; -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .select-wrap .select .filter:after { content: "x"; cursor: pointer; position: absolute; right: 4px; top: calc(50% - 10px); width: 20px; height: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 0.8em; color: #fff; border-radius: 20px; background: rgba(0, 0, 0, 0); } .select-wrap .select .filter:nth-child(3) { margin: 0 10px 0 0; } .select-wrap .select .filter:nth-child(4) { margin: 0 10px 0 0; } .select-wrap .select .filter:hover:after { -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); background: rgba(0, 0, 0, 0.2); } .select-wrap .select .filter.active { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } .select-wrap .filter-wrap { list-style-type: none; border-radius: 0 0 8px 8px; -webkit-box-shadow: 0 4px 15px -1px rgba(22, 42, 90, 0.2); box-shadow: 0 4px 15px -1px rgba(22, 42, 90, 0.2); position: relative; display: none; padding-left: 0; max-height: 200px; overflow-y: scroll; overflow-x: hidden; } .select-wrap .filter-wrap li { padding: 5px 15px 5px 15px; cursor: pointer; -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); opacity: 1; } .select-wrap .filter-wrap li:nth-child(1) { padding-top: 10px; } .select-wrap .filter-wrap li:last-child { padding-bottom: 9px; } .select-wrap .filter-wrap li:hover { background: #f2f3f7; -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .filter-wrap li.remove { -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-transform: translateX(100px); transform: translateX(100px); opacity: 0; } .select-wrap.open .select { border-radius: 8px 8px 0 0; -webkit-box-shadow: 0 0 15px -1px rgba(22, 42, 90, 0.2); box-shadow: 0 0 15px -1px rgba(22, 42, 90, 0.2); } .select-wrap.open .select .arrow:before, .select-wrap.open .select .arrow:after { top: 4px; } .select-wrap.open .select .arrow:before { -webkit-transform: rotate(-50deg); transform: rotate(-50deg); } .select-wrap.open .select .arrow:after { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .article-box { background: #fff; } .article-box .article-infobox a { color: #444; } .article-box .article-top { background: #efefef; border-radius: 10px; padding: 10px; margin: 19px 0px; text-align: center; } .article-box .article-top h4 { font-family: "HeitiStd"; } #footer { position: absolute; width: 100%; bottom: 0; left: 0; } #footer .footer-box { text-align: center; padding: 27px 20px; height: 70px; background: #fff; border-radius: 10px; color: #999; } .list-boxes:hover h2 a { color: #0057ff !important; } .user-nav .left-section { font-size: 16px; background: #fff; padding: 13px 30px; background: linear-gradient(45deg, #48c6ef, #6f86d6); color: #fff; } .user-nav .list-group-item { color: #222; font-size: 14px; padding: 13px 30px; border: 0; background: none; margin-bottom: 0; -webkit-transition: all 0.2s; transition: all 0.2s; } .user-nav .list-group-item:first-child, .user-nav .list-group-item:last-child { border-radius: 0; } .user-nav .list-group-item:hover { color: #0057ff; } .user-nav .list-group-item.active { color: #358bfc; } .user-nav .list-group-item.active::before { content: " "; position: absolute; top: 14px; left: 0; width: 5px; height: 17px; background-color: #358bfc; } .info-personal { max-width: 400px; } .profile-right { padding: 1em; } .profile { margin: 0px; overflow: hidden; background: #fff; } .profile-left { padding: 0; -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); } .edit-info { max-width: 500px; } .tc-main.container { max-width: 1050px; } .bar-place-holder { width: 100%; height: 300px; } .profile-right .avatar { position: relative; display: inline-block; border-radius: 1000px; overflow: hidden; } .profile-right .avatar:hover .img-rounded { display: -webkit-box; display: -ms-flexbox; display: flex; } .profile-right .avatar .img-rounded { top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); position: absolute; display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .profile-right .avatar .img-rounded .text { text-align: center; color: #fff; font-size: 15px; } .profile-right .avatar-text { margin-top: 10px; } .personal-info-right { margin-top: 10px; } .datum-title-box { height: 36px; font-size: 17px; line-height: 25px; color: #444444; margin-top: 30px; font-family: "HeitiStd"; } .datum-title-box .btn { float: right; width: 60px; margin-top: 10px; height: 30px; } .control-label { color: #888; } .profile .info-box { margin-left: 10px; } .profile .info-box table { min-width: 60%; max-width: 500px; } .profile .info-box table th { width: 100px; height: 50px; font-weight: inherit; } .profile .info-box .placeholder { width: 100%; height: 100px; } .check-institution table { min-width: 60%; max-width: 800px; } .check-institution table th { width: 120px; height: 70px; font-weight: inherit; } .check-institution table .upload-pic { width: 200px; overflow: hidden; border-radius: 5px; } .check-institution table .upload-pic img { width: 100%; } .layui-layer-btn .layui-layer-btn0 { color: #fff !important; } .mini-page { height: 100%; } .check-admin .upload-pic { width: 200px; overflow: hidden; border-radius: 5px; } .check-admin .upload-pic img { width: 100%; } .new-case-content { background: none; width: 100%; } .new-case-content .label { line-height: 40px; } .new-case-content small { width: 97%; text-align: right; } .new-case-content textarea { height: 200px; } .new-case-content .hidden-card { -webkit-transition: all 0.2s; transition: all 0.2s; } .new-case-content .card-text { display: none; margin: 20px; margin-top: 40px; } .new-case-content .card-text.active { display: block; } .bs-wizard { margin-top: 40px; } /*Form Wizard*/ .bs-wizard { border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0; } .bs-wizard > .bs-wizard-step { padding: 0; position: relative; } .bs-wizard > .bs-wizard-step .bs-wizard-stepnum { color: #595959; font-size: 16px; margin-bottom: 5px; } .bs-wizard > .bs-wizard-step .bs-wizard-info { color: #999; font-size: 14px; } .bs-wizard > .bs-wizard-step > .bs-wizard-dot { position: absolute; width: 30px; height: 30px; display: block; background: #90c455; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%; } .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after { content: " "; width: 14px; height: 14px; background: #588b1c; border-radius: 50px; position: absolute; top: 8px; left: 8px; } .bs-wizard > .bs-wizard-step > .progress { position: relative; border-radius: 0px; height: 8px; -webkit-box-shadow: none; box-shadow: none; margin: 20px 0; } .bs-wizard > .bs-wizard-step > .progress > .progress-bar { width: 0px; -webkit-box-shadow: none; box-shadow: none; background: #bbe68b; -webkit-transition: none; transition: none; } .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar { width: 100%; } .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar { width: 50%; } .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar { width: 0%; } .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar { width: 100%; } .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot { background-color: #e9ecef; } .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after { opacity: 0; } .bs-wizard > .bs-wizard-step:first-child > .progress { left: 50%; width: 50%; } .bs-wizard > .bs-wizard-step:last-child > .progress { width: 50%; } .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot { pointer-events: none; } /*END Form Wizard*/ .layui-layer-iframe iframe::-webkit-scrollbar { width: 12px; background-color: #eee; } .layui-layer-iframe iframe::-webkit-scrollbar-track { background-color: #eee; } .layui-layer-iframe iframe::-webkit-scrollbar-thumb { background: #3db6a4; } .layui-layer-iframe iframe::-webkit-scrollbar-button:start { background: url(./imgs/up.png) no-repeat; background-size: 12px 12px; } .layui-layer-iframe iframe::-webkit-scrollbar-button:end { background: url(./imgs/down.png) no-repeat; background-size: 12px 12px; } .hidden { visibility: hidden; } .layui-form { width: 100%; overflow: hidden; } .address-text { position: relative; background: #efefef; border-radius: 10px; padding: 5px; padding-left: 33px; margin-bottom: 10px; } .address-text .custom-control-label { width: 100%; } .address-text .delete-text { position: absolute; right: 0; bottom: 0; } .address-text .delete-text a { color: #555; font-size: 12px; } .bottom-panel { position: absolute; bottom: 0; padding: 10px; background: #eee; width: 100%; } .bottom-panel .btn { margin: 0 10px; } .file_list .file { width: 100%; float: left; } .file_list .file .text { max-width: 90%; float: left; } .file_list .file a { margin-left: 10px; } .my-order .my-order-title { color: #666; } .my-order .order-panel { margin-top: 20px; float: left; width: 100%; } .my-order .order-panel .panel-left { float: left; margin: 0; padding: 0; list-style-type: none; } .my-order .order-panel .panel-left li { list-style-type: none; float: left; border-right: 1px solid #e0e0e0; padding: 0 10px; height: 17px; } .my-order .order-panel .panel-left li a { color: #888; font-size: 16px; line-height: 15px; } .my-order .order-panel .panel-left li a.active { color: #0057ff; } .my-order .order-panel .panel-left li:last-child { border-right: 0; list-style-type: none; } .my-order .order-panel .panel-left li:first-child { padding-left: 0; } .my-order .table thead th { font-weight: 500 !important; } .my-order .table thead th p { font-size: 12px; } .my-order .order-list { width: 100%; float: left; margin-top: 30px; } .my-order .order-list .order-item { margin-top: 10px; border-bottom: 1px solid #e0e0e0; padding-bottom: 10px; } ul { padding: 0; } ul li { list-style-type: none; } .order-details { min-height: 500px; padding: 20px; } .order-details .price { color: #555; font-weight: 600; font-size: 20px; } .order-details .guide { background: #fff; border-bottom: 1px solid #efefef !important; margin: 0 -20px; margin-top: -20px; margin-bottom: 30px; padding: 21px; } .border-blue { border-color: #4183c4 !important; } .modal { top: auto; bottom: auto; right: auto; left: auto; } /*# sourceMappingURL=custom.css.map */
public/assets/css/custom.css
html { height: 100%; } body { font: 14px/20px "Microsoft YaHei"; min-height: 100%; height: auto; position: relative; } body::after { content: ""; display: block; height: 100px; } .main-top { height: 100px; width: 100%; background: #fff; margin-bottom: 8px; } .main-top .container { display: -webkit-box; display: -ms-flexbox; display: flex; } .main-top .container .content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; /*border-bottom: 1px solid #586c86;*/ } .box-shadow { background-color: #fff; -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); } .main-top .container .content .logo { height: 50px; margin: 25px 60px 25px 0px; float: left; } .main-top .container .content .logo img { height: 100%; } .top-block { height: 30px; background: #f8f8f8; } .nav-container { background: #031b35; } .nav-bar { background: #031b35; } .navbar-dark .navbar-nav .nav-link { color: #fff !important; padding: 10px 20px; } .navbar-dark .navbar-nav .nav-link:hover { color: #fff; background: #afbed1; } .navbar-dark .navbar-nav .nav-link:focus { color: #fff; background: #afbed1; } .navbar-dark .navbar-nav .active > .nav-link { color: #fff; background: #afbed1; } .content .navbar-nav { float: left; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .content .navbar-nav li { padding: 35px 15px; } .content .navbar-nav a { color: #000; font-family: "HeitiStd"; font-size: 18px; font-weight: 500; text-decoration: none; -webkit-transition: all 0.5s; transition: all 0.5s; } .heitistd { font-family: "HeitiStd"; } .content .navbar-nav a:hover { color: #0057ff; } .content .navbar-nav .pro-ask a { background: #0057ff; padding: 5px 15px; border-radius: 10px; color: #fff; font-family: "Microsoft YaHei"; } .top span { font-size: 14px; line-height: 28px; color: #555; } .top-block .top-right { height: 100%; } .top-block .container { height: 28px; } .top-block .top-right a { display: inline-block; padding: 0 10px; color: #777; font-size: 16px; height: 100%; line-height: 26px; } .top-block .top-right a:hover { text-decoration: none; background: #0057ff; color: #fff; } .top-block .top-right-online a { display: inline-block; padding: 0 10px; color: #777; font-size: 16px; height: 100%; } .d-down { display: none; position: absolute; width: 100%; left: 0; right: 0; border-top: 1px solid #eee; background: #fff; list-style: none; top: 125px; padding: 17px; z-index: 1000; text-align: center; } .dropdown-custom { position: inherit; } .d-down li { display: inline-block; padding: 0 !important; } .d-down li a { padding: 0 30px !important; font-size: 16px !important; } .d-down li:not(:first-child):before { content: " "; display: inline-block; width: 1px; height: 22px; background-color: #eee; vertical-align: middle; margin-top: -3px; } .login-body { background: #fff; padding: 20px; } a { -webkit-transition: all 0.2s; transition: all 0.2s; } a:hover { text-decoration: none; } .login-list li { display: inline-block; } .login-list { text-align: left; } .mint { margin: 4px 0; overflow: hidden; border-radius: 2px; position: relative; } .mint .noty_bar { padding: 10px; font-size: 14px; } .mint .noty_bar .noty_buttons { padding: 10px; } .mint.noty_container_type_alert, .mint.noty_container_type_notification { background-color: #fff; border-bottom: 1px solid #d1d1d1; color: #2f2f2f; } .mint.noty_container_type_warning { background-color: #ffae42; border-bottom: 1px solid #e89f3c; color: #fff; } .mint.noty_container_type_error { background-color: #e02d3f; border-bottom: 3px solid #ca5a65; color: #fff; } .mint.noty_container_type_info, .mint.noty_type__information { background-color: #7f7eff; border-bottom: 1px solid #7473e8; color: #fff; } .mint.noty_container_type_success { background-color: #afc765; border-bottom: 1px solid #a0b55c; color: #fff; } .text-normal { color: #777; } .body-gray { background: #f8f8f8; } body { background: #f8f8f8; position: relative; } .login-checkbox { font-size: 14px; line-height: 24px; color: #777; } .city-select-card { background: #fff; height: calc(100% - 1.2rem); min-height: 224px; margin-bottom: 20px; } .city-select-card .top-card { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #0057ff; } .city-select-card .select { width: 50%; font-size: 16px; padding: 7px 10px; text-align: center; float: left; cursor: pointer; } .city-select-card .active { background: #0057ff; color: #fff; } .city-select-card .card-body .btn { display: block; } .verify-bar-area { border-radius: 10px; overflow: hidden; } .flex-box { width: 100%; height: 500px; overflow: hidden; } .inner-w { max-width: 100%; max-width: 1600px; } .block-list { list-style: none; padding: 0; margin-right: -20px; } @media (max-width: 992px) { .block-list { margin-right: 0px; } } .block-list li { width: 100%; float: left; } .block-list a { display: block; } .grid-list li { position: relative; width: 100%; padding-right: 0; } @media (min-width: 500px) and (max-width: 576px) { .grid-list li { position: relative; width: 50%; padding-right: 0.6rem; } .grid-list li:nth-child(2n) { padding-right: 0; padding-left: 0.6rem; } } @media (min-width: 576px) { .grid-list li { position: relative; width: 33.33333%; padding-right: 1.2rem; } } @media (min-width: 992px) { .grid-list li { position: relative; width: 25%; padding-right: 1.2rem; } } @media (max-width: 275px) { .grid-list { width: calc(100% + 1.2rem); } } .grid-list .card-1 { display: block; background-color: white; min-height: 17em; margin-bottom: 1.2rem; border-radius: 4px; -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); overflow: hidden; color: #111; } .grid-list .card-1 img { width: 100% !important; height: auto !important; display: block; float: left; } .grid-list .card-1 .box-right { position: absolute; bottom: 0; background: #fff; padding-left: 10px; padding-top: 10px; height: 1px; width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; } .grid-list .card-1 .box-right .text .mobile { font-family: "HeitiStd"; color: #555; font-weight: 600; padding-left: 10px; border-left: 3px solid #ec3b3b; line-height: 10px; height: 10px; font-size: 14px; margin-top: 10px; } .grid-list .card-1 .box-right .text .post { color: #999; font-size: 13px; } .grid-list .card-1:hover .box-right { height: 70% !important; } .login-back { padding-bottom: 100px; } .bg { -webkit-animation: slide 3s ease-in-out infinite alternate; animation: slide 3s ease-in-out infinite alternate; background-image: linear-gradient(-60deg, #43a3fd 50%, #83b5ff 50%); bottom: 0; left: -50%; opacity: 0.5; position: fixed; right: -50%; top: 0; z-index: -1; } .bg2 { animation-direction: alternate-reverse; -webkit-animation-duration: 4s; animation-duration: 4s; } .bg3 { -webkit-animation-duration: 5s; animation-duration: 5s; } @-webkit-keyframes slide { 0% { -webkit-transform: translateX(-25%); transform: translateX(-25%); } 100% { -webkit-transform: translateX(25%); transform: translateX(25%); } } @keyframes slide { 0% { -webkit-transform: translateX(-25%); transform: translateX(-25%); } 100% { -webkit-transform: translateX(25%); transform: translateX(25%); } } .footer { height: 100px; position: absolute; bottom: 0; background: #fff; width: 100%; } .main-article-list { background: #fff; padding-bottom: 10px; } .main-article-list .right-cat { font-size: 14px; color: #999; border-bottom: 1px solid #eee; } .main-article-list ul { padding: 0px; } .main-article-list ul .list-component { border: none; margin: 10px 0px; list-style: none; height: auto; line-height: 45px; border-bottom: 1px dashed #e9e9e9; position: relative; } .main-article-list ul .list-component dt { max-width: 70%; line-height: 45px; background: url(../images/arrow005.jpg) no-repeat 0px 19px; padding-left: 15px; } .main-article-list ul .list-component dt a { color: #111111; text-decoration: none; font-weight: initial; font-size: 18px; } .main-article-list ul .list-component dt a:hover { color: #0057ff; } .main-article-list ul .list-component dd { position: absolute; right: 0; bottom: 0; width: auto; text-align: right; line-height: 45px; padding-right: 6px; margin: 0px; padding: 0px; } .breadcrumb { background: none; margin-bottom: 5px; line-height: 14px; } .breadcrumb .fa { color: #0057ff; } .breadcrumb a { color: #212529; } .search-bar { margin-top: 20px; background: #fff; padding: 20px; } .search-box { display: inline-block; max-width: 400px; width: 100%; float: right; border-radius: 3px; padding: 4px 55px 4px 15px; position: relative; background: #fff; border: 1px solid #ddd; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; } .search-box input[type="text"] { border: none; -webkit-box-shadow: none; box-shadow: none; display: inline-block; padding: 0; height: 30px; background: transparent; } .search-box .search-btn { position: absolute; right: 2px; top: 2px; color: #aaa; border-radius: 3px; font-size: 21px; padding: 0px 10px 1px; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; } .search-box .glyphicon { position: relative; top: 1px; display: inline-block; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .search-box .glyphicon-search:before { content: "\e003"; } .article-page .selected, .content-page .selected { font-weight: 700; } .article-page .selected a, .content-page .selected a { color: #358bfc !important; } .article-page .left-title, .content-page .left-title { padding: 10px; margin-bottom: 20px; background: #fff; text-align: center; color: #fff; background: linear-gradient(45deg, #48c6ef, #6f86d6); } .article-page .left-title h4, .content-page .left-title h4 { margin-bottom: 0; } .article-page .left-title h4 a, .content-page .left-title h4 a { color: #fff; } .article-page .left-category, .content-page .left-category { margin-bottom: 20px; } .article-page .left-category .cate-item:before, .content-page .left-category .cate-item:before { content: "\f078"; /* fa-chevron-down */ font-family: "FontAwesome"; float: right; -webkit-transition: all 0.5s; transition: all 0.5s; } .article-page .left-category .cate-item.active:before, .content-page .left-category .cate-item.active:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .article-page .left-category .cate-item, .content-page .left-category .cate-item { display: block; padding: 10px 20px; color: #212529; width: 100%; -webkit-transition: all 0.2s; transition: all 0.2s; font-size: 16px; } .article-page .left-category .cate-item a, .content-page .left-category .cate-item a { color: #212529; } .article-page .left-category .cate-item-nochild, .content-page .left-category .cate-item-nochild { display: block; padding: 10px 20px; color: #212529; width: 100%; -webkit-transition: all 0.2s; transition: all 0.2s; font-size: 16px; } .article-page .left-category .cate-item-nochild a, .content-page .left-category .cate-item-nochild a { color: #212529; } .article-page .left-category .third, .content-page .left-category .third { background: #fff; } .article-page .left-category .third .item, .content-page .left-category .third .item { display: block; padding: 10px; padding-left: 40px; color: #666; } .article-page .left-category .third .item a, .content-page .left-category .third .item a { color: #666; } .no_results { font-family: "HeitiStd"; font-size: 18px; text-align: center; width: 100%; min-height: 300px; display: table; } .no_results span { display: table-cell; vertical-align: middle; } .menu-item.active a { color: #6f86d6; } .register-choose { background: #fff; min-height: 400px; border-radius: 10px; border: none; } .private-reg { position: relative; display: none; } .back-reg { color: #444; position: absolute; left: 15px; top: 15px; font-size: 18px; } .back-reg:hover { color: #000; } .btn-success { color: #fff !important; } .institution-reg { display: none; } .select-wrap { margin-top: 10px; width: 100%; -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select { padding: 15px 55px 15px 15px; border-radius: 8px; border: 1px solid #ced4da; position: relative; min-height: 61px; z-index: 1; -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select p { margin-bottom: 0; text-transform: capitalize; color: #99a3ba; letter-spacing: 0.6pt; line-height: 2.2; font-size: 0.9em; -webkit-transition: margin 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: margin 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select .arrow { right: 10px; top: calc(50% - 15px); bottom: 0; cursor: pointer; width: 30px; height: 30px; border-radius: 50%; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select .arrow:before, .select-wrap .select .arrow:after { content: ""; position: absolute; display: block; width: 2px; height: 14px; top: 11px; border-bottom: 8px solid #99a3ba; -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .select .arrow:before { -webkit-transform: rotate(-130deg); transform: rotate(-130deg); } .select-wrap .select .arrow:after { -webkit-transform: rotate(130deg); transform: rotate(130deg); } .select-wrap .select .arrow:hover { -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); background: rgba(0, 0, 0, 0.1); } .select-wrap .select .filter { display: inline-block; padding: 5px 30px 5px 8px; margin: 10px 10px 0 0; background: #99a3ba; color: #fff; font-size: 0.9em; border-radius: 4px; position: relative; cursor: pointer; -webkit-transform: scale(0); transform: scale(0); opacity: 0; display: none; -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .select-wrap .select .filter:after { content: "x"; cursor: pointer; position: absolute; right: 4px; top: calc(50% - 10px); width: 20px; height: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 0.8em; color: #fff; border-radius: 20px; background: rgba(0, 0, 0, 0); } .select-wrap .select .filter:nth-child(3) { margin: 0 10px 0 0; } .select-wrap .select .filter:nth-child(4) { margin: 0 10px 0 0; } .select-wrap .select .filter:hover:after { -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); background: rgba(0, 0, 0, 0.2); } .select-wrap .select .filter.active { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } .select-wrap .filter-wrap { list-style-type: none; border-radius: 0 0 8px 8px; -webkit-box-shadow: 0 4px 15px -1px rgba(22, 42, 90, 0.2); box-shadow: 0 4px 15px -1px rgba(22, 42, 90, 0.2); position: relative; display: none; padding-left: 0; max-height: 200px; overflow-y: scroll; overflow-x: hidden; } .select-wrap .filter-wrap li { padding: 5px 15px 5px 15px; cursor: pointer; -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); opacity: 1; } .select-wrap .filter-wrap li:nth-child(1) { padding-top: 10px; } .select-wrap .filter-wrap li:last-child { padding-bottom: 9px; } .select-wrap .filter-wrap li:hover { background: #f2f3f7; -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .select-wrap .filter-wrap li.remove { -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-transform: translateX(100px); transform: translateX(100px); opacity: 0; } .select-wrap.open .select { border-radius: 8px 8px 0 0; -webkit-box-shadow: 0 0 15px -1px rgba(22, 42, 90, 0.2); box-shadow: 0 0 15px -1px rgba(22, 42, 90, 0.2); } .select-wrap.open .select .arrow:before, .select-wrap.open .select .arrow:after { top: 4px; } .select-wrap.open .select .arrow:before { -webkit-transform: rotate(-50deg); transform: rotate(-50deg); } .select-wrap.open .select .arrow:after { -webkit-transform: rotate(50deg); transform: rotate(50deg); } .article-box { background: #fff; } .article-box .article-infobox a { color: #444; } .article-box .article-top { background: #efefef; border-radius: 10px; padding: 10px; margin: 19px 0px; text-align: center; } .article-box .article-top h4 { font-family: "HeitiStd"; } #footer { position: absolute; width: 100%; bottom: 0; left: 0; } #footer .footer-box { text-align: center; padding: 27px 20px; height: 70px; background: #fff; border-radius: 10px; color: #999; } .list-boxes:hover h2 a { color: #0057ff !important; } .user-nav .left-section { font-size: 16px; background: #fff; padding: 13px 30px; background: linear-gradient(45deg, #48c6ef, #6f86d6); color: #fff; } .user-nav .list-group-item { color: #222; font-size: 14px; padding: 13px 30px; border: 0; background: none; margin-bottom: 0; -webkit-transition: all 0.2s; transition: all 0.2s; } .user-nav .list-group-item:first-child, .user-nav .list-group-item:last-child { border-radius: 0; } .user-nav .list-group-item:hover { color: #0057ff; } .user-nav .list-group-item.active { color: #358bfc; } .user-nav .list-group-item.active::before { content: " "; position: absolute; top: 14px; left: 0; width: 5px; height: 17px; background-color: #358bfc; } .info-personal { max-width: 400px; } .profile-right { padding: 1em; } .profile { margin: 0px; overflow: hidden; background: #fff; } .profile-left { padding: 0; -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); } .edit-info { max-width: 500px; } .tc-main.container { max-width: 1050px; } .bar-place-holder { width: 100%; height: 300px; } .profile-right .avatar { position: relative; display: inline-block; border-radius: 1000px; overflow: hidden; } .profile-right .avatar:hover .img-rounded { display: -webkit-box; display: -ms-flexbox; display: flex; } .profile-right .avatar .img-rounded { top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); position: absolute; display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .profile-right .avatar .img-rounded .text { text-align: center; color: #fff; font-size: 15px; } .profile-right .avatar-text { margin-top: 10px; } .personal-info-right { margin-top: 10px; } .datum-title-box { height: 36px; font-size: 17px; line-height: 25px; color: #444444; margin-top: 30px; font-family: "HeitiStd"; } .datum-title-box .btn { float: right; width: 60px; margin-top: 10px; height: 30px; } .control-label { color: #888; } .profile .info-box { margin-left: 10px; } .profile .info-box table { min-width: 60%; max-width: 500px; } .profile .info-box table th { width: 100px; height: 50px; font-weight: inherit; } .profile .info-box .placeholder { width: 100%; height: 100px; } .check-institution table { min-width: 60%; max-width: 800px; } .check-institution table th { width: 120px; height: 70px; font-weight: inherit; } .check-institution table .upload-pic { width: 200px; overflow: hidden; border-radius: 5px; } .check-institution table .upload-pic img { width: 100%; } .layui-layer-btn .layui-layer-btn0 { color: #fff !important; } .mini-page { height: 100%; } .check-admin .upload-pic { width: 200px; overflow: hidden; border-radius: 5px; } .check-admin .upload-pic img { width: 100%; } .new-case-content { background: none; width: 100%; } .new-case-content .label { line-height: 40px; } .new-case-content small { width: 97%; text-align: right; } .new-case-content textarea { height: 200px; } .new-case-content .hidden-card { -webkit-transition: all 0.2s; transition: all 0.2s; } .new-case-content .card-text { display: none; margin: 20px; margin-top: 40px; } .new-case-content .card-text.active { display: block; } .bs-wizard { margin-top: 40px; } /*Form Wizard*/ .bs-wizard { border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0; } .bs-wizard > .bs-wizard-step { padding: 0; position: relative; } .bs-wizard > .bs-wizard-step .bs-wizard-stepnum { color: #595959; font-size: 16px; margin-bottom: 5px; } .bs-wizard > .bs-wizard-step .bs-wizard-info { color: #999; font-size: 14px; } .bs-wizard > .bs-wizard-step > .bs-wizard-dot { position: absolute; width: 30px; height: 30px; display: block; background: #90c455; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%; } .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after { content: " "; width: 14px; height: 14px; background: #588b1c; border-radius: 50px; position: absolute; top: 8px; left: 8px; } .bs-wizard > .bs-wizard-step > .progress { position: relative; border-radius: 0px; height: 8px; -webkit-box-shadow: none; box-shadow: none; margin: 20px 0; } .bs-wizard > .bs-wizard-step > .progress > .progress-bar { width: 0px; -webkit-box-shadow: none; box-shadow: none; background: #bbe68b; -webkit-transition: none; transition: none; } .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar { width: 100%; } .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar { width: 50%; } .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar { width: 0%; } .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar { width: 100%; } .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot { background-color: #e9ecef; } .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after { opacity: 0; } .bs-wizard > .bs-wizard-step:first-child > .progress { left: 50%; width: 50%; } .bs-wizard > .bs-wizard-step:last-child > .progress { width: 50%; } .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot { pointer-events: none; } /*END Form Wizard*/ .layui-layer-iframe iframe::-webkit-scrollbar { width: 12px; background-color: #eee; } .layui-layer-iframe iframe::-webkit-scrollbar-track { background-color: #eee; } .layui-layer-iframe iframe::-webkit-scrollbar-thumb { background: #3db6a4; } .layui-layer-iframe iframe::-webkit-scrollbar-button:start { background: url(./imgs/up.png) no-repeat; background-size: 12px 12px; } .layui-layer-iframe iframe::-webkit-scrollbar-button:end { background: url(./imgs/down.png) no-repeat; background-size: 12px 12px; } .hidden { visibility: hidden; } .layui-form { width: 100%; overflow: hidden; } .address-text { position: relative; background: #efefef; border-radius: 10px; padding: 5px; padding-left: 33px; margin-bottom: 10px; } .address-text .custom-control-label { width: 100%; } .address-text .delete-text { position: absolute; right: 0; bottom: 0; } .address-text .delete-text a { color: #555; font-size: 12px; } .bottom-panel { position: absolute; bottom: 0; padding: 10px; background: #eee; width: 100%; } .bottom-panel .btn { margin: 0 10px; } .file_list .file { width: 100%; float: left; } .file_list .file .text { max-width: 90%; float: left; } .file_list .file a { margin-left: 10px; } .my-order .my-order-title { color: #666; } .my-order .order-panel { margin-top: 20px; float: left; width: 100%; } .my-order .order-panel .panel-left { float: left; margin: 0; padding: 0; list-style-type: none; } .my-order .order-panel .panel-left li { list-style-type: none; float: left; border-right: 1px solid #e0e0e0; padding: 0 10px; height: 17px; } .my-order .order-panel .panel-left li a { color: #888; font-size: 16px; line-height: 15px; } .my-order .order-panel .panel-left li a.active { color: #0057ff; } .my-order .order-panel .panel-left li:last-child { border-right: 0; list-style-type: none; } .my-order .order-panel .panel-left li:first-child { padding-left: 0; } .my-order .table thead th { font-weight: 500 !important; } .my-order .table thead th p { font-size: 12px; } .my-order .order-list { width: 100%; float: left; margin-top: 30px; } .my-order .order-list .order-item { margin-top: 10px; border-bottom: 1px solid #e0e0e0; padding-bottom: 10px; } ul { padding: 0; } ul li { list-style-type: none; } .order-details { min-height: 500px; padding: 20px; } .order-details .price { color: #555; font-weight: 600; font-size: 20px; } .order-details .guide { background: #fff; border-bottom: 1px solid #efefef !important; margin: 0 -20px; margin-top: -20px; margin-bottom: 30px; padding: 21px; } .border-blue { border-color: #4183c4 !important; } .modal { top: auto; bottom: auto; right: auto; left: auto; } /*# sourceMappingURL=custom.css.map */
0.360827
0.042922
.dx-menu { overflow: hidden; } .dx-menu-horizontal .dx-menu-item-wrapper { display: inline-block; } .dx-menu-vertical .dx-menu-item-wrapper { display: block; } .dx-rtl.dx-menu { text-align: right; } .dx-context-menu-container-border { top: 0; right: 0; bottom: 0; left: 0; position: absolute; } .dx-overlay-wrapper { top: 0; left: 0; z-index: 1000; } .dx-overlay-modal { width: 100%; height: 100%; } .dx-overlay-shader { background-color: rgba(128,128,128,.5); } .dx-overlay-content { position: absolute; z-index: 1000; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .dx-device-android .dx-overlay-content { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; } .dx-device-android .dx-scrollable-native .dx-overlay-content { -webkit-backface-visibility: visible; -moz-backface-visibility: visible; -ms-backface-visibility: visible; backface-visibility: visible; } .dx-context-menu { color: #c7c7c7; } .dx-context-menu .dx-submenu>.dx-menu-items-container { background-color: #454545; border: 1px solid #4b4b4b; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15); box-shadow: 0 1px 1px rgba(0,0,0,.15); } .dx-context-menu .dx-menu-item-selected>.dx-menu-item>.dx-menu-item-content .dx-menu-item-popout { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAAJElEQVQYV2NI9U1l+A+EDKn/QcxUIMMXwgQKQpgIEWQ1DCAIAL0dFNh74JpZAAAAAElFTkSuQmCC); } .dx-context-menu .dx-menu-item-content { padding: 5px; } .dx-context-menu .dx-menu-item-content .dx-icon { width: 16px; height: 16px; -webkit-background-size: 15px 15px; -moz-background-size: 15px 15px; background-size: 15px 15px; } .dx-context-menu .dx-menu-item-content .dx-menu-item-text:empty { padding: 0 0 5px 5px; } .dx-context-menu .dx-menu-item-content .dx-menu-item-popout { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAAIklEQVQYV2P47/ufAQQZ/v+HMBmAFJgJEgYzkUSQ1IB1AQB+mSPiDtT8NgAAAABJRU5ErkJggg==); } .dx-rtl.dx-context-menu .dx-menu-item-popout { -ms-filter: "FlipH"; filter: FlipH; -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); } .dx-rtl.dx-context-menu .dx-menu-item-text { padding: 0 5px 5px 25px; } .dx-rtl.dx-context-menu .dx-menu-item-text:empty { padding: 0 5px 5px 0; } .dx-context-menu-content-delimiter { background-color: #454545; } .dx-menu-item.dx-menu-item-with-submenu { background-color: #454545; } .dx-context-menu-container-border { background-color: transparent; border: 1px solid #4b4b4b; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15); box-shadow: 0 1px 1px rgba(0,0,0,.15); } .dx-menu { color: #c7c7c7; background-color: transparent; } .dx-menu .dx-icon { width: 16px; height: 16px; -webkit-background-size: 15px 15px; -moz-background-size: 15px 15px; background-size: 15px 15px; } .dx-menu .dx-menu-item-text { padding: 0 22px 5px 5px; } .dx-menu .dx-menu-item-content .dx-icon { margin-left: 3px; margin-right: 2px; } .dx-menu .dx-menu-item-text:last-child { padding: 0 5px 5px 5px; } .dx-menu .dx-menu-item-text:last-child { padding: 0 0 5px 5px; } .dx-menu .dx-menu-item-text:empty { padding: 0; } .dx-menu .dx-menu-item-popout { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAQAAADoz+32AAAAIElEQVQYV2P47/v/PxAzQGgGGAMiCOLCBBhgXJAAmAYAiaQj4vZpX9cAAAAASUVORK5CYII=); } .dx-rtl.dx-menu .dx-menu-item-text { padding: 0 5px 5px 22px; } .dx-rtl.dx-menu .dx-menu-item-text:empty { padding: 0 0 5px 16px; } .dx-menu .dx-icon-exportTo { width: 24px; height: 24px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAi0lEQVQ4y2P4z0AaZBjUGo7/xwLrSdWAoQVNA6okNi3EaEDRQpyG/8RqgECqazjue3wmBGIzCJsGyeOtxGq4ClaeQqwNq4+7Hjc6XgBW3HA8Ha+G4xzH5Y47HU89PhmsPP24JtCzvvg0RB+vPj4JCKuBLJPjbJDwIeQkvuN82NIn3lDCBamjYcjmaQDm2Y92cNrPBQAAAABJRU5ErkJggg==) no-repeat; } .dx-menu .dx-icon-print { width: 24px; height: 24px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAARklEQVQ4y2P4z0AaZBiOGo7/R4WjGpA1HC89PhMIMTQARUDipZgaZuLVMBO3BkyIVwNOSLwG2tuASwMZqRUaE9hg2fDKogBKII/HciyUygAAAABJRU5ErkJggg==) no-repeat; }
yingshi/src/main/resources/static/assets/js/devexpress-web-14.1/css/dx.exporter.dark.css
.dx-menu { overflow: hidden; } .dx-menu-horizontal .dx-menu-item-wrapper { display: inline-block; } .dx-menu-vertical .dx-menu-item-wrapper { display: block; } .dx-rtl.dx-menu { text-align: right; } .dx-context-menu-container-border { top: 0; right: 0; bottom: 0; left: 0; position: absolute; } .dx-overlay-wrapper { top: 0; left: 0; z-index: 1000; } .dx-overlay-modal { width: 100%; height: 100%; } .dx-overlay-shader { background-color: rgba(128,128,128,.5); } .dx-overlay-content { position: absolute; z-index: 1000; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .dx-device-android .dx-overlay-content { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; } .dx-device-android .dx-scrollable-native .dx-overlay-content { -webkit-backface-visibility: visible; -moz-backface-visibility: visible; -ms-backface-visibility: visible; backface-visibility: visible; } .dx-context-menu { color: #c7c7c7; } .dx-context-menu .dx-submenu>.dx-menu-items-container { background-color: #454545; border: 1px solid #4b4b4b; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15); box-shadow: 0 1px 1px rgba(0,0,0,.15); } .dx-context-menu .dx-menu-item-selected>.dx-menu-item>.dx-menu-item-content .dx-menu-item-popout { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAAJElEQVQYV2NI9U1l+A+EDKn/QcxUIMMXwgQKQpgIEWQ1DCAIAL0dFNh74JpZAAAAAElFTkSuQmCC); } .dx-context-menu .dx-menu-item-content { padding: 5px; } .dx-context-menu .dx-menu-item-content .dx-icon { width: 16px; height: 16px; -webkit-background-size: 15px 15px; -moz-background-size: 15px 15px; background-size: 15px 15px; } .dx-context-menu .dx-menu-item-content .dx-menu-item-text:empty { padding: 0 0 5px 5px; } .dx-context-menu .dx-menu-item-content .dx-menu-item-popout { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAAIklEQVQYV2P47/ufAQQZ/v+HMBmAFJgJEgYzkUSQ1IB1AQB+mSPiDtT8NgAAAABJRU5ErkJggg==); } .dx-rtl.dx-context-menu .dx-menu-item-popout { -ms-filter: "FlipH"; filter: FlipH; -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); } .dx-rtl.dx-context-menu .dx-menu-item-text { padding: 0 5px 5px 25px; } .dx-rtl.dx-context-menu .dx-menu-item-text:empty { padding: 0 5px 5px 0; } .dx-context-menu-content-delimiter { background-color: #454545; } .dx-menu-item.dx-menu-item-with-submenu { background-color: #454545; } .dx-context-menu-container-border { background-color: transparent; border: 1px solid #4b4b4b; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15); box-shadow: 0 1px 1px rgba(0,0,0,.15); } .dx-menu { color: #c7c7c7; background-color: transparent; } .dx-menu .dx-icon { width: 16px; height: 16px; -webkit-background-size: 15px 15px; -moz-background-size: 15px 15px; background-size: 15px 15px; } .dx-menu .dx-menu-item-text { padding: 0 22px 5px 5px; } .dx-menu .dx-menu-item-content .dx-icon { margin-left: 3px; margin-right: 2px; } .dx-menu .dx-menu-item-text:last-child { padding: 0 5px 5px 5px; } .dx-menu .dx-menu-item-text:last-child { padding: 0 0 5px 5px; } .dx-menu .dx-menu-item-text:empty { padding: 0; } .dx-menu .dx-menu-item-popout { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAQAAADoz+32AAAAIElEQVQYV2P47/v/PxAzQGgGGAMiCOLCBBhgXJAAmAYAiaQj4vZpX9cAAAAASUVORK5CYII=); } .dx-rtl.dx-menu .dx-menu-item-text { padding: 0 5px 5px 22px; } .dx-rtl.dx-menu .dx-menu-item-text:empty { padding: 0 0 5px 16px; } .dx-menu .dx-icon-exportTo { width: 24px; height: 24px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAi0lEQVQ4y2P4z0AaZBjUGo7/xwLrSdWAoQVNA6okNi3EaEDRQpyG/8RqgECqazjue3wmBGIzCJsGyeOtxGq4ClaeQqwNq4+7Hjc6XgBW3HA8Ha+G4xzH5Y47HU89PhmsPP24JtCzvvg0RB+vPj4JCKuBLJPjbJDwIeQkvuN82NIn3lDCBamjYcjmaQDm2Y92cNrPBQAAAABJRU5ErkJggg==) no-repeat; } .dx-menu .dx-icon-print { width: 24px; height: 24px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAARklEQVQ4y2P4z0AaZBiOGo7/R4WjGpA1HC89PhMIMTQARUDipZgaZuLVMBO3BkyIVwNOSLwG2tuASwMZqRUaE9hg2fDKogBKII/HciyUygAAAABJRU5ErkJggg==) no-repeat; }
0.233444
0.040769
@font-face { font-family: 'NexaRegular'; src: url("../fonts/fontfabric_-_nexaregular-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexaregular-webfont.ttf") format("truetype"); } @font-face { font-family: 'NexaBold'; src: url("../fonts/fontfabric_-_nexa-bold-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexa-bold-webfont.ttf") format("truetype"); } @font-face { font-family: 'NexaLight'; src: url("../fonts/fontfabric_-_nexa-light-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexa-light-webfont.ttf") format("truetype"); } body { font-family: "NexaBold", Helvetica,sans-serif; color: #b6b6b6; } .title { color: #fff; text-transform: uppercase; } a { color: #fff; } a:active { color: #e6e6e6; } .content { background-color: #efeff4; } .h5, h5, .h6, h6, p { color: #8f8f94; } .h5, h5, .h6, h6 { font-weight: normal; text-transform: uppercase; } .table-view-cell .icon { color: #27cdd0; } .btn { font-family: "NexaLight"; color: #2cd4d7; background-color: rgba(247, 247, 247, .98); border: 1px solid #2cd4d7; -webkit-transition: all; -moz-transition: all; transition: all; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; } .btn:active, .btn.active { color: #fff; background-color: #2cd4d7; } .btn-positive.btn-block.btn-outlined { color: #21acaf; border: 1px solid #21acaf; } .btn-primary.btn-block.btn-outlined { color: #2cd4d7; border: 1px solid #62e3e5; } .btn-primary.btn-block.btn-outlined:active, .btn-primary.btn-block.btn-outlined.active { border: 1px solid #62e3e5; } .btn .badge { font-family: "Helvetica Neue",Helvetica,sans-serif; } .btn-primary { color: #fff; background-color: #62e3e5; border: 1px solid #62e3e5; } .btn-primary:active, .btn-primary.active { background-color: #62e3e5; border: 1px solid #62e3e5; } .btn-positive { color: #fff; background-color: #8eebec; border: 1px solid #8eebec; } .btn-positive:active, .btn-positive.active { background-color: #62e3e5; border: 1px solid #62e3e5; } .btn-negative { color: #fff; background-color: #ec8e8e; border: 1px solid #ec8e8e; } .btn-negative:active, .btn-negative.active { background-color: #e56262; border: 1px solid #e56262; } .btn-outlined { background-color: transparent; } .btn-outlined.btn-primary { color: #fff; } .btn-outlined.btn-positive { color: #8eebec; } .btn-outlined.btn-negative { color: #ec8e8e; } .btn-outlined.btn-primary:active, .btn-outlined.btn-positive:active, .btn-outlined.btn-negative:active { color: #fff; } .btn-link { color: #fff; background-color: transparent; border: none; } .btn-link:active, .btn-link.active { color: #e6e6e6; background-color: transparent; } .btn .badge { background-color: rgba(0, 0, 0, .15); } .btn .badge.badge-inverted { background-color: transparent; } .btn:active .badge { color: #fff; } .bar-tab .tab-item { color: #b6b6b6; } .bar { height: 43px; background-color: #8eebec; border-bottom: 1px solid #85dcdd; -webkit-box-shadow: none; box-shadow: none; } .bar.bar-header-secondary { top: 44px; } .bar.bar-footer-secondary { bottom: 44px; } .bar.bar-footer-secondary-tab { bottom: 50px; } .bar.bar-footer, .bar.bar-footer-secondary, .bar.bar-footer-secondary-tab { border-top: 0; } .bar-tab { background-color: #f7f7f7; border-top: 0; } .bar-tab .tab-item.active, .bar-tab .tab-item:active { color: #27cdd0; text-transform: uppercase; } .tab-item { color: #929292; text-transform: uppercase; } .tab-item.active, .tab-item:active { color: #fff; } .bar-nav .btn-link { color: #fff; } .bar-nav .btn-link:active { color: #fff; opacity: .6; } .badge.badge-inverted { color: #2cd4d7; background-color: transparent; } .badge-primary { color: #fff; background-color: #fff; } .badge-primary.badge-inverted { color: #fff; background-color: transparent; } .badge-positive { color: #fff; background-color: #8eebec; } .badge-positive.badge-inverted { color: #8eebec; background-color: transparent; } .badge-negative { color: #fff; background-color: #ec8e8e; } .badge-negative.badge-inverted { color: #ec8e8e; background-color: transparent; } .card .table-view { background-image: none; } .card .table-view-cell:last-child { background-image: none; } .table-view { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 0 100%, 0 0; border-top: 0; border-bottom: 0; } .table-view .table-view-cell { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 15px 100%; border-bottom: 0; } .table-view .table-view-cell:last-child { background-image: none; } .table-view .table-view-cell > a:not(.btn):active { color: inherit; } .table-view .table-view-divider { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 0 100%, 0 0; border-top: 0; border-bottom: 0; } .masonry { /* Masonry container */ -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; } .masonry .item { display: inline-block; width: 100%; margin: 0 0 1em; background: #fff; /* Masonry bricks or child elements */ background-color: #eee; border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .22); } .masonry .item img { display: block; max-width: 100%; height: auto; border-radius: 4px 4px 0 0; } .masonry .item .box-section { font-family: "NexaRegular"; border-bottom: 1px solid #e0e0e0; } .masonry .item .box-section p { padding: 6px 14px 7px; margin: 0; font-size: 13px; } .masonry .item .box-section span { display: block; padding: 6px 14px 7px; font-size: 11px; font-weight: bold; } .masonry .item .box-section span.bold { font-weight: bold; } select, textarea, input[type="text"], input[type="search"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .input-group { height: 40px; padding: 10px 15px; border: 1px solid rgba(0, 0, 0, .2); } input[type="search"] { height: 34px; text-align: center; background-color: rgba(0, 0, 0, .1); border: 0; border-radius: 6px; } input[type="search"]:focus { text-align: left; } select, textarea, .input-group { height: auto; } .input-group { padding: 0; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 0 100%, 0 0; border: 0; } .input-group input { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 15px 100%; border: 0; } .input-group input:last-child { background-image: none; } .input-row { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 15px 100%; border-bottom: 0; } .input-row:last-child, .input-row label + input { background-image: none; } .segmented-control { background-color: transparent; border: 1px solid #2cd4d7; } .segmented-control .control-item { color: #2cd4d7; border-color: #2cd4d7; -webkit-transition: background-color .1s linear; -moz-transition: background-color .1s linear; transition: background-color .1s linear; } .segmented-control .control-item:active { background-color: #c2f3f3; } .segmented-control .control-item.active { color: #fff; background-color: #2cd4d7; } .segmented-control-primary { border: 1px solid #fff; } .segmented-control-primary .control-item { color: #fff; border-color: inherit; } .segmented-control-primary .control-item:active { background-color: white; } .segmented-control-primary .control-item.active { color: #fff; background-color: #fff; } .segmented-control-positive { border: 1px solid #8eebec; } .segmented-control-positive .control-item { color: #8eebec; border-color: inherit; } .segmented-control-positive .control-item:active { background-color: white; } .segmented-control-positive .control-item.active { color: #fff; background-color: #8eebec; } .segmented-control-negative { border: 1px solid #ec8e8e; } .segmented-control-negative .control-item { color: #ec8e8e; border-color: inherit; } .segmented-control-negative .control-item:active { background-color: white; } .segmented-control-negative .control-item.active { color: #fff; background-color: #ec8e8e; } .popover { border-radius: 0; -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; -moz-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; } .popover:before { border-bottom: 15px solid rgba(247, 247, 247, .98); } .popover .bar { -webkit-box-shadow: none; box-shadow: none; } .popover .bar-nav { border-bottom: 1px solid #85dcdd; border-radius: 0; } .popover .table-view { background-image: none; border-radius: 0; } .modal { -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); -moz-transition-timing-function: cubic-bezier(.1, .5, .1, 1); transition-timing-function: cubic-bezier(.1, .5, .1, 1); } .modal.active { -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); -moz-transition-timing-function: cubic-bezier(.1, .5, .1, 1); transition-timing-function: cubic-bezier(.1, .5, .1, 1); } .toggle { width: 47px; border: 2px solid #e6e6e6; -webkit-box-shadow: inset 0 0 0 0 #e1e1e1; box-shadow: inset 0 0 0 0 #e1e1e1; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; -webkit-transition-property: box-shadow, border; -moz-transition-property: box-shadow, border; transition-property: box-shadow, border; } .toggle .toggle-handle { border: 1px solid rgba(0, 0, 0, .2); -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .08); box-shadow: 0 3px 3px rgba(0, 0, 0, .08); -webkit-transition-property: -webkit-transform, border, width; -moz-transition-property: -moz-transform, border, width; transition-property: transform, border, width; } .toggle:before { display: none; } .toggle.active { background-color: transparent; border: 2px solid #8eebec; -webkit-box-shadow: inset 0 0 0 13px #8eebec; box-shadow: inset 0 0 0 13px #8eebec; } .toggle.active .toggle-handle { -webkit-transform: translate3d(17px, 0, 0); -ms-transform: translate3d(17px, 0, 0); transform: translate3d(17px, 0, 0); } .toggle.active .toggle-handle { border-color: #8eebec; } .content.fade { -webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; } .content.sliding { -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); -moz-transition-timing-function: cubic-bezier(.1, .5, .1, 1); transition-timing-function: cubic-bezier(.1, .5, .1, 1); } .content.sliding.sliding-in, .content.sliding.right:not([class*="sliding-in"]) { -webkit-animation-name: fadeOverlay; -moz-animation-name: fadeOverlay; animation-name: fadeOverlay; -webkit-animation-duration: .4s; -moz-animation-duration: .4s; animation-duration: .4s; } .content.sliding.right:not([class*="sliding-in"]) { -webkit-animation-direction: reverse; -moz-animation-direction: reverse; animation-direction: reverse; } .content.sliding.left { -webkit-transform: translate3d(-20%, 0, 0); -ms-transform: translate3d(-20%, 0, 0); transform: translate3d(-20%, 0, 0); } @-webkit-keyframes fadeOverlay { from { -webkit-box-shadow: 0 0 10px transparent, -320px 0 0 transparent; box-shadow: 0 0 10px transparent, -320px 0 0 transparent; } to { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3), -320px 0 0 rgba(0, 0, 0, .1); box-shadow: 0 0 10px rgba(0, 0, 0, .3), -320px 0 0 rgba(0, 0, 0, .1); } } .tabber { overflow: hidden; } .tabber .tabber-menu { display: block; padding: 0; margin: 0; } .tabber .tabber-handle { display: block; float: left; padding: 15px; color: #b6b6b6; cursor: pointer; background-color: #fff; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } .tabber { font-family: "NexaLight"; } .tabber .tabber-handle.active { color: #9d9d9d; } .tabber .tabber-handle.mobile { display: none; float: none; } .tabber .tabber-tab { display: none; margin: 10px; clear: both; } .tabber .tabber-tab.active { display: block; } /* Vertical */ .tabber.vertical .tabber-menu { float: left; width: 20%; } .tabber.vertical .tabber-handle { display: block; width: 100%; } .tabber.vertical .tabber-handle.mobile { display: none; } .tabber.vertical .tabber-tab { float: right; width: 80%; min-height: 100%; clear: none; } /* Mobile */ .tabber.mobile .tabber-handle { display: none; font-family: "NexaBold"; } .tabber.mobile .tabber-handle.mobile { display: block; } .tabber.vertical.mobile .tabber-menu, .tabber.vertical.mobile .tabber-tab { float: none; width: 100%; } :focus { outline: -webkit-focus-ring-color 0; } /* * Shifter v3.1.2 - 2014-10-28 * A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library. * http://formstone.it/shifter/ * * Copyright 2014 <NAME>; MIT Licensed */ .shifter-open { overflow: hidden; } .shifter-open .shifter-page *, .shifter-open .shifter-header * { pointer-events: none; } .shifter-navigation { display: none; padding-top: 43px; padding-bottom: 49px; color: #b6b6b6; opacity: 0; } .shifter-navigation a { display: block; color: #b6b6b6; } .shifter-handle { display: none; } .shifter-enabled .shifter-page { z-index: 1; display: block; min-height: 100%; background: #fff; box-shadow: 2px 0 2px rgba(0, 0, 0, .15); } .shifter-enabled.shifter-left .shifter-page { box-shadow: -2px 0 2px rgba(0, 0, 0, .15); } .shifter-enabled .shifter-navigation { position: fixed; top: 0; z-index: 0; display: block; width: 270px; height: 100%; overflow: auto; pointer-events: none; background: #fff; -webkit-transition: opacity .001s linear .2s, -webkit-transform .2s ease; transition: opacity .001s linear .2s, transform .2s ease; } .shifter-enabled .shifter-page, .shifter-enabled .shifter-header, .shifter-enabled .shifter-navigation { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .shifter-enabled .shifter-page, .shifter-enabled .shifter-header { -webkit-transition: -webkit-transform .2s ease; transition: transform .2s ease; -webkit-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); } .shifter-enabled .shifter-handle { display: block; overflow: hidden; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .shifter-enabled .shifter-handle:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 20px; height: 3px; margin: auto; content: ''; } .shifter-enabled .shifter-navigation { right: 0; -webkit-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); } .shifter-open .shifter-page, .shifter-open .shifter-header { -webkit-transform: translate3D(-270px, 0, 0); -ms-transform: translate3D(-270px, 0, 0); transform: translate3D(-270px, 0, 0); } .shifter-enabled.shifter-left .shifter-navigation { left: 0; -webkit-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); } .shifter-enabled.shifter-left.shifter-open .shifter-page, .shifter-enabled.shifter-left.shifter-open .shifter-header { -webkit-transform: translate3D(270px, 0, 0); -ms-transform: translate3D(270px, 0, 0); transform: translate3D(270px, 0, 0); } .shifter-open .shifter-navigation { pointer-events: all; opacity: 1; -webkit-transition: opacity .001s linear 0s, -webkit-transform .2s ease; transition: opacity .001s linear 0s, transform .2s ease; -webkit-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); } .no-csstransforms3d .shifter-enabled.shifter-navigation { right: -270px; } .no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation { left: -270px; } .no-csstransforms3d .shifter-enabled.shifter-open .shifter-page { left: -270px; } .no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation { right: 0; } .no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page { right: -270px; left: auto; } .no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation { left: 0; } .wallpaper, .wallpaper .wallpaper-container, .wallpaper .wallpaper-media { -webkit-transition: none !important; transition: none !important; } .wallpaper { position: relative; overflow: hidden; } .wallpaper .wallpaper-container { position: absolute; top: 0; z-index: 0; width: 100%; height: 100%; overflow: hidden; } .wallpaper .wallpaper-media { position: absolute; top: 0; left: 0; opacity: 0; } .wallpaper .wallpaper-media.animated { -webkit-transition: opacity .5s linear !important; transition: opacity .5s linear !important; } .wallpaper .wallpaper-media img, .wallpaper .wallpaper-media video, .wallpaper .wallpaper-media iframe { display: block; width: 100%; height: 100%; } .wallpaper .wallpaper-embed.ready:after { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ''; } .wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; } .wallpaper .wallpaper-media.native { width: 100%; height: 100%; background-position: center; background-size: cover; } .wallpaper .wallpaper-media.native img { display: none; } .wallpaper .wallpaper-media.fixed { width: 100%; height: 100%; background-attachment: fixed; background-position: center; } .wallpaper .wallpaper-media.fixed img { display: none; } .profile { position: relative; display: block; min-height: 6em; box-sizing: border-box; } .profile .profile-pic { float: left; width: 18%; padding: 2px; margin-top: 25px; margin-left: 10%; background: #fff; border-radius: 200px 200px 200px 200px; -moz-border-radius: 200px 200px 200px 200px; -webkit-border-radius: 200px 200px 200px 200px; } .profile .profile-info { position: relative; z-index: 1; display: block; } .profile .profile-autor { float: left; margin-top: 30px; margin-left: 5px; } .profile .profile-autor h1, .profile .profile-autor h2, .profile .profile-autor p { padding: 0; margin: 0; font-size: 1em; color: #fff; } .profile .profile-autor p { font-size: .8em; color: #52e1df; } .slider .slide-group .slide { position: relative; } .slider .slide-group .slide-text { position: absolute; top: 45%; left: 0; width: 100%; font-size: 24px; color: #fff; text-align: center; text-shadow: 0 0 10px rgba(0, 0, 0, .5); }
www/css/valentia-theme-cocoonjs.css
@font-face { font-family: 'NexaRegular'; src: url("../fonts/fontfabric_-_nexaregular-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexaregular-webfont.ttf") format("truetype"); } @font-face { font-family: 'NexaBold'; src: url("../fonts/fontfabric_-_nexa-bold-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexa-bold-webfont.ttf") format("truetype"); } @font-face { font-family: 'NexaLight'; src: url("../fonts/fontfabric_-_nexa-light-webfont.woff") format("woff"), url("../fonts/fontfabric_-_nexa-light-webfont.ttf") format("truetype"); } body { font-family: "NexaBold", Helvetica,sans-serif; color: #b6b6b6; } .title { color: #fff; text-transform: uppercase; } a { color: #fff; } a:active { color: #e6e6e6; } .content { background-color: #efeff4; } .h5, h5, .h6, h6, p { color: #8f8f94; } .h5, h5, .h6, h6 { font-weight: normal; text-transform: uppercase; } .table-view-cell .icon { color: #27cdd0; } .btn { font-family: "NexaLight"; color: #2cd4d7; background-color: rgba(247, 247, 247, .98); border: 1px solid #2cd4d7; -webkit-transition: all; -moz-transition: all; transition: all; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; } .btn:active, .btn.active { color: #fff; background-color: #2cd4d7; } .btn-positive.btn-block.btn-outlined { color: #21acaf; border: 1px solid #21acaf; } .btn-primary.btn-block.btn-outlined { color: #2cd4d7; border: 1px solid #62e3e5; } .btn-primary.btn-block.btn-outlined:active, .btn-primary.btn-block.btn-outlined.active { border: 1px solid #62e3e5; } .btn .badge { font-family: "Helvetica Neue",Helvetica,sans-serif; } .btn-primary { color: #fff; background-color: #62e3e5; border: 1px solid #62e3e5; } .btn-primary:active, .btn-primary.active { background-color: #62e3e5; border: 1px solid #62e3e5; } .btn-positive { color: #fff; background-color: #8eebec; border: 1px solid #8eebec; } .btn-positive:active, .btn-positive.active { background-color: #62e3e5; border: 1px solid #62e3e5; } .btn-negative { color: #fff; background-color: #ec8e8e; border: 1px solid #ec8e8e; } .btn-negative:active, .btn-negative.active { background-color: #e56262; border: 1px solid #e56262; } .btn-outlined { background-color: transparent; } .btn-outlined.btn-primary { color: #fff; } .btn-outlined.btn-positive { color: #8eebec; } .btn-outlined.btn-negative { color: #ec8e8e; } .btn-outlined.btn-primary:active, .btn-outlined.btn-positive:active, .btn-outlined.btn-negative:active { color: #fff; } .btn-link { color: #fff; background-color: transparent; border: none; } .btn-link:active, .btn-link.active { color: #e6e6e6; background-color: transparent; } .btn .badge { background-color: rgba(0, 0, 0, .15); } .btn .badge.badge-inverted { background-color: transparent; } .btn:active .badge { color: #fff; } .bar-tab .tab-item { color: #b6b6b6; } .bar { height: 43px; background-color: #8eebec; border-bottom: 1px solid #85dcdd; -webkit-box-shadow: none; box-shadow: none; } .bar.bar-header-secondary { top: 44px; } .bar.bar-footer-secondary { bottom: 44px; } .bar.bar-footer-secondary-tab { bottom: 50px; } .bar.bar-footer, .bar.bar-footer-secondary, .bar.bar-footer-secondary-tab { border-top: 0; } .bar-tab { background-color: #f7f7f7; border-top: 0; } .bar-tab .tab-item.active, .bar-tab .tab-item:active { color: #27cdd0; text-transform: uppercase; } .tab-item { color: #929292; text-transform: uppercase; } .tab-item.active, .tab-item:active { color: #fff; } .bar-nav .btn-link { color: #fff; } .bar-nav .btn-link:active { color: #fff; opacity: .6; } .badge.badge-inverted { color: #2cd4d7; background-color: transparent; } .badge-primary { color: #fff; background-color: #fff; } .badge-primary.badge-inverted { color: #fff; background-color: transparent; } .badge-positive { color: #fff; background-color: #8eebec; } .badge-positive.badge-inverted { color: #8eebec; background-color: transparent; } .badge-negative { color: #fff; background-color: #ec8e8e; } .badge-negative.badge-inverted { color: #ec8e8e; background-color: transparent; } .card .table-view { background-image: none; } .card .table-view-cell:last-child { background-image: none; } .table-view { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 0 100%, 0 0; border-top: 0; border-bottom: 0; } .table-view .table-view-cell { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 15px 100%; border-bottom: 0; } .table-view .table-view-cell:last-child { background-image: none; } .table-view .table-view-cell > a:not(.btn):active { color: inherit; } .table-view .table-view-divider { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 0 100%, 0 0; border-top: 0; border-bottom: 0; } .masonry { /* Masonry container */ -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; } .masonry .item { display: inline-block; width: 100%; margin: 0 0 1em; background: #fff; /* Masonry bricks or child elements */ background-color: #eee; border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .22); } .masonry .item img { display: block; max-width: 100%; height: auto; border-radius: 4px 4px 0 0; } .masonry .item .box-section { font-family: "NexaRegular"; border-bottom: 1px solid #e0e0e0; } .masonry .item .box-section p { padding: 6px 14px 7px; margin: 0; font-size: 13px; } .masonry .item .box-section span { display: block; padding: 6px 14px 7px; font-size: 11px; font-weight: bold; } .masonry .item .box-section span.bold { font-weight: bold; } select, textarea, input[type="text"], input[type="search"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .input-group { height: 40px; padding: 10px 15px; border: 1px solid rgba(0, 0, 0, .2); } input[type="search"] { height: 34px; text-align: center; background-color: rgba(0, 0, 0, .1); border: 0; border-radius: 6px; } input[type="search"]:focus { text-align: left; } select, textarea, .input-group { height: auto; } .input-group { padding: 0; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 0 100%, 0 0; border: 0; } .input-group input { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 15px 100%; border: 0; } .input-group input:last-child { background-image: none; } .input-row { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat; background-position: 15px 100%; border-bottom: 0; } .input-row:last-child, .input-row label + input { background-image: none; } .segmented-control { background-color: transparent; border: 1px solid #2cd4d7; } .segmented-control .control-item { color: #2cd4d7; border-color: #2cd4d7; -webkit-transition: background-color .1s linear; -moz-transition: background-color .1s linear; transition: background-color .1s linear; } .segmented-control .control-item:active { background-color: #c2f3f3; } .segmented-control .control-item.active { color: #fff; background-color: #2cd4d7; } .segmented-control-primary { border: 1px solid #fff; } .segmented-control-primary .control-item { color: #fff; border-color: inherit; } .segmented-control-primary .control-item:active { background-color: white; } .segmented-control-primary .control-item.active { color: #fff; background-color: #fff; } .segmented-control-positive { border: 1px solid #8eebec; } .segmented-control-positive .control-item { color: #8eebec; border-color: inherit; } .segmented-control-positive .control-item:active { background-color: white; } .segmented-control-positive .control-item.active { color: #fff; background-color: #8eebec; } .segmented-control-negative { border: 1px solid #ec8e8e; } .segmented-control-negative .control-item { color: #ec8e8e; border-color: inherit; } .segmented-control-negative .control-item:active { background-color: white; } .segmented-control-negative .control-item.active { color: #fff; background-color: #ec8e8e; } .popover { border-radius: 0; -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; -moz-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out; } .popover:before { border-bottom: 15px solid rgba(247, 247, 247, .98); } .popover .bar { -webkit-box-shadow: none; box-shadow: none; } .popover .bar-nav { border-bottom: 1px solid #85dcdd; border-radius: 0; } .popover .table-view { background-image: none; border-radius: 0; } .modal { -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); -moz-transition-timing-function: cubic-bezier(.1, .5, .1, 1); transition-timing-function: cubic-bezier(.1, .5, .1, 1); } .modal.active { -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); -moz-transition-timing-function: cubic-bezier(.1, .5, .1, 1); transition-timing-function: cubic-bezier(.1, .5, .1, 1); } .toggle { width: 47px; border: 2px solid #e6e6e6; -webkit-box-shadow: inset 0 0 0 0 #e1e1e1; box-shadow: inset 0 0 0 0 #e1e1e1; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; -webkit-transition-property: box-shadow, border; -moz-transition-property: box-shadow, border; transition-property: box-shadow, border; } .toggle .toggle-handle { border: 1px solid rgba(0, 0, 0, .2); -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .08); box-shadow: 0 3px 3px rgba(0, 0, 0, .08); -webkit-transition-property: -webkit-transform, border, width; -moz-transition-property: -moz-transform, border, width; transition-property: transform, border, width; } .toggle:before { display: none; } .toggle.active { background-color: transparent; border: 2px solid #8eebec; -webkit-box-shadow: inset 0 0 0 13px #8eebec; box-shadow: inset 0 0 0 13px #8eebec; } .toggle.active .toggle-handle { -webkit-transform: translate3d(17px, 0, 0); -ms-transform: translate3d(17px, 0, 0); transform: translate3d(17px, 0, 0); } .toggle.active .toggle-handle { border-color: #8eebec; } .content.fade { -webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; } .content.sliding { -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); -moz-transition-timing-function: cubic-bezier(.1, .5, .1, 1); transition-timing-function: cubic-bezier(.1, .5, .1, 1); } .content.sliding.sliding-in, .content.sliding.right:not([class*="sliding-in"]) { -webkit-animation-name: fadeOverlay; -moz-animation-name: fadeOverlay; animation-name: fadeOverlay; -webkit-animation-duration: .4s; -moz-animation-duration: .4s; animation-duration: .4s; } .content.sliding.right:not([class*="sliding-in"]) { -webkit-animation-direction: reverse; -moz-animation-direction: reverse; animation-direction: reverse; } .content.sliding.left { -webkit-transform: translate3d(-20%, 0, 0); -ms-transform: translate3d(-20%, 0, 0); transform: translate3d(-20%, 0, 0); } @-webkit-keyframes fadeOverlay { from { -webkit-box-shadow: 0 0 10px transparent, -320px 0 0 transparent; box-shadow: 0 0 10px transparent, -320px 0 0 transparent; } to { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3), -320px 0 0 rgba(0, 0, 0, .1); box-shadow: 0 0 10px rgba(0, 0, 0, .3), -320px 0 0 rgba(0, 0, 0, .1); } } .tabber { overflow: hidden; } .tabber .tabber-menu { display: block; padding: 0; margin: 0; } .tabber .tabber-handle { display: block; float: left; padding: 15px; color: #b6b6b6; cursor: pointer; background-color: #fff; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } .tabber { font-family: "NexaLight"; } .tabber .tabber-handle.active { color: #9d9d9d; } .tabber .tabber-handle.mobile { display: none; float: none; } .tabber .tabber-tab { display: none; margin: 10px; clear: both; } .tabber .tabber-tab.active { display: block; } /* Vertical */ .tabber.vertical .tabber-menu { float: left; width: 20%; } .tabber.vertical .tabber-handle { display: block; width: 100%; } .tabber.vertical .tabber-handle.mobile { display: none; } .tabber.vertical .tabber-tab { float: right; width: 80%; min-height: 100%; clear: none; } /* Mobile */ .tabber.mobile .tabber-handle { display: none; font-family: "NexaBold"; } .tabber.mobile .tabber-handle.mobile { display: block; } .tabber.vertical.mobile .tabber-menu, .tabber.vertical.mobile .tabber-tab { float: none; width: 100%; } :focus { outline: -webkit-focus-ring-color 0; } /* * Shifter v3.1.2 - 2014-10-28 * A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library. * http://formstone.it/shifter/ * * Copyright 2014 <NAME>; MIT Licensed */ .shifter-open { overflow: hidden; } .shifter-open .shifter-page *, .shifter-open .shifter-header * { pointer-events: none; } .shifter-navigation { display: none; padding-top: 43px; padding-bottom: 49px; color: #b6b6b6; opacity: 0; } .shifter-navigation a { display: block; color: #b6b6b6; } .shifter-handle { display: none; } .shifter-enabled .shifter-page { z-index: 1; display: block; min-height: 100%; background: #fff; box-shadow: 2px 0 2px rgba(0, 0, 0, .15); } .shifter-enabled.shifter-left .shifter-page { box-shadow: -2px 0 2px rgba(0, 0, 0, .15); } .shifter-enabled .shifter-navigation { position: fixed; top: 0; z-index: 0; display: block; width: 270px; height: 100%; overflow: auto; pointer-events: none; background: #fff; -webkit-transition: opacity .001s linear .2s, -webkit-transform .2s ease; transition: opacity .001s linear .2s, transform .2s ease; } .shifter-enabled .shifter-page, .shifter-enabled .shifter-header, .shifter-enabled .shifter-navigation { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .shifter-enabled .shifter-page, .shifter-enabled .shifter-header { -webkit-transition: -webkit-transform .2s ease; transition: transform .2s ease; -webkit-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); } .shifter-enabled .shifter-handle { display: block; overflow: hidden; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .shifter-enabled .shifter-handle:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 20px; height: 3px; margin: auto; content: ''; } .shifter-enabled .shifter-navigation { right: 0; -webkit-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); } .shifter-open .shifter-page, .shifter-open .shifter-header { -webkit-transform: translate3D(-270px, 0, 0); -ms-transform: translate3D(-270px, 0, 0); transform: translate3D(-270px, 0, 0); } .shifter-enabled.shifter-left .shifter-navigation { left: 0; -webkit-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); } .shifter-enabled.shifter-left.shifter-open .shifter-page, .shifter-enabled.shifter-left.shifter-open .shifter-header { -webkit-transform: translate3D(270px, 0, 0); -ms-transform: translate3D(270px, 0, 0); transform: translate3D(270px, 0, 0); } .shifter-open .shifter-navigation { pointer-events: all; opacity: 1; -webkit-transition: opacity .001s linear 0s, -webkit-transform .2s ease; transition: opacity .001s linear 0s, transform .2s ease; -webkit-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); } .no-csstransforms3d .shifter-enabled.shifter-navigation { right: -270px; } .no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation { left: -270px; } .no-csstransforms3d .shifter-enabled.shifter-open .shifter-page { left: -270px; } .no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation { right: 0; } .no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page { right: -270px; left: auto; } .no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation { left: 0; } .wallpaper, .wallpaper .wallpaper-container, .wallpaper .wallpaper-media { -webkit-transition: none !important; transition: none !important; } .wallpaper { position: relative; overflow: hidden; } .wallpaper .wallpaper-container { position: absolute; top: 0; z-index: 0; width: 100%; height: 100%; overflow: hidden; } .wallpaper .wallpaper-media { position: absolute; top: 0; left: 0; opacity: 0; } .wallpaper .wallpaper-media.animated { -webkit-transition: opacity .5s linear !important; transition: opacity .5s linear !important; } .wallpaper .wallpaper-media img, .wallpaper .wallpaper-media video, .wallpaper .wallpaper-media iframe { display: block; width: 100%; height: 100%; } .wallpaper .wallpaper-embed.ready:after { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ''; } .wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; } .wallpaper .wallpaper-media.native { width: 100%; height: 100%; background-position: center; background-size: cover; } .wallpaper .wallpaper-media.native img { display: none; } .wallpaper .wallpaper-media.fixed { width: 100%; height: 100%; background-attachment: fixed; background-position: center; } .wallpaper .wallpaper-media.fixed img { display: none; } .profile { position: relative; display: block; min-height: 6em; box-sizing: border-box; } .profile .profile-pic { float: left; width: 18%; padding: 2px; margin-top: 25px; margin-left: 10%; background: #fff; border-radius: 200px 200px 200px 200px; -moz-border-radius: 200px 200px 200px 200px; -webkit-border-radius: 200px 200px 200px 200px; } .profile .profile-info { position: relative; z-index: 1; display: block; } .profile .profile-autor { float: left; margin-top: 30px; margin-left: 5px; } .profile .profile-autor h1, .profile .profile-autor h2, .profile .profile-autor p { padding: 0; margin: 0; font-size: 1em; color: #fff; } .profile .profile-autor p { font-size: .8em; color: #52e1df; } .slider .slide-group .slide { position: relative; } .slider .slide-group .slide-text { position: absolute; top: 45%; left: 0; width: 100%; font-size: 24px; color: #fff; text-align: center; text-shadow: 0 0 10px rgba(0, 0, 0, .5); }
0.368633
0.075041
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; font-size: 13px; font-family: 'Ubuntu', sans-serif; } /* 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; } /*****************END RESET******************************/ body, html { position: absolute; top:0; bottom: 0; right: 0; left: 0; margin: 0 auto; width: 100%; height: 100%; } p { padding-top: 10px; padding-bottom: 10px; } b { font-weight: bold; } .templates { display: none; } .game-wrapper { position: absolute; top: 101%; } header { display: block; height: 250px; width: 100%; padding-left: 15px; padding-right: 15px; } .game-image { display: inline-block; float: left; object-fit: cover; min-width: 20%; max-width: 40%; height: 100%; padding-right: 10px; border-radius: 10%; } .game-title { font-size: 34px; font-weight: bold; text-align: center; } .game-description { font-size: 15px; } .game-points, .game-points>span { font-size: 32px; font-weight: bold; text-align: center; } .cardTypes-nav { height: 30px; text-align: center; padding-left: 40px; margin-top: 10px; margin-bottom: 10px; } .navLink { display: inline-block; height: 30px; text-align: center; line-height: 30px; text-decoration: none; padding-left: 10px; padding-right: 10px; border-radius: 10px; color: white; background: black; } .navLink:hover { color: purple; background: black; } .navLink-seleccionado { background: darkgray; } .cards { display: block; text-align: center; background: white; } .cardTypes-description { padding-top: 20px; padding-bottom: 20px; } .cardTypes-title { font-size: 32px; font-weight: bold; } .card { display: inline-block; width: 500px; height: 250px; border: 1px black solid; background: white; } .card:hover { color: white; background: black; } .card-selected { color: white; background: black; } .card-selected:hover { color: white; background: black; } .card-image { display: inline-block; object-fit: cover; width: 250px; height: 250px; float: left; } .card-value { display: inline-block; width: 250px; height: 20px; float: left; color: white; background: black; text-align: center; } .card-title { display: inline-block; width: 250px; height: 40px; float: left; color: white; background: black; text-align: center; } .card-text { display: inline-block; width: 250px; height: 190px; float: left; padding-left: 5px; padding-right: 5px; box-sizing: border-box; text-align: justify; text-justify: inter-word; overflow: scroll; overflow-y: auto; overflow-x: auto; } .game-lang-selector { position: absolute; top: 0; bottom: 0; right: 0; left: 0; padding-bottom: 30px; background: purple; text-align: center; } .selector-title { font-size: 42px; font-weight: bolder; text-align: center; padding-top: 30px; padding-bottom: 30px; } select { width: 150px; height: 30px; line-height: 30px; }
style.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; font-size: 13px; font-family: 'Ubuntu', sans-serif; } /* 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; } /*****************END RESET******************************/ body, html { position: absolute; top:0; bottom: 0; right: 0; left: 0; margin: 0 auto; width: 100%; height: 100%; } p { padding-top: 10px; padding-bottom: 10px; } b { font-weight: bold; } .templates { display: none; } .game-wrapper { position: absolute; top: 101%; } header { display: block; height: 250px; width: 100%; padding-left: 15px; padding-right: 15px; } .game-image { display: inline-block; float: left; object-fit: cover; min-width: 20%; max-width: 40%; height: 100%; padding-right: 10px; border-radius: 10%; } .game-title { font-size: 34px; font-weight: bold; text-align: center; } .game-description { font-size: 15px; } .game-points, .game-points>span { font-size: 32px; font-weight: bold; text-align: center; } .cardTypes-nav { height: 30px; text-align: center; padding-left: 40px; margin-top: 10px; margin-bottom: 10px; } .navLink { display: inline-block; height: 30px; text-align: center; line-height: 30px; text-decoration: none; padding-left: 10px; padding-right: 10px; border-radius: 10px; color: white; background: black; } .navLink:hover { color: purple; background: black; } .navLink-seleccionado { background: darkgray; } .cards { display: block; text-align: center; background: white; } .cardTypes-description { padding-top: 20px; padding-bottom: 20px; } .cardTypes-title { font-size: 32px; font-weight: bold; } .card { display: inline-block; width: 500px; height: 250px; border: 1px black solid; background: white; } .card:hover { color: white; background: black; } .card-selected { color: white; background: black; } .card-selected:hover { color: white; background: black; } .card-image { display: inline-block; object-fit: cover; width: 250px; height: 250px; float: left; } .card-value { display: inline-block; width: 250px; height: 20px; float: left; color: white; background: black; text-align: center; } .card-title { display: inline-block; width: 250px; height: 40px; float: left; color: white; background: black; text-align: center; } .card-text { display: inline-block; width: 250px; height: 190px; float: left; padding-left: 5px; padding-right: 5px; box-sizing: border-box; text-align: justify; text-justify: inter-word; overflow: scroll; overflow-y: auto; overflow-x: auto; } .game-lang-selector { position: absolute; top: 0; bottom: 0; right: 0; left: 0; padding-bottom: 30px; background: purple; text-align: center; } .selector-title { font-size: 42px; font-weight: bolder; text-align: center; padding-top: 30px; padding-bottom: 30px; } select { width: 150px; height: 30px; line-height: 30px; }
0.334046
0.088505
html { background: rgb(255, 255, 255); scroll-behavior: smooth; } body { -webkit-overflow-scrolling: touch; } hr { border-top: 0.25rem solid var(--border-color); margin-top: 3rem; margin-bottom: 3rem; } /** * Main section */ .container { max-width: var(--width); padding: 2rem 0; margin: 0 auto; } .container > h1:first-child { margin-top: 0; } .main--portfolio { max-width: 80rem; } .section__cta { margin-top: 3rem; text-align: center; } .section__caption { position: absolute; bottom: 1rem; right: 2rem; } .section--fullsize { position: relative; background-size: cover; background-position: center center; max-width: 85rem; } @media (min-width: 32em) { .container { padding: 2rem; } .section--fullsize { margin-left: 1rem; margin-right: 1rem; } } @media (min-width: 87em) { .section--fullsize { margin-left: auto; margin-right: auto; } } .section--ratio { overflow: hidden; } .section--ratio::after { content: ""; float: left; padding-top: 56.75%; width: 0; } @media (min-width: 32em) { .section--ratio::after { padding-top: 37.5%; } } /** * Text styles */ .text--centered { text-align: center; } .text--small { font-size: 0.8rem; } .text--padded { padding-top: 2rem; padding-bottom: 2rem; } .main { padding: 0 1em 1em; } /** * Overlays */ .imprint h2, .contact h2 { border-bottom: none; } /** * Resume */ .resume-header > h2 { line-height: 1.2; margin-bottom: 0.25rem; border-bottom: 0; } .resume-header > address { font-style: normal; } /** * Print styles */ @media print { * { background: transparent !important; color: #000 !important; } html { border-top: 0; } body { font-size: 13px; } .header { padding: 0; } .navigation, .footer { display: none; } a[href]:after { content: " (" attr(href) ")"; } /* Don't show links for images, or javascript/internal links */ a[href^="#"]:after, a[href^="mailto:"]:after { content: ""; } @page { margin: 1.2cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /** * Scroller */ .layout__scroll-top { position: fixed; right: 2rem; bottom: 2rem; border: 0; background: none; opacity: 1; transition: 0.4s; } .layout__scroll-top.is-hidden { opacity: 0; } @media screen and (max-width: 34em) { .layout__scroll-top { display: none; } } /* Cookue Message */ .cookieconsent-com---nb.cookieconsent-com---palette-light .cc-nb-title { font-size: 2.7rem; font-weight: normal; } .cookieconsent-com---palette-light .cc-nb-main-container { font: 16px Roboto Slab, serif; color: var(--copy-color); } .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-okagree, .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-reject, .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-changep { padding: 0.5rem 2.5rem; line-height: 2; font-size: 1em; border-radius: 2rem; transition: 0.15s; font-weight: normal; } .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-okagree { background-image: linear-gradient( 161.81deg, var(--secondary-color--hover) 25%, var(--secondary-color) 75% ); background-color: var(--secondary-color); color: #fff; } .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-reject { background-color: var(--color-light); color: #fff; } .cookieconsent-com---nb.cookieconsent-com---nb-headline .cc-nb-main-container { padding: 1rem; max-width: var(--width); margin-left: auto; margin-right: auto; } @media screen and (min-width: 34em) { .cookieconsent-com---nb.cookieconsent-com---nb-headline .cc-nb-main-container { padding: 3rem 0; } }
styles/layout/layout.css
html { background: rgb(255, 255, 255); scroll-behavior: smooth; } body { -webkit-overflow-scrolling: touch; } hr { border-top: 0.25rem solid var(--border-color); margin-top: 3rem; margin-bottom: 3rem; } /** * Main section */ .container { max-width: var(--width); padding: 2rem 0; margin: 0 auto; } .container > h1:first-child { margin-top: 0; } .main--portfolio { max-width: 80rem; } .section__cta { margin-top: 3rem; text-align: center; } .section__caption { position: absolute; bottom: 1rem; right: 2rem; } .section--fullsize { position: relative; background-size: cover; background-position: center center; max-width: 85rem; } @media (min-width: 32em) { .container { padding: 2rem; } .section--fullsize { margin-left: 1rem; margin-right: 1rem; } } @media (min-width: 87em) { .section--fullsize { margin-left: auto; margin-right: auto; } } .section--ratio { overflow: hidden; } .section--ratio::after { content: ""; float: left; padding-top: 56.75%; width: 0; } @media (min-width: 32em) { .section--ratio::after { padding-top: 37.5%; } } /** * Text styles */ .text--centered { text-align: center; } .text--small { font-size: 0.8rem; } .text--padded { padding-top: 2rem; padding-bottom: 2rem; } .main { padding: 0 1em 1em; } /** * Overlays */ .imprint h2, .contact h2 { border-bottom: none; } /** * Resume */ .resume-header > h2 { line-height: 1.2; margin-bottom: 0.25rem; border-bottom: 0; } .resume-header > address { font-style: normal; } /** * Print styles */ @media print { * { background: transparent !important; color: #000 !important; } html { border-top: 0; } body { font-size: 13px; } .header { padding: 0; } .navigation, .footer { display: none; } a[href]:after { content: " (" attr(href) ")"; } /* Don't show links for images, or javascript/internal links */ a[href^="#"]:after, a[href^="mailto:"]:after { content: ""; } @page { margin: 1.2cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /** * Scroller */ .layout__scroll-top { position: fixed; right: 2rem; bottom: 2rem; border: 0; background: none; opacity: 1; transition: 0.4s; } .layout__scroll-top.is-hidden { opacity: 0; } @media screen and (max-width: 34em) { .layout__scroll-top { display: none; } } /* Cookue Message */ .cookieconsent-com---nb.cookieconsent-com---palette-light .cc-nb-title { font-size: 2.7rem; font-weight: normal; } .cookieconsent-com---palette-light .cc-nb-main-container { font: 16px Roboto Slab, serif; color: var(--copy-color); } .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-okagree, .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-reject, .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-changep { padding: 0.5rem 2.5rem; line-height: 2; font-size: 1em; border-radius: 2rem; transition: 0.15s; font-weight: normal; } .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-okagree { background-image: linear-gradient( 161.81deg, var(--secondary-color--hover) 25%, var(--secondary-color) 75% ); background-color: var(--secondary-color); color: #fff; } .cookieconsent-com---palette-light .cc-nb-main-container .cc-nb-reject { background-color: var(--color-light); color: #fff; } .cookieconsent-com---nb.cookieconsent-com---nb-headline .cc-nb-main-container { padding: 1rem; max-width: var(--width); margin-left: auto; margin-right: auto; } @media screen and (min-width: 34em) { .cookieconsent-com---nb.cookieconsent-com---nb-headline .cc-nb-main-container { padding: 3rem 0; } }
0.650245
0.072538
.simple-notification-container { position: fixed; top: 0; right: 0; width: 310px; height: auto; overflow-y: auto; overflow-x: hidden; } .simple-notification-wrapper { max-height: 0px; /* Animation on creation */ -webkit-animation: pushDown 500ms forwards; animation: pushDown 500ms forwards; } .simple-notification { position: relative; color: white; /* Default */ border: 1px solid transparent; border-radius: 4px; padding: 15px; padding-right: 20px; width: 300px; opacity: 1; margin-top: 10px; border: 1px solid transparent; font-family: sans-serif; /* Animation on creation */ -webkit-animation:slideIn 500ms forwards; animation: slideIn 500ms forwards; -webkit-animation-delay: 100ms; animation-delay: 100ms; } .simple-notification .close-notification { position: absolute; width: 15px; height: 15px; background-image: url("close-icon.svg"); background-size: contain; background-repeat: no-repeat; top: 10px; right: 10px; font-size: 20px; color: #000; opacity: 0.3; cursor: pointer; } .close-notification:hover { opacity: 0.7; } .simple-notification.warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .simple-notification.good { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .simple-notification.danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .simple-notification.attention { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } /* Outro transition */ .simple-notification.fade-out { opacity: 0; transition: opacity 500ms ease-in-out; -moz-transition: opacity 500ms ease-in-out; -webkit-transition: opacity 500ms ease-in-out; } /* CSS Animations */ @keyframes slideIn { 100% { margin-left: 0px; } } @-webkit-keyframes slideIn { 100% { margin-left: 0px; } } @-moz-keyframes slideIn { 100% { margin-left: 0px; } } @-o-keyframes slideIn { 100% { margin-left: 0px; } } @keyframes pushDown { 100% { max-height: 200px; } } @-webkit-keyframes slideIn { 100% { max-height: 200px; } } @-moz-keyframes slideIn { 100% { max-height: 200px; } } @-o-keyframes slideIn { 100% { max-height: 200px; } }
inc/simpleNotifyStyle.css
.simple-notification-container { position: fixed; top: 0; right: 0; width: 310px; height: auto; overflow-y: auto; overflow-x: hidden; } .simple-notification-wrapper { max-height: 0px; /* Animation on creation */ -webkit-animation: pushDown 500ms forwards; animation: pushDown 500ms forwards; } .simple-notification { position: relative; color: white; /* Default */ border: 1px solid transparent; border-radius: 4px; padding: 15px; padding-right: 20px; width: 300px; opacity: 1; margin-top: 10px; border: 1px solid transparent; font-family: sans-serif; /* Animation on creation */ -webkit-animation:slideIn 500ms forwards; animation: slideIn 500ms forwards; -webkit-animation-delay: 100ms; animation-delay: 100ms; } .simple-notification .close-notification { position: absolute; width: 15px; height: 15px; background-image: url("close-icon.svg"); background-size: contain; background-repeat: no-repeat; top: 10px; right: 10px; font-size: 20px; color: #000; opacity: 0.3; cursor: pointer; } .close-notification:hover { opacity: 0.7; } .simple-notification.warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .simple-notification.good { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .simple-notification.danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .simple-notification.attention { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } /* Outro transition */ .simple-notification.fade-out { opacity: 0; transition: opacity 500ms ease-in-out; -moz-transition: opacity 500ms ease-in-out; -webkit-transition: opacity 500ms ease-in-out; } /* CSS Animations */ @keyframes slideIn { 100% { margin-left: 0px; } } @-webkit-keyframes slideIn { 100% { margin-left: 0px; } } @-moz-keyframes slideIn { 100% { margin-left: 0px; } } @-o-keyframes slideIn { 100% { margin-left: 0px; } } @keyframes pushDown { 100% { max-height: 200px; } } @-webkit-keyframes slideIn { 100% { max-height: 200px; } } @-moz-keyframes slideIn { 100% { max-height: 200px; } } @-o-keyframes slideIn { 100% { max-height: 200px; } }
0.471467
0.080755
html{height:100%} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,iframe{margin:0;padding:0} table{border-collapse:collapse} fieldset,img{border:0} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal} ol,ul{list-style:none} caption,th{text-align:left} h1,h2,h3,h4,h5,h6{font-size:100%} q:before,q:after{content:''} body{font:normal x-small verdana,arial,helvetica,sans-serif;background-color:white;z-index:1} textarea{font:normal small verdana,arial,helvetica,sans-serif} input[type=hidden]{position:absolute} h1{font-size:18px;font-weight:normal;margin:10px 0} h2{color:#369;font-size:13px} h2 a{text-decoration:none} h2 a:visited{color:#369} h2 a:hover{text-decoration:underline} h3{font-size:110%} a img{border:0 none} a{text-decoration:none;color:#369} .rounded{-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px} .rounded .morelink{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-moz-border-radius-topright:6px} div.autosize{display:table;width:1px} div.autosize>div{display:table-cell} input.txt{background-color:#f7f7f7;border:1px solid #369} input[type=checkbox],input[type=radio]{margin-top:.4em} label.disabled{color:gray} .wrong{color:red;font-weight:normal} .attention{font-weight:bold;border:solid 1px #f60;padding:3px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px} .subform input.text{width:25em} .subform textarea.text{width:25em} .subform label{margin:0 5px} .subform td{padding:0 5px 5px 0} .subform td.nopadding{padding:0} .nowrap{white-space:nowrap} .leftpad{padding-left:1em} .nomargin{margin:0} .nopadding{padding:0} .fancybutton{padding:5px 10px;background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,54%,89%)),to(hsl(210,54%,79%)));background:-moz-linear-gradient(top,hsl(210,54%,89%),hsl(210,54%,79%));background-color:#adc9e6;border:1px solid #5e96cf;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;color:#2e6399;text-shadow:0 1px 0 hsla(0,0%,100%,.7);-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8);text-decoration:none;font-weight:bold} .fancybutton:hover{background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,54%,93%)),to(hsl(210,54%,89%)));background:-moz-linear-gradient(top,hsl(210,54%,93%),hsl(210,54%,89%));background-color:#d4e3f2} .fancybutton:focus,.fancybutton:active{background:-webkit-gradient(linear,0% 0%,0% 100%,to(hsl(210,54%,89%)),from(hsl(210,54%,79%)));background:-moz-linear-gradient(top,hsl(210,54%,79%),hsl(210,54%,89%));background-color:#d4e3f2;-webkit-box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.7);-moz-box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.7);box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.7)} .fancybutton.disabled,.fancybutton.disabled:active{background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,24%,93%)),to(hsl(210,24%,89%)));background:-moz-linear-gradient(top,hsl(210,24%,93%),hsl(210,24%,89%));background-color:#d4e3f2;border-color:#999;color:#999} .hover a:hover{text-decoration:underline} .selected,.choice.primary{font-weight:bold} .flat-list{list-style-type:none;display:inline} .flat-list li,.flat-list form{display:inline;white-space:nowrap} .flat-list .selected a{color:orangered} .link .flat-list{display:block;padding:1px 0} .link.compressed .flat-list{display:inline-block;padding:0 0 1px 0} ul.flat-vert{text-align:left} .flat-vert .separator{margin:0} .flat-vert.title{font-family:arial,verdana,helvetica,sans-serif;color:#777;font-size:18px;font-weight:normal;margin-bottom:5px} .separator{color:gray;margin:0 .7ex} .pref-lang{font-weight:bold} .pref{font-weight:bold} #jumpToContent{position:absolute;left:135px;top:25px;font-weight:bold;margin-left:-1000px} #jumpToContent:focus{margin-left:0!important} #header{border-bottom:1px solid #5f99cf;position:relative;background-color:#cee3f8;z-index:99} #header-img{margin-top:2px;margin-right:5px} #header-img.default-header{text-indent:-9999px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -258px;background-repeat:no-repeat;height:40px;width:120px;display:inline-block;vertical-align:bottom;margin-bottom:3px} #header-top{position:absolute;right:5px} #header-bottom-left{font-size:larger} #header-bottom-right{position:absolute;right:0;bottom:0;background-color:#eff7ff;padding:4px;line-height:12px;-moz-border-radius-topleft:7px;-webkit-border-top-left-radius:7px;border-top-left-radius:7px} #mail{position:relative;top:2px;display:inline-block;text-indent:-9999px;overflow:hidden;width:15px;height:10px} #mail.havemail{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-30px -629px;background-repeat:no-repeat} #mail.nohavemail{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-46px -629px;background-repeat:no-repeat} #modmail{position:relative;top:-2px;display:inline-block;text-indent:-9999px;overflow:hidden;width:16px;height:16px;margin-bottom:-6px} #modmail.havemail{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-34px -578px;background-repeat:no-repeat} #modmail.nohavemail{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-51px -578px;background-repeat:no-repeat} .user{color:gray} .user .userkarma{cursor:help;font-weight:bold;border-bottom:1px dotted gray} .pagename{font-weight:bold;margin-right:1ex;font-variant:small-caps;font-size:1.2em;vertical-align:bottom} .pagename a{color:black} .newpagelink{padding:3px 5px;background-color:#ff9} .dropdown{cursor:default;display:inline;position:relative} .drop-choices.inuse{display:block} .drop-choices{position:absolute;left:0;border:1px solid gray;z-index:100;background-color:white;white-space:nowrap;line-height:normal;margin-top:1px;display:none} .drop-choices a.choice{cursor:pointer;padding:2px 3px 1px 3px;display:block} .drop-choices a.choice:hover{background-color:#c7def7} .drop-choices a.choice.selected{display:none} .dropdown.heavydrop .selected{background:white none no-repeat scroll center right;background-image:url(../droparrow.gif);border:1px solid gray;padding:2px;padding-right:23px;padding-left:5px;font-weight:bold} .dropdown.lightdrop .selected{position:relative;background:transparent none no-repeat scroll center right;background-image:url(../droparrowgray.gif);padding-right:21px;text-decoration:underline;color:gray} .drop-choices.lightdrop{margin-top:2px} .dropdown.tabdrop .selected{position:relative;background:white none no-repeat scroll center right;background-image:url(../droparrowgray.gif);padding:2px 21px 1px 5px;margin-left:3px;border:1px solid #5f99cf;border-bottom:0;color:orangered} .dropdown.tabdrop .selected.title{background-color:#eff7ff;color:#369;padding-bottom:0;border:0} .drop-choices.tabdrop{margin-top:2px} .dropdown-title.tabdrop{display:none} .tabmenu{list-style-type:none;white-space:nowrap;display:inline-block;margin-top:5px;vertical-align:bottom} .tabmenu li{display:inline;font-weight:bold;margin:0 3px} .tabmenu li a{padding:2px 6px 0 6px;background-color:#eff7ff} .tabmenu li.selected a{color:orangered;background-color:white;border:1px solid #5f99cf;border-bottom:1px solid white;z-index:100} .tabpane-content{border:1px solid #5f99cf;padding:4px} #search input[type=text]{border:1px solid gray;font-size:18px;width:295px;padding:2px} .content{z-index:1;margin:7px 5px 0 5px} .content .spacer{margin-bottom:5px} .state-button{display:inline} .side{float:right;background-color:white;margin:0 5px;width:300px} .side .spacer{margin:7px 0 12px 0} .morelink{display:block;text-align:center;position:relative;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;border:1px solid #c4dbf1;background:white none repeat-x scroll center left;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -228px;background-repeat:repeat;font-size:150%;font-weight:bold;letter-spacing:-1px;line-height:29px;height:29px} .morelink:hover,.mlh{border-color:#879eb4;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -198px;background-repeat:repeat} .morelink a{display:block;width:100%;color:#369} .morelink:hover a{color:white} .morelink .nub{position:absolute;top:-1px;right:-1px;height:31px;width:24px;background:white none no-repeat scroll center left;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-76px -472px;background-repeat:no-repeat} .morelink:hover .nub,.mlhn{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-51px -472px;background-repeat:no-repeat} .disabled .morelink,.disabled .morelink:hover{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -168px;background-repeat:repeat;border-color:#dadada} .disabled .morelink a{cursor:default;color:#aaa} .disabled .morelink .nub,.disabled .morelink:hover .nub{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-71px -421px;background-repeat:no-repeat} .sidebox.submit.disabled .spacer a{opacity:.5} .raisedbox{padding:5px;background:#e0e0e0;border:1px solid gray} .raisedbox h4{margin-bottom:3px} .raisedbox li{margin-bottom:2px} .sidebox .spacer{position:relative;margin-top:10px;padding:5px 0 0 44px;min-height:41px;background:white none no-repeat scroll top left} .sidebox .spacer a{position:absolute;top:0;left:0;display:block;height:40px;width:40px} .sidebox.create .spacer a{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-71px -299px;background-repeat:no-repeat;background-repeat:no-repeat} .sidebox.gold .spacer a{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-71px -370px;background-repeat:no-repeat;background-repeat:no-repeat} .sidebox.gold .morelink{border:0;background-color:transparent;background-image:url(../goldmorelink.png);background-position:0 0;background-repeat:no-repeat;height:31px} .sidebox.gold .morelink a,.sidebox.gold .morelink a:visited{color:#9a7d2e} .sidebox.gold .morelink:hover{background-position:0 -31px} .sidebox.gold .morelink:hover a{color:#fff;margin-top:1px} .sidebox.gold .morelink .nub{display:none} .sidebox.submit .spacer a{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -472px;background-repeat:no-repeat;background-repeat:no-repeat} .sidebox .subtitle{margin-left:10px;color:dimgray;font-size:110%} .account-activity-box{text-align:center} #account-activity table{margin:2em 0 0 2em;width:45em;font-size:larger} #account-activity th{font-weight:bold} #account-activity td{padding:.5em 0} .infotable{margin-top:5px;margin-bottom:10px} .infotable .small{font-size:smaller} .infotable td{padding-right:1em} .infotable a:hover{text-decoration:underline} .infotable .state-button a{background-color:#f0f0f0;color:gray} .infotable .bold{font-weight:bold} .infotable .invalid-user{background-color:pink} .infotable .organic-vote{border:1px solid green} .profile-attr .label{font-weight:bold} .profile-attr .value{color:#404040;margin-right:5px} .profile-attr .md{margin-left:10px;margin-top:5px;border-color:#b2b2b2 #d0d0d0 #d0d0d0 #b2b2b2;border-style:solid;border-width:1px;padding:10px} .profile-attr .md ul{float:none;list-style-type:disc;margin-left:15px} .profile-attr .md p{margin-top:0} .question{color:red} .question .yes{margin-left:5px;margin-right:3px} .question .no{margin:0 3px} .preload{position:absolute;top:-1000px;left:-1000px} .arrow{margin:2px 0 0 0;width:100%;height:14px;display:block;cursor:pointer;background-position:center center;background-repeat:no-repeat;width:15px;margin-left:auto;margin-right:auto} .arrow.upmod{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -629px;background-repeat:no-repeat} .arrow.downmod{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-81px -612px;background-repeat:no-repeat} .arrow.up{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-97px -612px;background-repeat:no-repeat} .arrow.down{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-65px -612px;background-repeat:no-repeat} .midcol{float:left;margin-right:4px;margin-left:7px;background:transparent;overflow:hidden} .compressed .midcol{width:15px;margin-right:5px} .entry{overflow:hidden;margin-left:3px;opacity:1} .domain{color:#888;font-size:x-small} .domain a{color:#888} .domain a:hover{text-decoration:underline} .spam .domain,.spam .domain a{color:black} .link-note{background-color:white;color:#f44;font-size:x-small} .tagline{color:#888;font-size:x-small} .tagline a{color:#369;text-decoration:none} .tagline .friend{color:orangered} .tagline .submitter{color:#0055df} .tagline .moderator,.green{color:#282} .tagline .admin{color:#f01} .tagline .alum{color:#be1337} .tagline a.author.admin{font-weight:bold} .tagline a:hover{text-decoration:underline} .tagline .edited-timestamp{cursor:default} a.author{margin-right:.5em} .flair,.linkflairlabel{display:inline-block;margin-right:.5em;padding:0 2px;background:#f5f5f5;color:#555;border:1px solid #ddd;border-radius:2px} .collapsed .flair{display:none} .flair input{font-size:xx-small} .linkflairlabel{font-size:x-small;max-width:10em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .link .flair{font-size:x-small;margin-top:-1px} .flair-settings{margin-bottom:16px} .flairlist .flair-jump{margin-bottom:1em} .flairlist .flair-jump input[type="text"]{width:430px} .flair-jump button{font-size:100%} .flairlist.pretty-form{font-size:inherit} .flairlisthome,.flairlist .nextprev{display:inline-block;margin-top:10px} .flairlisthome{font-size:smaller} .flaircell,.flairlist .header{display:inline-block;text-align:center;width:30ex;margin-right:4ex} .flair-entry{display:inline-block} .flaircell.narrow,.flairlist .header.narrow{width:14ex} .flairsample-left{text-align:right!important} .flairsample-right{text-align:left!important} .flairrow .tagline{display:inline-block;margin-bottom:8px;margin-left:6px;text-align:left;width:36ex} .flairlist .flaircell input[type="text"]{width:28ex} .flairrow>form button{display:none} .flairrow .edited button{display:inline-block} .flairrow .flairdeletebtn{display:inline} .flairrow:hover .flairdeletebtn{opacity:1.0} .flairselector{box-shadow:4px 4px 4px #ccc;font-size:x-small;position:absolute;width:400px} .flairselector img{margin:none} .flairselector h2{background:#cee3f8;padding-bottom:2px;margin-bottom:3px;text-align:center} .flairselector.drop-choices.active{border:1px solid gray;display:block} .flairselector .error{text-align:center} .flairselector ul{display:inline-block;max-width:200px;overflow:hidden;vertical-align:top} .flairselector .selected,.flairselector.active li{display:block;font-weight:normal;text-decoration:none!important} .flairselector li{border:1px solid white;cursor:pointer;display:block!important;padding-left:4px} .flairselector li a{color:#369!important;font-weight:normal!important} .flairselector li:hover{background-color:#bbb;border:1px solid #bbb} .flairselector li a:hover{text-decoration:none} .flairselector li.selected{border:dashed 1px black} .flairselector .title{font-size:x-small!important} .flairselector form{border-top:solid 1px gray;clear:both;display:block;padding-top:4px;text-align:center} .flairoptionpane{margin-bottom:4px;max-height:200px;overflow:auto;text-align:center} .flairselector .customizer{display:inline-block} .flairselector .customizer input{display:none} .flairselector .customizer button{display:inline!important} .flairselector .flairremove{display:none} .media-button .option{color:red} .media-button .option.active{background:transparent none no-repeat scroll right center;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-16px -629px;background-repeat:no-repeat;padding-right:15px;color:#369} .embededmedia{margin-top:5px;margin-left:60px} .thing .title{color:blue;margin-right:.4em;padding:0;overflow:hidden} .thing .title:visited{color:#551a8b} .thing .title.click{color:#551a8b} .thing .title.loggedin{color:blue} .thing .title.loggedin:visited{color:#551a8b} .thing .title.loggedin.click{color:#551a8b} .thing .title.loggedin.click:visited{color:#551a8b} .sitetable{list-style-type:none} .ajaxhook{position:absolute;top:-1000px;left:0} .nextprev{color:gray;font-size:larger;margin-top:10px} .nextprev a{padding:1px 4px;background:#eee;border:1px solid #ddd;border-radius:3px} .nextprev a:hover{background:#f0f0f0;border:1px solid #82a6c9} .nextprev a:active{background:#e4e4e4} .nextprev .separator{margin:0;margin-left:.5em;padding-left:.5em;border-left:1px solid #ccc} .help a.help{color:#808080;text-decoration:underline} .help.help-cover{position:relative;background-color:#f8f8f8;border:1px solid gray;display:none;padding:5px 10px 10px 10px;overflow:hidden} .help p,.help form{margin:5px;font-size:110%} .help form{display:inline} .help-hoverable{cursor:help} .help-bubble{display:none;position:absolute;width:35em;background:white;color:#333;border:1px solid gray;padding:3px;box-shadow:0 2px 10px rgba(0,0,0,.25)} .help-bubble p,.help-bubble form{margin:.5em} .help-bubble:before,.help-bubble:after{position:absolute;right:8px;display:block;content:'';border:9px solid transparent} .help-bubble:before{top:-19px;border-bottom-color:gray} .help-bubble:after{top:-18px;border-bottom-color:white} .help-bubble a:hover{text-decoration:underline} .infotext{border:1px solid #369;background-color:#eff7ff;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6)} .infotext p{font-size:small;margin:5px} .wikipage{margin:15px} .organic-listing{border:solid 1px gray;padding:0;overflow:hidden;position:relative;min-height:50px} .organic-listing .link{background-color:#f8f8f8} .organic-listing .link,.organic-listing .link.promotedlink{padding:5px 7em 10px 2px;margin-bottom:0} .organic-listing .nextprev{margin:0;position:absolute;right:0;top:0;vertical-align:top} .organic-listing .nextprev .arrow{width:21px;height:21px;margin:5px 5px 2px 0;border:solid 1px #b3b3b3;display:inline-block;position:relative;text-indent:50px} .organic-listing .nextprev .arrow.prev{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-68px -537px;background-repeat:no-repeat} .organic-listing .nextprev .arrow.next{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-48px -537px;background-repeat:no-repeat} .organic-listing .nextprev .arrow:hover{cursor:pointer;border:solid 1px #369} .organic-listing .nextprev .arrow:active{top:1px} .organic-listing .help{color:#369;margin:0 5px 5px 0;position:absolute;right:-1px;bottom:0} .link.promotedlink{border:1px solid gray;padding:5px 0 5px 3px;overflow:hidden;position:relative} .link.promotedlink.unpaid{background-color:#ffc} .link.promotedlink.unseen{background-color:#ffc} .link.promotedlink.accepted{background-color:#9f9} .link.promotedlink.rejected{background-color:#ff9a9a} .link.promotedlink.accepted{background-color:#9f9} .link.promotedlink.pending{background-color:#bfc} .link.promotedlink.promoted{background-color:#eff7ff} .link.promotedlink.finished{background-color:#ddd} #promo-form+form #img-preview-container{display:none} .rejection-form textarea{width:40em;height:10em} .promoted-list{font-size:larger} .promoted-list .unpromote-button{display:inline} .promoted-list .unpromote-button a{color:gray} .help-cover.promoted{background-color:#eff7ff} .organic-listing .promoted{background-color:#eff7ff;border:0} .organic-listing .sponsored-tagline{right:6.8em} .sponsored-tagline{color:#808080;bottom:0;margin:0 5px 5px 0;position:absolute;font-weight:bold;right:0} .promote-pixel{position:absolute;top:-1000px;right:-1000px} .organic-help-button{padding:0 .5ex} .menuarea{border-bottom:1px dotted gray;padding:5px 10px;margin:5px;overflow:hidden;font-size:larger} .menuarea .spacer{display:inline;margin-right:15px} .panestack-title{margin:10px 310px 0 10px;padding-bottom:3px;border-bottom:1px dotted gray} .panestack-title .title{font-size:16px;font-weight:normal;margin:10px 0} .panestack-title a.title-button{font-size:12px;margin-left:8px} .panestack-title a.title-button.gold{background-color:#fff088;color:#6a4d00;border:1px solid #9a7d2e;padding:1px 5px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .commentarea h1{margin:10px 310px 0 10px;padding-bottom:3px;border-bottom:1px dotted gray} .commentarea .menuarea{border:0;margin:0 310px 10px 10px;padding:0;color:gray} .commentarea>.usertext{margin:0 0 10px 10px;overflow:auto} .infobar{background-color:#f6e69f;padding:5px 10px;margin:5px 305px 5px 0;border:1px solid orange;font-size:small} .infobar img{display:inline;vertical-align:middle} .infobar.red{padding:5px;background-color:#ffaeae;border-color:red} .infobar.red img{float:left;margin-right:5px} .infobar.mellow{background-color:#eff8ff;border:1px solid #bfe0ff} .md{max-width:60em;overflow:auto;font-size:small} .md p,.md h1{margin:5px 0} .md h1{font-weight:normal;font-size:100%} .md>*{margin-bottom:0} .md strong{font-weight:bold} .md em{font-style:italic} .md strong em{font-style:italic;font-weight:bold} .md img{display:none} .md ol,.md ul{margin:10px 2em} .md ul{list-style:disc outside} .md ol{list-style:decimal outside} .md pre{margin:10px} .md blockquote,.help blockquote{border-left:2px solid #369;padding-left:4px;margin:5px;margin-right:15px} .md td,.md th{border:1px solid #eee;padding:1px 3px} .md th{font-weight:bold} .md table{margin:5px 10px} .md center{text-align:left} a.star{text-decoration:none;color:#ff8b60} .entry .buttons li{display:inline;border:0;padding-right:4px} .entry .buttons li+li{padding-left:4px} .entry .buttons li.stamp+li.stamp{margin-left:4px} .entry .buttons li a{color:#888;font-weight:bold;padding:0 1px} .entry .buttons li a.nonbutton{color:#369;font-weight:normal} .entry .buttons a:hover{text-decoration:underline} .entry .buttons .status-msg{display:none;margin-right:.5em} .toggle .error{font-size:x-small} .toggle .option{display:none} .toggle .option.active{display:inline} .thing .stub{display:none} .link.last-clicked{border:1px dashed gray} .link{margin:0;margin-bottom:8px;padding-left:3px} .link .score{text-align:center;color:#c6c6c6} .link .title{font-size:medium;font-weight:normal;margin-bottom:1px} .link .child h3{margin:15px;text-transform:none;font-size:medium} .rank{overflow:hidden} .link .midcol{font-weight:bold;font-size:small} .link .score.likes{color:#ff8b60} .link .score.dislikes{color:#9494ff} .link .rank{float:left;margin-top:15px;color:#c6c6c6;font-family:arial;font-size:medium;text-align:right} .compressed{margin-bottom:5px} .compressed .rank{margin-top:10px} .compressed .title{margin:-2px 0 3px} .compressed .score{color:#888} .compressed .score-placeholder{height:3px} .compressed .subreddit{font-weight:bold} .compressed .tagline{display:inline;margin-right:12px} .compressed .expando-button{display:none} .score.likes,.score.dislikes{display:none} .likes .score,.dislikes .score{display:none} .likes .score.likes{display:inline} .dislikes .score.dislikes{display:inline} .likes div.score.likes{display:block} .dislikes div.score.dislikes{display:block} .warm-entry .rank{color:#eda179} .hot-entry .rank{color:#e47234} .cool-entry .rank{color:#a5abfb} .cold-entry .rank{color:#4959f7} .gadget{font-size:x-small} .gadget .midcol{width:15px;margin:0} .gadget .reddit-link-end{clear:left;padding-top:10px} .gadget .click-gadget{font-size:small} .gadget small{color:gray} .gadget .reddit-entry{margin-left:20px} .gadget .right{text-align:right} .comment,.content .details{margin-left:10px} .comment .edit-body{display:none;visibility:hidden} .comment .midcol{margin-left:0} .comment .title{font-size:small;margin-top:10px} .comment .midcol{width:15px} .comment .author{font-weight:bold} .comment .collapsed{font-size:x-small;color:gray;font-style:italic;padding-left:15px;padding-bottom:10px} .comment .collapsed a{color:gray} .comment .expand{font-style:normal;margin-left:0;margin-right:3px;padding:1px} .comment .expand:hover{text-decoration:none;color:white;background-color:#369} .comment .score{font-size:x-small} .comment .child{margin-top:10px;margin-left:15px;border-left:1px dotted #ddf} textarea.gray{color:gray} .deepthread:after{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-62px -629px;background-repeat:no-repeat;content:" ";display:inline-block;width:25px;height:9px;margin:5px 0 0 5px} .deepthread a{font-size:larger;color:#369} .deepthread a:hover{text-decoration:underline} .morecomments{font-size:larger} .morecomments a{color:#369} .morecomments a:hover{text-decoration:underline} .morecomments .gray{font-weight:normal;color:gray} .expand-btn{font-size:smaller;margin:0 5px;margin-top:4px;display:inline-block} .message{margin:10px 10px 20px 5px;padding-left:5px;margin:10px 10px 20px 5px;padding:7px} .message.focal>.entry .md{background-color:#ffc} .message .collapsed .head{color:#888;font-style:italic} .message.message-parent .tagline,.message.message-reply .tagline{color:#485} .message.message-parent>.entry .noncollapsed,.message.message-reply>.entry .noncollapsed{color:#485} .message.recipient>.entry .noncollapsed{color:black} .message.message-reply.recipient>.entry .head,.message.message-parent.recipient>.entry .head{color:black;font-weight:bold} .message.new>.entry .head{color:orangered;font-weight:bold} .message.new>.entry{background-color:#f7f7f7;border:1px solid #e9e9e9;padding:6px} .message.new .unread{display:none} .message .child .message,.message .child .usertext{margin-top:10px;margin-left:12px} .message.was-comment .child .message,.message.was-comment .child .usertext{margin-top:0;margin-left:0} .message .expand{display:none} .message .entry{margin-left:0} .message.message-parent .expand{display:inline} .message.message-parent .child,.message.message-reply .child{margin:0;padding:0} .message.message-parent .child .message,.message.message-reply .child .message{margin:0;padding:0} .message.message-parent .subject{margin-bottom:10px} .message.message-parent .message .subject{display:none} .message.message-reply .subject{display:none} .message.message-reply .entry,.message.message-parent .entry{margin-left:10px;padding-left:10px;padding-bottom:10px;border-left:2px dashed #e7e7e7} .message .buttons,.message .md{margin-left:15px} .message .entry .parent{border:1px solid #369;max-width:60em;margin:3px 10px} .message .subject .correspondent{background-color:#eff7ff;border:1px solid #369;color:#369;display:inline-block;margin-right:10px;padding:2px 5px} .message .subject .title{font-weight:normal;font-style:italic;margin-left:10px} .message .parent-link{margin-left:12px;padding:0 2px;font-weight:bold} .message.was-comment .midcol{margin-left:0} .message.was-comment .buttons,.message.was-comment .parent-link{margin-left:0} .message.was-comment .md{margin-left:2px} .message .subject{font-weight:bold;font-size:larger} .clippy img{float:left} .clippy-bubble{background-color:#fffdd7;border:solid black 1px;width:350px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-left:5px;margin-bottom:15px;padding:7px;float:left} .clippy-headline{font-weight:bold;margin-bottom:.5em} .clippy-bubble ul{list-style-type:disc;list-style-image:url(../clippy-bullet.png);padding-left:15px} .clippy-bubble li{margin-top:.5em} .subreddit{margin-bottom:10px} .subreddit p{margin-top:0;margin-bottom:1px} .subreddit .description{font-size:small;max-width:60em} .subreddit .key{display:block} .subreddit .title{font-size:medium;margin-right:5px} .subreddit .midcol{margin-right:5px;margin-top:5px;text-align:right;width:12em} .fancy-toggle-button{display:block;margin-bottom:5px} .fancy-toggle-button .active{border:1px solid #444;padding:1px 6px;background:white none repeat-x scroll center left;color:white;font-size:10px;font-weight:bold;line-height:20px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .fancy-toggle-button .remove{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -147px;background-repeat:repeat} .fancy-toggle-button .add{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -0px;background-repeat:repeat} .fancy-toggle-button .banned{background-color:#666;padding:1px 1.9em} .commentbody.border{background-color:#ffc;padding-left:5px} .commentbody.grayed{color:gray;background-color:#e0e0e0;padding-left:5px} .fixedwidth{float:left;width:100px;height:0} .clearleft{clear:left;height:0} .clear{clear:both} .sharetable.preftable{margin-left:20px} .sharetable.preftable th{padding-bottom:5px;padding-top:5px} .sharetable.preftable button{margin-top:10px} .preftable.widget-preview{font-size:smaller} .preftable.widget-preview input[type="text"]{width:150px} .preftable #css-options input[type="text"]{margin-left:0;width:6em} .share-summary{width:95%;margin-top:10px} .share-summary .head td{width:50%;font-size:large;text-align:center} .share-summary td{vertical-align:top} .share-summary>tbody>tr>td{padding-left:10px;padding-bottom:10px} .share-summary th{padding:5px;border-bottom:1px solid #000} .sponsored .entry{margin-right:20px} .sponsored .titlerow{background:#fcfcfc;padding:10px;border-top:#bcbcbc solid 1px;border-left:#bcbcbc solid 1px;border-bottom:#e0e0e0 solid 1px;border-right:#e0e0e0 solid 1px} .footer-parent{font-size:larger;padding-top:40px;clear:both;text-align:center} .footer{color:gray;padding:5px;margin:15px;border:1px solid #f0f0f0;display:inline-block} .footer .col{float:left;margin:10px 0;padding:0 15px;border-left:1px solid #e0e0e0;height:8.5em} .footer .col:first-child{border:0} .notes-button{margin-top:3px} .notes-status{font-size:larger} .load0{background-color:#fff} .load1{background-color:#f0f5ff} .load2{background-color:#e2ecff} .load3{background-color:#d6f5cb} .load4{background-color:#caff98} .load5{background-color:#e4f484} .load6{background-color:#ffea71} .load7{background-color:#ffdb81} .load8{background-color:#ff9191} .load9{background-color:#f00;color:#fff} .orangered{color:orangered} .logout{display:inline} .login-form-side{border:1px solid gray} .login-form-side input[type=text],.login-form-side input[type=password]{border:1px solid #999;width:137px;height:17px;margin:5px 0 0 5px;top:5px;padding:1px} .login-form-side input[type=password]{width:138px} .login-form-side #remember-me,.login-form-side .submit{margin:4px} .login-form-side .submit input[type=button]{margin:1px} .login-form-side #remember-me{float:left;line-height:24px} .login-form-side #remember-me *{vertical-align:middle} #rem-login-main{position:static;height:auto;width:auto;border:0;margin-right:5px;margin-top:0} .login-form-side label{padding:2px 0;margin-right:5px;white-space:nowrap} .login-form-side .recover-password{margin-left:1em} .login-form-side .status{display:none} .login-form-side .submit{float:right} .login-form-side .submit *,.user-form .submit *{vertical-align:middle} .throbber{display:none;margin:0 2px;background:url(../throbber.gif) no-repeat;width:18px;height:18px} .working .throbber{display:inline-block} .status{margin:5px 0 0 5px;font-size:small} .error{color:red;font-size:small} .red{color:red} .buygold{color:#9a7d2e;font-weight:bold} .line-through{text-decoration:line-through} #noresults{margin-right:310px} #ad-frame{border:0;overflow:hidden;width:300px;height:280px} #searchmenu{margin:10px 0 0 0;padding:2px 0 0 0;border-bottom:2px solid #369;background-color:whitesmoke} #searchmenu .searchlabel{background-color:white;padding:2px 15px 0 0;font-weight:bold;color:#369} #searchmenu .searchtime{font-weight:bold;display:inline;width:305px} #searchexpando{display:none;margin:5px 0 0 0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} #searchexpando input,#searchexpando p{margin-bottom:10px} #searchexpando{padding-top:10px} #searchexpando dl{margin:10px 0} #searchexpando dt{margin:0} #previoussearch p{margin:5px 0} #moresearchinfo{display:none;padding-top:5px;max-width:300px;border:0 solid orange;margin-top:-5px} label+#moresearchinfo{border-width:1px 0 0 0;margin-top:0} #previoussearch #moresearchinfo{border-color:gray;margin:5px 0} #search_hidemore{float:right;margin-left:5px} .searchparams{margin:5px 20px} .searchparams .labels{text-align:right;margin-left:10px} .searchpane{margin:5px 305px 5px 0;padding-left:96px;background:#e0e0e0 url(../search-large.png) 26px center no-repeat} .search-summary{float:right;text-align:right;margin:6px 8px 0 0} .search-summary .result-count{font-weight:bold} .searchfail{color:#c00000;font-size:larger;line-height:2em} .searchfail a{color:red;text-decoration:underline} .searchfacets{overflow:auto;font-size:small;white-space:pre-wrap;border:1px solid gray;padding:10px;margin-top:-6px;box-shadow:0 4px 6px -1px #ccc inset;background:#fefefe} .searchfacets .title{margin:5px} .searchfacets .facet:hover{text-decoration:underline} .searchfacets .list{margin:0 0 0 10px} li.searchfacet{display:inline-block;width:15em} .facet.count{font-weight:bold;color:#888} #search input[type='submit']{padding:1px 10px} .legal{color:#808080;font-family:serif;font-size:small;margin-top:20px} .legal a{text-decoration:underline} .divide{border-right:2px solid #d3d3d3;margin-right:-2px} .login-form-section{float:left;width:46%;padding-left:2%;padding-right:2%} .login-form-section h3{margin-bottom:0;margin-top:10px;font-size:large;font-weight:bold;font-variant:small-caps;color:#404040} .login-form-section p{text-align:left;margin-bottom:10px;color:#606060;margin-bottom:20px} .user-form label{display:block;font-weight:bold;color:#606060} .user-form .error{margin-left:5px} .user-form .remember{display:inline;margin-left:5px} .user-form ul{margin:5px} .user-form li{margin-top:5px} .user-form p .btn{margin-top:5px} .user-form input.logtxt{width:125px} .user-form input[type=text],.user-form input[type=password]{width:125px;border:1px solid #a0a0a0;margin-top:2px;margin-bottom:2px;padding:1px} .user-form #captcha{width:250px} .user-form .submit{margin-top:10px} #passform h1{margin-bottom:0} #passform p{margin-bottom:5px;font-size:small} .cover{position:fixed;top:0;left:0;height:100%;width:100%;background-color:gray;opacity:.7;filter:alpha(opacity=70);z-index:1000} .popup{position:fixed;left:10%;background-color:white;top:40px;width:80%;text-align:left;z-index:1001;padding:10px;box-shadow:0 5px 15px rgba(0,0,0,.5);border-radius:10px} .popup h1{text-align:center;font-size:large;font-weight:normal;color:orangered} .popup h2{text-align:center;font-size:small;margin-top:0;color:black;font-weight:normal} .popup .close-popup{text-align:center;margin-top:10px} .usertable{margin-left:10px} .usertable{font-size:larger} .usertable td,.usertable th{padding:0 .7em} .usertable{white-space:nowrap} .usertable .remove-self{display:inline-block;margin:1em 0 .5em;padding:11px 15px;border:1px solid #bbb;border-radius:2px} .usertable .moderator.remove-self{background:#fdffe8} .usertable .remove-self .option.main:before{margin-right:7px} .usertable .remove-self .option{display:inline} .usertable .remove-self .togglebutton,.usertable .remove-self .error{display:none;font-size:inherit;border-left:1px solid #bbb;padding:4px 15px;padding-right:0;margin-left:10px} .usertable .remove-self .active .togglebutton{display:inline} .usertable .remove-self .error.active{display:inline} body.rulespage-body{overflow-y:scroll} .rulespage{margin:0 auto;position:relative;vertical-align:middle;width:600px} .rulespage h1{font-size:xx-large;text-align:center;margin-top:20px} .rulespage .info{font-size:larger;padding-top:10px} .rulespage .rule-list{margin:10px;padding:10px;font-size:medium} .rulespage li{border-bottom:1px solid #ddd;padding:10px;margin:10px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box} .rulespage li.first-rule{border-top:1px solid #ddd;padding-top:18px} .rulespage li#minors{padding-bottom:18px} .rulespage .expander{color:gray;cursor:help;padding:10px} .rulespage .examples{font-size:small} .rulespage li.example{border:0} .rulespage li.good-example{background:#bcf5a9} .rulespage li.bad-example{background:#f5a9a9} .rulespage em{font-weight:bold} .rulespage em.toggle{font-weight:normal} .rulespage .info{text-align:center} .rulespage img.bottom{margin-top:30px;text-align:center;padding-bottom:-40px} .aboutpage{margin-right:320px} .aboutpage p{margin:5px} .aboutpage h1,.aboutpage h2{margin:10px} .aboutpage .usertable{width:45%} .little a{font-size:x-small} .oldbylink a{background-color:#f0f0f0;margin:2px;color:gray} .error-log{clear:both} .error-log a:hover{text-decoration:underline} .error-log .rest{display:none} .error-log:first-child .rest{display:block} .error-log,.error-log .exception{border:solid #aaa 1px;padding:3px 5px;margin-bottom:10px} .error-log .exception{background-color:#f0f0f8} .error-log .exception.new{border:dashed #f60 2px} .error-log .exception.severe{border:solid #f00 2px;background-color:#ffdfdf} .error-log .exception.interesting{border:dotted black 2px;background-color:#e0e0e8} .error-log .exception.fixed{border:solid #080 1px;background-color:#e8f6e8} .error-log .exception span{font-weight:bold;margin-right:5px} .error-log .exception span.normal{margin-right:0;display:none} .error-log .exception span.new,.error-log .edit-area label.new{color:#f60} .error-log .exception span.severe,.error-log .edit-area label.severe{color:#f00} .error-log .exception span.interesting,.error-log .edit-area label.interesting{font-weight:normal;font-style:italic} .error-log .exception span.fixed,.error-log .edit-area label.fixed{color:#080} .error-log .exception-name{margin-right:5px;display:inline-block;max-height:50px;overflow:hidden} .error-log .nickname{color:black;font-weight:bold;font-size:larger} .error-log .exception.fixed .nickname{text-decoration:line-through} .error-log a:focus{-moz-outline-style:none} .error-log .edit-area{border:solid black 1px;background-color:#eee} .error-log .edit-area label{margin-right:25px} .error-log .edit-area input[type=radio]{margin-right:4px} .error-log .edit-area input[type=text]{width:800px} .error-log .edit-area table td,.error-log .edit-area table th{padding:5px 0 0 5px} .error-log .save-button{margin:0 5px 5px 0;font-size:small;padding:0} .error-log .date{font-size:150%;font-weight:bold} .error-log .hexkey{color:#970} .error-log .exception-name{font-size:larger;color:#007} .error-log .frequency{font-size:larger;float:right;color:#866} .error-log .occurrences{border:solid #030 1px;margin:5px 0 2px;padding:2px} .error-log .occurrence{color:#030;font-family:monospace;margin-right:3em;white-space:nowrap} .error-log table.stacktrace th,.error-log table.stacktrace td{border:solid 1px #aaa} .error-log table.stacktrace td{font-family:monospace} .error-log table.stacktrace td.col-1{text-align:right;padding-right:10px} .error-log .logtext.error{color:black;margin:0 0 10px 0} .error-log .logtext{margin-bottom:10px;border:solid #555 2px;background-color:#eeece6;padding:5px;font-size:small} .error-log .logtext *{color:black} .error-log .logtext.error .loglevel{color:white;background-color:red} .error-log .logtext.warning .loglevel{background-color:#f60} .error-log .logtext.info .loglevel{background-color:#0bf} .error-log .logtext.debug .loglevel{background-color:#0e0} .error-log .logtext .loglevel{padding:0 5px;margin-right:5px;border:solid black 1px} .error-log .logtext table{margin:8px 5px 2px 0;font-family:monospace} .error-log .logtext table,.error-log .logtext table th,.error-log .logtext table td{border:solid #aaa 1px} .error-log .logtext table th,.error-log .logtext table td{border:solid #aaa 1px} .error-log .logtext table .occ{text-align:right} .error-log .logtext table .dotdotdot{padding:0} .error-log .logtext table .dotdotdot a{margin:0;display:block;width:100%;height:100%;background-color:#e0e0e0} .error-log .logtext table .dotdotdot a:hover{background-color:#bbb;text-decoration:none} .error-log .logtext .classification{font-size:larger;font-weight:bold} .error-log .logtext .actual-text{max-width:600px;overflow:hidden} .details{font-size:x-small;margin-bottom:10px} .details span{margin:0 5px} .details th{text-align:right;padding-right:5px;font-weight:bold} .details td{vertical-align:top} .ring{font-weight:bold;background-color:red;color:white;text-align:center;padding-left:3px;padding-right:4px!important;cursor:pointer} .vote-note{padding-left:3px;max-width:150px} .vote-a-notes{color:red} .vote-up{color:orangered} .vote-down{color:#369} .vote-invalid{color:#888!important;font-style:italic} .unvotable-message{border:solid 1px #f60;margin-top:4px;padding:1px 3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:none} .bottommenu{color:gray;font-size:smaller;clear:both} .bottommenu a{color:gray;text-decoration:underline} .debuginfo{text-align:right;padding:5px;color:gray;font-size:smaller;clear:both} .debuginfo .icon{color:#a0a0a0;font:1.5em serif;padding:0 2px} .debuginfo .content{display:none} .debuginfo:hover .content{display:inline} .button{border-collapse:collapse;color:gray;text-align:center;margin:1px} .button #cover{position:relative} .button .cover{background:white} .button #popup{position:absolute;width:80%;z-index:1001;background:white;padding:1px;left:0;top:0;margin:0;border-color:#b2b2b2 black black #b2b2b2;border-style:solid;border-width:1px} .button .arrow{width:15px} .num{font-weight:bold;font-size:larger} .button.thing{margin:0;padding:0} .button-body{background-color:transparent} .button .blog{border:1px solid #c7def7;color:gray;text-align:center;margin:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:white} .button .blog .r{color:gray} .button .blog .score{white-space:nowrap} .button{color:#369} .button a:hover{text-decoration:underline} .button .blog1{font-size:x-small} .button .blog1 .arrow{float:left;margin-left:2px;margin-right:2px} .button .blog1 .headimgcell{background-color:#c7def7;width:18px;float:left} .button .blog1 .headimgcell a{display:inline-block} .button .blog1 .score{float:center;margin-top:2px;margin-right:5px} .button .blog2{font-size:small} .button .blog2 .arrow{width:15px;margin-left:auto;margin-right:auto} .button .blog2 .bottomreddit{color:black;background-color:#c7def7;font-size:small} .button .blog2 .score .submit{display:block;font-size:x-small;line-height:17px} .button .blog.blog3{font-size:small;border:0;background-color:transparent} .button .blog3 .left{float:left;width:50%} .button .blog2 .arrow{width:15px;margin-left:auto;margin-right:auto} .button .blog3 .right{float:right;margin-top:5px} .button .blog3 .score .submit{display:block;font-size:x-small;line-height:17px} .button .blog3 .snoo{margin-top:-1px} .blog5 .right{float:right} .blog5 .left{float:left;display:block;margin-top:10px} .blog5 .clearleft{clear:left} .button .blog.blog5{border:0;text-align:left;font-size:small} .blog5 a.bling{float:left} .blog5 .container{margin-left:35px;margin-top:2px;height:50px} .blog5 ul{display:inline} .blog5 ul a{color:#515481;font-weight:bold;text-decoration:underline} .blog5 li{display:inline;padding:1px 10px} .blog5 li.selected{background-color:#f8f8f1;color:#000;border-color:#ccc;border-style:solid solid none solid;border-width:1px} .blog5 .votes{height:25px;background-color:#f8f8f1;border:1px solid #ccc;padding-top:5px} .blog5 .arrow{margin-right:15px;margin-left:5px;color:black;cursor:pointer;display:inline;background-position:left center;background-repeat:no-repeat;padding-left:20px} .blog5 .votes.disabled .arrow{color:#888} .blog5 .arrow:hover{text-decoration:none} .blog5 .arrow b{font-size:larger} .blog5 .arrow.upmod b{color:#ff8b60} .blog5 .arrow.downmod b{color:#9494ff} .blog5 .right{margin-right:5px;font-size:medium;font-style:italic} .optional{color:green} .instructions{font-size:larger} .instructions h1,.instructions h2,.instructions h3{margin-top:20px;margin-bottom:20px} .instructions p{margin:10px;max-width:60em} .instructions pre{margin:5px;margin-right:10px} .instructions iframe{margin:5px 10px 5px 0} .instructions input,.instructions select{margin:0 .5em} .instructions a:focus{-moz-outline-style:none} .instructions strong{font-weight:bold} .instructions .buttons{margin-left:1em;max-width:50em} .instructions .buttons li{margin-top:1em;border-bottom:1px solid #e0e0e0;padding-bottom:1em} .instructions code{display:block;font-family:monospace;font-size:small;margin:5px;background-color:#ff9;padding:10px;max-width:50em} .self-service.instructions{margin-bottom:50px} .self-service.instructions p{margin-left:20px} .self-service.instructions ul{list-style-type:circle;margin-left:60px} .self-service.instructions li+li{padding-top:10px} .self-service.instructions li.done{text-decoration:line-through;list-style-image:url(../green-check.png)} .self-service.instructions li.unfinished{font-weight:bold;list-style-image:url(../red-arrow.png)} .feedback.instructions dl{margin-left:20px} .feedback.instructions dt{margin-top:10px} .feedback.instructions dd:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-34px -612px;background-repeat:no-repeat;height:15px;width:30px;display:block;content:" ";float:left;margin:2px 5px 0 0} .button-demo a.view-code,.button-demo a.hide-code{float:right;margin-bottom:1em} .button-demo a.hide-code{display:none} .instructions .button-demo code{display:none} .button-demo.show-demo a.view-code{display:none} .button-demo.show-demo a.hide-code{display:inline} .button-demo.show-demo code{display:block} #preview{float:right;width:30em;margin:10px} #preview span{color:lightgray} #preview #previewbox{border-width:.2em;border-style:dashed;border-color:lightgray;padding:1em;font-size:larger} .bookmarklet{border:solid #888 1px;padding:0 2px} .toolbar{font-size:small;border-bottom:1px solid #369;background-color:#cee3f8} .toolbar .left-side{height:19px;float:left;border-right:solid #369 1px;background-color:#eff7ff} .toolbar .middle-side{text-align:center;background-color:#eff7ff;cursor:pointer} .toolbar .middle-side a,.toolbar .middle-side b{display:block;border-left:0} .toolbar .middle-side input[type=text]{font-size:14px;vertical-align:baseline;width:100%;height:18px;border:0;border-top:solid transparent 1px;margin-left:2px} .toolbar .middle-side .url{overflow:hidden} .toolbar .middle-side .domain{color:#888;font-size:small} .toolbar .right-side{float:right;background-color:#eff7ff;margin-top:-1px;height:19px} .toolbar a,.toolbar b{font-weight:normal;display:inline-block;height:18px;border-left:solid #369 1px;white-space:nowrap;padding:1px 4px 0;overflow:hidden;outline:0;-moz-outline:0} .toolbar .likes .score.likes{display:inline-block} .toolbar .dislikes .score.dislikes{display:inline-block} .toolbar a,.toolbar .clickable{cursor:pointer;color:#369;text-decoration:none} .toolbar .clickable:active,.pushed-button{background-color:#cee3f8!important;color:orangered!important} .toolbar a img,toolbar b img{vertical-align:middle;padding-top:3px;vertical-align:-3px} .toolbar .content{float:left;vertical-align:middle} .toolbar .logo{margin:0;padding:0 2px;border-left:0;vertical-align:top} .toolbar .title{padding-left:1em;padding-right:1em;color:black;display:block;overflow:hidden} .toolbar .title:active{color:orangered} .toolbar .controls{float:right} .toolbar .arrow{display:inline-block;width:auto;margin:0;background-position:left center;padding-left:16px} .toolbar .arrow.upmod{background-image:url(../aminiupmod.gif)} .toolbar .arrow.downmod{background-image:url(../aminidownmod.gif)} .toolbar .arrow.up{background-image:url(../aminiupgray.gif)} .toolbar .arrow.down{background-image:url(../aminidowngray.gif)} .toolbar-status-bar{border-top:solid #369 1px;border-bottom:solid #369 1px;background-color:#f6e69f;padding:0 2px;overflow:auto} .toolbar-status-bar .login-arrow-left{overflow:auto;background-image:url(../tb-loginarrow-left.png);background-position:top right} .toolbar-status-bar .login-arrow-right{float:right;margin-right:75px} .toolbar-status-bar .login-message{float:left;background-color:#f6e69f;padding-right:3px} .comments-panel .infobar{padding:3px 10px 7px;margin:5px 10px 10px 3px} .min-body{height:100%} .min-body .content{margin-top:0;border-right:solid #369 1px;min-height:100%;max-width:60em;overflow:auto} .min-body .content h1,.min-body .content h2{padding-left:13px;display:inline-block;margin-bottom:15px} .min-body .content #noresults{margin:0 0 0 13px} .starkcomment+.clearleft+.starkcomment{margin-top:10px} .starkcomment .commentbox{color:black;background-color:#f0f0f0;padding:5px;margin-left:0;margin-right:10px} .starkcomment .tagline{text-align:right} form .blurb{margin-bottom:5px} form .spacer+.spacer{margin:15px 0} form input[type=checkbox],form input[type=radio]{margin:2px .5em 0 0} .pretty-form{font-size:larger;vertical-align:top} .pretty-form p{margin:3px} .pretty-form input[type=checkbox],.pretty-form input[type=radio]{margin:2px .5em 0 0} .pretty-form img{margin:3px .5em} .pretty-form input[type=text],.pretty-form textarea,.pretty-form input[type=password]{border:1px solid gray;width:300px;padding:2px;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6);-moz-box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6);box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6)} .pretty-form .infobar{width:285px;margin:5px} .pretty-form input[type=text],.pretty-form input[type=file],.pretty-form input[type=password],.pretty-form select,.pretty-form b,.pretty-form textarea,.pretty-form button{margin:3px 5px} .pretty-form th{text-align:right} .white-field,.delete-field{background-color:white;padding:10px} .delete-field td{vertical-align:top} .pretty-form .delete-field{background:transparent} #pref-delete textarea#delete-message{font-size:smaller;height:5em} #pref-delete .md ul{margin-top:0;margin-bottom:0} #pref-delete .md ul li{margin:.5em 0} #pref-delete .credentials input{margin:.2em 0} #pref-delete .credentials .error,#pref-delete .error.RATELIMIT{margin-left:5px} .pretty-form.short-text input[type=text],.pretty-form.short-text textarea,.pretty-form.short-text input[type=password]{width:2em} #url-field button{margin:10px 5px 0 0} #url-field .title-status{color:red;font-size:small} .opt-form{font-size:larger} .opt-form form{display:inline} .preftable th{padding:10px;font-weight:bold;vertical-align:top;text-align:right;white-space:nowrap} .preftable th label{display:block} .sharetable.preftable th label{display:inline} .preftable th span{display:block} .preftable td.prefright{padding:8px 0} .preftable .spacer{margin-bottom:5px} .preftable .note{width:100%;vertical-align:top;padding-top:10px} .over18 button{margin:0 10px;padding:5px} .entry .buttons li.nsfw-stamp{font-size:x-small} .nsfw-stamp acronym{color:#ac3939;font-size:x-small;text-decoration:none;padding:0 2px;border:1px solid #d27979!important;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .entry .buttons li.trial-stamp,.entry .buttons li.reported-stamp{border:1px solid black!important;padding:0 4px;background-color:#f6e69f} .entry .buttons li.trial-stamp .spam{color:#e00} .entry .buttons li.trial-stamp .kosher{color:#090} .suspicious{background-color:#f6e69f} .thing.spam{background-color:#fa8072} .comment.spam>.child,.message.spam>.child{background-color:white} .comment.spam>.child{margin-left:0;padding-left:15px} .banned-user{overflow:hidden;opacity:.7;filter:alpha(opacity=70)} .banned-user .title{text-decoration:line-through} .approval-checkmark{cursor:pointer;height:.8em;vertical-align:baseline;margin-left:3px} .little{font-size:smaller} .gray{color:gray} .stats{float:left;margin-right:2em;border-collapse:collapse;font-size:larger} .stats td.space{width:20px} .stats td.sec{padding-bottom:7px;font-size:18px;font-weight:normal} .stats a{color:#369} .stats a:hover{text-decoration:underline} .stats td.k{color:gray} .stats th{text-align:left;background-color:whitesmoke;color:#369;font-weight:bold} .stats td.ri{padding-left:20px;text-align:right} .thumbnail{float:left;margin:0 5px;overflow:hidden;width:70px} .thumbnail.nsfw{height:70px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -299px;background-repeat:no-repeat} .thumbnail.self{height:50px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -421px;background-repeat:no-repeat} .thumbnail.default{height:50px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -370px;background-repeat:no-repeat} .stylesheet-customize-container textarea{margin:0;padding:0} .stylesheet-customize-container h2{margin-top:15px;margin-bottom:10px} .image-upload .new-image{margin-left:20px} .image-upload span{padding-left:5px} ul#image-preview-list{margin:20px 320px 20px 20px;font-size:larger} ul#image-preview-list li{padding-bottom:10px;margin-bottom:20px;vertical-align:top;width:45%;height:100px;float:left;position:relative} ul#image-preview-list .preview{width:100px;float:left;display:block;text-align:center;max-height:100px;overflow:hidden} ul#image-preview-list .preview img{max-width:100px;padding:auto} ul#image-preview-list .description{vertical-align:top;margin-left:105px} ul#image-preview-list .description pre{display:inline;padding:5px} .sheets{margin-right:315px} .sheets .col{float:left} .sheets .col>div{margin:0 5px} .sheets .col textarea{width:100%} .sheets .buttons{margin-left:5px} .sheets .btn{margin-left:0;margin-right:5px} .sheets .btn.right{float:right;margin-right:3px} #validation-errors{margin-left:40px;margin-top:10px;list-style-type:disc} #validation-errors a,#validation-errors li,.errors h2{color:red} #validation-errors a:hover{text-decoration:underline} #validation-errors pre{padding:10px;color:black} #preview-table{padding-right:15px} #preview-table>table{border-width:.2em;border-style:dashed;border-color:lightgray;padding:5px;margin:5px;width:900px} #preview-table>table>tbody>tr{padding-bottom:10px} #preview-table>table>tbody>tr>td{padding:5px;padding-right:15px} #preview-table>table>tbody>tr>th{padding:5px;padding-right:15px;font-weight:bold;vertical-align:top;font-size:larger;text-align:right} #img-preview-container{border-width:.2em;border-style:dashed;border-color:lightgray;padding:5px;margin:5px;float:left} .private-feeds.instructions .prefright{line-height:2em} .private-feeds.instructions .feedlink{padding:2px 5px;font-weight:bold;margin-right:5px;border:1px solid #00f;color:white;padding-left:22px;background:#369 none no-repeat scroll top left} .private-feeds.instructions .feedlink.rss-link{background-image:url(../rss.png)} .private-feeds.instructions .feedlink.json-link{background-color:#ddd;background-image:url(../json.png);color:black} #sr-header-area{background-color:#f0f0f0;white-space:nowrap;text-transform:uppercase;border-bottom:1px solid gray;font-size:90%;height:18px;line-height:18px} #sr-header-area .width-clip{position:absolute;left:0;right:0} #sr-header-area .selected a{color:orangered} #sr-header-area .sr-list{overflow:hidden} #sr-header-area .dropdown.srdrop{float:left;padding-left:5px} #sr-header-area .drop-choices.srdrop{margin-top:0;margin-left:5px} .dropdown.srdrop .selected{background:transparent none no-repeat scroll center right;background-image:url(../droparrowgray.gif);display:inline-block;vertical-align:bottom;padding-right:21px;padding-left:5px;color:black;font-weight:normal;margin-left:-5px;margin-right:10px} .srdrop .choice{padding-top:3px} .srdrop .choice.top-option{font-style:italic;border-bottom:1px dotted #369} .srdrop .choice.bottom-option{font-style:italic;border-top:1px dotted #369} .sr-bar .separator{color:gray} .sr-bar a{color:black} #sr-more-link{color:black;background-color:#f0f0f0;position:absolute;right:0;top:0;padding:0 5px 0 15px;font-weight:bold;margin:0} #sr-more-link:hover{text-decoration:underline} .subscription-box li{clear:left;margin-bottom:10px} .subscription-box .fancy-toggle-button{margin-right:5px;float:left} .subscription-box .title{font-size:medium;color:blue;margin-right:5px} .subscription-box .title.banned{color:dimgray;text-decoration:line-through} .subscription-box .column{width:50%;float:left} .subscription-box .box-top{position:relative;height:20px} .subscription-box .box-separator{border-style:none none dotted none;border-width:1px;margin-bottom:5px} .subscription-box h1{text-align:center} .toggle.deltranslator-button{display:inline} #sr{margin-left:0} #sr-list-wrapper{width:454px;height:200px;border:1px solid gray;border-top:0;margin:0 5px;font-size:smaller;position:relative} #sr-list-cover{position:absolute;background:gray none no-repeat scroll center center;background-color:url(../throbber.gif);height:100%;width:100%;opacity:.7;filter:alpha(opacity=70);z-index:1000;display:none} #sr-list{overflow:auto;position:absolute;height:100%;width:100%} #sr-searchfield{margin:0 5px} .sr-name{font-size:small;vertical-align:top;padding:3px 3px 3px 0} .sr-description{padding:3px} .sr-row{cursor:default} .sr-row.sr-selected{background:#eff7ff none no-repeat scroll 0 5px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-112px -299px;background-repeat:no-repeat} .sr-arrow{width:10px;height:12px} #sr-autocomplete-area{position:relative;z-index:100} #sr-drop-down{position:absolute;width:498px;border:1px solid gray;background:white;display:none;left:0} #sr-drop-down table{width:100%} .sr-name-row{cursor:default} .sr-name-row.sr-selected{background-color:#369;color:white} .submit-header{font-size:larger;font-weight:bold} #suggested-reddits{margin-top:5px;font-size:small} #suggested-reddits li{display:inline;padding-right:5px} .formtabs-content{width:520px;border-top:4px solid #5f99cf;padding-top:10px} .formtabs-content .infobar{margin:0;padding:5px} ul.tabmenu.formtab{display:block;padding-left:10px;font-size:larger} .tabmenu.formtab li{margin:0} .tabmenu.formtab a{font-weight:normal;outline:0;padding:0 12px;vertical-align:bottom;border:1px solid #c1c1c1;border-bottom:0} .tabmenu.formtab .selected a{color:white;font-size:130%;background-color:#5f99cf;border:0} .expando{clear:left;margin:5px 0} .expando-content{display:none} .expando-button{float:left;height:23px;width:23px;margin:2px 5px 2px 0;background:white none no-repeat scroll center center} .expando-button.selftext.collapsed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -513px;background-repeat:no-repeat} .expando-button.selftext.collapsed:hover,.eb-sch{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-97px -421px;background-repeat:no-repeat} .expando-button.selftext.expanded,.eb-se{margin-bottom:5px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-48px -513px;background-repeat:no-repeat} .expando-button.selftext.expanded:hover,.eb-seh{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-24px -513px;background-repeat:no-repeat} .expando-button.video.collapsed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-96px -513px;background-repeat:no-repeat} .expando-button.video.collapsed:hover,.eb-vch{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-72px -513px;background-repeat:no-repeat} .expando-button.video.expanded,.eb-ve{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-24px -537px;background-repeat:no-repeat} .expando-button.video.expanded:hover,.eb-veh{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -537px;background-repeat:no-repeat} .subreddit .usertext .md{padding:2px 5px;background-color:#fafafa;border:1px solid #ccc;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px} .link .usertext .md{padding:0 5px;background-color:#fafafa;border:1px solid #369;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px} .usertext{font-size:small} .usertext-edit{margin-top:5px;padding:0 1px;width:500px} .usertext-edit textarea{width:500px;height:100px} .usertext.border .usertext-body{background-color:#ffc;padding-left:5px} .usertext.grayed .usertext-body{color:gray;background-color:#f0f0f0;padding-left:5px;padding-right:5px;display:inline-block} .usertext button{margin:5px 5px 10px 0} .usertext .help-toggle{font-size:smaller;float:right;margin-top:5px} .usertext .bottom-area{overflow:hidden;width:100%} .usertext table.markhelp{background-color:white;margin:5px 0;width:100%} .usertext .markhelp,.usertext .markhelp td,.usertext .markhelp tr{border:1px solid #c0c0c0;padding:4px;margin:0} .usertext .markhelp .spaces{background-color:#c0c0c0} .roundfield{width:500px;background-color:#cee3f8;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:5px 10px 10px 10px;font-size:large} .roundfield .roundfield-content{margin-top:5px;border:0;vertical-align:top} .roundfield .usertext-edit{width:500px} .roundfield textarea,.roundfield input[type=text],.roundfield input[type=password],.roundfield input[type=number]{font-size:100%;width:492px;padding:3px;margin:0;border:1px solid gray} .roundfield.captcha .capimage{margin-bottom:10px} .roundfield label{font-size:smaller;padding-right:2px} .linefield{width:514px;padding:7px 5px;font-size:large;background-color:#cee3f8;margin-bottom:10px} .linefield .title{color:blue;font-weight:bold;padding:1px 10px} .linefield .title+.gray{font-size:x-small} .linefield .small-field,.linefield .delete-field{padding:0;font-size:smaller} .linefield span+span{margin-left:10px} .linefield .info{font-style:italic;color:red;font-size:small} .linefield .linefield-content{padding:2px 7px 5px;vertical-align:top} .linefield.usertext .usertext-edit{font-size:small} .linefield.usertext .edit-usertext{font-size:x-small;float:right} .linefield .upload{font-size:small} .linefield .upload label{font-size:small} .linefield.usertext .infobar{width:100%} .linefield.usertext .usertext-buttons{display:none} .linefield textarea,.linefield input[type=text],.linefield input[type=password]{font-size:100%;width:492px;padding:3px;margin:0;border:1px solid gray} .linefield select{margin:0} .linefield .linefield.captcha .capimage{margin-bottom:10px} .linefield label{font-size:smaller;padding-right:2px} .linefield span{font-size:smaller} .linefield input[type="text"].small-text{font-size:smaller;width:100%} .campaign{border:1px solid #369;background-color:#eff7ff;padding:5px;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6)} .campaign .status{font-size:x-small} .existing-campaigns>table{font-size:x-small;width:100%;margin:0;border:0} .existing-campaigns td.bid{background:transparent none no-repeat scroll center right;padding-right:15px} .existing-campaigns td.bid.paid{background-image:url(../green-check.png)} .existing-campaigns td.bid .info{margin-right:3px} .prefright p.minimum-spend{padding-left:1em;font-size:small;color:gray} .prefright p.minimum-spend.error{font-weight:bold;color:red} .existing-campaigns>table>tbody>tr>td{text-align:right;border:1px solid #369;padding:1px 5px} .existing-campaigns>table>tbody>tr#edit-campaign-tr>td{text-align:left} .existing-campaigns>table>tbody>tr>th{text-align:center;font-weight:bold;padding:1px 5px;border:solid #369;border-width:0 1px 1px} .existing-campaigns>table>tbody>tr>th:first-child,.existing-campaigns>table>tbody>tr>td:first-child{border-left:0} .existing-campaigns>table>tbody>tr>th:last-child,.existing-campaigns>table>tbody>tr>td:last-child{border-right:0} .existing-campaigns>table>tbody>tr:last-child>th,.existing-campaigns>table>tbody>tr:last-child>td{border-bottom:0} .targeting>ul{font-size:x-small;list-style-type:disc;margin:0 20px 10px} .existing-campaigns td>button{margin:0 5px 0 0} .campaign .bid-info{font-size:x-small} .campaign .bid-info.error{color:red} .campaign .buttons{float:right} .campaign td.prefright{padding:4px} .campaign #bid{text-align:right} .campaign .targeting{margin-left:25px} .campaign .targeting input{width:95%;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px} .campaign #suggested-reddits ul{margin:0 20px 10px 0} .campaign th{font-size:small;padding:4px;padding-top:8px} .linefield .campaign input[type=text]{font-size:x-small} .linefield-content .infotext{margin-top:5px} .linefield-content .infotext p{margin:5px} .traffic-table,.traffic-tables-side fieldset{margin:1.5em 2em;font-size:small;border:0} .traffic-table caption,.traffic-tables-side fieldset legend{font-weight:bold;text-align:left;font-size:medium;font-variant:small-caps} .traffic-table a:hover{text-decoration:underline} .traffic-table thead th{font-weight:bold;text-align:center;padding-left:2em} .traffic-table thead th:first-child{text-align:left;padding-left:0} .traffic-table tbody th,.traffic-table tfoot th{text-align:left} .traffic-table td{padding:0 5px} .traffic-table td{text-align:right} .traffic-table tfoot tr{border-top:1px solid black} .traffic-table tfoot th,.traffic-table tfoot td{font-style:italic} .traffic-table tr.max{border:2px solid #ff8b60} .traffic-table tr.min{border:2px solid #369} .traffic-table tbody tr:nth-child(even){background-color:#e0e0e0} .traffic-table tr.mean{font-style:italic;border-top:1px solid} .traffic-tables-side{float:left;min-height:50em} #promote-graph-table,#traffic-hour{display:none} div.timeseries{padding:10px;border:1px solid #b0b0b0;margin:10px;display:inline-block;text-align:center} .timeseries-placeholder{width:350px;height:200px;font-family:verdana;font-size:small} div.timeseries span.title{font-weight:bold;font-size:medium;font-variant:small-caps} #timeseries-unprocessed{font-size:small;font-weight:bold;color:#900;margin:1em 0;max-width:60em} .timeseries-tablebar{height:5px;margin:1px 0} .promoted-traffic .usertable{margin-left:0} .promoted-traffic h1 a{font-size:small;margin-left:10px} .promoted-traffic tfoot th,.promoted-traffic tfoot td{font-style:normal;font-weight:bold;text-transform:uppercase;padding-top:.3em} p.totals-are-preliminary{margin-left:10px} .award-square-container{max-width:1000px;overflow:hidden} .award-square{float:left;padding:10px 0 30px 40px;white-space:nowrap;width:300px} .award-square.mini{width:100px;white-space:normal;text-align:center} .award-square img{float:left;margin:0 10px;width:70px;height:70px} .award-square.mini img{float:none;margin-bottom:7px} .award-square .award-name{color:black;font-size:22px;font-family:verdana,arial,helvetica,sans-serif;font-weight:bold;line-height:1em} .award-square.mini .award-name{font-size:18px;min-height:36px;display:block} .award-square .winner-info{line-height:15px;margin-top:15px;color:gray} .award-square .winner-name{font-size:18px;color:#369} .lined-table{margin:5px} table.lined-table{margin:5px 3px} .lined-table th,.lined-table td{border:solid #cdcdcd 1px;padding:3px} .lined-table th{text-align:center;font-weight:bold} .sponsorshipbox{max-width:300px} .sponsorshipbox span{color:gray} .sponsorshipbox div{border:1px solid #d0d0d0;width:300px} .sponsorshipbox .promote-pixel{right:0} .sidecontentbox a.helplink{float:right;margin-top:4px} .trophy-table{width:100%} .trophy-area .content{background-color:#f5f5f5} .trophy-info{text-align:center;vertical-align:top} .trophy-info div{margin-left:auto;margin-right:auto;width:130px;vertical-align:top;padding:15px 0 15px} .trophy-icon{margin-bottom:2px;width:40px;height:40px} .trophy-info.left{margin-right:10px} .trophy-name{color:black!important} .trophy-description{color:#555;font-size:x-small} .dust{text-align:center;margin:45px auto;color:#d0d0d0} .removecup-button{display:inline} .cup-info-box{border:dashed #ea3 2px;padding:5px} .cup-info-box tt{background-color:#f5f5aa} .datepicker{z-index:1000;display:none;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 4px 6px 3px hsla(0,0%,0%,.2),inset 0 1px 0 0 hsla(0,0%,100%,.9);-moz-box-shadow:0 4px 6px 3px hsla(0,0%,0%,.2),inset 0 1px 0 0 hsla(0,0%,100%,.9);box-shadow:0 4px 6px 3px hsla(0,0%,0%,.2),inset 0 1px 0 0 hsla(0,0%,100%,.9);text-shadow:0 1px 0 hsla(0,0%,100%,.8)} .datepicker::before{content:' ';display:block;width:0;height:0;border:10px solid;position:absolute;top:-20px;left:17px;border-color:transparent transparent #369} .datepicker::after{content:' ';display:block;width:0;height:0;border:10px solid;position:absolute;top:-18px;left:17px;border-color:transparent transparent #e5f2ff} .datepicker.inuse{display:block} .ui-datepicker-inline{font-size:x-small;padding:5px} .ui-corner-all{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px} .ui-datepicker-header{background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,54%,89%)),to(hsl(210,54%,79%)));background:-moz-linear-gradient(top,hsl(210,54%,89%),hsl(210,54%,79%));background-color:#adc9e6;border:1px solid #5e96cf;color:#2e6399;font-weight:bold;font-size:1.3em;text-shadow:0 1px 0 hsla(0,0%,100%,.7);-webkit-box-shadow:inset 0 1px 0 hsla(0,100%,100%,.8);-moz-box-shadow:inset 0 1px 0 hsla(0,100%,100%,.8);box-shadow:inset 0 1px 0 hsla(0,100%,100%,.8)} .ui-datepicker-inline .ui-datepicker-prev{float:left} .ui-datepicker-inline .ui-datepicker-next{float:right} .ui-datepicker-inline .ui-datepicker-prev span,.ui-datepicker-inline .ui-datepicker-next span{display:block;text-align:center;margin-right:1px;margin-bottom:1px;font-size:1.5em} .ui-datepicker-inline .ui-datepicker-prev:active,.ui-datepicker-inline .ui-datepicker-next:active{color:white} .ui-datepicker-inline .ui-datepicker-prev.ui-state-disabled,.ui-datepicker-inline .ui-datepicker-next.ui-state-disabled{display:none} .ui-datepicker-inline .ui-datepicker-prev,.ui-datepicker-inline .ui-datepicker-next{display:block;cursor:pointer;padding:0 5px} .ui-datepicker-year{margin-left:none!important} .ui-datepicker-inline .ui-datepicker-title{text-align:center;padding:5px;margin:0 2em} .ui-datepicker-inline table{clear:right;margin-top:5px;border:1px solid hsl(210,54%,59%)} .ui-datepicker-inline .ui-datepicker-calendar th,.ui-datepicker-inline .ui-datepicker-calendar td{padding:0;border:1px solid #5e96cf;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7)} .ui-datepicker-calendar th{font-size:1.1em} .ui-datepicker-inline .ui-datepicker-calendar th span,.ui-datepicker-inline .ui-datepicker-calendar td span,.ui-datepicker-inline .ui-datepicker-calendar td a{border:0;margin:auto;padding:3px;display:block;width:30px;height:2em;text-align:center;vertical-align:middle;color:black;background-color:#c8dbef;font-size:1.5em;font-weight:bold;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7)} .ui-datepicker-inline .ui-datepicker-calendar th span{text-align:center;border:0} .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-today a,.ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-today span,.ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-active{color:white;background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,54%,65%)),to(hsl(210,54%,45%)));background:-moz-linear-gradient(top,hsl(210,54%,65%),hsl(210,54%,45%));background-color:#4f8ac9;-webkit-box-shadow:inset 0 2px 3px hsla(0,0%,0%,.6);-moz-box-shadow:inset 0 2px 3px hsla(0,0%,0%,.6);box-shadow:inset 0 2px 3px hsla(0,0%,0%,.6);text-shadow:0 -1px 0 hsla(0,0%,0%,.8)} .ui-datepicker-inline .ui-datepicker-calendar td span{color:#888} .ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-hover{background:#6bb3ff;color:white;text-shadow:0 -1px 0 hsla(0,0%,0%,.6)} .ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-active{background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(0,54%,75%)),to(hsl(0,54%,55%)));background:-moz-linear-gradient(top,hsl(0,54%,75%),hsl(0,54%,55%));background-color:#e19d9d} .date-input{display:inline;position:relative} .date-input input{border:1px solid #888;padding:2px;text-align:center;margin:0 2px} .date-input .drop-choices{position:absolute;border:1px solid #369;background-color:#e5f2ff;margin:10px 3px} .payment-setup input[name=bid]{width:6em;text-align:right} .payment-setup form{margin:20px} .payment-setup p{margin-bottom:10px} .pay-form textarea[disabled]{font-size:smaller;padding:0} .pay-form *[disabled],.pay-form input[disabled]{border:0;color:black;font-weight:bold;background-color:white} .bid-table{margin:5px 10px} .bid-table td,.bid-table th{padding:2px 5px;text-align:right} .bid-table th{text-align:center;font-weight:bold} .create-promotion .help{font-size:x-small} .create-promotion .help p{margin:5px} .create-promotion .help a.help{font-weight:bold;text-decoration:none;float:right;color:orangered} .create-promo{float:left;width:520px;margin-right:20px} .create-promo .infobar{margin-right:0;border-color:red;color:black;background:0;width:100%} .create-promo h2{margin-top:10px;color:black} .create-promo ol{margin:0 30px 10px 30px} .create-promo ol>li{list-style-type:disc} .create-promo .rules{float:left;margin-left:15px} .fancy-settings h1,.create-promotion h1{font-size:200%;color:#999;margin:10px 5px} .fancy-settings h2{font-size:200%;font-weight:normal;color:#999;margin:10px 5px} .fancy-settings h1 strong{font-weight:bold;color:#666} .create-promotion .sitetable{margin:5px} .create-promotion .infobar{margin-left:12px;width:479px;background-color:#fbd8d8;margin-bottom:10px} .create-promotion .create-promo .save-button{float:right;margin-right:3px} .create-promotion .create-promo .save-button button{margin-top:0} .bidding-history{padding-top:10px} .bidding-history .linefield{width:auto;overflow:hidden;padding-left:10px;border-left:1px #ddd dashed} .bidding-history .linefield .bid-table,.bidding-history .linefield .notes{font-size:x-small} .bidding-history .linefield .notes{margin-top:10px} .bidding-history .linefield .notes p{text-indent:-20px;padding-left:20px;margin-bottom:2px;font-family:courier} .bidding-history table.bidding-history tr:hover{background-color:#aaa} .bidding-history table.bidding-history th,.bidding-history table.bidding-history td{padding:2px 5px;text-align:right;font-size:x-small} .bidding-history table.bidding-history th{font-weight:bold} .bidding-history div.graph{height:8px;background-color:#369} .pay-form tr.input-error th{color:red;font-weight:bold;font-style:italic} .pay-form th{padding:0} .pay-form tr.input-error input,.pay-form tr.input-error textarea,.pay-form tr.input-error select{border:1px solid red} .pay-form input[name=expirationDate],.pay-form input[name=cardCode]{width:10ex} .pay-form .optional{font-size:smaller} .pay-form .disabled .optional{display:none} .pay-form p.info{color:red} .pay-link{font-size:smaller;margin-left:10px} dt{margin-left:10px;font-weight:bold} dd{margin-left:20px} .calendar{white-space:nowrap;overflow:hidden;width:100%;position:relative;padding-top:120px;padding-bottom:100px;margin:20px 0} .calendar div.grid{position:absolute;top:0;bottom:0} .calendar div.grid.today{background-color:yellow} .calendar div.grid div.header{font-weight:bold;border-bottom:2px solid gray;text-align:center} .calendar div.grid+div.grid{border-left:1px dashed gray} .calendar .blob{margin:0;padding:0;z-index:10;float:left;cursor:pointer} .calendar .blob.link:hover{border:1px solid red;box-shadow:2px 2px 2px #000;-moz-box-shadow:2px 2px 2px #000;z-index:100} .calendar .blob .bid{text-align:right;font-weight:bold;padding:5px 5px 0 5px} .calendar .blob.link{margin:-1px -2px 0 -2px;border:1px solid black} .calendar .blob.link .title{font-size:small;padding:0 5px 5px 5px;display:block} .borderless td{border:0} .titlebox{font-size:larger} .titlebox h1{font-family:arial,verdana,helvetica,sans-serif;margin:0;margin-bottom:5px;font-weight:bold;font-size:19px} .titlebox h1 a{color:black} .titlebox .karma{font-size:18px;font-weight:bold} .titlebox .fancy-toggle-button{display:inline-block;margin-right:5px} .titlebox .bottom{border-top:1px solid gray;padding-top:2px;font-size:80%;color:gray} .titlebox .age{float:right} .titlebox .md{font-size:90%} .titlebox .account-notes{font-weight:normal;font-size:small;margin-left:5px} .titlebox .account-notes .unusual{background-color:#fdd;border:solid red 1px;padding:1px 2px 2px;margin-left:5px} .sidecontentbox{font-size:normal} .sidecontentbox .content{margin:0;padding:5px;border:1px solid gray;font-size:larger;list-style:none} .sidecontentbox .more{margin-top:5px;text-align:right;font-size:smaller} .sidecontentbox .more a{color:gray} .sidecontentbox .title h1{display:inline;text-transform:uppercase;margin:0;color:gray;font-size:130%} .sidecontentbox.collapsible .title{cursor:pointer} .sidecontentbox .collapse-button{display:inline-block;width:10px;height:10px;line-height:10px;text-align:center;font-size:10px;background:#eee;color:#333;border:1px solid #999;border-radius:2px;margin:1px 8px;vertical-align:bottom} .titlebox form.toggle,.leavemoderator{margin:0;padding:5px 0;font-size:smaller;color:gray;background:white none no-repeat scroll center left} .usertable .remove-self .main:before,.titlebox .leavemoderator:before,.titlebox form.leavecontributor-button:before,.icon-menu .reddit-edit:before,.icon-menu .reddit-traffic:before,.icon-menu .reddit-reported:before,.icon-menu .reddit-spam:before,.icon-menu .reddit-ban:before,.icon-menu .reddit-flair:before,.icon-menu .reddit-moderationlog:before,.icon-menu .reddit-unmoderated:before,.icon-menu .reddit-moderators:before,.icon-menu .moderator-mail:before,.icon-menu .reddit-contributors:before,.icon-menu .reddit-modqueue:before,.giftgold a:before,.gold-form h1.goldgift:before,.users-online:before{height:16px;width:16px;display:block;content:" ";float:left;margin-right:5px} .titlebox .leavemoderator:before,.moderator.remove-self .main:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -612px;background-repeat:no-repeat} .titlebox form.leavecontributor-button:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-85px -578px;background-repeat:no-repeat} .titlebox form.flairtoggle{padding:0} .titlebox .tagline{margin:5px 0 5px 20px} .icon-menu a{background:white none no-repeat scroll center left} .icon-menu li{margin:5px 0} .icon-menu .reddit-edit:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -595px;background-repeat:no-repeat} .icon-menu .reddit-traffic:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -595px;background-repeat:no-repeat} .icon-menu .reddit-reported:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-68px -595px;background-repeat:no-repeat} .icon-menu .reddit-spam:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-85px -595px;background-repeat:no-repeat} .icon-menu .reddit-ban:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -578px;background-repeat:no-repeat} .icon-menu .reddit-flair:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -595px;background-repeat:no-repeat;margin-left:1px} .icon-menu .reddit-moderationlog:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-34px -595px;background-repeat:no-repeat;margin-left:1px} .icon-menu .reddit-unmoderated:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -612px;background-repeat:no-repeat;margin-left:1px} .icon-menu .reddit-moderators:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -612px;background-repeat:no-repeat} .icon-menu .moderator-mail:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-46px -629px;background-repeat:no-repeat;width:15px;height:10px;margin-top:4px;margin-left:1px} .icon-menu .reddit-contributors:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-85px -578px;background-repeat:no-repeat} .icon-menu .reddit-modqueue:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-51px -595px;background-repeat:no-repeat} .users-online:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-68px -578px;background-repeat:no-repeat} .linkinfo{padding:5px;border:1px solid #5f99cf;background-color:#eff7ff;font-family:arial,helvetica,sans-serif;font-size:larger;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .linkinfo .score .number{font-size:22px;font-weight:bold} .linkinfo .score .word{font-size:15px;font-weight:bold} .linkinfo .upvotes{font-size:80%;color:orangered} .linkinfo .downvotes{font-size:80%;color:#5f99cf} .linkinfo .shortlink{font-size:80%;margin-top:3px} .linkinfo .shortlink input{border:1px solid gray;font-family:monospace;font-size:140%;padding:3px 2px;width:175px} .linkinfo .shortlink input:hover{cursor:text} .linkinfo table{margin-top:5px} .linkinfo td,.linkinfo th{padding:2px;font-size:smaller;border:1px solid gray} a.adminbox{border:solid 1px #eee;color:#cdcdcd;font-family:monospace;text-align:center;padding-right:1px} a.adminbox:hover{text-decoration:none;color:orangered;border:solid 1px orangered} .email{font-family:monospace;font-size:larger} .lined-table,.lined-table th,.lined-table td{border:solid #cdcdcd 1px;border-collapse:collapse;padding:2px;margin-bottom:10px} .lined-table th{font-weight:bold} .wide{width:100%} .centered{text-align:center;vertical-align:middle} .sr-ad-table .inherited{background-color:#def} .sr-ad-table .overridden{background-color:#fed} .sr-ad-table .unused{background-color:#eee} .sr-ad-table .inherited .whence{font-style:italic} .sr-ad-table .overridden .whence{font-weight:bold} .sr-ad-table .details{font-size:150%;padding:10px;vertical-align:top} .sr-ad-table .details .codename{font-size:150%;margin-bottom:20px} .sr-ad-table .weight{width:4em} .ad-assign-table .warning{font-weight:bold;color:red} .usage-table .intersection{color:#888;font-family:monospace;text-align:right;border-left:0;border-right:0} .usage-table .intersection span{padding:1px 3px 0 2px} .usage-table .empty.intersection{text-align:center;color:#ccc} .usage-table .elapsed.intersection{color:black} .usage-table .count.intersection{color:black} .usage-table .average.intersection{color:black;border-right:solid #cdcdcd 1px} .usage-table .empty.intersection,.usage-table .average.intersection{padding-left:0;margin-left:0;border-right:solid #cdcdcd 1px;padding-right:5px} a.pretty-button:hover{text-decoration:none!important} .pretty-button{margin-left:5px;margin-bottom:5px;border:1px solid #666;padding:1px 6px;background:white none repeat-x scroll center left;color:#111;font-size:10px;font-weight:normal;line-height:20px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;outline-style:none} a.pretty-button{color:black} a.pretty-button.pressed{color:white} a.pretty-button.negative{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -42px;background-repeat:repeat} a.pretty-button.negative.pressed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -21px;background-repeat:repeat} a.pretty-button.neutral{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -84px;background-repeat:repeat} a.pretty-button.neutral.pressed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -63px;background-repeat:repeat} a.pretty-button.positive{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -126px;background-repeat:repeat} a.pretty-button.positive.pressed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -105px;background-repeat:repeat} .organic-listing .ontrial,.help-cover.juryduty{background-color:#ffecf8} .organic-listing .ontrial a.title{color:#555} .organic-listing .ontrial .midcol{margin-top:20px} .we-need-help{font-size:larger;font-weight:bold;line-height:18px} .organic-listing .how-to-classify{font-weight:bold} .jury-box .arrow-msg{display:none;color:red;margin-top:5px} .jury-box .thanks-for-voting{margin-left:1em;display:none;color:red} .jury-box .thanks-for-voting a{margin-left:1em} .sitetable .linkontrial{padding-top:5px} .sitetable .we-need-help{display:none} .oatmeal img{display:block;margin:5px auto} .lounge{display:none} .lounge p{margin-top:5px} .gold-accent{margin-top:10px;padding:0 10px 5px;background-color:#fffdcc;border:solid 1px #e1b000;color:#9a7d2e;display:inline-block} tr.gold-accent{display:table-row;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} tr.gold-accent+tr>td{padding-top:10px} #per-sr-karma{width:300px;margin:.6em auto 0 auto;table-layout:fixed} #per-sr-karma thead th,#per-sr-karma td{text-align:right} #per-sr-karma tbody th{text-align:left} #per-sr-karma #sr-karma-header{width:150px;text-align:left} #per-sr-karma thead th{font-weight:bold;padding-bottom:2px} #per-sr-karma tbody th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis} #per-sr-karma tbody td{font-weight:bold;color:#666} #per-sr-karma th.helpful span{border-bottom:1px dotted #666;cursor:help;display:inline-block} .more-karmas{display:none} .giftgold.karma-breakdown{margin-top:.6em} .friend-note button[type=submit]{display:none;font-size:x-small;padding-top:1px;padding-bottom:1px;margin:0;margin-left:5px;width:45px} .friend-note.edited button[type=submit]{display:inline-block} .friend-note.edited input[type=text]{width:250px;margin-right:0} .gold-accent h1,.gold-accent th{color:#6a4d00;font-family:Hoefler Text,Palatino Linotype,Book Antiqua,Palatino,georgia,garamond,FreeSerif,serif;font-variant:small-caps} .gold-accent .pretty-form input[type=text]{margin-top:1px;margin-bottom:2px;margin-left:0} .gold-accent .pretty-form input[type=text]#name{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .gold-accent .pretty-form button{background-color:#fff088;color:#6a4d00;border:1px solid #9a7d2e;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .gold-expiration-info{margin:3px 0;width:278px;text-align:center} .gold-expiration-info .karma{color:#583800} .giftgold{margin-bottom:5px} .giftgold a{color:#9a7d2e;font-weight:bold} .giftgold a:before,.gold-form h1.goldgift:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-105px -537px;background-repeat:no-repeat} .gold-form h1:before{margin-top:3px} .tiny{font-size:xx-small} .gold-accent.comment-visits-box{color:#583800;margin:0 5px 15px;padding:7px 10px 7px 7px;max-width:550px} .gold-form{font-family:Hoefler Text,Palatino Linotype,Book Antiqua,Palatino,georgia,garamond,FreeSerif,serif;min-height:600px;line-height:22px} .gold-form .roundfield{border:1px solid #e1b000;background-color:#fffdcc;color:#6a4d00} .gold-form .roundfield-content .gray a{margin-left:.8em;font-size:small} .gold-form .note{font-size:11px;font-style:italic;color:#222;margin-top:7px} .gold-form .spacer{margin-top:20px!important} .gold-subsection{display:none;position:absolute} .gold-form textarea,.gold-form input[type=text]{margin-top:3px} .gold-logo{float:left;margin-right:15px} .giftmessage{border:solid #888 1px;color:black;background-color:white;padding:0 10px;margin-bottom:15px;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .gold-button{padding-top:2px;margin-top:8px;margin-right:8px;color:#482800;background-color:#efcc4c;border-color:#fff088 #fff088 #6a3d00 #6a3d00;font-size:16px;font-family:Palatino,georgia,garamond,FreeSerif,serif;-webkit-appearance:none;text-shadow:0 1px 0 hsla(0,0%,100%,.7)} .gold-dropdown{color:#482800;background-color:#fff088;font-size:16px;font-family:Hoefler Text,Palatino Linotype,Book Antiqua,Palatino,georgia,garamond,FreeSerif,serif} .comment-visits-box .title{font-weight:bold} .comment-visits-box label{margin-left:5px} .new-comment .usertext-body{background-color:#e5efff;border:solid 1px #cddaf3;margin:-1px 0} .role{width:800px} .styled-input{border:1px solid gray;padding:2px;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6);-moz-box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6);box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6)} .infobar.client-info{position:relative;margin:10px 2%;width:94%;height:48px} .infobar.client-info .icon img{position:absolute;left:10px;width:48px;height:48px} .infobar.client-info .md{line-height:48px;margin-left:56px} .infobar.client-info .md p{margin:0} .oauth2-authorize{position:relative;background:url(../snoo-tray.png) no-repeat;width:415px;height:235px;margin:40px auto 0;padding-left:280px;padding-top:18px} .oauth2-authorize h1 a{display:block;font-weight:bold;font-size:1.5em;letter-spacing:-.04em} .oauth2-authorize .icon{position:absolute;left:160px;top:69px;width:72px;height:72px;line-height:72px;text-align:center;white-space:nowrap} .oauth2-authorize .icon img{vertical-align:middle} .oauth2-authorize .access,.infobar.client-info{background:#f7f7f7;border:1px solid #b3b3b3} .oauth2-authorize .access{position:relative;margin:0 -12px;padding:10px 15px;font-size:1.5em;line-height:1.5em} .oauth2-authorize .access:before{position:absolute;display:block;content:'';border-width:9px;border-style:solid solid outset;border-color:transparent #b3b3b3 transparent transparent;left:-19px;top:13px} .oauth2-authorize .access:after{position:absolute;display:block;content:'';border:9px solid;border-color:transparent #f7f7f7 transparent transparent;left:-18px;top:13px} .oauth2-authorize h2{font-size:1em;font-weight:normal;color:black} .oauth2-authorize ul{list-style-type:disc;padding-left:25px} .oauth2-authorize .notice{color:#333;font-size:.85em;margin:.5em 0} .oauth2-authorize .fancybutton{margin:0;margin-right:1em;cursor:pointer} .oauth2-authorize .fancybutton.allow{color:white;background:#ff4500;border-color:#541700;box-shadow:inset 0 1px 0 rgba(255,255,255,.25);text-shadow:0 1px 0 rgba(0,0,0,.7)} .oauth2-authorize .fancybutton.allow:hover{background:#ff571a} .oauth2-authorize .fancybutton.allow:active{background:#eb3f00;box-shadow:inset 0 -1px 0 rgba(255,255,255,.25)} .oauth2-authorize .fancybutton.decline{color:black;background:#eee;border-color:#555;box-shadow:inset 0 1px 0 rgba(255,255,255,.5);text-shadow:0 1px 0 rgba(255,255,255,.7)} .oauth2-authorize .fancybutton.decline:hover{background:#f7f7f7} .oauth2-authorize .fancybutton.decline:active{background:#e4e4e4;box-shadow:inset 0 -1px 0 white} .modactionlisting table{margin:0 5px} .modactionlisting td.timestamp,.modactionlisting td.subreddit{white-space:nowrap} .modactionlisting td.button{padding-right:0;padding-left:1.5em} .modactionlisting td.description em{font-style:italic} .modactions td{font-size:small;text-align:left;padding:2px 10px} .modactions.banuser,.modactions.unbanuser,.modactions.removelink,.modactions.approvelink,.modactions.removecomment,.modactions.approvecomment,.modactions.addmoderator,.modactions.removemoderator,.modactions.addcontributor,.modactions.removecontributor,.modactions.editsettings,.modactions.editflair,.modactions.distinguish,.modactions.marknsfw{height:16px;width:16px;display:block;content:" ";float:left;margin-right:5px} .modactions.banuser{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -578px;background-repeat:no-repeat} .modactions.unbanuser{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -578px;background-repeat:no-repeat} .modactions.removelink{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -561px;background-repeat:no-repeat} .modactions.approvelink{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -561px;background-repeat:no-repeat} .modactions.removecomment{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-68px -561px;background-repeat:no-repeat} .modactions.approvecomment{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -561px;background-repeat:no-repeat} .modactions.addmoderator{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-88px -537px;background-repeat:no-repeat} .modactions.removemoderator{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -578px;background-repeat:no-repeat} .modactions.addcontributor{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -472px;background-repeat:no-repeat} .modactions.removecontributor{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-85px -561px;background-repeat:no-repeat} .modactions.editsettings{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -595px;background-repeat:no-repeat} .modactions.editflair{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -595px;background-repeat:no-repeat} .modactions.distinguish{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-34px -561px;background-repeat:no-repeat} .modactions.marknsfw{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-51px -561px;background-repeat:no-repeat} .adminpasswordform{display:block;margin:.5em auto 0 auto} .adminpasswordform label{display:block;padding:.5em} .content.api-help{font-size:1.25em;margin:0 auto;max-width:950px} .api-help .contents{padding:0 20px;margin-left:24em;margin-top:20px} .api-help .contents .section{margin-bottom:2em} .api-help .sidebar{float:left;margin-left:10px} .api-help .sidebar .head{position:relative;background:url(../xray-snoo-head.png) top center no-repeat;height:188px;margin-bottom:-78px;z-index:2} .api-help .sidebar .feet{position:relative;background:url(../xray-snoo-feet.png) top center no-repeat;height:75px;margin-top:-42px;z-index:2} .api-help .toc{background:#181818 url(../xray-snoo-body.png) center repeat-y;border:5px solid #959595;border-radius:8px;padding:15px 2em 0 2em;width:18em} .api-help .contents .introduction{position:relative;border:2px solid #ccc;border-radius:12px;margin-bottom:-1em} .api-help .contents .introduction p{margin:1em 14px} .api-help .contents .introduction strong{color:#222;font-weight:bold} .api-help .introduction:before,.api-help .introduction:after{position:absolute;display:block;content:'';border:15px solid;border-style:solid solid outset} .api-help .introduction:before{border-color:transparent #ccc transparent transparent;left:-31px;top:58px} .api-help .introduction:after{border-color:transparent white transparent transparent;left:-28px;top:58px} .api-help .toc ul{position:relative;margin-top:.5em;margin-bottom:1.5em;z-index:10} .api-help .toc>ul>li>strong{color:#aaa} .api-help .toc a.section{color:#888;font-weight:bold} .api-help .toc a{display:block;color:#8eb0d2} .api-help .toc a:hover,.api-help .endpoint a:hover{text-decoration:underline} .api-help em.placeholder{font-style:italic;font-weight:normal} .api-help .toc em.placeholder{color:#8eb0d2} .api-help .toc li.supports-oauth a{background:0} .api-help .toc li.supports-oauth a:after{content:'oauth';display:inline-block;position:absolute;right:0;font-size:.75em;background:#29440e;color:#ddc;padding:0 2px;margin-left:2px;border-radius:2px} .api-help .endpoint em.placeholder{color:#369} .api-help .endpoint,.api-help .section .description{margin-bottom:1.5em} .api-help .oauth-scope-list{display:inline;margin-left:1em} .api-help .oauth-scope{display:inline-block;margin-left:.5em;font-size:.75em;font-weight:normal;vertical-align:bottom;background:#577439;color:#fbfbf9;padding:2px 6px;border-radius:2px} .api-help .methods h2{color:black;font-size:1.45em;text-align:middle;margin-top:1.5em;margin-bottom:1em;border-bottom:1px solid #aaa} .api-help .endpoint .info{padding-left:1em;border-left:1px solid #ddd} .api-help .endpoint h3,.api-help .endpoint .uri-variants{color:#369;margin-bottom:.5em} .api-help .endpoint .uri-variants{opacity:.85;font-weight:bold;margin-top:-.5em;margin-left:3em} .api-help .endpoint .method,.api-help .endpoint .extensions{font-weight:normal;color:gray} .api-help .endpoint .extensions{margin-left:.5em} .api-help .endpoint .links{float:right} .api-help .endpoint .links a{margin-left:.85em;opacity:.45} .api-help .endpoint:hover .links a{opacity:1} .api-help .parameters{background:#f0f0f0;border-collapse:separate;border-radius:3px;padding:5px 10px;width:100%} .api-help .parameters .name{font-family:Courier New,monospace;width:50%} #classy-error{text-align:center} .errorpage-message{margin:1em auto;width:500px;font-size:small} .errorpage-message.sr-description{border-top:2px solid black;margin-top:2em;padding-top:2em} .errorpage-message.sr-description h2{color:black;font-weight:bold;font-size:125%;margin-bottom:.7em} .sr-description p{margin:.75em 0} #pref-otp .roundfield{margin:1em 0} #pref-otp-qr{display:none} #otp-secret-info{margin:2em;width:512px;font-size:small} #otp-secret-info div{margin:1em 0} #otp-secret-info .secret{font-weight:bold} .users-online{margin-bottom:.25em} .users-online .word,.users-online .number:after{cursor:help} .sr-interest-bar{position:relative;background:#cee3f8 url(../snoo-upside-down.png) 15px top no-repeat;padding:5px;overflow:hidden;border:1px solid #369;margin-bottom:10px} .organic-listing .sr-interest-bar{border:0;margin:0} .sr-interest-bar .bubble{position:relative;margin-left:85px;margin-right:68px;max-width:700px;font-size:13px;background:white;padding:6px;border-radius:8px} .sr-interest-bar .bubble:after{position:absolute;display:block;content:'';border:10px solid;border-style:solid solid outset;border-color:transparent;border-right-color:white;left:-20px;top:15px} .sr-interest-bar .bubble p{margin:6px 3px;margin-top:0} .sr-interest-bar .subscribe{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -0px;background-repeat:repeat;border:1px solid #444;border-radius:3px;padding:0 6px;color:white;font-weight:bold} .sr-interest-bar .query-box{position:relative;padding:2px 4px;border:2px solid #979797;border-radius:5px} .sr-interest-bar.focus .query-box{border-color:#5f99cf} .sr-interest-bar.error .query-box{border-color:#cf5e5e} .sr-interest-bar .error-caption,.sr-interest-bar.error .caption{display:none} .sr-interest-bar.error .error-caption{display:block} .sr-interest-bar .query{width:100%;font-size:20px;margin:0;padding:0;border:0;outline:0} .sr-interest-bar .throbber{position:absolute;right:3px;top:5px} .sr-interest-bar ul.results{margin:0;margin-top:6px;padding-top:2px;border-top:1px dotted #bbb;display:none} .sr-interest-bar li{display:inline-block;margin:6px 3px} .sr-interest-bar a{padding:1px 2px} .sr-interest-bar a:hover{text-decoration:underline} .sr-interest-bar .results .random{color:gray;font-weight:bold} .ajax-upload-form iframe{display:none} .developed-app,.authorized-app{border:solid 1px black;margin-left:20px;margin-bottom:.5em;padding:7px;position:relative;width:880px;font-size:x-small} .developed-app.collapsed,.authorized-app{height:100px} .developed-app .collapsed{display:none} .developed-app .ajax-upload-form{display:none} .app-details{display:inline-block;width:200px;height:72px;margin-left:1em;vertical-align:top} .app-details h2{font-size:medium;margin:0} .app-details h3{font-size:x-small;margin:0} .app-icon{display:inline-block;width:72px;height:72px;line-height:72px;text-align:center;white-space:nowrap} .app-icon img{vertical-align:middle} .app-permissions li{position:relative} .app-scope{display:none;position:absolute;top:1ex;left:3ex;border:1px solid black;background:#fffdcc;z-index:1} .app-description{display:inline-block;font-size:small;width:597px;height:80px;overflow-y:auto;vertical-align:top} .app-developers{position:absolute;left:289px;bottom:1ex;width:600px} .edit-app-button,.revoke-app-button{position:absolute;bottom:1ex;left:12px;width:200px} .edit-app.collapsed,.edit-app-icon,.developed-app .collapsed{display:none} .edit-app-icon-button{display:block;text-align:center;width:72px} .edit-app-form,.edit-app-form form{display:inline-block} .edit-app-form th,.edit-app-icon th{width:12ex} .edit-app-form input,.edit-app-form textarea{margin:0;width:50ex} .edit-app-form input[name="name"]{width:20ex!important} .edit-app-form input[type="file"]{width:auto!important} .edit-app-form input[type="submit"]{margin-left:10px;width:auto!important} .delete-app-button{position:absolute;bottom:7px;left:100px} #create-app{display:none}
node_modules/css-condense/extras/reddit.condensed.css
html{height:100%} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,iframe{margin:0;padding:0} table{border-collapse:collapse} fieldset,img{border:0} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal} ol,ul{list-style:none} caption,th{text-align:left} h1,h2,h3,h4,h5,h6{font-size:100%} q:before,q:after{content:''} body{font:normal x-small verdana,arial,helvetica,sans-serif;background-color:white;z-index:1} textarea{font:normal small verdana,arial,helvetica,sans-serif} input[type=hidden]{position:absolute} h1{font-size:18px;font-weight:normal;margin:10px 0} h2{color:#369;font-size:13px} h2 a{text-decoration:none} h2 a:visited{color:#369} h2 a:hover{text-decoration:underline} h3{font-size:110%} a img{border:0 none} a{text-decoration:none;color:#369} .rounded{-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px} .rounded .morelink{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-moz-border-radius-topright:6px} div.autosize{display:table;width:1px} div.autosize>div{display:table-cell} input.txt{background-color:#f7f7f7;border:1px solid #369} input[type=checkbox],input[type=radio]{margin-top:.4em} label.disabled{color:gray} .wrong{color:red;font-weight:normal} .attention{font-weight:bold;border:solid 1px #f60;padding:3px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px} .subform input.text{width:25em} .subform textarea.text{width:25em} .subform label{margin:0 5px} .subform td{padding:0 5px 5px 0} .subform td.nopadding{padding:0} .nowrap{white-space:nowrap} .leftpad{padding-left:1em} .nomargin{margin:0} .nopadding{padding:0} .fancybutton{padding:5px 10px;background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,54%,89%)),to(hsl(210,54%,79%)));background:-moz-linear-gradient(top,hsl(210,54%,89%),hsl(210,54%,79%));background-color:#adc9e6;border:1px solid #5e96cf;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;color:#2e6399;text-shadow:0 1px 0 hsla(0,0%,100%,.7);-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8);text-decoration:none;font-weight:bold} .fancybutton:hover{background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,54%,93%)),to(hsl(210,54%,89%)));background:-moz-linear-gradient(top,hsl(210,54%,93%),hsl(210,54%,89%));background-color:#d4e3f2} .fancybutton:focus,.fancybutton:active{background:-webkit-gradient(linear,0% 0%,0% 100%,to(hsl(210,54%,89%)),from(hsl(210,54%,79%)));background:-moz-linear-gradient(top,hsl(210,54%,79%),hsl(210,54%,89%));background-color:#d4e3f2;-webkit-box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.7);-moz-box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.7);box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.7)} .fancybutton.disabled,.fancybutton.disabled:active{background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,24%,93%)),to(hsl(210,24%,89%)));background:-moz-linear-gradient(top,hsl(210,24%,93%),hsl(210,24%,89%));background-color:#d4e3f2;border-color:#999;color:#999} .hover a:hover{text-decoration:underline} .selected,.choice.primary{font-weight:bold} .flat-list{list-style-type:none;display:inline} .flat-list li,.flat-list form{display:inline;white-space:nowrap} .flat-list .selected a{color:orangered} .link .flat-list{display:block;padding:1px 0} .link.compressed .flat-list{display:inline-block;padding:0 0 1px 0} ul.flat-vert{text-align:left} .flat-vert .separator{margin:0} .flat-vert.title{font-family:arial,verdana,helvetica,sans-serif;color:#777;font-size:18px;font-weight:normal;margin-bottom:5px} .separator{color:gray;margin:0 .7ex} .pref-lang{font-weight:bold} .pref{font-weight:bold} #jumpToContent{position:absolute;left:135px;top:25px;font-weight:bold;margin-left:-1000px} #jumpToContent:focus{margin-left:0!important} #header{border-bottom:1px solid #5f99cf;position:relative;background-color:#cee3f8;z-index:99} #header-img{margin-top:2px;margin-right:5px} #header-img.default-header{text-indent:-9999px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -258px;background-repeat:no-repeat;height:40px;width:120px;display:inline-block;vertical-align:bottom;margin-bottom:3px} #header-top{position:absolute;right:5px} #header-bottom-left{font-size:larger} #header-bottom-right{position:absolute;right:0;bottom:0;background-color:#eff7ff;padding:4px;line-height:12px;-moz-border-radius-topleft:7px;-webkit-border-top-left-radius:7px;border-top-left-radius:7px} #mail{position:relative;top:2px;display:inline-block;text-indent:-9999px;overflow:hidden;width:15px;height:10px} #mail.havemail{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-30px -629px;background-repeat:no-repeat} #mail.nohavemail{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-46px -629px;background-repeat:no-repeat} #modmail{position:relative;top:-2px;display:inline-block;text-indent:-9999px;overflow:hidden;width:16px;height:16px;margin-bottom:-6px} #modmail.havemail{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-34px -578px;background-repeat:no-repeat} #modmail.nohavemail{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-51px -578px;background-repeat:no-repeat} .user{color:gray} .user .userkarma{cursor:help;font-weight:bold;border-bottom:1px dotted gray} .pagename{font-weight:bold;margin-right:1ex;font-variant:small-caps;font-size:1.2em;vertical-align:bottom} .pagename a{color:black} .newpagelink{padding:3px 5px;background-color:#ff9} .dropdown{cursor:default;display:inline;position:relative} .drop-choices.inuse{display:block} .drop-choices{position:absolute;left:0;border:1px solid gray;z-index:100;background-color:white;white-space:nowrap;line-height:normal;margin-top:1px;display:none} .drop-choices a.choice{cursor:pointer;padding:2px 3px 1px 3px;display:block} .drop-choices a.choice:hover{background-color:#c7def7} .drop-choices a.choice.selected{display:none} .dropdown.heavydrop .selected{background:white none no-repeat scroll center right;background-image:url(../droparrow.gif);border:1px solid gray;padding:2px;padding-right:23px;padding-left:5px;font-weight:bold} .dropdown.lightdrop .selected{position:relative;background:transparent none no-repeat scroll center right;background-image:url(../droparrowgray.gif);padding-right:21px;text-decoration:underline;color:gray} .drop-choices.lightdrop{margin-top:2px} .dropdown.tabdrop .selected{position:relative;background:white none no-repeat scroll center right;background-image:url(../droparrowgray.gif);padding:2px 21px 1px 5px;margin-left:3px;border:1px solid #5f99cf;border-bottom:0;color:orangered} .dropdown.tabdrop .selected.title{background-color:#eff7ff;color:#369;padding-bottom:0;border:0} .drop-choices.tabdrop{margin-top:2px} .dropdown-title.tabdrop{display:none} .tabmenu{list-style-type:none;white-space:nowrap;display:inline-block;margin-top:5px;vertical-align:bottom} .tabmenu li{display:inline;font-weight:bold;margin:0 3px} .tabmenu li a{padding:2px 6px 0 6px;background-color:#eff7ff} .tabmenu li.selected a{color:orangered;background-color:white;border:1px solid #5f99cf;border-bottom:1px solid white;z-index:100} .tabpane-content{border:1px solid #5f99cf;padding:4px} #search input[type=text]{border:1px solid gray;font-size:18px;width:295px;padding:2px} .content{z-index:1;margin:7px 5px 0 5px} .content .spacer{margin-bottom:5px} .state-button{display:inline} .side{float:right;background-color:white;margin:0 5px;width:300px} .side .spacer{margin:7px 0 12px 0} .morelink{display:block;text-align:center;position:relative;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;border:1px solid #c4dbf1;background:white none repeat-x scroll center left;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -228px;background-repeat:repeat;font-size:150%;font-weight:bold;letter-spacing:-1px;line-height:29px;height:29px} .morelink:hover,.mlh{border-color:#879eb4;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -198px;background-repeat:repeat} .morelink a{display:block;width:100%;color:#369} .morelink:hover a{color:white} .morelink .nub{position:absolute;top:-1px;right:-1px;height:31px;width:24px;background:white none no-repeat scroll center left;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-76px -472px;background-repeat:no-repeat} .morelink:hover .nub,.mlhn{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-51px -472px;background-repeat:no-repeat} .disabled .morelink,.disabled .morelink:hover{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -168px;background-repeat:repeat;border-color:#dadada} .disabled .morelink a{cursor:default;color:#aaa} .disabled .morelink .nub,.disabled .morelink:hover .nub{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-71px -421px;background-repeat:no-repeat} .sidebox.submit.disabled .spacer a{opacity:.5} .raisedbox{padding:5px;background:#e0e0e0;border:1px solid gray} .raisedbox h4{margin-bottom:3px} .raisedbox li{margin-bottom:2px} .sidebox .spacer{position:relative;margin-top:10px;padding:5px 0 0 44px;min-height:41px;background:white none no-repeat scroll top left} .sidebox .spacer a{position:absolute;top:0;left:0;display:block;height:40px;width:40px} .sidebox.create .spacer a{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-71px -299px;background-repeat:no-repeat;background-repeat:no-repeat} .sidebox.gold .spacer a{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-71px -370px;background-repeat:no-repeat;background-repeat:no-repeat} .sidebox.gold .morelink{border:0;background-color:transparent;background-image:url(../goldmorelink.png);background-position:0 0;background-repeat:no-repeat;height:31px} .sidebox.gold .morelink a,.sidebox.gold .morelink a:visited{color:#9a7d2e} .sidebox.gold .morelink:hover{background-position:0 -31px} .sidebox.gold .morelink:hover a{color:#fff;margin-top:1px} .sidebox.gold .morelink .nub{display:none} .sidebox.submit .spacer a{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -472px;background-repeat:no-repeat;background-repeat:no-repeat} .sidebox .subtitle{margin-left:10px;color:dimgray;font-size:110%} .account-activity-box{text-align:center} #account-activity table{margin:2em 0 0 2em;width:45em;font-size:larger} #account-activity th{font-weight:bold} #account-activity td{padding:.5em 0} .infotable{margin-top:5px;margin-bottom:10px} .infotable .small{font-size:smaller} .infotable td{padding-right:1em} .infotable a:hover{text-decoration:underline} .infotable .state-button a{background-color:#f0f0f0;color:gray} .infotable .bold{font-weight:bold} .infotable .invalid-user{background-color:pink} .infotable .organic-vote{border:1px solid green} .profile-attr .label{font-weight:bold} .profile-attr .value{color:#404040;margin-right:5px} .profile-attr .md{margin-left:10px;margin-top:5px;border-color:#b2b2b2 #d0d0d0 #d0d0d0 #b2b2b2;border-style:solid;border-width:1px;padding:10px} .profile-attr .md ul{float:none;list-style-type:disc;margin-left:15px} .profile-attr .md p{margin-top:0} .question{color:red} .question .yes{margin-left:5px;margin-right:3px} .question .no{margin:0 3px} .preload{position:absolute;top:-1000px;left:-1000px} .arrow{margin:2px 0 0 0;width:100%;height:14px;display:block;cursor:pointer;background-position:center center;background-repeat:no-repeat;width:15px;margin-left:auto;margin-right:auto} .arrow.upmod{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -629px;background-repeat:no-repeat} .arrow.downmod{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-81px -612px;background-repeat:no-repeat} .arrow.up{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-97px -612px;background-repeat:no-repeat} .arrow.down{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-65px -612px;background-repeat:no-repeat} .midcol{float:left;margin-right:4px;margin-left:7px;background:transparent;overflow:hidden} .compressed .midcol{width:15px;margin-right:5px} .entry{overflow:hidden;margin-left:3px;opacity:1} .domain{color:#888;font-size:x-small} .domain a{color:#888} .domain a:hover{text-decoration:underline} .spam .domain,.spam .domain a{color:black} .link-note{background-color:white;color:#f44;font-size:x-small} .tagline{color:#888;font-size:x-small} .tagline a{color:#369;text-decoration:none} .tagline .friend{color:orangered} .tagline .submitter{color:#0055df} .tagline .moderator,.green{color:#282} .tagline .admin{color:#f01} .tagline .alum{color:#be1337} .tagline a.author.admin{font-weight:bold} .tagline a:hover{text-decoration:underline} .tagline .edited-timestamp{cursor:default} a.author{margin-right:.5em} .flair,.linkflairlabel{display:inline-block;margin-right:.5em;padding:0 2px;background:#f5f5f5;color:#555;border:1px solid #ddd;border-radius:2px} .collapsed .flair{display:none} .flair input{font-size:xx-small} .linkflairlabel{font-size:x-small;max-width:10em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .link .flair{font-size:x-small;margin-top:-1px} .flair-settings{margin-bottom:16px} .flairlist .flair-jump{margin-bottom:1em} .flairlist .flair-jump input[type="text"]{width:430px} .flair-jump button{font-size:100%} .flairlist.pretty-form{font-size:inherit} .flairlisthome,.flairlist .nextprev{display:inline-block;margin-top:10px} .flairlisthome{font-size:smaller} .flaircell,.flairlist .header{display:inline-block;text-align:center;width:30ex;margin-right:4ex} .flair-entry{display:inline-block} .flaircell.narrow,.flairlist .header.narrow{width:14ex} .flairsample-left{text-align:right!important} .flairsample-right{text-align:left!important} .flairrow .tagline{display:inline-block;margin-bottom:8px;margin-left:6px;text-align:left;width:36ex} .flairlist .flaircell input[type="text"]{width:28ex} .flairrow>form button{display:none} .flairrow .edited button{display:inline-block} .flairrow .flairdeletebtn{display:inline} .flairrow:hover .flairdeletebtn{opacity:1.0} .flairselector{box-shadow:4px 4px 4px #ccc;font-size:x-small;position:absolute;width:400px} .flairselector img{margin:none} .flairselector h2{background:#cee3f8;padding-bottom:2px;margin-bottom:3px;text-align:center} .flairselector.drop-choices.active{border:1px solid gray;display:block} .flairselector .error{text-align:center} .flairselector ul{display:inline-block;max-width:200px;overflow:hidden;vertical-align:top} .flairselector .selected,.flairselector.active li{display:block;font-weight:normal;text-decoration:none!important} .flairselector li{border:1px solid white;cursor:pointer;display:block!important;padding-left:4px} .flairselector li a{color:#369!important;font-weight:normal!important} .flairselector li:hover{background-color:#bbb;border:1px solid #bbb} .flairselector li a:hover{text-decoration:none} .flairselector li.selected{border:dashed 1px black} .flairselector .title{font-size:x-small!important} .flairselector form{border-top:solid 1px gray;clear:both;display:block;padding-top:4px;text-align:center} .flairoptionpane{margin-bottom:4px;max-height:200px;overflow:auto;text-align:center} .flairselector .customizer{display:inline-block} .flairselector .customizer input{display:none} .flairselector .customizer button{display:inline!important} .flairselector .flairremove{display:none} .media-button .option{color:red} .media-button .option.active{background:transparent none no-repeat scroll right center;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-16px -629px;background-repeat:no-repeat;padding-right:15px;color:#369} .embededmedia{margin-top:5px;margin-left:60px} .thing .title{color:blue;margin-right:.4em;padding:0;overflow:hidden} .thing .title:visited{color:#551a8b} .thing .title.click{color:#551a8b} .thing .title.loggedin{color:blue} .thing .title.loggedin:visited{color:#551a8b} .thing .title.loggedin.click{color:#551a8b} .thing .title.loggedin.click:visited{color:#551a8b} .sitetable{list-style-type:none} .ajaxhook{position:absolute;top:-1000px;left:0} .nextprev{color:gray;font-size:larger;margin-top:10px} .nextprev a{padding:1px 4px;background:#eee;border:1px solid #ddd;border-radius:3px} .nextprev a:hover{background:#f0f0f0;border:1px solid #82a6c9} .nextprev a:active{background:#e4e4e4} .nextprev .separator{margin:0;margin-left:.5em;padding-left:.5em;border-left:1px solid #ccc} .help a.help{color:#808080;text-decoration:underline} .help.help-cover{position:relative;background-color:#f8f8f8;border:1px solid gray;display:none;padding:5px 10px 10px 10px;overflow:hidden} .help p,.help form{margin:5px;font-size:110%} .help form{display:inline} .help-hoverable{cursor:help} .help-bubble{display:none;position:absolute;width:35em;background:white;color:#333;border:1px solid gray;padding:3px;box-shadow:0 2px 10px rgba(0,0,0,.25)} .help-bubble p,.help-bubble form{margin:.5em} .help-bubble:before,.help-bubble:after{position:absolute;right:8px;display:block;content:'';border:9px solid transparent} .help-bubble:before{top:-19px;border-bottom-color:gray} .help-bubble:after{top:-18px;border-bottom-color:white} .help-bubble a:hover{text-decoration:underline} .infotext{border:1px solid #369;background-color:#eff7ff;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6)} .infotext p{font-size:small;margin:5px} .wikipage{margin:15px} .organic-listing{border:solid 1px gray;padding:0;overflow:hidden;position:relative;min-height:50px} .organic-listing .link{background-color:#f8f8f8} .organic-listing .link,.organic-listing .link.promotedlink{padding:5px 7em 10px 2px;margin-bottom:0} .organic-listing .nextprev{margin:0;position:absolute;right:0;top:0;vertical-align:top} .organic-listing .nextprev .arrow{width:21px;height:21px;margin:5px 5px 2px 0;border:solid 1px #b3b3b3;display:inline-block;position:relative;text-indent:50px} .organic-listing .nextprev .arrow.prev{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-68px -537px;background-repeat:no-repeat} .organic-listing .nextprev .arrow.next{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-48px -537px;background-repeat:no-repeat} .organic-listing .nextprev .arrow:hover{cursor:pointer;border:solid 1px #369} .organic-listing .nextprev .arrow:active{top:1px} .organic-listing .help{color:#369;margin:0 5px 5px 0;position:absolute;right:-1px;bottom:0} .link.promotedlink{border:1px solid gray;padding:5px 0 5px 3px;overflow:hidden;position:relative} .link.promotedlink.unpaid{background-color:#ffc} .link.promotedlink.unseen{background-color:#ffc} .link.promotedlink.accepted{background-color:#9f9} .link.promotedlink.rejected{background-color:#ff9a9a} .link.promotedlink.accepted{background-color:#9f9} .link.promotedlink.pending{background-color:#bfc} .link.promotedlink.promoted{background-color:#eff7ff} .link.promotedlink.finished{background-color:#ddd} #promo-form+form #img-preview-container{display:none} .rejection-form textarea{width:40em;height:10em} .promoted-list{font-size:larger} .promoted-list .unpromote-button{display:inline} .promoted-list .unpromote-button a{color:gray} .help-cover.promoted{background-color:#eff7ff} .organic-listing .promoted{background-color:#eff7ff;border:0} .organic-listing .sponsored-tagline{right:6.8em} .sponsored-tagline{color:#808080;bottom:0;margin:0 5px 5px 0;position:absolute;font-weight:bold;right:0} .promote-pixel{position:absolute;top:-1000px;right:-1000px} .organic-help-button{padding:0 .5ex} .menuarea{border-bottom:1px dotted gray;padding:5px 10px;margin:5px;overflow:hidden;font-size:larger} .menuarea .spacer{display:inline;margin-right:15px} .panestack-title{margin:10px 310px 0 10px;padding-bottom:3px;border-bottom:1px dotted gray} .panestack-title .title{font-size:16px;font-weight:normal;margin:10px 0} .panestack-title a.title-button{font-size:12px;margin-left:8px} .panestack-title a.title-button.gold{background-color:#fff088;color:#6a4d00;border:1px solid #9a7d2e;padding:1px 5px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .commentarea h1{margin:10px 310px 0 10px;padding-bottom:3px;border-bottom:1px dotted gray} .commentarea .menuarea{border:0;margin:0 310px 10px 10px;padding:0;color:gray} .commentarea>.usertext{margin:0 0 10px 10px;overflow:auto} .infobar{background-color:#f6e69f;padding:5px 10px;margin:5px 305px 5px 0;border:1px solid orange;font-size:small} .infobar img{display:inline;vertical-align:middle} .infobar.red{padding:5px;background-color:#ffaeae;border-color:red} .infobar.red img{float:left;margin-right:5px} .infobar.mellow{background-color:#eff8ff;border:1px solid #bfe0ff} .md{max-width:60em;overflow:auto;font-size:small} .md p,.md h1{margin:5px 0} .md h1{font-weight:normal;font-size:100%} .md>*{margin-bottom:0} .md strong{font-weight:bold} .md em{font-style:italic} .md strong em{font-style:italic;font-weight:bold} .md img{display:none} .md ol,.md ul{margin:10px 2em} .md ul{list-style:disc outside} .md ol{list-style:decimal outside} .md pre{margin:10px} .md blockquote,.help blockquote{border-left:2px solid #369;padding-left:4px;margin:5px;margin-right:15px} .md td,.md th{border:1px solid #eee;padding:1px 3px} .md th{font-weight:bold} .md table{margin:5px 10px} .md center{text-align:left} a.star{text-decoration:none;color:#ff8b60} .entry .buttons li{display:inline;border:0;padding-right:4px} .entry .buttons li+li{padding-left:4px} .entry .buttons li.stamp+li.stamp{margin-left:4px} .entry .buttons li a{color:#888;font-weight:bold;padding:0 1px} .entry .buttons li a.nonbutton{color:#369;font-weight:normal} .entry .buttons a:hover{text-decoration:underline} .entry .buttons .status-msg{display:none;margin-right:.5em} .toggle .error{font-size:x-small} .toggle .option{display:none} .toggle .option.active{display:inline} .thing .stub{display:none} .link.last-clicked{border:1px dashed gray} .link{margin:0;margin-bottom:8px;padding-left:3px} .link .score{text-align:center;color:#c6c6c6} .link .title{font-size:medium;font-weight:normal;margin-bottom:1px} .link .child h3{margin:15px;text-transform:none;font-size:medium} .rank{overflow:hidden} .link .midcol{font-weight:bold;font-size:small} .link .score.likes{color:#ff8b60} .link .score.dislikes{color:#9494ff} .link .rank{float:left;margin-top:15px;color:#c6c6c6;font-family:arial;font-size:medium;text-align:right} .compressed{margin-bottom:5px} .compressed .rank{margin-top:10px} .compressed .title{margin:-2px 0 3px} .compressed .score{color:#888} .compressed .score-placeholder{height:3px} .compressed .subreddit{font-weight:bold} .compressed .tagline{display:inline;margin-right:12px} .compressed .expando-button{display:none} .score.likes,.score.dislikes{display:none} .likes .score,.dislikes .score{display:none} .likes .score.likes{display:inline} .dislikes .score.dislikes{display:inline} .likes div.score.likes{display:block} .dislikes div.score.dislikes{display:block} .warm-entry .rank{color:#eda179} .hot-entry .rank{color:#e47234} .cool-entry .rank{color:#a5abfb} .cold-entry .rank{color:#4959f7} .gadget{font-size:x-small} .gadget .midcol{width:15px;margin:0} .gadget .reddit-link-end{clear:left;padding-top:10px} .gadget .click-gadget{font-size:small} .gadget small{color:gray} .gadget .reddit-entry{margin-left:20px} .gadget .right{text-align:right} .comment,.content .details{margin-left:10px} .comment .edit-body{display:none;visibility:hidden} .comment .midcol{margin-left:0} .comment .title{font-size:small;margin-top:10px} .comment .midcol{width:15px} .comment .author{font-weight:bold} .comment .collapsed{font-size:x-small;color:gray;font-style:italic;padding-left:15px;padding-bottom:10px} .comment .collapsed a{color:gray} .comment .expand{font-style:normal;margin-left:0;margin-right:3px;padding:1px} .comment .expand:hover{text-decoration:none;color:white;background-color:#369} .comment .score{font-size:x-small} .comment .child{margin-top:10px;margin-left:15px;border-left:1px dotted #ddf} textarea.gray{color:gray} .deepthread:after{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-62px -629px;background-repeat:no-repeat;content:" ";display:inline-block;width:25px;height:9px;margin:5px 0 0 5px} .deepthread a{font-size:larger;color:#369} .deepthread a:hover{text-decoration:underline} .morecomments{font-size:larger} .morecomments a{color:#369} .morecomments a:hover{text-decoration:underline} .morecomments .gray{font-weight:normal;color:gray} .expand-btn{font-size:smaller;margin:0 5px;margin-top:4px;display:inline-block} .message{margin:10px 10px 20px 5px;padding-left:5px;margin:10px 10px 20px 5px;padding:7px} .message.focal>.entry .md{background-color:#ffc} .message .collapsed .head{color:#888;font-style:italic} .message.message-parent .tagline,.message.message-reply .tagline{color:#485} .message.message-parent>.entry .noncollapsed,.message.message-reply>.entry .noncollapsed{color:#485} .message.recipient>.entry .noncollapsed{color:black} .message.message-reply.recipient>.entry .head,.message.message-parent.recipient>.entry .head{color:black;font-weight:bold} .message.new>.entry .head{color:orangered;font-weight:bold} .message.new>.entry{background-color:#f7f7f7;border:1px solid #e9e9e9;padding:6px} .message.new .unread{display:none} .message .child .message,.message .child .usertext{margin-top:10px;margin-left:12px} .message.was-comment .child .message,.message.was-comment .child .usertext{margin-top:0;margin-left:0} .message .expand{display:none} .message .entry{margin-left:0} .message.message-parent .expand{display:inline} .message.message-parent .child,.message.message-reply .child{margin:0;padding:0} .message.message-parent .child .message,.message.message-reply .child .message{margin:0;padding:0} .message.message-parent .subject{margin-bottom:10px} .message.message-parent .message .subject{display:none} .message.message-reply .subject{display:none} .message.message-reply .entry,.message.message-parent .entry{margin-left:10px;padding-left:10px;padding-bottom:10px;border-left:2px dashed #e7e7e7} .message .buttons,.message .md{margin-left:15px} .message .entry .parent{border:1px solid #369;max-width:60em;margin:3px 10px} .message .subject .correspondent{background-color:#eff7ff;border:1px solid #369;color:#369;display:inline-block;margin-right:10px;padding:2px 5px} .message .subject .title{font-weight:normal;font-style:italic;margin-left:10px} .message .parent-link{margin-left:12px;padding:0 2px;font-weight:bold} .message.was-comment .midcol{margin-left:0} .message.was-comment .buttons,.message.was-comment .parent-link{margin-left:0} .message.was-comment .md{margin-left:2px} .message .subject{font-weight:bold;font-size:larger} .clippy img{float:left} .clippy-bubble{background-color:#fffdd7;border:solid black 1px;width:350px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-left:5px;margin-bottom:15px;padding:7px;float:left} .clippy-headline{font-weight:bold;margin-bottom:.5em} .clippy-bubble ul{list-style-type:disc;list-style-image:url(../clippy-bullet.png);padding-left:15px} .clippy-bubble li{margin-top:.5em} .subreddit{margin-bottom:10px} .subreddit p{margin-top:0;margin-bottom:1px} .subreddit .description{font-size:small;max-width:60em} .subreddit .key{display:block} .subreddit .title{font-size:medium;margin-right:5px} .subreddit .midcol{margin-right:5px;margin-top:5px;text-align:right;width:12em} .fancy-toggle-button{display:block;margin-bottom:5px} .fancy-toggle-button .active{border:1px solid #444;padding:1px 6px;background:white none repeat-x scroll center left;color:white;font-size:10px;font-weight:bold;line-height:20px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .fancy-toggle-button .remove{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -147px;background-repeat:repeat} .fancy-toggle-button .add{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -0px;background-repeat:repeat} .fancy-toggle-button .banned{background-color:#666;padding:1px 1.9em} .commentbody.border{background-color:#ffc;padding-left:5px} .commentbody.grayed{color:gray;background-color:#e0e0e0;padding-left:5px} .fixedwidth{float:left;width:100px;height:0} .clearleft{clear:left;height:0} .clear{clear:both} .sharetable.preftable{margin-left:20px} .sharetable.preftable th{padding-bottom:5px;padding-top:5px} .sharetable.preftable button{margin-top:10px} .preftable.widget-preview{font-size:smaller} .preftable.widget-preview input[type="text"]{width:150px} .preftable #css-options input[type="text"]{margin-left:0;width:6em} .share-summary{width:95%;margin-top:10px} .share-summary .head td{width:50%;font-size:large;text-align:center} .share-summary td{vertical-align:top} .share-summary>tbody>tr>td{padding-left:10px;padding-bottom:10px} .share-summary th{padding:5px;border-bottom:1px solid #000} .sponsored .entry{margin-right:20px} .sponsored .titlerow{background:#fcfcfc;padding:10px;border-top:#bcbcbc solid 1px;border-left:#bcbcbc solid 1px;border-bottom:#e0e0e0 solid 1px;border-right:#e0e0e0 solid 1px} .footer-parent{font-size:larger;padding-top:40px;clear:both;text-align:center} .footer{color:gray;padding:5px;margin:15px;border:1px solid #f0f0f0;display:inline-block} .footer .col{float:left;margin:10px 0;padding:0 15px;border-left:1px solid #e0e0e0;height:8.5em} .footer .col:first-child{border:0} .notes-button{margin-top:3px} .notes-status{font-size:larger} .load0{background-color:#fff} .load1{background-color:#f0f5ff} .load2{background-color:#e2ecff} .load3{background-color:#d6f5cb} .load4{background-color:#caff98} .load5{background-color:#e4f484} .load6{background-color:#ffea71} .load7{background-color:#ffdb81} .load8{background-color:#ff9191} .load9{background-color:#f00;color:#fff} .orangered{color:orangered} .logout{display:inline} .login-form-side{border:1px solid gray} .login-form-side input[type=text],.login-form-side input[type=password]{border:1px solid #999;width:137px;height:17px;margin:5px 0 0 5px;top:5px;padding:1px} .login-form-side input[type=password]{width:138px} .login-form-side #remember-me,.login-form-side .submit{margin:4px} .login-form-side .submit input[type=button]{margin:1px} .login-form-side #remember-me{float:left;line-height:24px} .login-form-side #remember-me *{vertical-align:middle} #rem-login-main{position:static;height:auto;width:auto;border:0;margin-right:5px;margin-top:0} .login-form-side label{padding:2px 0;margin-right:5px;white-space:nowrap} .login-form-side .recover-password{margin-left:1em} .login-form-side .status{display:none} .login-form-side .submit{float:right} .login-form-side .submit *,.user-form .submit *{vertical-align:middle} .throbber{display:none;margin:0 2px;background:url(../throbber.gif) no-repeat;width:18px;height:18px} .working .throbber{display:inline-block} .status{margin:5px 0 0 5px;font-size:small} .error{color:red;font-size:small} .red{color:red} .buygold{color:#9a7d2e;font-weight:bold} .line-through{text-decoration:line-through} #noresults{margin-right:310px} #ad-frame{border:0;overflow:hidden;width:300px;height:280px} #searchmenu{margin:10px 0 0 0;padding:2px 0 0 0;border-bottom:2px solid #369;background-color:whitesmoke} #searchmenu .searchlabel{background-color:white;padding:2px 15px 0 0;font-weight:bold;color:#369} #searchmenu .searchtime{font-weight:bold;display:inline;width:305px} #searchexpando{display:none;margin:5px 0 0 0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} #searchexpando input,#searchexpando p{margin-bottom:10px} #searchexpando{padding-top:10px} #searchexpando dl{margin:10px 0} #searchexpando dt{margin:0} #previoussearch p{margin:5px 0} #moresearchinfo{display:none;padding-top:5px;max-width:300px;border:0 solid orange;margin-top:-5px} label+#moresearchinfo{border-width:1px 0 0 0;margin-top:0} #previoussearch #moresearchinfo{border-color:gray;margin:5px 0} #search_hidemore{float:right;margin-left:5px} .searchparams{margin:5px 20px} .searchparams .labels{text-align:right;margin-left:10px} .searchpane{margin:5px 305px 5px 0;padding-left:96px;background:#e0e0e0 url(../search-large.png) 26px center no-repeat} .search-summary{float:right;text-align:right;margin:6px 8px 0 0} .search-summary .result-count{font-weight:bold} .searchfail{color:#c00000;font-size:larger;line-height:2em} .searchfail a{color:red;text-decoration:underline} .searchfacets{overflow:auto;font-size:small;white-space:pre-wrap;border:1px solid gray;padding:10px;margin-top:-6px;box-shadow:0 4px 6px -1px #ccc inset;background:#fefefe} .searchfacets .title{margin:5px} .searchfacets .facet:hover{text-decoration:underline} .searchfacets .list{margin:0 0 0 10px} li.searchfacet{display:inline-block;width:15em} .facet.count{font-weight:bold;color:#888} #search input[type='submit']{padding:1px 10px} .legal{color:#808080;font-family:serif;font-size:small;margin-top:20px} .legal a{text-decoration:underline} .divide{border-right:2px solid #d3d3d3;margin-right:-2px} .login-form-section{float:left;width:46%;padding-left:2%;padding-right:2%} .login-form-section h3{margin-bottom:0;margin-top:10px;font-size:large;font-weight:bold;font-variant:small-caps;color:#404040} .login-form-section p{text-align:left;margin-bottom:10px;color:#606060;margin-bottom:20px} .user-form label{display:block;font-weight:bold;color:#606060} .user-form .error{margin-left:5px} .user-form .remember{display:inline;margin-left:5px} .user-form ul{margin:5px} .user-form li{margin-top:5px} .user-form p .btn{margin-top:5px} .user-form input.logtxt{width:125px} .user-form input[type=text],.user-form input[type=password]{width:125px;border:1px solid #a0a0a0;margin-top:2px;margin-bottom:2px;padding:1px} .user-form #captcha{width:250px} .user-form .submit{margin-top:10px} #passform h1{margin-bottom:0} #passform p{margin-bottom:5px;font-size:small} .cover{position:fixed;top:0;left:0;height:100%;width:100%;background-color:gray;opacity:.7;filter:alpha(opacity=70);z-index:1000} .popup{position:fixed;left:10%;background-color:white;top:40px;width:80%;text-align:left;z-index:1001;padding:10px;box-shadow:0 5px 15px rgba(0,0,0,.5);border-radius:10px} .popup h1{text-align:center;font-size:large;font-weight:normal;color:orangered} .popup h2{text-align:center;font-size:small;margin-top:0;color:black;font-weight:normal} .popup .close-popup{text-align:center;margin-top:10px} .usertable{margin-left:10px} .usertable{font-size:larger} .usertable td,.usertable th{padding:0 .7em} .usertable{white-space:nowrap} .usertable .remove-self{display:inline-block;margin:1em 0 .5em;padding:11px 15px;border:1px solid #bbb;border-radius:2px} .usertable .moderator.remove-self{background:#fdffe8} .usertable .remove-self .option.main:before{margin-right:7px} .usertable .remove-self .option{display:inline} .usertable .remove-self .togglebutton,.usertable .remove-self .error{display:none;font-size:inherit;border-left:1px solid #bbb;padding:4px 15px;padding-right:0;margin-left:10px} .usertable .remove-self .active .togglebutton{display:inline} .usertable .remove-self .error.active{display:inline} body.rulespage-body{overflow-y:scroll} .rulespage{margin:0 auto;position:relative;vertical-align:middle;width:600px} .rulespage h1{font-size:xx-large;text-align:center;margin-top:20px} .rulespage .info{font-size:larger;padding-top:10px} .rulespage .rule-list{margin:10px;padding:10px;font-size:medium} .rulespage li{border-bottom:1px solid #ddd;padding:10px;margin:10px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box} .rulespage li.first-rule{border-top:1px solid #ddd;padding-top:18px} .rulespage li#minors{padding-bottom:18px} .rulespage .expander{color:gray;cursor:help;padding:10px} .rulespage .examples{font-size:small} .rulespage li.example{border:0} .rulespage li.good-example{background:#bcf5a9} .rulespage li.bad-example{background:#f5a9a9} .rulespage em{font-weight:bold} .rulespage em.toggle{font-weight:normal} .rulespage .info{text-align:center} .rulespage img.bottom{margin-top:30px;text-align:center;padding-bottom:-40px} .aboutpage{margin-right:320px} .aboutpage p{margin:5px} .aboutpage h1,.aboutpage h2{margin:10px} .aboutpage .usertable{width:45%} .little a{font-size:x-small} .oldbylink a{background-color:#f0f0f0;margin:2px;color:gray} .error-log{clear:both} .error-log a:hover{text-decoration:underline} .error-log .rest{display:none} .error-log:first-child .rest{display:block} .error-log,.error-log .exception{border:solid #aaa 1px;padding:3px 5px;margin-bottom:10px} .error-log .exception{background-color:#f0f0f8} .error-log .exception.new{border:dashed #f60 2px} .error-log .exception.severe{border:solid #f00 2px;background-color:#ffdfdf} .error-log .exception.interesting{border:dotted black 2px;background-color:#e0e0e8} .error-log .exception.fixed{border:solid #080 1px;background-color:#e8f6e8} .error-log .exception span{font-weight:bold;margin-right:5px} .error-log .exception span.normal{margin-right:0;display:none} .error-log .exception span.new,.error-log .edit-area label.new{color:#f60} .error-log .exception span.severe,.error-log .edit-area label.severe{color:#f00} .error-log .exception span.interesting,.error-log .edit-area label.interesting{font-weight:normal;font-style:italic} .error-log .exception span.fixed,.error-log .edit-area label.fixed{color:#080} .error-log .exception-name{margin-right:5px;display:inline-block;max-height:50px;overflow:hidden} .error-log .nickname{color:black;font-weight:bold;font-size:larger} .error-log .exception.fixed .nickname{text-decoration:line-through} .error-log a:focus{-moz-outline-style:none} .error-log .edit-area{border:solid black 1px;background-color:#eee} .error-log .edit-area label{margin-right:25px} .error-log .edit-area input[type=radio]{margin-right:4px} .error-log .edit-area input[type=text]{width:800px} .error-log .edit-area table td,.error-log .edit-area table th{padding:5px 0 0 5px} .error-log .save-button{margin:0 5px 5px 0;font-size:small;padding:0} .error-log .date{font-size:150%;font-weight:bold} .error-log .hexkey{color:#970} .error-log .exception-name{font-size:larger;color:#007} .error-log .frequency{font-size:larger;float:right;color:#866} .error-log .occurrences{border:solid #030 1px;margin:5px 0 2px;padding:2px} .error-log .occurrence{color:#030;font-family:monospace;margin-right:3em;white-space:nowrap} .error-log table.stacktrace th,.error-log table.stacktrace td{border:solid 1px #aaa} .error-log table.stacktrace td{font-family:monospace} .error-log table.stacktrace td.col-1{text-align:right;padding-right:10px} .error-log .logtext.error{color:black;margin:0 0 10px 0} .error-log .logtext{margin-bottom:10px;border:solid #555 2px;background-color:#eeece6;padding:5px;font-size:small} .error-log .logtext *{color:black} .error-log .logtext.error .loglevel{color:white;background-color:red} .error-log .logtext.warning .loglevel{background-color:#f60} .error-log .logtext.info .loglevel{background-color:#0bf} .error-log .logtext.debug .loglevel{background-color:#0e0} .error-log .logtext .loglevel{padding:0 5px;margin-right:5px;border:solid black 1px} .error-log .logtext table{margin:8px 5px 2px 0;font-family:monospace} .error-log .logtext table,.error-log .logtext table th,.error-log .logtext table td{border:solid #aaa 1px} .error-log .logtext table th,.error-log .logtext table td{border:solid #aaa 1px} .error-log .logtext table .occ{text-align:right} .error-log .logtext table .dotdotdot{padding:0} .error-log .logtext table .dotdotdot a{margin:0;display:block;width:100%;height:100%;background-color:#e0e0e0} .error-log .logtext table .dotdotdot a:hover{background-color:#bbb;text-decoration:none} .error-log .logtext .classification{font-size:larger;font-weight:bold} .error-log .logtext .actual-text{max-width:600px;overflow:hidden} .details{font-size:x-small;margin-bottom:10px} .details span{margin:0 5px} .details th{text-align:right;padding-right:5px;font-weight:bold} .details td{vertical-align:top} .ring{font-weight:bold;background-color:red;color:white;text-align:center;padding-left:3px;padding-right:4px!important;cursor:pointer} .vote-note{padding-left:3px;max-width:150px} .vote-a-notes{color:red} .vote-up{color:orangered} .vote-down{color:#369} .vote-invalid{color:#888!important;font-style:italic} .unvotable-message{border:solid 1px #f60;margin-top:4px;padding:1px 3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:none} .bottommenu{color:gray;font-size:smaller;clear:both} .bottommenu a{color:gray;text-decoration:underline} .debuginfo{text-align:right;padding:5px;color:gray;font-size:smaller;clear:both} .debuginfo .icon{color:#a0a0a0;font:1.5em serif;padding:0 2px} .debuginfo .content{display:none} .debuginfo:hover .content{display:inline} .button{border-collapse:collapse;color:gray;text-align:center;margin:1px} .button #cover{position:relative} .button .cover{background:white} .button #popup{position:absolute;width:80%;z-index:1001;background:white;padding:1px;left:0;top:0;margin:0;border-color:#b2b2b2 black black #b2b2b2;border-style:solid;border-width:1px} .button .arrow{width:15px} .num{font-weight:bold;font-size:larger} .button.thing{margin:0;padding:0} .button-body{background-color:transparent} .button .blog{border:1px solid #c7def7;color:gray;text-align:center;margin:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:white} .button .blog .r{color:gray} .button .blog .score{white-space:nowrap} .button{color:#369} .button a:hover{text-decoration:underline} .button .blog1{font-size:x-small} .button .blog1 .arrow{float:left;margin-left:2px;margin-right:2px} .button .blog1 .headimgcell{background-color:#c7def7;width:18px;float:left} .button .blog1 .headimgcell a{display:inline-block} .button .blog1 .score{float:center;margin-top:2px;margin-right:5px} .button .blog2{font-size:small} .button .blog2 .arrow{width:15px;margin-left:auto;margin-right:auto} .button .blog2 .bottomreddit{color:black;background-color:#c7def7;font-size:small} .button .blog2 .score .submit{display:block;font-size:x-small;line-height:17px} .button .blog.blog3{font-size:small;border:0;background-color:transparent} .button .blog3 .left{float:left;width:50%} .button .blog2 .arrow{width:15px;margin-left:auto;margin-right:auto} .button .blog3 .right{float:right;margin-top:5px} .button .blog3 .score .submit{display:block;font-size:x-small;line-height:17px} .button .blog3 .snoo{margin-top:-1px} .blog5 .right{float:right} .blog5 .left{float:left;display:block;margin-top:10px} .blog5 .clearleft{clear:left} .button .blog.blog5{border:0;text-align:left;font-size:small} .blog5 a.bling{float:left} .blog5 .container{margin-left:35px;margin-top:2px;height:50px} .blog5 ul{display:inline} .blog5 ul a{color:#515481;font-weight:bold;text-decoration:underline} .blog5 li{display:inline;padding:1px 10px} .blog5 li.selected{background-color:#f8f8f1;color:#000;border-color:#ccc;border-style:solid solid none solid;border-width:1px} .blog5 .votes{height:25px;background-color:#f8f8f1;border:1px solid #ccc;padding-top:5px} .blog5 .arrow{margin-right:15px;margin-left:5px;color:black;cursor:pointer;display:inline;background-position:left center;background-repeat:no-repeat;padding-left:20px} .blog5 .votes.disabled .arrow{color:#888} .blog5 .arrow:hover{text-decoration:none} .blog5 .arrow b{font-size:larger} .blog5 .arrow.upmod b{color:#ff8b60} .blog5 .arrow.downmod b{color:#9494ff} .blog5 .right{margin-right:5px;font-size:medium;font-style:italic} .optional{color:green} .instructions{font-size:larger} .instructions h1,.instructions h2,.instructions h3{margin-top:20px;margin-bottom:20px} .instructions p{margin:10px;max-width:60em} .instructions pre{margin:5px;margin-right:10px} .instructions iframe{margin:5px 10px 5px 0} .instructions input,.instructions select{margin:0 .5em} .instructions a:focus{-moz-outline-style:none} .instructions strong{font-weight:bold} .instructions .buttons{margin-left:1em;max-width:50em} .instructions .buttons li{margin-top:1em;border-bottom:1px solid #e0e0e0;padding-bottom:1em} .instructions code{display:block;font-family:monospace;font-size:small;margin:5px;background-color:#ff9;padding:10px;max-width:50em} .self-service.instructions{margin-bottom:50px} .self-service.instructions p{margin-left:20px} .self-service.instructions ul{list-style-type:circle;margin-left:60px} .self-service.instructions li+li{padding-top:10px} .self-service.instructions li.done{text-decoration:line-through;list-style-image:url(../green-check.png)} .self-service.instructions li.unfinished{font-weight:bold;list-style-image:url(../red-arrow.png)} .feedback.instructions dl{margin-left:20px} .feedback.instructions dt{margin-top:10px} .feedback.instructions dd:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-34px -612px;background-repeat:no-repeat;height:15px;width:30px;display:block;content:" ";float:left;margin:2px 5px 0 0} .button-demo a.view-code,.button-demo a.hide-code{float:right;margin-bottom:1em} .button-demo a.hide-code{display:none} .instructions .button-demo code{display:none} .button-demo.show-demo a.view-code{display:none} .button-demo.show-demo a.hide-code{display:inline} .button-demo.show-demo code{display:block} #preview{float:right;width:30em;margin:10px} #preview span{color:lightgray} #preview #previewbox{border-width:.2em;border-style:dashed;border-color:lightgray;padding:1em;font-size:larger} .bookmarklet{border:solid #888 1px;padding:0 2px} .toolbar{font-size:small;border-bottom:1px solid #369;background-color:#cee3f8} .toolbar .left-side{height:19px;float:left;border-right:solid #369 1px;background-color:#eff7ff} .toolbar .middle-side{text-align:center;background-color:#eff7ff;cursor:pointer} .toolbar .middle-side a,.toolbar .middle-side b{display:block;border-left:0} .toolbar .middle-side input[type=text]{font-size:14px;vertical-align:baseline;width:100%;height:18px;border:0;border-top:solid transparent 1px;margin-left:2px} .toolbar .middle-side .url{overflow:hidden} .toolbar .middle-side .domain{color:#888;font-size:small} .toolbar .right-side{float:right;background-color:#eff7ff;margin-top:-1px;height:19px} .toolbar a,.toolbar b{font-weight:normal;display:inline-block;height:18px;border-left:solid #369 1px;white-space:nowrap;padding:1px 4px 0;overflow:hidden;outline:0;-moz-outline:0} .toolbar .likes .score.likes{display:inline-block} .toolbar .dislikes .score.dislikes{display:inline-block} .toolbar a,.toolbar .clickable{cursor:pointer;color:#369;text-decoration:none} .toolbar .clickable:active,.pushed-button{background-color:#cee3f8!important;color:orangered!important} .toolbar a img,toolbar b img{vertical-align:middle;padding-top:3px;vertical-align:-3px} .toolbar .content{float:left;vertical-align:middle} .toolbar .logo{margin:0;padding:0 2px;border-left:0;vertical-align:top} .toolbar .title{padding-left:1em;padding-right:1em;color:black;display:block;overflow:hidden} .toolbar .title:active{color:orangered} .toolbar .controls{float:right} .toolbar .arrow{display:inline-block;width:auto;margin:0;background-position:left center;padding-left:16px} .toolbar .arrow.upmod{background-image:url(../aminiupmod.gif)} .toolbar .arrow.downmod{background-image:url(../aminidownmod.gif)} .toolbar .arrow.up{background-image:url(../aminiupgray.gif)} .toolbar .arrow.down{background-image:url(../aminidowngray.gif)} .toolbar-status-bar{border-top:solid #369 1px;border-bottom:solid #369 1px;background-color:#f6e69f;padding:0 2px;overflow:auto} .toolbar-status-bar .login-arrow-left{overflow:auto;background-image:url(../tb-loginarrow-left.png);background-position:top right} .toolbar-status-bar .login-arrow-right{float:right;margin-right:75px} .toolbar-status-bar .login-message{float:left;background-color:#f6e69f;padding-right:3px} .comments-panel .infobar{padding:3px 10px 7px;margin:5px 10px 10px 3px} .min-body{height:100%} .min-body .content{margin-top:0;border-right:solid #369 1px;min-height:100%;max-width:60em;overflow:auto} .min-body .content h1,.min-body .content h2{padding-left:13px;display:inline-block;margin-bottom:15px} .min-body .content #noresults{margin:0 0 0 13px} .starkcomment+.clearleft+.starkcomment{margin-top:10px} .starkcomment .commentbox{color:black;background-color:#f0f0f0;padding:5px;margin-left:0;margin-right:10px} .starkcomment .tagline{text-align:right} form .blurb{margin-bottom:5px} form .spacer+.spacer{margin:15px 0} form input[type=checkbox],form input[type=radio]{margin:2px .5em 0 0} .pretty-form{font-size:larger;vertical-align:top} .pretty-form p{margin:3px} .pretty-form input[type=checkbox],.pretty-form input[type=radio]{margin:2px .5em 0 0} .pretty-form img{margin:3px .5em} .pretty-form input[type=text],.pretty-form textarea,.pretty-form input[type=password]{border:1px solid gray;width:300px;padding:2px;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6);-moz-box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6);box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6)} .pretty-form .infobar{width:285px;margin:5px} .pretty-form input[type=text],.pretty-form input[type=file],.pretty-form input[type=password],.pretty-form select,.pretty-form b,.pretty-form textarea,.pretty-form button{margin:3px 5px} .pretty-form th{text-align:right} .white-field,.delete-field{background-color:white;padding:10px} .delete-field td{vertical-align:top} .pretty-form .delete-field{background:transparent} #pref-delete textarea#delete-message{font-size:smaller;height:5em} #pref-delete .md ul{margin-top:0;margin-bottom:0} #pref-delete .md ul li{margin:.5em 0} #pref-delete .credentials input{margin:.2em 0} #pref-delete .credentials .error,#pref-delete .error.RATELIMIT{margin-left:5px} .pretty-form.short-text input[type=text],.pretty-form.short-text textarea,.pretty-form.short-text input[type=password]{width:2em} #url-field button{margin:10px 5px 0 0} #url-field .title-status{color:red;font-size:small} .opt-form{font-size:larger} .opt-form form{display:inline} .preftable th{padding:10px;font-weight:bold;vertical-align:top;text-align:right;white-space:nowrap} .preftable th label{display:block} .sharetable.preftable th label{display:inline} .preftable th span{display:block} .preftable td.prefright{padding:8px 0} .preftable .spacer{margin-bottom:5px} .preftable .note{width:100%;vertical-align:top;padding-top:10px} .over18 button{margin:0 10px;padding:5px} .entry .buttons li.nsfw-stamp{font-size:x-small} .nsfw-stamp acronym{color:#ac3939;font-size:x-small;text-decoration:none;padding:0 2px;border:1px solid #d27979!important;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .entry .buttons li.trial-stamp,.entry .buttons li.reported-stamp{border:1px solid black!important;padding:0 4px;background-color:#f6e69f} .entry .buttons li.trial-stamp .spam{color:#e00} .entry .buttons li.trial-stamp .kosher{color:#090} .suspicious{background-color:#f6e69f} .thing.spam{background-color:#fa8072} .comment.spam>.child,.message.spam>.child{background-color:white} .comment.spam>.child{margin-left:0;padding-left:15px} .banned-user{overflow:hidden;opacity:.7;filter:alpha(opacity=70)} .banned-user .title{text-decoration:line-through} .approval-checkmark{cursor:pointer;height:.8em;vertical-align:baseline;margin-left:3px} .little{font-size:smaller} .gray{color:gray} .stats{float:left;margin-right:2em;border-collapse:collapse;font-size:larger} .stats td.space{width:20px} .stats td.sec{padding-bottom:7px;font-size:18px;font-weight:normal} .stats a{color:#369} .stats a:hover{text-decoration:underline} .stats td.k{color:gray} .stats th{text-align:left;background-color:whitesmoke;color:#369;font-weight:bold} .stats td.ri{padding-left:20px;text-align:right} .thumbnail{float:left;margin:0 5px;overflow:hidden;width:70px} .thumbnail.nsfw{height:70px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -299px;background-repeat:no-repeat} .thumbnail.self{height:50px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -421px;background-repeat:no-repeat} .thumbnail.default{height:50px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -370px;background-repeat:no-repeat} .stylesheet-customize-container textarea{margin:0;padding:0} .stylesheet-customize-container h2{margin-top:15px;margin-bottom:10px} .image-upload .new-image{margin-left:20px} .image-upload span{padding-left:5px} ul#image-preview-list{margin:20px 320px 20px 20px;font-size:larger} ul#image-preview-list li{padding-bottom:10px;margin-bottom:20px;vertical-align:top;width:45%;height:100px;float:left;position:relative} ul#image-preview-list .preview{width:100px;float:left;display:block;text-align:center;max-height:100px;overflow:hidden} ul#image-preview-list .preview img{max-width:100px;padding:auto} ul#image-preview-list .description{vertical-align:top;margin-left:105px} ul#image-preview-list .description pre{display:inline;padding:5px} .sheets{margin-right:315px} .sheets .col{float:left} .sheets .col>div{margin:0 5px} .sheets .col textarea{width:100%} .sheets .buttons{margin-left:5px} .sheets .btn{margin-left:0;margin-right:5px} .sheets .btn.right{float:right;margin-right:3px} #validation-errors{margin-left:40px;margin-top:10px;list-style-type:disc} #validation-errors a,#validation-errors li,.errors h2{color:red} #validation-errors a:hover{text-decoration:underline} #validation-errors pre{padding:10px;color:black} #preview-table{padding-right:15px} #preview-table>table{border-width:.2em;border-style:dashed;border-color:lightgray;padding:5px;margin:5px;width:900px} #preview-table>table>tbody>tr{padding-bottom:10px} #preview-table>table>tbody>tr>td{padding:5px;padding-right:15px} #preview-table>table>tbody>tr>th{padding:5px;padding-right:15px;font-weight:bold;vertical-align:top;font-size:larger;text-align:right} #img-preview-container{border-width:.2em;border-style:dashed;border-color:lightgray;padding:5px;margin:5px;float:left} .private-feeds.instructions .prefright{line-height:2em} .private-feeds.instructions .feedlink{padding:2px 5px;font-weight:bold;margin-right:5px;border:1px solid #00f;color:white;padding-left:22px;background:#369 none no-repeat scroll top left} .private-feeds.instructions .feedlink.rss-link{background-image:url(../rss.png)} .private-feeds.instructions .feedlink.json-link{background-color:#ddd;background-image:url(../json.png);color:black} #sr-header-area{background-color:#f0f0f0;white-space:nowrap;text-transform:uppercase;border-bottom:1px solid gray;font-size:90%;height:18px;line-height:18px} #sr-header-area .width-clip{position:absolute;left:0;right:0} #sr-header-area .selected a{color:orangered} #sr-header-area .sr-list{overflow:hidden} #sr-header-area .dropdown.srdrop{float:left;padding-left:5px} #sr-header-area .drop-choices.srdrop{margin-top:0;margin-left:5px} .dropdown.srdrop .selected{background:transparent none no-repeat scroll center right;background-image:url(../droparrowgray.gif);display:inline-block;vertical-align:bottom;padding-right:21px;padding-left:5px;color:black;font-weight:normal;margin-left:-5px;margin-right:10px} .srdrop .choice{padding-top:3px} .srdrop .choice.top-option{font-style:italic;border-bottom:1px dotted #369} .srdrop .choice.bottom-option{font-style:italic;border-top:1px dotted #369} .sr-bar .separator{color:gray} .sr-bar a{color:black} #sr-more-link{color:black;background-color:#f0f0f0;position:absolute;right:0;top:0;padding:0 5px 0 15px;font-weight:bold;margin:0} #sr-more-link:hover{text-decoration:underline} .subscription-box li{clear:left;margin-bottom:10px} .subscription-box .fancy-toggle-button{margin-right:5px;float:left} .subscription-box .title{font-size:medium;color:blue;margin-right:5px} .subscription-box .title.banned{color:dimgray;text-decoration:line-through} .subscription-box .column{width:50%;float:left} .subscription-box .box-top{position:relative;height:20px} .subscription-box .box-separator{border-style:none none dotted none;border-width:1px;margin-bottom:5px} .subscription-box h1{text-align:center} .toggle.deltranslator-button{display:inline} #sr{margin-left:0} #sr-list-wrapper{width:454px;height:200px;border:1px solid gray;border-top:0;margin:0 5px;font-size:smaller;position:relative} #sr-list-cover{position:absolute;background:gray none no-repeat scroll center center;background-color:url(../throbber.gif);height:100%;width:100%;opacity:.7;filter:alpha(opacity=70);z-index:1000;display:none} #sr-list{overflow:auto;position:absolute;height:100%;width:100%} #sr-searchfield{margin:0 5px} .sr-name{font-size:small;vertical-align:top;padding:3px 3px 3px 0} .sr-description{padding:3px} .sr-row{cursor:default} .sr-row.sr-selected{background:#eff7ff none no-repeat scroll 0 5px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-112px -299px;background-repeat:no-repeat} .sr-arrow{width:10px;height:12px} #sr-autocomplete-area{position:relative;z-index:100} #sr-drop-down{position:absolute;width:498px;border:1px solid gray;background:white;display:none;left:0} #sr-drop-down table{width:100%} .sr-name-row{cursor:default} .sr-name-row.sr-selected{background-color:#369;color:white} .submit-header{font-size:larger;font-weight:bold} #suggested-reddits{margin-top:5px;font-size:small} #suggested-reddits li{display:inline;padding-right:5px} .formtabs-content{width:520px;border-top:4px solid #5f99cf;padding-top:10px} .formtabs-content .infobar{margin:0;padding:5px} ul.tabmenu.formtab{display:block;padding-left:10px;font-size:larger} .tabmenu.formtab li{margin:0} .tabmenu.formtab a{font-weight:normal;outline:0;padding:0 12px;vertical-align:bottom;border:1px solid #c1c1c1;border-bottom:0} .tabmenu.formtab .selected a{color:white;font-size:130%;background-color:#5f99cf;border:0} .expando{clear:left;margin:5px 0} .expando-content{display:none} .expando-button{float:left;height:23px;width:23px;margin:2px 5px 2px 0;background:white none no-repeat scroll center center} .expando-button.selftext.collapsed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -513px;background-repeat:no-repeat} .expando-button.selftext.collapsed:hover,.eb-sch{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-97px -421px;background-repeat:no-repeat} .expando-button.selftext.expanded,.eb-se{margin-bottom:5px;background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-48px -513px;background-repeat:no-repeat} .expando-button.selftext.expanded:hover,.eb-seh{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-24px -513px;background-repeat:no-repeat} .expando-button.video.collapsed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-96px -513px;background-repeat:no-repeat} .expando-button.video.collapsed:hover,.eb-vch{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-72px -513px;background-repeat:no-repeat} .expando-button.video.expanded,.eb-ve{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-24px -537px;background-repeat:no-repeat} .expando-button.video.expanded:hover,.eb-veh{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -537px;background-repeat:no-repeat} .subreddit .usertext .md{padding:2px 5px;background-color:#fafafa;border:1px solid #ccc;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px} .link .usertext .md{padding:0 5px;background-color:#fafafa;border:1px solid #369;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px} .usertext{font-size:small} .usertext-edit{margin-top:5px;padding:0 1px;width:500px} .usertext-edit textarea{width:500px;height:100px} .usertext.border .usertext-body{background-color:#ffc;padding-left:5px} .usertext.grayed .usertext-body{color:gray;background-color:#f0f0f0;padding-left:5px;padding-right:5px;display:inline-block} .usertext button{margin:5px 5px 10px 0} .usertext .help-toggle{font-size:smaller;float:right;margin-top:5px} .usertext .bottom-area{overflow:hidden;width:100%} .usertext table.markhelp{background-color:white;margin:5px 0;width:100%} .usertext .markhelp,.usertext .markhelp td,.usertext .markhelp tr{border:1px solid #c0c0c0;padding:4px;margin:0} .usertext .markhelp .spaces{background-color:#c0c0c0} .roundfield{width:500px;background-color:#cee3f8;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:5px 10px 10px 10px;font-size:large} .roundfield .roundfield-content{margin-top:5px;border:0;vertical-align:top} .roundfield .usertext-edit{width:500px} .roundfield textarea,.roundfield input[type=text],.roundfield input[type=password],.roundfield input[type=number]{font-size:100%;width:492px;padding:3px;margin:0;border:1px solid gray} .roundfield.captcha .capimage{margin-bottom:10px} .roundfield label{font-size:smaller;padding-right:2px} .linefield{width:514px;padding:7px 5px;font-size:large;background-color:#cee3f8;margin-bottom:10px} .linefield .title{color:blue;font-weight:bold;padding:1px 10px} .linefield .title+.gray{font-size:x-small} .linefield .small-field,.linefield .delete-field{padding:0;font-size:smaller} .linefield span+span{margin-left:10px} .linefield .info{font-style:italic;color:red;font-size:small} .linefield .linefield-content{padding:2px 7px 5px;vertical-align:top} .linefield.usertext .usertext-edit{font-size:small} .linefield.usertext .edit-usertext{font-size:x-small;float:right} .linefield .upload{font-size:small} .linefield .upload label{font-size:small} .linefield.usertext .infobar{width:100%} .linefield.usertext .usertext-buttons{display:none} .linefield textarea,.linefield input[type=text],.linefield input[type=password]{font-size:100%;width:492px;padding:3px;margin:0;border:1px solid gray} .linefield select{margin:0} .linefield .linefield.captcha .capimage{margin-bottom:10px} .linefield label{font-size:smaller;padding-right:2px} .linefield span{font-size:smaller} .linefield input[type="text"].small-text{font-size:smaller;width:100%} .campaign{border:1px solid #369;background-color:#eff7ff;padding:5px;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.8),0px 1px 0 hsla(0,0%,100%,.6)} .campaign .status{font-size:x-small} .existing-campaigns>table{font-size:x-small;width:100%;margin:0;border:0} .existing-campaigns td.bid{background:transparent none no-repeat scroll center right;padding-right:15px} .existing-campaigns td.bid.paid{background-image:url(../green-check.png)} .existing-campaigns td.bid .info{margin-right:3px} .prefright p.minimum-spend{padding-left:1em;font-size:small;color:gray} .prefright p.minimum-spend.error{font-weight:bold;color:red} .existing-campaigns>table>tbody>tr>td{text-align:right;border:1px solid #369;padding:1px 5px} .existing-campaigns>table>tbody>tr#edit-campaign-tr>td{text-align:left} .existing-campaigns>table>tbody>tr>th{text-align:center;font-weight:bold;padding:1px 5px;border:solid #369;border-width:0 1px 1px} .existing-campaigns>table>tbody>tr>th:first-child,.existing-campaigns>table>tbody>tr>td:first-child{border-left:0} .existing-campaigns>table>tbody>tr>th:last-child,.existing-campaigns>table>tbody>tr>td:last-child{border-right:0} .existing-campaigns>table>tbody>tr:last-child>th,.existing-campaigns>table>tbody>tr:last-child>td{border-bottom:0} .targeting>ul{font-size:x-small;list-style-type:disc;margin:0 20px 10px} .existing-campaigns td>button{margin:0 5px 0 0} .campaign .bid-info{font-size:x-small} .campaign .bid-info.error{color:red} .campaign .buttons{float:right} .campaign td.prefright{padding:4px} .campaign #bid{text-align:right} .campaign .targeting{margin-left:25px} .campaign .targeting input{width:95%;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px} .campaign #suggested-reddits ul{margin:0 20px 10px 0} .campaign th{font-size:small;padding:4px;padding-top:8px} .linefield .campaign input[type=text]{font-size:x-small} .linefield-content .infotext{margin-top:5px} .linefield-content .infotext p{margin:5px} .traffic-table,.traffic-tables-side fieldset{margin:1.5em 2em;font-size:small;border:0} .traffic-table caption,.traffic-tables-side fieldset legend{font-weight:bold;text-align:left;font-size:medium;font-variant:small-caps} .traffic-table a:hover{text-decoration:underline} .traffic-table thead th{font-weight:bold;text-align:center;padding-left:2em} .traffic-table thead th:first-child{text-align:left;padding-left:0} .traffic-table tbody th,.traffic-table tfoot th{text-align:left} .traffic-table td{padding:0 5px} .traffic-table td{text-align:right} .traffic-table tfoot tr{border-top:1px solid black} .traffic-table tfoot th,.traffic-table tfoot td{font-style:italic} .traffic-table tr.max{border:2px solid #ff8b60} .traffic-table tr.min{border:2px solid #369} .traffic-table tbody tr:nth-child(even){background-color:#e0e0e0} .traffic-table tr.mean{font-style:italic;border-top:1px solid} .traffic-tables-side{float:left;min-height:50em} #promote-graph-table,#traffic-hour{display:none} div.timeseries{padding:10px;border:1px solid #b0b0b0;margin:10px;display:inline-block;text-align:center} .timeseries-placeholder{width:350px;height:200px;font-family:verdana;font-size:small} div.timeseries span.title{font-weight:bold;font-size:medium;font-variant:small-caps} #timeseries-unprocessed{font-size:small;font-weight:bold;color:#900;margin:1em 0;max-width:60em} .timeseries-tablebar{height:5px;margin:1px 0} .promoted-traffic .usertable{margin-left:0} .promoted-traffic h1 a{font-size:small;margin-left:10px} .promoted-traffic tfoot th,.promoted-traffic tfoot td{font-style:normal;font-weight:bold;text-transform:uppercase;padding-top:.3em} p.totals-are-preliminary{margin-left:10px} .award-square-container{max-width:1000px;overflow:hidden} .award-square{float:left;padding:10px 0 30px 40px;white-space:nowrap;width:300px} .award-square.mini{width:100px;white-space:normal;text-align:center} .award-square img{float:left;margin:0 10px;width:70px;height:70px} .award-square.mini img{float:none;margin-bottom:7px} .award-square .award-name{color:black;font-size:22px;font-family:verdana,arial,helvetica,sans-serif;font-weight:bold;line-height:1em} .award-square.mini .award-name{font-size:18px;min-height:36px;display:block} .award-square .winner-info{line-height:15px;margin-top:15px;color:gray} .award-square .winner-name{font-size:18px;color:#369} .lined-table{margin:5px} table.lined-table{margin:5px 3px} .lined-table th,.lined-table td{border:solid #cdcdcd 1px;padding:3px} .lined-table th{text-align:center;font-weight:bold} .sponsorshipbox{max-width:300px} .sponsorshipbox span{color:gray} .sponsorshipbox div{border:1px solid #d0d0d0;width:300px} .sponsorshipbox .promote-pixel{right:0} .sidecontentbox a.helplink{float:right;margin-top:4px} .trophy-table{width:100%} .trophy-area .content{background-color:#f5f5f5} .trophy-info{text-align:center;vertical-align:top} .trophy-info div{margin-left:auto;margin-right:auto;width:130px;vertical-align:top;padding:15px 0 15px} .trophy-icon{margin-bottom:2px;width:40px;height:40px} .trophy-info.left{margin-right:10px} .trophy-name{color:black!important} .trophy-description{color:#555;font-size:x-small} .dust{text-align:center;margin:45px auto;color:#d0d0d0} .removecup-button{display:inline} .cup-info-box{border:dashed #ea3 2px;padding:5px} .cup-info-box tt{background-color:#f5f5aa} .datepicker{z-index:1000;display:none;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 4px 6px 3px hsla(0,0%,0%,.2),inset 0 1px 0 0 hsla(0,0%,100%,.9);-moz-box-shadow:0 4px 6px 3px hsla(0,0%,0%,.2),inset 0 1px 0 0 hsla(0,0%,100%,.9);box-shadow:0 4px 6px 3px hsla(0,0%,0%,.2),inset 0 1px 0 0 hsla(0,0%,100%,.9);text-shadow:0 1px 0 hsla(0,0%,100%,.8)} .datepicker::before{content:' ';display:block;width:0;height:0;border:10px solid;position:absolute;top:-20px;left:17px;border-color:transparent transparent #369} .datepicker::after{content:' ';display:block;width:0;height:0;border:10px solid;position:absolute;top:-18px;left:17px;border-color:transparent transparent #e5f2ff} .datepicker.inuse{display:block} .ui-datepicker-inline{font-size:x-small;padding:5px} .ui-corner-all{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px} .ui-datepicker-header{background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,54%,89%)),to(hsl(210,54%,79%)));background:-moz-linear-gradient(top,hsl(210,54%,89%),hsl(210,54%,79%));background-color:#adc9e6;border:1px solid #5e96cf;color:#2e6399;font-weight:bold;font-size:1.3em;text-shadow:0 1px 0 hsla(0,0%,100%,.7);-webkit-box-shadow:inset 0 1px 0 hsla(0,100%,100%,.8);-moz-box-shadow:inset 0 1px 0 hsla(0,100%,100%,.8);box-shadow:inset 0 1px 0 hsla(0,100%,100%,.8)} .ui-datepicker-inline .ui-datepicker-prev{float:left} .ui-datepicker-inline .ui-datepicker-next{float:right} .ui-datepicker-inline .ui-datepicker-prev span,.ui-datepicker-inline .ui-datepicker-next span{display:block;text-align:center;margin-right:1px;margin-bottom:1px;font-size:1.5em} .ui-datepicker-inline .ui-datepicker-prev:active,.ui-datepicker-inline .ui-datepicker-next:active{color:white} .ui-datepicker-inline .ui-datepicker-prev.ui-state-disabled,.ui-datepicker-inline .ui-datepicker-next.ui-state-disabled{display:none} .ui-datepicker-inline .ui-datepicker-prev,.ui-datepicker-inline .ui-datepicker-next{display:block;cursor:pointer;padding:0 5px} .ui-datepicker-year{margin-left:none!important} .ui-datepicker-inline .ui-datepicker-title{text-align:center;padding:5px;margin:0 2em} .ui-datepicker-inline table{clear:right;margin-top:5px;border:1px solid hsl(210,54%,59%)} .ui-datepicker-inline .ui-datepicker-calendar th,.ui-datepicker-inline .ui-datepicker-calendar td{padding:0;border:1px solid #5e96cf;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7)} .ui-datepicker-calendar th{font-size:1.1em} .ui-datepicker-inline .ui-datepicker-calendar th span,.ui-datepicker-inline .ui-datepicker-calendar td span,.ui-datepicker-inline .ui-datepicker-calendar td a{border:0;margin:auto;padding:3px;display:block;width:30px;height:2em;text-align:center;vertical-align:middle;color:black;background-color:#c8dbef;font-size:1.5em;font-weight:bold;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7)} .ui-datepicker-inline .ui-datepicker-calendar th span{text-align:center;border:0} .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-today a,.ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-today span,.ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-active{color:white;background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(210,54%,65%)),to(hsl(210,54%,45%)));background:-moz-linear-gradient(top,hsl(210,54%,65%),hsl(210,54%,45%));background-color:#4f8ac9;-webkit-box-shadow:inset 0 2px 3px hsla(0,0%,0%,.6);-moz-box-shadow:inset 0 2px 3px hsla(0,0%,0%,.6);box-shadow:inset 0 2px 3px hsla(0,0%,0%,.6);text-shadow:0 -1px 0 hsla(0,0%,0%,.8)} .ui-datepicker-inline .ui-datepicker-calendar td span{color:#888} .ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-hover{background:#6bb3ff;color:white;text-shadow:0 -1px 0 hsla(0,0%,0%,.6)} .ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-active{background:-webkit-gradient(linear,0% 0%,0% 100%,from(hsl(0,54%,75%)),to(hsl(0,54%,55%)));background:-moz-linear-gradient(top,hsl(0,54%,75%),hsl(0,54%,55%));background-color:#e19d9d} .date-input{display:inline;position:relative} .date-input input{border:1px solid #888;padding:2px;text-align:center;margin:0 2px} .date-input .drop-choices{position:absolute;border:1px solid #369;background-color:#e5f2ff;margin:10px 3px} .payment-setup input[name=bid]{width:6em;text-align:right} .payment-setup form{margin:20px} .payment-setup p{margin-bottom:10px} .pay-form textarea[disabled]{font-size:smaller;padding:0} .pay-form *[disabled],.pay-form input[disabled]{border:0;color:black;font-weight:bold;background-color:white} .bid-table{margin:5px 10px} .bid-table td,.bid-table th{padding:2px 5px;text-align:right} .bid-table th{text-align:center;font-weight:bold} .create-promotion .help{font-size:x-small} .create-promotion .help p{margin:5px} .create-promotion .help a.help{font-weight:bold;text-decoration:none;float:right;color:orangered} .create-promo{float:left;width:520px;margin-right:20px} .create-promo .infobar{margin-right:0;border-color:red;color:black;background:0;width:100%} .create-promo h2{margin-top:10px;color:black} .create-promo ol{margin:0 30px 10px 30px} .create-promo ol>li{list-style-type:disc} .create-promo .rules{float:left;margin-left:15px} .fancy-settings h1,.create-promotion h1{font-size:200%;color:#999;margin:10px 5px} .fancy-settings h2{font-size:200%;font-weight:normal;color:#999;margin:10px 5px} .fancy-settings h1 strong{font-weight:bold;color:#666} .create-promotion .sitetable{margin:5px} .create-promotion .infobar{margin-left:12px;width:479px;background-color:#fbd8d8;margin-bottom:10px} .create-promotion .create-promo .save-button{float:right;margin-right:3px} .create-promotion .create-promo .save-button button{margin-top:0} .bidding-history{padding-top:10px} .bidding-history .linefield{width:auto;overflow:hidden;padding-left:10px;border-left:1px #ddd dashed} .bidding-history .linefield .bid-table,.bidding-history .linefield .notes{font-size:x-small} .bidding-history .linefield .notes{margin-top:10px} .bidding-history .linefield .notes p{text-indent:-20px;padding-left:20px;margin-bottom:2px;font-family:courier} .bidding-history table.bidding-history tr:hover{background-color:#aaa} .bidding-history table.bidding-history th,.bidding-history table.bidding-history td{padding:2px 5px;text-align:right;font-size:x-small} .bidding-history table.bidding-history th{font-weight:bold} .bidding-history div.graph{height:8px;background-color:#369} .pay-form tr.input-error th{color:red;font-weight:bold;font-style:italic} .pay-form th{padding:0} .pay-form tr.input-error input,.pay-form tr.input-error textarea,.pay-form tr.input-error select{border:1px solid red} .pay-form input[name=expirationDate],.pay-form input[name=cardCode]{width:10ex} .pay-form .optional{font-size:smaller} .pay-form .disabled .optional{display:none} .pay-form p.info{color:red} .pay-link{font-size:smaller;margin-left:10px} dt{margin-left:10px;font-weight:bold} dd{margin-left:20px} .calendar{white-space:nowrap;overflow:hidden;width:100%;position:relative;padding-top:120px;padding-bottom:100px;margin:20px 0} .calendar div.grid{position:absolute;top:0;bottom:0} .calendar div.grid.today{background-color:yellow} .calendar div.grid div.header{font-weight:bold;border-bottom:2px solid gray;text-align:center} .calendar div.grid+div.grid{border-left:1px dashed gray} .calendar .blob{margin:0;padding:0;z-index:10;float:left;cursor:pointer} .calendar .blob.link:hover{border:1px solid red;box-shadow:2px 2px 2px #000;-moz-box-shadow:2px 2px 2px #000;z-index:100} .calendar .blob .bid{text-align:right;font-weight:bold;padding:5px 5px 0 5px} .calendar .blob.link{margin:-1px -2px 0 -2px;border:1px solid black} .calendar .blob.link .title{font-size:small;padding:0 5px 5px 5px;display:block} .borderless td{border:0} .titlebox{font-size:larger} .titlebox h1{font-family:arial,verdana,helvetica,sans-serif;margin:0;margin-bottom:5px;font-weight:bold;font-size:19px} .titlebox h1 a{color:black} .titlebox .karma{font-size:18px;font-weight:bold} .titlebox .fancy-toggle-button{display:inline-block;margin-right:5px} .titlebox .bottom{border-top:1px solid gray;padding-top:2px;font-size:80%;color:gray} .titlebox .age{float:right} .titlebox .md{font-size:90%} .titlebox .account-notes{font-weight:normal;font-size:small;margin-left:5px} .titlebox .account-notes .unusual{background-color:#fdd;border:solid red 1px;padding:1px 2px 2px;margin-left:5px} .sidecontentbox{font-size:normal} .sidecontentbox .content{margin:0;padding:5px;border:1px solid gray;font-size:larger;list-style:none} .sidecontentbox .more{margin-top:5px;text-align:right;font-size:smaller} .sidecontentbox .more a{color:gray} .sidecontentbox .title h1{display:inline;text-transform:uppercase;margin:0;color:gray;font-size:130%} .sidecontentbox.collapsible .title{cursor:pointer} .sidecontentbox .collapse-button{display:inline-block;width:10px;height:10px;line-height:10px;text-align:center;font-size:10px;background:#eee;color:#333;border:1px solid #999;border-radius:2px;margin:1px 8px;vertical-align:bottom} .titlebox form.toggle,.leavemoderator{margin:0;padding:5px 0;font-size:smaller;color:gray;background:white none no-repeat scroll center left} .usertable .remove-self .main:before,.titlebox .leavemoderator:before,.titlebox form.leavecontributor-button:before,.icon-menu .reddit-edit:before,.icon-menu .reddit-traffic:before,.icon-menu .reddit-reported:before,.icon-menu .reddit-spam:before,.icon-menu .reddit-ban:before,.icon-menu .reddit-flair:before,.icon-menu .reddit-moderationlog:before,.icon-menu .reddit-unmoderated:before,.icon-menu .reddit-moderators:before,.icon-menu .moderator-mail:before,.icon-menu .reddit-contributors:before,.icon-menu .reddit-modqueue:before,.giftgold a:before,.gold-form h1.goldgift:before,.users-online:before{height:16px;width:16px;display:block;content:" ";float:left;margin-right:5px} .titlebox .leavemoderator:before,.moderator.remove-self .main:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -612px;background-repeat:no-repeat} .titlebox form.leavecontributor-button:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-85px -578px;background-repeat:no-repeat} .titlebox form.flairtoggle{padding:0} .titlebox .tagline{margin:5px 0 5px 20px} .icon-menu a{background:white none no-repeat scroll center left} .icon-menu li{margin:5px 0} .icon-menu .reddit-edit:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -595px;background-repeat:no-repeat} .icon-menu .reddit-traffic:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -595px;background-repeat:no-repeat} .icon-menu .reddit-reported:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-68px -595px;background-repeat:no-repeat} .icon-menu .reddit-spam:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-85px -595px;background-repeat:no-repeat} .icon-menu .reddit-ban:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -578px;background-repeat:no-repeat} .icon-menu .reddit-flair:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -595px;background-repeat:no-repeat;margin-left:1px} .icon-menu .reddit-moderationlog:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-34px -595px;background-repeat:no-repeat;margin-left:1px} .icon-menu .reddit-unmoderated:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -612px;background-repeat:no-repeat;margin-left:1px} .icon-menu .reddit-moderators:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -612px;background-repeat:no-repeat} .icon-menu .moderator-mail:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-46px -629px;background-repeat:no-repeat;width:15px;height:10px;margin-top:4px;margin-left:1px} .icon-menu .reddit-contributors:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-85px -578px;background-repeat:no-repeat} .icon-menu .reddit-modqueue:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-51px -595px;background-repeat:no-repeat} .users-online:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-68px -578px;background-repeat:no-repeat} .linkinfo{padding:5px;border:1px solid #5f99cf;background-color:#eff7ff;font-family:arial,helvetica,sans-serif;font-size:larger;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .linkinfo .score .number{font-size:22px;font-weight:bold} .linkinfo .score .word{font-size:15px;font-weight:bold} .linkinfo .upvotes{font-size:80%;color:orangered} .linkinfo .downvotes{font-size:80%;color:#5f99cf} .linkinfo .shortlink{font-size:80%;margin-top:3px} .linkinfo .shortlink input{border:1px solid gray;font-family:monospace;font-size:140%;padding:3px 2px;width:175px} .linkinfo .shortlink input:hover{cursor:text} .linkinfo table{margin-top:5px} .linkinfo td,.linkinfo th{padding:2px;font-size:smaller;border:1px solid gray} a.adminbox{border:solid 1px #eee;color:#cdcdcd;font-family:monospace;text-align:center;padding-right:1px} a.adminbox:hover{text-decoration:none;color:orangered;border:solid 1px orangered} .email{font-family:monospace;font-size:larger} .lined-table,.lined-table th,.lined-table td{border:solid #cdcdcd 1px;border-collapse:collapse;padding:2px;margin-bottom:10px} .lined-table th{font-weight:bold} .wide{width:100%} .centered{text-align:center;vertical-align:middle} .sr-ad-table .inherited{background-color:#def} .sr-ad-table .overridden{background-color:#fed} .sr-ad-table .unused{background-color:#eee} .sr-ad-table .inherited .whence{font-style:italic} .sr-ad-table .overridden .whence{font-weight:bold} .sr-ad-table .details{font-size:150%;padding:10px;vertical-align:top} .sr-ad-table .details .codename{font-size:150%;margin-bottom:20px} .sr-ad-table .weight{width:4em} .ad-assign-table .warning{font-weight:bold;color:red} .usage-table .intersection{color:#888;font-family:monospace;text-align:right;border-left:0;border-right:0} .usage-table .intersection span{padding:1px 3px 0 2px} .usage-table .empty.intersection{text-align:center;color:#ccc} .usage-table .elapsed.intersection{color:black} .usage-table .count.intersection{color:black} .usage-table .average.intersection{color:black;border-right:solid #cdcdcd 1px} .usage-table .empty.intersection,.usage-table .average.intersection{padding-left:0;margin-left:0;border-right:solid #cdcdcd 1px;padding-right:5px} a.pretty-button:hover{text-decoration:none!important} .pretty-button{margin-left:5px;margin-bottom:5px;border:1px solid #666;padding:1px 6px;background:white none repeat-x scroll center left;color:#111;font-size:10px;font-weight:normal;line-height:20px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;outline-style:none} a.pretty-button{color:black} a.pretty-button.pressed{color:white} a.pretty-button.negative{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -42px;background-repeat:repeat} a.pretty-button.negative.pressed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -21px;background-repeat:repeat} a.pretty-button.neutral{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -84px;background-repeat:repeat} a.pretty-button.neutral.pressed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -63px;background-repeat:repeat} a.pretty-button.positive{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -126px;background-repeat:repeat} a.pretty-button.positive.pressed{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -105px;background-repeat:repeat} .organic-listing .ontrial,.help-cover.juryduty{background-color:#ffecf8} .organic-listing .ontrial a.title{color:#555} .organic-listing .ontrial .midcol{margin-top:20px} .we-need-help{font-size:larger;font-weight:bold;line-height:18px} .organic-listing .how-to-classify{font-weight:bold} .jury-box .arrow-msg{display:none;color:red;margin-top:5px} .jury-box .thanks-for-voting{margin-left:1em;display:none;color:red} .jury-box .thanks-for-voting a{margin-left:1em} .sitetable .linkontrial{padding-top:5px} .sitetable .we-need-help{display:none} .oatmeal img{display:block;margin:5px auto} .lounge{display:none} .lounge p{margin-top:5px} .gold-accent{margin-top:10px;padding:0 10px 5px;background-color:#fffdcc;border:solid 1px #e1b000;color:#9a7d2e;display:inline-block} tr.gold-accent{display:table-row;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} tr.gold-accent+tr>td{padding-top:10px} #per-sr-karma{width:300px;margin:.6em auto 0 auto;table-layout:fixed} #per-sr-karma thead th,#per-sr-karma td{text-align:right} #per-sr-karma tbody th{text-align:left} #per-sr-karma #sr-karma-header{width:150px;text-align:left} #per-sr-karma thead th{font-weight:bold;padding-bottom:2px} #per-sr-karma tbody th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis} #per-sr-karma tbody td{font-weight:bold;color:#666} #per-sr-karma th.helpful span{border-bottom:1px dotted #666;cursor:help;display:inline-block} .more-karmas{display:none} .giftgold.karma-breakdown{margin-top:.6em} .friend-note button[type=submit]{display:none;font-size:x-small;padding-top:1px;padding-bottom:1px;margin:0;margin-left:5px;width:45px} .friend-note.edited button[type=submit]{display:inline-block} .friend-note.edited input[type=text]{width:250px;margin-right:0} .gold-accent h1,.gold-accent th{color:#6a4d00;font-family:Hoefler Text,Palatino Linotype,Book Antiqua,Palatino,georgia,garamond,FreeSerif,serif;font-variant:small-caps} .gold-accent .pretty-form input[type=text]{margin-top:1px;margin-bottom:2px;margin-left:0} .gold-accent .pretty-form input[type=text]#name{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .gold-accent .pretty-form button{background-color:#fff088;color:#6a4d00;border:1px solid #9a7d2e;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .gold-expiration-info{margin:3px 0;width:278px;text-align:center} .gold-expiration-info .karma{color:#583800} .giftgold{margin-bottom:5px} .giftgold a{color:#9a7d2e;font-weight:bold} .giftgold a:before,.gold-form h1.goldgift:before{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-105px -537px;background-repeat:no-repeat} .gold-form h1:before{margin-top:3px} .tiny{font-size:xx-small} .gold-accent.comment-visits-box{color:#583800;margin:0 5px 15px;padding:7px 10px 7px 7px;max-width:550px} .gold-form{font-family:Hoefler Text,Palatino Linotype,Book Antiqua,Palatino,georgia,garamond,FreeSerif,serif;min-height:600px;line-height:22px} .gold-form .roundfield{border:1px solid #e1b000;background-color:#fffdcc;color:#6a4d00} .gold-form .roundfield-content .gray a{margin-left:.8em;font-size:small} .gold-form .note{font-size:11px;font-style:italic;color:#222;margin-top:7px} .gold-form .spacer{margin-top:20px!important} .gold-subsection{display:none;position:absolute} .gold-form textarea,.gold-form input[type=text]{margin-top:3px} .gold-logo{float:left;margin-right:15px} .giftmessage{border:solid #888 1px;color:black;background-color:white;padding:0 10px;margin-bottom:15px;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} .gold-button{padding-top:2px;margin-top:8px;margin-right:8px;color:#482800;background-color:#efcc4c;border-color:#fff088 #fff088 #6a3d00 #6a3d00;font-size:16px;font-family:Palatino,georgia,garamond,FreeSerif,serif;-webkit-appearance:none;text-shadow:0 1px 0 hsla(0,0%,100%,.7)} .gold-dropdown{color:#482800;background-color:#fff088;font-size:16px;font-family:Hoefler Text,Palatino Linotype,Book Antiqua,Palatino,georgia,garamond,FreeSerif,serif} .comment-visits-box .title{font-weight:bold} .comment-visits-box label{margin-left:5px} .new-comment .usertext-body{background-color:#e5efff;border:solid 1px #cddaf3;margin:-1px 0} .role{width:800px} .styled-input{border:1px solid gray;padding:2px;-webkit-box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6);-moz-box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6);box-shadow:inset 0 1px 1px hsla(0,0%,0%,.3),0px 1px 0 hsla(0,0%,100%,.6)} .infobar.client-info{position:relative;margin:10px 2%;width:94%;height:48px} .infobar.client-info .icon img{position:absolute;left:10px;width:48px;height:48px} .infobar.client-info .md{line-height:48px;margin-left:56px} .infobar.client-info .md p{margin:0} .oauth2-authorize{position:relative;background:url(../snoo-tray.png) no-repeat;width:415px;height:235px;margin:40px auto 0;padding-left:280px;padding-top:18px} .oauth2-authorize h1 a{display:block;font-weight:bold;font-size:1.5em;letter-spacing:-.04em} .oauth2-authorize .icon{position:absolute;left:160px;top:69px;width:72px;height:72px;line-height:72px;text-align:center;white-space:nowrap} .oauth2-authorize .icon img{vertical-align:middle} .oauth2-authorize .access,.infobar.client-info{background:#f7f7f7;border:1px solid #b3b3b3} .oauth2-authorize .access{position:relative;margin:0 -12px;padding:10px 15px;font-size:1.5em;line-height:1.5em} .oauth2-authorize .access:before{position:absolute;display:block;content:'';border-width:9px;border-style:solid solid outset;border-color:transparent #b3b3b3 transparent transparent;left:-19px;top:13px} .oauth2-authorize .access:after{position:absolute;display:block;content:'';border:9px solid;border-color:transparent #f7f7f7 transparent transparent;left:-18px;top:13px} .oauth2-authorize h2{font-size:1em;font-weight:normal;color:black} .oauth2-authorize ul{list-style-type:disc;padding-left:25px} .oauth2-authorize .notice{color:#333;font-size:.85em;margin:.5em 0} .oauth2-authorize .fancybutton{margin:0;margin-right:1em;cursor:pointer} .oauth2-authorize .fancybutton.allow{color:white;background:#ff4500;border-color:#541700;box-shadow:inset 0 1px 0 rgba(255,255,255,.25);text-shadow:0 1px 0 rgba(0,0,0,.7)} .oauth2-authorize .fancybutton.allow:hover{background:#ff571a} .oauth2-authorize .fancybutton.allow:active{background:#eb3f00;box-shadow:inset 0 -1px 0 rgba(255,255,255,.25)} .oauth2-authorize .fancybutton.decline{color:black;background:#eee;border-color:#555;box-shadow:inset 0 1px 0 rgba(255,255,255,.5);text-shadow:0 1px 0 rgba(255,255,255,.7)} .oauth2-authorize .fancybutton.decline:hover{background:#f7f7f7} .oauth2-authorize .fancybutton.decline:active{background:#e4e4e4;box-shadow:inset 0 -1px 0 white} .modactionlisting table{margin:0 5px} .modactionlisting td.timestamp,.modactionlisting td.subreddit{white-space:nowrap} .modactionlisting td.button{padding-right:0;padding-left:1.5em} .modactionlisting td.description em{font-style:italic} .modactions td{font-size:small;text-align:left;padding:2px 10px} .modactions.banuser,.modactions.unbanuser,.modactions.removelink,.modactions.approvelink,.modactions.removecomment,.modactions.approvecomment,.modactions.addmoderator,.modactions.removemoderator,.modactions.addcontributor,.modactions.removecontributor,.modactions.editsettings,.modactions.editflair,.modactions.distinguish,.modactions.marknsfw{height:16px;width:16px;display:block;content:" ";float:left;margin-right:5px} .modactions.banuser{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -578px;background-repeat:no-repeat} .modactions.unbanuser{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -578px;background-repeat:no-repeat} .modactions.removelink{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -561px;background-repeat:no-repeat} .modactions.approvelink{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -561px;background-repeat:no-repeat} .modactions.removecomment{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-68px -561px;background-repeat:no-repeat} .modactions.approvecomment{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -561px;background-repeat:no-repeat} .modactions.addmoderator{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-88px -537px;background-repeat:no-repeat} .modactions.removemoderator{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -578px;background-repeat:no-repeat} .modactions.addcontributor{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-102px -472px;background-repeat:no-repeat} .modactions.removecontributor{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-85px -561px;background-repeat:no-repeat} .modactions.editsettings{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -595px;background-repeat:no-repeat} .modactions.editflair{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-17px -595px;background-repeat:no-repeat} .modactions.distinguish{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-34px -561px;background-repeat:no-repeat} .modactions.marknsfw{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-51px -561px;background-repeat:no-repeat} .adminpasswordform{display:block;margin:.5em auto 0 auto} .adminpasswordform label{display:block;padding:.5em} .content.api-help{font-size:1.25em;margin:0 auto;max-width:950px} .api-help .contents{padding:0 20px;margin-left:24em;margin-top:20px} .api-help .contents .section{margin-bottom:2em} .api-help .sidebar{float:left;margin-left:10px} .api-help .sidebar .head{position:relative;background:url(../xray-snoo-head.png) top center no-repeat;height:188px;margin-bottom:-78px;z-index:2} .api-help .sidebar .feet{position:relative;background:url(../xray-snoo-feet.png) top center no-repeat;height:75px;margin-top:-42px;z-index:2} .api-help .toc{background:#181818 url(../xray-snoo-body.png) center repeat-y;border:5px solid #959595;border-radius:8px;padding:15px 2em 0 2em;width:18em} .api-help .contents .introduction{position:relative;border:2px solid #ccc;border-radius:12px;margin-bottom:-1em} .api-help .contents .introduction p{margin:1em 14px} .api-help .contents .introduction strong{color:#222;font-weight:bold} .api-help .introduction:before,.api-help .introduction:after{position:absolute;display:block;content:'';border:15px solid;border-style:solid solid outset} .api-help .introduction:before{border-color:transparent #ccc transparent transparent;left:-31px;top:58px} .api-help .introduction:after{border-color:transparent white transparent transparent;left:-28px;top:58px} .api-help .toc ul{position:relative;margin-top:.5em;margin-bottom:1.5em;z-index:10} .api-help .toc>ul>li>strong{color:#aaa} .api-help .toc a.section{color:#888;font-weight:bold} .api-help .toc a{display:block;color:#8eb0d2} .api-help .toc a:hover,.api-help .endpoint a:hover{text-decoration:underline} .api-help em.placeholder{font-style:italic;font-weight:normal} .api-help .toc em.placeholder{color:#8eb0d2} .api-help .toc li.supports-oauth a{background:0} .api-help .toc li.supports-oauth a:after{content:'oauth';display:inline-block;position:absolute;right:0;font-size:.75em;background:#29440e;color:#ddc;padding:0 2px;margin-left:2px;border-radius:2px} .api-help .endpoint em.placeholder{color:#369} .api-help .endpoint,.api-help .section .description{margin-bottom:1.5em} .api-help .oauth-scope-list{display:inline;margin-left:1em} .api-help .oauth-scope{display:inline-block;margin-left:.5em;font-size:.75em;font-weight:normal;vertical-align:bottom;background:#577439;color:#fbfbf9;padding:2px 6px;border-radius:2px} .api-help .methods h2{color:black;font-size:1.45em;text-align:middle;margin-top:1.5em;margin-bottom:1em;border-bottom:1px solid #aaa} .api-help .endpoint .info{padding-left:1em;border-left:1px solid #ddd} .api-help .endpoint h3,.api-help .endpoint .uri-variants{color:#369;margin-bottom:.5em} .api-help .endpoint .uri-variants{opacity:.85;font-weight:bold;margin-top:-.5em;margin-left:3em} .api-help .endpoint .method,.api-help .endpoint .extensions{font-weight:normal;color:gray} .api-help .endpoint .extensions{margin-left:.5em} .api-help .endpoint .links{float:right} .api-help .endpoint .links a{margin-left:.85em;opacity:.45} .api-help .endpoint:hover .links a{opacity:1} .api-help .parameters{background:#f0f0f0;border-collapse:separate;border-radius:3px;padding:5px 10px;width:100%} .api-help .parameters .name{font-family:Courier New,monospace;width:50%} #classy-error{text-align:center} .errorpage-message{margin:1em auto;width:500px;font-size:small} .errorpage-message.sr-description{border-top:2px solid black;margin-top:2em;padding-top:2em} .errorpage-message.sr-description h2{color:black;font-weight:bold;font-size:125%;margin-bottom:.7em} .sr-description p{margin:.75em 0} #pref-otp .roundfield{margin:1em 0} #pref-otp-qr{display:none} #otp-secret-info{margin:2em;width:512px;font-size:small} #otp-secret-info div{margin:1em 0} #otp-secret-info .secret{font-weight:bold} .users-online{margin-bottom:.25em} .users-online .word,.users-online .number:after{cursor:help} .sr-interest-bar{position:relative;background:#cee3f8 url(../snoo-upside-down.png) 15px top no-repeat;padding:5px;overflow:hidden;border:1px solid #369;margin-bottom:10px} .organic-listing .sr-interest-bar{border:0;margin:0} .sr-interest-bar .bubble{position:relative;margin-left:85px;margin-right:68px;max-width:700px;font-size:13px;background:white;padding:6px;border-radius:8px} .sr-interest-bar .bubble:after{position:absolute;display:block;content:'';border:10px solid;border-style:solid solid outset;border-color:transparent;border-right-color:white;left:-20px;top:15px} .sr-interest-bar .bubble p{margin:6px 3px;margin-top:0} .sr-interest-bar .subscribe{background-image:url(sprite-reddit.mE2XEAoNnXA.png);background-position:-0px -0px;background-repeat:repeat;border:1px solid #444;border-radius:3px;padding:0 6px;color:white;font-weight:bold} .sr-interest-bar .query-box{position:relative;padding:2px 4px;border:2px solid #979797;border-radius:5px} .sr-interest-bar.focus .query-box{border-color:#5f99cf} .sr-interest-bar.error .query-box{border-color:#cf5e5e} .sr-interest-bar .error-caption,.sr-interest-bar.error .caption{display:none} .sr-interest-bar.error .error-caption{display:block} .sr-interest-bar .query{width:100%;font-size:20px;margin:0;padding:0;border:0;outline:0} .sr-interest-bar .throbber{position:absolute;right:3px;top:5px} .sr-interest-bar ul.results{margin:0;margin-top:6px;padding-top:2px;border-top:1px dotted #bbb;display:none} .sr-interest-bar li{display:inline-block;margin:6px 3px} .sr-interest-bar a{padding:1px 2px} .sr-interest-bar a:hover{text-decoration:underline} .sr-interest-bar .results .random{color:gray;font-weight:bold} .ajax-upload-form iframe{display:none} .developed-app,.authorized-app{border:solid 1px black;margin-left:20px;margin-bottom:.5em;padding:7px;position:relative;width:880px;font-size:x-small} .developed-app.collapsed,.authorized-app{height:100px} .developed-app .collapsed{display:none} .developed-app .ajax-upload-form{display:none} .app-details{display:inline-block;width:200px;height:72px;margin-left:1em;vertical-align:top} .app-details h2{font-size:medium;margin:0} .app-details h3{font-size:x-small;margin:0} .app-icon{display:inline-block;width:72px;height:72px;line-height:72px;text-align:center;white-space:nowrap} .app-icon img{vertical-align:middle} .app-permissions li{position:relative} .app-scope{display:none;position:absolute;top:1ex;left:3ex;border:1px solid black;background:#fffdcc;z-index:1} .app-description{display:inline-block;font-size:small;width:597px;height:80px;overflow-y:auto;vertical-align:top} .app-developers{position:absolute;left:289px;bottom:1ex;width:600px} .edit-app-button,.revoke-app-button{position:absolute;bottom:1ex;left:12px;width:200px} .edit-app.collapsed,.edit-app-icon,.developed-app .collapsed{display:none} .edit-app-icon-button{display:block;text-align:center;width:72px} .edit-app-form,.edit-app-form form{display:inline-block} .edit-app-form th,.edit-app-icon th{width:12ex} .edit-app-form input,.edit-app-form textarea{margin:0;width:50ex} .edit-app-form input[name="name"]{width:20ex!important} .edit-app-form input[type="file"]{width:auto!important} .edit-app-form input[type="submit"]{margin-left:10px;width:auto!important} .delete-app-button{position:absolute;bottom:7px;left:100px} #create-app{display:none}
0.347205
0.089256
@tailwind base; @tailwind components; @tailwind utilities; html { @apply bg-gray-50 h-full; } body { @apply h-full overflow-hidden; } .main { @apply flex h-full; } .content-area { @apply flex-1 flex flex-col overflow-hidden; } .todo-section { @apply flex-1 flex items-stretch overflow-hidden; } .todo-main { @apply flex-1 overflow-y-auto; } .list-items { @apply divide-y divide-gray-200; } .sidebar { @apply hidden w-28 bg-red-700 overflow-y-auto md:block; } .header { @apply w-full; } .header-container { @apply relative z-10 flex-shrink-0 h-16 bg-white border-b border-gray-200 shadow-sm flex; } .header-wrapper { @apply px-4 sm:px-6 h-full; } .navigation { @apply w-full py-6 flex flex-col items-center; } .nav-container { @apply flex-1 mt-6 w-full px-2 space-y-1; } .menu-item { @apply text-red-100 hover:bg-red-800 hover:text-white w-full p-3 rounded-md flex flex-col items-center text-xs font-medium cursor-pointer; } .add-button { @apply flex bg-red-600 px-3 py-1.5 rounded-full items-center justify-center text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 cursor-pointer; } .cards-list { @apply space-y-10; } .outer-card { @apply col-span-1 w-3/4 bg-slate-100 relative rounded-lg; } .todo-container { @apply w-full flex items-center justify-between p-6 space-x-6; } .todo-title { @apply text-slate-600; } .todo-category { @apply text-sm text-gray-500 mb-4; } .todo-top { @apply flex justify-between w-full; } .todo-content { @apply w-full; } .todo-circle { @apply p-3 px-3 rounded-full; } .todo-label { @apply flex space-x-2 font-semibold text-sm text-slate-700; } .label-text { @apply self-end; } .search-bar { @apply flex h-full; } .search-container { @apply flex items-center; } .header-buttons { @apply bg-slate-300 text-slate-700 ml-4 px-2 py-0.5 rounded-full text-sm cursor-pointer; } .button-active { @apply bg-red-700 text-white ml-4 px-2 py-0.5 rounded-full text-sm cursor-pointer; } .primary-column { @apply min-w-0 flex-1 h-full flex flex-col lg:order-last px-4; } .todo-form-section { @apply hidden w-96 bg-white border-l border-gray-200 overflow-y-auto lg:block; } .form-inputs { @apply focus:ring-red-500 focus:border-red-500 flex-grow block w-full min-w-0 rounded-md sm:text-sm border-gray-300; } .form-labels { @apply block text-sm font-medium text-gray-700; } .form-container { @apply px-4 space-y-2 pt-10; } .submit-button { @apply px-4 py-3 flex justify-center bg-red-700 hover:bg-red-800 text-white w-full rounded-lg transition-colors duration-300; } .priority-form { @apply grid grid-cols-3 gap-1; } .priority-button { @apply border rounded-md py-3 px-3 flex items-center justify-center text-sm font-medium uppercase sm:flex-1 cursor-pointer focus:outline-none; } .screen-reader { @apply sr-only; } .list-header { @apply text-3xl; } .container { @apply flex flex-col px-4 pt-6; } .date { @apply text-sm text-slate-500; } .table-section { @apply py-5 sm:grid sm:grid-cols-3 sm:gap-4; } .table-label { @apply text-sm font-medium text-gray-500; } .table-content { @apply mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2; } .expandable-hidden { @apply border-t border-gray-200 mt-10 hidden; } .hidden { display: none; } .expand-button { @apply bg-red-700 hover:bg-red-800 transition-colors duration-300 text-white flex justify-center absolute bottom-0 left-0 right-0 rounded-b-lg py-1 cursor-pointer; } .no-task { @apply px-4 text-xl py-4; } .remove-todo-btn { @apply bg-slate-200 text-slate-400 p-2 rounded-lg font-semibold hover:bg-red-800 hover:text-white transition-colors duration-300 cursor-pointer; } .complete-wrapper { @apply p-2 pb-12; } .complete-btn { @apply text-slate-800 bg-slate-200 border px-2 py-1 rounded-full hover:text-slate-50 hover:bg-green-800 transition-colors duration-300 cursor-pointer; }
src/style.css
@tailwind base; @tailwind components; @tailwind utilities; html { @apply bg-gray-50 h-full; } body { @apply h-full overflow-hidden; } .main { @apply flex h-full; } .content-area { @apply flex-1 flex flex-col overflow-hidden; } .todo-section { @apply flex-1 flex items-stretch overflow-hidden; } .todo-main { @apply flex-1 overflow-y-auto; } .list-items { @apply divide-y divide-gray-200; } .sidebar { @apply hidden w-28 bg-red-700 overflow-y-auto md:block; } .header { @apply w-full; } .header-container { @apply relative z-10 flex-shrink-0 h-16 bg-white border-b border-gray-200 shadow-sm flex; } .header-wrapper { @apply px-4 sm:px-6 h-full; } .navigation { @apply w-full py-6 flex flex-col items-center; } .nav-container { @apply flex-1 mt-6 w-full px-2 space-y-1; } .menu-item { @apply text-red-100 hover:bg-red-800 hover:text-white w-full p-3 rounded-md flex flex-col items-center text-xs font-medium cursor-pointer; } .add-button { @apply flex bg-red-600 px-3 py-1.5 rounded-full items-center justify-center text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 cursor-pointer; } .cards-list { @apply space-y-10; } .outer-card { @apply col-span-1 w-3/4 bg-slate-100 relative rounded-lg; } .todo-container { @apply w-full flex items-center justify-between p-6 space-x-6; } .todo-title { @apply text-slate-600; } .todo-category { @apply text-sm text-gray-500 mb-4; } .todo-top { @apply flex justify-between w-full; } .todo-content { @apply w-full; } .todo-circle { @apply p-3 px-3 rounded-full; } .todo-label { @apply flex space-x-2 font-semibold text-sm text-slate-700; } .label-text { @apply self-end; } .search-bar { @apply flex h-full; } .search-container { @apply flex items-center; } .header-buttons { @apply bg-slate-300 text-slate-700 ml-4 px-2 py-0.5 rounded-full text-sm cursor-pointer; } .button-active { @apply bg-red-700 text-white ml-4 px-2 py-0.5 rounded-full text-sm cursor-pointer; } .primary-column { @apply min-w-0 flex-1 h-full flex flex-col lg:order-last px-4; } .todo-form-section { @apply hidden w-96 bg-white border-l border-gray-200 overflow-y-auto lg:block; } .form-inputs { @apply focus:ring-red-500 focus:border-red-500 flex-grow block w-full min-w-0 rounded-md sm:text-sm border-gray-300; } .form-labels { @apply block text-sm font-medium text-gray-700; } .form-container { @apply px-4 space-y-2 pt-10; } .submit-button { @apply px-4 py-3 flex justify-center bg-red-700 hover:bg-red-800 text-white w-full rounded-lg transition-colors duration-300; } .priority-form { @apply grid grid-cols-3 gap-1; } .priority-button { @apply border rounded-md py-3 px-3 flex items-center justify-center text-sm font-medium uppercase sm:flex-1 cursor-pointer focus:outline-none; } .screen-reader { @apply sr-only; } .list-header { @apply text-3xl; } .container { @apply flex flex-col px-4 pt-6; } .date { @apply text-sm text-slate-500; } .table-section { @apply py-5 sm:grid sm:grid-cols-3 sm:gap-4; } .table-label { @apply text-sm font-medium text-gray-500; } .table-content { @apply mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2; } .expandable-hidden { @apply border-t border-gray-200 mt-10 hidden; } .hidden { display: none; } .expand-button { @apply bg-red-700 hover:bg-red-800 transition-colors duration-300 text-white flex justify-center absolute bottom-0 left-0 right-0 rounded-b-lg py-1 cursor-pointer; } .no-task { @apply px-4 text-xl py-4; } .remove-todo-btn { @apply bg-slate-200 text-slate-400 p-2 rounded-lg font-semibold hover:bg-red-800 hover:text-white transition-colors duration-300 cursor-pointer; } .complete-wrapper { @apply p-2 pb-12; } .complete-btn { @apply text-slate-800 bg-slate-200 border px-2 py-1 rounded-full hover:text-slate-50 hover:bg-green-800 transition-colors duration-300 cursor-pointer; }
0.540196
0.071494
@keyframes a { 0% { box-shadow: 0 0 0 0 rgba(22, 172, 207, 0.4); } 70% { box-shadow: 0 0 0 24px rgba(22, 172, 207, 0); } to { box-shadow: 0 0 0 0 rgba(22, 172, 207, 0); } } @keyframes b { 0% { color: #f0ad4e; transform: rotate(0deg); box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.4); } 70% { box-shadow: 0 0 0 24px rgba(240, 173, 78, 0); } to { color: #f0ad4e; transform: rotate(-359deg); box-shadow: 0 0 0 0 rgba(240, 173, 78, 0); } } @-webkit-keyframes b { 0% { color: #f0ad4e; -webkit-transform: rotate(0deg); -webkit-box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.6); } 70% { -webkit-box-shadow: 0 0 0 24px rgba(240, 173, 78, 0); } to { color: #f0ad4e; -webkit-transform: rotate(-359deg); -webkit-box-shadow: 0 0 0 0 rgba(240, 173, 78, 0); } } @-webkit-keyframes c { 0% { bottom: 10px; } 50% { bottom: 20px; } to { bottom: 10px; } } @keyframes c { 0% { bottom: 10px; } 50% { bottom: 20px; } to { bottom: 10px; } } @-webkit-keyframes d { 0%, 80%, to { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes d { 0%, 80%, to { opacity: 0.1; } 40% { opacity: 0.9; } } @keyframes e { 0% { opacity: 0; } to { opacity: 1; } } .float-left { float: left !important; } @font-face { font-family: 'icomoon'; src: url(/image/icomoon.ttf); src: url(/image/icomoon.ttf) format('truetype'); font-weight: 400; font-style: normal; } .home__defaultLayout___Q6Udu { padding-top: 53px; position: relative !important; } .home__defaultLayout___Q6Udu.home__paddingTopWithBanner___3Rqtc { padding-top: 93px !important; } #landingpage-layout.default-layout__container___13v1V { padding-top: 48px; } .default-layout__container___13v1V { height: 100%; padding-top: 52px; padding-bottom: 600px; overflow: hidden; } .navbar-expanded { left: 240px; top: 0; overflow: hidden; height: 100%; width: 100%; } .navbar-expanded .backdrop__body-backdrop___1rvky { transition: opacity 0.5s ease; visibility: visible; opacity: 1; left: 240px; width: calc(-140%) !important; } .backdrop__body-backdrop___1rvky { visibility: hidden; position: fixed; opacity: 0; width: 100%; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.55); z-index: 9999; transition: opacity 0.5s ease; } .backdrop__body-backdrop___1rvky.backdrop__active___3kejv { transition: opacity 0.5s ease; visibility: visible; opacity: 1; } .cart-expanded { overflow: hidden; height: 100%; width: 100%; } .cart-expanded .backdrop__body-backdrop___1rvky { transition: opacity 0.5s ease; visibility: visible; opacity: 1; } .backdrop__btn-primary___2lnjB.backdrop__active___3kejv { box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); } .backdrop__btn-primary___2lnjB.backdrop__active___3kejv:focus { box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); } .backdrop__btn-primary___2lnjB.backdrop__active___3kejv:hover { box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); } .backdrop__btn-primary___2lnjB.backdrop__active___3kejv.backdrop__focus___3XrME { box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); } .backdrop__btn-secondary___1grv4.backdrop__active___3kejv { background-color: #fff; border-color: #16accf; color: #16accf; } .backdrop__btn-secondary___1grv4.backdrop__active___3kejv:hover { background-color: #fff; border-color: #16accf; color: #16accf; } .continue__padding-remove___2Gfod { padding-bottom: 116px !important; } .backdrop__btn___2rM1b.backdrop__btn-primary___2lnjB.backdrop__active___3kejv:hover { background-color: #0ec0e8; border-color: #0ec0e8; } .backdrop__btn___2rM1b.backdrop__btn-secondary___1grv4.backdrop__active___3kejv:hover { border-color: rgba(78, 89, 93, 0.3); } @media (max-width: 991px) { .home__defaultLayout___Q6Udu { padding-top: 96px !important; } .home__defaultLayout___Q6Udu.home__paddingTopWithBanner___3Rqtc { padding-top: 136px !important; } .filters-expanded .product-card__sale-product-card____fjbZ { height: 270px; } } @media (max-width: 767px) { .filters-expanded .product-card__sale-product-card____fjbZ { height: 220px; } } @media (min-width: 576px) { .default-layout__container___13v1V { padding-bottom: 550px; } } @media (min-width: 768px) { .default-layout__container___13v1V { padding-bottom: 390px; } } @media (min-width: 992px) { .default-layout__container___13v1V { padding-bottom: 390px; padding-top: 50px; } .filters-expanded .product-card__sale-product-card____fjbZ { height: 270px; } } @media (min-width: 1200px) { .default-layout__container___13v1V { padding-bottom: 390px; } .filters-expanded .product-card__sale-product-card____fjbZ { height: 326px; } } @media (max-width: 575px) { .end-time__icon___REEKA { display: none; } .filters-expanded .product-card__sale-product-card____fjbZ { height: 62vw; } }
src/layouts/HomeLayout.css
@keyframes a { 0% { box-shadow: 0 0 0 0 rgba(22, 172, 207, 0.4); } 70% { box-shadow: 0 0 0 24px rgba(22, 172, 207, 0); } to { box-shadow: 0 0 0 0 rgba(22, 172, 207, 0); } } @keyframes b { 0% { color: #f0ad4e; transform: rotate(0deg); box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.4); } 70% { box-shadow: 0 0 0 24px rgba(240, 173, 78, 0); } to { color: #f0ad4e; transform: rotate(-359deg); box-shadow: 0 0 0 0 rgba(240, 173, 78, 0); } } @-webkit-keyframes b { 0% { color: #f0ad4e; -webkit-transform: rotate(0deg); -webkit-box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.6); } 70% { -webkit-box-shadow: 0 0 0 24px rgba(240, 173, 78, 0); } to { color: #f0ad4e; -webkit-transform: rotate(-359deg); -webkit-box-shadow: 0 0 0 0 rgba(240, 173, 78, 0); } } @-webkit-keyframes c { 0% { bottom: 10px; } 50% { bottom: 20px; } to { bottom: 10px; } } @keyframes c { 0% { bottom: 10px; } 50% { bottom: 20px; } to { bottom: 10px; } } @-webkit-keyframes d { 0%, 80%, to { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes d { 0%, 80%, to { opacity: 0.1; } 40% { opacity: 0.9; } } @keyframes e { 0% { opacity: 0; } to { opacity: 1; } } .float-left { float: left !important; } @font-face { font-family: 'icomoon'; src: url(/image/icomoon.ttf); src: url(/image/icomoon.ttf) format('truetype'); font-weight: 400; font-style: normal; } .home__defaultLayout___Q6Udu { padding-top: 53px; position: relative !important; } .home__defaultLayout___Q6Udu.home__paddingTopWithBanner___3Rqtc { padding-top: 93px !important; } #landingpage-layout.default-layout__container___13v1V { padding-top: 48px; } .default-layout__container___13v1V { height: 100%; padding-top: 52px; padding-bottom: 600px; overflow: hidden; } .navbar-expanded { left: 240px; top: 0; overflow: hidden; height: 100%; width: 100%; } .navbar-expanded .backdrop__body-backdrop___1rvky { transition: opacity 0.5s ease; visibility: visible; opacity: 1; left: 240px; width: calc(-140%) !important; } .backdrop__body-backdrop___1rvky { visibility: hidden; position: fixed; opacity: 0; width: 100%; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.55); z-index: 9999; transition: opacity 0.5s ease; } .backdrop__body-backdrop___1rvky.backdrop__active___3kejv { transition: opacity 0.5s ease; visibility: visible; opacity: 1; } .cart-expanded { overflow: hidden; height: 100%; width: 100%; } .cart-expanded .backdrop__body-backdrop___1rvky { transition: opacity 0.5s ease; visibility: visible; opacity: 1; } .backdrop__btn-primary___2lnjB.backdrop__active___3kejv { box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); } .backdrop__btn-primary___2lnjB.backdrop__active___3kejv:focus { box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); } .backdrop__btn-primary___2lnjB.backdrop__active___3kejv:hover { box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); } .backdrop__btn-primary___2lnjB.backdrop__active___3kejv.backdrop__focus___3XrME { box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.17); } .backdrop__btn-secondary___1grv4.backdrop__active___3kejv { background-color: #fff; border-color: #16accf; color: #16accf; } .backdrop__btn-secondary___1grv4.backdrop__active___3kejv:hover { background-color: #fff; border-color: #16accf; color: #16accf; } .continue__padding-remove___2Gfod { padding-bottom: 116px !important; } .backdrop__btn___2rM1b.backdrop__btn-primary___2lnjB.backdrop__active___3kejv:hover { background-color: #0ec0e8; border-color: #0ec0e8; } .backdrop__btn___2rM1b.backdrop__btn-secondary___1grv4.backdrop__active___3kejv:hover { border-color: rgba(78, 89, 93, 0.3); } @media (max-width: 991px) { .home__defaultLayout___Q6Udu { padding-top: 96px !important; } .home__defaultLayout___Q6Udu.home__paddingTopWithBanner___3Rqtc { padding-top: 136px !important; } .filters-expanded .product-card__sale-product-card____fjbZ { height: 270px; } } @media (max-width: 767px) { .filters-expanded .product-card__sale-product-card____fjbZ { height: 220px; } } @media (min-width: 576px) { .default-layout__container___13v1V { padding-bottom: 550px; } } @media (min-width: 768px) { .default-layout__container___13v1V { padding-bottom: 390px; } } @media (min-width: 992px) { .default-layout__container___13v1V { padding-bottom: 390px; padding-top: 50px; } .filters-expanded .product-card__sale-product-card____fjbZ { height: 270px; } } @media (min-width: 1200px) { .default-layout__container___13v1V { padding-bottom: 390px; } .filters-expanded .product-card__sale-product-card____fjbZ { height: 326px; } } @media (max-width: 575px) { .end-time__icon___REEKA { display: none; } .filters-expanded .product-card__sale-product-card____fjbZ { height: 62vw; } }
0.400867
0.182808
body.landing-page, .content { background: #fff; color:#333; overflow: auto; } /********************************************************/ /* Header */ /********************************************************/ .header { background: #A43222; background: -moz-linear-gradient(top, #A43222 0%, #CD503A 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A43222), color-stop(100%,#CD503A)); background: -webkit-linear-gradient(top, #A43222 0%,#CD503A 100%); background: -o-linear-gradient(top, #A43222 0%,#CD503A 100%); background: -ms-linear-gradient(top, #A43222 0%,#CD503A 100%); background: linear-gradient(to bottom, #A43222 0%,#CD503A 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A43222', endColorstr='#CD503A',GradientType=0 ); color: white; margin-bottom: 0; padding-bottom: 0px; border-bottom: 5px solid rgba(255,255,255, .8); overflow: hidden; } .header h1 { font-family: "Open sans", Arial; font-size: 40px; font-weight: bold; margin: 35px 0 10px 0; text-align: center; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); color:#F6EFDD; } .header h2 { color: rgba(255,255,255,.9); font-family: Georgia; font-size: 17px; font-weight: normal; margin: 0 0 25px 0; text-align: center; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); } .header p { font-size: 15px; line-height: 1.2em;} .header .lead { font-family: "Open sans", Arial; color: rgba(255,255,255,.9); line-height: 1.2em; font-size: 18px; font-weight: 300; text-align: center; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); margin-top: 25px; margin-bottom: 36px; } .header .small { font-size: 0.9em; line-height: 1.2em; text-align: center; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); } .header .text-muted { color:white; opacity: 0.5; } .header form { margin-bottom: 18px; } .header .form-control { background: rgba(5,5,5,0.4); border: 0; color: white; font-size:15px;} .header .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.3); } .header .form-control:-moz-placeholder { color: rgba(255,255,255,0.3); } .header .form-control::-moz-placeholder { color: rgba(255,255,255,0.3); } .header .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.3); } .header .btn-default { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.8); color: rgba(255,255,255,.8); font-size:15px; padding: 12px 36px; } .header .form-group { margin-right: 5px; } .header a, .header a:hover { cursor: pointer; text-decoration: none; background: #e9e9e9; padding:0px 7px 2px 7px; border-radius: 15px; opacity: 0.8; color: #444; } /********************************************************/ /* Illustration and its animation */ /********************************************************/ #illustration { z-index: 1; text-align: center; width:100%; margin-bottom:-130px;} #illustration img { max-width:100%; -webkit-transition: all 0.8s; -o-transition: all 0.8s; -moz-transition: all 0.8s; transition: all 0.8s; } .expand img{ margin-bottom:120px; margin-top:-100px; } /********************************************************/ /* Content */ /********************************************************/ .content { position: relative; z-index: 999; margin-bottom:40px; } .jumbotron { background:#f5f5f5; } .content .lead { font-family: Georgia; font-style: italic; color:#999; } .space-before { padding-top:20px; } .space-after { padding-bottom:20px; } .img-feature { border:15px solid #f5f5f5; margin:0 auto; -webkit-border-radius: 16% ; -moz-border-radius: 16% ; border-radius: 16%; padding:1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; /*height: 460px;*/ overflow: hidden; } /********************************************************/ /* Responsiveness */ /********************************************************/ @media (max-width: 767px) { h1, h2, h3, h4 { text-align: center;} } @media (min-width: 482px) { .header h1 { font-size: 55px; } .header h2 { font-size: 30px; } .header p { font-size: 15px; } #illustration { margin-bottom:-215px;} .expand img{ margin-bottom:200px; margin-top:-180px; } } @media (min-width: 768px) { .header h1 { font-size: 55px; } .header h2 { font-size: 20px; } .header p { font-size: 15px; } .header .lead { font-size:18px; } #illustration { margin-bottom:-310px;} .expand img{ margin-bottom:300px; margin-top:-190px; } } @media (min-width: 992px) { .header h1 { font-size: 55px; margin-top: 50px; } .header h2 { margin-bottom: 40px;} .header p { font-size: 15px; } #illustration { margin-bottom:-380px;} .expand img{ margin-bottom:370px; margin-top:-260px; } .space-before { padding-top:40px; } .space-after { padding-bottom:40px; } } /********************************************************/ /* Color themes */ /********************************************************/ .header { background: #cbada1 url(../img/bg.jpg) bottom center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: white; } .header h1 { color:white; } .header-section { padding-bottom:30px; padding-top:60px; } a.feature-button, a.feature-button:hover { display: inline-block; padding:10px 15px; text-decoration: none; background: #d5bcb0; color: #fff; border-radius: 30px; margin-top: 5px; margin-right: 10px; } a.feature-button:hover { background: #595667; } .jumbotron h3 { margin:0px; padding: 0px; padding-bottom: 20px; } .jumbotron p { margin-bottom: 15px; font-size: 14px; font-weight: normal; } .iframe-border { border-radius: 16px; overflow: hidden; border: 5px solid rgba(212, 189, 177, 0.37); } .header-section .form-group { vertical-align: top; } .header-section .has-error .form-control { border-color: #DA706E; background: #F1D3D3; color: #a94442; } .header-section .help-block { display: block; margin-bottom: 5px; color: #737373; border-radius: 6px; font-size: 14px; padding: 3px 9px; text-align: left; } .header-section .has-error .help-block { color: #F7F1F1; background: #DA706E; }
frontend/css/landing.css
body.landing-page, .content { background: #fff; color:#333; overflow: auto; } /********************************************************/ /* Header */ /********************************************************/ .header { background: #A43222; background: -moz-linear-gradient(top, #A43222 0%, #CD503A 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A43222), color-stop(100%,#CD503A)); background: -webkit-linear-gradient(top, #A43222 0%,#CD503A 100%); background: -o-linear-gradient(top, #A43222 0%,#CD503A 100%); background: -ms-linear-gradient(top, #A43222 0%,#CD503A 100%); background: linear-gradient(to bottom, #A43222 0%,#CD503A 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A43222', endColorstr='#CD503A',GradientType=0 ); color: white; margin-bottom: 0; padding-bottom: 0px; border-bottom: 5px solid rgba(255,255,255, .8); overflow: hidden; } .header h1 { font-family: "Open sans", Arial; font-size: 40px; font-weight: bold; margin: 35px 0 10px 0; text-align: center; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); color:#F6EFDD; } .header h2 { color: rgba(255,255,255,.9); font-family: Georgia; font-size: 17px; font-weight: normal; margin: 0 0 25px 0; text-align: center; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); } .header p { font-size: 15px; line-height: 1.2em;} .header .lead { font-family: "Open sans", Arial; color: rgba(255,255,255,.9); line-height: 1.2em; font-size: 18px; font-weight: 300; text-align: center; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); margin-top: 25px; margin-bottom: 36px; } .header .small { font-size: 0.9em; line-height: 1.2em; text-align: center; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); } .header .text-muted { color:white; opacity: 0.5; } .header form { margin-bottom: 18px; } .header .form-control { background: rgba(5,5,5,0.4); border: 0; color: white; font-size:15px;} .header .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.3); } .header .form-control:-moz-placeholder { color: rgba(255,255,255,0.3); } .header .form-control::-moz-placeholder { color: rgba(255,255,255,0.3); } .header .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.3); } .header .btn-default { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.8); color: rgba(255,255,255,.8); font-size:15px; padding: 12px 36px; } .header .form-group { margin-right: 5px; } .header a, .header a:hover { cursor: pointer; text-decoration: none; background: #e9e9e9; padding:0px 7px 2px 7px; border-radius: 15px; opacity: 0.8; color: #444; } /********************************************************/ /* Illustration and its animation */ /********************************************************/ #illustration { z-index: 1; text-align: center; width:100%; margin-bottom:-130px;} #illustration img { max-width:100%; -webkit-transition: all 0.8s; -o-transition: all 0.8s; -moz-transition: all 0.8s; transition: all 0.8s; } .expand img{ margin-bottom:120px; margin-top:-100px; } /********************************************************/ /* Content */ /********************************************************/ .content { position: relative; z-index: 999; margin-bottom:40px; } .jumbotron { background:#f5f5f5; } .content .lead { font-family: Georgia; font-style: italic; color:#999; } .space-before { padding-top:20px; } .space-after { padding-bottom:20px; } .img-feature { border:15px solid #f5f5f5; margin:0 auto; -webkit-border-radius: 16% ; -moz-border-radius: 16% ; border-radius: 16%; padding:1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; /*height: 460px;*/ overflow: hidden; } /********************************************************/ /* Responsiveness */ /********************************************************/ @media (max-width: 767px) { h1, h2, h3, h4 { text-align: center;} } @media (min-width: 482px) { .header h1 { font-size: 55px; } .header h2 { font-size: 30px; } .header p { font-size: 15px; } #illustration { margin-bottom:-215px;} .expand img{ margin-bottom:200px; margin-top:-180px; } } @media (min-width: 768px) { .header h1 { font-size: 55px; } .header h2 { font-size: 20px; } .header p { font-size: 15px; } .header .lead { font-size:18px; } #illustration { margin-bottom:-310px;} .expand img{ margin-bottom:300px; margin-top:-190px; } } @media (min-width: 992px) { .header h1 { font-size: 55px; margin-top: 50px; } .header h2 { margin-bottom: 40px;} .header p { font-size: 15px; } #illustration { margin-bottom:-380px;} .expand img{ margin-bottom:370px; margin-top:-260px; } .space-before { padding-top:40px; } .space-after { padding-bottom:40px; } } /********************************************************/ /* Color themes */ /********************************************************/ .header { background: #cbada1 url(../img/bg.jpg) bottom center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: white; } .header h1 { color:white; } .header-section { padding-bottom:30px; padding-top:60px; } a.feature-button, a.feature-button:hover { display: inline-block; padding:10px 15px; text-decoration: none; background: #d5bcb0; color: #fff; border-radius: 30px; margin-top: 5px; margin-right: 10px; } a.feature-button:hover { background: #595667; } .jumbotron h3 { margin:0px; padding: 0px; padding-bottom: 20px; } .jumbotron p { margin-bottom: 15px; font-size: 14px; font-weight: normal; } .iframe-border { border-radius: 16px; overflow: hidden; border: 5px solid rgba(212, 189, 177, 0.37); } .header-section .form-group { vertical-align: top; } .header-section .has-error .form-control { border-color: #DA706E; background: #F1D3D3; color: #a94442; } .header-section .help-block { display: block; margin-bottom: 5px; color: #737373; border-radius: 6px; font-size: 14px; padding: 3px 9px; text-align: left; } .header-section .has-error .help-block { color: #F7F1F1; background: #DA706E; }
0.237222
0.075414
@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono); body{ background: fixed url('http://cdn.backgroundhost.com/backgrounds/subtlepatterns/bright_squares.png'); position:relative; } .navbar-brand{ padding:5px; padding-left : 20px; height:50px; position : relative; } .navbar-brand img{ height: 100%; } .thumbnail{ max-width : 500px; margin-left:auto; margin-right:auto; } .shadow{ box-shadow: 7px 7px 7px #666; position : relative; transition : all 0.2s; top : 0; } .cust-caption{ display:none; position: absolute; background-color: rgba(30,30,30,0.8); padding : 10px; color:#ddd; margin:5px; bottom:0; left:0; right:0; height : 60%; margin:5px; overflow-y : auto; } .stm-font{ font-family: 'Share Tech Mono',monospace; } .color-hover:hover{ color : #337AB7; } .up-hover:hover { top :-5px; box-shadow: 15px 15px 15px #777; } .cust-caption a{ color:white; text-shadow:1px 1px 2px black; } .head h1{ color : white; } .heading{ text-align : center; padding : 10px; } #about p{ font-size : 1.2em; position : relative; left : 10px; } .logo{ padding-top:50px; } .logo img{ position:relative; width:100%; max-width : 450px; margin:auto; } .avatar{ display: block; position:relative; width : 200px; margin:auto; } .showcase{ text-align:center; padding-top:60px; } .showcase h1{ font-size : 8em; } .btn{ font-size: 1.5em; } .links{ padding:30px 0; } .main-nav{ padding-top:50px; } .main-nav h1{ padding-bottom:20px; } footer{ height : 100%; min-height:250px; color:#ccc; font-size:1.5em; font-family: Arial; } .dark-bg { background: fixed url('http://cdn.backgroundhost.com/backgrounds/subtlepatterns/random_grey_variations.png' ); } footer a{ color:white; } footer a:hover{ color:white; } footer img{ display:block; position:relative; margin:5px auto 20px auto; } .center{ text-align:center; } footer li, footer p{ margin : 0; padding : 7px; } ul.links i { font-size: 25px; }
public/css/home.css
@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono); body{ background: fixed url('http://cdn.backgroundhost.com/backgrounds/subtlepatterns/bright_squares.png'); position:relative; } .navbar-brand{ padding:5px; padding-left : 20px; height:50px; position : relative; } .navbar-brand img{ height: 100%; } .thumbnail{ max-width : 500px; margin-left:auto; margin-right:auto; } .shadow{ box-shadow: 7px 7px 7px #666; position : relative; transition : all 0.2s; top : 0; } .cust-caption{ display:none; position: absolute; background-color: rgba(30,30,30,0.8); padding : 10px; color:#ddd; margin:5px; bottom:0; left:0; right:0; height : 60%; margin:5px; overflow-y : auto; } .stm-font{ font-family: 'Share Tech Mono',monospace; } .color-hover:hover{ color : #337AB7; } .up-hover:hover { top :-5px; box-shadow: 15px 15px 15px #777; } .cust-caption a{ color:white; text-shadow:1px 1px 2px black; } .head h1{ color : white; } .heading{ text-align : center; padding : 10px; } #about p{ font-size : 1.2em; position : relative; left : 10px; } .logo{ padding-top:50px; } .logo img{ position:relative; width:100%; max-width : 450px; margin:auto; } .avatar{ display: block; position:relative; width : 200px; margin:auto; } .showcase{ text-align:center; padding-top:60px; } .showcase h1{ font-size : 8em; } .btn{ font-size: 1.5em; } .links{ padding:30px 0; } .main-nav{ padding-top:50px; } .main-nav h1{ padding-bottom:20px; } footer{ height : 100%; min-height:250px; color:#ccc; font-size:1.5em; font-family: Arial; } .dark-bg { background: fixed url('http://cdn.backgroundhost.com/backgrounds/subtlepatterns/random_grey_variations.png' ); } footer a{ color:white; } footer a:hover{ color:white; } footer img{ display:block; position:relative; margin:5px auto 20px auto; } .center{ text-align:center; } footer li, footer p{ margin : 0; padding : 7px; } ul.links i { font-size: 25px; }
0.317109
0.092442
.button-wrapper{ position: absolute; top:70%; left:30%; transform: translate(-50%, -50%); width: fit-content; height:auto; z-index: 2; } @media (max-width: 467px) { .button-wrapper{ position: absolute; top:80%; left:50%; } } @media (min-width: 468px) and (max-width: 766px){ .button-wrapper { position: absolute; top: 80%; left: 50%; } } @media (min-width: 767px) and (max-width: 990px){ .button-wrapper { position: absolute; top: 90%; left: 30%; } } @media (min-width: 991px) and (max-width: 1999px){ .button-wrapper { position: absolute; top: 75%; left: 30%; } } .special-button{ width:200px; height:70px; background: rgba(87, 43, 43, 0.7); border-style: none; color:#fff; font-size: 20px; letter-spacing: 3px; font-family: 'Lato'; font-weight: 600; outline: none; cursor: pointer; position: relative; padding: 0px; overflow: hidden; transition: all .5s; box-shadow: 0px 1px 2px rgba(0,0,0,.2); } @media (max-width: 566px) { .special-button{ width:150px; height:55px; font-size: 20px; } } .special-button span{ position: absolute; display: block; } .special-button span:nth-child(1){ height: 3px; width:200px; top:0px; left:-200px; background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d); border-top-right-radius: 1px; border-bottom-right-radius: 1px; animation: span1 2s linear infinite; animation-delay: 1s; } @keyframes span1{ 0%{ left:-200px } 100%{ left:200px; } } .special-button span:nth-child(2){ height: 70px; width: 3px; top:-70px; right:0px; background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d); border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; animation: span2 2s linear infinite; animation-delay: 2s; } @keyframes span2{ 0%{ top:-70px; } 100%{ top:70px; } } .special-button span:nth-child(3){ height:3px; width:200px; right:-200px; bottom: 0px; background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d); border-top-left-radius: 1px; border-bottom-left-radius: 1px; animation: span3 2s linear infinite; animation-delay: 3s; } @keyframes span3{ 0%{ right:-200px; } 100%{ right: 200px; } } .special-button span:nth-child(4){ height:70px; width:3px; bottom:-70px; left:0px; background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d); border-top-right-radius: 1px; border-top-left-radius: 1px; animation: span4 2s linear infinite; animation-delay: 4s; } @keyframes span4{ 0%{ bottom: -70px; } 100%{ bottom:70px; } } .special-button:hover{ transition: all .5s; transform: rotate(-3deg) scale(1.1); box-shadow: 0px 3px 5px rgba(0,0,0,.4); } .special-button:hover span{ animation-play-state: paused; }
button.css
.button-wrapper{ position: absolute; top:70%; left:30%; transform: translate(-50%, -50%); width: fit-content; height:auto; z-index: 2; } @media (max-width: 467px) { .button-wrapper{ position: absolute; top:80%; left:50%; } } @media (min-width: 468px) and (max-width: 766px){ .button-wrapper { position: absolute; top: 80%; left: 50%; } } @media (min-width: 767px) and (max-width: 990px){ .button-wrapper { position: absolute; top: 90%; left: 30%; } } @media (min-width: 991px) and (max-width: 1999px){ .button-wrapper { position: absolute; top: 75%; left: 30%; } } .special-button{ width:200px; height:70px; background: rgba(87, 43, 43, 0.7); border-style: none; color:#fff; font-size: 20px; letter-spacing: 3px; font-family: 'Lato'; font-weight: 600; outline: none; cursor: pointer; position: relative; padding: 0px; overflow: hidden; transition: all .5s; box-shadow: 0px 1px 2px rgba(0,0,0,.2); } @media (max-width: 566px) { .special-button{ width:150px; height:55px; font-size: 20px; } } .special-button span{ position: absolute; display: block; } .special-button span:nth-child(1){ height: 3px; width:200px; top:0px; left:-200px; background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d); border-top-right-radius: 1px; border-bottom-right-radius: 1px; animation: span1 2s linear infinite; animation-delay: 1s; } @keyframes span1{ 0%{ left:-200px } 100%{ left:200px; } } .special-button span:nth-child(2){ height: 70px; width: 3px; top:-70px; right:0px; background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d); border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; animation: span2 2s linear infinite; animation-delay: 2s; } @keyframes span2{ 0%{ top:-70px; } 100%{ top:70px; } } .special-button span:nth-child(3){ height:3px; width:200px; right:-200px; bottom: 0px; background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d); border-top-left-radius: 1px; border-bottom-left-radius: 1px; animation: span3 2s linear infinite; animation-delay: 3s; } @keyframes span3{ 0%{ right:-200px; } 100%{ right: 200px; } } .special-button span:nth-child(4){ height:70px; width:3px; bottom:-70px; left:0px; background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d); border-top-right-radius: 1px; border-top-left-radius: 1px; animation: span4 2s linear infinite; animation-delay: 4s; } @keyframes span4{ 0%{ bottom: -70px; } 100%{ bottom:70px; } } .special-button:hover{ transition: all .5s; transform: rotate(-3deg) scale(1.1); box-shadow: 0px 3px 5px rgba(0,0,0,.4); } .special-button:hover span{ animation-play-state: paused; }
0.60743
0.093471
.postCard { background: $white; box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.03), 0px 1px 4px 0px rgba(0,0,0,0.06); border-radius: 5px; padding: 194px 24px 24px; display: block; max-width: 440px; position: relative; background: #FDFDFE; border-radius: 5px; color: $slateLight; text-decoration: none; text-align: left; height: 340px; z-index: 3; overflow: hidden; cursor: pointer; transition: all 0.18s ease-out; transform: translate3d(0,0,0); &:hover { background: white; text-decoration: none; z-index: 4; box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.08), 0px 1px 4px 0px rgba(0,0,0,0.08); border-radius: 5px !important; color: $slateLight; transform: translate3d(0,-1px,0); h4 { color: $slate; box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.05), 0px 1px 4px 0px rgba(0,0,0,0.07); transform: translate3d(0,-3px,0); } } &:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; background: white; z-index: 3; height: 32px; box-shadow: 0 -2px 24px 30px white; } h4 { font-weight: bold; font-size: 19px; line-height: 26px; color: $slate; transition: color 0s ease-out; background: white; display: inline; margin: -86px 6px 24px -8px; -webkit-transition: color 0s ease-out; transition: color 0s ease-out; background: rgba(255, 255, 255, 0.97); display: block; padding: 13px 16px; word-break: break-word; box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.03), 0px 1px 4px 0px rgba(0,0,0,0.06); border-radius: 2px; transform: translate3d(0,0,0); transition: all 0.18s ease-out; } p { font-size: 14px; color: $slateLighter; margin: 0; } @media (max-width: $screenXs) { h4 { font-size: 18px; } } } .postContent { position: relative; z-index: 2; margin: -68px 0 0; } .postImage { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 170px; background: #eee; background-size: cover; background-position: 60% 50%; border-radius: 5px 5px 0 0; overflow: hidden; &:after { content: ''; position: absolute; background: white; bottom: -72px; height: 100px; left: -200px; right: -200px; transform: rotate(6deg); } } .readTime { display: block; position: absolute; bottom: 24px; left: 24px; text-transform: uppercase; font-size: 12px; font-weight: bold; margin: 8px 0 0; z-index: 4; }
services/client/src/components/_post/postCard/index.css
.postCard { background: $white; box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.03), 0px 1px 4px 0px rgba(0,0,0,0.06); border-radius: 5px; padding: 194px 24px 24px; display: block; max-width: 440px; position: relative; background: #FDFDFE; border-radius: 5px; color: $slateLight; text-decoration: none; text-align: left; height: 340px; z-index: 3; overflow: hidden; cursor: pointer; transition: all 0.18s ease-out; transform: translate3d(0,0,0); &:hover { background: white; text-decoration: none; z-index: 4; box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.08), 0px 1px 4px 0px rgba(0,0,0,0.08); border-radius: 5px !important; color: $slateLight; transform: translate3d(0,-1px,0); h4 { color: $slate; box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.05), 0px 1px 4px 0px rgba(0,0,0,0.07); transform: translate3d(0,-3px,0); } } &:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; background: white; z-index: 3; height: 32px; box-shadow: 0 -2px 24px 30px white; } h4 { font-weight: bold; font-size: 19px; line-height: 26px; color: $slate; transition: color 0s ease-out; background: white; display: inline; margin: -86px 6px 24px -8px; -webkit-transition: color 0s ease-out; transition: color 0s ease-out; background: rgba(255, 255, 255, 0.97); display: block; padding: 13px 16px; word-break: break-word; box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.03), 0px 1px 4px 0px rgba(0,0,0,0.06); border-radius: 2px; transform: translate3d(0,0,0); transition: all 0.18s ease-out; } p { font-size: 14px; color: $slateLighter; margin: 0; } @media (max-width: $screenXs) { h4 { font-size: 18px; } } } .postContent { position: relative; z-index: 2; margin: -68px 0 0; } .postImage { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 170px; background: #eee; background-size: cover; background-position: 60% 50%; border-radius: 5px 5px 0 0; overflow: hidden; &:after { content: ''; position: absolute; background: white; bottom: -72px; height: 100px; left: -200px; right: -200px; transform: rotate(6deg); } } .readTime { display: block; position: absolute; bottom: 24px; left: 24px; text-transform: uppercase; font-size: 12px; font-weight: bold; margin: 8px 0 0; z-index: 4; }
0.519521
0.120853
-------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; } /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ body > .container { padding: 60px 15px 0; } .footer > .container { padding-right: 15px; padding-left: 15px; } code { font-size: 80%; } .pricing-header { max-width: 700px; } .card-deck .card { min-width: 220px; } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } /* Carousel base class */ .carousel { margin-bottom: 1px; } /* Since positioning the image, we need to help out the caption */ .carousel-caption { bottom: 100px; z-index: 10; } /* Declare heights because of positioning of img element */ .carousel-item { height: 32rem; background-color: #777; } .carousel-small{ height: 150px; } .carousel-item > img { position: absolute; top: 0; left: 0; min-width: 100%; height: 32rem; } #particles-js { position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } #particles-js { background-color: #b61924; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; } /* Center align the text within the three columns below the carousel */ .marketing .col-lg-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; text-align: center; } .marketing h2 { font-weight: 400; } .marketing .col-lg-4 p { margin-right: .75rem; margin-left: .75rem; } /*Cookie Consent Begin*/ #cookieConsent { background-color: rgba(20,20,20,0.8); min-height: 26px; font-size: 14px; color: #ccc; line-height: 26px; padding: 8px 0 8px 30px; font-family: "Trebuchet MS",Helvetica,sans-serif; position: fixed; bottom: 0; left: 0; right: 0; display: none; z-index: 9999; } #cookieConsent a { color: #4B8EE7; text-decoration: none; } #closeCookieConsent { float: right; display: inline-block; cursor: pointer; height: 20px; width: 20px; margin: -15px 0 0 0; font-weight: bold; } #closeCookieConsent:hover { color: #FFF; } #cookieConsent a.cookieConsentOK { background-color: #F1D600; color: #000; display: inline-block; border-radius: 5px; padding: 0 20px; cursor: pointer; float: right; margin: 0 60px 0 10px; } #cookieConsent a.cookieConsentOK:hover { background-color: #E0C91F; } /*Cookie Consent End*/ .pricing .card { border: none; border-radius: 1rem; transition: all 0.2s; box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); } .pricing hr { margin: 1.5rem 0; } .pricing .card-title { margin: 0.5rem 0; font-size: 0.9rem; letter-spacing: .1rem; font-weight: bold; } .pricing .card-price { font-size: 3rem; margin: 0; } .pricing .card-price .period { font-size: 0.8rem; } .pricing ul li { margin-bottom: 1rem; } .pricing .text-muted { opacity: 0.7; } .pricing .btn { font-size: 80%; border-radius: 5rem; letter-spacing: .1rem; font-weight: bold; padding: 1rem; opacity: 0.7; transition: all 0.2s; } /* Hover Effects on Card */ @media (min-width: 992px) { .pricing .card:hover { margin-top: -.25rem; margin-bottom: .25rem; box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); } .pricing .card:hover .btn { opacity: 1; } } .card { margin: 0 auto; } .card .carousel-item { height: 200px; } .card .carousel-caption { padding: 0; right: 0; left: 0; color: #3d3d3d; } .card .carousel-caption h3 { color: #3d3d3d; } .card .carousel-caption p { line-height: 30px; } .card .carousel-caption .col-sm-3 { display: flex; align-items: center; } .card .carousel-caption .col-sm-9 { text-align: left; } .navi a { text-decoration:none; } a > .ico { background-color: grey; padding: 10px; } a:hover > .ico { background-color: #666; }
public/css/style.css
-------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; } /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ body > .container { padding: 60px 15px 0; } .footer > .container { padding-right: 15px; padding-left: 15px; } code { font-size: 80%; } .pricing-header { max-width: 700px; } .card-deck .card { min-width: 220px; } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } /* Carousel base class */ .carousel { margin-bottom: 1px; } /* Since positioning the image, we need to help out the caption */ .carousel-caption { bottom: 100px; z-index: 10; } /* Declare heights because of positioning of img element */ .carousel-item { height: 32rem; background-color: #777; } .carousel-small{ height: 150px; } .carousel-item > img { position: absolute; top: 0; left: 0; min-width: 100%; height: 32rem; } #particles-js { position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } #particles-js { background-color: #b61924; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; } /* Center align the text within the three columns below the carousel */ .marketing .col-lg-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; text-align: center; } .marketing h2 { font-weight: 400; } .marketing .col-lg-4 p { margin-right: .75rem; margin-left: .75rem; } /*Cookie Consent Begin*/ #cookieConsent { background-color: rgba(20,20,20,0.8); min-height: 26px; font-size: 14px; color: #ccc; line-height: 26px; padding: 8px 0 8px 30px; font-family: "Trebuchet MS",Helvetica,sans-serif; position: fixed; bottom: 0; left: 0; right: 0; display: none; z-index: 9999; } #cookieConsent a { color: #4B8EE7; text-decoration: none; } #closeCookieConsent { float: right; display: inline-block; cursor: pointer; height: 20px; width: 20px; margin: -15px 0 0 0; font-weight: bold; } #closeCookieConsent:hover { color: #FFF; } #cookieConsent a.cookieConsentOK { background-color: #F1D600; color: #000; display: inline-block; border-radius: 5px; padding: 0 20px; cursor: pointer; float: right; margin: 0 60px 0 10px; } #cookieConsent a.cookieConsentOK:hover { background-color: #E0C91F; } /*Cookie Consent End*/ .pricing .card { border: none; border-radius: 1rem; transition: all 0.2s; box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); } .pricing hr { margin: 1.5rem 0; } .pricing .card-title { margin: 0.5rem 0; font-size: 0.9rem; letter-spacing: .1rem; font-weight: bold; } .pricing .card-price { font-size: 3rem; margin: 0; } .pricing .card-price .period { font-size: 0.8rem; } .pricing ul li { margin-bottom: 1rem; } .pricing .text-muted { opacity: 0.7; } .pricing .btn { font-size: 80%; border-radius: 5rem; letter-spacing: .1rem; font-weight: bold; padding: 1rem; opacity: 0.7; transition: all 0.2s; } /* Hover Effects on Card */ @media (min-width: 992px) { .pricing .card:hover { margin-top: -.25rem; margin-bottom: .25rem; box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); } .pricing .card:hover .btn { opacity: 1; } } .card { margin: 0 auto; } .card .carousel-item { height: 200px; } .card .carousel-caption { padding: 0; right: 0; left: 0; color: #3d3d3d; } .card .carousel-caption h3 { color: #3d3d3d; } .card .carousel-caption p { line-height: 30px; } .card .carousel-caption .col-sm-3 { display: flex; align-items: center; } .card .carousel-caption .col-sm-9 { text-align: left; } .navi a { text-decoration:none; } a > .ico { background-color: grey; padding: 10px; } a:hover > .ico { background-color: #666; }
0.527317
0.084493
.wrapper_boxs { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 18px; grid-template-rows: 1fr; max-height: 100%; } /*******************/ /* Box Content */ .box-content { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding: 28px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; border-radius: 5px; background-color: rgba(255, 255, 255, 1); height: 100%; overflow: auto; } .box-content.startFlex { justify-content: flex-start; } .box-content.w480 { width: 480px; } .box-content .title { width: 100%; text-align: center; } .box-content .title h2 { font-size: 1.4rem; } .box-content .title span { opacity: 0.8; font-weight: 500; display: inline-block; position: relative; font-size: 0.88rem; } .box-content .title span::before { content: ''; position: absolute; bottom: -5px; width: 50%; left: 25%; right: 25%; height: 4px; background-color: var(--color-yellow); } .box-content>.wrapper { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px 0; gap: 18px; } @media screen and (max-width: 768px) { .box-content { width: 100%; } } /***************/ /* Form */ form.Form { display: flex; flex-direction: row; gap: 12px; width: 100%; height: auto; flex-wrap: wrap; } form.Form.max768 { max-width: 768px; } form.Form .group-input { display: flex; flex-direction: row; gap: 12px; width: 100%; } form.Form .input { display: flex; flex-direction: column; gap: 4px; width: 100%; } form.Form .input label { font-size: .8rem; font-weight: 500; } form.Form .input input, form.Form .input select { font-size: 0.8222rem; padding: 8px 12px; border-radius: 3px; box-shadow: rgba(9, 30, 66, 0) 0px 4px 8px -2px, rgba(9, 30, 66, 0.2) 0px 0px 0px 1px; transition: all .25s ease-in-out; width: 100%; } form.Form .input select { padding: 6px 12px; } form.Form .input input:hover, form.Form .input input:active, form.Form .input input:focus, form.Form .input select:hover, form.Form .input select:active, form.Form .input select:focus { box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.2) 0px 0px 0px 1px; } form.Form .input label.error { color: var(--color-red); font-size: 11px; } form.Form .group-buttons, .group-buttons { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; gap: 12px; } form.Form .group-buttons button, .group-buttons button { padding: 4px 8px; font-size: 0.8rem; border-radius: 4px; line-height: 20px; font-weight: 400; line-height: 20px; padding: 6px 16px; position: relative; text-align: center; text-decoration: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; vertical-align: middle; white-space: nowrap; appearance: none; cursor: pointer; } form.Form .group-buttons button.success, .group-buttons button.success { background-color: var(--color-green); color: #fff; border: 1px solid rgba(27, 31, 35, .15); } form.Form .group-buttons button.cancel, .group-buttons button.cancel { background-color: var(--color-red); color: #fff; box-shadow: rgba(27, 31, 35, .1) 0 1px 0; } @media screen and (max-width: 768px) { form.Form.max768 { max-width: 100%; } form.Form .group-input { display: flex; flex-direction: column; gap: 12px; width: 100%; } } /********/ /* Form Search Filter */ .filter-search { width: 100%; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap: 12px; } .filter-search .search-input { background-color: #fff; border: 1px solid #C3C6D1; border-radius: 4px; display: flex; flex-direction: row; align-items: center; height: 30px; padding-left: 2px; } .filter-search .search-input input { font-size: 0.8rem; padding: 4px 8px; } .filter-search .search-input button { background-color: #C3C6D1; color: #fff; height: 100%; width: 30px; font-size: 11px; cursor: pointer; transition: all .20s ease-in-out; } .filter-search .search-input button:hover { background-color: #bcbdc0; } .filter-search .dropdown-list { display: flex; flex-direction: row; align-items: center; gap: 6px; } .filter-search .dropdown-list span { font-size: 0.8rem; font-weight: 500; color: #C3C6D1; } .filter-search .dropdown-list select { background-color: #fff; border: 1px solid #C3C6D1; border-radius: 4px; font-size: 0.8rem; height: 30px; min-width: 120px; max-width: 180px; } .filter-search .buttons { display: flex; flex-direction: row; align-items: center; gap: 8px; } .filter-search .buttons .button-a { font-size: 0.8rem; background-color: #1a88e2; height: 100%; padding: 6px 8px; color: #fff; font-weight: 500; border-radius: 4px; } /**********************/ /* Table */ .table { width: 100%; } .table table { width: 100%; border: 2px solid #ddd !important; text-align: left; font-size: 0.82rem; border-radius: 6px; border-collapse: collapse; } .table table thead tr th { padding: 8px 10px; border-bottom: 2px solid #ddd; border-right: 1px solid #ddd; font-weight: 500; } .table table tbody tr { display: table-row; } .table table tbody tr td { padding: 8px 10px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; font-size: .76rem; } .table table tbody tr td.options div { display: flex; flex-direction: row; align-items: center; gap: 8px; } .table table tbody tr td.options div button { background-color: transparent; font-size: 0.67rem; padding: 5px 7px; border-radius: 4px; color: #fff; cursor: pointer; } .table table tbody tr td.options div button.edit { background-color: #FFBA08; } .table table tbody tr td.options div button.delete { background-color: #DC2F02; } .table table tbody tr td .status-select { cursor: pointer; border: 1px solid #eee; padding: 4px 6px; border-radius: 6spx; } /*********/ /* Dashboard Styles */ div.dashboard-div { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 38px; } div.dashboard-div .icon { height: 100%; width: 100; } div.dashboard-div .icon a { font-size: 2.4rem; } /*******************/ /* Login Styles */ div.login-div { display: grid; place-content: center; height: 100%; } /****************/ /* Wrapper Students */ .wrapper_students { display: grid; width: 100%; grid-template-columns: 1fr; grid-template-rows: auto; grid-gap: 12px; } .wrapper_students .item { width: 100%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; display: flex; flex-direction: row; gap: 28px; align-items: center; padding: 14px 16px; border-radius: 5px; } .wrapper_students .item .photo { max-width: 72px; width: 70px; } .wrapper_students .item .photo img { width: 100%; } .wrapper_students .item .photo .edit { text-align: center; } .wrapper_students .item .photo .edit a { color: #1a88e2; font-size: 13px; } .wrapper_students .item .photo .edit a:hover { text-decoration: underline; } .wrapper_students .item .information { width: 100%; display: flex; flex-direction: column; } .wrapper_students .item .information .row { display: flex; width: 100%; flex-direction: row; justify-content: space-between; align-items: center; padding: 4px; } .wrapper_students .item .information .row.green { background-color: var(--color-green); } .wrapper_students .item .information .row.green span { color: #fff; } .wrapper_students .item .information .row span { font-size: 0.88rem; } .wrapper_students .item-event { box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset; display: flex; flex-direction: row; align-items: center; padding: 10px 16px; border-radius: 5px; gap: 16px; } .wrapper_students .item-event .photo { max-width: 42px; max-height: 42px; border-radius: 50%; overflow: hidden; display: grid; place-content: center; } .wrapper_students .item-event .photo img { width: 100%; height: 100%; object-fit: cover; } .wrapper_students .item-event .details { font-size: 0.89rem; display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; } .wrapper_students .item-event .details .status { font-size: 12px; padding: 2px 6px; border-radius: 10px; font-weight: 500; background-color: var(--color-yellow); color: #fff; } .wrapper_students .item-event .details .status.assign { background-color: var(--color-green); } .wrapper_students .item-event .details .buttons button { display: grid; place-content: center; padding: 5px 6px; border-radius: 50%; background-color: transparent; cursor: pointer; } .wrapper_students .item-event .details .buttons button:hover { background-color: #eee; } /* Message Error */ .message-error { background-color: #F8D7DA; border: 1px solid #F5C6CB; width: 100%; padding: 14px 16px; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 6px; } .message-error span, .message-error i { color: #9D1C59; font-size: 0.89rem; } /* MultiSelectJS */ .ms-container { width: 100% !important; } .ms-container .custom-header { padding: 4px 6px; font-size: 0.866rem; font-weight: 500; } /* Wrapper Matchs */ .wrapper_matchs { display: flex; flex-direction: column; width: 100%; gap: 16px; } .wrapper_matchs .match_round { display: flex; flex-direction: column; gap: 18px; width: 100%; } .wrapper_matchs .match_round h2 { font-size: 1rem; } .wrapper_matchs .match_round .matchs { width: 100%; display: flex; flex-direction: row; gap: 18px; align-items: center; } .wrapper_matchs .match_round .matchs .select-data { width: 100%; } .wrapper_matchs .match_round .matchs .select-data .data-participantes { width: 100%; } .wrapper_matchs .match_round .matchs .select-data .select2-selection__rendered { font-size: .84rem; } .font-size-84rem{ font-size: .84rem; } .wrapper_matchs .match_round .matchs .score-match{ display: flex; width: 100%; flex-direction: row; gap: 12px; } .wrapper_matchs .match_round .matchs .score-match input { border: 1px solid #bcbdc0; padding: 6px 8px; border-radius: 3px; width: 100%; font-size: 0.877rem; } .wrapper_matchs .match_round .matchs .score-match input.player-score { max-width: 68px; } /* .wrapper_matchs .match_round .matchs .player { display: flex; flex-direction: row; flex-wrap: nowrap; max-width: 100%; } .wrapper_matchs .match_round .matchs .player input { font-size: .88rem; max-width: 80px; border: 1px solid #adb5bd; padding: 4px 6px; border-radius: 3px; } */ /* .wrapper_matchs .match_round .matchs .player select { border: 1px solid #adb5bd; padding: 2px 6px; border-radius: 3px; font-size: .84rem; overflow: hidden; text-overflow: ellipsis; max-width: 180px; } .wrapper_matchs .match_round .matchs .player select option { font-size: .822rem; } */ .wrapper_matchs .match_round .btn_save { background-color: var(--color-green); padding: 8px 8px; font-size: 0.89rem; font-weight: 500; color: #fff; width: auto; cursor: pointer; } /* Item Grafica */ .wrapper_graficas { display: flex; flex-direction: column; gap: 26px; width: 100%; } .wrapper_graficas .item-grafica { width: 100%; display: flex; flex-direction: row; justify-content: space-between; box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; align-items: center; padding: 12px 16px; border-radius: 5px; } .wrapper_graficas .item-grafica .name h4 { font-size: 0.955rem; display: flex; flex-direction: row; align-items: center; gap: 6px; margin-bottom: 4px; } .wrapper_graficas .item-grafica .name h4 span.status { display: inline-block; font-size: .60rem; padding: 3px 5px; border-radius: 10px; background-color: red; color: #fff; font-weight: 400; } .wrapper_graficas .item-grafica .name h4 span.status.EN_CURSO, .wrapper_graficas .item-grafica .name h4 span.status.FINALIZADO { background-color: var(--color-green); } .wrapper_graficas .item-grafica .name>div { display: flex; flex-direction: row; } .wrapper_graficas .item-grafica .name>div p { font-size: .777rem; font-weight: 500; opacity: 0.8; } .wrapper_graficas .item-grafica .name>div p:first-child:after { content: '•'; margin: 0 4px; } .wrapper_graficas .item-grafica .buttons { display: flex; flex-direction: row; align-items: center; gap: 12px; } .wrapper_graficas .item-grafica .buttons a, .wrapper_graficas .item-grafica .buttons button { color: rgba(0, 0, 0, 0.425); font-size: 0.88rem; } .wrapper_graficas .item-grafica .buttons a:hover, .wrapper_graficas .item-grafica .buttons button:hover { color: rgba(0, 0, 0, 0.877); cursor: pointer; } .loading { display: inline-block; width: 80px; height: 80px; } .loading:after { content: " "; display: block; width: 64px; height: 64px; margin: 8px; border-radius: 50%; border: 6px solid rgba(51, 51, 51, 0.7); border-color: rgba(51, 51, 51, 0.7) transparent rgba(51, 51, 51, 0.7) transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
public/css/components.css
.wrapper_boxs { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 18px; grid-template-rows: 1fr; max-height: 100%; } /*******************/ /* Box Content */ .box-content { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding: 28px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; border-radius: 5px; background-color: rgba(255, 255, 255, 1); height: 100%; overflow: auto; } .box-content.startFlex { justify-content: flex-start; } .box-content.w480 { width: 480px; } .box-content .title { width: 100%; text-align: center; } .box-content .title h2 { font-size: 1.4rem; } .box-content .title span { opacity: 0.8; font-weight: 500; display: inline-block; position: relative; font-size: 0.88rem; } .box-content .title span::before { content: ''; position: absolute; bottom: -5px; width: 50%; left: 25%; right: 25%; height: 4px; background-color: var(--color-yellow); } .box-content>.wrapper { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px 0; gap: 18px; } @media screen and (max-width: 768px) { .box-content { width: 100%; } } /***************/ /* Form */ form.Form { display: flex; flex-direction: row; gap: 12px; width: 100%; height: auto; flex-wrap: wrap; } form.Form.max768 { max-width: 768px; } form.Form .group-input { display: flex; flex-direction: row; gap: 12px; width: 100%; } form.Form .input { display: flex; flex-direction: column; gap: 4px; width: 100%; } form.Form .input label { font-size: .8rem; font-weight: 500; } form.Form .input input, form.Form .input select { font-size: 0.8222rem; padding: 8px 12px; border-radius: 3px; box-shadow: rgba(9, 30, 66, 0) 0px 4px 8px -2px, rgba(9, 30, 66, 0.2) 0px 0px 0px 1px; transition: all .25s ease-in-out; width: 100%; } form.Form .input select { padding: 6px 12px; } form.Form .input input:hover, form.Form .input input:active, form.Form .input input:focus, form.Form .input select:hover, form.Form .input select:active, form.Form .input select:focus { box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.2) 0px 0px 0px 1px; } form.Form .input label.error { color: var(--color-red); font-size: 11px; } form.Form .group-buttons, .group-buttons { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; gap: 12px; } form.Form .group-buttons button, .group-buttons button { padding: 4px 8px; font-size: 0.8rem; border-radius: 4px; line-height: 20px; font-weight: 400; line-height: 20px; padding: 6px 16px; position: relative; text-align: center; text-decoration: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; vertical-align: middle; white-space: nowrap; appearance: none; cursor: pointer; } form.Form .group-buttons button.success, .group-buttons button.success { background-color: var(--color-green); color: #fff; border: 1px solid rgba(27, 31, 35, .15); } form.Form .group-buttons button.cancel, .group-buttons button.cancel { background-color: var(--color-red); color: #fff; box-shadow: rgba(27, 31, 35, .1) 0 1px 0; } @media screen and (max-width: 768px) { form.Form.max768 { max-width: 100%; } form.Form .group-input { display: flex; flex-direction: column; gap: 12px; width: 100%; } } /********/ /* Form Search Filter */ .filter-search { width: 100%; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap: 12px; } .filter-search .search-input { background-color: #fff; border: 1px solid #C3C6D1; border-radius: 4px; display: flex; flex-direction: row; align-items: center; height: 30px; padding-left: 2px; } .filter-search .search-input input { font-size: 0.8rem; padding: 4px 8px; } .filter-search .search-input button { background-color: #C3C6D1; color: #fff; height: 100%; width: 30px; font-size: 11px; cursor: pointer; transition: all .20s ease-in-out; } .filter-search .search-input button:hover { background-color: #bcbdc0; } .filter-search .dropdown-list { display: flex; flex-direction: row; align-items: center; gap: 6px; } .filter-search .dropdown-list span { font-size: 0.8rem; font-weight: 500; color: #C3C6D1; } .filter-search .dropdown-list select { background-color: #fff; border: 1px solid #C3C6D1; border-radius: 4px; font-size: 0.8rem; height: 30px; min-width: 120px; max-width: 180px; } .filter-search .buttons { display: flex; flex-direction: row; align-items: center; gap: 8px; } .filter-search .buttons .button-a { font-size: 0.8rem; background-color: #1a88e2; height: 100%; padding: 6px 8px; color: #fff; font-weight: 500; border-radius: 4px; } /**********************/ /* Table */ .table { width: 100%; } .table table { width: 100%; border: 2px solid #ddd !important; text-align: left; font-size: 0.82rem; border-radius: 6px; border-collapse: collapse; } .table table thead tr th { padding: 8px 10px; border-bottom: 2px solid #ddd; border-right: 1px solid #ddd; font-weight: 500; } .table table tbody tr { display: table-row; } .table table tbody tr td { padding: 8px 10px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; font-size: .76rem; } .table table tbody tr td.options div { display: flex; flex-direction: row; align-items: center; gap: 8px; } .table table tbody tr td.options div button { background-color: transparent; font-size: 0.67rem; padding: 5px 7px; border-radius: 4px; color: #fff; cursor: pointer; } .table table tbody tr td.options div button.edit { background-color: #FFBA08; } .table table tbody tr td.options div button.delete { background-color: #DC2F02; } .table table tbody tr td .status-select { cursor: pointer; border: 1px solid #eee; padding: 4px 6px; border-radius: 6spx; } /*********/ /* Dashboard Styles */ div.dashboard-div { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 38px; } div.dashboard-div .icon { height: 100%; width: 100; } div.dashboard-div .icon a { font-size: 2.4rem; } /*******************/ /* Login Styles */ div.login-div { display: grid; place-content: center; height: 100%; } /****************/ /* Wrapper Students */ .wrapper_students { display: grid; width: 100%; grid-template-columns: 1fr; grid-template-rows: auto; grid-gap: 12px; } .wrapper_students .item { width: 100%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; display: flex; flex-direction: row; gap: 28px; align-items: center; padding: 14px 16px; border-radius: 5px; } .wrapper_students .item .photo { max-width: 72px; width: 70px; } .wrapper_students .item .photo img { width: 100%; } .wrapper_students .item .photo .edit { text-align: center; } .wrapper_students .item .photo .edit a { color: #1a88e2; font-size: 13px; } .wrapper_students .item .photo .edit a:hover { text-decoration: underline; } .wrapper_students .item .information { width: 100%; display: flex; flex-direction: column; } .wrapper_students .item .information .row { display: flex; width: 100%; flex-direction: row; justify-content: space-between; align-items: center; padding: 4px; } .wrapper_students .item .information .row.green { background-color: var(--color-green); } .wrapper_students .item .information .row.green span { color: #fff; } .wrapper_students .item .information .row span { font-size: 0.88rem; } .wrapper_students .item-event { box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset; display: flex; flex-direction: row; align-items: center; padding: 10px 16px; border-radius: 5px; gap: 16px; } .wrapper_students .item-event .photo { max-width: 42px; max-height: 42px; border-radius: 50%; overflow: hidden; display: grid; place-content: center; } .wrapper_students .item-event .photo img { width: 100%; height: 100%; object-fit: cover; } .wrapper_students .item-event .details { font-size: 0.89rem; display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; } .wrapper_students .item-event .details .status { font-size: 12px; padding: 2px 6px; border-radius: 10px; font-weight: 500; background-color: var(--color-yellow); color: #fff; } .wrapper_students .item-event .details .status.assign { background-color: var(--color-green); } .wrapper_students .item-event .details .buttons button { display: grid; place-content: center; padding: 5px 6px; border-radius: 50%; background-color: transparent; cursor: pointer; } .wrapper_students .item-event .details .buttons button:hover { background-color: #eee; } /* Message Error */ .message-error { background-color: #F8D7DA; border: 1px solid #F5C6CB; width: 100%; padding: 14px 16px; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 6px; } .message-error span, .message-error i { color: #9D1C59; font-size: 0.89rem; } /* MultiSelectJS */ .ms-container { width: 100% !important; } .ms-container .custom-header { padding: 4px 6px; font-size: 0.866rem; font-weight: 500; } /* Wrapper Matchs */ .wrapper_matchs { display: flex; flex-direction: column; width: 100%; gap: 16px; } .wrapper_matchs .match_round { display: flex; flex-direction: column; gap: 18px; width: 100%; } .wrapper_matchs .match_round h2 { font-size: 1rem; } .wrapper_matchs .match_round .matchs { width: 100%; display: flex; flex-direction: row; gap: 18px; align-items: center; } .wrapper_matchs .match_round .matchs .select-data { width: 100%; } .wrapper_matchs .match_round .matchs .select-data .data-participantes { width: 100%; } .wrapper_matchs .match_round .matchs .select-data .select2-selection__rendered { font-size: .84rem; } .font-size-84rem{ font-size: .84rem; } .wrapper_matchs .match_round .matchs .score-match{ display: flex; width: 100%; flex-direction: row; gap: 12px; } .wrapper_matchs .match_round .matchs .score-match input { border: 1px solid #bcbdc0; padding: 6px 8px; border-radius: 3px; width: 100%; font-size: 0.877rem; } .wrapper_matchs .match_round .matchs .score-match input.player-score { max-width: 68px; } /* .wrapper_matchs .match_round .matchs .player { display: flex; flex-direction: row; flex-wrap: nowrap; max-width: 100%; } .wrapper_matchs .match_round .matchs .player input { font-size: .88rem; max-width: 80px; border: 1px solid #adb5bd; padding: 4px 6px; border-radius: 3px; } */ /* .wrapper_matchs .match_round .matchs .player select { border: 1px solid #adb5bd; padding: 2px 6px; border-radius: 3px; font-size: .84rem; overflow: hidden; text-overflow: ellipsis; max-width: 180px; } .wrapper_matchs .match_round .matchs .player select option { font-size: .822rem; } */ .wrapper_matchs .match_round .btn_save { background-color: var(--color-green); padding: 8px 8px; font-size: 0.89rem; font-weight: 500; color: #fff; width: auto; cursor: pointer; } /* Item Grafica */ .wrapper_graficas { display: flex; flex-direction: column; gap: 26px; width: 100%; } .wrapper_graficas .item-grafica { width: 100%; display: flex; flex-direction: row; justify-content: space-between; box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; align-items: center; padding: 12px 16px; border-radius: 5px; } .wrapper_graficas .item-grafica .name h4 { font-size: 0.955rem; display: flex; flex-direction: row; align-items: center; gap: 6px; margin-bottom: 4px; } .wrapper_graficas .item-grafica .name h4 span.status { display: inline-block; font-size: .60rem; padding: 3px 5px; border-radius: 10px; background-color: red; color: #fff; font-weight: 400; } .wrapper_graficas .item-grafica .name h4 span.status.EN_CURSO, .wrapper_graficas .item-grafica .name h4 span.status.FINALIZADO { background-color: var(--color-green); } .wrapper_graficas .item-grafica .name>div { display: flex; flex-direction: row; } .wrapper_graficas .item-grafica .name>div p { font-size: .777rem; font-weight: 500; opacity: 0.8; } .wrapper_graficas .item-grafica .name>div p:first-child:after { content: '•'; margin: 0 4px; } .wrapper_graficas .item-grafica .buttons { display: flex; flex-direction: row; align-items: center; gap: 12px; } .wrapper_graficas .item-grafica .buttons a, .wrapper_graficas .item-grafica .buttons button { color: rgba(0, 0, 0, 0.425); font-size: 0.88rem; } .wrapper_graficas .item-grafica .buttons a:hover, .wrapper_graficas .item-grafica .buttons button:hover { color: rgba(0, 0, 0, 0.877); cursor: pointer; } .loading { display: inline-block; width: 80px; height: 80px; } .loading:after { content: " "; display: block; width: 64px; height: 64px; margin: 8px; border-radius: 50%; border: 6px solid rgba(51, 51, 51, 0.7); border-color: rgba(51, 51, 51, 0.7) transparent rgba(51, 51, 51, 0.7) transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
0.510252
0.117876
:root{ scroll-behavior: smooth; } .first{ background-image: url('./img/Vanishing-Stripes.svg'); } .second{ background-image: url('./img/Bullseye-Gradient.svg'); } .third{ background-image: url('./img/Large-Triangles.svg'); } nav{ background: #000; } body { /* color: #999; */ overflow-x: hidden; /* img size is 50x50 */ background-color: #fff; background-image: linear-gradient(45deg, rgba(238, 238, 238, 0.285) 25%, transparent 25%, transparent 75%, rgba(238, 238, 238, 0.299) 75%), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%); background-size: 50px 50px; background-position: 0 0, 25px 25px; } /* START HERE */ nav .container{ display: flex; justify-content: space-between; height: 50px; padding-top: 4px; } nav ul{ display: flex; height: 100%; } nav li{ font-size: 18px; } .welcome h2, .songs h2{ font-weight: 350; } .welcome p{ font-size: 1.3em; text-align: center; } .card { display: inline-block; position: relative; width: 100%; margin-bottom: 30px; border-radius: 6px; color: rgba(0, 0, 0, 0.87); background: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .card .card-image { height: 60%; position: relative; overflow: hidden; margin-left: 15px; margin-right: 15px; margin-top: -30px; border-radius: 6px; box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); } .card .card-image img { width: 100%; height: 100%; border-radius: 6px; pointer-events: none; } .card .card-image .card-caption { position: absolute; bottom: 15px; left: 15px; color: #fff; font-size: 1.3em; text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5); } .card img { width: 100%; height: auto; } .img-raised { box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); } .table { margin-bottom: 0px; } .card .table { padding: 15px 30px; min-height: 153px; } .card-blog { margin-top: 30px; } .card-blog .card-caption { margin-top: 5px; } .card-blog .card-image + .category { margin-top: 20px; } /* Carousel base class */ .carousel { margin-bottom: 4rem; } /* Since positioning the image, we need to help out the caption */ .carousel-caption { bottom: 3rem; z-index: 10; } /* Declare heights because of positioning of img element */ .carousel-item { height: 32rem; } .carousel-item > img { position: absolute; top: 0; left: 0; min-width: 100%; height: 32rem; } .navbar-toggler{ background-color: rgb(23, 64, 187) !important; }
style.css
:root{ scroll-behavior: smooth; } .first{ background-image: url('./img/Vanishing-Stripes.svg'); } .second{ background-image: url('./img/Bullseye-Gradient.svg'); } .third{ background-image: url('./img/Large-Triangles.svg'); } nav{ background: #000; } body { /* color: #999; */ overflow-x: hidden; /* img size is 50x50 */ background-color: #fff; background-image: linear-gradient(45deg, rgba(238, 238, 238, 0.285) 25%, transparent 25%, transparent 75%, rgba(238, 238, 238, 0.299) 75%), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%); background-size: 50px 50px; background-position: 0 0, 25px 25px; } /* START HERE */ nav .container{ display: flex; justify-content: space-between; height: 50px; padding-top: 4px; } nav ul{ display: flex; height: 100%; } nav li{ font-size: 18px; } .welcome h2, .songs h2{ font-weight: 350; } .welcome p{ font-size: 1.3em; text-align: center; } .card { display: inline-block; position: relative; width: 100%; margin-bottom: 30px; border-radius: 6px; color: rgba(0, 0, 0, 0.87); background: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .card .card-image { height: 60%; position: relative; overflow: hidden; margin-left: 15px; margin-right: 15px; margin-top: -30px; border-radius: 6px; box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); } .card .card-image img { width: 100%; height: 100%; border-radius: 6px; pointer-events: none; } .card .card-image .card-caption { position: absolute; bottom: 15px; left: 15px; color: #fff; font-size: 1.3em; text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5); } .card img { width: 100%; height: auto; } .img-raised { box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); } .table { margin-bottom: 0px; } .card .table { padding: 15px 30px; min-height: 153px; } .card-blog { margin-top: 30px; } .card-blog .card-caption { margin-top: 5px; } .card-blog .card-image + .category { margin-top: 20px; } /* Carousel base class */ .carousel { margin-bottom: 4rem; } /* Since positioning the image, we need to help out the caption */ .carousel-caption { bottom: 3rem; z-index: 10; } /* Declare heights because of positioning of img element */ .carousel-item { height: 32rem; } .carousel-item > img { position: absolute; top: 0; left: 0; min-width: 100%; height: 32rem; } .navbar-toggler{ background-color: rgb(23, 64, 187) !important; }
0.359814
0.13759
.clear,.clear:after,.match-row,.match-row:after,.row,.row-gray,.row-gray .row-wrapper,.row-gray .row-wrapper:after,.row-gray:after,.row:after{ clear:both } .pp table,.table-default{ border-collapse:collapse } .content,.left-bar,.right-bar .table *,.right-bar .table :after,.right-bar .table :before{ box-sizing:border-box } .cal a,.settings-box label,.social-box .disabled img,.social-box .switch,a.blue:hover,button{ cursor:pointer } .main-banner>a,.newsletter-box .form input:focus,a,button,button:focus,input[type=radio]:focus{ outline:0 } .date-bar,.players-row,.pp table{ table-layout:fixed } body,br,fieldset,form,h1,h2,html,img,li,p,th,ul{ padding:0; margin:0; list-style:none; font-weight:400; border:0 } html{ background-color:#8c8c8c } body{ font-family:Arial,Tahoma,Sans-serif; font-size:11px; color:#aaa } a{ text-decoration:none; color:#ff8a00 } button{ text-decoration:none; color:#ff8a00; align-items: flex; text-align:justify; } .buttons:after { content:''; display:inline-block; width:99.5%;/* generates an extra transparent line */ } .buttons { min-width:45em; padding: 1.2em 1em 0; box-shadow:0 0 5px; margin:1em; border-radius:0.25em; } a:hover{ color:#ccc } a.blue{ color:#fff } a.blue:hover{ color:#fff; text-decoration:underline } .b{ font-weight:700 } fieldset,h2,h3,th{ font-size:12px } h1{ font:700 12px Arial,Tahoma,Sans-serif } .content-note,.nav a,.scored,h2,tr.menu th{ font-weight:700 } h2{ color:#ccc } .left{ float:left } .right{ float:right } .clear:after,.clear:before,.match-row:after,.match-row:before,.row-gray .row-wrapper:after,.row-gray .row-wrapper:before,.row-gray:after,.row-gray:before,.row:after,.row:before{ content:""; display:table } .tright{ text-align:right!important } .tleft{ text-align:left!important } .tcenter{ text-align:center!important } .bcenter{ margin:auto } .hidden{ display:none!important } .back{ text-align:right; color:#ccc; font-size:12px } .nav li{ text-align:center } .back a{ color:#ff8a00 } .back a:hover{ color:#fff; text-decoration:underline } .min-short.highlight:before,.min.highlight:before{ position:absolute; content:''; width:4px; height:18px; display:block; left:0; background:#333; top:0 } .row{ padding:10px 4px } .min-short { position:relative; right:initial; display:inline-block } .main_banner{ margin: 0; position: fixed; bottom: 0; margin-left: 50%; transform: translate(-50%, 0%); height:60px; } .nav-footer{ border-bottom:solid 1px #212121 } .nav-footer{ position:fixed; top:0; box-sizing:border-box; width:100%; z-index:100; background:#16805e; /*background:#fff;*/ font-size:11px; table-layout:fixed } .nav-footer.hidden-sm{ display:table!important } .nav-footer:after, .nav-footer:before{ content:none } .nav-footer .item{ display:table-cell; vertical-align:middle } .nav-footer .item svg{ display:inline-block; stroke-width:0; fill:#ccc; width:24px; height:24px } .nav-footer .item img{ width: 24px; height:24px; /* filter: invert(100%) grayscale(80%); -webkit-filter: invert(100%) grayscale(80%)*/ } .nav-footer .item span{ display:block; color:#aaa } .nav-footer .item .active span,.nav-footer .item .active svg,.nav-footer .item:hover span,.nav-footer .item:hover svg{ color:#fff; fill:#fff; font-weight:bolder } .nav-footer .item .menu-icon, .nav-footer .item a{ height:40px; padding:8px 0 2px; text-align:center; display:block; position:relative } .nav-footer .item.logo{ width:50px } .nav-footer .item.logo a{ height:50px; padding:0 } .nav-footer .item.logo a img{ height:50px } .nav-footer .item .menu-icon.menu-icon-new span:after{ position:absolute; content:'!'; width:12px; height:12px; line-height:12px; vertical-align:middle; background:#ff8a00; color:#000; right:-14px; top:-23px; font-weight:700; text-align:center; border-radius:50% } @media (max-width:350px){ .nav-footer .item img{ width: 18px; height:18px; } } .flag{ display:inline-block; width:25px; height:15px; margin-right:10px; top:4px; position:relative } .wrapper{ width:100%!important; background:0 0!important; border:0; margin-top:50px; margin-bottom:75px } .content-wrap{ display:flex; display:block } .content{ flex:1; padding:0 0 67px; position:relative; border-right:solid 1px #212121; display:block; margin-bottom:0 } .banner{ position:absolute; top:-1px; left:-164px } .warningbar{ margin:4px 0; padding:4px 10px; background:#212121; line-height:20px; color:#aaa } .error-msg{ padding:5px; border:2px solid #A00; background-color:#FCC; color:#900; margin-bottom:5px } .error-msg p{ margin-bottom:10px } .error-msg a{ text-decoration:underline; color:inherit } button{ background:#ff8a00; border-radius:4px; border:none; color:#fff; font-size:11px; padding:5px 10px } button.btn-secondary{ background:#F5F6F3 } .date-bar,.date-bar>a{ background:#F5F6F3; box-sizing:border-box } .date-bar{ border-bottom:solid 1px #ff8a00; display:table; width:100% } .date-bar>a{ vertical-align:middle; text-align:center; line-height:normal; padding:9px 5px; display:table-cell; color:#6c6c6c; padding:14px 0 } .date-bar>a:last-child{ border-right:none } .date-bar>a.selected{ position:relative; background:#F5F6F3; color:#ff8a00; font-weight:bolder } .date-bar>a.selected:after{ bottom:0; left:50%; border:solid transparent; content:" "; height:0; width:0; position:absolute; pointer-events:none; border-color:rgba(255,138,0,0); border-bottom-color:#ff8a00; margin-left:-7px; border-width:5px 7px } @media (max-width:320px){ .mob .date-bar>a span{ display:block } } span.live{ width:8px; float:left; margin-left:4px } .loader,.loader:after{ border-radius:50%; width:30px; height:30px } .loader{ margin:80px auto 0; border-top:4px solid #8a8a8a; border-right:4px solid #8a8a8a; border-bottom:4px solid #8a8a8a; border-left:4px solid #000; transform:translateZ(0); animation:load8 1.1s infinite linear } .loader.loader-white{ border-left:4px solid #fff } .loader-container{ position:relative; text-align:center; width:100%; padding-bottom:50px } .loader-container .text{ font-size:9px; position:relative; color:#888; top:8px; display:inline-block } @keyframes load8{ 0%{ transform:rotate(0) } 100%{ transform:rotate(360deg) } } .error-page{ text-align:center; padding:100px 20px; color:#dfdfdf; font-size:14px; line-height:22px } .error-page .title{ font-size:40px; font-weight:700; margin-bottom:80px; line-height:normal } .error-page a{ color:#ff8a00; font-size:14px; line-height:22px } .row,.row .title,.row-tall{ color:#000; } .row{ padding:0 4px; background:#D2E4BE } .row-tall{ padding:5px; font-size:11px } .row-tall a,.row-tall a:hover{ color:#000 } .scorelink .sco,.scorelink .sco2 strong,.scorelink.even .sco,.scorelink.even .sco2 strong{ color:#000 } .row-tall a{ text-transform:uppercase; line-height:16px } .row-tall .left{ position:relative; line-height:16px } .scorelink.even:hover,.scorelink:hover{ color:#fff; background:#333 } .scorelink.even:hover .match-row,.scorelink.even:hover .star-container,.scorelink:hover .match-row,.scorelink:hover .star-container{ background:#333 } .match-row,.match-row-group .star-container{ border-bottom:solid 1px #212121; background:#fff } .match-row-group{ display:flex; position:relative } .match-row-group .match-row{ flex:auto; padding:2px 34px 2px 4px } .match-row,.match-row.inverted{ color:#000; padding:10px 55px 10px 0px } .match-row{ display:flex; position:relative } .match-row .min,.match-row .ply,.match-row .sco{ flex:1; box-sizing:border-box } .match-row .min,.match-row .min-short{ display:flex; align-items:center; align-self:center } .match-row .min-short>div .ico-alert,.match-row .min>div .ico-alert{ top:1px; margin-top:-2px } .match-row .min{ flex:0 0 55px; padding: 0px 0px 0px 5px } .match-row .compcolor{ flex:0 0 5px; margin-top: -10px; margin-bottom: -10px; } .match-row .min img{ margin-right:5px } .match-row .min-short{ flex:0 0 45px; position:relative } .match-row .min-short span{ padding-left:4px } .match-row .ply>div,.match-row .sco2>div,.match-row .sco3>div{ padding:2px 0 } .match-row .ply{ white-space:nowrap; text-overflow:ellipsis } .match-row .assist{ font-style:italic; color:#6d6d6d; display:block } .match-row .off{ color:#aaa } .match-row .sco{ flex:0 0 50px; text-align:center } .match-row .sco2{ flex:0 0 145px } .match-row .sco3{ flex:0 0 200px } .match-row.match-row__inc .ply>div{ border:none; padding:0 } .match-row.match-row__inc .sco{ flex:0 0 80px } .match-row.match-row__inc .sco .score{ display:inline-block; width:30px } .match-row.match-row__inc .sco .inc{ margin-top:-5px; display:inline-block } .match-row.match-row__subs .min .time{ width:35px; text-align:center } .match-row.match-row__subs .min .icon{ flex:1; text-align:right; position:relative; margin-right:5px } .match-row.match-row__subs .min .icon .qtd{ background:#a00000; border:1px solid #5e0101; font-size:8px; color:#fff; position:absolute; top:-2px; right:7px; border-radius:50%; width:10px; height:10px; text-align:center; line-height:normal } .match-row.match-row__subs .min .inc{ top:3px } .match-row.match-row__subs .min .incs,.match-row.match-row__subs .min .time{ display:inline-block; vertical-align:middle } .match-row.match-row__subs .min .incs .arrow-up{ top:3px; position:relative } .match-row.match-row__subs .min svg{ width:12px; height:12px } .match-row.match-row__subs .min svg.arrow-up{ fill:green } .match-row.match-row__subs .min svg.arrow-down{ fill:red } .match-row.match-row__comments .ply{ white-space:normal } .match-row.match-row__team .min{ flex:0 0 70px } .match-row.match-row__team .phase{ flex:0 0 30px; text-align:right } .match-row-group.live:before,.match-row.live:before{ background:#ff8a00; position:absolute; content:''; height:100%; width:4px; display:block; left:0; z-index:20; top:0 } .match-row-group.live .min span,.match-row.live .min span{ color:#fff; font-weight:bolder; padding-left:8px } .row-gray,.row-gray .row-wrapper{ padding:0 4px } .header-scores .match-row__inc{ border-bottom:none!important } .star-container{ position:absolute; text-align:center; box-sizing:border-box; height:100%; width:30px; right:0; z-index:1; top:0 } .row-gray .info,.scores div{ text-align:right } .star-container svg{ width:18px; height:18px; margin-top:-9px; margin-right:-9px; fill:#fff; stroke:#9a9a9a; position:absolute; top:50%; right:50% } .star-container svg.active{ fill:#f1dd2a } .star-container .active svg,.star-container:hover svg{ fill:#ff8a00 } .row-gray{ color:#aaa; border-bottom:solid 1px #212121; line-height:18px; position:relative } .row-gray .row-wrapper.no-padding,.row-gray.no-padding{ padding:0 } .row-transparent{ background:0 0 } .row-gray .info{ width:247px; float:left } .row-light{ background:#eee; border-bottom-color:#bbb } .row-light .ply,.row-light .sco{ font-weight:700 } .row-tall .ply{ display:inline-block; white-space:nowrap; text-overflow:ellipsis; line-height:18px; width:210px } .row-tall .ply.tright{ width:180px; float:left } /* row mobile */ @media (max-width:4096px){ .mob .match-row .ply,.mob .match-row .ply>div,.mob .match-row.even .ply,.mob .match-row.even .ply>div{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis } .mob .scorelink.match-row .sco .awy,.mob .scorelink.match-row .sco .hom,.mob .scorelink.match-row.even .sco .awy,.mob .scorelink.match-row.even .sco .hom{ color:#fff; font-weight:bolder } .mob .scorelink.match-row.even:hover,.mob .scorelink.match-row:hover{ background:inherit; color:#ccc } .mob .scorelink .match-row .sco2 strong,.mob .scorelink .match-row.even .sco2 strong{ color:#ff8a00 } .mob .scorelink .match-row.even:hover,.mob .scorelink .match-row:hover,.mob .scorelink:hover .match-row,.mob .scorelink:hover .star-container{ background:inherit } .mob .star-container svg{ stroke:none } .mob .highlight{ background-color:#EF7900!important } .mob .highlight.min-short:before,.mob .highlight.min:before,.mob .match-row .sco span{ display:none } .mob .match-row.match-row__inc{ display:flex } .mob .match-row.match-row__inc .min{ flex:0 0 55px; position:relative; padding:0 0 0 8px } .mob .match-row.match-row__inc .sco{ flex:0 0 80px } .mob .match-row.match-row__inc .sco span{ display:inline-block } .mob .match-row.match-row__inc .sco svg{ fill:#fff } .mob .match-row.match-row__inc .ply{ flex:1; padding:0 } .mob .match-row.match-row__inc .ply.tright{ text-align:right!important } .mob .match-row.match-row__subs{ display:flex } .mob .live img,.mob .row-gray .sco span{ display:none } .mob .match-row.match-row__subs .min{ flex:0 0 55px; position:relative; padding:0 0 0 8px } .mob .match-row.match-row__subs .min>div{ text-align:right; margin-right:5px } .mob .match-row.match-row__subs .min>div .time{ width:auto } .mob .match-row.match-row__subs .ply{ flex:1; padding:0 } .mob .match-row.match-row__subs .ply>div{ padding:0 } .mob .match-row.match-row__subs .ply>div:first-child{ border-bottom:solid 1px transparent } .mob .match-row.match-row__comments .ply{ padding-right:4px; white-space:normal } .mob .match-row.match-row__team .min{ width:80px } .mob .match-row.match-row__team .ply{ padding-left:80px } .mob .match-row.match-row__team .phase{ position:absolute; right:11px; top:15px } .mob .row-gray a{ color:#ff8a00 } .mob .row-tall .left{ top:-2px } .mob .match-row-group.live .match-row:before,.mob .match-row.live:before,.mob .row-top.live:before{ background:#ff8a00; position:absolute; content:''; height:100%; width:4px; display:block; left:0; z-index:20; top:0 } .mob .row-transparent{ background:0 0 } .mob .row-group{ width:100%; position:relative } .mob .row-group .row-gray{ position:initial; height:50px } }
src/css/layout.css
.clear,.clear:after,.match-row,.match-row:after,.row,.row-gray,.row-gray .row-wrapper,.row-gray .row-wrapper:after,.row-gray:after,.row:after{ clear:both } .pp table,.table-default{ border-collapse:collapse } .content,.left-bar,.right-bar .table *,.right-bar .table :after,.right-bar .table :before{ box-sizing:border-box } .cal a,.settings-box label,.social-box .disabled img,.social-box .switch,a.blue:hover,button{ cursor:pointer } .main-banner>a,.newsletter-box .form input:focus,a,button,button:focus,input[type=radio]:focus{ outline:0 } .date-bar,.players-row,.pp table{ table-layout:fixed } body,br,fieldset,form,h1,h2,html,img,li,p,th,ul{ padding:0; margin:0; list-style:none; font-weight:400; border:0 } html{ background-color:#8c8c8c } body{ font-family:Arial,Tahoma,Sans-serif; font-size:11px; color:#aaa } a{ text-decoration:none; color:#ff8a00 } button{ text-decoration:none; color:#ff8a00; align-items: flex; text-align:justify; } .buttons:after { content:''; display:inline-block; width:99.5%;/* generates an extra transparent line */ } .buttons { min-width:45em; padding: 1.2em 1em 0; box-shadow:0 0 5px; margin:1em; border-radius:0.25em; } a:hover{ color:#ccc } a.blue{ color:#fff } a.blue:hover{ color:#fff; text-decoration:underline } .b{ font-weight:700 } fieldset,h2,h3,th{ font-size:12px } h1{ font:700 12px Arial,Tahoma,Sans-serif } .content-note,.nav a,.scored,h2,tr.menu th{ font-weight:700 } h2{ color:#ccc } .left{ float:left } .right{ float:right } .clear:after,.clear:before,.match-row:after,.match-row:before,.row-gray .row-wrapper:after,.row-gray .row-wrapper:before,.row-gray:after,.row-gray:before,.row:after,.row:before{ content:""; display:table } .tright{ text-align:right!important } .tleft{ text-align:left!important } .tcenter{ text-align:center!important } .bcenter{ margin:auto } .hidden{ display:none!important } .back{ text-align:right; color:#ccc; font-size:12px } .nav li{ text-align:center } .back a{ color:#ff8a00 } .back a:hover{ color:#fff; text-decoration:underline } .min-short.highlight:before,.min.highlight:before{ position:absolute; content:''; width:4px; height:18px; display:block; left:0; background:#333; top:0 } .row{ padding:10px 4px } .min-short { position:relative; right:initial; display:inline-block } .main_banner{ margin: 0; position: fixed; bottom: 0; margin-left: 50%; transform: translate(-50%, 0%); height:60px; } .nav-footer{ border-bottom:solid 1px #212121 } .nav-footer{ position:fixed; top:0; box-sizing:border-box; width:100%; z-index:100; background:#16805e; /*background:#fff;*/ font-size:11px; table-layout:fixed } .nav-footer.hidden-sm{ display:table!important } .nav-footer:after, .nav-footer:before{ content:none } .nav-footer .item{ display:table-cell; vertical-align:middle } .nav-footer .item svg{ display:inline-block; stroke-width:0; fill:#ccc; width:24px; height:24px } .nav-footer .item img{ width: 24px; height:24px; /* filter: invert(100%) grayscale(80%); -webkit-filter: invert(100%) grayscale(80%)*/ } .nav-footer .item span{ display:block; color:#aaa } .nav-footer .item .active span,.nav-footer .item .active svg,.nav-footer .item:hover span,.nav-footer .item:hover svg{ color:#fff; fill:#fff; font-weight:bolder } .nav-footer .item .menu-icon, .nav-footer .item a{ height:40px; padding:8px 0 2px; text-align:center; display:block; position:relative } .nav-footer .item.logo{ width:50px } .nav-footer .item.logo a{ height:50px; padding:0 } .nav-footer .item.logo a img{ height:50px } .nav-footer .item .menu-icon.menu-icon-new span:after{ position:absolute; content:'!'; width:12px; height:12px; line-height:12px; vertical-align:middle; background:#ff8a00; color:#000; right:-14px; top:-23px; font-weight:700; text-align:center; border-radius:50% } @media (max-width:350px){ .nav-footer .item img{ width: 18px; height:18px; } } .flag{ display:inline-block; width:25px; height:15px; margin-right:10px; top:4px; position:relative } .wrapper{ width:100%!important; background:0 0!important; border:0; margin-top:50px; margin-bottom:75px } .content-wrap{ display:flex; display:block } .content{ flex:1; padding:0 0 67px; position:relative; border-right:solid 1px #212121; display:block; margin-bottom:0 } .banner{ position:absolute; top:-1px; left:-164px } .warningbar{ margin:4px 0; padding:4px 10px; background:#212121; line-height:20px; color:#aaa } .error-msg{ padding:5px; border:2px solid #A00; background-color:#FCC; color:#900; margin-bottom:5px } .error-msg p{ margin-bottom:10px } .error-msg a{ text-decoration:underline; color:inherit } button{ background:#ff8a00; border-radius:4px; border:none; color:#fff; font-size:11px; padding:5px 10px } button.btn-secondary{ background:#F5F6F3 } .date-bar,.date-bar>a{ background:#F5F6F3; box-sizing:border-box } .date-bar{ border-bottom:solid 1px #ff8a00; display:table; width:100% } .date-bar>a{ vertical-align:middle; text-align:center; line-height:normal; padding:9px 5px; display:table-cell; color:#6c6c6c; padding:14px 0 } .date-bar>a:last-child{ border-right:none } .date-bar>a.selected{ position:relative; background:#F5F6F3; color:#ff8a00; font-weight:bolder } .date-bar>a.selected:after{ bottom:0; left:50%; border:solid transparent; content:" "; height:0; width:0; position:absolute; pointer-events:none; border-color:rgba(255,138,0,0); border-bottom-color:#ff8a00; margin-left:-7px; border-width:5px 7px } @media (max-width:320px){ .mob .date-bar>a span{ display:block } } span.live{ width:8px; float:left; margin-left:4px } .loader,.loader:after{ border-radius:50%; width:30px; height:30px } .loader{ margin:80px auto 0; border-top:4px solid #8a8a8a; border-right:4px solid #8a8a8a; border-bottom:4px solid #8a8a8a; border-left:4px solid #000; transform:translateZ(0); animation:load8 1.1s infinite linear } .loader.loader-white{ border-left:4px solid #fff } .loader-container{ position:relative; text-align:center; width:100%; padding-bottom:50px } .loader-container .text{ font-size:9px; position:relative; color:#888; top:8px; display:inline-block } @keyframes load8{ 0%{ transform:rotate(0) } 100%{ transform:rotate(360deg) } } .error-page{ text-align:center; padding:100px 20px; color:#dfdfdf; font-size:14px; line-height:22px } .error-page .title{ font-size:40px; font-weight:700; margin-bottom:80px; line-height:normal } .error-page a{ color:#ff8a00; font-size:14px; line-height:22px } .row,.row .title,.row-tall{ color:#000; } .row{ padding:0 4px; background:#D2E4BE } .row-tall{ padding:5px; font-size:11px } .row-tall a,.row-tall a:hover{ color:#000 } .scorelink .sco,.scorelink .sco2 strong,.scorelink.even .sco,.scorelink.even .sco2 strong{ color:#000 } .row-tall a{ text-transform:uppercase; line-height:16px } .row-tall .left{ position:relative; line-height:16px } .scorelink.even:hover,.scorelink:hover{ color:#fff; background:#333 } .scorelink.even:hover .match-row,.scorelink.even:hover .star-container,.scorelink:hover .match-row,.scorelink:hover .star-container{ background:#333 } .match-row,.match-row-group .star-container{ border-bottom:solid 1px #212121; background:#fff } .match-row-group{ display:flex; position:relative } .match-row-group .match-row{ flex:auto; padding:2px 34px 2px 4px } .match-row,.match-row.inverted{ color:#000; padding:10px 55px 10px 0px } .match-row{ display:flex; position:relative } .match-row .min,.match-row .ply,.match-row .sco{ flex:1; box-sizing:border-box } .match-row .min,.match-row .min-short{ display:flex; align-items:center; align-self:center } .match-row .min-short>div .ico-alert,.match-row .min>div .ico-alert{ top:1px; margin-top:-2px } .match-row .min{ flex:0 0 55px; padding: 0px 0px 0px 5px } .match-row .compcolor{ flex:0 0 5px; margin-top: -10px; margin-bottom: -10px; } .match-row .min img{ margin-right:5px } .match-row .min-short{ flex:0 0 45px; position:relative } .match-row .min-short span{ padding-left:4px } .match-row .ply>div,.match-row .sco2>div,.match-row .sco3>div{ padding:2px 0 } .match-row .ply{ white-space:nowrap; text-overflow:ellipsis } .match-row .assist{ font-style:italic; color:#6d6d6d; display:block } .match-row .off{ color:#aaa } .match-row .sco{ flex:0 0 50px; text-align:center } .match-row .sco2{ flex:0 0 145px } .match-row .sco3{ flex:0 0 200px } .match-row.match-row__inc .ply>div{ border:none; padding:0 } .match-row.match-row__inc .sco{ flex:0 0 80px } .match-row.match-row__inc .sco .score{ display:inline-block; width:30px } .match-row.match-row__inc .sco .inc{ margin-top:-5px; display:inline-block } .match-row.match-row__subs .min .time{ width:35px; text-align:center } .match-row.match-row__subs .min .icon{ flex:1; text-align:right; position:relative; margin-right:5px } .match-row.match-row__subs .min .icon .qtd{ background:#a00000; border:1px solid #5e0101; font-size:8px; color:#fff; position:absolute; top:-2px; right:7px; border-radius:50%; width:10px; height:10px; text-align:center; line-height:normal } .match-row.match-row__subs .min .inc{ top:3px } .match-row.match-row__subs .min .incs,.match-row.match-row__subs .min .time{ display:inline-block; vertical-align:middle } .match-row.match-row__subs .min .incs .arrow-up{ top:3px; position:relative } .match-row.match-row__subs .min svg{ width:12px; height:12px } .match-row.match-row__subs .min svg.arrow-up{ fill:green } .match-row.match-row__subs .min svg.arrow-down{ fill:red } .match-row.match-row__comments .ply{ white-space:normal } .match-row.match-row__team .min{ flex:0 0 70px } .match-row.match-row__team .phase{ flex:0 0 30px; text-align:right } .match-row-group.live:before,.match-row.live:before{ background:#ff8a00; position:absolute; content:''; height:100%; width:4px; display:block; left:0; z-index:20; top:0 } .match-row-group.live .min span,.match-row.live .min span{ color:#fff; font-weight:bolder; padding-left:8px } .row-gray,.row-gray .row-wrapper{ padding:0 4px } .header-scores .match-row__inc{ border-bottom:none!important } .star-container{ position:absolute; text-align:center; box-sizing:border-box; height:100%; width:30px; right:0; z-index:1; top:0 } .row-gray .info,.scores div{ text-align:right } .star-container svg{ width:18px; height:18px; margin-top:-9px; margin-right:-9px; fill:#fff; stroke:#9a9a9a; position:absolute; top:50%; right:50% } .star-container svg.active{ fill:#f1dd2a } .star-container .active svg,.star-container:hover svg{ fill:#ff8a00 } .row-gray{ color:#aaa; border-bottom:solid 1px #212121; line-height:18px; position:relative } .row-gray .row-wrapper.no-padding,.row-gray.no-padding{ padding:0 } .row-transparent{ background:0 0 } .row-gray .info{ width:247px; float:left } .row-light{ background:#eee; border-bottom-color:#bbb } .row-light .ply,.row-light .sco{ font-weight:700 } .row-tall .ply{ display:inline-block; white-space:nowrap; text-overflow:ellipsis; line-height:18px; width:210px } .row-tall .ply.tright{ width:180px; float:left } /* row mobile */ @media (max-width:4096px){ .mob .match-row .ply,.mob .match-row .ply>div,.mob .match-row.even .ply,.mob .match-row.even .ply>div{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis } .mob .scorelink.match-row .sco .awy,.mob .scorelink.match-row .sco .hom,.mob .scorelink.match-row.even .sco .awy,.mob .scorelink.match-row.even .sco .hom{ color:#fff; font-weight:bolder } .mob .scorelink.match-row.even:hover,.mob .scorelink.match-row:hover{ background:inherit; color:#ccc } .mob .scorelink .match-row .sco2 strong,.mob .scorelink .match-row.even .sco2 strong{ color:#ff8a00 } .mob .scorelink .match-row.even:hover,.mob .scorelink .match-row:hover,.mob .scorelink:hover .match-row,.mob .scorelink:hover .star-container{ background:inherit } .mob .star-container svg{ stroke:none } .mob .highlight{ background-color:#EF7900!important } .mob .highlight.min-short:before,.mob .highlight.min:before,.mob .match-row .sco span{ display:none } .mob .match-row.match-row__inc{ display:flex } .mob .match-row.match-row__inc .min{ flex:0 0 55px; position:relative; padding:0 0 0 8px } .mob .match-row.match-row__inc .sco{ flex:0 0 80px } .mob .match-row.match-row__inc .sco span{ display:inline-block } .mob .match-row.match-row__inc .sco svg{ fill:#fff } .mob .match-row.match-row__inc .ply{ flex:1; padding:0 } .mob .match-row.match-row__inc .ply.tright{ text-align:right!important } .mob .match-row.match-row__subs{ display:flex } .mob .live img,.mob .row-gray .sco span{ display:none } .mob .match-row.match-row__subs .min{ flex:0 0 55px; position:relative; padding:0 0 0 8px } .mob .match-row.match-row__subs .min>div{ text-align:right; margin-right:5px } .mob .match-row.match-row__subs .min>div .time{ width:auto } .mob .match-row.match-row__subs .ply{ flex:1; padding:0 } .mob .match-row.match-row__subs .ply>div{ padding:0 } .mob .match-row.match-row__subs .ply>div:first-child{ border-bottom:solid 1px transparent } .mob .match-row.match-row__comments .ply{ padding-right:4px; white-space:normal } .mob .match-row.match-row__team .min{ width:80px } .mob .match-row.match-row__team .ply{ padding-left:80px } .mob .match-row.match-row__team .phase{ position:absolute; right:11px; top:15px } .mob .row-gray a{ color:#ff8a00 } .mob .row-tall .left{ top:-2px } .mob .match-row-group.live .match-row:before,.mob .match-row.live:before,.mob .row-top.live:before{ background:#ff8a00; position:absolute; content:''; height:100%; width:4px; display:block; left:0; z-index:20; top:0 } .mob .row-transparent{ background:0 0 } .mob .row-group{ width:100%; position:relative } .mob .row-group .row-gray{ position:initial; height:50px } }
0.291586
0.100172
*, *::before, *::after { box-sizing: border-box; } img { display: block; } ft{ position: fixed; height: 100px; bottom: 0; width: 100%; } .gallery { position: relative; z-index: 2; padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .gallery.pop { -webkit-filter: blur(10px); filter: blur(10px); } .gallery figure { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; padding: 10px; overflow: hidden; border-radius: 10px; cursor: pointer; } .gallery figure img { width: 100%; border-radius: 10px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .gallery figure figcaption { display: none; } .popup { position: fixed; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.75); opacity: 0; -webkit-transition: opacity .5s ease-in-out .2s; transition: opacity .5s ease-in-out .2s; } .popup.pop { opacity: 1; -webkit-transition: opacity .2s ease-in-out 0s; transition: opacity .2s ease-in-out 0s; } .popup.pop figure { margin-top: 0; opacity: 1; } .popup figure { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform-origin: 0 0; transform-origin: 0 0; margin-top: 30px; opacity: 0; -webkit-animation: poppy 500ms linear both; animation: poppy 500ms linear both; } .popup figure img { position: relative; z-index: 2; border-radius: 15px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4); } .popup figure figcaption { position: absolute; bottom: 50px; background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78)); background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78)); z-index: 2; width: 100%; border-radius: 0 0 15px 15px; padding: 100px 20px 20px 20px; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 32px; } .popup figure figcaption small { font-size: 11px; display: block; text-transform: uppercase; margin-top: 12px; text-indent: 3px; opacity: .7; letter-spacing: 1px; } .popup figure .shadow { position: relative; z-index: 1; top: -15px; margin: 0 auto; background-position: center bottom; background-repeat: no-repeat; width: 98%; height: 50px; opacity: .6; -webkit-filter: blur(15px) contrast(2); filter: blur(15px) contrast(2); } .popup .close { position: absolute; z-index: 3; top: 10px; right: 10px; width: 25px; height: 25px; cursor: pointer; background: url(#close); border-radius: 25px; background: rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } .popup .close svg { width: 100%; height: 100%; } @-webkit-keyframes poppy { 0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 3.4% { -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1); transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1); } 4.3% { -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1); transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1); } 4.7% { -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1); transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1); } 6.81% { -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1); transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1); } 8.61% { -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1); transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1); } 9.41% { -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1); transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1); } 10.21% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1); } 12.91% { -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1); transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1); } 13.61% { -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1); transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1); } 14.11% { -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1); transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1); } 17.22% { -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1); transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1); } 17.52% { -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1); transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1); } 18.72% { -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1); transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1); } 21.32% { -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1); transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1); } 24.32% { -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1); transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1); } 25.23% { -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1); transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1); } 28.33% { -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1); transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1); } 29.03% { -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1); transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1); } 29.93% { -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1); transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1); } 35.54% { -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1); transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1); } 36.74% { -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1); transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1); } 39.44% { -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1); transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1); } 41.04% { -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1); transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1); } 44.44% { -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1); transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1); } 52.15% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1); } 59.86% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1); } 61.66% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1); } 63.26% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1); } 75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1); } 83.98% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1); } 85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1); } 90.69% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1); } 100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1); } } @keyframes poppy { 0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 3.4% { -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1); transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1); } 4.3% { -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1); transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1); } 4.7% { -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1); transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1); } 6.81% { -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1); transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1); } 8.61% { -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1); transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1); } 9.41% { -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1); transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1); } 10.21% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1); } 12.91% { -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1); transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1); } 13.61% { -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1); transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1); } 14.11% { -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1); transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1); } 17.22% { -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1); transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1); } 17.52% { -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1); transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1); } 18.72% { -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1); transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1); } 21.32% { -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1); transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1); } 24.32% { -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1); transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1); } 25.23% { -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1); transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1); } 28.33% { -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1); transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1); } 29.03% { -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1); transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1); } 29.93% { -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1); transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1); } 35.54% { -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1); transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1); } 36.74% { -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1); transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1); } 39.44% { -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1); transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1); } 41.04% { -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1); transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1); } 44.44% { -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1); transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1); } 52.15% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1); } 59.86% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1); } 61.66% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1); } 63.26% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1); } 75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1); } 83.98% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1); } 85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1); } 90.69% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1); } 100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1); } } body { padding-top: 54px; } @media (min-width: 992px) { body { padding-top: 56px; } } .business-header { height: 10vh; min-height: 300px; background: url('http://placehold.it/1920x200') center center no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .card { height: 100%; } .navbar-collapse form[role="search"] { position: absolute; top: 0px; right: 0px; width: 100%; padding: 0px; margin: 0px; z-index: 0; } .navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input { padding: 8px 12px; border-radius: 0px; border-width: 0px; color: rgb(119, 119, 119); background-color: rgb(248, 248, 248); border-color: rgb(231, 231, 231); box-shadow: none; outline: none; } .navbar-collapse form[role="search"] input { padding: 16px 12px; font-size: 14pt; font-style: italic; color: rgb(160, 160, 160); box-shadow: none; } @media (min-width: 768px) { .navbar-collapse { padding-top: 0px !important; padding-right: 38px !important; } .navbar-collapse form[role="search"] { width: 38px; } .navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input { padding: 15px 12px; } .navbar-collapse form[role="search"] input { padding: 25px 12px; font-size: 18pt; opacity: 0; display: none; } .navbar-collapse form[role="search"].active { width: 100%; } .navbar-collapse form[role="search"].active button, .navbar-collapse form[role="search"].active input { display: table-cell; opacity: 1; } .navbar-collapse form[role="search"].active input { width: 100%; text-align: right; } .navbar-collapse form[role="search"].active button[type="submit"] { background-color: rgb(231, 231, 231); } } .small-box-footer { position: relative; text-align: center; padding: 3px 0; bottom:0; left:0; color: #fff; color: rgba(255, 255, 255, 0.8); display: block; z-index: 10; background: rgba(0, 0, 0, 0.1); text-decoration: none; } .small-box-footer:hover { color: #fff; background: rgba(0, 0, 0, 0.15); } .big-icon { font-size: 32px; } /* Profile container */ .profile { margin: 20px 0; } /* Profile sidebar */ .profile-sidebar { padding: 20px 0 10px 0; background: #20ff11; } .profile-userpic img { float: none; margin: 0 auto; width: 50%; height: 50%; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; } .profile-usertitle { text-align: center; margin-top: 20px; } .profile-usertitle-name { color: #5a7391; font-size: 16px; font-weight: 600; margin-bottom: 7px; } .profile-usertitle-job { text-transform: uppercase; color: #5b9bd1; font-size: 12px; font-weight: 600; margin-bottom: 15px; } .profile-userbuttons { text-align: center; margin-top: 10px; } .profile-userbuttons .btn { text-transform: uppercase; font-size: 11px; font-weight: 600; padding: 6px 15px; margin-right: 5px; } .profile-userbuttons .btn:last-child { margin-right: 0px; } .profile-usermenu { margin-top: 30px; } .profile-usermenu ul li { border-bottom: 1px solid #f0f4f7; } .profile-usermenu ul li:last-child { border-bottom: none; } .profile-usermenu ul li a { color: #93a3b5; font-size: 14px; font-weight: 400; } .profile-usermenu ul li a i { margin-right: 8px; font-size: 14px; } .profile-usermenu ul li a:hover { background-color: #fafcfd; color: #5b9bd1; } .profile-usermenu ul li.active { border-bottom: none; } .profile-usermenu ul li.active a { color: #5b9bd1; background-color: #f6f9fb; border-left: 2px solid #5b9bd1; margin-left: -2px; } /* Profile Content */ .profile-content { padding: 20px; background: #fff; min-height: 460px; } .badge { font-weight: 600; font-size: 13px; color: white; background-color: #20ff11; } .credit{ border-width: 20px; border-color: white; padding:3%; } .credit .img{ text-align:center; } .credit .details{ /*border-left: 60px solid #ded4da;*/ border-left: 60px solid transparent; } .credit .details p{ font-size:15px; font-weight:bold; } ul.timeline { list-style-type: none; position: relative; } ul.timeline:before { content: ' '; background: #d4d9df; display: inline-block; position: absolute; left: 29px; width: 2px; height: 100%; z-index: 400; } ul.timeline > li { margin: 20px 0; padding-left: 20px; } ul.timeline > li:before { content: ' '; background: white; display: inline-block; position: absolute; border-radius: 50%; border: 3px solid #22c0e8; left: 20px; width: 20px; height: 20px; z-index: 400; } .card-inner{ margin-left: 4rem; }
public/css/style.css
*, *::before, *::after { box-sizing: border-box; } img { display: block; } ft{ position: fixed; height: 100px; bottom: 0; width: 100%; } .gallery { position: relative; z-index: 2; padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .gallery.pop { -webkit-filter: blur(10px); filter: blur(10px); } .gallery figure { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; padding: 10px; overflow: hidden; border-radius: 10px; cursor: pointer; } .gallery figure img { width: 100%; border-radius: 10px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .gallery figure figcaption { display: none; } .popup { position: fixed; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.75); opacity: 0; -webkit-transition: opacity .5s ease-in-out .2s; transition: opacity .5s ease-in-out .2s; } .popup.pop { opacity: 1; -webkit-transition: opacity .2s ease-in-out 0s; transition: opacity .2s ease-in-out 0s; } .popup.pop figure { margin-top: 0; opacity: 1; } .popup figure { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform-origin: 0 0; transform-origin: 0 0; margin-top: 30px; opacity: 0; -webkit-animation: poppy 500ms linear both; animation: poppy 500ms linear both; } .popup figure img { position: relative; z-index: 2; border-radius: 15px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4); } .popup figure figcaption { position: absolute; bottom: 50px; background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78)); background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78)); z-index: 2; width: 100%; border-radius: 0 0 15px 15px; padding: 100px 20px 20px 20px; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 32px; } .popup figure figcaption small { font-size: 11px; display: block; text-transform: uppercase; margin-top: 12px; text-indent: 3px; opacity: .7; letter-spacing: 1px; } .popup figure .shadow { position: relative; z-index: 1; top: -15px; margin: 0 auto; background-position: center bottom; background-repeat: no-repeat; width: 98%; height: 50px; opacity: .6; -webkit-filter: blur(15px) contrast(2); filter: blur(15px) contrast(2); } .popup .close { position: absolute; z-index: 3; top: 10px; right: 10px; width: 25px; height: 25px; cursor: pointer; background: url(#close); border-radius: 25px; background: rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } .popup .close svg { width: 100%; height: 100%; } @-webkit-keyframes poppy { 0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 3.4% { -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1); transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1); } 4.3% { -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1); transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1); } 4.7% { -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1); transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1); } 6.81% { -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1); transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1); } 8.61% { -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1); transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1); } 9.41% { -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1); transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1); } 10.21% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1); } 12.91% { -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1); transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1); } 13.61% { -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1); transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1); } 14.11% { -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1); transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1); } 17.22% { -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1); transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1); } 17.52% { -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1); transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1); } 18.72% { -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1); transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1); } 21.32% { -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1); transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1); } 24.32% { -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1); transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1); } 25.23% { -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1); transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1); } 28.33% { -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1); transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1); } 29.03% { -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1); transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1); } 29.93% { -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1); transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1); } 35.54% { -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1); transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1); } 36.74% { -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1); transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1); } 39.44% { -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1); transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1); } 41.04% { -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1); transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1); } 44.44% { -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1); transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1); } 52.15% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1); } 59.86% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1); } 61.66% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1); } 63.26% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1); } 75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1); } 83.98% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1); } 85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1); } 90.69% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1); } 100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1); } } @keyframes poppy { 0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 3.4% { -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1); transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1); } 4.3% { -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1); transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1); } 4.7% { -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1); transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1); } 6.81% { -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1); transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1); } 8.61% { -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1); transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1); } 9.41% { -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1); transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1); } 10.21% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1); } 12.91% { -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1); transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1); } 13.61% { -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1); transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1); } 14.11% { -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1); transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1); } 17.22% { -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1); transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1); } 17.52% { -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1); transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1); } 18.72% { -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1); transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1); } 21.32% { -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1); transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1); } 24.32% { -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1); transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1); } 25.23% { -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1); transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1); } 28.33% { -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1); transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1); } 29.03% { -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1); transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1); } 29.93% { -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1); transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1); } 35.54% { -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1); transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1); } 36.74% { -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1); transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1); } 39.44% { -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1); transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1); } 41.04% { -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1); transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1); } 44.44% { -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1); transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1); } 52.15% { -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1); transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1); } 59.86% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1); } 61.66% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1); } 63.26% { -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1); transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1); } 75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1); } 83.98% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1); } 85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1); } 90.69% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1); } 100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1); } } body { padding-top: 54px; } @media (min-width: 992px) { body { padding-top: 56px; } } .business-header { height: 10vh; min-height: 300px; background: url('http://placehold.it/1920x200') center center no-repeat scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .card { height: 100%; } .navbar-collapse form[role="search"] { position: absolute; top: 0px; right: 0px; width: 100%; padding: 0px; margin: 0px; z-index: 0; } .navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input { padding: 8px 12px; border-radius: 0px; border-width: 0px; color: rgb(119, 119, 119); background-color: rgb(248, 248, 248); border-color: rgb(231, 231, 231); box-shadow: none; outline: none; } .navbar-collapse form[role="search"] input { padding: 16px 12px; font-size: 14pt; font-style: italic; color: rgb(160, 160, 160); box-shadow: none; } @media (min-width: 768px) { .navbar-collapse { padding-top: 0px !important; padding-right: 38px !important; } .navbar-collapse form[role="search"] { width: 38px; } .navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input { padding: 15px 12px; } .navbar-collapse form[role="search"] input { padding: 25px 12px; font-size: 18pt; opacity: 0; display: none; } .navbar-collapse form[role="search"].active { width: 100%; } .navbar-collapse form[role="search"].active button, .navbar-collapse form[role="search"].active input { display: table-cell; opacity: 1; } .navbar-collapse form[role="search"].active input { width: 100%; text-align: right; } .navbar-collapse form[role="search"].active button[type="submit"] { background-color: rgb(231, 231, 231); } } .small-box-footer { position: relative; text-align: center; padding: 3px 0; bottom:0; left:0; color: #fff; color: rgba(255, 255, 255, 0.8); display: block; z-index: 10; background: rgba(0, 0, 0, 0.1); text-decoration: none; } .small-box-footer:hover { color: #fff; background: rgba(0, 0, 0, 0.15); } .big-icon { font-size: 32px; } /* Profile container */ .profile { margin: 20px 0; } /* Profile sidebar */ .profile-sidebar { padding: 20px 0 10px 0; background: #20ff11; } .profile-userpic img { float: none; margin: 0 auto; width: 50%; height: 50%; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; } .profile-usertitle { text-align: center; margin-top: 20px; } .profile-usertitle-name { color: #5a7391; font-size: 16px; font-weight: 600; margin-bottom: 7px; } .profile-usertitle-job { text-transform: uppercase; color: #5b9bd1; font-size: 12px; font-weight: 600; margin-bottom: 15px; } .profile-userbuttons { text-align: center; margin-top: 10px; } .profile-userbuttons .btn { text-transform: uppercase; font-size: 11px; font-weight: 600; padding: 6px 15px; margin-right: 5px; } .profile-userbuttons .btn:last-child { margin-right: 0px; } .profile-usermenu { margin-top: 30px; } .profile-usermenu ul li { border-bottom: 1px solid #f0f4f7; } .profile-usermenu ul li:last-child { border-bottom: none; } .profile-usermenu ul li a { color: #93a3b5; font-size: 14px; font-weight: 400; } .profile-usermenu ul li a i { margin-right: 8px; font-size: 14px; } .profile-usermenu ul li a:hover { background-color: #fafcfd; color: #5b9bd1; } .profile-usermenu ul li.active { border-bottom: none; } .profile-usermenu ul li.active a { color: #5b9bd1; background-color: #f6f9fb; border-left: 2px solid #5b9bd1; margin-left: -2px; } /* Profile Content */ .profile-content { padding: 20px; background: #fff; min-height: 460px; } .badge { font-weight: 600; font-size: 13px; color: white; background-color: #20ff11; } .credit{ border-width: 20px; border-color: white; padding:3%; } .credit .img{ text-align:center; } .credit .details{ /*border-left: 60px solid #ded4da;*/ border-left: 60px solid transparent; } .credit .details p{ font-size:15px; font-weight:bold; } ul.timeline { list-style-type: none; position: relative; } ul.timeline:before { content: ' '; background: #d4d9df; display: inline-block; position: absolute; left: 29px; width: 2px; height: 100%; z-index: 400; } ul.timeline > li { margin: 20px 0; padding-left: 20px; } ul.timeline > li:before { content: ' '; background: white; display: inline-block; position: absolute; border-radius: 50%; border: 3px solid #22c0e8; left: 20px; width: 20px; height: 20px; z-index: 400; } .card-inner{ margin-left: 4rem; }
0.344223
0.143728
div.modal-dialog.modal-dialog-coinflip{ background-color: #232633; width: 27vw; height: calc(27vw * 1.1); border: 5px solid #10121A; font-family: 'Neometric'; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; min-width: 332px; min-height: 342px; } div.modal-header.modal-header-coinflip{ background-color:#232633; } .div.modal-content.modal-content-coinflip{ height: 100% !important; } div.modal-body.modal-body-coinflip{ height: 100%; } .parent{ display: flex; position: relative; height: 86%; margin: auto; } .cover{ position: absolute; height: 100%; width: 100%; display: block; z-index: 999; margin-left: 21%; } .border-grad{ margin: auto; background-image: linear-gradient(to right, #09ADEB, #FFFFFF); margin-top: 15px; width: 90%; height:14px; background-repeat: no-repeat; border-radius: 133px; } .first-circle, .second-circle{ display: flex; width: 10vw; height: 10vw; border-radius: 50%; align-self: center; margin-left: 40px; border: 5px solid #000000; color: #000000; min-width: 124px; min-height: 124px; } div.first-circle input, div.second-circle input{ width: 50%; display: flex; background-color: transparent; border: none; justify-content: center; text-align: start; -webkit-appearance: none; -webkit-appearance: none; -moz-appearance: textfield; } div.first-circle input, div.second-circle input:focus{ color: #000000; } .first-circle span, .second-circle span{ margin: auto; text-align: end; display: flex; justify-content: end; width: 50%; margin-left: 12px; } .first-circle span{ font-size: 50px; } .second-circle span{ font-size: 40px; } .first-circle{ font-size: 50px; background-color: #DC0D0D; } .second-circle{ font-size: 35px; background-color: #0EAFEB; } @media screen and (max-width: 991px) { div.modal-dialog.modal-dialog-coinflip{ margin-left: auto; margin-right:auto ; min-width: 332px; min-height: 342px; } div .modal-header .modal-title{ font-size: 33px; } } @media screen and (max-width: 480px){ div.modal-dialog.modal-dialog-coinflip{ min-width: 252px; min-height: 292px; } div .first-circle, .second-circle{ min-width: 100px; min-height: 100px; margin-left: 13px; } div.first-circle{ font-size: 28px; } div.second-circle{ font-size: 24px; } div.first-circle span{ font-size: 31px; width: 35%; } div.first-circle input{ font-size: 31px; width: 65%; } div.second-circle span{ font-size: 24px; width: 35%; } div.second-circle input{ font-size: 20px; width: 65%; } div .modal-header .modal-title{ font-size: 29px; } }
public/css/partials/coinflip.css
div.modal-dialog.modal-dialog-coinflip{ background-color: #232633; width: 27vw; height: calc(27vw * 1.1); border: 5px solid #10121A; font-family: 'Neometric'; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; min-width: 332px; min-height: 342px; } div.modal-header.modal-header-coinflip{ background-color:#232633; } .div.modal-content.modal-content-coinflip{ height: 100% !important; } div.modal-body.modal-body-coinflip{ height: 100%; } .parent{ display: flex; position: relative; height: 86%; margin: auto; } .cover{ position: absolute; height: 100%; width: 100%; display: block; z-index: 999; margin-left: 21%; } .border-grad{ margin: auto; background-image: linear-gradient(to right, #09ADEB, #FFFFFF); margin-top: 15px; width: 90%; height:14px; background-repeat: no-repeat; border-radius: 133px; } .first-circle, .second-circle{ display: flex; width: 10vw; height: 10vw; border-radius: 50%; align-self: center; margin-left: 40px; border: 5px solid #000000; color: #000000; min-width: 124px; min-height: 124px; } div.first-circle input, div.second-circle input{ width: 50%; display: flex; background-color: transparent; border: none; justify-content: center; text-align: start; -webkit-appearance: none; -webkit-appearance: none; -moz-appearance: textfield; } div.first-circle input, div.second-circle input:focus{ color: #000000; } .first-circle span, .second-circle span{ margin: auto; text-align: end; display: flex; justify-content: end; width: 50%; margin-left: 12px; } .first-circle span{ font-size: 50px; } .second-circle span{ font-size: 40px; } .first-circle{ font-size: 50px; background-color: #DC0D0D; } .second-circle{ font-size: 35px; background-color: #0EAFEB; } @media screen and (max-width: 991px) { div.modal-dialog.modal-dialog-coinflip{ margin-left: auto; margin-right:auto ; min-width: 332px; min-height: 342px; } div .modal-header .modal-title{ font-size: 33px; } } @media screen and (max-width: 480px){ div.modal-dialog.modal-dialog-coinflip{ min-width: 252px; min-height: 292px; } div .first-circle, .second-circle{ min-width: 100px; min-height: 100px; margin-left: 13px; } div.first-circle{ font-size: 28px; } div.second-circle{ font-size: 24px; } div.first-circle span{ font-size: 31px; width: 35%; } div.first-circle input{ font-size: 31px; width: 65%; } div.second-circle span{ font-size: 24px; width: 35%; } div.second-circle input{ font-size: 20px; width: 65%; } div .modal-header .modal-title{ font-size: 29px; } }
0.224735
0.055592
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab'); @import "../Scripts/vendor/strokegap/style.css"; @import "../Scripts/vendor/font-awesome/css/font-awesome.min.css"; @import "../Scripts/vendor/linearicons/style.css"; @import "../Scripts/vendor/bootstrap/dist/css/bootstrap.min.css"; body { background: #f0f0f0; font-family: "Open Sans", sans-serif; font-size: 1rem; line-height: 1.875em; color: #5a6671; font-weight: 300; overflow-x: hidden; } *:focus { outline: none; } img { max-width: 100%; } h1, h2, h4, .h1 { font-family: 'Roboto Slab', serif; color: #2b335e; line-height: 1.37em; font-weight: 300; } h1, .h1 { font-size: 50px; } @media (max-width: 767px) { h1, .h1 } { } h2 { font-size: 30px; } h4 { font-size: 24px; } a { color: inherit; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; } a:hover, a:active, a:focus { color: inherit; text-decoration: none; } button, input { font-family: "Open Sans", sans-serif; } sup { top: -1.3em; } section { padding-top: 50px; padding-bottom: 50px; position: relative; z-index: 10; } @media (max-width: 991px) { section } { } input { border: 1px solid #e9eff5; padding: 9px 30px; border-radius: 0px !important; width: 100%; } input::-moz-placeholder { color: #8ea4b8; font-size: 1rem; opacity: 1; } input:-moz-placeholder { color: #8ea4b8; font-size: 1rem; opacity: 1; } input:-ms-input-placeholder { color: #8ea4b8; font-size: 1rem; opacity: 1; } input::-webkit-input-placeholder { color: #8ea4b8; font-size: 1rem; opacity: 1; } .hamburger { padding: 10px; display: inline-block; cursor: pointer; -webkit-transition-property: opacity, -webkit-filter; transition-property: opacity, -webkit-filter; -o-transition-property: opacity, filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; } .hamburger:hover { opacity: 0.7; } .hamburger-box { width: 40px; height: 24px; display: inline-block; position: relative; } .hamburger-inner { display: block; top: 50%; margin-top: -1px; } .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 30px; height: 1px; background-color: #fff; border-radius: 4px; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; } .hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; } .hamburger-inner::before { top: -9px; } .hamburger-inner::after { bottom: -9px; } .hamburger--spin .hamburger-inner { -webkit-transition-duration: 0.22s; -o-transition-duration: 0.22s; transition-duration: 0.22s; -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spin .hamburger-inner::before { -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; } .hamburger--spin .hamburger-inner::after { -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .collapse.show { background: #fff; padding: 15px; display: block; } .header { padding-top: 5px; padding-bottom: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .navbar-brand { position: relative; } .logo-inverse { position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding-top: .3125rem; padding-bottom: .3125rem; } .is-scrolling .hamburger-inner, .is-scrolling .hamburger-inner::before, .is-scrolling .hamburger-inner::after { background-color: #000; } .navbar-nav > .nav-item { margin-left: 15px; } .navbar-nav > .nav-item > .nav-link { text-transform: uppercase; font-family: 'Roboto Slab', serif; font-weight: 300; font-size: 14px; } .navbar-nav > .nav-item > .nav-link:hover { color: #46CA9B; } .navbar-toggler { color: #fff; position: relative; } .navbar-toggler:focus { outline: none; } .navbar-toggler * { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .header-inverse { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .header-inverse .nav-link { color: #f0f4f1; } @media (max-width: 991px) { #navbarNav } #navbarNav .nav-link { color: #54667a; } { } .social a { width: 45px; height: 45px; background: rgba(255, 255, 255, 0.1); display: block; text-align: center; color: #fff; border-radius: 4px; font-size: 18px; line-height: 45px; } .social a:hover { background: #000; } .social-rounded a { border-radius: 50%; } .scroll-top { bottom: 20px; font-size: 20px; height: 40px; position: fixed; text-align: center; width: 40px; z-index: 10; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border-radius: 50%; line-height: 40px; right: -100px; } .btn { cursor: pointer; -webkit-transition: .3s; border-radius: 0 !important; -o-transition: .3s; transition: .3s; text-transform: capitalize; font-family: 'Roboto Slab', serif; font-weight: 300; font-size: 18px !important; } .btn:focus { -webkit-box-shadow: none; box-shadow: none; } .btn-rounded { border-radius: 100em; } .btn-green { background: #A8C074; color: #fff !important; } .btn-green:hover { border: 1px solid #fff; background: #7899AA; color: #fff; } .btn-orange { background: #F3542C; color: #fff !important; } .btn-orange:hover { border: 1px solid #fff; background: #F4A996; color: #fff; } .btn-sm { padding-top: 8px; padding-bottom: 8px; font-size: 14px !important; } .is-scrolling .fixed-top { -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); } .is-scrolling .navbar-toggler { color: #54667a; } .is-scrolling .header-inverse { background: #fff; box-shadow: 0 2px 5px 0 rgba(0,0,0,.05), 0 2px 5px 0 rgba(0,0,0,.05); } .is-scrolling .header-inverse .nav-link { color: #54667a; } .is-scrolling .header-shrink { padding-top: 4px; padding-bottom: 4px; } .is-scrolling .logo-default { opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .is-scrolling .logo-inverse { opacity: 1; } .header-shadow { -webkit-box-shadow: 0 3px 20px 0 rgba(0, 129, 255, 0.1); box-shadow: 0 3px 20px 0 rgba(0, 129, 255, 0.1); } .u-ff-dosis { font-family: 'Roboto Slab', serif; } .box-shadow-v1 { box-shadow: 0 2px 5px 0 rgba(0,0,0,.05), 0 2px 5px 0 rgba(0,0,0,.02); } .u-w-100p { width: 100% !important; } .u-flex-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .u-w-50 { width: 3.125rem !important; } .u-w-70 { width: 4.375rem !important; } .u-w-80 { width: 5rem !important; } .u-w-100 { width: 6.25rem !important; } .u-w-100 { width: 6.25rem !important; } .u-w-110 { width: 6.875rem !important; } .u-h-100vh { min-height: 100vh !important; } .u-h-100p { height: 100% !important; } .u-h-4 { height: 0.25rem; } .u-fw-400 { font-weight: 400; } .u-fw-600 { font-weight: 300; } .u-pb-20 { padding-bottom: 1.25rem !important; } .u-pb-20 { padding-bottom: 1.25rem !important; } .u-py-35 { padding-top: 2.1875rem !important; padding-bottom: 2.1875rem !important; } .u-py-40 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .u-py-50 { padding-top: 3.125rem !important; padding-bottom: 3.125rem !important; } .u-py-70 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; } .u-py-100 { padding-top: 6.25rem !important; padding-bottom: 6.25rem !important; } .u-py-35 { padding-top: 2.1875rem !important; padding-bottom: 2.1875rem !important; } .u-py-40 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .u-py-50 { padding-top: 3.125rem !important; padding-bottom: 3.125rem !important; } .u-py-70 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; } .u-py-100 { padding-top: 6.25rem !important; padding-bottom: 6.25rem !important; } .u-lh-2 { line-height: 2 !important; } .u-pos-abs-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .u-flex-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .bg-white { background: #fff !important; } .bg-green { background: #38d996 !important; } .bg-orange-light { background: #F3542C; } .bg-light1 { background: #F0F0F0; } .bg-green-light2 { background: #A8C074; } .bg-blue-light { background: #7899AA; } .text-white { color: #fff !important; } .text-white-light { color: #F0F0F0; } .text-green { color: #A8C074 !important; } .text-orange { color: #F3542C !important; } .text-muted { color: #7b8697 !important; } .bg-gray-v2 { background: #f9f9fb; } .u-fs-20 { font-size: 1.25rem !important; } .u-fs-26 { font-size: 1.625rem !important; } .u-fs-48 { font-size: 3rem !important; } .u-fs-60 { font-size: 3.75rem !important; } @media (min-width: 768px) { .u-fs-md-72 } { } .u-mt-30 { margin-top: 1.875rem !important; } .u-mt-40 { margin-top: 2.5rem !important; } .u-mt-70 { margin-top: 4.375rem !important; } .u-mt-80 { margin-top: 5rem !important; } .u-mb-5 { margin-bottom: 0.3125rem !important; } .u-mb-20 { margin-bottom: 1.25rem !important; } .u-mb-30 { margin-bottom: 1.875rem !important; } .u-mb-40 { margin-bottom: 2.5rem !important; } .u-mb-70 { margin-bottom: 4.375rem !important; } .u-my-35 { margin-top: 2.1875rem !important; margin-bottom: 2.1875rem !important; } .u-my-40 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .form-control { padding-left: 30px !important; padding-right: 30px !important; } .slick-arrow { width: 45px; height: 45px; border-radius: 50%; text-align: center; background: #fff; top: 50%; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 24px; padding: 5px; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .slick-arrow:hover { background: #A8C074; color: #fff; } .slick-prev { left: -70px; } .slick-next { right: -70px; } .slick-dots { padding: 0; list-style: none; } .slick-dots > li { display: inline-block; margin-left: 4px; margin-right: 4px; } .slick-dots > li > span { width: 12px; height: 12px; border-radius: 20px; background: rgba(243, 84, 44, 0.5); display: block; border: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; cursor: pointer; } .slick-dots > li.slick-active > span { width: 22px; background: #A8C074; }
Seo-Landing-Asp/devdap-seo/devdap-seo/Content/Style.css
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab'); @import "../Scripts/vendor/strokegap/style.css"; @import "../Scripts/vendor/font-awesome/css/font-awesome.min.css"; @import "../Scripts/vendor/linearicons/style.css"; @import "../Scripts/vendor/bootstrap/dist/css/bootstrap.min.css"; body { background: #f0f0f0; font-family: "Open Sans", sans-serif; font-size: 1rem; line-height: 1.875em; color: #5a6671; font-weight: 300; overflow-x: hidden; } *:focus { outline: none; } img { max-width: 100%; } h1, h2, h4, .h1 { font-family: 'Roboto Slab', serif; color: #2b335e; line-height: 1.37em; font-weight: 300; } h1, .h1 { font-size: 50px; } @media (max-width: 767px) { h1, .h1 } { } h2 { font-size: 30px; } h4 { font-size: 24px; } a { color: inherit; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; } a:hover, a:active, a:focus { color: inherit; text-decoration: none; } button, input { font-family: "Open Sans", sans-serif; } sup { top: -1.3em; } section { padding-top: 50px; padding-bottom: 50px; position: relative; z-index: 10; } @media (max-width: 991px) { section } { } input { border: 1px solid #e9eff5; padding: 9px 30px; border-radius: 0px !important; width: 100%; } input::-moz-placeholder { color: #8ea4b8; font-size: 1rem; opacity: 1; } input:-moz-placeholder { color: #8ea4b8; font-size: 1rem; opacity: 1; } input:-ms-input-placeholder { color: #8ea4b8; font-size: 1rem; opacity: 1; } input::-webkit-input-placeholder { color: #8ea4b8; font-size: 1rem; opacity: 1; } .hamburger { padding: 10px; display: inline-block; cursor: pointer; -webkit-transition-property: opacity, -webkit-filter; transition-property: opacity, -webkit-filter; -o-transition-property: opacity, filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; } .hamburger:hover { opacity: 0.7; } .hamburger-box { width: 40px; height: 24px; display: inline-block; position: relative; } .hamburger-inner { display: block; top: 50%; margin-top: -1px; } .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 30px; height: 1px; background-color: #fff; border-radius: 4px; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.15s; -o-transition-duration: 0.15s; transition-duration: 0.15s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; } .hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; } .hamburger-inner::before { top: -9px; } .hamburger-inner::after { bottom: -9px; } .hamburger--spin .hamburger-inner { -webkit-transition-duration: 0.22s; -o-transition-duration: 0.22s; transition-duration: 0.22s; -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spin .hamburger-inner::before { -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; } .hamburger--spin .hamburger-inner::after { -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .collapse.show { background: #fff; padding: 15px; display: block; } .header { padding-top: 5px; padding-bottom: 5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .navbar-brand { position: relative; } .logo-inverse { position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding-top: .3125rem; padding-bottom: .3125rem; } .is-scrolling .hamburger-inner, .is-scrolling .hamburger-inner::before, .is-scrolling .hamburger-inner::after { background-color: #000; } .navbar-nav > .nav-item { margin-left: 15px; } .navbar-nav > .nav-item > .nav-link { text-transform: uppercase; font-family: 'Roboto Slab', serif; font-weight: 300; font-size: 14px; } .navbar-nav > .nav-item > .nav-link:hover { color: #46CA9B; } .navbar-toggler { color: #fff; position: relative; } .navbar-toggler:focus { outline: none; } .navbar-toggler * { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .header-inverse { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .header-inverse .nav-link { color: #f0f4f1; } @media (max-width: 991px) { #navbarNav } #navbarNav .nav-link { color: #54667a; } { } .social a { width: 45px; height: 45px; background: rgba(255, 255, 255, 0.1); display: block; text-align: center; color: #fff; border-radius: 4px; font-size: 18px; line-height: 45px; } .social a:hover { background: #000; } .social-rounded a { border-radius: 50%; } .scroll-top { bottom: 20px; font-size: 20px; height: 40px; position: fixed; text-align: center; width: 40px; z-index: 10; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border-radius: 50%; line-height: 40px; right: -100px; } .btn { cursor: pointer; -webkit-transition: .3s; border-radius: 0 !important; -o-transition: .3s; transition: .3s; text-transform: capitalize; font-family: 'Roboto Slab', serif; font-weight: 300; font-size: 18px !important; } .btn:focus { -webkit-box-shadow: none; box-shadow: none; } .btn-rounded { border-radius: 100em; } .btn-green { background: #A8C074; color: #fff !important; } .btn-green:hover { border: 1px solid #fff; background: #7899AA; color: #fff; } .btn-orange { background: #F3542C; color: #fff !important; } .btn-orange:hover { border: 1px solid #fff; background: #F4A996; color: #fff; } .btn-sm { padding-top: 8px; padding-bottom: 8px; font-size: 14px !important; } .is-scrolling .fixed-top { -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); } .is-scrolling .navbar-toggler { color: #54667a; } .is-scrolling .header-inverse { background: #fff; box-shadow: 0 2px 5px 0 rgba(0,0,0,.05), 0 2px 5px 0 rgba(0,0,0,.05); } .is-scrolling .header-inverse .nav-link { color: #54667a; } .is-scrolling .header-shrink { padding-top: 4px; padding-bottom: 4px; } .is-scrolling .logo-default { opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .is-scrolling .logo-inverse { opacity: 1; } .header-shadow { -webkit-box-shadow: 0 3px 20px 0 rgba(0, 129, 255, 0.1); box-shadow: 0 3px 20px 0 rgba(0, 129, 255, 0.1); } .u-ff-dosis { font-family: 'Roboto Slab', serif; } .box-shadow-v1 { box-shadow: 0 2px 5px 0 rgba(0,0,0,.05), 0 2px 5px 0 rgba(0,0,0,.02); } .u-w-100p { width: 100% !important; } .u-flex-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .u-w-50 { width: 3.125rem !important; } .u-w-70 { width: 4.375rem !important; } .u-w-80 { width: 5rem !important; } .u-w-100 { width: 6.25rem !important; } .u-w-100 { width: 6.25rem !important; } .u-w-110 { width: 6.875rem !important; } .u-h-100vh { min-height: 100vh !important; } .u-h-100p { height: 100% !important; } .u-h-4 { height: 0.25rem; } .u-fw-400 { font-weight: 400; } .u-fw-600 { font-weight: 300; } .u-pb-20 { padding-bottom: 1.25rem !important; } .u-pb-20 { padding-bottom: 1.25rem !important; } .u-py-35 { padding-top: 2.1875rem !important; padding-bottom: 2.1875rem !important; } .u-py-40 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .u-py-50 { padding-top: 3.125rem !important; padding-bottom: 3.125rem !important; } .u-py-70 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; } .u-py-100 { padding-top: 6.25rem !important; padding-bottom: 6.25rem !important; } .u-py-35 { padding-top: 2.1875rem !important; padding-bottom: 2.1875rem !important; } .u-py-40 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .u-py-50 { padding-top: 3.125rem !important; padding-bottom: 3.125rem !important; } .u-py-70 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; } .u-py-100 { padding-top: 6.25rem !important; padding-bottom: 6.25rem !important; } .u-lh-2 { line-height: 2 !important; } .u-pos-abs-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .u-flex-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .bg-white { background: #fff !important; } .bg-green { background: #38d996 !important; } .bg-orange-light { background: #F3542C; } .bg-light1 { background: #F0F0F0; } .bg-green-light2 { background: #A8C074; } .bg-blue-light { background: #7899AA; } .text-white { color: #fff !important; } .text-white-light { color: #F0F0F0; } .text-green { color: #A8C074 !important; } .text-orange { color: #F3542C !important; } .text-muted { color: #7b8697 !important; } .bg-gray-v2 { background: #f9f9fb; } .u-fs-20 { font-size: 1.25rem !important; } .u-fs-26 { font-size: 1.625rem !important; } .u-fs-48 { font-size: 3rem !important; } .u-fs-60 { font-size: 3.75rem !important; } @media (min-width: 768px) { .u-fs-md-72 } { } .u-mt-30 { margin-top: 1.875rem !important; } .u-mt-40 { margin-top: 2.5rem !important; } .u-mt-70 { margin-top: 4.375rem !important; } .u-mt-80 { margin-top: 5rem !important; } .u-mb-5 { margin-bottom: 0.3125rem !important; } .u-mb-20 { margin-bottom: 1.25rem !important; } .u-mb-30 { margin-bottom: 1.875rem !important; } .u-mb-40 { margin-bottom: 2.5rem !important; } .u-mb-70 { margin-bottom: 4.375rem !important; } .u-my-35 { margin-top: 2.1875rem !important; margin-bottom: 2.1875rem !important; } .u-my-40 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .form-control { padding-left: 30px !important; padding-right: 30px !important; } .slick-arrow { width: 45px; height: 45px; border-radius: 50%; text-align: center; background: #fff; top: 50%; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 24px; padding: 5px; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .slick-arrow:hover { background: #A8C074; color: #fff; } .slick-prev { left: -70px; } .slick-next { right: -70px; } .slick-dots { padding: 0; list-style: none; } .slick-dots > li { display: inline-block; margin-left: 4px; margin-right: 4px; } .slick-dots > li > span { width: 12px; height: 12px; border-radius: 20px; background: rgba(243, 84, 44, 0.5); display: block; border: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; cursor: pointer; } .slick-dots > li.slick-active > span { width: 22px; background: #A8C074; }
0.451085
0.049245
body { color: rgb(255, 255, 255); } /* Gives every page a full window height */ div .row.page { height: 100vh; } /* Google Maps properties */ #map { height: 63vh; width: 100%; } /* Landing page background */ #third-page-background { background: url(/static/images/pexels-photo-261187.jpeg) no-repeat center center; } /* Landing page styling */ .row.third.page { background: rgba(33, 4, 58, 0.9); display: flex; align-items: center; justify-content: center; } /* Map and property detail page styling */ .row.fourth.page { font-family: 'Roboto', serif; font-size: 1.2em; color: rgb(0, 0, 0); } /* Top of map page header bar to return to search */ #page-up { height: 5vh; min-height: 40px; width: 100%; text-align: center; padding-top: 5px; font-size: 1.3em; font-family: 'Droid Serif', serif; background: rgba(134, 161, 54, 0.7); color: rgb(47, 63, 0); } /* Add padding around text in filters */ .filter { padding-top: 5px; } /* Styling for home info div */ #home-info-div { height: 10vh; min-height: 70px; background: rgba(82, 43, 114, 0.9); color: rgb(255, 255, 255); padding-top: 5px; } #property-details { font-size: 0.9em; } /* Styling for price comparison div */ #price-comparison-div { height: 40vh; min-height: 230px; padding: 20px; background: rgba(33, 4, 58, 0.9); color: rgb(255, 255, 255); } /* Styling for filters div */ #filter-div { height: 22vh; font-weight: bold; min-height: 130px; background: rgba(82, 43, 114, 0.9); color: rgb(0, 0, 0); padding-top: 5px; } /* Text notification on bottom of map page below map */ #map-notification { /*height: 20vh;*/ min-height: 70px; text-align: center; padding-top: 45px; font-size: 1.4em; font-family: 'Droid Serif', serif; } #instructions-customizations-div { height: 55vh; min-height: 250px; color: rgb(255, 255, 255); background: rgba(33, 4, 58, 0.9); } #details-page { padding: 0; margin: 40px 0 0 0; list-style: none; display: flex; align-items: center; justify-content: center; } /* Mortgage rate user inputs */ .input-box { display: flex; justify-content: flex-start; } .input-box .currency { font-size: 20px; padding: 0 10px; color: rgb(153, 153, 153); border: none; border-bottom: 2px solid #ccc; line-height: 2; border-radius: 6px 0 0 6px; background: rgba(255, 255, 255, 0.8); } .input-box .percent { font-size: 20px; padding: 0 10px; color: rgb(153, 153, 153); border: none; border-bottom: 2px solid #ccc; line-height: 2; border-radius: 0 6px 6px 0; background: rgba(255, 255, 255, 0.8); } #downpayment-percentage { font-size: 1.2em; } form input[id=mortgage-downpayment] { font-size: 20px; width: 130px; padding: 0; border: none; border-bottom: 2px solid #ccc; color: #666; border-radius: 0 6px 6px 0; font-family: 'Roboto', sans-serif; font-weight: bold; background: rgba(255, 255, 255, 0.8); } form input[id=mortgage-rate] { font-size: 20px; width: 80px; padding: 0 10px; border: none; border-bottom: 2px solid #ccc; color: #666; border-radius: 6px 0 0 6px; font-family: 'Roboto', sans-serif; font-weight: bold; background: rgba(255, 255, 255, 0.8); } /* Amount display for price slider bar */ #amount { border: none; background: rgba(33, 4, 58, 0); color: rgb(255, 255, 255); font-weight: bold; padding-bottom: 8px; } /* Slider bar display for price slider */ #slider-range { width: 450px; } #search-bar { text-align: center; margin-top: -10%; } /* Landing page main text */ h1 { padding: 0 20px 80px 20px; font-size: 3.5em; } /* Landing page search bar text */ h4 { padding: 0 0 12px; font-family: 'Droid Serif', serif; font-size: 1.3em; } span#appname { color: rgb(134, 161, 54); } /* Landing page search box styling */ #address-search { color: rgb(33, 4, 58); width: 300px; height: 40px; } #citystatezip-search { color: rgb(33, 4, 58); width: 200px; height: 40px; } /* Landing search button */ #search-button { color: rgb(33, 4, 58); font-weight: bold; width: 100px; height: 41px; background: rgb(148, 121, 171); border: none; border-radius: 4px; } /* Address on details page */ #address { height: 42px; font-size: 1.3em; text-align: center; color: rgb(255, 255, 255); } /* Filter header styling */ #filter-header { font-size: 1.2em; } /* Filter button styling */ button.bed-bath-filters { width: 28px; height: 28px; font-weight: bold; background: rgb(148, 121, 171); color: rgb(33, 4, 58); border: 1px solid; border-radius: 15px; -moz-box-shadow: inset 0px 1px 0px 0px rgb(33, 4, 58); -webkit-box-shadow: inset 0px 1px 0px 0px rgb(33, 4, 58); box-shadow: inset 0px 1px 0px 0px rgb(33, 4, 58); } #bedroom-filter, #bathroom-filter { color: rgb(255, 255, 255); } /* Monthly payment amount on details page */ #monthly-payment { font-size: 2.5em; height: 100px; color: rgb(255, 255, 255); } /* Avg rent amounts on details page */ #avg-rent-by-br { font-size: 2.5em; height: 100px; color: rgb(255, 255, 255); } /* Potential Income */ #potential-income { font-size: 3.5em; height: 100px; color: rgb(255, 255, 255); } #avg-rent-by-sqft-div { font-size: 0.75em; color: rgb(183, 176, 190); } #avg-rent-by-sqft { color: rgb(134, 161, 54); } #calculator { padding: 25px 25px 25px 25px; /*border: 2px solid rgba(33, 4, 58, 0.9);*/ border-radius: 10px; width: 560px; height: 280px; background: rgba(255, 255, 255, 0.7); color: rgb(0, 0, 0); } .calculator-item { padding-top: 30px; } .suggested-downpayment { font-size: 0.8em; } .loan-details { border-style: solid; border-color: rgb(0, 0, 0); border-width: 1px; }
static/css/styles.css
body { color: rgb(255, 255, 255); } /* Gives every page a full window height */ div .row.page { height: 100vh; } /* Google Maps properties */ #map { height: 63vh; width: 100%; } /* Landing page background */ #third-page-background { background: url(/static/images/pexels-photo-261187.jpeg) no-repeat center center; } /* Landing page styling */ .row.third.page { background: rgba(33, 4, 58, 0.9); display: flex; align-items: center; justify-content: center; } /* Map and property detail page styling */ .row.fourth.page { font-family: 'Roboto', serif; font-size: 1.2em; color: rgb(0, 0, 0); } /* Top of map page header bar to return to search */ #page-up { height: 5vh; min-height: 40px; width: 100%; text-align: center; padding-top: 5px; font-size: 1.3em; font-family: 'Droid Serif', serif; background: rgba(134, 161, 54, 0.7); color: rgb(47, 63, 0); } /* Add padding around text in filters */ .filter { padding-top: 5px; } /* Styling for home info div */ #home-info-div { height: 10vh; min-height: 70px; background: rgba(82, 43, 114, 0.9); color: rgb(255, 255, 255); padding-top: 5px; } #property-details { font-size: 0.9em; } /* Styling for price comparison div */ #price-comparison-div { height: 40vh; min-height: 230px; padding: 20px; background: rgba(33, 4, 58, 0.9); color: rgb(255, 255, 255); } /* Styling for filters div */ #filter-div { height: 22vh; font-weight: bold; min-height: 130px; background: rgba(82, 43, 114, 0.9); color: rgb(0, 0, 0); padding-top: 5px; } /* Text notification on bottom of map page below map */ #map-notification { /*height: 20vh;*/ min-height: 70px; text-align: center; padding-top: 45px; font-size: 1.4em; font-family: 'Droid Serif', serif; } #instructions-customizations-div { height: 55vh; min-height: 250px; color: rgb(255, 255, 255); background: rgba(33, 4, 58, 0.9); } #details-page { padding: 0; margin: 40px 0 0 0; list-style: none; display: flex; align-items: center; justify-content: center; } /* Mortgage rate user inputs */ .input-box { display: flex; justify-content: flex-start; } .input-box .currency { font-size: 20px; padding: 0 10px; color: rgb(153, 153, 153); border: none; border-bottom: 2px solid #ccc; line-height: 2; border-radius: 6px 0 0 6px; background: rgba(255, 255, 255, 0.8); } .input-box .percent { font-size: 20px; padding: 0 10px; color: rgb(153, 153, 153); border: none; border-bottom: 2px solid #ccc; line-height: 2; border-radius: 0 6px 6px 0; background: rgba(255, 255, 255, 0.8); } #downpayment-percentage { font-size: 1.2em; } form input[id=mortgage-downpayment] { font-size: 20px; width: 130px; padding: 0; border: none; border-bottom: 2px solid #ccc; color: #666; border-radius: 0 6px 6px 0; font-family: 'Roboto', sans-serif; font-weight: bold; background: rgba(255, 255, 255, 0.8); } form input[id=mortgage-rate] { font-size: 20px; width: 80px; padding: 0 10px; border: none; border-bottom: 2px solid #ccc; color: #666; border-radius: 6px 0 0 6px; font-family: 'Roboto', sans-serif; font-weight: bold; background: rgba(255, 255, 255, 0.8); } /* Amount display for price slider bar */ #amount { border: none; background: rgba(33, 4, 58, 0); color: rgb(255, 255, 255); font-weight: bold; padding-bottom: 8px; } /* Slider bar display for price slider */ #slider-range { width: 450px; } #search-bar { text-align: center; margin-top: -10%; } /* Landing page main text */ h1 { padding: 0 20px 80px 20px; font-size: 3.5em; } /* Landing page search bar text */ h4 { padding: 0 0 12px; font-family: 'Droid Serif', serif; font-size: 1.3em; } span#appname { color: rgb(134, 161, 54); } /* Landing page search box styling */ #address-search { color: rgb(33, 4, 58); width: 300px; height: 40px; } #citystatezip-search { color: rgb(33, 4, 58); width: 200px; height: 40px; } /* Landing search button */ #search-button { color: rgb(33, 4, 58); font-weight: bold; width: 100px; height: 41px; background: rgb(148, 121, 171); border: none; border-radius: 4px; } /* Address on details page */ #address { height: 42px; font-size: 1.3em; text-align: center; color: rgb(255, 255, 255); } /* Filter header styling */ #filter-header { font-size: 1.2em; } /* Filter button styling */ button.bed-bath-filters { width: 28px; height: 28px; font-weight: bold; background: rgb(148, 121, 171); color: rgb(33, 4, 58); border: 1px solid; border-radius: 15px; -moz-box-shadow: inset 0px 1px 0px 0px rgb(33, 4, 58); -webkit-box-shadow: inset 0px 1px 0px 0px rgb(33, 4, 58); box-shadow: inset 0px 1px 0px 0px rgb(33, 4, 58); } #bedroom-filter, #bathroom-filter { color: rgb(255, 255, 255); } /* Monthly payment amount on details page */ #monthly-payment { font-size: 2.5em; height: 100px; color: rgb(255, 255, 255); } /* Avg rent amounts on details page */ #avg-rent-by-br { font-size: 2.5em; height: 100px; color: rgb(255, 255, 255); } /* Potential Income */ #potential-income { font-size: 3.5em; height: 100px; color: rgb(255, 255, 255); } #avg-rent-by-sqft-div { font-size: 0.75em; color: rgb(183, 176, 190); } #avg-rent-by-sqft { color: rgb(134, 161, 54); } #calculator { padding: 25px 25px 25px 25px; /*border: 2px solid rgba(33, 4, 58, 0.9);*/ border-radius: 10px; width: 560px; height: 280px; background: rgba(255, 255, 255, 0.7); color: rgb(0, 0, 0); } .calculator-item { padding-top: 30px; } .suggested-downpayment { font-size: 0.8em; } .loan-details { border-style: solid; border-color: rgb(0, 0, 0); border-width: 1px; }
0.306735
0.066116
body { padding-top: 64px; font-size: 18px; line-height: 1.5; } section { padding-bottom: 60px; } footer { margin: 2em 0; } footer p { font-size: 14px; } footer li { float: right; margin-right: 1.5em; margin-bottom: 1.5em; } .lead { font-size: 24px; } #navbar { font-size: 14px; } .vertical-align { display: flex; align-items: center; } .cushion-top { padding-top: 45px; } .cushion-bottom { padding-bottom: 50px; } .horizontal-icons li { display: inline; margin-right: 10px; } /* Home page cover */ .bg-img { width: 100%; height: 100%; background: url('https://code4newark.github.io/codefornewark.org/images/pbs.twimg.com_profile_banners_2321041530_1391185992_sepia.jpg') center center no-repeat; background-size: cover; } .cta-img { width: 100%; max-width: 1000px; } .jumbotron-wrapper { position: relative; margin: 0 auto; color: white; text-align: center; overflow: hidden; max-width: 2560px; z-index: 0; margin-top: 50px; margin-bottom: 50px; } .jumbotron h1, .jumbotron .h1 { color: #fff; font-weight: bold; font-family: Roboto, sans-serif; text-shadow: 4px 4px 4px #000; } .image-shadow { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .fa-wrench:hover, .fa-lightbulb-o:hover, .fa-calendar-o:hover { color: red; } .btn:hover { color: white; } /* Projects */ .contributors img { width: 50px; } .contributor-owner img { border: 1px solid darkgray; } .issues { list-style-type: none; padding: 0 10px; } .issues li a { text-decoration: none; } .issue { text-align: center; border: 1px solid #e5e5e5; border-radius: .33em; margin-bottom: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.3); } .issue:hover { border: 1px solid #9c9c9c; } .issue-label { display: inline-block; color: #444444; text-align: center; border-radius: .33em; margin: 5px; padding: 0 10px; font-size: 0.85em; } .form-control { color: #fff; text-shadow: 2px 2px 2px #000; } label.error { text-align: left; } #main-description, #io-cupid { background-color: #FAFAFA; padding-top: 30px; } .jumbotron { margin-bottom: 0px; } /* job section styles */ section#job { padding-bottom: 5px } .sheetsu-cols { background: transparent; -webkit-font-smoothing: antialiased; margin-top: 30px; margin-bottom: 30px; } .sheetsu-cols > .row > div { overflow: hidden; } @media (min-width: 970px){ .sheetsu-cols > .row > .col-md-4:nth-child(3n+1) { clear:left; } } @media (max-width: 969px) { .sheetsu-cols > .row > .col-sm-6:nth-child(2n+1) { clear: left; } } .sheetsu-cols > .row > div > img { height: auto; width: 100%; margin-bottom: 20px; box-shadow: 0 0 20px #eee; } .sheetsu-cols > .row > div > p { text-align: center; min-height: 50px; } @media (max-width: 760px) { .jumbotron h1, .jumbotron .h1 { font-size: 62px; } h2 { font-size: 42px; } } @media (max-width: 400px) { .jumbotron h1, .jumbotron .h1 { font-size: 40px; } } input[type=email], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } textarea, select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } button[type=submit] { width: 100%; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } input[type=submit]:hover { background-color: #45a049; }
css/style.css
body { padding-top: 64px; font-size: 18px; line-height: 1.5; } section { padding-bottom: 60px; } footer { margin: 2em 0; } footer p { font-size: 14px; } footer li { float: right; margin-right: 1.5em; margin-bottom: 1.5em; } .lead { font-size: 24px; } #navbar { font-size: 14px; } .vertical-align { display: flex; align-items: center; } .cushion-top { padding-top: 45px; } .cushion-bottom { padding-bottom: 50px; } .horizontal-icons li { display: inline; margin-right: 10px; } /* Home page cover */ .bg-img { width: 100%; height: 100%; background: url('https://code4newark.github.io/codefornewark.org/images/pbs.twimg.com_profile_banners_2321041530_1391185992_sepia.jpg') center center no-repeat; background-size: cover; } .cta-img { width: 100%; max-width: 1000px; } .jumbotron-wrapper { position: relative; margin: 0 auto; color: white; text-align: center; overflow: hidden; max-width: 2560px; z-index: 0; margin-top: 50px; margin-bottom: 50px; } .jumbotron h1, .jumbotron .h1 { color: #fff; font-weight: bold; font-family: Roboto, sans-serif; text-shadow: 4px 4px 4px #000; } .image-shadow { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .fa-wrench:hover, .fa-lightbulb-o:hover, .fa-calendar-o:hover { color: red; } .btn:hover { color: white; } /* Projects */ .contributors img { width: 50px; } .contributor-owner img { border: 1px solid darkgray; } .issues { list-style-type: none; padding: 0 10px; } .issues li a { text-decoration: none; } .issue { text-align: center; border: 1px solid #e5e5e5; border-radius: .33em; margin-bottom: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,0.3); } .issue:hover { border: 1px solid #9c9c9c; } .issue-label { display: inline-block; color: #444444; text-align: center; border-radius: .33em; margin: 5px; padding: 0 10px; font-size: 0.85em; } .form-control { color: #fff; text-shadow: 2px 2px 2px #000; } label.error { text-align: left; } #main-description, #io-cupid { background-color: #FAFAFA; padding-top: 30px; } .jumbotron { margin-bottom: 0px; } /* job section styles */ section#job { padding-bottom: 5px } .sheetsu-cols { background: transparent; -webkit-font-smoothing: antialiased; margin-top: 30px; margin-bottom: 30px; } .sheetsu-cols > .row > div { overflow: hidden; } @media (min-width: 970px){ .sheetsu-cols > .row > .col-md-4:nth-child(3n+1) { clear:left; } } @media (max-width: 969px) { .sheetsu-cols > .row > .col-sm-6:nth-child(2n+1) { clear: left; } } .sheetsu-cols > .row > div > img { height: auto; width: 100%; margin-bottom: 20px; box-shadow: 0 0 20px #eee; } .sheetsu-cols > .row > div > p { text-align: center; min-height: 50px; } @media (max-width: 760px) { .jumbotron h1, .jumbotron .h1 { font-size: 62px; } h2 { font-size: 42px; } } @media (max-width: 400px) { .jumbotron h1, .jumbotron .h1 { font-size: 40px; } } input[type=email], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } textarea, select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } button[type=submit] { width: 100%; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } input[type=submit]:hover { background-color: #45a049; }
0.446495
0.121555
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap'); .m-right { margin-right: 5% !important; margin-bottom: 5% !important; } .m-left { margin-left: 5% !important; margin-bottom: 5% !important; } .root { width: 100%; flex-grow: 1; } .navbar { background-color: white !important; display: flex !important; } .nav-logo { width: 100%; height: 100%; } .nav-link { width: 150px; margin-right: 2%; } .nav-logo .link { color: #2980B9; } .nav-head { color: black !important; font-family: 'Montserrat', sans-serif !important; font-weight: normal !important; text-decoration: none; } .btn-bar { display: flex !important; justify-content: flex-end !important; flex-grow: 1 !important; } @media screen and (max-width:460px) { .nav-logo { width: 100%; } .logout-btn { font-size: 0.7rem !important; } .login { font-size: 0.7rem !important; } .btn-bar { width: 100% !important; } } .login { color: white !important; background-color: #2980B9 !important; font-weight: bold !important; } .login:hover { background-color: #2f98df !important; } .btn-div { display: flex; justify-content: center; align-items: center; } .logout-btn { background-color: coral !important; color: white !important; font-weight: bold !important; } .logout-btn:hover { background-color: rgb(199, 100, 64) !important; } .cancel-btn { background-color: #2980b9 !important; color: white !important; font-family: "Montserrat", sans-serif !important; font-weight: bold !important; } .cancel-btn:hover { background-color: #2f98df !important; } .link { text-decoration: none; color: black; } .nav-user { font-family: 'Montserrat', sans-serif !important; font-size: 1rem !important; margin: 0; color: black !important; margin-right: 2% !important; align-self: center; } @media screen and (max-width: 400px) { .nav-logo { font-size: 1rem !important; margin-right: 5% !important; } .nav-head { font-size: 0.8rem !important; } .nav-user { font-size: 0.8rem !important; } } @media screen and (max-width: 280px) { .nav-user { display: none; } .nav-logo { font-size: 0.7rem !important; } } @media screen and (max-width: 460px) { .cancel-btn { font-size: 0.7rem !important; } }
Frontend/src/components/Navbar.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap'); .m-right { margin-right: 5% !important; margin-bottom: 5% !important; } .m-left { margin-left: 5% !important; margin-bottom: 5% !important; } .root { width: 100%; flex-grow: 1; } .navbar { background-color: white !important; display: flex !important; } .nav-logo { width: 100%; height: 100%; } .nav-link { width: 150px; margin-right: 2%; } .nav-logo .link { color: #2980B9; } .nav-head { color: black !important; font-family: 'Montserrat', sans-serif !important; font-weight: normal !important; text-decoration: none; } .btn-bar { display: flex !important; justify-content: flex-end !important; flex-grow: 1 !important; } @media screen and (max-width:460px) { .nav-logo { width: 100%; } .logout-btn { font-size: 0.7rem !important; } .login { font-size: 0.7rem !important; } .btn-bar { width: 100% !important; } } .login { color: white !important; background-color: #2980B9 !important; font-weight: bold !important; } .login:hover { background-color: #2f98df !important; } .btn-div { display: flex; justify-content: center; align-items: center; } .logout-btn { background-color: coral !important; color: white !important; font-weight: bold !important; } .logout-btn:hover { background-color: rgb(199, 100, 64) !important; } .cancel-btn { background-color: #2980b9 !important; color: white !important; font-family: "Montserrat", sans-serif !important; font-weight: bold !important; } .cancel-btn:hover { background-color: #2f98df !important; } .link { text-decoration: none; color: black; } .nav-user { font-family: 'Montserrat', sans-serif !important; font-size: 1rem !important; margin: 0; color: black !important; margin-right: 2% !important; align-self: center; } @media screen and (max-width: 400px) { .nav-logo { font-size: 1rem !important; margin-right: 5% !important; } .nav-head { font-size: 0.8rem !important; } .nav-user { font-size: 0.8rem !important; } } @media screen and (max-width: 280px) { .nav-user { display: none; } .nav-logo { font-size: 0.7rem !important; } } @media screen and (max-width: 460px) { .cancel-btn { font-size: 0.7rem !important; } }
0.237753
0.088505
@media (min-width: 0px) { .cont-1-1 { padding: 1vh 1vw; } .cont-1-2 { padding: 1vh 2vw; } .cont-1-3 { padding: 1vh 3vw; } .cont-1-4 { padding: 1vh 4vw; } .cont-1-5 { padding: 1vh 5vw; } .cont-1-6 { padding: 1vh 6vw; } .cont-1-7 { padding: 1vh 7vw; } .cont-1-8 { padding: 1vh 8vw; } .cont-1-9 { padding: 1vh 9vw; } .cont-1-10 { padding: 1vh 10vw; } .cont-2-1 { padding: 2vh 1vw; } .cont-2-2 { padding: 2vh 2vw; } .cont-2-3 { padding: 2vh 3vw; } .cont-2-4 { padding: 2vh 4vw; } .cont-2-5 { padding: 2vh 5vw; } .cont-2-6 { padding: 2vh 6vw; } .cont-2-7 { padding: 2vh 7vw; } .cont-2-8 { padding: 2vh 8vw; } .cont-2-9 { padding: 2vh 9vw; } .cont-2-10 { padding: 2vh 10vw; } .cont-3-1 { padding: 3vh 1vw; } .cont-3-2 { padding: 3vh 2vw; } .cont-3-3 { padding: 3vh 3vw; } .cont-3-4 { padding: 3vh 4vw; } .cont-3-5 { padding: 3vh 5vw; } .cont-3-6 { padding: 3vh 6vw; } .cont-3-7 { padding: 3vh 7vw; } .cont-3-8 { padding: 3vh 8vw; } .cont-3-9 { padding: 3vh 9vw; } .cont-3-10 { padding: 3vh 10vw; } .cont-4-1 { padding: 4vh 1vw; } .cont-4-2 { padding: 4vh 2vw; } .cont-4-3 { padding: 4vh 3vw; } .cont-4-4 { padding: 4vh 4vw; } .cont-4-5 { padding: 4vh 5vw; } .cont-4-6 { padding: 4vh 6vw; } .cont-4-7 { padding: 4vh 7vw; } .cont-4-8 { padding: 4vh 8vw; } .cont-4-9 { padding: 4vh 9vw; } .cont-4-10 { padding: 4vh 10vw; } .cont-5-1 { padding: 5vh 1vw; } .cont-5-2 { padding: 5vh 2vw; } .cont-5-3 { padding: 5vh 3vw; } .cont-5-4 { padding: 5vh 4vw; } .cont-5-5 { padding: 5vh 5vw; } .cont-5-6 { padding: 5vh 6vw; } .cont-5-7 { padding: 5vh 7vw; } .cont-5-8 { padding: 5vh 8vw; } .cont-5-9 { padding: 5vh 9vw; } .cont-5-10 { padding: 5vh 10vw; } .cont-6-1 { padding: 6vh 1vw; } .cont-6-2 { padding: 6vh 2vw; } .cont-6-3 { padding: 6vh 3vw; } .cont-6-4 { padding: 6vh 4vw; } .cont-6-5 { padding: 6vh 5vw; } .cont-6-6 { padding: 6vh 6vw; } .cont-6-7 { padding: 6vh 7vw; } .cont-6-8 { padding: 6vh 8vw; } .cont-6-9 { padding: 6vh 9vw; } .cont-6-10 { padding: 6vh 10vw; } .cont-7-1 { padding: 7vh 1vw; } .cont-7-2 { padding: 7vh 2vw; } .cont-7-3 { padding: 7vh 3vw; } .cont-7-4 { padding: 7vh 4vw; } .cont-7-5 { padding: 7vh 5vw; } .cont-7-6 { padding: 7vh 6vw; } .cont-7-7 { padding: 7vh 7vw; } .cont-7-8 { padding: 7vh 8vw; } .cont-7-9 { padding: 7vh 9vw; } .cont-7-10 { padding: 7vh 10vw; } .cont-8-1 { padding: 8vh 1vw; } .cont-8-2 { padding: 8vh 2vw; } .cont-8-3 { padding: 8vh 3vw; } .cont-8-4 { padding: 8vh 4vw; } .cont-8-5 { padding: 8vh 5vw; } .cont-8-6 { padding: 8vh 6vw; } .cont-8-7 { padding: 8vh 7vw; } .cont-8-8 { padding: 8vh 8vw; } .cont-8-9 { padding: 8vh 9vw; } .cont-8-10 { padding: 8vh 10vw; } .cont-9-1 { padding: 9vh 1vw; } .cont-9-2 { padding: 9vh 2vw; } .cont-9-3 { padding: 9vh 3vw; } .cont-9-4 { padding: 9vh 4vw; } .cont-9-5 { padding: 9vh 5vw; } .cont-9-6 { padding: 9vh 6vw; } .cont-9-7 { padding: 9vh 7vw; } .cont-9-8 { padding: 9vh 8vw; } .cont-9-9 { padding: 9vh 9vw; } .cont-9-10 { padding: 9vh 10vw; } .cont-10-1 { padding: 10vh 1vw; } .cont-10-2 { padding: 10vh 2vw; } .cont-10-3 { padding: 10vh 3vw; } .cont-10-4 { padding: 10vh 4vw; } .cont-10-5 { padding: 10vh 5vw; } .cont-10-6 { padding: 10vh 6vw; } .cont-10-7 { padding: 10vh 7vw; } .cont-10-8 { padding: 10vh 8vw; } .cont-10-9 { padding: 10vh 9vw; } .cont-10-10 { padding: 10vh 10vw; } } @media (min-width: 992px) { .cont-1-1 { padding: 0.6vh 0.6vw; } .cont-1-2 { padding: 0.6vh 1.2vw; } .cont-1-3 { padding: 0.6vh 1.8vw; } .cont-1-4 { padding: 0.6vh 2.4vw; } .cont-1-5 { padding: 0.6vh 3vw; } .cont-1-6 { padding: 0.6vh 3.6vw; } .cont-1-7 { padding: 0.6vh 4.2vw; } .cont-1-8 { padding: 0.6vh 4.8vw; } .cont-1-9 { padding: 0.6vh 5.4vw; } .cont-1-10 { padding: 0.6vh 6vw; } .cont-2-1 { padding: 1.2vh 0.6vw; } .cont-2-2 { padding: 1.2vh 1.2vw; } .cont-2-3 { padding: 1.2vh 1.8vw; } .cont-2-4 { padding: 1.2vh 2.4vw; } .cont-2-5 { padding: 1.2vh 3vw; } .cont-2-6 { padding: 1.2vh 3.6vw; } .cont-2-7 { padding: 1.2vh 4.2vw; } .cont-2-8 { padding: 1.2vh 4.8vw; } .cont-2-9 { padding: 1.2vh 5.4vw; } .cont-2-10 { padding: 1.2vh 6vw; } .cont-3-1 { padding: 1.8vh 0.6vw; } .cont-3-2 { padding: 1.8vh 1.2vw; } .cont-3-3 { padding: 1.8vh 1.8vw; } .cont-3-4 { padding: 1.8vh 2.4vw; } .cont-3-5 { padding: 1.8vh 3vw; } .cont-3-6 { padding: 1.8vh 3.6vw; } .cont-3-7 { padding: 1.8vh 4.2vw; } .cont-3-8 { padding: 1.8vh 4.8vw; } .cont-3-9 { padding: 1.8vh 5.4vw; } .cont-3-10 { padding: 1.8vh 6vw; } .cont-4-1 { padding: 2.4vh 0.6vw; } .cont-4-2 { padding: 2.4vh 1.2vw; } .cont-4-3 { padding: 2.4vh 1.8vw; } .cont-4-4 { padding: 2.4vh 2.4vw; } .cont-4-5 { padding: 2.4vh 3vw; } .cont-4-6 { padding: 2.4vh 3.6vw; } .cont-4-7 { padding: 2.4vh 4.2vw; } .cont-4-8 { padding: 2.4vh 4.8vw; } .cont-4-9 { padding: 2.4vh 5.4vw; } .cont-4-10 { padding: 2.4vh 6vw; } .cont-5-1 { padding: 3vh 0.6vw; } .cont-5-2 { padding: 3vh 1.2vw; } .cont-5-3 { padding: 3vh 1.8vw; } .cont-5-4 { padding: 3vh 2.4vw; } .cont-5-5 { padding: 3vh 3vw; } .cont-5-6 { padding: 3vh 3.6vw; } .cont-5-7 { padding: 3vh 4.2vw; } .cont-5-8 { padding: 3vh 4.8vw; } .cont-5-9 { padding: 3vh 5.4vw; } .cont-5-10 { padding: 3vh 6vw; } .cont-6-1 { padding: 3.6vh 0.6vw; } .cont-6-2 { padding: 3.6vh 1.2vw; } .cont-6-3 { padding: 3.6vh 1.8vw; } .cont-6-4 { padding: 3.6vh 2.4vw; } .cont-6-5 { padding: 3.6vh 3vw; } .cont-6-6 { padding: 3.6vh 3.6vw; } .cont-6-7 { padding: 3.6vh 4.2vw; } .cont-6-8 { padding: 3.6vh 4.8vw; } .cont-6-9 { padding: 3.6vh 5.4vw; } .cont-6-10 { padding: 3.6vh 6vw; } .cont-7-1 { padding: 4.2vh 0.6vw; } .cont-7-2 { padding: 4.2vh 1.2vw; } .cont-7-3 { padding: 4.2vh 1.8vw; } .cont-7-4 { padding: 4.2vh 2.4vw; } .cont-7-5 { padding: 4.2vh 3vw; } .cont-7-6 { padding: 4.2vh 3.6vw; } .cont-7-7 { padding: 4.2vh 4.2vw; } .cont-7-8 { padding: 4.2vh 4.8vw; } .cont-7-9 { padding: 4.2vh 5.4vw; } .cont-7-10 { padding: 4.2vh 6vw; } .cont-8-1 { padding: 4.8vh 0.6vw; } .cont-8-2 { padding: 4.8vh 1.2vw; } .cont-8-3 { padding: 4.8vh 1.8vw; } .cont-8-4 { padding: 4.8vh 2.4vw; } .cont-8-5 { padding: 4.8vh 3vw; } .cont-8-6 { padding: 4.8vh 3.6vw; } .cont-8-7 { padding: 4.8vh 4.2vw; } .cont-8-8 { padding: 4.8vh 4.8vw; } .cont-8-9 { padding: 4.8vh 5.4vw; } .cont-8-10 { padding: 4.8vh 6vw; } .cont-9-1 { padding: 5.4vh 0.6vw; } .cont-9-2 { padding: 5.4vh 1.2vw; } .cont-9-3 { padding: 5.4vh 1.8vw; } .cont-9-4 { padding: 5.4vh 2.4vw; } .cont-9-5 { padding: 5.4vh 3vw; } .cont-9-6 { padding: 5.4vh 3.6vw; } .cont-9-7 { padding: 5.4vh 4.2vw; } .cont-9-8 { padding: 5.4vh 4.8vw; } .cont-9-9 { padding: 5.4vh 5.4vw; } .cont-9-10 { padding: 5.4vh 6vw; } .cont-10-1 { padding: 6vh 0.6vw; } .cont-10-2 { padding: 6vh 1.2vw; } .cont-10-3 { padding: 6vh 1.8vw; } .cont-10-4 { padding: 6vh 2.4vw; } .cont-10-5 { padding: 6vh 3vw; } .cont-10-6 { padding: 6vh 3.6vw; } .cont-10-7 { padding: 6vh 4.2vw; } .cont-10-8 { padding: 6vh 4.8vw; } .cont-10-9 { padding: 6vh 5.4vw; } .cont-10-10 { padding: 6vh 6vw; } } /*# sourceMappingURL=contain.css.map */
grid/contain.css
@media (min-width: 0px) { .cont-1-1 { padding: 1vh 1vw; } .cont-1-2 { padding: 1vh 2vw; } .cont-1-3 { padding: 1vh 3vw; } .cont-1-4 { padding: 1vh 4vw; } .cont-1-5 { padding: 1vh 5vw; } .cont-1-6 { padding: 1vh 6vw; } .cont-1-7 { padding: 1vh 7vw; } .cont-1-8 { padding: 1vh 8vw; } .cont-1-9 { padding: 1vh 9vw; } .cont-1-10 { padding: 1vh 10vw; } .cont-2-1 { padding: 2vh 1vw; } .cont-2-2 { padding: 2vh 2vw; } .cont-2-3 { padding: 2vh 3vw; } .cont-2-4 { padding: 2vh 4vw; } .cont-2-5 { padding: 2vh 5vw; } .cont-2-6 { padding: 2vh 6vw; } .cont-2-7 { padding: 2vh 7vw; } .cont-2-8 { padding: 2vh 8vw; } .cont-2-9 { padding: 2vh 9vw; } .cont-2-10 { padding: 2vh 10vw; } .cont-3-1 { padding: 3vh 1vw; } .cont-3-2 { padding: 3vh 2vw; } .cont-3-3 { padding: 3vh 3vw; } .cont-3-4 { padding: 3vh 4vw; } .cont-3-5 { padding: 3vh 5vw; } .cont-3-6 { padding: 3vh 6vw; } .cont-3-7 { padding: 3vh 7vw; } .cont-3-8 { padding: 3vh 8vw; } .cont-3-9 { padding: 3vh 9vw; } .cont-3-10 { padding: 3vh 10vw; } .cont-4-1 { padding: 4vh 1vw; } .cont-4-2 { padding: 4vh 2vw; } .cont-4-3 { padding: 4vh 3vw; } .cont-4-4 { padding: 4vh 4vw; } .cont-4-5 { padding: 4vh 5vw; } .cont-4-6 { padding: 4vh 6vw; } .cont-4-7 { padding: 4vh 7vw; } .cont-4-8 { padding: 4vh 8vw; } .cont-4-9 { padding: 4vh 9vw; } .cont-4-10 { padding: 4vh 10vw; } .cont-5-1 { padding: 5vh 1vw; } .cont-5-2 { padding: 5vh 2vw; } .cont-5-3 { padding: 5vh 3vw; } .cont-5-4 { padding: 5vh 4vw; } .cont-5-5 { padding: 5vh 5vw; } .cont-5-6 { padding: 5vh 6vw; } .cont-5-7 { padding: 5vh 7vw; } .cont-5-8 { padding: 5vh 8vw; } .cont-5-9 { padding: 5vh 9vw; } .cont-5-10 { padding: 5vh 10vw; } .cont-6-1 { padding: 6vh 1vw; } .cont-6-2 { padding: 6vh 2vw; } .cont-6-3 { padding: 6vh 3vw; } .cont-6-4 { padding: 6vh 4vw; } .cont-6-5 { padding: 6vh 5vw; } .cont-6-6 { padding: 6vh 6vw; } .cont-6-7 { padding: 6vh 7vw; } .cont-6-8 { padding: 6vh 8vw; } .cont-6-9 { padding: 6vh 9vw; } .cont-6-10 { padding: 6vh 10vw; } .cont-7-1 { padding: 7vh 1vw; } .cont-7-2 { padding: 7vh 2vw; } .cont-7-3 { padding: 7vh 3vw; } .cont-7-4 { padding: 7vh 4vw; } .cont-7-5 { padding: 7vh 5vw; } .cont-7-6 { padding: 7vh 6vw; } .cont-7-7 { padding: 7vh 7vw; } .cont-7-8 { padding: 7vh 8vw; } .cont-7-9 { padding: 7vh 9vw; } .cont-7-10 { padding: 7vh 10vw; } .cont-8-1 { padding: 8vh 1vw; } .cont-8-2 { padding: 8vh 2vw; } .cont-8-3 { padding: 8vh 3vw; } .cont-8-4 { padding: 8vh 4vw; } .cont-8-5 { padding: 8vh 5vw; } .cont-8-6 { padding: 8vh 6vw; } .cont-8-7 { padding: 8vh 7vw; } .cont-8-8 { padding: 8vh 8vw; } .cont-8-9 { padding: 8vh 9vw; } .cont-8-10 { padding: 8vh 10vw; } .cont-9-1 { padding: 9vh 1vw; } .cont-9-2 { padding: 9vh 2vw; } .cont-9-3 { padding: 9vh 3vw; } .cont-9-4 { padding: 9vh 4vw; } .cont-9-5 { padding: 9vh 5vw; } .cont-9-6 { padding: 9vh 6vw; } .cont-9-7 { padding: 9vh 7vw; } .cont-9-8 { padding: 9vh 8vw; } .cont-9-9 { padding: 9vh 9vw; } .cont-9-10 { padding: 9vh 10vw; } .cont-10-1 { padding: 10vh 1vw; } .cont-10-2 { padding: 10vh 2vw; } .cont-10-3 { padding: 10vh 3vw; } .cont-10-4 { padding: 10vh 4vw; } .cont-10-5 { padding: 10vh 5vw; } .cont-10-6 { padding: 10vh 6vw; } .cont-10-7 { padding: 10vh 7vw; } .cont-10-8 { padding: 10vh 8vw; } .cont-10-9 { padding: 10vh 9vw; } .cont-10-10 { padding: 10vh 10vw; } } @media (min-width: 992px) { .cont-1-1 { padding: 0.6vh 0.6vw; } .cont-1-2 { padding: 0.6vh 1.2vw; } .cont-1-3 { padding: 0.6vh 1.8vw; } .cont-1-4 { padding: 0.6vh 2.4vw; } .cont-1-5 { padding: 0.6vh 3vw; } .cont-1-6 { padding: 0.6vh 3.6vw; } .cont-1-7 { padding: 0.6vh 4.2vw; } .cont-1-8 { padding: 0.6vh 4.8vw; } .cont-1-9 { padding: 0.6vh 5.4vw; } .cont-1-10 { padding: 0.6vh 6vw; } .cont-2-1 { padding: 1.2vh 0.6vw; } .cont-2-2 { padding: 1.2vh 1.2vw; } .cont-2-3 { padding: 1.2vh 1.8vw; } .cont-2-4 { padding: 1.2vh 2.4vw; } .cont-2-5 { padding: 1.2vh 3vw; } .cont-2-6 { padding: 1.2vh 3.6vw; } .cont-2-7 { padding: 1.2vh 4.2vw; } .cont-2-8 { padding: 1.2vh 4.8vw; } .cont-2-9 { padding: 1.2vh 5.4vw; } .cont-2-10 { padding: 1.2vh 6vw; } .cont-3-1 { padding: 1.8vh 0.6vw; } .cont-3-2 { padding: 1.8vh 1.2vw; } .cont-3-3 { padding: 1.8vh 1.8vw; } .cont-3-4 { padding: 1.8vh 2.4vw; } .cont-3-5 { padding: 1.8vh 3vw; } .cont-3-6 { padding: 1.8vh 3.6vw; } .cont-3-7 { padding: 1.8vh 4.2vw; } .cont-3-8 { padding: 1.8vh 4.8vw; } .cont-3-9 { padding: 1.8vh 5.4vw; } .cont-3-10 { padding: 1.8vh 6vw; } .cont-4-1 { padding: 2.4vh 0.6vw; } .cont-4-2 { padding: 2.4vh 1.2vw; } .cont-4-3 { padding: 2.4vh 1.8vw; } .cont-4-4 { padding: 2.4vh 2.4vw; } .cont-4-5 { padding: 2.4vh 3vw; } .cont-4-6 { padding: 2.4vh 3.6vw; } .cont-4-7 { padding: 2.4vh 4.2vw; } .cont-4-8 { padding: 2.4vh 4.8vw; } .cont-4-9 { padding: 2.4vh 5.4vw; } .cont-4-10 { padding: 2.4vh 6vw; } .cont-5-1 { padding: 3vh 0.6vw; } .cont-5-2 { padding: 3vh 1.2vw; } .cont-5-3 { padding: 3vh 1.8vw; } .cont-5-4 { padding: 3vh 2.4vw; } .cont-5-5 { padding: 3vh 3vw; } .cont-5-6 { padding: 3vh 3.6vw; } .cont-5-7 { padding: 3vh 4.2vw; } .cont-5-8 { padding: 3vh 4.8vw; } .cont-5-9 { padding: 3vh 5.4vw; } .cont-5-10 { padding: 3vh 6vw; } .cont-6-1 { padding: 3.6vh 0.6vw; } .cont-6-2 { padding: 3.6vh 1.2vw; } .cont-6-3 { padding: 3.6vh 1.8vw; } .cont-6-4 { padding: 3.6vh 2.4vw; } .cont-6-5 { padding: 3.6vh 3vw; } .cont-6-6 { padding: 3.6vh 3.6vw; } .cont-6-7 { padding: 3.6vh 4.2vw; } .cont-6-8 { padding: 3.6vh 4.8vw; } .cont-6-9 { padding: 3.6vh 5.4vw; } .cont-6-10 { padding: 3.6vh 6vw; } .cont-7-1 { padding: 4.2vh 0.6vw; } .cont-7-2 { padding: 4.2vh 1.2vw; } .cont-7-3 { padding: 4.2vh 1.8vw; } .cont-7-4 { padding: 4.2vh 2.4vw; } .cont-7-5 { padding: 4.2vh 3vw; } .cont-7-6 { padding: 4.2vh 3.6vw; } .cont-7-7 { padding: 4.2vh 4.2vw; } .cont-7-8 { padding: 4.2vh 4.8vw; } .cont-7-9 { padding: 4.2vh 5.4vw; } .cont-7-10 { padding: 4.2vh 6vw; } .cont-8-1 { padding: 4.8vh 0.6vw; } .cont-8-2 { padding: 4.8vh 1.2vw; } .cont-8-3 { padding: 4.8vh 1.8vw; } .cont-8-4 { padding: 4.8vh 2.4vw; } .cont-8-5 { padding: 4.8vh 3vw; } .cont-8-6 { padding: 4.8vh 3.6vw; } .cont-8-7 { padding: 4.8vh 4.2vw; } .cont-8-8 { padding: 4.8vh 4.8vw; } .cont-8-9 { padding: 4.8vh 5.4vw; } .cont-8-10 { padding: 4.8vh 6vw; } .cont-9-1 { padding: 5.4vh 0.6vw; } .cont-9-2 { padding: 5.4vh 1.2vw; } .cont-9-3 { padding: 5.4vh 1.8vw; } .cont-9-4 { padding: 5.4vh 2.4vw; } .cont-9-5 { padding: 5.4vh 3vw; } .cont-9-6 { padding: 5.4vh 3.6vw; } .cont-9-7 { padding: 5.4vh 4.2vw; } .cont-9-8 { padding: 5.4vh 4.8vw; } .cont-9-9 { padding: 5.4vh 5.4vw; } .cont-9-10 { padding: 5.4vh 6vw; } .cont-10-1 { padding: 6vh 0.6vw; } .cont-10-2 { padding: 6vh 1.2vw; } .cont-10-3 { padding: 6vh 1.8vw; } .cont-10-4 { padding: 6vh 2.4vw; } .cont-10-5 { padding: 6vh 3vw; } .cont-10-6 { padding: 6vh 3.6vw; } .cont-10-7 { padding: 6vh 4.2vw; } .cont-10-8 { padding: 6vh 4.8vw; } .cont-10-9 { padding: 6vh 5.4vw; } .cont-10-10 { padding: 6vh 6vw; } } /*# sourceMappingURL=contain.css.map */
0.493164
0.130092
@import url(http://fonts.googleapis.com/css?family=Roboto:400); .navbar { } #searchbox { position: absolute; bottom: 12px; right: 15px; } .searchbox{ border: 2px solid #222; border-radius: 15px; padding: 5px; font-style: italic; color: #666; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: small; } #navigation { width: 100%; background-color: #222; color: #fff; position: absolute; height: 60px; } #navContainer{ position: relative; height: 60px; text-transform: uppercase; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: small; } #navlogo { float: left; line-height: 60px; } #navlogo img { vertical-align: middle; } /** -------------------------------------------------------------- * Navbar: Dropdown menu * */ .navbar ul { list-style: none; margin: 0; padding: 0; } .navbar li { display: inline-block; color: #fff; position: relative; } .navbar a { display: block; padding-right: 1em; padding-left: 1em; text-decoration: none; color: inherit; white-space: nowrap; height: 60px; line-height: 60px; } .navbar a:hover { text-decoration: none; color: inherit; background-color: #ccc; white-space: nowrap; } .navbar li:hover { text-decoration: none; } li.submenu{ width: 100%; } .submenu a{ border: none; color: inherit; } .submenu{ padding: 0px; margin: 0px; } .navbar li.selected-parent, .navbar li.selected { } .navbar ul ul { background-color: #888; padding: 0px; position: absolute; left: -9999px; z-index: 2; opacity: 0.95; } .navbar li li { } .navbar li:hover ul { left: 0; } .navbar li li:hover { color: inherit; border-color: #666; } .navbar li li.selected { } .italic { font-style: italic; } .orderby a, .menu a { text-decoration: none; color: black; } a { color: #333; text-decoration: none; } a:hover { text-decoration: none; } .editLink a { font-size: 0.85em; color: #666; }
webroot/css/navigation.css
@import url(http://fonts.googleapis.com/css?family=Roboto:400); .navbar { } #searchbox { position: absolute; bottom: 12px; right: 15px; } .searchbox{ border: 2px solid #222; border-radius: 15px; padding: 5px; font-style: italic; color: #666; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: small; } #navigation { width: 100%; background-color: #222; color: #fff; position: absolute; height: 60px; } #navContainer{ position: relative; height: 60px; text-transform: uppercase; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: small; } #navlogo { float: left; line-height: 60px; } #navlogo img { vertical-align: middle; } /** -------------------------------------------------------------- * Navbar: Dropdown menu * */ .navbar ul { list-style: none; margin: 0; padding: 0; } .navbar li { display: inline-block; color: #fff; position: relative; } .navbar a { display: block; padding-right: 1em; padding-left: 1em; text-decoration: none; color: inherit; white-space: nowrap; height: 60px; line-height: 60px; } .navbar a:hover { text-decoration: none; color: inherit; background-color: #ccc; white-space: nowrap; } .navbar li:hover { text-decoration: none; } li.submenu{ width: 100%; } .submenu a{ border: none; color: inherit; } .submenu{ padding: 0px; margin: 0px; } .navbar li.selected-parent, .navbar li.selected { } .navbar ul ul { background-color: #888; padding: 0px; position: absolute; left: -9999px; z-index: 2; opacity: 0.95; } .navbar li li { } .navbar li:hover ul { left: 0; } .navbar li li:hover { color: inherit; border-color: #666; } .navbar li li.selected { } .italic { font-style: italic; } .orderby a, .menu a { text-decoration: none; color: black; } a { color: #333; text-decoration: none; } a:hover { text-decoration: none; } .editLink a { font-size: 0.85em; color: #666; }
0.327561
0.059592
section.product-content .tabs { margin-top: 4rem; } section.product-content .tabs .tabbed-product { overflow: hidden; padding-top: 2rem; } section.product-content .tabs .tabbed-product .navbar li.active a { color: #ff0000; } section.product-content .tabs .tabbed-product .navbar li.active a:before { opacity: 1; } section.product-content .tabs .tabbed-product .navbar li { position: relative; padding: 0 1.5rem; } section.product-content .tabs .tabbed-product .navbar li:hover a { color: #ff0000; } section.product-content .tabs .tabbed-product .navbar li:hover a:before { opacity: 1; } section.product-content .tabs .tabbed-product .navbar li a { padding: 1rem 0; text-transform: uppercase; text-decoration: none; font-family: "Roboto Slab", sans-serif; font-weight: 500; color: #000; transition: all .1s ease; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -ms-transition: all .1s ease; -o-transition: all .1s ease; } section.product-content .tabs .tabbed-product .navbar li a:before { position: absolute; top: -20px; content: "\f005"; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; left: 50%; transform: translateX(-50%); font-size: 16px; line-height: 1; color: currentColor; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); opacity: 0; transition: all .1s ease; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -ms-transition: all .1s ease; -o-transition: all .1s ease; pointer-events: none; } section.product-content .tab { display: none; } section.product-content .tab.active { display: block; } section.product-content .wrapper-product { margin-bottom: 3rem; } section.product-content .wrapper-product .tab-content { animation: fadeEffect 1s; -webkit-animation: fadeEffect 1s; padding-top: 1.6rem; } section.product-content .wrapper-product .tab-content .row .product-item { padding: 0 .98rem 1.96rem; } section.product-content .wrapper-product .tab-content .row .product-item:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); } section.product-content .wrapper-product .tab-content .row .product-item:hover .product-text { transform: translateY(-20%); -webkit-transform: translateY(-20%); -moz-transform: translateY(-20%); -ms-transform: translateY(-20%); -o-transform: translateY(-20%); } section.product-content .wrapper-product .tab-content .row .product-item .product-image { padding-bottom: 2.5rem; cursor: pointer; } section.product-content .wrapper-product .tab-content .row .product-item .product-image a { display: block; } section.product-content .wrapper-product .tab-content .row .product-item .product-image a img { max-width: 100%; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; } section.product-content .wrapper-product .tab-content .row .product-item .product-text { text-align: center; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; } section.product-content .wrapper-product .tab-content .row .product-item .product-text .title-wrapper a { font-size: 1.5rem; color: #334862; text-decoration: none; } section.product-content .wrapper-product .tab-content .row .product-item .product-text .price-wrapper .price { white-space: nowrap; color: #111; font-weight: 500; font-size: 1.5rem; line-height: 1; } section.product-content .wrapper-product .tab-content .row .product-item .product-text .price-wrapper .price .woocommerce-price-currencySymbol { font-size: 1.4rem; text-decoration: underline; font-weight: 700; } @media (min-width: 768px) { .product-item { -webkit-box-flex: 0; -ms-flex: 0 0 20% !important; flex: 0 0 20% !important; max-width: 20%; } } .w-20 { -webkit-box-flex: 0; -ms-flex: 0 0 20% !important; flex: 0 0 20% !important; max-width: 20%; }
public/web/css/components/products.css
section.product-content .tabs { margin-top: 4rem; } section.product-content .tabs .tabbed-product { overflow: hidden; padding-top: 2rem; } section.product-content .tabs .tabbed-product .navbar li.active a { color: #ff0000; } section.product-content .tabs .tabbed-product .navbar li.active a:before { opacity: 1; } section.product-content .tabs .tabbed-product .navbar li { position: relative; padding: 0 1.5rem; } section.product-content .tabs .tabbed-product .navbar li:hover a { color: #ff0000; } section.product-content .tabs .tabbed-product .navbar li:hover a:before { opacity: 1; } section.product-content .tabs .tabbed-product .navbar li a { padding: 1rem 0; text-transform: uppercase; text-decoration: none; font-family: "Roboto Slab", sans-serif; font-weight: 500; color: #000; transition: all .1s ease; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -ms-transition: all .1s ease; -o-transition: all .1s ease; } section.product-content .tabs .tabbed-product .navbar li a:before { position: absolute; top: -20px; content: "\f005"; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; left: 50%; transform: translateX(-50%); font-size: 16px; line-height: 1; color: currentColor; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); opacity: 0; transition: all .1s ease; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -ms-transition: all .1s ease; -o-transition: all .1s ease; pointer-events: none; } section.product-content .tab { display: none; } section.product-content .tab.active { display: block; } section.product-content .wrapper-product { margin-bottom: 3rem; } section.product-content .wrapper-product .tab-content { animation: fadeEffect 1s; -webkit-animation: fadeEffect 1s; padding-top: 1.6rem; } section.product-content .wrapper-product .tab-content .row .product-item { padding: 0 .98rem 1.96rem; } section.product-content .wrapper-product .tab-content .row .product-item:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); } section.product-content .wrapper-product .tab-content .row .product-item:hover .product-text { transform: translateY(-20%); -webkit-transform: translateY(-20%); -moz-transform: translateY(-20%); -ms-transform: translateY(-20%); -o-transform: translateY(-20%); } section.product-content .wrapper-product .tab-content .row .product-item .product-image { padding-bottom: 2.5rem; cursor: pointer; } section.product-content .wrapper-product .tab-content .row .product-item .product-image a { display: block; } section.product-content .wrapper-product .tab-content .row .product-item .product-image a img { max-width: 100%; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; } section.product-content .wrapper-product .tab-content .row .product-item .product-text { text-align: center; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; } section.product-content .wrapper-product .tab-content .row .product-item .product-text .title-wrapper a { font-size: 1.5rem; color: #334862; text-decoration: none; } section.product-content .wrapper-product .tab-content .row .product-item .product-text .price-wrapper .price { white-space: nowrap; color: #111; font-weight: 500; font-size: 1.5rem; line-height: 1; } section.product-content .wrapper-product .tab-content .row .product-item .product-text .price-wrapper .price .woocommerce-price-currencySymbol { font-size: 1.4rem; text-decoration: underline; font-weight: 700; } @media (min-width: 768px) { .product-item { -webkit-box-flex: 0; -ms-flex: 0 0 20% !important; flex: 0 0 20% !important; max-width: 20%; } } .w-20 { -webkit-box-flex: 0; -ms-flex: 0 0 20% !important; flex: 0 0 20% !important; max-width: 20%; }
0.365004
0.035377
html, body { height: 100%; font-family:"Microsoft YaHei",arial,sans-serif; background:#222d32; letter-spacing:1px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family:'Source Sans Pro',"Microsoft YaHei",arial,sans-serif; } textarea{ resize: none; } .form-group::after { clear: both; display: block; content: ''; } .form-bordered .form-group { margin: 0; padding: 15px 0; border-top: 1px solid #d3d7db; } .form-bordered .form-group:first-child { border-top: 0; } .form-striped .form-group { margin: 0; padding: 15px 0; } .form-striped .form-group:nth-child(even) { background: #fcfcfc; } .form-inline .form-group { margin-right: 20px; } .form-inline .checkbox { margin-right: 20px; } .form-control { height: auto; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 14px; } .form-control:focus { border-color: #999; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); box-shadow: 3px 3px 0 rgba(12,12,12,0.05); } .input-sm { font-size: 12px; height: auto; } .input-lg { font-size: 18px; padding: 12px 10px; } .btn { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; line-height: 21px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; padding: 6px 15px; } .btn:focus { outline: none; } .btn-sm { padding: 5px 10px; } .btn-xs { padding: 2px 10px; } .btn-lg { padding: 12px 20px; } .btn-default { background: #e4e7ea; color: #636e7b; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background: #f7f7f7; border-color: #ccc; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .btn-success { background-color: #1CAF9A; border-color: #17a08c; } .btn-success:hover, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-color: #17a08c; border-color: #119380; } .btn-white { background: #fff; border: 1px solid #ccc; color: #666; } .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: #f7f7f7; } .btn-default-alt { border: 2px solid #999; color: #999; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-default-alt:hover, .btn-default-alt:active, .btn-default-alt:focus { border-color: #666; color: #666; } .btn-primary-alt { border: 2px solid #428BCA; color: #428BCA; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-primary-alt:hover, .btn-primary-alt:active, .btn-primary-alt:focus { border-color: #357EBD; color: #357EBD; } .btn-success-alt { border: 2px solid #1CAF9A; color: #1CAF9A; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-success-alt:hover, .btn-success-alt:active, .btn-success-alt:focus { border-color: #17a08c; color: #17a08c; } .btn-warning-alt { border: 2px solid #F0AD4E; color: #F0AD4E; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-warning-alt:hover, .btn-warning-alt:active, .btn-warning-alt:focus { border-color: #EEA236; color: #EEA236; } .btn-danger-alt { border: 2px solid #D9534F; color: #D9534F; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-danger-alt:hover, .btn-danger-alt:active, .btn-danger-alt:focus { border-color: #D43F3A; color: #D43F3A; } .btn-info-alt { border: 2px solid #5BC0DE; color: #5BC0DE; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-info-alt:hover, .btn-info-alt:active, .btn-info-alt:focus { border-color: #46B8DA; color: #46B8DA; } .btn-brown { background-color: #583f26; border-color: #513921; color: #fff; } .btn-brown:hover, .btn-browm:active, .btn-brown:focus { color: #fff; background-color: #513921; border-color: #48321c; } .btn-group { margin-bottom: 10px; } .badge { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-weight: normal; font-size: 11px; vertical-align: middle; display: inline-block; } .badge-warning { background-color: #ec8c04; } .badge-success { background-color: #019a1e; } .nav-pills > li > a { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .nav-tabs > li > a { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .panel { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: #fcfcfc; border: 0; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); } .panel-heading, .panel-footer { background: #fff; border-color: #eee; } .panel-heading { padding: 20px; } .panel-default > .panel-heading { border-color: #e7e7e7; background-color: #fff; } .panel-heading-empty { background: none; border-bottom: 0; } .panel-heading p { font-size: 13px; margin-top: 10px; margin-bottom: 0; color: #77818e; } .panel-primary .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading, .panel-danger .panel-heading, .panel-info .panel-heading { border-bottom: 0; } .panel-success .panel-heading { background-color: #1CAF9A; } .panel-warning .panel-heading { background-color: #F0AD4E; } .panel-danger .panel-heading { background-color: #D9534F; } .panel-info .panel-heading { background-color: #5BC0DE; } .panel-dark .panel-heading { background-color: #1d2939; } .panel-btns a { margin-left: 8px; float: right; color: #000; display: inline-block; font-weight: bold; opacity: 0.4; font-size: 16px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .panel-btns a.minimize { font-size: 18px; } .panel-btns a:hover { text-decoration: none; opacity: 0.5; cursor: pointer; } .panel-btns a.minimize:active, .panel-btns a.minimize:focus { text-decoration: none; } .panel-title { font-size: 18px; color: #111; /*font-family: 'LatoBold'; */ } .panel-title-alt { font-size: 13px; font-family: 'LatoBold'; text-transform: uppercase; margin: 0; } .panel-title-alt + p { margin-top: 5px !important; } .panel-primary .panel-title, .panel-success .panel-title, .panel-warning .panel-title, .panel-danger .panel-title, .panel-info .panel-title, .panel-dark .panel-title { color: #fff; } .panel-success .panel-btns a, .panel-danger .panel-btns a, .panel-dark .panel-btns a { color: #fff; } .panel-body-nopadding { padding: 0; } .panel-footer { padding: 20px; } .panel-footer:after { clear: both; display: block; content: ''; } .panel-heading .nav-tabs { margin-bottom: -20px; border-bottom: 0; } .panel-heading .nav-tabs li { margin-right: 5px; } .panel-heading .nav-tabs li a { color: #666; } .panel-heading .nav-tabs li a:hover, .panel-heading .nav-tabs li a:active, .panel-heading .nav-tabs li a:focus { background-color: #fff; border-color: #fff; border-bottom: 0; color: #111; } .panel-heading .nav-tabs li.active a { background: #fcfcfc; color: #111; } .panel-heading .nav-tabs li.active a:hover, .panel-heading .nav-tabs li.active a:active, .panel-heading .nav-tabs li.active a:focus { background: #fcfcfc; color: #111; border: 1px solid #ddd; border-bottom-color: #fcfcfc; } .panel-heading .nav-justified { margin-bottom: -21px; } .panel-heading .nav-justified li a { border-bottom: 0; } .panel-alt .panel-heading { padding: 20px 20px; } .panel-alt .panel-title { font-size: 13px; text-transform: uppercase; font-family: 'LatoBold'; } .panel-alt .panel-heading p { margin-top: 5px; line-height: 18px; } .panel-alt .panel-btns a { margin-top: -3px; } .panel-alt .panel-footer { padding: 15px; } .panel-alt .panel-body { padding: 15px; } .panel-primary .panel-heading p, .panel-warning .panel-heading p, .panel-success .panel-heading p, .panel-danger .panel-heading p, .panel-info .panel-heading p { color: #fff; opacity: 0.6; } .form-horizontal .control-label { font-weight: normal; } .has-success .form-control, .has-warning .form-control, .has-error .form-control { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .has-success .form-control:focus, .has-warning .form-control:focus, .has-error .form-control:focus { -moz-box-shadow: 5px 5px 0 rgba(12,12,12,0.05); -webkit-box-shadow: 5px 5px 0 rgba(12,12,12,0.05); box-shadow: 5px 5px 0 rgba(12,12,12,0.05); } .input-group-addon { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 13px; background-color: #f7f7f7; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; height: 46px; } .input-group-btn .btn { line-height: 22px; } .dropdown-menu { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 5px; -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.03); box-shadow: 3px 3px 0 rgba(12,12,12,0.03); } .dropdown-menu li a { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .dropdown-menu > li > a { padding: 7px 10px; color: #666; } .dropdown-menu > li > a:hover { background-color: #e7e7e7; color: #333; } .tooltip-inner { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .popover { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.05); -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.05); box-shadow: 1px 1px 2px rgba(0,0,0,0.05); padding: 0; } .popover-title { -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; font-size: 13px; border-color: #ddd; } .modal-dialog { border: 0; } .modal-header,.modal-body,.modal-footer{ padding: 10px 15px; border-color:#eee; } .modal-content { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 5px 0 rgba(0,0,0,0.4);; -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.4);; box-shadow: 0 5px 0 rgba(0,0,0,0.4); border: 0; } .modal-title { font-size: 20px; color: #333; } .modal-header .close { margin-top: 4px; } .modal-backdrop.in { opacity: 0.65; } .alert { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .alert .close { font-size: 16px; margin-top: 3px; } .alert .alert-link { font-family: 'LatoBold'; font-weight: normal; } .alert > p + p { margin-top: 15px; } .alert > p + p .btn { margin-right: 5px; } .label { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 4px 8px; font-weight: normal; font-size: 11px; } .label-success { background-color: #1CAF9A; } .badge-primary { background-color: #428BCA; } .badge-warning { background-color: #F0AD4E; } .badge-success { background-color: #1CAF9A; } .badge-danger { background-color: #D9534F; } .badge-info { background-color: #5BC0DE; } .progress { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; height: 15px; margin-bottom: 15px; } .progress-bar { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .progress-bar-success { background-color: #1CAF9A; } .progress-sm { height: 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .nav-tabs { background: #d8dbde; border: 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .nav-tabs > li > a { border: 0; padding: 14px 20px; color: #666; } .nav-tabs > li > a:hover { background: none; color: #333; } .tab-content { background: #fcfcfc; padding: 15px; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: #fcfcfc; border: 0; } .tab-pane address:last-child { margin-bottom: 0; } .nav-dark { background: #1d2939; } .nav-dark > li > a { color: #999; } .nav-dark > li > a:hover { color: #fff; } .nav-tabs.nav-justified > li > a { border-bottom: 0; } .nav .dropdown-menu { margin-top: -2px; } .nav .dropdown .caret { border-top-color: #666; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-color: #fff; border-bottom-color: #fcfcfc; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 0; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border: 0; background: none; color: #333; } .panel-group .panel-heading { padding: 0; } .panel-group .panel-title { font-size: 14px; } .panel-group .panel-title a { padding: 14px 15px; display: block; } .panel-group .panel-title a:hover, .panel-group .panel-title a:focus, .panel-group .panel-title a:active { text-decoration: none; } .panel-group .panel-title a.collapsed { background-color: #f7f7f7; color: #666; border-bottom: 1px solid #ddd; } .panel-group .panel:last-child .panel-title a { border-bottom: 0; } .panel-group .panel-title a.collapsed:hover { background-color: #f3f3f3; } .panel-collapse.in .panel-body { border-bottom: 1px solid #ddd; } .panel-group .panel + .panel { margin-top: 0; border-top: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } .panel-group .panel:last-child { -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } .panel-group .panel:first-child { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .panel-group-dark .panel { border-bottom: 0; } .panel-group-dark .panel-title a.collapsed { background-color: #1d2939; color: #ccc; border-bottom: 1px solid #273548; } .panel-group-dark .panel-title a.collapsed:hover { background-color: #17222f; color: #fff; } .pager li > a, .pager li > span { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #636e7b; } .well { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background-color: #e4e7ea; } .thumbnail { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 5px; } .media { padding-bottom: 15px; } .media-heading { color: #333; font-size: 14px; font-family: 'LatoBold'; margin: 0; } small.media-desc { line-height: 16px; font-size: 12px; display: block; } .text-success { color: #1CAF9A; } .modal-footer { margin-top: 0; } .modal-content .tab-content { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background-color: #428bca; color: #fff; } .dropzone-pic{ padding: 0 14px !important; border:1px solid #d3d7db; width:150px; height:150px; } .dropzone-pic>.dz-default{ margin: 0 !important; padding: 0 !important; } .dropzone-pic .dz-message{ color: dimgrey; } .dropzone-pic .dz-image{ border: 1px solid lightgrey; border-radius: 5px; } .dz-remove{ margin-top:5px; } .dropzone-pic .dz-preview{ margin: 0 !important; display: block; } .dropzone-pic .dz-preview .dz-image{ margin: 0 auto; } .dropzone-pic .dz-preview .dz-error-message{ top:150px; } .uploadtips{ color: #c23321; font-size: 12px; margin-top: 20px; display: block; } .dz-image img{ width: 100%; height: auto; } .user-panel{ padding: 10px 15px; } /*个人自定义样式*/ .content-wrapper{ padding:15px; } .index-content{ min-height: 250px; padding: 15px; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .content-header{ margin-bottom: 15px; } .content-header>h1{ font-size: 20px; color: #605ca8; font-weight: lighter; } .box-header{ padding: 8px 15px; border-bottom: 1px solid #eee; } .box-body{ padding:10px 15px; } .box-title{ padding-top: 6px; } .box-title>i{ margin-right: 5px; } .box-solid .box-header{ padding: 10px; } .box-header.with-border{ border-bottom:1px solid #eee; } .box-header>.box-tools{ right: 0; top: 2px; } .box-footer{ border-top:1px solid #eee; padding: 8px 15px; } .header-btn{ font-size: 12px; float: right; margin-left: 15px; } .footer-btn{ margin-right: 15px; float: right; } .main-footer{ font-size: 12px; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{ max-width: 250px; word-break: break-all; word-wrap: break-word; } .table-bordered{ border: 1px solid #eee; } .table-bordered>thead>tr>th{ border-bottom: 1px solid #eee; } .table-bordered tbody>tr>td{ vertical-align: middle; } .form-points{ line-height: 32px; margin: 0; } .publish-label{ color: #666; font-size: 14px; margin-bottom: 15px; } .publish-label span{ color: #333; font-weight: bold; } .footer-delete-btn{ float: left; margin-left: 15px; text-decoration: underline; color: #d9534f; line-height: 2; } .footer-delete-btn:hover{ text-decoration: none; color: #e35753; } .control-label{ line-height: 34px; } .control-label .icheck{ margin-top: 6px; } .checkbox{ margin-top: 0; margin-bottom: 0; } .img-flag { width: 20px; height: 20px; margin-right: 10px; margin-left: 15px; } #loadpage{ /*position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: #fff; text-align: center; z-index: 1050; transition: all .25s ease-out;*/ background:#F9F9F9; position:fixed; width:100%; height:100%; left:0px; top:0px; opacity: 1; z-index:1050; transition: all .25s ease-out; } .loaded{ opacity: 0 !important; } #loadpage>img{ /*position: absolute; left: 50%; top: 50%; margin-left: -290px; margin-top: -218px;*/ width:100px; height:100px; position:absolute; top:50%; left:50%; margin-left:-50px; margin-right:-50px; }
resources/assets/css/common.css
html, body { height: 100%; font-family:"Microsoft YaHei",arial,sans-serif; background:#222d32; letter-spacing:1px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family:'Source Sans Pro',"Microsoft YaHei",arial,sans-serif; } textarea{ resize: none; } .form-group::after { clear: both; display: block; content: ''; } .form-bordered .form-group { margin: 0; padding: 15px 0; border-top: 1px solid #d3d7db; } .form-bordered .form-group:first-child { border-top: 0; } .form-striped .form-group { margin: 0; padding: 15px 0; } .form-striped .form-group:nth-child(even) { background: #fcfcfc; } .form-inline .form-group { margin-right: 20px; } .form-inline .checkbox { margin-right: 20px; } .form-control { height: auto; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 14px; } .form-control:focus { border-color: #999; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05); box-shadow: 3px 3px 0 rgba(12,12,12,0.05); } .input-sm { font-size: 12px; height: auto; } .input-lg { font-size: 18px; padding: 12px 10px; } .btn { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; line-height: 21px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; padding: 6px 15px; } .btn:focus { outline: none; } .btn-sm { padding: 5px 10px; } .btn-xs { padding: 2px 10px; } .btn-lg { padding: 12px 20px; } .btn-default { background: #e4e7ea; color: #636e7b; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background: #f7f7f7; border-color: #ccc; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .btn-success { background-color: #1CAF9A; border-color: #17a08c; } .btn-success:hover, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-color: #17a08c; border-color: #119380; } .btn-white { background: #fff; border: 1px solid #ccc; color: #666; } .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: #f7f7f7; } .btn-default-alt { border: 2px solid #999; color: #999; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-default-alt:hover, .btn-default-alt:active, .btn-default-alt:focus { border-color: #666; color: #666; } .btn-primary-alt { border: 2px solid #428BCA; color: #428BCA; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-primary-alt:hover, .btn-primary-alt:active, .btn-primary-alt:focus { border-color: #357EBD; color: #357EBD; } .btn-success-alt { border: 2px solid #1CAF9A; color: #1CAF9A; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-success-alt:hover, .btn-success-alt:active, .btn-success-alt:focus { border-color: #17a08c; color: #17a08c; } .btn-warning-alt { border: 2px solid #F0AD4E; color: #F0AD4E; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-warning-alt:hover, .btn-warning-alt:active, .btn-warning-alt:focus { border-color: #EEA236; color: #EEA236; } .btn-danger-alt { border: 2px solid #D9534F; color: #D9534F; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-danger-alt:hover, .btn-danger-alt:active, .btn-danger-alt:focus { border-color: #D43F3A; color: #D43F3A; } .btn-info-alt { border: 2px solid #5BC0DE; color: #5BC0DE; text-transform: uppercase; font-family: 'LatoBold'; font-size: 12px; } .btn-info-alt:hover, .btn-info-alt:active, .btn-info-alt:focus { border-color: #46B8DA; color: #46B8DA; } .btn-brown { background-color: #583f26; border-color: #513921; color: #fff; } .btn-brown:hover, .btn-browm:active, .btn-brown:focus { color: #fff; background-color: #513921; border-color: #48321c; } .btn-group { margin-bottom: 10px; } .badge { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-weight: normal; font-size: 11px; vertical-align: middle; display: inline-block; } .badge-warning { background-color: #ec8c04; } .badge-success { background-color: #019a1e; } .nav-pills > li > a { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .nav-tabs > li > a { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .panel { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: #fcfcfc; border: 0; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); } .panel-heading, .panel-footer { background: #fff; border-color: #eee; } .panel-heading { padding: 20px; } .panel-default > .panel-heading { border-color: #e7e7e7; background-color: #fff; } .panel-heading-empty { background: none; border-bottom: 0; } .panel-heading p { font-size: 13px; margin-top: 10px; margin-bottom: 0; color: #77818e; } .panel-primary .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading, .panel-danger .panel-heading, .panel-info .panel-heading { border-bottom: 0; } .panel-success .panel-heading { background-color: #1CAF9A; } .panel-warning .panel-heading { background-color: #F0AD4E; } .panel-danger .panel-heading { background-color: #D9534F; } .panel-info .panel-heading { background-color: #5BC0DE; } .panel-dark .panel-heading { background-color: #1d2939; } .panel-btns a { margin-left: 8px; float: right; color: #000; display: inline-block; font-weight: bold; opacity: 0.4; font-size: 16px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .panel-btns a.minimize { font-size: 18px; } .panel-btns a:hover { text-decoration: none; opacity: 0.5; cursor: pointer; } .panel-btns a.minimize:active, .panel-btns a.minimize:focus { text-decoration: none; } .panel-title { font-size: 18px; color: #111; /*font-family: 'LatoBold'; */ } .panel-title-alt { font-size: 13px; font-family: 'LatoBold'; text-transform: uppercase; margin: 0; } .panel-title-alt + p { margin-top: 5px !important; } .panel-primary .panel-title, .panel-success .panel-title, .panel-warning .panel-title, .panel-danger .panel-title, .panel-info .panel-title, .panel-dark .panel-title { color: #fff; } .panel-success .panel-btns a, .panel-danger .panel-btns a, .panel-dark .panel-btns a { color: #fff; } .panel-body-nopadding { padding: 0; } .panel-footer { padding: 20px; } .panel-footer:after { clear: both; display: block; content: ''; } .panel-heading .nav-tabs { margin-bottom: -20px; border-bottom: 0; } .panel-heading .nav-tabs li { margin-right: 5px; } .panel-heading .nav-tabs li a { color: #666; } .panel-heading .nav-tabs li a:hover, .panel-heading .nav-tabs li a:active, .panel-heading .nav-tabs li a:focus { background-color: #fff; border-color: #fff; border-bottom: 0; color: #111; } .panel-heading .nav-tabs li.active a { background: #fcfcfc; color: #111; } .panel-heading .nav-tabs li.active a:hover, .panel-heading .nav-tabs li.active a:active, .panel-heading .nav-tabs li.active a:focus { background: #fcfcfc; color: #111; border: 1px solid #ddd; border-bottom-color: #fcfcfc; } .panel-heading .nav-justified { margin-bottom: -21px; } .panel-heading .nav-justified li a { border-bottom: 0; } .panel-alt .panel-heading { padding: 20px 20px; } .panel-alt .panel-title { font-size: 13px; text-transform: uppercase; font-family: 'LatoBold'; } .panel-alt .panel-heading p { margin-top: 5px; line-height: 18px; } .panel-alt .panel-btns a { margin-top: -3px; } .panel-alt .panel-footer { padding: 15px; } .panel-alt .panel-body { padding: 15px; } .panel-primary .panel-heading p, .panel-warning .panel-heading p, .panel-success .panel-heading p, .panel-danger .panel-heading p, .panel-info .panel-heading p { color: #fff; opacity: 0.6; } .form-horizontal .control-label { font-weight: normal; } .has-success .form-control, .has-warning .form-control, .has-error .form-control { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .has-success .form-control:focus, .has-warning .form-control:focus, .has-error .form-control:focus { -moz-box-shadow: 5px 5px 0 rgba(12,12,12,0.05); -webkit-box-shadow: 5px 5px 0 rgba(12,12,12,0.05); box-shadow: 5px 5px 0 rgba(12,12,12,0.05); } .input-group-addon { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 13px; background-color: #f7f7f7; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; height: 46px; } .input-group-btn .btn { line-height: 22px; } .dropdown-menu { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 5px; -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.03); box-shadow: 3px 3px 0 rgba(12,12,12,0.03); } .dropdown-menu li a { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; } .dropdown-menu > li > a { padding: 7px 10px; color: #666; } .dropdown-menu > li > a:hover { background-color: #e7e7e7; color: #333; } .tooltip-inner { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .popover { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.05); -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.05); box-shadow: 1px 1px 2px rgba(0,0,0,0.05); padding: 0; } .popover-title { -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; font-size: 13px; border-color: #ddd; } .modal-dialog { border: 0; } .modal-header,.modal-body,.modal-footer{ padding: 10px 15px; border-color:#eee; } .modal-content { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 5px 0 rgba(0,0,0,0.4);; -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.4);; box-shadow: 0 5px 0 rgba(0,0,0,0.4); border: 0; } .modal-title { font-size: 20px; color: #333; } .modal-header .close { margin-top: 4px; } .modal-backdrop.in { opacity: 0.65; } .alert { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .alert .close { font-size: 16px; margin-top: 3px; } .alert .alert-link { font-family: 'LatoBold'; font-weight: normal; } .alert > p + p { margin-top: 15px; } .alert > p + p .btn { margin-right: 5px; } .label { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 4px 8px; font-weight: normal; font-size: 11px; } .label-success { background-color: #1CAF9A; } .badge-primary { background-color: #428BCA; } .badge-warning { background-color: #F0AD4E; } .badge-success { background-color: #1CAF9A; } .badge-danger { background-color: #D9534F; } .badge-info { background-color: #5BC0DE; } .progress { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; height: 15px; margin-bottom: 15px; } .progress-bar { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .progress-bar-success { background-color: #1CAF9A; } .progress-sm { height: 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .nav-tabs { background: #d8dbde; border: 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .nav-tabs > li > a { border: 0; padding: 14px 20px; color: #666; } .nav-tabs > li > a:hover { background: none; color: #333; } .tab-content { background: #fcfcfc; padding: 15px; -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03); -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03); box-shadow: 0 3px 0 rgba(12,12,12,0.03); -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: #fcfcfc; border: 0; } .tab-pane address:last-child { margin-bottom: 0; } .nav-dark { background: #1d2939; } .nav-dark > li > a { color: #999; } .nav-dark > li > a:hover { color: #fff; } .nav-tabs.nav-justified > li > a { border-bottom: 0; } .nav .dropdown-menu { margin-top: -2px; } .nav .dropdown .caret { border-top-color: #666; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-color: #fff; border-bottom-color: #fcfcfc; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 0; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border: 0; background: none; color: #333; } .panel-group .panel-heading { padding: 0; } .panel-group .panel-title { font-size: 14px; } .panel-group .panel-title a { padding: 14px 15px; display: block; } .panel-group .panel-title a:hover, .panel-group .panel-title a:focus, .panel-group .panel-title a:active { text-decoration: none; } .panel-group .panel-title a.collapsed { background-color: #f7f7f7; color: #666; border-bottom: 1px solid #ddd; } .panel-group .panel:last-child .panel-title a { border-bottom: 0; } .panel-group .panel-title a.collapsed:hover { background-color: #f3f3f3; } .panel-collapse.in .panel-body { border-bottom: 1px solid #ddd; } .panel-group .panel + .panel { margin-top: 0; border-top: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } .panel-group .panel:last-child { -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } .panel-group .panel:first-child { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .panel-group-dark .panel { border-bottom: 0; } .panel-group-dark .panel-title a.collapsed { background-color: #1d2939; color: #ccc; border-bottom: 1px solid #273548; } .panel-group-dark .panel-title a.collapsed:hover { background-color: #17222f; color: #fff; } .pager li > a, .pager li > span { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #636e7b; } .well { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background-color: #e4e7ea; } .thumbnail { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 5px; } .media { padding-bottom: 15px; } .media-heading { color: #333; font-size: 14px; font-family: 'LatoBold'; margin: 0; } small.media-desc { line-height: 16px; font-size: 12px; display: block; } .text-success { color: #1CAF9A; } .modal-footer { margin-top: 0; } .modal-content .tab-content { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background-color: #428bca; color: #fff; } .dropzone-pic{ padding: 0 14px !important; border:1px solid #d3d7db; width:150px; height:150px; } .dropzone-pic>.dz-default{ margin: 0 !important; padding: 0 !important; } .dropzone-pic .dz-message{ color: dimgrey; } .dropzone-pic .dz-image{ border: 1px solid lightgrey; border-radius: 5px; } .dz-remove{ margin-top:5px; } .dropzone-pic .dz-preview{ margin: 0 !important; display: block; } .dropzone-pic .dz-preview .dz-image{ margin: 0 auto; } .dropzone-pic .dz-preview .dz-error-message{ top:150px; } .uploadtips{ color: #c23321; font-size: 12px; margin-top: 20px; display: block; } .dz-image img{ width: 100%; height: auto; } .user-panel{ padding: 10px 15px; } /*个人自定义样式*/ .content-wrapper{ padding:15px; } .index-content{ min-height: 250px; padding: 15px; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .content-header{ margin-bottom: 15px; } .content-header>h1{ font-size: 20px; color: #605ca8; font-weight: lighter; } .box-header{ padding: 8px 15px; border-bottom: 1px solid #eee; } .box-body{ padding:10px 15px; } .box-title{ padding-top: 6px; } .box-title>i{ margin-right: 5px; } .box-solid .box-header{ padding: 10px; } .box-header.with-border{ border-bottom:1px solid #eee; } .box-header>.box-tools{ right: 0; top: 2px; } .box-footer{ border-top:1px solid #eee; padding: 8px 15px; } .header-btn{ font-size: 12px; float: right; margin-left: 15px; } .footer-btn{ margin-right: 15px; float: right; } .main-footer{ font-size: 12px; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{ max-width: 250px; word-break: break-all; word-wrap: break-word; } .table-bordered{ border: 1px solid #eee; } .table-bordered>thead>tr>th{ border-bottom: 1px solid #eee; } .table-bordered tbody>tr>td{ vertical-align: middle; } .form-points{ line-height: 32px; margin: 0; } .publish-label{ color: #666; font-size: 14px; margin-bottom: 15px; } .publish-label span{ color: #333; font-weight: bold; } .footer-delete-btn{ float: left; margin-left: 15px; text-decoration: underline; color: #d9534f; line-height: 2; } .footer-delete-btn:hover{ text-decoration: none; color: #e35753; } .control-label{ line-height: 34px; } .control-label .icheck{ margin-top: 6px; } .checkbox{ margin-top: 0; margin-bottom: 0; } .img-flag { width: 20px; height: 20px; margin-right: 10px; margin-left: 15px; } #loadpage{ /*position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: #fff; text-align: center; z-index: 1050; transition: all .25s ease-out;*/ background:#F9F9F9; position:fixed; width:100%; height:100%; left:0px; top:0px; opacity: 1; z-index:1050; transition: all .25s ease-out; } .loaded{ opacity: 0 !important; } #loadpage>img{ /*position: absolute; left: 50%; top: 50%; margin-left: -290px; margin-top: -218px;*/ width:100px; height:100px; position:absolute; top:50%; left:50%; margin-left:-50px; margin-right:-50px; }
0.33112
0.049658
Reset styles. ============================================================ CONTAINER ==== */ /* I didn't add any reset styles, use your own */ /* Main width-controller for your content. think ".container" class as a holder for ".row" classes for a basic layout. Default centered with margin 0 auto; style. ============================================================ CONTAINER ==== */ .container { margin: 0 auto; } /* Main grouping blocks. You can dump "n*100%"" width content to a single ".row". (with the little help of .skip-float and manual .user-float classes) ================================================================== ROW ==== */ .row { /*width: 100%;*/ } /* A basic transitions for immediate childs of ".row" classes. I added transitions assuming your html layout keeps "col_*"" elements right after ".row" classes. (col_*'s are immediate childs of .row's) Delete this block to get rid of transitions. (transitions are incompatible with some browsers. ("some browsers" usually refers to internet explorer :) ====================================================== ROW TRANSITIONS ==== */ .row > * { -webkit-transition : all 400ms ease-out; -moz-transition : all 400ms ease-out; -o-transition : all 400ms ease-out; -ms-transition : all 400ms ease-out; transition : all 400ms ease-out; } /* Auto clearfix for all rows. Borrowed from HTML5BOILERPLATE. ====================================================== ROW TRANSITIONS ==== */ .row:before, .row:after { content: ""; display: table; } .row:after { clear: both; } .row { *zoom: 1; margin-left: -1%; margin-right: -1%; } /* Column (col_*) and complement (col_*c) classes. .col_0 class is not a must but i added it to keep things organized. You can use it for marginless 100% widths. ================================================ COLUMNS & COMPLEMENTS ==== */ /* columns & complements (autogenerated styles) */ .col_0 { width: 100%; margin-bottom: 5px; display: block; } .col_1, .col_2, .col_3, .col_3c, .col_4, .col_4c, .col_5, .col_5c, .col_6, .col_6c, .col_7, .col_7c, .col_8, .col_8c, .col_9, .col_9c, .col_10, .col_10c, .col_11, .col_11c, .col_12, .col_12c, .col_13, .col_13c, .col_14, .col_14c, .col_15, .col_15c, .col_16, .col_16c { padding-left : 1.00%; padding-right : 1.00%; margin-bottom : 5px; float : left; display : block; } /* columns (autogenerated styles) */ .col_1 { width: 98%; } .col_2 { width: 48%; } .col_3 { width: 31.3333333334%; } .col_4 { width: 23%; } .col_5 { width: 18%; } .col_6 { width: 14.6666666667%; } .col_7 { width: 12.2857142857%; } .col_8 { width: 10.5%; } .col_9 { width: 9.11111111112%; } .col_10 { width: 8%; } .col_11 { width: 7.09090909091%; } .col_12 { width: 6.33333333334%; } .col_13 { width: 5.69230769231%; } .col_14 { width: 5.14285714286%; } .col_15 { width: 4.66666666667%; } .col_16 { width: 4.25%; } /* complements (autogenerated styles) */ .col_3c { width: 64.6666666666%; } .col_4c { width: 73%; } .col_5c { width: 78%; } .col_6c { width: 81.3333333333%; } .col_7c { width: 83.7142857143%; } .col_8c { width: 85.5%; } .col_9c { width: 86.8888888889%; } .col_10c { width: 88%; } .col_11c { width: 88.9090909091%; } .col_12c { width: 89.6666666667%; } .col_13c { width: 90.3076923077%; } .col_14c { width: 90.8571428571%; } .col_15c { width: 91.3333333333%; } .col_16c { width: 91.75%; } /* 100% width auto control for "img", "object" and "embed" controls. ============================================ IMAGE FULL WIDTH CONTROLS ==== */ img, object, embed { max-width: 100%; } img { height: auto; } figure img { max-width: 100%; } /* Use ".skip-float" class to start from brand new lines. Clears left of current 100% group for new 100% lines in same ".row" group. @see webpage for details =============================================== FLOATING PROBLEM FIXER ==== */ .skip-float { clear: left; } /* CSS hack for responsive videos. @see http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ @see http://webdesignerwall.com/tutorials/css-elastic-videos ========================================================= VIDEO HOLDER ==== */ .video-holder { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; display: block; } .video-holder iframe, .video-holder object, .video-holder embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
web/bundles/applicationtools/css/34gs.css
Reset styles. ============================================================ CONTAINER ==== */ /* I didn't add any reset styles, use your own */ /* Main width-controller for your content. think ".container" class as a holder for ".row" classes for a basic layout. Default centered with margin 0 auto; style. ============================================================ CONTAINER ==== */ .container { margin: 0 auto; } /* Main grouping blocks. You can dump "n*100%"" width content to a single ".row". (with the little help of .skip-float and manual .user-float classes) ================================================================== ROW ==== */ .row { /*width: 100%;*/ } /* A basic transitions for immediate childs of ".row" classes. I added transitions assuming your html layout keeps "col_*"" elements right after ".row" classes. (col_*'s are immediate childs of .row's) Delete this block to get rid of transitions. (transitions are incompatible with some browsers. ("some browsers" usually refers to internet explorer :) ====================================================== ROW TRANSITIONS ==== */ .row > * { -webkit-transition : all 400ms ease-out; -moz-transition : all 400ms ease-out; -o-transition : all 400ms ease-out; -ms-transition : all 400ms ease-out; transition : all 400ms ease-out; } /* Auto clearfix for all rows. Borrowed from HTML5BOILERPLATE. ====================================================== ROW TRANSITIONS ==== */ .row:before, .row:after { content: ""; display: table; } .row:after { clear: both; } .row { *zoom: 1; margin-left: -1%; margin-right: -1%; } /* Column (col_*) and complement (col_*c) classes. .col_0 class is not a must but i added it to keep things organized. You can use it for marginless 100% widths. ================================================ COLUMNS & COMPLEMENTS ==== */ /* columns & complements (autogenerated styles) */ .col_0 { width: 100%; margin-bottom: 5px; display: block; } .col_1, .col_2, .col_3, .col_3c, .col_4, .col_4c, .col_5, .col_5c, .col_6, .col_6c, .col_7, .col_7c, .col_8, .col_8c, .col_9, .col_9c, .col_10, .col_10c, .col_11, .col_11c, .col_12, .col_12c, .col_13, .col_13c, .col_14, .col_14c, .col_15, .col_15c, .col_16, .col_16c { padding-left : 1.00%; padding-right : 1.00%; margin-bottom : 5px; float : left; display : block; } /* columns (autogenerated styles) */ .col_1 { width: 98%; } .col_2 { width: 48%; } .col_3 { width: 31.3333333334%; } .col_4 { width: 23%; } .col_5 { width: 18%; } .col_6 { width: 14.6666666667%; } .col_7 { width: 12.2857142857%; } .col_8 { width: 10.5%; } .col_9 { width: 9.11111111112%; } .col_10 { width: 8%; } .col_11 { width: 7.09090909091%; } .col_12 { width: 6.33333333334%; } .col_13 { width: 5.69230769231%; } .col_14 { width: 5.14285714286%; } .col_15 { width: 4.66666666667%; } .col_16 { width: 4.25%; } /* complements (autogenerated styles) */ .col_3c { width: 64.6666666666%; } .col_4c { width: 73%; } .col_5c { width: 78%; } .col_6c { width: 81.3333333333%; } .col_7c { width: 83.7142857143%; } .col_8c { width: 85.5%; } .col_9c { width: 86.8888888889%; } .col_10c { width: 88%; } .col_11c { width: 88.9090909091%; } .col_12c { width: 89.6666666667%; } .col_13c { width: 90.3076923077%; } .col_14c { width: 90.8571428571%; } .col_15c { width: 91.3333333333%; } .col_16c { width: 91.75%; } /* 100% width auto control for "img", "object" and "embed" controls. ============================================ IMAGE FULL WIDTH CONTROLS ==== */ img, object, embed { max-width: 100%; } img { height: auto; } figure img { max-width: 100%; } /* Use ".skip-float" class to start from brand new lines. Clears left of current 100% group for new 100% lines in same ".row" group. @see webpage for details =============================================== FLOATING PROBLEM FIXER ==== */ .skip-float { clear: left; } /* CSS hack for responsive videos. @see http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ @see http://webdesignerwall.com/tutorials/css-elastic-videos ========================================================= VIDEO HOLDER ==== */ .video-holder { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; display: block; } .video-holder iframe, .video-holder object, .video-holder embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
0.191668
0.075721
.App { text-align: center; background: #ff8900; } /* Header Styles */ .App-logo { animation: Logo-pulse infinite 2s linear; height: 80px; margin: 10px; float: left; } .App-header { height: 70px; padding: 19px; display: flex; justify-content: space-evenly; align-items: center; } .App-title { font-family: 'Bungee Shade', cursive; color: #fff; padding-left: 14px; font-size: 3rem; } @keyframes Logo-pulse { from { transform: scale(1); } 50% { transform: scale(0.85); } to { transform: scale(1); } } @keyframes Face-spin { from { transform: rotate(360deg); } to { transform: rotate(0deg); } } /* Card Styles */ .card-wrapper { margin: 5px; background-color: #fff; border-radius: 10px; /*background: linear-gradient(-12deg, #FFB912 30%, #1f4f03 70%);*/ border: 2px solid white; background-color: purple; display: flex; flex-direction: column; } #card-top-box { height: 150px; padding: 20px; display: flex; align-items: center; justify-content: center; border-top-left-radius: 10px; } #card-bottom-box { height: 120px; padding: 20px; display: flex; align-items: center; justify-content: center; } .card__face{ animation: Face-spin infinite 20s linear; height: 12rem; width: 12rem; position: inherit; z-index: 5; } span.challenge, span.genre { font-size: 2rem; transform: rotate(-12deg); color: #fff; font-weight: bolder; } .hr { position: relative; height: 13rem; } .hr-line { transform: rotate(-12deg); border: 0; height: 5px; margin-left: -6px; width: 104%; background: #ff8900; position: absolute; bottom: 100px; } /* footer styles */ p.counter { margin: 0 auto; padding: 15px; color: #fff; letter-spacing: 2px; } .app-footer { display: flex; flex-direction: column; justify-content: space-evenly; } .next-button { padding: 5px 20px; margin: 10px; font-size: 24px; cursor: pointer; color: orange; background-color: #fff; border: 1px solid purple; border-radius: 15px; box-shadow: -4px 6px 0px -1px purple; font-weight: 700; letter-spacing: 5px; } .next-button:active { background-color: purple; color: #fff; box-shadow: 0 5px #666; transform: translateY(4px); }
src/stylesheets/App.css
.App { text-align: center; background: #ff8900; } /* Header Styles */ .App-logo { animation: Logo-pulse infinite 2s linear; height: 80px; margin: 10px; float: left; } .App-header { height: 70px; padding: 19px; display: flex; justify-content: space-evenly; align-items: center; } .App-title { font-family: 'Bungee Shade', cursive; color: #fff; padding-left: 14px; font-size: 3rem; } @keyframes Logo-pulse { from { transform: scale(1); } 50% { transform: scale(0.85); } to { transform: scale(1); } } @keyframes Face-spin { from { transform: rotate(360deg); } to { transform: rotate(0deg); } } /* Card Styles */ .card-wrapper { margin: 5px; background-color: #fff; border-radius: 10px; /*background: linear-gradient(-12deg, #FFB912 30%, #1f4f03 70%);*/ border: 2px solid white; background-color: purple; display: flex; flex-direction: column; } #card-top-box { height: 150px; padding: 20px; display: flex; align-items: center; justify-content: center; border-top-left-radius: 10px; } #card-bottom-box { height: 120px; padding: 20px; display: flex; align-items: center; justify-content: center; } .card__face{ animation: Face-spin infinite 20s linear; height: 12rem; width: 12rem; position: inherit; z-index: 5; } span.challenge, span.genre { font-size: 2rem; transform: rotate(-12deg); color: #fff; font-weight: bolder; } .hr { position: relative; height: 13rem; } .hr-line { transform: rotate(-12deg); border: 0; height: 5px; margin-left: -6px; width: 104%; background: #ff8900; position: absolute; bottom: 100px; } /* footer styles */ p.counter { margin: 0 auto; padding: 15px; color: #fff; letter-spacing: 2px; } .app-footer { display: flex; flex-direction: column; justify-content: space-evenly; } .next-button { padding: 5px 20px; margin: 10px; font-size: 24px; cursor: pointer; color: orange; background-color: #fff; border: 1px solid purple; border-radius: 15px; box-shadow: -4px 6px 0px -1px purple; font-weight: 700; letter-spacing: 5px; } .next-button:active { background-color: purple; color: #fff; box-shadow: 0 5px #666; transform: translateY(4px); }
0.570092
0.099121
header { text-align: center; background-image: url("images/flat.jpg"); background-position: center; background-size: 2500px 1667px; } a { color: white; font-family: "Emblema One";font-size: 25px; } h1 { font-family: "Emblema One";font-size: 100px; color: orange; margin-top: -20px; } h2 { text-align: left; font-family: "Emblema One";font-size: 25px; color: orange; max-width: 500px; padding: 20px; margin: 0 auto; } p { font-family: "Helvetica";font-size: 12px; padding: -200px; } .photos { float: left; width: 100%; margin-left: 100px; } #navigation { padding: 20px; background: rgba(0,0,0,0.5); } li { display: inline; padding: 0px 20px 0px 10px; } .navbar { margin-top: 400px; } article { max-width: 500px; padding: 20px; margin: 0 auto; } @media (max-width: 500px) { body { background: green; } h1 { font-size: 50px; padding: 30px; } p { padding: 5px; margin-left: 20px; } li { padding: 5px; display: block; } } /* Contact form css */ * { box-sizing: border-box; } input[type=text], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; margin-top: 6px; margin-bottom: 16px; resize: vertical; font-family: "Helvetica";font-size: 12px; } input[type=submit] { background-color: green; color: white; padding: 12px 20px; border: none; cursor: pointer; font-family: "Emblema One";font-size: 18px; } input[type=submit]:hover { background-color: orange; } .column { float: left; width: 40%; margin-left: 80px; padding: 20px; font-family: "Helvetica";font-size: 12px; } .row:after { content: ""; display: table; clear: both; } @media screen and (max-width: 500px) { .column, input[type=submit] { width: 80%; margin-left: 50px; } } /* Social media buttons css */ .icon-bar { position: fixed; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .icon-bar a { display: block; text-align: center; padding: 12px; transition: all 0.3s ease; color: white; font-size: 16px; } .icon-bar a:hover { background-color: #000; } .facebook { background: #FFD700; color: white; } .twitter { background: #FFA500; color: white; } .google { background: #FF8C00; color: white; } .linkedin { background: #FFA500; color: white; } .youtube { background: #FFD700; color: white; } /* Text on photos on events page css */ * .container { position: relative; width: 100%; } .image { opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden; } .middle { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .container:hover .image { opacity: 0.3; } .container:hover .middle { opacity: 1; } .text { background-color: #000000; color: white; font-size: 16px; padding: 16px 32px; } .responsive { max-width: 500px; height: 50%; width: auto; }
index.css
header { text-align: center; background-image: url("images/flat.jpg"); background-position: center; background-size: 2500px 1667px; } a { color: white; font-family: "Emblema One";font-size: 25px; } h1 { font-family: "Emblema One";font-size: 100px; color: orange; margin-top: -20px; } h2 { text-align: left; font-family: "Emblema One";font-size: 25px; color: orange; max-width: 500px; padding: 20px; margin: 0 auto; } p { font-family: "Helvetica";font-size: 12px; padding: -200px; } .photos { float: left; width: 100%; margin-left: 100px; } #navigation { padding: 20px; background: rgba(0,0,0,0.5); } li { display: inline; padding: 0px 20px 0px 10px; } .navbar { margin-top: 400px; } article { max-width: 500px; padding: 20px; margin: 0 auto; } @media (max-width: 500px) { body { background: green; } h1 { font-size: 50px; padding: 30px; } p { padding: 5px; margin-left: 20px; } li { padding: 5px; display: block; } } /* Contact form css */ * { box-sizing: border-box; } input[type=text], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; margin-top: 6px; margin-bottom: 16px; resize: vertical; font-family: "Helvetica";font-size: 12px; } input[type=submit] { background-color: green; color: white; padding: 12px 20px; border: none; cursor: pointer; font-family: "Emblema One";font-size: 18px; } input[type=submit]:hover { background-color: orange; } .column { float: left; width: 40%; margin-left: 80px; padding: 20px; font-family: "Helvetica";font-size: 12px; } .row:after { content: ""; display: table; clear: both; } @media screen and (max-width: 500px) { .column, input[type=submit] { width: 80%; margin-left: 50px; } } /* Social media buttons css */ .icon-bar { position: fixed; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .icon-bar a { display: block; text-align: center; padding: 12px; transition: all 0.3s ease; color: white; font-size: 16px; } .icon-bar a:hover { background-color: #000; } .facebook { background: #FFD700; color: white; } .twitter { background: #FFA500; color: white; } .google { background: #FF8C00; color: white; } .linkedin { background: #FFA500; color: white; } .youtube { background: #FFD700; color: white; } /* Text on photos on events page css */ * .container { position: relative; width: 100%; } .image { opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden; } .middle { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .container:hover .image { opacity: 0.3; } .container:hover .middle { opacity: 1; } .text { background-color: #000000; color: white; font-size: 16px; padding: 16px 32px; } .responsive { max-width: 500px; height: 50%; width: auto; }
0.439507
0.116011
\*------------------------------------*/ /** * CONTENTS............You're reading it! * RESET...............Set our reset defaults * FONT-FACE...........Import brand font files * STYLUS MIXIN........Set of functions to make cross-browser easier * GRID * ELEMENTS * LAYOUT * */ /*------------------------------------* $RESET \*------------------------------------*/ 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; } * { box-sizing: border-box; } /* 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; } /*------------------------------------* $STYLUS MIXIN \*------------------------------------*/ /*------------------------------------* $GRID \*------------------------------------*/ .t1 { width: 1%; } .t2 { width: 2%; } .t10 { width: 10%; } .t20 { width: 20%; } .t25 { width: 25%; } /* 1/4 */ .t30 { width: 30%; } .t32 { width: 32%; } .t33 { width: 33.33333%; } /* 1/3 */ .t40 { width: 40%; } .t50 { width: 50%; } /* 1/2 */ .t60 { width: 60%; } .t64 { width: 64%; } .t66 { width: 66.66666%; } /* 2/3 */ .t70 { width: 70%; } .t75 { width: 75%; } /* 3/4*/ .t80 { width: 80%; } .t90 { width: 90%; } .t100 { width: 100%; } /*------------------------------------* $ELEMENTS \*------------------------------------*/ body { background: #f6f6f6; font: 17px/28px "Georgia", serif; color: #333; } a { text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", sans-serif; font-weight: 400; color: #000; text-rendering: optimizeLegibility; } p { margin: 0 0 28px 0; } strong { font-weight: bold; } sup { font-size: 0.7em; vertical-align: top; line-height: 1.15em; } input { background: #f6f6f6; padding: 7px 13px 6px; margin: 0px 5px; font-size: 17px; border: 1px solid #f3f3f3; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } label { display: block; margin: 5px 0px 0px 0px; } /*------------------------------------* $LAYOUT \*------------------------------------*/ .wrapper, .viewer, .editor { position: relative; } .viewer, .editor { float: left; } .viewer { max-width: 850px; } .nav { width: 75px; height: 100%; position: fixed; top: 0px; left: 0px; } .drop-shadow { -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.365); -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.365); -ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.365); -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.365); box-shadow: 0px 1px 3px rgba(0,0,0,0.365); } /*------------------------------------* $NAV \*------------------------------------*/ .nav { background: #3e4753; color: #eee; z-index: 100; } .tooltip { display: none; } .nav-download { width: 75px; font-size: 11px; padding: 45px 20px 25px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; position: fixed; bottom: 0px; text-align: center; } .nav-download:before { font-size: 26px; width: 75px; left: 0px; top: 10px; position: absolute; } .nav-download.large { width: 75px; position: relative; display: inline-block; padding-bottom: 10px; } .nav-download.large:before { font-size: 32px; } .tip .tip-arrow, .tip .tip-arrow:before { position: absolute; width: 0px; height: 0px; border: 10px solid; border-color: transparent #fff transparent transparent; position: absolute; top: 52px; left: -14px; } .tip .tip-arrow:before { content: ''; border-color: transparent #d2d2d2 transparent transparent; left: -11px; top: -10px; z-index: -1; } .tip .tip-inner { background: #fff; padding: 5px 10px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1); -ms-box-shadow: 0 0 5px rgba(0,0,0,0.1); -o-box-shadow: 0 0 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px rgba(0,0,0,0.1); border: 1px solid #d2d2d2; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /*------------------------------------* $EDITOR \*------------------------------------*/ .editor { height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; position: relative; } .editor.over textarea { background: #eee; } .editor textarea { height: 100%; width: 50%; border: 0px; outline: 0px; font-size: 12px; padding: 15px 15px 15px 90px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border-right: 1px solid #d2d2d2; } .editor-tag-matches { position: absolute; z-index: 150; right: 0px; margin: auto 0px; height: 300px; display: table; vertical-align: middle; } .editor-tag-matches-inner { display: table-row; height: auto; } .editor-tag-matches-inner span { background: #3e4753; color: #eee; display: block; padding: 2px 10px; text-transform: capitalize; font-size: 16px; } /*------------------------------------* $VIEWER \*------------------------------------*/ .viewer { color: #222; cursor: text; padding: 0px; overflow-y: scroll; } .viewer-script { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; position: relative; left: 50%; } .viewer-script-page { background: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; color: #222; cursor: text; font: Courier, "Courier New", monospace; letter-spacing: 0 !important; font-family: "Courier Final Draft", "Courier", "Courier New", monospace; line-height: 107.5%; margin: 0px auto 25px auto; position: relative; text-align: left; width: 100%; z-index: 200; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1); -ms-box-shadow: 0 0 5px rgba(0,0,0,0.1); -o-box-shadow: 0 0 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px rgba(0,0,0,0.1); border: 1px solid #d2d2d2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .viewer-script.dpi72 .viewer-script-page { font-size: 12px; padding: 72px 72px 72px 108px; } .viewer-script.dpi100 .viewer-script-page { font-size: 16px; padding: 100px 100px 100px 150px; margin-left: -425px; } .viewer-script.dpi150 .viewer-script-page { font-size: 33px; padding: 150px 150px 150px 225px; margin-left: -637px; } .viewer-script h1, .viewer-script h2, .viewer-script h3, .viewer-script h4, .viewer-script p { margin: 1em 0; font-family: "Courier Final Draft", "Courier", "Courier New", monospace; } .viewer-script.dpi72 h1, .viewer-script.dpi72 h2, .viewer-script.dpi72 h3, .viewer-script.dpi72 h4, .viewer-script.dpi72 p { font-size: 12px; font-weight: normal; } .viewer-script.dpi100 h1, .viewer-script.dpi100 h2, .viewer-script.dpi100 h3, .viewer-script.dpi100 h4, .viewer-script.dpi100 p { font-size: 17px; font-weight: normal; } .viewer-script.dpi150 h1, .viewer-script.dpi150 h2, .viewer-script.dpi150 h3, .viewer-script.dpi150 h4, .viewer-script.dpi150 p { font-size: 33px; font-weight: normal; } /* US Paper */ .viewer-script.us-letter.dpi72 { width: 612px; margin-left: -306px; } /* us letter - 72 dpi - 612px x 792px - margins: 1" 1" 1" 1.5" */ .viewer-script.us-letter.dpi100 { width: 850px; } /* us letter - 100 dpi - 850px x 1100px - margins: 1" 1" 1" 1.5" */ .viewer-script.us-letter.dpi150 { width: 1275px; } /* us letter - 150 dpi - 1275px x 1650px - margins: 1" 1" 1" 1.5" */ .viewer-script.us-letter.dpi72 { min-height: 792px; } /* min height temporary until proper paging is implemented */ .viewer-script.us-letter.dpi100 { min-height: 1100px; } /* min height temporary until proper paging is implemented */ .viewer-script.us-letter.dpi150 { min-height: 1650px; } /* min height temporary until proper paging is implemented */ .viewer-script.us-letter.dpi72 .title-page { height: 792px; } /* temp for title page until paging is implemented */ .viewer-script.us-letter.dpi100 .title-page { height: 1100px; } /* temp for title page until paging is implemented */ .viewer-script.us-letter.dpi150 .title-page { height: 1650px; } /* temp for title page until paging is implemented */ /* A4 Paper */ .viewer-script.a4.dpi72 { width: 595px; } /* us letter - 72 dpi - 595px x 842px - margins: 1" 1" 1" 1.5" */ .viewer-script.a4.dpi100 { width: 827px; } /* us letter - 72 dpi - 827px x 1169px - margins: 1" 1" 1" 1.5" */ .viewer-script.a4.dpi150 { width: 1250px; } /* us letter - 72 dpi - 1250px x 1754px - margins: 1" 1" 1" 1.5" */ .viewer-script.a4.dpi72 { height: 842px; } .viewer-script.a4.dpi100 { height: 1169px; } .viewer-script.a4.dpi150 { height: 1754px; } /* title page */ .viewer-script .title-page { margin-top: 25px; } .viewer-script .title-page h1 { margin-top: 50%; margin-bottom: 34px; text-align: center; width: 90.5%; } .viewer-script .title-page p.credit { text-align: center; width: 90.5%; } .viewer-script .title-page p.author, .viewer-script .title-page p.authors { margin-bottom: 32px; margin-top: 0; text-align: center; width: 90.5%; } .viewer-script .title-page p.source { margin-bottom: 32px; text-align: center; width: 90.5%; } .viewer-script .title-page p.notes { bottom: 350px; position: absolute; right: 0; text-align: right; } .viewer-script.dpi72 .title-page p.notes { bottom: 252px; right: 72px; } .viewer-script.dpi100 .title-page p.notes { bottom: 350px; right: 100px; } .viewer-script.dpi150 .title-page p.notes { bottom: 525px; right: 150px; } .viewer-script .title-page p.date, .viewer-script .title-page p.draft-date { bottom: 250px; position: absolute; right: 0; text-align: right; } .viewer-script.dpi72 .title-page p.date, .viewer-script.dpi72 .title-page p.draft-date { bottom: 180px; right: 72px; } .viewer-script.dpi100 .title-page p.date, .viewer-script.dpi100 .title-page p.draft-date { bottom: 250px; right: 100px; } .viewer-script.dpi150 .title-page p.date, .viewer-script.dpi150 .title-page p.draft-date { bottom: 375px; right: 150px; } .viewer-script .title-page p.contact { bottom: 100px; position: absolute; right: 0; text-align: right; } .viewer-script.dpi72 .title-page p.contact { bottom: 72px; right: 72px; } .viewer-script.dpi100 .title-page p.contact { bottom: 100px; right: 100px; } .viewer-script.dpi150 .title-page p.contact { bottom: 150px; right: 150px; } .viewer-script .title-page p.copyright { bottom: 100px; position: absolute; text-align: left; } .viewer-script.dpi72 .title-page p.copyright { bottom: 72px; } .viewer-script.dpi100 .title-page p.copyright { bottom: 100px; } .viewer-script.dpi150 .title-page p.copyright { bottom: 150px; } .viewer-script h2 { text-align: right; } .viewer-script h2.left-aligned { text-align: left; } .viewer-script h3 { position: relative; } .viewer-script h3:before { color: #bbb; content: ''; font-weight: bold; left: -45px; position: absolute; } .viewer-script h3:after { color: #bbb; content: ''; font-weight: bold; right: -45px; position: absolute; } .viewer-script div.dialogue { margin-left: auto; margin-right: auto; width: 68%; } .viewer-script div.dialogue h4 { margin-bottom: 0.75em; margin-left: 23%; } .viewer-script div.dialogue p.parenthetical { margin-bottom: 0; margin-top: 0; margin-left: 11%; } .viewer-script div.dialogue p { margin-bottom: 0; margin-top: 0; } .viewer-script div.dual-dialogue { margin: 2em 0 0.9em 2%; width: 95%; } .viewer-script div.dual-dialogue div.dialogue { display: inline-block; margin: 0; width: 45%; } .viewer-script div.dual-dialogue div.dialogue h4 { margin-top: 0; } .viewer-script div.dual-dialogue div.dialogue.right { float: right; } .viewer-script hr { page-break-before: always; } .viewer-script p.centered { text-align: center; width: 92.5%; } .viewer-script p.section { color: #bbb; margin-left: -30px; } .viewer-script p.synopsis { color: #bbb; margin-left: -20px; } .viewer-script span.italic { font-style: italic; } .viewer-script span.bold { font-weight: bold; } .viewer-script span.underline { text-decoration: underline; } @media only screen and (max-width: 1220px) { .viewer { width: 60%; } .editor, .editor textarea { width: 40%; } } @media only screen and (max-width: 1010px) { .viewer { display: none; } .editor, .editor textarea { width: 100%; min-width: 320px; position: relative; } .editor textarea { padding-left: 15px; padding-bottom: 100px; } .nav { height: 50px; width: 100%; top: auto; bottom: 0px; left: 0px; position: fixed; } .nav-download { display: none; } }
public/style/main.css
\*------------------------------------*/ /** * CONTENTS............You're reading it! * RESET...............Set our reset defaults * FONT-FACE...........Import brand font files * STYLUS MIXIN........Set of functions to make cross-browser easier * GRID * ELEMENTS * LAYOUT * */ /*------------------------------------* $RESET \*------------------------------------*/ 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; } * { box-sizing: border-box; } /* 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; } /*------------------------------------* $STYLUS MIXIN \*------------------------------------*/ /*------------------------------------* $GRID \*------------------------------------*/ .t1 { width: 1%; } .t2 { width: 2%; } .t10 { width: 10%; } .t20 { width: 20%; } .t25 { width: 25%; } /* 1/4 */ .t30 { width: 30%; } .t32 { width: 32%; } .t33 { width: 33.33333%; } /* 1/3 */ .t40 { width: 40%; } .t50 { width: 50%; } /* 1/2 */ .t60 { width: 60%; } .t64 { width: 64%; } .t66 { width: 66.66666%; } /* 2/3 */ .t70 { width: 70%; } .t75 { width: 75%; } /* 3/4*/ .t80 { width: 80%; } .t90 { width: 90%; } .t100 { width: 100%; } /*------------------------------------* $ELEMENTS \*------------------------------------*/ body { background: #f6f6f6; font: 17px/28px "Georgia", serif; color: #333; } a { text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", sans-serif; font-weight: 400; color: #000; text-rendering: optimizeLegibility; } p { margin: 0 0 28px 0; } strong { font-weight: bold; } sup { font-size: 0.7em; vertical-align: top; line-height: 1.15em; } input { background: #f6f6f6; padding: 7px 13px 6px; margin: 0px 5px; font-size: 17px; border: 1px solid #f3f3f3; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } label { display: block; margin: 5px 0px 0px 0px; } /*------------------------------------* $LAYOUT \*------------------------------------*/ .wrapper, .viewer, .editor { position: relative; } .viewer, .editor { float: left; } .viewer { max-width: 850px; } .nav { width: 75px; height: 100%; position: fixed; top: 0px; left: 0px; } .drop-shadow { -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.365); -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.365); -ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.365); -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.365); box-shadow: 0px 1px 3px rgba(0,0,0,0.365); } /*------------------------------------* $NAV \*------------------------------------*/ .nav { background: #3e4753; color: #eee; z-index: 100; } .tooltip { display: none; } .nav-download { width: 75px; font-size: 11px; padding: 45px 20px 25px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; position: fixed; bottom: 0px; text-align: center; } .nav-download:before { font-size: 26px; width: 75px; left: 0px; top: 10px; position: absolute; } .nav-download.large { width: 75px; position: relative; display: inline-block; padding-bottom: 10px; } .nav-download.large:before { font-size: 32px; } .tip .tip-arrow, .tip .tip-arrow:before { position: absolute; width: 0px; height: 0px; border: 10px solid; border-color: transparent #fff transparent transparent; position: absolute; top: 52px; left: -14px; } .tip .tip-arrow:before { content: ''; border-color: transparent #d2d2d2 transparent transparent; left: -11px; top: -10px; z-index: -1; } .tip .tip-inner { background: #fff; padding: 5px 10px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1); -ms-box-shadow: 0 0 5px rgba(0,0,0,0.1); -o-box-shadow: 0 0 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px rgba(0,0,0,0.1); border: 1px solid #d2d2d2; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /*------------------------------------* $EDITOR \*------------------------------------*/ .editor { height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; position: relative; } .editor.over textarea { background: #eee; } .editor textarea { height: 100%; width: 50%; border: 0px; outline: 0px; font-size: 12px; padding: 15px 15px 15px 90px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border-right: 1px solid #d2d2d2; } .editor-tag-matches { position: absolute; z-index: 150; right: 0px; margin: auto 0px; height: 300px; display: table; vertical-align: middle; } .editor-tag-matches-inner { display: table-row; height: auto; } .editor-tag-matches-inner span { background: #3e4753; color: #eee; display: block; padding: 2px 10px; text-transform: capitalize; font-size: 16px; } /*------------------------------------* $VIEWER \*------------------------------------*/ .viewer { color: #222; cursor: text; padding: 0px; overflow-y: scroll; } .viewer-script { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; position: relative; left: 50%; } .viewer-script-page { background: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; color: #222; cursor: text; font: Courier, "Courier New", monospace; letter-spacing: 0 !important; font-family: "Courier Final Draft", "Courier", "Courier New", monospace; line-height: 107.5%; margin: 0px auto 25px auto; position: relative; text-align: left; width: 100%; z-index: 200; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1); -ms-box-shadow: 0 0 5px rgba(0,0,0,0.1); -o-box-shadow: 0 0 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px rgba(0,0,0,0.1); border: 1px solid #d2d2d2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .viewer-script.dpi72 .viewer-script-page { font-size: 12px; padding: 72px 72px 72px 108px; } .viewer-script.dpi100 .viewer-script-page { font-size: 16px; padding: 100px 100px 100px 150px; margin-left: -425px; } .viewer-script.dpi150 .viewer-script-page { font-size: 33px; padding: 150px 150px 150px 225px; margin-left: -637px; } .viewer-script h1, .viewer-script h2, .viewer-script h3, .viewer-script h4, .viewer-script p { margin: 1em 0; font-family: "Courier Final Draft", "Courier", "Courier New", monospace; } .viewer-script.dpi72 h1, .viewer-script.dpi72 h2, .viewer-script.dpi72 h3, .viewer-script.dpi72 h4, .viewer-script.dpi72 p { font-size: 12px; font-weight: normal; } .viewer-script.dpi100 h1, .viewer-script.dpi100 h2, .viewer-script.dpi100 h3, .viewer-script.dpi100 h4, .viewer-script.dpi100 p { font-size: 17px; font-weight: normal; } .viewer-script.dpi150 h1, .viewer-script.dpi150 h2, .viewer-script.dpi150 h3, .viewer-script.dpi150 h4, .viewer-script.dpi150 p { font-size: 33px; font-weight: normal; } /* US Paper */ .viewer-script.us-letter.dpi72 { width: 612px; margin-left: -306px; } /* us letter - 72 dpi - 612px x 792px - margins: 1" 1" 1" 1.5" */ .viewer-script.us-letter.dpi100 { width: 850px; } /* us letter - 100 dpi - 850px x 1100px - margins: 1" 1" 1" 1.5" */ .viewer-script.us-letter.dpi150 { width: 1275px; } /* us letter - 150 dpi - 1275px x 1650px - margins: 1" 1" 1" 1.5" */ .viewer-script.us-letter.dpi72 { min-height: 792px; } /* min height temporary until proper paging is implemented */ .viewer-script.us-letter.dpi100 { min-height: 1100px; } /* min height temporary until proper paging is implemented */ .viewer-script.us-letter.dpi150 { min-height: 1650px; } /* min height temporary until proper paging is implemented */ .viewer-script.us-letter.dpi72 .title-page { height: 792px; } /* temp for title page until paging is implemented */ .viewer-script.us-letter.dpi100 .title-page { height: 1100px; } /* temp for title page until paging is implemented */ .viewer-script.us-letter.dpi150 .title-page { height: 1650px; } /* temp for title page until paging is implemented */ /* A4 Paper */ .viewer-script.a4.dpi72 { width: 595px; } /* us letter - 72 dpi - 595px x 842px - margins: 1" 1" 1" 1.5" */ .viewer-script.a4.dpi100 { width: 827px; } /* us letter - 72 dpi - 827px x 1169px - margins: 1" 1" 1" 1.5" */ .viewer-script.a4.dpi150 { width: 1250px; } /* us letter - 72 dpi - 1250px x 1754px - margins: 1" 1" 1" 1.5" */ .viewer-script.a4.dpi72 { height: 842px; } .viewer-script.a4.dpi100 { height: 1169px; } .viewer-script.a4.dpi150 { height: 1754px; } /* title page */ .viewer-script .title-page { margin-top: 25px; } .viewer-script .title-page h1 { margin-top: 50%; margin-bottom: 34px; text-align: center; width: 90.5%; } .viewer-script .title-page p.credit { text-align: center; width: 90.5%; } .viewer-script .title-page p.author, .viewer-script .title-page p.authors { margin-bottom: 32px; margin-top: 0; text-align: center; width: 90.5%; } .viewer-script .title-page p.source { margin-bottom: 32px; text-align: center; width: 90.5%; } .viewer-script .title-page p.notes { bottom: 350px; position: absolute; right: 0; text-align: right; } .viewer-script.dpi72 .title-page p.notes { bottom: 252px; right: 72px; } .viewer-script.dpi100 .title-page p.notes { bottom: 350px; right: 100px; } .viewer-script.dpi150 .title-page p.notes { bottom: 525px; right: 150px; } .viewer-script .title-page p.date, .viewer-script .title-page p.draft-date { bottom: 250px; position: absolute; right: 0; text-align: right; } .viewer-script.dpi72 .title-page p.date, .viewer-script.dpi72 .title-page p.draft-date { bottom: 180px; right: 72px; } .viewer-script.dpi100 .title-page p.date, .viewer-script.dpi100 .title-page p.draft-date { bottom: 250px; right: 100px; } .viewer-script.dpi150 .title-page p.date, .viewer-script.dpi150 .title-page p.draft-date { bottom: 375px; right: 150px; } .viewer-script .title-page p.contact { bottom: 100px; position: absolute; right: 0; text-align: right; } .viewer-script.dpi72 .title-page p.contact { bottom: 72px; right: 72px; } .viewer-script.dpi100 .title-page p.contact { bottom: 100px; right: 100px; } .viewer-script.dpi150 .title-page p.contact { bottom: 150px; right: 150px; } .viewer-script .title-page p.copyright { bottom: 100px; position: absolute; text-align: left; } .viewer-script.dpi72 .title-page p.copyright { bottom: 72px; } .viewer-script.dpi100 .title-page p.copyright { bottom: 100px; } .viewer-script.dpi150 .title-page p.copyright { bottom: 150px; } .viewer-script h2 { text-align: right; } .viewer-script h2.left-aligned { text-align: left; } .viewer-script h3 { position: relative; } .viewer-script h3:before { color: #bbb; content: ''; font-weight: bold; left: -45px; position: absolute; } .viewer-script h3:after { color: #bbb; content: ''; font-weight: bold; right: -45px; position: absolute; } .viewer-script div.dialogue { margin-left: auto; margin-right: auto; width: 68%; } .viewer-script div.dialogue h4 { margin-bottom: 0.75em; margin-left: 23%; } .viewer-script div.dialogue p.parenthetical { margin-bottom: 0; margin-top: 0; margin-left: 11%; } .viewer-script div.dialogue p { margin-bottom: 0; margin-top: 0; } .viewer-script div.dual-dialogue { margin: 2em 0 0.9em 2%; width: 95%; } .viewer-script div.dual-dialogue div.dialogue { display: inline-block; margin: 0; width: 45%; } .viewer-script div.dual-dialogue div.dialogue h4 { margin-top: 0; } .viewer-script div.dual-dialogue div.dialogue.right { float: right; } .viewer-script hr { page-break-before: always; } .viewer-script p.centered { text-align: center; width: 92.5%; } .viewer-script p.section { color: #bbb; margin-left: -30px; } .viewer-script p.synopsis { color: #bbb; margin-left: -20px; } .viewer-script span.italic { font-style: italic; } .viewer-script span.bold { font-weight: bold; } .viewer-script span.underline { text-decoration: underline; } @media only screen and (max-width: 1220px) { .viewer { width: 60%; } .editor, .editor textarea { width: 40%; } } @media only screen and (max-width: 1010px) { .viewer { display: none; } .editor, .editor textarea { width: 100%; min-width: 320px; position: relative; } .editor textarea { padding-left: 15px; padding-bottom: 100px; } .nav { height: 50px; width: 100%; top: auto; bottom: 0px; left: 0px; position: fixed; } .nav-download { display: none; } }
0.335677
0.074905
.image { background-image: url("/Picture/Picture.PNG"); background-size: cover; } .logo{ width: 150px; height: 150px; margin-left: 600px; margin-top: 70px; } .logo1{ width: 90px; height: 90px; margin-top: 10px; float: left; margin-top: -50px; margin-left: 20px; } .text{ margin-left: 550px; margin-top: 30px; width: 250px; height: 30px; font-size: 18px; letter-spacing: 2px; } button{ background-color: #315FEF ; color: #F7F8FB ; margin-left: 630px; margin-top: 30px; width: 100px; height: 30px; } .pro{ width: 1000px; height: 30px; letter-spacing: 3px; margin-top: -1000px; margin-left: 70px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-top-left-radius: 10px; } h1 { margin-left: 400px; font-size: 32px; font-family: algerian; letter-spacing: 2px; } .search{ color: #4C4E54 ; width: 80px; height: 30px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-top-left-radius: 10px; } .text2{ width: 200px; height: 100; font-size: 24px; font-family: sans-serif; background-color: #C4CCC7 ; border-bottom-right-radius: 10px; border-top-left-radius: 10px; margin-left: 190px; margin-top: 30px; } .text3{ width: 200px; height: 100; font-size: 24px; font-family: sans-serif; background-color: #C4CCC7 ; border-bottom-right-radius: 10px; border-top-left-radius: 10px; margin-left: 460px; margin-top: -50px; } .text4{ width: 200px; height: 100; font-size: 24px; font-family: sans-serif; background-color: #C4CCC7 ; border-bottom-right-radius: 10px; border-top-left-radius: 10px; margin-left: 730px; margin-top: -75px; } .text5{ width: 200px; height: 100; font-size: 24px; font-family: sans-serif; background-color: #C4CCC7 ; border-bottom-right-radius: 10px; border-top-left-radius: 10px; margin-left: 1000px; margin-top: -75px; } .menu1{ height: 100px; width: 100px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-top-left-radius: 10px; margin-left: 185px; margin-top: 30px; }
public/design/css.css
.image { background-image: url("/Picture/Picture.PNG"); background-size: cover; } .logo{ width: 150px; height: 150px; margin-left: 600px; margin-top: 70px; } .logo1{ width: 90px; height: 90px; margin-top: 10px; float: left; margin-top: -50px; margin-left: 20px; } .text{ margin-left: 550px; margin-top: 30px; width: 250px; height: 30px; font-size: 18px; letter-spacing: 2px; } button{ background-color: #315FEF ; color: #F7F8FB ; margin-left: 630px; margin-top: 30px; width: 100px; height: 30px; } .pro{ width: 1000px; height: 30px; letter-spacing: 3px; margin-top: -1000px; margin-left: 70px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-top-left-radius: 10px; } h1 { margin-left: 400px; font-size: 32px; font-family: algerian; letter-spacing: 2px; } .search{ color: #4C4E54 ; width: 80px; height: 30px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-top-left-radius: 10px; } .text2{ width: 200px; height: 100; font-size: 24px; font-family: sans-serif; background-color: #C4CCC7 ; border-bottom-right-radius: 10px; border-top-left-radius: 10px; margin-left: 190px; margin-top: 30px; } .text3{ width: 200px; height: 100; font-size: 24px; font-family: sans-serif; background-color: #C4CCC7 ; border-bottom-right-radius: 10px; border-top-left-radius: 10px; margin-left: 460px; margin-top: -50px; } .text4{ width: 200px; height: 100; font-size: 24px; font-family: sans-serif; background-color: #C4CCC7 ; border-bottom-right-radius: 10px; border-top-left-radius: 10px; margin-left: 730px; margin-top: -75px; } .text5{ width: 200px; height: 100; font-size: 24px; font-family: sans-serif; background-color: #C4CCC7 ; border-bottom-right-radius: 10px; border-top-left-radius: 10px; margin-left: 1000px; margin-top: -75px; } .menu1{ height: 100px; width: 100px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-top-left-radius: 10px; margin-left: 185px; margin-top: 30px; }
0.378459
0.104889
body { /*background-color: #FAFAFA;*/ background-color: #293588; } header { box-sizing: border-box; background: ; margin-bottom: 20px; } header .logo { max-width: 100px; width: 100%; } header .logo:hover { transform: scale(1.2); } h1 a img { background-color:; } #wrapper { } .markdown-body{ position: relative; padding: 40px; } .hacktoberfest-header{ text-align: center; width: auto; margin: auto !important; } .markdown-header { box-sizing: border-box; padding: 20px; width: 80%; color: white; font-family: 'Open Sans', sans-serif; /*background-color: white;*/ } .markdown-body img{ background-color: #461c6d !important; height: 150px; }; } .markdown-header img { float: right; } #moz-niec { background: #f0f0f0; color: black; width: 100%; padding: 40px; } #moz-niec p { font-family: 'Nunito', sans-serif; font-size: 20px; } #moz-heading { font-family: 'Abril Fatface', cursive; padding: 10px; } h4{ font-family: 'Varela Round', sans-serif; } #schedule { box-sizing: border-box; display: flex; margin-left: 70px; flex-wrap: wrap; color: black; padding: 80px } #venue { width: 20%; margin-right: 10px; background: #d89b50; font-family: 'Anton', sans-serif; } #data-time { width: 20%; background: #d89b50; font-family: 'Anton', sans-serif; } #register{ font-family: 'Anton', sans-serif; margin: auto; text-align: center; } #register .btn{ font-size: 29px; transition: all 0.5s; } #register .btn:hover{ transform: scale(1.3); } .schedule-detail { background-color: #ecf0f1; padding: 15px; border: 1px dashed black; border-radius: 10px; width: 40%; min-width: 250px; margin-right: 10px; } .schedule-detail h3, .schedule-detail p { margin: 0 0 5px 0; } #sponsor { margin-top: 40px; padding: 40px; background: #f0f0f0; } #sponsor_content{ padding: 20px; font-size: 16px; font-weight: bolder; font-family: 'Poiret One', cursive; } #org{ color: white; margin-left: 100px; padding: 20px; } #footer{ background-color: #111111; color: #F3A87D; border-top: 1px solid red; height: 40px; /* footer height */ padding-top: 10px; padding-right: 10px; display: block; margin-top: 10px; /*space between content and footer*/ box-sizing: border-box; position: relative; width: 100%; } .footer-text{ text-align: center; font-size: 15px; } #org_content a { color: #b3c9e4 !important; } a { color: #ff5e00 !important; } @media (max-width: 640px) { .schedule-detail { flex: 0 0 100%; margin: 10px 0; } } @media (min-width: 740px) { .hacktoberfest-header { width: fit-content; } } @media (max-width: 320px) { .markdown-body { padding: 20px; } }
assets/css/style.css
body { /*background-color: #FAFAFA;*/ background-color: #293588; } header { box-sizing: border-box; background: ; margin-bottom: 20px; } header .logo { max-width: 100px; width: 100%; } header .logo:hover { transform: scale(1.2); } h1 a img { background-color:; } #wrapper { } .markdown-body{ position: relative; padding: 40px; } .hacktoberfest-header{ text-align: center; width: auto; margin: auto !important; } .markdown-header { box-sizing: border-box; padding: 20px; width: 80%; color: white; font-family: 'Open Sans', sans-serif; /*background-color: white;*/ } .markdown-body img{ background-color: #461c6d !important; height: 150px; }; } .markdown-header img { float: right; } #moz-niec { background: #f0f0f0; color: black; width: 100%; padding: 40px; } #moz-niec p { font-family: 'Nunito', sans-serif; font-size: 20px; } #moz-heading { font-family: 'Abril Fatface', cursive; padding: 10px; } h4{ font-family: 'Varela Round', sans-serif; } #schedule { box-sizing: border-box; display: flex; margin-left: 70px; flex-wrap: wrap; color: black; padding: 80px } #venue { width: 20%; margin-right: 10px; background: #d89b50; font-family: 'Anton', sans-serif; } #data-time { width: 20%; background: #d89b50; font-family: 'Anton', sans-serif; } #register{ font-family: 'Anton', sans-serif; margin: auto; text-align: center; } #register .btn{ font-size: 29px; transition: all 0.5s; } #register .btn:hover{ transform: scale(1.3); } .schedule-detail { background-color: #ecf0f1; padding: 15px; border: 1px dashed black; border-radius: 10px; width: 40%; min-width: 250px; margin-right: 10px; } .schedule-detail h3, .schedule-detail p { margin: 0 0 5px 0; } #sponsor { margin-top: 40px; padding: 40px; background: #f0f0f0; } #sponsor_content{ padding: 20px; font-size: 16px; font-weight: bolder; font-family: 'Poiret One', cursive; } #org{ color: white; margin-left: 100px; padding: 20px; } #footer{ background-color: #111111; color: #F3A87D; border-top: 1px solid red; height: 40px; /* footer height */ padding-top: 10px; padding-right: 10px; display: block; margin-top: 10px; /*space between content and footer*/ box-sizing: border-box; position: relative; width: 100%; } .footer-text{ text-align: center; font-size: 15px; } #org_content a { color: #b3c9e4 !important; } a { color: #ff5e00 !important; } @media (max-width: 640px) { .schedule-detail { flex: 0 0 100%; margin: 10px 0; } } @media (min-width: 740px) { .hacktoberfest-header { width: fit-content; } } @media (max-width: 320px) { .markdown-body { padding: 20px; } }
0.311846
0.082143
body{ font-family: 'Poppins', sans-serif; } /****************************************/ /******* Banner Section And Navbar ******/ /****************************************/ .hero{ background: url("images/slide_01.jpg"); background-size: cover; } .navbar-toggler{ background: rgba(255, 255, 255, 0.609) !important; } .navbar-brand{ font-size: 21px; padding-top: 8px; } /* .banner{ padding-top: 174px; padding-left: 12px; padding-bottom: 400px; } */ .largeTitle{ font-size: 27px; font-weight: 500; line-height: 33px; padding: 10px 0px 20px 0; } .bannerBody{ font-size: 18px; line-height: 27px; padding: 0 0 20px 0; } .banner a{ color: #5b98ff; text-decoration: none; font-size: 18px; font-weight: 300; line-height: 27px; } /****************************/ /******* About Section ******/ /****************************/ .about .firstPart{ background: linear-gradient(90deg, rgba(74,142,250,1) 0%, rgba(52,179,254,1) 100%); padding: 50px 0 40px 0; } /* .sectionHead{ width: 40%; margin: auto; } */ .divTitle{ color: #5B98FF; font-size: 21px; line-height: 25px; font-weight: 500; padding: 0 0 20px 0; } .divBody{ font-size: 14px; line-height: 22px; font-weight: 300; padding: 0 0 20px 0; } /* .spacerP-1{ padding: 90px 0 0 0 ; } .spacerM-1{ padding: 50px 0 0 0 ; } .spacerM-2{ padding: 100px 0 0 0 ; } .spacerM-3{ padding: 150px 0 0 0 ; } */ .whiteBg { margin: auto; background-color: #ffffff; padding: 30px 35px 45px 25px; } .text-blue{ } .btn-primary{ background: #4a8bfc; font-size: 14px; line-height: 22px; font-weight: 300; border: 0; padding: 10px 20px; } /*******************************/ /******* Services Section ******/ /*******************************/ .services1 .divBody{ padding: 0 20px; } .services2, .contacts{ background: #343434; } .services2 .divBody{ color: #999999; } .borderM{ background-color: #F6F6F6; } .team img{ max-width: 200px; border-radius: 50%; } .team .divTitle{ padding-top: 20px; } .package{ background: #E8E8E8; padding: 25px 0px 30px 0px; } .packPrice{ color: #6c757d; font-size: 28px; font-weight: 500; line-height: 34px; padding-bottom: 20px; } .green{ color: #07b307; } .achivements{ background: linear-gradient(90deg, rgba(74,142,250,1) 0%, rgba(52,179,254,1) 100%); } .rewardTitle{ font-size: 50px; font-weight: 500; line-height: 60px; padding-bottom: 20px; } .achivements .divBody{ font-size: 17px; } .contacts .divBody{ color: #cdcdcd; padding-bottom: 50px; } footer{ padding: 20px 0; background-color: #212121; color: #999999; font-size: 14px; } /* .rightCol{ text-align: right; } */ .fab{ margin: 0px 10px; } @media only screen and (max-width: 1024px) { .container{ max-width: 61%; } nav li{ padding-right: 24px !important; } } @media only screen and (min-width: 992px) { .sectionHead{ width: 40%; margin: auto; } } @media only screen and (max-width: 991px) { .sectionHead{ width: 80%; margin: auto; } } @media only screen and (min-width: 769px) { .container{ max-width: 61%; } nav li{ padding-right: 15px !important; } .banner{ padding-top: 174px; padding-left: 12px; padding-bottom: 400px; } .spacerP-1{ padding: 90px 0 0 0 ; } .spacerM-1{ padding: 50px 0 0 0 ; } .spacerM-2{ padding: 100px 0 0 0 ; } .spacerM-3{ padding: 150px 0 0 0 ; } .right-border{ padding: 20px 0; border-right: 1px solid rgba(255,255,255,0.07); } .rBorder{ padding: 20px 0; } .rightCol{ text-align: right; } } @media only screen and (max-width: 768px) { .container{ max-width: 90%; } .sectionHead{ width: 80%; margin: auto; } .banner{ padding-top: 174px; padding-left: 12px; padding-bottom: 200px; } .whiteBg{ text-align: center; } .spacerP-1{ padding: 90px 0 0 0 ; } .spacerM-1{ padding: 0px 0 0 0 ; } .spacerM-2{ padding: 50px 0 0 0 ; } .spacerM-3{ padding: 100px 0 0 0 ; } .secondPart{ text-align: center; width: 90%; margin: auto; } .right-border{ padding: 20px 0; border-right: 1px solid rgba(255,255,255,0.07); } .rBorder{ padding: 20px 0; } .contacts{ padding: 0 20px; } } @media only screen and (max-width: 576px) { .borderM{ /* border: 1px solid #cdcdcd; */ background-color: #F6F6F6; padding: 10px 0; width: 90%; margin-right: auto; margin-left: auto; } .banner{ padding-top: 174px; padding-left: 12px; padding-bottom: 200px; } .top-border{ padding: 20px; border-top: 1px solid rgba(255,255,255,0.07); } footer{ text-align: center; } }
style.css
body{ font-family: 'Poppins', sans-serif; } /****************************************/ /******* Banner Section And Navbar ******/ /****************************************/ .hero{ background: url("images/slide_01.jpg"); background-size: cover; } .navbar-toggler{ background: rgba(255, 255, 255, 0.609) !important; } .navbar-brand{ font-size: 21px; padding-top: 8px; } /* .banner{ padding-top: 174px; padding-left: 12px; padding-bottom: 400px; } */ .largeTitle{ font-size: 27px; font-weight: 500; line-height: 33px; padding: 10px 0px 20px 0; } .bannerBody{ font-size: 18px; line-height: 27px; padding: 0 0 20px 0; } .banner a{ color: #5b98ff; text-decoration: none; font-size: 18px; font-weight: 300; line-height: 27px; } /****************************/ /******* About Section ******/ /****************************/ .about .firstPart{ background: linear-gradient(90deg, rgba(74,142,250,1) 0%, rgba(52,179,254,1) 100%); padding: 50px 0 40px 0; } /* .sectionHead{ width: 40%; margin: auto; } */ .divTitle{ color: #5B98FF; font-size: 21px; line-height: 25px; font-weight: 500; padding: 0 0 20px 0; } .divBody{ font-size: 14px; line-height: 22px; font-weight: 300; padding: 0 0 20px 0; } /* .spacerP-1{ padding: 90px 0 0 0 ; } .spacerM-1{ padding: 50px 0 0 0 ; } .spacerM-2{ padding: 100px 0 0 0 ; } .spacerM-3{ padding: 150px 0 0 0 ; } */ .whiteBg { margin: auto; background-color: #ffffff; padding: 30px 35px 45px 25px; } .text-blue{ } .btn-primary{ background: #4a8bfc; font-size: 14px; line-height: 22px; font-weight: 300; border: 0; padding: 10px 20px; } /*******************************/ /******* Services Section ******/ /*******************************/ .services1 .divBody{ padding: 0 20px; } .services2, .contacts{ background: #343434; } .services2 .divBody{ color: #999999; } .borderM{ background-color: #F6F6F6; } .team img{ max-width: 200px; border-radius: 50%; } .team .divTitle{ padding-top: 20px; } .package{ background: #E8E8E8; padding: 25px 0px 30px 0px; } .packPrice{ color: #6c757d; font-size: 28px; font-weight: 500; line-height: 34px; padding-bottom: 20px; } .green{ color: #07b307; } .achivements{ background: linear-gradient(90deg, rgba(74,142,250,1) 0%, rgba(52,179,254,1) 100%); } .rewardTitle{ font-size: 50px; font-weight: 500; line-height: 60px; padding-bottom: 20px; } .achivements .divBody{ font-size: 17px; } .contacts .divBody{ color: #cdcdcd; padding-bottom: 50px; } footer{ padding: 20px 0; background-color: #212121; color: #999999; font-size: 14px; } /* .rightCol{ text-align: right; } */ .fab{ margin: 0px 10px; } @media only screen and (max-width: 1024px) { .container{ max-width: 61%; } nav li{ padding-right: 24px !important; } } @media only screen and (min-width: 992px) { .sectionHead{ width: 40%; margin: auto; } } @media only screen and (max-width: 991px) { .sectionHead{ width: 80%; margin: auto; } } @media only screen and (min-width: 769px) { .container{ max-width: 61%; } nav li{ padding-right: 15px !important; } .banner{ padding-top: 174px; padding-left: 12px; padding-bottom: 400px; } .spacerP-1{ padding: 90px 0 0 0 ; } .spacerM-1{ padding: 50px 0 0 0 ; } .spacerM-2{ padding: 100px 0 0 0 ; } .spacerM-3{ padding: 150px 0 0 0 ; } .right-border{ padding: 20px 0; border-right: 1px solid rgba(255,255,255,0.07); } .rBorder{ padding: 20px 0; } .rightCol{ text-align: right; } } @media only screen and (max-width: 768px) { .container{ max-width: 90%; } .sectionHead{ width: 80%; margin: auto; } .banner{ padding-top: 174px; padding-left: 12px; padding-bottom: 200px; } .whiteBg{ text-align: center; } .spacerP-1{ padding: 90px 0 0 0 ; } .spacerM-1{ padding: 0px 0 0 0 ; } .spacerM-2{ padding: 50px 0 0 0 ; } .spacerM-3{ padding: 100px 0 0 0 ; } .secondPart{ text-align: center; width: 90%; margin: auto; } .right-border{ padding: 20px 0; border-right: 1px solid rgba(255,255,255,0.07); } .rBorder{ padding: 20px 0; } .contacts{ padding: 0 20px; } } @media only screen and (max-width: 576px) { .borderM{ /* border: 1px solid #cdcdcd; */ background-color: #F6F6F6; padding: 10px 0; width: 90%; margin-right: auto; margin-left: auto; } .banner{ padding-top: 174px; padding-left: 12px; padding-bottom: 200px; } .top-border{ padding: 20px; border-top: 1px solid rgba(255,255,255,0.07); } footer{ text-align: center; } }
0.311532
0.091342
body { overflow-x: hidden; webkit-tap-highlight-color: #eee; font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; } .text-muted { color: #777777; } .text-primary { color: #d55600; } p { font-size: 14px; line-height: 1.75; } p.large { font-size: 16px; } a { color: #d55600; } a, a:hover, a:focus, a:active, a.active { outline: none; color: #a24100; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; } h1 a.page-link, h2 a.page-link, h3 a.page-link, h4 a.page-link, h5 a.page-link, h6 a.page-link { color: #dddddd; margin-right: 0.5em; } .main-body h4 { border-top: 1px solid #f7f7f7; margin-top: 2em; padding-top: 2em; } .main-body h4:first-of-type { border-top: none; margin-top: 10px; padding-top: 0; } .img-centered { margin: 0 auto; } .bg-light-gray { background-color: #f7f7f7; } .bg-darkest-gray { background-color: #222222; } .btn-primary { color: white; background-color: #d55600; border-color: #d55600; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: white; background-color: #a24100; border-color: #983d00; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #d55600; border-color: #d55600; } .btn-primary .badge { color: #d55600; background-color: white; } .btn-xl { color: white; background-color: #d55600; border-color: #d55600; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; border-radius: 3px; font-size: 18px; padding: 20px 40px; } .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { color: white; background-color: #a24100; border-color: #983d00; } .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { background-image: none; } .btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active { background-color: #d55600; border-color: #d55600; } .btn-xl .badge { color: #d55600; background-color: white; } .alert-system { margin: 0; padding: 2.5em; border-radius: 0; top: 110px; position: relative; } ol { padding-left: 1.7em; } ol li { margin-bottom: 0.5em; } ol li .codeblock { margin-top: 0.5em; } .navbar-default { background-color: #222222; border-color: transparent; } .navbar-default .navbar-brand { margin-top: -11px; color: #d55600; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active { color: #a24100; } .navbar-default .navbar-collapse { border-color: rgba(255, 255, 255, 0.02); } .navbar-default .navbar-toggle { background-color: #d55600; border-color: #d55600; } .navbar-default .navbar-toggle .icon-bar { background-color: white; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #d55600; } .navbar-default .nav li a { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; color: white; } .navbar-default .nav li a:hover, .navbar-default .nav li a:focus { color: white; outline: none; } .navbar-default .navbar-nav > .active > a { border-radius: 0; color: #d55600; background-color: white; } .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #d55600; background-color: white; } .navbar-default .form-control { border: none; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; } .navbar-default .btn { border: none !important; padding: 7px 12px; background-color: #a24100; color: white; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; } @media (min-width: 768px) { .navbar-default { background-color: #d55600; background-image: url(../img/background/orange-blobs.png); padding: 15px 0; opacity: 1; border: none; } .navbar-default .navbar-nav > .active > a { border-radius: 3px; } } section { padding: 80px 0; } section h2.section-heading { font-size: 40px; margin-top: 0; margin-bottom: 15px; } @media (min-width: 768px) { section { padding: 150px 0 0 0; } } .well .form-group:last-of-type { margin-bottom: 0; } code { background: #F5F5F5; } .codeblock { background: #F5F5F5; padding: 10px; } .codeblock code { background: none; } .pro-tip { margin-left: 0; padding: 0.25em; padding-left: 1em; font-size: 1em; border-left: 5px solid #ffa96f; } .pro-tip:before { content: 'ProTip:'; font-weight: bold; display: block; } .divider { margin-bottom: 40px; } footer { padding: 25px 0; } footer span.copyright { line-height: 40px; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; text-transform: none; } footer ul.quicklinks { margin-bottom: 0; line-height: 40px; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; text-transform: none; } ul.social-buttons { margin-bottom: 0; } ul.social-buttons li a { display: block; background-color: #222222; height: 40px; width: 40px; border-radius: 100%; font-size: 20px; line-height: 40px; color: white; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active { background-color: #d55600; } .btn:focus, .btn:active, .btn.active, .btn:active { outline: none; } ::-moz-selection { text-shadow: none; background: #eee; } ::selection { text-shadow: none; background: #eee; } img::selection { background: transparent; } img::-moz-selection { background: transparent; } #component-search { min-height: 500px; } #component-search h1 { font-size: 1.3em; margin-bottom: 1.7em; margin-top: 1.15em; } #search-searching { height: 0; overflow: hidden; transition: height 0.5s; } #search-searching .search-box { height: 50px; background: #FCFCFC; border: 1px solid #F5F5F5; line-height: 50px; text-align: center; } #search-searching.searching { height: 75px; transition: height 0.5s; } #search-results li .icon { margin-right: 0.5em; display: none; } #search-results li .icon.icon-home { display: inline-block; } #search-results li.type-module .icon-module { display: inline-block; } #search-results li.type-driver .icon-driver { display: inline-block; } #search-results li.type-skin .icon-skin { display: inline-block; } #search-results li .panel-body p:last-of-type { margin-bottom: 0; }
assets/css/styles.css
body { overflow-x: hidden; webkit-tap-highlight-color: #eee; font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; } .text-muted { color: #777777; } .text-primary { color: #d55600; } p { font-size: 14px; line-height: 1.75; } p.large { font-size: 16px; } a { color: #d55600; } a, a:hover, a:focus, a:active, a.active { outline: none; color: #a24100; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; } h1 a.page-link, h2 a.page-link, h3 a.page-link, h4 a.page-link, h5 a.page-link, h6 a.page-link { color: #dddddd; margin-right: 0.5em; } .main-body h4 { border-top: 1px solid #f7f7f7; margin-top: 2em; padding-top: 2em; } .main-body h4:first-of-type { border-top: none; margin-top: 10px; padding-top: 0; } .img-centered { margin: 0 auto; } .bg-light-gray { background-color: #f7f7f7; } .bg-darkest-gray { background-color: #222222; } .btn-primary { color: white; background-color: #d55600; border-color: #d55600; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: white; background-color: #a24100; border-color: #983d00; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #d55600; border-color: #d55600; } .btn-primary .badge { color: #d55600; background-color: white; } .btn-xl { color: white; background-color: #d55600; border-color: #d55600; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; border-radius: 3px; font-size: 18px; padding: 20px 40px; } .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { color: white; background-color: #a24100; border-color: #983d00; } .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { background-image: none; } .btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active { background-color: #d55600; border-color: #d55600; } .btn-xl .badge { color: #d55600; background-color: white; } .alert-system { margin: 0; padding: 2.5em; border-radius: 0; top: 110px; position: relative; } ol { padding-left: 1.7em; } ol li { margin-bottom: 0.5em; } ol li .codeblock { margin-top: 0.5em; } .navbar-default { background-color: #222222; border-color: transparent; } .navbar-default .navbar-brand { margin-top: -11px; color: #d55600; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active { color: #a24100; } .navbar-default .navbar-collapse { border-color: rgba(255, 255, 255, 0.02); } .navbar-default .navbar-toggle { background-color: #d55600; border-color: #d55600; } .navbar-default .navbar-toggle .icon-bar { background-color: white; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #d55600; } .navbar-default .nav li a { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; color: white; } .navbar-default .nav li a:hover, .navbar-default .nav li a:focus { color: white; outline: none; } .navbar-default .navbar-nav > .active > a { border-radius: 0; color: #d55600; background-color: white; } .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #d55600; background-color: white; } .navbar-default .form-control { border: none; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; } .navbar-default .btn { border: none !important; padding: 7px 12px; background-color: #a24100; color: white; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; } @media (min-width: 768px) { .navbar-default { background-color: #d55600; background-image: url(../img/background/orange-blobs.png); padding: 15px 0; opacity: 1; border: none; } .navbar-default .navbar-nav > .active > a { border-radius: 3px; } } section { padding: 80px 0; } section h2.section-heading { font-size: 40px; margin-top: 0; margin-bottom: 15px; } @media (min-width: 768px) { section { padding: 150px 0 0 0; } } .well .form-group:last-of-type { margin-bottom: 0; } code { background: #F5F5F5; } .codeblock { background: #F5F5F5; padding: 10px; } .codeblock code { background: none; } .pro-tip { margin-left: 0; padding: 0.25em; padding-left: 1em; font-size: 1em; border-left: 5px solid #ffa96f; } .pro-tip:before { content: 'ProTip:'; font-weight: bold; display: block; } .divider { margin-bottom: 40px; } footer { padding: 25px 0; } footer span.copyright { line-height: 40px; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; text-transform: none; } footer ul.quicklinks { margin-bottom: 0; line-height: 40px; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; text-transform: none; } ul.social-buttons { margin-bottom: 0; } ul.social-buttons li a { display: block; background-color: #222222; height: 40px; width: 40px; border-radius: 100%; font-size: 20px; line-height: 40px; color: white; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active { background-color: #d55600; } .btn:focus, .btn:active, .btn.active, .btn:active { outline: none; } ::-moz-selection { text-shadow: none; background: #eee; } ::selection { text-shadow: none; background: #eee; } img::selection { background: transparent; } img::-moz-selection { background: transparent; } #component-search { min-height: 500px; } #component-search h1 { font-size: 1.3em; margin-bottom: 1.7em; margin-top: 1.15em; } #search-searching { height: 0; overflow: hidden; transition: height 0.5s; } #search-searching .search-box { height: 50px; background: #FCFCFC; border: 1px solid #F5F5F5; line-height: 50px; text-align: center; } #search-searching.searching { height: 75px; transition: height 0.5s; } #search-results li .icon { margin-right: 0.5em; display: none; } #search-results li .icon.icon-home { display: inline-block; } #search-results li.type-module .icon-module { display: inline-block; } #search-results li.type-driver .icon-driver { display: inline-block; } #search-results li.type-skin .icon-skin { display: inline-block; } #search-results li .panel-body p:last-of-type { margin-bottom: 0; }
0.382718
0.062588
:root { --base-font: 'SFMono-Medium', 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace; --base-font-size: 1rem; --subdued-color: rgba(255,255,255,0.1); --background-color: #1C1C1E; --text-color: #fff; --frame-background-color: #050505; --active-color: #ffd900; --link-color: #008A00; --link-bright-color: #3FD562; --link-muted-color: #BBDBEE; --icon-menu-sm: 3rem; --icon-menu-lg: 5rem; } html, body { height: 100%; width: 100%; margin:0; padding: 0; font-size: var(--base-font-size); font-weight: 300; line-height: 1.5; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202%202%22%3E%3Cpath%20d%3D%22M1%202V0h1v1H0v1z%22%20fill-opacity%3D%22.15%22%2F%3E%3C%2Fsvg%3E"); background-size: 1rem; background-color: var(--background-color); color: var(--text-color); font-family: var(--base-font); } body { display: flex; flex-direction: column; } @media (min-width: 800px){ body { flex-direction: row; } } h1 { font-size: 1rem; margin: 0; } * { box-sizing: border-box; } p { margin: 0; font-size: 0.9rem; } * + p, * + label { margin-top: 1rem; } a { color: #fff; } [x-cloak] { display: none; } button { margin: 0; font-family: var(--base-font); cursor: pointer; background-color: var(--link-color); color: var(--text-color); border-radius: 0.25rem; border: 0; font-size: 0.8rem; padding: 0.75rem 1.25rem; display: flex; justify-content: center; align-items: center; } button svg { fill: currentColor; width: 1rem; } aside button svg { margin-right: 0.5rem; } button:focus, button:hover, input:hover, input:focus { outline: 2px solid var(--active-color); outline-offset: 4px; } .rotate-icon:not(:active) svg { transform: rotate(180deg); transition: transform 200ms ease-in-out; } .rotate-icon svg { transform: rotate(0); } p + button { margin-top: 1rem; } button.secondary { background-color: var(--background-color); } .sr-only { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; } noscript { padding: 2rem; width: 100%; height: 100%; max-height: calc(100vh - 55vh - 2.5rem - 2rem); background-color: var(--frame-background-color); text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; } noscript img { margin-top: 1rem; } @media (min-width: 800px){ noscript { max-height: 100%; } } ul { list-style: none; margin: 0; padding: 0; } nav { background: var(--frame-background-color); height: 2.5rem; } nav ul { display: flex; } nav li { flex: 1; } nav li + li { border-left: 1px solid var(--subdued-color); } nav a { display: flex; justify-content: center; align-items: center; height: 100%; } nav a:focus, nav a:hover { box-shadow: inset 0 -.25rem 0 0 var(--active-color); background-color: var(--subdued-color); } .nav-icon { display: block; max-width: 1rem; margin: 0.5rem; } .nav-icon img { max-width: 100%; } .nav-icon svg { fill: #fff; width: 100%; } @media (min-width: 800px){ nav { height: 100%; } nav ul { display: inline-flex; flex-direction: column; } nav a:focus, nav a:hover { box-shadow: inset -.25rem 0 0 0 var(--active-color); } nav li { border-bottom: 1px solid var(--subdued-color); } nav li + li { border-left: 0; } .nav-icon { max-width: 2rem; margin: 1.5rem; height: 2rem; } } main { flex: 1; display: flex; flex-direction: column; overflow: hidden; } @media (min-width: 800px){ main { flex-direction: row; } } aside { height: 55vh; background-color: var(--frame-background-color); display: flex; flex-direction: column; } .aside-content { flex: 1; } .aside-section { padding: 1rem; } .aside-section + .aside-section { border-top: 1px solid var(--background-color); min-height: 22rem; } .aside-footer { display: flex; justify-content: space-around; border-top: 1px solid var(--background-color); } .aside-footer button { flex: 1; margin: 1rem; max-width: 15rem; } .aside-footer button:last-of-type { margin-left: 0; } @media (min-width: 800px){ aside { height: auto; width: 22rem; } } .app-container > svg { display: none; padding: 1rem; width: 100%; max-height: calc(100vh - 55vh - 6rem - 2rem); object-fit: scale-down; flex: 1; border-radius: 0.25rem; } .js .app-container > svg { display: block; } .app-container { flex: 1; display: flex; justify-content: center; flex-direction: column; align-items: center; margin: 1rem; } @media (min-width: 800px){ .app-container { margin: 1rem 2.5rem; } .app-container > svg { padding: 2.5rem; max-height: calc(100vh - 5rem); } } label { display: block; } input[type=text] { background-color: var(--background-color); color: var(--text-color); border: 0; font-family: var(--base-font); font-size: 1rem; padding: 0.75rem 1rem; border-radius: 0.25rem; } input[type=range] { -webkit-appearance: none; height: 0.5rem; width: 100%; margin: 0; padding: 0; margin-top: 1rem; margin-bottom: 1rem; background: var(--background-color); cursor: pointer; border-radius: 0.25rem; } input[type=range]::-moz-range-thumb { background: #fff; border: none; box-shadow: var(--frame-background-color) 0 0 2px; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 0.75rem; height: 0.75rem; border-radius: 50%; background: #fff; border: none; box-shadow: var(--frame-background-color) 0 0 2px; } .color-input { display: flex; margin-top: 0.25rem; position: relative; } .color-input button { margin-right: 0.5rem; } .color-input input { flex: 1; } .color-picker-activator { position: relative; overflow: hidden; } .swatch { position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: block; } .color-picker { margin-top: 0.5rem; position: absolute; z-index: 10; top: 100%; width: 100%; padding: 0.5rem; margin-bottom: 1rem; border-radius: 0.25rem; background-color: var(--background-color); box-shadow: 0 0 5px 0px var(--frame-background-color); } .color-swatch { width: 100%; height: 6rem; position: relative; cursor: pointer; } .color-swatch div { width: 100%; height: 100%; pointer-events: none; position: absolute; } .white-gradient { background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); } .black-gradient { background: rgba(0, 0, 0, 0) linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)); } .color-location { position: absolute; width: 1rem; height: 1rem; } .color-location:after { content: " "; display: block; transform: translate(-50%, -50%); border: 1px solid #fff; box-shadow: #000 0 0 1px, #000 0 0 1px 0px inset; border-radius: 1rem; height: 100%; width: 100%; } input[type=range].hue, input[type=range].alpha { height: 0.75rem; margin: 0; -webkit-appearance: none; } input[type=range].hue { background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(255, 0, 0) 0%, rgb(255, 255, 0) 17%, rgb(0, 255, 0) 33%, rgb(0, 255, 255) 50%, rgb(0, 0, 255) 67%, rgb(255, 0, 255) 83%, rgb(255, 0, 0) 100% ) repeat scroll 0% 0%; } input[type=range].alpha { background-color: #fff; } .transparent-bg { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202%202%22%3E%3Cpath%20d%3D%22M1%202V0h1v1H0v1z%22%20fill-opacity%3D%22.15%22%2F%3E%3C%2Fsvg%3E"); background-color: #fff; background-size: 1rem; } .progress-bar { display: flex; align-items: center; width: 100%; background-color: var(--frame-background-color); padding: 0.25rem 0.5rem; margin-top: 0.5rem; border-radius: 0.25rem; } .progress-bar button { margin-right: 1rem; padding: 0.5rem; }
src/_includes/css/style.css
:root { --base-font: 'SFMono-Medium', 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace; --base-font-size: 1rem; --subdued-color: rgba(255,255,255,0.1); --background-color: #1C1C1E; --text-color: #fff; --frame-background-color: #050505; --active-color: #ffd900; --link-color: #008A00; --link-bright-color: #3FD562; --link-muted-color: #BBDBEE; --icon-menu-sm: 3rem; --icon-menu-lg: 5rem; } html, body { height: 100%; width: 100%; margin:0; padding: 0; font-size: var(--base-font-size); font-weight: 300; line-height: 1.5; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202%202%22%3E%3Cpath%20d%3D%22M1%202V0h1v1H0v1z%22%20fill-opacity%3D%22.15%22%2F%3E%3C%2Fsvg%3E"); background-size: 1rem; background-color: var(--background-color); color: var(--text-color); font-family: var(--base-font); } body { display: flex; flex-direction: column; } @media (min-width: 800px){ body { flex-direction: row; } } h1 { font-size: 1rem; margin: 0; } * { box-sizing: border-box; } p { margin: 0; font-size: 0.9rem; } * + p, * + label { margin-top: 1rem; } a { color: #fff; } [x-cloak] { display: none; } button { margin: 0; font-family: var(--base-font); cursor: pointer; background-color: var(--link-color); color: var(--text-color); border-radius: 0.25rem; border: 0; font-size: 0.8rem; padding: 0.75rem 1.25rem; display: flex; justify-content: center; align-items: center; } button svg { fill: currentColor; width: 1rem; } aside button svg { margin-right: 0.5rem; } button:focus, button:hover, input:hover, input:focus { outline: 2px solid var(--active-color); outline-offset: 4px; } .rotate-icon:not(:active) svg { transform: rotate(180deg); transition: transform 200ms ease-in-out; } .rotate-icon svg { transform: rotate(0); } p + button { margin-top: 1rem; } button.secondary { background-color: var(--background-color); } .sr-only { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; } noscript { padding: 2rem; width: 100%; height: 100%; max-height: calc(100vh - 55vh - 2.5rem - 2rem); background-color: var(--frame-background-color); text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; } noscript img { margin-top: 1rem; } @media (min-width: 800px){ noscript { max-height: 100%; } } ul { list-style: none; margin: 0; padding: 0; } nav { background: var(--frame-background-color); height: 2.5rem; } nav ul { display: flex; } nav li { flex: 1; } nav li + li { border-left: 1px solid var(--subdued-color); } nav a { display: flex; justify-content: center; align-items: center; height: 100%; } nav a:focus, nav a:hover { box-shadow: inset 0 -.25rem 0 0 var(--active-color); background-color: var(--subdued-color); } .nav-icon { display: block; max-width: 1rem; margin: 0.5rem; } .nav-icon img { max-width: 100%; } .nav-icon svg { fill: #fff; width: 100%; } @media (min-width: 800px){ nav { height: 100%; } nav ul { display: inline-flex; flex-direction: column; } nav a:focus, nav a:hover { box-shadow: inset -.25rem 0 0 0 var(--active-color); } nav li { border-bottom: 1px solid var(--subdued-color); } nav li + li { border-left: 0; } .nav-icon { max-width: 2rem; margin: 1.5rem; height: 2rem; } } main { flex: 1; display: flex; flex-direction: column; overflow: hidden; } @media (min-width: 800px){ main { flex-direction: row; } } aside { height: 55vh; background-color: var(--frame-background-color); display: flex; flex-direction: column; } .aside-content { flex: 1; } .aside-section { padding: 1rem; } .aside-section + .aside-section { border-top: 1px solid var(--background-color); min-height: 22rem; } .aside-footer { display: flex; justify-content: space-around; border-top: 1px solid var(--background-color); } .aside-footer button { flex: 1; margin: 1rem; max-width: 15rem; } .aside-footer button:last-of-type { margin-left: 0; } @media (min-width: 800px){ aside { height: auto; width: 22rem; } } .app-container > svg { display: none; padding: 1rem; width: 100%; max-height: calc(100vh - 55vh - 6rem - 2rem); object-fit: scale-down; flex: 1; border-radius: 0.25rem; } .js .app-container > svg { display: block; } .app-container { flex: 1; display: flex; justify-content: center; flex-direction: column; align-items: center; margin: 1rem; } @media (min-width: 800px){ .app-container { margin: 1rem 2.5rem; } .app-container > svg { padding: 2.5rem; max-height: calc(100vh - 5rem); } } label { display: block; } input[type=text] { background-color: var(--background-color); color: var(--text-color); border: 0; font-family: var(--base-font); font-size: 1rem; padding: 0.75rem 1rem; border-radius: 0.25rem; } input[type=range] { -webkit-appearance: none; height: 0.5rem; width: 100%; margin: 0; padding: 0; margin-top: 1rem; margin-bottom: 1rem; background: var(--background-color); cursor: pointer; border-radius: 0.25rem; } input[type=range]::-moz-range-thumb { background: #fff; border: none; box-shadow: var(--frame-background-color) 0 0 2px; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 0.75rem; height: 0.75rem; border-radius: 50%; background: #fff; border: none; box-shadow: var(--frame-background-color) 0 0 2px; } .color-input { display: flex; margin-top: 0.25rem; position: relative; } .color-input button { margin-right: 0.5rem; } .color-input input { flex: 1; } .color-picker-activator { position: relative; overflow: hidden; } .swatch { position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: block; } .color-picker { margin-top: 0.5rem; position: absolute; z-index: 10; top: 100%; width: 100%; padding: 0.5rem; margin-bottom: 1rem; border-radius: 0.25rem; background-color: var(--background-color); box-shadow: 0 0 5px 0px var(--frame-background-color); } .color-swatch { width: 100%; height: 6rem; position: relative; cursor: pointer; } .color-swatch div { width: 100%; height: 100%; pointer-events: none; position: absolute; } .white-gradient { background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); } .black-gradient { background: rgba(0, 0, 0, 0) linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)); } .color-location { position: absolute; width: 1rem; height: 1rem; } .color-location:after { content: " "; display: block; transform: translate(-50%, -50%); border: 1px solid #fff; box-shadow: #000 0 0 1px, #000 0 0 1px 0px inset; border-radius: 1rem; height: 100%; width: 100%; } input[type=range].hue, input[type=range].alpha { height: 0.75rem; margin: 0; -webkit-appearance: none; } input[type=range].hue { background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(255, 0, 0) 0%, rgb(255, 255, 0) 17%, rgb(0, 255, 0) 33%, rgb(0, 255, 255) 50%, rgb(0, 0, 255) 67%, rgb(255, 0, 255) 83%, rgb(255, 0, 0) 100% ) repeat scroll 0% 0%; } input[type=range].alpha { background-color: #fff; } .transparent-bg { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202%202%22%3E%3Cpath%20d%3D%22M1%202V0h1v1H0v1z%22%20fill-opacity%3D%22.15%22%2F%3E%3C%2Fsvg%3E"); background-color: #fff; background-size: 1rem; } .progress-bar { display: flex; align-items: center; width: 100%; background-color: var(--frame-background-color); padding: 0.25rem 0.5rem; margin-top: 0.5rem; border-radius: 0.25rem; } .progress-bar button { margin-right: 1rem; padding: 0.5rem; }
0.356447
0.120646
* { box-sizing: border-box; } body { margin: 0; font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'MS Pゴシック','MS PGothic',sans-serif; color: #212121; text-rendering: optimizeLegibility; font-feature-settings: 'palt' 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: justify; letter-spacing: .06em; } input[type='text']:focus { border-color: #03A9F4; } .wrapper { display: block; overflow: hidden; position: relative; width: 100%; } @media (min-width: 120.0rem) { .wrapper > .container { padding-top: 7.5rem; } .content { height: calc(90vh - 7.5rem / 2); } .footer { height: calc(10vh - 7.5rem / 2); } } .container { padding: 0; } .wrapper .container { padding-top: 2rem; padding-bottom: 2rem; } .content { height: calc(90vh - 2rem); } .footer { height: calc(10vh - 2rem); width: 100%; padding: 0 1rem; } .message { display: block; width: 100%; font-weight: 500; background: #fff; padding: 10px; border-radius: 6px; margin: 2rem 0; -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); animation-name: popup-animation; animation-duration: 0.3s; animation-timing-function: ease-in-out; } .message-main { background: #F9FBE7; } .message-order { background: #40C4FF; } #logs { height: 100%; overflow-y: auto; padding: 0 1rem; } #order { margin: 1rem auto; } .message-loading { width: 48px; height: 48px; margin: 0 auto; background: no-repeat 0/48px url("../img/loading.svg"); white-space: nowrap; } @keyframes popup-animation { from { display: none; opacity: 0; transform: scale(.8) } to { display: block; opacity: 1; transform: scale(1) } }
www/style.css
* { box-sizing: border-box; } body { margin: 0; font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'MS Pゴシック','MS PGothic',sans-serif; color: #212121; text-rendering: optimizeLegibility; font-feature-settings: 'palt' 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: justify; letter-spacing: .06em; } input[type='text']:focus { border-color: #03A9F4; } .wrapper { display: block; overflow: hidden; position: relative; width: 100%; } @media (min-width: 120.0rem) { .wrapper > .container { padding-top: 7.5rem; } .content { height: calc(90vh - 7.5rem / 2); } .footer { height: calc(10vh - 7.5rem / 2); } } .container { padding: 0; } .wrapper .container { padding-top: 2rem; padding-bottom: 2rem; } .content { height: calc(90vh - 2rem); } .footer { height: calc(10vh - 2rem); width: 100%; padding: 0 1rem; } .message { display: block; width: 100%; font-weight: 500; background: #fff; padding: 10px; border-radius: 6px; margin: 2rem 0; -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); animation-name: popup-animation; animation-duration: 0.3s; animation-timing-function: ease-in-out; } .message-main { background: #F9FBE7; } .message-order { background: #40C4FF; } #logs { height: 100%; overflow-y: auto; padding: 0 1rem; } #order { margin: 1rem auto; } .message-loading { width: 48px; height: 48px; margin: 0 auto; background: no-repeat 0/48px url("../img/loading.svg"); white-space: nowrap; } @keyframes popup-animation { from { display: none; opacity: 0; transform: scale(.8) } to { display: block; opacity: 1; transform: scale(1) } }
0.305801
0.135118
.about_btn { right: 0; } .social_block_hidden { display: none; float: right; margin-left: 5px; } @media screen and (max-width: 767px) { .social_block_hidden { display: block; position: relative; z-index: 9; } } .social_block_hidden img { display: block; margin-bottom: 5px; } .social_block_hidden a:hover img { -webkit-transition: -webkit-filter 0.3s linear; transition: -webkit-filter 0.3s linear; transition: filter 0.3s linear; transition: filter 0.3s linear, -webkit-filter 0.3s linear; -webkit-filter: brightness(75%); filter: brightness(75%); } @media screen and (min-width: 1200px) { .right_warp { padding: 0; } } @media screen and (max-width: 767px) { .right_warp { display: none; } } .right_sidebar { margin-top: 40px; } @media screen and (max-width: 767px) { .right_sidebar { margin-top: 25px; margin-bottom: 25px; } } .right_sidebar:not(.right_sidebar_1) { display: none; } .right_sidebar .social_block { text-align: center; margin-bottom: 20px; text-align: right; } .right_sidebar .social_block a img { -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; } .right_sidebar .social_block a:hover img { -webkit-transition: -webkit-filter 0.3s linear; transition: -webkit-filter 0.3s linear; transition: filter 0.3s linear; transition: filter 0.3s linear, -webkit-filter 0.3s linear; -webkit-filter: brightness(75%); filter: brightness(75%); } .right_sidebar .social_block a:not(:last-child) { margin-right: 15px; } @media screen and (max-width: 991px) { .right_sidebar .social_block a:not(:last-child) { margin-right: 10px; } } .right_sidebar .banner_right_1, .right_sidebar .banner_right_2 { text-align: right; } .right_sidebar .banner_right_1 { margin-bottom: 20px; } .right_sidebar .banner_right_1 img { max-width: 270px; } .top-logo { margin-top: 15px; margin-bottom: 15px; padding-left: 25px; font-weight: bold; font-size: 18px; line-height: 70px; text-transform: uppercase; color: #0a5a8b; background: url("/img/title-menu.png") no-repeat; } @media screen and (max-width: 767px) { .top-logo { margin-left: -15px; } } .content404 { margin-bottom: 25px; padding: 35px 25px 25px 25px; background-color: #EBEBEB; text-align: center; } @media screen and (max-width: 424px) { .content404 { margin-left: -5px; margin-right: -5px; padding: 10px; } } @media screen and (max-width: 424px) { .content404 > img:nth-of-type(2) { width: 100%; max-width: 279px; height: auto; } } .content404 a { color: #0a5a8b; } .content404 a:hover { text-decoration: none; } .top404 { margin-top: 20px; } .top404 p { font-size: 24px; text-transform: uppercase; } .top404 p:first-child { margin-bottom: 0; } .border404 { height: 3px; background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(#EBEBEB), to(#C8C8C8)); background: -webkit-linear-gradient(#FFFFFF, #EBEBEB, #C8C8C8); background: linear-gradient(#FFFFFF, #EBEBEB, #C8C8C8); } .bottom404 { margin-top: 10px; margin-bottom: 25px; } .bottom404 p { margin-bottom: 15px; font-size: 22px; } @media screen and (max-width: 767px) { .bottom404 ul { padding-left: 0; } } .bottom404 ul li { font-size: 13px; list-style: none; } .buttons404 { display: inline-block; padding-top: 3px; width: 240px; height: 45px; font-weight: bold; -webkit-transition: -webkit-filter .3s linear; transition: -webkit-filter .3s linear; transition: filter .3s linear; transition: filter .3s linear, -webkit-filter .3s linear; } @media screen and (max-width: 1199px) { .buttons404 { display: block; margin: auto; } } .buttons404:hover { -webkit-transition: -webkit-filter .3s linear; transition: -webkit-filter .3s linear; transition: filter .3s linear; transition: filter .3s linear, -webkit-filter .3s linear; -webkit-filter: brightness(95%); filter: brightness(95%); } .home404, .store404 { margin-right: 25px; padding-left: 30px; } @media screen and (max-width: 1199px) { .home404, .store404 { margin-right: auto; margin-bottom: 15px; } } .home404 { background: url("/img/404_home.png") no-repeat; } .store404 { background: url("/img/404_store.png") no-repeat; } .support404 { padding-left: 40px; background: url("/img/404_support.png") no-repeat; }
public/css/404.css
.about_btn { right: 0; } .social_block_hidden { display: none; float: right; margin-left: 5px; } @media screen and (max-width: 767px) { .social_block_hidden { display: block; position: relative; z-index: 9; } } .social_block_hidden img { display: block; margin-bottom: 5px; } .social_block_hidden a:hover img { -webkit-transition: -webkit-filter 0.3s linear; transition: -webkit-filter 0.3s linear; transition: filter 0.3s linear; transition: filter 0.3s linear, -webkit-filter 0.3s linear; -webkit-filter: brightness(75%); filter: brightness(75%); } @media screen and (min-width: 1200px) { .right_warp { padding: 0; } } @media screen and (max-width: 767px) { .right_warp { display: none; } } .right_sidebar { margin-top: 40px; } @media screen and (max-width: 767px) { .right_sidebar { margin-top: 25px; margin-bottom: 25px; } } .right_sidebar:not(.right_sidebar_1) { display: none; } .right_sidebar .social_block { text-align: center; margin-bottom: 20px; text-align: right; } .right_sidebar .social_block a img { -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; } .right_sidebar .social_block a:hover img { -webkit-transition: -webkit-filter 0.3s linear; transition: -webkit-filter 0.3s linear; transition: filter 0.3s linear; transition: filter 0.3s linear, -webkit-filter 0.3s linear; -webkit-filter: brightness(75%); filter: brightness(75%); } .right_sidebar .social_block a:not(:last-child) { margin-right: 15px; } @media screen and (max-width: 991px) { .right_sidebar .social_block a:not(:last-child) { margin-right: 10px; } } .right_sidebar .banner_right_1, .right_sidebar .banner_right_2 { text-align: right; } .right_sidebar .banner_right_1 { margin-bottom: 20px; } .right_sidebar .banner_right_1 img { max-width: 270px; } .top-logo { margin-top: 15px; margin-bottom: 15px; padding-left: 25px; font-weight: bold; font-size: 18px; line-height: 70px; text-transform: uppercase; color: #0a5a8b; background: url("/img/title-menu.png") no-repeat; } @media screen and (max-width: 767px) { .top-logo { margin-left: -15px; } } .content404 { margin-bottom: 25px; padding: 35px 25px 25px 25px; background-color: #EBEBEB; text-align: center; } @media screen and (max-width: 424px) { .content404 { margin-left: -5px; margin-right: -5px; padding: 10px; } } @media screen and (max-width: 424px) { .content404 > img:nth-of-type(2) { width: 100%; max-width: 279px; height: auto; } } .content404 a { color: #0a5a8b; } .content404 a:hover { text-decoration: none; } .top404 { margin-top: 20px; } .top404 p { font-size: 24px; text-transform: uppercase; } .top404 p:first-child { margin-bottom: 0; } .border404 { height: 3px; background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(#EBEBEB), to(#C8C8C8)); background: -webkit-linear-gradient(#FFFFFF, #EBEBEB, #C8C8C8); background: linear-gradient(#FFFFFF, #EBEBEB, #C8C8C8); } .bottom404 { margin-top: 10px; margin-bottom: 25px; } .bottom404 p { margin-bottom: 15px; font-size: 22px; } @media screen and (max-width: 767px) { .bottom404 ul { padding-left: 0; } } .bottom404 ul li { font-size: 13px; list-style: none; } .buttons404 { display: inline-block; padding-top: 3px; width: 240px; height: 45px; font-weight: bold; -webkit-transition: -webkit-filter .3s linear; transition: -webkit-filter .3s linear; transition: filter .3s linear; transition: filter .3s linear, -webkit-filter .3s linear; } @media screen and (max-width: 1199px) { .buttons404 { display: block; margin: auto; } } .buttons404:hover { -webkit-transition: -webkit-filter .3s linear; transition: -webkit-filter .3s linear; transition: filter .3s linear; transition: filter .3s linear, -webkit-filter .3s linear; -webkit-filter: brightness(95%); filter: brightness(95%); } .home404, .store404 { margin-right: 25px; padding-left: 30px; } @media screen and (max-width: 1199px) { .home404, .store404 { margin-right: auto; margin-bottom: 15px; } } .home404 { background: url("/img/404_home.png") no-repeat; } .store404 { background: url("/img/404_store.png") no-repeat; } .support404 { padding-left: 40px; background: url("/img/404_support.png") no-repeat; }
0.469034
0.069415
@custom-media --hiq-lower-font-range (min-width: 460px); @custom-media --hiq-upper-font-range (min-width: 900px); .navbar-menu { display: none; flex: 1 1 100%; order: 1; flex-direction: column; .menu-open & { display: flex; } > ul { display: flex; flex-direction: column; > li { position: relative; display: inline-block; margin-inline-start: 0; > a { display: inline-block; padding: .2rem 0; color: var(--hiq-text-color); } } > li.active > a, > li > a:hover { margin-bottom: -2px; border-bottom: 2px solid var(--hiq-color-primary); } } @media (--hiq-upper-font-range) { display: flex; flex-direction: row; order: 0; > ul { flex-direction: row; align-items: center; > li { margin-inline-start: 1.125rem; } } } .mod-menu__sub { position: absolute; top: 100%; inset-inline-start: 0; z-index: 3; display: none; min-width: 12rem; padding: .5rem 0; margin: 0; list-style: none; background-color: var(--hiq-dropdown-background-color); background-clip: padding-box; border: 1px solid var(--hiq-dropdown-border-color); border-radius: var(--hiq-border-radius); li { margin: 0; } a { /* stylelint-disable-line */ display: block; padding: .5rem 1.5rem; line-height: 1.2; color: var(--hiq-text-color); &:hover { background-color: var(--hiq-dropdown-item-hover-background-color); } } } .mod-menu__sub:hover, li a:hover + .mod-menu__sub { display: block; } @media (--hiq-upper-font-range) { .navbar-end { margin-inline-start: auto; margin-inline-end: 2rem; } } } .navbar-menu-toggle { display: flex; align-items: center; flex: 1 0 auto; max-width: 38px; width: 38px; height: 40px; margin-top: 12px; margin-bottom: 20px; margin-inline-start: auto; margin-inline-end: 20px; &:hover { cursor: pointer; } span { position: relative; display: block; &::before, &::after { content: ""; position: absolute; inset-inline-start: 0; top: -12px; } &::after { top: 12px; } } span, span::after, span::before { width: 100%; height: 5px; background-color: var(--hiq-text-color); transition: all .3s; backface-visibility: hidden; border-radius: 2px; } .menu-open & { span { background-color: transparent; &::before { transform: rotate(45deg) translate(9px, 9px); } &::after { transform: rotate(-45deg) translate(8px, -8px); } } } @media (--hiq-upper-font-range) { display: none; } } .nav-item { position: relative; }
src/css/media/mod_menu/menu.css
@custom-media --hiq-lower-font-range (min-width: 460px); @custom-media --hiq-upper-font-range (min-width: 900px); .navbar-menu { display: none; flex: 1 1 100%; order: 1; flex-direction: column; .menu-open & { display: flex; } > ul { display: flex; flex-direction: column; > li { position: relative; display: inline-block; margin-inline-start: 0; > a { display: inline-block; padding: .2rem 0; color: var(--hiq-text-color); } } > li.active > a, > li > a:hover { margin-bottom: -2px; border-bottom: 2px solid var(--hiq-color-primary); } } @media (--hiq-upper-font-range) { display: flex; flex-direction: row; order: 0; > ul { flex-direction: row; align-items: center; > li { margin-inline-start: 1.125rem; } } } .mod-menu__sub { position: absolute; top: 100%; inset-inline-start: 0; z-index: 3; display: none; min-width: 12rem; padding: .5rem 0; margin: 0; list-style: none; background-color: var(--hiq-dropdown-background-color); background-clip: padding-box; border: 1px solid var(--hiq-dropdown-border-color); border-radius: var(--hiq-border-radius); li { margin: 0; } a { /* stylelint-disable-line */ display: block; padding: .5rem 1.5rem; line-height: 1.2; color: var(--hiq-text-color); &:hover { background-color: var(--hiq-dropdown-item-hover-background-color); } } } .mod-menu__sub:hover, li a:hover + .mod-menu__sub { display: block; } @media (--hiq-upper-font-range) { .navbar-end { margin-inline-start: auto; margin-inline-end: 2rem; } } } .navbar-menu-toggle { display: flex; align-items: center; flex: 1 0 auto; max-width: 38px; width: 38px; height: 40px; margin-top: 12px; margin-bottom: 20px; margin-inline-start: auto; margin-inline-end: 20px; &:hover { cursor: pointer; } span { position: relative; display: block; &::before, &::after { content: ""; position: absolute; inset-inline-start: 0; top: -12px; } &::after { top: 12px; } } span, span::after, span::before { width: 100%; height: 5px; background-color: var(--hiq-text-color); transition: all .3s; backface-visibility: hidden; border-radius: 2px; } .menu-open & { span { background-color: transparent; &::before { transform: rotate(45deg) translate(9px, 9px); } &::after { transform: rotate(-45deg) translate(8px, -8px); } } } @media (--hiq-upper-font-range) { display: none; } } .nav-item { position: relative; }
0.549157
0.085175
.cat-tile-footer button, .gt-button { background-color: #555; border-top: 2px solid #AAA; border-left: 2px solid #AAA; border-bottom: 2px solid #555; border-right: 2px solid #555; } .gt-input, .legend-input { vertical-align: middle; color: #fff; background-color: #444; border-top: 1px solid #555; border-left: 1px solid #555; border-bottom: 1px solid #888; border-right: 1px solid #888; } input:disabled, select:disabled { background-color: #222; color: #AAA; border: none; } .modal-close-icon, .modal-reload-icon { position: absolute; top: 0%; cursor: pointer; font-size: 30px; } body, html { scrollbar-color: #444 #222; background-color: #111; } #root { background: #222; } .y-scroll { overflow-y: auto; overflow-x: hidden; } .panel-ctrl { cursor: pointer; color: #AAA; display: inline-block; width: 18px; height: 24px; text-align: center; opacity: 0.3; transition: all 0.15s ease-in-out; line-height: 30px; } .panel-ctrl:hover { opacity: 1; } .graphGrid { left: 21px; top: 0px; right: 0px; bottom: 0px; position: absolute; overflow: hidden; background-color: black; } .side-controls { height: 100%; width: 20px; position: absolute; margin-left: -8px; margin-top: -8px; background: #181818; user-select: none; } .ctrl-icon { cursor: pointer; font-weight: bold; font-size: 28px; text-align: center; padding-left: 2px; } .ctrl-icon.add-icon { color: #00b974; } .ctrl-icon.add-icon:hover { color: #20d994; } .ctrl-icon.save-icon { color: #008389; font-size: 18px; font-weight: normal; } .ctrl-icon.save-icon:hover { color: #20d994; } .connection-indicator { font-weight: bold; font-size: 20px; } .connection-indicator.disconnected { color: #aa0000; } .connection-indicator.connecting { color: #aaaa00; } .connection-indicator.connected { color: #0f04; } .graphConfigButton { color: #888; cursor: pointer; padding-left: 8px; padding-right: 2px; line-height: 14px; } .graphConfigButton:hover { color: #fff; } .graphTile { position: relative; height: 100%; width: 100%; min-width: 50; } .graphHolder { position: relative; height: 100%; width: 100%; } .graphHolder.configOpen { width: 50%; float: left; } .configPanel { display: flex; flex-direction: column; color: white; background-color: #333; width: 50%; height: 100%; float: right; } .graphSettings { display: flex; flex-direction: column; justify-content: start; width: 90%; height: 100%; padding-left: 3%; } .config-row { display: flex; flex-direction: row; justify-content: space-between; padding-top: 3%; } .ReactModal__Overlay { z-index: 1000; } .modal-close-icon { right: 1%; color: #ff5555; } .modal-close-icon:hover { color: #ffaaaa; } .modal-reload-icon { left: 1%; color: #5555ff; } .modal-reload-icon:hover { color: #aaaaff; } .modal-content { display: flex; justify-content: center; margin-bottom: 1%; } .modalCentered { text-align: center; overflow-y: auto; height: 95%; display: flex; justify-content: center; } .layout-list { list-style-type: none; justify-content: center; } .layout-list-item { display: flex; justify-content: space-between; color: #ccc; background-color: #282828; padding: 5px 5px; margin: 5px; border: 2px solid #222; border-radius: 10px; } .layout-list-name { cursor: pointer; } .layout-list-name:hover { text-decoration: underline; color: #ffffff; } .list-item-delete-x { padding-left: 30px; cursor: pointer; color: #ff5555; font-size: 15px; } .list-item-delete-x:hover { color: #ff0000; } .cat-tile { border: 2px solid #222; border-radius: 3px; padding: 4px; margin: 5px; } .cat-tile-label { display: inline-block; position: relative; width: 100%; } .cat-tile-container { display: flex; justify-content: center; flex-wrap: wrap; } .cat-tile-header { display: flex; justify-content: space-between; padding-left: 1%; padding-right: 1%; } .cat-tile-button { cursor: pointer; font-weight: bold; font-size: 16px; color: #AAA; } .cat-tile-button:hover { color: #fff; } .cat-tile-button.red:hover { color: #f55; } .cat-tile-button.right { position: absolute; right: -10%; top: -70%; } .cat-tile-options { display: flex; justify-content: start; width: 100%; padding-left: 1%; flex-flow: row wrap; align-items: center; } .cat-tile-options fieldset { width: 100%; } .cat-tile-footer { display: flex; justify-content: space-around; padding-top: 1%; width: 100%; } .cat-tile-footer button { width: 50%; color: white; cursor: pointer; } .cat-tile-footer button:hover { color: #afa; } fieldset { position: relative; border: 2px solid #222; } .fieldset-wrapper { display: flex; flex-flow: row wrap; } .range-cfg-fieldset { margin-top: 15px; flex-flow: column; } .range-cfg-fieldset label { order: unset; flex: none; } .flex-div { display: flex; flex-flow: row wrap; } .cat-color-svg { margin-left: 25px; } .fieldset-legend { position: absolute; background-color: #333; z-index: 1; font-size: initial; } .gt-button { color: white; cursor: pointer; } .gt-input { margin: 2px 10px; } .legend-input { margin-left: 5px; } input[type="number"] { max-width: 60px; } input[type="color"] { width: 40px; background-color: inherit; border: none; min-width: 20px; cursor: pointer; } select { width: max-content; height: 20px; } label { font-size: small; } label.react-datetime-picker, label.react-datetimerange-picker { max-height: 24px; margin: 5px 20px; } .react-datetime-picker__wrapper { font-size: small; } .react-datetime-picker--enabled { background-color: #444 !important; border-top: 1px solid #555 !important; border-left: 1px solid #555 !important; border-bottom: 1px solid #888 !important; border-right: 1px solid #888 !important; } .react-datetime-picker--disabled { background-color: #222 !important; border: none; } .react-datetime-picker__inputGroup__input { color: #fff; } .react-calendar { background-color: #333 !important; border-top: 1px solid #555; border-left: 1px solid #555; border-bottom: 1px solid #AAA; border-right: 1px solid #AAA; } .react-calendar__navigation__label, .react-calendar__navigation__arrow, .react-calendar__tile { color: white; } .react-calendar__month-view__days__day { color: white; } .react-calendar__navigation button:hover, .react-calendar__month-view__days button:hover, .react-calendar__year-view__months button:hover { background-color: #555 !important; }
static/css/graphTiler.css
.cat-tile-footer button, .gt-button { background-color: #555; border-top: 2px solid #AAA; border-left: 2px solid #AAA; border-bottom: 2px solid #555; border-right: 2px solid #555; } .gt-input, .legend-input { vertical-align: middle; color: #fff; background-color: #444; border-top: 1px solid #555; border-left: 1px solid #555; border-bottom: 1px solid #888; border-right: 1px solid #888; } input:disabled, select:disabled { background-color: #222; color: #AAA; border: none; } .modal-close-icon, .modal-reload-icon { position: absolute; top: 0%; cursor: pointer; font-size: 30px; } body, html { scrollbar-color: #444 #222; background-color: #111; } #root { background: #222; } .y-scroll { overflow-y: auto; overflow-x: hidden; } .panel-ctrl { cursor: pointer; color: #AAA; display: inline-block; width: 18px; height: 24px; text-align: center; opacity: 0.3; transition: all 0.15s ease-in-out; line-height: 30px; } .panel-ctrl:hover { opacity: 1; } .graphGrid { left: 21px; top: 0px; right: 0px; bottom: 0px; position: absolute; overflow: hidden; background-color: black; } .side-controls { height: 100%; width: 20px; position: absolute; margin-left: -8px; margin-top: -8px; background: #181818; user-select: none; } .ctrl-icon { cursor: pointer; font-weight: bold; font-size: 28px; text-align: center; padding-left: 2px; } .ctrl-icon.add-icon { color: #00b974; } .ctrl-icon.add-icon:hover { color: #20d994; } .ctrl-icon.save-icon { color: #008389; font-size: 18px; font-weight: normal; } .ctrl-icon.save-icon:hover { color: #20d994; } .connection-indicator { font-weight: bold; font-size: 20px; } .connection-indicator.disconnected { color: #aa0000; } .connection-indicator.connecting { color: #aaaa00; } .connection-indicator.connected { color: #0f04; } .graphConfigButton { color: #888; cursor: pointer; padding-left: 8px; padding-right: 2px; line-height: 14px; } .graphConfigButton:hover { color: #fff; } .graphTile { position: relative; height: 100%; width: 100%; min-width: 50; } .graphHolder { position: relative; height: 100%; width: 100%; } .graphHolder.configOpen { width: 50%; float: left; } .configPanel { display: flex; flex-direction: column; color: white; background-color: #333; width: 50%; height: 100%; float: right; } .graphSettings { display: flex; flex-direction: column; justify-content: start; width: 90%; height: 100%; padding-left: 3%; } .config-row { display: flex; flex-direction: row; justify-content: space-between; padding-top: 3%; } .ReactModal__Overlay { z-index: 1000; } .modal-close-icon { right: 1%; color: #ff5555; } .modal-close-icon:hover { color: #ffaaaa; } .modal-reload-icon { left: 1%; color: #5555ff; } .modal-reload-icon:hover { color: #aaaaff; } .modal-content { display: flex; justify-content: center; margin-bottom: 1%; } .modalCentered { text-align: center; overflow-y: auto; height: 95%; display: flex; justify-content: center; } .layout-list { list-style-type: none; justify-content: center; } .layout-list-item { display: flex; justify-content: space-between; color: #ccc; background-color: #282828; padding: 5px 5px; margin: 5px; border: 2px solid #222; border-radius: 10px; } .layout-list-name { cursor: pointer; } .layout-list-name:hover { text-decoration: underline; color: #ffffff; } .list-item-delete-x { padding-left: 30px; cursor: pointer; color: #ff5555; font-size: 15px; } .list-item-delete-x:hover { color: #ff0000; } .cat-tile { border: 2px solid #222; border-radius: 3px; padding: 4px; margin: 5px; } .cat-tile-label { display: inline-block; position: relative; width: 100%; } .cat-tile-container { display: flex; justify-content: center; flex-wrap: wrap; } .cat-tile-header { display: flex; justify-content: space-between; padding-left: 1%; padding-right: 1%; } .cat-tile-button { cursor: pointer; font-weight: bold; font-size: 16px; color: #AAA; } .cat-tile-button:hover { color: #fff; } .cat-tile-button.red:hover { color: #f55; } .cat-tile-button.right { position: absolute; right: -10%; top: -70%; } .cat-tile-options { display: flex; justify-content: start; width: 100%; padding-left: 1%; flex-flow: row wrap; align-items: center; } .cat-tile-options fieldset { width: 100%; } .cat-tile-footer { display: flex; justify-content: space-around; padding-top: 1%; width: 100%; } .cat-tile-footer button { width: 50%; color: white; cursor: pointer; } .cat-tile-footer button:hover { color: #afa; } fieldset { position: relative; border: 2px solid #222; } .fieldset-wrapper { display: flex; flex-flow: row wrap; } .range-cfg-fieldset { margin-top: 15px; flex-flow: column; } .range-cfg-fieldset label { order: unset; flex: none; } .flex-div { display: flex; flex-flow: row wrap; } .cat-color-svg { margin-left: 25px; } .fieldset-legend { position: absolute; background-color: #333; z-index: 1; font-size: initial; } .gt-button { color: white; cursor: pointer; } .gt-input { margin: 2px 10px; } .legend-input { margin-left: 5px; } input[type="number"] { max-width: 60px; } input[type="color"] { width: 40px; background-color: inherit; border: none; min-width: 20px; cursor: pointer; } select { width: max-content; height: 20px; } label { font-size: small; } label.react-datetime-picker, label.react-datetimerange-picker { max-height: 24px; margin: 5px 20px; } .react-datetime-picker__wrapper { font-size: small; } .react-datetime-picker--enabled { background-color: #444 !important; border-top: 1px solid #555 !important; border-left: 1px solid #555 !important; border-bottom: 1px solid #888 !important; border-right: 1px solid #888 !important; } .react-datetime-picker--disabled { background-color: #222 !important; border: none; } .react-datetime-picker__inputGroup__input { color: #fff; } .react-calendar { background-color: #333 !important; border-top: 1px solid #555; border-left: 1px solid #555; border-bottom: 1px solid #AAA; border-right: 1px solid #AAA; } .react-calendar__navigation__label, .react-calendar__navigation__arrow, .react-calendar__tile { color: white; } .react-calendar__month-view__days__day { color: white; } .react-calendar__navigation button:hover, .react-calendar__month-view__days button:hover, .react-calendar__year-view__months button:hover { background-color: #555 !important; }
0.477311
0.070144
.search-result{ padding: 0; } .search-result>.title{ margin: 20px 10px 1px 10px; display: inline-flex; } .search-result>.title>span, .search-result>.title>a{ margin: auto; font-size: 20px; color: #fff; text-decoration: none !important; margin-left: 15px; } .search-result>.title>span{ opacity: 0.3; } .search-result>.title>a{ margin-right: 20px; cursor: pointer; } .search-result>.title>.action-result{ color: red; } .search-result>hr{ width: 85%; margin-bottom: 40px; } .search-result>h2{ text-align: left; margin-left: 80px; } .search-result>.result{ text-align: left; margin-left: 80px; padding: 10px; border-radius: 10px; background-color: hsla(0,0%,100%,0.03); } .search-result>.result>.song-result{ display: flex; margin-left: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 30px; border-radius: 15px; } .search-result>.result>.song-result:hover{ background-color: hsla(0,0%,100%,0.15); } .search-result>.result>.song-result>.info{ display:flex; margin-left: 40px; width: 400px; max-width: 400px; } .search-result>.result>.song-result>.info>.play-song{ padding: 0; border: 0; border-radius: 7px; cursor: pointer; } .search-result>.result>.song-result>.info>.play-song:hover{ box-shadow: 0px 0px 6px 2px rgb(0, 154, 243); transform: translateY(0) scale(1.01); } .search-result>.result>.song-result>div>.play-song>img{ width: 50px; height: 50px; border-radius: 7px; } .search-result>.result>.song-result>.info>div>a{ display: block; color: #fff; text-decoration: none !important; text-align: left; margin-top: 3px; margin-left: 18px; } .search-result>.result>.song-result>.info>div>a:hover{ color: #0d5cb6; } .search-result>.result>.song-result>.info>div>.song-name{ font-weight: 600; font-size: 15px; } .search-result>.result>.song-result>.info>div>.singer-name{ margin-top: 7px; } .search-result>.result>.song-result>.action-song{ margin-left: 400px; } .search-result>.result>.song-result>.action-song>button{ border: 0; border-radius: 5px; padding: 5px; background-color: hsla(0,0%,100%,0.55); cursor: pointer; } .search-result>.result>.song-result>.action-song>button:active{ box-shadow: 0px 0px 5px 1px #FFF; transform: translateY(0) scale(1.01); } .search-result>.result>.song-result>.action-song>button>i{ font-size: 150%; color:rgb(241, 15, 15); } .search-result>.result2{ display:inline-flex; flex-wrap: wrap; margin-left: 80px; padding: 10px; border-radius: 10px; background-color: hsla(0,0%,100%,0.03); } .search-result>.result2>.singer-result{ margin-top: 10px; width: 195px; height: 150px; } .search-result>.result2>.singer-result>img{ width: 100px; height: 100px; border-radius: 50%; border: 1px solid #0d5cb6; } .search-result>.result2>.singer-result>a{ display: block; text-decoration: none !important; color: #fff; margin-top: 12px; font-weight: 600; } .search-result>.result2>.singer-result>a:hover{ color: #0d5cb6; } .search-result>.result3{ display: inline-block; align-items: left; background-color: hsla(0,0%,100%,0.05); padding: 10px; border-radius: 5px; } .search-result>.result3>a{ display: inline-block; width: 200px; height: 260px; margin-left: 10px; margin-bottom: 50px; color: #fff; text-decoration: none !important; /* text-align: left; */ } .search-result>.result3>a>img{ width: 200px; height: 200px; border-radius: 5px; } .search-result>.result3>a>img:hover{ box-shadow: 0px 0px 6px 2px rgb(0, 154, 243); transform: translateY(0) scale(1.01); } .search-result>.result3>a>div>h3{ color: #0777f8; margin-bottom: 0; } .search-result>.result3>a>div>p{ text-align: left; margin-left: 5px; font-style: italic; margin-top: 8px; }
public/css/SearchResultStyle.css
.search-result{ padding: 0; } .search-result>.title{ margin: 20px 10px 1px 10px; display: inline-flex; } .search-result>.title>span, .search-result>.title>a{ margin: auto; font-size: 20px; color: #fff; text-decoration: none !important; margin-left: 15px; } .search-result>.title>span{ opacity: 0.3; } .search-result>.title>a{ margin-right: 20px; cursor: pointer; } .search-result>.title>.action-result{ color: red; } .search-result>hr{ width: 85%; margin-bottom: 40px; } .search-result>h2{ text-align: left; margin-left: 80px; } .search-result>.result{ text-align: left; margin-left: 80px; padding: 10px; border-radius: 10px; background-color: hsla(0,0%,100%,0.03); } .search-result>.result>.song-result{ display: flex; margin-left: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 30px; border-radius: 15px; } .search-result>.result>.song-result:hover{ background-color: hsla(0,0%,100%,0.15); } .search-result>.result>.song-result>.info{ display:flex; margin-left: 40px; width: 400px; max-width: 400px; } .search-result>.result>.song-result>.info>.play-song{ padding: 0; border: 0; border-radius: 7px; cursor: pointer; } .search-result>.result>.song-result>.info>.play-song:hover{ box-shadow: 0px 0px 6px 2px rgb(0, 154, 243); transform: translateY(0) scale(1.01); } .search-result>.result>.song-result>div>.play-song>img{ width: 50px; height: 50px; border-radius: 7px; } .search-result>.result>.song-result>.info>div>a{ display: block; color: #fff; text-decoration: none !important; text-align: left; margin-top: 3px; margin-left: 18px; } .search-result>.result>.song-result>.info>div>a:hover{ color: #0d5cb6; } .search-result>.result>.song-result>.info>div>.song-name{ font-weight: 600; font-size: 15px; } .search-result>.result>.song-result>.info>div>.singer-name{ margin-top: 7px; } .search-result>.result>.song-result>.action-song{ margin-left: 400px; } .search-result>.result>.song-result>.action-song>button{ border: 0; border-radius: 5px; padding: 5px; background-color: hsla(0,0%,100%,0.55); cursor: pointer; } .search-result>.result>.song-result>.action-song>button:active{ box-shadow: 0px 0px 5px 1px #FFF; transform: translateY(0) scale(1.01); } .search-result>.result>.song-result>.action-song>button>i{ font-size: 150%; color:rgb(241, 15, 15); } .search-result>.result2{ display:inline-flex; flex-wrap: wrap; margin-left: 80px; padding: 10px; border-radius: 10px; background-color: hsla(0,0%,100%,0.03); } .search-result>.result2>.singer-result{ margin-top: 10px; width: 195px; height: 150px; } .search-result>.result2>.singer-result>img{ width: 100px; height: 100px; border-radius: 50%; border: 1px solid #0d5cb6; } .search-result>.result2>.singer-result>a{ display: block; text-decoration: none !important; color: #fff; margin-top: 12px; font-weight: 600; } .search-result>.result2>.singer-result>a:hover{ color: #0d5cb6; } .search-result>.result3{ display: inline-block; align-items: left; background-color: hsla(0,0%,100%,0.05); padding: 10px; border-radius: 5px; } .search-result>.result3>a{ display: inline-block; width: 200px; height: 260px; margin-left: 10px; margin-bottom: 50px; color: #fff; text-decoration: none !important; /* text-align: left; */ } .search-result>.result3>a>img{ width: 200px; height: 200px; border-radius: 5px; } .search-result>.result3>a>img:hover{ box-shadow: 0px 0px 6px 2px rgb(0, 154, 243); transform: translateY(0) scale(1.01); } .search-result>.result3>a>div>h3{ color: #0777f8; margin-bottom: 0; } .search-result>.result3>a>div>p{ text-align: left; margin-left: 5px; font-style: italic; margin-top: 8px; }
0.442637
0.079639
.screenshot img { width: 100%; border-radius: 10px; padding: 5px 0px; } .remove-image { cursor: pointer; } .storevilla-multiplecat { height: 100px; overflow: auto; border: 1px solid #ccc; padding: 0px 10px; margin-top: 5px; } #storevilla-img-container li label { display: inherit !important; margin-left: 0px !important; } #storevilla-img-container .storevilla-radio-img-img { border: 3px solid #DEDEDE; margin: 10px 4px 5px 0; cursor: pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; width:45%; } #storevilla-img-container .storevilla-radio-img-selected { border: 3px solid #AAA; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } input[type=checkbox]:before { content: ''; margin: -3px 0 0 -4px; } /*custom admin style css*/ .store_villa_draggable{ padding:5px 0; } .storevilla-customize-control-title{ border: 1px solid #dfdfdf; cursor: move !important; font-weight: bold; padding: 0 10px !important; height: 40px; line-height: 40px !important; background-color: #f1f1f1; background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); background-image: -o-linear-gradient(top, #f9f9f9, #ececec); background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); background-image: linear-gradient(top, #f9f9f9, #ececec); overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; text-align: center; color: #696969; } .storevilla-box-content-hidden{ padding: 5px; border: 1px solid #dfdfdf; background:#fff; display:none; } .customize-control-title{ color:#696969; } .store_villa_image_control input[type=text]{ margin-bottom:10px; } .customize-control input[type=text]{ margin-bottom:15px; } .store_villa_general_control_droppable textarea{ width:98%; margin-bottom:15px; } .storevilla-main-group { border: 1px solid #ccc; padding: 0px 10px; } .storevilla-main-group-heading { background: #CACACA; margin-left: -10px; margin-right: -10px; padding: 0px 0px 13px 10px; } /* Customiser woocommerce page layout settings */ .image label{ position: relative; margin: 0 3% 3% 0; display: inline-block; width: 46%; } .image input{ opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .image img{ display: block; border:2px solid #F6F6F6; } .image input:checked + img{ border:2px solid #CCC; } /** * Multiimage Control */ .gallery-screenshot{ margin-bottom: 10px; margin-left: -5px; margin-right: -5px; } .gallery-screenshot .screen-thumb{ width: 50%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 5px; float: left; } .gallery-screenshot .screen-thumb img{ border: 1px solid #EEE; vertical-align: middle; } #clear-gallery{ float: right; } .clearfix:after, .clearfix:before{ content: ""; display: table; } .clearfix:after{ clear: both; } /** * Font Awesome Icon Lists */ .ap-customize-icons .icons-list-wrapper{ height: 200px; display: block; overflow-y: scroll; background: #fff; border: 1px solid #CCCCCC; } .ap-customize-icons .icons-list-wrapper li{ display: block; float: left; padding: 14px; height: 19px; width: 19px; font-size: 19px; text-align: center; border-radius: 50%; } .ap-customize-icons .icons-list-wrapper li:hover, .ap-customize-icons .icons-list-wrapper li.selected { background: #5A5A5A; color: #fff; } .selected-icon-preview { background: #7D7D7D; height: 40px; text-align: center; margin-bottom: 6px; border: 1px solid #EEEEEE; border-radius: 8px; color: #FFFFFF; padding-bottom: 3px; } .selected-icon-preview i { font-size: 25px; padding: 9px; } /** * Customizer Upgreate pro */ .upgrade-pro{ background-color: #e24545; color: #FFF !important; font-size: 12px; padding: 5px; line-height: 1; display: block; margin-top: 6px; text-align: center; } .admin-pro-feature-list li{ border-bottom: 1px solid #DBDBDB; margin: 0; padding: 10px 0px; line-height: 1; } .admin-pro-feature-list li:before{ content: "\f345"; font: 400 20px/1 dashicons; display: inline-block; font-size: 14px; margin-right: 5px; } .admin-pro-feature-list span{ display: inline-block; width: 90%; line-height: 1.5; vertical-align: top; } .admin-pro-feature-list{ margin: 0 5px; } .buynow{ margin-top: 10px; width: 100%; text-align: center; } /*User stick note*/ .user_sticky_note { padding: 0px 10px 15px; background: #EEE; border-bottom: 1px solid #EEE; } .sticky_info_row .button{ width: 100%; margin: 2px 0; text-align: center; } #customize-control-theme_info_more_theme span, #customize-control-theme_info_pro_theme span, #customize-control-theme_info_useful_plugins span{ width: 100%; display: block; text-align: center; } /** * Upgred To Pro */ .control-section-storevilla-pro{ display: block !important; } .control-section-storevilla-pro h3.accordion-section-title { background: #226084 !important; color: #FFF !important; } .control-section-storevilla-pro .accordion-section-title .button { margin-top: -4px; margin-left: 8px; border: none; color: #fff; background: #28c503; box-shadow: none; } #customize-control-enlighten_theme_info a { background: #2e8ecb; color: #fff; display: block; padding: 7px 0; font-size: 14px; text-align: center; font-weight: 600; text-decoration: none; } #customize-control-enlighten_theme_info a:hover{ color: #fff; background: #2380BA; } #customize-control-enlighten_theme_info a.buynow { padding: 0; } .upgrade-pro{ background-color: #e24545; color: #FFF !important; font-size: 12px; padding: 5px; line-height: 1; display: block; margin-top: 6px; text-align: center; text-decoration: none; }
wp-content/themes/storevilla/assets/css/storevilla-admin.css
.screenshot img { width: 100%; border-radius: 10px; padding: 5px 0px; } .remove-image { cursor: pointer; } .storevilla-multiplecat { height: 100px; overflow: auto; border: 1px solid #ccc; padding: 0px 10px; margin-top: 5px; } #storevilla-img-container li label { display: inherit !important; margin-left: 0px !important; } #storevilla-img-container .storevilla-radio-img-img { border: 3px solid #DEDEDE; margin: 10px 4px 5px 0; cursor: pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; width:45%; } #storevilla-img-container .storevilla-radio-img-selected { border: 3px solid #AAA; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } input[type=checkbox]:before { content: ''; margin: -3px 0 0 -4px; } /*custom admin style css*/ .store_villa_draggable{ padding:5px 0; } .storevilla-customize-control-title{ border: 1px solid #dfdfdf; cursor: move !important; font-weight: bold; padding: 0 10px !important; height: 40px; line-height: 40px !important; background-color: #f1f1f1; background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); background-image: -o-linear-gradient(top, #f9f9f9, #ececec); background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); background-image: linear-gradient(top, #f9f9f9, #ececec); overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; text-align: center; color: #696969; } .storevilla-box-content-hidden{ padding: 5px; border: 1px solid #dfdfdf; background:#fff; display:none; } .customize-control-title{ color:#696969; } .store_villa_image_control input[type=text]{ margin-bottom:10px; } .customize-control input[type=text]{ margin-bottom:15px; } .store_villa_general_control_droppable textarea{ width:98%; margin-bottom:15px; } .storevilla-main-group { border: 1px solid #ccc; padding: 0px 10px; } .storevilla-main-group-heading { background: #CACACA; margin-left: -10px; margin-right: -10px; padding: 0px 0px 13px 10px; } /* Customiser woocommerce page layout settings */ .image label{ position: relative; margin: 0 3% 3% 0; display: inline-block; width: 46%; } .image input{ opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .image img{ display: block; border:2px solid #F6F6F6; } .image input:checked + img{ border:2px solid #CCC; } /** * Multiimage Control */ .gallery-screenshot{ margin-bottom: 10px; margin-left: -5px; margin-right: -5px; } .gallery-screenshot .screen-thumb{ width: 50%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 5px; float: left; } .gallery-screenshot .screen-thumb img{ border: 1px solid #EEE; vertical-align: middle; } #clear-gallery{ float: right; } .clearfix:after, .clearfix:before{ content: ""; display: table; } .clearfix:after{ clear: both; } /** * Font Awesome Icon Lists */ .ap-customize-icons .icons-list-wrapper{ height: 200px; display: block; overflow-y: scroll; background: #fff; border: 1px solid #CCCCCC; } .ap-customize-icons .icons-list-wrapper li{ display: block; float: left; padding: 14px; height: 19px; width: 19px; font-size: 19px; text-align: center; border-radius: 50%; } .ap-customize-icons .icons-list-wrapper li:hover, .ap-customize-icons .icons-list-wrapper li.selected { background: #5A5A5A; color: #fff; } .selected-icon-preview { background: #7D7D7D; height: 40px; text-align: center; margin-bottom: 6px; border: 1px solid #EEEEEE; border-radius: 8px; color: #FFFFFF; padding-bottom: 3px; } .selected-icon-preview i { font-size: 25px; padding: 9px; } /** * Customizer Upgreate pro */ .upgrade-pro{ background-color: #e24545; color: #FFF !important; font-size: 12px; padding: 5px; line-height: 1; display: block; margin-top: 6px; text-align: center; } .admin-pro-feature-list li{ border-bottom: 1px solid #DBDBDB; margin: 0; padding: 10px 0px; line-height: 1; } .admin-pro-feature-list li:before{ content: "\f345"; font: 400 20px/1 dashicons; display: inline-block; font-size: 14px; margin-right: 5px; } .admin-pro-feature-list span{ display: inline-block; width: 90%; line-height: 1.5; vertical-align: top; } .admin-pro-feature-list{ margin: 0 5px; } .buynow{ margin-top: 10px; width: 100%; text-align: center; } /*User stick note*/ .user_sticky_note { padding: 0px 10px 15px; background: #EEE; border-bottom: 1px solid #EEE; } .sticky_info_row .button{ width: 100%; margin: 2px 0; text-align: center; } #customize-control-theme_info_more_theme span, #customize-control-theme_info_pro_theme span, #customize-control-theme_info_useful_plugins span{ width: 100%; display: block; text-align: center; } /** * Upgred To Pro */ .control-section-storevilla-pro{ display: block !important; } .control-section-storevilla-pro h3.accordion-section-title { background: #226084 !important; color: #FFF !important; } .control-section-storevilla-pro .accordion-section-title .button { margin-top: -4px; margin-left: 8px; border: none; color: #fff; background: #28c503; box-shadow: none; } #customize-control-enlighten_theme_info a { background: #2e8ecb; color: #fff; display: block; padding: 7px 0; font-size: 14px; text-align: center; font-weight: 600; text-decoration: none; } #customize-control-enlighten_theme_info a:hover{ color: #fff; background: #2380BA; } #customize-control-enlighten_theme_info a.buynow { padding: 0; } .upgrade-pro{ background-color: #e24545; color: #FFF !important; font-size: 12px; padding: 5px; line-height: 1; display: block; margin-top: 6px; text-align: center; text-decoration: none; }
0.251464
0.122313
body, html{ background-color: #FFFFFF; } label,p,h5{ font-family: 'Open Sans'; } .topo{ position: relative; height: 60px; width: 100%; background-color: #2E5493; } .logo{ position: absolute ; left: 16px; top: 9px; background-image: url('../image/logo_home.png'); background-repeat: no-repeat; width: 68px; height: 40px; } .sair{ position: absolute ; left: 70%; top: 19px; color: #FFFFFF; } .sair a{ color: #FFFFFF; } .botao{ position: absolute; border: 0px; background-image: url('../image/btn_add_prancha.png'); left: 302px; top: 350px; width: 48px; height: 48px; } .card_cad{ position: absolute; left: 19px; top: 95px; } .text_cad{ position: absolute; left: 19px; top: 120px; } .inp_1{ border: 0px; position: absolute; left: 19px; top: 110px; width: 331px; height: 48px; background: #EBEBEB; } .lab_1{ position: absolute; left: 19px; top: 88px; width: 123px; height: 21px; } .inp_2{ border: 0px; position: absolute; left: 19px; top: 193px; width: 331px; height: 48px; background: #EBEBEB; } .lab_2{ position: absolute; left: 19px; top: 171px; width: 110px; height: 21px; } .inp_3{ border: 0px; position: absolute; left: 19px; top: 273px; width: 331px; height: 48px; background: #EBEBEB; } .lab_3{ position: absolute; left: 19px; top: 253px; } .lab_4{ position: absolute; left: 19px; top: 362px; } .inp_5{ border-radius: 4px; border: 0px; position: relative; left: 231px; top: 450px; width: 119px; height: 48px; background: #4A86E8; color: #FFFFFF; } .prancha_add{ position: relative; left: 19px; top: 422px; width: 331px; } .botao_modal{ border: 0px; background-image: url('../image/btn_add_prancha.png'); width: 48px; height: 48px; } .modal-dialog{ position: relative; top: 214px; width: 522px; height: 339px; } .modal_botao_position{ position: relative; top: -38px; left: 374px; } .input_modal{ border: 0px; position: relative; left: 20px; top: 10px; width: 404px; height: 49px; background: #EBEBEB; } .modal-body{ position: relative; width: 522px; } .close_modal{ position: absolute; top: 92%; left: 422px; } .text_modal{ position: relative; } .prancha_add_modal{ position: relative; } .prancha_add_modal hr{ position: relative; left: -15px; width: 450px } .card_viagem{ position: absolute; left: 403px; top: 130px; width: 937px; } .card_viagem_uni{ position: relative; background-color: #EDF7FF; border: 0px; width: 936px; height: 74px; border-radius: 4px; } .data_icon{ position: absolute; border: 0px; background-image: url('../image/date_icon_data.png'); left: 665px; top: 12px; width: 16px; height: 20px; } .delete_icon{ position: absolute; border: 0px; background-image: url('../image/botao_cancelar.png'); left: 836px; top: 44px; width: 78px; height: 19px; background-color: #EDF7FF; } .text_local{ position: absolute; left: 21px; top: 17px; } .text_prancha{ position: absolute; left: 21px; top: 45px; } .data_viagem{ position: absolute; left: 693px; top: 14px; height:227px; } .botao_cad_prancha{ border: none; background-repeat: no-repeat; background-color: #FFFFFF; width: 5px; height: 10px; background-image: url('../image/button.fw.png'); } .local_botao_cad_prancha{ position: absolute; left: 450px; }
public/css/home.css
body, html{ background-color: #FFFFFF; } label,p,h5{ font-family: 'Open Sans'; } .topo{ position: relative; height: 60px; width: 100%; background-color: #2E5493; } .logo{ position: absolute ; left: 16px; top: 9px; background-image: url('../image/logo_home.png'); background-repeat: no-repeat; width: 68px; height: 40px; } .sair{ position: absolute ; left: 70%; top: 19px; color: #FFFFFF; } .sair a{ color: #FFFFFF; } .botao{ position: absolute; border: 0px; background-image: url('../image/btn_add_prancha.png'); left: 302px; top: 350px; width: 48px; height: 48px; } .card_cad{ position: absolute; left: 19px; top: 95px; } .text_cad{ position: absolute; left: 19px; top: 120px; } .inp_1{ border: 0px; position: absolute; left: 19px; top: 110px; width: 331px; height: 48px; background: #EBEBEB; } .lab_1{ position: absolute; left: 19px; top: 88px; width: 123px; height: 21px; } .inp_2{ border: 0px; position: absolute; left: 19px; top: 193px; width: 331px; height: 48px; background: #EBEBEB; } .lab_2{ position: absolute; left: 19px; top: 171px; width: 110px; height: 21px; } .inp_3{ border: 0px; position: absolute; left: 19px; top: 273px; width: 331px; height: 48px; background: #EBEBEB; } .lab_3{ position: absolute; left: 19px; top: 253px; } .lab_4{ position: absolute; left: 19px; top: 362px; } .inp_5{ border-radius: 4px; border: 0px; position: relative; left: 231px; top: 450px; width: 119px; height: 48px; background: #4A86E8; color: #FFFFFF; } .prancha_add{ position: relative; left: 19px; top: 422px; width: 331px; } .botao_modal{ border: 0px; background-image: url('../image/btn_add_prancha.png'); width: 48px; height: 48px; } .modal-dialog{ position: relative; top: 214px; width: 522px; height: 339px; } .modal_botao_position{ position: relative; top: -38px; left: 374px; } .input_modal{ border: 0px; position: relative; left: 20px; top: 10px; width: 404px; height: 49px; background: #EBEBEB; } .modal-body{ position: relative; width: 522px; } .close_modal{ position: absolute; top: 92%; left: 422px; } .text_modal{ position: relative; } .prancha_add_modal{ position: relative; } .prancha_add_modal hr{ position: relative; left: -15px; width: 450px } .card_viagem{ position: absolute; left: 403px; top: 130px; width: 937px; } .card_viagem_uni{ position: relative; background-color: #EDF7FF; border: 0px; width: 936px; height: 74px; border-radius: 4px; } .data_icon{ position: absolute; border: 0px; background-image: url('../image/date_icon_data.png'); left: 665px; top: 12px; width: 16px; height: 20px; } .delete_icon{ position: absolute; border: 0px; background-image: url('../image/botao_cancelar.png'); left: 836px; top: 44px; width: 78px; height: 19px; background-color: #EDF7FF; } .text_local{ position: absolute; left: 21px; top: 17px; } .text_prancha{ position: absolute; left: 21px; top: 45px; } .data_viagem{ position: absolute; left: 693px; top: 14px; height:227px; } .botao_cad_prancha{ border: none; background-repeat: no-repeat; background-color: #FFFFFF; width: 5px; height: 10px; background-image: url('../image/button.fw.png'); } .local_botao_cad_prancha{ position: absolute; left: 450px; }
0.470007
0.069827
.address_component{ /* border:2px solid red */ margin-top: 6rem; } .address_container{ /* border:2px solid yellow; */ width: 70%; margin: 0 auto; display: flex; } .address_container_map{ /* border:2px solid blue; */ width: 55%; height:460px; min-width: 300px; } .address_container_content{ width: 45%; padding-top:5rem; } .col+.col{ margin-left: 110px !important; /* border:2px solid red !important */ } .address_container_map::after{ content: ""; background-image: url("../../assets/images/map.png"); width: 100%; height: 100%; background-position:top right; background-size: cover; position: absolute; top: 0; left: 0; z-index: -1; } .address_container_map{ position: relative; } .address_content_title{ font-family: insta; font-size: 30px; font-style: normal; font-weight: 400; line-height: 70px; letter-spacing: 0em; text-align: left; color: #363943; } .address_content_text{ font-family: Calibri; font-size: 17px; font-style: normal; font-weight: 700; line-height: 30px; letter-spacing: 0em; text-align: left; color:#363943; } .address_content_textlight{ font-family: Calibri; font-size: 17px; font-style: normal; font-weight: 400; line-height: 30px; letter-spacing: 0em; text-align: left; color: #8C8B92; } .address_content_reserveBtn{ padding: 8px 18px; border: 1px solid #DEA11B;; background: #DEA11B; color: white; font-family: Calibri; font-style: normal; font-weight: normal; font-size: 13px; line-height: 20px; /* identical to box height */ text-align: center; text-transform: uppercase; } .lineStar{ display: flex; justify-items:space-between; } .space_height{ margin-top: 12rem; color: red; padding-bottom: 15px; } .line_hr{ background-color: #DEA11B; height: 3px; width:350px; } .line_hr-2{ background-color: #DEA11B; height: 3px; width:300px; margin-left: 50px; } .star_img{ background-image: url("../../assets/images/star.png"); width: 100%; height: 100px; background-repeat: no-repeat; position: absolute; top: -500; } .star_img_div{ position: relative !important; /* border:2px solid red; */ width: 100px; margin-top:-60px; margin-left: 50px; } @media screen and (max-width:800px) { .col+.col{ margin-left: 0 !important; } .address_container{ flex-direction: column; align-items: center !important; /* border: 2px solid red; */ } .address_container_map,.address_container_content{ width: 100%; align-self: center; justify-self: center; } } @media screen and (max-width:800px) { .lineStar,.hr{ display: none; } } @media screen and (max-width:400px) { .address_content_text{ font-size: 16px; } .address_content_textlight{ font-size: 15px; }}
src/components/address_component/address_component.css
.address_component{ /* border:2px solid red */ margin-top: 6rem; } .address_container{ /* border:2px solid yellow; */ width: 70%; margin: 0 auto; display: flex; } .address_container_map{ /* border:2px solid blue; */ width: 55%; height:460px; min-width: 300px; } .address_container_content{ width: 45%; padding-top:5rem; } .col+.col{ margin-left: 110px !important; /* border:2px solid red !important */ } .address_container_map::after{ content: ""; background-image: url("../../assets/images/map.png"); width: 100%; height: 100%; background-position:top right; background-size: cover; position: absolute; top: 0; left: 0; z-index: -1; } .address_container_map{ position: relative; } .address_content_title{ font-family: insta; font-size: 30px; font-style: normal; font-weight: 400; line-height: 70px; letter-spacing: 0em; text-align: left; color: #363943; } .address_content_text{ font-family: Calibri; font-size: 17px; font-style: normal; font-weight: 700; line-height: 30px; letter-spacing: 0em; text-align: left; color:#363943; } .address_content_textlight{ font-family: Calibri; font-size: 17px; font-style: normal; font-weight: 400; line-height: 30px; letter-spacing: 0em; text-align: left; color: #8C8B92; } .address_content_reserveBtn{ padding: 8px 18px; border: 1px solid #DEA11B;; background: #DEA11B; color: white; font-family: Calibri; font-style: normal; font-weight: normal; font-size: 13px; line-height: 20px; /* identical to box height */ text-align: center; text-transform: uppercase; } .lineStar{ display: flex; justify-items:space-between; } .space_height{ margin-top: 12rem; color: red; padding-bottom: 15px; } .line_hr{ background-color: #DEA11B; height: 3px; width:350px; } .line_hr-2{ background-color: #DEA11B; height: 3px; width:300px; margin-left: 50px; } .star_img{ background-image: url("../../assets/images/star.png"); width: 100%; height: 100px; background-repeat: no-repeat; position: absolute; top: -500; } .star_img_div{ position: relative !important; /* border:2px solid red; */ width: 100px; margin-top:-60px; margin-left: 50px; } @media screen and (max-width:800px) { .col+.col{ margin-left: 0 !important; } .address_container{ flex-direction: column; align-items: center !important; /* border: 2px solid red; */ } .address_container_map,.address_container_content{ width: 100%; align-self: center; justify-self: center; } } @media screen and (max-width:800px) { .lineStar,.hr{ display: none; } } @media screen and (max-width:400px) { .address_content_text{ font-size: 16px; } .address_content_textlight{ font-size: 15px; }}
0.387227
0.076167
.post-field > textarea{ width: 393px; font-size: 16px; height: 100px; resize: none; left: 15%; position: relative; } textarea{ resize: none; } .panel-body > .buttons{ left: 15%; position: relative; } .post-button{ margin-left: 145px; } .btn-sm{ position: absolute; left: 5%; bottom: 19%; } .well{ position: relative; } .well > .message{ padding: 20px; width: 419px; text-align: left; font-size: 18px; } .button{ background: none; border: thin solid #0077B3; height: 53px; width: 184px; position: absolute; left: 30%; color: #0077B3; } .login{ left: 50%; } .block{ } #sign-up-box, #log-in-box{ background: #FFF; display: none; height: 382px; width: 450px; position: fixed; left: 30%; top: 15%; border-radius: 2px; border: thin solid #eee; } .pull-right{ font-size: 20px; margin-right: 15px; position: relative; float: right; margin-top: 15px; font-family: helvetica; font-weight: 100; } #sign-up-box > .title{ position: absolute; margin-left: 154px; font-size: 30px; margin-top: 16px; font-weight: 100; } #log-in-box > .title{ position: absolute; margin-left: 185px; font-size: 30px; margin-top: 16px; font-weight: 100; } #log-in-box > .form{ margin-left: 58px; margin-top: 70px; } #sign-up-box > .form{ margin-left: 58px; margin-top: 70px; } #log-in-box .submit{ margin-left: 58px; } #log-in-box strong{ padding-right: 10px; } .form input[type=submit]{ width: 220px; background: #0088CC; border: #0088CC; border-radius: 2px; height: 39px; margin-top: 30px; color: white; } .post-list{ position: relative; height: 700px; margin: 0px; width: 600px; /*left: 28%;*/ } .post{ position: relative; overflow: hidden; border-bottom: thin solid #eee; border-left: thin solid #eee; border-right: thin solid #eee; padding: 40px; background: #FFF; } .date{ display: inline-block; font-size: 12px; color: gray; position: absolute; right: 10px; top: 5px; } .likes{ display: inline-block; font-size: 12px; color: gray; position: absolute; bottom: 10%; left: 7%; } .btn{ margin-right: 10px; } .buttons input{ background: #0077B3; border: thin solid #0077B3; height: 36px; width: 160px; color: #FFF; border-radius: 4px; }
src/social/public/css/index.css
.post-field > textarea{ width: 393px; font-size: 16px; height: 100px; resize: none; left: 15%; position: relative; } textarea{ resize: none; } .panel-body > .buttons{ left: 15%; position: relative; } .post-button{ margin-left: 145px; } .btn-sm{ position: absolute; left: 5%; bottom: 19%; } .well{ position: relative; } .well > .message{ padding: 20px; width: 419px; text-align: left; font-size: 18px; } .button{ background: none; border: thin solid #0077B3; height: 53px; width: 184px; position: absolute; left: 30%; color: #0077B3; } .login{ left: 50%; } .block{ } #sign-up-box, #log-in-box{ background: #FFF; display: none; height: 382px; width: 450px; position: fixed; left: 30%; top: 15%; border-radius: 2px; border: thin solid #eee; } .pull-right{ font-size: 20px; margin-right: 15px; position: relative; float: right; margin-top: 15px; font-family: helvetica; font-weight: 100; } #sign-up-box > .title{ position: absolute; margin-left: 154px; font-size: 30px; margin-top: 16px; font-weight: 100; } #log-in-box > .title{ position: absolute; margin-left: 185px; font-size: 30px; margin-top: 16px; font-weight: 100; } #log-in-box > .form{ margin-left: 58px; margin-top: 70px; } #sign-up-box > .form{ margin-left: 58px; margin-top: 70px; } #log-in-box .submit{ margin-left: 58px; } #log-in-box strong{ padding-right: 10px; } .form input[type=submit]{ width: 220px; background: #0088CC; border: #0088CC; border-radius: 2px; height: 39px; margin-top: 30px; color: white; } .post-list{ position: relative; height: 700px; margin: 0px; width: 600px; /*left: 28%;*/ } .post{ position: relative; overflow: hidden; border-bottom: thin solid #eee; border-left: thin solid #eee; border-right: thin solid #eee; padding: 40px; background: #FFF; } .date{ display: inline-block; font-size: 12px; color: gray; position: absolute; right: 10px; top: 5px; } .likes{ display: inline-block; font-size: 12px; color: gray; position: absolute; bottom: 10%; left: 7%; } .btn{ margin-right: 10px; } .buttons input{ background: #0077B3; border: thin solid #0077B3; height: 36px; width: 160px; color: #FFF; border-radius: 4px; }
0.453988
0.062018
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700); html { height: 100%; } body { padding:60px; font:16px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 22px; color:#777; font-weight:300; height: 80%; } h1, h2, h3, h4, h5, h6 { color:#222; margin:0 0 20px; } p, ul, ol, table, pre, dl { margin:0 0 10px; text-align: justify; } h1, h2, h3 { line-height:1.1; } h1 { font-size:28px; } h2 { color:#393939; } h3, h4, h5, h6 { color:#494949; } h1 a { text-decoration: none; /* no underline */ } a { color:#39c; font-weight:400; text-decoration:none; } a small { font-size:11px; color:#777; margin-top:-0.6em; display:block; } .wrapper { width:800px; margin:0 auto; } blockquote { border-left:1px solid #e5e5e5; margin:0; padding:0 0 0 20px; font-style:italic; } code, pre { font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; color:#333; font-size:12px; } pre { padding:8px 15px; background: #f8f8f8; border-radius:5px; border:1px solid #e5e5e5; overflow-x: auto; } table { width:100%; border-collapse:collapse; } th, td { text-align:left; padding:5px 10px; border-bottom:1px solid #e5e5e5; } dt { color:#444; font-weight:700; } th { color:#444; } .social-icons { float: left; background-image: url('social-icons.png'); background-repeat: no-repeat; background-size: 860px; width: 32px; height: 32px; margin: 0 7.3px; } #i-github { background-image: url('social-github-32px.png'); background-size: 100%; } #i-linkedin { background-position: -829px -95px; } #i-twitter { background-position: -83px 2px; } header { margin-bottom: 80px; } #pic-wrapper { float: right; width: 140px; } #profil-pic { width: 140px; } div#titles { margin: 0 0 20px; font-size: 18px; font-weight: bold; } div#titles p { margin: 0 0 4px; } #left-section { width:180px; float:left; } #left-section ul { list-style:none; display: flex; align-items: center; justify-content: center; height:35px; padding:0; background: #eee; background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd)); background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%); border-radius:5px; border:1px solid #d2d2d2; box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0; } #left-section li { width:89px; float:left; border-right:1px solid #d2d2d2; height:40px; } #left-section a { line-height:1; font-size:14px; color:#999; display:block; text-align:center; } strong { color:#222; font-weight:700; } #left-section ul li + li { width:88px; border-left:1px solid #fff; } #left-section ul li + li + li { border-right:none; width:89px; } #left-section ul a strong { font-size:18px; display:block; color:#222; } section { width: calc(100% - 220px); float:right; padding-bottom:50px; } section p { margin:0 0 15px; } small { font-size:11px; } hr { border:0; background:#e5e5e5; height:1px; margin:0 0 20px; } footer { clear: both; position: relative; text-align: center; } @media print, screen and (max-width: 960px) { div.wrapper { width:auto; margin:0; } } @media print, screen and (max-width: 700px) { header { margin-bottom: 20px; } div#titles { margin: 160px 0 20px; } section { width: auto; float: none; } #left-section { width: auto; float: none; position: static; } } @media print, screen and (max-width: 460px) { div#titles { margin: 130px 0 20px; } } @media print { body { padding:0.4in; font-size:12pt; color:#444; } }
stylesheets/styles.css
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700); html { height: 100%; } body { padding:60px; font:16px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 22px; color:#777; font-weight:300; height: 80%; } h1, h2, h3, h4, h5, h6 { color:#222; margin:0 0 20px; } p, ul, ol, table, pre, dl { margin:0 0 10px; text-align: justify; } h1, h2, h3 { line-height:1.1; } h1 { font-size:28px; } h2 { color:#393939; } h3, h4, h5, h6 { color:#494949; } h1 a { text-decoration: none; /* no underline */ } a { color:#39c; font-weight:400; text-decoration:none; } a small { font-size:11px; color:#777; margin-top:-0.6em; display:block; } .wrapper { width:800px; margin:0 auto; } blockquote { border-left:1px solid #e5e5e5; margin:0; padding:0 0 0 20px; font-style:italic; } code, pre { font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; color:#333; font-size:12px; } pre { padding:8px 15px; background: #f8f8f8; border-radius:5px; border:1px solid #e5e5e5; overflow-x: auto; } table { width:100%; border-collapse:collapse; } th, td { text-align:left; padding:5px 10px; border-bottom:1px solid #e5e5e5; } dt { color:#444; font-weight:700; } th { color:#444; } .social-icons { float: left; background-image: url('social-icons.png'); background-repeat: no-repeat; background-size: 860px; width: 32px; height: 32px; margin: 0 7.3px; } #i-github { background-image: url('social-github-32px.png'); background-size: 100%; } #i-linkedin { background-position: -829px -95px; } #i-twitter { background-position: -83px 2px; } header { margin-bottom: 80px; } #pic-wrapper { float: right; width: 140px; } #profil-pic { width: 140px; } div#titles { margin: 0 0 20px; font-size: 18px; font-weight: bold; } div#titles p { margin: 0 0 4px; } #left-section { width:180px; float:left; } #left-section ul { list-style:none; display: flex; align-items: center; justify-content: center; height:35px; padding:0; background: #eee; background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd)); background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%); border-radius:5px; border:1px solid #d2d2d2; box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0; } #left-section li { width:89px; float:left; border-right:1px solid #d2d2d2; height:40px; } #left-section a { line-height:1; font-size:14px; color:#999; display:block; text-align:center; } strong { color:#222; font-weight:700; } #left-section ul li + li { width:88px; border-left:1px solid #fff; } #left-section ul li + li + li { border-right:none; width:89px; } #left-section ul a strong { font-size:18px; display:block; color:#222; } section { width: calc(100% - 220px); float:right; padding-bottom:50px; } section p { margin:0 0 15px; } small { font-size:11px; } hr { border:0; background:#e5e5e5; height:1px; margin:0 0 20px; } footer { clear: both; position: relative; text-align: center; } @media print, screen and (max-width: 960px) { div.wrapper { width:auto; margin:0; } } @media print, screen and (max-width: 700px) { header { margin-bottom: 20px; } div#titles { margin: 160px 0 20px; } section { width: auto; float: none; } #left-section { width: auto; float: none; position: static; } } @media print, screen and (max-width: 460px) { div#titles { margin: 130px 0 20px; } } @media print { body { padding:0.4in; font-size:12pt; color:#444; } }
0.30632
0.093264
@charset "UTF-8"; /* CSS Document */ /* * RESET * */ html, body, div, span, object, blockquote, pre, abbr, acronym, address, big, cite, code, dfn, em, font, img, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; } p { border: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; } a { margin: 0; padding: 0; font-weight: normal; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; } body table { margin: 0; padding: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; border-collapse: collapse; border-spacing: 0; } /* * DEFAULT STYLES * */ body { color: #333333; font-weight: normal; font-family: sans-serif; } /*removes horizontal overflow on certain devices*/ body div#wrap { width: 100%; overflow: hidden; position: absolute; left: 0; padding: 0; } /* * HEADER * */ body div#header { height: 17px; background-color: #1d5288; border-bottom: 4px solid #184572; padding: 4px; margin-bottom: .5em; } body div#header span { font-size: 1.5em; font-weight: bold; padding-left: 2%; padding-right: 2%; color: blue; margin-bottom: .4em; margin-top: .4em; } body div#header a { border: none; } /* * FOOTER * */ body div#footer { background-color: #F6F6F6; border-top: 1px solid #D8D8D8; padding: .7em 0em; clear: both; height: 1.5em; display: block; } body div#footer ul { margin-left: 2em; padding-left: 0; margin-bottom: 0; margin-top: 0; } body div#footer ul li { margin-left: 0; padding-left: 0; } body div#footer p { margin-left: 2%; margin-top: .3em; padding: 0; } body div#footer ul li { list-style-type: none; text-align: right; padding-right: 1em; } /* * BASIC ELEMENTS * */ /*body required as early browsers don't understand p by itself */ body p { margin-top: 0; margin-bottom: 0.6em; padding: 0 2% 0 2%; font-size: 100%; } strong { font-weight: bold; } em { font-style: normal; font-weight: bold; } /* * LINK STATES * */ a:link { color:#003399; } a:visited { color:#006600; } a:hover { color:#FF9900; } a:active { color:#990000; } /* * HEADERS * */ body h1 { font-size: 1.0em; padding-left: 2%; padding-right: 2%; margin-top: 0; margin-bottom: 0.4em; line-height: normal; clear: both; } body h2 { font-size: 0.9em; padding-left: 2%; padding-right: 2%; color: black; background-color: #F6F6F6; border-top: 1px solid #D8D8D8; border-bottom: 2px solid #D8D8D8; margin-top: 0; margin-bottom: 0.4em; line-height: normal; clear: both; } body h3 { font-size: 0.8em; border: 2px solid #D8D8D8; width: 95%; margin: 0em auto; padding: 0.3em 0.3em; background-color: #F6F6F6; margin-bottom: 0.4em; color: black; } body h4 { font-size: 0.7em; padding-left: 2%; padding-right: 2%; color: #CC0066; margin-top: 0; margin-bottom: 0.4em; font-weight: bold; } body h5 { font-size: 0.6em; background-color: #F6F6F6; border-bottom: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; padding-left: 2%; padding-right: 2%; padding-top: .3em; padding-bottom: .3em; margin-top: 0; margin-bottom: 0.6em; } body h6 { font-size: 0.5em; background-color: #F6F6F6; border-bottom: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; padding-left: 2%; padding-right: 2%; padding-top: .3em; padding-bottom: .3em; margin-top: 0; margin-bottom: 0.6em; } /* * IMAGE WITH OPTIONAL CAPTION * */ body img.captioned { margin: 0 0 0 2%; } body p.caption-image { font-size: small; margin-top: 0; margin-bottom: 0.6em; padding-left: 2%; } /* * BLOCKQUOTE * */ blockquote { margin: 0 4% 0.4em 4%; padding: .6em 0 .3em 0; border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8; } blockquote p { margin: .0; padding: 0 0 0.6em 0; border-bottom: 1px solid #D8D8D8; } /* * LISTS * */ /* compensates for smaller Opera Mini margins */ ol, ul, dl { margin-left: 2%; padding-left: 5px; } ul li { list-style-type: none; } dd { margin-left: 2%; } /*forces native margin*/ body ul, body ol, body dl { margin-top: 0; margin-bottom: 0.6em; font-size: 100%; } /* * BREADCRUMBS * */ body ul.breadcrumbs { padding-top: 0; padding-bottom: .5em; padding-left: 0; padding-right: .5em; font-size: small; list-style-type: none; margin-bottom: 0.6em; margin-top: 0; margin-left: 2%; } body ul.breadcrumbs li { display: inline; line-height: 1em; } /* * FORMS * */ body fieldset { margin: 0; padding: 0; border: none; } body form { font-size: 1.0em; margin: 0; color: #333333; } body form label { font-size: 1.1em; width: 100%; margin-bottom: .5em; margin-top: .5em; } body form input { width: 100%; font-size: 1.15em; } body input[type='text'] { padding: 0.2em; margin-bottom: .5em; display: block; } body textarea { padding: 0.2em; margin-bottom: .7em; display: block; } body form input[type='radio'], body form input[type='checkbox'] { margin:0.1em 0em; padding: 0; } body select { margin-bottom: 0; } body input[type='button'] { font-size: 1.15em; padding: 1em 1.3em; color: #D8D8D8; margin: 1em 0em; } /* * TABLES * */ body table { border: 1px solid #D8D8D8; margin: 0; width: 100%; color: #333333; font-size: 80%; } body td { padding-left: .3em; padding-right: .3em; padding-top: .2em; padding-bottom: .2em; line-height: 1.5em; border: 1px solid #D8D8D8; } /*compensates for lack of consistent header support*/ body td.table-header { color: #0033CC; font-weight: bold; background-color: #F6F6F6; } body tr { height: 1.5em; } body table td.odd { background-color: #F6F6F6; } /*caption-side unlikely to be supported*/ body caption { caption-side: bottom; padding-top: 0.3em; padding-bottom: 0.3em; margin-left: .5em; font-size: small; text-align: left; font-style: normal; } /* * CONTAINER BOXES * */ body div.box p.box-text { border: 1px solid #D8D8D8; width: 92%; margin: 0 auto 0.6em auto; padding: 0.4em 0.4em; background-color: #F6F6F6; } body div.header-box p { font-size: 0.8em; border: 1px solid #D8D8D8; width: 92%; margin: 0 auto 0.6em auto; padding: 0.4em 0.4em; background-color: #F6F6F6; } /* 2px border is required to ensure header is flush with the box */ body div.header-box h3 { font-size: 1.15em; font-weight: bold; border: 2px solid #1D5287; width: 92%; margin: 0em auto; padding: 0.3em 0.3em; background-color: #1d5288; color: white; } /* * BACK TO TOP/HOME * */ p.top { font-size: small; background-color: #F6F6F6; border-bottom: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; padding-top: .3em; padding-bottom: .3em; margin-top: 0; margin-bottom: 0.6em; clear: both; } p.home { font-size: small; background-color: #F6F6F6; border-bottom: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; padding-top: .3em; padding-bottom: .3em; margin-top: 0; margin-bottom: 0.6em; clear: both; } p.top a, p.home a { color: #333333; text-decoration: none; width: 100%; display: block; }
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login_mobile.css
@charset "UTF-8"; /* CSS Document */ /* * RESET * */ html, body, div, span, object, blockquote, pre, abbr, acronym, address, big, cite, code, dfn, em, font, img, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; } p { border: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; } a { margin: 0; padding: 0; font-weight: normal; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; } body table { margin: 0; padding: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; border-collapse: collapse; border-spacing: 0; } /* * DEFAULT STYLES * */ body { color: #333333; font-weight: normal; font-family: sans-serif; } /*removes horizontal overflow on certain devices*/ body div#wrap { width: 100%; overflow: hidden; position: absolute; left: 0; padding: 0; } /* * HEADER * */ body div#header { height: 17px; background-color: #1d5288; border-bottom: 4px solid #184572; padding: 4px; margin-bottom: .5em; } body div#header span { font-size: 1.5em; font-weight: bold; padding-left: 2%; padding-right: 2%; color: blue; margin-bottom: .4em; margin-top: .4em; } body div#header a { border: none; } /* * FOOTER * */ body div#footer { background-color: #F6F6F6; border-top: 1px solid #D8D8D8; padding: .7em 0em; clear: both; height: 1.5em; display: block; } body div#footer ul { margin-left: 2em; padding-left: 0; margin-bottom: 0; margin-top: 0; } body div#footer ul li { margin-left: 0; padding-left: 0; } body div#footer p { margin-left: 2%; margin-top: .3em; padding: 0; } body div#footer ul li { list-style-type: none; text-align: right; padding-right: 1em; } /* * BASIC ELEMENTS * */ /*body required as early browsers don't understand p by itself */ body p { margin-top: 0; margin-bottom: 0.6em; padding: 0 2% 0 2%; font-size: 100%; } strong { font-weight: bold; } em { font-style: normal; font-weight: bold; } /* * LINK STATES * */ a:link { color:#003399; } a:visited { color:#006600; } a:hover { color:#FF9900; } a:active { color:#990000; } /* * HEADERS * */ body h1 { font-size: 1.0em; padding-left: 2%; padding-right: 2%; margin-top: 0; margin-bottom: 0.4em; line-height: normal; clear: both; } body h2 { font-size: 0.9em; padding-left: 2%; padding-right: 2%; color: black; background-color: #F6F6F6; border-top: 1px solid #D8D8D8; border-bottom: 2px solid #D8D8D8; margin-top: 0; margin-bottom: 0.4em; line-height: normal; clear: both; } body h3 { font-size: 0.8em; border: 2px solid #D8D8D8; width: 95%; margin: 0em auto; padding: 0.3em 0.3em; background-color: #F6F6F6; margin-bottom: 0.4em; color: black; } body h4 { font-size: 0.7em; padding-left: 2%; padding-right: 2%; color: #CC0066; margin-top: 0; margin-bottom: 0.4em; font-weight: bold; } body h5 { font-size: 0.6em; background-color: #F6F6F6; border-bottom: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; padding-left: 2%; padding-right: 2%; padding-top: .3em; padding-bottom: .3em; margin-top: 0; margin-bottom: 0.6em; } body h6 { font-size: 0.5em; background-color: #F6F6F6; border-bottom: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; padding-left: 2%; padding-right: 2%; padding-top: .3em; padding-bottom: .3em; margin-top: 0; margin-bottom: 0.6em; } /* * IMAGE WITH OPTIONAL CAPTION * */ body img.captioned { margin: 0 0 0 2%; } body p.caption-image { font-size: small; margin-top: 0; margin-bottom: 0.6em; padding-left: 2%; } /* * BLOCKQUOTE * */ blockquote { margin: 0 4% 0.4em 4%; padding: .6em 0 .3em 0; border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8; } blockquote p { margin: .0; padding: 0 0 0.6em 0; border-bottom: 1px solid #D8D8D8; } /* * LISTS * */ /* compensates for smaller Opera Mini margins */ ol, ul, dl { margin-left: 2%; padding-left: 5px; } ul li { list-style-type: none; } dd { margin-left: 2%; } /*forces native margin*/ body ul, body ol, body dl { margin-top: 0; margin-bottom: 0.6em; font-size: 100%; } /* * BREADCRUMBS * */ body ul.breadcrumbs { padding-top: 0; padding-bottom: .5em; padding-left: 0; padding-right: .5em; font-size: small; list-style-type: none; margin-bottom: 0.6em; margin-top: 0; margin-left: 2%; } body ul.breadcrumbs li { display: inline; line-height: 1em; } /* * FORMS * */ body fieldset { margin: 0; padding: 0; border: none; } body form { font-size: 1.0em; margin: 0; color: #333333; } body form label { font-size: 1.1em; width: 100%; margin-bottom: .5em; margin-top: .5em; } body form input { width: 100%; font-size: 1.15em; } body input[type='text'] { padding: 0.2em; margin-bottom: .5em; display: block; } body textarea { padding: 0.2em; margin-bottom: .7em; display: block; } body form input[type='radio'], body form input[type='checkbox'] { margin:0.1em 0em; padding: 0; } body select { margin-bottom: 0; } body input[type='button'] { font-size: 1.15em; padding: 1em 1.3em; color: #D8D8D8; margin: 1em 0em; } /* * TABLES * */ body table { border: 1px solid #D8D8D8; margin: 0; width: 100%; color: #333333; font-size: 80%; } body td { padding-left: .3em; padding-right: .3em; padding-top: .2em; padding-bottom: .2em; line-height: 1.5em; border: 1px solid #D8D8D8; } /*compensates for lack of consistent header support*/ body td.table-header { color: #0033CC; font-weight: bold; background-color: #F6F6F6; } body tr { height: 1.5em; } body table td.odd { background-color: #F6F6F6; } /*caption-side unlikely to be supported*/ body caption { caption-side: bottom; padding-top: 0.3em; padding-bottom: 0.3em; margin-left: .5em; font-size: small; text-align: left; font-style: normal; } /* * CONTAINER BOXES * */ body div.box p.box-text { border: 1px solid #D8D8D8; width: 92%; margin: 0 auto 0.6em auto; padding: 0.4em 0.4em; background-color: #F6F6F6; } body div.header-box p { font-size: 0.8em; border: 1px solid #D8D8D8; width: 92%; margin: 0 auto 0.6em auto; padding: 0.4em 0.4em; background-color: #F6F6F6; } /* 2px border is required to ensure header is flush with the box */ body div.header-box h3 { font-size: 1.15em; font-weight: bold; border: 2px solid #1D5287; width: 92%; margin: 0em auto; padding: 0.3em 0.3em; background-color: #1d5288; color: white; } /* * BACK TO TOP/HOME * */ p.top { font-size: small; background-color: #F6F6F6; border-bottom: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; padding-top: .3em; padding-bottom: .3em; margin-top: 0; margin-bottom: 0.6em; clear: both; } p.home { font-size: small; background-color: #F6F6F6; border-bottom: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8; padding-top: .3em; padding-bottom: .3em; margin-top: 0; margin-bottom: 0.6em; clear: both; } p.top a, p.home a { color: #333333; text-decoration: none; width: 100%; display: block; }
0.228931
0.049154
.oxi-image-hover-style{ padding: 15px; } .oxi-image-hover-style-square{ max-width: 300px; width: 100%; margin: 0 auto; position: relative; } .oxi-image-hover-style-square:after { padding-bottom: 100%; content: ""; display: block; } .oxi-image-hover-style-square .oxi-image-general-hover, .oxi-image-hover-style-square .oxi-image-hover-figure{ position: absolute; top: 0; left: 0; right:0; bottom: 0; } .oxi-image-hover-style-square .oxi-image-hover-image{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 1; pointer-events: none; } .oxi-image-hover-style-square .oxi-image-hover-figure:before{ position: absolute; top: 0; left: 0; right:0; bottom: 0; content: ""; display: block; pointer-events: none; z-index: 11; } .oxi-image-hover-style-square .oxi-image-hover-image:before{ position: absolute; top: 0; left: 0; right:0; bottom: 0; content: ""; pointer-events: none; z-index: 11; display: block; } .oxi-image-hover-style-square .oxi-image-hover-image img{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .oxi-image-hover-style-square .oxi-image-hover-figure-caption{ position: absolute; top: 0; left: 0; right:0; bottom: 0; } .oxi-image-hover-style-square .oxi-image-hover-figure-caption:before{ position: absolute; top: 0; left: 0; right:0; bottom: 0; content: ""; display: block; z-index: 11; pointer-events: none; } .oxi-image-hover-style-square .oxi-image-hover-figure-caption:after{ position: absolute; top: 0; left: 0; right:0; bottom: 0; content: ""; display: block; background: transparent; pointer-events: none; } .oxi-image-square-hover .oxi-image-hover-caption-tab{ overflow: hidden; z-index: 1; position: absolute; flex-direction: column; top: 0; left: 0; right:0; bottom: 0; } .oxi-image-hover-caption-tab{ display: flex; align-items: center; justify-content: center; } .oxi-image-hover-figure-heading{ width: 100%; } .oxi-image-square-hover .oxi-image-hover-heading{ font-size: 20px; font-weight: 600; padding-bottom: 0px; color: #ffffff; width: 100%; position: relative; } .oxi-image-square-hover .oxi-image-hover-heading.oxi-image-hover-heading-underline{ position: relative; } .oxi-image-square-hover .oxi-image-hover-heading.oxi-image-hover-heading-underline:before{ position: absolute; content: ""; bottom: 0; transform: translateX(-50%); left: 50%; width: 100%; border-bottom-width: 2px; border-bottom-style: solid; } .oxi-image-square-hover .oxi-image-hover-content{ font-size: 15px; font-weight: 300; padding-bottom: 10px; color: #ffffff; width: 100%; } .oxi-image-square-hover .oxi-image-hover-button{ position: relative; width: 100%; display: block; } .oxi-image-square-hover a.oxi-image-btn{ display: inline-block; font-size: 12px; color: #00a88f; background: #fafafa; font-weight: 300; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 7px 10px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
wordpress/wp-content/plugins/image-hover-effects-ultimate/Modules/Square/Files/square.css
.oxi-image-hover-style{ padding: 15px; } .oxi-image-hover-style-square{ max-width: 300px; width: 100%; margin: 0 auto; position: relative; } .oxi-image-hover-style-square:after { padding-bottom: 100%; content: ""; display: block; } .oxi-image-hover-style-square .oxi-image-general-hover, .oxi-image-hover-style-square .oxi-image-hover-figure{ position: absolute; top: 0; left: 0; right:0; bottom: 0; } .oxi-image-hover-style-square .oxi-image-hover-image{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 1; pointer-events: none; } .oxi-image-hover-style-square .oxi-image-hover-figure:before{ position: absolute; top: 0; left: 0; right:0; bottom: 0; content: ""; display: block; pointer-events: none; z-index: 11; } .oxi-image-hover-style-square .oxi-image-hover-image:before{ position: absolute; top: 0; left: 0; right:0; bottom: 0; content: ""; pointer-events: none; z-index: 11; display: block; } .oxi-image-hover-style-square .oxi-image-hover-image img{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .oxi-image-hover-style-square .oxi-image-hover-figure-caption{ position: absolute; top: 0; left: 0; right:0; bottom: 0; } .oxi-image-hover-style-square .oxi-image-hover-figure-caption:before{ position: absolute; top: 0; left: 0; right:0; bottom: 0; content: ""; display: block; z-index: 11; pointer-events: none; } .oxi-image-hover-style-square .oxi-image-hover-figure-caption:after{ position: absolute; top: 0; left: 0; right:0; bottom: 0; content: ""; display: block; background: transparent; pointer-events: none; } .oxi-image-square-hover .oxi-image-hover-caption-tab{ overflow: hidden; z-index: 1; position: absolute; flex-direction: column; top: 0; left: 0; right:0; bottom: 0; } .oxi-image-hover-caption-tab{ display: flex; align-items: center; justify-content: center; } .oxi-image-hover-figure-heading{ width: 100%; } .oxi-image-square-hover .oxi-image-hover-heading{ font-size: 20px; font-weight: 600; padding-bottom: 0px; color: #ffffff; width: 100%; position: relative; } .oxi-image-square-hover .oxi-image-hover-heading.oxi-image-hover-heading-underline{ position: relative; } .oxi-image-square-hover .oxi-image-hover-heading.oxi-image-hover-heading-underline:before{ position: absolute; content: ""; bottom: 0; transform: translateX(-50%); left: 50%; width: 100%; border-bottom-width: 2px; border-bottom-style: solid; } .oxi-image-square-hover .oxi-image-hover-content{ font-size: 15px; font-weight: 300; padding-bottom: 10px; color: #ffffff; width: 100%; } .oxi-image-square-hover .oxi-image-hover-button{ position: relative; width: 100%; display: block; } .oxi-image-square-hover a.oxi-image-btn{ display: inline-block; font-size: 12px; color: #00a88f; background: #fafafa; font-weight: 300; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 7px 10px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
0.436382
0.067179
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap"); :root { --jet: #343434; --light-jet: #878787; --ghost-white: #f8f7ff; --magnolia: #f2f1fa; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Noto Serif", serif; list-style: none; scroll-behavior: smooth; } body { background: var(--ghost-white); } h1, p, button { color: var(--jet); } /* Header */ .header { width: 100%; height: 85vh; display: flex; justify-content: center; align-items: center; flex-direction: column; } .title, .paragraph, .button { margin: 10px; } .title { font-size: 32px; letter-spacing: 0.5rem; text-transform: uppercase; line-height: 48px; } .paragraph { font-size: 18px; letter-spacing: 0.1rem; line-height: 27px; opacity: 0.9; } .button { width: 150px; height: 45px; margin-top: 15px; font-size: 14px; line-height: 21px; font-weight: bold; cursor: pointer; border: 1px solid var(--jet); border-radius: 0.25rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); background: none; transition: 500ms; } .button:hover { color: var(--ghost-white); background: var(--jet); } /* Section */ .section { padding: 30px; background: var(--magnolia); } .item-list { display: flex; flex-wrap: wrap; } .item-list li { margin: 1rem; display: flex; flex-grow: 1; flex-shrink: 1; border-radius: 0.5rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); overflow: hidden; } .item-list a { display: flex; flex-grow: 1; flex-shrink: 1; } .item-list img { width: auto; max-width: 100%; height: auto; max-height: 21rem; display: block; flex-grow: 1; flex-shrink: 1; cursor: pointer; border-radius: 0.35rem; object-fit: cover; transition: 500ms; } .item-list img:hover { transform: scale(1.1); } #last-child { width: 100%; } /* Footer */ .footer { width: 100%; padding: 2.5rem; display: flex; justify-content: center; align-items: center; flex-direction: column; } .footer h2 { font-size: 20px; line-height: 30px; letter-spacing: 0.1rem; text-transform: uppercase; } .footer > p { max-width: 30%; margin: 10px; font-size: 15px; line-height: 22.5px; text-align: center; } .social-medias { margin: 1.5rem 0 3rem 0; display: flex; } .footer a { margin: 0 0.5rem; padding: 0.25rem; display: block; border: 1px solid var(--light-jet); border-radius: 100%; transition: 400ms; } .footer a:hover { border-color: var(--jet); } .footer img { width: 18px; margin: 0.25rem; display: block; } /* Modal */ .modal { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.8); z-index: 1; opacity: 0; pointer-events: none; transition: 400ms ease-out; } .modal.active { opacity: 1; pointer-events: all; } .modal-content { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .modal-item { height: 30rem; border-radius: 0.35rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .close-button { padding: 1px 7px; position: absolute; top: 15px; right: 15px; border-radius: 0.25rem; cursor: pointer; color: var(--jet); background: var(--ghost-white); } /* Responsive */ @media screen and (max-width: 769px) { .header { text-align: center; } .button { font-size: 100%; } .section { padding: 15px; } .item-list img { max-height: 14rem; } .footer p { max-width: 60%; } } @media screen and (max-width: 426px) { .item-list li { margin: 0.3rem; } .item-list img { max-height: 6rem; } .footer p { max-width: 100%; } .footer p:last-child { font-size: 68%; } .modal-content img { width: 90%; height: auto; } } /* JavaScript */ .js [data-slide] { position: relative; } .js [data-slide] > * { position: absolute; top: 0px; opacity: 0; } .js [data-slide] > .active { position: relative; opacity: 1; transition: opacity 500ms; } .js [data-slide-nav] { display: block; text-align: center; margin-top: 20px; } .js [data-slide-nav] button { display: inline-block; width: 12px; height: 12px; margin: 4px; border: none; padding: 0px; cursor: pointer; border-radius: 6px; text-indent: -99px; overflow: hidden; background: var(--jet); } .js [data-slide-nav] button.active { background: var(--yellow); } .js [data-anime] { opacity: 0; } .js .fadeInDown { transform: translate3d(0, -20px, 0); } .js .anime { opacity: 1; transform: translate3d(0, 0, 0); transition: opacity 800ms, transform 800ms; }
css/style.css
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap"); :root { --jet: #343434; --light-jet: #878787; --ghost-white: #f8f7ff; --magnolia: #f2f1fa; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Noto Serif", serif; list-style: none; scroll-behavior: smooth; } body { background: var(--ghost-white); } h1, p, button { color: var(--jet); } /* Header */ .header { width: 100%; height: 85vh; display: flex; justify-content: center; align-items: center; flex-direction: column; } .title, .paragraph, .button { margin: 10px; } .title { font-size: 32px; letter-spacing: 0.5rem; text-transform: uppercase; line-height: 48px; } .paragraph { font-size: 18px; letter-spacing: 0.1rem; line-height: 27px; opacity: 0.9; } .button { width: 150px; height: 45px; margin-top: 15px; font-size: 14px; line-height: 21px; font-weight: bold; cursor: pointer; border: 1px solid var(--jet); border-radius: 0.25rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); background: none; transition: 500ms; } .button:hover { color: var(--ghost-white); background: var(--jet); } /* Section */ .section { padding: 30px; background: var(--magnolia); } .item-list { display: flex; flex-wrap: wrap; } .item-list li { margin: 1rem; display: flex; flex-grow: 1; flex-shrink: 1; border-radius: 0.5rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); overflow: hidden; } .item-list a { display: flex; flex-grow: 1; flex-shrink: 1; } .item-list img { width: auto; max-width: 100%; height: auto; max-height: 21rem; display: block; flex-grow: 1; flex-shrink: 1; cursor: pointer; border-radius: 0.35rem; object-fit: cover; transition: 500ms; } .item-list img:hover { transform: scale(1.1); } #last-child { width: 100%; } /* Footer */ .footer { width: 100%; padding: 2.5rem; display: flex; justify-content: center; align-items: center; flex-direction: column; } .footer h2 { font-size: 20px; line-height: 30px; letter-spacing: 0.1rem; text-transform: uppercase; } .footer > p { max-width: 30%; margin: 10px; font-size: 15px; line-height: 22.5px; text-align: center; } .social-medias { margin: 1.5rem 0 3rem 0; display: flex; } .footer a { margin: 0 0.5rem; padding: 0.25rem; display: block; border: 1px solid var(--light-jet); border-radius: 100%; transition: 400ms; } .footer a:hover { border-color: var(--jet); } .footer img { width: 18px; margin: 0.25rem; display: block; } /* Modal */ .modal { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.8); z-index: 1; opacity: 0; pointer-events: none; transition: 400ms ease-out; } .modal.active { opacity: 1; pointer-events: all; } .modal-content { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .modal-item { height: 30rem; border-radius: 0.35rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .close-button { padding: 1px 7px; position: absolute; top: 15px; right: 15px; border-radius: 0.25rem; cursor: pointer; color: var(--jet); background: var(--ghost-white); } /* Responsive */ @media screen and (max-width: 769px) { .header { text-align: center; } .button { font-size: 100%; } .section { padding: 15px; } .item-list img { max-height: 14rem; } .footer p { max-width: 60%; } } @media screen and (max-width: 426px) { .item-list li { margin: 0.3rem; } .item-list img { max-height: 6rem; } .footer p { max-width: 100%; } .footer p:last-child { font-size: 68%; } .modal-content img { width: 90%; height: auto; } } /* JavaScript */ .js [data-slide] { position: relative; } .js [data-slide] > * { position: absolute; top: 0px; opacity: 0; } .js [data-slide] > .active { position: relative; opacity: 1; transition: opacity 500ms; } .js [data-slide-nav] { display: block; text-align: center; margin-top: 20px; } .js [data-slide-nav] button { display: inline-block; width: 12px; height: 12px; margin: 4px; border: none; padding: 0px; cursor: pointer; border-radius: 6px; text-indent: -99px; overflow: hidden; background: var(--jet); } .js [data-slide-nav] button.active { background: var(--yellow); } .js [data-anime] { opacity: 0; } .js .fadeInDown { transform: translate3d(0, -20px, 0); } .js .anime { opacity: 1; transform: translate3d(0, 0, 0); transition: opacity 800ms, transform 800ms; }
0.437343
0.08886
* FONT-FACE DEFINITIONS *********************************************/ @font-face { font-family: 'League Gothic'; src: url('../../lib/font/league_gothic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansNarrow'; src: url('../../lib/font/PT_Sans-Narrow-Web-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSans'; src: url('../../lib/font/OpenSans-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } /********************************************* * GLOBAL STYLES *********************************************/ body { font-family: 'OpenSans', Times, 'Times New Roman', serif; font-size: 36; font-weight: 200; letter-spacing: -0.02em; color: #eee; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1NTVhNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWMxZTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background-color: #2b2b2b; background: -moz-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%, rgba(28,30,32,1) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(85,90,95,1)), color-stop(100%,rgba(28,30,32,1))); background: -webkit-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); background: radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); } /********************************************* * main.css OVERIDES *********************************************/ /*--DW-- uncomment below to undo globally centered text from main.css*/ /*.reveal .slides { text-align: left; } .reveal li { padding-bottom: 0.7em; line-height: 1em; } .reveal ul ul { padding-left: 8%; padding-top: 0.7em; font-size: 85%; }*/ /*--DW-- * override list width to make multiline list items * a bit more manageable */ .reveal ul { max-width: 80%; } .reveal li { padding-bottom: 0.3em; } /*--DW-- uncenter pararagraph blocks*/ .reveal .slides p { text-align: left } /********************************************* * HEADERS *********************************************/ .reveal h1, .reveal h2 { margin: 0 0 20px 0; color: #eee; font-family: 'League Gothic', Impact, sans-serif; line-height: 0.9em; letter-spacing: 0.02em; text-align: center; text-transform: uppercase; text-shadow: 0px 1px 0px rgba(0,0,0,1); } .reveal h2 { font-family: 'PTSansNarrow'; font-size: 130%; } /*pandoc*/ .reveal .level1 h1 { padding-top: 3%; padding-bottom: 0.3em; border-bottom: 1px solid #8e8e8e; font-size: 100%; color: rgba(255,255,255,0.5); } /*pandoc*/ .reveal .titlepage h1 { font-size: 3em; color: rgba(255,255,255,0.9); padding-top: 30%; padding-bottom: 1em; border: none; text-shadow: 0.1em 0.1em 0.1em black; } /*pandoc*/ .reveal .titlepage h2 { font-size: 1em; color: rgba(255,255,255,0.5); } /*pandoc*/ .reveal .titlepage h3 { font-size: 0.75em; color: rgba(255,255,255,0.5); text-align: center; } /*pandoc*/ .reveal .topic h1 { font-size: 2.11em; color: rgba(255,255,255,0.9); padding-top: 30%; padding-bottom: 1em; border: none; text-shadow: 0.1em 0.1em 0.1em black; } .reveal .placeholder h1, .reveal .placeholder h2 { border: none; } /********************************************* * BLOCKQUOTES *********************************************/ /*--DW--*/ .reveal blockquote { background: rgba(255,255,255, .2); font-size: 75%; text-align: justify; width: 70%; padding: 0.5em 5% 0.2em; margin: 0 10%; border: 2px solid rgba(255, 255, 255, .1); -webkit-box-shadow: .1em .1em .5em black inset; -moz-box-shadow: .1em .1em .5em black inset; box-shadow: .1em .1em .5em black inset; } /********************************************* * LINKS *********************************************/ .reveal a:not(.image) { color: hsl(185, 85%, 50%); text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; -ms-transition: color .15s ease; -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:not(.image):hover { color: hsl(185, 85%, 70%); text-shadow: none; border: none; border-radius: 2px; } .reveal .roll span:after { color: #fff; background: hsl(185, 60%, 35%); } /********************************************* * IMAGES AND FIGURES *********************************************/ /*--DW-- added figures; changed img styling*/ /*pandoc*/ .reveal figure { margin-left: auto; margin-right: auto; } /*pandoc*/ .reveal figcaption { text-align: center; font-size: 75%; font-style: italic; } .reveal section img, .reveal section embed { /* width: 80%; height: 80%; */ display: block; margin-left: auto; margin-right: auto; padding: 15px; background: rgba(255,255,255, .75); border: 2px solid rgba(255, 255, 255, .1); -webkit-box-shadow: .1em .1em .5em black inset; -moz-box-shadow: .1em .1em .5em black inset; box-shadow: .1em .1em .5em black inset; /*--DW-- original image box styling*/ /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; */ } .reveal a:hover img { background: rgba(255,255,255,0.2); border-color: #13DAEC; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); } /********************************************* * NAVIGATION CONTROLS *********************************************/ .reveal .controls a { color: #fff; } .reveal .controls a.enabled { /*color: hsl(185, 85%, 70%);*/ color: rgba(138, 201, 85, 0.60); text-shadow: 0px 0px 2px hsla(185, 45%, 70%, 0.3); } /********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { background: rgba(0,0,0,0.2); } .reveal .progress span { /*background: hsl(185, 85%, 50%);*/ background: rgba(138, 201, 85, 0.60); -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); }
docs/slides/plpv14/_support/reveal/css/theme/seminar.orig.css
* FONT-FACE DEFINITIONS *********************************************/ @font-face { font-family: 'League Gothic'; src: url('../../lib/font/league_gothic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansNarrow'; src: url('../../lib/font/PT_Sans-Narrow-Web-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OpenSans'; src: url('../../lib/font/OpenSans-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } /********************************************* * GLOBAL STYLES *********************************************/ body { font-family: 'OpenSans', Times, 'Times New Roman', serif; font-size: 36; font-weight: 200; letter-spacing: -0.02em; color: #eee; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1NTVhNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWMxZTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background-color: #2b2b2b; background: -moz-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%, rgba(28,30,32,1) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(85,90,95,1)), color-stop(100%,rgba(28,30,32,1))); background: -webkit-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); background: radial-gradient(center, ellipse cover, rgba(85,90,95,1) 0%,rgba(28,30,32,1) 100%); } /********************************************* * main.css OVERIDES *********************************************/ /*--DW-- uncomment below to undo globally centered text from main.css*/ /*.reveal .slides { text-align: left; } .reveal li { padding-bottom: 0.7em; line-height: 1em; } .reveal ul ul { padding-left: 8%; padding-top: 0.7em; font-size: 85%; }*/ /*--DW-- * override list width to make multiline list items * a bit more manageable */ .reveal ul { max-width: 80%; } .reveal li { padding-bottom: 0.3em; } /*--DW-- uncenter pararagraph blocks*/ .reveal .slides p { text-align: left } /********************************************* * HEADERS *********************************************/ .reveal h1, .reveal h2 { margin: 0 0 20px 0; color: #eee; font-family: 'League Gothic', Impact, sans-serif; line-height: 0.9em; letter-spacing: 0.02em; text-align: center; text-transform: uppercase; text-shadow: 0px 1px 0px rgba(0,0,0,1); } .reveal h2 { font-family: 'PTSansNarrow'; font-size: 130%; } /*pandoc*/ .reveal .level1 h1 { padding-top: 3%; padding-bottom: 0.3em; border-bottom: 1px solid #8e8e8e; font-size: 100%; color: rgba(255,255,255,0.5); } /*pandoc*/ .reveal .titlepage h1 { font-size: 3em; color: rgba(255,255,255,0.9); padding-top: 30%; padding-bottom: 1em; border: none; text-shadow: 0.1em 0.1em 0.1em black; } /*pandoc*/ .reveal .titlepage h2 { font-size: 1em; color: rgba(255,255,255,0.5); } /*pandoc*/ .reveal .titlepage h3 { font-size: 0.75em; color: rgba(255,255,255,0.5); text-align: center; } /*pandoc*/ .reveal .topic h1 { font-size: 2.11em; color: rgba(255,255,255,0.9); padding-top: 30%; padding-bottom: 1em; border: none; text-shadow: 0.1em 0.1em 0.1em black; } .reveal .placeholder h1, .reveal .placeholder h2 { border: none; } /********************************************* * BLOCKQUOTES *********************************************/ /*--DW--*/ .reveal blockquote { background: rgba(255,255,255, .2); font-size: 75%; text-align: justify; width: 70%; padding: 0.5em 5% 0.2em; margin: 0 10%; border: 2px solid rgba(255, 255, 255, .1); -webkit-box-shadow: .1em .1em .5em black inset; -moz-box-shadow: .1em .1em .5em black inset; box-shadow: .1em .1em .5em black inset; } /********************************************* * LINKS *********************************************/ .reveal a:not(.image) { color: hsl(185, 85%, 50%); text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; -ms-transition: color .15s ease; -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:not(.image):hover { color: hsl(185, 85%, 70%); text-shadow: none; border: none; border-radius: 2px; } .reveal .roll span:after { color: #fff; background: hsl(185, 60%, 35%); } /********************************************* * IMAGES AND FIGURES *********************************************/ /*--DW-- added figures; changed img styling*/ /*pandoc*/ .reveal figure { margin-left: auto; margin-right: auto; } /*pandoc*/ .reveal figcaption { text-align: center; font-size: 75%; font-style: italic; } .reveal section img, .reveal section embed { /* width: 80%; height: 80%; */ display: block; margin-left: auto; margin-right: auto; padding: 15px; background: rgba(255,255,255, .75); border: 2px solid rgba(255, 255, 255, .1); -webkit-box-shadow: .1em .1em .5em black inset; -moz-box-shadow: .1em .1em .5em black inset; box-shadow: .1em .1em .5em black inset; /*--DW-- original image box styling*/ /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; */ } .reveal a:hover img { background: rgba(255,255,255,0.2); border-color: #13DAEC; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); } /********************************************* * NAVIGATION CONTROLS *********************************************/ .reveal .controls a { color: #fff; } .reveal .controls a.enabled { /*color: hsl(185, 85%, 70%);*/ color: rgba(138, 201, 85, 0.60); text-shadow: 0px 0px 2px hsla(185, 45%, 70%, 0.3); } /********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { background: rgba(0,0,0,0.2); } .reveal .progress span { /*background: hsl(185, 85%, 50%);*/ background: rgba(138, 201, 85, 0.60); -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); }
0.292696
0.072637
.kt-aside__brand-logo a { color: #fff; font-weight: 500; text-transform: uppercase; font-size: 15px; } .kt-aside__brand-logo a:hover{ text-decoration: underline; } .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__logo { text-align: center; margin: 0 auto 2rem auto; } .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head { margin-top: 1rem; margin-bottom: 1.5rem; } .kt-login__logo img{ width: 100%; } .kt-aside-menu { background-color: #007d53; } .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon { color: #fff; } .kt-aside .kt-aside-menu > .kt-menu__nav .kt-menu__item > .kt-menu__link:not(.kt-menu__link--active):not(.kt-menu__link--here):not(.kt-menu__link--hover) [class*=" flaticon2-"] { color: #fff; } .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text { color: #fff; } .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text { color: #fff; } .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link { background-color: #02563a; } .kt-header__topbar { margin-left: auto; } .kt-aside .kt-aside-menu { margin: 0; } .dataTables_wrapper .pagination .page-item.active > .page-link { background: #007d53; color: #ffffff; } .btn-primary { background-color: #007d53; border-color: #007d53; } .btn-brand { color: #fff; background-color: #007d53; border-color: #007d53; color: #ffffff; } @media (min-width: 1025px){ .kt-aside__brand { background-color: #02563a; -webkit-box-shadow: none; box-shadow: none; } } .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon { color: #0abb87; } .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading, .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link { background-color: #02563a; } .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active, .nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active { color: #007d52; border-bottom: 1px solid #02563a; } .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-text { color: #007d52; } .btn-primary:hover { color: #fff; background-color: #007d52; border-color: #007d52; } /* a { color: #02563a !important; } */
public/assets/admin/css/custom.css
.kt-aside__brand-logo a { color: #fff; font-weight: 500; text-transform: uppercase; font-size: 15px; } .kt-aside__brand-logo a:hover{ text-decoration: underline; } .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__logo { text-align: center; margin: 0 auto 2rem auto; } .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head { margin-top: 1rem; margin-bottom: 1.5rem; } .kt-login__logo img{ width: 100%; } .kt-aside-menu { background-color: #007d53; } .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon { color: #fff; } .kt-aside .kt-aside-menu > .kt-menu__nav .kt-menu__item > .kt-menu__link:not(.kt-menu__link--active):not(.kt-menu__link--here):not(.kt-menu__link--hover) [class*=" flaticon2-"] { color: #fff; } .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text { color: #fff; } .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text { color: #fff; } .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link { background-color: #02563a; } .kt-header__topbar { margin-left: auto; } .kt-aside .kt-aside-menu { margin: 0; } .dataTables_wrapper .pagination .page-item.active > .page-link { background: #007d53; color: #ffffff; } .btn-primary { background-color: #007d53; border-color: #007d53; } .btn-brand { color: #fff; background-color: #007d53; border-color: #007d53; color: #ffffff; } @media (min-width: 1025px){ .kt-aside__brand { background-color: #02563a; -webkit-box-shadow: none; box-shadow: none; } } .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon { color: #0abb87; } .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading, .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link { background-color: #02563a; } .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active, .nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active { color: #007d52; border-bottom: 1px solid #02563a; } .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text, .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-text { color: #007d52; } .btn-primary:hover { color: #fff; background-color: #007d52; border-color: #007d52; } /* a { color: #02563a !important; } */
0.283385
0.058051
.container { position: relative; margin: 0 auto; -webkit-perspective: 2200px; -moz-perspective: 2200px; perspective: 2200px; } .page { width: 50%; height: 100%; position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-transform-origin: left center; -moz-transform-origin: left center; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .page > div { display: block; height: 100%; width: 100%; position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; } .page .back { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); } .page .outer{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; overflow: hidden; z-index: 999; } .page .content{ height: 100%; position: absolute; top: 0px; left: 0px; } .overlay, .flipoverlay{ background-color: rgba(0, 0, 0, 0.6); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0; } .flipoverlay{ background-color: rgba(0, 0, 0, 0.2); } .page .content .inner{ padding: 50px 15px 10px; height: 100%; } .page h1{ text-align: center; } .page.cover .front .content, .page.cover-back .back .content{ width: 100% !important; } .page.cover .front .content:after, .page.cover-back .back .content:after{ position: absolute; top: 0px; left: 0px; width: 10px; height: 100%; content: ''; background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.01) 16%,rgba(0,0,0,0) 17%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.08) 60%,rgba(0,0,0,0.09) 61%,rgba(0,0,0,0.35) 100%); opacity: 0.2; } .page.cover-back .back .content:after{ left: auto; right: 0px; background:-webkit-linear-gradient(left, rgba(0,0,0,0.53) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,1) 100%); } .page.cover .front .content .inner{ padding-top: 20px; } .page.cover .front .content{ background: #ddd; background-size: cover; } .page.cover-back .back .content{ background: #B0D5FF; } .page.cover h1{ color: rgba(255,255,255,0.9); text-align: right; font-weight: 300; font-size: 34px; text-transform: uppercase; margin: 0 0 0 60%; line-height: 34px; padding-bottom: 10px; cursor: default; } .page.cover h1 span{ display: block; font-weight: 300; font-size: 15px; } .page.cover .f-cover-story, .page.cover-back .f-cover-story{ font-family: 'Berkshire Swash', cursive; color: rgba(255,255,255,0.9); font-weight: 600; font-size: 42px; line-height: 46px; position: absolute; top: 55%; left: 40px; margin: 0; cursor: default; } .page.cover .f-cover-story span, .page.cover-back .f-cover-story span{ display: block; font-size: 20px; line-height: 28px; text-transform: uppercase; color: #F86738; font-family: serif; } a.f-ref{ line-height: 20px; font-size: 16px; position: absolute; top: 252px; font-weight: 300; text-indent: 1px; } .page a:hover{ color: #aaa; } .page.cover-back .f-cover-story .creditsspan{ display: block; font-size: 16px; line-height: 20px; color: #aaa; font-family: serif; } .creditos { display: block; font-size: 16px; line-height: 20px; color: #F86738; font-family: serif; } .creditos:hover { text-decoration: none; } .f-cover-flip{ background: DarkRed; color: #bbb; position: absolute; right: 0px; padding: 5px 30px 5px 20px; font-size: 30px; text-transform: uppercase; font-weight: 500; top: 50%; margin-top: -25px; cursor: default; } .f-title{ position: absolute; top: 0px; left: 0px; height: 50px; text-align:center; width: 100%; } .f-title h2{ line-height: 50px; margin: 0; font-weight: 300; font-size: 28px; color: #aaa; float: left; width: 33%; } .f-title a{ width: 33%; float: left; text-align: right; overflow: hidden; height: 50px; font-size: 12px; line-height: 50px; padding: 0px 15px; color: #777; font-style: italic; font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; } .f-title a:first-child{ text-align: left; } .f-title a:hover{ color: #000; } @media screen and (max-width: 690px){ .cover-elements{ display: none; } }
assets/css/style.css
.container { position: relative; margin: 0 auto; -webkit-perspective: 2200px; -moz-perspective: 2200px; perspective: 2200px; } .page { width: 50%; height: 100%; position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-transform-origin: left center; -moz-transform-origin: left center; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .page > div { display: block; height: 100%; width: 100%; position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; } .page .back { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); } .page .outer{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; overflow: hidden; z-index: 999; } .page .content{ height: 100%; position: absolute; top: 0px; left: 0px; } .overlay, .flipoverlay{ background-color: rgba(0, 0, 0, 0.6); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0; } .flipoverlay{ background-color: rgba(0, 0, 0, 0.2); } .page .content .inner{ padding: 50px 15px 10px; height: 100%; } .page h1{ text-align: center; } .page.cover .front .content, .page.cover-back .back .content{ width: 100% !important; } .page.cover .front .content:after, .page.cover-back .back .content:after{ position: absolute; top: 0px; left: 0px; width: 10px; height: 100%; content: ''; background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.01) 16%,rgba(0,0,0,0) 17%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.08) 60%,rgba(0,0,0,0.09) 61%,rgba(0,0,0,0.35) 100%); opacity: 0.2; } .page.cover-back .back .content:after{ left: auto; right: 0px; background:-webkit-linear-gradient(left, rgba(0,0,0,0.53) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,1) 100%); } .page.cover .front .content .inner{ padding-top: 20px; } .page.cover .front .content{ background: #ddd; background-size: cover; } .page.cover-back .back .content{ background: #B0D5FF; } .page.cover h1{ color: rgba(255,255,255,0.9); text-align: right; font-weight: 300; font-size: 34px; text-transform: uppercase; margin: 0 0 0 60%; line-height: 34px; padding-bottom: 10px; cursor: default; } .page.cover h1 span{ display: block; font-weight: 300; font-size: 15px; } .page.cover .f-cover-story, .page.cover-back .f-cover-story{ font-family: 'Berkshire Swash', cursive; color: rgba(255,255,255,0.9); font-weight: 600; font-size: 42px; line-height: 46px; position: absolute; top: 55%; left: 40px; margin: 0; cursor: default; } .page.cover .f-cover-story span, .page.cover-back .f-cover-story span{ display: block; font-size: 20px; line-height: 28px; text-transform: uppercase; color: #F86738; font-family: serif; } a.f-ref{ line-height: 20px; font-size: 16px; position: absolute; top: 252px; font-weight: 300; text-indent: 1px; } .page a:hover{ color: #aaa; } .page.cover-back .f-cover-story .creditsspan{ display: block; font-size: 16px; line-height: 20px; color: #aaa; font-family: serif; } .creditos { display: block; font-size: 16px; line-height: 20px; color: #F86738; font-family: serif; } .creditos:hover { text-decoration: none; } .f-cover-flip{ background: DarkRed; color: #bbb; position: absolute; right: 0px; padding: 5px 30px 5px 20px; font-size: 30px; text-transform: uppercase; font-weight: 500; top: 50%; margin-top: -25px; cursor: default; } .f-title{ position: absolute; top: 0px; left: 0px; height: 50px; text-align:center; width: 100%; } .f-title h2{ line-height: 50px; margin: 0; font-weight: 300; font-size: 28px; color: #aaa; float: left; width: 33%; } .f-title a{ width: 33%; float: left; text-align: right; overflow: hidden; height: 50px; font-size: 12px; line-height: 50px; padding: 0px 15px; color: #777; font-style: italic; font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; } .f-title a:first-child{ text-align: left; } .f-title a:hover{ color: #000; } @media screen and (max-width: 690px){ .cover-elements{ display: none; } }
0.301054
0.046141
body, html { padding: 0; margin: 0; background-color: #f7f7f7; /* background-color: #F3F3F3; */ } #header { /* background-color: yellow; */ height: 75px; min-width: 800px; border-bottom: 5px solid #E35205; font-size: 20px; font-family: 'Asap', sans-serif; font-weight: bold; } h3 { color: #083e66; font-size: 1rem; margin-bottom: 2px; font-weight: bold; } h4 { color: #30C3CD; font-size: 1.2rem; margin-bottom: 2px; } #logo { margin: 15px; /* padding-top: 15px; margin-right: 20px; */ float: left; } p { padding: 24px 0; } span.date { padding: 0; color: #43505d; font-size: 10px; margin: 0; } span.small_details { padding: 0; color: #43505d; font-size: 10px; margin: 0; } span.mag_title { color: #e2ebf2; font-size: 1rem; font-weight: bold; vertical-align: top; text-align: left; } li>p.date { padding: 0; color: #43505d; font-size: 10px; margin: 0; } .container { padding: 0; margin: 0; /* background-color: yellow; */ } .display-4 { font-size: 2.5rem; color: black; } .lead { color: black; } .jumbotron { background: none; } .container-fluid { padding: 0; background-image: url("../images/earthquakbackgroud.png"); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } .center-all { width: 800px; } #map { background-color: teal; height: 500px; border-bottom: 5px solid #E35205; min-width: 50%; } #temperature { background-color: #e2ebf2; height: 500px; border-bottom: 5px solid #E35205; min-width: 50%; padding: 0; margin: 0; } #fact-boxes { /* height: 250px; */ margin: 0; padding: 25px 20px 20px 0px; text-align: center; overflow: hidden; background: rgba(255, 255, 255, 0.7); } .tooltip { background-color: #e2ebf2; padding: 5px; border: 1px solid #4c5865; } h2.historic-title { color: #fefefe; padding: 15px 0px 15px 0px; font-size: 25px; } h2.aboutus-title { color: #fefefe; padding: 15px 0px 0px 0px; font-size: 25px; } h2.teamname { font-size: 23px; padding-top: 25px; } .leaflet-container { background: rgb(255, 0, 0); outline: 0; } #california-data { /* height: 500px; */ background-color: #083e66; /* min-width: 800px; */ border-bottom: 5px solid #E35205; padding: 20px 30px 15px 30px; font-family: 'Asap', sans-serif; color: rgb(231, 231, 231); font-size: 14px; } #historytitle { padding: 20px; padding-bottom: 50px; width: 100%; } #ronamap { height: 300px; /* width: 60%; */ } #ronahistoricinfo { color: white; text-align: left; /* width: 40% */ } div.collapse>div.card-body { margin: 0px 15px; background-color: white; border: 1px solid rgba(76, 88, 101, .125); } .card { margin: 15px 10px; border: 1px solid rgba(76, 88, 101, .125); } .card-body { padding: 15px; background-color: #e2ebf2; } .card-img-top { height: 220px; } .card-text { padding: 10px 0px; color: #45525f; } #aboutus { /* height: 100px; */ /* background-color: #F3AD78; */ /* min-width: 800px; */ background: rgba(243, 173, 120, 0.6); border-bottom: 5px solid #E35205; padding: 0px 35px 0px 45px; margin: 0px; } #footer { height: 300px; background-color: #F3AD78; /* min-width: 800px; */ border-bottom: 5px solid #E35205; padding: 20px 30px 15px 30px; } #box1 { width: 100% } #box2 { background-color: #083e66; height: 250px; min-width: 400px; border-bottom: 5px solid #E35205; } .bts-td { width: 350px; } .bts-format { padding: 0; /* height: 350px; */ background-image: url("../images/bts-bg.png"); background-repeat: no-repeat; /* background-attachment: fixed; */ background-position: center; background-color: white; margin-right: 20px; /* padding: 0px 20px 0px 10px; */ font-size: 10px; max-width: 460px; } div#test { width: 100%; text-align: center; padding: 15px 0px 15px 0px; } .row { padding: 0; margin: 0; } .row-specs { height: 300px; background-color: green; } h1 { color: #212529; font-size: 40px; font-weight: bold; } h2 { color: black; padding: 0; padding-left: 15px; margin: 0; font-size: 30px; } .custom .leaflet-popup-tip, .custom .leaflet-popup-content-wrapper { background: #e0f56a; color: #234c5e; } .custom2 .leaflet-popup-tip, .custom2 .leaflet-popup-content-wrapper { background: #e9c082; color: #234c5e; } .custom3 .leaflet-popup-tip, .custom3 .leaflet-popup-content-wrapper { background: #ff8750; color: #234c5e; } /* CSS from the Leaflet-Choropleth documentation */ .legend { padding: 6px 8px; font: 12px Arial, Helvetica, sans-serif; font-weight: bold; color: #555; background: #fff; background: rgba(255, 255, 255, 0.8); border-radius: 5px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); column-count: 2; width: 180px; height: 76px; } .legend ul { padding: 0; margin: 0; clear: both; list-style-type: none; text-align: center; width: 75px; } .legend li { display: inline-block; width: 30px; height: 22px; } .legend2 { padding: 10px; line-height: 18px; color: #555; background-color: #fff; border-radius: 5px; } .legend2 i { float: left; width: 18px; height: 18px; margin-right: 8px; opacity: 0.7; } .range1 { background-color: #e0f56a; } .range2 { background-color: #e9c082; } .range3 { background-color: #ff8750; } .legend ul.test { float: right; position: relative; } div.leaflet-popup-content p { font-size: 8px !important; margin: 0; padding: 0; } g>text { font-weight: bold; } g.group_chart { width: 100%; } svg { height: 250px; width: 100%; /* border: 1px solid gray; */ margin: 0; padding: 0; } text.axis-text { font-size: 12px; color: white; font-weight: bold; } .grid { margin: 30px; opacity: .2; } .chart { background-color: #cedfec; height: 245px; margin: 0; padding: 0px; } div#viz { font-weight: bold; font-size: 40px; } div.small_details { font-size: 10px; color: rgb(235, 235, 235); padding: 0; margin: 0; } span.small_details { font-size: 10px; color: #083e66; padding: 0; margin: 0; position: right; } span.small_details a { color: rgb(63, 63, 63); } span.title { font-size: 16px; font-weight: bold; color: #083e66; padding: 0; margin: 0; display: inline-block; /* float:left; remove */ } span.leq { font-size: 16px; font-weight: bold; color: #083e66; padding: 0; padding-bottom: 10px; margin: 0; display: inline-block; /* float:left; remove */ } span.smalltext { margin: 0px 0px 20px 0px; } #footertext { margin: 20px 0px; } /* hover over div, underline */ div.col-md-8:hover span.title { text-decoration: underline; text-decoration-color: #38b0c9; text-decoration-thickness: 4px; } div#magnitude_info { font-size: 60px; font-weight: bold; height: 250px; min-width: 120px; width: 120px; font-family: 'Asap', sans-serif; color: white; background-color: #43505D; margin: 0; padding: 15px; vertical-align: top; text-align: left; } p.groupname { font-size: 20px; font-family: 'Asap', sans-serif; } p.mag-number { -webkit-text-stroke: 3px #212529; -webkit-text-stroke-width: thin; margin: 0; padding: 0px 0px 10px 0px; font-size: 50px; text-align: center !important; } div#weather_info { font-size: 14px; font-weight: bold; height: 250px; text-align: left; margin: 0; padding: 15px 0px 0px 15px; font-family: 'Asap', sans-serif; } div.col-7>ul { font-size: 10px; list-style-type: none; margin: 0; padding: 0; } ul { font-weight: bold; display: inline-block; color: black; } ul>li { font-size: 16px; font-weight: normal; margin: 7px 0 0 0; margin-left: 0; list-style-type: none; color: black; } ul#bts { font-size: 11px; font-weight: normal; margin: 0; padding: 0; list-style-type: none; color: black; text-align: left; padding-bottom: 7px; } ul#bts>li { font-size: 11px; font-weight: normal; margin: 0; margin-left: 0; list-style-type: none; color: black; text-align: left; padding-bottom: 7px; } ul#rona { font-size: 14px; font-weight: normal; margin: 0; padding: 0; list-style-type: none; color: rgb(235, 235, 235); text-align: left; padding-bottom: 7px; } ul#rona>li { font-size: 14px; font-weight: normal; margin: 0; margin-left: 0; list-style-type: none; color: rgb(235, 235, 235); text-align: left; padding-bottom: 7px; } ul>li a { color: #083e66; font-weight: bold; } circle { fill: pink; stroke: black; stroke-width: 1px; } circle.active { fill: red; } circle.inactive { fill: gray; } .col, .col-lg, .col-md { padding: 0px 0px 0px 0px; } td { padding: 10px 30px 0px 0px; text-align: center; width: 50%; } .textwrap { float: right; margin: 10px; } #bts-table { /* width: 90%; */ font-size: 12px; /* padding: 0px; */ /* margin: 0px; */ float: right; } .latest5holder { width: 52%; font-size: 12px; padding: 0px; margin: 0px; float: right; } th#section { text-align: center; } td#section { width: 75px; } .table td, .table th { padding: .3rem } /* @keyframes mymove { 50% { padding: 15px; } } */ /* // Extra small devices (portrait phones, less than 576px) */ /* // No media query since this is the default in Bootstrap */ /* // Small devices (landscape phones, 576px and up) */ @media (min-width: 576px) { ... } /* // Medium devices (tablets, 768px and up) */ @media (min-width: 768px) { #fact-boxes { min-width: 800px; } #aboutus { min-width: 100%; } #header { min-width: 100%; } #california-data { min-width: 100%; } #footer { min-width: 100%; } } /* // Large devices (desktops, 992px and up) */ @media (min-width: 992px) { #map { min-width: 400px; } #temperature { min-width: 400px; } .justify-content:; #fact-boxes { min-width: 800px; } #aboutus { min-width: 800px; } #header { min-width: 800px; } #california-data { min-width: 800px; } #footer { min-width: 800px; } } /* // Extra large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { #map { min-width: 400px; } #temperature { min-width: 400px; } #fact-boxes { min-width: 800px; } #aboutus { min-width: 800px; } #header { min-width: 800px; } #california-data { min-width: 800px; } #footer { min-width: 800px; } }
static/css/style.css
body, html { padding: 0; margin: 0; background-color: #f7f7f7; /* background-color: #F3F3F3; */ } #header { /* background-color: yellow; */ height: 75px; min-width: 800px; border-bottom: 5px solid #E35205; font-size: 20px; font-family: 'Asap', sans-serif; font-weight: bold; } h3 { color: #083e66; font-size: 1rem; margin-bottom: 2px; font-weight: bold; } h4 { color: #30C3CD; font-size: 1.2rem; margin-bottom: 2px; } #logo { margin: 15px; /* padding-top: 15px; margin-right: 20px; */ float: left; } p { padding: 24px 0; } span.date { padding: 0; color: #43505d; font-size: 10px; margin: 0; } span.small_details { padding: 0; color: #43505d; font-size: 10px; margin: 0; } span.mag_title { color: #e2ebf2; font-size: 1rem; font-weight: bold; vertical-align: top; text-align: left; } li>p.date { padding: 0; color: #43505d; font-size: 10px; margin: 0; } .container { padding: 0; margin: 0; /* background-color: yellow; */ } .display-4 { font-size: 2.5rem; color: black; } .lead { color: black; } .jumbotron { background: none; } .container-fluid { padding: 0; background-image: url("../images/earthquakbackgroud.png"); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } .center-all { width: 800px; } #map { background-color: teal; height: 500px; border-bottom: 5px solid #E35205; min-width: 50%; } #temperature { background-color: #e2ebf2; height: 500px; border-bottom: 5px solid #E35205; min-width: 50%; padding: 0; margin: 0; } #fact-boxes { /* height: 250px; */ margin: 0; padding: 25px 20px 20px 0px; text-align: center; overflow: hidden; background: rgba(255, 255, 255, 0.7); } .tooltip { background-color: #e2ebf2; padding: 5px; border: 1px solid #4c5865; } h2.historic-title { color: #fefefe; padding: 15px 0px 15px 0px; font-size: 25px; } h2.aboutus-title { color: #fefefe; padding: 15px 0px 0px 0px; font-size: 25px; } h2.teamname { font-size: 23px; padding-top: 25px; } .leaflet-container { background: rgb(255, 0, 0); outline: 0; } #california-data { /* height: 500px; */ background-color: #083e66; /* min-width: 800px; */ border-bottom: 5px solid #E35205; padding: 20px 30px 15px 30px; font-family: 'Asap', sans-serif; color: rgb(231, 231, 231); font-size: 14px; } #historytitle { padding: 20px; padding-bottom: 50px; width: 100%; } #ronamap { height: 300px; /* width: 60%; */ } #ronahistoricinfo { color: white; text-align: left; /* width: 40% */ } div.collapse>div.card-body { margin: 0px 15px; background-color: white; border: 1px solid rgba(76, 88, 101, .125); } .card { margin: 15px 10px; border: 1px solid rgba(76, 88, 101, .125); } .card-body { padding: 15px; background-color: #e2ebf2; } .card-img-top { height: 220px; } .card-text { padding: 10px 0px; color: #45525f; } #aboutus { /* height: 100px; */ /* background-color: #F3AD78; */ /* min-width: 800px; */ background: rgba(243, 173, 120, 0.6); border-bottom: 5px solid #E35205; padding: 0px 35px 0px 45px; margin: 0px; } #footer { height: 300px; background-color: #F3AD78; /* min-width: 800px; */ border-bottom: 5px solid #E35205; padding: 20px 30px 15px 30px; } #box1 { width: 100% } #box2 { background-color: #083e66; height: 250px; min-width: 400px; border-bottom: 5px solid #E35205; } .bts-td { width: 350px; } .bts-format { padding: 0; /* height: 350px; */ background-image: url("../images/bts-bg.png"); background-repeat: no-repeat; /* background-attachment: fixed; */ background-position: center; background-color: white; margin-right: 20px; /* padding: 0px 20px 0px 10px; */ font-size: 10px; max-width: 460px; } div#test { width: 100%; text-align: center; padding: 15px 0px 15px 0px; } .row { padding: 0; margin: 0; } .row-specs { height: 300px; background-color: green; } h1 { color: #212529; font-size: 40px; font-weight: bold; } h2 { color: black; padding: 0; padding-left: 15px; margin: 0; font-size: 30px; } .custom .leaflet-popup-tip, .custom .leaflet-popup-content-wrapper { background: #e0f56a; color: #234c5e; } .custom2 .leaflet-popup-tip, .custom2 .leaflet-popup-content-wrapper { background: #e9c082; color: #234c5e; } .custom3 .leaflet-popup-tip, .custom3 .leaflet-popup-content-wrapper { background: #ff8750; color: #234c5e; } /* CSS from the Leaflet-Choropleth documentation */ .legend { padding: 6px 8px; font: 12px Arial, Helvetica, sans-serif; font-weight: bold; color: #555; background: #fff; background: rgba(255, 255, 255, 0.8); border-radius: 5px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); column-count: 2; width: 180px; height: 76px; } .legend ul { padding: 0; margin: 0; clear: both; list-style-type: none; text-align: center; width: 75px; } .legend li { display: inline-block; width: 30px; height: 22px; } .legend2 { padding: 10px; line-height: 18px; color: #555; background-color: #fff; border-radius: 5px; } .legend2 i { float: left; width: 18px; height: 18px; margin-right: 8px; opacity: 0.7; } .range1 { background-color: #e0f56a; } .range2 { background-color: #e9c082; } .range3 { background-color: #ff8750; } .legend ul.test { float: right; position: relative; } div.leaflet-popup-content p { font-size: 8px !important; margin: 0; padding: 0; } g>text { font-weight: bold; } g.group_chart { width: 100%; } svg { height: 250px; width: 100%; /* border: 1px solid gray; */ margin: 0; padding: 0; } text.axis-text { font-size: 12px; color: white; font-weight: bold; } .grid { margin: 30px; opacity: .2; } .chart { background-color: #cedfec; height: 245px; margin: 0; padding: 0px; } div#viz { font-weight: bold; font-size: 40px; } div.small_details { font-size: 10px; color: rgb(235, 235, 235); padding: 0; margin: 0; } span.small_details { font-size: 10px; color: #083e66; padding: 0; margin: 0; position: right; } span.small_details a { color: rgb(63, 63, 63); } span.title { font-size: 16px; font-weight: bold; color: #083e66; padding: 0; margin: 0; display: inline-block; /* float:left; remove */ } span.leq { font-size: 16px; font-weight: bold; color: #083e66; padding: 0; padding-bottom: 10px; margin: 0; display: inline-block; /* float:left; remove */ } span.smalltext { margin: 0px 0px 20px 0px; } #footertext { margin: 20px 0px; } /* hover over div, underline */ div.col-md-8:hover span.title { text-decoration: underline; text-decoration-color: #38b0c9; text-decoration-thickness: 4px; } div#magnitude_info { font-size: 60px; font-weight: bold; height: 250px; min-width: 120px; width: 120px; font-family: 'Asap', sans-serif; color: white; background-color: #43505D; margin: 0; padding: 15px; vertical-align: top; text-align: left; } p.groupname { font-size: 20px; font-family: 'Asap', sans-serif; } p.mag-number { -webkit-text-stroke: 3px #212529; -webkit-text-stroke-width: thin; margin: 0; padding: 0px 0px 10px 0px; font-size: 50px; text-align: center !important; } div#weather_info { font-size: 14px; font-weight: bold; height: 250px; text-align: left; margin: 0; padding: 15px 0px 0px 15px; font-family: 'Asap', sans-serif; } div.col-7>ul { font-size: 10px; list-style-type: none; margin: 0; padding: 0; } ul { font-weight: bold; display: inline-block; color: black; } ul>li { font-size: 16px; font-weight: normal; margin: 7px 0 0 0; margin-left: 0; list-style-type: none; color: black; } ul#bts { font-size: 11px; font-weight: normal; margin: 0; padding: 0; list-style-type: none; color: black; text-align: left; padding-bottom: 7px; } ul#bts>li { font-size: 11px; font-weight: normal; margin: 0; margin-left: 0; list-style-type: none; color: black; text-align: left; padding-bottom: 7px; } ul#rona { font-size: 14px; font-weight: normal; margin: 0; padding: 0; list-style-type: none; color: rgb(235, 235, 235); text-align: left; padding-bottom: 7px; } ul#rona>li { font-size: 14px; font-weight: normal; margin: 0; margin-left: 0; list-style-type: none; color: rgb(235, 235, 235); text-align: left; padding-bottom: 7px; } ul>li a { color: #083e66; font-weight: bold; } circle { fill: pink; stroke: black; stroke-width: 1px; } circle.active { fill: red; } circle.inactive { fill: gray; } .col, .col-lg, .col-md { padding: 0px 0px 0px 0px; } td { padding: 10px 30px 0px 0px; text-align: center; width: 50%; } .textwrap { float: right; margin: 10px; } #bts-table { /* width: 90%; */ font-size: 12px; /* padding: 0px; */ /* margin: 0px; */ float: right; } .latest5holder { width: 52%; font-size: 12px; padding: 0px; margin: 0px; float: right; } th#section { text-align: center; } td#section { width: 75px; } .table td, .table th { padding: .3rem } /* @keyframes mymove { 50% { padding: 15px; } } */ /* // Extra small devices (portrait phones, less than 576px) */ /* // No media query since this is the default in Bootstrap */ /* // Small devices (landscape phones, 576px and up) */ @media (min-width: 576px) { ... } /* // Medium devices (tablets, 768px and up) */ @media (min-width: 768px) { #fact-boxes { min-width: 800px; } #aboutus { min-width: 100%; } #header { min-width: 100%; } #california-data { min-width: 100%; } #footer { min-width: 100%; } } /* // Large devices (desktops, 992px and up) */ @media (min-width: 992px) { #map { min-width: 400px; } #temperature { min-width: 400px; } .justify-content:; #fact-boxes { min-width: 800px; } #aboutus { min-width: 800px; } #header { min-width: 800px; } #california-data { min-width: 800px; } #footer { min-width: 800px; } } /* // Extra large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { #map { min-width: 400px; } #temperature { min-width: 400px; } #fact-boxes { min-width: 800px; } #aboutus { min-width: 800px; } #header { min-width: 800px; } #california-data { min-width: 800px; } #footer { min-width: 800px; } }
0.327561
0.110807
.system-status-general-info{ border:1px solid #ccc; border-radius:3px; } .system-status-general-info__header{ overflow:hidden; margin:0; padding:10px; text-transform:uppercase; border-top-left-radius:3px; border-top-right-radius:3px; background-color:#f5f5f2; font-size:14px; } .system-status-general-info__item{ overflow-x:auto; box-sizing:border-box; padding:10px 10px 20px; border-top:1px solid #ccc; background:#fcfcfa; } .system-status-general-info__item-icon{ display:inline-block; width:45px; height:45px; vertical-align:top; } .system-status-general-info__item-icon:before{ display:block; width:100%; height:100%; content:""; background-repeat:no-repeat; background-position:50% center; background-size:35px; } .system-status-general-info__item-icon--d8:before{ background-image:url(../../images/icons/cccccc/d8-logo.svg); } .system-status-general-info__item-icon--clock:before{ background-image:url(../../images/icons/cccccc/clock.svg); } .system-status-general-info__item-icon--server:before{ background-image:url(../../images/icons/cccccc/server.svg); } .system-status-general-info__item-icon--php:before{ background-image:url(../../images/icons/cccccc/php-logo.svg); background-size:45px; } .system-status-general-info__item-icon--database:before{ background-image:url(../../images/icons/cccccc/database.svg); background-size:30px; } .system-status-general-info__item-details{ position:relative; display:inline-block; box-sizing:border-box; width:calc(100% - 60px); padding-left:10px; } [dir="rtl"] .system-status-general-info__item-details{ padding-right:10px; padding-left:0; } .system-status-general-info__item-title{ margin-bottom:0; } .system-status-general-info__sub-item-title{ margin:0; } .system-status-general-info__sub-item__title{ font-weight:bold; } .system-status-general-info__sub-item__value{ display:block; } .system-status-general-info__run-cron{ margin:1em 0 0; } @media screen and (min-width: 48em){ .system-status-general-info__items{ display:flex; overflow-x:hidden; flex-wrap:wrap; } .system-status-general-info__item{ flex:1; flex-basis:33%; width:33%; } .system-status-general-info__item:nth-child(2){ flex:2; flex-basis:66%; } .system-status-general-info__item:nth-child(2), .system-status-general-info__item:nth-child(4), .system-status-general-info__item:nth-child(5){ border-left:1px solid #ccc; } [dir="rtl"] .system-status-general-info__item:nth-child(1), [dir="rtl"] .system-status-general-info__item:nth-child(3){ border-left:1px solid #ccc; } [dir="rtl"] .system-status-general-info__item:nth-child(2), [dir="rtl"] .system-status-general-info__item:nth-child(5){ border-left:0; } .system-status-general-info__run-cron{ margin:15px 0 5px; } } @media screen and (min-width: 60em){ .system-status-general-info__item-icon{ width:55px; height:55px; } .system-status-general-info__item-icon:before{ background-size:35px; } .system-status-general-info__item-icon--php:before{ background-size:55px; } .system-status-general-info__run-cron{ position:absolute; top:1em; right:1em; margin-top:0; } [dir="rtl"] .system-status-general-info__run-cron{ right:auto; left:1em; } } @media screen and (max-width: 48em){ .system-status-general-info__header{ display:none; } .system-status-general-info{ margin-top:25px; border-top:0; } } .system-status-general-info__item-icon--thunder:before{ background-image:url(../../images/icons/thunder-infinity.svg); }
docroot/themes/contrib/thunder_admin/css/components/system-status-report-general-info.css
.system-status-general-info{ border:1px solid #ccc; border-radius:3px; } .system-status-general-info__header{ overflow:hidden; margin:0; padding:10px; text-transform:uppercase; border-top-left-radius:3px; border-top-right-radius:3px; background-color:#f5f5f2; font-size:14px; } .system-status-general-info__item{ overflow-x:auto; box-sizing:border-box; padding:10px 10px 20px; border-top:1px solid #ccc; background:#fcfcfa; } .system-status-general-info__item-icon{ display:inline-block; width:45px; height:45px; vertical-align:top; } .system-status-general-info__item-icon:before{ display:block; width:100%; height:100%; content:""; background-repeat:no-repeat; background-position:50% center; background-size:35px; } .system-status-general-info__item-icon--d8:before{ background-image:url(../../images/icons/cccccc/d8-logo.svg); } .system-status-general-info__item-icon--clock:before{ background-image:url(../../images/icons/cccccc/clock.svg); } .system-status-general-info__item-icon--server:before{ background-image:url(../../images/icons/cccccc/server.svg); } .system-status-general-info__item-icon--php:before{ background-image:url(../../images/icons/cccccc/php-logo.svg); background-size:45px; } .system-status-general-info__item-icon--database:before{ background-image:url(../../images/icons/cccccc/database.svg); background-size:30px; } .system-status-general-info__item-details{ position:relative; display:inline-block; box-sizing:border-box; width:calc(100% - 60px); padding-left:10px; } [dir="rtl"] .system-status-general-info__item-details{ padding-right:10px; padding-left:0; } .system-status-general-info__item-title{ margin-bottom:0; } .system-status-general-info__sub-item-title{ margin:0; } .system-status-general-info__sub-item__title{ font-weight:bold; } .system-status-general-info__sub-item__value{ display:block; } .system-status-general-info__run-cron{ margin:1em 0 0; } @media screen and (min-width: 48em){ .system-status-general-info__items{ display:flex; overflow-x:hidden; flex-wrap:wrap; } .system-status-general-info__item{ flex:1; flex-basis:33%; width:33%; } .system-status-general-info__item:nth-child(2){ flex:2; flex-basis:66%; } .system-status-general-info__item:nth-child(2), .system-status-general-info__item:nth-child(4), .system-status-general-info__item:nth-child(5){ border-left:1px solid #ccc; } [dir="rtl"] .system-status-general-info__item:nth-child(1), [dir="rtl"] .system-status-general-info__item:nth-child(3){ border-left:1px solid #ccc; } [dir="rtl"] .system-status-general-info__item:nth-child(2), [dir="rtl"] .system-status-general-info__item:nth-child(5){ border-left:0; } .system-status-general-info__run-cron{ margin:15px 0 5px; } } @media screen and (min-width: 60em){ .system-status-general-info__item-icon{ width:55px; height:55px; } .system-status-general-info__item-icon:before{ background-size:35px; } .system-status-general-info__item-icon--php:before{ background-size:55px; } .system-status-general-info__run-cron{ position:absolute; top:1em; right:1em; margin-top:0; } [dir="rtl"] .system-status-general-info__run-cron{ right:auto; left:1em; } } @media screen and (max-width: 48em){ .system-status-general-info__header{ display:none; } .system-status-general-info{ margin-top:25px; border-top:0; } } .system-status-general-info__item-icon--thunder:before{ background-image:url(../../images/icons/thunder-infinity.svg); }
0.248079
0.049451
html, body { width: 100%; height: 100%; font-family:'Raleway', 'Open Sans','Helvetica Neue',Arial,sans-serif; } .psd_icon { visibility: hidden; position: absolute; top: 5px; left: 10px; } .video-container { position:relative; padding-bottom:50%; padding-top:30px; overflow:hidden; } .video-container iframe, .video-container object, .video-container embed { position:absolute; top:0; left:0; width:100%; height:100%; } hr { max-width: 50px; border-color: #8e0103; border-width: 3px; } hr.light { border-color: #fff; } hr.bio { max-width: 100%; clear: both; float: none; width: 100%; height: 2px; margin: 1.4em 0; border: none; background: #000; background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, rgb(142,1,3)), color-stop(0.5, rgb(255,190,66)), color-stop(0.5, rgb(255,190,66)), color-stop(1, rgb(142,1,3)) ); background-image: -moz-linear-gradient( left center, rgb(142,1,3) 0%, rgb(255,190,66) 50%, rgb(255,190,66) 50%, rgb(142,1,3) 100% ); } .submit:focus { outline: none; } a { color: #8e0103; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .project-info { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-size: 22px; color: #FFBE42; } a:hover, a:focus { color: #8e0103; } h1, h2, h3, h4, h5, h6, footer { font-family: 'Raleway', 'Open Sans','Helvetica Neue',Arial,sans-serif; } p { margin-bottom: 20px; font-size: 16px; line-height: 1.5; } aside { padding-top: 50px 0 0 0; } footer { color: #222; background-color: #FFF; } .bold { padding: 20px 0; font-weight: bold; } .bg-primary { background-color: rgba(0, 0, 0, .7); } .bg-dark { color: #fff; background-color: #aaa; } .text-faded { color: rgba(255,255,255,.75); } section#media { padding: 50px 0; } section#bio { padding: 100px 0; } aside { padding: 50px 0 0 0; } .no-padding { padding: 0; } .navbar-default { border-color: rgba(34,34,34,.05); font-family: 'Raleway', 'Open Sans','Helvetica Neue',Arial,sans-serif; background-color: #fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .navbar-default .navbar-header .navbar-brand { text-transform: uppercase; font-family: 'Raleway', 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; color: #000; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #8e0103; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { text-transform: uppercase; font-size: 13px; font-weight: 700; color: #222; } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #8e0103; } .navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus { color: #8e0103!important; background-color: transparent; } .navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover { background-color: transparent; } @media(min-width:768px) { .navbar-default { border-color: rgba(255,255,255,.3); background-color: transparent; } .navbar-default .navbar-header .navbar-brand { color: rgba(255,255,255); } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #000; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { color: rgba(255,255,255); } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #8e0103; } .navbar-default.affix { border-color: rgba(34,34,34,.05); background-color: #fff; } /*PSD logo*/ .navbar-default.affix .navbar-header .navbar-brand { font-size: 16px; color: #222; } .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { color: #8e0103; } .navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus { color: #222; } .navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover { color: #8e0103; } } header { position: relative; width: 100%; min-height: auto; text-align: center; color: #fff; background-color: #222; background-image: url(../img/header3.png); background-position: center; background-repeat: no-repeat; } header .header-content { position: relative; width: 100%; padding: 100px 15px; text-align: center; } header .header-content .header-content-inner h1 { margin-top: 0; margin-bottom: 0; text-transform: uppercase; font-weight: 700; } header .header-content .header-content-inner hr { margin: 30px auto; } header .header-content .header-content-inner p { margin-bottom: 50px; font-size: 16px; font-weight: 300; color: rgba(255,255,255,.7); } @media(min-width:768px) { header { min-height: 100%; } header .header-content { position: absolute; top: 50%; padding: 0 50px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } header .header-content .header-content-inner { margin-right: auto; margin-left: auto; max-width: 1000px; } header .header-content .header-content-inner p { margin-right: auto; margin-left: auto; max-width: 80%; font-size: 18px; } } .section-heading { margin-top: 0; } .service-box { margin: 50px auto 0; max-width: 400px; } @media(min-width:992px) { .service-box { margin: 20px auto 0; } } .service-box p { margin-bottom: 0; } .portfolio-box { display: block; position: relative; margin: 0 auto; } .portfolio-box .portfolio-box-caption { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; text-align: center; color: #fff; opacity: 0; background: rgba(142,1,3,.9); background: -webkit-linear-gradient(left top, #FFBE42, rgba(142,1,3,.9), black); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #FFBE42, rgba(142,1,3,.9), black); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom right, #FFBE42, rgba(142,1,3,.9), black); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #FFBE42, rgba(142,1,3,.9), black); /* Standard syntax (must be last) */ -webkit-transition: all .4s; -moz-transition: all .4s; transition: all .4s; } .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; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .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 h2 { margin: 0 auto 20px; } .text-primary { color: #8e0103; } .no-gutter > [class*=col-] { padding-right: 0; padding-left: 0; } .btn-default { border-color: #fff; color: #222; background-color: #8e0103; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { border-color: #ededed; color: #fff; background-color: #f2f2f2; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { border-color: #fff; background-color: #fff; } .btn-default .badge { color: #fff; background-color: #222; } .btn-primary { border-color: #8e0103; color: #fff; background-color: #8e0103; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { border-color: #ed431f; color: #fff; background-color: #ee4b28; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: #8e0103; background-color: #8e0103; } .btn-primary .badge { color: #8e0103; background-color: #fff; } .btn { border: 0; border-radius: 300px; text-transform: uppercase; font-family: 'Raleway','Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 600; } .btn-down { margin-top: 50%; } .booking, .btn-down { color: #fff; background-image: -webkit-linear-gradient(top, #8E0103, #222); background-image: -moz-linear-gradient(top, #8E0103, #222); background-image: -ms-linear-gradient(top, #8E0103, #222); background-image: -o-linear-gradient(top, #8E0103, #222); background-image: linear-gradient(to bottom, #8E0103, #222);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8E0103, endColorstr=#000000); } .btn-down:hover, .booking:hover { color: #111; background-color: #5b0102; background-image: -webkit-gradient(linear, left top, left bottom, from(#5b0102), to(#8E0103)); background-image: -webkit-linear-gradient(top, #5b0102, #8E0103); background-image: -moz-linear-gradient(top, #5b0102, #8E0103); background-image: -ms-linear-gradient(top, #5b0102, #8E0103); background-image: -o-linear-gradient(top, #5b0102, #8E0103); background-image: linear-gradient(to bottom, #5b0102, #8E0103);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5b0102, endColorstr=#8E0103); } .btn-xl { padding: 15px 30px; } ::-moz-selection { text-shadow: none; color: #fff; background: #222; } ::selection { text-shadow: none; color: #fff; background: #222; } img::selection { color: #fff; background: 0 0; } img::-moz-selection { color: #fff; background: 0 0; } body { webkit-tap-highlight-color: #000; }
css/creative.css
html, body { width: 100%; height: 100%; font-family:'Raleway', 'Open Sans','Helvetica Neue',Arial,sans-serif; } .psd_icon { visibility: hidden; position: absolute; top: 5px; left: 10px; } .video-container { position:relative; padding-bottom:50%; padding-top:30px; overflow:hidden; } .video-container iframe, .video-container object, .video-container embed { position:absolute; top:0; left:0; width:100%; height:100%; } hr { max-width: 50px; border-color: #8e0103; border-width: 3px; } hr.light { border-color: #fff; } hr.bio { max-width: 100%; clear: both; float: none; width: 100%; height: 2px; margin: 1.4em 0; border: none; background: #000; background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, rgb(142,1,3)), color-stop(0.5, rgb(255,190,66)), color-stop(0.5, rgb(255,190,66)), color-stop(1, rgb(142,1,3)) ); background-image: -moz-linear-gradient( left center, rgb(142,1,3) 0%, rgb(255,190,66) 50%, rgb(255,190,66) 50%, rgb(142,1,3) 100% ); } .submit:focus { outline: none; } a { color: #8e0103; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .project-info { font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; font-size: 22px; color: #FFBE42; } a:hover, a:focus { color: #8e0103; } h1, h2, h3, h4, h5, h6, footer { font-family: 'Raleway', 'Open Sans','Helvetica Neue',Arial,sans-serif; } p { margin-bottom: 20px; font-size: 16px; line-height: 1.5; } aside { padding-top: 50px 0 0 0; } footer { color: #222; background-color: #FFF; } .bold { padding: 20px 0; font-weight: bold; } .bg-primary { background-color: rgba(0, 0, 0, .7); } .bg-dark { color: #fff; background-color: #aaa; } .text-faded { color: rgba(255,255,255,.75); } section#media { padding: 50px 0; } section#bio { padding: 100px 0; } aside { padding: 50px 0 0 0; } .no-padding { padding: 0; } .navbar-default { border-color: rgba(34,34,34,.05); font-family: 'Raleway', 'Open Sans','Helvetica Neue',Arial,sans-serif; background-color: #fff; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .navbar-default .navbar-header .navbar-brand { text-transform: uppercase; font-family: 'Raleway', 'Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 700; color: #000; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #8e0103; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { text-transform: uppercase; font-size: 13px; font-weight: 700; color: #222; } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #8e0103; } .navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus { color: #8e0103!important; background-color: transparent; } .navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover { background-color: transparent; } @media(min-width:768px) { .navbar-default { border-color: rgba(255,255,255,.3); background-color: transparent; } .navbar-default .navbar-header .navbar-brand { color: rgba(255,255,255); } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #000; } .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus { color: rgba(255,255,255); } .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover { color: #8e0103; } .navbar-default.affix { border-color: rgba(34,34,34,.05); background-color: #fff; } /*PSD logo*/ .navbar-default.affix .navbar-header .navbar-brand { font-size: 16px; color: #222; } .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { color: #8e0103; } .navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus { color: #222; } .navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover { color: #8e0103; } } header { position: relative; width: 100%; min-height: auto; text-align: center; color: #fff; background-color: #222; background-image: url(../img/header3.png); background-position: center; background-repeat: no-repeat; } header .header-content { position: relative; width: 100%; padding: 100px 15px; text-align: center; } header .header-content .header-content-inner h1 { margin-top: 0; margin-bottom: 0; text-transform: uppercase; font-weight: 700; } header .header-content .header-content-inner hr { margin: 30px auto; } header .header-content .header-content-inner p { margin-bottom: 50px; font-size: 16px; font-weight: 300; color: rgba(255,255,255,.7); } @media(min-width:768px) { header { min-height: 100%; } header .header-content { position: absolute; top: 50%; padding: 0 50px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } header .header-content .header-content-inner { margin-right: auto; margin-left: auto; max-width: 1000px; } header .header-content .header-content-inner p { margin-right: auto; margin-left: auto; max-width: 80%; font-size: 18px; } } .section-heading { margin-top: 0; } .service-box { margin: 50px auto 0; max-width: 400px; } @media(min-width:992px) { .service-box { margin: 20px auto 0; } } .service-box p { margin-bottom: 0; } .portfolio-box { display: block; position: relative; margin: 0 auto; } .portfolio-box .portfolio-box-caption { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; text-align: center; color: #fff; opacity: 0; background: rgba(142,1,3,.9); background: -webkit-linear-gradient(left top, #FFBE42, rgba(142,1,3,.9), black); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #FFBE42, rgba(142,1,3,.9), black); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom right, #FFBE42, rgba(142,1,3,.9), black); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #FFBE42, rgba(142,1,3,.9), black); /* Standard syntax (must be last) */ -webkit-transition: all .4s; -moz-transition: all .4s; transition: all .4s; } .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; font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif; } .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 h2 { margin: 0 auto 20px; } .text-primary { color: #8e0103; } .no-gutter > [class*=col-] { padding-right: 0; padding-left: 0; } .btn-default { border-color: #fff; color: #222; background-color: #8e0103; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { border-color: #ededed; color: #fff; background-color: #f2f2f2; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { border-color: #fff; background-color: #fff; } .btn-default .badge { color: #fff; background-color: #222; } .btn-primary { border-color: #8e0103; color: #fff; background-color: #8e0103; -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { border-color: #ed431f; color: #fff; background-color: #ee4b28; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: #8e0103; background-color: #8e0103; } .btn-primary .badge { color: #8e0103; background-color: #fff; } .btn { border: 0; border-radius: 300px; text-transform: uppercase; font-family: 'Raleway','Open Sans','Helvetica Neue',Arial,sans-serif; font-weight: 600; } .btn-down { margin-top: 50%; } .booking, .btn-down { color: #fff; background-image: -webkit-linear-gradient(top, #8E0103, #222); background-image: -moz-linear-gradient(top, #8E0103, #222); background-image: -ms-linear-gradient(top, #8E0103, #222); background-image: -o-linear-gradient(top, #8E0103, #222); background-image: linear-gradient(to bottom, #8E0103, #222);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8E0103, endColorstr=#000000); } .btn-down:hover, .booking:hover { color: #111; background-color: #5b0102; background-image: -webkit-gradient(linear, left top, left bottom, from(#5b0102), to(#8E0103)); background-image: -webkit-linear-gradient(top, #5b0102, #8E0103); background-image: -moz-linear-gradient(top, #5b0102, #8E0103); background-image: -ms-linear-gradient(top, #5b0102, #8E0103); background-image: -o-linear-gradient(top, #5b0102, #8E0103); background-image: linear-gradient(to bottom, #5b0102, #8E0103);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5b0102, endColorstr=#8E0103); } .btn-xl { padding: 15px 30px; } ::-moz-selection { text-shadow: none; color: #fff; background: #222; } ::selection { text-shadow: none; color: #fff; background: #222; } img::selection { color: #fff; background: 0 0; } img::-moz-selection { color: #fff; background: 0 0; } body { webkit-tap-highlight-color: #000; }
0.441432
0.060836
.wpb_eltdf_accordion_tab, .wpb_eltdf_elements_holder_item, .wpb_eltdf_tab, .wpb_eltdf_vertical_split_slider_left_panel, .wpb_eltdf_vertical_split_slider_right_panel { background-color: #f4f4f4; } .extended-custom-icon{ background-image: url('img/vc-extend.png') !important; /* to override Visual Composer css style */ background-size: auto !important; /* to override Visual Composer css style */ } .extended-custom-icon.icon-wpb-portfolio{ background-position: 0 0; } .extended-custom-icon.icon-wpb-portfolio-project-info{ background-position: -32px 0; } .extended-custom-icon.icon-wpb-portfolio-slider{ background-position: -64px 0; } .extended-custom-icon.icon-wpb-testimonials{ background-position: -96px 0; } .extended-custom-icon.icon-wpb-masonry-gallery{ background-position: -128px 0; } .extended-custom-icon.icon-wpb-accordion{ background-position: -160px 0; } .extended-custom-icon.icon-wpb-accordion-tab{ background-position: -192px 0; } .extended-custom-icon.icon-wpb-animation-holder{ background-position: -224px 0; } .extended-custom-icon.icon-wpb-banner{ background-position: -256px 0; } .extended-custom-icon.icon-wpb-blog-list{ background-position: -288px 0; } .extended-custom-icon.icon-wpb-button{ background-position: -320px 0; } .extended-custom-icon.icon-wpb-call-to-action{ background-position: -352px 0; } .extended-custom-icon.icon-wpb-clients-boxes{ background-position: -384px 0; } .extended-custom-icon.icon-wpb-clients-boxes-item{ background-position: -416px 0; } .extended-custom-icon.icon-wpb-clients-carousel{ background-position: -448px 0; } .extended-custom-icon.icon-wpb-clients-carousel-item{ background-position: -480px 0; } .extended-custom-icon.icon-wpb-countdown{ background-position: -512px 0; } .extended-custom-icon.icon-wpb-counter{ background-position: -544px 0; } .extended-custom-icon.icon-wpb-elements-holder{ background-position: -576px 0; } .extended-custom-icon.icon-wpb-elements-holder-item{ background-position: -608px 0; } .extended-custom-icon.icon-wpb-frame-slider{ background-position: -640px 0; } .extended-custom-icon.icon-wpb-gallery-blocks{ background-position: -672px 0; } .extended-custom-icon.icon-wpb-google-map{ background-position: -704px 0; } .extended-custom-icon.icon-wpb-icon{ background-position: -736px 0; } .extended-custom-icon.icon-wpb-icon-list-item{ background-position: -768px 0; } .extended-custom-icon.icon-wpb-icon-with-text{ background-position: -800px 0; } .extended-custom-icon.icon-wpb-image-gallery{ background-position: -832px 0; } .extended-custom-icon.icon-wpb-image-with-text{ background-position: -864px 0; } .extended-custom-icon.icon-wpb-item-showcase{ background-position: -896px 0; } .extended-custom-icon.icon-wpb-item-showcase-item{ background-position: -928px 0; } .extended-custom-icon.icon-wpb-message-box{ background-position: -960px 0; } .extended-custom-icon.icon-wpb-pie-chart{ background-position: -992px 0; } .extended-custom-icon.icon-wpb-pricing-tables{ background-position: -1024px 0; } .extended-custom-icon.icon-wpb-pricing-table{ background-position: -1056px 0; } .extended-custom-icon.icon-wpb-progress-bar{ background-position: -1088px 0; } .extended-custom-icon.icon-wpb-product-info{ background-position: -1120px 0; } .extended-custom-icon.icon-wpb-product-list{ background-position: -1152px 0; } .extended-custom-icon.icon-wpb-product-list-carousel{ background-position: -1184px 0; } .extended-custom-icon.icon-wpb-product-list-simple{ background-position: -1216px 0; } .extended-custom-icon.icon-wpb-section-title{ background-position: -1248px 0; } .extended-custom-icon.icon-wpb-separator{ background-position: -1280px 0; } .extended-custom-icon.icon-wpb-social-share{ background-position: -1312px 0; } .extended-custom-icon.icon-wpb-tabs{ background-position: -1344px 0; } .extended-custom-icon.icon-wpb-tab{ background-position: -1376px 0; } .extended-custom-icon.icon-wpb-team{ background-position: -1408px 0; } .extended-custom-icon.icon-wpb-vertical-split-slider{ background-position: -1440px 0; } .extended-custom-icon.icon-wpb-vertical-split-slider-left-panel{ background-position: -1472px 0; } .extended-custom-icon.icon-wpb-vertical-split-slider-right-panel{ background-position: -1504px 0; } .extended-custom-icon.icon-wpb-vertical-split-slider-content-item{ background-position: -1536px 0; }
framework/admin/skins/elated/assets/css/eltdf-vc-extend.css
.wpb_eltdf_accordion_tab, .wpb_eltdf_elements_holder_item, .wpb_eltdf_tab, .wpb_eltdf_vertical_split_slider_left_panel, .wpb_eltdf_vertical_split_slider_right_panel { background-color: #f4f4f4; } .extended-custom-icon{ background-image: url('img/vc-extend.png') !important; /* to override Visual Composer css style */ background-size: auto !important; /* to override Visual Composer css style */ } .extended-custom-icon.icon-wpb-portfolio{ background-position: 0 0; } .extended-custom-icon.icon-wpb-portfolio-project-info{ background-position: -32px 0; } .extended-custom-icon.icon-wpb-portfolio-slider{ background-position: -64px 0; } .extended-custom-icon.icon-wpb-testimonials{ background-position: -96px 0; } .extended-custom-icon.icon-wpb-masonry-gallery{ background-position: -128px 0; } .extended-custom-icon.icon-wpb-accordion{ background-position: -160px 0; } .extended-custom-icon.icon-wpb-accordion-tab{ background-position: -192px 0; } .extended-custom-icon.icon-wpb-animation-holder{ background-position: -224px 0; } .extended-custom-icon.icon-wpb-banner{ background-position: -256px 0; } .extended-custom-icon.icon-wpb-blog-list{ background-position: -288px 0; } .extended-custom-icon.icon-wpb-button{ background-position: -320px 0; } .extended-custom-icon.icon-wpb-call-to-action{ background-position: -352px 0; } .extended-custom-icon.icon-wpb-clients-boxes{ background-position: -384px 0; } .extended-custom-icon.icon-wpb-clients-boxes-item{ background-position: -416px 0; } .extended-custom-icon.icon-wpb-clients-carousel{ background-position: -448px 0; } .extended-custom-icon.icon-wpb-clients-carousel-item{ background-position: -480px 0; } .extended-custom-icon.icon-wpb-countdown{ background-position: -512px 0; } .extended-custom-icon.icon-wpb-counter{ background-position: -544px 0; } .extended-custom-icon.icon-wpb-elements-holder{ background-position: -576px 0; } .extended-custom-icon.icon-wpb-elements-holder-item{ background-position: -608px 0; } .extended-custom-icon.icon-wpb-frame-slider{ background-position: -640px 0; } .extended-custom-icon.icon-wpb-gallery-blocks{ background-position: -672px 0; } .extended-custom-icon.icon-wpb-google-map{ background-position: -704px 0; } .extended-custom-icon.icon-wpb-icon{ background-position: -736px 0; } .extended-custom-icon.icon-wpb-icon-list-item{ background-position: -768px 0; } .extended-custom-icon.icon-wpb-icon-with-text{ background-position: -800px 0; } .extended-custom-icon.icon-wpb-image-gallery{ background-position: -832px 0; } .extended-custom-icon.icon-wpb-image-with-text{ background-position: -864px 0; } .extended-custom-icon.icon-wpb-item-showcase{ background-position: -896px 0; } .extended-custom-icon.icon-wpb-item-showcase-item{ background-position: -928px 0; } .extended-custom-icon.icon-wpb-message-box{ background-position: -960px 0; } .extended-custom-icon.icon-wpb-pie-chart{ background-position: -992px 0; } .extended-custom-icon.icon-wpb-pricing-tables{ background-position: -1024px 0; } .extended-custom-icon.icon-wpb-pricing-table{ background-position: -1056px 0; } .extended-custom-icon.icon-wpb-progress-bar{ background-position: -1088px 0; } .extended-custom-icon.icon-wpb-product-info{ background-position: -1120px 0; } .extended-custom-icon.icon-wpb-product-list{ background-position: -1152px 0; } .extended-custom-icon.icon-wpb-product-list-carousel{ background-position: -1184px 0; } .extended-custom-icon.icon-wpb-product-list-simple{ background-position: -1216px 0; } .extended-custom-icon.icon-wpb-section-title{ background-position: -1248px 0; } .extended-custom-icon.icon-wpb-separator{ background-position: -1280px 0; } .extended-custom-icon.icon-wpb-social-share{ background-position: -1312px 0; } .extended-custom-icon.icon-wpb-tabs{ background-position: -1344px 0; } .extended-custom-icon.icon-wpb-tab{ background-position: -1376px 0; } .extended-custom-icon.icon-wpb-team{ background-position: -1408px 0; } .extended-custom-icon.icon-wpb-vertical-split-slider{ background-position: -1440px 0; } .extended-custom-icon.icon-wpb-vertical-split-slider-left-panel{ background-position: -1472px 0; } .extended-custom-icon.icon-wpb-vertical-split-slider-right-panel{ background-position: -1504px 0; } .extended-custom-icon.icon-wpb-vertical-split-slider-content-item{ background-position: -1536px 0; }
0.390127
0.062331
header { position: absolute; background:transparent; width: 100%; height: 10%; border: none; top: 0; color: #162447 } form{ font-family: 'Montserrat', sans-serif; color:#1f4068; } .head{ font-family: 'Righteous', cursive; color: #162447 } img#logo { margin-left: 2%; float:left; width:15%; height: auto; top: 0px; } *{ box-sizing: border-box; } nav { float: right; text-align: right; width:75%; display: inline-block; margin-top: 2.2%; font-family: 'Righteous', cursive; } a { text-decoration: none; font-size: 100%; font-weight: 1000; padding: 2%; } a:hover{ padding:2%; border-radius: 20px; background: #161A39; color:white; } a#about { border-right: 2px solid #161A39; } /* ============================================================ End Header Section ============================================================= */ /* ============================================================ Start Form Section ============================================================= */ div.cover{ margin-top: 5%; width:100%; height: 100%; background: url("../images/App-01.png") no-repeat center center fixed; background-position: right bottom; background-size: 100% 98%; } div.index{ width:50%; height: 520px; top:0px; padding-left:6%; margin-top: 100px; } div.form { height: 100%; width: 99%; border-radius: 20px; background:white; opacity: 0.5; } div.content{ width:97%; height:390px; display: inline-block; margin-top: 0px; font-size: 20px; font-weight:800 ; overflow:auto; direction: rtl; overflow:auto; } h2{ width: 108%; position: relative; text-align: center; font-size: 120%; padding-bottom: 20px; border-top: 1px solid #161A39; padding-top: 20px; border-bottom: 1px solid #161A39; } form { direction:ltr; width: 96%; } table{ margin-left: 0.9%; width:100%; } td.Label{ width:1px; white-space:nowrap; } tr{ height: 60px; width :100%; } td{ padding-left:0%; word-wrap: break-word; } label{ margin: 0; margin-right: 0; text-align: center; } input{ height:20px; width: 75%; border-radius: 10px; border:1px solid gray; text-align: center; font-size: 15px; margin-left: 0; padding-left: 0%; } textarea{ height: 80px; padding:10px; border-radius: 10px; border: 1px solid #161A39; width :95%; font-size: 15px; margin-bottom: 15px; } table#committee{ margin: 0; text-align: center; margin-bottom: 20px; } td.com{ text-align: center; margin: 2%; border: 1px solid #161A39; } button#subBut{ width: 20%; height: 40px; border-radius: 20px; color: white; background: #161A39; border: none; font-size: 50%; } /* img #bg{ width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; } img { max-width: 100%; } */ /* ============================================================ Start Form Section ============================================================= */
css/register1.css
header { position: absolute; background:transparent; width: 100%; height: 10%; border: none; top: 0; color: #162447 } form{ font-family: 'Montserrat', sans-serif; color:#1f4068; } .head{ font-family: 'Righteous', cursive; color: #162447 } img#logo { margin-left: 2%; float:left; width:15%; height: auto; top: 0px; } *{ box-sizing: border-box; } nav { float: right; text-align: right; width:75%; display: inline-block; margin-top: 2.2%; font-family: 'Righteous', cursive; } a { text-decoration: none; font-size: 100%; font-weight: 1000; padding: 2%; } a:hover{ padding:2%; border-radius: 20px; background: #161A39; color:white; } a#about { border-right: 2px solid #161A39; } /* ============================================================ End Header Section ============================================================= */ /* ============================================================ Start Form Section ============================================================= */ div.cover{ margin-top: 5%; width:100%; height: 100%; background: url("../images/App-01.png") no-repeat center center fixed; background-position: right bottom; background-size: 100% 98%; } div.index{ width:50%; height: 520px; top:0px; padding-left:6%; margin-top: 100px; } div.form { height: 100%; width: 99%; border-radius: 20px; background:white; opacity: 0.5; } div.content{ width:97%; height:390px; display: inline-block; margin-top: 0px; font-size: 20px; font-weight:800 ; overflow:auto; direction: rtl; overflow:auto; } h2{ width: 108%; position: relative; text-align: center; font-size: 120%; padding-bottom: 20px; border-top: 1px solid #161A39; padding-top: 20px; border-bottom: 1px solid #161A39; } form { direction:ltr; width: 96%; } table{ margin-left: 0.9%; width:100%; } td.Label{ width:1px; white-space:nowrap; } tr{ height: 60px; width :100%; } td{ padding-left:0%; word-wrap: break-word; } label{ margin: 0; margin-right: 0; text-align: center; } input{ height:20px; width: 75%; border-radius: 10px; border:1px solid gray; text-align: center; font-size: 15px; margin-left: 0; padding-left: 0%; } textarea{ height: 80px; padding:10px; border-radius: 10px; border: 1px solid #161A39; width :95%; font-size: 15px; margin-bottom: 15px; } table#committee{ margin: 0; text-align: center; margin-bottom: 20px; } td.com{ text-align: center; margin: 2%; border: 1px solid #161A39; } button#subBut{ width: 20%; height: 40px; border-radius: 20px; color: white; background: #161A39; border: none; font-size: 50%; } /* img #bg{ width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; } img { max-width: 100%; } */ /* ============================================================ Start Form Section ============================================================= */
0.332094
0.059374
@-moz-document domain("archivesofnethys.com") { /* fix border and random bar */ body.light #page, body.dark #page, body.dark #main-wrapper, body.light #main-wrapper { border: none; background: none; } /* light theme */ body.light, body.light .title h1 { color: #000; background: #ddd; } body.light h2.title, body.light h1.title { color: #ddd; background: #111; } body.light .external-link { color: #000; text-decoration: none; font-style: normal; } body.light .external-link:hover { color: #000; text-decoration: underline; font-style: normal; } body.light table.inner tr:nth-child(even) { background: #CCC; } .light tr { background: #ddd; } /* dark theme */ body.dark, body.dark .title h1 { color: #ddd; background: #000; } body.dark h2.title, body.dark h1.title { color: #000; background: #ccc; } body.dark .external-link { color: #ddd; text-decoration: none; font-style: normal; } body.dark .external-link:hover { color: #ddd; text-decoration: underline; font-style: normal; } body.dark table.inner tr:nth-child(even) { background: #111; } .dark tr { background: #000; } /* larger body text */ body { font-size: 16px; } #main { line-height: 22px; } i, cite, em, var, address, dfn { font-style: normal; } /* good looking tables */ body.light table.inner, body.light .inner td, body.dark table.inner, body.dark .inner td { border: none; font-size: 14px; text-align: left; } body.light .inner td, body.dark .inner td, th { padding: 5px 5px 0px 5px; } table, body, tr, td { border: none !important; } /* Better Headers */ h1.title, h2.title { padding: 6px 10px 7px 10px; margin: 10px -10px 10px -10px; letter-spacing: 1.5px; font-weight: bold; } h1.title { font-size: 24px; } h1, h2 { font-variant: normal; margin-top: 10px; } h2 { font-size: 16px; letter-spacing: 1px; letter-spacing: .5px; font-weight: normal; } hr { border: none; margin: 0px; } h3.framing { border: none; } /* Sidebar & Padding */ #main-menu { padding: 192px 20px 0 58px; background-position: -20px -10px; } #main-wrapper { margin-left: 170px; padding-left: 217px; padding-right: 10px; padding-bottom: 40px; min-height: 779px; } #wrapper { width: 100%; } }
data/usercss/120806.user.css
@-moz-document domain("archivesofnethys.com") { /* fix border and random bar */ body.light #page, body.dark #page, body.dark #main-wrapper, body.light #main-wrapper { border: none; background: none; } /* light theme */ body.light, body.light .title h1 { color: #000; background: #ddd; } body.light h2.title, body.light h1.title { color: #ddd; background: #111; } body.light .external-link { color: #000; text-decoration: none; font-style: normal; } body.light .external-link:hover { color: #000; text-decoration: underline; font-style: normal; } body.light table.inner tr:nth-child(even) { background: #CCC; } .light tr { background: #ddd; } /* dark theme */ body.dark, body.dark .title h1 { color: #ddd; background: #000; } body.dark h2.title, body.dark h1.title { color: #000; background: #ccc; } body.dark .external-link { color: #ddd; text-decoration: none; font-style: normal; } body.dark .external-link:hover { color: #ddd; text-decoration: underline; font-style: normal; } body.dark table.inner tr:nth-child(even) { background: #111; } .dark tr { background: #000; } /* larger body text */ body { font-size: 16px; } #main { line-height: 22px; } i, cite, em, var, address, dfn { font-style: normal; } /* good looking tables */ body.light table.inner, body.light .inner td, body.dark table.inner, body.dark .inner td { border: none; font-size: 14px; text-align: left; } body.light .inner td, body.dark .inner td, th { padding: 5px 5px 0px 5px; } table, body, tr, td { border: none !important; } /* Better Headers */ h1.title, h2.title { padding: 6px 10px 7px 10px; margin: 10px -10px 10px -10px; letter-spacing: 1.5px; font-weight: bold; } h1.title { font-size: 24px; } h1, h2 { font-variant: normal; margin-top: 10px; } h2 { font-size: 16px; letter-spacing: 1px; letter-spacing: .5px; font-weight: normal; } hr { border: none; margin: 0px; } h3.framing { border: none; } /* Sidebar & Padding */ #main-menu { padding: 192px 20px 0 58px; background-position: -20px -10px; } #main-wrapper { margin-left: 170px; padding-left: 217px; padding-right: 10px; padding-bottom: 40px; min-height: 779px; } #wrapper { width: 100%; } }
0.158728
0.042842