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
@font-face { font-family: "Cascadia"; src: url("/fonts/cascadia.ttf"); } /* FONTS */ :root { --black: #000000; --white: #FFFFFF; --window-level-1-topLeft: rgb(223, 216, 223); --window-level-1-rightBottom: rgb(0, 0, 0); --window-level-2-topLeft: rgb(255, 248, 255); --window-level-2-rightBottom: rgb(127, 120, 127); --window-level-3-background: rgb(191, 184, 191); --window-level-3-bottom: rgb(127, 120, 127); --window-level-4-background: rgb(0, 0, 127); --menu-item-top: rgb(255, 255, 255); --menu-item-bottom: rgb(125, 125, 125); --menu-height: 36px; } [v-cloak] > * { display:none; } [v-cloak]::before { content: "Loading..."; } html { border: 0px; height: 100%; margin: 0vh 0vw; overflow-y: hidden; padding: 0vh 0vw; width: 100%; } body { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--black); border: inherit; height: inherit; margin: inherit; padding: inherit; width: inherit; } a { color: goldenrod !important; } a:hover { color: gold !important; } p { margin-block-start: 2px !important; margin-block-end: 2px !important; word-break: break-all; } .d-dekstop { margin-left: 3px; max-height: 12px; object-fit: contain; } .d-window-level-1 { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 100vh; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ border-bottom: 1px solid var(--window-level-1-rightBottom); border-top: 1px solid var(--window-level-1-topLeft); border-left: 1px solid var(--window-level-1-topLeft); border-right: 1px solid var(--window-level-1-rightBottom); } .d-window-level-2 { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 100vh; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ border-bottom: 1px solid var(--window-level-2-rightBottom); border-top: 1px solid var(--window-level-2-topLeft); border-left: 1px solid var(--window-level-2-topLeft); border-right: 1px solid var(--window-level-2-rightBottom); } .d-window-level-3 { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--window-level-3-background); border-bottom: 1px solid var(--window-level-3-bottom); padding: 0px; } .d-window-level-4 { /* TITLE */ /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: row; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--window-level-4-background); margin: 0px 2px; padding: 1px 6px; } .d-window-level-5 { /* MENU */ /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: row; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ margin: 0px 2px; /*max-height: calc(var(--menu-height) / 2); min-height: calc(var(--menu-height) / 2);*/ padding: 2px 6px; position: relative; } .d-window-level-6 { /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ margin: 1px 2px 2px 1px; /*max-height: calc(var(--menu-height) / 2); min-height: calc(var(--menu-height) / 2);*/ padding: 2px 6px; position: relative; } .d-window-level-6-hover { /** FLEX **/ align-items: stretch; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--window-level-3-background); border-bottom: 1px solid var(--window-level-2-rightBottom); border-top: 1px solid var(--window-level-2-topLeft); border-left: 1px solid var(--window-level-2-topLeft); border-right: 1px solid var(--window-level-2-rightBottom); color: var(--black); left: 74px; height: auto; padding: 6px 0px; position: absolute; top: 28px; width: 60vh; } .d-window-separator { align-self: stretch; border-bottom: 1px solid var(--window-level-2-topLeft); border-top: 1px solid var(--window-level-2-rightBottom); margin: 2px 2px; } .d-window-input { border-bottom: 1px solid var(--window-level-2-topLeft); border-top: 1px solid var(--window-level-2-rightBottom); border-left: 1px solid var(--window-level-2-rightBottom); border-right: 1px solid var(--window-level-2-topLeft); padding: 2px; width: 50vh; } .d-window-level-6-item { color: var(--black); font-family: 'Cascadia'; font-size: 12px; margin: 0px 4px; } .d-window-level-6-item:hover { color: var(--window-level-4-background); cursor: pointer; } .d-window-level-6-item-separator { align-self: stretch; border-bottom: 1px solid var(--window-level-2-topLeft); border-top: 1px solid var(--window-level-2-rightBottom); margin: 3px 0px; } .d-window-title { display: inline-block; color: var(--white); font-family: 'Cascadia'; font-size: 12px; margin: 3px 4px 2px 4px; } .d-content-container { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: row; flex: 1 0 calc(100vh - var(--menu-height)); flex-wrap: nowrap; justify-content: center; /** FLEX **/ background-color: #101010; color: white !important; font-family: 'Cascadia' !important; max-height: calc(100vh - var(--menu-height)); } .d-content-input { /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: column; flex: 1 0 auto; flex-wrap: nowrap; justify-content: center; /** FLEX **/ background-color: #3B3B3B; border: 1px solid #3C3C3C; width: calc(50% - 3.5px); } .d-content-slider { align-self: stretch; flex: 0 1 auto; cursor: col-resize; border-left: 1.5px solid #808080; border-right: 1.5px solid #505050; } .d-content-view { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: #4C4C4C; border: 1px solid #5D5D5D; overflow-y: scroll; max-height: calc(100vh - var(--menu-height)); width: calc(50% - 3.5px); } .d-content-spacer { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 auto; justify-content: flex-start; /** FLEX **/ margin: 6px; } .d-input { border: unset; background-color: unset; color: var(--white); font-family: 'Cascadia'; font-size: 14px; overflow-y: scroll; } .d-input:focus { -webkit-box-shadow: none; border-color: inherit; box-shadow: none; outline: none; } .d-menu { /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; /** FLEX **/ color: var(--black); font-family: 'Cascadia'; font-size: 12px; margin-right: 12px; padding: 0px 3px; position: relative; text-decoration: none; } .d-menu:hover { color: var(--window-level-4-background); cursor: pointer; text-decoration: underline; } .d-menu > .d-menu-content { /** FLEX **/ align-self: stretch; align-items: stretch; display: none; flex-direction: column; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--window-level-3-background); box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); left: 0px; min-width: 300px; position: absolute; top: 19px; z-index: 1; } .d-menu-content > span { border-top: 1px solid var(--menu-item-top); border-bottom: 1px solid var(--menu-item-bottom); color: var(--black); margin: 0px 2px; padding: 12px 16px; } .d-menu-content > span:first-child { border-top: unset; } .d-menu-content > span:last-child { border-bottom: unset; } .d-menu:hover > .d-menu-content { display: flex; } .d-menu:hover > .d-menu-content > span:hover { color: var(--window-level-4-background); text-decoration: underline; } .d-websocket-indicator { border-radius: 5px; display: inline-block; height: 10px; width: 10px; } .d-websocket-indicator-connected { background-color: green; } .d-websocket-indicator-disconnected { background-color: red; } .d-editor-expanded { flex: 1 0 auto; margin-left: 25px; } .d-editor-fit { height: calc(100vh - 95px); margin-left: 25px; } code::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #5E5E5E; border-radius: 10px; } code::-webkit-scrollbar { width: 12px; } code::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #555; border-radius: 10px; } .tag-container { font-size: 13px; margin: 0px 4px 20px 4px; padding: 10px; } .tag-content { margin-top: 10px; } .tag-container.active { background-color: #2D2D2D; } .tag-container.active > div > pre > code { background-color: #2D2D2D; } .tag-title { text-align: center; text-shadow: 1px 1px 3px black; border-bottom: 1px solid #5e5e5e; font-size: 22px; padding-bottom: 10px; text-transform: uppercase; } .schedule-bell { height: 16px; margin: 2px; vertical-align: middle; width: 16px; } .schedule-time-N { color: #FF5959; } .schedule-time-A { color: #A5A5A5; } .schedule-time-B { color: #7CD67C; } /** -- OVERRIDE -- **/ .hljs { background-color: #4C4C4C; } #toast-container { font-family: 'Cascadia' !important; font-size: 14px !important; }
src/static/css/index.css
@font-face { font-family: "Cascadia"; src: url("/fonts/cascadia.ttf"); } /* FONTS */ :root { --black: #000000; --white: #FFFFFF; --window-level-1-topLeft: rgb(223, 216, 223); --window-level-1-rightBottom: rgb(0, 0, 0); --window-level-2-topLeft: rgb(255, 248, 255); --window-level-2-rightBottom: rgb(127, 120, 127); --window-level-3-background: rgb(191, 184, 191); --window-level-3-bottom: rgb(127, 120, 127); --window-level-4-background: rgb(0, 0, 127); --menu-item-top: rgb(255, 255, 255); --menu-item-bottom: rgb(125, 125, 125); --menu-height: 36px; } [v-cloak] > * { display:none; } [v-cloak]::before { content: "Loading..."; } html { border: 0px; height: 100%; margin: 0vh 0vw; overflow-y: hidden; padding: 0vh 0vw; width: 100%; } body { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--black); border: inherit; height: inherit; margin: inherit; padding: inherit; width: inherit; } a { color: goldenrod !important; } a:hover { color: gold !important; } p { margin-block-start: 2px !important; margin-block-end: 2px !important; word-break: break-all; } .d-dekstop { margin-left: 3px; max-height: 12px; object-fit: contain; } .d-window-level-1 { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 100vh; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ border-bottom: 1px solid var(--window-level-1-rightBottom); border-top: 1px solid var(--window-level-1-topLeft); border-left: 1px solid var(--window-level-1-topLeft); border-right: 1px solid var(--window-level-1-rightBottom); } .d-window-level-2 { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 100vh; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ border-bottom: 1px solid var(--window-level-2-rightBottom); border-top: 1px solid var(--window-level-2-topLeft); border-left: 1px solid var(--window-level-2-topLeft); border-right: 1px solid var(--window-level-2-rightBottom); } .d-window-level-3 { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--window-level-3-background); border-bottom: 1px solid var(--window-level-3-bottom); padding: 0px; } .d-window-level-4 { /* TITLE */ /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: row; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--window-level-4-background); margin: 0px 2px; padding: 1px 6px; } .d-window-level-5 { /* MENU */ /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: row; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ margin: 0px 2px; /*max-height: calc(var(--menu-height) / 2); min-height: calc(var(--menu-height) / 2);*/ padding: 2px 6px; position: relative; } .d-window-level-6 { /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ margin: 1px 2px 2px 1px; /*max-height: calc(var(--menu-height) / 2); min-height: calc(var(--menu-height) / 2);*/ padding: 2px 6px; position: relative; } .d-window-level-6-hover { /** FLEX **/ align-items: stretch; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--window-level-3-background); border-bottom: 1px solid var(--window-level-2-rightBottom); border-top: 1px solid var(--window-level-2-topLeft); border-left: 1px solid var(--window-level-2-topLeft); border-right: 1px solid var(--window-level-2-rightBottom); color: var(--black); left: 74px; height: auto; padding: 6px 0px; position: absolute; top: 28px; width: 60vh; } .d-window-separator { align-self: stretch; border-bottom: 1px solid var(--window-level-2-topLeft); border-top: 1px solid var(--window-level-2-rightBottom); margin: 2px 2px; } .d-window-input { border-bottom: 1px solid var(--window-level-2-topLeft); border-top: 1px solid var(--window-level-2-rightBottom); border-left: 1px solid var(--window-level-2-rightBottom); border-right: 1px solid var(--window-level-2-topLeft); padding: 2px; width: 50vh; } .d-window-level-6-item { color: var(--black); font-family: 'Cascadia'; font-size: 12px; margin: 0px 4px; } .d-window-level-6-item:hover { color: var(--window-level-4-background); cursor: pointer; } .d-window-level-6-item-separator { align-self: stretch; border-bottom: 1px solid var(--window-level-2-topLeft); border-top: 1px solid var(--window-level-2-rightBottom); margin: 3px 0px; } .d-window-title { display: inline-block; color: var(--white); font-family: 'Cascadia'; font-size: 12px; margin: 3px 4px 2px 4px; } .d-content-container { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: row; flex: 1 0 calc(100vh - var(--menu-height)); flex-wrap: nowrap; justify-content: center; /** FLEX **/ background-color: #101010; color: white !important; font-family: 'Cascadia' !important; max-height: calc(100vh - var(--menu-height)); } .d-content-input { /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: column; flex: 1 0 auto; flex-wrap: nowrap; justify-content: center; /** FLEX **/ background-color: #3B3B3B; border: 1px solid #3C3C3C; width: calc(50% - 3.5px); } .d-content-slider { align-self: stretch; flex: 0 1 auto; cursor: col-resize; border-left: 1.5px solid #808080; border-right: 1.5px solid #505050; } .d-content-view { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: #4C4C4C; border: 1px solid #5D5D5D; overflow-y: scroll; max-height: calc(100vh - var(--menu-height)); width: calc(50% - 3.5px); } .d-content-spacer { /** FLEX **/ align-self: stretch; align-items: stretch; display: flex; flex-direction: column; flex: 1 0 auto; justify-content: flex-start; /** FLEX **/ margin: 6px; } .d-input { border: unset; background-color: unset; color: var(--white); font-family: 'Cascadia'; font-size: 14px; overflow-y: scroll; } .d-input:focus { -webkit-box-shadow: none; border-color: inherit; box-shadow: none; outline: none; } .d-menu { /** FLEX **/ align-self: stretch; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; /** FLEX **/ color: var(--black); font-family: 'Cascadia'; font-size: 12px; margin-right: 12px; padding: 0px 3px; position: relative; text-decoration: none; } .d-menu:hover { color: var(--window-level-4-background); cursor: pointer; text-decoration: underline; } .d-menu > .d-menu-content { /** FLEX **/ align-self: stretch; align-items: stretch; display: none; flex-direction: column; flex: 1 0 auto; flex-wrap: nowrap; justify-content: flex-start; /** FLEX **/ background-color: var(--window-level-3-background); box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); left: 0px; min-width: 300px; position: absolute; top: 19px; z-index: 1; } .d-menu-content > span { border-top: 1px solid var(--menu-item-top); border-bottom: 1px solid var(--menu-item-bottom); color: var(--black); margin: 0px 2px; padding: 12px 16px; } .d-menu-content > span:first-child { border-top: unset; } .d-menu-content > span:last-child { border-bottom: unset; } .d-menu:hover > .d-menu-content { display: flex; } .d-menu:hover > .d-menu-content > span:hover { color: var(--window-level-4-background); text-decoration: underline; } .d-websocket-indicator { border-radius: 5px; display: inline-block; height: 10px; width: 10px; } .d-websocket-indicator-connected { background-color: green; } .d-websocket-indicator-disconnected { background-color: red; } .d-editor-expanded { flex: 1 0 auto; margin-left: 25px; } .d-editor-fit { height: calc(100vh - 95px); margin-left: 25px; } code::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #5E5E5E; border-radius: 10px; } code::-webkit-scrollbar { width: 12px; } code::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #555; border-radius: 10px; } .tag-container { font-size: 13px; margin: 0px 4px 20px 4px; padding: 10px; } .tag-content { margin-top: 10px; } .tag-container.active { background-color: #2D2D2D; } .tag-container.active > div > pre > code { background-color: #2D2D2D; } .tag-title { text-align: center; text-shadow: 1px 1px 3px black; border-bottom: 1px solid #5e5e5e; font-size: 22px; padding-bottom: 10px; text-transform: uppercase; } .schedule-bell { height: 16px; margin: 2px; vertical-align: middle; width: 16px; } .schedule-time-N { color: #FF5959; } .schedule-time-A { color: #A5A5A5; } .schedule-time-B { color: #7CD67C; } /** -- OVERRIDE -- **/ .hljs { background-color: #4C4C4C; } #toast-container { font-family: 'Cascadia' !important; font-size: 14px !important; }
0.325735
0.048858
html, body { height: 100%; font-family: sans-serif; line-height: 1.8; background: #f2f2f2; } #root { display: flex; flex-direction: column; height: 100%; } .results { margin-top: 30px; padding-bottom: 60px; padding-left: 30px; padding-right: 30px; } .home { margin-left: 5%; margin-right: 5%; } /* Messages */ .resultDiv { width: 90%; margin-left: 5%; margin-right: 5%; } /* Contacts */ .list-group { margin-right: 5%; margin-left: 5%; } .contacts{ margin-right: 5%; margin-left: 5%; } /* Login/Register */ .input-form { margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } .input-border { border: 2px ridge grey; border-radius: 5px; padding: 20px; margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } .input-field { line-height: 25px; max-width: 400px; margin-top: 10px; align-items: center; } #submit-button { margin-top: 10px; width: 90px; } #FailReg { background-color: red; } #SuccessReg { background-color: green; } .regResult{ padding: 10px; margin: 20px; } /* Login/Register */ /* Modals */ .modal-90w { max-width: max-content; overflow-wrap: break-word; } .modal-content { width: auto; padding: 20px } /* Modals */ /* Submint message input */ .mb-3 { position: fixed; bottom: 28px; background-color: #ffffff; width: inherit; display: flex; } .accountInfo{ font-size: small; } #formBasicName { margin-bottom: 2px; width: 100%; } /* Footer stuff */ .footer { flex-shrink: 0; display: flex; text-align: center; background-color: #2e5099; color: white; position: fixed; bottom: 0; left: 0; width: 100%; } #backLink{ padding-top: 15px; } #backAlign{ margin-left: auto; } #git-link, #git-link:hover, #git-link:active, #git-link:visited { display: block; flex: 1; margin:10px; color: white; } .footer p { flex: 1; margin:10px; } /* Footer stuff */ .filter-group { margin:4px; border: 2px solid black; border-radius: 5px; } .col p { margin: 0; } .col { overflow-wrap: break-word; }
frontend/src/App.css
html, body { height: 100%; font-family: sans-serif; line-height: 1.8; background: #f2f2f2; } #root { display: flex; flex-direction: column; height: 100%; } .results { margin-top: 30px; padding-bottom: 60px; padding-left: 30px; padding-right: 30px; } .home { margin-left: 5%; margin-right: 5%; } /* Messages */ .resultDiv { width: 90%; margin-left: 5%; margin-right: 5%; } /* Contacts */ .list-group { margin-right: 5%; margin-left: 5%; } .contacts{ margin-right: 5%; margin-left: 5%; } /* Login/Register */ .input-form { margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } .input-border { border: 2px ridge grey; border-radius: 5px; padding: 20px; margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } .input-field { line-height: 25px; max-width: 400px; margin-top: 10px; align-items: center; } #submit-button { margin-top: 10px; width: 90px; } #FailReg { background-color: red; } #SuccessReg { background-color: green; } .regResult{ padding: 10px; margin: 20px; } /* Login/Register */ /* Modals */ .modal-90w { max-width: max-content; overflow-wrap: break-word; } .modal-content { width: auto; padding: 20px } /* Modals */ /* Submint message input */ .mb-3 { position: fixed; bottom: 28px; background-color: #ffffff; width: inherit; display: flex; } .accountInfo{ font-size: small; } #formBasicName { margin-bottom: 2px; width: 100%; } /* Footer stuff */ .footer { flex-shrink: 0; display: flex; text-align: center; background-color: #2e5099; color: white; position: fixed; bottom: 0; left: 0; width: 100%; } #backLink{ padding-top: 15px; } #backAlign{ margin-left: auto; } #git-link, #git-link:hover, #git-link:active, #git-link:visited { display: block; flex: 1; margin:10px; color: white; } .footer p { flex: 1; margin:10px; } /* Footer stuff */ .filter-group { margin:4px; border: 2px solid black; border-radius: 5px; } .col p { margin: 0; } .col { overflow-wrap: break-word; }
0.36886
0.058642
body { overflow-x: hidden; font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; } .row.step2 { display: none;} @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: local('Material Icons'), local('MaterialIcons-Regular'), url('/fonts/material-icons.woff2') format('woff2'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; } span.current-folder { text-transform: capitalize; margin: 0 0 0 20px; transition: all 0.9s; font-size: 20px; } .compose-container { width: auto; position: fixed; bottom: 0; z-index: 999; right: 0; height: 40px; overflow: visible; } .new .material-icons { transition: 0.5s; } .new:hover .material-icons { transform: rotate(180deg); } .row.mensaje-container span.from { padding: 0 0 0 50px; display: block; line-height: 40px; } .row.mensaje-container span.from i { position: absolute; left: 0; width: 40px; height: 40px; color: #fff; font-style: normal; line-height: 40px; text-align: center; display: block; font-size: 24px; text-transform: uppercase; } .row.mensaje-container a#reply { position: absolute; right: 30px; top: 0; } .row.mensaje-container a.mensajes-options { position: absolute; right: 0; top: 0; } .row.mensaje-container span.important-icon { position: absolute; right: 20px; width: 30px; top: 25px; } .row.mensaje-container .collection span.date { position: absolute; right: 8px; width: 50px; bottom: 10px; } .row.mensaje-container .collection { min-height: 500px; border-left: 0; } .row.mensaje-container .collection span.badge { position: absolute; right: 10px; top: 10px; } .parallax-container { height: 280px; } .row.mensaje-container .card-content { padding: 20px; } .mensaje-container .search-bar { margin: 0 0 -8px 0; } .input-field label { width: 100%; } .input-field .select-wrapper label { width: auto; } .profileavatar i.material-icons.circle.medium { font-size: 40px; width: 70px; height: 70px; padding: 0; line-height: 70px; text-align: center; } .tabs .tab a { color: #03a9f4; } .tabs .tab a:hover { color: #b1dcfb; } .row.gallery a.dropdown-button.right { position: absolute; right: 0px; top: 20px; z-index: 99; } .row.gallery .card-content { position: relative; } .truncate { /* display: inline; */ } .row.gallery a.card-content { display: block; height: 152px; overflow: hidden; } .row.gallery .m3.s4 a.card-content { height: 113px; } .nav-wrapper.blue { overflow: hidden; line-height: 36px; padding: 2px 11px; } .nav-wrapper.blue a { text-transform: capitalize; } ul.tabs { width: auto !important; overflow: hidden; } .userform { width: 70%; margin: 0 auto; float: none; } .card.banner { margin: 20px 0 0 0; } .card.banner .card-content { padding-left: 160px; padding-top: 10px; } .banner .dropdown-button.right { position: absolute; z-index: 1; right: 10px; top: 10px; } span.level { position: absolute; left: 94px; top: 64px; font-size: 14px; font-weight: 300; } .group { padding: 0 0 0 80px; position: relative; height: 110px; } .group a { height: auto; } a.profileavatar { width: 70px; height: auto; display: block; padding: 0; position: absolute; left: 10px; top: 20px; } a.profileavatar img { display: block; max-width: 100%; } .group .profile { position: absolute; top: 29px; left: 20px; color: #000; padding: 10px; font-size: 40px; } .group .dropdown-button { top: 31px; position: relative; font-size: 18px; display: block; padding: 0 15px; height: auto; line-height: 40px; } .cont { height: 100%; width: 100%; overflow: hidden; } .side-nav .user { min-height: 120px; background: url('/img/admin/userwallpaper-7.jpg'); background-size: cover; position: relative; } .group .profile-img { width: 60px; height: 60px; position: absolute; left: 20px; top: 30px; display: block; } .event .card-action { height: 60px; } .banner .card-image { max-height: 259px; overflow: hidden; } .banner .avatar { position: relative; height: 0; width: auto; } .banner .avatar i { position: absolute; top: -56px; left: 20px; font-size: 94px; padding: 10px; } .banner .avatar img { width: 120px; height: 120px; position: absolute; top: -60px; left: 20px; } .nav-top { } .main { padding: 60px 0 0 0; } .brand-logo img { width: 100px; margin: 0; } nav .brand-logo { margin: 10px 0 0 -50px; position: absolute; left: 50%; transform: none; } .multiple-active a.brand-logo { display: none; } nav { padding: 0px; position: fixed; z-index: 9; background-color: #03A9F4; top: 0; } nav.multiple-active { background-color: #009688; } .pinned { position: fixed !important; top: 60px !important; } .pin-top, .pin-bottom { padding: 40px 0 0; position: relative; } blockquote { margin: 20px 0; padding-left: 1.5rem; border-left: 5px solid #03a9f4; } .header { font-size: 20px; font-weight: 400; display: block; line-height: 20px; } .header .material-icons { display: block; line-height: 20px; } .main-menu a i { top: 10px; position: absolute; left: 0; font-size: 1.4rem; } .main-menu{ margin: 0; } .side-nav .group a i { } i.profile { left: 0px; } .container { padding: 10px 0 0; width: 95%; } .container.large { width: 96%; } .dropdown-content li>a, .dropdown-content li>span { color: #2196F3; } div.row.main-page .card-content { min-height: 150px; } .login { position: relative; margin: 50px auto 0; float: none !important; min-width: 420px; } .login .logo { margin: 0px auto 0; display: block; width: 180px; } .login .card-panel { box-shadow: none; border-radius: 0; margin: 0.5rem 0 0rem 0; } .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) { color: #03A9F4; margin: 0; } .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover { color: #009688; } textarea#id_cazary { height: 300px; } .row.gallery { overflow: hidden; clear: both; padding: 0 0 40px; } .row.gallery .col.m4 { height: 240px; max-height: 283px; /* overflow: hidden; */ transition: 0.5s all; } .row.gallery .col.m4 .card-image { height: 152px; overflow: hidden; display: block; } .row.gallery .col.m3 { height: 200px; transition: 0.5s all; min-height: 200px; } .row.gallery .col.m3 .card-image { overflow: hidden; display: block; height: 113px; } .modal.bottom-sheet { max-height: 80%; } .card .btn.btn-floating.btn-large { position: absolute; right: 30px; background-color: #03A9F4; top: 60px; } div.row.event a.dropdown-button.right { position: absolute; right: 0; top: 10px; z-index: 9; cursor: pointer; } .timeline .row{ margin-top: 20px; } .timeline .top{ overflow: hidden; } .timeline .top .row-title{ font-size: 17px; } .timeline .top .row-title a{ text-transform: capitalize; } .timeline .top .row-date { font-size: 17px; color: #9E9E9E; } .timeline .card-action { overflow: hidden; } .timeline hr { border:0; border-top: solid 1px #ececec; } .timeline .card .card-title {bottom: 30px;color: #fff;position: absolute;left: 0;padding: 20px;} .timeline .card.album .card-content { position: relative; } .timeline .card.user .card-title { bottom: 91px; } .timeline .card .date { position: absolute; bottom: 23px; left: 20px; font-size: 16px; } .timeline .card.user .date { bottom: 90px; } .timeline .card.user img{position: absolute;left: 50%;top: 20px;width: 150px;height: 150px;margin: 0 0 0 -75px;} .user-icon{ width: 150px; height: 150px; display: block; margin: 0 auto; text-align: center; line-height: 150px; } span.user-icon.circle i { font-size: 94px; color: white; } .card.user .card-content { height: 189px; } .side-nav { padding: 0 0 60px; } .side-nav .main-menu a { height: auto; line-height: 40px; font-size: 0.8rem; padding: 0 0 0 33px; position: relative; } .side-nav .main-menu a:hover { color: #fff; } .main-menu li { line-height: initial; padding: 0 10px; } .main-menu li:hover { background-color: #03a9f4; } .grupo a { padding: 0; display: inline; height: auto; } @media(max-width: 640px) { .brand-logo img { width: 80px; margin: 5px 0 0; } .side-nav { overflow-y: auto; } nav .brand-logo { margin: 0 0 0 -40px; width: 80px; -webkit-transform: initial; transform: inherit; } } @media (min-width: 993px) { .side-nav { left: 0px !important; padding: 60px 0; z-index: 1; width: 200px; } nav .brand-logo { margin: 0; position: absolute; left: 50px; } .main { padding: 60px 0 0 240px; } .main { padding: 60px 0 0 200px; } .menu-spand { display: none; } } .collection { overflow: visible; } .mensaje { font-size: 15px; text-align: justify; } .mensaje.active { display: block; padding: 20px 0 0; min-height: 221px; } .mainevents { padding: 23px 0 0; } .mainevents .collection li { border: 0; } .mainevents .collection .collection-item.avatar p { color: #545454; } .mainevents .collection { margin: 0; border: 0; } .mainevents .collection .collection-item { color: #000; } .card-main-page a { display: block; } .album .card-content { display: block; min-height: 150px; } .table-of-contents a.active { border-left: 3px solid #039be5; } .table-of-contents a:hover { border-left: 3px solid #039be5; } .bottom-sheet .gallery .card { cursor: pointer; } .timeline .card-image { max-height: 160px; } .mensaje-container .col { padding: 0; } .mensaje-container .card { border-radius: 0; box-shadow: none; border: 1px solid #e0e0e0; border-left: 0; min-height: 500px; } .folders { min-height: 500px; border: 1px solid #e0e0e0; margin: 0.5rem 0 1rem 0; } .folders a { padding: 15px 10px; display: block; text-align: center; line-height: 30px; height: 56px; color: #607d8b; } .folders a i { font-size: 30px; line-height: 30px; } .row.mensaje-container .collection .collection-item.avatar .title { font-size: 20px; font-weight: 300; margin: 10px 0 0; display: block; color: #000; } .mensaje-container .collection .collection-item.avatar i.circle { width: 50px; height: 50px; line-height: 50px; font-size: 30px; font-style: normal; left: 10px; top: 50%; margin-top: -25px; text-transform: uppercase; } .mensaje-container nav { position: relative; height: 63px; z-index: 1; margin-top: 10px; } .mensaje-container nav .nav-wrapper { float: right; width: 70%; } .mensaje-container nav .options { float: right; width: 32px; display: block; margin-right: 8px; cursor: pointer; } .mensaje-container nav .input-field input { height: 63px; } #dropnotify { top: 64px !important; width: 298px; left: auto !important; right: 10px !important; } div#dropnotify .collection { overflow: hidden; margin: 0; } div#dropnotify .collection-item { height: 39px; padding: 10px; } div#dropnotify .collection-item span.badge { position: relative; float: right; right: auto; height: 20px; line-height: 20px; } div#dropnotify .collection .collection-item .secondary-content { height: 20px; float: left; padding: 0 10px 0 0; } div#dropnotify .collection .collection-item .secondary-content:hover { background: none; } div#dropnotify .collection .collection-item .secondary-content i { height: 20px; line-height: 20px; font-size: 1.5rem; } .card .card-chekbox-content{ position: absolute; top: 10px; left: 10px; z-index: 9; display: none; } .card .card-chekbox-content.active{ display: block; } [type="checkbox"].filled-in:checked+label:after { background-color: #009688; border: 2px solid #009688; } .card:hover .card-chekbox-content { display: block; } .multiple-options{ float:right; display: none } .multiple-active .multiple-options{ display:block; } .multiple-options a { float: left; } .multiple-active .opt-return{ display: block; } .opt-return { display: none; } .row .col.video{ height: 262px; } .video .card .card-image{ height: 177px; } .parallax-container h3{ text-shadow: 1px 1px 10px #777777; }
css/admin/star.css
body { overflow-x: hidden; font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; } .row.step2 { display: none;} @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: local('Material Icons'), local('MaterialIcons-Regular'), url('/fonts/material-icons.woff2') format('woff2'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; } span.current-folder { text-transform: capitalize; margin: 0 0 0 20px; transition: all 0.9s; font-size: 20px; } .compose-container { width: auto; position: fixed; bottom: 0; z-index: 999; right: 0; height: 40px; overflow: visible; } .new .material-icons { transition: 0.5s; } .new:hover .material-icons { transform: rotate(180deg); } .row.mensaje-container span.from { padding: 0 0 0 50px; display: block; line-height: 40px; } .row.mensaje-container span.from i { position: absolute; left: 0; width: 40px; height: 40px; color: #fff; font-style: normal; line-height: 40px; text-align: center; display: block; font-size: 24px; text-transform: uppercase; } .row.mensaje-container a#reply { position: absolute; right: 30px; top: 0; } .row.mensaje-container a.mensajes-options { position: absolute; right: 0; top: 0; } .row.mensaje-container span.important-icon { position: absolute; right: 20px; width: 30px; top: 25px; } .row.mensaje-container .collection span.date { position: absolute; right: 8px; width: 50px; bottom: 10px; } .row.mensaje-container .collection { min-height: 500px; border-left: 0; } .row.mensaje-container .collection span.badge { position: absolute; right: 10px; top: 10px; } .parallax-container { height: 280px; } .row.mensaje-container .card-content { padding: 20px; } .mensaje-container .search-bar { margin: 0 0 -8px 0; } .input-field label { width: 100%; } .input-field .select-wrapper label { width: auto; } .profileavatar i.material-icons.circle.medium { font-size: 40px; width: 70px; height: 70px; padding: 0; line-height: 70px; text-align: center; } .tabs .tab a { color: #03a9f4; } .tabs .tab a:hover { color: #b1dcfb; } .row.gallery a.dropdown-button.right { position: absolute; right: 0px; top: 20px; z-index: 99; } .row.gallery .card-content { position: relative; } .truncate { /* display: inline; */ } .row.gallery a.card-content { display: block; height: 152px; overflow: hidden; } .row.gallery .m3.s4 a.card-content { height: 113px; } .nav-wrapper.blue { overflow: hidden; line-height: 36px; padding: 2px 11px; } .nav-wrapper.blue a { text-transform: capitalize; } ul.tabs { width: auto !important; overflow: hidden; } .userform { width: 70%; margin: 0 auto; float: none; } .card.banner { margin: 20px 0 0 0; } .card.banner .card-content { padding-left: 160px; padding-top: 10px; } .banner .dropdown-button.right { position: absolute; z-index: 1; right: 10px; top: 10px; } span.level { position: absolute; left: 94px; top: 64px; font-size: 14px; font-weight: 300; } .group { padding: 0 0 0 80px; position: relative; height: 110px; } .group a { height: auto; } a.profileavatar { width: 70px; height: auto; display: block; padding: 0; position: absolute; left: 10px; top: 20px; } a.profileavatar img { display: block; max-width: 100%; } .group .profile { position: absolute; top: 29px; left: 20px; color: #000; padding: 10px; font-size: 40px; } .group .dropdown-button { top: 31px; position: relative; font-size: 18px; display: block; padding: 0 15px; height: auto; line-height: 40px; } .cont { height: 100%; width: 100%; overflow: hidden; } .side-nav .user { min-height: 120px; background: url('/img/admin/userwallpaper-7.jpg'); background-size: cover; position: relative; } .group .profile-img { width: 60px; height: 60px; position: absolute; left: 20px; top: 30px; display: block; } .event .card-action { height: 60px; } .banner .card-image { max-height: 259px; overflow: hidden; } .banner .avatar { position: relative; height: 0; width: auto; } .banner .avatar i { position: absolute; top: -56px; left: 20px; font-size: 94px; padding: 10px; } .banner .avatar img { width: 120px; height: 120px; position: absolute; top: -60px; left: 20px; } .nav-top { } .main { padding: 60px 0 0 0; } .brand-logo img { width: 100px; margin: 0; } nav .brand-logo { margin: 10px 0 0 -50px; position: absolute; left: 50%; transform: none; } .multiple-active a.brand-logo { display: none; } nav { padding: 0px; position: fixed; z-index: 9; background-color: #03A9F4; top: 0; } nav.multiple-active { background-color: #009688; } .pinned { position: fixed !important; top: 60px !important; } .pin-top, .pin-bottom { padding: 40px 0 0; position: relative; } blockquote { margin: 20px 0; padding-left: 1.5rem; border-left: 5px solid #03a9f4; } .header { font-size: 20px; font-weight: 400; display: block; line-height: 20px; } .header .material-icons { display: block; line-height: 20px; } .main-menu a i { top: 10px; position: absolute; left: 0; font-size: 1.4rem; } .main-menu{ margin: 0; } .side-nav .group a i { } i.profile { left: 0px; } .container { padding: 10px 0 0; width: 95%; } .container.large { width: 96%; } .dropdown-content li>a, .dropdown-content li>span { color: #2196F3; } div.row.main-page .card-content { min-height: 150px; } .login { position: relative; margin: 50px auto 0; float: none !important; min-width: 420px; } .login .logo { margin: 0px auto 0; display: block; width: 180px; } .login .card-panel { box-shadow: none; border-radius: 0; margin: 0.5rem 0 0rem 0; } .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) { color: #03A9F4; margin: 0; } .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover { color: #009688; } textarea#id_cazary { height: 300px; } .row.gallery { overflow: hidden; clear: both; padding: 0 0 40px; } .row.gallery .col.m4 { height: 240px; max-height: 283px; /* overflow: hidden; */ transition: 0.5s all; } .row.gallery .col.m4 .card-image { height: 152px; overflow: hidden; display: block; } .row.gallery .col.m3 { height: 200px; transition: 0.5s all; min-height: 200px; } .row.gallery .col.m3 .card-image { overflow: hidden; display: block; height: 113px; } .modal.bottom-sheet { max-height: 80%; } .card .btn.btn-floating.btn-large { position: absolute; right: 30px; background-color: #03A9F4; top: 60px; } div.row.event a.dropdown-button.right { position: absolute; right: 0; top: 10px; z-index: 9; cursor: pointer; } .timeline .row{ margin-top: 20px; } .timeline .top{ overflow: hidden; } .timeline .top .row-title{ font-size: 17px; } .timeline .top .row-title a{ text-transform: capitalize; } .timeline .top .row-date { font-size: 17px; color: #9E9E9E; } .timeline .card-action { overflow: hidden; } .timeline hr { border:0; border-top: solid 1px #ececec; } .timeline .card .card-title {bottom: 30px;color: #fff;position: absolute;left: 0;padding: 20px;} .timeline .card.album .card-content { position: relative; } .timeline .card.user .card-title { bottom: 91px; } .timeline .card .date { position: absolute; bottom: 23px; left: 20px; font-size: 16px; } .timeline .card.user .date { bottom: 90px; } .timeline .card.user img{position: absolute;left: 50%;top: 20px;width: 150px;height: 150px;margin: 0 0 0 -75px;} .user-icon{ width: 150px; height: 150px; display: block; margin: 0 auto; text-align: center; line-height: 150px; } span.user-icon.circle i { font-size: 94px; color: white; } .card.user .card-content { height: 189px; } .side-nav { padding: 0 0 60px; } .side-nav .main-menu a { height: auto; line-height: 40px; font-size: 0.8rem; padding: 0 0 0 33px; position: relative; } .side-nav .main-menu a:hover { color: #fff; } .main-menu li { line-height: initial; padding: 0 10px; } .main-menu li:hover { background-color: #03a9f4; } .grupo a { padding: 0; display: inline; height: auto; } @media(max-width: 640px) { .brand-logo img { width: 80px; margin: 5px 0 0; } .side-nav { overflow-y: auto; } nav .brand-logo { margin: 0 0 0 -40px; width: 80px; -webkit-transform: initial; transform: inherit; } } @media (min-width: 993px) { .side-nav { left: 0px !important; padding: 60px 0; z-index: 1; width: 200px; } nav .brand-logo { margin: 0; position: absolute; left: 50px; } .main { padding: 60px 0 0 240px; } .main { padding: 60px 0 0 200px; } .menu-spand { display: none; } } .collection { overflow: visible; } .mensaje { font-size: 15px; text-align: justify; } .mensaje.active { display: block; padding: 20px 0 0; min-height: 221px; } .mainevents { padding: 23px 0 0; } .mainevents .collection li { border: 0; } .mainevents .collection .collection-item.avatar p { color: #545454; } .mainevents .collection { margin: 0; border: 0; } .mainevents .collection .collection-item { color: #000; } .card-main-page a { display: block; } .album .card-content { display: block; min-height: 150px; } .table-of-contents a.active { border-left: 3px solid #039be5; } .table-of-contents a:hover { border-left: 3px solid #039be5; } .bottom-sheet .gallery .card { cursor: pointer; } .timeline .card-image { max-height: 160px; } .mensaje-container .col { padding: 0; } .mensaje-container .card { border-radius: 0; box-shadow: none; border: 1px solid #e0e0e0; border-left: 0; min-height: 500px; } .folders { min-height: 500px; border: 1px solid #e0e0e0; margin: 0.5rem 0 1rem 0; } .folders a { padding: 15px 10px; display: block; text-align: center; line-height: 30px; height: 56px; color: #607d8b; } .folders a i { font-size: 30px; line-height: 30px; } .row.mensaje-container .collection .collection-item.avatar .title { font-size: 20px; font-weight: 300; margin: 10px 0 0; display: block; color: #000; } .mensaje-container .collection .collection-item.avatar i.circle { width: 50px; height: 50px; line-height: 50px; font-size: 30px; font-style: normal; left: 10px; top: 50%; margin-top: -25px; text-transform: uppercase; } .mensaje-container nav { position: relative; height: 63px; z-index: 1; margin-top: 10px; } .mensaje-container nav .nav-wrapper { float: right; width: 70%; } .mensaje-container nav .options { float: right; width: 32px; display: block; margin-right: 8px; cursor: pointer; } .mensaje-container nav .input-field input { height: 63px; } #dropnotify { top: 64px !important; width: 298px; left: auto !important; right: 10px !important; } div#dropnotify .collection { overflow: hidden; margin: 0; } div#dropnotify .collection-item { height: 39px; padding: 10px; } div#dropnotify .collection-item span.badge { position: relative; float: right; right: auto; height: 20px; line-height: 20px; } div#dropnotify .collection .collection-item .secondary-content { height: 20px; float: left; padding: 0 10px 0 0; } div#dropnotify .collection .collection-item .secondary-content:hover { background: none; } div#dropnotify .collection .collection-item .secondary-content i { height: 20px; line-height: 20px; font-size: 1.5rem; } .card .card-chekbox-content{ position: absolute; top: 10px; left: 10px; z-index: 9; display: none; } .card .card-chekbox-content.active{ display: block; } [type="checkbox"].filled-in:checked+label:after { background-color: #009688; border: 2px solid #009688; } .card:hover .card-chekbox-content { display: block; } .multiple-options{ float:right; display: none } .multiple-active .multiple-options{ display:block; } .multiple-options a { float: left; } .multiple-active .opt-return{ display: block; } .opt-return { display: none; } .row .col.video{ height: 262px; } .video .card .card-image{ height: 177px; } .parallax-container h3{ text-shadow: 1px 1px 10px #777777; }
0.547948
0.088151
.app { } .tsinfolink { position:absolute; right:0px; width: 14px; height: 14px; border-radius: 7px; text-align: center; color: white; background: #C0C0C0; border-style: solid; border-width: 1px; margin-top: 25px; margin-right: 5px; cursor: pointer; } .card-dependency-icon{ } .dependency-board { overflow-y: hidden !important; } .dependency-board>.cardboard { overflow-y: hidden; } <style type="text/css" title="printCards"> /* PLEASE LEAVE THIS STYLESHEET INLINE SINCE TITLE IS NECESSARY */ @media print { #interface { display: none; } .pb { page-break-after: always; clear: both; } } .pb { page-break-after: always; clear: both; } #buttonDiv, #iterationDropdown { display: inline; } #interface, #printSection { margin: 20px; } html { background-color: #fff; color: #000; font: 14pt / 1.26 Arial, Helvetica, sans-serif; margin: 0; padding: 0; } body { background-color: #fff; margin: 0; padding: 0; } .cb { clear: both; } .artifact { background-color: #fff; border: 2px solid #000; float: left; height: 3.2in; margin: 0.1in 0.1in 0.1in 0.1in; position: relative; overflow: hidden; width: 4.3in; } .header { border: 1px; border-bottom-style: solid; display: table-cell; height: 40px; vertical-align: middle; width: 4.3in; } .cardTitle { font: bold 18px Genova, sans-serif; padding-top: 3em; text-align: center; } .cardSubtitle { font: 14px Genova, sans-serif; text-align: center; left: 0.5in; width: 3in; } .description { float: left; font: 12pt Georgia, sans-serif; margin: 15em auto 0 auto; padding-left: 1.0em; padding-right: 1.0em; overflow-y: hidden; width: 100%; word-wrap: break-word; } .cardUpperRight { text-align: right; font: bold 18px Arial, Helvetica, sans-serif; top: 0.5em; right: 0.5em; position: absolute; } .cardUpperInnerLeft { text-align: center; font: bold 18px Arial, Helvetica, sans-serif; top: 0.5em; left: 4.0em; width: 6.0em; position: absolute; } .cardUpperInnerRight { text-align: center; font: bold 18px Arial, Helvetica, sans-serif; top: 0.5em; right: 4.0em; width: 6.0em; position: absolute; } .cardUpperLeft { position: absolute; font: bold 18px Arial, Helvetica, sans-serif; top: 0.5em; left: 0.5em; } .cardLowerLeft { bottom: 0.5em; left: 0.5em; position: absolute; } .cardLowerRight { bottom: 0.5em; position: absolute; right: 0.5em; } .cardUpperCenter { font: bold 18px Arial, Helvetica, sans-serif; text-align: center; top: 0.5em; position: absolute; right: 0.5in; display: inline; width: 3in; } .content { height: 2.4in; overflow: hidden; width: 4.3in; } .card-table-done { table-layout: fixed; width: 100%; background-color: #f6f6f6; } .rui-field-value-done { clear: both; background: transparent; color: #888!important; } .column-header { font-size: 14px!important; } </style>
src/style/app.css
.app { } .tsinfolink { position:absolute; right:0px; width: 14px; height: 14px; border-radius: 7px; text-align: center; color: white; background: #C0C0C0; border-style: solid; border-width: 1px; margin-top: 25px; margin-right: 5px; cursor: pointer; } .card-dependency-icon{ } .dependency-board { overflow-y: hidden !important; } .dependency-board>.cardboard { overflow-y: hidden; } <style type="text/css" title="printCards"> /* PLEASE LEAVE THIS STYLESHEET INLINE SINCE TITLE IS NECESSARY */ @media print { #interface { display: none; } .pb { page-break-after: always; clear: both; } } .pb { page-break-after: always; clear: both; } #buttonDiv, #iterationDropdown { display: inline; } #interface, #printSection { margin: 20px; } html { background-color: #fff; color: #000; font: 14pt / 1.26 Arial, Helvetica, sans-serif; margin: 0; padding: 0; } body { background-color: #fff; margin: 0; padding: 0; } .cb { clear: both; } .artifact { background-color: #fff; border: 2px solid #000; float: left; height: 3.2in; margin: 0.1in 0.1in 0.1in 0.1in; position: relative; overflow: hidden; width: 4.3in; } .header { border: 1px; border-bottom-style: solid; display: table-cell; height: 40px; vertical-align: middle; width: 4.3in; } .cardTitle { font: bold 18px Genova, sans-serif; padding-top: 3em; text-align: center; } .cardSubtitle { font: 14px Genova, sans-serif; text-align: center; left: 0.5in; width: 3in; } .description { float: left; font: 12pt Georgia, sans-serif; margin: 15em auto 0 auto; padding-left: 1.0em; padding-right: 1.0em; overflow-y: hidden; width: 100%; word-wrap: break-word; } .cardUpperRight { text-align: right; font: bold 18px Arial, Helvetica, sans-serif; top: 0.5em; right: 0.5em; position: absolute; } .cardUpperInnerLeft { text-align: center; font: bold 18px Arial, Helvetica, sans-serif; top: 0.5em; left: 4.0em; width: 6.0em; position: absolute; } .cardUpperInnerRight { text-align: center; font: bold 18px Arial, Helvetica, sans-serif; top: 0.5em; right: 4.0em; width: 6.0em; position: absolute; } .cardUpperLeft { position: absolute; font: bold 18px Arial, Helvetica, sans-serif; top: 0.5em; left: 0.5em; } .cardLowerLeft { bottom: 0.5em; left: 0.5em; position: absolute; } .cardLowerRight { bottom: 0.5em; position: absolute; right: 0.5em; } .cardUpperCenter { font: bold 18px Arial, Helvetica, sans-serif; text-align: center; top: 0.5em; position: absolute; right: 0.5in; display: inline; width: 3in; } .content { height: 2.4in; overflow: hidden; width: 4.3in; } .card-table-done { table-layout: fixed; width: 100%; background-color: #f6f6f6; } .rui-field-value-done { clear: both; background: transparent; color: #888!important; } .column-header { font-size: 14px!important; } </style>
0.565299
0.084985
* { box-sizing: border-box; } *:before, *:after { box-sizing: border-box; } html, .card-action { color: yellow; text-shadow: 4px 4px 10px rgba(0, 0, 0, 1); /* height: 100%; position: relative; background: url(https://github.com/TurtleWolf/pianoMACHINE/blob/master/images/ChattanoogaBridge.jpg?raw=true) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; */ } .collection .collection-item { background-color: rgba(117, 121, 39, 0.1); /* 50% transparent */ } a { color: lightblue; text-shadow: 4px 4px 10px rgba(0, 0, 0, 1); } .yallow { color: yellow; text-shadow: 4px 4px 10px rgba(0, 0, 0, 1); } .container { margin-top: 7%; } #navbar { left: 0px; width: 49%; position: fixed; /* Set the navbar to fixed position */ top: 0; /* Position the navbar at the top of the page */ border: 1mm ridge rgb(333, 333, 333, 0.6); } /* navbar */ header { font-size: 2.5em; text-align: right; float: right; } p { color: yellow; text-shadow: 4px 4px 10px rgba(0, 0, 0, 1); height: 100%; position: relative; background: url(https://github.com/TurtleWolf/pianoMACHINE/blob/master/ChattanoogaBridge.jpg?raw=true) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } @media (max-width: 1250px) { /* @media (width <= 30em) {....} */ } /* end of media query 1250px */ footer { z-index: 2; position: fixed; bottom: 0; background-color: black; border-radius: 13%; } html { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */ background: rgb(76, 76, 76); /* Old browsers */ background: -moz-linear-gradient( top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100% ); /* FF3.6-15 */ background: -webkit-linear-gradient( top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100% ); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient( to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */ font-size: 10px; /* background: url(https://github.com/TurtleWolf/Responsive-Web-Design_-_Technical-Document/blob/master/800px-Joy_Oil_gas_station_blueprints.jpg?raw=true) bottom center; */ background-size: cover; } body, html { margin: 0; padding: 0; font-family: sans-serif; } .keyz-loop { float: right; top: 0; clear: right; } .keyz { top: 0; position: fixed; z-index: 1; } .keys { top: 0; display: flex; flex: 1; align-items: center; justify-content: center; position: fixed; z-index: 1; } .key { border: 0.4rem solid black; border-radius: 0.5rem; margin: 1rem; font-size: 1.5rem; padding: 1rem 0.5rem; transition: all 0.07s ease; width: 10rem; text-align: center; color: white; background: rgba(0, 0, 0, 0.4); text-shadow: 0 0 0.5rem black; } .playing { transform: scale(1.1); border-color: #ffc600; box-shadow: 0 0 1rem #ffc600; } kbd { display: block; font-size: 4rem; } .sound { font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.1rem; color: #ffc600; } #accent-control, #backloop-control { /* position: fixed; z-index: 1; */ } #task-title { justify-content: right; margin-left: 7%; } .float-right { float: right; margin: 7%; }
css/main.css
* { box-sizing: border-box; } *:before, *:after { box-sizing: border-box; } html, .card-action { color: yellow; text-shadow: 4px 4px 10px rgba(0, 0, 0, 1); /* height: 100%; position: relative; background: url(https://github.com/TurtleWolf/pianoMACHINE/blob/master/images/ChattanoogaBridge.jpg?raw=true) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; */ } .collection .collection-item { background-color: rgba(117, 121, 39, 0.1); /* 50% transparent */ } a { color: lightblue; text-shadow: 4px 4px 10px rgba(0, 0, 0, 1); } .yallow { color: yellow; text-shadow: 4px 4px 10px rgba(0, 0, 0, 1); } .container { margin-top: 7%; } #navbar { left: 0px; width: 49%; position: fixed; /* Set the navbar to fixed position */ top: 0; /* Position the navbar at the top of the page */ border: 1mm ridge rgb(333, 333, 333, 0.6); } /* navbar */ header { font-size: 2.5em; text-align: right; float: right; } p { color: yellow; text-shadow: 4px 4px 10px rgba(0, 0, 0, 1); height: 100%; position: relative; background: url(https://github.com/TurtleWolf/pianoMACHINE/blob/master/ChattanoogaBridge.jpg?raw=true) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } @media (max-width: 1250px) { /* @media (width <= 30em) {....} */ } /* end of media query 1250px */ footer { z-index: 2; position: fixed; bottom: 0; background-color: black; border-radius: 13%; } html { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */ background: rgb(76, 76, 76); /* Old browsers */ background: -moz-linear-gradient( top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100% ); /* FF3.6-15 */ background: -webkit-linear-gradient( top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100% ); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient( to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */ font-size: 10px; /* background: url(https://github.com/TurtleWolf/Responsive-Web-Design_-_Technical-Document/blob/master/800px-Joy_Oil_gas_station_blueprints.jpg?raw=true) bottom center; */ background-size: cover; } body, html { margin: 0; padding: 0; font-family: sans-serif; } .keyz-loop { float: right; top: 0; clear: right; } .keyz { top: 0; position: fixed; z-index: 1; } .keys { top: 0; display: flex; flex: 1; align-items: center; justify-content: center; position: fixed; z-index: 1; } .key { border: 0.4rem solid black; border-radius: 0.5rem; margin: 1rem; font-size: 1.5rem; padding: 1rem 0.5rem; transition: all 0.07s ease; width: 10rem; text-align: center; color: white; background: rgba(0, 0, 0, 0.4); text-shadow: 0 0 0.5rem black; } .playing { transform: scale(1.1); border-color: #ffc600; box-shadow: 0 0 1rem #ffc600; } kbd { display: block; font-size: 4rem; } .sound { font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.1rem; color: #ffc600; } #accent-control, #backloop-control { /* position: fixed; z-index: 1; */ } #task-title { justify-content: right; margin-left: 7%; } .float-right { float: right; margin: 7%; }
0.697815
0.200812
img{ position: absolute; width:10%; left:100px; margin-top:-65px; } div.Srcpnia{ background-color:#0A4C80; height:60px; width:60%; margin:auto; margin-top:40px; padding:3px; text-align: center; color:White; border-radius: 15px; margin-right: 150px; } div.TopBtns{ background-color: #0A4C80; height: 20px; width: 10%; margin: 30px 20px 0 20px; padding: 3px; text-align: center; color: White; display: inline; position: relative; border-radius: 5px; float: right; font-size: 16px; font-family: "Bookman Old Style"; } Div.TopBtns:active{ background-color:#0A4C80; transform: translateY(4px); } div.Wlcmtxt{ Text-align:center; font-family: "Bookman Old Style"; font-size: 24px; padding:200px; border-bottom: 900px; } .Srchbar{ height:20px; width: 150px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; position:absolute; margin-left:240px; margin-top:30px; text-align: center; font-family: serif; font-size: 16px; } .LoginInput { width: 200px; height: 20px; text-align: center; font-family:serif; font-size: 18px; } div.LgnBtn1{ background-color:#0A4C80; height:30px; width:80%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:22px; position:relative; margin-left:25px; } h1.LgnTtl{ text-align: center; margin-top: 100px; margin-bottom: 50px; } div.LgnTbl{ font-size: 18px; } div.LgnBtn2 { background-color: #0A4C80; height: 30px; width: 50%; margin: auto; padding: 3px; text-align: center; color: White; display: block; border-radius: 5px; alignment: center; font-size: 20px; position: relative; margin-left: 100px; } div.FrgtPswdBtn:active{ color:#0A4C80; transform: translateY(4px); } h1.RgstrTtl{ text-align: center; margin-top: 100px; margin-bottom: 50px; } div.RgstrBtn{ background-color:#0A4C80; height:30px; width:80%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:22px; position:relative; margin-left:25px; } .RgstrInput { text-align: center; font-size: 16px; width: 100%; } .LoginInput { width: 200px; height: 20px; text-align: center; font-family:serif; font-size: 18px; } div.LgnBtn1{ background-color:#0A4C80; height:30px; width:80%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:22px; position:relative; margin-left:25px; } h1.LgnTtl{ text-align: center; margin-top: 100px; margin-bottom: 50px; } div.LgnTbl{ font-size: 18px; } div.LgnBtn2 { background-color: #0A4C80; height: 30px; width: 50%; margin: auto; padding: 3px; text-align: center; color: White; display: block; border-radius: 5px; alignment: center; font-size: 20px; position: relative; margin-left: 100px; } div.FrgtPswdBtn:active{ color:#0A4C80; transform: translateY(4px); } h1.RgstrTtl{ text-align: center; margin-top: 100px; margin-bottom: 50px; } div.RgstrBtn{ background-color:#0A4C80; height:30px; width:80%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:22px; position:relative; margin-left:25px; } Height:30px; font-family:serif; } div.RgstrTbl{ font-size: 20px; } div.RsndConfBtn{ background-color:#0A4C80; height:40px; width:30%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:26px; position:relative; bottom:100px; } div.RsndConfBtn:active{ color:#0A4C80; transform: translateY(4px); } div.RgstrnConfTxt{ Text-align:center; font-family:serif; font-size: 24px; padding:200px; border-bottom: 900px; } div.LogoutTxt { Text-align: center; font-size: 32px; padding: 200px; } .EnterEmail{ font-size: 18px; text-align: center; width: 700px; height: 40px; position: relative; left:275px; bottom:150px; font-family: serif; } .FrgtPswdEmailBtn{ background-color:#0A4C80; height:40px; width:20%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:26px; position:relative; bottom:100px; } .FrgtPswdEmailBtn:active{ color:#0A4C80; transform: translateY(4px); } #UserHomeFilters { alignment: center; position: relative; top:100px; left:200px; } #CntctUs{ text-align: center; position: relative; top:100px; left:450px; text-decoration: underline; } #AbtUs{ text-align: center; position: relative; top:100px; left:450px; text-decoration: underline; }
Styles.css
img{ position: absolute; width:10%; left:100px; margin-top:-65px; } div.Srcpnia{ background-color:#0A4C80; height:60px; width:60%; margin:auto; margin-top:40px; padding:3px; text-align: center; color:White; border-radius: 15px; margin-right: 150px; } div.TopBtns{ background-color: #0A4C80; height: 20px; width: 10%; margin: 30px 20px 0 20px; padding: 3px; text-align: center; color: White; display: inline; position: relative; border-radius: 5px; float: right; font-size: 16px; font-family: "Bookman Old Style"; } Div.TopBtns:active{ background-color:#0A4C80; transform: translateY(4px); } div.Wlcmtxt{ Text-align:center; font-family: "Bookman Old Style"; font-size: 24px; padding:200px; border-bottom: 900px; } .Srchbar{ height:20px; width: 150px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; position:absolute; margin-left:240px; margin-top:30px; text-align: center; font-family: serif; font-size: 16px; } .LoginInput { width: 200px; height: 20px; text-align: center; font-family:serif; font-size: 18px; } div.LgnBtn1{ background-color:#0A4C80; height:30px; width:80%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:22px; position:relative; margin-left:25px; } h1.LgnTtl{ text-align: center; margin-top: 100px; margin-bottom: 50px; } div.LgnTbl{ font-size: 18px; } div.LgnBtn2 { background-color: #0A4C80; height: 30px; width: 50%; margin: auto; padding: 3px; text-align: center; color: White; display: block; border-radius: 5px; alignment: center; font-size: 20px; position: relative; margin-left: 100px; } div.FrgtPswdBtn:active{ color:#0A4C80; transform: translateY(4px); } h1.RgstrTtl{ text-align: center; margin-top: 100px; margin-bottom: 50px; } div.RgstrBtn{ background-color:#0A4C80; height:30px; width:80%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:22px; position:relative; margin-left:25px; } .RgstrInput { text-align: center; font-size: 16px; width: 100%; } .LoginInput { width: 200px; height: 20px; text-align: center; font-family:serif; font-size: 18px; } div.LgnBtn1{ background-color:#0A4C80; height:30px; width:80%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:22px; position:relative; margin-left:25px; } h1.LgnTtl{ text-align: center; margin-top: 100px; margin-bottom: 50px; } div.LgnTbl{ font-size: 18px; } div.LgnBtn2 { background-color: #0A4C80; height: 30px; width: 50%; margin: auto; padding: 3px; text-align: center; color: White; display: block; border-radius: 5px; alignment: center; font-size: 20px; position: relative; margin-left: 100px; } div.FrgtPswdBtn:active{ color:#0A4C80; transform: translateY(4px); } h1.RgstrTtl{ text-align: center; margin-top: 100px; margin-bottom: 50px; } div.RgstrBtn{ background-color:#0A4C80; height:30px; width:80%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:22px; position:relative; margin-left:25px; } Height:30px; font-family:serif; } div.RgstrTbl{ font-size: 20px; } div.RsndConfBtn{ background-color:#0A4C80; height:40px; width:30%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:26px; position:relative; bottom:100px; } div.RsndConfBtn:active{ color:#0A4C80; transform: translateY(4px); } div.RgstrnConfTxt{ Text-align:center; font-family:serif; font-size: 24px; padding:200px; border-bottom: 900px; } div.LogoutTxt { Text-align: center; font-size: 32px; padding: 200px; } .EnterEmail{ font-size: 18px; text-align: center; width: 700px; height: 40px; position: relative; left:275px; bottom:150px; font-family: serif; } .FrgtPswdEmailBtn{ background-color:#0A4C80; height:40px; width:20%; margin: auto; padding:3px; text-align:center; color:White; display:block; border-radius: 5px; alignment:center; font-size:26px; position:relative; bottom:100px; } .FrgtPswdEmailBtn:active{ color:#0A4C80; transform: translateY(4px); } #UserHomeFilters { alignment: center; position: relative; top:100px; left:200px; } #CntctUs{ text-align: center; position: relative; top:100px; left:450px; text-decoration: underline; } #AbtUs{ text-align: center; position: relative; top:100px; left:450px; text-decoration: underline; }
0.298594
0.065515
html { font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100% } body { font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 13px; line-height: 1.5384616; color: #333; background-color: #f5f5f5; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { letter-spacing: -.015em; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 400; line-height: 1.5384616; color: inherit; } .content { padding: 0 20px 60px 20px; } .panel { margin-bottom: 20px; color: #333; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,.05); } .panel-flat > .panel-heading { padding-top: 20px; padding-bottom: 20px; background-color: #fff; } .panel-heading { position: relative; border-top-right-radius: 3px; border-top-left-radius: 3px; padding: 15px 20px; border-bottom: 1px solid transparent; } .panel-flat > .panel-heading > .panel-title { margin-top: 2px; margin-bottom: 2px; } .h5.panel-title, h5.panel-title { font-size: 17px; } .btn-primary { /* color: #fff; background-color: #2196f3; border-color: #2196f3;*/ } .btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; /*border: 1px solid transparent;*/ white-space: nowrap; padding: 7px 12px; font-size: 13px; line-height: 1.5384616; border-radius: 3px; -webkit-user-select: none; } .table > thead > tr > th { border-bottom: 1px solid #bbb; } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { vertical-align: middle; } th { font-weight: 500; } label { font-weight: 400; } .icons-list { margin: 0; padding: 0; list-style: none; line-height: 1; font-size: 0; } .icons-list>li { position: relative; display: inline-block; margin-left: 5px; font-size: 13px; } .btn-group-sm > .btn:not(.btn-rounded), .btn-group-xs > .btn:not(.btn-rounded), .btn-sm:not(.btn-rounded), .btn-xs:not(.btn-rounded) { border-radius: 3px; } .panel .container-fluid { margin-top: 20px; margin-bottom: 20px; } .list-inline>li { display: inline-block; } .text-black{ font-weight: 900; } .text-bold{ font-weight: 700; } .text-semibold{ font-weight: 500; } .text-regular{ font-weight: 400; } .text-light{ font-weight: 300; } .text-thin{ font-weight: 100; } .text-muted{ color: rgba(255,255,255,.8); } .checkbox .checker, .checkbox-inline .checker { position: relative !important; top: -2px !important; left: 0; } .checker[class*=border-] span { border-color: inherit; color: inherit; } .checker span { color: #455a64; border: 2px solid #607d8b; display: inline-block; text-align: center; position: relative; border-radius: 2px; } .checker, .checker input, .checker span { width: 18px; height: 18px; } .checker input[type=checkbox], .choice input[type=radio] { border: none; background: 0 0; display: -moz-inline-box; display: inline-block; margin: 0; vertical-align: top; cursor: pointer; position: absolute; top: -2px; left: -2px; z-index: 2; opacity: 0; } .radio .choice, .radio-inline .choice { position: relative !important; top: -2px !important; left: 0; } @media (min-width: 769px) .nav-tabs.nav-tabs-top.top-divided { border-bottom-color: transparent; } @media (min-width: 769px) .nav-tabs { font-size: 0; } .nav-tabs.nav-tabs-top>li.active { border-left: 1px solid #eee; border-right: 1px solid #eee; border-top: 2px solid #2196f3; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li > a { position: relative; display: block; padding: 9px 15px; } .nav-tabs > li > a:hover { text-decoration: none; } .form-control-feedback { width: 38px; color: #333; z-index: 3; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; pointer-events: none; } .text-center { text-align: center; } .text-right { text-align: right; } .icons-list .icon-pencil7, .icons-list .icon-trash { cursor: pointer; } .AnyTime-pkr{ text-align:center; } .AnyTime-pkr *{ margin:0; padding:0; list-style:none; } .AnyTime-pkr .AnyTime-date{ float:left; } .AnyTime-pkr .AnyTime-date+.AnyTime-time{ margin-left:50px; float:left; } .AnyTime-win{ padding:14px; background-color:#fff; border:1px solid #ddd; display:inline-block; border-radius:3px; z-index:10050 !important; -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1); box-shadow:0 1px 3px rgba(0,0,0,.1); } .AnyTime-cloak{ position:absolute; opacity:.7; } .AnyTime-hdr{ font-size:15px; margin:15px 10px; line-height:1; } .AnyTime-x-btn{ display:none; font-size:0; cursor:pointer; float:right; border-radius:2px; opacity:.6; } .AnyTime-x-btn:hover{ opacity:1; } .AnyTime-x-btn:after{ content:'\ed6b'; font-family:icomoon; font-size:16px; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .AnyTime-lbl{ font-size:13px; margin-bottom:10px; font-weight:500; margin-top:25px; } .AnyTime-lbl:first-child{margin-top:7px} .AnyTime-dom-btn-empty,.AnyTime-min-one-btn-empty,.AnyTime-min-ten-btn-empty,.AnyTime-sec-one-btn-empty,.AnyTime-sec-ten-btn-empty{ background-color:#fafafa; border:1px solid #fff; border-radius:3px; } .AnyTime-yrs .AnyTime-cur-btn,.AnyTime-yrs .AnyTime-cur-btn:hover{ background-color:#f44336; color:#fff; } .AnyTime-mons .AnyTime-cur-btn,.AnyTime-mons .AnyTime-cur-btn:hover{ background-color:#26a69a; color:#fff; } .AnyTime-time .AnyTime-cur-btn,.AnyTime-time .AnyTime-cur-btn:hover{ background-color:#607d8b; color:#fff; } .AnyTime-body-yr-selector .AnyTime-cur-btn,.AnyTime-body-yr-selector .AnyTime-cur-btn:hover,.AnyTime-dom-table .AnyTime-cur-btn,.AnyTime-dom-table .AnyTime-cur-btn:hover{ background-color:#2196f3; color:#fff; } .AnyTime-yrs-ahead-btn,.AnyTime-yrs-past-btn{ display:inline-block; } .AnyTime-yr-cur-btn,.AnyTime-yr-next-btn,.AnyTime-yr-prior-btn{ display:inline-block; min-width:50px; } .AnyTime-mons:after{ content:""; display:table; clear:both; } .AnyTime-dom-table{ width:100%; } .AnyTime-pkr th.AnyTime-dow{ color:#999; font-size:12px; padding:7px; font-weight:400; } .AnyTime-mon-btn{ float:left; } .AnyTime-mon7-btn{ clear:left; } .AnyTime-dom-btn:hover{ background-color:#f5f5f5; } .AnyTime-hrs,.AnyTime-hrs-am,.AnyTime-hrs-pm,.AnyTime-mins,.AnyTime-mins-ones,.AnyTime-mins-tens,.AnyTime-offs,.AnyTime-secs,.AnyTime-secs-ones,.AnyTime-secs-tens,.AnyTime-time{ display:inline-block; } .AnyTime-btn{ padding:7px 12px; cursor:pointer; border-radius:2px; } .AnyTime-btn:hover{ background-color:#f5f5f5; } .AnyTime-hr-btn,.AnyTime-min-one-btn,.AnyTime-min-ten-btn,.AnyTime-sec-one-btn,.AnyTime-sec-ten-btn{ min-width:40px; } .AnyTime-hrs-pm,.AnyTime-mins-ones,.AnyTime-secs-ones{ margin-left:2px; } .AnyTime-mins-tens,.AnyTime-secs-tens{ margin-left:20px; } .AnyTime-off-cur-btn{ display:inline-block; overflow:hidden; } .AnyTime-off-select-btn{ display:inline-block; vertical-align:top; } .AnyTime-off-selector{ margin:10px; position:absolute; } .AnyTime-body-off-selector{ margin:0; overflow-x:hidden; overflow-y:auto; white-space:nowrap; } .AnyTime-off-off-btn{ text-align:left; } .AnyTime-yr-selector{ position:absolute; width:90%; } .AnyTime-body-yr-selector{ margin:0; } .AnyTime-yr-cent,.AnyTime-yr-dec,.AnyTime-yr-era,.AnyTime-yr-mil,.AnyTime-yr-yr{ display:inline-block; vertical-align:top; width:20%; } .AnyTime-era-btn{ margin-left:10px; } @media (max-width:769px){ .AnyTime-pkr .AnyTime-date{ float:none; } .AnyTime-mon-btn{ float:none; display:inline-block; } .AnyTime-date+.AnyTime-time{ margin-left:0; margin-top:25px; float:none; } } .label { display: inline-block; font-weight: 500; padding: 2px 5px 1px 5px; line-height: 1.5384616; border: 1px solid transparent; text-transform: uppercase; font-size: 10px; letter-spacing: .1px; border-radius: 2px; color: #fff; } .label-success { border-color: #4caf50; background-color: #4caf50; } .label-danger { border-color: #f44336; background-color: #f44336; } .label-warning { border-color: #f0ad4e; background-color: #f0ad4e; } .label-info { border-color: #5bc0de; background-color: #5bc0de; } .label-success { border-color: #5cb85c; background-color: #5cb85c; } .label-primary { border-color: #337ab7; background-color: #337ab7; } .label-default { border-color: #999; background-color: #999; }
assets/porto/css/custom.css
html { font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100% } body { font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 13px; line-height: 1.5384616; color: #333; background-color: #f5f5f5; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { letter-spacing: -.015em; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 400; line-height: 1.5384616; color: inherit; } .content { padding: 0 20px 60px 20px; } .panel { margin-bottom: 20px; color: #333; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,.05); } .panel-flat > .panel-heading { padding-top: 20px; padding-bottom: 20px; background-color: #fff; } .panel-heading { position: relative; border-top-right-radius: 3px; border-top-left-radius: 3px; padding: 15px 20px; border-bottom: 1px solid transparent; } .panel-flat > .panel-heading > .panel-title { margin-top: 2px; margin-bottom: 2px; } .h5.panel-title, h5.panel-title { font-size: 17px; } .btn-primary { /* color: #fff; background-color: #2196f3; border-color: #2196f3;*/ } .btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; /*border: 1px solid transparent;*/ white-space: nowrap; padding: 7px 12px; font-size: 13px; line-height: 1.5384616; border-radius: 3px; -webkit-user-select: none; } .table > thead > tr > th { border-bottom: 1px solid #bbb; } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { vertical-align: middle; } th { font-weight: 500; } label { font-weight: 400; } .icons-list { margin: 0; padding: 0; list-style: none; line-height: 1; font-size: 0; } .icons-list>li { position: relative; display: inline-block; margin-left: 5px; font-size: 13px; } .btn-group-sm > .btn:not(.btn-rounded), .btn-group-xs > .btn:not(.btn-rounded), .btn-sm:not(.btn-rounded), .btn-xs:not(.btn-rounded) { border-radius: 3px; } .panel .container-fluid { margin-top: 20px; margin-bottom: 20px; } .list-inline>li { display: inline-block; } .text-black{ font-weight: 900; } .text-bold{ font-weight: 700; } .text-semibold{ font-weight: 500; } .text-regular{ font-weight: 400; } .text-light{ font-weight: 300; } .text-thin{ font-weight: 100; } .text-muted{ color: rgba(255,255,255,.8); } .checkbox .checker, .checkbox-inline .checker { position: relative !important; top: -2px !important; left: 0; } .checker[class*=border-] span { border-color: inherit; color: inherit; } .checker span { color: #455a64; border: 2px solid #607d8b; display: inline-block; text-align: center; position: relative; border-radius: 2px; } .checker, .checker input, .checker span { width: 18px; height: 18px; } .checker input[type=checkbox], .choice input[type=radio] { border: none; background: 0 0; display: -moz-inline-box; display: inline-block; margin: 0; vertical-align: top; cursor: pointer; position: absolute; top: -2px; left: -2px; z-index: 2; opacity: 0; } .radio .choice, .radio-inline .choice { position: relative !important; top: -2px !important; left: 0; } @media (min-width: 769px) .nav-tabs.nav-tabs-top.top-divided { border-bottom-color: transparent; } @media (min-width: 769px) .nav-tabs { font-size: 0; } .nav-tabs.nav-tabs-top>li.active { border-left: 1px solid #eee; border-right: 1px solid #eee; border-top: 2px solid #2196f3; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li > a { position: relative; display: block; padding: 9px 15px; } .nav-tabs > li > a:hover { text-decoration: none; } .form-control-feedback { width: 38px; color: #333; z-index: 3; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; pointer-events: none; } .text-center { text-align: center; } .text-right { text-align: right; } .icons-list .icon-pencil7, .icons-list .icon-trash { cursor: pointer; } .AnyTime-pkr{ text-align:center; } .AnyTime-pkr *{ margin:0; padding:0; list-style:none; } .AnyTime-pkr .AnyTime-date{ float:left; } .AnyTime-pkr .AnyTime-date+.AnyTime-time{ margin-left:50px; float:left; } .AnyTime-win{ padding:14px; background-color:#fff; border:1px solid #ddd; display:inline-block; border-radius:3px; z-index:10050 !important; -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1); box-shadow:0 1px 3px rgba(0,0,0,.1); } .AnyTime-cloak{ position:absolute; opacity:.7; } .AnyTime-hdr{ font-size:15px; margin:15px 10px; line-height:1; } .AnyTime-x-btn{ display:none; font-size:0; cursor:pointer; float:right; border-radius:2px; opacity:.6; } .AnyTime-x-btn:hover{ opacity:1; } .AnyTime-x-btn:after{ content:'\ed6b'; font-family:icomoon; font-size:16px; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .AnyTime-lbl{ font-size:13px; margin-bottom:10px; font-weight:500; margin-top:25px; } .AnyTime-lbl:first-child{margin-top:7px} .AnyTime-dom-btn-empty,.AnyTime-min-one-btn-empty,.AnyTime-min-ten-btn-empty,.AnyTime-sec-one-btn-empty,.AnyTime-sec-ten-btn-empty{ background-color:#fafafa; border:1px solid #fff; border-radius:3px; } .AnyTime-yrs .AnyTime-cur-btn,.AnyTime-yrs .AnyTime-cur-btn:hover{ background-color:#f44336; color:#fff; } .AnyTime-mons .AnyTime-cur-btn,.AnyTime-mons .AnyTime-cur-btn:hover{ background-color:#26a69a; color:#fff; } .AnyTime-time .AnyTime-cur-btn,.AnyTime-time .AnyTime-cur-btn:hover{ background-color:#607d8b; color:#fff; } .AnyTime-body-yr-selector .AnyTime-cur-btn,.AnyTime-body-yr-selector .AnyTime-cur-btn:hover,.AnyTime-dom-table .AnyTime-cur-btn,.AnyTime-dom-table .AnyTime-cur-btn:hover{ background-color:#2196f3; color:#fff; } .AnyTime-yrs-ahead-btn,.AnyTime-yrs-past-btn{ display:inline-block; } .AnyTime-yr-cur-btn,.AnyTime-yr-next-btn,.AnyTime-yr-prior-btn{ display:inline-block; min-width:50px; } .AnyTime-mons:after{ content:""; display:table; clear:both; } .AnyTime-dom-table{ width:100%; } .AnyTime-pkr th.AnyTime-dow{ color:#999; font-size:12px; padding:7px; font-weight:400; } .AnyTime-mon-btn{ float:left; } .AnyTime-mon7-btn{ clear:left; } .AnyTime-dom-btn:hover{ background-color:#f5f5f5; } .AnyTime-hrs,.AnyTime-hrs-am,.AnyTime-hrs-pm,.AnyTime-mins,.AnyTime-mins-ones,.AnyTime-mins-tens,.AnyTime-offs,.AnyTime-secs,.AnyTime-secs-ones,.AnyTime-secs-tens,.AnyTime-time{ display:inline-block; } .AnyTime-btn{ padding:7px 12px; cursor:pointer; border-radius:2px; } .AnyTime-btn:hover{ background-color:#f5f5f5; } .AnyTime-hr-btn,.AnyTime-min-one-btn,.AnyTime-min-ten-btn,.AnyTime-sec-one-btn,.AnyTime-sec-ten-btn{ min-width:40px; } .AnyTime-hrs-pm,.AnyTime-mins-ones,.AnyTime-secs-ones{ margin-left:2px; } .AnyTime-mins-tens,.AnyTime-secs-tens{ margin-left:20px; } .AnyTime-off-cur-btn{ display:inline-block; overflow:hidden; } .AnyTime-off-select-btn{ display:inline-block; vertical-align:top; } .AnyTime-off-selector{ margin:10px; position:absolute; } .AnyTime-body-off-selector{ margin:0; overflow-x:hidden; overflow-y:auto; white-space:nowrap; } .AnyTime-off-off-btn{ text-align:left; } .AnyTime-yr-selector{ position:absolute; width:90%; } .AnyTime-body-yr-selector{ margin:0; } .AnyTime-yr-cent,.AnyTime-yr-dec,.AnyTime-yr-era,.AnyTime-yr-mil,.AnyTime-yr-yr{ display:inline-block; vertical-align:top; width:20%; } .AnyTime-era-btn{ margin-left:10px; } @media (max-width:769px){ .AnyTime-pkr .AnyTime-date{ float:none; } .AnyTime-mon-btn{ float:none; display:inline-block; } .AnyTime-date+.AnyTime-time{ margin-left:0; margin-top:25px; float:none; } } .label { display: inline-block; font-weight: 500; padding: 2px 5px 1px 5px; line-height: 1.5384616; border: 1px solid transparent; text-transform: uppercase; font-size: 10px; letter-spacing: .1px; border-radius: 2px; color: #fff; } .label-success { border-color: #4caf50; background-color: #4caf50; } .label-danger { border-color: #f44336; background-color: #f44336; } .label-warning { border-color: #f0ad4e; background-color: #f0ad4e; } .label-info { border-color: #5bc0de; background-color: #5bc0de; } .label-success { border-color: #5cb85c; background-color: #5cb85c; } .label-primary { border-color: #337ab7; background-color: #337ab7; } .label-default { border-color: #999; background-color: #999; }
0.398875
0.067948
.addLeftSide{padding-top:10px;} #bottomUp{position:relative;} #bottomUp img{position:absolute;top:-10px;left:0px;width:180px;height:18px;cursor:pointer;} #bottomDown{position:absolute;bottom:-5px;left:0px;width:180px;} #bottomDown img{width:180px;height:18px;cursor:pointer;} a,img{border:none;} /*#bottomUp{position:absolute;top:0px!important;top:-2px;left:-180px;width:171px;height:18px;} #bottomDown{position:absolute;bottom:0px!important;bottom:-2px;left:-180px;width:171px;height:18px;} .imgDown{width:180px;height:18px;cursor:pointer;}*/ .topbg{display:block;margin:0px;} .bottombg{margin:0px;} .main_nav{overflow:hidden;padding-top:10px!important;padding-top:5px;} .main_nav .topbg{ /*background:url(../images/index_07.jpg) 0 0 no-repeat;*/ height:0px; font-size:0; } .main_nav .midbg{ /*background:url(../images/index_17.jpg) 0 0 repeat-y;*/ padding:0px 0 10px 8px; } .main_nav .bottombg{ /*background:url(../images/index_18.jpg) 0 0 no-repeat; */ height:18px; font-size:0; } .listexpander, .listexpander li{ margin:0; padding:0; list-style:none;} .listexpander{width:164px;overflow:hidden;text-align:center;} a.level1menu{background:url(../images/button.gif) 0 0 no-repeat; width:164px; height:35px; color:#fff; font-size:14px; display:block; font-weight:bold; padding-top:8px; text-decoration:none} .listexpander li a:hover{color:#eee;} .main_nav li img{ vertical-align:middle; padding-left:5px; border:none} .childmenu li { background:url(../images/subButton_bg.gif) left center no-repeat; width:163px; height:29px; line-height:29px;padding:0;margin-bottom:5px; cursor:pointer; } .childmenu li a{ color:#eee;display: block;font-size:13px; font-weight:normal } .childmenu li a:hover{text-decoration:none; } .childmenu li.cur {background-position: -165px 0;} /*.main_nav li li a:visited{color:#fff;background:url(../images/index_14_0.jpg) right center no-repeat;}*/ .listexpander li li a:hover{color:#fff;} #main_content{ float:left; width:834px;overflow:hidden;} .footer, .footer .inner{background:url(../images/footerbg.png) 0 0 no-repeat;height:86px;line-height: 46px; } .footer{ width:100%;text-align: center;font-size: 12px;} .footer .inner{background-position: right -86px;}
views/css/homepage.css
.addLeftSide{padding-top:10px;} #bottomUp{position:relative;} #bottomUp img{position:absolute;top:-10px;left:0px;width:180px;height:18px;cursor:pointer;} #bottomDown{position:absolute;bottom:-5px;left:0px;width:180px;} #bottomDown img{width:180px;height:18px;cursor:pointer;} a,img{border:none;} /*#bottomUp{position:absolute;top:0px!important;top:-2px;left:-180px;width:171px;height:18px;} #bottomDown{position:absolute;bottom:0px!important;bottom:-2px;left:-180px;width:171px;height:18px;} .imgDown{width:180px;height:18px;cursor:pointer;}*/ .topbg{display:block;margin:0px;} .bottombg{margin:0px;} .main_nav{overflow:hidden;padding-top:10px!important;padding-top:5px;} .main_nav .topbg{ /*background:url(../images/index_07.jpg) 0 0 no-repeat;*/ height:0px; font-size:0; } .main_nav .midbg{ /*background:url(../images/index_17.jpg) 0 0 repeat-y;*/ padding:0px 0 10px 8px; } .main_nav .bottombg{ /*background:url(../images/index_18.jpg) 0 0 no-repeat; */ height:18px; font-size:0; } .listexpander, .listexpander li{ margin:0; padding:0; list-style:none;} .listexpander{width:164px;overflow:hidden;text-align:center;} a.level1menu{background:url(../images/button.gif) 0 0 no-repeat; width:164px; height:35px; color:#fff; font-size:14px; display:block; font-weight:bold; padding-top:8px; text-decoration:none} .listexpander li a:hover{color:#eee;} .main_nav li img{ vertical-align:middle; padding-left:5px; border:none} .childmenu li { background:url(../images/subButton_bg.gif) left center no-repeat; width:163px; height:29px; line-height:29px;padding:0;margin-bottom:5px; cursor:pointer; } .childmenu li a{ color:#eee;display: block;font-size:13px; font-weight:normal } .childmenu li a:hover{text-decoration:none; } .childmenu li.cur {background-position: -165px 0;} /*.main_nav li li a:visited{color:#fff;background:url(../images/index_14_0.jpg) right center no-repeat;}*/ .listexpander li li a:hover{color:#fff;} #main_content{ float:left; width:834px;overflow:hidden;} .footer, .footer .inner{background:url(../images/footerbg.png) 0 0 no-repeat;height:86px;line-height: 46px; } .footer{ width:100%;text-align: center;font-size: 12px;} .footer .inner{background-position: right -86px;}
0.20343
0.041307
html, body { height: 100%; padding: 0; margin: 0; overflow:hidden; } body { font:16px/24px 'Lato', sans-serif; font-weight: 400; text-align:center; text-rendering: optimizeLegibility; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); overflow:hidden; height:100%; width:100%; color:#000; } html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; height:100%;} a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; } a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } :focus, .btn:focus { outline: 0; } .wow { visibility: hidden; } img { display:block; height:auto; max-width:100%; vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0; width: auto\9;} header{ width: 100%; height: 50px; position: relative; } header .toggle-label i.fa{ color: #000; float: left; margin: 3px 20px; font-size: 30px; padding: 5px; border-radius: 5px; cursor: pointer; } header .toggle-label { position: absolute; left: 0px; top: 0px; } header .toggle-content { background-color: #000; height: 48px; line-height: 48px; color: #fff; } header .toggle-content span:first-child{ margin-left: 90px; } header .toggle-content span{ margin: 0 20px; cursor: pointer; float: left; padding: 0 10px } header .toggle-input { display: none; } header .toggle-input:not(checked) ~ .toggle-content { display: none; } header .toggle-input:checked ~ .toggle-content { display: block; } header .toggle-input:checked ~ .toggle-label i{ color: #fff; } /**** LINKS ****/ h1.title { color: #000; padding-top: 7.5px; font-size: 1.667em; } .profile-wrapper{ width: 100%; border: 1px solid green; overflow: hidden; margin: 0 auto; max-width: 768px; position: absolute; bottom: 0; left: 0; top: 50px; right: 0; } #pdf-preview, #html-preview{ width: 100%; height: 100%; } #pdf-preview{ position: absolute; top: 0; left: 0; display: none; } .preview-mode.active{ background-color: #323639; } #pdf-preview embed{ width: 100%; height: 100%; } .profile{ text-align:justify; height: 100%; width: 100%; border: 1px solid blue; overflow-y: auto; padding-right: 15px; } .profile h1{ text-align: left; font-size: 1.667em; margin:0; } .profile.container{ font-size: 12px; font-weight: bold; width: 100%; margin: 0 auto; padding-top: 70px; background-color: #fff; border: 1px solid #d7d7d7; } @media print{ header{ display: none; } .profile-wrapper{ position: static; } .profile.container{ border: 1px solid #d7d7d7; width: 770px; float: left; height: 2024px!important; max-height: 1110px!important; max-width: 1024px; -webkit-print-color-adjust: exact; background-color: #fff!important; overflow-y: hidden; } a{ text-decoration: none; color: #2a6496!important; } a[href]:after { content: ""; } } .profile-header{ padding-bottom: 20px; } @media only screen and (max-width: 530px) { .profile-header .pull-right { display: none; } } @page{ margin-top: 15px; margin-right: -10px; margin-left: -10px; margin-bottom: 15px; } .profile-title{ font-size: 15px; border-top: 1px solid #ccc; } .profile-education{ text-align: left; padding-bottom: 10px; } .profile-education .well{ /* float: none; display: table-cell; vertical-align: top; */ padding: 10px; margin-bottom: 5px; background-color: #fff; } .profile-work{ padding-bottom: 20px; } .profile-papers{ padding-bottom: 20px; } .profile-skills{ padding-bottom: 20px; } /*-----------------------------------------------------------------------------------*/ /* 07: <NAME> /*-----------------------------------------------------------------------------------*/
css/style.css
html, body { height: 100%; padding: 0; margin: 0; overflow:hidden; } body { font:16px/24px 'Lato', sans-serif; font-weight: 400; text-align:center; text-rendering: optimizeLegibility; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); overflow:hidden; height:100%; width:100%; color:#000; } html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; height:100%;} a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; } a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } :focus, .btn:focus { outline: 0; } .wow { visibility: hidden; } img { display:block; height:auto; max-width:100%; vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0; width: auto\9;} header{ width: 100%; height: 50px; position: relative; } header .toggle-label i.fa{ color: #000; float: left; margin: 3px 20px; font-size: 30px; padding: 5px; border-radius: 5px; cursor: pointer; } header .toggle-label { position: absolute; left: 0px; top: 0px; } header .toggle-content { background-color: #000; height: 48px; line-height: 48px; color: #fff; } header .toggle-content span:first-child{ margin-left: 90px; } header .toggle-content span{ margin: 0 20px; cursor: pointer; float: left; padding: 0 10px } header .toggle-input { display: none; } header .toggle-input:not(checked) ~ .toggle-content { display: none; } header .toggle-input:checked ~ .toggle-content { display: block; } header .toggle-input:checked ~ .toggle-label i{ color: #fff; } /**** LINKS ****/ h1.title { color: #000; padding-top: 7.5px; font-size: 1.667em; } .profile-wrapper{ width: 100%; border: 1px solid green; overflow: hidden; margin: 0 auto; max-width: 768px; position: absolute; bottom: 0; left: 0; top: 50px; right: 0; } #pdf-preview, #html-preview{ width: 100%; height: 100%; } #pdf-preview{ position: absolute; top: 0; left: 0; display: none; } .preview-mode.active{ background-color: #323639; } #pdf-preview embed{ width: 100%; height: 100%; } .profile{ text-align:justify; height: 100%; width: 100%; border: 1px solid blue; overflow-y: auto; padding-right: 15px; } .profile h1{ text-align: left; font-size: 1.667em; margin:0; } .profile.container{ font-size: 12px; font-weight: bold; width: 100%; margin: 0 auto; padding-top: 70px; background-color: #fff; border: 1px solid #d7d7d7; } @media print{ header{ display: none; } .profile-wrapper{ position: static; } .profile.container{ border: 1px solid #d7d7d7; width: 770px; float: left; height: 2024px!important; max-height: 1110px!important; max-width: 1024px; -webkit-print-color-adjust: exact; background-color: #fff!important; overflow-y: hidden; } a{ text-decoration: none; color: #2a6496!important; } a[href]:after { content: ""; } } .profile-header{ padding-bottom: 20px; } @media only screen and (max-width: 530px) { .profile-header .pull-right { display: none; } } @page{ margin-top: 15px; margin-right: -10px; margin-left: -10px; margin-bottom: 15px; } .profile-title{ font-size: 15px; border-top: 1px solid #ccc; } .profile-education{ text-align: left; padding-bottom: 10px; } .profile-education .well{ /* float: none; display: table-cell; vertical-align: top; */ padding: 10px; margin-bottom: 5px; background-color: #fff; } .profile-work{ padding-bottom: 20px; } .profile-papers{ padding-bottom: 20px; } .profile-skills{ padding-bottom: 20px; } /*-----------------------------------------------------------------------------------*/ /* 07: <NAME> /*-----------------------------------------------------------------------------------*/
0.200832
0.047603
height: 1345px; background: #44464a; color: #fff; padding-top:20px; } #resumeIntroHeader > img { margin-bottom: 20px; } #resumeInfoContainer { background: #fff; height: 1345px; padding-top:20px; } #resumeIntroHeader { margin-bottom: 100px; } #resumeIntroGreeting { margin-top: -10px; margin-bottom: 60px; } #resumeIntroLooking { margin-bottom: 60px; } #resumeIntroLearning { margin-bottom: 60px; } #resumeIntroConnect { } #resumeIntroNote{ margin-top: 45px; } #resumeCustAcq , #resumeWebDev { min-height: 800px; margin-bottom: 20px; background: #fff; } #resumeCustAcq { border-right: solid 1px #dadada; } #resumeWorkHistory { margin-top:5px; height: 300px; border-top: solid 1px #dadada; padding-top: 20px; } .introGroup { height: 240px; margin-top: 20px; } .custAcqGroup, .webDevGroup { margin-top: 40px; background: #fff; } #devMantra { min-height: 255px; } .groupings { margin-top:40px; } #googleLink{ color:#fff; } #workHistoryScrollSection { margin-top: 25px; margin-bottom: 25px; } .moreWorkHistoryInfo { height: 700px; background: #fff; border: 1px #dadada solid; } #resumeCTA > a { color: white; text-decoration: none; margin-top: -170px; } /*Animation of CTA button*/ .animated { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes shake { 0%, 100% {-webkit-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} } @keyframes shake { 0%, 100% {transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 20%, 40%, 60%, 80% {transform: translateX(10px);} } .shake { -webkit-animation-name: shake; animation-name: shake; } /*End Animation of CTA button*/ @media(min-width:992px) and (max-width:1200px) { #firstWebDevGroup { min-height:255px; } } @media(max-width: 991px) { #resumeIntroHeader > img { max-width: 520px; } #resumeIntro { height:1445px; } #resumeInfoContainer{ min-height: 2360px; } #resumeCustAcq { border-bottom: solid 1px #dadada; border-right: none; padding-bottom: 50px; } } @media(max-width: 550px ) { #resumeIntroHeader > img { max-width: 370px; } #resumeIntro { height:1345px; } } @media(max-width: 400px) { #resumeIntroHeader > img { max-width: 290px; } }
public/angular-bootstrap/bootstrap-twit/css/customResume.css
height: 1345px; background: #44464a; color: #fff; padding-top:20px; } #resumeIntroHeader > img { margin-bottom: 20px; } #resumeInfoContainer { background: #fff; height: 1345px; padding-top:20px; } #resumeIntroHeader { margin-bottom: 100px; } #resumeIntroGreeting { margin-top: -10px; margin-bottom: 60px; } #resumeIntroLooking { margin-bottom: 60px; } #resumeIntroLearning { margin-bottom: 60px; } #resumeIntroConnect { } #resumeIntroNote{ margin-top: 45px; } #resumeCustAcq , #resumeWebDev { min-height: 800px; margin-bottom: 20px; background: #fff; } #resumeCustAcq { border-right: solid 1px #dadada; } #resumeWorkHistory { margin-top:5px; height: 300px; border-top: solid 1px #dadada; padding-top: 20px; } .introGroup { height: 240px; margin-top: 20px; } .custAcqGroup, .webDevGroup { margin-top: 40px; background: #fff; } #devMantra { min-height: 255px; } .groupings { margin-top:40px; } #googleLink{ color:#fff; } #workHistoryScrollSection { margin-top: 25px; margin-bottom: 25px; } .moreWorkHistoryInfo { height: 700px; background: #fff; border: 1px #dadada solid; } #resumeCTA > a { color: white; text-decoration: none; margin-top: -170px; } /*Animation of CTA button*/ .animated { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes shake { 0%, 100% {-webkit-transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} } @keyframes shake { 0%, 100% {transform: translateX(0);} 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 20%, 40%, 60%, 80% {transform: translateX(10px);} } .shake { -webkit-animation-name: shake; animation-name: shake; } /*End Animation of CTA button*/ @media(min-width:992px) and (max-width:1200px) { #firstWebDevGroup { min-height:255px; } } @media(max-width: 991px) { #resumeIntroHeader > img { max-width: 520px; } #resumeIntro { height:1445px; } #resumeInfoContainer{ min-height: 2360px; } #resumeCustAcq { border-bottom: solid 1px #dadada; border-right: none; padding-bottom: 50px; } } @media(max-width: 550px ) { #resumeIntroHeader > img { max-width: 370px; } #resumeIntro { height:1345px; } } @media(max-width: 400px) { #resumeIntroHeader > img { max-width: 290px; } }
0.360939
0.075687
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.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, input, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif; vertical-align: baseline; } a { text-decoration: initial !important; outline: none; } @media (max-width: 1200px){ body { min-width: 1200px; } } .logo{ font-family: reklamescriptw00-medium,cursive; font-size: 30px !important; letter-spacing: 7px !important; } .navbar-nav > li > a.sign-up-in:hover{ color: black !important; } /*======================================================== CAROUSEL SLIDE IMAGE CSS =========================================================*/ .carousel-caption{ top: 30%; bottom: 30%; } .carousel-inner img { width: 100%; /* Set width to 100% */ margin: auto; object-fit: cover; height: 639px; } .carousel-inner.item img{ height: 639px !important } .carousel-caption h3 { color: #fff !important; } .carousel-caption h3{ color: #fff; font-family: 'Signika', sans-serif; font-size: 60px; font-weight: normal; } @media (max-width: 600px) { .carousel-caption { display: none; /* Hide taohe carousel text when the screen is less than 600 pixels wide */ } } /*======================================================== SLIDE IMAGE =========================================================*/ .bg-1 { background: #2d2d30; color: #bdbdbd; width: 100% !important; } .bg-1 h3 {color: #fff;} .bg-1 p {font-style: italic;} .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .list-group-item:last-child { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .thumbnail { padding: 0 0 15px 0; border: none; border-radius: 0; } .thumbnail p { margin-top: 15px; color: #555; } /***************NAVBAR MENU*******************/ .navbar { font-family: Montserrat, sans-serif; margin-bottom: 0; border: 0; font-size: 11px !important; } .navbar-index{ letter-spacing: 4px; opacity: 0.9; background-color: #222 !important; } .navbar-index li a, .navbar-index .navbar-brand { color: #d5d5d5 !important; } .navbar-nav > li > a:hover { color: #fff !important; } .navbar-nav li.active a { color: #fff !important; background-color: #29292c !important; /* height: 49px !important;*/ } .navbar-default .navbar-toggle { border-color: transparent; } .nav-tabs > li > a { margin: 0 !important; } /*********************ABOUT***************************/ .about-content{ padding: 0 !important; } .about-img img{ width: 100%; height: 300px; } .about-text{ } /***************************ABOUT***********************/ /*================== FOOTER - LOGIN FORM ==================*/ .center hr, hr.center { margin-left: auto; margin-right: auto; } .well2 { padding-top: 31px; padding-bottom: 30px; } .center { text-align: center; } /*================== BUTTONS ======================*/ .btn { display: inline-block; padding: 18.5px 20px 18.5px 20px; line-height: 24px; color: #FFF; background: #4280c9; font-weight: 500; font-size: 24px; text-transform: uppercase; } .btn:hover { background: #3067a8; } @media (max-width: 479px) { .btn { font-size: 20px; } } /*================== RD Parallax ======================*/ .well4 { padding: 98px 0 33px; } .well5 { padding-top: 15px; padding-bottom: 18px; } .parallax { position: relative; overflow: hidden; } .parallax_image, .parallax_pattern { position: absolute; top: 0; left: 0; right: 0; height: 100%; background-position: center center; will-change: transform; } .parallax_image { background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; } .parallax_pattern { background-repeat: repeat; } .parallax_cnt { position: relative; } /*================== Subscribe Form ======================*/ .bg-secondary { background: #576475; white-space: nowrap; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: top; height: 100%; } .bg-secondary h2 { color: #FFF; } .bg-secondary h2, .bg-secondary .subscribe-form { display: inline-block; } .bg-secondary h2 + .subscribe-form { margin-left: 22px; } .bg-secondary h2 { line-height: 48px; } .preffix_2{ text-align: -webkit-center; display: -webkit-inline-box; } .subscribe-form { position: relative; display: inline-block; width: 562px; } .subscribe-form label { display: inline-block; max-width: 410px; width: 100%; position: relative; padding: 12px 17px 12px; background: white; border: 1px solid white; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .subscribe-form input { outline: none; background-color: transparent; border: none; -webkit-appearance: none; border-radius: 0; vertical-align: baseline; box-shadow: none; color: #c1c1c1; display: block; width: 100%; padding: 0; margin: 0; font-size: 19px; font-weight: 400; font-family: "Ubuntu", sans-serif; line-height: 22px; text-transform: uppercase; height: 22px; } .subscribe-form a[data-type="submit"] { padding: 12px 20px; font-size: 19px; line-height: 24px; width: 200px; } .subscribe-form label + a[data-type="submit"] { margin-top: 0; margin-left: 6px; } @media (max-width: 979px) { .subscribe-form label + a[data-type="submit"] { margin-top: 10px; margin-left: 0; } } .error { position: absolute; top: 2px; right: 5px; font-size: 10px; line-height: 12px; color: #f00; overflow: hidden; height: 0px; -moz-transition: 0.3s all ease; -o-transition: 0.3s all ease; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } label.invalid .error { height: 21px; } .success { display: none; position: absolute; top: 2px; right: 5px; font-size: 10px; line-height: 12px; text-align: center; color: #38A46B; } .preffix_2 h2{ text-transform: uppercase; line-height: 48px; } @media (max-width: 479px) { .subscribe-form label { width: 100%; } } /*=================== FOOTER===================*/ footer { background: #10223A; color: #fff; } footer h2 { font-weight: 700; font-size: 64px; line-height: 60px; } footer h3 { font-weight: 300; font-size: 22px; line-height: 30px; letter-spacing: 6.6px; } footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color: #FFF; } footer .btn { max-width: 100%; width: 410px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2% 1%; } footer hr { background: #FFF; } footer hr + h2 { margin-top: 39px; } footer h3 + .btn { margin-top: 56px; } footer .copyright { font-weight: 300; font-size: 12px; line-height: 20px; } footer * + .copyright { margin-top: 71px; } /*===============FOOTER======================*/ /*================== FOOTER - LOGIN FORM ==================*/ .error-sign { display: block; /* background: #F1D992;*/ height: 50px; /* text-align: center;*/ padding: 14px; margin: auto; color: #F50909; font-size: 12px; border-radius: 4px; } /*================================================================ UPLOAD CSS =================================================================*/ .close-upload{ position: absolute; bottom: 0px; width: 100%; } .fileupload-buttonbar input[type='checkbox'] { /* Hide the input, but have it still be clickable */ width: 18px; } .fileupload-buttonbar input[type='checkbox']:checked{ margin: 0; clear: none; /* Left padding makes room for image */ padding: 5px 0 4px 24px; /* Make look clickable because they are */ cursor: pointer; background: url(/images/icon/delete.png) left center no-repeat; } .fileupload-buttonbar input[type='checkbox']:checked{ background-image: url(/images/icon/delete.png); } .form-group > input[type='text']{ border: none; border-bottom: 1px solid #90B5B4; width: 100%; padding: 12px 20px; /* margin: 8px 0;*/ box-sizing: border-box; } .right-upload{ position: absolute; top: 2%; right: 2.5%; width: 24%; height: 430px; background: rgb(237, 240, 247); border-top: 1px solid rgb(216, 206, 206); margin: 15px 10px; padding: 11px; border-radius: 2px; } .gallerryImgHeader{ width: 100%; height: 80px; border-bottom: 1px solid #46503F; } /*===================== CSS FOR PROFILE =========================*/ .album-name{ height: 50px; text-align: left; padding: 8px; font-size: 23px; text-transform: capitalize; font-family: 'Jockey One'; background: rgba(31, 164, 169, 0.69); width: 22%; border-radius: 3px; margin: 8px 0; } .empty-images{ text-align: center; font-family: 'Fredericka the Great','Helvetica-W01-Roman','Braggadocio-W01','Vast Shadow','Signika'; font-size: 22px; font-weight: 600; color: rgba(50, 108, 158, 0.84); }
public/css/style.css
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.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, input, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif; vertical-align: baseline; } a { text-decoration: initial !important; outline: none; } @media (max-width: 1200px){ body { min-width: 1200px; } } .logo{ font-family: reklamescriptw00-medium,cursive; font-size: 30px !important; letter-spacing: 7px !important; } .navbar-nav > li > a.sign-up-in:hover{ color: black !important; } /*======================================================== CAROUSEL SLIDE IMAGE CSS =========================================================*/ .carousel-caption{ top: 30%; bottom: 30%; } .carousel-inner img { width: 100%; /* Set width to 100% */ margin: auto; object-fit: cover; height: 639px; } .carousel-inner.item img{ height: 639px !important } .carousel-caption h3 { color: #fff !important; } .carousel-caption h3{ color: #fff; font-family: 'Signika', sans-serif; font-size: 60px; font-weight: normal; } @media (max-width: 600px) { .carousel-caption { display: none; /* Hide taohe carousel text when the screen is less than 600 pixels wide */ } } /*======================================================== SLIDE IMAGE =========================================================*/ .bg-1 { background: #2d2d30; color: #bdbdbd; width: 100% !important; } .bg-1 h3 {color: #fff;} .bg-1 p {font-style: italic;} .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .list-group-item:last-child { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .thumbnail { padding: 0 0 15px 0; border: none; border-radius: 0; } .thumbnail p { margin-top: 15px; color: #555; } /***************NAVBAR MENU*******************/ .navbar { font-family: Montserrat, sans-serif; margin-bottom: 0; border: 0; font-size: 11px !important; } .navbar-index{ letter-spacing: 4px; opacity: 0.9; background-color: #222 !important; } .navbar-index li a, .navbar-index .navbar-brand { color: #d5d5d5 !important; } .navbar-nav > li > a:hover { color: #fff !important; } .navbar-nav li.active a { color: #fff !important; background-color: #29292c !important; /* height: 49px !important;*/ } .navbar-default .navbar-toggle { border-color: transparent; } .nav-tabs > li > a { margin: 0 !important; } /*********************ABOUT***************************/ .about-content{ padding: 0 !important; } .about-img img{ width: 100%; height: 300px; } .about-text{ } /***************************ABOUT***********************/ /*================== FOOTER - LOGIN FORM ==================*/ .center hr, hr.center { margin-left: auto; margin-right: auto; } .well2 { padding-top: 31px; padding-bottom: 30px; } .center { text-align: center; } /*================== BUTTONS ======================*/ .btn { display: inline-block; padding: 18.5px 20px 18.5px 20px; line-height: 24px; color: #FFF; background: #4280c9; font-weight: 500; font-size: 24px; text-transform: uppercase; } .btn:hover { background: #3067a8; } @media (max-width: 479px) { .btn { font-size: 20px; } } /*================== RD Parallax ======================*/ .well4 { padding: 98px 0 33px; } .well5 { padding-top: 15px; padding-bottom: 18px; } .parallax { position: relative; overflow: hidden; } .parallax_image, .parallax_pattern { position: absolute; top: 0; left: 0; right: 0; height: 100%; background-position: center center; will-change: transform; } .parallax_image { background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; } .parallax_pattern { background-repeat: repeat; } .parallax_cnt { position: relative; } /*================== Subscribe Form ======================*/ .bg-secondary { background: #576475; white-space: nowrap; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: top; height: 100%; } .bg-secondary h2 { color: #FFF; } .bg-secondary h2, .bg-secondary .subscribe-form { display: inline-block; } .bg-secondary h2 + .subscribe-form { margin-left: 22px; } .bg-secondary h2 { line-height: 48px; } .preffix_2{ text-align: -webkit-center; display: -webkit-inline-box; } .subscribe-form { position: relative; display: inline-block; width: 562px; } .subscribe-form label { display: inline-block; max-width: 410px; width: 100%; position: relative; padding: 12px 17px 12px; background: white; border: 1px solid white; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .subscribe-form input { outline: none; background-color: transparent; border: none; -webkit-appearance: none; border-radius: 0; vertical-align: baseline; box-shadow: none; color: #c1c1c1; display: block; width: 100%; padding: 0; margin: 0; font-size: 19px; font-weight: 400; font-family: "Ubuntu", sans-serif; line-height: 22px; text-transform: uppercase; height: 22px; } .subscribe-form a[data-type="submit"] { padding: 12px 20px; font-size: 19px; line-height: 24px; width: 200px; } .subscribe-form label + a[data-type="submit"] { margin-top: 0; margin-left: 6px; } @media (max-width: 979px) { .subscribe-form label + a[data-type="submit"] { margin-top: 10px; margin-left: 0; } } .error { position: absolute; top: 2px; right: 5px; font-size: 10px; line-height: 12px; color: #f00; overflow: hidden; height: 0px; -moz-transition: 0.3s all ease; -o-transition: 0.3s all ease; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } label.invalid .error { height: 21px; } .success { display: none; position: absolute; top: 2px; right: 5px; font-size: 10px; line-height: 12px; text-align: center; color: #38A46B; } .preffix_2 h2{ text-transform: uppercase; line-height: 48px; } @media (max-width: 479px) { .subscribe-form label { width: 100%; } } /*=================== FOOTER===================*/ footer { background: #10223A; color: #fff; } footer h2 { font-weight: 700; font-size: 64px; line-height: 60px; } footer h3 { font-weight: 300; font-size: 22px; line-height: 30px; letter-spacing: 6.6px; } footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color: #FFF; } footer .btn { max-width: 100%; width: 410px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2% 1%; } footer hr { background: #FFF; } footer hr + h2 { margin-top: 39px; } footer h3 + .btn { margin-top: 56px; } footer .copyright { font-weight: 300; font-size: 12px; line-height: 20px; } footer * + .copyright { margin-top: 71px; } /*===============FOOTER======================*/ /*================== FOOTER - LOGIN FORM ==================*/ .error-sign { display: block; /* background: #F1D992;*/ height: 50px; /* text-align: center;*/ padding: 14px; margin: auto; color: #F50909; font-size: 12px; border-radius: 4px; } /*================================================================ UPLOAD CSS =================================================================*/ .close-upload{ position: absolute; bottom: 0px; width: 100%; } .fileupload-buttonbar input[type='checkbox'] { /* Hide the input, but have it still be clickable */ width: 18px; } .fileupload-buttonbar input[type='checkbox']:checked{ margin: 0; clear: none; /* Left padding makes room for image */ padding: 5px 0 4px 24px; /* Make look clickable because they are */ cursor: pointer; background: url(/images/icon/delete.png) left center no-repeat; } .fileupload-buttonbar input[type='checkbox']:checked{ background-image: url(/images/icon/delete.png); } .form-group > input[type='text']{ border: none; border-bottom: 1px solid #90B5B4; width: 100%; padding: 12px 20px; /* margin: 8px 0;*/ box-sizing: border-box; } .right-upload{ position: absolute; top: 2%; right: 2.5%; width: 24%; height: 430px; background: rgb(237, 240, 247); border-top: 1px solid rgb(216, 206, 206); margin: 15px 10px; padding: 11px; border-radius: 2px; } .gallerryImgHeader{ width: 100%; height: 80px; border-bottom: 1px solid #46503F; } /*===================== CSS FOR PROFILE =========================*/ .album-name{ height: 50px; text-align: left; padding: 8px; font-size: 23px; text-transform: capitalize; font-family: 'Jockey One'; background: rgba(31, 164, 169, 0.69); width: 22%; border-radius: 3px; margin: 8px 0; } .empty-images{ text-align: center; font-family: 'Fredericka the Great','Helvetica-W01-Roman','Braggadocio-W01','Vast Shadow','Signika'; font-size: 22px; font-weight: 600; color: rgba(50, 108, 158, 0.84); }
0.328853
0.068195
@charset "utf-8"; @import url("countdown.css"); @import url("scrollbar.css"); @import url("popup.css"); @import url("settings.css"); @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap'); html, body { margin: 0; padding: 0; font-size: 14px; line-height: 1.6em; height: 100%; } html { overflow-y: hidden; overflow-x: hidden; } h1 { font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 20px 0; font-size: 22px; line-height: normal; font-weight: normal; color: #eee; } h2 { font-family: 'Barlow Condensed', sans-serif; margin: 10px 0 20px 0; font-size: 28px; line-height: normal; font-weight: normal; color: #b1b2d6; } h3 { font-family: 'Barlow Condensed', sans-serif; margin: 0; font-size: 22px; line-height: normal; font-weight: normal; color: #b1b2d6; } p { margin: 0; } .p1 { font-family: 'Barlow Condensed', sans-serif; color: #b1b2d6; font-size: 18px; text-align: center; margin-top: 20px; } .p2 { font-family: 'Barlow Condensed', sans-serif; color: #b1b2d6; font-size: 18px; text-align: center; margin-bottom: 10px; } .p3 { font-family: 'Barlow Condensed', sans-serif; color: #b1b2d6; font-size: 18px; text-align: center; margin: 20px 0 20px 0; } .p4 { font-family: 'Barlow Condensed', sans-serif; color: #b1b2d6; font-size: 28px; float: left; } .content { margin: 10px 0 0 10px; } a, a:visited { outline: none; text-decoration: none; color: pink; } body { font-family: Verdana, Geneva, sans-serif; } hr.style { border: 0; height: 1px; width: 80%; margin: 5 auto; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #b1b2d6, rgba(0, 0, 0, 0)); } .bg { background: #292a3a; height: 100%; overflow-y: auto; } .img_home { margin: 20px; } #t_width { width: 33.33333333333333%; float: left; text-align: center; } #t_width2 { width: 33.33333333333333%; float: left; text-align: center; } #t_width3 { width: 33.33333333333333%; float: right; text-align: center; } .bold { font-weight: bold; } .center { text-align: center; } .right { text-align: right; } .btn { display: inline-block; padding: 8px 18px 10px; border: 1px solid; } .wrapper { width: 100%; margin: 0; padding: 0; display: block; position: relative; text-align: left; word-wrap: break-word; } .container { background: #454660; border-radius: 10px; width: 80%; height: 700px; margin: 20px auto 100px auto; } .container_maple { background: #454660; border-radius: 10px; width: 80%; height: auto; margin: 20px auto 100px auto; overflow: hidden; position: relative; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } .center { display: table; margin: 0 auto; } .dailies { margin: 10px 0 10px 0; height: 500px; width: 100%; overflow: auto; } .weeklies { margin: 10px 0 10px 0; height: 500px; width: 100%; overflow: auto; } .mondayWeeklies { margin: 10px 0 10px 0; height: 500px; width: 100%; overflow: auto; } .container_top { height: 25px; width: 60%; margin-top: 10px; display: inline-block; } form { margin: 20px 0 5px 0; } input { font-family: 'Barlow Condensed', sans-serif; background-color: #37384b; border: none; color: #b1b2d6; padding: 5px 10px; text-decoration: none; display: inline-block; font-size: 18px; border-radius: 5px; } input:focus { outline-width: 0; } button { margin: 0 5px 10px 5px; } .button { font-family: 'Barlow Condensed', sans-serif; background-color: #37384b; border: none; color: #b1b2d6; padding: 5px 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 18px; border-radius: 5px; } .button:hover { cursor: pointer; } .image { background-color: #c7954a; height: 68px; width: 100%; margin: 0; box-sizing: border-box; overflow: hidden; } .image2 { background-color: #8ac799; height: 68px; width: 100%; margin: 0; box-sizing: border-box; overflow: hidden; } .remove { display: inline-block; position: absolute; right: 10px; width: 19px; height: 19px; border-radius: 50%; text-align: center; font-size: 12px; line-height: 18px; cursor: pointer; margin-top: 5px; font-size: 12px; opacity: 1; } .remove:hover { background-color: #ffffff; } /* card */ .card { display: inline-block; width: 150px; margin: 5px 10px 0 10px; background-color: white; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); transition: all 0.3s; } .done { display: inline-block; width: 150px; margin: 0 10px 5px 10px; background-color: white; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); transition: all 0.3s; opacity: 0.5; } .card:hover { box-shadow: 0 6px 6px 0 rgba(0,0,0,.14),0 7px 5px -2px rgba(0,0,0,.2),0 5px 9px 0 rgba(0,0,0,.12); top: -4px; transform: translateY(-4px); } .card:active { box-shadow: 0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.12); transform: translateY(4px); opacity: 0.5; } .card_home { display: block; width: 400px; margin: 30px 10px 0 10px; background-color: white; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); transition: all 0.3s; } .zoom { position: relative; overflow: hidden; margin: 0 auto; } .zoom img { width: 100%; transition: 0.4s all ease-in-out; } .zoom:hover img { transform: scale(1.1); } article { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; color:rgb(0, 0, 0); height: 45px; } a:link, a:visited, a:hover, a:active { text-decoration: none; } /* rows */ .row1 { color: #FFFFFF; background-color: rgba(27,32,38,.4); border-color: rgba(255,255,255,.1); border-bottom: solid #b474fc; box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 10px, rgba(0, 0, 0, 0.23) 0px 3px 6px; } .row2 { color: #A8A7A6; background-color: #1B2026; } .row3 { color: #A8A7A6; background-color: #1B2025; } /* header */ #header { } #header #logo a { color: inherit; } #header #logo { margin: 10px 0 0 0; } /* bar */ *, *::before, *::after { box-sizing: border-box; } .clear, .group { display: block; } .clear::before, .clear::after { display: table; content: ""; } .clear, .clear::after { clear: both; } /* nav */ #mainav li a { color: inherit; } #mainav .active a, #mainav a:hover, #mainav li:hover > a, #mainav i:hover { color: #b474fc; background-color: inherit; } #mainav li li a, #mainav .active li a { color: #FFFFFF; background-color: rgba(0,0,0,.6); border-color: rgba(0,0,0,.6); } #mainav li li:hover > a, #mainav .active .active > a { color: #FFFFFF; background-color: #b474fc; } .hoc { display: block; margin: 0 auto; } /* footer */ #footer { color: #A8A7A6; background-color: #1B2025; bottom: 0px; width: 100%; padding: 10px 0px; text-align: center; border-top: solid #b474fc; } #footer .heading { margin-bottom: 5px; font-size: medium; color: white; } #footer_home { color: #A8A7A6; background-color: #1B2025; bottom: 0px; width: 100%; padding: 10px 0px; text-align: center; position: absolute; border-top: solid #b474fc; } .btn { display: inline-block; padding: 8px 18px 10px; border: 1px solid; color: #FFFFFF; background-color: #349771; border-color: #349771; } .float_left { float: left; } .float_right { float: right; } /* nav */ nav ul, nav ol { margin: 0; padding: 0; list-style: none; } #mainav, .sidebar nav { line-height: normal; } #mainav { } #mainav ul { /*text-transform: uppercase;*/ } #mainav li { display: inline-block; position: relative; margin: 0 10px 0 10px; padding: 0; } #mainav li a { display: block; padding: 20px 0; } .clear { display: block; } .faico { margin: 0; padding: 0; list-style: none; } .faico li { display: inline-block; margin: 0 5px 0 0; padding: 0; line-height: normal; } .faico a { display: inline-block; width: 36px; height: 36px; line-height: 36px; font-size: 18px; text-align: center; } .faico a { color: #FFFFFF; background-color: #495056; } .faico a:hover{ background-color: #3a3d41; } .fa-cog { cursor: pointer; } /* responsive */ @-ms-viewport { width: device-width; } @media screen and (max-width:1250px) { #t_width, #t_width2, #t_width3 { width: 100%; } .container_maple { margin: 5px auto 20px auto; } .dailies, .weeklies, .mondayWeeklies { height: auto; } } @media screen and (max-width:1000px) { .hoc { max-width:90%; } #header { text-align: center; } #header #logo { /* margin-bottom: 15px; */ } #mainav { } #mainav ul { display: block; } .container { } #footer { } #t_width, #t_width2, #t_width3 { width: 100%; } .container_maple { margin: 5px auto 20px auto; } .dailies, .weeklies, .mondayWeeklies { height: auto; } .settings-content { width: 50%; } } @media screen and (min-width:978px) { .hoc { max-width:978px; } } @media screen and (max-width:750px) { #header { text-align: center; } .settings-content { width: 80%; } } @media screen and (max-width:650px) { } @media screen and (max-width:500px) { #header #logo { width: 100%; } #mainav { width: 100%; } .dailies, .weeklies, .mondayWeeklies { height: 400px; } .card_home { width: 300px; } } @media screen and (max-width:450px) { .card, .done { width: 100px; } .popup-content { width: 80%; height: 150px; } }
styles/styles.css
@charset "utf-8"; @import url("countdown.css"); @import url("scrollbar.css"); @import url("popup.css"); @import url("settings.css"); @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap'); html, body { margin: 0; padding: 0; font-size: 14px; line-height: 1.6em; height: 100%; } html { overflow-y: hidden; overflow-x: hidden; } h1 { font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 20px 0; font-size: 22px; line-height: normal; font-weight: normal; color: #eee; } h2 { font-family: 'Barlow Condensed', sans-serif; margin: 10px 0 20px 0; font-size: 28px; line-height: normal; font-weight: normal; color: #b1b2d6; } h3 { font-family: 'Barlow Condensed', sans-serif; margin: 0; font-size: 22px; line-height: normal; font-weight: normal; color: #b1b2d6; } p { margin: 0; } .p1 { font-family: 'Barlow Condensed', sans-serif; color: #b1b2d6; font-size: 18px; text-align: center; margin-top: 20px; } .p2 { font-family: 'Barlow Condensed', sans-serif; color: #b1b2d6; font-size: 18px; text-align: center; margin-bottom: 10px; } .p3 { font-family: 'Barlow Condensed', sans-serif; color: #b1b2d6; font-size: 18px; text-align: center; margin: 20px 0 20px 0; } .p4 { font-family: 'Barlow Condensed', sans-serif; color: #b1b2d6; font-size: 28px; float: left; } .content { margin: 10px 0 0 10px; } a, a:visited { outline: none; text-decoration: none; color: pink; } body { font-family: Verdana, Geneva, sans-serif; } hr.style { border: 0; height: 1px; width: 80%; margin: 5 auto; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #b1b2d6, rgba(0, 0, 0, 0)); } .bg { background: #292a3a; height: 100%; overflow-y: auto; } .img_home { margin: 20px; } #t_width { width: 33.33333333333333%; float: left; text-align: center; } #t_width2 { width: 33.33333333333333%; float: left; text-align: center; } #t_width3 { width: 33.33333333333333%; float: right; text-align: center; } .bold { font-weight: bold; } .center { text-align: center; } .right { text-align: right; } .btn { display: inline-block; padding: 8px 18px 10px; border: 1px solid; } .wrapper { width: 100%; margin: 0; padding: 0; display: block; position: relative; text-align: left; word-wrap: break-word; } .container { background: #454660; border-radius: 10px; width: 80%; height: 700px; margin: 20px auto 100px auto; } .container_maple { background: #454660; border-radius: 10px; width: 80%; height: auto; margin: 20px auto 100px auto; overflow: hidden; position: relative; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } .center { display: table; margin: 0 auto; } .dailies { margin: 10px 0 10px 0; height: 500px; width: 100%; overflow: auto; } .weeklies { margin: 10px 0 10px 0; height: 500px; width: 100%; overflow: auto; } .mondayWeeklies { margin: 10px 0 10px 0; height: 500px; width: 100%; overflow: auto; } .container_top { height: 25px; width: 60%; margin-top: 10px; display: inline-block; } form { margin: 20px 0 5px 0; } input { font-family: 'Barlow Condensed', sans-serif; background-color: #37384b; border: none; color: #b1b2d6; padding: 5px 10px; text-decoration: none; display: inline-block; font-size: 18px; border-radius: 5px; } input:focus { outline-width: 0; } button { margin: 0 5px 10px 5px; } .button { font-family: 'Barlow Condensed', sans-serif; background-color: #37384b; border: none; color: #b1b2d6; padding: 5px 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 18px; border-radius: 5px; } .button:hover { cursor: pointer; } .image { background-color: #c7954a; height: 68px; width: 100%; margin: 0; box-sizing: border-box; overflow: hidden; } .image2 { background-color: #8ac799; height: 68px; width: 100%; margin: 0; box-sizing: border-box; overflow: hidden; } .remove { display: inline-block; position: absolute; right: 10px; width: 19px; height: 19px; border-radius: 50%; text-align: center; font-size: 12px; line-height: 18px; cursor: pointer; margin-top: 5px; font-size: 12px; opacity: 1; } .remove:hover { background-color: #ffffff; } /* card */ .card { display: inline-block; width: 150px; margin: 5px 10px 0 10px; background-color: white; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); transition: all 0.3s; } .done { display: inline-block; width: 150px; margin: 0 10px 5px 10px; background-color: white; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); transition: all 0.3s; opacity: 0.5; } .card:hover { box-shadow: 0 6px 6px 0 rgba(0,0,0,.14),0 7px 5px -2px rgba(0,0,0,.2),0 5px 9px 0 rgba(0,0,0,.12); top: -4px; transform: translateY(-4px); } .card:active { box-shadow: 0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.12); transform: translateY(4px); opacity: 0.5; } .card_home { display: block; width: 400px; margin: 30px 10px 0 10px; background-color: white; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); transition: all 0.3s; } .zoom { position: relative; overflow: hidden; margin: 0 auto; } .zoom img { width: 100%; transition: 0.4s all ease-in-out; } .zoom:hover img { transform: scale(1.1); } article { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; color:rgb(0, 0, 0); height: 45px; } a:link, a:visited, a:hover, a:active { text-decoration: none; } /* rows */ .row1 { color: #FFFFFF; background-color: rgba(27,32,38,.4); border-color: rgba(255,255,255,.1); border-bottom: solid #b474fc; box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 10px, rgba(0, 0, 0, 0.23) 0px 3px 6px; } .row2 { color: #A8A7A6; background-color: #1B2026; } .row3 { color: #A8A7A6; background-color: #1B2025; } /* header */ #header { } #header #logo a { color: inherit; } #header #logo { margin: 10px 0 0 0; } /* bar */ *, *::before, *::after { box-sizing: border-box; } .clear, .group { display: block; } .clear::before, .clear::after { display: table; content: ""; } .clear, .clear::after { clear: both; } /* nav */ #mainav li a { color: inherit; } #mainav .active a, #mainav a:hover, #mainav li:hover > a, #mainav i:hover { color: #b474fc; background-color: inherit; } #mainav li li a, #mainav .active li a { color: #FFFFFF; background-color: rgba(0,0,0,.6); border-color: rgba(0,0,0,.6); } #mainav li li:hover > a, #mainav .active .active > a { color: #FFFFFF; background-color: #b474fc; } .hoc { display: block; margin: 0 auto; } /* footer */ #footer { color: #A8A7A6; background-color: #1B2025; bottom: 0px; width: 100%; padding: 10px 0px; text-align: center; border-top: solid #b474fc; } #footer .heading { margin-bottom: 5px; font-size: medium; color: white; } #footer_home { color: #A8A7A6; background-color: #1B2025; bottom: 0px; width: 100%; padding: 10px 0px; text-align: center; position: absolute; border-top: solid #b474fc; } .btn { display: inline-block; padding: 8px 18px 10px; border: 1px solid; color: #FFFFFF; background-color: #349771; border-color: #349771; } .float_left { float: left; } .float_right { float: right; } /* nav */ nav ul, nav ol { margin: 0; padding: 0; list-style: none; } #mainav, .sidebar nav { line-height: normal; } #mainav { } #mainav ul { /*text-transform: uppercase;*/ } #mainav li { display: inline-block; position: relative; margin: 0 10px 0 10px; padding: 0; } #mainav li a { display: block; padding: 20px 0; } .clear { display: block; } .faico { margin: 0; padding: 0; list-style: none; } .faico li { display: inline-block; margin: 0 5px 0 0; padding: 0; line-height: normal; } .faico a { display: inline-block; width: 36px; height: 36px; line-height: 36px; font-size: 18px; text-align: center; } .faico a { color: #FFFFFF; background-color: #495056; } .faico a:hover{ background-color: #3a3d41; } .fa-cog { cursor: pointer; } /* responsive */ @-ms-viewport { width: device-width; } @media screen and (max-width:1250px) { #t_width, #t_width2, #t_width3 { width: 100%; } .container_maple { margin: 5px auto 20px auto; } .dailies, .weeklies, .mondayWeeklies { height: auto; } } @media screen and (max-width:1000px) { .hoc { max-width:90%; } #header { text-align: center; } #header #logo { /* margin-bottom: 15px; */ } #mainav { } #mainav ul { display: block; } .container { } #footer { } #t_width, #t_width2, #t_width3 { width: 100%; } .container_maple { margin: 5px auto 20px auto; } .dailies, .weeklies, .mondayWeeklies { height: auto; } .settings-content { width: 50%; } } @media screen and (min-width:978px) { .hoc { max-width:978px; } } @media screen and (max-width:750px) { #header { text-align: center; } .settings-content { width: 80%; } } @media screen and (max-width:650px) { } @media screen and (max-width:500px) { #header #logo { width: 100%; } #mainav { width: 100%; } .dailies, .weeklies, .mondayWeeklies { height: 400px; } .card_home { width: 300px; } } @media screen and (max-width:450px) { .card, .done { width: 100px; } .popup-content { width: 80%; height: 150px; } }
0.260107
0.077553
.fffff{ background: red; color: aqua; } .ratings i { color: green } .install span { font-size: 12px } .col-md-4 { margin-top: 27px } /* blog page css------------------------------------------------------------------------------ */ .card-seaction{ padding-bottom: 50px; } .pg-button{ margin-top:20px; } .card-type{ transition:transform 1s; } .card-type:hover{ transform: scale(1.05); } .profile_pic{ border-radius: 50%; } .avatar { width: 45px; height: 45px; border-radius: 50%; overflow: hidden; } /* deatil page css------------------------------------------------------------------------------ body{ margin-top:20px; font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; background-color: rgba(255, 255, 255, 1); } /* Blog Sidebar -------------------*/ .blog-aside{ } .blog-aside .widget { border-radius: 5px; overflow: hidden; margin-top: 15px; margin-bottom: 15px; width: 100%; display: inline-block; vertical-align: top; } .blog-aside .widget-body { padding: 15px; } .blog-aside .widget-title { padding: 15px; border-bottom: 1px solid #eee; } .blog-aside .widget-title h3 { font-size: 20px; font-weight: 700; color: #fc5356; margin: 0; } .blog-aside .widget-author .media { margin-bottom: 15px; } .blog-aside .widget-author p { font-size: 16px; margin: 0; } .blog-aside .widget-author .avatar { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; } .blog-aside .widget-author h6 { font-weight: 600; color: #20247b; font-size: 22px; margin: 0; padding-left: 20px; } .blog-aside .post-aside { margin-bottom: 15px; } .blog-aside .post-aside .post-aside-title h5 { margin: 0; } .blog-aside .post-aside .post-aside-title a { font-size: 18px; color: #20247b; font-weight: 600; } .blog-aside .post-aside .post-aside-meta { padding-bottom: 10px; } .blog-aside .post-aside .post-aside-meta a { color: #6F8BA4; font-size: 12px; text-transform: uppercase; display: inline-block; margin-right: 10px; } .blog-aside .latest-post-aside + .latest-post-aside { border-top: 1px solid #eee; padding-top: 15px; margin-top: 15px; } .blog-aside .latest-post-aside .lpa-right { width: 90px; } .blog-aside .latest-post-aside .lpa-right img { border-radius: 3px; } .blog-aside .latest-post-aside .lpa-left { padding-right: 15px; } .blog-aside .latest-post-aside .lpa-title h5 { margin: 0; font-size: 15px; } .blog-aside .latest-post-aside .lpa-title a { color: #20247b; font-weight: 600; } .blog-aside .latest-post-aside .lpa-meta a { color: #6F8BA4; font-size: 12px; text-transform: uppercase; display: inline-block; margin-right: 10px; } .tag-cloud a { padding: 4px 15px; font-size: 13px; color: #ffffff; background: #20247b; border-radius: 3px; margin-right: 4px; margin-bottom: 4px; } .tag-cloud a:hover { background: #fc5356; } .blog-single { padding-top: 30px; padding-bottom: 30px; } img { max-width: 100%; } img { vertical-align: middle; border-style: none; } .blog-single { padding-top: 30px; padding-bottom: 30px; } .second-header{ display:flex; color: rgba(41, 41, 41, 1); justify-content: space-between; } .second-header-part{ display:flex; justify-content: space-between; font-weight: 400; } .article { border-radius: 5px; overflow: hidden; color: rgba(41, 41, 41, 1); background: rgba(255, 255, 255, 1); padding: 15px; margin: 15px 0 30px; } .article .article-title { padding: 15px 0 20px; } .article .article-title h6 { font-size: 14px; font-weight: 700; margin-bottom: 20px; } .article .article-title h6 a { text-transform: uppercase; color: #fc5356; border-bottom: 1px solid #fc5356; } .article .article-title h2 { color: #20247b; font-weight: 600; } .article .article-title .media { padding-top: 15px; border-bottom: 1px dashed #ddd; padding-bottom: 20px; } .article .article-title .media .avatar { width: 45px; height: 45px; border-radius: 50%; overflow: hidden; } .article .article-title .media .media-body { padding-left: 8px; } .article .article-title .media .media-body label { font-weight: 600; color: #fc5356; margin: 0; } .article .article-title .media .media-body span { display: block; font-size: 12px; } .article .article-content h1, .article .article-content h2, .article .article-content h3, .article .article-content h4, .article .article-content h5, .article .article-content h6 { color:rgba(0,0,0,0.8); font-weight: 600; margin-bottom: 15px; } .article .article-content blockquote { max-width: 600px; padding: 15px 0 30px 0; margin: 0; } .article .article-content blockquote p { font-size: 20px; font-weight: 500; color: #fc5356; margin: 0; } .article .article-content blockquote .blockquote-footer { color: #20247b; font-size: 16px; } .article .article-content blockquote .blockquote-footer cite { font-weight: 600; } .article .tag-cloud { padding-top: 10px; } .article-comment { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; padding: 20px; } .article-comment h4 { color: #20247b; font-weight: 700; margin-bottom: 25px; font-size: 22px; } img { max-width: 100%; } img { vertical-align: middle; border-style: none; } /* Contact Us ---------------------*/ .contact-name { margin-bottom: 30px; } .contact-name h5 { font-size: 22px; color: #20247b; margin-bottom: 5px; font-weight: 600; } .contact-name p { font-size: 18px; margin: 0; } .social-share a { width: 40px; height: 40px; line-height: 40px; border-radius: 50%; color: #ffffff; text-align: center; margin-right: 10px; } .social-share .dribbble { box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5); background-color: #ea4c89; } .social-share .behance { box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5); background-color: #0067ff; } .social-share .linkedin { box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5); background-color: #0177ac; } .contact-form .form-control { border: none; border-bottom: 1px solid #20247b; background: transparent; border-radius: 0; padding-left: 0; box-shadow: none !important; } .contact-form .form-control:focus { border-bottom: 1px solid #fc5356; } .contact-form .form-control.invalid { border-bottom: 1px solid #ff0000; } .contact-form .send { margin-top: 20px; } @media (max-width: 767px) { .contact-form .send { margin-bottom: 20px; } } .section-title h2 { font-weight: 700; color: #20247b; font-size: 45px; margin: 0 0 15px; border-left: 5px solid #fc5356; padding-left: 15px; } .section-title { padding-bottom: 45px; } .contact-form .send { margin-top: 20px; } .px-btn { padding: 0 50px 0 20px; line-height: 60px; position: relative; display: inline-block; color: #20247b; background: none; border: none; } .px-btn:before { content: ""; position: absolute; top: 0; left: 0; display: block; border-radius: 30px; background: transparent; border: 1px solid rgba(252, 83, 86, 0.6); border-right: 1px solid transparent; -moz-transition: ease all 0.35s; -o-transition: ease all 0.35s; -webkit-transition: ease all 0.35s; transition: ease all 0.35s; width: 60px; height: 60px; } .px-btn .arrow { width: 13px; height: 2px; background: currentColor; display: inline-block; position: absolute; top: 0; bottom: 0; margin: auto; right: 25px; } .px-btn .arrow:after { width: 8px; height: 8px; border-right: 2px solid currentColor; border-top: 2px solid currentColor; content: ""; position: absolute; top: -3px; right: 0; display: inline-block; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
staticfiles/admin/css/blog.css
.fffff{ background: red; color: aqua; } .ratings i { color: green } .install span { font-size: 12px } .col-md-4 { margin-top: 27px } /* blog page css------------------------------------------------------------------------------ */ .card-seaction{ padding-bottom: 50px; } .pg-button{ margin-top:20px; } .card-type{ transition:transform 1s; } .card-type:hover{ transform: scale(1.05); } .profile_pic{ border-radius: 50%; } .avatar { width: 45px; height: 45px; border-radius: 50%; overflow: hidden; } /* deatil page css------------------------------------------------------------------------------ body{ margin-top:20px; font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; background-color: rgba(255, 255, 255, 1); } /* Blog Sidebar -------------------*/ .blog-aside{ } .blog-aside .widget { border-radius: 5px; overflow: hidden; margin-top: 15px; margin-bottom: 15px; width: 100%; display: inline-block; vertical-align: top; } .blog-aside .widget-body { padding: 15px; } .blog-aside .widget-title { padding: 15px; border-bottom: 1px solid #eee; } .blog-aside .widget-title h3 { font-size: 20px; font-weight: 700; color: #fc5356; margin: 0; } .blog-aside .widget-author .media { margin-bottom: 15px; } .blog-aside .widget-author p { font-size: 16px; margin: 0; } .blog-aside .widget-author .avatar { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; } .blog-aside .widget-author h6 { font-weight: 600; color: #20247b; font-size: 22px; margin: 0; padding-left: 20px; } .blog-aside .post-aside { margin-bottom: 15px; } .blog-aside .post-aside .post-aside-title h5 { margin: 0; } .blog-aside .post-aside .post-aside-title a { font-size: 18px; color: #20247b; font-weight: 600; } .blog-aside .post-aside .post-aside-meta { padding-bottom: 10px; } .blog-aside .post-aside .post-aside-meta a { color: #6F8BA4; font-size: 12px; text-transform: uppercase; display: inline-block; margin-right: 10px; } .blog-aside .latest-post-aside + .latest-post-aside { border-top: 1px solid #eee; padding-top: 15px; margin-top: 15px; } .blog-aside .latest-post-aside .lpa-right { width: 90px; } .blog-aside .latest-post-aside .lpa-right img { border-radius: 3px; } .blog-aside .latest-post-aside .lpa-left { padding-right: 15px; } .blog-aside .latest-post-aside .lpa-title h5 { margin: 0; font-size: 15px; } .blog-aside .latest-post-aside .lpa-title a { color: #20247b; font-weight: 600; } .blog-aside .latest-post-aside .lpa-meta a { color: #6F8BA4; font-size: 12px; text-transform: uppercase; display: inline-block; margin-right: 10px; } .tag-cloud a { padding: 4px 15px; font-size: 13px; color: #ffffff; background: #20247b; border-radius: 3px; margin-right: 4px; margin-bottom: 4px; } .tag-cloud a:hover { background: #fc5356; } .blog-single { padding-top: 30px; padding-bottom: 30px; } img { max-width: 100%; } img { vertical-align: middle; border-style: none; } .blog-single { padding-top: 30px; padding-bottom: 30px; } .second-header{ display:flex; color: rgba(41, 41, 41, 1); justify-content: space-between; } .second-header-part{ display:flex; justify-content: space-between; font-weight: 400; } .article { border-radius: 5px; overflow: hidden; color: rgba(41, 41, 41, 1); background: rgba(255, 255, 255, 1); padding: 15px; margin: 15px 0 30px; } .article .article-title { padding: 15px 0 20px; } .article .article-title h6 { font-size: 14px; font-weight: 700; margin-bottom: 20px; } .article .article-title h6 a { text-transform: uppercase; color: #fc5356; border-bottom: 1px solid #fc5356; } .article .article-title h2 { color: #20247b; font-weight: 600; } .article .article-title .media { padding-top: 15px; border-bottom: 1px dashed #ddd; padding-bottom: 20px; } .article .article-title .media .avatar { width: 45px; height: 45px; border-radius: 50%; overflow: hidden; } .article .article-title .media .media-body { padding-left: 8px; } .article .article-title .media .media-body label { font-weight: 600; color: #fc5356; margin: 0; } .article .article-title .media .media-body span { display: block; font-size: 12px; } .article .article-content h1, .article .article-content h2, .article .article-content h3, .article .article-content h4, .article .article-content h5, .article .article-content h6 { color:rgba(0,0,0,0.8); font-weight: 600; margin-bottom: 15px; } .article .article-content blockquote { max-width: 600px; padding: 15px 0 30px 0; margin: 0; } .article .article-content blockquote p { font-size: 20px; font-weight: 500; color: #fc5356; margin: 0; } .article .article-content blockquote .blockquote-footer { color: #20247b; font-size: 16px; } .article .article-content blockquote .blockquote-footer cite { font-weight: 600; } .article .tag-cloud { padding-top: 10px; } .article-comment { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; padding: 20px; } .article-comment h4 { color: #20247b; font-weight: 700; margin-bottom: 25px; font-size: 22px; } img { max-width: 100%; } img { vertical-align: middle; border-style: none; } /* Contact Us ---------------------*/ .contact-name { margin-bottom: 30px; } .contact-name h5 { font-size: 22px; color: #20247b; margin-bottom: 5px; font-weight: 600; } .contact-name p { font-size: 18px; margin: 0; } .social-share a { width: 40px; height: 40px; line-height: 40px; border-radius: 50%; color: #ffffff; text-align: center; margin-right: 10px; } .social-share .dribbble { box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5); background-color: #ea4c89; } .social-share .behance { box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5); background-color: #0067ff; } .social-share .linkedin { box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5); background-color: #0177ac; } .contact-form .form-control { border: none; border-bottom: 1px solid #20247b; background: transparent; border-radius: 0; padding-left: 0; box-shadow: none !important; } .contact-form .form-control:focus { border-bottom: 1px solid #fc5356; } .contact-form .form-control.invalid { border-bottom: 1px solid #ff0000; } .contact-form .send { margin-top: 20px; } @media (max-width: 767px) { .contact-form .send { margin-bottom: 20px; } } .section-title h2 { font-weight: 700; color: #20247b; font-size: 45px; margin: 0 0 15px; border-left: 5px solid #fc5356; padding-left: 15px; } .section-title { padding-bottom: 45px; } .contact-form .send { margin-top: 20px; } .px-btn { padding: 0 50px 0 20px; line-height: 60px; position: relative; display: inline-block; color: #20247b; background: none; border: none; } .px-btn:before { content: ""; position: absolute; top: 0; left: 0; display: block; border-radius: 30px; background: transparent; border: 1px solid rgba(252, 83, 86, 0.6); border-right: 1px solid transparent; -moz-transition: ease all 0.35s; -o-transition: ease all 0.35s; -webkit-transition: ease all 0.35s; transition: ease all 0.35s; width: 60px; height: 60px; } .px-btn .arrow { width: 13px; height: 2px; background: currentColor; display: inline-block; position: absolute; top: 0; bottom: 0; margin: auto; right: 25px; } .px-btn .arrow:after { width: 8px; height: 8px; border-right: 2px solid currentColor; border-top: 2px solid currentColor; content: ""; position: absolute; top: -3px; right: 0; display: inline-block; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
0.452052
0.071559
@font-face { font-family: 'Messina Sans Book'; src: url('MessinaSans-Book.eot'); src: local('Messina Sans Book'), local('MessinaSans-Book'), url('MessinaSans-Book.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Book.woff2') format('woff2'), url('MessinaSans-Book.woff') format('woff'), url('MessinaSans-Book.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-BlackItalic.eot'); src: local('Messina Sans Black Italic'), local('MessinaSans-BlackItalic'), url('MessinaSans-BlackItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-BlackItalic.woff2') format('woff2'), url('MessinaSans-BlackItalic.woff') format('woff'), url('MessinaSans-BlackItalic.ttf') format('truetype'); font-weight: 900; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-SemiBold.eot'); src: local('Messina Sans SemiBold'), local('MessinaSans-SemiBold'), url('MessinaSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('MessinaSans-SemiBold.woff2') format('woff2'), url('MessinaSans-SemiBold.woff') format('woff'), url('MessinaSans-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-Black.eot'); src: local('Messina Sans Black'), local('MessinaSans-Black'), url('MessinaSans-Black.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Black.woff2') format('woff2'), url('MessinaSans-Black.woff') format('woff'), url('MessinaSans-Black.ttf') format('truetype'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-Bold.eot'); src: local('Messina Sans Bold'), local('MessinaSans-Bold'), url('MessinaSans-Bold.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Bold.woff2') format('woff2'), url('MessinaSans-Bold.woff') format('woff'), url('MessinaSans-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-SemiBoldItalic.eot'); src: local('Messina Sans SemiBold Italic'), local('MessinaSans-SemiBoldItalic'), url('MessinaSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-SemiBoldItalic.woff2') format('woff2'), url('MessinaSans-SemiBoldItalic.woff') format('woff'), url('MessinaSans-SemiBoldItalic.ttf') format('truetype'); font-weight: 600; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-Regular.eot'); src: local('Messina Sans Regular'), local('MessinaSans-Regular'), url('MessinaSans-Regular.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Regular.woff2') format('woff2'), url('MessinaSans-Regular.woff') format('woff'), url('MessinaSans-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-LightItalic.eot'); src: local('Messina Sans Light Italic'), local('MessinaSans-LightItalic'), url('MessinaSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-LightItalic.woff2') format('woff2'), url('MessinaSans-LightItalic.woff') format('woff'), url('MessinaSans-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-BoldItalic.eot'); src: local('Messina Sans Bold Italic'), local('MessinaSans-BoldItalic'), url('MessinaSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-BoldItalic.woff2') format('woff2'), url('MessinaSans-BoldItalic.woff') format('woff'), url('MessinaSans-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; } @font-face { font-family: 'Messina Sans Book'; src: url('MessinaSans-BookItalic.eot'); src: local('Messina Sans Book Italic'), local('MessinaSans-BookItalic'), url('MessinaSans-BookItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-BookItalic.woff2') format('woff2'), url('MessinaSans-BookItalic.woff') format('woff'), url('MessinaSans-BookItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-RegularItalic.eot'); src: local('Messina Sans Regular Italic'), local('MessinaSans-RegularItalic'), url('MessinaSans-RegularItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-RegularItalic.woff2') format('woff2'), url('MessinaSans-RegularItalic.woff') format('woff'), url('MessinaSans-RegularItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-Light.eot'); src: local('Messina Sans Light'), local('MessinaSans-Light'), url('MessinaSans-Light.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Light.woff2') format('woff2'), url('MessinaSans-Light.woff') format('woff'), url('MessinaSans-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; }
src/fonts/MessinaSans/stylesheet.css
@font-face { font-family: 'Messina Sans Book'; src: url('MessinaSans-Book.eot'); src: local('Messina Sans Book'), local('MessinaSans-Book'), url('MessinaSans-Book.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Book.woff2') format('woff2'), url('MessinaSans-Book.woff') format('woff'), url('MessinaSans-Book.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-BlackItalic.eot'); src: local('Messina Sans Black Italic'), local('MessinaSans-BlackItalic'), url('MessinaSans-BlackItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-BlackItalic.woff2') format('woff2'), url('MessinaSans-BlackItalic.woff') format('woff'), url('MessinaSans-BlackItalic.ttf') format('truetype'); font-weight: 900; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-SemiBold.eot'); src: local('Messina Sans SemiBold'), local('MessinaSans-SemiBold'), url('MessinaSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('MessinaSans-SemiBold.woff2') format('woff2'), url('MessinaSans-SemiBold.woff') format('woff'), url('MessinaSans-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-Black.eot'); src: local('Messina Sans Black'), local('MessinaSans-Black'), url('MessinaSans-Black.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Black.woff2') format('woff2'), url('MessinaSans-Black.woff') format('woff'), url('MessinaSans-Black.ttf') format('truetype'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-Bold.eot'); src: local('Messina Sans Bold'), local('MessinaSans-Bold'), url('MessinaSans-Bold.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Bold.woff2') format('woff2'), url('MessinaSans-Bold.woff') format('woff'), url('MessinaSans-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-SemiBoldItalic.eot'); src: local('Messina Sans SemiBold Italic'), local('MessinaSans-SemiBoldItalic'), url('MessinaSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-SemiBoldItalic.woff2') format('woff2'), url('MessinaSans-SemiBoldItalic.woff') format('woff'), url('MessinaSans-SemiBoldItalic.ttf') format('truetype'); font-weight: 600; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-Regular.eot'); src: local('Messina Sans Regular'), local('MessinaSans-Regular'), url('MessinaSans-Regular.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Regular.woff2') format('woff2'), url('MessinaSans-Regular.woff') format('woff'), url('MessinaSans-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-LightItalic.eot'); src: local('Messina Sans Light Italic'), local('MessinaSans-LightItalic'), url('MessinaSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-LightItalic.woff2') format('woff2'), url('MessinaSans-LightItalic.woff') format('woff'), url('MessinaSans-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-BoldItalic.eot'); src: local('Messina Sans Bold Italic'), local('MessinaSans-BoldItalic'), url('MessinaSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-BoldItalic.woff2') format('woff2'), url('MessinaSans-BoldItalic.woff') format('woff'), url('MessinaSans-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; } @font-face { font-family: 'Messina Sans Book'; src: url('MessinaSans-BookItalic.eot'); src: local('Messina Sans Book Italic'), local('MessinaSans-BookItalic'), url('MessinaSans-BookItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-BookItalic.woff2') format('woff2'), url('MessinaSans-BookItalic.woff') format('woff'), url('MessinaSans-BookItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-RegularItalic.eot'); src: local('Messina Sans Regular Italic'), local('MessinaSans-RegularItalic'), url('MessinaSans-RegularItalic.eot?#iefix') format('embedded-opentype'), url('MessinaSans-RegularItalic.woff2') format('woff2'), url('MessinaSans-RegularItalic.woff') format('woff'), url('MessinaSans-RegularItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Messina Sans'; src: url('MessinaSans-Light.eot'); src: local('Messina Sans Light'), local('MessinaSans-Light'), url('MessinaSans-Light.eot?#iefix') format('embedded-opentype'), url('MessinaSans-Light.woff2') format('woff2'), url('MessinaSans-Light.woff') format('woff'), url('MessinaSans-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; }
0.272799
0.056809
.content_block { max-width: 1280px; width: auto; height: auto; font-size: 20px; margin: 30px auto 140px; padding: 0 15px; } @media (max-width: 722px) { .content_block { margin: 30px auto 50px; } } .content_block .product_leftside { float: left; width: 40%; padding-left: 100px; -webkit-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 1160px) { .content_block .product_leftside { padding-left: 4%; } } @media (max-width: 1024px) { .content_block .product_leftside { width: auto; } } @media (max-width: 722px) { .content_block .product_leftside { float: none; margin: 0 auto; width: auto; padding-left: 8%; } } @media (max-width: 530px) { .content_block .product_leftside { width: auto; } } .content_block .product_leftside .leftside_photo { width: 72px; display: inline-block; float: left; margin-right: 20px; } .content_block .product_leftside .leftside_photo a { text-decoration: none; display: block; border: 0.5px solid white; margin-bottom: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 155px; } .content_block .product_leftside .leftside_photo a:hover, .content_block .product_leftside .leftside_photo a.active { border: 0.5px solid #858585; border-top: 0.5px solid #858585; } .content_block .product_leftside .leftside_photo a img { width: 70px; height: 88.5px; padding-top: 0.5px; padding-top: 33px; padding-left: 0.5px; } .content_block .product_leftside .leftside_photo a:nth-child(2) { border-top: 0.5px solid white; } .content_block .product_leftside .leftside_photo a:nth-child(2):hover, .content_block .product_leftside .leftside_photo a:nth-child(2).active { border-top: 0.5px solid #858585; } .content_block .product_leftside .rightside_photo { display: inline-block; float: left; height: 495px; border: solid 1px #858585; } .content_block .product_leftside .rightside_photo img { display: none; width: 230px; height: 291px; padding-top: 103px; } @media (max-width: 400px) { .content_block .product_leftside .rightside_photo img { width: 170px; } } .content_block .product_leftside .rightside_photo img.active { display: block; } .content_block .product_rightside { float: left; } @media (max-width: 1024px) { .content_block .product_rightside { width: 45%; margin-left: 20px; } } @media (max-width: 722px) { .content_block .product_rightside { width: auto; } } .content_block .product_rightside h1 { font-size: 48px; line-height: normal; margin-bottom: 28px; } @media (max-width: 530px) { .content_block .product_rightside h1 { font-size: 24px; padding-left: 200px; } } @media (max-width: 400px) { .content_block .product_rightside h1 { padding-left: 160px; } } .content_block .product_rightside h2 { font-size: 20px; line-height: normal; margin-bottom: 18px; } @media (max-width: 530px) { .content_block .product_rightside h2 { font-size: 16px; } } .content_block .product_rightside a.download { background: url(../images/icon-pdf-download@2x.png) no-repeat; background-size: 30px 30px; background-position: 0px 0; text-decoration: none; display: block; width: 140px; height: 30px; color: black; padding-left: 40px; } @media (max-width: 530px) { .content_block .product_rightside a.download { font-size: 16px; } } .content_block .product_rightside a.download span { border-bottom: 1px solid black; font-size: 16px; line-height: normal; } .content_block .product_rightside a.choose_color { width: 268px; height: 60px; border: 1px solid black; text-decoration: none; display: block; font-size: 24px; font-weight: bold; line-height: normal; letter-spacing: normal; padding: 14px 0 14px 59px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 38px; color: black; background: url(../images/icon-move-s@2x.png) no-repeat; background-size: 13px 26px; background-position: 197px 18px; } @media (max-width: 722px) { .content_block .product_rightside a.choose_color { margin: 38px auto 0; } } @media (max-width: 530px) { .content_block .product_rightside a.choose_color { margin-top: 15px; } }
stylesheets/product_subpage.css
.content_block { max-width: 1280px; width: auto; height: auto; font-size: 20px; margin: 30px auto 140px; padding: 0 15px; } @media (max-width: 722px) { .content_block { margin: 30px auto 50px; } } .content_block .product_leftside { float: left; width: 40%; padding-left: 100px; -webkit-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 1160px) { .content_block .product_leftside { padding-left: 4%; } } @media (max-width: 1024px) { .content_block .product_leftside { width: auto; } } @media (max-width: 722px) { .content_block .product_leftside { float: none; margin: 0 auto; width: auto; padding-left: 8%; } } @media (max-width: 530px) { .content_block .product_leftside { width: auto; } } .content_block .product_leftside .leftside_photo { width: 72px; display: inline-block; float: left; margin-right: 20px; } .content_block .product_leftside .leftside_photo a { text-decoration: none; display: block; border: 0.5px solid white; margin-bottom: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 155px; } .content_block .product_leftside .leftside_photo a:hover, .content_block .product_leftside .leftside_photo a.active { border: 0.5px solid #858585; border-top: 0.5px solid #858585; } .content_block .product_leftside .leftside_photo a img { width: 70px; height: 88.5px; padding-top: 0.5px; padding-top: 33px; padding-left: 0.5px; } .content_block .product_leftside .leftside_photo a:nth-child(2) { border-top: 0.5px solid white; } .content_block .product_leftside .leftside_photo a:nth-child(2):hover, .content_block .product_leftside .leftside_photo a:nth-child(2).active { border-top: 0.5px solid #858585; } .content_block .product_leftside .rightside_photo { display: inline-block; float: left; height: 495px; border: solid 1px #858585; } .content_block .product_leftside .rightside_photo img { display: none; width: 230px; height: 291px; padding-top: 103px; } @media (max-width: 400px) { .content_block .product_leftside .rightside_photo img { width: 170px; } } .content_block .product_leftside .rightside_photo img.active { display: block; } .content_block .product_rightside { float: left; } @media (max-width: 1024px) { .content_block .product_rightside { width: 45%; margin-left: 20px; } } @media (max-width: 722px) { .content_block .product_rightside { width: auto; } } .content_block .product_rightside h1 { font-size: 48px; line-height: normal; margin-bottom: 28px; } @media (max-width: 530px) { .content_block .product_rightside h1 { font-size: 24px; padding-left: 200px; } } @media (max-width: 400px) { .content_block .product_rightside h1 { padding-left: 160px; } } .content_block .product_rightside h2 { font-size: 20px; line-height: normal; margin-bottom: 18px; } @media (max-width: 530px) { .content_block .product_rightside h2 { font-size: 16px; } } .content_block .product_rightside a.download { background: url(../images/icon-pdf-download@2x.png) no-repeat; background-size: 30px 30px; background-position: 0px 0; text-decoration: none; display: block; width: 140px; height: 30px; color: black; padding-left: 40px; } @media (max-width: 530px) { .content_block .product_rightside a.download { font-size: 16px; } } .content_block .product_rightside a.download span { border-bottom: 1px solid black; font-size: 16px; line-height: normal; } .content_block .product_rightside a.choose_color { width: 268px; height: 60px; border: 1px solid black; text-decoration: none; display: block; font-size: 24px; font-weight: bold; line-height: normal; letter-spacing: normal; padding: 14px 0 14px 59px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 38px; color: black; background: url(../images/icon-move-s@2x.png) no-repeat; background-size: 13px 26px; background-position: 197px 18px; } @media (max-width: 722px) { .content_block .product_rightside a.choose_color { margin: 38px auto 0; } } @media (max-width: 530px) { .content_block .product_rightside a.choose_color { margin-top: 15px; } }
0.394201
0.073264
@media (min-width:320px) and (max-width:425px) { html, body { width: 100vw; overflow-x: hidden; } .container-cabecalho { height: 100px; display: flex; align-items: center; justify-content: center; } .conteudo-cabecalho { display: flex; flex-direction: column; justify-content: center; align-items: center; } .conteudo-cabecalho .box-logo { width: 90%; border-bottom: 1px solid rgb(139, 137, 137); display: flex; align-items: center; justify-content: center; } .conteudo-cabecalho .navegacao { padding: 5px; display: flex; align-items: center; justify-content: space-around; } .conteudo-cabecalho .navegacao a { font-weight: 700; } .container-conteudo { height: 200px; } .container-conteudo .box-titulo .titulo h1, .container-conteudo .box-titulo .titulo span { font-size: 1.5rem; padding: 10px; } .box-info-pagina { display: flex; align-items: center; justify-content: center; } .box-info-pagina h1, .box-info-pagina p { width: 100%; font-size: 0.8rem; text-align: center; } .lista-pagina { margin-bottom: 10px; display: flex; align-items: center; justify-content: center; } .lista-pagina .sobre-info ul li { font-size: 0.7rem; } .lista-pagina .img-med { display: none; } .box-info-pagina .texto { width: 15rem; font-size: 0.8rem; text-align: center; } .rota { width: 90%; } .medicos .nav-medico { display: flex; justify-content: center; flex-wrap: wrap; } .medicos .med-item { font-weight: 600; font-size: 0.8rem; } .box-info-pagina.-texto-variacao p { width: 18rem; font-size: 0.8rem; } .foto-medico { display: none; } } @media (min-width:426px) and (max-width:768px) { html, body { width: 100vw; overflow-x: hidden; } .container-conteudo { height: 400px; } .container-cabecalho { width: 100vw; height: 50px; display: flex; align-items: center; justify-content: center; } .conteudo-cabecalho .navegacao { padding: 5px; display: flex; align-items: center; justify-content: space-around; } .container-conteudo { height: 200px; } .container-conteudo .box-titulo .titulo h1, .container-conteudo .box-titulo .titulo span { font-size: 1.8rem; padding: 10px; } .box-info-pagina { display: flex; align-items: center; justify-content: center; } .box-info-pagina h1, .box-info-pagina p { width: 100%; font-size: 1rem; text-align: center; } .lista-pagina { margin-bottom: 10px; display: flex; align-items: center; justify-content: center; } .lista-pagina .sobre-info ul li { font-size: 0.9rem; } .lista-pagina .img-med { display: none; } .box-info-pagina .texto { font-size: 0.8rem; text-align: center; } .rota { width: 90%; } .medicos .nav-medico { display: flex; justify-content: center; flex-wrap: wrap; } .medicos .med-item { font-weight: 600; font-size: 0.8rem; } .box-info-pagina.-texto-variacao p { width: 18rem; font-size: 0.8rem; } .foto-medico { display: none; } } @media (min-width:769px) and (max-width:1024px) { body { overflow-x: hidden; } .container-conteudo { width: 100%; height: 500px; position: relative; background-image: url(../assets/recepcao.png); background-repeat: no-repeat; background-size: cover; background-position: center; } .container-cabecalho { width: 100vw; height: 50px; display: flex; align-items: center; justify-content: center; } .conteudo-cabecalho .navegacao { padding: 5px; display: flex; align-items: center; justify-content: space-around; } .container-conteudo { height: 200px; } .container-conteudo .box-titulo .titulo h1, .container-conteudo .box-titulo .titulo span { font-size: 1.9rem; padding: 10px; } .box-info-pagina { display: flex; align-items: center; justify-content: center; } .box-info-pagina h1, .box-info-pagina p { width: 100%; font-size: 1rem; text-align: center; } .lista-pagina { margin-bottom: 10px; display: flex; align-items: center; justify-content: center; } .lista-pagina .sobre-info ul li { font-size: 1rem; } .box-info-pagina .texto { font-size: 1rem; text-align: center; } .rota { width: 100%; } .medicos .nav-medico { display: flex; justify-content: center; flex-wrap: wrap; } .medicos .med-item { font-weight: 600; font-size: 0.8rem; } .box-info-pagina.-texto-variacao p { width: 25rem; font-size: 1rem; } }
Projetos/Home/projetos/clinica-medica/css/responsivo.css
@media (min-width:320px) and (max-width:425px) { html, body { width: 100vw; overflow-x: hidden; } .container-cabecalho { height: 100px; display: flex; align-items: center; justify-content: center; } .conteudo-cabecalho { display: flex; flex-direction: column; justify-content: center; align-items: center; } .conteudo-cabecalho .box-logo { width: 90%; border-bottom: 1px solid rgb(139, 137, 137); display: flex; align-items: center; justify-content: center; } .conteudo-cabecalho .navegacao { padding: 5px; display: flex; align-items: center; justify-content: space-around; } .conteudo-cabecalho .navegacao a { font-weight: 700; } .container-conteudo { height: 200px; } .container-conteudo .box-titulo .titulo h1, .container-conteudo .box-titulo .titulo span { font-size: 1.5rem; padding: 10px; } .box-info-pagina { display: flex; align-items: center; justify-content: center; } .box-info-pagina h1, .box-info-pagina p { width: 100%; font-size: 0.8rem; text-align: center; } .lista-pagina { margin-bottom: 10px; display: flex; align-items: center; justify-content: center; } .lista-pagina .sobre-info ul li { font-size: 0.7rem; } .lista-pagina .img-med { display: none; } .box-info-pagina .texto { width: 15rem; font-size: 0.8rem; text-align: center; } .rota { width: 90%; } .medicos .nav-medico { display: flex; justify-content: center; flex-wrap: wrap; } .medicos .med-item { font-weight: 600; font-size: 0.8rem; } .box-info-pagina.-texto-variacao p { width: 18rem; font-size: 0.8rem; } .foto-medico { display: none; } } @media (min-width:426px) and (max-width:768px) { html, body { width: 100vw; overflow-x: hidden; } .container-conteudo { height: 400px; } .container-cabecalho { width: 100vw; height: 50px; display: flex; align-items: center; justify-content: center; } .conteudo-cabecalho .navegacao { padding: 5px; display: flex; align-items: center; justify-content: space-around; } .container-conteudo { height: 200px; } .container-conteudo .box-titulo .titulo h1, .container-conteudo .box-titulo .titulo span { font-size: 1.8rem; padding: 10px; } .box-info-pagina { display: flex; align-items: center; justify-content: center; } .box-info-pagina h1, .box-info-pagina p { width: 100%; font-size: 1rem; text-align: center; } .lista-pagina { margin-bottom: 10px; display: flex; align-items: center; justify-content: center; } .lista-pagina .sobre-info ul li { font-size: 0.9rem; } .lista-pagina .img-med { display: none; } .box-info-pagina .texto { font-size: 0.8rem; text-align: center; } .rota { width: 90%; } .medicos .nav-medico { display: flex; justify-content: center; flex-wrap: wrap; } .medicos .med-item { font-weight: 600; font-size: 0.8rem; } .box-info-pagina.-texto-variacao p { width: 18rem; font-size: 0.8rem; } .foto-medico { display: none; } } @media (min-width:769px) and (max-width:1024px) { body { overflow-x: hidden; } .container-conteudo { width: 100%; height: 500px; position: relative; background-image: url(../assets/recepcao.png); background-repeat: no-repeat; background-size: cover; background-position: center; } .container-cabecalho { width: 100vw; height: 50px; display: flex; align-items: center; justify-content: center; } .conteudo-cabecalho .navegacao { padding: 5px; display: flex; align-items: center; justify-content: space-around; } .container-conteudo { height: 200px; } .container-conteudo .box-titulo .titulo h1, .container-conteudo .box-titulo .titulo span { font-size: 1.9rem; padding: 10px; } .box-info-pagina { display: flex; align-items: center; justify-content: center; } .box-info-pagina h1, .box-info-pagina p { width: 100%; font-size: 1rem; text-align: center; } .lista-pagina { margin-bottom: 10px; display: flex; align-items: center; justify-content: center; } .lista-pagina .sobre-info ul li { font-size: 1rem; } .box-info-pagina .texto { font-size: 1rem; text-align: center; } .rota { width: 100%; } .medicos .nav-medico { display: flex; justify-content: center; flex-wrap: wrap; } .medicos .med-item { font-weight: 600; font-size: 0.8rem; } .box-info-pagina.-texto-variacao p { width: 25rem; font-size: 1rem; } }
0.266262
0.10307
html { width: 100%; height: 100%; overflow-x: hidden; text-rendering: optimizeLegibility; } body { width: 100%; height: 100%; text-rendering: optimizeLegibility; margin: 0; padding: 0; } .about { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background: #000; color: #fff; font-family: "Noto Sans", sans-serif; letter-spacing: 0px; line-height: 140%; display: none; } .about p { position: absolute; width: 40%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } @media (max-width: 600px) { .about p { width: 80%; } } .wrap { width: 100%; height: 100%; position: relative; top: 0; left: 0; } .cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; background: url(../images/bop-cover.jpg) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .cover .git-button { position: absolute; top: 24px; right: 24px; padding: 12px; background: #fff; color: rgba(0, 0, 0, 0.4); -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; cursor: pointer; -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; } .cover .git-button:hover { background: url(../images/grade-nav.png) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: #fff; } .cover .git-button img { width: 32px; display: inline-block; margin-top: -4px; } .cover .git-button img:nth-child(1) { display: none; } .cover .git-button:hover img:nth-child(2) { display: none; } .cover .git-button:hover img:nth-child(1) { display: inline-block; } nav { position: absolute; right: 160px; top: 24px; display: block; } nav ul { list-style-type: none; } nav ul li { padding: 12px; display: inline-block; color: #fff; font-family: "Noto Sans", sans-serif; cursor: pointer; } #ab, #docs, #eg, #me { position: relative; } #ab::after, #docs::after, #eg::after, #me::after { -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1); position: absolute; bottom: 0px; left: 0; width: 0%; height: 4px; background: url(../images/grade-nav.png) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; content: ""; left: 50%; -webkit-transform: translate(-50%); -moz-transform: translate(-50%); -o-transform: translate(-50%); transform: translate(-50%); } #ab:hover::after, #docs:hover::after, #eg:hover::after, #me:hover::after { width: 100%; } .content { position: absolute; top: 94%; left: 50%; -webkit-transform: translate(-50%); -moz-transform: translate(-50%); -o-transform: translate(-50%); transform: translate(-50%); width: 80%; height: auto; } .content .buttons { position: relative; left: 0; top: 0; width: 100%; background: #fff; display: inline-block; padding: 42px; -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); } .content .buttons h2 { font-family: "Montserrat", sans-serif; letter-spacing: 0.2px; font-weight: 800; color: #1B1527; width: 100%; background: #B388FF; padding: 22px; } .content .buttons .button { margin-left: 6px; margin-top: -20px; font-size: 16px; font-family: "Noto Sans", sans-serif; color: #505050 !important; padding: 12px; background: #fff; -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .content .buttons .button:hover { -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5); -o-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5); box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5); } .shade { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none; z-index: 1000000; } #material-light { display: none; position: fixed; z-index: 10000000; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #fff; padding: 12px; width: 40%; height: auto; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); } #material-light h1 { font-family: "Noto Sans", sans-serif; color: #000; opacity: 0.8; letter-spacing: 0px; line-height: 120%; font-size: 20px; padding: 12px; font-weight: 800; } #material-light p { padding: 12px; line-height: 160%; font-size: 18px; color: rgba(0, 0, 0, 0.4); font-weight: 500; letter-spacing: 0px; margin-top: -12px; } #material-light .exit { color: #009688 !important; padding: 6px; font-family: "Noto Sans", sans-serif; background: #fff; position: absolute; bottom: 12px; right: 12px; font-size: 16px; font-weight: 900; cursor: pointer; } #material-light .exit:hover { background: #eee; } #material-dark { display: none; position: fixed; z-index: 10000000; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #282C34; padding: 12px; width: 40%; height: auto; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); } #material-dark h1 { font-family: "Noto Sans", sans-serif; color: #eeeeee; opacity: 0.8; letter-spacing: 0px; line-height: 120%; font-size: 20px; padding: 12px; font-weight: 800; } #material-dark p { padding: 12px; line-height: 160%; font-size: 18px; color: #eeeeee; font-weight: 500; letter-spacing: 0px; margin-top: -12px; } #material-dark .exit { color: #009688 !important; padding: 6px; font-family: "Noto Sans", sans-serif; position: absolute; bottom: 12px; right: 12px; font-size: 16px; font-weight: 900; cursor: pointer; } #material-dark .exit:hover { background: #212121; } #material-light-anime { -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); display: none; overflow: hidden !important; width: 20px; height: 20px; position: fixed; z-index: 10000000; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #fff; padding: 12px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); } #material-light-anime h1 { font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); color: #000; opacity: 0.0; letter-spacing: 0px; line-height: 120%; font-size: 20px; padding: 12px; font-weight: 800; overflow: hidden; margin-top: 40px; } #material-light-anime p { -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); opacity: 0.0; overflow: hidden; padding: 12px; line-height: 160%; font-size: 18px; color: rgba(0, 0, 0, 0.4); font-weight: 500; letter-spacing: 0px; margin-top: 20px; } #material-light-anime .exit { color: #009688 !important; padding: 6px; font-family: "Noto Sans", sans-serif; background: #fff; position: absolute; bottom: 12px; right: 12px; font-size: 16px; font-weight: 900; cursor: pointer; } #material-light-anime .exit:hover { background: #eee; } #material-dark-anime { -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); display: none; overflow: hidden !important; width: 20px; height: 20px; position: fixed; z-index: 10000000; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #282C34; padding: 12px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); } #material-dark-anime h1 { font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); color: #eeeeee; opacity: 0.0; letter-spacing: 0px; line-height: 120%; font-size: 20px; padding: 12px; font-weight: 800; overflow: hidden; margin-top: 40px; } #material-dark-anime p { -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); opacity: 0.0; overflow: hidden; padding: 12px; line-height: 160%; font-size: 18px; color: #eeeeee !important; font-weight: 500; letter-spacing: 0px; margin-top: 20px; } #material-dark-anime .exit { color: #009688 !important; padding: 6px; font-family: "Noto Sans", sans-serif; position: absolute; bottom: 12px; right: 12px; font-size: 16px; font-weight: 900; cursor: pointer; } #material-dark-anime .exit:hover { background: #212121; } #ios-light { position: fixed; overflow: hidden; width: 40%; height: auto; padding: 0px; background: #F9F9F9; opacity: 1; z-index: 1000000000; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: none; opacity: 0.8; } #ios-light h1 { padding-top: 20px; color: #000; font-family: "Noto Sans", sans-serif; letter-spacing: 0px; font-size: 18px; font-weight: 900; } #ios-light p { font-weight: 500; font-family: sans-serif; margin-top: -4px; } #ios-light .exit { font-weight: 900; font-family: "Noto Sans", sans-serif; color: #0075FF; width: 100%; border-top: 1px solid rgba(0, 0, 0, 0.4); padding-top: 12px; padding-bottom: 12px; cursor: pointer; } #ios-light .exit:hover { background: #ccc; } #ios-dark { position: fixed; overflow: hidden; width: 40%; height: auto; padding: 0px; background: rgba(0, 0, 0, 0.7); opacity: 1; z-index: 1000000000; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: none; opacity: 0.8; } #ios-dark h1 { padding-top: 20px; color: #fff; font-family: "Noto Sans", sans-serif; letter-spacing: 0px; font-size: 18px; font-weight: 900; } #ios-dark p { font-weight: 500; font-family: sans-serif; margin-top: -4px; color: #fff; } #ios-dark .exit { font-weight: 900; font-family: "Noto Sans", sans-serif; color: #fff; width: 100%; border-top: 1px solid rgba(225, 225, 225, 0.4); padding-top: 12px; padding-bottom: 12px; cursor: pointer; } #ios-dark .exit:hover { background: #303030; } #modern-light { top: 40% !important; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 100000000; width: 40%; height: auto; display: none; } #modern-light h1 { color: #000; position: absolute; top: -60px; left: -80px; font-size: 42px; letter-spacing: -1px; font-family: "Montserrat", sans-serif; font-weight: 900; z-index: 20; } #modern-light p { position: absolute; left: 80px; top: -90px; background: #fff; padding: 29px; padding-top: 90px; font-family: "Noto Sans", sans-serif; } #modern-light .exit { position: absolute; top: -46px; right: 44px; color: #fff; cursor: pointer; font-family: "Noto Sans", sans-serif; font-weight: 900; padding: 6px; z-index: 100 !important; letter-spacing: 1px; } #modern-light .exit::after { position: absolute; bottom: -4px; left: -4px; background: #000; content: ""; height: 100px; width: 58px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); z-index: -1; } #modern-light .exit:hover { color: #000; } #modern-light .exit:hover::after { height: 2px; } #modern-light-anime { top: 60%; left: 50%; transform: translate3d(-50%, -50%, 0); position: fixed; z-index: 100000000; width: 40%; height: auto; display: none; opacity: 0.0; -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); } #modern-light-anime h1 { color: #000; position: absolute; top: -60px; left: -80px; transform: translate3d(0, 60px, 0); font-size: 42px; letter-spacing: -1px; font-family: "Montserrat", sans-serif; font-weight: 900; z-index: 20; -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); } #modern-light-anime p { position: absolute; left: 80px; top: -90px; background: #fff; padding: 29px; padding-top: 90px; font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transform: translate3d(0, 60px, 0); } #modern-light-anime .exit { position: absolute; top: -46px; right: 44px; color: #fff; cursor: pointer; font-family: "Noto Sans", sans-serif; font-weight: 900; padding: 6px; z-index: 100 !important; letter-spacing: 1px; } #modern-light-anime .exit::after { position: absolute; bottom: -4px; left: -4px; background: #000; content: ""; height: 100px; width: 58px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); z-index: -1; } #modern-light-anime .exit:hover { color: #000; } #modern-light-anime .exit:hover::after { height: 2px; } #modern-dark-anime { top: 60%; left: 50%; transform: translate3d(-50%, -50%, 0); position: fixed; z-index: 100000000; width: 40%; height: auto; display: none; opacity: 0.0; -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); } #modern-dark-anime h1 { color: #fff; position: absolute; top: -60px; left: -80px; transform: translate3d(0, 60px, 0); font-size: 42px; letter-spacing: -1px; font-family: "Montserrat", sans-serif; font-weight: 900; z-index: 20; -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); } #modern-dark-anime p { position: absolute; left: 80px; top: -90px; background: #000; color: #fff; padding: 29px; padding-top: 90px; font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transform: translate3d(0, 60px, 0); } #modern-dark-anime .exit { position: absolute; top: -46px; right: 44px; color: #000; cursor: pointer; font-family: "Noto Sans", sans-serif; font-weight: 900; padding: 6px; z-index: 100 !important; letter-spacing: 1px; } #modern-dark-anime .exit::after { position: absolute; bottom: -4px; left: -4px; background: #ccc; content: ""; height: 100px; width: 58px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); z-index: -1; } #modern-dark-anime .exit:hover { color: #fff; } #modern-dark-anime .exit:hover::after { height: 2px; } #modern-dark { top: 40% !important; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 100000000; width: 40%; height: auto; display: none; } #modern-dark h1 { color: #fff; position: absolute; top: -60px; left: -80px; font-size: 42px; letter-spacing: -1px; font-family: "Montserrat", sans-serif; font-weight: 900; z-index: 20; } #modern-dark p { position: absolute; left: 80px; top: -90px; background: #000; color: #fff; padding: 29px; padding-top: 90px; font-family: "Noto Sans", sans-serif; } #modern-dark .exit { position: absolute; top: -46px; right: 44px; color: #000; cursor: pointer; font-family: "Noto Sans", sans-serif; font-weight: 900; padding: 6px; z-index: 100 !important; letter-spacing: 1px; } #modern-dark .exit::after { position: absolute; bottom: -4px; left: -4px; background: #ccc; content: ""; height: 100px; width: 58px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); z-index: -1; } #modern-dark .exit:hover { color: #fff; } #modern-dark .exit:hover::after { height: 2px; } .shade-light { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(225, 225, 225, 0.7); display: none; } /*# sourceMappingURL=main.css.map */
styles/main.css
html { width: 100%; height: 100%; overflow-x: hidden; text-rendering: optimizeLegibility; } body { width: 100%; height: 100%; text-rendering: optimizeLegibility; margin: 0; padding: 0; } .about { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background: #000; color: #fff; font-family: "Noto Sans", sans-serif; letter-spacing: 0px; line-height: 140%; display: none; } .about p { position: absolute; width: 40%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } @media (max-width: 600px) { .about p { width: 80%; } } .wrap { width: 100%; height: 100%; position: relative; top: 0; left: 0; } .cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; background: url(../images/bop-cover.jpg) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .cover .git-button { position: absolute; top: 24px; right: 24px; padding: 12px; background: #fff; color: rgba(0, 0, 0, 0.4); -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; cursor: pointer; -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; } .cover .git-button:hover { background: url(../images/grade-nav.png) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: #fff; } .cover .git-button img { width: 32px; display: inline-block; margin-top: -4px; } .cover .git-button img:nth-child(1) { display: none; } .cover .git-button:hover img:nth-child(2) { display: none; } .cover .git-button:hover img:nth-child(1) { display: inline-block; } nav { position: absolute; right: 160px; top: 24px; display: block; } nav ul { list-style-type: none; } nav ul li { padding: 12px; display: inline-block; color: #fff; font-family: "Noto Sans", sans-serif; cursor: pointer; } #ab, #docs, #eg, #me { position: relative; } #ab::after, #docs::after, #eg::after, #me::after { -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1); position: absolute; bottom: 0px; left: 0; width: 0%; height: 4px; background: url(../images/grade-nav.png) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; content: ""; left: 50%; -webkit-transform: translate(-50%); -moz-transform: translate(-50%); -o-transform: translate(-50%); transform: translate(-50%); } #ab:hover::after, #docs:hover::after, #eg:hover::after, #me:hover::after { width: 100%; } .content { position: absolute; top: 94%; left: 50%; -webkit-transform: translate(-50%); -moz-transform: translate(-50%); -o-transform: translate(-50%); transform: translate(-50%); width: 80%; height: auto; } .content .buttons { position: relative; left: 0; top: 0; width: 100%; background: #fff; display: inline-block; padding: 42px; -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); } .content .buttons h2 { font-family: "Montserrat", sans-serif; letter-spacing: 0.2px; font-weight: 800; color: #1B1527; width: 100%; background: #B388FF; padding: 22px; } .content .buttons .button { margin-left: 6px; margin-top: -20px; font-size: 16px; font-family: "Noto Sans", sans-serif; color: #505050 !important; padding: 12px; background: #fff; -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .content .buttons .button:hover { -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5); -o-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5); box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5); } .shade { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none; z-index: 1000000; } #material-light { display: none; position: fixed; z-index: 10000000; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #fff; padding: 12px; width: 40%; height: auto; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); } #material-light h1 { font-family: "Noto Sans", sans-serif; color: #000; opacity: 0.8; letter-spacing: 0px; line-height: 120%; font-size: 20px; padding: 12px; font-weight: 800; } #material-light p { padding: 12px; line-height: 160%; font-size: 18px; color: rgba(0, 0, 0, 0.4); font-weight: 500; letter-spacing: 0px; margin-top: -12px; } #material-light .exit { color: #009688 !important; padding: 6px; font-family: "Noto Sans", sans-serif; background: #fff; position: absolute; bottom: 12px; right: 12px; font-size: 16px; font-weight: 900; cursor: pointer; } #material-light .exit:hover { background: #eee; } #material-dark { display: none; position: fixed; z-index: 10000000; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #282C34; padding: 12px; width: 40%; height: auto; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); } #material-dark h1 { font-family: "Noto Sans", sans-serif; color: #eeeeee; opacity: 0.8; letter-spacing: 0px; line-height: 120%; font-size: 20px; padding: 12px; font-weight: 800; } #material-dark p { padding: 12px; line-height: 160%; font-size: 18px; color: #eeeeee; font-weight: 500; letter-spacing: 0px; margin-top: -12px; } #material-dark .exit { color: #009688 !important; padding: 6px; font-family: "Noto Sans", sans-serif; position: absolute; bottom: 12px; right: 12px; font-size: 16px; font-weight: 900; cursor: pointer; } #material-dark .exit:hover { background: #212121; } #material-light-anime { -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); display: none; overflow: hidden !important; width: 20px; height: 20px; position: fixed; z-index: 10000000; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #fff; padding: 12px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); } #material-light-anime h1 { font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); color: #000; opacity: 0.0; letter-spacing: 0px; line-height: 120%; font-size: 20px; padding: 12px; font-weight: 800; overflow: hidden; margin-top: 40px; } #material-light-anime p { -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); opacity: 0.0; overflow: hidden; padding: 12px; line-height: 160%; font-size: 18px; color: rgba(0, 0, 0, 0.4); font-weight: 500; letter-spacing: 0px; margin-top: 20px; } #material-light-anime .exit { color: #009688 !important; padding: 6px; font-family: "Noto Sans", sans-serif; background: #fff; position: absolute; bottom: 12px; right: 12px; font-size: 16px; font-weight: 900; cursor: pointer; } #material-light-anime .exit:hover { background: #eee; } #material-dark-anime { -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); display: none; overflow: hidden !important; width: 20px; height: 20px; position: fixed; z-index: 10000000; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #282C34; padding: 12px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.7); } #material-dark-anime h1 { font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); color: #eeeeee; opacity: 0.0; letter-spacing: 0px; line-height: 120%; font-size: 20px; padding: 12px; font-weight: 800; overflow: hidden; margin-top: 40px; } #material-dark-anime p { -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); opacity: 0.0; overflow: hidden; padding: 12px; line-height: 160%; font-size: 18px; color: #eeeeee !important; font-weight: 500; letter-spacing: 0px; margin-top: 20px; } #material-dark-anime .exit { color: #009688 !important; padding: 6px; font-family: "Noto Sans", sans-serif; position: absolute; bottom: 12px; right: 12px; font-size: 16px; font-weight: 900; cursor: pointer; } #material-dark-anime .exit:hover { background: #212121; } #ios-light { position: fixed; overflow: hidden; width: 40%; height: auto; padding: 0px; background: #F9F9F9; opacity: 1; z-index: 1000000000; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: none; opacity: 0.8; } #ios-light h1 { padding-top: 20px; color: #000; font-family: "Noto Sans", sans-serif; letter-spacing: 0px; font-size: 18px; font-weight: 900; } #ios-light p { font-weight: 500; font-family: sans-serif; margin-top: -4px; } #ios-light .exit { font-weight: 900; font-family: "Noto Sans", sans-serif; color: #0075FF; width: 100%; border-top: 1px solid rgba(0, 0, 0, 0.4); padding-top: 12px; padding-bottom: 12px; cursor: pointer; } #ios-light .exit:hover { background: #ccc; } #ios-dark { position: fixed; overflow: hidden; width: 40%; height: auto; padding: 0px; background: rgba(0, 0, 0, 0.7); opacity: 1; z-index: 1000000000; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: none; opacity: 0.8; } #ios-dark h1 { padding-top: 20px; color: #fff; font-family: "Noto Sans", sans-serif; letter-spacing: 0px; font-size: 18px; font-weight: 900; } #ios-dark p { font-weight: 500; font-family: sans-serif; margin-top: -4px; color: #fff; } #ios-dark .exit { font-weight: 900; font-family: "Noto Sans", sans-serif; color: #fff; width: 100%; border-top: 1px solid rgba(225, 225, 225, 0.4); padding-top: 12px; padding-bottom: 12px; cursor: pointer; } #ios-dark .exit:hover { background: #303030; } #modern-light { top: 40% !important; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 100000000; width: 40%; height: auto; display: none; } #modern-light h1 { color: #000; position: absolute; top: -60px; left: -80px; font-size: 42px; letter-spacing: -1px; font-family: "Montserrat", sans-serif; font-weight: 900; z-index: 20; } #modern-light p { position: absolute; left: 80px; top: -90px; background: #fff; padding: 29px; padding-top: 90px; font-family: "Noto Sans", sans-serif; } #modern-light .exit { position: absolute; top: -46px; right: 44px; color: #fff; cursor: pointer; font-family: "Noto Sans", sans-serif; font-weight: 900; padding: 6px; z-index: 100 !important; letter-spacing: 1px; } #modern-light .exit::after { position: absolute; bottom: -4px; left: -4px; background: #000; content: ""; height: 100px; width: 58px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); z-index: -1; } #modern-light .exit:hover { color: #000; } #modern-light .exit:hover::after { height: 2px; } #modern-light-anime { top: 60%; left: 50%; transform: translate3d(-50%, -50%, 0); position: fixed; z-index: 100000000; width: 40%; height: auto; display: none; opacity: 0.0; -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); } #modern-light-anime h1 { color: #000; position: absolute; top: -60px; left: -80px; transform: translate3d(0, 60px, 0); font-size: 42px; letter-spacing: -1px; font-family: "Montserrat", sans-serif; font-weight: 900; z-index: 20; -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); } #modern-light-anime p { position: absolute; left: 80px; top: -90px; background: #fff; padding: 29px; padding-top: 90px; font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transform: translate3d(0, 60px, 0); } #modern-light-anime .exit { position: absolute; top: -46px; right: 44px; color: #fff; cursor: pointer; font-family: "Noto Sans", sans-serif; font-weight: 900; padding: 6px; z-index: 100 !important; letter-spacing: 1px; } #modern-light-anime .exit::after { position: absolute; bottom: -4px; left: -4px; background: #000; content: ""; height: 100px; width: 58px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); z-index: -1; } #modern-light-anime .exit:hover { color: #000; } #modern-light-anime .exit:hover::after { height: 2px; } #modern-dark-anime { top: 60%; left: 50%; transform: translate3d(-50%, -50%, 0); position: fixed; z-index: 100000000; width: 40%; height: auto; display: none; opacity: 0.0; -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); } #modern-dark-anime h1 { color: #fff; position: absolute; top: -60px; left: -80px; transform: translate3d(0, 60px, 0); font-size: 42px; letter-spacing: -1px; font-family: "Montserrat", sans-serif; font-weight: 900; z-index: 20; -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); } #modern-dark-anime p { position: absolute; left: 80px; top: -90px; background: #000; color: #fff; padding: 29px; padding-top: 90px; font-family: "Noto Sans", sans-serif; -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); transform: translate3d(0, 60px, 0); } #modern-dark-anime .exit { position: absolute; top: -46px; right: 44px; color: #000; cursor: pointer; font-family: "Noto Sans", sans-serif; font-weight: 900; padding: 6px; z-index: 100 !important; letter-spacing: 1px; } #modern-dark-anime .exit::after { position: absolute; bottom: -4px; left: -4px; background: #ccc; content: ""; height: 100px; width: 58px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); z-index: -1; } #modern-dark-anime .exit:hover { color: #fff; } #modern-dark-anime .exit:hover::after { height: 2px; } #modern-dark { top: 40% !important; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 100000000; width: 40%; height: auto; display: none; } #modern-dark h1 { color: #fff; position: absolute; top: -60px; left: -80px; font-size: 42px; letter-spacing: -1px; font-family: "Montserrat", sans-serif; font-weight: 900; z-index: 20; } #modern-dark p { position: absolute; left: 80px; top: -90px; background: #000; color: #fff; padding: 29px; padding-top: 90px; font-family: "Noto Sans", sans-serif; } #modern-dark .exit { position: absolute; top: -46px; right: 44px; color: #000; cursor: pointer; font-family: "Noto Sans", sans-serif; font-weight: 900; padding: 6px; z-index: 100 !important; letter-spacing: 1px; } #modern-dark .exit::after { position: absolute; bottom: -4px; left: -4px; background: #ccc; content: ""; height: 100px; width: 58px; -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); z-index: -1; } #modern-dark .exit:hover { color: #fff; } #modern-dark .exit:hover::after { height: 2px; } .shade-light { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(225, 225, 225, 0.7); display: none; } /*# sourceMappingURL=main.css.map */
0.364099
0.057335
.button-group { display:inline !important; } .button-group button { background: none; cursor: pointer; cursor: hand; height: 22px; width: 22px; background: #F3F3F3; border: 1px solid #ccc; color: #777; } .button-group button:hover { background: #EEE; } .button-group .delete:hover { color: #ab0f0f; } .button-group .edit:hover { color: #0E4D9A; } .center { text-align: center; } .disabled{ display:none; } .user_name { color: #F5F5F5; font-weight:500px; font-size: 30px; margin-bottom: 0; } .sidebar-header-logo h3 { color: #fff; font-size: 12px; } #header-fixed{ opacity:1; position:fixed; height:60px; background-color:#FFFFFF; z-index:99999; left:0px; right:0px; top:0px; -moz-transform: translateY(0px); -webkit-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); transition:all 300ms ease; } .hide-header{ -moz-transform: translateY(-100px)!important; -webkit-transform: translateY(-100px)!important; -o-transform: translateY(-100px)!important; -ms-transform: translateY(-100px)!important; transform: translateY(-100px)!important; transition:all 300ms ease; } .header-clear{ height:60px; display:block; } .header-clear-large{ height:110px; } /*Put content under header, adjust for fullscren pages*/ .cover-screen, .map-fullscreen{ margin-top:-60px; } #footer-fixed{ opacity:1; position:fixed; width:100%; height:60px; background-color:#FFFFFF; z-index:999999; bottom:0px; } .footer{ margin-left:auto; margin-right:auto; margin-bottom:30px; } .footer-icons{ width:300px; margin-left:auto; margin-right:auto; padding-bottom:10px; } .footer a:first-child{ margin-left:10px; } .not-active{ opacity:0!important; pointer-events: none!important; } #content{ background-color:#f0f0f0!important; -webkit-box-shadow: 0 5px 7px 2px rgba(0,0,0,0.3); box-shadow: 0 5px 7px 2px rgba(0,0,0,0.3); } #header-fixed{ background-color:#090A27; box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); height:60px; } .header-logo{ position:relative; z-index:9; background-image:url(../img/logo-h.png); background-size:150 26px; width:150px; height:26px; margin-left:auto; margin-right:auto; margin-top:19px; } #header-fixed .open-left-sidebar{ position:absolute; z-index:10; left:0px; top:0px; width:60px; height:60px; line-height:60px; text-align:center; color:#FFFFFF; } #header-fixed .open-left-sidebar i{ width:60px; height:60px; line-height:60px; text-align:center; color:#FFFFFF; font-size:17px; } #header-fixed .open-left-sidebar-logo { width: 100px; height: 50px; margin-left: 75px; margin-top: 15px; color: #FAFAFA; font-size: 16px; font-weight: bold; } #header-fixed .open-right-sidebar{ position:absolute; z-index:10; right:0px; top:0px; width:60px; height:60px; line-height:60px; text-align:center; color:#FFFFFF; } #header-fixed .open-right-sidebar i{ width:60px; height:60px; line-height:60px; text-align:center; color:#FFFFFF; font-size:22px; } .left-sidebar .header-logo{ float:right; margin-right:30px; } .right-sidebar .header-logo{ float:left; margin-left:30px; } /*Sidebar Header Left*/ .sidebar-header{ height:150px; background-image:url(../img/top-left.jpg); margin-bottom:10px; } .sidebar-header-logo{ padding-top:30px; padding-left:30px; padding-bottom:25px; } .sidebar-header-logo a{ background-size:106px 40px; width:106px; height:40px; background-image:url(../images/logo-light.png); } .sidebar-header .overlay{ top:0px; width:100%; height:100%; position:absolute; z-index:9; background-color:rgba(36, 88, 152, 0.6); } .sidebar-header-logo{z-index:10;} .sidebar-header-icons{z-index:10;} .sidebar-header-icons{ margin-left:10px; } .sidebar-header-icons a{ float:left; width:50px; height:50px; text-align:Center; line-height:52px; color:#FFFFFF; } .sidebar-header-icons a i{ line-height:52px; text-align:center; width:52px; } .snap-drawer *{ transition:all 250ms ease; } /*Sidebar Menu*/ .menu-item{ height:60px; color:#6b757d; transition:all 250ms ease; } .menu-item .fa-angle-right{ font-size:12px!important; color:#000000!important; margin-top:-12px!important; } .menu-item-active .fa-circle{ color:#27ae60!important; opacity:1!important; font-size:8px!important; top:25px!important; right:31px!important; margin-left:231px!important } .menu-item-active{ color:#000000!important; } .menu-item-active i{ } .menu-item-active em{ color:#000000!important; font-weight:800!important; font-size:14px!important; padding-top:0px; } .menu-item em:hover{ color:#000000; } .menu-item i:first-child{ color:#3A3A3A; position:absolute; font-size:14px; width:35px; height:35px; border-radius:35px; line-height:35px; text-align:center; top:50%; margin-top:-21px; margin-left:20px; } .menu-item i:last-child{ position:absolute; font-size:5px; margin-left:232px; top:50%; margin-top:-6px; opacity:0.8; } .menu-item strong{ font-size:11px; position:absolute; left:214px; color:#656f76; top:50%; margin-top:-18px; font-weight:600; width:40px; text-align:center; } .menu-item em{ font-family:'Roboto', sans-serif; color:#4A4A4A; display:block; line-height:51px; font-style:normal; padding-left:65px; font-size:13px; font-weight:500; } /*Submenu Items*/ .submenu-active:first-child em{ color:#000000!important; font-weight:600; font-size:14px; padding-top:0px; } .submenu-item{ height:60px; color:#6b757d; } .submenu-item em:hover{ color:#4B77BE; } .submenu-item i:first-child{ position:absolute; font-size:11px; top:50%; margin-top:-9px; margin-left:35px; } .submenu-item i:last-child{ position:absolute; font-size:5px; margin-left:232px; top:50%; margin-top:-6px; opacity:0.5; } .submenu-item em{ font-family:'Roboto', sans-serif; display:block; line-height:52px; font-style:normal; padding-left:75px; font-size:12px; font-weight:500; } .submenu-active{ display:block; color:#4B77BE; } .show-submenu{ max-height:60px!important; } .submenu{ overflow:hidden; max-height: 0; transition: max-height 0.25s ease-out; } .submenu-active{ max-height: 550px; transition: max-height 0.25s ease-in; } .submenu-item-active{ display:block; color:#4B77BE; transition:all 250ms ease; } .submenu-item-active .fa-circle{ color:#4B77BE!important; opacity:1!important; } .submenu-active strong{ color:#000000; font-weight:700; font-size:11px; transition:all 250ms ease; } .snap-drawer, .snap-drawers{ background-color:#ffffff!important; } .sidebar-menu{ margin-bottom:30px; } .sidebar-divider{ font-family:'Roboto', sans-serif; margin-top:-10px; margin-bottom:20px; padding-bottom:7px; padding-top:10px; font-size:10px; padding-left:30px; font-weight:800; text-transform: uppercase; color:495254; border-bottom:solid 1px rgba(0,0,0,0.1); border-top:solid 1px rgba(0,0,0,0.1); } .sidebar-footer{ font-family:'Roboto', sans-serif; border-top:solid 1px rgba(0,0,0,0.1); margin-bottom:10px; padding-top:10px; font-size:10px; padding-left:30px; font-weight:800; text-transform: uppercase; color:495254; margin-top:-20px; } /*Sidebar Contact Form*/ .sidebar-form{ width:220px; margin-left:20px; padding-bottom:20px; } .sidebar-form *{ transition:all 400ms ease!important; } .sidebar-form .button{ letter-spacing:normal; font-weight:600; font-family:'Open Sans', sans-serif; } .sidebar-form em{ font-size:11px; font-style:normal; font-weight:500; margin-bottom:20px; display:block; padding-left:10px; color:#666666; } .sidebar-form .contactField{ font-family:'Roboto', sans-serif; height:40px!important; line-height:40px!important; background-color:transparent; border:none; border-bottom:solid 1px rgba(255,255,255,0.08); margin-bottom:20px; padding-left:10px; } .sidebar-form .contactField:hover{ color:#4090e2; } .sidebar-form .contactField:focus{ color:#1f1f1f; border-left:none; border-right:none; border-top:none; border-bottom:solid 1px #2cc36b!important; } .sidebar-form .contactTextarea{ height:40px; background-color:transparent; border:none; border-bottom:solid 1px rgba(255,255,255,0.08)!important; margin-bottom:40px; padding-left:10px; transition:all 400ms ease; } .sidebar-form .contactTextarea:hover{ color:#4090e2; } .sidebar-form .formValidationError{ line-height:30px; } .sidebar-form .contactTextarea:focus{ font-family:'Roboto', sans-serif; color:#1f1f1f; border-left:none; border-right:none; border-top:none; border-bottom:solid 1px #2cc36b!important; height:100px; transition:all 400ms ease; } .snap-drawer-right::-webkit-scrollbar { width: 0 !important } .sidebar-form .formValidationError{ font-size:11px!important; text-align:center; background-color:#c0392b; color:#FFFFFF; margin-bottom:20px; } .formSuccessMessageWrap{ font-size:11px!important; text-align:center; background-color:#27ae60; color:#FFFFFF; margin-bottom:20px; } /*Footer Ball Menu*/ /*Footer Menu Ball*/ /*////////////////*/ .footer-clear{ height:80px; } .footer-menu-open{ position:fixed; z-index:99; right:26px; bottom:20px; width:70px; height:70px; opacity:1; transition:all 250ms ease; pointer-events:all; } .footer-menu-hidden{ opacity:0; transition:all 250ms ease; pointer-events:none; } .footer-menu-open i{ position:absolute; right:5px; top:8px; width:50px; height:50px; border-radius:50px; text-align:center; line-height:50px; font-size:15px; color:#FFFFFF; background-color:#0E4D9A; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15); box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu-close{ display:none; position:fixed; z-index:99999999; right:26px; bottom:20px; width:170px; height:70px; } .footer-menu-close i{ position:absolute; right:5px; top:8px; width:50px; height:50px; border-radius:50px; text-align:center; line-height:50px; font-size:14px; color:#FFFFFF; background-color:#090A27; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu-close i:hover{ -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); transform: scale(1.1,1.1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu-close em{ z-index:999999; position:absolute; right:80px; text-align:right; font-style:normal; font-size:13px; margin-top:15px; color:#838383; font-weight:500; background-color:#FFFFFF; padding:3px 10px; border-radius:5px; -webkit-box-shadow: 0 1px 4px 2px rgba(0,0,0,0.15); box-shadow: 0 1px 4px 2px rgba(0,0,0,0.15); } .footer-menu-item{ display:none; position:fixed; right:27px; width:200px!important; } .fm-1{ bottom:80px; } .fm-2{ bottom:140px; } .fm-3{ bottom:200px; } .fm-4{ bottom:260px; } .fm-5{ bottom:320px; } .fm-6{ bottom:440px; } /*Query for Larger Mobiles*/ @media screen and ( min-height: 600px ){ .fm-1{ bottom:90px; } .fm-2{ bottom:160px; } .fm-3{ bottom:230px; } .fm-4{ bottom:300px; } .fm-5{ bottom:370px; } .fm-6{ bottom:440px; } } .footer-menu-item{ position:fixed; z-index:99999999; width:100%; height:70px; } .footer-menu-item i{ position:absolute; right:7px; top:10px; width:45px; height:45px; border-radius:45px; text-align:center; line-height:45px; font-size:14px; color:#FFFFFF; background-color:#02124c; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15); box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu-item i:hover{ -moz-transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); transform: scale(1.2,1.2); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu .fa-mobile{ font-size:20px!important; } .footer-menu-item em{ position:absolute; right:80px; text-align:right; font-style:normal; font-size:13px; margin-top:15px; color:#838383; font-weight:500; background-color:#FFFFFF; padding:3px 10px; border-radius:5px; -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10); box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10); } .menu-background{ display:none; width:100%; height:150%; position:fixed; top:0px; left:0px; right:0px; bottom:0px; z-index:99999; background-color:rgba(255,255,255,0.90); } /*Homepage Settings*/ .material-container{ -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; background-color:#FFFFFF; padding:10px; margin-bottom:10px!important; } .material-container input { padding: 15px; border-bottom: 1px solid #ccc; width: 100%; } .material-container select { font-size: 20px; width: 100%; margin-top: 15px; height: 30px; border-bottom: 1px solid #ccc; } .material-container .pageapp-signup-button { margin-top: 30px; } .no-bottom-material{ padding-bottom:0px; } .material-shadow{ -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .material-more{ float:right; margin-bottom:20px; margin-top:-10px; } .material-more:after{ visibility: hidden; display: block; content: ""; clear: both; height: 0; } .material-more a{ font-size:13px; float:left; margin-left:30px; transition:all 200ms ease; } .material-more a:hover{ color:#2196f3; transition:all 200ms ease; } .material-more a i{ margin-right:10px; } /*Material Slider*/ .material-slider{ padding-top:10px; } .material-slider img{ padding:0px!important; margin-left:auto; margin-right:auto; margin-bottom:30px; margin-top:10px; } /*Homepage Sliders*/ .homepage-slider-ball-left i, .homepage-slider-ball-right i{ width:45px; height:45px; line-height:45px; text-align:center; font-size:16px; } .homepage-slider-ball-left{ position:fixed; margin-top:-65px; height:45px; width:45px; border-radius:45px; line-height:45px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:30px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .homepage-slider-ball-right{ position:fixed; margin-top:-65px; height:45px; width:45px; border-radius:45px; line-height:45px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:90px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .homepage-slider{ -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } /*Circle Slider*/ @media(min-width:768px){/* .circle-slider{ width:400px!important; margin-left:auto; margin-right:auto; }*/ } .circle-slider{ margin-top:-35px!important; } .circle-slider div{ padding-top:10px!important; } .circle-slider img{ width:84%!important; margin-left:auto; margin-right:auto; display:block; border-radius:100%; border:solid 10px #FFFFFF; -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.3); box-shadow: 0 0 1px 1px rgba(0,0,0,0.3); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,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; } .circle-slider img:hover{ -moz-transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02); -o-transform: scale(1.02,1.02); -ms-transform: scale(1.02,1.02); transform: scale(1.02,1.02); -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .circle-slider div h1{ text-align:center; font-size:20px; font-weight:600; padding-top:20px; } .circle-slider div em{ color:#e34e47; display:block; text-align:center; font-style:normal; font-size:12px; margin-top:-15px; } .circle-slider div p{ text-align:center; padding-left:30px; padding-right:30px; } .circle-slider-ball-left i, .circle-slider-ball-right i{ width:60px; height:60px; line-height:60px; text-align:center; font-size:18px; } .circle-slider-ball-left{ position:fixed; margin-top:45%; height:60px; width:60px; border-radius:60px; line-height:60px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:3px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .circle-slider-ball-right{ position:fixed; margin-top:45%; height:60px; width:60px; border-radius:60px; line-height:60px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; left:3px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .homepage-cover .overlay{ position:absolute; top:0px; left:0px; width:100%; height:100%; background: linear-gradient( to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.95) ); } .homepage-cover{ background-size:cover; background-position:center center; } .homepage-cover-bg-1{ background-image:url(../images/slider/home-cover-1.jpg);} .homepage-cover-bg-2{ background-image:url(../images/slider/home-cover-2.jpg);} .homepage-cover-bg-3{ background-image:url(../images/slider/home-cover-3.jpg);} .homepage-cover h4{ position:absolute; color:#FFFFFF; font-size:21px; line-height:28px; font-weight:800; text-transform: uppercase; bottom:250px; z-index:10; padding-left:30px; padding-right:30px; } .homepage-cover p{ position:absolute; color:rgba(255,255,255,0.8); z-index:10; padding-left:30px; padding-right:30px; bottom:110px; font-size:12px; } .homepage-cover-button{ position:absolute; bottom:50px; z-index:10; width:85%; left:50%; margin-left:-42%; text-align:center; color:#FFFFFF; font-weight:700; padding-top:8px; padding-bottom:8px; text-transform:uppercase; font-size:12px; } @media(min-width:340px) and (max-width:767px){ .homepage-cover h4{ font-size:23px; } .homepage-cover p{ font-size:14px; } } @media (min-width:768px){ .homepage-cover h4{ max-width:360px; left:30px; } .homepage-cover p{ max-width:360px; left:30px; } .homepage-cover .homepage-cover-button{ max-width:360px; left:30px; margin-left:30px; } } /*Simple Image*/ .simple-image-ball-left i, .simple-image-ball-right i{ width:45px; height:45px; line-height:45px; text-align:center; font-size:16px; } .simple-image-ball-left{ position:fixed; margin-top:-67px; height:50px; width:50px; border-radius:50px; line-height:50px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:30px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .simple-image-ball-right{ position:fixed; margin-top:-67px; height:50px; width:50px; border-radius:50px; line-height:50px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:100px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } /*Circle Menu Landing Page*/ /*////////////////////////*/ .landing-homepage ul { margin-top:-10px; padding-left:20px; padding-right:20px; } .landing-homepage .all-elements{ background-color:#FFFFFF; } .landing-homepage ul li:last-child{ margin-bottom:40px; } .landing-homepage ul li{ list-style:none; margin-bottom:20px; } .landing-homepage ul li{ width:33.3%; float:left; } .landing-homepage ul li a{ padding-top:10px; } .landing-homepage ul li a i{ width:65px; height:65px; font-size:20px; line-height:65px; text-align:center; display:block; color:#FFFFFF; border-radius:65px; margin-left:auto; margin-right:auto; -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10); box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .landing-homepage ul li a i:hover{ -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .landing-homepage ul li a em{ display:block; font-size:14px; color:#1f1f1f; opacity:0.8; font-style:normal; text-align:center; padding-top:10px; font-weight:500; } .landing-homepage .fa-mobile{ font-size:32px!important; } @media(min-width:767px){ .landing-homepage .decoration{ width:700px; margin-left:auto; margin-right:Auto; } .landing-header{ width:700px!important; margin-left:auto; margin-right:auto; } .landing-homepage ul { width:700px!important; margin-left:auto!important; margin-right:auto!important; margin-top:-10px; margin-bottom:-10px; } .landing-homepage ul li{ margin-bottom:20px; } .landing-homepage ul li a em{ font-size:16px; } .landing-homepage ul li a i{ width:100px; height:100px; line-height:100px; font-size:250%; margin-bottom:0px; } .landing-homepage .fa-mobile{ font-size:48px!important; } .landing-homepage .header{ position:relative; } .landing-homepage .header-clear{ height:30px; } } .landing-header{ width:100%; z-index:98; padding-left:30px; padding-right:30px; padding-top:20px; margin-bottom:50px; background-color:#FFFFFF; } .landing-header .decoration{ margin-bottom:0px; } .landing-header-logo{ width:82px; height:20px; background-size:82px 20px; background-image:url(../images/logo-dark.png); margin-top:9px; float:left; } .landing-header-icons{ height:40px; padding-top:5px; padding-right:5px; width:125px; float:right; margin-bottom:25px; } .landing-header-icons a{ float:right; width:30px; height:30px; margin-left:10px; border-radius:30px; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .landing-header-icons a:hover{ -moz-transform: scale(1.15,1.15)!important; -webkit-transform: scale(1.15,1.15)!important; -o-transform: scale(1.15,1.15)!important; -ms-transform: scale(1.15,1.15)!important; transform: scale(1.15,1.15)!important; -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .landing-header-icons a i{ font-size:10px; line-height:30px; width:30px; text-align:center; color:#FFFFFF; }
public/styles/style.css
.button-group { display:inline !important; } .button-group button { background: none; cursor: pointer; cursor: hand; height: 22px; width: 22px; background: #F3F3F3; border: 1px solid #ccc; color: #777; } .button-group button:hover { background: #EEE; } .button-group .delete:hover { color: #ab0f0f; } .button-group .edit:hover { color: #0E4D9A; } .center { text-align: center; } .disabled{ display:none; } .user_name { color: #F5F5F5; font-weight:500px; font-size: 30px; margin-bottom: 0; } .sidebar-header-logo h3 { color: #fff; font-size: 12px; } #header-fixed{ opacity:1; position:fixed; height:60px; background-color:#FFFFFF; z-index:99999; left:0px; right:0px; top:0px; -moz-transform: translateY(0px); -webkit-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); transition:all 300ms ease; } .hide-header{ -moz-transform: translateY(-100px)!important; -webkit-transform: translateY(-100px)!important; -o-transform: translateY(-100px)!important; -ms-transform: translateY(-100px)!important; transform: translateY(-100px)!important; transition:all 300ms ease; } .header-clear{ height:60px; display:block; } .header-clear-large{ height:110px; } /*Put content under header, adjust for fullscren pages*/ .cover-screen, .map-fullscreen{ margin-top:-60px; } #footer-fixed{ opacity:1; position:fixed; width:100%; height:60px; background-color:#FFFFFF; z-index:999999; bottom:0px; } .footer{ margin-left:auto; margin-right:auto; margin-bottom:30px; } .footer-icons{ width:300px; margin-left:auto; margin-right:auto; padding-bottom:10px; } .footer a:first-child{ margin-left:10px; } .not-active{ opacity:0!important; pointer-events: none!important; } #content{ background-color:#f0f0f0!important; -webkit-box-shadow: 0 5px 7px 2px rgba(0,0,0,0.3); box-shadow: 0 5px 7px 2px rgba(0,0,0,0.3); } #header-fixed{ background-color:#090A27; box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); height:60px; } .header-logo{ position:relative; z-index:9; background-image:url(../img/logo-h.png); background-size:150 26px; width:150px; height:26px; margin-left:auto; margin-right:auto; margin-top:19px; } #header-fixed .open-left-sidebar{ position:absolute; z-index:10; left:0px; top:0px; width:60px; height:60px; line-height:60px; text-align:center; color:#FFFFFF; } #header-fixed .open-left-sidebar i{ width:60px; height:60px; line-height:60px; text-align:center; color:#FFFFFF; font-size:17px; } #header-fixed .open-left-sidebar-logo { width: 100px; height: 50px; margin-left: 75px; margin-top: 15px; color: #FAFAFA; font-size: 16px; font-weight: bold; } #header-fixed .open-right-sidebar{ position:absolute; z-index:10; right:0px; top:0px; width:60px; height:60px; line-height:60px; text-align:center; color:#FFFFFF; } #header-fixed .open-right-sidebar i{ width:60px; height:60px; line-height:60px; text-align:center; color:#FFFFFF; font-size:22px; } .left-sidebar .header-logo{ float:right; margin-right:30px; } .right-sidebar .header-logo{ float:left; margin-left:30px; } /*Sidebar Header Left*/ .sidebar-header{ height:150px; background-image:url(../img/top-left.jpg); margin-bottom:10px; } .sidebar-header-logo{ padding-top:30px; padding-left:30px; padding-bottom:25px; } .sidebar-header-logo a{ background-size:106px 40px; width:106px; height:40px; background-image:url(../images/logo-light.png); } .sidebar-header .overlay{ top:0px; width:100%; height:100%; position:absolute; z-index:9; background-color:rgba(36, 88, 152, 0.6); } .sidebar-header-logo{z-index:10;} .sidebar-header-icons{z-index:10;} .sidebar-header-icons{ margin-left:10px; } .sidebar-header-icons a{ float:left; width:50px; height:50px; text-align:Center; line-height:52px; color:#FFFFFF; } .sidebar-header-icons a i{ line-height:52px; text-align:center; width:52px; } .snap-drawer *{ transition:all 250ms ease; } /*Sidebar Menu*/ .menu-item{ height:60px; color:#6b757d; transition:all 250ms ease; } .menu-item .fa-angle-right{ font-size:12px!important; color:#000000!important; margin-top:-12px!important; } .menu-item-active .fa-circle{ color:#27ae60!important; opacity:1!important; font-size:8px!important; top:25px!important; right:31px!important; margin-left:231px!important } .menu-item-active{ color:#000000!important; } .menu-item-active i{ } .menu-item-active em{ color:#000000!important; font-weight:800!important; font-size:14px!important; padding-top:0px; } .menu-item em:hover{ color:#000000; } .menu-item i:first-child{ color:#3A3A3A; position:absolute; font-size:14px; width:35px; height:35px; border-radius:35px; line-height:35px; text-align:center; top:50%; margin-top:-21px; margin-left:20px; } .menu-item i:last-child{ position:absolute; font-size:5px; margin-left:232px; top:50%; margin-top:-6px; opacity:0.8; } .menu-item strong{ font-size:11px; position:absolute; left:214px; color:#656f76; top:50%; margin-top:-18px; font-weight:600; width:40px; text-align:center; } .menu-item em{ font-family:'Roboto', sans-serif; color:#4A4A4A; display:block; line-height:51px; font-style:normal; padding-left:65px; font-size:13px; font-weight:500; } /*Submenu Items*/ .submenu-active:first-child em{ color:#000000!important; font-weight:600; font-size:14px; padding-top:0px; } .submenu-item{ height:60px; color:#6b757d; } .submenu-item em:hover{ color:#4B77BE; } .submenu-item i:first-child{ position:absolute; font-size:11px; top:50%; margin-top:-9px; margin-left:35px; } .submenu-item i:last-child{ position:absolute; font-size:5px; margin-left:232px; top:50%; margin-top:-6px; opacity:0.5; } .submenu-item em{ font-family:'Roboto', sans-serif; display:block; line-height:52px; font-style:normal; padding-left:75px; font-size:12px; font-weight:500; } .submenu-active{ display:block; color:#4B77BE; } .show-submenu{ max-height:60px!important; } .submenu{ overflow:hidden; max-height: 0; transition: max-height 0.25s ease-out; } .submenu-active{ max-height: 550px; transition: max-height 0.25s ease-in; } .submenu-item-active{ display:block; color:#4B77BE; transition:all 250ms ease; } .submenu-item-active .fa-circle{ color:#4B77BE!important; opacity:1!important; } .submenu-active strong{ color:#000000; font-weight:700; font-size:11px; transition:all 250ms ease; } .snap-drawer, .snap-drawers{ background-color:#ffffff!important; } .sidebar-menu{ margin-bottom:30px; } .sidebar-divider{ font-family:'Roboto', sans-serif; margin-top:-10px; margin-bottom:20px; padding-bottom:7px; padding-top:10px; font-size:10px; padding-left:30px; font-weight:800; text-transform: uppercase; color:495254; border-bottom:solid 1px rgba(0,0,0,0.1); border-top:solid 1px rgba(0,0,0,0.1); } .sidebar-footer{ font-family:'Roboto', sans-serif; border-top:solid 1px rgba(0,0,0,0.1); margin-bottom:10px; padding-top:10px; font-size:10px; padding-left:30px; font-weight:800; text-transform: uppercase; color:495254; margin-top:-20px; } /*Sidebar Contact Form*/ .sidebar-form{ width:220px; margin-left:20px; padding-bottom:20px; } .sidebar-form *{ transition:all 400ms ease!important; } .sidebar-form .button{ letter-spacing:normal; font-weight:600; font-family:'Open Sans', sans-serif; } .sidebar-form em{ font-size:11px; font-style:normal; font-weight:500; margin-bottom:20px; display:block; padding-left:10px; color:#666666; } .sidebar-form .contactField{ font-family:'Roboto', sans-serif; height:40px!important; line-height:40px!important; background-color:transparent; border:none; border-bottom:solid 1px rgba(255,255,255,0.08); margin-bottom:20px; padding-left:10px; } .sidebar-form .contactField:hover{ color:#4090e2; } .sidebar-form .contactField:focus{ color:#1f1f1f; border-left:none; border-right:none; border-top:none; border-bottom:solid 1px #2cc36b!important; } .sidebar-form .contactTextarea{ height:40px; background-color:transparent; border:none; border-bottom:solid 1px rgba(255,255,255,0.08)!important; margin-bottom:40px; padding-left:10px; transition:all 400ms ease; } .sidebar-form .contactTextarea:hover{ color:#4090e2; } .sidebar-form .formValidationError{ line-height:30px; } .sidebar-form .contactTextarea:focus{ font-family:'Roboto', sans-serif; color:#1f1f1f; border-left:none; border-right:none; border-top:none; border-bottom:solid 1px #2cc36b!important; height:100px; transition:all 400ms ease; } .snap-drawer-right::-webkit-scrollbar { width: 0 !important } .sidebar-form .formValidationError{ font-size:11px!important; text-align:center; background-color:#c0392b; color:#FFFFFF; margin-bottom:20px; } .formSuccessMessageWrap{ font-size:11px!important; text-align:center; background-color:#27ae60; color:#FFFFFF; margin-bottom:20px; } /*Footer Ball Menu*/ /*Footer Menu Ball*/ /*////////////////*/ .footer-clear{ height:80px; } .footer-menu-open{ position:fixed; z-index:99; right:26px; bottom:20px; width:70px; height:70px; opacity:1; transition:all 250ms ease; pointer-events:all; } .footer-menu-hidden{ opacity:0; transition:all 250ms ease; pointer-events:none; } .footer-menu-open i{ position:absolute; right:5px; top:8px; width:50px; height:50px; border-radius:50px; text-align:center; line-height:50px; font-size:15px; color:#FFFFFF; background-color:#0E4D9A; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15); box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu-close{ display:none; position:fixed; z-index:99999999; right:26px; bottom:20px; width:170px; height:70px; } .footer-menu-close i{ position:absolute; right:5px; top:8px; width:50px; height:50px; border-radius:50px; text-align:center; line-height:50px; font-size:14px; color:#FFFFFF; background-color:#090A27; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu-close i:hover{ -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); transform: scale(1.1,1.1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu-close em{ z-index:999999; position:absolute; right:80px; text-align:right; font-style:normal; font-size:13px; margin-top:15px; color:#838383; font-weight:500; background-color:#FFFFFF; padding:3px 10px; border-radius:5px; -webkit-box-shadow: 0 1px 4px 2px rgba(0,0,0,0.15); box-shadow: 0 1px 4px 2px rgba(0,0,0,0.15); } .footer-menu-item{ display:none; position:fixed; right:27px; width:200px!important; } .fm-1{ bottom:80px; } .fm-2{ bottom:140px; } .fm-3{ bottom:200px; } .fm-4{ bottom:260px; } .fm-5{ bottom:320px; } .fm-6{ bottom:440px; } /*Query for Larger Mobiles*/ @media screen and ( min-height: 600px ){ .fm-1{ bottom:90px; } .fm-2{ bottom:160px; } .fm-3{ bottom:230px; } .fm-4{ bottom:300px; } .fm-5{ bottom:370px; } .fm-6{ bottom:440px; } } .footer-menu-item{ position:fixed; z-index:99999999; width:100%; height:70px; } .footer-menu-item i{ position:absolute; right:7px; top:10px; width:45px; height:45px; border-radius:45px; text-align:center; line-height:45px; font-size:14px; color:#FFFFFF; background-color:#02124c; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15); box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu-item i:hover{ -moz-transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); transform: scale(1.2,1.2); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .footer-menu .fa-mobile{ font-size:20px!important; } .footer-menu-item em{ position:absolute; right:80px; text-align:right; font-style:normal; font-size:13px; margin-top:15px; color:#838383; font-weight:500; background-color:#FFFFFF; padding:3px 10px; border-radius:5px; -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10); box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10); } .menu-background{ display:none; width:100%; height:150%; position:fixed; top:0px; left:0px; right:0px; bottom:0px; z-index:99999; background-color:rgba(255,255,255,0.90); } /*Homepage Settings*/ .material-container{ -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; background-color:#FFFFFF; padding:10px; margin-bottom:10px!important; } .material-container input { padding: 15px; border-bottom: 1px solid #ccc; width: 100%; } .material-container select { font-size: 20px; width: 100%; margin-top: 15px; height: 30px; border-bottom: 1px solid #ccc; } .material-container .pageapp-signup-button { margin-top: 30px; } .no-bottom-material{ padding-bottom:0px; } .material-shadow{ -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .material-more{ float:right; margin-bottom:20px; margin-top:-10px; } .material-more:after{ visibility: hidden; display: block; content: ""; clear: both; height: 0; } .material-more a{ font-size:13px; float:left; margin-left:30px; transition:all 200ms ease; } .material-more a:hover{ color:#2196f3; transition:all 200ms ease; } .material-more a i{ margin-right:10px; } /*Material Slider*/ .material-slider{ padding-top:10px; } .material-slider img{ padding:0px!important; margin-left:auto; margin-right:auto; margin-bottom:30px; margin-top:10px; } /*Homepage Sliders*/ .homepage-slider-ball-left i, .homepage-slider-ball-right i{ width:45px; height:45px; line-height:45px; text-align:center; font-size:16px; } .homepage-slider-ball-left{ position:fixed; margin-top:-65px; height:45px; width:45px; border-radius:45px; line-height:45px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:30px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .homepage-slider-ball-right{ position:fixed; margin-top:-65px; height:45px; width:45px; border-radius:45px; line-height:45px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:90px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .homepage-slider{ -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } /*Circle Slider*/ @media(min-width:768px){/* .circle-slider{ width:400px!important; margin-left:auto; margin-right:auto; }*/ } .circle-slider{ margin-top:-35px!important; } .circle-slider div{ padding-top:10px!important; } .circle-slider img{ width:84%!important; margin-left:auto; margin-right:auto; display:block; border-radius:100%; border:solid 10px #FFFFFF; -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.3); box-shadow: 0 0 1px 1px rgba(0,0,0,0.3); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,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; } .circle-slider img:hover{ -moz-transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02); -o-transform: scale(1.02,1.02); -ms-transform: scale(1.02,1.02); transform: scale(1.02,1.02); -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .circle-slider div h1{ text-align:center; font-size:20px; font-weight:600; padding-top:20px; } .circle-slider div em{ color:#e34e47; display:block; text-align:center; font-style:normal; font-size:12px; margin-top:-15px; } .circle-slider div p{ text-align:center; padding-left:30px; padding-right:30px; } .circle-slider-ball-left i, .circle-slider-ball-right i{ width:60px; height:60px; line-height:60px; text-align:center; font-size:18px; } .circle-slider-ball-left{ position:fixed; margin-top:45%; height:60px; width:60px; border-radius:60px; line-height:60px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:3px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .circle-slider-ball-right{ position:fixed; margin-top:45%; height:60px; width:60px; border-radius:60px; line-height:60px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; left:3px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .homepage-cover .overlay{ position:absolute; top:0px; left:0px; width:100%; height:100%; background: linear-gradient( to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.95) ); } .homepage-cover{ background-size:cover; background-position:center center; } .homepage-cover-bg-1{ background-image:url(../images/slider/home-cover-1.jpg);} .homepage-cover-bg-2{ background-image:url(../images/slider/home-cover-2.jpg);} .homepage-cover-bg-3{ background-image:url(../images/slider/home-cover-3.jpg);} .homepage-cover h4{ position:absolute; color:#FFFFFF; font-size:21px; line-height:28px; font-weight:800; text-transform: uppercase; bottom:250px; z-index:10; padding-left:30px; padding-right:30px; } .homepage-cover p{ position:absolute; color:rgba(255,255,255,0.8); z-index:10; padding-left:30px; padding-right:30px; bottom:110px; font-size:12px; } .homepage-cover-button{ position:absolute; bottom:50px; z-index:10; width:85%; left:50%; margin-left:-42%; text-align:center; color:#FFFFFF; font-weight:700; padding-top:8px; padding-bottom:8px; text-transform:uppercase; font-size:12px; } @media(min-width:340px) and (max-width:767px){ .homepage-cover h4{ font-size:23px; } .homepage-cover p{ font-size:14px; } } @media (min-width:768px){ .homepage-cover h4{ max-width:360px; left:30px; } .homepage-cover p{ max-width:360px; left:30px; } .homepage-cover .homepage-cover-button{ max-width:360px; left:30px; margin-left:30px; } } /*Simple Image*/ .simple-image-ball-left i, .simple-image-ball-right i{ width:45px; height:45px; line-height:45px; text-align:center; font-size:16px; } .simple-image-ball-left{ position:fixed; margin-top:-67px; height:50px; width:50px; border-radius:50px; line-height:50px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:30px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } .simple-image-ball-right{ position:fixed; margin-top:-67px; height:50px; width:50px; border-radius:50px; line-height:50px; text-align:center; background-color:#c0392b; z-index:100; color:#FFFFFF; right:100px; -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2)!important; } /*Circle Menu Landing Page*/ /*////////////////////////*/ .landing-homepage ul { margin-top:-10px; padding-left:20px; padding-right:20px; } .landing-homepage .all-elements{ background-color:#FFFFFF; } .landing-homepage ul li:last-child{ margin-bottom:40px; } .landing-homepage ul li{ list-style:none; margin-bottom:20px; } .landing-homepage ul li{ width:33.3%; float:left; } .landing-homepage ul li a{ padding-top:10px; } .landing-homepage ul li a i{ width:65px; height:65px; font-size:20px; line-height:65px; text-align:center; display:block; color:#FFFFFF; border-radius:65px; margin-left:auto; margin-right:auto; -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10); box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .landing-homepage ul li a i:hover{ -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .landing-homepage ul li a em{ display:block; font-size:14px; color:#1f1f1f; opacity:0.8; font-style:normal; text-align:center; padding-top:10px; font-weight:500; } .landing-homepage .fa-mobile{ font-size:32px!important; } @media(min-width:767px){ .landing-homepage .decoration{ width:700px; margin-left:auto; margin-right:Auto; } .landing-header{ width:700px!important; margin-left:auto; margin-right:auto; } .landing-homepage ul { width:700px!important; margin-left:auto!important; margin-right:auto!important; margin-top:-10px; margin-bottom:-10px; } .landing-homepage ul li{ margin-bottom:20px; } .landing-homepage ul li a em{ font-size:16px; } .landing-homepage ul li a i{ width:100px; height:100px; line-height:100px; font-size:250%; margin-bottom:0px; } .landing-homepage .fa-mobile{ font-size:48px!important; } .landing-homepage .header{ position:relative; } .landing-homepage .header-clear{ height:30px; } } .landing-header{ width:100%; z-index:98; padding-left:30px; padding-right:30px; padding-top:20px; margin-bottom:50px; background-color:#FFFFFF; } .landing-header .decoration{ margin-bottom:0px; } .landing-header-logo{ width:82px; height:20px; background-size:82px 20px; background-image:url(../images/logo-dark.png); margin-top:9px; float:left; } .landing-header-icons{ height:40px; padding-top:5px; padding-right:5px; width:125px; float:right; margin-bottom:25px; } .landing-header-icons a{ float:right; width:30px; height:30px; margin-left:10px; border-radius:30px; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .landing-header-icons a:hover{ -moz-transform: scale(1.15,1.15)!important; -webkit-transform: scale(1.15,1.15)!important; -o-transform: scale(1.15,1.15)!important; -ms-transform: scale(1.15,1.15)!important; transform: scale(1.15,1.15)!important; -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; -ms-transition: all 150ms ease; -o-transition: all 150ms ease; transition: all 150ms ease; } .landing-header-icons a i{ font-size:10px; line-height:30px; width:30px; text-align:center; color:#FFFFFF; }
0.201813
0.046834
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {margin:0; padding:0; font-family:"ๅฎ‹ไฝ“"; font-size:12px; } ul{list-style:none; } .breadcrumbs { padding: 0; list-style: none; background: none; border-radius: 0; text-align:right; border-bottom:1px solid #5fbd74; padding-bottom:10px; } .breadcrumbs li { display: inline-block; margin-right: 20px; color: #5fbd74; font-size:12px; } .breadcrumbs li:after {content: '//'; margin-left: 20px; } .breadcrumbs li:last-child:after { content: ''; margin-right: 0; } .breadcrumbs li a {color: #5e5a54; text-decoration:none; } .breadcrumbs li a:hover {color: #5fbd74; } .related{margin-top:60px; } .fz-34 { font-size: 34px !important; } .fz-24 { font-size: 24px !important; } /*mymsg*/ .mymsg{/*min-width:1200px;*/ background:url(../images/settel.jpg) center top; width:100%; height:335px; } .myCenter{width:380px; padding:60px 0 0; margin:0 auto; } .myCl{float:left; width:150px; height:150px; border-radius:50%; overflow:hidden; border:5px solid #423d37; } .myCl img{width:150px; height:150px; border-radius:50%; } .myCr{float:left;margin:18px 0 0 18px; } .myCr dl{margin-bottom:12px; } .myCr dt{display:inline-block; vertical-align:middle; margin-right:5px; } .myCr dd{color:#fff; font-size:14px; display:inline-block; vertical-align:middle; } .myCr dd a{color:#5fbd74; font-size:12px; display:inline-block; margin-left:10px; } .myCr dd i{width:100px; height:10px; display:inline-block; position:relative; background:#313131; vertical-align:middle; border-radius:10px; } .myCr dd i span{position:absolute; top:0; left:0; border-radius:10px; background:#5fbd74; width:80%; display:inline-block; height:10px; } .order_list{text-align:center; margin-top:35px; } .order_list li{display:inline-block; position:relative; } .order_list li a,.order_list li em{display:inline-block; width:95px; color:#fff; font-size:12px; } .order_list li i{font-style:normal;font-size:24px;font-weight:bold;font-family:"Arial";display:block; } .order_list li:before{position:absolute; content:""; width:1px; height:40px; background:#373535; top:0; left:0; } .order_list li.order_li:before{background:none; } /*personal left*/ .scm{background:url(../images/min_bg.png) no-repeat; } .ad-menu{width:100%; height:100%; background:#fafafa; } .ad-menu .ad-logo{ background: #5fbd74 none repeat scroll 0% 0%; font-weight: bold; font-size: 24px; text-align: center; height: 70px; line-height: 70px; color:#FFF; } .ad-menu .ad-list{padding-top:15px; } .ad-menu .ad-list .li-item{padding-left:35px; height:50px; line-height:50px; cursor:pointer; position:relative; } .ad-menu .ad-list li dl{display:none; } .ad-menu .ad-list li dl dd{border-bottom:1px dotted #CCCCCC; } .ad-menu .ad-list li.over .li-item{ background: -webkit-linear-gradient(left, #d4d4d4, #cecece); background: -o-linear-gradient(right, #d4d4d4, #cecece); background: -moz-linear-gradient(right, #d4d4d4, #cecece); background: linear-gradient(to right,#d4d5d5, #ccc); } .ad-menu .ad-list li.over2 .li-item{ background: -webkit-linear-gradient(left, #d4d4d4, #cecece); background: -o-linear-gradient(right, #d4d4d4, #cecece); background: -moz-linear-gradient(right, #d4d4d4, #cecece); background: linear-gradient(to right,#d4d5d5, #eee); } .ad-menu .ad-list .li-item .li-ico{width:20px; height:20px; display:inline-block; vertical-align:middle; margin-right:15px; } .ad-menu .ad-list .li-item .ic1{background-position:1px -2px; } .ad-menu .ad-list .li-item .ic2{background-position:0px -32px; } .ad-menu .ad-list .li-item .ic3{background-position:0px -160px; } .ad-menu .ad-list .li-item .ic4{background-position:0px -57px; } .ad-menu .ad-list .li-item .arrow{width:13px;height:13px;display:inline-block;cursor:pointer;position:absolute;right:25px;top:50%;margin-top:-6px;background-position:-63px -69px; } .ad-menu .ad-list li.over .li-item .arrow{background-position:-63px -91px; } .ad-menu .ad-list li.over dl{display:block; } .ad-menu .ad-list .dd-item{height:45px; line-height:45px; color:#666; padding-left:70px; display:block; position:relative; } .ad-menu .ad-list .li-item:hover ,.ad-menu .ad-list .dd-item:hover{color:#5fbd74; } .ad-menu .ad-list .dd-item .dd-ar{width:13px; height:22px; background-position:-90px -73px; position:absolute; top:50%; right:-1px; margin-top:-11px; display:none; } .ad-menu .ad-list dd.on .dd-ar{display:block; } .ad-menu .ad-list dd.on .dd-item{color:#5fbd74; } #content .main .con-right{margin-left:20px; width:960px; } /*personal-change*/ .my_base{width:100%; padding:10px 0px 50px 10px; background:#fafafa; margin-top:20px; } .my_tx{margin:0 0 25px; position:relative; } .my_tx p{width: 150px; height: 150px; border-radius: 50%; overflow: hidden; border: 5px solid #d2d2d2; /*margin-left:20px;*/ } .my_tx p img{width:150px; height:150px;border-radius:50%; } .my_tx span { position: absolute; left:180px; top: 60px; width: 130px; height: 40px; text-align: center; color: #FFF; font-size: 12px; display: block; line-height: 40px; border-radius: 2px; transition: all 1s ease 0s; background: #5fbd74; } .my_tx span input { width: 130px; height: 40px; top: 0px; left: 0px; opacity: 0; position: absolute; cursor: pointer; } .my_bform{margin-bottom:20px; } .my_bform>i{/*width:90px;*/ display:inline-block; text-align:right; line-height:38px; color:#666666; font-style:normal; font-size:14px; } .my_bform>i span{color:#ff0000; display:inline-block; margin-right:5px; } .my_bform_ipt{width:386px ;height:36px; text-indent:10px; color:#333; background:#fff; border:1px solid #cccccc; font-size:14px; line-height:38px; } .my_bform p{display:inline-block; line-height:38px; color:#999999; margin-left:10px; } .my_bform em{display:inline-block; line-height:38px; color:#333333; font-size:14px; } .my_bform p a{color:#F36; text-decoration:underline; } .my_bform input{border-radius:3px; } .my_bform input:focus{border-color:#5fbd74; } .my_bformul{display:inline-block; margin-left:0px; padding-left:0px; } .my_bformul li{display:inline-block; color:#333333; font-size:14px; } .my_bformul li select{width:100px; padding-left:20px; height:38px; line-height:38px; border:1px solid #cccccc; cursor:pointer; border-radius:3px; } .my_bformul li select option{cursor:pointer;text-align:center;color:#333333; } .my_bform label{ margin:0px; padding:0px; color:#999; } .my_bform label:first{color:#999; } .my_bform .px{display:none; } .my_bform .pk{display:none; } .my_bform_ipt02{/*margin-left:95px;*/ color:#666; } .fbtn_02{margin-left:95px; } .fbtn_02 a{float:left;display: block;width: 100px;margin: 0 10px 0 0;font-size: 14px;text-align:center;color:#fff;border-radius: 2px;height: 40px;line-height: 40px;transition:all 0.8s; } .fbtn_02 a:hover{cursor:pointer; } .fbtn_02 a.fbtn_021a{background:#F36; } .fbtn_02 a.fbtn_022a{background: #b5b5b5; } .fbtn_02 a.fbtn_021a:hover{background:#F06; } .fbtn_02 a.fbtn_022a:hover{background: #a1a1a1; } .suer_bn{width:120px; height:40px; line-height:40px; background:#5fbd74; border:none; border-radius:3px; color:#FFF; font-size:14px; /*margin-left:95px;*/ font-weight:bold; } .my_bfbox{display:inline-block; } .my_bfbox label{display:inline-block; margin-right:40px; line-height:40px; color:#333333; font-size:14px;font-style:normal; } .my_bfbox label b{vertical-align:middle; display:inline-block; border:1px solid #F36; width:14px; height:14px; position:relative; border-radius:50%; overflow:hidden; } .my_bfbox label b span{border-radius:50%; top:3px; left:3px; position:absolute; width:8px; height:8px; background:#F36; } .my_bfbox label b input{cursor:pointer; position:absolute; top:0; left:0; width:16px; height:16px; opacity:0; } /*personal-address*/ .section-checkout{background:#fafafa; margin-top:20px; } .section-checkout .item {float: left; width:100%; padding: 15px 18px; margin-left:-10px; position: relative; border: 1px solid #DFDFDF; cursor: pointer; background: #fafafa; margin-bottom:20px; } .section-checkout .item i{margin-right:5px; color:#444; } .section-checkout .item dt { margin: 0px 0px 10px; height: 30px; line-height: 30px; border-bottom: 1px solid #DFDFDF; font-weight:400; color:#444; } .section-checkout .item dt .tag {height: 25px; line-height: 25px; padding: 0px 10px; font-size: 12px; position:absolute; right:18px; font-weight:400; background: #DFDFDF; } .section-checkout .onitem{border:1px solid #5fbd74; background:#FFF; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .section-checkout .item dd .edit-btn { opacity:0; display:block; width: 58px; height: 30px; text-align: center; color: #333; font-size: 12px; cursor: pointer; border: 1px solid #DFDFDF; background: #DFDFDF; padding:5px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .section-checkout .item dd .moren {position: absolute; right: -1px; top:145px; display: inline-block; color: #FFFFFF; background: #5fbd74; width: 50px; height: 30px; text-align: center; line-height: 30px; } .section-checkout .use-new-addr { text-align: center; color: #8C8C8C; height:194px; } .section-checkout .use-new-addr .icon-add {display: block; margin-top: 37px; font-size: 36px; line-height: 1; font-weight: normal; } /*edit address*/ .tanc{width:100%; height:100%; margin:0 auto; position:fixed; left:0; top:0; background:rgba(102,102,102,0.7); text-align:center; display:none; } .tanc form{ width:400px; background:rgba(255,255,255,1.00); margin:100px auto 20px auto; padding-bottom:8px; } .tanc form h1{height:50px; line-height:50px; width:100%; color:#FFFFFF; background:#5fbd74; font-size:16px; font-weight:600; margin-bottom:20px; } .tanc form ul{ margin:10px; list-style:none; } .tanc form ul li{ font-size:14px; line-height:30px; text-align:left; margin-bottom:10px; } .tanc form ul .sh_name{ margin-left:40px; } .tanc form ul .sh_name input{ padding-left:10px; border:solid 1px #5fbd74;border-radius:5px; height:30px; line-height:30px; width:263px; } .tanc form ul .sh_address{ vertical-align:middle; margin-left:10px; } .tanc form ul .sh_address .info{ line-height:30px; /*height:30px;*/ width:280px; float:right; margin-right:0px; } .tanc form ul .sh_address .info #info_ads_chose select{border:solid 1px #5fbd74; border-radius:5px; height:30px; line-height:30px; appearance:none; -moz-appearance:none;-webkit-appearance:none; } /*.tanc form ul .sh_address .info #info_ads_chose #s_province{ width:25%; } .tanc form ul .sh_address .info #info_ads_chose #s_city{ width:30%; } .tanc form ul .sh_address .info #info_ads_chose #s_county{ width:32%; }*/ .tanc form ul .inp_address{ margin-left:20px; } .tanc form ul .inp_address input{ padding-left:10px; border:solid 1px #5fbd74;border-radius:5px; height:30px; line-height:30px; width:340px; } .tanc form ul .inp_pho{ margin-left:20px; } .tanc form ul .inp_pho input{ padding-left:10px; border:solid 1px #5fbd74;border-radius:5px; height:30px; line-height:30px; width:270px; } .tanc form ul .inp_ads_name{ margin-left:50px; } .tanc form ul .inp_ads_name input{ padding-left:10px; border:solid 1px #5fbd74;border-radius:5px; height:30px; line-height:30px; width:268px; } .tanc form ul .add_chose{ height:25px; line-height:25px; position:relative; } .tanc form ul .add_chose span{ width:90px;height:30px; line-height:30px; text-align:center; border-radius:5px; background:#f73080; color:#Ffffff; display:none; position:absolute; left:60px; cursor:pointer; } .moren{ position:absolute; right:-1px; top:145px;display:inline-block; color:#FFFFFF; background:#5fbd74; width:50px; height:30px; text-align:center; line-height:30px; } .tanc form ul .add_chose #ismoren{ position:absolute; left:50px; top:2px; } .tanc form ul .add_chose label{ position:absolute; left:70px; } .tanc form ul .ads_sub{ width:100%; height:30px; line-height:30px; } .tanc form ul .ads_sub .sure{ color:rgba(255,255,255,1.00); background:#5fbd74; border:none; width:90px; height:30px; margin-left:100px; cursor:pointer; } .tanc form ul .ads_sub .false{ color:#626262; background:#D3D3D3; border:none; width:90px; height:30px; margin-left:20px; cursor:pointer; } .ads_del{ width:100%; height:100%; background:rgba(102,102,102,0.7); position:fixed;top:0px; left:0px; margin:0 auto; text-align:center; display:none; } .ads_del .del_ads{ width:300px; margin-top:100px;margin-left:auto;margin-right:auto; background:#FFFFFF; padding-bottom:10px; } .ads_del .del_ads h1{ background:#5fbd74; width:100%; height:50px; text-align:center; font-size:16px; font-weight:600; line-height:50px; color:#FFFFFF; } .ads_del .del_ads .del_ts{ width:100%; height:100px; font-size:14px; line-height:100px; } .ads_del .del_ads .del_bun{ width:100%;height:30px; line-height:30px; } .ads_del .del_ads .del_bun input{height:30px; line-height:30px; width:100px; font-size:14px; text-align:center; border:none; margin:auto 15px; cursor:pointer; } .ads_del .del_ads .del_bun .submit{ background:#5fbd74; color:rgba(255,255,255,1.00); } .ads_del button, input[type="button"], input[type="reset"], .ads_del input[type="submit"] {padding:0px; border-radius:0; background:#f0f0f0; color: #666; font-weight: bold; letter-spacing: .05em; } /*collect*/ .my_love{margin-top:20px; } .my_list_detail {width: 100%; clear: both } .my_list_detail .collect_place {border-top: 4px solid #e1e1e1; display: inline; margin-top: 3px; padding-top: 20px;padding-left: 2px; } .my_list_detail .collect_place h1 { display:inline-block; margin-top: 6px } .my_list_detail .collect_place h1 span.small {color: #999; font-size: 12px; margin-top: 3px; padding-bottom: 6px; margin-left: 5px } .my_list_detail .collect_place h1 span.big { font-size: 20px; padding-bottom: 6px; color: #555 } .my_list_detail .collect_place a {line-height: 26px; color: #5fbd74; clear: both; } .my_list_detail .collect_place span.icon {width: 23px; height: 18px; margin-left:10px; margin-right:5px; color:#5fbd74; } .my_list_detail .collect_place p{display:inline-block; } .product-thumb i{font-size:20px; } .product-item .product-action .delete{display: inline-block; position: relative; bottom:2px; font-weight: 400; width: 30px; height: 20px; margin-left: 10px; padding-left: 10px; border-left: 1px solid rgba(255,255,255,.5); } .product-item .product-action .delete:hover{cursor:pointer; } /*comment*/ .zx_cont { margin-top:20px; } .zx_cdiv { margin-top: 10px; } .zx_cdL { float: left; width:14%; margin-top: 10px; } .zx_cdL img { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; display: block; margin: 0px auto; } .zx_cdL p {text-align: center; font-size: 12px; color: #333; line-height: 20px; margin-top: 5px; } .zx_cdL p span {color: #5fbd74; display: block; margin: 0px auto; } .zx_cdRdiv {width: 785px; float: left; margin-left: 7px; } .zx_cdR { float: right; width:85%; position: relative; border: 1px solid #D9D7D7; padding: 15px; background: #FFF; } .zx_cdR01 {height: 25px; line-height: 10px; border-bottom: 1px solid #D9D7D7; position: relative; } .zx_cdR01 ul li {float: left; margin-right: 2px; } .zx_cdR01 p {position: absolute; right: 0px; color: #999; font-size: 12px; top: 5px; } .zx_cdR02 {margin-top: 10px; } .zx_cdR p span { color: #999; font-size: 12px; line-height: 20px; vertical-align: top; letter-spacing:2px; } .zx_cdR p i { font-size: 12px; color: #333; line-height: 20px; font-style: normal; } .zx_cdR02 p i img{width:80px; display:block; } .zx_cdR03 {margin-top: 8px; } .zx_cdR03 span { display: inline-block; color: #999; font-size: 12px; line-height: 20px; vertical-align: top; } .zx_cdR03 ul {display: inline-block; } .zx_cdR03 ul li {float: left; margin-right: 8px; } .zx_cdR03 ul li img{width:80px; } .zx_cdR .zx_cdR01 ul li img, .zx_cdR .zx_cdR03 ul li img { position: static; top: 0px; left: 0px; } /*.zx_cdR04 { margin: 3px 0px 0px; } .zx_cdR04 p i { color: #C00; }*/ .zx_cdR .rjiao { position: absolute; left: -13px; top: 25px; } .my_pass{padding-top:20px; } .my_bform label{font-size:12px; font-weight:normal; } .my_bform .pt{display:none; margin-left:6px; } .my_bform .pt i{font-size:18px; color:#5fbd74; } .my_bform .px{margin-left:6px; } .my_bform .pt1{margin-left:0px; } /*order*/ .n_kql_dd { margin: 20px auto; } .n_kql_dd h2 { font: 12px/230% "ๅฎ‹ไฝ“"; border-bottom: none; background: #444444; padding: 10px; color: #fff; } .n_kql_dd h2 select{width:95%; color:#333; padding-left:5px; height:25px; font-size:12px; } .n_kql_dd ul li { margin-top: 20px; } .n_kql_dd li table { border-collapse: collapse; line-height: 180%; color: #a09f9f; background:#fbfaf8; font-size:13px; } .n_kql_dd_h3 {color: #333; width:100%; } .n_kql_dd input[type="checkbox"]{vertical-align:middle; } .n_kql_dd_h3 input[type="checkbox"]{vertical-align:top; } .n_kql_dd_h3 td{width:50%; background:#dcd9d9; height:40px; } .n_kql_dd_h3 span{display:inline-block; width:100%; text-align:center; } .n_kql_dd_h3 span a{color:#5fbd74; } .n_kql_dd strong {font-weight: normal; color: #666; } .n_kql_dd em {display: inline-block; width: 30px; } .comment_list i {font-style: normal; } .n_kql_dd_h3 i { margin: 0 0px 0 0; display: inline; } .t_v_zhanghu_cor1 { color: #666; } .n_kql_dd_img { height: 72px; overflow: hidden; padding: 0 0 0 20px; position: relative; } .n_kql_dd_img a { margin-right: 5px; display: inline-block; } .n_kql_dd_img a img { width: 70px; height: 70px; float: left; display: block; } .my_ordtit { color: #333; } .t_n_xy_wz_cor{color: #5fbd74; } .my_ordstat { color: #333; } .comment_list i {font-style: normal; } .n_kql_dd_btn i { display: block; height: auto; overflow: hidden; margin-top: 5px; } .n_kql_dd_btn i a { border-radius: 2px; width:76px; padding: 0 10px; display: block; height: 25px; line-height: 200%; overflow: hidden; color: #5fbd74; text-decoration:none; } .kql_dd_btn_hov { background: #d6d3d3; color: #fff !important; } .n_kql_dd_btn1 i {display: block; height: auto; overflow: hidden; color: #005ea7; } .n_kql_dd_btn1 a{color: #5fbd74; text-decoration:none; } .buy_again a { border-radius: 2px; width:76px; padding: 0 10px; display: block; height: 25px; line-height: 200%; overflow: hidden; color: #fff; background: #ff9900; } .n_kql_dd_btn i.buy03 a { background: #94c417; color: #fff; } .n_kql_dd_btn i.buy04 a {background: #cc0000; color: #fff; } /*order-info*/ .order-info{margin-top:20px; } .order-detail_01{ margin-top:10px; border-bottom:#d2d2d2 1px dashed; padding-bottom:10px; position:relative; } .order-detail_01 font {position: absolute;right: 10px; } .order-detail_01 i{ color:#cc0000; margin-left:10px; } .order-detail_01 span{ display:inline-block; color:#2c2c2c; margin-left:20px; } .order-detail_01 .pay{ border:#fdaa20 1px solid; width:50px; text-align:center; } .order-detail_01 .pay a{ background:#fdaa20; display:block; border:#fff 1px solid; padding:1px; color:#fff; } .order-detail_01 span.right{ margin-right:20px; } .order-detail_01 span.right a{ display:inline-block; } .order-detail_01 font span{ border:#999999 1px solid; display:inline-block; width:70px; text-align:center; } .order-detail_01 font a{ background:#999999; border:#fff 1px solid; padding:1px; display:block; color:#fff; } .order-detail_02{ padding:10px 20px; } .my_ord01 ,.order-detail_03 ,.order-detail_04{ border:#d2d2d2 1px solid; } .order-detail_03 h5 , .order-detail_04 h5{ text-indent:12px; background:#f9f9f9; color:#000; font-size:16px; border-bottom:#d2d2d2 1px solid;font-family:"ๅฎ‹ไฝ“";height:40px;line-height:40px; font-size:14px; font-weight:bold; } /*.order-detail_03{margin-top:30px } .order_news ul{width:95%; margin:0 auto; border-bottom:#d2d2d2 1px dashed; } .order_news ul li{ float:left; width:70%; font-weight:bold; color:#666666; height:45px; line-height:45px; } .order_news ul li:first-child{width:28%; } .order_news p{line-height:30px; } .order_news p font{ width:70%; color:#888; display: inline-block; } .order_news p font:first-child{width:28%; } .logistics{width:95%; padding:5px 0; margin:0 auto; border-bottom:#d2d2d2 1px dashed; } .logis_last{width:95%; margin:0 auto; line-height:40px; } .logis_last span{ display:inline-block; margin-right:25px; color:#888; } .logis_last a{ color:#5fbd74; }*/ .order-detail_04{ margin-top:30px; } .order-detail_04 .my_order_message{ padding:20px 20px 0; } .order-detail_04 .my_order_message li{border-bottom:1px dashed #ddd; padding:0 0 8px 0; margin:0 0 8px 0; color:#666; line-height:22px; } .order-detail_04 strong{ color:#555; font-size: 14px; font-weight:bold; } .car_top1{ text-indent:24px; font-size:14px; color:#666666; font-weight:bold; line-height:40px; margin-left:-4px; } .checkout-goods-list .col-2,.checkout-goods-list .col-3 {text-align:center } .checkout-goods-list .col-2 {width:10%; } .checkout-goods-list .col-3 {width:8% } .checkout-goods-list .col-4 {width:16%; padding-right:30px; text-align:center; } .checkout-goods-list dt {padding:9px 0; font-size:14px; line-height:1; background:#5fbd74; color:#FFF; } .checkout-goods-list dt .col {float:left } .checkout-goods-list dt .col-1 {width:66%; padding-left:20px } .checkout-goods-list .item {display:table; padding:5px 0; color:#333; border:none; background:none; width:100%; } .checkout-goods-list .item .item-row {display:table-row; } .checkout-goods-list .item .col {display:table-cell; vertical-align:middle; } .checkout-goods-list .item .col-1 {width:66%; padding-left:20px; } .checkout-goods-list .item .col-1 .g-info,.checkout-goods-list .item .col-1 .g-pic { display:table-cell; vertical-align:middle; } .checkout-goods-list .item .col-1 .g-pic {width:80px; height:80px; padding-right:10px } .checkout-goods-list .item .col-1 .g-info a {color:#333 } .checkout-goods-list .item .col-1 .g-info .baoxian-service {margin-left:5px; font-size:12px; color:#ff4646; text-decoration:underline } .checkout-goods-list .item .col-4 {color:#ff4646 } .section-checkout .use-new-addr { text-align: center; color: #8C8C8C; height:198px; } .section-checkout .use-new-addr .icon-add {display: block; margin-top: 37px; font-size: 36px; line-height: 1; font-weight: normal; } .checkout-count {position:relative; padding:25px 30px 25px 0; min-height:160px; _height:160px; border-top:1px solid #dfdfdf; border-radius:0 0 5px 5px } .xm-add-buy .item {height:16px; line-height:16px; padding:7px 10px; margin-bottom:10px; position:relative; background:#f3f3f3; color:#333; font-size:12px; cursor:pointer; zoom:1 } .xm-add-buy .item:hover {background-color:#dfdfdf } .checkout-count-extend {float:left; position:relative; margin-left:20px; width:66%; } .checkout-count-extend h3{font-size: 14px; font-weight:bold; color: #333; } .checkout-count-extend input{ width:100%; height:100px; border:1px solid #dfdfdf; border-radius: 3px; color: #666; padding: 7px 15px; } .checkout-price {float:right; text-align:right; color:#333; width:30%; } .checkout-price li {line-height:2; text-align:right; font-size:14px; } .checkout-price li span {display:inline-block; min-width:130px; _width:150px; color:#ff4646 } .checkout-price .checkout-total span {display:inline-block; min-width:130px; _width:150px; color:#ff4646; } .checkout-price .checkout-total span strong {margin-right:5px; font-size:28px; font-weight:normal; color:#ff4646; } /*pagination */ .pagination { margin-top: 50px; text-align: center; width: 100%; } .pagination a{padding: 0 15px; height: 40px; line-height: 38px; border: 1px solid #f1eeea; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin: 0 5px; font-weight: 700; display: inline-block; color:#333; } .pagination a.current, .pagination a:hover{background: #5fbd74; color: #fff; border-color: #5fbd74; } .pagination a.next, .pagination span.next, .pagination a.prev, .pagination span.prev {border: 0; } .pagination a.next:after, .pagination span.next:after {content: '\f3d3'; font-family: Ionicons; margin-left: 10px; } .pagination a.prev:before, .pagination span.prev:before { content: '\f3d2'; font-family: Ionicons; margin-right: 10px; }
Public/home/css/personal.css
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {margin:0; padding:0; font-family:"ๅฎ‹ไฝ“"; font-size:12px; } ul{list-style:none; } .breadcrumbs { padding: 0; list-style: none; background: none; border-radius: 0; text-align:right; border-bottom:1px solid #5fbd74; padding-bottom:10px; } .breadcrumbs li { display: inline-block; margin-right: 20px; color: #5fbd74; font-size:12px; } .breadcrumbs li:after {content: '//'; margin-left: 20px; } .breadcrumbs li:last-child:after { content: ''; margin-right: 0; } .breadcrumbs li a {color: #5e5a54; text-decoration:none; } .breadcrumbs li a:hover {color: #5fbd74; } .related{margin-top:60px; } .fz-34 { font-size: 34px !important; } .fz-24 { font-size: 24px !important; } /*mymsg*/ .mymsg{/*min-width:1200px;*/ background:url(../images/settel.jpg) center top; width:100%; height:335px; } .myCenter{width:380px; padding:60px 0 0; margin:0 auto; } .myCl{float:left; width:150px; height:150px; border-radius:50%; overflow:hidden; border:5px solid #423d37; } .myCl img{width:150px; height:150px; border-radius:50%; } .myCr{float:left;margin:18px 0 0 18px; } .myCr dl{margin-bottom:12px; } .myCr dt{display:inline-block; vertical-align:middle; margin-right:5px; } .myCr dd{color:#fff; font-size:14px; display:inline-block; vertical-align:middle; } .myCr dd a{color:#5fbd74; font-size:12px; display:inline-block; margin-left:10px; } .myCr dd i{width:100px; height:10px; display:inline-block; position:relative; background:#313131; vertical-align:middle; border-radius:10px; } .myCr dd i span{position:absolute; top:0; left:0; border-radius:10px; background:#5fbd74; width:80%; display:inline-block; height:10px; } .order_list{text-align:center; margin-top:35px; } .order_list li{display:inline-block; position:relative; } .order_list li a,.order_list li em{display:inline-block; width:95px; color:#fff; font-size:12px; } .order_list li i{font-style:normal;font-size:24px;font-weight:bold;font-family:"Arial";display:block; } .order_list li:before{position:absolute; content:""; width:1px; height:40px; background:#373535; top:0; left:0; } .order_list li.order_li:before{background:none; } /*personal left*/ .scm{background:url(../images/min_bg.png) no-repeat; } .ad-menu{width:100%; height:100%; background:#fafafa; } .ad-menu .ad-logo{ background: #5fbd74 none repeat scroll 0% 0%; font-weight: bold; font-size: 24px; text-align: center; height: 70px; line-height: 70px; color:#FFF; } .ad-menu .ad-list{padding-top:15px; } .ad-menu .ad-list .li-item{padding-left:35px; height:50px; line-height:50px; cursor:pointer; position:relative; } .ad-menu .ad-list li dl{display:none; } .ad-menu .ad-list li dl dd{border-bottom:1px dotted #CCCCCC; } .ad-menu .ad-list li.over .li-item{ background: -webkit-linear-gradient(left, #d4d4d4, #cecece); background: -o-linear-gradient(right, #d4d4d4, #cecece); background: -moz-linear-gradient(right, #d4d4d4, #cecece); background: linear-gradient(to right,#d4d5d5, #ccc); } .ad-menu .ad-list li.over2 .li-item{ background: -webkit-linear-gradient(left, #d4d4d4, #cecece); background: -o-linear-gradient(right, #d4d4d4, #cecece); background: -moz-linear-gradient(right, #d4d4d4, #cecece); background: linear-gradient(to right,#d4d5d5, #eee); } .ad-menu .ad-list .li-item .li-ico{width:20px; height:20px; display:inline-block; vertical-align:middle; margin-right:15px; } .ad-menu .ad-list .li-item .ic1{background-position:1px -2px; } .ad-menu .ad-list .li-item .ic2{background-position:0px -32px; } .ad-menu .ad-list .li-item .ic3{background-position:0px -160px; } .ad-menu .ad-list .li-item .ic4{background-position:0px -57px; } .ad-menu .ad-list .li-item .arrow{width:13px;height:13px;display:inline-block;cursor:pointer;position:absolute;right:25px;top:50%;margin-top:-6px;background-position:-63px -69px; } .ad-menu .ad-list li.over .li-item .arrow{background-position:-63px -91px; } .ad-menu .ad-list li.over dl{display:block; } .ad-menu .ad-list .dd-item{height:45px; line-height:45px; color:#666; padding-left:70px; display:block; position:relative; } .ad-menu .ad-list .li-item:hover ,.ad-menu .ad-list .dd-item:hover{color:#5fbd74; } .ad-menu .ad-list .dd-item .dd-ar{width:13px; height:22px; background-position:-90px -73px; position:absolute; top:50%; right:-1px; margin-top:-11px; display:none; } .ad-menu .ad-list dd.on .dd-ar{display:block; } .ad-menu .ad-list dd.on .dd-item{color:#5fbd74; } #content .main .con-right{margin-left:20px; width:960px; } /*personal-change*/ .my_base{width:100%; padding:10px 0px 50px 10px; background:#fafafa; margin-top:20px; } .my_tx{margin:0 0 25px; position:relative; } .my_tx p{width: 150px; height: 150px; border-radius: 50%; overflow: hidden; border: 5px solid #d2d2d2; /*margin-left:20px;*/ } .my_tx p img{width:150px; height:150px;border-radius:50%; } .my_tx span { position: absolute; left:180px; top: 60px; width: 130px; height: 40px; text-align: center; color: #FFF; font-size: 12px; display: block; line-height: 40px; border-radius: 2px; transition: all 1s ease 0s; background: #5fbd74; } .my_tx span input { width: 130px; height: 40px; top: 0px; left: 0px; opacity: 0; position: absolute; cursor: pointer; } .my_bform{margin-bottom:20px; } .my_bform>i{/*width:90px;*/ display:inline-block; text-align:right; line-height:38px; color:#666666; font-style:normal; font-size:14px; } .my_bform>i span{color:#ff0000; display:inline-block; margin-right:5px; } .my_bform_ipt{width:386px ;height:36px; text-indent:10px; color:#333; background:#fff; border:1px solid #cccccc; font-size:14px; line-height:38px; } .my_bform p{display:inline-block; line-height:38px; color:#999999; margin-left:10px; } .my_bform em{display:inline-block; line-height:38px; color:#333333; font-size:14px; } .my_bform p a{color:#F36; text-decoration:underline; } .my_bform input{border-radius:3px; } .my_bform input:focus{border-color:#5fbd74; } .my_bformul{display:inline-block; margin-left:0px; padding-left:0px; } .my_bformul li{display:inline-block; color:#333333; font-size:14px; } .my_bformul li select{width:100px; padding-left:20px; height:38px; line-height:38px; border:1px solid #cccccc; cursor:pointer; border-radius:3px; } .my_bformul li select option{cursor:pointer;text-align:center;color:#333333; } .my_bform label{ margin:0px; padding:0px; color:#999; } .my_bform label:first{color:#999; } .my_bform .px{display:none; } .my_bform .pk{display:none; } .my_bform_ipt02{/*margin-left:95px;*/ color:#666; } .fbtn_02{margin-left:95px; } .fbtn_02 a{float:left;display: block;width: 100px;margin: 0 10px 0 0;font-size: 14px;text-align:center;color:#fff;border-radius: 2px;height: 40px;line-height: 40px;transition:all 0.8s; } .fbtn_02 a:hover{cursor:pointer; } .fbtn_02 a.fbtn_021a{background:#F36; } .fbtn_02 a.fbtn_022a{background: #b5b5b5; } .fbtn_02 a.fbtn_021a:hover{background:#F06; } .fbtn_02 a.fbtn_022a:hover{background: #a1a1a1; } .suer_bn{width:120px; height:40px; line-height:40px; background:#5fbd74; border:none; border-radius:3px; color:#FFF; font-size:14px; /*margin-left:95px;*/ font-weight:bold; } .my_bfbox{display:inline-block; } .my_bfbox label{display:inline-block; margin-right:40px; line-height:40px; color:#333333; font-size:14px;font-style:normal; } .my_bfbox label b{vertical-align:middle; display:inline-block; border:1px solid #F36; width:14px; height:14px; position:relative; border-radius:50%; overflow:hidden; } .my_bfbox label b span{border-radius:50%; top:3px; left:3px; position:absolute; width:8px; height:8px; background:#F36; } .my_bfbox label b input{cursor:pointer; position:absolute; top:0; left:0; width:16px; height:16px; opacity:0; } /*personal-address*/ .section-checkout{background:#fafafa; margin-top:20px; } .section-checkout .item {float: left; width:100%; padding: 15px 18px; margin-left:-10px; position: relative; border: 1px solid #DFDFDF; cursor: pointer; background: #fafafa; margin-bottom:20px; } .section-checkout .item i{margin-right:5px; color:#444; } .section-checkout .item dt { margin: 0px 0px 10px; height: 30px; line-height: 30px; border-bottom: 1px solid #DFDFDF; font-weight:400; color:#444; } .section-checkout .item dt .tag {height: 25px; line-height: 25px; padding: 0px 10px; font-size: 12px; position:absolute; right:18px; font-weight:400; background: #DFDFDF; } .section-checkout .onitem{border:1px solid #5fbd74; background:#FFF; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .section-checkout .item dd .edit-btn { opacity:0; display:block; width: 58px; height: 30px; text-align: center; color: #333; font-size: 12px; cursor: pointer; border: 1px solid #DFDFDF; background: #DFDFDF; padding:5px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .section-checkout .item dd .moren {position: absolute; right: -1px; top:145px; display: inline-block; color: #FFFFFF; background: #5fbd74; width: 50px; height: 30px; text-align: center; line-height: 30px; } .section-checkout .use-new-addr { text-align: center; color: #8C8C8C; height:194px; } .section-checkout .use-new-addr .icon-add {display: block; margin-top: 37px; font-size: 36px; line-height: 1; font-weight: normal; } /*edit address*/ .tanc{width:100%; height:100%; margin:0 auto; position:fixed; left:0; top:0; background:rgba(102,102,102,0.7); text-align:center; display:none; } .tanc form{ width:400px; background:rgba(255,255,255,1.00); margin:100px auto 20px auto; padding-bottom:8px; } .tanc form h1{height:50px; line-height:50px; width:100%; color:#FFFFFF; background:#5fbd74; font-size:16px; font-weight:600; margin-bottom:20px; } .tanc form ul{ margin:10px; list-style:none; } .tanc form ul li{ font-size:14px; line-height:30px; text-align:left; margin-bottom:10px; } .tanc form ul .sh_name{ margin-left:40px; } .tanc form ul .sh_name input{ padding-left:10px; border:solid 1px #5fbd74;border-radius:5px; height:30px; line-height:30px; width:263px; } .tanc form ul .sh_address{ vertical-align:middle; margin-left:10px; } .tanc form ul .sh_address .info{ line-height:30px; /*height:30px;*/ width:280px; float:right; margin-right:0px; } .tanc form ul .sh_address .info #info_ads_chose select{border:solid 1px #5fbd74; border-radius:5px; height:30px; line-height:30px; appearance:none; -moz-appearance:none;-webkit-appearance:none; } /*.tanc form ul .sh_address .info #info_ads_chose #s_province{ width:25%; } .tanc form ul .sh_address .info #info_ads_chose #s_city{ width:30%; } .tanc form ul .sh_address .info #info_ads_chose #s_county{ width:32%; }*/ .tanc form ul .inp_address{ margin-left:20px; } .tanc form ul .inp_address input{ padding-left:10px; border:solid 1px #5fbd74;border-radius:5px; height:30px; line-height:30px; width:340px; } .tanc form ul .inp_pho{ margin-left:20px; } .tanc form ul .inp_pho input{ padding-left:10px; border:solid 1px #5fbd74;border-radius:5px; height:30px; line-height:30px; width:270px; } .tanc form ul .inp_ads_name{ margin-left:50px; } .tanc form ul .inp_ads_name input{ padding-left:10px; border:solid 1px #5fbd74;border-radius:5px; height:30px; line-height:30px; width:268px; } .tanc form ul .add_chose{ height:25px; line-height:25px; position:relative; } .tanc form ul .add_chose span{ width:90px;height:30px; line-height:30px; text-align:center; border-radius:5px; background:#f73080; color:#Ffffff; display:none; position:absolute; left:60px; cursor:pointer; } .moren{ position:absolute; right:-1px; top:145px;display:inline-block; color:#FFFFFF; background:#5fbd74; width:50px; height:30px; text-align:center; line-height:30px; } .tanc form ul .add_chose #ismoren{ position:absolute; left:50px; top:2px; } .tanc form ul .add_chose label{ position:absolute; left:70px; } .tanc form ul .ads_sub{ width:100%; height:30px; line-height:30px; } .tanc form ul .ads_sub .sure{ color:rgba(255,255,255,1.00); background:#5fbd74; border:none; width:90px; height:30px; margin-left:100px; cursor:pointer; } .tanc form ul .ads_sub .false{ color:#626262; background:#D3D3D3; border:none; width:90px; height:30px; margin-left:20px; cursor:pointer; } .ads_del{ width:100%; height:100%; background:rgba(102,102,102,0.7); position:fixed;top:0px; left:0px; margin:0 auto; text-align:center; display:none; } .ads_del .del_ads{ width:300px; margin-top:100px;margin-left:auto;margin-right:auto; background:#FFFFFF; padding-bottom:10px; } .ads_del .del_ads h1{ background:#5fbd74; width:100%; height:50px; text-align:center; font-size:16px; font-weight:600; line-height:50px; color:#FFFFFF; } .ads_del .del_ads .del_ts{ width:100%; height:100px; font-size:14px; line-height:100px; } .ads_del .del_ads .del_bun{ width:100%;height:30px; line-height:30px; } .ads_del .del_ads .del_bun input{height:30px; line-height:30px; width:100px; font-size:14px; text-align:center; border:none; margin:auto 15px; cursor:pointer; } .ads_del .del_ads .del_bun .submit{ background:#5fbd74; color:rgba(255,255,255,1.00); } .ads_del button, input[type="button"], input[type="reset"], .ads_del input[type="submit"] {padding:0px; border-radius:0; background:#f0f0f0; color: #666; font-weight: bold; letter-spacing: .05em; } /*collect*/ .my_love{margin-top:20px; } .my_list_detail {width: 100%; clear: both } .my_list_detail .collect_place {border-top: 4px solid #e1e1e1; display: inline; margin-top: 3px; padding-top: 20px;padding-left: 2px; } .my_list_detail .collect_place h1 { display:inline-block; margin-top: 6px } .my_list_detail .collect_place h1 span.small {color: #999; font-size: 12px; margin-top: 3px; padding-bottom: 6px; margin-left: 5px } .my_list_detail .collect_place h1 span.big { font-size: 20px; padding-bottom: 6px; color: #555 } .my_list_detail .collect_place a {line-height: 26px; color: #5fbd74; clear: both; } .my_list_detail .collect_place span.icon {width: 23px; height: 18px; margin-left:10px; margin-right:5px; color:#5fbd74; } .my_list_detail .collect_place p{display:inline-block; } .product-thumb i{font-size:20px; } .product-item .product-action .delete{display: inline-block; position: relative; bottom:2px; font-weight: 400; width: 30px; height: 20px; margin-left: 10px; padding-left: 10px; border-left: 1px solid rgba(255,255,255,.5); } .product-item .product-action .delete:hover{cursor:pointer; } /*comment*/ .zx_cont { margin-top:20px; } .zx_cdiv { margin-top: 10px; } .zx_cdL { float: left; width:14%; margin-top: 10px; } .zx_cdL img { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; display: block; margin: 0px auto; } .zx_cdL p {text-align: center; font-size: 12px; color: #333; line-height: 20px; margin-top: 5px; } .zx_cdL p span {color: #5fbd74; display: block; margin: 0px auto; } .zx_cdRdiv {width: 785px; float: left; margin-left: 7px; } .zx_cdR { float: right; width:85%; position: relative; border: 1px solid #D9D7D7; padding: 15px; background: #FFF; } .zx_cdR01 {height: 25px; line-height: 10px; border-bottom: 1px solid #D9D7D7; position: relative; } .zx_cdR01 ul li {float: left; margin-right: 2px; } .zx_cdR01 p {position: absolute; right: 0px; color: #999; font-size: 12px; top: 5px; } .zx_cdR02 {margin-top: 10px; } .zx_cdR p span { color: #999; font-size: 12px; line-height: 20px; vertical-align: top; letter-spacing:2px; } .zx_cdR p i { font-size: 12px; color: #333; line-height: 20px; font-style: normal; } .zx_cdR02 p i img{width:80px; display:block; } .zx_cdR03 {margin-top: 8px; } .zx_cdR03 span { display: inline-block; color: #999; font-size: 12px; line-height: 20px; vertical-align: top; } .zx_cdR03 ul {display: inline-block; } .zx_cdR03 ul li {float: left; margin-right: 8px; } .zx_cdR03 ul li img{width:80px; } .zx_cdR .zx_cdR01 ul li img, .zx_cdR .zx_cdR03 ul li img { position: static; top: 0px; left: 0px; } /*.zx_cdR04 { margin: 3px 0px 0px; } .zx_cdR04 p i { color: #C00; }*/ .zx_cdR .rjiao { position: absolute; left: -13px; top: 25px; } .my_pass{padding-top:20px; } .my_bform label{font-size:12px; font-weight:normal; } .my_bform .pt{display:none; margin-left:6px; } .my_bform .pt i{font-size:18px; color:#5fbd74; } .my_bform .px{margin-left:6px; } .my_bform .pt1{margin-left:0px; } /*order*/ .n_kql_dd { margin: 20px auto; } .n_kql_dd h2 { font: 12px/230% "ๅฎ‹ไฝ“"; border-bottom: none; background: #444444; padding: 10px; color: #fff; } .n_kql_dd h2 select{width:95%; color:#333; padding-left:5px; height:25px; font-size:12px; } .n_kql_dd ul li { margin-top: 20px; } .n_kql_dd li table { border-collapse: collapse; line-height: 180%; color: #a09f9f; background:#fbfaf8; font-size:13px; } .n_kql_dd_h3 {color: #333; width:100%; } .n_kql_dd input[type="checkbox"]{vertical-align:middle; } .n_kql_dd_h3 input[type="checkbox"]{vertical-align:top; } .n_kql_dd_h3 td{width:50%; background:#dcd9d9; height:40px; } .n_kql_dd_h3 span{display:inline-block; width:100%; text-align:center; } .n_kql_dd_h3 span a{color:#5fbd74; } .n_kql_dd strong {font-weight: normal; color: #666; } .n_kql_dd em {display: inline-block; width: 30px; } .comment_list i {font-style: normal; } .n_kql_dd_h3 i { margin: 0 0px 0 0; display: inline; } .t_v_zhanghu_cor1 { color: #666; } .n_kql_dd_img { height: 72px; overflow: hidden; padding: 0 0 0 20px; position: relative; } .n_kql_dd_img a { margin-right: 5px; display: inline-block; } .n_kql_dd_img a img { width: 70px; height: 70px; float: left; display: block; } .my_ordtit { color: #333; } .t_n_xy_wz_cor{color: #5fbd74; } .my_ordstat { color: #333; } .comment_list i {font-style: normal; } .n_kql_dd_btn i { display: block; height: auto; overflow: hidden; margin-top: 5px; } .n_kql_dd_btn i a { border-radius: 2px; width:76px; padding: 0 10px; display: block; height: 25px; line-height: 200%; overflow: hidden; color: #5fbd74; text-decoration:none; } .kql_dd_btn_hov { background: #d6d3d3; color: #fff !important; } .n_kql_dd_btn1 i {display: block; height: auto; overflow: hidden; color: #005ea7; } .n_kql_dd_btn1 a{color: #5fbd74; text-decoration:none; } .buy_again a { border-radius: 2px; width:76px; padding: 0 10px; display: block; height: 25px; line-height: 200%; overflow: hidden; color: #fff; background: #ff9900; } .n_kql_dd_btn i.buy03 a { background: #94c417; color: #fff; } .n_kql_dd_btn i.buy04 a {background: #cc0000; color: #fff; } /*order-info*/ .order-info{margin-top:20px; } .order-detail_01{ margin-top:10px; border-bottom:#d2d2d2 1px dashed; padding-bottom:10px; position:relative; } .order-detail_01 font {position: absolute;right: 10px; } .order-detail_01 i{ color:#cc0000; margin-left:10px; } .order-detail_01 span{ display:inline-block; color:#2c2c2c; margin-left:20px; } .order-detail_01 .pay{ border:#fdaa20 1px solid; width:50px; text-align:center; } .order-detail_01 .pay a{ background:#fdaa20; display:block; border:#fff 1px solid; padding:1px; color:#fff; } .order-detail_01 span.right{ margin-right:20px; } .order-detail_01 span.right a{ display:inline-block; } .order-detail_01 font span{ border:#999999 1px solid; display:inline-block; width:70px; text-align:center; } .order-detail_01 font a{ background:#999999; border:#fff 1px solid; padding:1px; display:block; color:#fff; } .order-detail_02{ padding:10px 20px; } .my_ord01 ,.order-detail_03 ,.order-detail_04{ border:#d2d2d2 1px solid; } .order-detail_03 h5 , .order-detail_04 h5{ text-indent:12px; background:#f9f9f9; color:#000; font-size:16px; border-bottom:#d2d2d2 1px solid;font-family:"ๅฎ‹ไฝ“";height:40px;line-height:40px; font-size:14px; font-weight:bold; } /*.order-detail_03{margin-top:30px } .order_news ul{width:95%; margin:0 auto; border-bottom:#d2d2d2 1px dashed; } .order_news ul li{ float:left; width:70%; font-weight:bold; color:#666666; height:45px; line-height:45px; } .order_news ul li:first-child{width:28%; } .order_news p{line-height:30px; } .order_news p font{ width:70%; color:#888; display: inline-block; } .order_news p font:first-child{width:28%; } .logistics{width:95%; padding:5px 0; margin:0 auto; border-bottom:#d2d2d2 1px dashed; } .logis_last{width:95%; margin:0 auto; line-height:40px; } .logis_last span{ display:inline-block; margin-right:25px; color:#888; } .logis_last a{ color:#5fbd74; }*/ .order-detail_04{ margin-top:30px; } .order-detail_04 .my_order_message{ padding:20px 20px 0; } .order-detail_04 .my_order_message li{border-bottom:1px dashed #ddd; padding:0 0 8px 0; margin:0 0 8px 0; color:#666; line-height:22px; } .order-detail_04 strong{ color:#555; font-size: 14px; font-weight:bold; } .car_top1{ text-indent:24px; font-size:14px; color:#666666; font-weight:bold; line-height:40px; margin-left:-4px; } .checkout-goods-list .col-2,.checkout-goods-list .col-3 {text-align:center } .checkout-goods-list .col-2 {width:10%; } .checkout-goods-list .col-3 {width:8% } .checkout-goods-list .col-4 {width:16%; padding-right:30px; text-align:center; } .checkout-goods-list dt {padding:9px 0; font-size:14px; line-height:1; background:#5fbd74; color:#FFF; } .checkout-goods-list dt .col {float:left } .checkout-goods-list dt .col-1 {width:66%; padding-left:20px } .checkout-goods-list .item {display:table; padding:5px 0; color:#333; border:none; background:none; width:100%; } .checkout-goods-list .item .item-row {display:table-row; } .checkout-goods-list .item .col {display:table-cell; vertical-align:middle; } .checkout-goods-list .item .col-1 {width:66%; padding-left:20px; } .checkout-goods-list .item .col-1 .g-info,.checkout-goods-list .item .col-1 .g-pic { display:table-cell; vertical-align:middle; } .checkout-goods-list .item .col-1 .g-pic {width:80px; height:80px; padding-right:10px } .checkout-goods-list .item .col-1 .g-info a {color:#333 } .checkout-goods-list .item .col-1 .g-info .baoxian-service {margin-left:5px; font-size:12px; color:#ff4646; text-decoration:underline } .checkout-goods-list .item .col-4 {color:#ff4646 } .section-checkout .use-new-addr { text-align: center; color: #8C8C8C; height:198px; } .section-checkout .use-new-addr .icon-add {display: block; margin-top: 37px; font-size: 36px; line-height: 1; font-weight: normal; } .checkout-count {position:relative; padding:25px 30px 25px 0; min-height:160px; _height:160px; border-top:1px solid #dfdfdf; border-radius:0 0 5px 5px } .xm-add-buy .item {height:16px; line-height:16px; padding:7px 10px; margin-bottom:10px; position:relative; background:#f3f3f3; color:#333; font-size:12px; cursor:pointer; zoom:1 } .xm-add-buy .item:hover {background-color:#dfdfdf } .checkout-count-extend {float:left; position:relative; margin-left:20px; width:66%; } .checkout-count-extend h3{font-size: 14px; font-weight:bold; color: #333; } .checkout-count-extend input{ width:100%; height:100px; border:1px solid #dfdfdf; border-radius: 3px; color: #666; padding: 7px 15px; } .checkout-price {float:right; text-align:right; color:#333; width:30%; } .checkout-price li {line-height:2; text-align:right; font-size:14px; } .checkout-price li span {display:inline-block; min-width:130px; _width:150px; color:#ff4646 } .checkout-price .checkout-total span {display:inline-block; min-width:130px; _width:150px; color:#ff4646; } .checkout-price .checkout-total span strong {margin-right:5px; font-size:28px; font-weight:normal; color:#ff4646; } /*pagination */ .pagination { margin-top: 50px; text-align: center; width: 100%; } .pagination a{padding: 0 15px; height: 40px; line-height: 38px; border: 1px solid #f1eeea; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin: 0 5px; font-weight: 700; display: inline-block; color:#333; } .pagination a.current, .pagination a:hover{background: #5fbd74; color: #fff; border-color: #5fbd74; } .pagination a.next, .pagination span.next, .pagination a.prev, .pagination span.prev {border: 0; } .pagination a.next:after, .pagination span.next:after {content: '\f3d3'; font-family: Ionicons; margin-left: 10px; } .pagination a.prev:before, .pagination span.prev:before { content: '\f3d2'; font-family: Ionicons; margin-right: 10px; }
0.293303
0.062588
.clearfix::after{ content: ""; display: block; clear: both; } .float--left { float: left; } .float--right { float: right; } .btn { border: 1px solid #ccc; border-radius: 4px; padding: 7px 10px; } .input--text { border: 1px solid #ccc; border-radius: 5px; padding: 5px 10px; box-sizing: border-box; font-size: 1rem; } .body--container { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; color: #333; } a { text-decoration: none; color: #333; } a:hover { color: navy; } header.section { box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); } .section .inner { width: 980px; margin: 0 auto; } .menu-group { width: 500px; padding: 20px 0; position: relative; } .menu-group .logo{ display: block; background-image: url('../img/logo.svg'); background-repeat: no-repeat; width: 40px; height: 40px; position: absolute; } .menu-group .logo:hover { background-image: url('../img/logo_on.svg'); } .menu-group .logo h1 { text-indent: -9999px; } ul.main-menu { padding-left: 50px; } .main-menu a{ display: block; } .main-menu li { float: left; } .main-menu li a{ padding: 15px 10px; } .sub-menu { display: flex; flex-direction: row-reverse; align-items: center; padding: 28px 0; } .sub-menu .btn-group { display: flex; } .sub-menu .btn-group .btn { margin: 0 3px; } .sub-menu legend { width: 1px; height: 1px; text-indent: -9999px; } .sub-menu fieldset { border: 0px; } .sub-menu input { width: 150px; margin: 0 5px; } #search+[type=submit] { display: none; } ul.sub-menu-small { font-size: 0.9rem; } ul.sub-menu-small li { display: inline-block; } ul.sub-menu-small li a{ padding: 5px; } /* main */ .main-bn { background-image: url('../img/bg.jpg'); background-repeat: no-repeat; background-size: cover; } .main-bn .inner { width: 980px; margin: 0 auto; padding: 160px 0; } .summary { width: 530px; } .summary .summary-title { width: 300px; color: #fff; font-size: 3.1rem; line-height: 1.1; font-weight: 400; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); } .summary .summary-description { width: 530px; margin-top: 23px; color: #666; font-size: 1.7rem; font-weight: 300; line-height: 1.3; } .sign-up { width: 300px; } .sign-up-form { } .sign-up-form fieldset { } .sign-up-form legend { text-indent: -9999px; } .sign-up-form input { width: 100%; height: 35px; margin-top: 10px; } .sign-up-warning { font-size: 0.7rem; color: #888; display: block; margin-top: 8px; line-height: 1.2; text-align: center; } .sign-up-form button { width: 100%; height: 50px; margin-top: 10px; }
css/main.css
.clearfix::after{ content: ""; display: block; clear: both; } .float--left { float: left; } .float--right { float: right; } .btn { border: 1px solid #ccc; border-radius: 4px; padding: 7px 10px; } .input--text { border: 1px solid #ccc; border-radius: 5px; padding: 5px 10px; box-sizing: border-box; font-size: 1rem; } .body--container { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; color: #333; } a { text-decoration: none; color: #333; } a:hover { color: navy; } header.section { box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); } .section .inner { width: 980px; margin: 0 auto; } .menu-group { width: 500px; padding: 20px 0; position: relative; } .menu-group .logo{ display: block; background-image: url('../img/logo.svg'); background-repeat: no-repeat; width: 40px; height: 40px; position: absolute; } .menu-group .logo:hover { background-image: url('../img/logo_on.svg'); } .menu-group .logo h1 { text-indent: -9999px; } ul.main-menu { padding-left: 50px; } .main-menu a{ display: block; } .main-menu li { float: left; } .main-menu li a{ padding: 15px 10px; } .sub-menu { display: flex; flex-direction: row-reverse; align-items: center; padding: 28px 0; } .sub-menu .btn-group { display: flex; } .sub-menu .btn-group .btn { margin: 0 3px; } .sub-menu legend { width: 1px; height: 1px; text-indent: -9999px; } .sub-menu fieldset { border: 0px; } .sub-menu input { width: 150px; margin: 0 5px; } #search+[type=submit] { display: none; } ul.sub-menu-small { font-size: 0.9rem; } ul.sub-menu-small li { display: inline-block; } ul.sub-menu-small li a{ padding: 5px; } /* main */ .main-bn { background-image: url('../img/bg.jpg'); background-repeat: no-repeat; background-size: cover; } .main-bn .inner { width: 980px; margin: 0 auto; padding: 160px 0; } .summary { width: 530px; } .summary .summary-title { width: 300px; color: #fff; font-size: 3.1rem; line-height: 1.1; font-weight: 400; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); } .summary .summary-description { width: 530px; margin-top: 23px; color: #666; font-size: 1.7rem; font-weight: 300; line-height: 1.3; } .sign-up { width: 300px; } .sign-up-form { } .sign-up-form fieldset { } .sign-up-form legend { text-indent: -9999px; } .sign-up-form input { width: 100%; height: 35px; margin-top: 10px; } .sign-up-warning { font-size: 0.7rem; color: #888; display: block; margin-top: 8px; line-height: 1.2; text-align: center; } .sign-up-form button { width: 100%; height: 50px; margin-top: 10px; }
0.331661
0.184253
.fa, .fas, .far, .fal, .fad, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -.0667em; } .fa-xs { font-size: .75em; } .fa-sm { font-size: .875em; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; } .fa-border { border: solid 0.08em #eee; border-radius: .1em; padding: .2em .25em .15em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both { -webkit-filter: none; filter: none; } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-500px:before { content: "\F26E"; } .fa-accessible-icon:before { content: "\F368"; } .fa-accusoft:before { content: "\F369"; } .fa-acquisitions-incorporated:before { content: "\F6AF"; } .fa-ad:before { content: "\F641"; } .fa-address-book:before { content: "\F2B9"; } .fa-address-card:before { content: "\F2BB"; } .fa-adjust:before { content: "\F042"; } .fa-adn:before { content: "\F170"; } .fa-adobe:before { content: "\F778"; } .fa-adversal:before { content: "\F36A"; } .fa-affiliatetheme:before { content: "\F36B"; } .fa-air-freshener:before { content: "\F5D0"; } .fa-airbnb:before { content: "\F834"; } .fa-algolia:before { content: "\F36C"; } .fa-align-center:before { content: "\F037"; } .fa-align-justify:before { content: "\F039"; } .fa-align-left:before { content: "\F036"; } .fa-align-right:before { content: "\F038"; } .fa-alipay:before { content: "\F642"; } .fa-allergies:before { content: "\F461"; } .fa-amazon:before { content: "\F270"; } .fa-amazon-pay:before { content: "\F42C"; } .fa-ambulance:before { content: "\F0F9"; } .fa-american-sign-language-interpreting:before { content: "\F2A3"; } .fa-amilia:before { content: "\F36D"; } .fa-anchor:before { content: "\F13D"; } .fa-android:before { content: "\F17B"; } .fa-angellist:before { content: "\F209"; } .fa-angle-double-down:before { content: "\F103"; } .fa-angle-double-left:before { content: "\F100"; } .fa-angle-double-right:before { content: "\F101"; } .fa-angle-double-up:before { content: "\F102"; } .fa-angle-down:before { content: "\F107"; } .fa-angle-left:before { content: "\F104"; } .fa-angle-right:before { content: "\F105"; } .fa-angle-up:before { content: "\F106"; } .fa-angry:before { content: "\F556"; } .fa-angrycreative:before { content: "\F36E"; } .fa-angular:before { content: "\F420"; } .fa-ankh:before { content: "\F644"; } .fa-app-store:before { content: "\F36F"; } .fa-app-store-ios:before { content: "\F370"; } .fa-apper:before { content: "\F371"; } .fa-apple:before { content: "\F179"; } .fa-apple-alt:before { content: "\F5D1"; } .fa-apple-pay:before { content: "\F415"; } .fa-archive:before { content: "\F187"; } .fa-archway:before { content: "\F557"; } .fa-arrow-alt-circle-down:before { content: "\F358"; } .fa-arrow-alt-circle-left:before { content: "\F359"; } .fa-arrow-alt-circle-right:before { content: "\F35A"; } .fa-arrow-alt-circle-up:before { content: "\F35B"; } .fa-arrow-circle-down:before { content: "\F0AB"; } .fa-arrow-circle-left:before { content: "\F0A8"; } .fa-arrow-circle-right:before { content: "\F0A9"; } .fa-arrow-circle-up:before { content: "\F0AA"; } .fa-arrow-down:before { content: "\F063"; } .fa-arrow-left:before { content: "\F060"; } .fa-arrow-right:before { content: "\F061"; } .fa-arrow-up:before { content: "\F062"; } .fa-arrows-alt:before { content: "\F0B2"; } .fa-arrows-alt-h:before { content: "\F337"; } .fa-arrows-alt-v:before { content: "\F338"; } .fa-artstation:before { content: "\F77A"; } .fa-assistive-listening-systems:before { content: "\F2A2"; } .fa-asterisk:before { content: "\F069"; } .fa-asymmetrik:before { content: "\F372"; } .fa-at:before { content: "\F1FA"; } .fa-atlas:before { content: "\F558"; } .fa-atlassian:before { content: "\F77B"; } .fa-atom:before { content: "\F5D2"; } .fa-audible:before { content: "\F373"; } .fa-audio-description:before { content: "\F29E"; } .fa-autoprefixer:before { content: "\F41C"; } .fa-avianex:before { content: "\F374"; } .fa-aviato:before { content: "\F421"; } .fa-award:before { content: "\F559"; } .fa-aws:before { content: "\F375"; } .fa-baby:before { content: "\F77C"; } .fa-baby-carriage:before { content: "\F77D"; } .fa-backspace:before { content: "\F55A"; } .fa-backward:before { content: "\F04A"; } .fa-bacon:before { content: "\F7E5"; } .fa-balance-scale:before { content: "\F24E"; } .fa-balance-scale-left:before { content: "\F515"; } .fa-balance-scale-right:before { content: "\F516"; } .fa-ban:before { content: "\F05E"; } .fa-band-aid:before { content: "\F462"; } .fa-bandcamp:before { content: "\F2D5"; } .fa-barcode:before { content: "\F02A"; } .fa-bars:before { content: "\F0C9"; } .fa-baseball-ball:before { content: "\F433"; } .fa-basketball-ball:before { content: "\F434"; } .fa-bath:before { content: "\F2CD"; } .fa-battery-empty:before { content: "\F244"; } .fa-battery-full:before { content: "\F240"; } .fa-battery-half:before { content: "\F242"; } .fa-battery-quarter:before { content: "\F243"; } .fa-battery-three-quarters:before { content: "\F241"; } .fa-battle-net:before { content: "\F835"; } .fa-bed:before { content: "\F236"; } .fa-beer:before { content: "\F0FC"; } .fa-behance:before { content: "\F1B4"; } .fa-behance-square:before { content: "\F1B5"; } .fa-bell:before { content: "\F0F3"; } .fa-bell-slash:before { content: "\F1F6"; } .fa-bezier-curve:before { content: "\F55B"; } .fa-bible:before { content: "\F647"; } .fa-bicycle:before { content: "\F206"; } .fa-biking:before { content: "\F84A"; } .fa-bimobject:before { content: "\F378"; } .fa-binoculars:before { content: "\F1E5"; } .fa-biohazard:before { content: "\F780"; } .fa-birthday-cake:before { content: "\F1FD"; } .fa-bitbucket:before { content: "\F171"; } .fa-bitcoin:before { content: "\F379"; } .fa-bity:before { content: "\F37A"; } .fa-black-tie:before { content: "\F27E"; } .fa-blackberry:before { content: "\F37B"; } .fa-blender:before { content: "\F517"; } .fa-blender-phone:before { content: "\F6B6"; } .fa-blind:before { content: "\F29D"; } .fa-blog:before { content: "\F781"; } .fa-blogger:before { content: "\F37C"; } .fa-blogger-b:before { content: "\F37D"; } .fa-bluetooth:before { content: "\F293"; } .fa-bluetooth-b:before { content: "\F294"; } .fa-bold:before { content: "\F032"; } .fa-bolt:before { content: "\F0E7"; } .fa-bomb:before { content: "\F1E2"; } .fa-bone:before { content: "\F5D7"; } .fa-bong:before { content: "\F55C"; } .fa-book:before { content: "\F02D"; } .fa-book-dead:before { content: "\F6B7"; } .fa-book-medical:before { content: "\F7E6"; } .fa-book-open:before { content: "\F518"; } .fa-book-reader:before { content: "\F5DA"; } .fa-bookmark:before { content: "\F02E"; } .fa-bootstrap:before { content: "\F836"; } .fa-border-all:before { content: "\F84C"; } .fa-border-none:before { content: "\F850"; } .fa-border-style:before { content: "\F853"; } .fa-bowling-ball:before { content: "\F436"; } .fa-box:before { content: "\F466"; } .fa-box-open:before { content: "\F49E"; } .fa-boxes:before { content: "\F468"; } .fa-braille:before { content: "\F2A1"; } .fa-brain:before { content: "\F5DC"; } .fa-bread-slice:before { content: "\F7EC"; } .fa-briefcase:before { content: "\F0B1"; } .fa-briefcase-medical:before { content: "\F469"; } .fa-broadcast-tower:before { content: "\F519"; } .fa-broom:before { content: "\F51A"; } .fa-brush:before { content: "\F55D"; } .fa-btc:before { content: "\F15A"; } .fa-buffer:before { content: "\F837"; } .fa-bug:before { content: "\F188"; } .fa-building:before { content: "\F1AD"; } .fa-bullhorn:before { content: "\F0A1"; } .fa-bullseye:before { content: "\F140"; } .fa-burn:before { content: "\F46A"; } .fa-buromobelexperte:before { content: "\F37F"; } .fa-bus:before { content: "\F207"; } .fa-bus-alt:before { content: "\F55E"; } .fa-business-time:before { content: "\F64A"; } .fa-buysellads:before { content: "\F20D"; } .fa-calculator:before { content: "\F1EC"; } .fa-calendar:before { content: "\F133"; } .fa-calendar-alt:before { content: "\F073"; } .fa-calendar-check:before { content: "\F274"; } .fa-calendar-day:before { content: "\F783"; } .fa-calendar-minus:before { content: "\F272"; } .fa-calendar-plus:before { content: "\F271"; } .fa-calendar-times:before { content: "\F273"; } .fa-calendar-week:before { content: "\F784"; } .fa-camera:before { content: "\F030"; } .fa-camera-retro:before { content: "\F083"; } .fa-campground:before { content: "\F6BB"; } .fa-canadian-maple-leaf:before { content: "\F785"; } .fa-candy-cane:before { content: "\F786"; } .fa-cannabis:before { content: "\F55F"; } .fa-capsules:before { content: "\F46B"; } .fa-car:before { content: "\F1B9"; } .fa-car-alt:before { content: "\F5DE"; } .fa-car-battery:before { content: "\F5DF"; } .fa-car-crash:before { content: "\F5E1"; } .fa-car-side:before { content: "\F5E4"; } .fa-caret-down:before { content: "\F0D7"; } .fa-caret-left:before { content: "\F0D9"; } .fa-caret-right:before { content: "\F0DA"; } .fa-caret-square-down:before { content: "\F150"; } .fa-caret-square-left:before { content: "\F191"; } .fa-caret-square-right:before { content: "\F152"; } .fa-caret-square-up:before { content: "\F151"; } .fa-caret-up:before { content: "\F0D8"; } .fa-carrot:before { content: "\F787"; } .fa-cart-arrow-down:before { content: "\F218"; } .fa-cart-plus:before { content: "\F217"; } .fa-cash-register:before { content: "\F788"; } .fa-cat:before { content: "\F6BE"; } .fa-cc-amazon-pay:before { content: "\F42D"; } .fa-cc-amex:before { content: "\F1F3"; } .fa-cc-apple-pay:before { content: "\F416"; } .fa-cc-diners-club:before { content: "\F24C"; } .fa-cc-discover:before { content: "\F1F2"; } .fa-cc-jcb:before { content: "\F24B"; } .fa-cc-mastercard:before { content: "\F1F1"; } .fa-cc-paypal:before { content: "\F1F4"; } .fa-cc-stripe:before { content: "\F1F5"; } .fa-cc-visa:before { content: "\F1F0"; } .fa-centercode:before { content: "\F380"; } .fa-centos:before { content: "\F789"; } .fa-certificate:before { content: "\F0A3"; } .fa-chair:before { content: "\F6C0"; } .fa-chalkboard:before { content: "\F51B"; } .fa-chalkboard-teacher:before { content: "\F51C"; } .fa-charging-station:before { content: "\F5E7"; } .fa-chart-area:before { content: "\F1FE"; } .fa-chart-bar:before { content: "\F080"; } .fa-chart-line:before { content: "\F201"; } .fa-chart-pie:before { content: "\F200"; } .fa-check:before { content: "\F00C"; } .fa-check-circle:before { content: "\F058"; } .fa-check-double:before { content: "\F560"; } .fa-check-square:before { content: "\F14A"; } .fa-cheese:before { content: "\F7EF"; } .fa-chess:before { content: "\F439"; } .fa-chess-bishop:before { content: "\F43A"; } .fa-chess-board:before { content: "\F43C"; } .fa-chess-king:before { content: "\F43F"; } .fa-chess-knight:before { content: "\F441"; } .fa-chess-pawn:before { content: "\F443"; } .fa-chess-queen:before { content: "\F445"; } .fa-chess-rook:before { content: "\F447"; } .fa-chevron-circle-down:before { content: "\F13A"; } .fa-chevron-circle-left:before { content: "\F137"; } .fa-chevron-circle-right:before { content: "\F138"; } .fa-chevron-circle-up:before { content: "\F139"; } .fa-chevron-down:before { content: "\F078"; } .fa-chevron-left:before { content: "\F053"; } .fa-chevron-right:before { content: "\F054"; } .fa-chevron-up:before { content: "\F077"; } .fa-child:before { content: "\F1AE"; } .fa-chrome:before { content: "\F268"; } .fa-chromecast:before { content: "\F838"; } .fa-church:before { content: "\F51D"; } .fa-circle:before { content: "\F111"; } .fa-circle-notch:before { content: "\F1CE"; } .fa-city:before { content: "\F64F"; } .fa-clinic-medical:before { content: "\F7F2"; } .fa-clipboard:before { content: "\F328"; } .fa-clipboard-check:before { content: "\F46C"; } .fa-clipboard-list:before { content: "\F46D"; } .fa-clock:before { content: "\F017"; } .fa-clone:before { content: "\F24D"; } .fa-closed-captioning:before { content: "\F20A"; } .fa-cloud:before { content: "\F0C2"; } .fa-cloud-download-alt:before { content: "\F381"; } .fa-cloud-meatball:before { content: "\F73B"; } .fa-cloud-moon:before { content: "\F6C3"; } .fa-cloud-moon-rain:before { content: "\F73C"; } .fa-cloud-rain:before { content: "\F73D"; } .fa-cloud-showers-heavy:before { content: "\F740"; } .fa-cloud-sun:before { content: "\F6C4"; } .fa-cloud-sun-rain:before { content: "\F743"; } .fa-cloud-upload-alt:before { content: "\F382"; } .fa-cloudscale:before { content: "\F383"; } .fa-cloudsmith:before { content: "\F384"; } .fa-cloudversify:before { content: "\F385"; } .fa-cocktail:before { content: "\F561"; } .fa-code:before { content: "\F121"; } .fa-code-branch:before { content: "\F126"; } .fa-codepen:before { content: "\F1CB"; } .fa-codiepie:before { content: "\F284"; } .fa-coffee:before { content: "\F0F4"; } .fa-cog:before { content: "\F013"; } .fa-cogs:before { content: "\F085"; } .fa-coins:before { content: "\F51E"; } .fa-columns:before { content: "\F0DB"; } .fa-comment:before { content: "\F075"; } .fa-comment-alt:before { content: "\F27A"; } .fa-comment-dollar:before { content: "\F651"; } .fa-comment-dots:before { content: "\F4AD"; } .fa-comment-medical:before { content: "\F7F5"; } .fa-comment-slash:before { content: "\F4B3"; } .fa-comments:before { content: "\F086"; } .fa-comments-dollar:before { content: "\F653"; } .fa-compact-disc:before { content: "\F51F"; } .fa-compass:before { content: "\F14E"; } .fa-compress:before { content: "\F066"; } .fa-compress-arrows-alt:before { content: "\F78C"; } .fa-concierge-bell:before { content: "\F562"; } .fa-confluence:before { content: "\F78D"; } .fa-connectdevelop:before { content: "\F20E"; } .fa-contao:before { content: "\F26D"; } .fa-cookie:before { content: "\F563"; } .fa-cookie-bite:before { content: "\F564"; } .fa-copy:before { content: "\F0C5"; } .fa-copyright:before { content: "\F1F9"; } .fa-cotton-bureau:before { content: "\F89E"; } .fa-couch:before { content: "\F4B8"; } .fa-cpanel:before { content: "\F388"; } .fa-creative-commons:before { content: "\F25E"; } .fa-creative-commons-by:before { content: "\F4E7"; } .fa-creative-commons-nc:before { content: "\F4E8"; } .fa-creative-commons-nc-eu:before { content: "\F4E9"; } .fa-creative-commons-nc-jp:before { content: "\F4EA"; } .fa-creative-commons-nd:before { content: "\F4EB"; } .fa-creative-commons-pd:before { content: "\F4EC"; } .fa-creative-commons-pd-alt:before { content: "\F4ED"; } .fa-creative-commons-remix:before { content: "\F4EE"; } .fa-creative-commons-sa:before { content: "\F4EF"; } .fa-creative-commons-sampling:before { content: "\F4F0"; } .fa-creative-commons-sampling-plus:before { content: "\F4F1"; } .fa-creative-commons-share:before { content: "\F4F2"; } .fa-creative-commons-zero:before { content: "\F4F3"; } .fa-credit-card:before { content: "\F09D"; } .fa-critical-role:before { content: "\F6C9"; } .fa-crop:before { content: "\F125"; } .fa-crop-alt:before { content: "\F565"; } .fa-cross:before { content: "\F654"; } .fa-crosshairs:before { content: "\F05B"; } .fa-crow:before { content: "\F520"; } .fa-crown:before { content: "\F521"; } .fa-crutch:before { content: "\F7F7"; } .fa-css3:before { content: "\F13C"; } .fa-css3-alt:before { content: "\F38B"; } .fa-cube:before { content: "\F1B2"; } .fa-cubes:before { content: "\F1B3"; } .fa-cut:before { content: "\F0C4"; } .fa-cuttlefish:before { content: "\F38C"; } .fa-d-and-d:before { content: "\F38D"; } .fa-d-and-d-beyond:before { content: "\F6CA"; } .fa-dashcube:before { content: "\F210"; } .fa-database:before { content: "\F1C0"; } .fa-deaf:before { content: "\F2A4"; } .fa-delicious:before { content: "\F1A5"; } .fa-democrat:before { content: "\F747"; } .fa-deploydog:before { content: "\F38E"; } .fa-deskpro:before { content: "\F38F"; } .fa-desktop:before { content: "\F108"; } .fa-dev:before { content: "\F6CC"; } .fa-deviantart:before { content: "\F1BD"; } .fa-dharmachakra:before { content: "\F655"; } .fa-dhl:before { content: "\F790"; } .fa-diagnoses:before { content: "\F470"; } .fa-diaspora:before { content: "\F791"; } .fa-dice:before { content: "\F522"; } .fa-dice-d20:before { content: "\F6CF"; } .fa-dice-d6:before { content: "\F6D1"; } .fa-dice-five:before { content: "\F523"; } .fa-dice-four:before { content: "\F524"; } .fa-dice-one:before { content: "\F525"; } .fa-dice-six:before { content: "\F526"; } .fa-dice-three:before { content: "\F527"; } .fa-dice-two:before { content: "\F528"; } .fa-digg:before { content: "\F1A6"; } .fa-digital-ocean:before { content: "\F391"; } .fa-digital-tachograph:before { content: "\F566"; } .fa-directions:before { content: "\F5EB"; } .fa-discord:before { content: "\F392"; } .fa-discourse:before { content: "\F393"; } .fa-divide:before { content: "\F529"; } .fa-dizzy:before { content: "\F567"; } .fa-dna:before { content: "\F471"; } .fa-dochub:before { content: "\F394"; } .fa-docker:before { content: "\F395"; } .fa-dog:before { content: "\F6D3"; } .fa-dollar-sign:before { content: "\F155"; } .fa-dolly:before { content: "\F472"; } .fa-dolly-flatbed:before { content: "\F474"; } .fa-donate:before { content: "\F4B9"; } .fa-door-closed:before { content: "\F52A"; } .fa-door-open:before { content: "\F52B"; } .fa-dot-circle:before { content: "\F192"; } .fa-dove:before { content: "\F4BA"; } .fa-download:before { content: "\F019"; } .fa-draft2digital:before { content: "\F396"; } .fa-drafting-compass:before { content: "\F568"; } .fa-dragon:before { content: "\F6D5"; } .fa-draw-polygon:before { content: "\F5EE"; } .fa-dribbble:before { content: "\F17D"; } .fa-dribbble-square:before { content: "\F397"; } .fa-dropbox:before { content: "\F16B"; } .fa-drum:before { content: "\F569"; } .fa-drum-steelpan:before { content: "\F56A"; } .fa-drumstick-bite:before { content: "\F6D7"; } .fa-drupal:before { content: "\F1A9"; } .fa-dumbbell:before { content: "\F44B"; } .fa-dumpster:before { content: "\F793"; } .fa-dumpster-fire:before { content: "\F794"; } .fa-dungeon:before { content: "\F6D9"; } .fa-dyalog:before { content: "\F399"; } .fa-earlybirds:before { content: "\F39A"; } .fa-ebay:before { content: "\F4F4"; } .fa-edge:before { content: "\F282"; } .fa-edit:before { content: "\F044"; } .fa-egg:before { content: "\F7FB"; } .fa-eject:before { content: "\F052"; } .fa-elementor:before { content: "\F430"; } .fa-ellipsis-h:before { content: "\F141"; } .fa-ellipsis-v:before { content: "\F142"; } .fa-ello:before { content: "\F5F1"; } .fa-ember:before { content: "\F423"; } .fa-empire:before { content: "\F1D1"; } .fa-envelope:before { content: "\F0E0"; } .fa-envelope-open:before { content: "\F2B6"; } .fa-envelope-open-text:before { content: "\F658"; } .fa-envelope-square:before { content: "\F199"; } .fa-envira:before { content: "\F299"; } .fa-equals:before { content: "\F52C"; } .fa-eraser:before { content: "\F12D"; } .fa-erlang:before { content: "\F39D"; } .fa-ethereum:before { content: "\F42E"; } .fa-ethernet:before { content: "\F796"; } .fa-etsy:before { content: "\F2D7"; } .fa-euro-sign:before { content: "\F153"; } .fa-evernote:before { content: "\F839"; } .fa-exchange-alt:before { content: "\F362"; } .fa-exclamation:before { content: "\F12A"; } .fa-exclamation-circle:before { content: "\F06A"; } .fa-exclamation-triangle:before { content: "\F071"; } .fa-expand:before { content: "\F065"; } .fa-expand-arrows-alt:before { content: "\F31E"; } .fa-expeditedssl:before { content: "\F23E"; } .fa-external-link-alt:before { content: "\F35D"; } .fa-external-link-square-alt:before { content: "\F360"; } .fa-eye:before { content: "\F06E"; } .fa-eye-dropper:before { content: "\F1FB"; } .fa-eye-slash:before { content: "\F070"; } .fa-facebook:before { content: "\F09A"; } .fa-facebook-f:before { content: "\F39E"; } .fa-facebook-messenger:before { content: "\F39F"; } .fa-facebook-square:before { content: "\F082"; } .fa-fan:before { content: "\F863"; } .fa-fantasy-flight-games:before { content: "\F6DC"; } .fa-fast-backward:before { content: "\F049"; } .fa-fast-forward:before { content: "\F050"; } .fa-fax:before { content: "\F1AC"; } .fa-feather:before { content: "\F52D"; } .fa-feather-alt:before { content: "\F56B"; } .fa-fedex:before { content: "\F797"; } .fa-fedora:before { content: "\F798"; } .fa-female:before { content: "\F182"; } .fa-fighter-jet:before { content: "\F0FB"; } .fa-figma:before { content: "\F799"; } .fa-file:before { content: "\F15B"; } .fa-file-alt:before { content: "\F15C"; } .fa-file-archive:before { content: "\F1C6"; } .fa-file-audio:before { content: "\F1C7"; } .fa-file-code:before { content: "\F1C9"; } .fa-file-contract:before { content: "\F56C"; } .fa-file-csv:before { content: "\F6DD"; } .fa-file-download:before { content: "\F56D"; } .fa-file-excel:before { content: "\F1C3"; } .fa-file-export:before { content: "\F56E"; } .fa-file-image:before { content: "\F1C5"; } .fa-file-import:before { content: "\F56F"; } .fa-file-invoice:before { content: "\F570"; } .fa-file-invoice-dollar:before { content: "\F571"; } .fa-file-medical:before { content: "\F477"; } .fa-file-medical-alt:before { content: "\F478"; } .fa-file-pdf:before { content: "\F1C1"; } .fa-file-powerpoint:before { content: "\F1C4"; } .fa-file-prescription:before { content: "\F572"; } .fa-file-signature:before { content: "\F573"; } .fa-file-upload:before { content: "\F574"; } .fa-file-video:before { content: "\F1C8"; } .fa-file-word:before { content: "\F1C2"; } .fa-fill:before { content: "\F575"; } .fa-fill-drip:before { content: "\F576"; } .fa-film:before { content: "\F008"; } .fa-filter:before { content: "\F0B0"; } .fa-fingerprint:before { content: "\F577"; } .fa-fire:before { content: "\F06D"; } .fa-fire-alt:before { content: "\F7E4"; } .fa-fire-extinguisher:before { content: "\F134"; } .fa-firefox:before { content: "\F269"; } .fa-first-aid:before { content: "\F479"; } .fa-first-order:before { content: "\F2B0"; } .fa-first-order-alt:before { content: "\F50A"; } .fa-firstdraft:before { content: "\F3A1"; } .fa-fish:before { content: "\F578"; } .fa-fist-raised:before { content: "\F6DE"; } .fa-flag:before { content: "\F024"; } .fa-flag-checkered:before { content: "\F11E"; } .fa-flag-usa:before { content: "\F74D"; } .fa-flask:before { content: "\F0C3"; } .fa-flickr:before { content: "\F16E"; } .fa-flipboard:before { content: "\F44D"; } .fa-flushed:before { content: "\F579"; } .fa-fly:before { content: "\F417"; } .fa-folder:before { content: "\F07B"; } .fa-folder-minus:before { content: "\F65D"; } .fa-folder-open:before { content: "\F07C"; } .fa-folder-plus:before { content: "\F65E"; } .fa-font:before { content: "\F031"; } .fa-font-awesome:before { content: "\F2B4"; } .fa-font-awesome-alt:before { content: "\F35C"; } .fa-font-awesome-flag:before { content: "\F425"; } .fa-font-awesome-logo-full:before { content: "\F4E6"; } .fa-fonticons:before { content: "\F280"; } .fa-fonticons-fi:before { content: "\F3A2"; } .fa-football-ball:before { content: "\F44E"; } .fa-fort-awesome:before { content: "\F286"; } .fa-fort-awesome-alt:before { content: "\F3A3"; } .fa-forumbee:before { content: "\F211"; } .fa-forward:before { content: "\F04E"; } .fa-foursquare:before { content: "\F180"; } .fa-free-code-camp:before { content: "\F2C5"; } .fa-freebsd:before { content: "\F3A4"; } .fa-frog:before { content: "\F52E"; } .fa-frown:before { content: "\F119"; } .fa-frown-open:before { content: "\F57A"; } .fa-fulcrum:before { content: "\F50B"; } .fa-funnel-dollar:before { content: "\F662"; } .fa-futbol:before { content: "\F1E3"; } .fa-galactic-republic:before { content: "\F50C"; } .fa-galactic-senate:before { content: "\F50D"; } .fa-gamepad:before { content: "\F11B"; } .fa-gas-pump:before { content: "\F52F"; } .fa-gavel:before { content: "\F0E3"; } .fa-gem:before { content: "\F3A5"; } .fa-genderless:before { content: "\F22D"; } .fa-get-pocket:before { content: "\F265"; } .fa-gg:before { content: "\F260"; } .fa-gg-circle:before { content: "\F261"; } .fa-ghost:before { content: "\F6E2"; } .fa-gift:before { content: "\F06B"; } .fa-gifts:before { content: "\F79C"; } .fa-git:before { content: "\F1D3"; } .fa-git-alt:before { content: "\F841"; } .fa-git-square:before { content: "\F1D2"; } .fa-github:before { content: "\F09B"; } .fa-github-alt:before { content: "\F113"; } .fa-github-square:before { content: "\F092"; } .fa-gitkraken:before { content: "\F3A6"; } .fa-gitlab:before { content: "\F296"; } .fa-gitter:before { content: "\F426"; } .fa-glass-cheers:before { content: "\F79F"; } .fa-glass-martini:before { content: "\F000"; } .fa-glass-martini-alt:before { content: "\F57B"; } .fa-glass-whiskey:before { content: "\F7A0"; } .fa-glasses:before { content: "\F530"; } .fa-glide:before { content: "\F2A5"; } .fa-glide-g:before { content: "\F2A6"; } .fa-globe:before { content: "\F0AC"; } .fa-globe-africa:before { content: "\F57C"; } .fa-globe-americas:before { content: "\F57D"; } .fa-globe-asia:before { content: "\F57E"; } .fa-globe-europe:before { content: "\F7A2"; } .fa-gofore:before { content: "\F3A7"; } .fa-golf-ball:before { content: "\F450"; } .fa-goodreads:before { content: "\F3A8"; } .fa-goodreads-g:before { content: "\F3A9"; } .fa-google:before { content: "\F1A0"; } .fa-google-drive:before { content: "\F3AA"; } .fa-google-play:before { content: "\F3AB"; } .fa-google-plus:before { content: "\F2B3"; } .fa-google-plus-g:before { content: "\F0D5"; } .fa-google-plus-square:before { content: "\F0D4"; } .fa-google-wallet:before { content: "\F1EE"; } .fa-gopuram:before { content: "\F664"; } .fa-graduation-cap:before { content: "\F19D"; } .fa-gratipay:before { content: "\F184"; } .fa-grav:before { content: "\F2D6"; } .fa-greater-than:before { content: "\F531"; } .fa-greater-than-equal:before { content: "\F532"; } .fa-grimace:before { content: "\F57F"; } .fa-grin:before { content: "\F580"; } .fa-grin-alt:before { content: "\F581"; } .fa-grin-beam:before { content: "\F582"; } .fa-grin-beam-sweat:before { content: "\F583"; } .fa-grin-hearts:before { content: "\F584"; } .fa-grin-squint:before { content: "\F585"; } .fa-grin-squint-tears:before { content: "\F586"; } .fa-grin-stars:before { content: "\F587"; } .fa-grin-tears:before { content: "\F588"; } .fa-grin-tongue:before { content: "\F589"; } .fa-grin-tongue-squint:before { content: "\F58A"; } .fa-grin-tongue-wink:before { content: "\F58B"; } .fa-grin-wink:before { content: "\F58C"; } .fa-grip-horizontal:before { content: "\F58D"; } .fa-grip-lines:before { content: "\F7A4"; } .fa-grip-lines-vertical:before { content: "\F7A5"; } .fa-grip-vertical:before { content: "\F58E"; } .fa-gripfire:before { content: "\F3AC"; } .fa-grunt:before { content: "\F3AD"; } .fa-guitar:before { content: "\F7A6"; } .fa-gulp:before { content: "\F3AE"; } .fa-h-square:before { content: "\F0FD"; } .fa-hacker-news:before { content: "\F1D4"; } .fa-hacker-news-square:before { content: "\F3AF"; } .fa-hackerrank:before { content: "\F5F7"; } .fa-hamburger:before { content: "\F805"; } .fa-hammer:before { content: "\F6E3"; } .fa-hamsa:before { content: "\F665"; } .fa-hand-holding:before { content: "\F4BD"; } .fa-hand-holding-heart:before { content: "\F4BE"; } .fa-hand-holding-usd:before { content: "\F4C0"; } .fa-hand-lizard:before { content: "\F258"; } .fa-hand-middle-finger:before { content: "\F806"; } .fa-hand-paper:before { content: "\F256"; } .fa-hand-peace:before { content: "\F25B"; } .fa-hand-point-down:before { content: "\F0A7"; } .fa-hand-point-left:before { content: "\F0A5"; } .fa-hand-point-right:before { content: "\F0A4"; } .fa-hand-point-up:before { content: "\F0A6"; } .fa-hand-pointer:before { content: "\F25A"; } .fa-hand-rock:before { content: "\F255"; } .fa-hand-scissors:before { content: "\F257"; } .fa-hand-spock:before { content: "\F259"; } .fa-hands:before { content: "\F4C2"; } .fa-hands-helping:before { content: "\F4C4"; } .fa-handshake:before { content: "\F2B5"; } .fa-hanukiah:before { content: "\F6E6"; } .fa-hard-hat:before { content: "\F807"; } .fa-hashtag:before { content: "\F292"; } .fa-hat-wizard:before { content: "\F6E8"; } .fa-haykal:before { content: "\F666"; } .fa-hdd:before { content: "\F0A0"; } .fa-heading:before { content: "\F1DC"; } .fa-headphones:before { content: "\F025"; } .fa-headphones-alt:before { content: "\F58F"; } .fa-headset:before { content: "\F590"; } .fa-heart:before { content: "\F004"; } .fa-heart-broken:before { content: "\F7A9"; } .fa-heartbeat:before { content: "\F21E"; } .fa-helicopter:before { content: "\F533"; } .fa-highlighter:before { content: "\F591"; } .fa-hiking:before { content: "\F6EC"; } .fa-hippo:before { content: "\F6ED"; } .fa-hips:before { content: "\F452"; } .fa-hire-a-helper:before { content: "\F3B0"; } .fa-history:before { content: "\F1DA"; } .fa-hockey-puck:before { content: "\F453"; } .fa-holly-berry:before { content: "\F7AA"; } .fa-home:before { content: "\F015"; } .fa-hooli:before { content: "\F427"; } .fa-hornbill:before { content: "\F592"; } .fa-horse:before { content: "\F6F0"; } .fa-horse-head:before { content: "\F7AB"; } .fa-hospital:before { content: "\F0F8"; } .fa-hospital-alt:before { content: "\F47D"; } .fa-hospital-symbol:before { content: "\F47E"; } .fa-hot-tub:before { content: "\F593"; } .fa-hotdog:before { content: "\F80F"; } .fa-hotel:before { content: "\F594"; } .fa-hotjar:before { content: "\F3B1"; } .fa-hourglass:before { content: "\F254"; } .fa-hourglass-end:before { content: "\F253"; } .fa-hourglass-half:before { content: "\F252"; } .fa-hourglass-start:before { content: "\F251"; } .fa-house-damage:before { content: "\F6F1"; } .fa-houzz:before { content: "\F27C"; } .fa-hryvnia:before { content: "\F6F2"; } .fa-html5:before { content: "\F13B"; } .fa-hubspot:before { content: "\F3B2"; } .fa-i-cursor:before { content: "\F246"; } .fa-ice-cream:before { content: "\F810"; } .fa-icicles:before { content: "\F7AD"; } .fa-icons:before { content: "\F86D"; } .fa-id-badge:before { content: "\F2C1"; } .fa-id-card:before { content: "\F2C2"; } .fa-id-card-alt:before { content: "\F47F"; } .fa-igloo:before { content: "\F7AE"; } .fa-image:before { content: "\F03E"; } .fa-images:before { content: "\F302"; } .fa-imdb:before { content: "\F2D8"; } .fa-inbox:before { content: "\F01C"; } .fa-indent:before { content: "\F03C"; } .fa-industry:before { content: "\F275"; } .fa-infinity:before { content: "\F534"; } .fa-info:before { content: "\F129"; } .fa-info-circle:before { content: "\F05A"; } .fa-instagram:before { content: "\F16D"; } .fa-intercom:before { content: "\F7AF"; } .fa-internet-explorer:before { content: "\F26B"; } .fa-invision:before { content: "\F7B0"; } .fa-ioxhost:before { content: "\F208"; } .fa-italic:before { content: "\F033"; } .fa-itch-io:before { content: "\F83A"; } .fa-itunes:before { content: "\F3B4"; } .fa-itunes-note:before { content: "\F3B5"; } .fa-java:before { content: "\F4E4"; } .fa-jedi:before { content: "\F669"; } .fa-jedi-order:before { content: "\F50E"; } .fa-jenkins:before { content: "\F3B6"; } .fa-jira:before { content: "\F7B1"; } .fa-joget:before { content: "\F3B7"; } .fa-joint:before { content: "\F595"; } .fa-joomla:before { content: "\F1AA"; } .fa-journal-whills:before { content: "\F66A"; } .fa-js:before { content: "\F3B8"; } .fa-js-square:before { content: "\F3B9"; } .fa-jsfiddle:before { content: "\F1CC"; } .fa-kaaba:before { content: "\F66B"; } .fa-kaggle:before { content: "\F5FA"; } .fa-key:before { content: "\F084"; } .fa-keybase:before { content: "\F4F5"; } .fa-keyboard:before { content: "\F11C"; } .fa-keycdn:before { content: "\F3BA"; } .fa-khanda:before { content: "\F66D"; } .fa-kickstarter:before { content: "\F3BB"; } .fa-kickstarter-k:before { content: "\F3BC"; } .fa-kiss:before { content: "\F596"; } .fa-kiss-beam:before { content: "\F597"; } .fa-kiss-wink-heart:before { content: "\F598"; } .fa-kiwi-bird:before { content: "\F535"; } .fa-korvue:before { content: "\F42F"; } .fa-landmark:before { content: "\F66F"; } .fa-language:before { content: "\F1AB"; } .fa-laptop:before { content: "\F109"; } .fa-laptop-code:before { content: "\F5FC"; } .fa-laptop-medical:before { content: "\F812"; } .fa-laravel:before { content: "\F3BD"; } .fa-lastfm:before { content: "\F202"; } .fa-lastfm-square:before { content: "\F203"; } .fa-laugh:before { content: "\F599"; } .fa-laugh-beam:before { content: "\F59A"; } .fa-laugh-squint:before { content: "\F59B"; } .fa-laugh-wink:before { content: "\F59C"; } .fa-layer-group:before { content: "\F5FD"; } .fa-leaf:before { content: "\F06C"; } .fa-leanpub:before { content: "\F212"; } .fa-lemon:before { content: "\F094"; } .fa-less:before { content: "\F41D"; } .fa-less-than:before { content: "\F536"; } .fa-less-than-equal:before { content: "\F537"; } .fa-level-down-alt:before { content: "\F3BE"; } .fa-level-up-alt:before { content: "\F3BF"; } .fa-life-ring:before { content: "\F1CD"; } .fa-lightbulb:before { content: "\F0EB"; } .fa-line:before { content: "\F3C0"; } .fa-link:before { content: "\F0C1"; } .fa-linkedin:before { content: "\F08C"; } .fa-linkedin-in:before { content: "\F0E1"; } .fa-linode:before { content: "\F2B8"; } .fa-linux:before { content: "\F17C"; } .fa-lira-sign:before { content: "\F195"; } .fa-list:before { content: "\F03A"; } .fa-list-alt:before { content: "\F022"; } .fa-list-ol:before { content: "\F0CB"; } .fa-list-ul:before { content: "\F0CA"; } .fa-location-arrow:before { content: "\F124"; } .fa-lock:before { content: "\F023"; } .fa-lock-open:before { content: "\F3C1"; } .fa-long-arrow-alt-down:before { content: "\F309"; } .fa-long-arrow-alt-left:before { content: "\F30A"; } .fa-long-arrow-alt-right:before { content: "\F30B"; } .fa-long-arrow-alt-up:before { content: "\F30C"; } .fa-low-vision:before { content: "\F2A8"; } .fa-luggage-cart:before { content: "\F59D"; } .fa-lyft:before { content: "\F3C3"; } .fa-magento:before { content: "\F3C4"; } .fa-magic:before { content: "\F0D0"; } .fa-magnet:before { content: "\F076"; } .fa-mail-bulk:before { content: "\F674"; } .fa-mailchimp:before { content: "\F59E"; } .fa-male:before { content: "\F183"; } .fa-mandalorian:before { content: "\F50F"; } .fa-map:before { content: "\F279"; } .fa-map-marked:before { content: "\F59F"; } .fa-map-marked-alt:before { content: "\F5A0"; } .fa-map-marker:before { content: "\F041"; } .fa-map-marker-alt:before { content: "\F3C5"; } .fa-map-pin:before { content: "\F276"; } .fa-map-signs:before { content: "\F277"; } .fa-markdown:before { content: "\F60F"; } .fa-marker:before { content: "\F5A1"; } .fa-mars:before { content: "\F222"; } .fa-mars-double:before { content: "\F227"; } .fa-mars-stroke:before { content: "\F229"; } .fa-mars-stroke-h:before { content: "\F22B"; } .fa-mars-stroke-v:before { content: "\F22A"; } .fa-mask:before { content: "\F6FA"; } .fa-mastodon:before { content: "\F4F6"; } .fa-maxcdn:before { content: "\F136"; } .fa-medal:before { content: "\F5A2"; } .fa-medapps:before { content: "\F3C6"; } .fa-medium:before { content: "\F23A"; } .fa-medium-m:before { content: "\F3C7"; } .fa-medkit:before { content: "\F0FA"; } .fa-medrt:before { content: "\F3C8"; } .fa-meetup:before { content: "\F2E0"; } .fa-megaport:before { content: "\F5A3"; } .fa-meh:before { content: "\F11A"; } .fa-meh-blank:before { content: "\F5A4"; } .fa-meh-rolling-eyes:before { content: "\F5A5"; } .fa-memory:before { content: "\F538"; } .fa-mendeley:before { content: "\F7B3"; } .fa-menorah:before { content: "\F676"; } .fa-mercury:before { content: "\F223"; } .fa-meteor:before { content: "\F753"; } .fa-microchip:before { content: "\F2DB"; } .fa-microphone:before { content: "\F130"; } .fa-microphone-alt:before { content: "\F3C9"; } .fa-microphone-alt-slash:before { content: "\F539"; } .fa-microphone-slash:before { content: "\F131"; } .fa-microscope:before { content: "\F610"; } .fa-microsoft:before { content: "\F3CA"; } .fa-minus:before { content: "\F068"; } .fa-minus-circle:before { content: "\F056"; } .fa-minus-square:before { content: "\F146"; } .fa-mitten:before { content: "\F7B5"; } .fa-mix:before { content: "\F3CB"; } .fa-mixcloud:before { content: "\F289"; } .fa-mizuni:before { content: "\F3CC"; } .fa-mobile:before { content: "\F10B"; } .fa-mobile-alt:before { content: "\F3CD"; } .fa-modx:before { content: "\F285"; } .fa-monero:before { content: "\F3D0"; } .fa-money-bill:before { content: "\F0D6"; } .fa-money-bill-alt:before { content: "\F3D1"; } .fa-money-bill-wave:before { content: "\F53A"; } .fa-money-bill-wave-alt:before { content: "\F53B"; } .fa-money-check:before { content: "\F53C"; } .fa-money-check-alt:before { content: "\F53D"; } .fa-monument:before { content: "\F5A6"; } .fa-moon:before { content: "\F186"; } .fa-mortar-pestle:before { content: "\F5A7"; } .fa-mosque:before { content: "\F678"; } .fa-motorcycle:before { content: "\F21C"; } .fa-mountain:before { content: "\F6FC"; } .fa-mouse-pointer:before { content: "\F245"; } .fa-mug-hot:before { content: "\F7B6"; } .fa-music:before { content: "\F001"; } .fa-napster:before { content: "\F3D2"; } .fa-neos:before { content: "\F612"; } .fa-network-wired:before { content: "\F6FF"; } .fa-neuter:before { content: "\F22C"; } .fa-newspaper:before { content: "\F1EA"; } .fa-nimblr:before { content: "\F5A8"; } .fa-node:before { content: "\F419"; } .fa-node-js:before { content: "\F3D3"; } .fa-not-equal:before { content: "\F53E"; } .fa-notes-medical:before { content: "\F481"; } .fa-npm:before { content: "\F3D4"; } .fa-ns8:before { content: "\F3D5"; } .fa-nutritionix:before { content: "\F3D6"; } .fa-object-group:before { content: "\F247"; } .fa-object-ungroup:before { content: "\F248"; } .fa-odnoklassniki:before { content: "\F263"; } .fa-odnoklassniki-square:before { content: "\F264"; } .fa-oil-can:before { content: "\F613"; } .fa-old-republic:before { content: "\F510"; } .fa-om:before { content: "\F679"; } .fa-opencart:before { content: "\F23D"; } .fa-openid:before { content: "\F19B"; } .fa-opera:before { content: "\F26A"; } .fa-optin-monster:before { content: "\F23C"; } .fa-osi:before { content: "\F41A"; } .fa-otter:before { content: "\F700"; } .fa-outdent:before { content: "\F03B"; } .fa-page4:before { content: "\F3D7"; } .fa-pagelines:before { content: "\F18C"; } .fa-pager:before { content: "\F815"; } .fa-paint-brush:before { content: "\F1FC"; } .fa-paint-roller:before { content: "\F5AA"; } .fa-palette:before { content: "\F53F"; } .fa-palfed:before { content: "\F3D8"; } .fa-pallet:before { content: "\F482"; } .fa-paper-plane:before { content: "\F1D8"; } .fa-paperclip:before { content: "\F0C6"; } .fa-parachute-box:before { content: "\F4CD"; } .fa-paragraph:before { content: "\F1DD"; } .fa-parking:before { content: "\F540"; } .fa-passport:before { content: "\F5AB"; } .fa-pastafarianism:before { content: "\F67B"; } .fa-paste:before { content: "\F0EA"; } .fa-patreon:before { content: "\F3D9"; } .fa-pause:before { content: "\F04C"; } .fa-pause-circle:before { content: "\F28B"; } .fa-paw:before { content: "\F1B0"; } .fa-paypal:before { content: "\F1ED"; } .fa-peace:before { content: "\F67C"; } .fa-pen:before { content: "\F304"; } .fa-pen-alt:before { content: "\F305"; } .fa-pen-fancy:before { content: "\F5AC"; } .fa-pen-nib:before { content: "\F5AD"; } .fa-pen-square:before { content: "\F14B"; } .fa-pencil-alt:before { content: "\F303"; } .fa-pencil-ruler:before { content: "\F5AE"; } .fa-penny-arcade:before { content: "\F704"; } .fa-people-carry:before { content: "\F4CE"; } .fa-pepper-hot:before { content: "\F816"; } .fa-percent:before { content: "\F295"; } .fa-percentage:before { content: "\F541"; } .fa-periscope:before { content: "\F3DA"; } .fa-person-booth:before { content: "\F756"; } .fa-phabricator:before { content: "\F3DB"; } .fa-phoenix-framework:before { content: "\F3DC"; } .fa-phoenix-squadron:before { content: "\F511"; } .fa-phone:before { content: "\F095"; } .fa-phone-alt:before { content: "\F879"; } .fa-phone-slash:before { content: "\F3DD"; } .fa-phone-square:before { content: "\F098"; } .fa-phone-square-alt:before { content: "\F87B"; } .fa-phone-volume:before { content: "\F2A0"; } .fa-photo-video:before { content: "\F87C"; } .fa-php:before { content: "\F457"; } .fa-pied-piper:before { content: "\F2AE"; } .fa-pied-piper-alt:before { content: "\F1A8"; } .fa-pied-piper-hat:before { content: "\F4E5"; } .fa-pied-piper-pp:before { content: "\F1A7"; } .fa-piggy-bank:before { content: "\F4D3"; } .fa-pills:before { content: "\F484"; } .fa-pinterest:before { content: "\F0D2"; } .fa-pinterest-p:before { content: "\F231"; } .fa-pinterest-square:before { content: "\F0D3"; } .fa-pizza-slice:before { content: "\F818"; } .fa-place-of-worship:before { content: "\F67F"; } .fa-plane:before { content: "\F072"; } .fa-plane-arrival:before { content: "\F5AF"; } .fa-plane-departure:before { content: "\F5B0"; } .fa-play:before { content: "\F04B"; } .fa-play-circle:before { content: "\F144"; } .fa-playstation:before { content: "\F3DF"; } .fa-plug:before { content: "\F1E6"; } .fa-plus:before { content: "\F067"; } .fa-plus-circle:before { content: "\F055"; } .fa-plus-square:before { content: "\F0FE"; } .fa-podcast:before { content: "\F2CE"; } .fa-poll:before { content: "\F681"; } .fa-poll-h:before { content: "\F682"; } .fa-poo:before { content: "\F2FE"; } .fa-poo-storm:before { content: "\F75A"; } .fa-poop:before { content: "\F619"; } .fa-portrait:before { content: "\F3E0"; } .fa-pound-sign:before { content: "\F154"; } .fa-power-off:before { content: "\F011"; } .fa-pray:before { content: "\F683"; } .fa-praying-hands:before { content: "\F684"; } .fa-prescription:before { content: "\F5B1"; } .fa-prescription-bottle:before { content: "\F485"; } .fa-prescription-bottle-alt:before { content: "\F486"; } .fa-print:before { content: "\F02F"; } .fa-procedures:before { content: "\F487"; } .fa-product-hunt:before { content: "\F288"; } .fa-project-diagram:before { content: "\F542"; } .fa-pushed:before { content: "\F3E1"; } .fa-puzzle-piece:before { content: "\F12E"; } .fa-python:before { content: "\F3E2"; } .fa-qq:before { content: "\F1D6"; } .fa-qrcode:before { content: "\F029"; } .fa-question:before { content: "\F128"; } .fa-question-circle:before { content: "\F059"; } .fa-quidditch:before { content: "\F458"; } .fa-quinscape:before { content: "\F459"; } .fa-quora:before { content: "\F2C4"; } .fa-quote-left:before { content: "\F10D"; } .fa-quote-right:before { content: "\F10E"; } .fa-quran:before { content: "\F687"; } .fa-r-project:before { content: "\F4F7"; } .fa-radiation:before { content: "\F7B9"; } .fa-radiation-alt:before { content: "\F7BA"; } .fa-rainbow:before { content: "\F75B"; } .fa-random:before { content: "\F074"; } .fa-raspberry-pi:before { content: "\F7BB"; } .fa-ravelry:before { content: "\F2D9"; } .fa-react:before { content: "\F41B"; } .fa-reacteurope:before { content: "\F75D"; } .fa-readme:before { content: "\F4D5"; } .fa-rebel:before { content: "\F1D0"; } .fa-receipt:before { content: "\F543"; } .fa-recycle:before { content: "\F1B8"; } .fa-red-river:before { content: "\F3E3"; } .fa-reddit:before { content: "\F1A1"; } .fa-reddit-alien:before { content: "\F281"; } .fa-reddit-square:before { content: "\F1A2"; } .fa-redhat:before { content: "\F7BC"; } .fa-redo:before { content: "\F01E"; } .fa-redo-alt:before { content: "\F2F9"; } .fa-registered:before { content: "\F25D"; } .fa-remove-format:before { content: "\F87D"; } .fa-renren:before { content: "\F18B"; } .fa-reply:before { content: "\F3E5"; } .fa-reply-all:before { content: "\F122"; } .fa-replyd:before { content: "\F3E6"; } .fa-republican:before { content: "\F75E"; } .fa-researchgate:before { content: "\F4F8"; } .fa-resolving:before { content: "\F3E7"; } .fa-restroom:before { content: "\F7BD"; } .fa-retweet:before { content: "\F079"; } .fa-rev:before { content: "\F5B2"; } .fa-ribbon:before { content: "\F4D6"; } .fa-ring:before { content: "\F70B"; } .fa-road:before { content: "\F018"; } .fa-robot:before { content: "\F544"; } .fa-rocket:before { content: "\F135"; } .fa-rocketchat:before { content: "\F3E8"; } .fa-rockrms:before { content: "\F3E9"; } .fa-route:before { content: "\F4D7"; } .fa-rss:before { content: "\F09E"; } .fa-rss-square:before { content: "\F143"; } .fa-ruble-sign:before { content: "\F158"; } .fa-ruler:before { content: "\F545"; } .fa-ruler-combined:before { content: "\F546"; } .fa-ruler-horizontal:before { content: "\F547"; } .fa-ruler-vertical:before { content: "\F548"; } .fa-running:before { content: "\F70C"; } .fa-rupee-sign:before { content: "\F156"; } .fa-sad-cry:before { content: "\F5B3"; } .fa-sad-tear:before { content: "\F5B4"; } .fa-safari:before { content: "\F267"; } .fa-salesforce:before { content: "\F83B"; } .fa-sass:before { content: "\F41E"; } .fa-satellite:before { content: "\F7BF"; } .fa-satellite-dish:before { content: "\F7C0"; } .fa-save:before { content: "\F0C7"; } .fa-schlix:before { content: "\F3EA"; } .fa-school:before { content: "\F549"; } .fa-screwdriver:before { content: "\F54A"; } .fa-scribd:before { content: "\F28A"; } .fa-scroll:before { content: "\F70E"; } .fa-sd-card:before { content: "\F7C2"; } .fa-search:before { content: "\F002"; } .fa-search-dollar:before { content: "\F688"; } .fa-search-location:before { content: "\F689"; } .fa-search-minus:before { content: "\F010"; } .fa-search-plus:before { content: "\F00E"; } .fa-searchengin:before { content: "\F3EB"; } .fa-seedling:before { content: "\F4D8"; } .fa-sellcast:before { content: "\F2DA"; } .fa-sellsy:before { content: "\F213"; } .fa-server:before { content: "\F233"; } .fa-servicestack:before { content: "\F3EC"; } .fa-shapes:before { content: "\F61F"; } .fa-share:before { content: "\F064"; } .fa-share-alt:before { content: "\F1E0"; } .fa-share-alt-square:before { content: "\F1E1"; } .fa-share-square:before { content: "\F14D"; } .fa-shekel-sign:before { content: "\F20B"; } .fa-shield-alt:before { content: "\F3ED"; } .fa-ship:before { content: "\F21A"; } .fa-shipping-fast:before { content: "\F48B"; } .fa-shirtsinbulk:before { content: "\F214"; } .fa-shoe-prints:before { content: "\F54B"; } .fa-shopping-bag:before { content: "\F290"; } .fa-shopping-basket:before { content: "\F291"; } .fa-shopping-cart:before { content: "\F07A"; } .fa-shopware:before { content: "\F5B5"; } .fa-shower:before { content: "\F2CC"; } .fa-shuttle-van:before { content: "\F5B6"; } .fa-sign:before { content: "\F4D9"; } .fa-sign-in-alt:before { content: "\F2F6"; } .fa-sign-language:before { content: "\F2A7"; } .fa-sign-out-alt:before { content: "\F2F5"; } .fa-signal:before { content: "\F012"; } .fa-signature:before { content: "\F5B7"; } .fa-sim-card:before { content: "\F7C4"; } .fa-simplybuilt:before { content: "\F215"; } .fa-sistrix:before { content: "\F3EE"; } .fa-sitemap:before { content: "\F0E8"; } .fa-sith:before { content: "\F512"; } .fa-skating:before { content: "\F7C5"; } .fa-sketch:before { content: "\F7C6"; } .fa-skiing:before { content: "\F7C9"; } .fa-skiing-nordic:before { content: "\F7CA"; } .fa-skull:before { content: "\F54C"; } .fa-skull-crossbones:before { content: "\F714"; } .fa-skyatlas:before { content: "\F216"; } .fa-skype:before { content: "\F17E"; } .fa-slack:before { content: "\F198"; } .fa-slack-hash:before { content: "\F3EF"; } .fa-slash:before { content: "\F715"; } .fa-sleigh:before { content: "\F7CC"; } .fa-sliders-h:before { content: "\F1DE"; } .fa-slideshare:before { content: "\F1E7"; } .fa-smile:before { content: "\F118"; } .fa-smile-beam:before { content: "\F5B8"; } .fa-smile-wink:before { content: "\F4DA"; } .fa-smog:before { content: "\F75F"; } .fa-smoking:before { content: "\F48D"; } .fa-smoking-ban:before { content: "\F54D"; } .fa-sms:before { content: "\F7CD"; } .fa-snapchat:before { content: "\F2AB"; } .fa-snapchat-ghost:before { content: "\F2AC"; } .fa-snapchat-square:before { content: "\F2AD"; } .fa-snowboarding:before { content: "\F7CE"; } .fa-snowflake:before { content: "\F2DC"; } .fa-snowman:before { content: "\F7D0"; } .fa-snowplow:before { content: "\F7D2"; } .fa-socks:before { content: "\F696"; } .fa-solar-panel:before { content: "\F5BA"; } .fa-sort:before { content: "\F0DC"; } .fa-sort-alpha-down:before { content: "\F15D"; } .fa-sort-alpha-down-alt:before { content: "\F881"; } .fa-sort-alpha-up:before { content: "\F15E"; } .fa-sort-alpha-up-alt:before { content: "\F882"; } .fa-sort-amount-down:before { content: "\F160"; } .fa-sort-amount-down-alt:before { content: "\F884"; } .fa-sort-amount-up:before { content: "\F161"; } .fa-sort-amount-up-alt:before { content: "\F885"; } .fa-sort-down:before { content: "\F0DD"; } .fa-sort-numeric-down:before { content: "\F162"; } .fa-sort-numeric-down-alt:before { content: "\F886"; } .fa-sort-numeric-up:before { content: "\F163"; } .fa-sort-numeric-up-alt:before { content: "\F887"; } .fa-sort-up:before { content: "\F0DE"; } .fa-soundcloud:before { content: "\F1BE"; } .fa-sourcetree:before { content: "\F7D3"; } .fa-spa:before { content: "\F5BB"; } .fa-space-shuttle:before { content: "\F197"; } .fa-speakap:before { content: "\F3F3"; } .fa-speaker-deck:before { content: "\F83C"; } .fa-spell-check:before { content: "\F891"; } .fa-spider:before { content: "\F717"; } .fa-spinner:before { content: "\F110"; } .fa-splotch:before { content: "\F5BC"; } .fa-spotify:before { content: "\F1BC"; } .fa-spray-can:before { content: "\F5BD"; } .fa-square:before { content: "\F0C8"; } .fa-square-full:before { content: "\F45C"; } .fa-square-root-alt:before { content: "\F698"; } .fa-squarespace:before { content: "\F5BE"; } .fa-stack-exchange:before { content: "\F18D"; } .fa-stack-overflow:before { content: "\F16C"; } .fa-stackpath:before { content: "\F842"; } .fa-stamp:before { content: "\F5BF"; } .fa-star:before { content: "\F005"; } .fa-star-and-crescent:before { content: "\F699"; } .fa-star-half:before { content: "\F089"; } .fa-star-half-alt:before { content: "\F5C0"; } .fa-star-of-david:before { content: "\F69A"; } .fa-star-of-life:before { content: "\F621"; } .fa-staylinked:before { content: "\F3F5"; } .fa-steam:before { content: "\F1B6"; } .fa-steam-square:before { content: "\F1B7"; } .fa-steam-symbol:before { content: "\F3F6"; } .fa-step-backward:before { content: "\F048"; } .fa-step-forward:before { content: "\F051"; } .fa-stethoscope:before { content: "\F0F1"; } .fa-sticker-mule:before { content: "\F3F7"; } .fa-sticky-note:before { content: "\F249"; } .fa-stop:before { content: "\F04D"; } .fa-stop-circle:before { content: "\F28D"; } .fa-stopwatch:before { content: "\F2F2"; } .fa-store:before { content: "\F54E"; } .fa-store-alt:before { content: "\F54F"; } .fa-strava:before { content: "\F428"; } .fa-stream:before { content: "\F550"; } .fa-street-view:before { content: "\F21D"; } .fa-strikethrough:before { content: "\F0CC"; } .fa-stripe:before { content: "\F429"; } .fa-stripe-s:before { content: "\F42A"; } .fa-stroopwafel:before { content: "\F551"; } .fa-studiovinari:before { content: "\F3F8"; } .fa-stumbleupon:before { content: "\F1A4"; } .fa-stumbleupon-circle:before { content: "\F1A3"; } .fa-subscript:before { content: "\F12C"; } .fa-subway:before { content: "\F239"; } .fa-suitcase:before { content: "\F0F2"; } .fa-suitcase-rolling:before { content: "\F5C1"; } .fa-sun:before { content: "\F185"; } .fa-superpowers:before { content: "\F2DD"; } .fa-superscript:before { content: "\F12B"; } .fa-supple:before { content: "\F3F9"; } .fa-surprise:before { content: "\F5C2"; } .fa-suse:before { content: "\F7D6"; } .fa-swatchbook:before { content: "\F5C3"; } .fa-swimmer:before { content: "\F5C4"; } .fa-swimming-pool:before { content: "\F5C5"; } .fa-symfony:before { content: "\F83D"; } .fa-synagogue:before { content: "\F69B"; } .fa-sync:before { content: "\F021"; } .fa-sync-alt:before { content: "\F2F1"; } .fa-syringe:before { content: "\F48E"; } .fa-table:before { content: "\F0CE"; } .fa-table-tennis:before { content: "\F45D"; } .fa-tablet:before { content: "\F10A"; } .fa-tablet-alt:before { content: "\F3FA"; } .fa-tablets:before { content: "\F490"; } .fa-tachometer-alt:before { content: "\F3FD"; } .fa-tag:before { content: "\F02B"; } .fa-tags:before { content: "\F02C"; } .fa-tape:before { content: "\F4DB"; } .fa-tasks:before { content: "\F0AE"; } .fa-taxi:before { content: "\F1BA"; } .fa-teamspeak:before { content: "\F4F9"; } .fa-teeth:before { content: "\F62E"; } .fa-teeth-open:before { content: "\F62F"; } .fa-telegram:before { content: "\F2C6"; } .fa-telegram-plane:before { content: "\F3FE"; } .fa-temperature-high:before { content: "\F769"; } .fa-temperature-low:before { content: "\F76B"; } .fa-tencent-weibo:before { content: "\F1D5"; } .fa-tenge:before { content: "\F7D7"; } .fa-terminal:before { content: "\F120"; } .fa-text-height:before { content: "\F034"; } .fa-text-width:before { content: "\F035"; } .fa-th:before { content: "\F00A"; } .fa-th-large:before { content: "\F009"; } .fa-th-list:before { content: "\F00B"; } .fa-the-red-yeti:before { content: "\F69D"; } .fa-theater-masks:before { content: "\F630"; } .fa-themeco:before { content: "\F5C6"; } .fa-themeisle:before { content: "\F2B2"; } .fa-thermometer:before { content: "\F491"; } .fa-thermometer-empty:before { content: "\F2CB"; } .fa-thermometer-full:before { content: "\F2C7"; } .fa-thermometer-half:before { content: "\F2C9"; } .fa-thermometer-quarter:before { content: "\F2CA"; } .fa-thermometer-three-quarters:before { content: "\F2C8"; } .fa-think-peaks:before { content: "\F731"; } .fa-thumbs-down:before { content: "\F165"; } .fa-thumbs-up:before { content: "\F164"; } .fa-thumbtack:before { content: "\F08D"; } .fa-ticket-alt:before { content: "\F3FF"; } .fa-times:before { content: "\F00D"; } .fa-times-circle:before { content: "\F057"; } .fa-tint:before { content: "\F043"; } .fa-tint-slash:before { content: "\F5C7"; } .fa-tired:before { content: "\F5C8"; } .fa-toggle-off:before { content: "\F204"; } .fa-toggle-on:before { content: "\F205"; } .fa-toilet:before { content: "\F7D8"; } .fa-toilet-paper:before { content: "\F71E"; } .fa-toolbox:before { content: "\F552"; } .fa-tools:before { content: "\F7D9"; } .fa-tooth:before { content: "\F5C9"; } .fa-torah:before { content: "\F6A0"; } .fa-torii-gate:before { content: "\F6A1"; } .fa-tractor:before { content: "\F722"; } .fa-trade-federation:before { content: "\F513"; } .fa-trademark:before { content: "\F25C"; } .fa-traffic-light:before { content: "\F637"; } .fa-train:before { content: "\F238"; } .fa-tram:before { content: "\F7DA"; } .fa-transgender:before { content: "\F224"; } .fa-transgender-alt:before { content: "\F225"; } .fa-trash:before { content: "\F1F8"; } .fa-trash-alt:before { content: "\F2ED"; } .fa-trash-restore:before { content: "\F829"; } .fa-trash-restore-alt:before { content: "\F82A"; } .fa-tree:before { content: "\F1BB"; } .fa-trello:before { content: "\F181"; } .fa-tripadvisor:before { content: "\F262"; } .fa-trophy:before { content: "\F091"; } .fa-truck:before { content: "\F0D1"; } .fa-truck-loading:before { content: "\F4DE"; } .fa-truck-monster:before { content: "\F63B"; } .fa-truck-moving:before { content: "\F4DF"; } .fa-truck-pickup:before { content: "\F63C"; } .fa-tshirt:before { content: "\F553"; } .fa-tty:before { content: "\F1E4"; } .fa-tumblr:before { content: "\F173"; } .fa-tumblr-square:before { content: "\F174"; } .fa-tv:before { content: "\F26C"; } .fa-twitch:before { content: "\F1E8"; } .fa-twitter:before { content: "\F099"; } .fa-twitter-square:before { content: "\F081"; } .fa-typo3:before { content: "\F42B"; } .fa-uber:before { content: "\F402"; } .fa-ubuntu:before { content: "\F7DF"; } .fa-uikit:before { content: "\F403"; } .fa-umbrella:before { content: "\F0E9"; } .fa-umbrella-beach:before { content: "\F5CA"; } .fa-underline:before { content: "\F0CD"; } .fa-undo:before { content: "\F0E2"; } .fa-undo-alt:before { content: "\F2EA"; } .fa-uniregistry:before { content: "\F404"; } .fa-universal-access:before { content: "\F29A"; } .fa-university:before { content: "\F19C"; } .fa-unlink:before { content: "\F127"; } .fa-unlock:before { content: "\F09C"; } .fa-unlock-alt:before { content: "\F13E"; } .fa-untappd:before { content: "\F405"; } .fa-upload:before { content: "\F093"; } .fa-ups:before { content: "\F7E0"; } .fa-usb:before { content: "\F287"; } .fa-user:before { content: "\F007"; } .fa-user-alt:before { content: "\F406"; } .fa-user-alt-slash:before { content: "\F4FA"; } .fa-user-astronaut:before { content: "\F4FB"; } .fa-user-check:before { content: "\F4FC"; } .fa-user-circle:before { content: "\F2BD"; } .fa-user-clock:before { content: "\F4FD"; } .fa-user-cog:before { content: "\F4FE"; } .fa-user-edit:before { content: "\F4FF"; } .fa-user-friends:before { content: "\F500"; } .fa-user-graduate:before { content: "\F501"; } .fa-user-injured:before { content: "\F728"; } .fa-user-lock:before { content: "\F502"; } .fa-user-md:before { content: "\F0F0"; } .fa-user-minus:before { content: "\F503"; } .fa-user-ninja:before { content: "\F504"; } .fa-user-nurse:before { content: "\F82F"; } .fa-user-plus:before { content: "\F234"; } .fa-user-secret:before { content: "\F21B"; } .fa-user-shield:before { content: "\F505"; } .fa-user-slash:before { content: "\F506"; } .fa-user-tag:before { content: "\F507"; } .fa-user-tie:before { content: "\F508"; } .fa-user-times:before { content: "\F235"; } .fa-users:before { content: "\F0C0"; } .fa-users-cog:before { content: "\F509"; } .fa-usps:before { content: "\F7E1"; } .fa-ussunnah:before { content: "\F407"; } .fa-utensil-spoon:before { content: "\F2E5"; } .fa-utensils:before { content: "\F2E7"; } .fa-vaadin:before { content: "\F408"; } .fa-vector-square:before { content: "\F5CB"; } .fa-venus:before { content: "\F221"; } .fa-venus-double:before { content: "\F226"; } .fa-venus-mars:before { content: "\F228"; } .fa-viacoin:before { content: "\F237"; } .fa-viadeo:before { content: "\F2A9"; } .fa-viadeo-square:before { content: "\F2AA"; } .fa-vial:before { content: "\F492"; } .fa-vials:before { content: "\F493"; } .fa-viber:before { content: "\F409"; } .fa-video:before { content: "\F03D"; } .fa-video-slash:before { content: "\F4E2"; } .fa-vihara:before { content: "\F6A7"; } .fa-vimeo:before { content: "\F40A"; } .fa-vimeo-square:before { content: "\F194"; } .fa-vimeo-v:before { content: "\F27D"; } .fa-vine:before { content: "\F1CA"; } .fa-vk:before { content: "\F189"; } .fa-vnv:before { content: "\F40B"; } .fa-voicemail:before { content: "\F897"; } .fa-volleyball-ball:before { content: "\F45F"; } .fa-volume-down:before { content: "\F027"; } .fa-volume-mute:before { content: "\F6A9"; } .fa-volume-off:before { content: "\F026"; } .fa-volume-up:before { content: "\F028"; } .fa-vote-yea:before { content: "\F772"; } .fa-vr-cardboard:before { content: "\F729"; } .fa-vuejs:before { content: "\F41F"; } .fa-walking:before { content: "\F554"; } .fa-wallet:before { content: "\F555"; } .fa-warehouse:before { content: "\F494"; } .fa-water:before { content: "\F773"; } .fa-wave-square:before { content: "\F83E"; } .fa-waze:before { content: "\F83F"; } .fa-weebly:before { content: "\F5CC"; } .fa-weibo:before { content: "\F18A"; } .fa-weight:before { content: "\F496"; } .fa-weight-hanging:before { content: "\F5CD"; } .fa-weixin:before { content: "\F1D7"; } .fa-whatsapp:before { content: "\F232"; } .fa-whatsapp-square:before { content: "\F40C"; } .fa-wheelchair:before { content: "\F193"; } .fa-whmcs:before { content: "\F40D"; } .fa-wifi:before { content: "\F1EB"; } .fa-wikipedia-w:before { content: "\F266"; } .fa-wind:before { content: "\F72E"; } .fa-window-close:before { content: "\F410"; } .fa-window-maximize:before { content: "\F2D0"; } .fa-window-minimize:before { content: "\F2D1"; } .fa-window-restore:before { content: "\F2D2"; } .fa-windows:before { content: "\F17A"; } .fa-wine-bottle:before { content: "\F72F"; } .fa-wine-glass:before { content: "\F4E3"; } .fa-wine-glass-alt:before { content: "\F5CE"; } .fa-wix:before { content: "\F5CF"; } .fa-wizards-of-the-coast:before { content: "\F730"; } .fa-wolf-pack-battalion:before { content: "\F514"; } .fa-won-sign:before { content: "\F159"; } .fa-wordpress:before { content: "\F19A"; } .fa-wordpress-simple:before { content: "\F411"; } .fa-wpbeginner:before { content: "\F297"; } .fa-wpexplorer:before { content: "\F2DE"; } .fa-wpforms:before { content: "\F298"; } .fa-wpressr:before { content: "\F3E4"; } .fa-wrench:before { content: "\F0AD"; } .fa-x-ray:before { content: "\F497"; } .fa-xbox:before { content: "\F412"; } .fa-xing:before { content: "\F168"; } .fa-xing-square:before { content: "\F169"; } .fa-y-combinator:before { content: "\F23B"; } .fa-yahoo:before { content: "\F19E"; } .fa-yammer:before { content: "\F840"; } .fa-yandex:before { content: "\F413"; } .fa-yandex-international:before { content: "\F414"; } .fa-yarn:before { content: "\F7E3"; } .fa-yelp:before { content: "\F1E9"; } .fa-yen-sign:before { content: "\F157"; } .fa-yin-yang:before { content: "\F6AD"; } .fa-yoast:before { content: "\F2B1"; } .fa-youtube:before { content: "\F167"; } .fa-youtube-square:before { content: "\F431"; } .fa-zhihu:before { content: "\F63F"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; font-display: auto; src: url("../fonts/fontawesome/fa-solid-900.eot"); src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); } .fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; } /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: normal; font-display: auto; src: url("../fonts/fontawesome/fa-brands-400.eot"); src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); } .fab { font-family: 'Font Awesome 5 Brands'; } /*! normalize.css v8.0.1 | 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; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * 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 */ -webkit-text-decoration: underline dotted; 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 */ } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove the inner padding in Chrome and Safari on macOS. */ /** * 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, [hidden] { display: none; } /** * Add the correct display in IE 10. */ /** * prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) * @author <NAME> */ code[class*="language-"], pre[class*="language-"] { color: black; background: none; text-shadow: 0 1px white; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #b3d4fc; } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #b3d4fc; } pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection { text-shadow: none; background: #b3d4fc; } @media print { code[class*="language-"], pre[class*="language-"] { text-shadow: none; } } /* Code blocks */ pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; } :not(pre) > code[class*="language-"], pre[class*="language-"] { background: #f5f2f0; } /* Inline code */ :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; white-space: normal; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: slategray; } .token.punctuation { color: #999; } .namespace { opacity: .7; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted { color: #905; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #690; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #9a6e3a; background: rgba(255, 255, 255, 0.5); } .token.atrule, .token.attr-value, .token.keyword { color: #07a; } .token.function, .token.class-name { color: #DD4A68; } .token.regex, .token.important, .token.variable { color: #e90; } .token.important, .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: 0 0; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: 700; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-size: 1em; font-family: Consolas,monospace,serif; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; box-sizing: border-box; } optgroup { font-weight: 700; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; } button:disabled, html input:disabled { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type=checkbox], input[type=radio] { padding: 0; cursor: pointer; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; } input[type=search] { -webkit-appearance: textfield; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: none; margin: 0; padding: 0; } legend { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } ::-moz-placeholder { opacity: 1; } table { border-collapse: collapse; border-spacing: 0; } html { font-size: 14px; } body { background: #fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; line-height: 20px; color: #666; background-image: radial-gradient(100% 100% at center, #fff, #fff); } @media (max-width: 767px) { body { word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } } a, .uk-link { color: #1d8acb; text-decoration: none; cursor: pointer; } a:hover, .uk-link:hover { color: #0b5f90; text-decoration: underline; } em { color: #d05; } ins { background: #ffa; color: #666; text-decoration: none; } mark { background: #ffa; color: #666; } ::-moz-selection { background: #39f; color: #fff; text-shadow: none; } ::selection { background: #39f; color: #fff; text-shadow: none; } abbr[title], dfn[title] { cursor: help; } dfn[title] { border-bottom: 1px dotted; font-style: normal; } img { box-sizing: border-box; max-width: 100%; height: auto; vertical-align: middle; } .uk-img-preserve, .uk-img-preserve img, img[src*="maps.gstatic.com"], img[src*="googleapis.com"] { max-width: none; } p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure { margin: 0 0 15px; } * + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure { margin-top: 15px; } h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 300; color: #222; text-transform: none; } * + h1, h2, h3, h4, h5, h6 { margin-top: 0px; } h1, .uk-h1 { font-size: 36px; line-height: 42px; margin-left: -2px; } h2, .uk-h2 { font-size: 24px; line-height: 30px; } h3, .uk-h3 { font-size: 18px; line-height: 24px; } h4, .uk-h4 { font-size: 16px; line-height: 22px; } h5, .uk-h5 { font-size: 14px; line-height: 20px; } h6, .uk-h6 { font-size: 12px; line-height: 18px; } ul, ol { padding-left: 30px; } ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul { margin: 0; } dt { font-weight: 700; } dd { margin-left: 0; } hr { display: block; padding: 0; border: 0; border-top: 1px solid #e5e5e5; } address { font-style: normal; } q, blockquote { font-style: italic; } blockquote { padding-left: 15px; border-left: 5px solid #e5e5e5; font-size: 16px; line-height: 22px; } blockquote small { display: block; color: #999; font-style: normal; } blockquote p:last-of-type { margin-bottom: 5px; } code { color: #d05; font-size: 12px; white-space: nowrap; padding: 0 4px; border: 1px solid #e5e5e5; border-radius: 3px; background: #fafafa; } pre code { color: inherit; white-space: pre-wrap; padding: 0; border: 0; background: 0 0; } pre { padding: 10px; background: #fafafa; color: #666; font-size: 12px; line-height: 18px; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; border: 1px solid #e5e5e5; border-radius: 3px; } button, input:not([type=radio]):not([type=checkbox]), select { vertical-align: middle; } iframe { border: 0; } @media screen and (max-width: 400px) { @-ms-viewport { width: device-width; } } .uk-grid:before, .uk-grid:after { content: " "; display: table; } .uk-grid:after { clear: both; } .uk-grid { margin: 0 0 0 -25px; padding: 0; list-style: none; } .uk-grid > * { margin: 0; padding-left: 25px; float: left; } .uk-grid > * > :last-child { margin-bottom: 0; } .uk-grid + .uk-grid { margin-top: 25px; } .uk-grid > .uk-grid-margin { margin-top: 25px; } .uk-grid > * > .uk-panel + .uk-panel { margin-top: 25px; } @media (min-width: 1220px) { .uk-grid:not(.uk-grid-preserve) { margin-left: -35px; } .uk-grid:not(.uk-grid-preserve) > * { padding-left: 35px; } .uk-grid:not(.uk-grid-preserve) + .uk-grid { margin-top: 35px; } .uk-grid:not(.uk-grid-preserve) > .uk-grid-margin { margin-top: 35px; } .uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel { margin-top: 35px; } } .uk-grid.uk-grid-small { margin-left: -10px; } .uk-grid.uk-grid-small > * { padding-left: 10px; } .uk-grid.uk-grid-small + .uk-grid-small { margin-top: 10px; } .uk-grid.uk-grid-small > .uk-grid-margin { margin-top: 10px; } .uk-grid.uk-grid-small > * > .uk-panel + .uk-panel { margin-top: 10px; } .uk-grid-divider:not(:empty) { margin-left: -25px; margin-right: -25px; } .uk-grid-divider > * { padding-left: 25px; padding-right: 25px; } .uk-grid-divider > [class*=uk-width-1-]:not(.uk-width-1-1):nth-child(n+2), .uk-grid-divider > [class*=uk-width-2-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-3-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-4-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-5-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-6-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-7-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-8-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-9-]:nth-child(n+2) { border-left: 1px solid #e5e5e5; } @media (min-width: 768px) { .uk-grid-divider > [class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px solid #e5e5e5; } } @media (min-width: 960px) { .uk-grid-divider > [class*=uk-width-large-]:not(.uk-width-large-1-1):nth-child(n+2) { border-left: 1px solid #e5e5e5; } } @media (min-width: 1220px) { .uk-grid-divider:not(.uk-grid-preserve):not(:empty) { margin-left: -35px; margin-right: -35px; } .uk-grid-divider:not(.uk-grid-preserve) > * { padding-left: 35px; padding-right: 35px; } .uk-grid-divider:not(.uk-grid-preserve):empty { margin-top: 35px; margin-bottom: 35px; } } .uk-grid-divider:empty { margin-top: 25px; margin-bottom: 25px; border-top: 1px solid #e5e5e5; } [class*=uk-grid-width] > * { box-sizing: border-box; width: 100%; } .uk-grid-width-1-2 > * { width: 50%; } .uk-grid-width-1-3 > * { width: 33.333%; } .uk-grid-width-1-4 > * { width: 25%; } .uk-grid-width-1-5 > * { width: 20%; } .uk-grid-width-1-6 > * { width: 16.666%; } .uk-grid-width-1-10 > * { width: 10%; } @media (min-width: 480px) { .uk-grid-width-small-1-2 > * { width: 50%; } .uk-grid-width-small-1-3 > * { width: 33.333%; } .uk-grid-width-small-1-4 > * { width: 25%; } .uk-grid-width-small-1-5 > * { width: 20%; } .uk-grid-width-small-1-6 > * { width: 16.666%; } .uk-grid-width-small-1-10 > * { width: 10%; } } @media (min-width: 768px) { .uk-grid-width-medium-1-2 > * { width: 50%; } .uk-grid-width-medium-1-3 > * { width: 33.333%; } .uk-grid-width-medium-1-4 > * { width: 25%; } .uk-grid-width-medium-1-5 > * { width: 20%; } .uk-grid-width-medium-1-6 > * { width: 16.666%; } .uk-grid-width-medium-1-10 > * { width: 10%; } } @media (min-width: 960px) { .uk-grid-width-large-1-2 > * { width: 50%; } .uk-grid-width-large-1-3 > * { width: 33.333%; } .uk-grid-width-large-1-4 > * { width: 25%; } .uk-grid-width-large-1-5 > * { width: 20%; } .uk-grid-width-large-1-6 > * { width: 16.666%; } .uk-grid-width-large-1-10 > * { width: 10%; } } @media (min-width: 1220px) { .uk-grid-width-xlarge-1-2 > * { width: 50%; } .uk-grid-width-xlarge-1-3 > * { width: 33.333%; } .uk-grid-width-xlarge-1-4 > * { width: 25%; } .uk-grid-width-xlarge-1-5 > * { width: 20%; } .uk-grid-width-xlarge-1-6 > * { width: 16.666%; } .uk-grid-width-xlarge-1-10 > * { width: 10%; } } [class*=uk-width] { box-sizing: border-box; width: 100%; } .uk-width-1-1 { width: 100%; } .uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 { width: 50%; } .uk-width-1-3, .uk-width-2-6 { width: 33.333%; } .uk-width-2-3, .uk-width-4-6 { width: 66.666%; } .uk-width-1-4 { width: 25%; } .uk-width-3-4 { width: 75%; } .uk-width-1-5, .uk-width-2-10 { width: 20%; } .uk-width-2-5, .uk-width-4-10 { width: 40%; } .uk-width-3-5, .uk-width-6-10 { width: 60%; } .uk-width-4-5, .uk-width-8-10 { width: 80%; } .uk-width-1-6 { width: 16.666%; } .uk-width-5-6 { width: 83.333%; } .uk-width-1-10 { width: 10%; } .uk-width-3-10 { width: 30%; } .uk-width-7-10 { width: 70%; } .uk-width-9-10 { width: 90%; } @media (min-width: 480px) { .uk-width-small-1-1 { width: 100%; } .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 { width: 50%; } .uk-width-small-1-3, .uk-width-small-2-6 { width: 33.333%; } .uk-width-small-2-3, .uk-width-small-4-6 { width: 66.666%; } .uk-width-small-1-4 { width: 25%; } .uk-width-small-3-4 { width: 75%; } .uk-width-small-1-5, .uk-width-small-2-10 { width: 20%; } .uk-width-small-2-5, .uk-width-small-4-10 { width: 40%; } .uk-width-small-3-5, .uk-width-small-6-10 { width: 60%; } .uk-width-small-4-5, .uk-width-small-8-10 { width: 80%; } .uk-width-small-1-6 { width: 16.666%; } .uk-width-small-5-6 { width: 83.333%; } .uk-width-small-1-10 { width: 10%; } .uk-width-small-3-10 { width: 30%; } .uk-width-small-7-10 { width: 70%; } .uk-width-small-9-10 { width: 90%; } } @media (min-width: 768px) { .uk-width-medium-1-1 { width: 100%; } .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 { width: 50%; } .uk-width-medium-1-3, .uk-width-medium-2-6 { width: 33.333%; } .uk-width-medium-2-3, .uk-width-medium-4-6 { width: 66.666%; } .uk-width-medium-1-4 { width: 25%; } .uk-width-medium-3-4 { width: 75%; } .uk-width-medium-1-5, .uk-width-medium-2-10 { width: 20%; } .uk-width-medium-2-5, .uk-width-medium-4-10 { width: 40%; } .uk-width-medium-3-5, .uk-width-medium-6-10 { width: 60%; } .uk-width-medium-4-5, .uk-width-medium-8-10 { width: 80%; } .uk-width-medium-1-6 { width: 16.666%; } .uk-width-medium-5-6 { width: 83.333%; } .uk-width-medium-1-10 { width: 10%; } .uk-width-medium-3-10 { width: 30%; } .uk-width-medium-7-10 { width: 70%; } .uk-width-medium-9-10 { width: 90%; } } @media (min-width: 960px) { .uk-width-large-1-1 { width: 100%; } .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 { width: 50%; } .uk-width-large-1-3, .uk-width-large-2-6 { width: 33.333%; } .uk-width-large-2-3, .uk-width-large-4-6 { width: 66.666%; } .uk-width-large-1-4 { width: 25%; } .uk-width-large-3-4 { width: 75%; } .uk-width-large-1-5, .uk-width-large-2-10 { width: 20%; } .uk-width-large-2-5, .uk-width-large-4-10 { width: 40%; } .uk-width-large-3-5, .uk-width-large-6-10 { width: 60%; } .uk-width-large-4-5, .uk-width-large-8-10 { width: 80%; } .uk-width-large-1-6 { width: 16.666%; } .uk-width-large-5-6 { width: 83.333%; } .uk-width-large-1-10 { width: 10%; } .uk-width-large-3-10 { width: 30%; } .uk-width-large-7-10 { width: 70%; } .uk-width-large-9-10 { width: 90%; } } @media (min-width: 768px) { [class*=uk-push-], [class*=uk-pull-] { position: relative; } .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 { left: 50%; } .uk-push-1-3, .uk-push-2-6 { left: 33.333%; } .uk-push-2-3, .uk-push-4-6 { left: 66.666%; } .uk-push-1-4 { left: 25%; } .uk-push-3-4 { left: 75%; } .uk-push-1-5, .uk-push-2-10 { left: 20%; } .uk-push-2-5, .uk-push-4-10 { left: 40%; } .uk-push-3-5, .uk-push-6-10 { left: 60%; } .uk-push-4-5, .uk-push-8-10 { left: 80%; } .uk-push-1-6 { left: 16.666%; } .uk-push-5-6 { left: 83.333%; } .uk-push-1-10 { left: 10%; } .uk-push-3-10 { left: 30%; } .uk-push-7-10 { left: 70%; } .uk-push-9-10 { left: 90%; } .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 { left: -50%; } .uk-pull-1-3, .uk-pull-2-6 { left: -33.333%; } .uk-pull-2-3, .uk-pull-4-6 { left: -66.666%; } .uk-pull-1-4 { left: -25%; } .uk-pull-3-4 { left: -75%; } .uk-pull-1-5, .uk-pull-2-10 { left: -20%; } .uk-pull-2-5, .uk-pull-4-10 { left: -40%; } .uk-pull-3-5, .uk-pull-6-10 { left: -60%; } .uk-pull-4-5, .uk-pull-8-10 { left: -80%; } .uk-pull-1-6 { left: -16.666%; } .uk-pull-5-6 { left: -83.333%; } .uk-pull-1-10 { left: -10%; } .uk-pull-3-10 { left: -30%; } .uk-pull-7-10 { left: -70%; } .uk-pull-9-10 { left: -90%; } } .uk-panel { display: block; position: relative; } .uk-panel:before, .uk-panel:after { content: " "; display: table; } .uk-panel:after { clear: both; } .uk-panel > :not(.uk-panel-title):last-child { margin-bottom: 0; } .uk-panel-title { margin-top: 0; margin-bottom: 15px; font-size: 18px; line-height: 24px; font-weight: 400; text-transform: none; color: #666; } .uk-panel-badge { position: absolute; top: 0; right: 0; z-index: 1; } .uk-panel-box { padding: 15px; background: #fafafa; color: #666; border: 1px solid #e5e5e5; border-radius: 4px; } .uk-panel-box .uk-panel-title { color: #666; } .uk-panel-box .uk-panel-badge { top: 10px; right: 10px; } .uk-panel-box .uk-panel-teaser { margin: -16px -16px 15px -16px; } .uk-panel-box > .uk-nav-side { margin: 0 -15px; } .uk-panel-box-primary { background-color: #ebf7fd; color: #2d7091; border-color: rgba(45, 112, 145, 0.3); } .uk-panel-box-primary .uk-panel-title { color: #2d7091; } .uk-panel-box-secondary { background-color: #fff; color: #444; } .uk-panel-box-secondary .uk-panel-title { color: #444; } .uk-panel-header .uk-panel-title { padding-bottom: 10px; border-bottom: 1px solid #e5e5e5; color: #666; } .uk-panel-space { padding: 30px; } .uk-panel-space .uk-panel-badge { top: 30px; right: 30px; } .uk-panel + .uk-panel-divider { margin-top: 50px !important; } .uk-panel + .uk-panel-divider:before { content: ""; display: block; position: absolute; top: -25px; left: 0; right: 0; border-top: 1px solid #e5e5e5; } @media (min-width: 1220px) { .uk-panel + .uk-panel-divider { margin-top: 70px !important; } .uk-panel + .uk-panel-divider:before { top: -35px; } } .uk-panel-box .uk-panel-teaser > * { border-top-left-radius: 4px; border-top-right-radius: 4px; } .uk-article:before, .uk-article:after { content: " "; display: table; } .uk-article:after { clear: both; } .uk-article > :last-child { margin-bottom: 0; } .uk-article + .uk-article { margin-top: 25px; } .uk-article-title { font-size: 36px; line-height: 42px; font-weight: 400; text-transform: none; } .uk-article-title a { color: inherit; text-decoration: none; } .uk-article-meta { font-size: 12px; line-height: 18px; color: #999; } .uk-article-lead { color: #222; font-size: 18px; line-height: 24px; font-weight: 400; } .uk-article-divider { margin-bottom: 25px; border-color: #e5e5e5; } * + .uk-article-divider { margin-top: 25px; } .uk-article + .uk-article { padding-top: 25px; border-top: 1px solid #e5e5e5; } .uk-comment-header { margin-bottom: 15px; padding: 10px; border: 1px solid #e5e5e5; border-radius: 4px; background: #fafafa; } .uk-comment-header:before, .uk-comment-header:after { content: " "; display: table; } .uk-comment-header:after { clear: both; } .uk-comment-avatar { margin-right: 15px; float: left; } .uk-comment-title { margin: 5px 0 0; font-size: 16px; line-height: 22px; } .uk-comment-meta { margin: 2px 0 0; font-size: 11px; line-height: 16px; color: #999; } .uk-comment-body { padding-left: 10px; padding-right: 10px; } .uk-comment-body > :last-child { margin-bottom: 0; } .uk-comment-list { padding: 0; list-style: none; } .uk-comment-list .uk-comment + ul { margin: 25px 0 0; list-style: none; } .uk-comment-list > li:nth-child(n+2), .uk-comment-list .uk-comment + ul > li:nth-child(n+2) { margin-top: 25px; } @media (min-width: 768px) { .uk-comment-list .uk-comment + ul { padding-left: 100px; } } .uk-comment-primary .uk-comment-header { border-color: rgba(45, 112, 145, 0.3); background-color: #ebf7fd; color: #2d7091; text-shadow: 0 1px 0 #fff; } .uk-nav, .uk-nav ul { margin: 0; padding: 0; list-style: none; } .uk-nav li > a { display: block; text-decoration: none; } .uk-nav > li > a { padding: 3px 15px; } .uk-nav ul { padding-left: 15px; } .uk-nav ul a { padding: 2px 0; } .uk-nav li > a > div { font-size: 12px; line-height: 18px; } .uk-nav-header { padding: 3px 15px; text-transform: uppercase; font-weight: 700; font-size: 12px; } .uk-nav-header:not(:first-child) { margin-top: 15px; } .uk-nav-divider { margin: 7px 15px; } ul.uk-nav-sub { padding: 5px 0 5px 15px; } .uk-nav-parent-icon > .uk-parent > a:after { content: "\F104"; width: 20px; margin-right: -10px; float: right; font-family: FontAwesome; text-align: center; } .uk-nav-parent-icon > .uk-parent.uk-open > a:after { content: "\F107"; } .uk-nav-side > li > a { color: #666; } .uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus { background: rgba(0, 0, 0, 0.03); color: #666; outline: 0; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); text-shadow: 0 -1px 0 #fff; } .uk-nav-side > li.uk-active > a { background: #009dd8; color: #fff; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-side .uk-nav-header { color: #666; } .uk-nav-side .uk-nav-divider { border-top: 1px solid #e5e5e5; box-shadow: 0 1px 0 #fff; } .uk-nav-side ul a { color: #1d8acb; } .uk-nav-side ul a:hover { color: #0b5f90; } .uk-nav-dropdown > li > a { color: #666; } .uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus { background: #009dd8; color: #fff; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-dropdown .uk-nav-header { color: #999; } .uk-nav-dropdown .uk-nav-divider { border-top: 1px solid #e5e5e5; } .uk-nav-dropdown ul a { color: #1d8acb; } .uk-nav-dropdown ul a:hover { color: #0b5f90; } .uk-nav-navbar > li > a { color: #666; } .uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus { background: #009dd8; color: #fff; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-navbar .uk-nav-header { color: #999; } .uk-nav-navbar .uk-nav-divider { border-top: 1px solid #e5e5e5; } .uk-nav-navbar ul a { color: #1d8acb; } .uk-nav-navbar ul a:hover { color: #0b5f90; } .uk-nav-offcanvas > li > a { color: #ccc; padding: 10px 15px; border-top: 1px solid rgba(0, 0, 0, 0.3); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus { background: #404040; color: #fff; outline: 0; } html .uk-nav.uk-nav-offcanvas > li.uk-active > a { background: #1a1a1a; color: #fff; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); } .uk-nav-offcanvas .uk-nav-header { color: #777; margin-top: 0; border-top: 1px solid rgba(0, 0, 0, 0.3); background: #404040; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .uk-nav-offcanvas .uk-nav-divider { border-top: 1px solid rgba(255, 255, 255, 0.01); margin: 0; height: 4px; background: rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); } .uk-nav-offcanvas ul a { color: #ccc; } html:not(.uk-touch) .uk-nav-offcanvas ul a:hover { color: #fff; } .uk-nav-offcanvas { border-bottom: 1px solid rgba(0, 0, 0, 0.3); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); } .uk-nav-offcanvas .uk-nav-sub { border-top: 1px solid rgba(0, 0, 0, 0.3); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); } .uk-navbar { background: #f7f7f7; color: #666; border: 1px solid rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.3); border-radius: 4px; background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); } .uk-navbar:before, .uk-navbar:after { content: " "; display: table; } .uk-navbar:after { clear: both; } .uk-navbar-nav { margin: 0; padding: 0; list-style: none; float: left; } .uk-navbar-nav > li { float: left; position: relative; } .uk-navbar-nav > li > a { display: block; box-sizing: border-box; text-decoration: none; height: 41px; padding: 0 15px; line-height: 40px; color: #BBB; font-size: 14px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; margin-top: -1px; margin-left: -1px; border: 1px solid transparent; border-bottom-width: 0; text-shadow: 0 1px 0 #fff; } .uk-navbar-nav > li > a[href='#'] { cursor: text; } .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a { background-color: #333; color: #666; outline: 0; position: relative; z-index: 1; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-navbar-nav > li > a:active { background-color: #f5f5f5; color: #666; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-navbar-nav > li.uk-active > a { background-color: #fafafa; color: #666; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-navbar-nav .uk-navbar-nav-subtitle { line-height: 28px; } .uk-navbar-nav-subtitle > div { margin-top: -6px; font-size: 10px; line-height: 12px; } .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle { box-sizing: border-box; display: block; height: 41px; padding: 0 15px; float: left; margin-top: -1px; text-shadow: 0 1px 0 #fff; } .uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) { padding-left: 0; } .uk-navbar-content > a:not([class]) { color: #1d8acb; } .uk-navbar-content > a:not([class]):hover { color: #0b5f90; } .uk-navbar-brand { font-size: 18px; color: #666; } .uk-navbar-brand:hover, .uk-navbar-brand:focus { color: #666; text-decoration: none; outline: 0; } .uk-navbar-toggle { font-size: 18px; color: #666; } .uk-navbar-toggle:hover, .uk-navbar-toggle:focus { color: #666; text-decoration: none; outline: 0; } .uk-navbar-toggle:after { content: "\F0C9"; font-family: FontAwesome; vertical-align: middle; } .uk-navbar-toggle-alt:after { content: "\F002"; } .uk-navbar-center { float: none; text-align: center; max-width: 80%; margin-left: auto; margin-right: auto; } .uk-navbar-flip { float: right; } .uk-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .uk-navbar-flip .uk-navbar-nav > li > a { margin-left: 0; margin-right: -1px; } .uk-navbar-flip .uk-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 0; border-bottom-left-radius: 0; } .uk-navbar-flip .uk-navbar-nav:last-child > li:last-child > a { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .uk-navbar-attached { border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; border-radius: 0; } .uk-navbar-attached .uk-navbar-nav > li > a { border-radius: 0 !important; } .uk-subnav { padding: 0; list-style: none; font-size: 0; } .uk-subnav > li { position: relative; font-size: 1rem; vertical-align: top; } .uk-subnav > li, .uk-subnav > li > a, .uk-subnav > li > span { display: inline-block; } .uk-subnav > li:nth-child(n+2) { margin-left: 10px; } .uk-subnav > li > a { color: #1d8acb; } .uk-subnav > li > a:hover { color: #0b5f90; } .uk-subnav > li > span { color: #999; } .uk-subnav-line > li:nth-child(n+2):before { content: ""; display: inline-block; height: 10px; margin-right: 10px; border-left: 1px solid #e5e5e5; } .uk-subnav-pill > li > a, .uk-subnav-pill > li > span { padding: 3px 9px; text-decoration: none; border-radius: 4px; } .uk-subnav-pill > li > a:hover, .uk-subnav-pill > li > a:focus { background: #fafafa; color: #666; outline: 0; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } .uk-subnav-pill > li.uk-active > a { background: #009dd8; color: #fff; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); } .uk-breadcrumb { padding: 0; list-style: none; font-size: 0; } .uk-breadcrumb > li { font-size: 1rem; vertical-align: top; } .uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span { display: inline-block; } .uk-breadcrumb > li:nth-child(n+2):before { content: "/"; display: inline-block; margin: 0 8px; } .uk-breadcrumb > li:not(.uk-active) > span { color: #999; } .uk-pagination { padding: 0; list-style: none; text-align: center; font-size: 0; } .uk-pagination:before, .uk-pagination:after { content: " "; display: table; } .uk-pagination:after { clear: both; } .uk-pagination > li { display: inline-block; font-size: 1rem; vertical-align: top; } .uk-pagination > li:nth-child(n+2) { margin-left: 5px; } .uk-pagination > li > a, .uk-pagination > li > span { display: inline-block; min-width: 16px; padding: 3px 5px; line-height: 20px; text-decoration: none; box-sizing: content-box; text-align: center; border-radius: 4px; } .uk-pagination > li > a { background: #f7f7f7; color: #666; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); text-shadow: 0 1px 0 #fff; } .uk-pagination > li > a:hover, .uk-pagination > li > a:focus { background-color: #fafafa; color: #666; outline: 0; background-image: none; } .uk-pagination > li > a:active { background-color: #f5f5f5; color: #666; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.3); background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-pagination > .uk-active > span { background: #009dd8; color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-pagination > .uk-disabled > span { background-color: #fafafa; color: #999; border: 1px solid rgba(0, 0, 0, 0.2); text-shadow: 0 1px 0 #fff; } .uk-pagination-previous { float: left; } .uk-pagination-next { float: right; } .uk-pagination-left { text-align: left; } .uk-pagination-right { text-align: right; } .uk-tab { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #e5e5e5; } .uk-tab:before, .uk-tab:after { content: " "; display: table; } .uk-tab:after { clear: both; } .uk-tab > li { margin-bottom: -1px; float: left; position: relative; } .uk-tab > li > a { display: block; padding: 8px 12px; border: 1px solid transparent; border-bottom-width: 0; color: #1d8acb; text-decoration: none; border-radius: 4px 4px 0 0; text-shadow: 0 1px 0 #fff; } .uk-tab > li:nth-child(n+2) > a { margin-left: 5px; } .uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a { border-color: #e5e5e5; background: #fafafa; color: #0b5f90; outline: 0; } .uk-tab > li:not(.uk-active) > a:hover, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li.uk-open:not(.uk-active) > a { margin-bottom: 1px; padding-bottom: 7px; } .uk-tab > li.uk-active > a { border-color: #e5e5e5; border-bottom-color: transparent; background: #fff; color: #666; } .uk-tab > li.uk-disabled > a { color: #999; cursor: auto; } .uk-tab > li.uk-disabled > a:hover, .uk-tab > li.uk-disabled > a:focus, .uk-tab > li.uk-disabled.uk-active > a { background: 0 0; border-color: transparent; } .uk-tab-flip > li { float: right; } .uk-tab-flip > li:nth-child(n+2) > a { margin-left: 0; margin-right: 5px; } .uk-tab-responsive { display: none; } .uk-tab-responsive > a:before { content: "\F0C9\A0"; font-family: FontAwesome; } @media (max-width: 767px) { [data-uk-tab] > li { display: none; } [data-uk-tab] > li.uk-tab-responsive { display: block; } [data-uk-tab] > li.uk-tab-responsive > a { margin-left: 0; margin-right: 0; } } .uk-tab-center { border-bottom: 1px solid #e5e5e5; } .uk-tab-center-bottom { border-bottom: none; border-top: 1px solid #e5e5e5; } .uk-tab-center:before, .uk-tab-center:after { content: " "; display: table; } .uk-tab-center:after { clear: both; } .uk-tab-center .uk-tab { position: relative; right: 50%; border: none; float: right; } .uk-tab-center .uk-tab > li { position: relative; right: -50%; } .uk-tab-center .uk-tab > li > a { text-align: center; } .uk-tab-bottom { border-top: 1px solid #e5e5e5; border-bottom: none; } .uk-tab-bottom > li { margin-top: -1px; margin-bottom: 0; } .uk-tab-bottom > li > a { padding-top: 8px; padding-bottom: 8px; border-bottom-width: 1px; border-top-width: 0; } .uk-tab-bottom > li:not(.uk-active) > a:hover, .uk-tab-bottom > li:not(.uk-active) > a:focus, .uk-tab-bottom > li.uk-open:not(.uk-active) > a { margin-bottom: 0; margin-top: 1px; padding-bottom: 8px; padding-top: 7px; } .uk-tab-bottom > li.uk-active > a { border-top-color: transparent; border-bottom-color: #e5e5e5; } .uk-tab-grid { margin-left: -5px; border-bottom: none; position: relative; z-index: 0; } .uk-tab-grid:before { display: block; position: absolute; left: 5px; right: 0; bottom: -1px; border-top: 1px solid #e5e5e5; z-index: -1; } .uk-tab-grid > li:first-child > a { margin-left: 5px; } .uk-tab-grid > li > a { text-align: center; } .uk-tab-grid.uk-tab-bottom { border-top: none; } .uk-tab-grid.uk-tab-bottom:before { top: -1px; bottom: auto; } @media (min-width: 768px) { .uk-tab-left, .uk-tab-right { border-bottom: none; } .uk-tab-left > li, .uk-tab-right > li { margin-bottom: 0; float: none; } .uk-tab-left > li > a, .uk-tab-right > li > a { padding-top: 8px; padding-bottom: 8px; } .uk-tab-left > li:nth-child(n+2) > a, .uk-tab-right > li:nth-child(n+2) > a { margin-left: 0; margin-top: 5px; } .uk-tab-left > li.uk-active > a, .uk-tab-right > li.uk-active > a { border-color: #e5e5e5; } .uk-tab-left { border-right: 1px solid #e5e5e5; } .uk-tab-left > li { margin-right: -1px; } .uk-tab-left > li > a { border-bottom-width: 1px; border-right-width: 0; } .uk-tab-left > li:not(.uk-active) > a:hover, .uk-tab-left > li:not(.uk-active) > a:focus { margin-bottom: 0; margin-right: 1px; padding-bottom: 8px; padding-right: 11px; } .uk-tab-left > li.uk-active > a { border-right-color: transparent; } .uk-tab-right { border-left: 1px solid #e5e5e5; } .uk-tab-right > li { margin-left: -1px; } .uk-tab-right > li > a { border-bottom-width: 1px; border-left-width: 0; } .uk-tab-right > li:not(.uk-active) > a:hover, .uk-tab-right > li:not(.uk-active) > a:focus { margin-bottom: 0; margin-left: 1px; padding-bottom: 8px; padding-left: 11px; } .uk-tab-right > li.uk-active > a { border-left-color: transparent; } } .uk-tab-bottom > li > a { border-radius: 0 0 4px 4px; } @media (min-width: 768px) { .uk-tab-left > li > a { border-radius: 4px 0 0 4px; } .uk-tab-right > li > a { border-radius: 0 4px 4px 0; } } .uk-list { padding: 0; list-style: none; } .uk-list > li:before, .uk-list > li:after { content: " "; display: table; } .uk-list > li:after { clear: both; } .uk-list > li > :last-child { margin-bottom: 0; } .uk-list ul { margin: 0; padding-left: 20px; list-style: none; } .uk-list-line > li:nth-child(n+2) { margin-top: 5px; padding-top: 5px; border-top: 1px solid #e5e5e5; } .uk-list-striped > li { padding: 5px; border-bottom: 1px solid #e5e5e5; } .uk-list-striped > li:nth-of-type(odd) { background: #fafafa; } .uk-list-space > li:nth-child(n+2) { margin-top: 10px; } .uk-list-striped > li:first-child { border-top: 1px solid #e5e5e5; } @media (min-width: 768px) { .uk-description-list-horizontal { overflow: hidden; } .uk-description-list-horizontal > dt { width: 160px; float: left; clear: both; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .uk-description-list-horizontal > dd { margin-left: 180px; } } .uk-description-list-line > dt { font-weight: 400; } .uk-description-list-line > dt:nth-child(n+2) { margin-top: 5px; padding-top: 5px; border-top: 1px solid #e5e5e5; } .uk-description-list-line > dd { color: #999; } .uk-table { width: 100%; margin-bottom: 15px; } * + .uk-table { margin-top: 15px; } .uk-table th, .uk-table td { padding: 8px; border-bottom: 1px solid #e5e5e5; } .uk-table th { text-align: left; } .uk-table td { vertical-align: top; } .uk-table thead th { vertical-align: bottom; } .uk-table caption, .uk-table tfoot { font-size: 12px; font-style: italic; } .uk-table caption { text-align: left; color: #999; } .uk-table-middle, .uk-table-middle td { vertical-align: middle !important; } .uk-table-striped tbody tr:nth-of-type(odd) { background: #fafafa; } .uk-table-condensed td { padding: 4px 8px; } .uk-table-hover tbody tr:hover { background: #f0f0f0; } .uk-form > :last-child { margin-bottom: 0; } .uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=number], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=color] { height: 30px; max-width: 100%; padding: 4px 6px; border: 1px solid #e5e5e5; background: #fff; color: #666; -webkit-transition: all linear .2s; transition: all linear .2s; border-radius: 4px; } .uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type=text]:focus, .uk-form input[type=password]:focus, .uk-form input[type=datetime]:focus, .uk-form input[type=datetime-local]:focus, .uk-form input[type=date]:focus, .uk-form input[type=month]:focus, .uk-form input[type=time]:focus, .uk-form input[type=week]:focus, .uk-form input[type=number]:focus, .uk-form input[type=email]:focus, .uk-form input[type=url]:focus, .uk-form input[type=search]:focus, .uk-form input[type=tel]:focus, .uk-form input[type=color]:focus { border-color: #99baca; outline: 0; background: #f5fbfe; color: #666; } .uk-form select:disabled, .uk-form textarea:disabled, .uk-form input:not([type]):disabled, .uk-form input[type=text]:disabled, .uk-form input[type=password]:disabled, .uk-form input[type=datetime]:disabled, .uk-form input[type=datetime-local]:disabled, .uk-form input[type=date]:disabled, .uk-form input[type=month]:disabled, .uk-form input[type=time]:disabled, .uk-form input[type=week]:disabled, .uk-form input[type=number]:disabled, .uk-form input[type=email]:disabled, .uk-form input[type=url]:disabled, .uk-form input[type=search]:disabled, .uk-form input[type=tel]:disabled, .uk-form input[type=color]:disabled { border-color: #e5e5e5; background-color: #fafafa; color: #999; } .uk-form :-ms-input-placeholder { color: #999 !important; } .uk-form ::-moz-placeholder { color: #999; } .uk-form ::-webkit-input-placeholder { color: #999; } .uk-form :disabled:-ms-input-placeholder { color: #999 !important; } .uk-form :disabled::-moz-placeholder { color: #999; } .uk-form :disabled::-webkit-input-placeholder { color: #999; } .uk-form textarea, .uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel] { -webkit-appearance: none; } .uk-form :invalid { box-shadow: none; } .uk-form legend { width: 100%; padding-bottom: 15px; font-size: 18px; line-height: 30px; } .uk-form legend:after { content: ""; display: block; border-bottom: 1px solid #e5e5e5; } select.uk-form-small, textarea.uk-form-small, input[type].uk-form-small, input:not([type]).uk-form-small { height: 25px; padding: 3px; font-size: 12px; } select.uk-form-large, textarea.uk-form-large, input[type].uk-form-large, input:not([type]).uk-form-large { height: 40px; padding: 8px 6px; font-size: 16px; } .uk-form textarea, .uk-form select[multiple], .uk-form select[size] { height: auto; } .uk-form-danger { border-color: #dc8d99 !important; background: #fff7f8 !important; color: #c91032 !important; } .uk-form-success { border-color: #8ec73b !important; background: #fafff2 !important; color: #539022 !important; } .uk-form-blank { border-color: transparent !important; border-style: dashed !important; background: none !important; } .uk-form-blank:focus { border-color: #e5e5e5 !important; } input.uk-form-width-mini { width: 40px; } select.uk-form-width-mini { width: 65px; } .uk-form-width-small { width: 130px; } .uk-form-width-medium { width: 200px; } .uk-form-width-large { width: 500px; } .uk-form-row:before, .uk-form-row:after { content: " "; display: table; } .uk-form-row:after { clear: both; } .uk-form-row + .uk-form-row { margin-top: 15px; } .uk-form-help-inline { display: inline-block; margin: 0 0 0 10px; } .uk-form-help-block { margin: 5px 0 0; } .uk-form-controls > :first-child { margin-top: 0; } .uk-form-controls > :last-child { margin-bottom: 0; } .uk-form-controls-condensed { margin: 5px 0; } .uk-form-stacked .uk-form-label { display: block; margin-bottom: 5px; font-weight: 700; } @media (max-width: 959px) { .uk-form-horizontal .uk-form-label { display: block; margin-bottom: 5px; font-weight: 700; } } @media (min-width: 960px) { .uk-form-horizontal .uk-form-label { width: 200px; margin-top: 5px; float: left; } .uk-form-horizontal .uk-form-controls { margin-left: 215px; } .uk-form-horizontal .uk-form-controls-text { padding-top: 5px; } } .uk-form-icon { position: relative; display: inline-block; max-width: 100%; } .uk-form-icon > [class*=uk-icon-] { position: absolute; top: 50%; width: 30px; margin-top: -7px; font-size: 14px; color: #999; text-align: center; } .uk-form-icon:not(.uk-form-icon-flip) > input { padding-left: 30px !important; } .uk-form-icon-flip > [class*=uk-icon-] { right: 0; } .uk-form-icon-flip > input { padding-right: 30px !important; } .uk-button { display: inline-block; box-sizing: border-box; vertical-align: middle; text-decoration: none; text-align: center; border: none; line-height: 28px; min-height: 30px; font-size: 1rem; padding: 0 12px; background: #f7f7f7; color: #666; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); border-radius: 4px; text-shadow: 0 1px 0 #fff; } .uk-button:hover, .uk-button:focus { background-color: #fafafa; color: #666; outline: 0; text-decoration: none; background-image: none; } .uk-button:active, .uk-button.uk-active { background-color: #f5f5f5; color: #666; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.3); background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-button-primary { background-color: #009dd8; color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); border-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-button-primary:hover, .uk-button-primary:focus { background-color: #00aff2; color: #fff; background-image: none; } .uk-button-primary:active, .uk-button-primary.uk-active { background-color: #008abf; color: #fff; background-image: none; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.4); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); } .uk-button-success { background-color: #82bb42; color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#9fd256), to(#6fac34)); background-image: linear-gradient(to bottom, #9fd256, #6fac34); border-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-button-success:hover, .uk-button-success:focus { background-color: #8fce48; color: #fff; background-image: none; } .uk-button-success:active, .uk-button-success.uk-active { background-color: #76b430; color: #fff; background-image: none; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.4); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); } .uk-button-danger { background-color: #d32c46; color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#ee465a), to(#c11a39)); background-image: linear-gradient(to bottom, #ee465a, #c11a39); border-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-button-danger:hover, .uk-button-danger:focus { background-color: #e33551; color: #fff; background-image: none; } .uk-button-danger:active, .uk-button-danger.uk-active { background-color: #c91c37; color: #fff; background-image: none; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.4); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); } .uk-button:disabled { background-color: #fafafa; color: #999; border-color: rgba(0, 0, 0, 0.2); background-image: none; box-shadow: none; text-shadow: 0 1px 0 #fff; } .uk-button-link, .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active, .uk-button-link:disabled { border-color: transparent; background: 0 0; box-shadow: none; text-shadow: none; } .uk-button-link { color: #1d8acb; } .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active { color: #0b5f90; text-decoration: underline; } .uk-button-link:disabled { color: #999; } .uk-button-link:focus { outline: 1px dotted; } .uk-button-mini { min-height: 20px; padding: 0 6px; line-height: 18px; font-size: 11px; } .uk-button-small { min-height: 25px; padding: 0 10px; line-height: 23px; font-size: 12px; } .uk-button-large { min-height: 40px; padding: 0 15px; line-height: 38px; font-size: 16px; border-radius: 5px; } .uk-button-group { display: inline-block; vertical-align: middle; position: relative; font-size: 0; white-space: nowrap; } .uk-button-group > * { display: inline-block; } .uk-button-group .uk-button { vertical-align: top; } .uk-button-dropdown { display: inline-block; vertical-align: middle; position: relative; } .uk-button-group > .uk-button:not(:first-child):not(:last-child), .uk-button-group > div:not(:first-child):not(:last-child) .uk-button { border-radius: 0; } .uk-button-group > .uk-button:first-child, .uk-button-group > div:first-child .uk-button { border-top-right-radius: 0; border-bottom-right-radius: 0; } .uk-button-group > .uk-button:last-child, .uk-button-group > div:last-child .uk-button { border-top-left-radius: 0; border-bottom-left-radius: 0; } .uk-button-group > .uk-button:nth-child(n+2), .uk-button-group > div:nth-child(n+2) .uk-button { margin-left: -1px; } .uk-button-group .uk-button:active { position: relative; } [class*=uk-icon-] { font-family: FontAwesome; display: inline-block; font-weight: 400; font-style: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .uk-icon-small:before { font-size: 150%; vertical-align: -10%; } .uk-icon-medium:before { font-size: 200%; vertical-align: -16%; } .uk-icon-large:before { font-size: 250%; vertical-align: -22%; } .uk-icon-spin { display: inline-block; -webkit-animation: uk-spin 2s infinite linear; animation: uk-spin 2s infinite linear; } .uk-icon-button { box-sizing: border-box; display: inline-block; width: 35px; height: 35px; border-radius: 100%; background: #f7f7f7; line-height: 35px; color: #666; font-size: 18px; text-align: center; border: 1px solid #ccc; border-bottom-color: #bbb; background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); text-shadow: 0 1px 0 #fff; } .uk-icon-button:hover, .uk-icon-button:focus { background-color: #fafafa; color: #666; text-decoration: none; outline: 0; background-image: none; } .uk-icon-button:active { background-color: #f5f5f5; color: #666; border-color: #ccc; border-top-color: #bbb; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-icon-glass:before { content: "\F000"; } .uk-icon-music:before { content: "\F001"; } .uk-icon-search:before { content: "\F002"; } .uk-icon-envelope-o:before { content: "\F003"; } .uk-icon-heart:before { content: "\F004"; } .uk-icon-star:before { content: "\F005"; } .uk-icon-star-o:before { content: "\F006"; } .uk-icon-user:before { content: "\F007"; } .uk-icon-film:before { content: "\F008"; } .uk-icon-th-large:before { content: "\F009"; } .uk-icon-th:before { content: "\F00A"; } .uk-icon-th-list:before { content: "\F00B"; } .uk-icon-check:before { content: "\F00C"; } .uk-icon-times:before { content: "\F00D"; } .uk-icon-search-plus:before { content: "\F00E"; } .uk-icon-search-minus:before { content: "\F010"; } .uk-icon-power-off:before { content: "\F011"; } .uk-icon-signal:before { content: "\F012"; } .uk-icon-gear:before, .uk-icon-cog:before { content: "\F013"; } .uk-icon-trash-o:before { content: "\F014"; } .uk-icon-home:before { content: "\F015"; } .uk-icon-file-o:before { content: "\F016"; } .uk-icon-clock-o:before { content: "\F017"; } .uk-icon-road:before { content: "\F018"; } .uk-icon-download:before { content: "\F019"; } .uk-icon-arrow-circle-o-down:before { content: "\F01A"; } .uk-icon-arrow-circle-o-up:before { content: "\F01B"; } .uk-icon-inbox:before { content: "\F01C"; } .uk-icon-play-circle-o:before { content: "\F01D"; } .uk-icon-rotate-right:before, .uk-icon-repeat:before { content: "\F01E"; } .uk-icon-refresh:before { content: "\F021"; } .uk-icon-list-alt:before { content: "\F022"; } .uk-icon-lock:before { content: "\F023"; } .uk-icon-flag:before { content: "\F024"; } .uk-icon-headphones:before { content: "\F025"; } .uk-icon-volume-off:before { content: "\F026"; } .uk-icon-volume-down:before { content: "\F027"; } .uk-icon-volume-up:before { content: "\F028"; } .uk-icon-qrcode:before { content: "\F029"; } .uk-icon-barcode:before { content: "\F02A"; } .uk-icon-tag:before { content: "\F02B"; } .uk-icon-tags:before { content: "\F02C"; } .uk-icon-book:before { content: "\F02D"; } .uk-icon-bookmark:before { content: "\F02E"; } .uk-icon-print:before { content: "\F02F"; } .uk-icon-camera:before { content: "\F030"; } .uk-icon-font:before { content: "\F031"; } .uk-icon-bold:before { content: "\F032"; } .uk-icon-italic:before { content: "\F033"; } .uk-icon-text-height:before { content: "\F034"; } .uk-icon-text-width:before { content: "\F035"; } .uk-icon-align-left:before { content: "\F036"; } .uk-icon-align-center:before { content: "\F037"; } .uk-icon-align-right:before { content: "\F038"; } .uk-icon-align-justify:before { content: "\F039"; } .uk-icon-list:before { content: "\F03A"; } .uk-icon-dedent:before, .uk-icon-outdent:before { content: "\F03B"; } .uk-icon-indent:before { content: "\F03C"; } .uk-icon-video-camera:before { content: "\F03D"; } .uk-icon-picture-o:before { content: "\F03E"; } .uk-icon-pencil:before { content: "\F040"; } .uk-icon-map-marker:before { content: "\F041"; } .uk-icon-adjust:before { content: "\F042"; } .uk-icon-tint:before { content: "\F043"; } .uk-icon-edit:before, .uk-icon-pencil-square-o:before { content: "\F044"; } .uk-icon-share-square-o:before { content: "\F045"; } .uk-icon-check-square-o:before { content: "\F046"; } .uk-icon-arrows:before { content: "\F047"; } .uk-icon-step-backward:before { content: "\F048"; } .uk-icon-fast-backward:before { content: "\F049"; } .uk-icon-backward:before { content: "\F04A"; } .uk-icon-play:before { content: "\F04B"; } .uk-icon-pause:before { content: "\F04C"; } .uk-icon-stop:before { content: "\F04D"; } .uk-icon-forward:before { content: "\F04E"; } .uk-icon-fast-forward:before { content: "\F050"; } .uk-icon-step-forward:before { content: "\F051"; } .uk-icon-eject:before { content: "\F052"; } .uk-icon-chevron-left:before { content: "\F053"; } .uk-icon-chevron-right:before { content: "\F054"; } .uk-icon-plus-circle:before { content: "\F055"; } .uk-icon-minus-circle:before { content: "\F056"; } .uk-icon-times-circle:before { content: "\F057"; } .uk-icon-check-circle:before { content: "\F058"; } .uk-icon-question-circle:before { content: "\F059"; } .uk-icon-info-circle:before { content: "\F05A"; } .uk-icon-crosshairs:before { content: "\F05B"; } .uk-icon-times-circle-o:before { content: "\F05C"; } .uk-icon-check-circle-o:before { content: "\F05D"; } .uk-icon-ban:before { content: "\F05E"; } .uk-icon-arrow-left:before { content: "\F060"; } .uk-icon-arrow-right:before { content: "\F061"; } .uk-icon-arrow-up:before { content: "\F062"; } .uk-icon-arrow-down:before { content: "\F063"; } .uk-icon-mail-forward:before, .uk-icon-share:before { content: "\F064"; } .uk-icon-expand:before { content: "\F065"; } .uk-icon-compress:before { content: "\F066"; } .uk-icon-plus:before { content: "\F067"; } .uk-icon-minus:before { content: "\F068"; } .uk-icon-asterisk:before { content: "\F069"; } .uk-icon-exclamation-circle:before { content: "\F06A"; } .uk-icon-gift:before { content: "\F06B"; } .uk-icon-leaf:before { content: "\F06C"; } .uk-icon-fire:before { content: "\F06D"; } .uk-icon-eye:before { content: "\F06E"; } .uk-icon-eye-slash:before { content: "\F070"; } .uk-icon-warning:before, .uk-icon-exclamation-triangle:before { content: "\F071"; } .uk-icon-plane:before { content: "\F072"; } .uk-icon-calendar:before { content: "\F073"; } .uk-icon-random:before { content: "\F074"; } .uk-icon-comment:before { content: "\F075"; } .uk-icon-magnet:before { content: "\F076"; } .uk-icon-chevron-up:before { content: "\F077"; } .uk-icon-chevron-down:before { content: "\F078"; } .uk-icon-retweet:before { content: "\F079"; } .uk-icon-shopping-cart:before { content: "\F07A"; } .uk-icon-folder:before { content: "\F07B"; } .uk-icon-folder-open:before { content: "\F07C"; } .uk-icon-arrows-v:before { content: "\F07D"; } .uk-icon-arrows-h:before { content: "\F07E"; } .uk-icon-bar-chart-o:before { content: "\F080"; } .uk-icon-twitter-square:before { content: "\F081"; } .uk-icon-facebook-square:before { content: "\F082"; } .uk-icon-camera-retro:before { content: "\F083"; } .uk-icon-key:before { content: "\F084"; } .uk-icon-gears:before, .uk-icon-cogs:before { content: "\F085"; } .uk-icon-comments:before { content: "\F086"; } .uk-icon-thumbs-o-up:before { content: "\F087"; } .uk-icon-thumbs-o-down:before { content: "\F088"; } .uk-icon-star-half:before { content: "\F089"; } .uk-icon-heart-o:before { content: "\F08A"; } .uk-icon-sign-out:before { content: "\F08B"; } .uk-icon-linkedin-square:before { content: "\F08C"; } .uk-icon-thumb-tack:before { content: "\F08D"; } .uk-icon-external-link:before { content: "\F08E"; } .uk-icon-sign-in:before { content: "\F090"; } .uk-icon-trophy:before { content: "\F091"; } .uk-icon-github-square:before { content: "\F092"; } .uk-icon-upload:before { content: "\F093"; } .uk-icon-lemon-o:before { content: "\F094"; } .uk-icon-phone:before { content: "\F095"; } .uk-icon-square-o:before { content: "\F096"; } .uk-icon-bookmark-o:before { content: "\F097"; } .uk-icon-phone-square:before { content: "\F098"; } .uk-icon-twitter:before { content: "\F099"; } .uk-icon-facebook:before { content: "\F09A"; } .uk-icon-github:before { content: "\F09B"; } .uk-icon-unlock:before { content: "\F09C"; } .uk-icon-credit-card:before { content: "\F09D"; } .uk-icon-rss:before { content: "\F09E"; } .uk-icon-hdd-o:before { content: "\F0A0"; } .uk-icon-bullhorn:before { content: "\F0A1"; } .uk-icon-bell:before { content: "\F0F3"; } .uk-icon-certificate:before { content: "\F0A3"; } .uk-icon-hand-o-right:before { content: "\F0A4"; } .uk-icon-hand-o-left:before { content: "\F0A5"; } .uk-icon-hand-o-up:before { content: "\F0A6"; } .uk-icon-hand-o-down:before { content: "\F0A7"; } .uk-icon-arrow-circle-left:before { content: "\F0A8"; } .uk-icon-arrow-circle-right:before { content: "\F0A9"; } .uk-icon-arrow-circle-up:before { content: "\F0AA"; } .uk-icon-arrow-circle-down:before { content: "\F0AB"; } .uk-icon-globe:before { content: "\F0AC"; } .uk-icon-wrench:before { content: "\F0AD"; } .uk-icon-tasks:before { content: "\F0AE"; } .uk-icon-filter:before { content: "\F0B0"; } .uk-icon-briefcase:before { content: "\F0B1"; } .uk-icon-arrows-alt:before { content: "\F0B2"; } .uk-icon-group:before, .uk-icon-users:before { content: "\F0C0"; } .uk-icon-chain:before, .uk-icon-link:before { content: "\F0C1"; } .uk-icon-cloud:before { content: "\F0C2"; } .uk-icon-flask:before { content: "\F0C3"; } .uk-icon-cut:before, .uk-icon-scissors:before { content: "\F0C4"; } .uk-icon-copy:before, .uk-icon-files-o:before { content: "\F0C5"; } .uk-icon-paperclip:before { content: "\F0C6"; } .uk-icon-save:before, .uk-icon-floppy-o:before { content: "\F0C7"; } .uk-icon-square:before { content: "\F0C8"; } .uk-icon-bars:before { content: "\F0C9"; } .uk-icon-list-ul:before { content: "\F0CA"; } .uk-icon-list-ol:before { content: "\F0CB"; } .uk-icon-strikethrough:before { content: "\F0CC"; } .uk-icon-underline:before { content: "\F0CD"; } .uk-icon-table:before { content: "\F0CE"; } .uk-icon-magic:before { content: "\F0D0"; } .uk-icon-truck:before { content: "\F0D1"; } .uk-icon-pinterest:before { content: "\F0D2"; } .uk-icon-pinterest-square:before { content: "\F0D3"; } .uk-icon-google-plus-square:before { content: "\F0D4"; } .uk-icon-google-plus:before { content: "\F0D5"; } .uk-icon-money:before { content: "\F0D6"; } .uk-icon-caret-down:before { content: "\F0D7"; } .uk-icon-caret-up:before { content: "\F0D8"; } .uk-icon-caret-left:before { content: "\F0D9"; } .uk-icon-caret-right:before { content: "\F0DA"; } .uk-icon-columns:before { content: "\F0DB"; } .uk-icon-unsorted:before, .uk-icon-sort:before { content: "\F0DC"; } .uk-icon-sort-down:before, .uk-icon-sort-asc:before { content: "\F0DD"; } .uk-icon-sort-up:before, .uk-icon-sort-desc:before { content: "\F0DE"; } .uk-icon-envelope:before { content: "\F0E0"; } .uk-icon-linkedin:before { content: "\F0E1"; } .uk-icon-rotate-left:before, .uk-icon-undo:before { content: "\F0E2"; } .uk-icon-legal:before, .uk-icon-gavel:before { content: "\F0E3"; } .uk-icon-dashboard:before, .uk-icon-tachometer:before { content: "\F0E4"; } .uk-icon-comment-o:before { content: "\F0E5"; } .uk-icon-comments-o:before { content: "\F0E6"; } .uk-icon-flash:before, .uk-icon-bolt:before { content: "\F0E7"; } .uk-icon-sitemap:before { content: "\F0E8"; } .uk-icon-umbrella:before { content: "\F0E9"; } .uk-icon-paste:before, .uk-icon-clipboard:before { content: "\F0EA"; } .uk-icon-lightbulb-o:before { content: "\F0EB"; } .uk-icon-exchange:before { content: "\F0EC"; } .uk-icon-cloud-download:before { content: "\F0ED"; } .uk-icon-cloud-upload:before { content: "\F0EE"; } .uk-icon-user-md:before { content: "\F0F0"; } .uk-icon-stethoscope:before { content: "\F0F1"; } .uk-icon-suitcase:before { content: "\F0F2"; } .uk-icon-bell-o:before { content: "\F0A2"; } .uk-icon-coffee:before { content: "\F0F4"; } .uk-icon-cutlery:before { content: "\F0F5"; } .uk-icon-file-text-o:before { content: "\F0F6"; } .uk-icon-building-o:before { content: "\F0F7"; } .uk-icon-hospital-o:before { content: "\F0F8"; } .uk-icon-ambulance:before { content: "\F0F9"; } .uk-icon-medkit:before { content: "\F0FA"; } .uk-icon-fighter-jet:before { content: "\F0FB"; } .uk-icon-beer:before { content: "\F0FC"; } .uk-icon-h-square:before { content: "\F0FD"; } .uk-icon-plus-square:before { content: "\F0FE"; } .uk-icon-angle-double-left:before { content: "\F100"; } .uk-icon-angle-double-right:before { content: "\F101"; } .uk-icon-angle-double-up:before { content: "\F102"; } .uk-icon-angle-double-down:before { content: "\F103"; } .uk-icon-angle-left:before { content: "\F104"; } .uk-icon-angle-right:before { content: "\F105"; } .uk-icon-angle-up:before { content: "\F106"; } .uk-icon-angle-down:before { content: "\F107"; } .uk-icon-desktop:before { content: "\F108"; } .uk-icon-laptop:before { content: "\F109"; } .uk-icon-tablet:before { content: "\F10A"; } .uk-icon-mobile-phone:before, .uk-icon-mobile:before { content: "\F10B"; } .uk-icon-circle-o:before { content: "\F10C"; } .uk-icon-quote-left:before { content: "\F10D"; } .uk-icon-quote-right:before { content: "\F10E"; } .uk-icon-spinner:before { content: "\F110"; } .uk-icon-circle:before { content: "\F111"; } .uk-icon-mail-reply:before, .uk-icon-reply:before { content: "\F112"; } .uk-icon-github-alt:before { content: "\F113"; } .uk-icon-folder-o:before { content: "\F114"; } .uk-icon-folder-open-o:before { content: "\F115"; } .uk-icon-smile-o:before { content: "\F118"; } .uk-icon-frown-o:before { content: "\F119"; } .uk-icon-meh-o:before { content: "\F11A"; } .uk-icon-gamepad:before { content: "\F11B"; } .uk-icon-keyboard-o:before { content: "\F11C"; } .uk-icon-flag-o:before { content: "\F11D"; } .uk-icon-flag-checkered:before { content: "\F11E"; } .uk-icon-terminal:before { content: "\F120"; } .uk-icon-code:before { content: "\F121"; } .uk-icon-reply-all:before { content: "\F122"; } .uk-icon-mail-reply-all:before { content: "\F122"; } .uk-icon-star-half-empty:before, .uk-icon-star-half-full:before, .uk-icon-star-half-o:before { content: "\F123"; } .uk-icon-location-arrow:before { content: "\F124"; } .uk-icon-crop:before { content: "\F125"; } .uk-icon-code-fork:before { content: "\F126"; } .uk-icon-unlink:before, .uk-icon-chain-broken:before { content: "\F127"; } .uk-icon-question:before { content: "\F128"; } .uk-icon-info:before { content: "\F129"; } .uk-icon-exclamation:before { content: "\F12A"; } .uk-icon-superscript:before { content: "\F12B"; } .uk-icon-subscript:before { content: "\F12C"; } .uk-icon-eraser:before { content: "\F12D"; } .uk-icon-puzzle-piece:before { content: "\F12E"; } .uk-icon-microphone:before { content: "\F130"; } .uk-icon-microphone-slash:before { content: "\F131"; } .uk-icon-shield:before { content: "\F132"; } .uk-icon-calendar-o:before { content: "\F133"; } .uk-icon-fire-extinguisher:before { content: "\F134"; } .uk-icon-rocket:before { content: "\F135"; } .uk-icon-maxcdn:before { content: "\F136"; } .uk-icon-chevron-circle-left:before { content: "\F137"; } .uk-icon-chevron-circle-right:before { content: "\F138"; } .uk-icon-chevron-circle-up:before { content: "\F139"; } .uk-icon-chevron-circle-down:before { content: "\F13A"; } .uk-icon-html5:before { content: "\F13B"; } .uk-icon-css3:before { content: "\F13C"; } .uk-icon-anchor:before { content: "\F13D"; } .uk-icon-unlock-alt:before { content: "\F13E"; } .uk-icon-bullseye:before { content: "\F140"; } .uk-icon-ellipsis-h:before { content: "\F141"; } .uk-icon-ellipsis-v:before { content: "\F142"; } .uk-icon-rss-square:before { content: "\F143"; } .uk-icon-play-circle:before { content: "\F144"; } .uk-icon-ticket:before { content: "\F145"; } .uk-icon-minus-square:before { content: "\F146"; } .uk-icon-minus-square-o:before { content: "\F147"; } .uk-icon-level-up:before { content: "\F148"; } .uk-icon-level-down:before { content: "\F149"; } .uk-icon-check-square:before { content: "\F14A"; } .uk-icon-pencil-square:before { content: "\F14B"; } .uk-icon-external-link-square:before { content: "\F14C"; } .uk-icon-share-square:before { content: "\F14D"; } .uk-icon-compass:before { content: "\F14E"; } .uk-icon-toggle-down:before, .uk-icon-caret-square-o-down:before { content: "\F150"; } .uk-icon-toggle-up:before, .uk-icon-caret-square-o-up:before { content: "\F151"; } .uk-icon-toggle-right:before, .uk-icon-caret-square-o-right:before { content: "\F152"; } .uk-icon-euro:before, .uk-icon-eur:before { content: "\F153"; } .uk-icon-gbp:before { content: "\F154"; } .uk-icon-dollar:before, .uk-icon-usd:before { content: "\F155"; } .uk-icon-rupee:before, .uk-icon-inr:before { content: "\F156"; } .uk-icon-cny:before, .uk-icon-rmb:before, .uk-icon-yen:before, .uk-icon-jpy:before { content: "\F157"; } .uk-icon-ruble:before, .uk-icon-rouble:before, .uk-icon-rub:before { content: "\F158"; } .uk-icon-won:before, .uk-icon-krw:before { content: "\F159"; } .uk-icon-bitcoin:before, .uk-icon-btc:before { content: "\F15A"; } .uk-icon-file:before { content: "\F15B"; } .uk-icon-file-text:before { content: "\F15C"; } .uk-icon-sort-alpha-asc:before { content: "\F15D"; } .uk-icon-sort-alpha-desc:before { content: "\F15E"; } .uk-icon-sort-amount-asc:before { content: "\F160"; } .uk-icon-sort-amount-desc:before { content: "\F161"; } .uk-icon-sort-numeric-asc:before { content: "\F162"; } .uk-icon-sort-numeric-desc:before { content: "\F163"; } .uk-icon-thumbs-up:before { content: "\F164"; } .uk-icon-thumbs-down:before { content: "\F165"; } .uk-icon-youtube-square:before { content: "\F166"; } .uk-icon-youtube:before { content: "\F167"; } .uk-icon-xing:before { content: "\F168"; } .uk-icon-xing-square:before { content: "\F169"; } .uk-icon-youtube-play:before { content: "\F16A"; } .uk-icon-dropbox:before { content: "\F16B"; } .uk-icon-stack-overflow:before { content: "\F16C"; } .uk-icon-instagram:before { content: "\F16D"; } .uk-icon-flickr:before { content: "\F16E"; } .uk-icon-adn:before { content: "\F170"; } .uk-icon-bitbucket:before { content: "\F171"; } .uk-icon-bitbucket-square:before { content: "\F172"; } .uk-icon-tumblr:before { content: "\F173"; } .uk-icon-tumblr-square:before { content: "\F174"; } .uk-icon-long-arrow-down:before { content: "\F175"; } .uk-icon-long-arrow-up:before { content: "\F176"; } .uk-icon-long-arrow-left:before { content: "\F177"; } .uk-icon-long-arrow-right:before { content: "\F178"; } .uk-icon-apple:before { content: "\F179"; } .uk-icon-windows:before { content: "\F17A"; } .uk-icon-android:before { content: "\F17B"; } .uk-icon-linux:before { content: "\F17C"; } .uk-icon-dribbble:before { content: "\F17D"; } .uk-icon-skype:before { content: "\F17E"; } .uk-icon-foursquare:before { content: "\F180"; } .uk-icon-trello:before { content: "\F181"; } .uk-icon-female:before { content: "\F182"; } .uk-icon-male:before { content: "\F183"; } .uk-icon-gittip:before { content: "\F184"; } .uk-icon-sun-o:before { content: "\F185"; } .uk-icon-moon-o:before { content: "\F186"; } .uk-icon-archive:before { content: "\F187"; } .uk-icon-bug:before { content: "\F188"; } .uk-icon-vk:before { content: "\F189"; } .uk-icon-weibo:before { content: "\F18A"; } .uk-icon-renren:before { content: "\F18B"; } .uk-icon-pagelines:before { content: "\F18C"; } .uk-icon-stack-exchange:before { content: "\F18D"; } .uk-icon-arrow-circle-o-right:before { content: "\F18E"; } .uk-icon-arrow-circle-o-left:before { content: "\F190"; } .uk-icon-toggle-left:before, .uk-icon-caret-square-o-left:before { content: "\F191"; } .uk-icon-dot-circle-o:before { content: "\F192"; } .uk-icon-wheelchair:before { content: "\F193"; } .uk-icon-vimeo-square:before { content: "\F194"; } .uk-icon-turkish-lira:before, .uk-icon-try:before { content: "\F195"; } .uk-icon-plus-square-o:before { content: "\F196"; } .uk-close { box-sizing: content-box; display: inline-block; width: 20px; line-height: 20px; text-align: center; color: inherit; opacity: .3; padding: 0; border: 0; -webkit-appearance: none; background: 0 0; } .uk-close:after { display: block; content: "\F00D"; font-family: FontAwesome; } .uk-close:hover, .uk-close:focus { opacity: .5; outline: 0; color: inherit; text-decoration: none; cursor: pointer; } .uk-close-alt { padding: 2px; border-radius: 50%; background: #fff; opacity: 1; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3); } .uk-close-alt:hover, .uk-close-alt:focus { opacity: 1; } .uk-close-alt:after { opacity: .5; } .uk-close-alt:hover:after, .uk-close-alt:focus:after { opacity: .8; } .uk-badge { display: inline-block; padding: 0 5px; background: #009dd8; font-size: 10px; font-weight: 700; line-height: 14px; color: #fff; text-align: center; vertical-align: middle; text-transform: none; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); border-radius: 2px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-badge-notification { box-sizing: border-box; min-width: 18px; border-radius: 500px; font-size: 12px; line-height: 18px; } .uk-badge-success { background-color: #82bb42; background-image: -webkit-gradient(linear, left top, left bottom, from(#9fd256), to(#6fac34)); background-image: linear-gradient(to bottom, #9fd256, #6fac34); } .uk-badge-warning { background-color: #f9a124; background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406)); background-image: linear-gradient(to bottom, #fbb450, #f89406); } .uk-badge-danger { background-color: #d32c46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ee465a), to(#c11a39)); background-image: linear-gradient(to bottom, #ee465a, #c11a39); } .uk-alert { margin-bottom: 15px; padding: 10px; background: #ebf7fd; color: #2d7091; border: 1px solid rgba(45, 112, 145, 0.3); border-radius: 4px; text-shadow: 0 1px 0 #fff; } * + .uk-alert { margin-top: 15px; } .uk-alert > :last-child { margin-bottom: 0; } .uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 { color: inherit; } .uk-alert > .uk-close:first-child { float: right; } .uk-alert > .uk-close:first-child + * { margin-top: 0; } .uk-alert-success { background: #f2fae3; color: #659f13; border-color: rgba(101, 159, 19, 0.3); } .uk-alert-warning { background: #fffceb; color: #e28327; border-color: rgba(226, 131, 39, 0.3); } .uk-alert-danger { background: #fff1f0; color: #d85030; border-color: rgba(216, 80, 48, 0.3); } .uk-alert-large { padding: 20px; } .uk-alert-large > .uk-close:first-child { margin: -10px -10px 0 0; } .uk-thumbnail { display: inline-block; box-sizing: border-box; max-width: 100%; margin: 0; padding: 4px; border: 1px solid #e5e5e5; background: #fff; border-radius: 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); } a.uk-thumbnail:hover, a.uk-thumbnail:focus { border-color: #b2b2b2; background-color: #fff; text-decoration: none; outline: 0; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); } .uk-thumbnail-caption { padding-top: 4px; text-align: center; color: #666; } .uk-thumbnail-mini { width: 150px; } .uk-thumbnail-small { width: 200px; } .uk-thumbnail-medium { width: 300px; } .uk-thumbnail-large { width: 400px; } .uk-thumbnail-expand, .uk-thumbnail-expand > img { width: 100%; } .uk-overlay { display: inline-block; position: relative; max-width: 100%; vertical-align: middle; } .uk-overlay > img:first-child { display: block; } .uk-overlay-area { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.3); opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; -webkit-transform: translate3d(0, 0, 0); } .uk-overlay:hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area { opacity: 1; } .uk-overlay-area:empty:before { content: "\F002"; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; font-size: 50px; line-height: 1; font-family: FontAwesome; text-align: center; color: #fff; } .uk-overlay-area:not(:empty) { font-size: 0; } .uk-overlay-area:not(:empty):before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .uk-overlay-area-content { display: inline-block; box-sizing: border-box; width: 100%; vertical-align: middle; font-size: 1rem; text-align: center; padding: 0 15px; color: #fff; } .uk-overlay-area-content > :last-child { margin-bottom: 0; } .uk-overlay-area-content a:not([class]), .uk-overlay-area-content a:not([class]):hover { color: inherit; } .uk-overlay-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 15px; background: rgba(0, 0, 0, 0.5); color: #fff; opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; -webkit-transform: translate3d(0, 0, 0); } .uk-overlay:hover .uk-overlay-caption, .uk-overlay-toggle:hover .uk-overlay-caption { opacity: 1; } .uk-progress { box-sizing: border-box; height: 20px; margin-bottom: 15px; background: #f7f7f7; overflow: hidden; line-height: 20px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 2px rgba(0, 0, 0, 0.07); border-radius: 4px; } * + .uk-progress { margin-top: 15px; } .uk-progress-bar { width: 0; height: 100%; background: #009dd8; float: left; -webkit-transition: width .6s ease; transition: width .6s ease; font-size: 12px; color: #fff; text-align: center; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-progress-mini { height: 6px; } .uk-progress-small { height: 12px; } .uk-progress-success .uk-progress-bar { background-color: #82bb42; background-image: -webkit-gradient(linear, left top, left bottom, from(#9fd256), to(#6fac34)); background-image: linear-gradient(to bottom, #9fd256, #6fac34); } .uk-progress-warning .uk-progress-bar { background-color: #f9a124; background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406)); background-image: linear-gradient(to bottom, #fbb450, #f89406); } .uk-progress-danger .uk-progress-bar { background-color: #d32c46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ee465a), to(#c11a39)); background-image: linear-gradient(to bottom, #ee465a, #c11a39); } .uk-progress-striped .uk-progress-bar { background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 30px 30px; } .uk-progress-striped.uk-active .uk-progress-bar { -webkit-animation: uk-progress-bar-stripes 2s linear infinite; animation: uk-progress-bar-stripes 2s linear infinite; } @-webkit-keyframes uk-progress-bar-stripes { 0% { background-position: 0 0; } 100% { background-position: 30px 0; } } @keyframes uk-progress-bar-stripes { 0% { background-position: 0 0; } 100% { background-position: 30px 0; } } .uk-progress-mini, .uk-progress-small { border-radius: 500px; } [class*=uk-animation-] { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; } [data-uk-scrollspy*=uk-animation-] { opacity: 0; } .uk-animation-fade { -webkit-animation-name: uk-fade; animation-name: uk-fade; -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-timing-function: linear; animation-timing-function: linear; } .uk-animation-scale-up { -webkit-animation-name: uk-scale-up; animation-name: uk-scale-up; } .uk-animation-scale-down { -webkit-animation-name: uk-scale-down; animation-name: uk-scale-down; } .uk-animation-slide-top { -webkit-animation-name: uk-slide-top; animation-name: uk-slide-top; } .uk-animation-slide-bottom { -webkit-animation-name: uk-slide-bottom; animation-name: uk-slide-bottom; } .uk-animation-slide-left { -webkit-animation-name: uk-slide-left; animation-name: uk-slide-left; } .uk-animation-slide-right { -webkit-animation-name: uk-slide-right; animation-name: uk-slide-right; } .uk-animation-shake { -webkit-animation-name: uk-shake; animation-name: uk-shake; } .uk-animation-reverse { -webkit-animation-direction: reverse; animation-direction: reverse; } @-webkit-keyframes uk-fade { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes uk-fade { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes uk-scale-up { 0% { opacity: 0; -webkit-transform: scale(0.2); } 100% { opacity: 1; -webkit-transform: scale(1); } } @keyframes uk-scale-up { 0% { opacity: 0; -webkit-transform: scale(0.2); transform: scale(0.2); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes uk-scale-down { 0% { opacity: 0; -webkit-transform: scale(1.8); } 100% { opacity: 1; -webkit-transform: scale(1); } } @keyframes uk-scale-down { 0% { opacity: 0; -webkit-transform: scale(1.8); transform: scale(1.8); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes uk-slide-top { 0% { opacity: 0; -webkit-transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-top { 0% { opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes uk-slide-bottom { 0% { opacity: 0; -webkit-transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-bottom { 0% { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes uk-slide-left { 0% { opacity: 0; -webkit-transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @keyframes uk-slide-left { 0% { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes uk-slide-right { 0% { opacity: 0; -webkit-transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @keyframes uk-slide-right { 0% { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0); } 10% { -webkit-transform: translateX(-9px); } 20% { -webkit-transform: translateX(8px); } 30% { -webkit-transform: translateX(-7px); } 40% { -webkit-transform: translateX(6px); } 50% { -webkit-transform: translateX(-5px); } 60% { -webkit-transform: translateX(4px); } 70% { -webkit-transform: translateX(-3px); } 80% { -webkit-transform: translateX(2px); } 90% { -webkit-transform: translateX(-1px); } } @keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10% { -webkit-transform: translateX(-9px); transform: translateX(-9px); } 20% { -webkit-transform: translateX(8px); transform: translateX(8px); } 30% { -webkit-transform: translateX(-7px); transform: translateX(-7px); } 40% { -webkit-transform: translateX(6px); transform: translateX(6px); } 50% { -webkit-transform: translateX(-5px); transform: translateX(-5px); } 60% { -webkit-transform: translateX(4px); transform: translateX(4px); } 70% { -webkit-transform: translateX(-3px); transform: translateX(-3px); } 80% { -webkit-transform: translateX(2px); transform: translateX(2px); } 90% { -webkit-transform: translateX(-1px); transform: translateX(-1px); } } @-webkit-keyframes uk-slide-top-fixed { 0% { opacity: 0; -webkit-transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-top-fixed { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes uk-slide-bottom-fixed { 0% { opacity: 0; -webkit-transform: translateY(10px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-bottom-fixed { 0% { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes uk-spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @keyframes uk-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .uk-dropdown { display: none; position: absolute; top: 100%; left: 0; z-index: 1020; box-sizing: border-box; width: 200px; margin-top: 5px; padding: 15px; background: #fff; color: #666; font-size: 1rem; vertical-align: top; border: 1px solid #d3d3d3; border-radius: 4px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .uk-open > .uk-dropdown { display: block; -webkit-animation: uk-fade .2s ease-in-out; animation: uk-fade .2s ease-in-out; -webkit-transform-origin: 0 0; transform-origin: 0 0; } .uk-dropdown-flip { left: auto; right: 0; } .uk-dropdown-up { top: auto; bottom: 100%; margin-top: auto; margin-bottom: 5px; } .uk-dropdown .uk-nav { margin: 0 -15px; } .uk-dropdown > .uk-grid + .uk-grid { margin-top: 15px; } .uk-dropdown > .uk-grid > [class*=uk-width-] > .uk-panel + .uk-panel { margin-top: 15px; } @media (min-width: 768px) { .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid { margin-left: -15px; margin-right: -15px; } .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*=uk-width-] { padding-left: 15px; padding-right: 15px; } .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*=uk-width-]:nth-child(n+2) { border-left: 1px solid #e5e5e5; } .uk-dropdown-width-2:not(.uk-dropdown-stack) { width: 400px; } .uk-dropdown-width-3:not(.uk-dropdown-stack) { width: 600px; } .uk-dropdown-width-4:not(.uk-dropdown-stack) { width: 800px; } .uk-dropdown-width-5:not(.uk-dropdown-stack) { width: 1000px; } } @media (max-width: 767px) { .uk-dropdown > .uk-grid > [class*=uk-width-] { width: 100%; } .uk-dropdown > .uk-grid > [class*=uk-width-]:nth-child(n+2) { margin-top: 15px; } } .uk-dropdown-stack > .uk-grid > [class*=uk-width-] { width: 100%; } .uk-dropdown-stack > .uk-grid > [class*=uk-width-]:nth-child(n+2) { margin-top: 15px; } .uk-dropdown-small { min-width: 150px; width: auto; padding: 5px; white-space: nowrap; } .uk-dropdown-small .uk-nav { margin: 0 -5px; } .uk-dropdown-navbar { margin-top: 6px; background: #fff; color: #666; left: -1px; border: 1px solid #d3d3d3; border-radius: 4px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .uk-open > .uk-dropdown-navbar { -webkit-animation: uk-slide-top-fixed .2s ease-in-out; animation: uk-slide-top-fixed .2s ease-in-out; } .uk-dropdown-navbar.uk-dropdown-flip { left: auto; } .uk-modal { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1010; overflow-y: auto; -webkit-overflow-scrolling: touch; background: rgba(0, 0, 0, 0.6); opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; -webkit-transform: translateZ(0); } .uk-modal.uk-open { opacity: 1; } .uk-modal-page, .uk-modal-page body { overflow: hidden; } .uk-modal-dialog { position: relative; box-sizing: border-box; margin: 50px auto; padding: 20px; width: 600px; max-width: 100%; max-width: calc(100% - 20px); background: #fff; opacity: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: opacity .3s linear,-webkit-transform .3s ease-out; transition: opacity .3s linear,-webkit-transform .3s ease-out; transition: opacity .3s linear,transform .3s ease-out; transition: opacity .3s linear,transform .3s ease-out,-webkit-transform .3s ease-out; border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } @media (max-width: 767px) { .uk-modal-dialog { width: auto; margin: 10px; } } .uk-open .uk-modal-dialog { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .uk-modal-dialog > :last-child { margin-bottom: 0; } .uk-modal-dialog > .uk-close:first-child { margin: -10px -10px 0 0; float: right; } .uk-modal-dialog > .uk-close:first-child + * { margin-top: 0; } .uk-modal-dialog-frameless { padding: 0; } .uk-modal-dialog-frameless > .uk-close:first-child { position: absolute; top: -12px; right: -12px; margin: 0; float: none; } @media (max-width: 767px) { .uk-modal-dialog-frameless > .uk-close:first-child { top: -7px; right: -7px; } } @media (min-width: 768px) { .uk-modal-dialog-large { width: 930px; } } @media (min-width: 1220px) { .uk-modal-dialog-large { width: 1130px; } } .uk-offcanvas { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; background: rgba(0, 0, 0, 0.1); } .uk-offcanvas.uk-active { display: block; } .uk-offcanvas-page { position: fixed; -webkit-transition: margin-left .3s ease-in-out 50ms; transition: margin-left .3s ease-in-out 50ms; } .uk-offcanvas-bar { position: fixed; top: 0; bottom: 0; left: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 1001; width: 270px; max-width: 100%; background: #333; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-transition: -webkit-transform .3s ease-in-out; transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; } .uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show { -webkit-transform: translateX(0%); transform: translateX(0%); } .uk-offcanvas-bar-flip { left: auto; right: 0; -webkit-transform: translateX(100%); transform: translateX(100%); } .uk-offcanvas .uk-panel { margin: 20px 15px; color: #777; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .uk-offcanvas .uk-panel-title { color: #ccc; } .uk-offcanvas .uk-panel a:not([class]) { color: #ccc; } .uk-offcanvas .uk-panel a:not([class]):hover { color: #fff; } .uk-offcanvas-bar:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 1px; background: rgba(0, 0, 0, 0.6); box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6); } .uk-offcanvas-bar-flip:after { right: auto; left: 0; width: 1px; background: rgba(0, 0, 0, 0.6); box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6); } .uk-switcher { margin: 0; padding: 0; list-style: none; } .uk-switcher > :not(.uk-active) { display: none; } .uk-tooltip { display: none; position: absolute; z-index: 1030; box-sizing: border-box; max-width: 200px; padding: 5px 8px; background: #333; color: rgba(255, 255, 255, 0.7); font-size: 12px; line-height: 18px; text-align: center; border-radius: 3px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .uk-tooltip:after { content: ""; display: block; position: absolute; width: 0; height: 0; border: 5px dashed #333; } .uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after { bottom: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; border-top-color: #333; } .uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after { top: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; border-bottom-color: #333; } .uk-tooltip-top:after, .uk-tooltip-bottom:after { left: 50%; margin-left: -5px; } .uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after { left: 10px; } .uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after { right: 10px; } .uk-tooltip-left:after { right: -5px; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; border-left-color: #333; } .uk-tooltip-right:after { left: -5px; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; border-right-color: #333; } .uk-text-small { font-size: 11px; line-height: 16px; } .uk-text-large { font-size: 20px; line-height: 26px; } .uk-text-bold { font-weight: 700; } .uk-text-muted { color: #999 !important; } .uk-text-primary { color: #2d7091 !important; } .uk-text-success { color: #659f13 !important; } .uk-text-warning { color: #e28327 !important; } .uk-text-danger { color: #d85030 !important; } .uk-text-left { text-align: left !important; } .uk-text-right { text-align: right !important; } .uk-text-center { text-align: center !important; } .uk-text-justify { text-align: justify !important; } .uk-text-top { vertical-align: top !important; } .uk-text-middle { vertical-align: middle !important; } .uk-text-bottom { vertical-align: bottom !important; } @media (max-width: 959px) { .uk-text-center-medium { text-align: center !important; } } @media (max-width: 767px) { .uk-text-center-small { text-align: center !important; } } .uk-text-nowrap { white-space: nowrap; } .uk-text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .uk-text-break { word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } .uk-container { box-sizing: border-box; max-width: 980px; padding: 0 25px; } @media (min-width: 1220px) { .uk-container { max-width: 1200px; padding: 0 35px; } } .uk-container:before, .uk-container:after { content: " "; display: table; } .uk-container:after { clear: both; } .uk-container-center { margin-left: auto; margin-right: auto; } .uk-clearfix:before, .uk-clearfix:after { content: " "; display: table; } .uk-clearfix:after { clear: both; } .uk-nbfc { overflow: hidden; } .uk-nbfc-alt { display: table-cell; width: 10000px; } .uk-float-left { float: left; } .uk-float-right { float: right; } [class*=uk-float-] { max-width: 100%; } [class*=uk-align-] { display: block; margin-bottom: 15px; } .uk-align-left { margin-right: 15px; float: left; } .uk-align-right { margin-left: 15px; float: right; } @media (min-width: 768px) { .uk-align-medium-left { margin-right: 15px; margin-bottom: 15px; float: left; } .uk-align-medium-right { margin-left: 15px; margin-bottom: 15px; float: right; } } .uk-align-center { margin-left: auto; margin-right: auto; } .uk-vertical-align { font-size: 0; } .uk-vertical-align:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .uk-vertical-align-middle, .uk-vertical-align-bottom { display: inline-block; max-width: 100%; font-size: 1rem; } .uk-vertical-align-middle { vertical-align: middle; } .uk-vertical-align-bottom { vertical-align: bottom; } .uk-height-1-1 { height: 100%; } .uk-responsive-width, .uk-responsive-height { box-sizing: border-box; } .uk-responsive-width { max-width: 100%; height: auto; } .uk-responsive-height { max-height: 100%; width: auto; } .uk-margin { margin-bottom: 15px; } * + .uk-margin { margin-top: 15px; } .uk-margin-top { margin-top: 15px !important; } .uk-margin-bottom { margin-bottom: 15px !important; } .uk-margin-left { margin-left: 15px !important; } .uk-margin-right { margin-right: 15px !important; } .uk-margin-large { margin-bottom: 50px; } * + .uk-margin-large { margin-top: 50px; } .uk-margin-large-top { margin-top: 50px !important; } .uk-margin-large-bottom { margin-bottom: 50px !important; } .uk-margin-large-left { margin-left: 50px !important; } .uk-margin-large-right { margin-right: 50px !important; } .uk-margin-small { margin-bottom: 5px; } * + .uk-margin-small { margin-top: 5px; } .uk-margin-small-top { margin-top: 5px !important; } .uk-margin-small-bottom { margin-bottom: 5px !important; } .uk-margin-small-left { margin-left: 5px !important; } .uk-margin-small-right { margin-right: 5px !important; } .uk-margin-remove { margin: 0 !important; } .uk-margin-top-remove { margin-top: 0 !important; } .uk-margin-bottom-remove { margin-bottom: 0 !important; } .uk-border-circle { border-radius: 50%; } .uk-border-rounded { border-radius: 5px; } @media (min-width: 768px) { .uk-heading-large { font-size: 52px; line-height: 64px; } } .uk-link-muted, .uk-link-muted a { color: #666; } .uk-link-muted:hover, .uk-link-muted a:hover { color: #666; } .uk-link-reset, .uk-link-reset a, .uk-link-reset:hover, .uk-link-reset a:hover { color: inherit; text-decoration: none; } .uk-scrollable-text { height: 300px; overflow-y: scroll; -webkit-overflow-scrolling: touch; resize: both; } .uk-scrollable-box { box-sizing: border-box; height: 170px; padding: 10px; border: 1px solid #e5e5e5; overflow: auto; -webkit-overflow-scrolling: touch; resize: both; border-radius: 3px; } .uk-scrollable-box > :last-child { margin-bottom: 0; } .uk-overflow-container { overflow: auto; -webkit-overflow-scrolling: touch; } .uk-overflow-container > :last-child { margin-bottom: 0; } .uk-display-block { display: block !important; } .uk-display-inline { display: inline !important; } .uk-display-inline-block { display: inline-block !important; } @media (min-width: 960px) { .uk-visible-small { display: none !important; } .uk-visible-medium { display: none !important; } .uk-hidden-large { display: none !important; } } @media (min-width: 768px) and (max-width: 959px) { .uk-visible-small { display: none !important; } .uk-visible-large { display: none !important; } .uk-hidden-medium { display: none !important; } } @media (max-width: 767px) { .uk-visible-medium { display: none !important; } .uk-visible-large { display: none !important; } .uk-hidden-small { display: none !important; } } .uk-hidden { display: none !important; visibility: hidden !important; } .uk-invisible { visibility: hidden !important; } .uk-visible-hover:hover .uk-hidden, .uk-visible-hover:hover .uk-invisible { display: block !important; visibility: visible !important; } .uk-visible-hover-inline:hover .uk-hidden, .uk-visible-hover-inline:hover .uk-invisible { display: inline-block !important; visibility: visible !important; } @media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: .5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } .uk-dotnav { padding: 0; list-style: none; font-size: 0; } .uk-dotnav > li { display: inline-block; font-size: 1rem; vertical-align: top; } .uk-dotnav > li:nth-child(n+2) { margin-left: 15px; } .uk-dotnav > li > a { display: inline-block; box-sizing: content-box; width: 20px; height: 20px; border-radius: 50%; background: rgba(50, 50, 50, 0.1); vertical-align: top; overflow: hidden; text-indent: -999%; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .uk-dotnav > li > a:hover, .uk-dotnav > li > a:focus { background: rgba(50, 50, 50, 0.4); outline: 0; } .uk-dotnav > li > a:active { background: rgba(50, 50, 50, 0.6); } .uk-dotnav > li.uk-active > a { background: rgba(50, 50, 50, 0.4); -webkit-transform: scale(1.3); transform: scale(1.3); } .uk-dotnav-vertical > li { display: block; } .uk-dotnav-vertical > li:nth-child(n+2) { margin-left: 0; margin-top: 15px; } .uk-slidenav { display: inline-block; box-sizing: border-box; width: 60px; height: 60px; line-height: 60px; color: rgba(50, 50, 50, 0.4); font-size: 60px; text-align: center; } .uk-slidenav:hover, .uk-slidenav:focus { outline: 0; text-decoration: none; color: rgba(50, 50, 50, 0.7); cursor: pointer; } .uk-slidenav:active { color: rgba(50, 50, 50, 0.9); } .uk-slidenav-previous:before { content: "\F104"; font-family: FontAwesome; } .uk-slidenav-next:before { content: "\F105"; font-family: FontAwesome; } .uk-slidenav-position { display: inline-block; box-sizing: border-box; max-width: 100%; position: relative; } .uk-slidenav-position .uk-slidenav { display: none; position: absolute; top: 50%; margin-top: -30px; } .uk-slidenav-position:hover .uk-slidenav { display: block; } .uk-slidenav-position .uk-slidenav-previous { left: 20px; } .uk-slidenav-position .uk-slidenav-next { right: 20px; } .uk-form-file { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; } .uk-form-file input[type=file] { position: absolute; top: 0; bottom: 0; z-index: 1; width: 100%; opacity: 0; cursor: pointer; left: 0; font-size: 500px; } .uk-form-password { position: relative; display: inline-block; max-width: 100%; } .uk-form-password-toggle { display: block; position: absolute; top: 50%; right: 10px; margin-top: -6px; font-size: 13px; line-height: 13px; color: #999; } .uk-form-password-toggle:hover { color: #999; text-decoration: none; } .uk-form-password > input { padding-right: 50px !important; } .uk-placeholder { margin-bottom: 15px; padding: 20px; border: 1px dashed #ddd; background: #fafafa; color: #444; } * + .uk-placeholder { margin-top: 15px; } .uk-placeholder > :last-child { margin-bottom: 0; } .uk-placeholder-large { padding-top: 80px; padding-bottom: 80px; } .uk-autocomplete { display: inline-block; vertical-align: middle; position: relative; } .uk-nav-autocomplete > li > a { color: #666; } .uk-nav-autocomplete > li.uk-active > a { background: #009dd8; color: #fff; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-autocomplete .uk-nav-header { color: #999; } .uk-nav-autocomplete .uk-nav-divider { border-top: 1px solid #e5e5e5; } .uk-datepicker { width: auto; } .uk-datepicker-nav { margin-bottom: 15px; text-align: center; line-height: 20px; } .uk-datepicker-nav:before, .uk-datepicker-nav:after { content: " "; display: table; } .uk-datepicker-nav:after { clear: both; } .uk-datepicker-nav a { color: #666; text-decoration: none; } .uk-datepicker-nav a:hover { color: #666; } .uk-datepicker-previous { float: left; } .uk-datepicker-next { float: right; } .uk-datepicker-previous:after, .uk-datepicker-next:after { width: 20px; font-family: FontAwesome; } .uk-datepicker-previous:after { content: "\F053"; } .uk-datepicker-next:after { content: "\F054"; } .uk-datepicker-table { width: 100%; } .uk-datepicker-table th, .uk-datepicker-table td { padding: 2px; } .uk-datepicker-table th { font-size: 12px; } .uk-datepicker-table a { display: block; width: 26px; line-height: 24px; text-align: center; color: #666; text-decoration: none; border: 1px solid transparent; border-radius: 4px; background-origin: border-box; } a.uk-datepicker-table-muted { color: #999; } .uk-datepicker-table a:hover, .uk-datepicker-table a:focus { background-color: #fafafa; color: #666; outline: 0; border-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); text-shadow: 0 1px 0 #fff; } .uk-datepicker-table a:active { background-color: #f5f5f5; color: #666; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.3); background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-datepicker-table a.uk-active { background: #009dd8; color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-markdownarea-navbar { background: #f7f7f7; border: 1px solid rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.2); border-top-left-radius: 4px; border-top-right-radius: 4px; background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); } .uk-markdownarea-navbar:before, .uk-markdownarea-navbar:after { content: " "; display: table; } .uk-markdownarea-navbar:after { clear: both; } .uk-markdownarea-navbar-nav { margin: 0; padding: 0; list-style: none; float: left; } .uk-markdownarea-navbar-nav > li { float: left; } .uk-markdownarea-navbar-nav > li > a { display: block; box-sizing: border-box; text-decoration: none; height: 41px; padding: 0 15px; line-height: 40px; color: #666; font-size: 11px; cursor: pointer; margin-top: -1px; margin-left: -1px; border: 1px solid transparent; border-bottom-width: 0; text-shadow: 0 1px 0 #fff; } .uk-markdownarea-navbar-nav > li:hover > a, .uk-markdownarea-navbar-nav > li > a:focus { background-color: transparent; color: #666; outline: 0; position: relative; z-index: 1; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-markdownarea-navbar-nav > li > a:active { background-color: #f5f5f5; color: #666; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-markdownarea-navbar-nav > li.uk-active > a { background-color: #fafafa; color: #666; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-markdownarea-navbar-flip { float: right; } [data-mode=split] .uk-markdown-button-markdown, [data-mode=split] .uk-markdown-button-preview { display: none; } .uk-markdownarea-content { border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; background: #fff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .uk-markdownarea-content:before, .uk-markdownarea-content:after { content: " "; display: table; } .uk-markdownarea-content:after { clear: both; } .uk-markdownarea-fullscreen { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 990; } .uk-markdownarea-fullscreen .uk-markdownarea-content { position: absolute; top: 41px; left: 0; right: 0; bottom: 0; } .uk-markdownarea-fullscreen .uk-icon-expand:before { content: "\F066"; } .uk-markdownarea-code, .uk-markdownarea-preview { box-sizing: border-box; } .uk-markdownarea-preview { padding: 20px; overflow-y: scroll; } [data-mode=tab][data-active-tab=code] .uk-markdownarea-preview, [data-mode=tab][data-active-tab=preview] .uk-markdownarea-code { display: none; } [data-mode=split] .uk-markdownarea-code, [data-mode=split] .uk-markdownarea-preview { float: left; width: 50%; } [data-mode=split] .uk-markdownarea-code { border-right: 1px solid #eee; } .uk-markdownarea .CodeMirror { padding: 10px; box-sizing: border-box; } .uk-markdownarea-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 4px; } .uk-markdownarea-navbar-flip .uk-markdownarea-navbar-nav > li > a { margin-left: 0; margin-right: -1px; } .uk-markdownarea-navbar-flip .uk-markdownarea-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 0; } .uk-markdownarea-navbar-flip .uk-markdownarea-navbar-nav:last-child > li:last-child > a { border-top-right-radius: 4px; } .uk-markdownarea-fullscreen .uk-markdownarea-navbar { border-top: none; border-left: none; border-right: none; border-radius: 0; } .uk-markdownarea-fullscreen .uk-markdownarea-content { border: none; border-radius: 0; } .uk-markdownarea-fullscreen .uk-markdownarea-navbar-nav > li > a { border-radius: 0 !important; } .uk-notify { position: fixed; top: 10px; left: 10px; z-index: 980; box-sizing: border-box; width: 350px; } .uk-notify-top-right, .uk-notify-bottom-right { left: auto; right: 10px; } .uk-notify-top-center, .uk-notify-bottom-center { left: 50%; margin-left: -175px; } .uk-notify-bottom-left, .uk-notify-bottom-right, .uk-notify-bottom-center { top: auto; bottom: 10px; } @media (max-width: 479px) { .uk-notify { left: 10px; right: 10px; width: auto; margin: 0; } } .uk-notify-message { position: relative; margin-bottom: 10px; padding: 15px; background: #444; color: #fff; font-size: 16px; line-height: 22px; cursor: pointer; border: 1px solid #444; border-radius: 4px; } .uk-notify-message > .uk-close { visibility: hidden; float: right; } .uk-notify-message:hover > .uk-close { visibility: visible; } .uk-notify-message-primary { background: #ebf7fd; color: #2d7091; border-color: rgba(45, 112, 145, 0.3); } .uk-notify-message-success { background: #f2fae3; color: #659f13; border-color: rgba(101, 159, 19, 0.3); } .uk-notify-message-warning { background: #fffceb; color: #e28327; border-color: rgba(226, 131, 39, 0.3); } .uk-notify-message-danger { background: #fff1f0; color: #d85030; border-color: rgba(216, 80, 48, 0.3); } .uk-search { display: inline-block; position: relative; margin: 0; } .uk-search:before { content: "\F002"; position: absolute; top: 0; left: 0; width: 30px; line-height: 30px; text-align: center; font-family: FontAwesome; font-size: 14px; color: rgba(0, 0, 0, 0.2); } .uk-search-field { width: 120px; height: 30px; padding: 0 30px; border: 1px solid rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0); color: #666; -webkit-transition: all linear .2s; transition: all linear .2s; border-radius: 0; } input.uk-search-field { -webkit-appearance: none; } .uk-search-field:-ms-input-placeholder { color: #999; } .uk-search-field::-moz-placeholder { color: #999; } .uk-search-field::-webkit-input-placeholder { color: #999; } .uk-search-field::-ms-clear { display: none; } .uk-search-field:focus { outline: 0; } .uk-search-field:focus, .uk-active .uk-search-field { width: 180px; } .uk-search-close { display: none; position: absolute; top: 0; right: 0; width: 30px; line-height: 30px; text-align: center; font-size: 14px; color: rgba(0, 0, 0, 0.2); padding: 0; border: 0; -webkit-appearance: none; background: 0 0; } .uk-loading > .uk-search-close, .uk-active > .uk-search-close { display: block; } .uk-search-close:after { display: block; content: "\F00D"; font-family: FontAwesome; } .uk-loading > .uk-search-close:after { content: "\F110"; -webkit-animation: uk-spin 2s infinite linear; animation: uk-spin 2s infinite linear; } .uk-dropdown-search { width: 300px; margin-top: 0; background: #fff; color: #666; } .uk-open > .uk-dropdown-search { -webkit-animation: uk-slide-top-fixed .2s ease-in-out; animation: uk-slide-top-fixed .2s ease-in-out; } .uk-navbar-flip .uk-dropdown-search { margin-top: 12px; margin-right: -16px; } .uk-nav-search > li > a { color: #666; } .uk-nav-search > li.uk-active > a { background: #009dd8; color: #fff; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-search .uk-nav-header { color: #999; } .uk-nav-search .uk-nav-divider { border-top: 1px solid #e5e5e5; } .uk-nav-search ul a { color: #1d8acb; } .uk-nav-search ul a:hover { color: #0b5f90; } .uk-offcanvas .uk-search { display: block; margin: 20px 15px; } .uk-offcanvas .uk-search:before { color: #777; } .uk-offcanvas .uk-search-field { width: 100%; border-color: rgba(0, 0, 0, 0); background: #1a1a1a; color: #ccc; } .uk-offcanvas .uk-search-field:-ms-input-placeholder { color: #777; } .uk-offcanvas .uk-search-field::-moz-placeholder { color: #777; } .uk-offcanvas .uk-search-field::-webkit-input-placeholder { color: #777; } .uk-sortable { padding: 0; list-style: none; } .uk-sortable-list { margin: 0; padding-left: 40px; list-style: none; } .uk-sortable-list-dragged { position: absolute; z-index: 1050; padding-left: 0; pointer-events: none; } .uk-sortable-item { margin-bottom: 10px; padding: 5px; background: #f7f7f7; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); text-shadow: 0 1px 0 #fff; } .uk-sortable-placeholder { box-sizing: border-box; margin-bottom: 10px; border: 1px dashed #ddd; } .uk-sortable-empty { min-height: 40px; } .uk-sortable-handle { display: inline-block; font-size: 18px; color: #ddd; } .uk-sortable-handle:hover { cursor: move; } .uk-sortable-handle:after { content: "\F0C9"; font-family: FontAwesome; } .uk-sortable-moving, .uk-sortable-moving * { cursor: move; } [data-sortable-action=toggle] { display: inline-block; color: #999; visibility: hidden; } [data-sortable-action=toggle]:hover { color: #444; cursor: pointer; } [data-sortable-action=toggle]:after { content: "\F147"; font-family: FontAwesome; } .uk-parent > .uk-sortable-item [data-sortable-action=toggle] { visibility: visible; } .uk-collapsed > .uk-sortable-item [data-sortable-action=toggle]:after { content: "\F196"; } .uk-collapsed .uk-sortable-list { display: none; } .uk-sticky { z-index: 980; } .uk-dragover { box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); } /* * Component: Docs * Description: Defines styles for the UIkit documentation ========================================================================== */ /* Fonts ========================================================================== */ body, h1, h2, h3, h4, h5, h6, .uk-navbar-nav > li > a { font-family: 'Open Sans', Helvetica, Arial, sans-serif; } /* Base ========================================================================== */ html { /*overflow-y: scroll;*/ } /* Layout ========================================================================== */ .tm-background { background: #353535; } /* * Blocks */ .tm-middle, .tm-section, .tm-footer { padding: 50px 0; } /* Tablet and bigger */ @media (min-width: 768px) { .tm-middle, .tm-section, .tm-footer { padding: 90px 0; } } /* Large screen and bigger */ @media (min-width: 1220px) { .tm-middle, .tm-section, .tm-footer { padding: 60px 0; } } /* * Middle */ .tm-middle { background: #fff; } /* Tablet and bigger */ @media (min-width: 768px) { .tm-sidebar { margin-right: -1px !important; border-right: 1px solid #E5E5E5; } .tm-main { padding-left: 50px !important; border-left: 1px solid #E5E5E5; } } /* * Sections */ .tm-section .uk-heading-large { margin-bottom: 20px; } .tm-section .uk-text-large { margin-bottom: 60px; } .tm-section-color-1 { background: #2ba3d4 url("../images/bg_teaser.svg") 50% 50% no-repeat; } /* Desktop and bigger */ @media (max-width: 959px) { .tm-section-color-1 { background-image: none; } } .tm-section-color-2 { background: #3dc0f1; } .tm-section-colored, .tm-section-colored h1, .tm-section-colored h2, .tm-section-colored a:not([class]) { color: #fff !important; } .tm-section-color-2 a { text-decoration: underline; } .tm-section-color-white { background: #fff; } /* Tablet and bigger */ @media (min-width: 768px) { .tm-section-color-white .uk-grid-divider:not(:empty) > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px dashed #ddd; } .tm-section-color-2 .uk-grid-divider:not(:empty) > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px dashed rgba(255, 255, 255, 0.4); } } /* * Header section */ .tm-logo { margin: 10px 0 20px 0; } .tm-button-download { margin: -30px 0 15px 0; /* Style */ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); background: #fff; border: none; color: #2ba3d4 !important; /* Size */ min-height: 50px; padding: 0 30px; line-height: 50px; font-size: 18px; } .tm-button-download:hover { background: #82cff0; color: #fff !important; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); -webkit-transition: background-color .15s ease-in-out; transition: background-color .15s ease-in-out; } .tm-button-download:focus, .tm-button-download:active { background: #2e93bc; color: #fff !important; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0px rgba(0, 0, 0, 0.05), inset 1px 0px 0px rgba(0, 0, 0, 0.05), inset -1px 0px 0px rgba(0, 0, 0, 0.05); -webkit-transition: background-color .05s ease-in-out; transition: background-color .05s ease-in-out; } .tm-image-pull { margin-bottom: -10px; } /* * Community */ .tm-margin-large-bottom { margin-bottom: 80px; } .tm-panel-link, .tm-panel-link:hover { text-decoration: none; color: #444; } .tm-panel-link { padding: 30px 30px 60px 30px; border: 1px solid #e5e5e5; } .tm-panel-link:after { content: ""; display: none; position: absolute; height: 5px; right: -1px; left: -1px; bottom: -1px; background: #0BA1D8; } .tm-panel-link:hover:after { display: block; } .tm-panel-link:hover h2 { color: #0BA1D8; } /* Only phones */ .tm-grid-margin-large .uk-grid-margin { margin-top: 50px; } .tm-icon { position: relative; width: 80px; margin: -60px auto 0 auto; border-radius: 5px; background: #0BA1D8; line-height: 80px; color: #fff; } .tm-icon:after { content: ""; display: block; position: absolute; bottom: -10px; left: 50%; width: 0; height: 0; margin-left: -10px; border: 10px solid #0BA1D8; border-right-color: transparent; border-left-color: transparent; border-bottom: none; } .tm-panel-link { -webkit-backface-visibility: hidden; } .tm-panel-link:hover .tm-icon { transform: translateY(5px); -webkit-transform: translateY(5px); transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; } /* * Footer */ .tm-footer .uk-subnav-line > li:before { border-color: #ddd; } .tm-footer, .tm-footer a { color: #ddd !important; } .tm-footer a:hover { color: #fff !important; } /* UIkit component modifiers ========================================================================== */ /* * Navbar */ .tm-navbar { padding: 15px 0; border: none; background: #252525; } .tm-navbar .uk-navbar-content, .tm-navbar .uk-navbar-brand, .tm-navbar .uk-navbar-toggle { height: 40px; margin-top: 0; text-shadow: none; } .tm-navbar .uk-navbar-nav > li > a { height: 40px; margin: 0; border: none; border-radius: 3px !important; text-shadow: none; font-size: 15px; } .tm-navbar .uk-navbar-nav > li { margin-left: 20px; } /* Hover */ .tm-navbar .uk-navbar-nav > li:hover > a, .tm-navbar .uk-navbar-nav > li > a:focus, .tm-navbar .uk-navbar-nav > li.uk-open > a { border: none; color: #FFF; } /* Active */ .tm-navbar .uk-navbar-nav > li.uk-active > a { background-color: #2BA3D4; color: #FFF; } /* OnClick */ .tm-navbar .uk-navbar-nav > li > a:active { background-color: transparent; } /* * Nav */ .tm-nav > li > a { color: #777; } /* Hover */ .tm-nav > li > a:hover, .tm-nav > li > a:focus, .tm-nav > li.uk-active > a { background: #F5F5F5; color: #444; } /* Sub-object: `nav-header` */ .tm-nav .uk-nav-header { color: #222; font-weight: normal; } /* * Nav */ .tm-subnav > li:nth-child(n+2) { margin-left: 20px; } /* * Article */ .tm-article-subtitle { padding-left: 6px; border-left: 3px solid #1FA2D6; font-size: 16px; line-height: 16px; } /* Custom content ========================================================================== */ /* * Style grid for showcase purpose */ .tm-grid-truncate code { /* Truncate */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; /* Nedded */ max-width: 80%; display: inline-block; vertical-align: middle; line-height: 16px; } .tm-icons > [class*="uk-width-"] { padding-bottom: 5px; padding-top: 5px; } /* Customizer ========================================================================== */ .cm-customizer, .cm-customizer body { height: 100%; overflow: hidden; } /* * Sidebar */ .cm-sidebar { position: fixed; top: 0; bottom: 0; left: 0; z-index: 1; width: 310px; border-right: 1px solid rgba(0, 0, 0, 0.1); } .cm-sidebar-header { position: absolute; top: 0; left: 0; right: 0; height: 110px; padding: 20px 30px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .cm-sidebar-content { position: absolute; top: 151px; bottom: 116px; left: 0; right: 0; padding: 20px 20px 0 30px; overflow-y: scroll; } .cm-sidebar-footer { position: absolute; bottom: 0; left: 0; right: 0; height: 75px; padding: 20px 30px; border-top: 1px solid rgba(0, 0, 0, 0.1); } .cm-sidebar-footer .uk-grid + .uk-grid { margin-top: 15px; } .cm-file-import { display: inline-block; position: relative; overflow: hidden; } .cm-file-import input[type=file] { position: absolute; right: 0; top: 0; font-size: 500px; opacity: 0; cursor: pointer; } /* * Iframe wrapper */ .cm-wrapper { position: absolute; top: 0; bottom: 0; left: 310px; right: 0; } .cm-wrapper > iframe { box-sizing: border-box; width: 100%; height: 100%; padding-top: 70px; margin-top: -70px; } /* Fixed links in navbar not clickable caused by iframe overlay */ .tm-navbar { position: relative; } /* * Sidebar content */ .cm-vars { padding-bottom: 20px; font-size: 12px; } .cm-form-title .more-link:after { content: "(more)"; font-size: 12px; text-transform: none; } .show-more .cm-form-title .more-link:after { content: "(hide)"; } /* * Variables form */ .cm-form fieldset + fieldset { margin-top: 25px; } .cm-form-title { font-size: 16px !important; line-height: 22px !important; text-transform: capitalize !important; } .cm-form .uk-form-row + .uk-form-row { margin-top: 5px; } .cm-form .uk-form-label { float: left; line-height: 25px; /* Text truncate */ max-width: 180px; overflow: hidden; text-overflow: ellipsis; text-transform: capitalize; white-space: nowrap; } .cm-form .uk-form-controls { float: right; } .cm-form select, .cm-form.uk-form input { width: 60px; border: 0; box-shadow: none; } .cm-form.uk-form input { text-align: right; } .cm-form select:focus, .cm-form.uk-form input:focus { background: none; } .cm-form :-ms-input-placeholder { color: #ddd !important; } .cm-form ::-moz-placeholder { color: #ddd; } .cm-form ::-webkit-input-placeholder { color: #ddd; } /* * Advanced mode */ .cm-more-link, .cm-advanced, .cm-more { display: none; } .cm-show-advanced .cm-advanced, .cm-show-advanced .cm-show-more .cm-more { display: block; } .cm-show-advanced .cm-more-link { display: inline; } .cm-more-link:after { content: "(more)"; font-size: 12px; text-transform: none; line-height: 1; } .cm-show-more .cm-more-link:after { content: "(hide)"; } /* * Download modal */ .cm-modal textarea { height: 400px; resize: none; font-family: Consolas, monospace, serif; } /* * Loading spinner */ .cm-spinner { position: absolute; left: 50%; top: 50%; margin-top: -15px; margin-left: -15px; font-size: 30px; z-index: 1000; } /* * Error */ .cm-error { position: absolute; left: 50%; top: 40%; width: 300px; margin-left: -176px; display: none; z-index: 1000; } /* * Responsive behavior */ /* Fix sidebar position if offcanvas appears */ .uk-offcanvas-page .cm-sidebar { left: auto; } /* Colorpicker ========================================================================== */ .sp-placeholder { width: 15px; height: 15px; margin: 5px; border-radius: 2px; float: right; cursor: pointer; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); } .sp-placeholder-color { width: 15px; height: 15px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; } .sp-replacer { padding: 5px; background: transparent; float: right; border: 0; } .sp-preview { height: 15px; width: 15px; margin: 0; border: none; border-radius: 2px; } .sp-preview-inner { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; border-radius: 2px; } .sp-dd { display: none; } .sp-container { border: 1px solid #d3d3d3; background-color: #fff; border-radius: 4px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } input.sp-input { box-sizing: border-box !important; height: auto; padding: 5px 6px; border: 1px solid #e5e5e5; background: #fff; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset; color: #444; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } .sp-input:focus { border-color: #99BACA; background-color: #f5fBfE; } .sp-picker-container { border-left: none; } .sp-dragger { height: 10px; width: 10px; border: none; background: #fff; border-radius: 10px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } .sp-color, .sp-hue { border-color: #ccc; } .sp-slider { left: -4px; right: -4px; height: 8px; border-color: #ccc; } .sp-alpha-enabled .sp-top { margin-bottom: 28px; } .sp-alpha { bottom: -23px; height: 12px; } .sp-alpha-handle { border-color: #d3d3d3; } .sp-alpha-inner { border-color: #ddd; } .sp-container button { min-height: 30px; padding: 0 12px; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); border-radius: 4px; background-color: #eee; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); color: #666; line-height: 28px; text-shadow: 0 1px 0 #fff; } .sp-container button:hover { border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-color: #f5f5f5; background-image: none; text-shadow: 0 1px 0 #fff; } .sp-container button:active { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .sp-cancel, .sp-reset { color: #0077DD !important; } .sp-cancel:hover, .sp-reset:hover { color: #005599 !important; text-decoration: underline; } .sp-container, .sp-container button, .sp-container input, .sp-color, .sp-cancel, .sp-reset, .sp-hue { font: inherit; } .sp-input-container { margin-bottom: 10px; } a.dw-navbar-brand { border-radius: 3px !important; background: #111; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); height: 40px; margin-top: 0; color: #666 !important; font-size: 18px; text-shadow: none; display: inline-block; line-height: 38px; padding: 0px 15px; } a.dw-navbar-brand:hover { text-decoration: none; } .dw-brand, .tm-footer a.dw-brand { border-radius: 3px !important; background: #111; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); color: #666 !important; font-size: 18px; padding: 0px 15px; height: 40px; display: inline-block; line-height: 38px; } .dw-brand:hover, .tm-footer a.dw-brand:hover { text-decoration: none; } .dw-article { margin-top: -7px; } #dw__toc { background: #F5F5F5; border: 1px solid #E5E5E5; float: right; width: 200px; padding: 20px 20px; margin-left: 35px; } #dw__toc h3 { margin: 0 0 10px 0; padding: 0; } .uk-dropdown-flip { width: 240px; } .uk-icon-logo:before { content: "@{ini_icon_logo}"; } .uk-icon-logo { content: "@{ini_icon_logo}"; } .tm-navbar .uk-navbar-nav > li.uk-active > a { background-color: #2BA3D4; } .tm-section-color-1 { background-color: #2BA3D4; } .tm-button-download { color: #2BA3D4 !important; } .tm-navbar { background-color: #252525; } .tm-footer { background-color: #353535; } .tm-background { background-color: #353535; }
old/last_public_assets/css/style.css
.fa, .fas, .far, .fal, .fad, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -.0667em; } .fa-xs { font-size: .75em; } .fa-sm { font-size: .875em; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; } .fa-border { border: solid 0.08em #eee; border-radius: .1em; padding: .2em .25em .15em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both { -webkit-filter: none; filter: none; } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-500px:before { content: "\F26E"; } .fa-accessible-icon:before { content: "\F368"; } .fa-accusoft:before { content: "\F369"; } .fa-acquisitions-incorporated:before { content: "\F6AF"; } .fa-ad:before { content: "\F641"; } .fa-address-book:before { content: "\F2B9"; } .fa-address-card:before { content: "\F2BB"; } .fa-adjust:before { content: "\F042"; } .fa-adn:before { content: "\F170"; } .fa-adobe:before { content: "\F778"; } .fa-adversal:before { content: "\F36A"; } .fa-affiliatetheme:before { content: "\F36B"; } .fa-air-freshener:before { content: "\F5D0"; } .fa-airbnb:before { content: "\F834"; } .fa-algolia:before { content: "\F36C"; } .fa-align-center:before { content: "\F037"; } .fa-align-justify:before { content: "\F039"; } .fa-align-left:before { content: "\F036"; } .fa-align-right:before { content: "\F038"; } .fa-alipay:before { content: "\F642"; } .fa-allergies:before { content: "\F461"; } .fa-amazon:before { content: "\F270"; } .fa-amazon-pay:before { content: "\F42C"; } .fa-ambulance:before { content: "\F0F9"; } .fa-american-sign-language-interpreting:before { content: "\F2A3"; } .fa-amilia:before { content: "\F36D"; } .fa-anchor:before { content: "\F13D"; } .fa-android:before { content: "\F17B"; } .fa-angellist:before { content: "\F209"; } .fa-angle-double-down:before { content: "\F103"; } .fa-angle-double-left:before { content: "\F100"; } .fa-angle-double-right:before { content: "\F101"; } .fa-angle-double-up:before { content: "\F102"; } .fa-angle-down:before { content: "\F107"; } .fa-angle-left:before { content: "\F104"; } .fa-angle-right:before { content: "\F105"; } .fa-angle-up:before { content: "\F106"; } .fa-angry:before { content: "\F556"; } .fa-angrycreative:before { content: "\F36E"; } .fa-angular:before { content: "\F420"; } .fa-ankh:before { content: "\F644"; } .fa-app-store:before { content: "\F36F"; } .fa-app-store-ios:before { content: "\F370"; } .fa-apper:before { content: "\F371"; } .fa-apple:before { content: "\F179"; } .fa-apple-alt:before { content: "\F5D1"; } .fa-apple-pay:before { content: "\F415"; } .fa-archive:before { content: "\F187"; } .fa-archway:before { content: "\F557"; } .fa-arrow-alt-circle-down:before { content: "\F358"; } .fa-arrow-alt-circle-left:before { content: "\F359"; } .fa-arrow-alt-circle-right:before { content: "\F35A"; } .fa-arrow-alt-circle-up:before { content: "\F35B"; } .fa-arrow-circle-down:before { content: "\F0AB"; } .fa-arrow-circle-left:before { content: "\F0A8"; } .fa-arrow-circle-right:before { content: "\F0A9"; } .fa-arrow-circle-up:before { content: "\F0AA"; } .fa-arrow-down:before { content: "\F063"; } .fa-arrow-left:before { content: "\F060"; } .fa-arrow-right:before { content: "\F061"; } .fa-arrow-up:before { content: "\F062"; } .fa-arrows-alt:before { content: "\F0B2"; } .fa-arrows-alt-h:before { content: "\F337"; } .fa-arrows-alt-v:before { content: "\F338"; } .fa-artstation:before { content: "\F77A"; } .fa-assistive-listening-systems:before { content: "\F2A2"; } .fa-asterisk:before { content: "\F069"; } .fa-asymmetrik:before { content: "\F372"; } .fa-at:before { content: "\F1FA"; } .fa-atlas:before { content: "\F558"; } .fa-atlassian:before { content: "\F77B"; } .fa-atom:before { content: "\F5D2"; } .fa-audible:before { content: "\F373"; } .fa-audio-description:before { content: "\F29E"; } .fa-autoprefixer:before { content: "\F41C"; } .fa-avianex:before { content: "\F374"; } .fa-aviato:before { content: "\F421"; } .fa-award:before { content: "\F559"; } .fa-aws:before { content: "\F375"; } .fa-baby:before { content: "\F77C"; } .fa-baby-carriage:before { content: "\F77D"; } .fa-backspace:before { content: "\F55A"; } .fa-backward:before { content: "\F04A"; } .fa-bacon:before { content: "\F7E5"; } .fa-balance-scale:before { content: "\F24E"; } .fa-balance-scale-left:before { content: "\F515"; } .fa-balance-scale-right:before { content: "\F516"; } .fa-ban:before { content: "\F05E"; } .fa-band-aid:before { content: "\F462"; } .fa-bandcamp:before { content: "\F2D5"; } .fa-barcode:before { content: "\F02A"; } .fa-bars:before { content: "\F0C9"; } .fa-baseball-ball:before { content: "\F433"; } .fa-basketball-ball:before { content: "\F434"; } .fa-bath:before { content: "\F2CD"; } .fa-battery-empty:before { content: "\F244"; } .fa-battery-full:before { content: "\F240"; } .fa-battery-half:before { content: "\F242"; } .fa-battery-quarter:before { content: "\F243"; } .fa-battery-three-quarters:before { content: "\F241"; } .fa-battle-net:before { content: "\F835"; } .fa-bed:before { content: "\F236"; } .fa-beer:before { content: "\F0FC"; } .fa-behance:before { content: "\F1B4"; } .fa-behance-square:before { content: "\F1B5"; } .fa-bell:before { content: "\F0F3"; } .fa-bell-slash:before { content: "\F1F6"; } .fa-bezier-curve:before { content: "\F55B"; } .fa-bible:before { content: "\F647"; } .fa-bicycle:before { content: "\F206"; } .fa-biking:before { content: "\F84A"; } .fa-bimobject:before { content: "\F378"; } .fa-binoculars:before { content: "\F1E5"; } .fa-biohazard:before { content: "\F780"; } .fa-birthday-cake:before { content: "\F1FD"; } .fa-bitbucket:before { content: "\F171"; } .fa-bitcoin:before { content: "\F379"; } .fa-bity:before { content: "\F37A"; } .fa-black-tie:before { content: "\F27E"; } .fa-blackberry:before { content: "\F37B"; } .fa-blender:before { content: "\F517"; } .fa-blender-phone:before { content: "\F6B6"; } .fa-blind:before { content: "\F29D"; } .fa-blog:before { content: "\F781"; } .fa-blogger:before { content: "\F37C"; } .fa-blogger-b:before { content: "\F37D"; } .fa-bluetooth:before { content: "\F293"; } .fa-bluetooth-b:before { content: "\F294"; } .fa-bold:before { content: "\F032"; } .fa-bolt:before { content: "\F0E7"; } .fa-bomb:before { content: "\F1E2"; } .fa-bone:before { content: "\F5D7"; } .fa-bong:before { content: "\F55C"; } .fa-book:before { content: "\F02D"; } .fa-book-dead:before { content: "\F6B7"; } .fa-book-medical:before { content: "\F7E6"; } .fa-book-open:before { content: "\F518"; } .fa-book-reader:before { content: "\F5DA"; } .fa-bookmark:before { content: "\F02E"; } .fa-bootstrap:before { content: "\F836"; } .fa-border-all:before { content: "\F84C"; } .fa-border-none:before { content: "\F850"; } .fa-border-style:before { content: "\F853"; } .fa-bowling-ball:before { content: "\F436"; } .fa-box:before { content: "\F466"; } .fa-box-open:before { content: "\F49E"; } .fa-boxes:before { content: "\F468"; } .fa-braille:before { content: "\F2A1"; } .fa-brain:before { content: "\F5DC"; } .fa-bread-slice:before { content: "\F7EC"; } .fa-briefcase:before { content: "\F0B1"; } .fa-briefcase-medical:before { content: "\F469"; } .fa-broadcast-tower:before { content: "\F519"; } .fa-broom:before { content: "\F51A"; } .fa-brush:before { content: "\F55D"; } .fa-btc:before { content: "\F15A"; } .fa-buffer:before { content: "\F837"; } .fa-bug:before { content: "\F188"; } .fa-building:before { content: "\F1AD"; } .fa-bullhorn:before { content: "\F0A1"; } .fa-bullseye:before { content: "\F140"; } .fa-burn:before { content: "\F46A"; } .fa-buromobelexperte:before { content: "\F37F"; } .fa-bus:before { content: "\F207"; } .fa-bus-alt:before { content: "\F55E"; } .fa-business-time:before { content: "\F64A"; } .fa-buysellads:before { content: "\F20D"; } .fa-calculator:before { content: "\F1EC"; } .fa-calendar:before { content: "\F133"; } .fa-calendar-alt:before { content: "\F073"; } .fa-calendar-check:before { content: "\F274"; } .fa-calendar-day:before { content: "\F783"; } .fa-calendar-minus:before { content: "\F272"; } .fa-calendar-plus:before { content: "\F271"; } .fa-calendar-times:before { content: "\F273"; } .fa-calendar-week:before { content: "\F784"; } .fa-camera:before { content: "\F030"; } .fa-camera-retro:before { content: "\F083"; } .fa-campground:before { content: "\F6BB"; } .fa-canadian-maple-leaf:before { content: "\F785"; } .fa-candy-cane:before { content: "\F786"; } .fa-cannabis:before { content: "\F55F"; } .fa-capsules:before { content: "\F46B"; } .fa-car:before { content: "\F1B9"; } .fa-car-alt:before { content: "\F5DE"; } .fa-car-battery:before { content: "\F5DF"; } .fa-car-crash:before { content: "\F5E1"; } .fa-car-side:before { content: "\F5E4"; } .fa-caret-down:before { content: "\F0D7"; } .fa-caret-left:before { content: "\F0D9"; } .fa-caret-right:before { content: "\F0DA"; } .fa-caret-square-down:before { content: "\F150"; } .fa-caret-square-left:before { content: "\F191"; } .fa-caret-square-right:before { content: "\F152"; } .fa-caret-square-up:before { content: "\F151"; } .fa-caret-up:before { content: "\F0D8"; } .fa-carrot:before { content: "\F787"; } .fa-cart-arrow-down:before { content: "\F218"; } .fa-cart-plus:before { content: "\F217"; } .fa-cash-register:before { content: "\F788"; } .fa-cat:before { content: "\F6BE"; } .fa-cc-amazon-pay:before { content: "\F42D"; } .fa-cc-amex:before { content: "\F1F3"; } .fa-cc-apple-pay:before { content: "\F416"; } .fa-cc-diners-club:before { content: "\F24C"; } .fa-cc-discover:before { content: "\F1F2"; } .fa-cc-jcb:before { content: "\F24B"; } .fa-cc-mastercard:before { content: "\F1F1"; } .fa-cc-paypal:before { content: "\F1F4"; } .fa-cc-stripe:before { content: "\F1F5"; } .fa-cc-visa:before { content: "\F1F0"; } .fa-centercode:before { content: "\F380"; } .fa-centos:before { content: "\F789"; } .fa-certificate:before { content: "\F0A3"; } .fa-chair:before { content: "\F6C0"; } .fa-chalkboard:before { content: "\F51B"; } .fa-chalkboard-teacher:before { content: "\F51C"; } .fa-charging-station:before { content: "\F5E7"; } .fa-chart-area:before { content: "\F1FE"; } .fa-chart-bar:before { content: "\F080"; } .fa-chart-line:before { content: "\F201"; } .fa-chart-pie:before { content: "\F200"; } .fa-check:before { content: "\F00C"; } .fa-check-circle:before { content: "\F058"; } .fa-check-double:before { content: "\F560"; } .fa-check-square:before { content: "\F14A"; } .fa-cheese:before { content: "\F7EF"; } .fa-chess:before { content: "\F439"; } .fa-chess-bishop:before { content: "\F43A"; } .fa-chess-board:before { content: "\F43C"; } .fa-chess-king:before { content: "\F43F"; } .fa-chess-knight:before { content: "\F441"; } .fa-chess-pawn:before { content: "\F443"; } .fa-chess-queen:before { content: "\F445"; } .fa-chess-rook:before { content: "\F447"; } .fa-chevron-circle-down:before { content: "\F13A"; } .fa-chevron-circle-left:before { content: "\F137"; } .fa-chevron-circle-right:before { content: "\F138"; } .fa-chevron-circle-up:before { content: "\F139"; } .fa-chevron-down:before { content: "\F078"; } .fa-chevron-left:before { content: "\F053"; } .fa-chevron-right:before { content: "\F054"; } .fa-chevron-up:before { content: "\F077"; } .fa-child:before { content: "\F1AE"; } .fa-chrome:before { content: "\F268"; } .fa-chromecast:before { content: "\F838"; } .fa-church:before { content: "\F51D"; } .fa-circle:before { content: "\F111"; } .fa-circle-notch:before { content: "\F1CE"; } .fa-city:before { content: "\F64F"; } .fa-clinic-medical:before { content: "\F7F2"; } .fa-clipboard:before { content: "\F328"; } .fa-clipboard-check:before { content: "\F46C"; } .fa-clipboard-list:before { content: "\F46D"; } .fa-clock:before { content: "\F017"; } .fa-clone:before { content: "\F24D"; } .fa-closed-captioning:before { content: "\F20A"; } .fa-cloud:before { content: "\F0C2"; } .fa-cloud-download-alt:before { content: "\F381"; } .fa-cloud-meatball:before { content: "\F73B"; } .fa-cloud-moon:before { content: "\F6C3"; } .fa-cloud-moon-rain:before { content: "\F73C"; } .fa-cloud-rain:before { content: "\F73D"; } .fa-cloud-showers-heavy:before { content: "\F740"; } .fa-cloud-sun:before { content: "\F6C4"; } .fa-cloud-sun-rain:before { content: "\F743"; } .fa-cloud-upload-alt:before { content: "\F382"; } .fa-cloudscale:before { content: "\F383"; } .fa-cloudsmith:before { content: "\F384"; } .fa-cloudversify:before { content: "\F385"; } .fa-cocktail:before { content: "\F561"; } .fa-code:before { content: "\F121"; } .fa-code-branch:before { content: "\F126"; } .fa-codepen:before { content: "\F1CB"; } .fa-codiepie:before { content: "\F284"; } .fa-coffee:before { content: "\F0F4"; } .fa-cog:before { content: "\F013"; } .fa-cogs:before { content: "\F085"; } .fa-coins:before { content: "\F51E"; } .fa-columns:before { content: "\F0DB"; } .fa-comment:before { content: "\F075"; } .fa-comment-alt:before { content: "\F27A"; } .fa-comment-dollar:before { content: "\F651"; } .fa-comment-dots:before { content: "\F4AD"; } .fa-comment-medical:before { content: "\F7F5"; } .fa-comment-slash:before { content: "\F4B3"; } .fa-comments:before { content: "\F086"; } .fa-comments-dollar:before { content: "\F653"; } .fa-compact-disc:before { content: "\F51F"; } .fa-compass:before { content: "\F14E"; } .fa-compress:before { content: "\F066"; } .fa-compress-arrows-alt:before { content: "\F78C"; } .fa-concierge-bell:before { content: "\F562"; } .fa-confluence:before { content: "\F78D"; } .fa-connectdevelop:before { content: "\F20E"; } .fa-contao:before { content: "\F26D"; } .fa-cookie:before { content: "\F563"; } .fa-cookie-bite:before { content: "\F564"; } .fa-copy:before { content: "\F0C5"; } .fa-copyright:before { content: "\F1F9"; } .fa-cotton-bureau:before { content: "\F89E"; } .fa-couch:before { content: "\F4B8"; } .fa-cpanel:before { content: "\F388"; } .fa-creative-commons:before { content: "\F25E"; } .fa-creative-commons-by:before { content: "\F4E7"; } .fa-creative-commons-nc:before { content: "\F4E8"; } .fa-creative-commons-nc-eu:before { content: "\F4E9"; } .fa-creative-commons-nc-jp:before { content: "\F4EA"; } .fa-creative-commons-nd:before { content: "\F4EB"; } .fa-creative-commons-pd:before { content: "\F4EC"; } .fa-creative-commons-pd-alt:before { content: "\F4ED"; } .fa-creative-commons-remix:before { content: "\F4EE"; } .fa-creative-commons-sa:before { content: "\F4EF"; } .fa-creative-commons-sampling:before { content: "\F4F0"; } .fa-creative-commons-sampling-plus:before { content: "\F4F1"; } .fa-creative-commons-share:before { content: "\F4F2"; } .fa-creative-commons-zero:before { content: "\F4F3"; } .fa-credit-card:before { content: "\F09D"; } .fa-critical-role:before { content: "\F6C9"; } .fa-crop:before { content: "\F125"; } .fa-crop-alt:before { content: "\F565"; } .fa-cross:before { content: "\F654"; } .fa-crosshairs:before { content: "\F05B"; } .fa-crow:before { content: "\F520"; } .fa-crown:before { content: "\F521"; } .fa-crutch:before { content: "\F7F7"; } .fa-css3:before { content: "\F13C"; } .fa-css3-alt:before { content: "\F38B"; } .fa-cube:before { content: "\F1B2"; } .fa-cubes:before { content: "\F1B3"; } .fa-cut:before { content: "\F0C4"; } .fa-cuttlefish:before { content: "\F38C"; } .fa-d-and-d:before { content: "\F38D"; } .fa-d-and-d-beyond:before { content: "\F6CA"; } .fa-dashcube:before { content: "\F210"; } .fa-database:before { content: "\F1C0"; } .fa-deaf:before { content: "\F2A4"; } .fa-delicious:before { content: "\F1A5"; } .fa-democrat:before { content: "\F747"; } .fa-deploydog:before { content: "\F38E"; } .fa-deskpro:before { content: "\F38F"; } .fa-desktop:before { content: "\F108"; } .fa-dev:before { content: "\F6CC"; } .fa-deviantart:before { content: "\F1BD"; } .fa-dharmachakra:before { content: "\F655"; } .fa-dhl:before { content: "\F790"; } .fa-diagnoses:before { content: "\F470"; } .fa-diaspora:before { content: "\F791"; } .fa-dice:before { content: "\F522"; } .fa-dice-d20:before { content: "\F6CF"; } .fa-dice-d6:before { content: "\F6D1"; } .fa-dice-five:before { content: "\F523"; } .fa-dice-four:before { content: "\F524"; } .fa-dice-one:before { content: "\F525"; } .fa-dice-six:before { content: "\F526"; } .fa-dice-three:before { content: "\F527"; } .fa-dice-two:before { content: "\F528"; } .fa-digg:before { content: "\F1A6"; } .fa-digital-ocean:before { content: "\F391"; } .fa-digital-tachograph:before { content: "\F566"; } .fa-directions:before { content: "\F5EB"; } .fa-discord:before { content: "\F392"; } .fa-discourse:before { content: "\F393"; } .fa-divide:before { content: "\F529"; } .fa-dizzy:before { content: "\F567"; } .fa-dna:before { content: "\F471"; } .fa-dochub:before { content: "\F394"; } .fa-docker:before { content: "\F395"; } .fa-dog:before { content: "\F6D3"; } .fa-dollar-sign:before { content: "\F155"; } .fa-dolly:before { content: "\F472"; } .fa-dolly-flatbed:before { content: "\F474"; } .fa-donate:before { content: "\F4B9"; } .fa-door-closed:before { content: "\F52A"; } .fa-door-open:before { content: "\F52B"; } .fa-dot-circle:before { content: "\F192"; } .fa-dove:before { content: "\F4BA"; } .fa-download:before { content: "\F019"; } .fa-draft2digital:before { content: "\F396"; } .fa-drafting-compass:before { content: "\F568"; } .fa-dragon:before { content: "\F6D5"; } .fa-draw-polygon:before { content: "\F5EE"; } .fa-dribbble:before { content: "\F17D"; } .fa-dribbble-square:before { content: "\F397"; } .fa-dropbox:before { content: "\F16B"; } .fa-drum:before { content: "\F569"; } .fa-drum-steelpan:before { content: "\F56A"; } .fa-drumstick-bite:before { content: "\F6D7"; } .fa-drupal:before { content: "\F1A9"; } .fa-dumbbell:before { content: "\F44B"; } .fa-dumpster:before { content: "\F793"; } .fa-dumpster-fire:before { content: "\F794"; } .fa-dungeon:before { content: "\F6D9"; } .fa-dyalog:before { content: "\F399"; } .fa-earlybirds:before { content: "\F39A"; } .fa-ebay:before { content: "\F4F4"; } .fa-edge:before { content: "\F282"; } .fa-edit:before { content: "\F044"; } .fa-egg:before { content: "\F7FB"; } .fa-eject:before { content: "\F052"; } .fa-elementor:before { content: "\F430"; } .fa-ellipsis-h:before { content: "\F141"; } .fa-ellipsis-v:before { content: "\F142"; } .fa-ello:before { content: "\F5F1"; } .fa-ember:before { content: "\F423"; } .fa-empire:before { content: "\F1D1"; } .fa-envelope:before { content: "\F0E0"; } .fa-envelope-open:before { content: "\F2B6"; } .fa-envelope-open-text:before { content: "\F658"; } .fa-envelope-square:before { content: "\F199"; } .fa-envira:before { content: "\F299"; } .fa-equals:before { content: "\F52C"; } .fa-eraser:before { content: "\F12D"; } .fa-erlang:before { content: "\F39D"; } .fa-ethereum:before { content: "\F42E"; } .fa-ethernet:before { content: "\F796"; } .fa-etsy:before { content: "\F2D7"; } .fa-euro-sign:before { content: "\F153"; } .fa-evernote:before { content: "\F839"; } .fa-exchange-alt:before { content: "\F362"; } .fa-exclamation:before { content: "\F12A"; } .fa-exclamation-circle:before { content: "\F06A"; } .fa-exclamation-triangle:before { content: "\F071"; } .fa-expand:before { content: "\F065"; } .fa-expand-arrows-alt:before { content: "\F31E"; } .fa-expeditedssl:before { content: "\F23E"; } .fa-external-link-alt:before { content: "\F35D"; } .fa-external-link-square-alt:before { content: "\F360"; } .fa-eye:before { content: "\F06E"; } .fa-eye-dropper:before { content: "\F1FB"; } .fa-eye-slash:before { content: "\F070"; } .fa-facebook:before { content: "\F09A"; } .fa-facebook-f:before { content: "\F39E"; } .fa-facebook-messenger:before { content: "\F39F"; } .fa-facebook-square:before { content: "\F082"; } .fa-fan:before { content: "\F863"; } .fa-fantasy-flight-games:before { content: "\F6DC"; } .fa-fast-backward:before { content: "\F049"; } .fa-fast-forward:before { content: "\F050"; } .fa-fax:before { content: "\F1AC"; } .fa-feather:before { content: "\F52D"; } .fa-feather-alt:before { content: "\F56B"; } .fa-fedex:before { content: "\F797"; } .fa-fedora:before { content: "\F798"; } .fa-female:before { content: "\F182"; } .fa-fighter-jet:before { content: "\F0FB"; } .fa-figma:before { content: "\F799"; } .fa-file:before { content: "\F15B"; } .fa-file-alt:before { content: "\F15C"; } .fa-file-archive:before { content: "\F1C6"; } .fa-file-audio:before { content: "\F1C7"; } .fa-file-code:before { content: "\F1C9"; } .fa-file-contract:before { content: "\F56C"; } .fa-file-csv:before { content: "\F6DD"; } .fa-file-download:before { content: "\F56D"; } .fa-file-excel:before { content: "\F1C3"; } .fa-file-export:before { content: "\F56E"; } .fa-file-image:before { content: "\F1C5"; } .fa-file-import:before { content: "\F56F"; } .fa-file-invoice:before { content: "\F570"; } .fa-file-invoice-dollar:before { content: "\F571"; } .fa-file-medical:before { content: "\F477"; } .fa-file-medical-alt:before { content: "\F478"; } .fa-file-pdf:before { content: "\F1C1"; } .fa-file-powerpoint:before { content: "\F1C4"; } .fa-file-prescription:before { content: "\F572"; } .fa-file-signature:before { content: "\F573"; } .fa-file-upload:before { content: "\F574"; } .fa-file-video:before { content: "\F1C8"; } .fa-file-word:before { content: "\F1C2"; } .fa-fill:before { content: "\F575"; } .fa-fill-drip:before { content: "\F576"; } .fa-film:before { content: "\F008"; } .fa-filter:before { content: "\F0B0"; } .fa-fingerprint:before { content: "\F577"; } .fa-fire:before { content: "\F06D"; } .fa-fire-alt:before { content: "\F7E4"; } .fa-fire-extinguisher:before { content: "\F134"; } .fa-firefox:before { content: "\F269"; } .fa-first-aid:before { content: "\F479"; } .fa-first-order:before { content: "\F2B0"; } .fa-first-order-alt:before { content: "\F50A"; } .fa-firstdraft:before { content: "\F3A1"; } .fa-fish:before { content: "\F578"; } .fa-fist-raised:before { content: "\F6DE"; } .fa-flag:before { content: "\F024"; } .fa-flag-checkered:before { content: "\F11E"; } .fa-flag-usa:before { content: "\F74D"; } .fa-flask:before { content: "\F0C3"; } .fa-flickr:before { content: "\F16E"; } .fa-flipboard:before { content: "\F44D"; } .fa-flushed:before { content: "\F579"; } .fa-fly:before { content: "\F417"; } .fa-folder:before { content: "\F07B"; } .fa-folder-minus:before { content: "\F65D"; } .fa-folder-open:before { content: "\F07C"; } .fa-folder-plus:before { content: "\F65E"; } .fa-font:before { content: "\F031"; } .fa-font-awesome:before { content: "\F2B4"; } .fa-font-awesome-alt:before { content: "\F35C"; } .fa-font-awesome-flag:before { content: "\F425"; } .fa-font-awesome-logo-full:before { content: "\F4E6"; } .fa-fonticons:before { content: "\F280"; } .fa-fonticons-fi:before { content: "\F3A2"; } .fa-football-ball:before { content: "\F44E"; } .fa-fort-awesome:before { content: "\F286"; } .fa-fort-awesome-alt:before { content: "\F3A3"; } .fa-forumbee:before { content: "\F211"; } .fa-forward:before { content: "\F04E"; } .fa-foursquare:before { content: "\F180"; } .fa-free-code-camp:before { content: "\F2C5"; } .fa-freebsd:before { content: "\F3A4"; } .fa-frog:before { content: "\F52E"; } .fa-frown:before { content: "\F119"; } .fa-frown-open:before { content: "\F57A"; } .fa-fulcrum:before { content: "\F50B"; } .fa-funnel-dollar:before { content: "\F662"; } .fa-futbol:before { content: "\F1E3"; } .fa-galactic-republic:before { content: "\F50C"; } .fa-galactic-senate:before { content: "\F50D"; } .fa-gamepad:before { content: "\F11B"; } .fa-gas-pump:before { content: "\F52F"; } .fa-gavel:before { content: "\F0E3"; } .fa-gem:before { content: "\F3A5"; } .fa-genderless:before { content: "\F22D"; } .fa-get-pocket:before { content: "\F265"; } .fa-gg:before { content: "\F260"; } .fa-gg-circle:before { content: "\F261"; } .fa-ghost:before { content: "\F6E2"; } .fa-gift:before { content: "\F06B"; } .fa-gifts:before { content: "\F79C"; } .fa-git:before { content: "\F1D3"; } .fa-git-alt:before { content: "\F841"; } .fa-git-square:before { content: "\F1D2"; } .fa-github:before { content: "\F09B"; } .fa-github-alt:before { content: "\F113"; } .fa-github-square:before { content: "\F092"; } .fa-gitkraken:before { content: "\F3A6"; } .fa-gitlab:before { content: "\F296"; } .fa-gitter:before { content: "\F426"; } .fa-glass-cheers:before { content: "\F79F"; } .fa-glass-martini:before { content: "\F000"; } .fa-glass-martini-alt:before { content: "\F57B"; } .fa-glass-whiskey:before { content: "\F7A0"; } .fa-glasses:before { content: "\F530"; } .fa-glide:before { content: "\F2A5"; } .fa-glide-g:before { content: "\F2A6"; } .fa-globe:before { content: "\F0AC"; } .fa-globe-africa:before { content: "\F57C"; } .fa-globe-americas:before { content: "\F57D"; } .fa-globe-asia:before { content: "\F57E"; } .fa-globe-europe:before { content: "\F7A2"; } .fa-gofore:before { content: "\F3A7"; } .fa-golf-ball:before { content: "\F450"; } .fa-goodreads:before { content: "\F3A8"; } .fa-goodreads-g:before { content: "\F3A9"; } .fa-google:before { content: "\F1A0"; } .fa-google-drive:before { content: "\F3AA"; } .fa-google-play:before { content: "\F3AB"; } .fa-google-plus:before { content: "\F2B3"; } .fa-google-plus-g:before { content: "\F0D5"; } .fa-google-plus-square:before { content: "\F0D4"; } .fa-google-wallet:before { content: "\F1EE"; } .fa-gopuram:before { content: "\F664"; } .fa-graduation-cap:before { content: "\F19D"; } .fa-gratipay:before { content: "\F184"; } .fa-grav:before { content: "\F2D6"; } .fa-greater-than:before { content: "\F531"; } .fa-greater-than-equal:before { content: "\F532"; } .fa-grimace:before { content: "\F57F"; } .fa-grin:before { content: "\F580"; } .fa-grin-alt:before { content: "\F581"; } .fa-grin-beam:before { content: "\F582"; } .fa-grin-beam-sweat:before { content: "\F583"; } .fa-grin-hearts:before { content: "\F584"; } .fa-grin-squint:before { content: "\F585"; } .fa-grin-squint-tears:before { content: "\F586"; } .fa-grin-stars:before { content: "\F587"; } .fa-grin-tears:before { content: "\F588"; } .fa-grin-tongue:before { content: "\F589"; } .fa-grin-tongue-squint:before { content: "\F58A"; } .fa-grin-tongue-wink:before { content: "\F58B"; } .fa-grin-wink:before { content: "\F58C"; } .fa-grip-horizontal:before { content: "\F58D"; } .fa-grip-lines:before { content: "\F7A4"; } .fa-grip-lines-vertical:before { content: "\F7A5"; } .fa-grip-vertical:before { content: "\F58E"; } .fa-gripfire:before { content: "\F3AC"; } .fa-grunt:before { content: "\F3AD"; } .fa-guitar:before { content: "\F7A6"; } .fa-gulp:before { content: "\F3AE"; } .fa-h-square:before { content: "\F0FD"; } .fa-hacker-news:before { content: "\F1D4"; } .fa-hacker-news-square:before { content: "\F3AF"; } .fa-hackerrank:before { content: "\F5F7"; } .fa-hamburger:before { content: "\F805"; } .fa-hammer:before { content: "\F6E3"; } .fa-hamsa:before { content: "\F665"; } .fa-hand-holding:before { content: "\F4BD"; } .fa-hand-holding-heart:before { content: "\F4BE"; } .fa-hand-holding-usd:before { content: "\F4C0"; } .fa-hand-lizard:before { content: "\F258"; } .fa-hand-middle-finger:before { content: "\F806"; } .fa-hand-paper:before { content: "\F256"; } .fa-hand-peace:before { content: "\F25B"; } .fa-hand-point-down:before { content: "\F0A7"; } .fa-hand-point-left:before { content: "\F0A5"; } .fa-hand-point-right:before { content: "\F0A4"; } .fa-hand-point-up:before { content: "\F0A6"; } .fa-hand-pointer:before { content: "\F25A"; } .fa-hand-rock:before { content: "\F255"; } .fa-hand-scissors:before { content: "\F257"; } .fa-hand-spock:before { content: "\F259"; } .fa-hands:before { content: "\F4C2"; } .fa-hands-helping:before { content: "\F4C4"; } .fa-handshake:before { content: "\F2B5"; } .fa-hanukiah:before { content: "\F6E6"; } .fa-hard-hat:before { content: "\F807"; } .fa-hashtag:before { content: "\F292"; } .fa-hat-wizard:before { content: "\F6E8"; } .fa-haykal:before { content: "\F666"; } .fa-hdd:before { content: "\F0A0"; } .fa-heading:before { content: "\F1DC"; } .fa-headphones:before { content: "\F025"; } .fa-headphones-alt:before { content: "\F58F"; } .fa-headset:before { content: "\F590"; } .fa-heart:before { content: "\F004"; } .fa-heart-broken:before { content: "\F7A9"; } .fa-heartbeat:before { content: "\F21E"; } .fa-helicopter:before { content: "\F533"; } .fa-highlighter:before { content: "\F591"; } .fa-hiking:before { content: "\F6EC"; } .fa-hippo:before { content: "\F6ED"; } .fa-hips:before { content: "\F452"; } .fa-hire-a-helper:before { content: "\F3B0"; } .fa-history:before { content: "\F1DA"; } .fa-hockey-puck:before { content: "\F453"; } .fa-holly-berry:before { content: "\F7AA"; } .fa-home:before { content: "\F015"; } .fa-hooli:before { content: "\F427"; } .fa-hornbill:before { content: "\F592"; } .fa-horse:before { content: "\F6F0"; } .fa-horse-head:before { content: "\F7AB"; } .fa-hospital:before { content: "\F0F8"; } .fa-hospital-alt:before { content: "\F47D"; } .fa-hospital-symbol:before { content: "\F47E"; } .fa-hot-tub:before { content: "\F593"; } .fa-hotdog:before { content: "\F80F"; } .fa-hotel:before { content: "\F594"; } .fa-hotjar:before { content: "\F3B1"; } .fa-hourglass:before { content: "\F254"; } .fa-hourglass-end:before { content: "\F253"; } .fa-hourglass-half:before { content: "\F252"; } .fa-hourglass-start:before { content: "\F251"; } .fa-house-damage:before { content: "\F6F1"; } .fa-houzz:before { content: "\F27C"; } .fa-hryvnia:before { content: "\F6F2"; } .fa-html5:before { content: "\F13B"; } .fa-hubspot:before { content: "\F3B2"; } .fa-i-cursor:before { content: "\F246"; } .fa-ice-cream:before { content: "\F810"; } .fa-icicles:before { content: "\F7AD"; } .fa-icons:before { content: "\F86D"; } .fa-id-badge:before { content: "\F2C1"; } .fa-id-card:before { content: "\F2C2"; } .fa-id-card-alt:before { content: "\F47F"; } .fa-igloo:before { content: "\F7AE"; } .fa-image:before { content: "\F03E"; } .fa-images:before { content: "\F302"; } .fa-imdb:before { content: "\F2D8"; } .fa-inbox:before { content: "\F01C"; } .fa-indent:before { content: "\F03C"; } .fa-industry:before { content: "\F275"; } .fa-infinity:before { content: "\F534"; } .fa-info:before { content: "\F129"; } .fa-info-circle:before { content: "\F05A"; } .fa-instagram:before { content: "\F16D"; } .fa-intercom:before { content: "\F7AF"; } .fa-internet-explorer:before { content: "\F26B"; } .fa-invision:before { content: "\F7B0"; } .fa-ioxhost:before { content: "\F208"; } .fa-italic:before { content: "\F033"; } .fa-itch-io:before { content: "\F83A"; } .fa-itunes:before { content: "\F3B4"; } .fa-itunes-note:before { content: "\F3B5"; } .fa-java:before { content: "\F4E4"; } .fa-jedi:before { content: "\F669"; } .fa-jedi-order:before { content: "\F50E"; } .fa-jenkins:before { content: "\F3B6"; } .fa-jira:before { content: "\F7B1"; } .fa-joget:before { content: "\F3B7"; } .fa-joint:before { content: "\F595"; } .fa-joomla:before { content: "\F1AA"; } .fa-journal-whills:before { content: "\F66A"; } .fa-js:before { content: "\F3B8"; } .fa-js-square:before { content: "\F3B9"; } .fa-jsfiddle:before { content: "\F1CC"; } .fa-kaaba:before { content: "\F66B"; } .fa-kaggle:before { content: "\F5FA"; } .fa-key:before { content: "\F084"; } .fa-keybase:before { content: "\F4F5"; } .fa-keyboard:before { content: "\F11C"; } .fa-keycdn:before { content: "\F3BA"; } .fa-khanda:before { content: "\F66D"; } .fa-kickstarter:before { content: "\F3BB"; } .fa-kickstarter-k:before { content: "\F3BC"; } .fa-kiss:before { content: "\F596"; } .fa-kiss-beam:before { content: "\F597"; } .fa-kiss-wink-heart:before { content: "\F598"; } .fa-kiwi-bird:before { content: "\F535"; } .fa-korvue:before { content: "\F42F"; } .fa-landmark:before { content: "\F66F"; } .fa-language:before { content: "\F1AB"; } .fa-laptop:before { content: "\F109"; } .fa-laptop-code:before { content: "\F5FC"; } .fa-laptop-medical:before { content: "\F812"; } .fa-laravel:before { content: "\F3BD"; } .fa-lastfm:before { content: "\F202"; } .fa-lastfm-square:before { content: "\F203"; } .fa-laugh:before { content: "\F599"; } .fa-laugh-beam:before { content: "\F59A"; } .fa-laugh-squint:before { content: "\F59B"; } .fa-laugh-wink:before { content: "\F59C"; } .fa-layer-group:before { content: "\F5FD"; } .fa-leaf:before { content: "\F06C"; } .fa-leanpub:before { content: "\F212"; } .fa-lemon:before { content: "\F094"; } .fa-less:before { content: "\F41D"; } .fa-less-than:before { content: "\F536"; } .fa-less-than-equal:before { content: "\F537"; } .fa-level-down-alt:before { content: "\F3BE"; } .fa-level-up-alt:before { content: "\F3BF"; } .fa-life-ring:before { content: "\F1CD"; } .fa-lightbulb:before { content: "\F0EB"; } .fa-line:before { content: "\F3C0"; } .fa-link:before { content: "\F0C1"; } .fa-linkedin:before { content: "\F08C"; } .fa-linkedin-in:before { content: "\F0E1"; } .fa-linode:before { content: "\F2B8"; } .fa-linux:before { content: "\F17C"; } .fa-lira-sign:before { content: "\F195"; } .fa-list:before { content: "\F03A"; } .fa-list-alt:before { content: "\F022"; } .fa-list-ol:before { content: "\F0CB"; } .fa-list-ul:before { content: "\F0CA"; } .fa-location-arrow:before { content: "\F124"; } .fa-lock:before { content: "\F023"; } .fa-lock-open:before { content: "\F3C1"; } .fa-long-arrow-alt-down:before { content: "\F309"; } .fa-long-arrow-alt-left:before { content: "\F30A"; } .fa-long-arrow-alt-right:before { content: "\F30B"; } .fa-long-arrow-alt-up:before { content: "\F30C"; } .fa-low-vision:before { content: "\F2A8"; } .fa-luggage-cart:before { content: "\F59D"; } .fa-lyft:before { content: "\F3C3"; } .fa-magento:before { content: "\F3C4"; } .fa-magic:before { content: "\F0D0"; } .fa-magnet:before { content: "\F076"; } .fa-mail-bulk:before { content: "\F674"; } .fa-mailchimp:before { content: "\F59E"; } .fa-male:before { content: "\F183"; } .fa-mandalorian:before { content: "\F50F"; } .fa-map:before { content: "\F279"; } .fa-map-marked:before { content: "\F59F"; } .fa-map-marked-alt:before { content: "\F5A0"; } .fa-map-marker:before { content: "\F041"; } .fa-map-marker-alt:before { content: "\F3C5"; } .fa-map-pin:before { content: "\F276"; } .fa-map-signs:before { content: "\F277"; } .fa-markdown:before { content: "\F60F"; } .fa-marker:before { content: "\F5A1"; } .fa-mars:before { content: "\F222"; } .fa-mars-double:before { content: "\F227"; } .fa-mars-stroke:before { content: "\F229"; } .fa-mars-stroke-h:before { content: "\F22B"; } .fa-mars-stroke-v:before { content: "\F22A"; } .fa-mask:before { content: "\F6FA"; } .fa-mastodon:before { content: "\F4F6"; } .fa-maxcdn:before { content: "\F136"; } .fa-medal:before { content: "\F5A2"; } .fa-medapps:before { content: "\F3C6"; } .fa-medium:before { content: "\F23A"; } .fa-medium-m:before { content: "\F3C7"; } .fa-medkit:before { content: "\F0FA"; } .fa-medrt:before { content: "\F3C8"; } .fa-meetup:before { content: "\F2E0"; } .fa-megaport:before { content: "\F5A3"; } .fa-meh:before { content: "\F11A"; } .fa-meh-blank:before { content: "\F5A4"; } .fa-meh-rolling-eyes:before { content: "\F5A5"; } .fa-memory:before { content: "\F538"; } .fa-mendeley:before { content: "\F7B3"; } .fa-menorah:before { content: "\F676"; } .fa-mercury:before { content: "\F223"; } .fa-meteor:before { content: "\F753"; } .fa-microchip:before { content: "\F2DB"; } .fa-microphone:before { content: "\F130"; } .fa-microphone-alt:before { content: "\F3C9"; } .fa-microphone-alt-slash:before { content: "\F539"; } .fa-microphone-slash:before { content: "\F131"; } .fa-microscope:before { content: "\F610"; } .fa-microsoft:before { content: "\F3CA"; } .fa-minus:before { content: "\F068"; } .fa-minus-circle:before { content: "\F056"; } .fa-minus-square:before { content: "\F146"; } .fa-mitten:before { content: "\F7B5"; } .fa-mix:before { content: "\F3CB"; } .fa-mixcloud:before { content: "\F289"; } .fa-mizuni:before { content: "\F3CC"; } .fa-mobile:before { content: "\F10B"; } .fa-mobile-alt:before { content: "\F3CD"; } .fa-modx:before { content: "\F285"; } .fa-monero:before { content: "\F3D0"; } .fa-money-bill:before { content: "\F0D6"; } .fa-money-bill-alt:before { content: "\F3D1"; } .fa-money-bill-wave:before { content: "\F53A"; } .fa-money-bill-wave-alt:before { content: "\F53B"; } .fa-money-check:before { content: "\F53C"; } .fa-money-check-alt:before { content: "\F53D"; } .fa-monument:before { content: "\F5A6"; } .fa-moon:before { content: "\F186"; } .fa-mortar-pestle:before { content: "\F5A7"; } .fa-mosque:before { content: "\F678"; } .fa-motorcycle:before { content: "\F21C"; } .fa-mountain:before { content: "\F6FC"; } .fa-mouse-pointer:before { content: "\F245"; } .fa-mug-hot:before { content: "\F7B6"; } .fa-music:before { content: "\F001"; } .fa-napster:before { content: "\F3D2"; } .fa-neos:before { content: "\F612"; } .fa-network-wired:before { content: "\F6FF"; } .fa-neuter:before { content: "\F22C"; } .fa-newspaper:before { content: "\F1EA"; } .fa-nimblr:before { content: "\F5A8"; } .fa-node:before { content: "\F419"; } .fa-node-js:before { content: "\F3D3"; } .fa-not-equal:before { content: "\F53E"; } .fa-notes-medical:before { content: "\F481"; } .fa-npm:before { content: "\F3D4"; } .fa-ns8:before { content: "\F3D5"; } .fa-nutritionix:before { content: "\F3D6"; } .fa-object-group:before { content: "\F247"; } .fa-object-ungroup:before { content: "\F248"; } .fa-odnoklassniki:before { content: "\F263"; } .fa-odnoklassniki-square:before { content: "\F264"; } .fa-oil-can:before { content: "\F613"; } .fa-old-republic:before { content: "\F510"; } .fa-om:before { content: "\F679"; } .fa-opencart:before { content: "\F23D"; } .fa-openid:before { content: "\F19B"; } .fa-opera:before { content: "\F26A"; } .fa-optin-monster:before { content: "\F23C"; } .fa-osi:before { content: "\F41A"; } .fa-otter:before { content: "\F700"; } .fa-outdent:before { content: "\F03B"; } .fa-page4:before { content: "\F3D7"; } .fa-pagelines:before { content: "\F18C"; } .fa-pager:before { content: "\F815"; } .fa-paint-brush:before { content: "\F1FC"; } .fa-paint-roller:before { content: "\F5AA"; } .fa-palette:before { content: "\F53F"; } .fa-palfed:before { content: "\F3D8"; } .fa-pallet:before { content: "\F482"; } .fa-paper-plane:before { content: "\F1D8"; } .fa-paperclip:before { content: "\F0C6"; } .fa-parachute-box:before { content: "\F4CD"; } .fa-paragraph:before { content: "\F1DD"; } .fa-parking:before { content: "\F540"; } .fa-passport:before { content: "\F5AB"; } .fa-pastafarianism:before { content: "\F67B"; } .fa-paste:before { content: "\F0EA"; } .fa-patreon:before { content: "\F3D9"; } .fa-pause:before { content: "\F04C"; } .fa-pause-circle:before { content: "\F28B"; } .fa-paw:before { content: "\F1B0"; } .fa-paypal:before { content: "\F1ED"; } .fa-peace:before { content: "\F67C"; } .fa-pen:before { content: "\F304"; } .fa-pen-alt:before { content: "\F305"; } .fa-pen-fancy:before { content: "\F5AC"; } .fa-pen-nib:before { content: "\F5AD"; } .fa-pen-square:before { content: "\F14B"; } .fa-pencil-alt:before { content: "\F303"; } .fa-pencil-ruler:before { content: "\F5AE"; } .fa-penny-arcade:before { content: "\F704"; } .fa-people-carry:before { content: "\F4CE"; } .fa-pepper-hot:before { content: "\F816"; } .fa-percent:before { content: "\F295"; } .fa-percentage:before { content: "\F541"; } .fa-periscope:before { content: "\F3DA"; } .fa-person-booth:before { content: "\F756"; } .fa-phabricator:before { content: "\F3DB"; } .fa-phoenix-framework:before { content: "\F3DC"; } .fa-phoenix-squadron:before { content: "\F511"; } .fa-phone:before { content: "\F095"; } .fa-phone-alt:before { content: "\F879"; } .fa-phone-slash:before { content: "\F3DD"; } .fa-phone-square:before { content: "\F098"; } .fa-phone-square-alt:before { content: "\F87B"; } .fa-phone-volume:before { content: "\F2A0"; } .fa-photo-video:before { content: "\F87C"; } .fa-php:before { content: "\F457"; } .fa-pied-piper:before { content: "\F2AE"; } .fa-pied-piper-alt:before { content: "\F1A8"; } .fa-pied-piper-hat:before { content: "\F4E5"; } .fa-pied-piper-pp:before { content: "\F1A7"; } .fa-piggy-bank:before { content: "\F4D3"; } .fa-pills:before { content: "\F484"; } .fa-pinterest:before { content: "\F0D2"; } .fa-pinterest-p:before { content: "\F231"; } .fa-pinterest-square:before { content: "\F0D3"; } .fa-pizza-slice:before { content: "\F818"; } .fa-place-of-worship:before { content: "\F67F"; } .fa-plane:before { content: "\F072"; } .fa-plane-arrival:before { content: "\F5AF"; } .fa-plane-departure:before { content: "\F5B0"; } .fa-play:before { content: "\F04B"; } .fa-play-circle:before { content: "\F144"; } .fa-playstation:before { content: "\F3DF"; } .fa-plug:before { content: "\F1E6"; } .fa-plus:before { content: "\F067"; } .fa-plus-circle:before { content: "\F055"; } .fa-plus-square:before { content: "\F0FE"; } .fa-podcast:before { content: "\F2CE"; } .fa-poll:before { content: "\F681"; } .fa-poll-h:before { content: "\F682"; } .fa-poo:before { content: "\F2FE"; } .fa-poo-storm:before { content: "\F75A"; } .fa-poop:before { content: "\F619"; } .fa-portrait:before { content: "\F3E0"; } .fa-pound-sign:before { content: "\F154"; } .fa-power-off:before { content: "\F011"; } .fa-pray:before { content: "\F683"; } .fa-praying-hands:before { content: "\F684"; } .fa-prescription:before { content: "\F5B1"; } .fa-prescription-bottle:before { content: "\F485"; } .fa-prescription-bottle-alt:before { content: "\F486"; } .fa-print:before { content: "\F02F"; } .fa-procedures:before { content: "\F487"; } .fa-product-hunt:before { content: "\F288"; } .fa-project-diagram:before { content: "\F542"; } .fa-pushed:before { content: "\F3E1"; } .fa-puzzle-piece:before { content: "\F12E"; } .fa-python:before { content: "\F3E2"; } .fa-qq:before { content: "\F1D6"; } .fa-qrcode:before { content: "\F029"; } .fa-question:before { content: "\F128"; } .fa-question-circle:before { content: "\F059"; } .fa-quidditch:before { content: "\F458"; } .fa-quinscape:before { content: "\F459"; } .fa-quora:before { content: "\F2C4"; } .fa-quote-left:before { content: "\F10D"; } .fa-quote-right:before { content: "\F10E"; } .fa-quran:before { content: "\F687"; } .fa-r-project:before { content: "\F4F7"; } .fa-radiation:before { content: "\F7B9"; } .fa-radiation-alt:before { content: "\F7BA"; } .fa-rainbow:before { content: "\F75B"; } .fa-random:before { content: "\F074"; } .fa-raspberry-pi:before { content: "\F7BB"; } .fa-ravelry:before { content: "\F2D9"; } .fa-react:before { content: "\F41B"; } .fa-reacteurope:before { content: "\F75D"; } .fa-readme:before { content: "\F4D5"; } .fa-rebel:before { content: "\F1D0"; } .fa-receipt:before { content: "\F543"; } .fa-recycle:before { content: "\F1B8"; } .fa-red-river:before { content: "\F3E3"; } .fa-reddit:before { content: "\F1A1"; } .fa-reddit-alien:before { content: "\F281"; } .fa-reddit-square:before { content: "\F1A2"; } .fa-redhat:before { content: "\F7BC"; } .fa-redo:before { content: "\F01E"; } .fa-redo-alt:before { content: "\F2F9"; } .fa-registered:before { content: "\F25D"; } .fa-remove-format:before { content: "\F87D"; } .fa-renren:before { content: "\F18B"; } .fa-reply:before { content: "\F3E5"; } .fa-reply-all:before { content: "\F122"; } .fa-replyd:before { content: "\F3E6"; } .fa-republican:before { content: "\F75E"; } .fa-researchgate:before { content: "\F4F8"; } .fa-resolving:before { content: "\F3E7"; } .fa-restroom:before { content: "\F7BD"; } .fa-retweet:before { content: "\F079"; } .fa-rev:before { content: "\F5B2"; } .fa-ribbon:before { content: "\F4D6"; } .fa-ring:before { content: "\F70B"; } .fa-road:before { content: "\F018"; } .fa-robot:before { content: "\F544"; } .fa-rocket:before { content: "\F135"; } .fa-rocketchat:before { content: "\F3E8"; } .fa-rockrms:before { content: "\F3E9"; } .fa-route:before { content: "\F4D7"; } .fa-rss:before { content: "\F09E"; } .fa-rss-square:before { content: "\F143"; } .fa-ruble-sign:before { content: "\F158"; } .fa-ruler:before { content: "\F545"; } .fa-ruler-combined:before { content: "\F546"; } .fa-ruler-horizontal:before { content: "\F547"; } .fa-ruler-vertical:before { content: "\F548"; } .fa-running:before { content: "\F70C"; } .fa-rupee-sign:before { content: "\F156"; } .fa-sad-cry:before { content: "\F5B3"; } .fa-sad-tear:before { content: "\F5B4"; } .fa-safari:before { content: "\F267"; } .fa-salesforce:before { content: "\F83B"; } .fa-sass:before { content: "\F41E"; } .fa-satellite:before { content: "\F7BF"; } .fa-satellite-dish:before { content: "\F7C0"; } .fa-save:before { content: "\F0C7"; } .fa-schlix:before { content: "\F3EA"; } .fa-school:before { content: "\F549"; } .fa-screwdriver:before { content: "\F54A"; } .fa-scribd:before { content: "\F28A"; } .fa-scroll:before { content: "\F70E"; } .fa-sd-card:before { content: "\F7C2"; } .fa-search:before { content: "\F002"; } .fa-search-dollar:before { content: "\F688"; } .fa-search-location:before { content: "\F689"; } .fa-search-minus:before { content: "\F010"; } .fa-search-plus:before { content: "\F00E"; } .fa-searchengin:before { content: "\F3EB"; } .fa-seedling:before { content: "\F4D8"; } .fa-sellcast:before { content: "\F2DA"; } .fa-sellsy:before { content: "\F213"; } .fa-server:before { content: "\F233"; } .fa-servicestack:before { content: "\F3EC"; } .fa-shapes:before { content: "\F61F"; } .fa-share:before { content: "\F064"; } .fa-share-alt:before { content: "\F1E0"; } .fa-share-alt-square:before { content: "\F1E1"; } .fa-share-square:before { content: "\F14D"; } .fa-shekel-sign:before { content: "\F20B"; } .fa-shield-alt:before { content: "\F3ED"; } .fa-ship:before { content: "\F21A"; } .fa-shipping-fast:before { content: "\F48B"; } .fa-shirtsinbulk:before { content: "\F214"; } .fa-shoe-prints:before { content: "\F54B"; } .fa-shopping-bag:before { content: "\F290"; } .fa-shopping-basket:before { content: "\F291"; } .fa-shopping-cart:before { content: "\F07A"; } .fa-shopware:before { content: "\F5B5"; } .fa-shower:before { content: "\F2CC"; } .fa-shuttle-van:before { content: "\F5B6"; } .fa-sign:before { content: "\F4D9"; } .fa-sign-in-alt:before { content: "\F2F6"; } .fa-sign-language:before { content: "\F2A7"; } .fa-sign-out-alt:before { content: "\F2F5"; } .fa-signal:before { content: "\F012"; } .fa-signature:before { content: "\F5B7"; } .fa-sim-card:before { content: "\F7C4"; } .fa-simplybuilt:before { content: "\F215"; } .fa-sistrix:before { content: "\F3EE"; } .fa-sitemap:before { content: "\F0E8"; } .fa-sith:before { content: "\F512"; } .fa-skating:before { content: "\F7C5"; } .fa-sketch:before { content: "\F7C6"; } .fa-skiing:before { content: "\F7C9"; } .fa-skiing-nordic:before { content: "\F7CA"; } .fa-skull:before { content: "\F54C"; } .fa-skull-crossbones:before { content: "\F714"; } .fa-skyatlas:before { content: "\F216"; } .fa-skype:before { content: "\F17E"; } .fa-slack:before { content: "\F198"; } .fa-slack-hash:before { content: "\F3EF"; } .fa-slash:before { content: "\F715"; } .fa-sleigh:before { content: "\F7CC"; } .fa-sliders-h:before { content: "\F1DE"; } .fa-slideshare:before { content: "\F1E7"; } .fa-smile:before { content: "\F118"; } .fa-smile-beam:before { content: "\F5B8"; } .fa-smile-wink:before { content: "\F4DA"; } .fa-smog:before { content: "\F75F"; } .fa-smoking:before { content: "\F48D"; } .fa-smoking-ban:before { content: "\F54D"; } .fa-sms:before { content: "\F7CD"; } .fa-snapchat:before { content: "\F2AB"; } .fa-snapchat-ghost:before { content: "\F2AC"; } .fa-snapchat-square:before { content: "\F2AD"; } .fa-snowboarding:before { content: "\F7CE"; } .fa-snowflake:before { content: "\F2DC"; } .fa-snowman:before { content: "\F7D0"; } .fa-snowplow:before { content: "\F7D2"; } .fa-socks:before { content: "\F696"; } .fa-solar-panel:before { content: "\F5BA"; } .fa-sort:before { content: "\F0DC"; } .fa-sort-alpha-down:before { content: "\F15D"; } .fa-sort-alpha-down-alt:before { content: "\F881"; } .fa-sort-alpha-up:before { content: "\F15E"; } .fa-sort-alpha-up-alt:before { content: "\F882"; } .fa-sort-amount-down:before { content: "\F160"; } .fa-sort-amount-down-alt:before { content: "\F884"; } .fa-sort-amount-up:before { content: "\F161"; } .fa-sort-amount-up-alt:before { content: "\F885"; } .fa-sort-down:before { content: "\F0DD"; } .fa-sort-numeric-down:before { content: "\F162"; } .fa-sort-numeric-down-alt:before { content: "\F886"; } .fa-sort-numeric-up:before { content: "\F163"; } .fa-sort-numeric-up-alt:before { content: "\F887"; } .fa-sort-up:before { content: "\F0DE"; } .fa-soundcloud:before { content: "\F1BE"; } .fa-sourcetree:before { content: "\F7D3"; } .fa-spa:before { content: "\F5BB"; } .fa-space-shuttle:before { content: "\F197"; } .fa-speakap:before { content: "\F3F3"; } .fa-speaker-deck:before { content: "\F83C"; } .fa-spell-check:before { content: "\F891"; } .fa-spider:before { content: "\F717"; } .fa-spinner:before { content: "\F110"; } .fa-splotch:before { content: "\F5BC"; } .fa-spotify:before { content: "\F1BC"; } .fa-spray-can:before { content: "\F5BD"; } .fa-square:before { content: "\F0C8"; } .fa-square-full:before { content: "\F45C"; } .fa-square-root-alt:before { content: "\F698"; } .fa-squarespace:before { content: "\F5BE"; } .fa-stack-exchange:before { content: "\F18D"; } .fa-stack-overflow:before { content: "\F16C"; } .fa-stackpath:before { content: "\F842"; } .fa-stamp:before { content: "\F5BF"; } .fa-star:before { content: "\F005"; } .fa-star-and-crescent:before { content: "\F699"; } .fa-star-half:before { content: "\F089"; } .fa-star-half-alt:before { content: "\F5C0"; } .fa-star-of-david:before { content: "\F69A"; } .fa-star-of-life:before { content: "\F621"; } .fa-staylinked:before { content: "\F3F5"; } .fa-steam:before { content: "\F1B6"; } .fa-steam-square:before { content: "\F1B7"; } .fa-steam-symbol:before { content: "\F3F6"; } .fa-step-backward:before { content: "\F048"; } .fa-step-forward:before { content: "\F051"; } .fa-stethoscope:before { content: "\F0F1"; } .fa-sticker-mule:before { content: "\F3F7"; } .fa-sticky-note:before { content: "\F249"; } .fa-stop:before { content: "\F04D"; } .fa-stop-circle:before { content: "\F28D"; } .fa-stopwatch:before { content: "\F2F2"; } .fa-store:before { content: "\F54E"; } .fa-store-alt:before { content: "\F54F"; } .fa-strava:before { content: "\F428"; } .fa-stream:before { content: "\F550"; } .fa-street-view:before { content: "\F21D"; } .fa-strikethrough:before { content: "\F0CC"; } .fa-stripe:before { content: "\F429"; } .fa-stripe-s:before { content: "\F42A"; } .fa-stroopwafel:before { content: "\F551"; } .fa-studiovinari:before { content: "\F3F8"; } .fa-stumbleupon:before { content: "\F1A4"; } .fa-stumbleupon-circle:before { content: "\F1A3"; } .fa-subscript:before { content: "\F12C"; } .fa-subway:before { content: "\F239"; } .fa-suitcase:before { content: "\F0F2"; } .fa-suitcase-rolling:before { content: "\F5C1"; } .fa-sun:before { content: "\F185"; } .fa-superpowers:before { content: "\F2DD"; } .fa-superscript:before { content: "\F12B"; } .fa-supple:before { content: "\F3F9"; } .fa-surprise:before { content: "\F5C2"; } .fa-suse:before { content: "\F7D6"; } .fa-swatchbook:before { content: "\F5C3"; } .fa-swimmer:before { content: "\F5C4"; } .fa-swimming-pool:before { content: "\F5C5"; } .fa-symfony:before { content: "\F83D"; } .fa-synagogue:before { content: "\F69B"; } .fa-sync:before { content: "\F021"; } .fa-sync-alt:before { content: "\F2F1"; } .fa-syringe:before { content: "\F48E"; } .fa-table:before { content: "\F0CE"; } .fa-table-tennis:before { content: "\F45D"; } .fa-tablet:before { content: "\F10A"; } .fa-tablet-alt:before { content: "\F3FA"; } .fa-tablets:before { content: "\F490"; } .fa-tachometer-alt:before { content: "\F3FD"; } .fa-tag:before { content: "\F02B"; } .fa-tags:before { content: "\F02C"; } .fa-tape:before { content: "\F4DB"; } .fa-tasks:before { content: "\F0AE"; } .fa-taxi:before { content: "\F1BA"; } .fa-teamspeak:before { content: "\F4F9"; } .fa-teeth:before { content: "\F62E"; } .fa-teeth-open:before { content: "\F62F"; } .fa-telegram:before { content: "\F2C6"; } .fa-telegram-plane:before { content: "\F3FE"; } .fa-temperature-high:before { content: "\F769"; } .fa-temperature-low:before { content: "\F76B"; } .fa-tencent-weibo:before { content: "\F1D5"; } .fa-tenge:before { content: "\F7D7"; } .fa-terminal:before { content: "\F120"; } .fa-text-height:before { content: "\F034"; } .fa-text-width:before { content: "\F035"; } .fa-th:before { content: "\F00A"; } .fa-th-large:before { content: "\F009"; } .fa-th-list:before { content: "\F00B"; } .fa-the-red-yeti:before { content: "\F69D"; } .fa-theater-masks:before { content: "\F630"; } .fa-themeco:before { content: "\F5C6"; } .fa-themeisle:before { content: "\F2B2"; } .fa-thermometer:before { content: "\F491"; } .fa-thermometer-empty:before { content: "\F2CB"; } .fa-thermometer-full:before { content: "\F2C7"; } .fa-thermometer-half:before { content: "\F2C9"; } .fa-thermometer-quarter:before { content: "\F2CA"; } .fa-thermometer-three-quarters:before { content: "\F2C8"; } .fa-think-peaks:before { content: "\F731"; } .fa-thumbs-down:before { content: "\F165"; } .fa-thumbs-up:before { content: "\F164"; } .fa-thumbtack:before { content: "\F08D"; } .fa-ticket-alt:before { content: "\F3FF"; } .fa-times:before { content: "\F00D"; } .fa-times-circle:before { content: "\F057"; } .fa-tint:before { content: "\F043"; } .fa-tint-slash:before { content: "\F5C7"; } .fa-tired:before { content: "\F5C8"; } .fa-toggle-off:before { content: "\F204"; } .fa-toggle-on:before { content: "\F205"; } .fa-toilet:before { content: "\F7D8"; } .fa-toilet-paper:before { content: "\F71E"; } .fa-toolbox:before { content: "\F552"; } .fa-tools:before { content: "\F7D9"; } .fa-tooth:before { content: "\F5C9"; } .fa-torah:before { content: "\F6A0"; } .fa-torii-gate:before { content: "\F6A1"; } .fa-tractor:before { content: "\F722"; } .fa-trade-federation:before { content: "\F513"; } .fa-trademark:before { content: "\F25C"; } .fa-traffic-light:before { content: "\F637"; } .fa-train:before { content: "\F238"; } .fa-tram:before { content: "\F7DA"; } .fa-transgender:before { content: "\F224"; } .fa-transgender-alt:before { content: "\F225"; } .fa-trash:before { content: "\F1F8"; } .fa-trash-alt:before { content: "\F2ED"; } .fa-trash-restore:before { content: "\F829"; } .fa-trash-restore-alt:before { content: "\F82A"; } .fa-tree:before { content: "\F1BB"; } .fa-trello:before { content: "\F181"; } .fa-tripadvisor:before { content: "\F262"; } .fa-trophy:before { content: "\F091"; } .fa-truck:before { content: "\F0D1"; } .fa-truck-loading:before { content: "\F4DE"; } .fa-truck-monster:before { content: "\F63B"; } .fa-truck-moving:before { content: "\F4DF"; } .fa-truck-pickup:before { content: "\F63C"; } .fa-tshirt:before { content: "\F553"; } .fa-tty:before { content: "\F1E4"; } .fa-tumblr:before { content: "\F173"; } .fa-tumblr-square:before { content: "\F174"; } .fa-tv:before { content: "\F26C"; } .fa-twitch:before { content: "\F1E8"; } .fa-twitter:before { content: "\F099"; } .fa-twitter-square:before { content: "\F081"; } .fa-typo3:before { content: "\F42B"; } .fa-uber:before { content: "\F402"; } .fa-ubuntu:before { content: "\F7DF"; } .fa-uikit:before { content: "\F403"; } .fa-umbrella:before { content: "\F0E9"; } .fa-umbrella-beach:before { content: "\F5CA"; } .fa-underline:before { content: "\F0CD"; } .fa-undo:before { content: "\F0E2"; } .fa-undo-alt:before { content: "\F2EA"; } .fa-uniregistry:before { content: "\F404"; } .fa-universal-access:before { content: "\F29A"; } .fa-university:before { content: "\F19C"; } .fa-unlink:before { content: "\F127"; } .fa-unlock:before { content: "\F09C"; } .fa-unlock-alt:before { content: "\F13E"; } .fa-untappd:before { content: "\F405"; } .fa-upload:before { content: "\F093"; } .fa-ups:before { content: "\F7E0"; } .fa-usb:before { content: "\F287"; } .fa-user:before { content: "\F007"; } .fa-user-alt:before { content: "\F406"; } .fa-user-alt-slash:before { content: "\F4FA"; } .fa-user-astronaut:before { content: "\F4FB"; } .fa-user-check:before { content: "\F4FC"; } .fa-user-circle:before { content: "\F2BD"; } .fa-user-clock:before { content: "\F4FD"; } .fa-user-cog:before { content: "\F4FE"; } .fa-user-edit:before { content: "\F4FF"; } .fa-user-friends:before { content: "\F500"; } .fa-user-graduate:before { content: "\F501"; } .fa-user-injured:before { content: "\F728"; } .fa-user-lock:before { content: "\F502"; } .fa-user-md:before { content: "\F0F0"; } .fa-user-minus:before { content: "\F503"; } .fa-user-ninja:before { content: "\F504"; } .fa-user-nurse:before { content: "\F82F"; } .fa-user-plus:before { content: "\F234"; } .fa-user-secret:before { content: "\F21B"; } .fa-user-shield:before { content: "\F505"; } .fa-user-slash:before { content: "\F506"; } .fa-user-tag:before { content: "\F507"; } .fa-user-tie:before { content: "\F508"; } .fa-user-times:before { content: "\F235"; } .fa-users:before { content: "\F0C0"; } .fa-users-cog:before { content: "\F509"; } .fa-usps:before { content: "\F7E1"; } .fa-ussunnah:before { content: "\F407"; } .fa-utensil-spoon:before { content: "\F2E5"; } .fa-utensils:before { content: "\F2E7"; } .fa-vaadin:before { content: "\F408"; } .fa-vector-square:before { content: "\F5CB"; } .fa-venus:before { content: "\F221"; } .fa-venus-double:before { content: "\F226"; } .fa-venus-mars:before { content: "\F228"; } .fa-viacoin:before { content: "\F237"; } .fa-viadeo:before { content: "\F2A9"; } .fa-viadeo-square:before { content: "\F2AA"; } .fa-vial:before { content: "\F492"; } .fa-vials:before { content: "\F493"; } .fa-viber:before { content: "\F409"; } .fa-video:before { content: "\F03D"; } .fa-video-slash:before { content: "\F4E2"; } .fa-vihara:before { content: "\F6A7"; } .fa-vimeo:before { content: "\F40A"; } .fa-vimeo-square:before { content: "\F194"; } .fa-vimeo-v:before { content: "\F27D"; } .fa-vine:before { content: "\F1CA"; } .fa-vk:before { content: "\F189"; } .fa-vnv:before { content: "\F40B"; } .fa-voicemail:before { content: "\F897"; } .fa-volleyball-ball:before { content: "\F45F"; } .fa-volume-down:before { content: "\F027"; } .fa-volume-mute:before { content: "\F6A9"; } .fa-volume-off:before { content: "\F026"; } .fa-volume-up:before { content: "\F028"; } .fa-vote-yea:before { content: "\F772"; } .fa-vr-cardboard:before { content: "\F729"; } .fa-vuejs:before { content: "\F41F"; } .fa-walking:before { content: "\F554"; } .fa-wallet:before { content: "\F555"; } .fa-warehouse:before { content: "\F494"; } .fa-water:before { content: "\F773"; } .fa-wave-square:before { content: "\F83E"; } .fa-waze:before { content: "\F83F"; } .fa-weebly:before { content: "\F5CC"; } .fa-weibo:before { content: "\F18A"; } .fa-weight:before { content: "\F496"; } .fa-weight-hanging:before { content: "\F5CD"; } .fa-weixin:before { content: "\F1D7"; } .fa-whatsapp:before { content: "\F232"; } .fa-whatsapp-square:before { content: "\F40C"; } .fa-wheelchair:before { content: "\F193"; } .fa-whmcs:before { content: "\F40D"; } .fa-wifi:before { content: "\F1EB"; } .fa-wikipedia-w:before { content: "\F266"; } .fa-wind:before { content: "\F72E"; } .fa-window-close:before { content: "\F410"; } .fa-window-maximize:before { content: "\F2D0"; } .fa-window-minimize:before { content: "\F2D1"; } .fa-window-restore:before { content: "\F2D2"; } .fa-windows:before { content: "\F17A"; } .fa-wine-bottle:before { content: "\F72F"; } .fa-wine-glass:before { content: "\F4E3"; } .fa-wine-glass-alt:before { content: "\F5CE"; } .fa-wix:before { content: "\F5CF"; } .fa-wizards-of-the-coast:before { content: "\F730"; } .fa-wolf-pack-battalion:before { content: "\F514"; } .fa-won-sign:before { content: "\F159"; } .fa-wordpress:before { content: "\F19A"; } .fa-wordpress-simple:before { content: "\F411"; } .fa-wpbeginner:before { content: "\F297"; } .fa-wpexplorer:before { content: "\F2DE"; } .fa-wpforms:before { content: "\F298"; } .fa-wpressr:before { content: "\F3E4"; } .fa-wrench:before { content: "\F0AD"; } .fa-x-ray:before { content: "\F497"; } .fa-xbox:before { content: "\F412"; } .fa-xing:before { content: "\F168"; } .fa-xing-square:before { content: "\F169"; } .fa-y-combinator:before { content: "\F23B"; } .fa-yahoo:before { content: "\F19E"; } .fa-yammer:before { content: "\F840"; } .fa-yandex:before { content: "\F413"; } .fa-yandex-international:before { content: "\F414"; } .fa-yarn:before { content: "\F7E3"; } .fa-yelp:before { content: "\F1E9"; } .fa-yen-sign:before { content: "\F157"; } .fa-yin-yang:before { content: "\F6AD"; } .fa-yoast:before { content: "\F2B1"; } .fa-youtube:before { content: "\F167"; } .fa-youtube-square:before { content: "\F431"; } .fa-zhihu:before { content: "\F63F"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; font-display: auto; src: url("../fonts/fontawesome/fa-solid-900.eot"); src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); } .fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; } /*! * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: normal; font-display: auto; src: url("../fonts/fontawesome/fa-brands-400.eot"); src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); } .fab { font-family: 'Font Awesome 5 Brands'; } /*! normalize.css v8.0.1 | 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; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * 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 */ -webkit-text-decoration: underline dotted; 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 */ } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove the inner padding in Chrome and Safari on macOS. */ /** * 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, [hidden] { display: none; } /** * Add the correct display in IE 10. */ /** * prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) * @author <NAME> */ code[class*="language-"], pre[class*="language-"] { color: black; background: none; text-shadow: 0 1px white; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #b3d4fc; } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #b3d4fc; } pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection { text-shadow: none; background: #b3d4fc; } @media print { code[class*="language-"], pre[class*="language-"] { text-shadow: none; } } /* Code blocks */ pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; } :not(pre) > code[class*="language-"], pre[class*="language-"] { background: #f5f2f0; } /* Inline code */ :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; white-space: normal; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: slategray; } .token.punctuation { color: #999; } .namespace { opacity: .7; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted { color: #905; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #690; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #9a6e3a; background: rgba(255, 255, 255, 0.5); } .token.atrule, .token.attr-value, .token.keyword { color: #07a; } .token.function, .token.class-name { color: #DD4A68; } .token.regex, .token.important, .token.variable { color: #e90; } .token.important, .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: 0 0; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: 700; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-size: 1em; font-family: Consolas,monospace,serif; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; box-sizing: border-box; } optgroup { font-weight: 700; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; } button:disabled, html input:disabled { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type=checkbox], input[type=radio] { padding: 0; cursor: pointer; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; } input[type=search] { -webkit-appearance: textfield; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: none; margin: 0; padding: 0; } legend { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } ::-moz-placeholder { opacity: 1; } table { border-collapse: collapse; border-spacing: 0; } html { font-size: 14px; } body { background: #fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; line-height: 20px; color: #666; background-image: radial-gradient(100% 100% at center, #fff, #fff); } @media (max-width: 767px) { body { word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } } a, .uk-link { color: #1d8acb; text-decoration: none; cursor: pointer; } a:hover, .uk-link:hover { color: #0b5f90; text-decoration: underline; } em { color: #d05; } ins { background: #ffa; color: #666; text-decoration: none; } mark { background: #ffa; color: #666; } ::-moz-selection { background: #39f; color: #fff; text-shadow: none; } ::selection { background: #39f; color: #fff; text-shadow: none; } abbr[title], dfn[title] { cursor: help; } dfn[title] { border-bottom: 1px dotted; font-style: normal; } img { box-sizing: border-box; max-width: 100%; height: auto; vertical-align: middle; } .uk-img-preserve, .uk-img-preserve img, img[src*="maps.gstatic.com"], img[src*="googleapis.com"] { max-width: none; } p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure { margin: 0 0 15px; } * + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure { margin-top: 15px; } h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 300; color: #222; text-transform: none; } * + h1, h2, h3, h4, h5, h6 { margin-top: 0px; } h1, .uk-h1 { font-size: 36px; line-height: 42px; margin-left: -2px; } h2, .uk-h2 { font-size: 24px; line-height: 30px; } h3, .uk-h3 { font-size: 18px; line-height: 24px; } h4, .uk-h4 { font-size: 16px; line-height: 22px; } h5, .uk-h5 { font-size: 14px; line-height: 20px; } h6, .uk-h6 { font-size: 12px; line-height: 18px; } ul, ol { padding-left: 30px; } ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul { margin: 0; } dt { font-weight: 700; } dd { margin-left: 0; } hr { display: block; padding: 0; border: 0; border-top: 1px solid #e5e5e5; } address { font-style: normal; } q, blockquote { font-style: italic; } blockquote { padding-left: 15px; border-left: 5px solid #e5e5e5; font-size: 16px; line-height: 22px; } blockquote small { display: block; color: #999; font-style: normal; } blockquote p:last-of-type { margin-bottom: 5px; } code { color: #d05; font-size: 12px; white-space: nowrap; padding: 0 4px; border: 1px solid #e5e5e5; border-radius: 3px; background: #fafafa; } pre code { color: inherit; white-space: pre-wrap; padding: 0; border: 0; background: 0 0; } pre { padding: 10px; background: #fafafa; color: #666; font-size: 12px; line-height: 18px; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; border: 1px solid #e5e5e5; border-radius: 3px; } button, input:not([type=radio]):not([type=checkbox]), select { vertical-align: middle; } iframe { border: 0; } @media screen and (max-width: 400px) { @-ms-viewport { width: device-width; } } .uk-grid:before, .uk-grid:after { content: " "; display: table; } .uk-grid:after { clear: both; } .uk-grid { margin: 0 0 0 -25px; padding: 0; list-style: none; } .uk-grid > * { margin: 0; padding-left: 25px; float: left; } .uk-grid > * > :last-child { margin-bottom: 0; } .uk-grid + .uk-grid { margin-top: 25px; } .uk-grid > .uk-grid-margin { margin-top: 25px; } .uk-grid > * > .uk-panel + .uk-panel { margin-top: 25px; } @media (min-width: 1220px) { .uk-grid:not(.uk-grid-preserve) { margin-left: -35px; } .uk-grid:not(.uk-grid-preserve) > * { padding-left: 35px; } .uk-grid:not(.uk-grid-preserve) + .uk-grid { margin-top: 35px; } .uk-grid:not(.uk-grid-preserve) > .uk-grid-margin { margin-top: 35px; } .uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel { margin-top: 35px; } } .uk-grid.uk-grid-small { margin-left: -10px; } .uk-grid.uk-grid-small > * { padding-left: 10px; } .uk-grid.uk-grid-small + .uk-grid-small { margin-top: 10px; } .uk-grid.uk-grid-small > .uk-grid-margin { margin-top: 10px; } .uk-grid.uk-grid-small > * > .uk-panel + .uk-panel { margin-top: 10px; } .uk-grid-divider:not(:empty) { margin-left: -25px; margin-right: -25px; } .uk-grid-divider > * { padding-left: 25px; padding-right: 25px; } .uk-grid-divider > [class*=uk-width-1-]:not(.uk-width-1-1):nth-child(n+2), .uk-grid-divider > [class*=uk-width-2-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-3-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-4-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-5-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-6-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-7-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-8-]:nth-child(n+2), .uk-grid-divider > [class*=uk-width-9-]:nth-child(n+2) { border-left: 1px solid #e5e5e5; } @media (min-width: 768px) { .uk-grid-divider > [class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px solid #e5e5e5; } } @media (min-width: 960px) { .uk-grid-divider > [class*=uk-width-large-]:not(.uk-width-large-1-1):nth-child(n+2) { border-left: 1px solid #e5e5e5; } } @media (min-width: 1220px) { .uk-grid-divider:not(.uk-grid-preserve):not(:empty) { margin-left: -35px; margin-right: -35px; } .uk-grid-divider:not(.uk-grid-preserve) > * { padding-left: 35px; padding-right: 35px; } .uk-grid-divider:not(.uk-grid-preserve):empty { margin-top: 35px; margin-bottom: 35px; } } .uk-grid-divider:empty { margin-top: 25px; margin-bottom: 25px; border-top: 1px solid #e5e5e5; } [class*=uk-grid-width] > * { box-sizing: border-box; width: 100%; } .uk-grid-width-1-2 > * { width: 50%; } .uk-grid-width-1-3 > * { width: 33.333%; } .uk-grid-width-1-4 > * { width: 25%; } .uk-grid-width-1-5 > * { width: 20%; } .uk-grid-width-1-6 > * { width: 16.666%; } .uk-grid-width-1-10 > * { width: 10%; } @media (min-width: 480px) { .uk-grid-width-small-1-2 > * { width: 50%; } .uk-grid-width-small-1-3 > * { width: 33.333%; } .uk-grid-width-small-1-4 > * { width: 25%; } .uk-grid-width-small-1-5 > * { width: 20%; } .uk-grid-width-small-1-6 > * { width: 16.666%; } .uk-grid-width-small-1-10 > * { width: 10%; } } @media (min-width: 768px) { .uk-grid-width-medium-1-2 > * { width: 50%; } .uk-grid-width-medium-1-3 > * { width: 33.333%; } .uk-grid-width-medium-1-4 > * { width: 25%; } .uk-grid-width-medium-1-5 > * { width: 20%; } .uk-grid-width-medium-1-6 > * { width: 16.666%; } .uk-grid-width-medium-1-10 > * { width: 10%; } } @media (min-width: 960px) { .uk-grid-width-large-1-2 > * { width: 50%; } .uk-grid-width-large-1-3 > * { width: 33.333%; } .uk-grid-width-large-1-4 > * { width: 25%; } .uk-grid-width-large-1-5 > * { width: 20%; } .uk-grid-width-large-1-6 > * { width: 16.666%; } .uk-grid-width-large-1-10 > * { width: 10%; } } @media (min-width: 1220px) { .uk-grid-width-xlarge-1-2 > * { width: 50%; } .uk-grid-width-xlarge-1-3 > * { width: 33.333%; } .uk-grid-width-xlarge-1-4 > * { width: 25%; } .uk-grid-width-xlarge-1-5 > * { width: 20%; } .uk-grid-width-xlarge-1-6 > * { width: 16.666%; } .uk-grid-width-xlarge-1-10 > * { width: 10%; } } [class*=uk-width] { box-sizing: border-box; width: 100%; } .uk-width-1-1 { width: 100%; } .uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 { width: 50%; } .uk-width-1-3, .uk-width-2-6 { width: 33.333%; } .uk-width-2-3, .uk-width-4-6 { width: 66.666%; } .uk-width-1-4 { width: 25%; } .uk-width-3-4 { width: 75%; } .uk-width-1-5, .uk-width-2-10 { width: 20%; } .uk-width-2-5, .uk-width-4-10 { width: 40%; } .uk-width-3-5, .uk-width-6-10 { width: 60%; } .uk-width-4-5, .uk-width-8-10 { width: 80%; } .uk-width-1-6 { width: 16.666%; } .uk-width-5-6 { width: 83.333%; } .uk-width-1-10 { width: 10%; } .uk-width-3-10 { width: 30%; } .uk-width-7-10 { width: 70%; } .uk-width-9-10 { width: 90%; } @media (min-width: 480px) { .uk-width-small-1-1 { width: 100%; } .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 { width: 50%; } .uk-width-small-1-3, .uk-width-small-2-6 { width: 33.333%; } .uk-width-small-2-3, .uk-width-small-4-6 { width: 66.666%; } .uk-width-small-1-4 { width: 25%; } .uk-width-small-3-4 { width: 75%; } .uk-width-small-1-5, .uk-width-small-2-10 { width: 20%; } .uk-width-small-2-5, .uk-width-small-4-10 { width: 40%; } .uk-width-small-3-5, .uk-width-small-6-10 { width: 60%; } .uk-width-small-4-5, .uk-width-small-8-10 { width: 80%; } .uk-width-small-1-6 { width: 16.666%; } .uk-width-small-5-6 { width: 83.333%; } .uk-width-small-1-10 { width: 10%; } .uk-width-small-3-10 { width: 30%; } .uk-width-small-7-10 { width: 70%; } .uk-width-small-9-10 { width: 90%; } } @media (min-width: 768px) { .uk-width-medium-1-1 { width: 100%; } .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 { width: 50%; } .uk-width-medium-1-3, .uk-width-medium-2-6 { width: 33.333%; } .uk-width-medium-2-3, .uk-width-medium-4-6 { width: 66.666%; } .uk-width-medium-1-4 { width: 25%; } .uk-width-medium-3-4 { width: 75%; } .uk-width-medium-1-5, .uk-width-medium-2-10 { width: 20%; } .uk-width-medium-2-5, .uk-width-medium-4-10 { width: 40%; } .uk-width-medium-3-5, .uk-width-medium-6-10 { width: 60%; } .uk-width-medium-4-5, .uk-width-medium-8-10 { width: 80%; } .uk-width-medium-1-6 { width: 16.666%; } .uk-width-medium-5-6 { width: 83.333%; } .uk-width-medium-1-10 { width: 10%; } .uk-width-medium-3-10 { width: 30%; } .uk-width-medium-7-10 { width: 70%; } .uk-width-medium-9-10 { width: 90%; } } @media (min-width: 960px) { .uk-width-large-1-1 { width: 100%; } .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 { width: 50%; } .uk-width-large-1-3, .uk-width-large-2-6 { width: 33.333%; } .uk-width-large-2-3, .uk-width-large-4-6 { width: 66.666%; } .uk-width-large-1-4 { width: 25%; } .uk-width-large-3-4 { width: 75%; } .uk-width-large-1-5, .uk-width-large-2-10 { width: 20%; } .uk-width-large-2-5, .uk-width-large-4-10 { width: 40%; } .uk-width-large-3-5, .uk-width-large-6-10 { width: 60%; } .uk-width-large-4-5, .uk-width-large-8-10 { width: 80%; } .uk-width-large-1-6 { width: 16.666%; } .uk-width-large-5-6 { width: 83.333%; } .uk-width-large-1-10 { width: 10%; } .uk-width-large-3-10 { width: 30%; } .uk-width-large-7-10 { width: 70%; } .uk-width-large-9-10 { width: 90%; } } @media (min-width: 768px) { [class*=uk-push-], [class*=uk-pull-] { position: relative; } .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 { left: 50%; } .uk-push-1-3, .uk-push-2-6 { left: 33.333%; } .uk-push-2-3, .uk-push-4-6 { left: 66.666%; } .uk-push-1-4 { left: 25%; } .uk-push-3-4 { left: 75%; } .uk-push-1-5, .uk-push-2-10 { left: 20%; } .uk-push-2-5, .uk-push-4-10 { left: 40%; } .uk-push-3-5, .uk-push-6-10 { left: 60%; } .uk-push-4-5, .uk-push-8-10 { left: 80%; } .uk-push-1-6 { left: 16.666%; } .uk-push-5-6 { left: 83.333%; } .uk-push-1-10 { left: 10%; } .uk-push-3-10 { left: 30%; } .uk-push-7-10 { left: 70%; } .uk-push-9-10 { left: 90%; } .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 { left: -50%; } .uk-pull-1-3, .uk-pull-2-6 { left: -33.333%; } .uk-pull-2-3, .uk-pull-4-6 { left: -66.666%; } .uk-pull-1-4 { left: -25%; } .uk-pull-3-4 { left: -75%; } .uk-pull-1-5, .uk-pull-2-10 { left: -20%; } .uk-pull-2-5, .uk-pull-4-10 { left: -40%; } .uk-pull-3-5, .uk-pull-6-10 { left: -60%; } .uk-pull-4-5, .uk-pull-8-10 { left: -80%; } .uk-pull-1-6 { left: -16.666%; } .uk-pull-5-6 { left: -83.333%; } .uk-pull-1-10 { left: -10%; } .uk-pull-3-10 { left: -30%; } .uk-pull-7-10 { left: -70%; } .uk-pull-9-10 { left: -90%; } } .uk-panel { display: block; position: relative; } .uk-panel:before, .uk-panel:after { content: " "; display: table; } .uk-panel:after { clear: both; } .uk-panel > :not(.uk-panel-title):last-child { margin-bottom: 0; } .uk-panel-title { margin-top: 0; margin-bottom: 15px; font-size: 18px; line-height: 24px; font-weight: 400; text-transform: none; color: #666; } .uk-panel-badge { position: absolute; top: 0; right: 0; z-index: 1; } .uk-panel-box { padding: 15px; background: #fafafa; color: #666; border: 1px solid #e5e5e5; border-radius: 4px; } .uk-panel-box .uk-panel-title { color: #666; } .uk-panel-box .uk-panel-badge { top: 10px; right: 10px; } .uk-panel-box .uk-panel-teaser { margin: -16px -16px 15px -16px; } .uk-panel-box > .uk-nav-side { margin: 0 -15px; } .uk-panel-box-primary { background-color: #ebf7fd; color: #2d7091; border-color: rgba(45, 112, 145, 0.3); } .uk-panel-box-primary .uk-panel-title { color: #2d7091; } .uk-panel-box-secondary { background-color: #fff; color: #444; } .uk-panel-box-secondary .uk-panel-title { color: #444; } .uk-panel-header .uk-panel-title { padding-bottom: 10px; border-bottom: 1px solid #e5e5e5; color: #666; } .uk-panel-space { padding: 30px; } .uk-panel-space .uk-panel-badge { top: 30px; right: 30px; } .uk-panel + .uk-panel-divider { margin-top: 50px !important; } .uk-panel + .uk-panel-divider:before { content: ""; display: block; position: absolute; top: -25px; left: 0; right: 0; border-top: 1px solid #e5e5e5; } @media (min-width: 1220px) { .uk-panel + .uk-panel-divider { margin-top: 70px !important; } .uk-panel + .uk-panel-divider:before { top: -35px; } } .uk-panel-box .uk-panel-teaser > * { border-top-left-radius: 4px; border-top-right-radius: 4px; } .uk-article:before, .uk-article:after { content: " "; display: table; } .uk-article:after { clear: both; } .uk-article > :last-child { margin-bottom: 0; } .uk-article + .uk-article { margin-top: 25px; } .uk-article-title { font-size: 36px; line-height: 42px; font-weight: 400; text-transform: none; } .uk-article-title a { color: inherit; text-decoration: none; } .uk-article-meta { font-size: 12px; line-height: 18px; color: #999; } .uk-article-lead { color: #222; font-size: 18px; line-height: 24px; font-weight: 400; } .uk-article-divider { margin-bottom: 25px; border-color: #e5e5e5; } * + .uk-article-divider { margin-top: 25px; } .uk-article + .uk-article { padding-top: 25px; border-top: 1px solid #e5e5e5; } .uk-comment-header { margin-bottom: 15px; padding: 10px; border: 1px solid #e5e5e5; border-radius: 4px; background: #fafafa; } .uk-comment-header:before, .uk-comment-header:after { content: " "; display: table; } .uk-comment-header:after { clear: both; } .uk-comment-avatar { margin-right: 15px; float: left; } .uk-comment-title { margin: 5px 0 0; font-size: 16px; line-height: 22px; } .uk-comment-meta { margin: 2px 0 0; font-size: 11px; line-height: 16px; color: #999; } .uk-comment-body { padding-left: 10px; padding-right: 10px; } .uk-comment-body > :last-child { margin-bottom: 0; } .uk-comment-list { padding: 0; list-style: none; } .uk-comment-list .uk-comment + ul { margin: 25px 0 0; list-style: none; } .uk-comment-list > li:nth-child(n+2), .uk-comment-list .uk-comment + ul > li:nth-child(n+2) { margin-top: 25px; } @media (min-width: 768px) { .uk-comment-list .uk-comment + ul { padding-left: 100px; } } .uk-comment-primary .uk-comment-header { border-color: rgba(45, 112, 145, 0.3); background-color: #ebf7fd; color: #2d7091; text-shadow: 0 1px 0 #fff; } .uk-nav, .uk-nav ul { margin: 0; padding: 0; list-style: none; } .uk-nav li > a { display: block; text-decoration: none; } .uk-nav > li > a { padding: 3px 15px; } .uk-nav ul { padding-left: 15px; } .uk-nav ul a { padding: 2px 0; } .uk-nav li > a > div { font-size: 12px; line-height: 18px; } .uk-nav-header { padding: 3px 15px; text-transform: uppercase; font-weight: 700; font-size: 12px; } .uk-nav-header:not(:first-child) { margin-top: 15px; } .uk-nav-divider { margin: 7px 15px; } ul.uk-nav-sub { padding: 5px 0 5px 15px; } .uk-nav-parent-icon > .uk-parent > a:after { content: "\F104"; width: 20px; margin-right: -10px; float: right; font-family: FontAwesome; text-align: center; } .uk-nav-parent-icon > .uk-parent.uk-open > a:after { content: "\F107"; } .uk-nav-side > li > a { color: #666; } .uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus { background: rgba(0, 0, 0, 0.03); color: #666; outline: 0; box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); text-shadow: 0 -1px 0 #fff; } .uk-nav-side > li.uk-active > a { background: #009dd8; color: #fff; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-side .uk-nav-header { color: #666; } .uk-nav-side .uk-nav-divider { border-top: 1px solid #e5e5e5; box-shadow: 0 1px 0 #fff; } .uk-nav-side ul a { color: #1d8acb; } .uk-nav-side ul a:hover { color: #0b5f90; } .uk-nav-dropdown > li > a { color: #666; } .uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus { background: #009dd8; color: #fff; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-dropdown .uk-nav-header { color: #999; } .uk-nav-dropdown .uk-nav-divider { border-top: 1px solid #e5e5e5; } .uk-nav-dropdown ul a { color: #1d8acb; } .uk-nav-dropdown ul a:hover { color: #0b5f90; } .uk-nav-navbar > li > a { color: #666; } .uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus { background: #009dd8; color: #fff; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-navbar .uk-nav-header { color: #999; } .uk-nav-navbar .uk-nav-divider { border-top: 1px solid #e5e5e5; } .uk-nav-navbar ul a { color: #1d8acb; } .uk-nav-navbar ul a:hover { color: #0b5f90; } .uk-nav-offcanvas > li > a { color: #ccc; padding: 10px 15px; border-top: 1px solid rgba(0, 0, 0, 0.3); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus { background: #404040; color: #fff; outline: 0; } html .uk-nav.uk-nav-offcanvas > li.uk-active > a { background: #1a1a1a; color: #fff; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); } .uk-nav-offcanvas .uk-nav-header { color: #777; margin-top: 0; border-top: 1px solid rgba(0, 0, 0, 0.3); background: #404040; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .uk-nav-offcanvas .uk-nav-divider { border-top: 1px solid rgba(255, 255, 255, 0.01); margin: 0; height: 4px; background: rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); } .uk-nav-offcanvas ul a { color: #ccc; } html:not(.uk-touch) .uk-nav-offcanvas ul a:hover { color: #fff; } .uk-nav-offcanvas { border-bottom: 1px solid rgba(0, 0, 0, 0.3); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); } .uk-nav-offcanvas .uk-nav-sub { border-top: 1px solid rgba(0, 0, 0, 0.3); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); } .uk-navbar { background: #f7f7f7; color: #666; border: 1px solid rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.3); border-radius: 4px; background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); } .uk-navbar:before, .uk-navbar:after { content: " "; display: table; } .uk-navbar:after { clear: both; } .uk-navbar-nav { margin: 0; padding: 0; list-style: none; float: left; } .uk-navbar-nav > li { float: left; position: relative; } .uk-navbar-nav > li > a { display: block; box-sizing: border-box; text-decoration: none; height: 41px; padding: 0 15px; line-height: 40px; color: #BBB; font-size: 14px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; margin-top: -1px; margin-left: -1px; border: 1px solid transparent; border-bottom-width: 0; text-shadow: 0 1px 0 #fff; } .uk-navbar-nav > li > a[href='#'] { cursor: text; } .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a { background-color: #333; color: #666; outline: 0; position: relative; z-index: 1; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-navbar-nav > li > a:active { background-color: #f5f5f5; color: #666; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-navbar-nav > li.uk-active > a { background-color: #fafafa; color: #666; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-navbar-nav .uk-navbar-nav-subtitle { line-height: 28px; } .uk-navbar-nav-subtitle > div { margin-top: -6px; font-size: 10px; line-height: 12px; } .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle { box-sizing: border-box; display: block; height: 41px; padding: 0 15px; float: left; margin-top: -1px; text-shadow: 0 1px 0 #fff; } .uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) { padding-left: 0; } .uk-navbar-content > a:not([class]) { color: #1d8acb; } .uk-navbar-content > a:not([class]):hover { color: #0b5f90; } .uk-navbar-brand { font-size: 18px; color: #666; } .uk-navbar-brand:hover, .uk-navbar-brand:focus { color: #666; text-decoration: none; outline: 0; } .uk-navbar-toggle { font-size: 18px; color: #666; } .uk-navbar-toggle:hover, .uk-navbar-toggle:focus { color: #666; text-decoration: none; outline: 0; } .uk-navbar-toggle:after { content: "\F0C9"; font-family: FontAwesome; vertical-align: middle; } .uk-navbar-toggle-alt:after { content: "\F002"; } .uk-navbar-center { float: none; text-align: center; max-width: 80%; margin-left: auto; margin-right: auto; } .uk-navbar-flip { float: right; } .uk-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .uk-navbar-flip .uk-navbar-nav > li > a { margin-left: 0; margin-right: -1px; } .uk-navbar-flip .uk-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 0; border-bottom-left-radius: 0; } .uk-navbar-flip .uk-navbar-nav:last-child > li:last-child > a { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .uk-navbar-attached { border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; border-radius: 0; } .uk-navbar-attached .uk-navbar-nav > li > a { border-radius: 0 !important; } .uk-subnav { padding: 0; list-style: none; font-size: 0; } .uk-subnav > li { position: relative; font-size: 1rem; vertical-align: top; } .uk-subnav > li, .uk-subnav > li > a, .uk-subnav > li > span { display: inline-block; } .uk-subnav > li:nth-child(n+2) { margin-left: 10px; } .uk-subnav > li > a { color: #1d8acb; } .uk-subnav > li > a:hover { color: #0b5f90; } .uk-subnav > li > span { color: #999; } .uk-subnav-line > li:nth-child(n+2):before { content: ""; display: inline-block; height: 10px; margin-right: 10px; border-left: 1px solid #e5e5e5; } .uk-subnav-pill > li > a, .uk-subnav-pill > li > span { padding: 3px 9px; text-decoration: none; border-radius: 4px; } .uk-subnav-pill > li > a:hover, .uk-subnav-pill > li > a:focus { background: #fafafa; color: #666; outline: 0; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } .uk-subnav-pill > li.uk-active > a { background: #009dd8; color: #fff; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); } .uk-breadcrumb { padding: 0; list-style: none; font-size: 0; } .uk-breadcrumb > li { font-size: 1rem; vertical-align: top; } .uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span { display: inline-block; } .uk-breadcrumb > li:nth-child(n+2):before { content: "/"; display: inline-block; margin: 0 8px; } .uk-breadcrumb > li:not(.uk-active) > span { color: #999; } .uk-pagination { padding: 0; list-style: none; text-align: center; font-size: 0; } .uk-pagination:before, .uk-pagination:after { content: " "; display: table; } .uk-pagination:after { clear: both; } .uk-pagination > li { display: inline-block; font-size: 1rem; vertical-align: top; } .uk-pagination > li:nth-child(n+2) { margin-left: 5px; } .uk-pagination > li > a, .uk-pagination > li > span { display: inline-block; min-width: 16px; padding: 3px 5px; line-height: 20px; text-decoration: none; box-sizing: content-box; text-align: center; border-radius: 4px; } .uk-pagination > li > a { background: #f7f7f7; color: #666; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); text-shadow: 0 1px 0 #fff; } .uk-pagination > li > a:hover, .uk-pagination > li > a:focus { background-color: #fafafa; color: #666; outline: 0; background-image: none; } .uk-pagination > li > a:active { background-color: #f5f5f5; color: #666; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.3); background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-pagination > .uk-active > span { background: #009dd8; color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-pagination > .uk-disabled > span { background-color: #fafafa; color: #999; border: 1px solid rgba(0, 0, 0, 0.2); text-shadow: 0 1px 0 #fff; } .uk-pagination-previous { float: left; } .uk-pagination-next { float: right; } .uk-pagination-left { text-align: left; } .uk-pagination-right { text-align: right; } .uk-tab { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #e5e5e5; } .uk-tab:before, .uk-tab:after { content: " "; display: table; } .uk-tab:after { clear: both; } .uk-tab > li { margin-bottom: -1px; float: left; position: relative; } .uk-tab > li > a { display: block; padding: 8px 12px; border: 1px solid transparent; border-bottom-width: 0; color: #1d8acb; text-decoration: none; border-radius: 4px 4px 0 0; text-shadow: 0 1px 0 #fff; } .uk-tab > li:nth-child(n+2) > a { margin-left: 5px; } .uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a { border-color: #e5e5e5; background: #fafafa; color: #0b5f90; outline: 0; } .uk-tab > li:not(.uk-active) > a:hover, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li.uk-open:not(.uk-active) > a { margin-bottom: 1px; padding-bottom: 7px; } .uk-tab > li.uk-active > a { border-color: #e5e5e5; border-bottom-color: transparent; background: #fff; color: #666; } .uk-tab > li.uk-disabled > a { color: #999; cursor: auto; } .uk-tab > li.uk-disabled > a:hover, .uk-tab > li.uk-disabled > a:focus, .uk-tab > li.uk-disabled.uk-active > a { background: 0 0; border-color: transparent; } .uk-tab-flip > li { float: right; } .uk-tab-flip > li:nth-child(n+2) > a { margin-left: 0; margin-right: 5px; } .uk-tab-responsive { display: none; } .uk-tab-responsive > a:before { content: "\F0C9\A0"; font-family: FontAwesome; } @media (max-width: 767px) { [data-uk-tab] > li { display: none; } [data-uk-tab] > li.uk-tab-responsive { display: block; } [data-uk-tab] > li.uk-tab-responsive > a { margin-left: 0; margin-right: 0; } } .uk-tab-center { border-bottom: 1px solid #e5e5e5; } .uk-tab-center-bottom { border-bottom: none; border-top: 1px solid #e5e5e5; } .uk-tab-center:before, .uk-tab-center:after { content: " "; display: table; } .uk-tab-center:after { clear: both; } .uk-tab-center .uk-tab { position: relative; right: 50%; border: none; float: right; } .uk-tab-center .uk-tab > li { position: relative; right: -50%; } .uk-tab-center .uk-tab > li > a { text-align: center; } .uk-tab-bottom { border-top: 1px solid #e5e5e5; border-bottom: none; } .uk-tab-bottom > li { margin-top: -1px; margin-bottom: 0; } .uk-tab-bottom > li > a { padding-top: 8px; padding-bottom: 8px; border-bottom-width: 1px; border-top-width: 0; } .uk-tab-bottom > li:not(.uk-active) > a:hover, .uk-tab-bottom > li:not(.uk-active) > a:focus, .uk-tab-bottom > li.uk-open:not(.uk-active) > a { margin-bottom: 0; margin-top: 1px; padding-bottom: 8px; padding-top: 7px; } .uk-tab-bottom > li.uk-active > a { border-top-color: transparent; border-bottom-color: #e5e5e5; } .uk-tab-grid { margin-left: -5px; border-bottom: none; position: relative; z-index: 0; } .uk-tab-grid:before { display: block; position: absolute; left: 5px; right: 0; bottom: -1px; border-top: 1px solid #e5e5e5; z-index: -1; } .uk-tab-grid > li:first-child > a { margin-left: 5px; } .uk-tab-grid > li > a { text-align: center; } .uk-tab-grid.uk-tab-bottom { border-top: none; } .uk-tab-grid.uk-tab-bottom:before { top: -1px; bottom: auto; } @media (min-width: 768px) { .uk-tab-left, .uk-tab-right { border-bottom: none; } .uk-tab-left > li, .uk-tab-right > li { margin-bottom: 0; float: none; } .uk-tab-left > li > a, .uk-tab-right > li > a { padding-top: 8px; padding-bottom: 8px; } .uk-tab-left > li:nth-child(n+2) > a, .uk-tab-right > li:nth-child(n+2) > a { margin-left: 0; margin-top: 5px; } .uk-tab-left > li.uk-active > a, .uk-tab-right > li.uk-active > a { border-color: #e5e5e5; } .uk-tab-left { border-right: 1px solid #e5e5e5; } .uk-tab-left > li { margin-right: -1px; } .uk-tab-left > li > a { border-bottom-width: 1px; border-right-width: 0; } .uk-tab-left > li:not(.uk-active) > a:hover, .uk-tab-left > li:not(.uk-active) > a:focus { margin-bottom: 0; margin-right: 1px; padding-bottom: 8px; padding-right: 11px; } .uk-tab-left > li.uk-active > a { border-right-color: transparent; } .uk-tab-right { border-left: 1px solid #e5e5e5; } .uk-tab-right > li { margin-left: -1px; } .uk-tab-right > li > a { border-bottom-width: 1px; border-left-width: 0; } .uk-tab-right > li:not(.uk-active) > a:hover, .uk-tab-right > li:not(.uk-active) > a:focus { margin-bottom: 0; margin-left: 1px; padding-bottom: 8px; padding-left: 11px; } .uk-tab-right > li.uk-active > a { border-left-color: transparent; } } .uk-tab-bottom > li > a { border-radius: 0 0 4px 4px; } @media (min-width: 768px) { .uk-tab-left > li > a { border-radius: 4px 0 0 4px; } .uk-tab-right > li > a { border-radius: 0 4px 4px 0; } } .uk-list { padding: 0; list-style: none; } .uk-list > li:before, .uk-list > li:after { content: " "; display: table; } .uk-list > li:after { clear: both; } .uk-list > li > :last-child { margin-bottom: 0; } .uk-list ul { margin: 0; padding-left: 20px; list-style: none; } .uk-list-line > li:nth-child(n+2) { margin-top: 5px; padding-top: 5px; border-top: 1px solid #e5e5e5; } .uk-list-striped > li { padding: 5px; border-bottom: 1px solid #e5e5e5; } .uk-list-striped > li:nth-of-type(odd) { background: #fafafa; } .uk-list-space > li:nth-child(n+2) { margin-top: 10px; } .uk-list-striped > li:first-child { border-top: 1px solid #e5e5e5; } @media (min-width: 768px) { .uk-description-list-horizontal { overflow: hidden; } .uk-description-list-horizontal > dt { width: 160px; float: left; clear: both; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .uk-description-list-horizontal > dd { margin-left: 180px; } } .uk-description-list-line > dt { font-weight: 400; } .uk-description-list-line > dt:nth-child(n+2) { margin-top: 5px; padding-top: 5px; border-top: 1px solid #e5e5e5; } .uk-description-list-line > dd { color: #999; } .uk-table { width: 100%; margin-bottom: 15px; } * + .uk-table { margin-top: 15px; } .uk-table th, .uk-table td { padding: 8px; border-bottom: 1px solid #e5e5e5; } .uk-table th { text-align: left; } .uk-table td { vertical-align: top; } .uk-table thead th { vertical-align: bottom; } .uk-table caption, .uk-table tfoot { font-size: 12px; font-style: italic; } .uk-table caption { text-align: left; color: #999; } .uk-table-middle, .uk-table-middle td { vertical-align: middle !important; } .uk-table-striped tbody tr:nth-of-type(odd) { background: #fafafa; } .uk-table-condensed td { padding: 4px 8px; } .uk-table-hover tbody tr:hover { background: #f0f0f0; } .uk-form > :last-child { margin-bottom: 0; } .uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=number], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=color] { height: 30px; max-width: 100%; padding: 4px 6px; border: 1px solid #e5e5e5; background: #fff; color: #666; -webkit-transition: all linear .2s; transition: all linear .2s; border-radius: 4px; } .uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type=text]:focus, .uk-form input[type=password]:focus, .uk-form input[type=datetime]:focus, .uk-form input[type=datetime-local]:focus, .uk-form input[type=date]:focus, .uk-form input[type=month]:focus, .uk-form input[type=time]:focus, .uk-form input[type=week]:focus, .uk-form input[type=number]:focus, .uk-form input[type=email]:focus, .uk-form input[type=url]:focus, .uk-form input[type=search]:focus, .uk-form input[type=tel]:focus, .uk-form input[type=color]:focus { border-color: #99baca; outline: 0; background: #f5fbfe; color: #666; } .uk-form select:disabled, .uk-form textarea:disabled, .uk-form input:not([type]):disabled, .uk-form input[type=text]:disabled, .uk-form input[type=password]:disabled, .uk-form input[type=datetime]:disabled, .uk-form input[type=datetime-local]:disabled, .uk-form input[type=date]:disabled, .uk-form input[type=month]:disabled, .uk-form input[type=time]:disabled, .uk-form input[type=week]:disabled, .uk-form input[type=number]:disabled, .uk-form input[type=email]:disabled, .uk-form input[type=url]:disabled, .uk-form input[type=search]:disabled, .uk-form input[type=tel]:disabled, .uk-form input[type=color]:disabled { border-color: #e5e5e5; background-color: #fafafa; color: #999; } .uk-form :-ms-input-placeholder { color: #999 !important; } .uk-form ::-moz-placeholder { color: #999; } .uk-form ::-webkit-input-placeholder { color: #999; } .uk-form :disabled:-ms-input-placeholder { color: #999 !important; } .uk-form :disabled::-moz-placeholder { color: #999; } .uk-form :disabled::-webkit-input-placeholder { color: #999; } .uk-form textarea, .uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel] { -webkit-appearance: none; } .uk-form :invalid { box-shadow: none; } .uk-form legend { width: 100%; padding-bottom: 15px; font-size: 18px; line-height: 30px; } .uk-form legend:after { content: ""; display: block; border-bottom: 1px solid #e5e5e5; } select.uk-form-small, textarea.uk-form-small, input[type].uk-form-small, input:not([type]).uk-form-small { height: 25px; padding: 3px; font-size: 12px; } select.uk-form-large, textarea.uk-form-large, input[type].uk-form-large, input:not([type]).uk-form-large { height: 40px; padding: 8px 6px; font-size: 16px; } .uk-form textarea, .uk-form select[multiple], .uk-form select[size] { height: auto; } .uk-form-danger { border-color: #dc8d99 !important; background: #fff7f8 !important; color: #c91032 !important; } .uk-form-success { border-color: #8ec73b !important; background: #fafff2 !important; color: #539022 !important; } .uk-form-blank { border-color: transparent !important; border-style: dashed !important; background: none !important; } .uk-form-blank:focus { border-color: #e5e5e5 !important; } input.uk-form-width-mini { width: 40px; } select.uk-form-width-mini { width: 65px; } .uk-form-width-small { width: 130px; } .uk-form-width-medium { width: 200px; } .uk-form-width-large { width: 500px; } .uk-form-row:before, .uk-form-row:after { content: " "; display: table; } .uk-form-row:after { clear: both; } .uk-form-row + .uk-form-row { margin-top: 15px; } .uk-form-help-inline { display: inline-block; margin: 0 0 0 10px; } .uk-form-help-block { margin: 5px 0 0; } .uk-form-controls > :first-child { margin-top: 0; } .uk-form-controls > :last-child { margin-bottom: 0; } .uk-form-controls-condensed { margin: 5px 0; } .uk-form-stacked .uk-form-label { display: block; margin-bottom: 5px; font-weight: 700; } @media (max-width: 959px) { .uk-form-horizontal .uk-form-label { display: block; margin-bottom: 5px; font-weight: 700; } } @media (min-width: 960px) { .uk-form-horizontal .uk-form-label { width: 200px; margin-top: 5px; float: left; } .uk-form-horizontal .uk-form-controls { margin-left: 215px; } .uk-form-horizontal .uk-form-controls-text { padding-top: 5px; } } .uk-form-icon { position: relative; display: inline-block; max-width: 100%; } .uk-form-icon > [class*=uk-icon-] { position: absolute; top: 50%; width: 30px; margin-top: -7px; font-size: 14px; color: #999; text-align: center; } .uk-form-icon:not(.uk-form-icon-flip) > input { padding-left: 30px !important; } .uk-form-icon-flip > [class*=uk-icon-] { right: 0; } .uk-form-icon-flip > input { padding-right: 30px !important; } .uk-button { display: inline-block; box-sizing: border-box; vertical-align: middle; text-decoration: none; text-align: center; border: none; line-height: 28px; min-height: 30px; font-size: 1rem; padding: 0 12px; background: #f7f7f7; color: #666; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); border-radius: 4px; text-shadow: 0 1px 0 #fff; } .uk-button:hover, .uk-button:focus { background-color: #fafafa; color: #666; outline: 0; text-decoration: none; background-image: none; } .uk-button:active, .uk-button.uk-active { background-color: #f5f5f5; color: #666; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.3); background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-button-primary { background-color: #009dd8; color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); border-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-button-primary:hover, .uk-button-primary:focus { background-color: #00aff2; color: #fff; background-image: none; } .uk-button-primary:active, .uk-button-primary.uk-active { background-color: #008abf; color: #fff; background-image: none; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.4); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); } .uk-button-success { background-color: #82bb42; color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#9fd256), to(#6fac34)); background-image: linear-gradient(to bottom, #9fd256, #6fac34); border-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-button-success:hover, .uk-button-success:focus { background-color: #8fce48; color: #fff; background-image: none; } .uk-button-success:active, .uk-button-success.uk-active { background-color: #76b430; color: #fff; background-image: none; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.4); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); } .uk-button-danger { background-color: #d32c46; color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#ee465a), to(#c11a39)); background-image: linear-gradient(to bottom, #ee465a, #c11a39); border-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-button-danger:hover, .uk-button-danger:focus { background-color: #e33551; color: #fff; background-image: none; } .uk-button-danger:active, .uk-button-danger.uk-active { background-color: #c91c37; color: #fff; background-image: none; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.4); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); } .uk-button:disabled { background-color: #fafafa; color: #999; border-color: rgba(0, 0, 0, 0.2); background-image: none; box-shadow: none; text-shadow: 0 1px 0 #fff; } .uk-button-link, .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active, .uk-button-link:disabled { border-color: transparent; background: 0 0; box-shadow: none; text-shadow: none; } .uk-button-link { color: #1d8acb; } .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active { color: #0b5f90; text-decoration: underline; } .uk-button-link:disabled { color: #999; } .uk-button-link:focus { outline: 1px dotted; } .uk-button-mini { min-height: 20px; padding: 0 6px; line-height: 18px; font-size: 11px; } .uk-button-small { min-height: 25px; padding: 0 10px; line-height: 23px; font-size: 12px; } .uk-button-large { min-height: 40px; padding: 0 15px; line-height: 38px; font-size: 16px; border-radius: 5px; } .uk-button-group { display: inline-block; vertical-align: middle; position: relative; font-size: 0; white-space: nowrap; } .uk-button-group > * { display: inline-block; } .uk-button-group .uk-button { vertical-align: top; } .uk-button-dropdown { display: inline-block; vertical-align: middle; position: relative; } .uk-button-group > .uk-button:not(:first-child):not(:last-child), .uk-button-group > div:not(:first-child):not(:last-child) .uk-button { border-radius: 0; } .uk-button-group > .uk-button:first-child, .uk-button-group > div:first-child .uk-button { border-top-right-radius: 0; border-bottom-right-radius: 0; } .uk-button-group > .uk-button:last-child, .uk-button-group > div:last-child .uk-button { border-top-left-radius: 0; border-bottom-left-radius: 0; } .uk-button-group > .uk-button:nth-child(n+2), .uk-button-group > div:nth-child(n+2) .uk-button { margin-left: -1px; } .uk-button-group .uk-button:active { position: relative; } [class*=uk-icon-] { font-family: FontAwesome; display: inline-block; font-weight: 400; font-style: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .uk-icon-small:before { font-size: 150%; vertical-align: -10%; } .uk-icon-medium:before { font-size: 200%; vertical-align: -16%; } .uk-icon-large:before { font-size: 250%; vertical-align: -22%; } .uk-icon-spin { display: inline-block; -webkit-animation: uk-spin 2s infinite linear; animation: uk-spin 2s infinite linear; } .uk-icon-button { box-sizing: border-box; display: inline-block; width: 35px; height: 35px; border-radius: 100%; background: #f7f7f7; line-height: 35px; color: #666; font-size: 18px; text-align: center; border: 1px solid #ccc; border-bottom-color: #bbb; background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); text-shadow: 0 1px 0 #fff; } .uk-icon-button:hover, .uk-icon-button:focus { background-color: #fafafa; color: #666; text-decoration: none; outline: 0; background-image: none; } .uk-icon-button:active { background-color: #f5f5f5; color: #666; border-color: #ccc; border-top-color: #bbb; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-icon-glass:before { content: "\F000"; } .uk-icon-music:before { content: "\F001"; } .uk-icon-search:before { content: "\F002"; } .uk-icon-envelope-o:before { content: "\F003"; } .uk-icon-heart:before { content: "\F004"; } .uk-icon-star:before { content: "\F005"; } .uk-icon-star-o:before { content: "\F006"; } .uk-icon-user:before { content: "\F007"; } .uk-icon-film:before { content: "\F008"; } .uk-icon-th-large:before { content: "\F009"; } .uk-icon-th:before { content: "\F00A"; } .uk-icon-th-list:before { content: "\F00B"; } .uk-icon-check:before { content: "\F00C"; } .uk-icon-times:before { content: "\F00D"; } .uk-icon-search-plus:before { content: "\F00E"; } .uk-icon-search-minus:before { content: "\F010"; } .uk-icon-power-off:before { content: "\F011"; } .uk-icon-signal:before { content: "\F012"; } .uk-icon-gear:before, .uk-icon-cog:before { content: "\F013"; } .uk-icon-trash-o:before { content: "\F014"; } .uk-icon-home:before { content: "\F015"; } .uk-icon-file-o:before { content: "\F016"; } .uk-icon-clock-o:before { content: "\F017"; } .uk-icon-road:before { content: "\F018"; } .uk-icon-download:before { content: "\F019"; } .uk-icon-arrow-circle-o-down:before { content: "\F01A"; } .uk-icon-arrow-circle-o-up:before { content: "\F01B"; } .uk-icon-inbox:before { content: "\F01C"; } .uk-icon-play-circle-o:before { content: "\F01D"; } .uk-icon-rotate-right:before, .uk-icon-repeat:before { content: "\F01E"; } .uk-icon-refresh:before { content: "\F021"; } .uk-icon-list-alt:before { content: "\F022"; } .uk-icon-lock:before { content: "\F023"; } .uk-icon-flag:before { content: "\F024"; } .uk-icon-headphones:before { content: "\F025"; } .uk-icon-volume-off:before { content: "\F026"; } .uk-icon-volume-down:before { content: "\F027"; } .uk-icon-volume-up:before { content: "\F028"; } .uk-icon-qrcode:before { content: "\F029"; } .uk-icon-barcode:before { content: "\F02A"; } .uk-icon-tag:before { content: "\F02B"; } .uk-icon-tags:before { content: "\F02C"; } .uk-icon-book:before { content: "\F02D"; } .uk-icon-bookmark:before { content: "\F02E"; } .uk-icon-print:before { content: "\F02F"; } .uk-icon-camera:before { content: "\F030"; } .uk-icon-font:before { content: "\F031"; } .uk-icon-bold:before { content: "\F032"; } .uk-icon-italic:before { content: "\F033"; } .uk-icon-text-height:before { content: "\F034"; } .uk-icon-text-width:before { content: "\F035"; } .uk-icon-align-left:before { content: "\F036"; } .uk-icon-align-center:before { content: "\F037"; } .uk-icon-align-right:before { content: "\F038"; } .uk-icon-align-justify:before { content: "\F039"; } .uk-icon-list:before { content: "\F03A"; } .uk-icon-dedent:before, .uk-icon-outdent:before { content: "\F03B"; } .uk-icon-indent:before { content: "\F03C"; } .uk-icon-video-camera:before { content: "\F03D"; } .uk-icon-picture-o:before { content: "\F03E"; } .uk-icon-pencil:before { content: "\F040"; } .uk-icon-map-marker:before { content: "\F041"; } .uk-icon-adjust:before { content: "\F042"; } .uk-icon-tint:before { content: "\F043"; } .uk-icon-edit:before, .uk-icon-pencil-square-o:before { content: "\F044"; } .uk-icon-share-square-o:before { content: "\F045"; } .uk-icon-check-square-o:before { content: "\F046"; } .uk-icon-arrows:before { content: "\F047"; } .uk-icon-step-backward:before { content: "\F048"; } .uk-icon-fast-backward:before { content: "\F049"; } .uk-icon-backward:before { content: "\F04A"; } .uk-icon-play:before { content: "\F04B"; } .uk-icon-pause:before { content: "\F04C"; } .uk-icon-stop:before { content: "\F04D"; } .uk-icon-forward:before { content: "\F04E"; } .uk-icon-fast-forward:before { content: "\F050"; } .uk-icon-step-forward:before { content: "\F051"; } .uk-icon-eject:before { content: "\F052"; } .uk-icon-chevron-left:before { content: "\F053"; } .uk-icon-chevron-right:before { content: "\F054"; } .uk-icon-plus-circle:before { content: "\F055"; } .uk-icon-minus-circle:before { content: "\F056"; } .uk-icon-times-circle:before { content: "\F057"; } .uk-icon-check-circle:before { content: "\F058"; } .uk-icon-question-circle:before { content: "\F059"; } .uk-icon-info-circle:before { content: "\F05A"; } .uk-icon-crosshairs:before { content: "\F05B"; } .uk-icon-times-circle-o:before { content: "\F05C"; } .uk-icon-check-circle-o:before { content: "\F05D"; } .uk-icon-ban:before { content: "\F05E"; } .uk-icon-arrow-left:before { content: "\F060"; } .uk-icon-arrow-right:before { content: "\F061"; } .uk-icon-arrow-up:before { content: "\F062"; } .uk-icon-arrow-down:before { content: "\F063"; } .uk-icon-mail-forward:before, .uk-icon-share:before { content: "\F064"; } .uk-icon-expand:before { content: "\F065"; } .uk-icon-compress:before { content: "\F066"; } .uk-icon-plus:before { content: "\F067"; } .uk-icon-minus:before { content: "\F068"; } .uk-icon-asterisk:before { content: "\F069"; } .uk-icon-exclamation-circle:before { content: "\F06A"; } .uk-icon-gift:before { content: "\F06B"; } .uk-icon-leaf:before { content: "\F06C"; } .uk-icon-fire:before { content: "\F06D"; } .uk-icon-eye:before { content: "\F06E"; } .uk-icon-eye-slash:before { content: "\F070"; } .uk-icon-warning:before, .uk-icon-exclamation-triangle:before { content: "\F071"; } .uk-icon-plane:before { content: "\F072"; } .uk-icon-calendar:before { content: "\F073"; } .uk-icon-random:before { content: "\F074"; } .uk-icon-comment:before { content: "\F075"; } .uk-icon-magnet:before { content: "\F076"; } .uk-icon-chevron-up:before { content: "\F077"; } .uk-icon-chevron-down:before { content: "\F078"; } .uk-icon-retweet:before { content: "\F079"; } .uk-icon-shopping-cart:before { content: "\F07A"; } .uk-icon-folder:before { content: "\F07B"; } .uk-icon-folder-open:before { content: "\F07C"; } .uk-icon-arrows-v:before { content: "\F07D"; } .uk-icon-arrows-h:before { content: "\F07E"; } .uk-icon-bar-chart-o:before { content: "\F080"; } .uk-icon-twitter-square:before { content: "\F081"; } .uk-icon-facebook-square:before { content: "\F082"; } .uk-icon-camera-retro:before { content: "\F083"; } .uk-icon-key:before { content: "\F084"; } .uk-icon-gears:before, .uk-icon-cogs:before { content: "\F085"; } .uk-icon-comments:before { content: "\F086"; } .uk-icon-thumbs-o-up:before { content: "\F087"; } .uk-icon-thumbs-o-down:before { content: "\F088"; } .uk-icon-star-half:before { content: "\F089"; } .uk-icon-heart-o:before { content: "\F08A"; } .uk-icon-sign-out:before { content: "\F08B"; } .uk-icon-linkedin-square:before { content: "\F08C"; } .uk-icon-thumb-tack:before { content: "\F08D"; } .uk-icon-external-link:before { content: "\F08E"; } .uk-icon-sign-in:before { content: "\F090"; } .uk-icon-trophy:before { content: "\F091"; } .uk-icon-github-square:before { content: "\F092"; } .uk-icon-upload:before { content: "\F093"; } .uk-icon-lemon-o:before { content: "\F094"; } .uk-icon-phone:before { content: "\F095"; } .uk-icon-square-o:before { content: "\F096"; } .uk-icon-bookmark-o:before { content: "\F097"; } .uk-icon-phone-square:before { content: "\F098"; } .uk-icon-twitter:before { content: "\F099"; } .uk-icon-facebook:before { content: "\F09A"; } .uk-icon-github:before { content: "\F09B"; } .uk-icon-unlock:before { content: "\F09C"; } .uk-icon-credit-card:before { content: "\F09D"; } .uk-icon-rss:before { content: "\F09E"; } .uk-icon-hdd-o:before { content: "\F0A0"; } .uk-icon-bullhorn:before { content: "\F0A1"; } .uk-icon-bell:before { content: "\F0F3"; } .uk-icon-certificate:before { content: "\F0A3"; } .uk-icon-hand-o-right:before { content: "\F0A4"; } .uk-icon-hand-o-left:before { content: "\F0A5"; } .uk-icon-hand-o-up:before { content: "\F0A6"; } .uk-icon-hand-o-down:before { content: "\F0A7"; } .uk-icon-arrow-circle-left:before { content: "\F0A8"; } .uk-icon-arrow-circle-right:before { content: "\F0A9"; } .uk-icon-arrow-circle-up:before { content: "\F0AA"; } .uk-icon-arrow-circle-down:before { content: "\F0AB"; } .uk-icon-globe:before { content: "\F0AC"; } .uk-icon-wrench:before { content: "\F0AD"; } .uk-icon-tasks:before { content: "\F0AE"; } .uk-icon-filter:before { content: "\F0B0"; } .uk-icon-briefcase:before { content: "\F0B1"; } .uk-icon-arrows-alt:before { content: "\F0B2"; } .uk-icon-group:before, .uk-icon-users:before { content: "\F0C0"; } .uk-icon-chain:before, .uk-icon-link:before { content: "\F0C1"; } .uk-icon-cloud:before { content: "\F0C2"; } .uk-icon-flask:before { content: "\F0C3"; } .uk-icon-cut:before, .uk-icon-scissors:before { content: "\F0C4"; } .uk-icon-copy:before, .uk-icon-files-o:before { content: "\F0C5"; } .uk-icon-paperclip:before { content: "\F0C6"; } .uk-icon-save:before, .uk-icon-floppy-o:before { content: "\F0C7"; } .uk-icon-square:before { content: "\F0C8"; } .uk-icon-bars:before { content: "\F0C9"; } .uk-icon-list-ul:before { content: "\F0CA"; } .uk-icon-list-ol:before { content: "\F0CB"; } .uk-icon-strikethrough:before { content: "\F0CC"; } .uk-icon-underline:before { content: "\F0CD"; } .uk-icon-table:before { content: "\F0CE"; } .uk-icon-magic:before { content: "\F0D0"; } .uk-icon-truck:before { content: "\F0D1"; } .uk-icon-pinterest:before { content: "\F0D2"; } .uk-icon-pinterest-square:before { content: "\F0D3"; } .uk-icon-google-plus-square:before { content: "\F0D4"; } .uk-icon-google-plus:before { content: "\F0D5"; } .uk-icon-money:before { content: "\F0D6"; } .uk-icon-caret-down:before { content: "\F0D7"; } .uk-icon-caret-up:before { content: "\F0D8"; } .uk-icon-caret-left:before { content: "\F0D9"; } .uk-icon-caret-right:before { content: "\F0DA"; } .uk-icon-columns:before { content: "\F0DB"; } .uk-icon-unsorted:before, .uk-icon-sort:before { content: "\F0DC"; } .uk-icon-sort-down:before, .uk-icon-sort-asc:before { content: "\F0DD"; } .uk-icon-sort-up:before, .uk-icon-sort-desc:before { content: "\F0DE"; } .uk-icon-envelope:before { content: "\F0E0"; } .uk-icon-linkedin:before { content: "\F0E1"; } .uk-icon-rotate-left:before, .uk-icon-undo:before { content: "\F0E2"; } .uk-icon-legal:before, .uk-icon-gavel:before { content: "\F0E3"; } .uk-icon-dashboard:before, .uk-icon-tachometer:before { content: "\F0E4"; } .uk-icon-comment-o:before { content: "\F0E5"; } .uk-icon-comments-o:before { content: "\F0E6"; } .uk-icon-flash:before, .uk-icon-bolt:before { content: "\F0E7"; } .uk-icon-sitemap:before { content: "\F0E8"; } .uk-icon-umbrella:before { content: "\F0E9"; } .uk-icon-paste:before, .uk-icon-clipboard:before { content: "\F0EA"; } .uk-icon-lightbulb-o:before { content: "\F0EB"; } .uk-icon-exchange:before { content: "\F0EC"; } .uk-icon-cloud-download:before { content: "\F0ED"; } .uk-icon-cloud-upload:before { content: "\F0EE"; } .uk-icon-user-md:before { content: "\F0F0"; } .uk-icon-stethoscope:before { content: "\F0F1"; } .uk-icon-suitcase:before { content: "\F0F2"; } .uk-icon-bell-o:before { content: "\F0A2"; } .uk-icon-coffee:before { content: "\F0F4"; } .uk-icon-cutlery:before { content: "\F0F5"; } .uk-icon-file-text-o:before { content: "\F0F6"; } .uk-icon-building-o:before { content: "\F0F7"; } .uk-icon-hospital-o:before { content: "\F0F8"; } .uk-icon-ambulance:before { content: "\F0F9"; } .uk-icon-medkit:before { content: "\F0FA"; } .uk-icon-fighter-jet:before { content: "\F0FB"; } .uk-icon-beer:before { content: "\F0FC"; } .uk-icon-h-square:before { content: "\F0FD"; } .uk-icon-plus-square:before { content: "\F0FE"; } .uk-icon-angle-double-left:before { content: "\F100"; } .uk-icon-angle-double-right:before { content: "\F101"; } .uk-icon-angle-double-up:before { content: "\F102"; } .uk-icon-angle-double-down:before { content: "\F103"; } .uk-icon-angle-left:before { content: "\F104"; } .uk-icon-angle-right:before { content: "\F105"; } .uk-icon-angle-up:before { content: "\F106"; } .uk-icon-angle-down:before { content: "\F107"; } .uk-icon-desktop:before { content: "\F108"; } .uk-icon-laptop:before { content: "\F109"; } .uk-icon-tablet:before { content: "\F10A"; } .uk-icon-mobile-phone:before, .uk-icon-mobile:before { content: "\F10B"; } .uk-icon-circle-o:before { content: "\F10C"; } .uk-icon-quote-left:before { content: "\F10D"; } .uk-icon-quote-right:before { content: "\F10E"; } .uk-icon-spinner:before { content: "\F110"; } .uk-icon-circle:before { content: "\F111"; } .uk-icon-mail-reply:before, .uk-icon-reply:before { content: "\F112"; } .uk-icon-github-alt:before { content: "\F113"; } .uk-icon-folder-o:before { content: "\F114"; } .uk-icon-folder-open-o:before { content: "\F115"; } .uk-icon-smile-o:before { content: "\F118"; } .uk-icon-frown-o:before { content: "\F119"; } .uk-icon-meh-o:before { content: "\F11A"; } .uk-icon-gamepad:before { content: "\F11B"; } .uk-icon-keyboard-o:before { content: "\F11C"; } .uk-icon-flag-o:before { content: "\F11D"; } .uk-icon-flag-checkered:before { content: "\F11E"; } .uk-icon-terminal:before { content: "\F120"; } .uk-icon-code:before { content: "\F121"; } .uk-icon-reply-all:before { content: "\F122"; } .uk-icon-mail-reply-all:before { content: "\F122"; } .uk-icon-star-half-empty:before, .uk-icon-star-half-full:before, .uk-icon-star-half-o:before { content: "\F123"; } .uk-icon-location-arrow:before { content: "\F124"; } .uk-icon-crop:before { content: "\F125"; } .uk-icon-code-fork:before { content: "\F126"; } .uk-icon-unlink:before, .uk-icon-chain-broken:before { content: "\F127"; } .uk-icon-question:before { content: "\F128"; } .uk-icon-info:before { content: "\F129"; } .uk-icon-exclamation:before { content: "\F12A"; } .uk-icon-superscript:before { content: "\F12B"; } .uk-icon-subscript:before { content: "\F12C"; } .uk-icon-eraser:before { content: "\F12D"; } .uk-icon-puzzle-piece:before { content: "\F12E"; } .uk-icon-microphone:before { content: "\F130"; } .uk-icon-microphone-slash:before { content: "\F131"; } .uk-icon-shield:before { content: "\F132"; } .uk-icon-calendar-o:before { content: "\F133"; } .uk-icon-fire-extinguisher:before { content: "\F134"; } .uk-icon-rocket:before { content: "\F135"; } .uk-icon-maxcdn:before { content: "\F136"; } .uk-icon-chevron-circle-left:before { content: "\F137"; } .uk-icon-chevron-circle-right:before { content: "\F138"; } .uk-icon-chevron-circle-up:before { content: "\F139"; } .uk-icon-chevron-circle-down:before { content: "\F13A"; } .uk-icon-html5:before { content: "\F13B"; } .uk-icon-css3:before { content: "\F13C"; } .uk-icon-anchor:before { content: "\F13D"; } .uk-icon-unlock-alt:before { content: "\F13E"; } .uk-icon-bullseye:before { content: "\F140"; } .uk-icon-ellipsis-h:before { content: "\F141"; } .uk-icon-ellipsis-v:before { content: "\F142"; } .uk-icon-rss-square:before { content: "\F143"; } .uk-icon-play-circle:before { content: "\F144"; } .uk-icon-ticket:before { content: "\F145"; } .uk-icon-minus-square:before { content: "\F146"; } .uk-icon-minus-square-o:before { content: "\F147"; } .uk-icon-level-up:before { content: "\F148"; } .uk-icon-level-down:before { content: "\F149"; } .uk-icon-check-square:before { content: "\F14A"; } .uk-icon-pencil-square:before { content: "\F14B"; } .uk-icon-external-link-square:before { content: "\F14C"; } .uk-icon-share-square:before { content: "\F14D"; } .uk-icon-compass:before { content: "\F14E"; } .uk-icon-toggle-down:before, .uk-icon-caret-square-o-down:before { content: "\F150"; } .uk-icon-toggle-up:before, .uk-icon-caret-square-o-up:before { content: "\F151"; } .uk-icon-toggle-right:before, .uk-icon-caret-square-o-right:before { content: "\F152"; } .uk-icon-euro:before, .uk-icon-eur:before { content: "\F153"; } .uk-icon-gbp:before { content: "\F154"; } .uk-icon-dollar:before, .uk-icon-usd:before { content: "\F155"; } .uk-icon-rupee:before, .uk-icon-inr:before { content: "\F156"; } .uk-icon-cny:before, .uk-icon-rmb:before, .uk-icon-yen:before, .uk-icon-jpy:before { content: "\F157"; } .uk-icon-ruble:before, .uk-icon-rouble:before, .uk-icon-rub:before { content: "\F158"; } .uk-icon-won:before, .uk-icon-krw:before { content: "\F159"; } .uk-icon-bitcoin:before, .uk-icon-btc:before { content: "\F15A"; } .uk-icon-file:before { content: "\F15B"; } .uk-icon-file-text:before { content: "\F15C"; } .uk-icon-sort-alpha-asc:before { content: "\F15D"; } .uk-icon-sort-alpha-desc:before { content: "\F15E"; } .uk-icon-sort-amount-asc:before { content: "\F160"; } .uk-icon-sort-amount-desc:before { content: "\F161"; } .uk-icon-sort-numeric-asc:before { content: "\F162"; } .uk-icon-sort-numeric-desc:before { content: "\F163"; } .uk-icon-thumbs-up:before { content: "\F164"; } .uk-icon-thumbs-down:before { content: "\F165"; } .uk-icon-youtube-square:before { content: "\F166"; } .uk-icon-youtube:before { content: "\F167"; } .uk-icon-xing:before { content: "\F168"; } .uk-icon-xing-square:before { content: "\F169"; } .uk-icon-youtube-play:before { content: "\F16A"; } .uk-icon-dropbox:before { content: "\F16B"; } .uk-icon-stack-overflow:before { content: "\F16C"; } .uk-icon-instagram:before { content: "\F16D"; } .uk-icon-flickr:before { content: "\F16E"; } .uk-icon-adn:before { content: "\F170"; } .uk-icon-bitbucket:before { content: "\F171"; } .uk-icon-bitbucket-square:before { content: "\F172"; } .uk-icon-tumblr:before { content: "\F173"; } .uk-icon-tumblr-square:before { content: "\F174"; } .uk-icon-long-arrow-down:before { content: "\F175"; } .uk-icon-long-arrow-up:before { content: "\F176"; } .uk-icon-long-arrow-left:before { content: "\F177"; } .uk-icon-long-arrow-right:before { content: "\F178"; } .uk-icon-apple:before { content: "\F179"; } .uk-icon-windows:before { content: "\F17A"; } .uk-icon-android:before { content: "\F17B"; } .uk-icon-linux:before { content: "\F17C"; } .uk-icon-dribbble:before { content: "\F17D"; } .uk-icon-skype:before { content: "\F17E"; } .uk-icon-foursquare:before { content: "\F180"; } .uk-icon-trello:before { content: "\F181"; } .uk-icon-female:before { content: "\F182"; } .uk-icon-male:before { content: "\F183"; } .uk-icon-gittip:before { content: "\F184"; } .uk-icon-sun-o:before { content: "\F185"; } .uk-icon-moon-o:before { content: "\F186"; } .uk-icon-archive:before { content: "\F187"; } .uk-icon-bug:before { content: "\F188"; } .uk-icon-vk:before { content: "\F189"; } .uk-icon-weibo:before { content: "\F18A"; } .uk-icon-renren:before { content: "\F18B"; } .uk-icon-pagelines:before { content: "\F18C"; } .uk-icon-stack-exchange:before { content: "\F18D"; } .uk-icon-arrow-circle-o-right:before { content: "\F18E"; } .uk-icon-arrow-circle-o-left:before { content: "\F190"; } .uk-icon-toggle-left:before, .uk-icon-caret-square-o-left:before { content: "\F191"; } .uk-icon-dot-circle-o:before { content: "\F192"; } .uk-icon-wheelchair:before { content: "\F193"; } .uk-icon-vimeo-square:before { content: "\F194"; } .uk-icon-turkish-lira:before, .uk-icon-try:before { content: "\F195"; } .uk-icon-plus-square-o:before { content: "\F196"; } .uk-close { box-sizing: content-box; display: inline-block; width: 20px; line-height: 20px; text-align: center; color: inherit; opacity: .3; padding: 0; border: 0; -webkit-appearance: none; background: 0 0; } .uk-close:after { display: block; content: "\F00D"; font-family: FontAwesome; } .uk-close:hover, .uk-close:focus { opacity: .5; outline: 0; color: inherit; text-decoration: none; cursor: pointer; } .uk-close-alt { padding: 2px; border-radius: 50%; background: #fff; opacity: 1; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3); } .uk-close-alt:hover, .uk-close-alt:focus { opacity: 1; } .uk-close-alt:after { opacity: .5; } .uk-close-alt:hover:after, .uk-close-alt:focus:after { opacity: .8; } .uk-badge { display: inline-block; padding: 0 5px; background: #009dd8; font-size: 10px; font-weight: 700; line-height: 14px; color: #fff; text-align: center; vertical-align: middle; text-transform: none; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); border-radius: 2px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-badge-notification { box-sizing: border-box; min-width: 18px; border-radius: 500px; font-size: 12px; line-height: 18px; } .uk-badge-success { background-color: #82bb42; background-image: -webkit-gradient(linear, left top, left bottom, from(#9fd256), to(#6fac34)); background-image: linear-gradient(to bottom, #9fd256, #6fac34); } .uk-badge-warning { background-color: #f9a124; background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406)); background-image: linear-gradient(to bottom, #fbb450, #f89406); } .uk-badge-danger { background-color: #d32c46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ee465a), to(#c11a39)); background-image: linear-gradient(to bottom, #ee465a, #c11a39); } .uk-alert { margin-bottom: 15px; padding: 10px; background: #ebf7fd; color: #2d7091; border: 1px solid rgba(45, 112, 145, 0.3); border-radius: 4px; text-shadow: 0 1px 0 #fff; } * + .uk-alert { margin-top: 15px; } .uk-alert > :last-child { margin-bottom: 0; } .uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 { color: inherit; } .uk-alert > .uk-close:first-child { float: right; } .uk-alert > .uk-close:first-child + * { margin-top: 0; } .uk-alert-success { background: #f2fae3; color: #659f13; border-color: rgba(101, 159, 19, 0.3); } .uk-alert-warning { background: #fffceb; color: #e28327; border-color: rgba(226, 131, 39, 0.3); } .uk-alert-danger { background: #fff1f0; color: #d85030; border-color: rgba(216, 80, 48, 0.3); } .uk-alert-large { padding: 20px; } .uk-alert-large > .uk-close:first-child { margin: -10px -10px 0 0; } .uk-thumbnail { display: inline-block; box-sizing: border-box; max-width: 100%; margin: 0; padding: 4px; border: 1px solid #e5e5e5; background: #fff; border-radius: 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); } a.uk-thumbnail:hover, a.uk-thumbnail:focus { border-color: #b2b2b2; background-color: #fff; text-decoration: none; outline: 0; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); } .uk-thumbnail-caption { padding-top: 4px; text-align: center; color: #666; } .uk-thumbnail-mini { width: 150px; } .uk-thumbnail-small { width: 200px; } .uk-thumbnail-medium { width: 300px; } .uk-thumbnail-large { width: 400px; } .uk-thumbnail-expand, .uk-thumbnail-expand > img { width: 100%; } .uk-overlay { display: inline-block; position: relative; max-width: 100%; vertical-align: middle; } .uk-overlay > img:first-child { display: block; } .uk-overlay-area { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.3); opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; -webkit-transform: translate3d(0, 0, 0); } .uk-overlay:hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area { opacity: 1; } .uk-overlay-area:empty:before { content: "\F002"; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; font-size: 50px; line-height: 1; font-family: FontAwesome; text-align: center; color: #fff; } .uk-overlay-area:not(:empty) { font-size: 0; } .uk-overlay-area:not(:empty):before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .uk-overlay-area-content { display: inline-block; box-sizing: border-box; width: 100%; vertical-align: middle; font-size: 1rem; text-align: center; padding: 0 15px; color: #fff; } .uk-overlay-area-content > :last-child { margin-bottom: 0; } .uk-overlay-area-content a:not([class]), .uk-overlay-area-content a:not([class]):hover { color: inherit; } .uk-overlay-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 15px; background: rgba(0, 0, 0, 0.5); color: #fff; opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; -webkit-transform: translate3d(0, 0, 0); } .uk-overlay:hover .uk-overlay-caption, .uk-overlay-toggle:hover .uk-overlay-caption { opacity: 1; } .uk-progress { box-sizing: border-box; height: 20px; margin-bottom: 15px; background: #f7f7f7; overflow: hidden; line-height: 20px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 2px rgba(0, 0, 0, 0.07); border-radius: 4px; } * + .uk-progress { margin-top: 15px; } .uk-progress-bar { width: 0; height: 100%; background: #009dd8; float: left; -webkit-transition: width .6s ease; transition: width .6s ease; font-size: 12px; color: #fff; text-align: center; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-progress-mini { height: 6px; } .uk-progress-small { height: 12px; } .uk-progress-success .uk-progress-bar { background-color: #82bb42; background-image: -webkit-gradient(linear, left top, left bottom, from(#9fd256), to(#6fac34)); background-image: linear-gradient(to bottom, #9fd256, #6fac34); } .uk-progress-warning .uk-progress-bar { background-color: #f9a124; background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406)); background-image: linear-gradient(to bottom, #fbb450, #f89406); } .uk-progress-danger .uk-progress-bar { background-color: #d32c46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ee465a), to(#c11a39)); background-image: linear-gradient(to bottom, #ee465a, #c11a39); } .uk-progress-striped .uk-progress-bar { background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 30px 30px; } .uk-progress-striped.uk-active .uk-progress-bar { -webkit-animation: uk-progress-bar-stripes 2s linear infinite; animation: uk-progress-bar-stripes 2s linear infinite; } @-webkit-keyframes uk-progress-bar-stripes { 0% { background-position: 0 0; } 100% { background-position: 30px 0; } } @keyframes uk-progress-bar-stripes { 0% { background-position: 0 0; } 100% { background-position: 30px 0; } } .uk-progress-mini, .uk-progress-small { border-radius: 500px; } [class*=uk-animation-] { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; } [data-uk-scrollspy*=uk-animation-] { opacity: 0; } .uk-animation-fade { -webkit-animation-name: uk-fade; animation-name: uk-fade; -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-timing-function: linear; animation-timing-function: linear; } .uk-animation-scale-up { -webkit-animation-name: uk-scale-up; animation-name: uk-scale-up; } .uk-animation-scale-down { -webkit-animation-name: uk-scale-down; animation-name: uk-scale-down; } .uk-animation-slide-top { -webkit-animation-name: uk-slide-top; animation-name: uk-slide-top; } .uk-animation-slide-bottom { -webkit-animation-name: uk-slide-bottom; animation-name: uk-slide-bottom; } .uk-animation-slide-left { -webkit-animation-name: uk-slide-left; animation-name: uk-slide-left; } .uk-animation-slide-right { -webkit-animation-name: uk-slide-right; animation-name: uk-slide-right; } .uk-animation-shake { -webkit-animation-name: uk-shake; animation-name: uk-shake; } .uk-animation-reverse { -webkit-animation-direction: reverse; animation-direction: reverse; } @-webkit-keyframes uk-fade { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes uk-fade { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes uk-scale-up { 0% { opacity: 0; -webkit-transform: scale(0.2); } 100% { opacity: 1; -webkit-transform: scale(1); } } @keyframes uk-scale-up { 0% { opacity: 0; -webkit-transform: scale(0.2); transform: scale(0.2); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes uk-scale-down { 0% { opacity: 0; -webkit-transform: scale(1.8); } 100% { opacity: 1; -webkit-transform: scale(1); } } @keyframes uk-scale-down { 0% { opacity: 0; -webkit-transform: scale(1.8); transform: scale(1.8); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes uk-slide-top { 0% { opacity: 0; -webkit-transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-top { 0% { opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes uk-slide-bottom { 0% { opacity: 0; -webkit-transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-bottom { 0% { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes uk-slide-left { 0% { opacity: 0; -webkit-transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @keyframes uk-slide-left { 0% { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes uk-slide-right { 0% { opacity: 0; -webkit-transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @keyframes uk-slide-right { 0% { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0); } 10% { -webkit-transform: translateX(-9px); } 20% { -webkit-transform: translateX(8px); } 30% { -webkit-transform: translateX(-7px); } 40% { -webkit-transform: translateX(6px); } 50% { -webkit-transform: translateX(-5px); } 60% { -webkit-transform: translateX(4px); } 70% { -webkit-transform: translateX(-3px); } 80% { -webkit-transform: translateX(2px); } 90% { -webkit-transform: translateX(-1px); } } @keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10% { -webkit-transform: translateX(-9px); transform: translateX(-9px); } 20% { -webkit-transform: translateX(8px); transform: translateX(8px); } 30% { -webkit-transform: translateX(-7px); transform: translateX(-7px); } 40% { -webkit-transform: translateX(6px); transform: translateX(6px); } 50% { -webkit-transform: translateX(-5px); transform: translateX(-5px); } 60% { -webkit-transform: translateX(4px); transform: translateX(4px); } 70% { -webkit-transform: translateX(-3px); transform: translateX(-3px); } 80% { -webkit-transform: translateX(2px); transform: translateX(2px); } 90% { -webkit-transform: translateX(-1px); transform: translateX(-1px); } } @-webkit-keyframes uk-slide-top-fixed { 0% { opacity: 0; -webkit-transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-top-fixed { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes uk-slide-bottom-fixed { 0% { opacity: 0; -webkit-transform: translateY(10px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes uk-slide-bottom-fixed { 0% { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes uk-spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @keyframes uk-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .uk-dropdown { display: none; position: absolute; top: 100%; left: 0; z-index: 1020; box-sizing: border-box; width: 200px; margin-top: 5px; padding: 15px; background: #fff; color: #666; font-size: 1rem; vertical-align: top; border: 1px solid #d3d3d3; border-radius: 4px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .uk-open > .uk-dropdown { display: block; -webkit-animation: uk-fade .2s ease-in-out; animation: uk-fade .2s ease-in-out; -webkit-transform-origin: 0 0; transform-origin: 0 0; } .uk-dropdown-flip { left: auto; right: 0; } .uk-dropdown-up { top: auto; bottom: 100%; margin-top: auto; margin-bottom: 5px; } .uk-dropdown .uk-nav { margin: 0 -15px; } .uk-dropdown > .uk-grid + .uk-grid { margin-top: 15px; } .uk-dropdown > .uk-grid > [class*=uk-width-] > .uk-panel + .uk-panel { margin-top: 15px; } @media (min-width: 768px) { .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid { margin-left: -15px; margin-right: -15px; } .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*=uk-width-] { padding-left: 15px; padding-right: 15px; } .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*=uk-width-]:nth-child(n+2) { border-left: 1px solid #e5e5e5; } .uk-dropdown-width-2:not(.uk-dropdown-stack) { width: 400px; } .uk-dropdown-width-3:not(.uk-dropdown-stack) { width: 600px; } .uk-dropdown-width-4:not(.uk-dropdown-stack) { width: 800px; } .uk-dropdown-width-5:not(.uk-dropdown-stack) { width: 1000px; } } @media (max-width: 767px) { .uk-dropdown > .uk-grid > [class*=uk-width-] { width: 100%; } .uk-dropdown > .uk-grid > [class*=uk-width-]:nth-child(n+2) { margin-top: 15px; } } .uk-dropdown-stack > .uk-grid > [class*=uk-width-] { width: 100%; } .uk-dropdown-stack > .uk-grid > [class*=uk-width-]:nth-child(n+2) { margin-top: 15px; } .uk-dropdown-small { min-width: 150px; width: auto; padding: 5px; white-space: nowrap; } .uk-dropdown-small .uk-nav { margin: 0 -5px; } .uk-dropdown-navbar { margin-top: 6px; background: #fff; color: #666; left: -1px; border: 1px solid #d3d3d3; border-radius: 4px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .uk-open > .uk-dropdown-navbar { -webkit-animation: uk-slide-top-fixed .2s ease-in-out; animation: uk-slide-top-fixed .2s ease-in-out; } .uk-dropdown-navbar.uk-dropdown-flip { left: auto; } .uk-modal { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1010; overflow-y: auto; -webkit-overflow-scrolling: touch; background: rgba(0, 0, 0, 0.6); opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; -webkit-transform: translateZ(0); } .uk-modal.uk-open { opacity: 1; } .uk-modal-page, .uk-modal-page body { overflow: hidden; } .uk-modal-dialog { position: relative; box-sizing: border-box; margin: 50px auto; padding: 20px; width: 600px; max-width: 100%; max-width: calc(100% - 20px); background: #fff; opacity: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: opacity .3s linear,-webkit-transform .3s ease-out; transition: opacity .3s linear,-webkit-transform .3s ease-out; transition: opacity .3s linear,transform .3s ease-out; transition: opacity .3s linear,transform .3s ease-out,-webkit-transform .3s ease-out; border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } @media (max-width: 767px) { .uk-modal-dialog { width: auto; margin: 10px; } } .uk-open .uk-modal-dialog { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .uk-modal-dialog > :last-child { margin-bottom: 0; } .uk-modal-dialog > .uk-close:first-child { margin: -10px -10px 0 0; float: right; } .uk-modal-dialog > .uk-close:first-child + * { margin-top: 0; } .uk-modal-dialog-frameless { padding: 0; } .uk-modal-dialog-frameless > .uk-close:first-child { position: absolute; top: -12px; right: -12px; margin: 0; float: none; } @media (max-width: 767px) { .uk-modal-dialog-frameless > .uk-close:first-child { top: -7px; right: -7px; } } @media (min-width: 768px) { .uk-modal-dialog-large { width: 930px; } } @media (min-width: 1220px) { .uk-modal-dialog-large { width: 1130px; } } .uk-offcanvas { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; background: rgba(0, 0, 0, 0.1); } .uk-offcanvas.uk-active { display: block; } .uk-offcanvas-page { position: fixed; -webkit-transition: margin-left .3s ease-in-out 50ms; transition: margin-left .3s ease-in-out 50ms; } .uk-offcanvas-bar { position: fixed; top: 0; bottom: 0; left: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 1001; width: 270px; max-width: 100%; background: #333; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-transition: -webkit-transform .3s ease-in-out; transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; } .uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show { -webkit-transform: translateX(0%); transform: translateX(0%); } .uk-offcanvas-bar-flip { left: auto; right: 0; -webkit-transform: translateX(100%); transform: translateX(100%); } .uk-offcanvas .uk-panel { margin: 20px 15px; color: #777; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .uk-offcanvas .uk-panel-title { color: #ccc; } .uk-offcanvas .uk-panel a:not([class]) { color: #ccc; } .uk-offcanvas .uk-panel a:not([class]):hover { color: #fff; } .uk-offcanvas-bar:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 1px; background: rgba(0, 0, 0, 0.6); box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6); } .uk-offcanvas-bar-flip:after { right: auto; left: 0; width: 1px; background: rgba(0, 0, 0, 0.6); box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6); } .uk-switcher { margin: 0; padding: 0; list-style: none; } .uk-switcher > :not(.uk-active) { display: none; } .uk-tooltip { display: none; position: absolute; z-index: 1030; box-sizing: border-box; max-width: 200px; padding: 5px 8px; background: #333; color: rgba(255, 255, 255, 0.7); font-size: 12px; line-height: 18px; text-align: center; border-radius: 3px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .uk-tooltip:after { content: ""; display: block; position: absolute; width: 0; height: 0; border: 5px dashed #333; } .uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after { bottom: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; border-top-color: #333; } .uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after { top: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; border-bottom-color: #333; } .uk-tooltip-top:after, .uk-tooltip-bottom:after { left: 50%; margin-left: -5px; } .uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after { left: 10px; } .uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after { right: 10px; } .uk-tooltip-left:after { right: -5px; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; border-left-color: #333; } .uk-tooltip-right:after { left: -5px; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; border-right-color: #333; } .uk-text-small { font-size: 11px; line-height: 16px; } .uk-text-large { font-size: 20px; line-height: 26px; } .uk-text-bold { font-weight: 700; } .uk-text-muted { color: #999 !important; } .uk-text-primary { color: #2d7091 !important; } .uk-text-success { color: #659f13 !important; } .uk-text-warning { color: #e28327 !important; } .uk-text-danger { color: #d85030 !important; } .uk-text-left { text-align: left !important; } .uk-text-right { text-align: right !important; } .uk-text-center { text-align: center !important; } .uk-text-justify { text-align: justify !important; } .uk-text-top { vertical-align: top !important; } .uk-text-middle { vertical-align: middle !important; } .uk-text-bottom { vertical-align: bottom !important; } @media (max-width: 959px) { .uk-text-center-medium { text-align: center !important; } } @media (max-width: 767px) { .uk-text-center-small { text-align: center !important; } } .uk-text-nowrap { white-space: nowrap; } .uk-text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .uk-text-break { word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } .uk-container { box-sizing: border-box; max-width: 980px; padding: 0 25px; } @media (min-width: 1220px) { .uk-container { max-width: 1200px; padding: 0 35px; } } .uk-container:before, .uk-container:after { content: " "; display: table; } .uk-container:after { clear: both; } .uk-container-center { margin-left: auto; margin-right: auto; } .uk-clearfix:before, .uk-clearfix:after { content: " "; display: table; } .uk-clearfix:after { clear: both; } .uk-nbfc { overflow: hidden; } .uk-nbfc-alt { display: table-cell; width: 10000px; } .uk-float-left { float: left; } .uk-float-right { float: right; } [class*=uk-float-] { max-width: 100%; } [class*=uk-align-] { display: block; margin-bottom: 15px; } .uk-align-left { margin-right: 15px; float: left; } .uk-align-right { margin-left: 15px; float: right; } @media (min-width: 768px) { .uk-align-medium-left { margin-right: 15px; margin-bottom: 15px; float: left; } .uk-align-medium-right { margin-left: 15px; margin-bottom: 15px; float: right; } } .uk-align-center { margin-left: auto; margin-right: auto; } .uk-vertical-align { font-size: 0; } .uk-vertical-align:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .uk-vertical-align-middle, .uk-vertical-align-bottom { display: inline-block; max-width: 100%; font-size: 1rem; } .uk-vertical-align-middle { vertical-align: middle; } .uk-vertical-align-bottom { vertical-align: bottom; } .uk-height-1-1 { height: 100%; } .uk-responsive-width, .uk-responsive-height { box-sizing: border-box; } .uk-responsive-width { max-width: 100%; height: auto; } .uk-responsive-height { max-height: 100%; width: auto; } .uk-margin { margin-bottom: 15px; } * + .uk-margin { margin-top: 15px; } .uk-margin-top { margin-top: 15px !important; } .uk-margin-bottom { margin-bottom: 15px !important; } .uk-margin-left { margin-left: 15px !important; } .uk-margin-right { margin-right: 15px !important; } .uk-margin-large { margin-bottom: 50px; } * + .uk-margin-large { margin-top: 50px; } .uk-margin-large-top { margin-top: 50px !important; } .uk-margin-large-bottom { margin-bottom: 50px !important; } .uk-margin-large-left { margin-left: 50px !important; } .uk-margin-large-right { margin-right: 50px !important; } .uk-margin-small { margin-bottom: 5px; } * + .uk-margin-small { margin-top: 5px; } .uk-margin-small-top { margin-top: 5px !important; } .uk-margin-small-bottom { margin-bottom: 5px !important; } .uk-margin-small-left { margin-left: 5px !important; } .uk-margin-small-right { margin-right: 5px !important; } .uk-margin-remove { margin: 0 !important; } .uk-margin-top-remove { margin-top: 0 !important; } .uk-margin-bottom-remove { margin-bottom: 0 !important; } .uk-border-circle { border-radius: 50%; } .uk-border-rounded { border-radius: 5px; } @media (min-width: 768px) { .uk-heading-large { font-size: 52px; line-height: 64px; } } .uk-link-muted, .uk-link-muted a { color: #666; } .uk-link-muted:hover, .uk-link-muted a:hover { color: #666; } .uk-link-reset, .uk-link-reset a, .uk-link-reset:hover, .uk-link-reset a:hover { color: inherit; text-decoration: none; } .uk-scrollable-text { height: 300px; overflow-y: scroll; -webkit-overflow-scrolling: touch; resize: both; } .uk-scrollable-box { box-sizing: border-box; height: 170px; padding: 10px; border: 1px solid #e5e5e5; overflow: auto; -webkit-overflow-scrolling: touch; resize: both; border-radius: 3px; } .uk-scrollable-box > :last-child { margin-bottom: 0; } .uk-overflow-container { overflow: auto; -webkit-overflow-scrolling: touch; } .uk-overflow-container > :last-child { margin-bottom: 0; } .uk-display-block { display: block !important; } .uk-display-inline { display: inline !important; } .uk-display-inline-block { display: inline-block !important; } @media (min-width: 960px) { .uk-visible-small { display: none !important; } .uk-visible-medium { display: none !important; } .uk-hidden-large { display: none !important; } } @media (min-width: 768px) and (max-width: 959px) { .uk-visible-small { display: none !important; } .uk-visible-large { display: none !important; } .uk-hidden-medium { display: none !important; } } @media (max-width: 767px) { .uk-visible-medium { display: none !important; } .uk-visible-large { display: none !important; } .uk-hidden-small { display: none !important; } } .uk-hidden { display: none !important; visibility: hidden !important; } .uk-invisible { visibility: hidden !important; } .uk-visible-hover:hover .uk-hidden, .uk-visible-hover:hover .uk-invisible { display: block !important; visibility: visible !important; } .uk-visible-hover-inline:hover .uk-hidden, .uk-visible-hover-inline:hover .uk-invisible { display: inline-block !important; visibility: visible !important; } @media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: .5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } .uk-dotnav { padding: 0; list-style: none; font-size: 0; } .uk-dotnav > li { display: inline-block; font-size: 1rem; vertical-align: top; } .uk-dotnav > li:nth-child(n+2) { margin-left: 15px; } .uk-dotnav > li > a { display: inline-block; box-sizing: content-box; width: 20px; height: 20px; border-radius: 50%; background: rgba(50, 50, 50, 0.1); vertical-align: top; overflow: hidden; text-indent: -999%; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .uk-dotnav > li > a:hover, .uk-dotnav > li > a:focus { background: rgba(50, 50, 50, 0.4); outline: 0; } .uk-dotnav > li > a:active { background: rgba(50, 50, 50, 0.6); } .uk-dotnav > li.uk-active > a { background: rgba(50, 50, 50, 0.4); -webkit-transform: scale(1.3); transform: scale(1.3); } .uk-dotnav-vertical > li { display: block; } .uk-dotnav-vertical > li:nth-child(n+2) { margin-left: 0; margin-top: 15px; } .uk-slidenav { display: inline-block; box-sizing: border-box; width: 60px; height: 60px; line-height: 60px; color: rgba(50, 50, 50, 0.4); font-size: 60px; text-align: center; } .uk-slidenav:hover, .uk-slidenav:focus { outline: 0; text-decoration: none; color: rgba(50, 50, 50, 0.7); cursor: pointer; } .uk-slidenav:active { color: rgba(50, 50, 50, 0.9); } .uk-slidenav-previous:before { content: "\F104"; font-family: FontAwesome; } .uk-slidenav-next:before { content: "\F105"; font-family: FontAwesome; } .uk-slidenav-position { display: inline-block; box-sizing: border-box; max-width: 100%; position: relative; } .uk-slidenav-position .uk-slidenav { display: none; position: absolute; top: 50%; margin-top: -30px; } .uk-slidenav-position:hover .uk-slidenav { display: block; } .uk-slidenav-position .uk-slidenav-previous { left: 20px; } .uk-slidenav-position .uk-slidenav-next { right: 20px; } .uk-form-file { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; } .uk-form-file input[type=file] { position: absolute; top: 0; bottom: 0; z-index: 1; width: 100%; opacity: 0; cursor: pointer; left: 0; font-size: 500px; } .uk-form-password { position: relative; display: inline-block; max-width: 100%; } .uk-form-password-toggle { display: block; position: absolute; top: 50%; right: 10px; margin-top: -6px; font-size: 13px; line-height: 13px; color: #999; } .uk-form-password-toggle:hover { color: #999; text-decoration: none; } .uk-form-password > input { padding-right: 50px !important; } .uk-placeholder { margin-bottom: 15px; padding: 20px; border: 1px dashed #ddd; background: #fafafa; color: #444; } * + .uk-placeholder { margin-top: 15px; } .uk-placeholder > :last-child { margin-bottom: 0; } .uk-placeholder-large { padding-top: 80px; padding-bottom: 80px; } .uk-autocomplete { display: inline-block; vertical-align: middle; position: relative; } .uk-nav-autocomplete > li > a { color: #666; } .uk-nav-autocomplete > li.uk-active > a { background: #009dd8; color: #fff; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-autocomplete .uk-nav-header { color: #999; } .uk-nav-autocomplete .uk-nav-divider { border-top: 1px solid #e5e5e5; } .uk-datepicker { width: auto; } .uk-datepicker-nav { margin-bottom: 15px; text-align: center; line-height: 20px; } .uk-datepicker-nav:before, .uk-datepicker-nav:after { content: " "; display: table; } .uk-datepicker-nav:after { clear: both; } .uk-datepicker-nav a { color: #666; text-decoration: none; } .uk-datepicker-nav a:hover { color: #666; } .uk-datepicker-previous { float: left; } .uk-datepicker-next { float: right; } .uk-datepicker-previous:after, .uk-datepicker-next:after { width: 20px; font-family: FontAwesome; } .uk-datepicker-previous:after { content: "\F053"; } .uk-datepicker-next:after { content: "\F054"; } .uk-datepicker-table { width: 100%; } .uk-datepicker-table th, .uk-datepicker-table td { padding: 2px; } .uk-datepicker-table th { font-size: 12px; } .uk-datepicker-table a { display: block; width: 26px; line-height: 24px; text-align: center; color: #666; text-decoration: none; border: 1px solid transparent; border-radius: 4px; background-origin: border-box; } a.uk-datepicker-table-muted { color: #999; } .uk-datepicker-table a:hover, .uk-datepicker-table a:focus { background-color: #fafafa; color: #666; outline: 0; border-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); text-shadow: 0 1px 0 #fff; } .uk-datepicker-table a:active { background-color: #f5f5f5; color: #666; border-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.3); background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-datepicker-table a.uk-active { background: #009dd8; color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.4); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4f5), to(#008dc5)); background-image: linear-gradient(to bottom, #00b4f5, #008dc5); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-markdownarea-navbar { background: #f7f7f7; border: 1px solid rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.2); border-top-left-radius: 4px; border-top-right-radius: 4px; background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); } .uk-markdownarea-navbar:before, .uk-markdownarea-navbar:after { content: " "; display: table; } .uk-markdownarea-navbar:after { clear: both; } .uk-markdownarea-navbar-nav { margin: 0; padding: 0; list-style: none; float: left; } .uk-markdownarea-navbar-nav > li { float: left; } .uk-markdownarea-navbar-nav > li > a { display: block; box-sizing: border-box; text-decoration: none; height: 41px; padding: 0 15px; line-height: 40px; color: #666; font-size: 11px; cursor: pointer; margin-top: -1px; margin-left: -1px; border: 1px solid transparent; border-bottom-width: 0; text-shadow: 0 1px 0 #fff; } .uk-markdownarea-navbar-nav > li:hover > a, .uk-markdownarea-navbar-nav > li > a:focus { background-color: transparent; color: #666; outline: 0; position: relative; z-index: 1; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-markdownarea-navbar-nav > li > a:active { background-color: #f5f5f5; color: #666; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-markdownarea-navbar-nav > li.uk-active > a { background-color: #fafafa; color: #666; border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .uk-markdownarea-navbar-flip { float: right; } [data-mode=split] .uk-markdown-button-markdown, [data-mode=split] .uk-markdown-button-preview { display: none; } .uk-markdownarea-content { border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; background: #fff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .uk-markdownarea-content:before, .uk-markdownarea-content:after { content: " "; display: table; } .uk-markdownarea-content:after { clear: both; } .uk-markdownarea-fullscreen { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 990; } .uk-markdownarea-fullscreen .uk-markdownarea-content { position: absolute; top: 41px; left: 0; right: 0; bottom: 0; } .uk-markdownarea-fullscreen .uk-icon-expand:before { content: "\F066"; } .uk-markdownarea-code, .uk-markdownarea-preview { box-sizing: border-box; } .uk-markdownarea-preview { padding: 20px; overflow-y: scroll; } [data-mode=tab][data-active-tab=code] .uk-markdownarea-preview, [data-mode=tab][data-active-tab=preview] .uk-markdownarea-code { display: none; } [data-mode=split] .uk-markdownarea-code, [data-mode=split] .uk-markdownarea-preview { float: left; width: 50%; } [data-mode=split] .uk-markdownarea-code { border-right: 1px solid #eee; } .uk-markdownarea .CodeMirror { padding: 10px; box-sizing: border-box; } .uk-markdownarea-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 4px; } .uk-markdownarea-navbar-flip .uk-markdownarea-navbar-nav > li > a { margin-left: 0; margin-right: -1px; } .uk-markdownarea-navbar-flip .uk-markdownarea-navbar-nav:first-child > li:first-child > a { border-top-left-radius: 0; } .uk-markdownarea-navbar-flip .uk-markdownarea-navbar-nav:last-child > li:last-child > a { border-top-right-radius: 4px; } .uk-markdownarea-fullscreen .uk-markdownarea-navbar { border-top: none; border-left: none; border-right: none; border-radius: 0; } .uk-markdownarea-fullscreen .uk-markdownarea-content { border: none; border-radius: 0; } .uk-markdownarea-fullscreen .uk-markdownarea-navbar-nav > li > a { border-radius: 0 !important; } .uk-notify { position: fixed; top: 10px; left: 10px; z-index: 980; box-sizing: border-box; width: 350px; } .uk-notify-top-right, .uk-notify-bottom-right { left: auto; right: 10px; } .uk-notify-top-center, .uk-notify-bottom-center { left: 50%; margin-left: -175px; } .uk-notify-bottom-left, .uk-notify-bottom-right, .uk-notify-bottom-center { top: auto; bottom: 10px; } @media (max-width: 479px) { .uk-notify { left: 10px; right: 10px; width: auto; margin: 0; } } .uk-notify-message { position: relative; margin-bottom: 10px; padding: 15px; background: #444; color: #fff; font-size: 16px; line-height: 22px; cursor: pointer; border: 1px solid #444; border-radius: 4px; } .uk-notify-message > .uk-close { visibility: hidden; float: right; } .uk-notify-message:hover > .uk-close { visibility: visible; } .uk-notify-message-primary { background: #ebf7fd; color: #2d7091; border-color: rgba(45, 112, 145, 0.3); } .uk-notify-message-success { background: #f2fae3; color: #659f13; border-color: rgba(101, 159, 19, 0.3); } .uk-notify-message-warning { background: #fffceb; color: #e28327; border-color: rgba(226, 131, 39, 0.3); } .uk-notify-message-danger { background: #fff1f0; color: #d85030; border-color: rgba(216, 80, 48, 0.3); } .uk-search { display: inline-block; position: relative; margin: 0; } .uk-search:before { content: "\F002"; position: absolute; top: 0; left: 0; width: 30px; line-height: 30px; text-align: center; font-family: FontAwesome; font-size: 14px; color: rgba(0, 0, 0, 0.2); } .uk-search-field { width: 120px; height: 30px; padding: 0 30px; border: 1px solid rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0); color: #666; -webkit-transition: all linear .2s; transition: all linear .2s; border-radius: 0; } input.uk-search-field { -webkit-appearance: none; } .uk-search-field:-ms-input-placeholder { color: #999; } .uk-search-field::-moz-placeholder { color: #999; } .uk-search-field::-webkit-input-placeholder { color: #999; } .uk-search-field::-ms-clear { display: none; } .uk-search-field:focus { outline: 0; } .uk-search-field:focus, .uk-active .uk-search-field { width: 180px; } .uk-search-close { display: none; position: absolute; top: 0; right: 0; width: 30px; line-height: 30px; text-align: center; font-size: 14px; color: rgba(0, 0, 0, 0.2); padding: 0; border: 0; -webkit-appearance: none; background: 0 0; } .uk-loading > .uk-search-close, .uk-active > .uk-search-close { display: block; } .uk-search-close:after { display: block; content: "\F00D"; font-family: FontAwesome; } .uk-loading > .uk-search-close:after { content: "\F110"; -webkit-animation: uk-spin 2s infinite linear; animation: uk-spin 2s infinite linear; } .uk-dropdown-search { width: 300px; margin-top: 0; background: #fff; color: #666; } .uk-open > .uk-dropdown-search { -webkit-animation: uk-slide-top-fixed .2s ease-in-out; animation: uk-slide-top-fixed .2s ease-in-out; } .uk-navbar-flip .uk-dropdown-search { margin-top: 12px; margin-right: -16px; } .uk-nav-search > li > a { color: #666; } .uk-nav-search > li.uk-active > a { background: #009dd8; color: #fff; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } .uk-nav-search .uk-nav-header { color: #999; } .uk-nav-search .uk-nav-divider { border-top: 1px solid #e5e5e5; } .uk-nav-search ul a { color: #1d8acb; } .uk-nav-search ul a:hover { color: #0b5f90; } .uk-offcanvas .uk-search { display: block; margin: 20px 15px; } .uk-offcanvas .uk-search:before { color: #777; } .uk-offcanvas .uk-search-field { width: 100%; border-color: rgba(0, 0, 0, 0); background: #1a1a1a; color: #ccc; } .uk-offcanvas .uk-search-field:-ms-input-placeholder { color: #777; } .uk-offcanvas .uk-search-field::-moz-placeholder { color: #777; } .uk-offcanvas .uk-search-field::-webkit-input-placeholder { color: #777; } .uk-sortable { padding: 0; list-style: none; } .uk-sortable-list { margin: 0; padding-left: 40px; list-style: none; } .uk-sortable-list-dragged { position: absolute; z-index: 1050; padding-left: 0; pointer-events: none; } .uk-sortable-item { margin-bottom: 10px; padding: 5px; background: #f7f7f7; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-origin: border-box; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); text-shadow: 0 1px 0 #fff; } .uk-sortable-placeholder { box-sizing: border-box; margin-bottom: 10px; border: 1px dashed #ddd; } .uk-sortable-empty { min-height: 40px; } .uk-sortable-handle { display: inline-block; font-size: 18px; color: #ddd; } .uk-sortable-handle:hover { cursor: move; } .uk-sortable-handle:after { content: "\F0C9"; font-family: FontAwesome; } .uk-sortable-moving, .uk-sortable-moving * { cursor: move; } [data-sortable-action=toggle] { display: inline-block; color: #999; visibility: hidden; } [data-sortable-action=toggle]:hover { color: #444; cursor: pointer; } [data-sortable-action=toggle]:after { content: "\F147"; font-family: FontAwesome; } .uk-parent > .uk-sortable-item [data-sortable-action=toggle] { visibility: visible; } .uk-collapsed > .uk-sortable-item [data-sortable-action=toggle]:after { content: "\F196"; } .uk-collapsed .uk-sortable-list { display: none; } .uk-sticky { z-index: 980; } .uk-dragover { box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); } /* * Component: Docs * Description: Defines styles for the UIkit documentation ========================================================================== */ /* Fonts ========================================================================== */ body, h1, h2, h3, h4, h5, h6, .uk-navbar-nav > li > a { font-family: 'Open Sans', Helvetica, Arial, sans-serif; } /* Base ========================================================================== */ html { /*overflow-y: scroll;*/ } /* Layout ========================================================================== */ .tm-background { background: #353535; } /* * Blocks */ .tm-middle, .tm-section, .tm-footer { padding: 50px 0; } /* Tablet and bigger */ @media (min-width: 768px) { .tm-middle, .tm-section, .tm-footer { padding: 90px 0; } } /* Large screen and bigger */ @media (min-width: 1220px) { .tm-middle, .tm-section, .tm-footer { padding: 60px 0; } } /* * Middle */ .tm-middle { background: #fff; } /* Tablet and bigger */ @media (min-width: 768px) { .tm-sidebar { margin-right: -1px !important; border-right: 1px solid #E5E5E5; } .tm-main { padding-left: 50px !important; border-left: 1px solid #E5E5E5; } } /* * Sections */ .tm-section .uk-heading-large { margin-bottom: 20px; } .tm-section .uk-text-large { margin-bottom: 60px; } .tm-section-color-1 { background: #2ba3d4 url("../images/bg_teaser.svg") 50% 50% no-repeat; } /* Desktop and bigger */ @media (max-width: 959px) { .tm-section-color-1 { background-image: none; } } .tm-section-color-2 { background: #3dc0f1; } .tm-section-colored, .tm-section-colored h1, .tm-section-colored h2, .tm-section-colored a:not([class]) { color: #fff !important; } .tm-section-color-2 a { text-decoration: underline; } .tm-section-color-white { background: #fff; } /* Tablet and bigger */ @media (min-width: 768px) { .tm-section-color-white .uk-grid-divider:not(:empty) > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px dashed #ddd; } .tm-section-color-2 .uk-grid-divider:not(:empty) > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px dashed rgba(255, 255, 255, 0.4); } } /* * Header section */ .tm-logo { margin: 10px 0 20px 0; } .tm-button-download { margin: -30px 0 15px 0; /* Style */ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); background: #fff; border: none; color: #2ba3d4 !important; /* Size */ min-height: 50px; padding: 0 30px; line-height: 50px; font-size: 18px; } .tm-button-download:hover { background: #82cff0; color: #fff !important; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); -webkit-transition: background-color .15s ease-in-out; transition: background-color .15s ease-in-out; } .tm-button-download:focus, .tm-button-download:active { background: #2e93bc; color: #fff !important; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0px rgba(0, 0, 0, 0.05), inset 1px 0px 0px rgba(0, 0, 0, 0.05), inset -1px 0px 0px rgba(0, 0, 0, 0.05); -webkit-transition: background-color .05s ease-in-out; transition: background-color .05s ease-in-out; } .tm-image-pull { margin-bottom: -10px; } /* * Community */ .tm-margin-large-bottom { margin-bottom: 80px; } .tm-panel-link, .tm-panel-link:hover { text-decoration: none; color: #444; } .tm-panel-link { padding: 30px 30px 60px 30px; border: 1px solid #e5e5e5; } .tm-panel-link:after { content: ""; display: none; position: absolute; height: 5px; right: -1px; left: -1px; bottom: -1px; background: #0BA1D8; } .tm-panel-link:hover:after { display: block; } .tm-panel-link:hover h2 { color: #0BA1D8; } /* Only phones */ .tm-grid-margin-large .uk-grid-margin { margin-top: 50px; } .tm-icon { position: relative; width: 80px; margin: -60px auto 0 auto; border-radius: 5px; background: #0BA1D8; line-height: 80px; color: #fff; } .tm-icon:after { content: ""; display: block; position: absolute; bottom: -10px; left: 50%; width: 0; height: 0; margin-left: -10px; border: 10px solid #0BA1D8; border-right-color: transparent; border-left-color: transparent; border-bottom: none; } .tm-panel-link { -webkit-backface-visibility: hidden; } .tm-panel-link:hover .tm-icon { transform: translateY(5px); -webkit-transform: translateY(5px); transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; } /* * Footer */ .tm-footer .uk-subnav-line > li:before { border-color: #ddd; } .tm-footer, .tm-footer a { color: #ddd !important; } .tm-footer a:hover { color: #fff !important; } /* UIkit component modifiers ========================================================================== */ /* * Navbar */ .tm-navbar { padding: 15px 0; border: none; background: #252525; } .tm-navbar .uk-navbar-content, .tm-navbar .uk-navbar-brand, .tm-navbar .uk-navbar-toggle { height: 40px; margin-top: 0; text-shadow: none; } .tm-navbar .uk-navbar-nav > li > a { height: 40px; margin: 0; border: none; border-radius: 3px !important; text-shadow: none; font-size: 15px; } .tm-navbar .uk-navbar-nav > li { margin-left: 20px; } /* Hover */ .tm-navbar .uk-navbar-nav > li:hover > a, .tm-navbar .uk-navbar-nav > li > a:focus, .tm-navbar .uk-navbar-nav > li.uk-open > a { border: none; color: #FFF; } /* Active */ .tm-navbar .uk-navbar-nav > li.uk-active > a { background-color: #2BA3D4; color: #FFF; } /* OnClick */ .tm-navbar .uk-navbar-nav > li > a:active { background-color: transparent; } /* * Nav */ .tm-nav > li > a { color: #777; } /* Hover */ .tm-nav > li > a:hover, .tm-nav > li > a:focus, .tm-nav > li.uk-active > a { background: #F5F5F5; color: #444; } /* Sub-object: `nav-header` */ .tm-nav .uk-nav-header { color: #222; font-weight: normal; } /* * Nav */ .tm-subnav > li:nth-child(n+2) { margin-left: 20px; } /* * Article */ .tm-article-subtitle { padding-left: 6px; border-left: 3px solid #1FA2D6; font-size: 16px; line-height: 16px; } /* Custom content ========================================================================== */ /* * Style grid for showcase purpose */ .tm-grid-truncate code { /* Truncate */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; /* Nedded */ max-width: 80%; display: inline-block; vertical-align: middle; line-height: 16px; } .tm-icons > [class*="uk-width-"] { padding-bottom: 5px; padding-top: 5px; } /* Customizer ========================================================================== */ .cm-customizer, .cm-customizer body { height: 100%; overflow: hidden; } /* * Sidebar */ .cm-sidebar { position: fixed; top: 0; bottom: 0; left: 0; z-index: 1; width: 310px; border-right: 1px solid rgba(0, 0, 0, 0.1); } .cm-sidebar-header { position: absolute; top: 0; left: 0; right: 0; height: 110px; padding: 20px 30px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .cm-sidebar-content { position: absolute; top: 151px; bottom: 116px; left: 0; right: 0; padding: 20px 20px 0 30px; overflow-y: scroll; } .cm-sidebar-footer { position: absolute; bottom: 0; left: 0; right: 0; height: 75px; padding: 20px 30px; border-top: 1px solid rgba(0, 0, 0, 0.1); } .cm-sidebar-footer .uk-grid + .uk-grid { margin-top: 15px; } .cm-file-import { display: inline-block; position: relative; overflow: hidden; } .cm-file-import input[type=file] { position: absolute; right: 0; top: 0; font-size: 500px; opacity: 0; cursor: pointer; } /* * Iframe wrapper */ .cm-wrapper { position: absolute; top: 0; bottom: 0; left: 310px; right: 0; } .cm-wrapper > iframe { box-sizing: border-box; width: 100%; height: 100%; padding-top: 70px; margin-top: -70px; } /* Fixed links in navbar not clickable caused by iframe overlay */ .tm-navbar { position: relative; } /* * Sidebar content */ .cm-vars { padding-bottom: 20px; font-size: 12px; } .cm-form-title .more-link:after { content: "(more)"; font-size: 12px; text-transform: none; } .show-more .cm-form-title .more-link:after { content: "(hide)"; } /* * Variables form */ .cm-form fieldset + fieldset { margin-top: 25px; } .cm-form-title { font-size: 16px !important; line-height: 22px !important; text-transform: capitalize !important; } .cm-form .uk-form-row + .uk-form-row { margin-top: 5px; } .cm-form .uk-form-label { float: left; line-height: 25px; /* Text truncate */ max-width: 180px; overflow: hidden; text-overflow: ellipsis; text-transform: capitalize; white-space: nowrap; } .cm-form .uk-form-controls { float: right; } .cm-form select, .cm-form.uk-form input { width: 60px; border: 0; box-shadow: none; } .cm-form.uk-form input { text-align: right; } .cm-form select:focus, .cm-form.uk-form input:focus { background: none; } .cm-form :-ms-input-placeholder { color: #ddd !important; } .cm-form ::-moz-placeholder { color: #ddd; } .cm-form ::-webkit-input-placeholder { color: #ddd; } /* * Advanced mode */ .cm-more-link, .cm-advanced, .cm-more { display: none; } .cm-show-advanced .cm-advanced, .cm-show-advanced .cm-show-more .cm-more { display: block; } .cm-show-advanced .cm-more-link { display: inline; } .cm-more-link:after { content: "(more)"; font-size: 12px; text-transform: none; line-height: 1; } .cm-show-more .cm-more-link:after { content: "(hide)"; } /* * Download modal */ .cm-modal textarea { height: 400px; resize: none; font-family: Consolas, monospace, serif; } /* * Loading spinner */ .cm-spinner { position: absolute; left: 50%; top: 50%; margin-top: -15px; margin-left: -15px; font-size: 30px; z-index: 1000; } /* * Error */ .cm-error { position: absolute; left: 50%; top: 40%; width: 300px; margin-left: -176px; display: none; z-index: 1000; } /* * Responsive behavior */ /* Fix sidebar position if offcanvas appears */ .uk-offcanvas-page .cm-sidebar { left: auto; } /* Colorpicker ========================================================================== */ .sp-placeholder { width: 15px; height: 15px; margin: 5px; border-radius: 2px; float: right; cursor: pointer; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); } .sp-placeholder-color { width: 15px; height: 15px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; } .sp-replacer { padding: 5px; background: transparent; float: right; border: 0; } .sp-preview { height: 15px; width: 15px; margin: 0; border: none; border-radius: 2px; } .sp-preview-inner { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; border-radius: 2px; } .sp-dd { display: none; } .sp-container { border: 1px solid #d3d3d3; background-color: #fff; border-radius: 4px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } input.sp-input { box-sizing: border-box !important; height: auto; padding: 5px 6px; border: 1px solid #e5e5e5; background: #fff; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset; color: #444; -webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; } .sp-input:focus { border-color: #99BACA; background-color: #f5fBfE; } .sp-picker-container { border-left: none; } .sp-dragger { height: 10px; width: 10px; border: none; background: #fff; border-radius: 10px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } .sp-color, .sp-hue { border-color: #ccc; } .sp-slider { left: -4px; right: -4px; height: 8px; border-color: #ccc; } .sp-alpha-enabled .sp-top { margin-bottom: 28px; } .sp-alpha { bottom: -23px; height: 12px; } .sp-alpha-handle { border-color: #d3d3d3; } .sp-alpha-inner { border-color: #ddd; } .sp-container button { min-height: 30px; padding: 0 12px; border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); border-radius: 4px; background-color: #eee; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image: linear-gradient(to bottom, #fff, #eee); color: #666; line-height: 28px; text-shadow: 0 1px 0 #fff; } .sp-container button:hover { border: 1px solid rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.3); background-color: #f5f5f5; background-image: none; text-shadow: 0 1px 0 #fff; } .sp-container button:active { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); } .sp-cancel, .sp-reset { color: #0077DD !important; } .sp-cancel:hover, .sp-reset:hover { color: #005599 !important; text-decoration: underline; } .sp-container, .sp-container button, .sp-container input, .sp-color, .sp-cancel, .sp-reset, .sp-hue { font: inherit; } .sp-input-container { margin-bottom: 10px; } a.dw-navbar-brand { border-radius: 3px !important; background: #111; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); height: 40px; margin-top: 0; color: #666 !important; font-size: 18px; text-shadow: none; display: inline-block; line-height: 38px; padding: 0px 15px; } a.dw-navbar-brand:hover { text-decoration: none; } .dw-brand, .tm-footer a.dw-brand { border-radius: 3px !important; background: #111; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); color: #666 !important; font-size: 18px; padding: 0px 15px; height: 40px; display: inline-block; line-height: 38px; } .dw-brand:hover, .tm-footer a.dw-brand:hover { text-decoration: none; } .dw-article { margin-top: -7px; } #dw__toc { background: #F5F5F5; border: 1px solid #E5E5E5; float: right; width: 200px; padding: 20px 20px; margin-left: 35px; } #dw__toc h3 { margin: 0 0 10px 0; padding: 0; } .uk-dropdown-flip { width: 240px; } .uk-icon-logo:before { content: "@{ini_icon_logo}"; } .uk-icon-logo { content: "@{ini_icon_logo}"; } .tm-navbar .uk-navbar-nav > li.uk-active > a { background-color: #2BA3D4; } .tm-section-color-1 { background-color: #2BA3D4; } .tm-button-download { color: #2BA3D4 !important; } .tm-navbar { background-color: #252525; } .tm-footer { background-color: #353535; } .tm-background { background-color: #353535; }
0.547222
0.133783
main { margin-top: 90px; } #wrapper_main { max-width: 1184px; padding-bottom: 16px; margin-left: auto; margin-right: auto; width: 100%; } /*Les propriรฉtรฉ du header customizer-----------------------------------*/ @media screen and (max-width: 768px) { .header { height: 60px; box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.05); } } /*------Les propriรฉtรฉ du image slide----------------------------------------*/ .navWrapper { padding-left: 8px; padding-right: 8px; box-sizing: border-box; width: 100%; } .navImage { width: 100%; } .navImage img { box-sizing: border-box; width: 100%; background-color: #fff; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05); border-radius: 4px; } /*text du bas -----------------------------------------------------------------*/ #desc { margin-bottom: 16px; margin-top: 16px; max-width: 100%; box-sizing: border-box; } #desContainer { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05); background-color: #fff; padding-bottom: 50px; padding-top: 8px; padding-right: 16px; padding-left: 16px; border-radius: 4px; } #desContainer h1 { font-weight: 600; display: flex; padding-top: 10px; align-items: center; text-transform: uppercase; font-size: 1.2rem; } #desContainer p { text-align: justify; padding-top: 12px; margin: 0; line-height: 1.5; box-sizing: border-box; font-size: 0.85rem; } .fonct { padding-left: 10px; padding-top: 24px; display: flex; align-items: center; box-sizing: border-box; } .fonct span { text-align: justify; font-size: 0.85rem; margin-left: 10px; } #desContainer h2 { font-weight: 500; display: flex; padding-top: 10px; align-items: center; text-transform: uppercase; font-size: 1rem; } .bestText { font-weight: 700; } /*Les petit ecran d'ordinateur----------------------------------------------*/ @media screen and (max-width: 1184px) { /*------------------Propriete du Header------------------------------------------------------*/ #wrapper { max-width: 950px; } #mainLogo { margin-left: 20px; } #mainMenu { width: 35%; } .footer_wrapper { max-width: 950px; } /*-----------------------------Menu du slider, des pub et du side menu--------------------------------------------------------*/ } /*Les petit ecran d'ordinateur----------------------------------------------*/ @media screen and (max-width: 768px) { /*main header*/ main { margin-top: 60px; } #mainHeader { height: 60px; } #mainSection { padding-right: 0; padding-left: 0; } #wrapper_main { padding-top: 10px; } #sliderContent { margin-left: 0px; height: 170px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; box-shadow: none; border-radius: 0px; } #slider section { margin-right: 10px; width: 320px; justify-content: flex-end; } .controls { display: none; } #sideMenu { display: none; } #wrapper_content { display: flex; align-items: center; justify-content: space-between; margin-top: 0; } .slide { width: 100%; } #mainLogo img { max-width: 90px; } #mainLogo { margin-left: 45px; } #drawerIcon { position: absolute; display: block; margin-left: 8px; } #mainSearch { display: none; } #mainMenu { width: 30%; display: flex; align-items: center; height: 40px; justify-content: space-around; } #mainMenu div:nth-child(2) { display: none; } #mainMenu { justify-content: flex-end; margin-right: 10px; } #mainMenu img { height: 22px; width: 22px; } .menuItem a { height: 50px; margin-right: 10px; } #mainMenu span { display: none; } } /*-----------------------------------*/ #desc { margin-top: 7px; } .downWrapper img { width: 140px; margin-right: 6px; }
public/styles/distributeur.css
main { margin-top: 90px; } #wrapper_main { max-width: 1184px; padding-bottom: 16px; margin-left: auto; margin-right: auto; width: 100%; } /*Les propriรฉtรฉ du header customizer-----------------------------------*/ @media screen and (max-width: 768px) { .header { height: 60px; box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.05); } } /*------Les propriรฉtรฉ du image slide----------------------------------------*/ .navWrapper { padding-left: 8px; padding-right: 8px; box-sizing: border-box; width: 100%; } .navImage { width: 100%; } .navImage img { box-sizing: border-box; width: 100%; background-color: #fff; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05); border-radius: 4px; } /*text du bas -----------------------------------------------------------------*/ #desc { margin-bottom: 16px; margin-top: 16px; max-width: 100%; box-sizing: border-box; } #desContainer { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05); background-color: #fff; padding-bottom: 50px; padding-top: 8px; padding-right: 16px; padding-left: 16px; border-radius: 4px; } #desContainer h1 { font-weight: 600; display: flex; padding-top: 10px; align-items: center; text-transform: uppercase; font-size: 1.2rem; } #desContainer p { text-align: justify; padding-top: 12px; margin: 0; line-height: 1.5; box-sizing: border-box; font-size: 0.85rem; } .fonct { padding-left: 10px; padding-top: 24px; display: flex; align-items: center; box-sizing: border-box; } .fonct span { text-align: justify; font-size: 0.85rem; margin-left: 10px; } #desContainer h2 { font-weight: 500; display: flex; padding-top: 10px; align-items: center; text-transform: uppercase; font-size: 1rem; } .bestText { font-weight: 700; } /*Les petit ecran d'ordinateur----------------------------------------------*/ @media screen and (max-width: 1184px) { /*------------------Propriete du Header------------------------------------------------------*/ #wrapper { max-width: 950px; } #mainLogo { margin-left: 20px; } #mainMenu { width: 35%; } .footer_wrapper { max-width: 950px; } /*-----------------------------Menu du slider, des pub et du side menu--------------------------------------------------------*/ } /*Les petit ecran d'ordinateur----------------------------------------------*/ @media screen and (max-width: 768px) { /*main header*/ main { margin-top: 60px; } #mainHeader { height: 60px; } #mainSection { padding-right: 0; padding-left: 0; } #wrapper_main { padding-top: 10px; } #sliderContent { margin-left: 0px; height: 170px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; box-shadow: none; border-radius: 0px; } #slider section { margin-right: 10px; width: 320px; justify-content: flex-end; } .controls { display: none; } #sideMenu { display: none; } #wrapper_content { display: flex; align-items: center; justify-content: space-between; margin-top: 0; } .slide { width: 100%; } #mainLogo img { max-width: 90px; } #mainLogo { margin-left: 45px; } #drawerIcon { position: absolute; display: block; margin-left: 8px; } #mainSearch { display: none; } #mainMenu { width: 30%; display: flex; align-items: center; height: 40px; justify-content: space-around; } #mainMenu div:nth-child(2) { display: none; } #mainMenu { justify-content: flex-end; margin-right: 10px; } #mainMenu img { height: 22px; width: 22px; } .menuItem a { height: 50px; margin-right: 10px; } #mainMenu span { display: none; } } /*-----------------------------------*/ #desc { margin-top: 7px; } .downWrapper img { width: 140px; margin-right: 6px; }
0.409339
0.083217
* { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary-color: #cc0000; --secondary-color: #7c0000; } html, body { width: 100%; height: 100%; } .app-header { background: var(--primary-color); } .app-header .content { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px 10px; } .app-header img { width: 170px; margin-bottom: 15px; } .app-header input { width: 300px; height: 30px; border-radius: 3px; border: none; padding: 0 5px; outline: none; color: red; font-family: 'times new roman', sans; font-size: 18px; } .app-header input::placeholder { color: red; } .app-header input:focus::placeholder { color: white; } .container { width: 90%; margin: 0 auto; padding: 10px; } .grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } .grid .item { display: flex; flex-direction: column; border: 1px solid #ccc; box-shadow: 1px 1px 2px #ccc; padding: 10px; } .grid .item img { width: 30px; display: block; align-self: flex-end; } .grid .item h4 { font-family: arial; color: var(--secondary-color); margin-bottom: 5px; } .grid .item p { margin-bottom: 20px; } .app-footer { padding: 10px; position: fixed; bottom: 0; left: 0; right: 0; font-family: arial, sans-serif; background-color: #ccc; } .app-footer ul { display: flex; align-items: center; justify-content: space-around; list-style: none; } .app-footer ul li { display: flex; flex-direction: column; align-items: center; } .subheader { background-color: var(--secondary-color); width: 90%; margin: 0 auto 16px auto; padding: 10px; color: white; display: flex; align-items: center; justify-content: space-between; } .subheader i { vertical-align: text-bottom; } .subheader p { font-family: arial; font-weight: bold; } .subheader img { width: 40px; } @media (min-width: 768px) { .app-header img { width: 260px; } .grid { grid-template-columns: repeat(3, 1fr); } .grid .item img { width: 60px; } }
style.css
* { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary-color: #cc0000; --secondary-color: #7c0000; } html, body { width: 100%; height: 100%; } .app-header { background: var(--primary-color); } .app-header .content { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px 10px; } .app-header img { width: 170px; margin-bottom: 15px; } .app-header input { width: 300px; height: 30px; border-radius: 3px; border: none; padding: 0 5px; outline: none; color: red; font-family: 'times new roman', sans; font-size: 18px; } .app-header input::placeholder { color: red; } .app-header input:focus::placeholder { color: white; } .container { width: 90%; margin: 0 auto; padding: 10px; } .grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } .grid .item { display: flex; flex-direction: column; border: 1px solid #ccc; box-shadow: 1px 1px 2px #ccc; padding: 10px; } .grid .item img { width: 30px; display: block; align-self: flex-end; } .grid .item h4 { font-family: arial; color: var(--secondary-color); margin-bottom: 5px; } .grid .item p { margin-bottom: 20px; } .app-footer { padding: 10px; position: fixed; bottom: 0; left: 0; right: 0; font-family: arial, sans-serif; background-color: #ccc; } .app-footer ul { display: flex; align-items: center; justify-content: space-around; list-style: none; } .app-footer ul li { display: flex; flex-direction: column; align-items: center; } .subheader { background-color: var(--secondary-color); width: 90%; margin: 0 auto 16px auto; padding: 10px; color: white; display: flex; align-items: center; justify-content: space-between; } .subheader i { vertical-align: text-bottom; } .subheader p { font-family: arial; font-weight: bold; } .subheader img { width: 40px; } @media (min-width: 768px) { .app-header img { width: 260px; } .grid { grid-template-columns: repeat(3, 1fr); } .grid .item img { width: 60px; } }
0.450118
0.080466
*{ box-sizing:border-box; } .col-1{width:8.33%;} .col-2{Width:16.66%;} .col-3{Width:25%;} .col-4{Width:33.33%;} .col-5{Width:41.66%;} .col-6{Width:50%;} .col-7{Width:58.33%;} .col-8{Width:66.66%;} .col-9{Width:75%;} .col-10{Width:83.33%;} .col-11{Width:91.66%;} .col-12{Width:100%;} [class*='col-']{ float: left; } .row:after{ content:''; clear:both; display:block; } @keyframes slider{ 0%{ background-image:url('images/8.jpg')} 25%{background-image:url('images/4.jpg')} 50%{background-image:url('images/35.jpg')} 75%{background-image:url('images/31.jpg')} 100%{background-image:url('images/34.jpg')} } .rajnti-image { height: 88%; width: 41%; background-size: 100% 100%; animation-name: slider; animation-duration: 15s; animation-iteration-count: infinite; margin-left: 20px; margin-top: 10px; } .container{ border:1px solid #F0F0F0; } .headermain{ height:50px; background-color:#E6E6E6; } .header { margin-top: -2px; } .header-right { background-color: #E6E6E6; margin-left: 100px; } .header-right a img{ background-color:#E6E6E6;} .header-height1 { height: 77px; margin: 10px; margin-left: 50px; } .header-height2{height:77px; margin: 5px; } .header-height2 img { width: 490px; height: 75px; } .header-height3 { height: 77px; margin: 5px; } .header1 { height: 50px; margin-left: 50px; margin-top: -80px; } .header2 { background-color: #f70c3d; height: 50px; margin-top: -10px; margin-left: 50px; color: #fff; text-align: center; font-size: 20px; } .header3 { height: 50px; background-color: #000000; margin-top: -10px; color: #fff; text-align: center; padding: 15px; } .header1 { height: 50px; margin-left: 0px; margin-top: 5px; width: 100%; } .header2 { background-color: #f70c3d; height: 50px; margin-top: -10px; margin-left: 50px; color: #fff; text-align: center; font-size: 20px; } .header3 { height: 50px; background-color: #000000; margin-top: -10px; color: #fff; text-align: center; padding: 15px; } .nav { height: 40px; background-color: #fff; margin: 2px; padding-left: 45px; margin-top: 5px; margin-left: 25px; width: 97%; } .nav ul{ list-style-type:none; margin:0; padding:0; } .nav ul li { float: left; width: 105px; border: 2px solid #F0F0F0; margin: -1px; } .nav ul li a { display: block; text-align: center; text-decoration: none; color: #000; line-height: 2em; } .nav ul li a:hover{ background:#F0F0F0; color:#000; } .header4 { height: 350px; } /* .rajnti-image { margin: 10px; margin-top: 10px; float: left; } */ .rajnti { height: 300px; border: 1px solid #8B8B8B; margin: 10px; margin-left: 30px; float: left; color: red; width: 22%; } .rajnti a:hover{ background-color:#fff; color:red; } .rajnti-head { width: 100%; height: 50px; background-color: #e8e8ff; border: 1px solid #8B8B8B; text-align: center; line-height: 1em; } .rajniti-article { margin-left: 20px; margin-top: 1px; width: 60%; } .rajniti-article p a { text-decoration: none; color: #000; line-height: 1em; margin-top: 5px; } .rajniti-article2 { width: 55%; margin-left: 103px; margin-top: -18px; } .rajniti-article2 p a { text-decoration: none; color: #000; line-height: 1em; margin-top: 5px; } .rajniti-article3 { margin-left: 20px; width: 50%; } .rajniti-article3 p a { text-decoration: none; color: #000; line-height: 1em; margin-top: 5px; } .rajniti-image { margin-left: 10px; margin-top: 10px; } .rajniti-image2 { margin-top: 68px; margin-left: -264px; } .rajniti-image3 { margin-left: 10px; } .latest-news { height: 331px; border: 1px solid #8B8B8B; margin: 50px; margin-left: 190px; float: left; margin-top: -; margin-top: -315px; margin-left: 905px; } .latest-news-headline{ width: 100%; height: 50px; background-color: #e8e8ff; border: 1px solid #8B8B8B; text-align: center; line-height: 1em; } .latest-news ul li { padding-bottom: 15px; margin-left: -25px; } .latest-news ul li a { text-decoration: none; text-align: left:; color: #000; } .latest-news ul li a:hover{ background-color:#fff; color:red; } .latestmain-news { height: 340px; margin: 50px; margin-left: 190px; float: left; margin-left: 935px; margin-top: -1px; } .latestmain-news-headline{ width: 100%; height: 50px; background-color: #e8e8ff; border: 1px solid #8B8B8B; text-align: center; line-height: 1em; } .latestmain-news ul li { padding-bottom: 15px; margin-left: -25px; } .latestmain-news ul li a { text-decoration: none; text-align: left:; color: #000; } .latestmain-news ul li a:hover{ background-color:#fff; color:red; } .add { margin-top: -63px; margin-left: 20px; } .prokash { height: 50px; margin-top: -350px; margin-left: 20px; border-top: 2px solid black; border-bottom: 2px solid black; width: 65%; } .prokash h3{margin-top-5px;} .post-news { height: 700px; width: 100%; } .post-news img { margin-left: 20px; margin-top: -20px; } .post-news h3 { margin-top: -300px; color: #000; margin-left: 20px; font-size: 40px; } .post-news a{text-decoration:none} .post-news p { color: #000; width: 72%; padding: 20px; font-size: 15px; } .jatiota { height: 50px; width: 64%; margin-top: 47px; background-color: #E6E6E6; color: red; line-height: 1em; margin-left: 5px; } .jatiota h3{margin-left:10px;} .jatiota-news { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -845px; margin-top: 105px; } .jatiota-news img { margin-left: 60px; margin-top: 5px; } .jatiota-news h3 { margin-left: 15px; color: #000; } .jatiota-news a{ text-decoration: none;} .jatiota-news1 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -547px; margin-top: 105px; } .jatiota-news1 img { margin-left: 50px; margin-top: 10px; } .jatiota-news1 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news1 a{ text-decoration: none;} .jatiota-news2 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -261px; margin-top: 105px; } .jatiota-news2 img { margin-left: 50px; margin-top: 10px; } .jatiota-news2 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news2 a{ text-decoration: none;} .jatiota-news3 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -845px; margin-top: 293px; } .jatiota-news3 img{ margin-left: 60px; margin-top: 5px; } .jatiota-news3 h3{ margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news3 a{ text-decoration: none;} .jatiota-news4 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -548px; margin-top: 294px; } .jatiota-news4 img{ margin-left: 50px; margin-top: 10px; } .jatiota-news4 h3{ margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news4 a{ text-decoration: none;} .jatiota-news5 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -261px; margin-top: 294px; } .jatiota-news5 img { margin-left: 50px; margin-top: 10px; } .jatiota-news5 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news5 a{ text-decoration: none;} .jatiotamain-news { width: 23%; height: 340px; border: 1px solid #E6E6E6; margin-top: -340px; margin-left: 10px; } .jatiotamain-news img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news p{ margin-left: 5px; color: #000; } .jatiotamain-news1 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: -340px; margin-left: 321px; } .jatiotamain-news1 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news1 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news1 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news1 p { margin-left: 5px; color: #000; } .jatiotamain-news2 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: -340px; margin-left: 619px; } .jatiotamain-news2 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news2 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news2 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news2 p { margin-left: 5px; color: #000; } .jatiotamain-news3 { width: 23%; height: 340px; border: 1px solid #E6E6E6; margin-top: 11px; margin-left: 10px; } .jatiotamain-news3 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news3 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news3 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news3 p { margin-left: 5px; color: #000; } .jatiotamain-news4 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: 11px; margin-left: 9px; } .jatiotamain-news4 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news4 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news4 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news4 p { margin-left: 5px; color: #000; } .jatiotamain-news5 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: 11px; margin-left: 9px; } .jatiotamain-news5 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news5 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news5 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news5 p { margin-left: 5px; color: #000; } .jatiotamain-news6 { width: 23%; height: 340px; border: 1px solid #E6E6E6; margin-top: 357px; margin-left: -910px; } .jatiotamain-news6 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news6 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news6 a { margin-left: 5px; color: #000; text-decoration:none; } .jatiotamain-news6 p { margin-left: 5px; color: #000; } .jatiotamain-news7 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: 356px; margin-left: -595px; } .jatiotamain-news7 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news7 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news7 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news7 p { margin-left: 5px; color: #000; } .jatiotamain-news8 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: 355px; margin-left: -293px; } .jatiotamain-news8 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news8 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news8 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news8 p { margin-left: 5px; color: #000; } .international { height: 50px; width: 41%; margin-left: 5px; background-color: #e6e6e6; margin-top: 10px; color: red; line-height: 1em; } .international h3{margin-left:10px;} .international-news { width: 20%; height: 110px; margin-top: 70px; margin-left: -530px; } .international-news img { margin-left: 50px; margin-top: -15px; } .international-news h3 { color: #000; margin-top: -2px; margin-left: 40px; } .international-news a {text-decoration:none;} .international-news1 { width: 21%; height: 120px; margin-top: 60px; margin-left: -270px; } .international-news1 img { margin-left: 50px; margin-top: 0px; } .international-news1 h3 { color: #000; margin-left: 20px; margin-top: 7px; } .international-news1 a {text-decoration:none;} .international-news2 { width: 20%; height: 110px; margin-top: 170px; margin-left: -530px; } .international-news2 img { margin-left: 50px; margin-top: -15px; text-decoration: none ; } .international-news2 h3 { color: #000; margin-top: 60px; margin-left: 37px; } .international-news2 a {text-decoration:none;} .international-news3 { width: 21%; height: 120px; margin-top: 170px; margin-left: -270px; } .international-news3 img { margin-left: 50px; margin-top: 1px; } .international-news3 h3 { color: #000; margin-left: 20px; margin-top: 59px; } .international-news3 a {text-decoration:none;} .ctg { width: 25%; height: 50px; background-color: #e6e6e6; line-height: -1em; color: red; margin-top: -280px; margin-left: 555px; } .ctg h3{margin-left:10px;} .ctg-news { width: 23%; margin: 8px; height: 240px; margin-top: -225px; margin-left: 570px; } .ctg-news h3 { color: #000; margin-top: -1px; } .ctg-news a{text-decoration:none;} .ctg-news img { margin-left: 25px; margin-top: -15px; } .ctg-news ul li { padding-bottom: 5px; margin-left: -25px; margin-top: -10px; } .ctg-news ul li a { text-decoration: none; text-align: left:; color: #000; } .saradesh { height: 50px; background-color: #e6e6e6; width: 66%; margin-top: 90px; color: red; line-height: 1em; margin-left: 5px; } .saradesh h3 { margin-left: 10px; } .sradesh-newsright-news1 { margin: 10px; height: 240px; width: 20%; float: left; margin-left: -799px; margin-top: 155px; } .sradesh-newsright-news1 h3 { margin-top: -5px; } .sradesh-newsright-news1 a img { margin-top: -12px; margin-left: 40px; } .sradesh-newsright-news1 a { text-decoration: none; color: #000; } .sradesh-newsright-news1 ul li{ margin-left:-20px; } .sradesh-newsright-news2 { margin: 10px; height: 240px; width: 20%; float: left; margin-left: -526px; margin-top: 154px; } .sradesh-newsright-news2 h3 { margin-top: -5px; } .sradesh-newsright-news2 a img { margin-top: -20px; margin-left: 40px; } .sradesh-newsright-news2 a { text-decoration: none; color: #000; } .sradesh-newsright-news2 ul li{ margin-left:-20px; } .sradesh-newsleft { margin: 10px; height: 240px; width: 20%; float: left; margin-left: -266px; margin-top: 133px; } .sradesh-newsleft ul li { padding-bottom: 15px; } .sradesh-newsleft ul li a{ text-decoration:none; color:#000; } .athonti { height: 50px; width: 22%; background-color: #e6e6e6; color: red; margin-left: 5px; line-height: 1em; float: left; margin-top: 18px; } .athonti h3{margin-left:10px;} .athonti-news{} .athonti-news h3 { margin-left: -261px; width: 100%; text-decoration: none; color: #000; margin-top: 102px; } .athonti-news a{text-decoration: none;} .athonti-news img { margin-left: -260px; margin-top: -10px; } .athonti-news1 h3 { width: 100%; text-decoration: none; color: #000; margin-left: -465px; margin-top: 243px; } .athonti-news1 img { margin-left: -455px; margin-top: -10px; } .athonti-news1 a{text-decoration: none;} .shikha { height: 50px; width: 21%; background-color: #e6e6e6; color: red; margin-left: 5px; line-height: 1em; float: left; margin-top: -15px; margin-top: -338px; margin-left: 300px; } .shikha h3{margin-left:10px;} .shikha-news h3 { margin-top: -275px; margin-left: 299px; width: 100%; color: #000; } .shikha-news a{text-decoration:none;} .shikha-news img { margin-left: 333px; margin-top: -10px; } .shikha-news1 h3 { margin-top: -132px; margin-left: 305px; width: 100%; color: #000; } .shikha-news1 a{text-decoration:none;} .shikha-news1 img { margin-left: 330px; margin-top: -10px; } .play { height: 50px; width: 22%; background-color: #e6e6e6; color: red; line-height: 1em; margin-top: -338px; margin-left: 581px; } .play h3{margin-left:10px;} .play-news {} .play-news h3 { margin-top: -279px; margin-left: 582px; width: 100%; color: #000; } .play-new a{text-decoration:none;} .play-news img { margin-left: 611px; margin-top: -10px; } .play-news1 h3 { margin-top: -134px; margin-left: 578px; width: 100%; color: #000; } .play-new1 a{text-decoration:none;} .play-news1 img { margin-left: 618px; margin-top: -10px; } .binedhon { height: 50px; width: 22%; background-color: #e6e6e6; color: red; margin: 5px; line-height: 1em; } .binedhon h3{margin-left:10px;} .binedhon-news h3 { margin-left: -265px; margin-top: 65px; width: 100%; color: #000; text-decoration: none; } .binedhon-news a{text-decoration:none;} .binedhon-news img { margin-left: -250px; margin-top: -10px; } .binedhon-news1 h3 { margin-left: -469px; margin-top: 207px; width: 100%; color: #000; text-decoration: none; } .binedhon-news1 a{text-decoration:none;} .binedhon-news1 img { margin-left: -448px; margin-top: -10px; } .porjotok { height: 50px; width: 21%; background-color: #e6e6e6; color: red; margin: 5px; line-height: 1em; margin-top: -315px; margin-left: 300px; } .porjotok h3{margin-left:10px;} .porjotok-news h3 { margin-top: -250px; margin-left: 301px; width: 100%; color: #000; text-decoration: none; } .porjotok-news a{text-decoration:none;} .porjotok-news img { margin-left: 333px; margin-top: -10px; } .porjotok-news1 h3 { margin-top: -115px; margin-left: 304px; width: 100%; color: #000; text-decoration: none; } .porjotok-news a{text-decoration:none;} .porjotok-news1 img { margin-left: 333px; margin-top: -10px; } .protibedhon { height: 50px; width: 22%; background-color: #e6e6e6; color: red; margin-: 13px; line-height: 1em; margin-top: -315px; margin-left: 583px; } .protibedhon h3{margin-left:10px;} .protibedhon-news h3 { margin-top: -250px; margin-left: 610px; width: 100%; color: #000; text-decoration: none; } .protibedhon-news a{text-decoration:none;} .protibedhon-news img { margin-left: 630px; margin-top: -10px; } .protibedhon-news1 h3 { margin-top: -107px; margin-left: 610px; width: 100%; color: #000; text-decoration: none; } .protibedhon-news a{text-decoration:none;} .protibedhon-news1 img { margin-left: 630px; margin-top: -10px; } .sidebar { height: 800px; margin: 5px; margin-left: 911px; margin-top: -1856px; } .b-protibedhonmain { width: 100%; height: 250px; border:1px solid #E6E6E6 ; } .b-protibedhon { height: 50px; background-color: #e6e6e6; color: red; width: 100%; line-height: 1em; text-align: center; } .b-protibedhon-news{width:100%;} .b-protibedhon-news h3 { width: 100%; color: #000; text-decoration: none; margin-left: 1px; margin-top: 65px; } .b-protibedhon-news a{ text-decoration: none;} .b-protibedhon-news img{margin-left:10px;} .sakhatkarmain { width: 100%; height: 250px; border: 1px solid #E6E6E6; margin-top: 20px; } .sakhatkar{ height: 50px; background-color: #e6e6e6; color: red; width: 100%; line-height: 1em; text-align: center; } .sakhatkar-news{width:100%;} .sakhatkar-news h3 { width: 100%; color: #000; text-decoration: none; margin: 5px; margin-top: 25px; } .sakhatkar-news a{ text-decoration: none;} .sakhatkar-news img{margin-left:10px;} .muktto { width: 100%; height: 250px; border: 1px solid #E6E6E6; margin-top: 20px; } .mukttokhobor{ height: 50px; background-color: #e6e6e6; color: red; width: 100%; line-height: 1em; text-align: center; } .mukttokhobor-news{width:100%;} .mukttokhobor-news h3 { width: 100%; color: #000; text-decoration: none; margin: 5px; margin-top: 25px; } .mukttokhobor-news a{ text-decoration: none;} .mukttokhobor-news img{margin-left:10px;} .pathok{width: 100%; height: 250px; border: 1px solid #E6E6E6; margin-top: 20px} .pathok-news{width:100%} .pathok-news h4 { width: 100% color: #000; text-decoration: none; margin: 5px; margin-top: 25px; margin-left: 70px; font-size: 25px; } .pathok-news p { color: red; margin-left: 120px; font-size: 25px; } .footer-nav { height: 100x; background-color: #fff; margin: 2px; padding-left: 45px; margin-left: 40px; margin-top: 10px; } .sidebar-main { margin-left: 96px; } .sidebar-main-news { width: 100%; border: 1px solid #8B8B8B; margin-left: 190px; float: left; margin-left: 860px; margin-top: -1px; margin-top: -580px; } .sidebar-main-news { width: 100%; height: 50px; background-color: #e8e8ff; border: 1px solid #8B8B8B; text-align: center; line-height: 1em; /* margin-left: 1px; */ margin-top: -720px; padding-left: 32px; } .sidebar-main-news ul li { padding-bottom: 15px; margin-left: -25px; } .sidebar-main-news ul li a { text-decoration: none; text-align: left:; color: #000; } .sidebar-main-news ul li a:hover{ background-color:#fff; color:red; } .btn { height: 25px; width: 5%; margin-left: 780px; margin-top: 10px; margin-top: ; } .btn a { border: 1px solid #F0F0F0; display: block; text-align: center; text-decoration: none; float: left; width: 50%; } .footer-nav ul{ list-style-type:none; margin:0; padding:0; } .footer-nav ul li { float: left; width: 105px; border: 2px solid #F0F0F0; margin: -1px; list-sdtyle-type:none; } .footer-nav ul li a { display: block; text-align: center; text-decoration: none; color: #000; line-height: 2em; } .footer-nav ul li a:hover{ background:#F0F0F0; color:#000; } .footer-height { background-color: #dddddd; height: 326px; margin-top:5px; } .footer-height h1 { text-align: center; } .footer-height h3 { text-align: center; } .footer-height p { text-align: center; }
style.css
*{ box-sizing:border-box; } .col-1{width:8.33%;} .col-2{Width:16.66%;} .col-3{Width:25%;} .col-4{Width:33.33%;} .col-5{Width:41.66%;} .col-6{Width:50%;} .col-7{Width:58.33%;} .col-8{Width:66.66%;} .col-9{Width:75%;} .col-10{Width:83.33%;} .col-11{Width:91.66%;} .col-12{Width:100%;} [class*='col-']{ float: left; } .row:after{ content:''; clear:both; display:block; } @keyframes slider{ 0%{ background-image:url('images/8.jpg')} 25%{background-image:url('images/4.jpg')} 50%{background-image:url('images/35.jpg')} 75%{background-image:url('images/31.jpg')} 100%{background-image:url('images/34.jpg')} } .rajnti-image { height: 88%; width: 41%; background-size: 100% 100%; animation-name: slider; animation-duration: 15s; animation-iteration-count: infinite; margin-left: 20px; margin-top: 10px; } .container{ border:1px solid #F0F0F0; } .headermain{ height:50px; background-color:#E6E6E6; } .header { margin-top: -2px; } .header-right { background-color: #E6E6E6; margin-left: 100px; } .header-right a img{ background-color:#E6E6E6;} .header-height1 { height: 77px; margin: 10px; margin-left: 50px; } .header-height2{height:77px; margin: 5px; } .header-height2 img { width: 490px; height: 75px; } .header-height3 { height: 77px; margin: 5px; } .header1 { height: 50px; margin-left: 50px; margin-top: -80px; } .header2 { background-color: #f70c3d; height: 50px; margin-top: -10px; margin-left: 50px; color: #fff; text-align: center; font-size: 20px; } .header3 { height: 50px; background-color: #000000; margin-top: -10px; color: #fff; text-align: center; padding: 15px; } .header1 { height: 50px; margin-left: 0px; margin-top: 5px; width: 100%; } .header2 { background-color: #f70c3d; height: 50px; margin-top: -10px; margin-left: 50px; color: #fff; text-align: center; font-size: 20px; } .header3 { height: 50px; background-color: #000000; margin-top: -10px; color: #fff; text-align: center; padding: 15px; } .nav { height: 40px; background-color: #fff; margin: 2px; padding-left: 45px; margin-top: 5px; margin-left: 25px; width: 97%; } .nav ul{ list-style-type:none; margin:0; padding:0; } .nav ul li { float: left; width: 105px; border: 2px solid #F0F0F0; margin: -1px; } .nav ul li a { display: block; text-align: center; text-decoration: none; color: #000; line-height: 2em; } .nav ul li a:hover{ background:#F0F0F0; color:#000; } .header4 { height: 350px; } /* .rajnti-image { margin: 10px; margin-top: 10px; float: left; } */ .rajnti { height: 300px; border: 1px solid #8B8B8B; margin: 10px; margin-left: 30px; float: left; color: red; width: 22%; } .rajnti a:hover{ background-color:#fff; color:red; } .rajnti-head { width: 100%; height: 50px; background-color: #e8e8ff; border: 1px solid #8B8B8B; text-align: center; line-height: 1em; } .rajniti-article { margin-left: 20px; margin-top: 1px; width: 60%; } .rajniti-article p a { text-decoration: none; color: #000; line-height: 1em; margin-top: 5px; } .rajniti-article2 { width: 55%; margin-left: 103px; margin-top: -18px; } .rajniti-article2 p a { text-decoration: none; color: #000; line-height: 1em; margin-top: 5px; } .rajniti-article3 { margin-left: 20px; width: 50%; } .rajniti-article3 p a { text-decoration: none; color: #000; line-height: 1em; margin-top: 5px; } .rajniti-image { margin-left: 10px; margin-top: 10px; } .rajniti-image2 { margin-top: 68px; margin-left: -264px; } .rajniti-image3 { margin-left: 10px; } .latest-news { height: 331px; border: 1px solid #8B8B8B; margin: 50px; margin-left: 190px; float: left; margin-top: -; margin-top: -315px; margin-left: 905px; } .latest-news-headline{ width: 100%; height: 50px; background-color: #e8e8ff; border: 1px solid #8B8B8B; text-align: center; line-height: 1em; } .latest-news ul li { padding-bottom: 15px; margin-left: -25px; } .latest-news ul li a { text-decoration: none; text-align: left:; color: #000; } .latest-news ul li a:hover{ background-color:#fff; color:red; } .latestmain-news { height: 340px; margin: 50px; margin-left: 190px; float: left; margin-left: 935px; margin-top: -1px; } .latestmain-news-headline{ width: 100%; height: 50px; background-color: #e8e8ff; border: 1px solid #8B8B8B; text-align: center; line-height: 1em; } .latestmain-news ul li { padding-bottom: 15px; margin-left: -25px; } .latestmain-news ul li a { text-decoration: none; text-align: left:; color: #000; } .latestmain-news ul li a:hover{ background-color:#fff; color:red; } .add { margin-top: -63px; margin-left: 20px; } .prokash { height: 50px; margin-top: -350px; margin-left: 20px; border-top: 2px solid black; border-bottom: 2px solid black; width: 65%; } .prokash h3{margin-top-5px;} .post-news { height: 700px; width: 100%; } .post-news img { margin-left: 20px; margin-top: -20px; } .post-news h3 { margin-top: -300px; color: #000; margin-left: 20px; font-size: 40px; } .post-news a{text-decoration:none} .post-news p { color: #000; width: 72%; padding: 20px; font-size: 15px; } .jatiota { height: 50px; width: 64%; margin-top: 47px; background-color: #E6E6E6; color: red; line-height: 1em; margin-left: 5px; } .jatiota h3{margin-left:10px;} .jatiota-news { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -845px; margin-top: 105px; } .jatiota-news img { margin-left: 60px; margin-top: 5px; } .jatiota-news h3 { margin-left: 15px; color: #000; } .jatiota-news a{ text-decoration: none;} .jatiota-news1 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -547px; margin-top: 105px; } .jatiota-news1 img { margin-left: 50px; margin-top: 10px; } .jatiota-news1 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news1 a{ text-decoration: none;} .jatiota-news2 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -261px; margin-top: 105px; } .jatiota-news2 img { margin-left: 50px; margin-top: 10px; } .jatiota-news2 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news2 a{ text-decoration: none;} .jatiota-news3 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -845px; margin-top: 293px; } .jatiota-news3 img{ margin-left: 60px; margin-top: 5px; } .jatiota-news3 h3{ margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news3 a{ text-decoration: none;} .jatiota-news4 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -548px; margin-top: 294px; } .jatiota-news4 img{ margin-left: 50px; margin-top: 10px; } .jatiota-news4 h3{ margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news4 a{ text-decoration: none;} .jatiota-news5 { width: 20%; height: 180px; border: 1px solid #E6E6E6; margin-left: -261px; margin-top: 294px; } .jatiota-news5 img { margin-left: 50px; margin-top: 10px; } .jatiota-news5 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiota-news5 a{ text-decoration: none;} .jatiotamain-news { width: 23%; height: 340px; border: 1px solid #E6E6E6; margin-top: -340px; margin-left: 10px; } .jatiotamain-news img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news p{ margin-left: 5px; color: #000; } .jatiotamain-news1 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: -340px; margin-left: 321px; } .jatiotamain-news1 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news1 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news1 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news1 p { margin-left: 5px; color: #000; } .jatiotamain-news2 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: -340px; margin-left: 619px; } .jatiotamain-news2 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news2 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news2 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news2 p { margin-left: 5px; color: #000; } .jatiotamain-news3 { width: 23%; height: 340px; border: 1px solid #E6E6E6; margin-top: 11px; margin-left: 10px; } .jatiotamain-news3 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news3 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news3 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news3 p { margin-left: 5px; color: #000; } .jatiotamain-news4 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: 11px; margin-left: 9px; } .jatiotamain-news4 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news4 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news4 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news4 p { margin-left: 5px; color: #000; } .jatiotamain-news5 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: 11px; margin-left: 9px; } .jatiotamain-news5 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news5 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news5 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news5 p { margin-left: 5px; color: #000; } .jatiotamain-news6 { width: 23%; height: 340px; border: 1px solid #E6E6E6; margin-top: 357px; margin-left: -910px; } .jatiotamain-news6 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news6 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news6 a { margin-left: 5px; color: #000; text-decoration:none; } .jatiotamain-news6 p { margin-left: 5px; color: #000; } .jatiotamain-news7 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: 356px; margin-left: -595px; } .jatiotamain-news7 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news7 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news7 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news7 p { margin-left: 5px; color: #000; } .jatiotamain-news8 { width: 22%; height: 340px; border: 1px solid #E6E6E6; margin-top: 355px; margin-left: -293px; } .jatiotamain-news8 img { margin-left: 25px; margin-top: 10px; } .jatiotamain-news8 h3 { margin-left: 15px; color: #000; text-decoration: none; } .jatiotamain-news8 a { margin-left: 5px; color: #000; text-decoration: none; width: 10%; margin-top: -10px; } .jatiotamain-news8 p { margin-left: 5px; color: #000; } .international { height: 50px; width: 41%; margin-left: 5px; background-color: #e6e6e6; margin-top: 10px; color: red; line-height: 1em; } .international h3{margin-left:10px;} .international-news { width: 20%; height: 110px; margin-top: 70px; margin-left: -530px; } .international-news img { margin-left: 50px; margin-top: -15px; } .international-news h3 { color: #000; margin-top: -2px; margin-left: 40px; } .international-news a {text-decoration:none;} .international-news1 { width: 21%; height: 120px; margin-top: 60px; margin-left: -270px; } .international-news1 img { margin-left: 50px; margin-top: 0px; } .international-news1 h3 { color: #000; margin-left: 20px; margin-top: 7px; } .international-news1 a {text-decoration:none;} .international-news2 { width: 20%; height: 110px; margin-top: 170px; margin-left: -530px; } .international-news2 img { margin-left: 50px; margin-top: -15px; text-decoration: none ; } .international-news2 h3 { color: #000; margin-top: 60px; margin-left: 37px; } .international-news2 a {text-decoration:none;} .international-news3 { width: 21%; height: 120px; margin-top: 170px; margin-left: -270px; } .international-news3 img { margin-left: 50px; margin-top: 1px; } .international-news3 h3 { color: #000; margin-left: 20px; margin-top: 59px; } .international-news3 a {text-decoration:none;} .ctg { width: 25%; height: 50px; background-color: #e6e6e6; line-height: -1em; color: red; margin-top: -280px; margin-left: 555px; } .ctg h3{margin-left:10px;} .ctg-news { width: 23%; margin: 8px; height: 240px; margin-top: -225px; margin-left: 570px; } .ctg-news h3 { color: #000; margin-top: -1px; } .ctg-news a{text-decoration:none;} .ctg-news img { margin-left: 25px; margin-top: -15px; } .ctg-news ul li { padding-bottom: 5px; margin-left: -25px; margin-top: -10px; } .ctg-news ul li a { text-decoration: none; text-align: left:; color: #000; } .saradesh { height: 50px; background-color: #e6e6e6; width: 66%; margin-top: 90px; color: red; line-height: 1em; margin-left: 5px; } .saradesh h3 { margin-left: 10px; } .sradesh-newsright-news1 { margin: 10px; height: 240px; width: 20%; float: left; margin-left: -799px; margin-top: 155px; } .sradesh-newsright-news1 h3 { margin-top: -5px; } .sradesh-newsright-news1 a img { margin-top: -12px; margin-left: 40px; } .sradesh-newsright-news1 a { text-decoration: none; color: #000; } .sradesh-newsright-news1 ul li{ margin-left:-20px; } .sradesh-newsright-news2 { margin: 10px; height: 240px; width: 20%; float: left; margin-left: -526px; margin-top: 154px; } .sradesh-newsright-news2 h3 { margin-top: -5px; } .sradesh-newsright-news2 a img { margin-top: -20px; margin-left: 40px; } .sradesh-newsright-news2 a { text-decoration: none; color: #000; } .sradesh-newsright-news2 ul li{ margin-left:-20px; } .sradesh-newsleft { margin: 10px; height: 240px; width: 20%; float: left; margin-left: -266px; margin-top: 133px; } .sradesh-newsleft ul li { padding-bottom: 15px; } .sradesh-newsleft ul li a{ text-decoration:none; color:#000; } .athonti { height: 50px; width: 22%; background-color: #e6e6e6; color: red; margin-left: 5px; line-height: 1em; float: left; margin-top: 18px; } .athonti h3{margin-left:10px;} .athonti-news{} .athonti-news h3 { margin-left: -261px; width: 100%; text-decoration: none; color: #000; margin-top: 102px; } .athonti-news a{text-decoration: none;} .athonti-news img { margin-left: -260px; margin-top: -10px; } .athonti-news1 h3 { width: 100%; text-decoration: none; color: #000; margin-left: -465px; margin-top: 243px; } .athonti-news1 img { margin-left: -455px; margin-top: -10px; } .athonti-news1 a{text-decoration: none;} .shikha { height: 50px; width: 21%; background-color: #e6e6e6; color: red; margin-left: 5px; line-height: 1em; float: left; margin-top: -15px; margin-top: -338px; margin-left: 300px; } .shikha h3{margin-left:10px;} .shikha-news h3 { margin-top: -275px; margin-left: 299px; width: 100%; color: #000; } .shikha-news a{text-decoration:none;} .shikha-news img { margin-left: 333px; margin-top: -10px; } .shikha-news1 h3 { margin-top: -132px; margin-left: 305px; width: 100%; color: #000; } .shikha-news1 a{text-decoration:none;} .shikha-news1 img { margin-left: 330px; margin-top: -10px; } .play { height: 50px; width: 22%; background-color: #e6e6e6; color: red; line-height: 1em; margin-top: -338px; margin-left: 581px; } .play h3{margin-left:10px;} .play-news {} .play-news h3 { margin-top: -279px; margin-left: 582px; width: 100%; color: #000; } .play-new a{text-decoration:none;} .play-news img { margin-left: 611px; margin-top: -10px; } .play-news1 h3 { margin-top: -134px; margin-left: 578px; width: 100%; color: #000; } .play-new1 a{text-decoration:none;} .play-news1 img { margin-left: 618px; margin-top: -10px; } .binedhon { height: 50px; width: 22%; background-color: #e6e6e6; color: red; margin: 5px; line-height: 1em; } .binedhon h3{margin-left:10px;} .binedhon-news h3 { margin-left: -265px; margin-top: 65px; width: 100%; color: #000; text-decoration: none; } .binedhon-news a{text-decoration:none;} .binedhon-news img { margin-left: -250px; margin-top: -10px; } .binedhon-news1 h3 { margin-left: -469px; margin-top: 207px; width: 100%; color: #000; text-decoration: none; } .binedhon-news1 a{text-decoration:none;} .binedhon-news1 img { margin-left: -448px; margin-top: -10px; } .porjotok { height: 50px; width: 21%; background-color: #e6e6e6; color: red; margin: 5px; line-height: 1em; margin-top: -315px; margin-left: 300px; } .porjotok h3{margin-left:10px;} .porjotok-news h3 { margin-top: -250px; margin-left: 301px; width: 100%; color: #000; text-decoration: none; } .porjotok-news a{text-decoration:none;} .porjotok-news img { margin-left: 333px; margin-top: -10px; } .porjotok-news1 h3 { margin-top: -115px; margin-left: 304px; width: 100%; color: #000; text-decoration: none; } .porjotok-news a{text-decoration:none;} .porjotok-news1 img { margin-left: 333px; margin-top: -10px; } .protibedhon { height: 50px; width: 22%; background-color: #e6e6e6; color: red; margin-: 13px; line-height: 1em; margin-top: -315px; margin-left: 583px; } .protibedhon h3{margin-left:10px;} .protibedhon-news h3 { margin-top: -250px; margin-left: 610px; width: 100%; color: #000; text-decoration: none; } .protibedhon-news a{text-decoration:none;} .protibedhon-news img { margin-left: 630px; margin-top: -10px; } .protibedhon-news1 h3 { margin-top: -107px; margin-left: 610px; width: 100%; color: #000; text-decoration: none; } .protibedhon-news a{text-decoration:none;} .protibedhon-news1 img { margin-left: 630px; margin-top: -10px; } .sidebar { height: 800px; margin: 5px; margin-left: 911px; margin-top: -1856px; } .b-protibedhonmain { width: 100%; height: 250px; border:1px solid #E6E6E6 ; } .b-protibedhon { height: 50px; background-color: #e6e6e6; color: red; width: 100%; line-height: 1em; text-align: center; } .b-protibedhon-news{width:100%;} .b-protibedhon-news h3 { width: 100%; color: #000; text-decoration: none; margin-left: 1px; margin-top: 65px; } .b-protibedhon-news a{ text-decoration: none;} .b-protibedhon-news img{margin-left:10px;} .sakhatkarmain { width: 100%; height: 250px; border: 1px solid #E6E6E6; margin-top: 20px; } .sakhatkar{ height: 50px; background-color: #e6e6e6; color: red; width: 100%; line-height: 1em; text-align: center; } .sakhatkar-news{width:100%;} .sakhatkar-news h3 { width: 100%; color: #000; text-decoration: none; margin: 5px; margin-top: 25px; } .sakhatkar-news a{ text-decoration: none;} .sakhatkar-news img{margin-left:10px;} .muktto { width: 100%; height: 250px; border: 1px solid #E6E6E6; margin-top: 20px; } .mukttokhobor{ height: 50px; background-color: #e6e6e6; color: red; width: 100%; line-height: 1em; text-align: center; } .mukttokhobor-news{width:100%;} .mukttokhobor-news h3 { width: 100%; color: #000; text-decoration: none; margin: 5px; margin-top: 25px; } .mukttokhobor-news a{ text-decoration: none;} .mukttokhobor-news img{margin-left:10px;} .pathok{width: 100%; height: 250px; border: 1px solid #E6E6E6; margin-top: 20px} .pathok-news{width:100%} .pathok-news h4 { width: 100% color: #000; text-decoration: none; margin: 5px; margin-top: 25px; margin-left: 70px; font-size: 25px; } .pathok-news p { color: red; margin-left: 120px; font-size: 25px; } .footer-nav { height: 100x; background-color: #fff; margin: 2px; padding-left: 45px; margin-left: 40px; margin-top: 10px; } .sidebar-main { margin-left: 96px; } .sidebar-main-news { width: 100%; border: 1px solid #8B8B8B; margin-left: 190px; float: left; margin-left: 860px; margin-top: -1px; margin-top: -580px; } .sidebar-main-news { width: 100%; height: 50px; background-color: #e8e8ff; border: 1px solid #8B8B8B; text-align: center; line-height: 1em; /* margin-left: 1px; */ margin-top: -720px; padding-left: 32px; } .sidebar-main-news ul li { padding-bottom: 15px; margin-left: -25px; } .sidebar-main-news ul li a { text-decoration: none; text-align: left:; color: #000; } .sidebar-main-news ul li a:hover{ background-color:#fff; color:red; } .btn { height: 25px; width: 5%; margin-left: 780px; margin-top: 10px; margin-top: ; } .btn a { border: 1px solid #F0F0F0; display: block; text-align: center; text-decoration: none; float: left; width: 50%; } .footer-nav ul{ list-style-type:none; margin:0; padding:0; } .footer-nav ul li { float: left; width: 105px; border: 2px solid #F0F0F0; margin: -1px; list-sdtyle-type:none; } .footer-nav ul li a { display: block; text-align: center; text-decoration: none; color: #000; line-height: 2em; } .footer-nav ul li a:hover{ background:#F0F0F0; color:#000; } .footer-height { background-color: #dddddd; height: 326px; margin-top:5px; } .footer-height h1 { text-align: center; } .footer-height h3 { text-align: center; } .footer-height p { text-align: center; }
0.365117
0.077832
@charset "UTF-8"; /* Foundation Coustom */ .row { max-width: none !important; margin-bottom: 5px; } .row.display { background: #eee; font-size: 12px; margin-bottom: 10px; line-height: 2em; margin-left: 0 !important; margin-right: 0 !important; } .top-bar-nest { min-height: 75px; background: #fff; display: block; padding: 15px 45px 15px 80px; margin: 0 -15px; } .top-bar { margin: 0 -15px; background: #fff; } .top-bar-section ul li { background: #EEF1F7; } .top-bar.expanded .title-area { background: transparent; } .breadcrumbs { padding: 1.1625rem 0.875rem 1.7625rem 3em; border-width: 0; height: 49px; line-height: 49px !important; background: #F9F9F9; margin: 0 -15px 25px -15px; border-radius: 0 !important; } .breadcrumbs > * { margin: 0; float: left; font-size: 12px; line-height: 0.6875em; text-transform: capitalize !important; color: #8c92a3; } .breadcrumbs > * a { color: #8c92a3; } .breadcrumbs > *:before { content: "\e015"; color: rgba(140, 146, 163, 0.5); margin: 0 0.25em; position: relative; top: 1px; font-family: "dripicons"; font-style: normal; font-weight: normal; font-variant: normal; } .breadcrumbs-fixed { padding-top: 95px; } .slim_scroll { margin-top: 5px; } .dropdown-nest { width: 260px !important; padding-top: 43px !important; margin-top: 20px !important; position: relative; top: 40px !important; border-right: 1px solid #EAECF0; border-bottom: 1px solid #EAECF0; border-left: 1px solid #EAECF0; } .dropdown-nest li a { font-family: "Open Sans", sans-serif !important; background: #fff !important; display: block; height: 60px; line-height: 60px !important; color: #8c92a3 !important; } .dropdown-nest li a div { border: 2px solid rgba(140, 146, 163, 0.3); background: transparent !important; color: #8c92a3; font-size: 12px; border-radius: 15px; float: right; top: 15px; } .dropdown-nest li i { display: block; width: 30px; height: 30px; background: transparent !important; float: left; line-height: 40px; text-align: center; margin: 10px 15px 0; border-radius: 50%; padding-bottom: 0; } .dropdown-nest li a h3 { font-size: 14px; margin: 0; padding: 10px 0 0; font-weight: bold; color: #8c92a3; } .dropdown-nest li a h4 { font-size: 13px; margin: 0; padding: 17px 0 0; font-weight: normal; color: #8c92a3; } .dropdown-nest li a p { font-size: 12px !important; margin: 0; padding: 0 0 10px; color: #8c92a3; border-bottom: 1px solid rgba(0, 0, 0, 0.02); } .dropdown-nest li a span { font-size: 11px; float: right; font-weight: 100; } .dropdown-nest li a span small { font-size: 10px; margin-left: 5px; color: #8c92a3; } .top-dropdown-nest { height: 49px !important; position: absolute; line-height: 49px; font-size: 13px; padding: 0 20px; top: 0px; } .top-dropdown-nest:after { content: ''; position: absolute; border-style: solid; border-width: 0 15px 15px; border-color: #EEF1F7 transparent; display: block; width: 0; z-index: 1; top: -9px; left: 5px; } .profile-dropdown { width: 100px !important; min-width: 200px !important; padding-top: 1px !important; } .profile-dropdown li a { background: #fff !important; display: block; height: 50px; line-height: 50px !important; color: #8c92a3 !important; } .pull-right { float: right; } .pull-right > *:before { content: "" !important; } .pull-right li { color: red; } .top-bar .name h1 span { background: none repeat scroll 0% 0% #395F97; padding: 4px 10px; text-transform: uppercase; font-weight: 400 !important; font-family: "Montserrat", sans-serif !important; font-size: 20px !important; border-radius: 3px; color: #fff; margin: 0 0 0 25px; } .edumix-msg-noft { background: #fff; border: 2px solid #92cd10; color: #666 !important; height: 30px; width: 30px; line-height: 19px; font-weight: bold !important; text-align: center !important; border-radius: 50%; } .edumix-noft { background: #fff; border: 2px solid #5C9DF5; color: #666 !important; height: 30px; width: 30px; line-height: 19px; font-weight: bold !important; text-align: center !important; border-radius: 50%; } .search-menu { background: #2a394f; width: 100%; display: block; height: 55px; margin: -10px 0 10px 0; } .has-form-transparent, .transparent { background: transparent !important; } .input-top { background: #F9F9F9 !important; border-color: #F9F9F9 !important; padding: 0 0 0 40px !important; border-radius: 4px !important; } .top-bar .toggle-topbar.menu-icon a span::after { content: ""; position: absolute; display: block; height: 0; top: 50%; margin-top: -8px; right: 15px; box-shadow: 0 0px 0 2px #ccc, 0 7px 0 2px #ccc, 0 14px 0 2px #ccc; width: 10px; } ul.off-canvas-list li a { display: block; padding: 15px 20px; color: #D5DAE6; border-bottom: 1px solid transparent; transition: background 300ms ease; font-size: 12px; } .right-off-canvas-menu { background: #202228; } .move-left .exit-off-canvas { box-shadow: none; } ul.off-canvas-list li label { border-top: 1px solid transparent; } .chat-pic { border: 2px solid rgba(255, 255, 255, 0.2); border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; display: inline-block; float: left; height: 40px; margin-left: 0; margin-right: 10px; margin-top: 0px; width: 40px; border-radius: 50%; } .chat-pic-gray { filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ } .alert-box { border-color: transparent; } button.small, .button.small { font-size: 14px !important; } span.error, small.error, .error small.error { background: #F20556; } [data-abide] .error small.error, [data-abide] .error span.error { background: #F20556; } [data-abide] span.error, [data-abide] small.error { background: #F20556; } input.input-top { height: 2.4em; } input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"] { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border-style: solid; border-width: 1px; border-color: #cccccc; box-shadow: none; color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875em; margin: 0 0 1rem 0; padding: 0.5em; /* height: 2.3125em; */ width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } textarea { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border-style: solid; border-width: 1px; border-color: #cccccc; box-shadow: none; color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875em; margin: 0 0 1rem 0; padding: 0.5em; height: 2.3125em; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus { box-shadow: none; border-color: #999999; } textarea:focus { box-shadow: none; border-color: #999999; } input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus { background: #f8f8f8; border-color: #999999; outline: none; } textarea:focus { background: #f8f8f8; border-color: #999999; outline: none; } label { font-size: 13px; } /* TAB */ .tabs-content > .content.active { display: block; float: none; background: #fff; padding: 30px 30px; } .tabs dd > a, .tabs .tab-title > a { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: bold; } .accordion .accordion-navigation > a, .accordion dd > a { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: bold; } .accordion .accordion-navigation > .content.active, .accordion dd > .content.active { display: block; background: white; padding: 20px 35px; font-size: 14px; } .container-fluid { padding-left: 0 !important; padding-right: 0 !important; } /* Header Navigation */ .nav-bg-trans { background: transparent; border-color: transparent; position: absolute; width: 100%; left: 0; top: 0; padding: 10px 65px; } .logo-text { color: #808CA0 !important; font-size: 21px; position: relative; top: -8px !important; left: 57px; text-transform: uppercase; font-weight: bold; letter-spacing: -1px; } .logo-text:hover { text-decoration: none; color: #fff; } .logo-text small { font-family: 'Varela Round', sans-serif; font-size: 11px; font-weight: normal; text-transform: capitalize; margin: 0 0 0 11px; color: #eee !important; } .news-list li strong { margin: 0 5px; } .noft-btn { position: relative; left: 60px; } .noft-btn li { display: inline-block; height: 30px; width: 30px; background: #B7C1D3; margin-left: 5px; color: #fff; line-height: 30px; font-size: 13px; border-radius: 15px; padding: 0; cursor: pointer; text-align: center; position: relative; float: left; left: 15px; top: 0px; } .noft-btn li p { float: left; } .admin-pic { /* border: 2px solid rgba(0, 0, 0, 0.1); */ border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; display: inline-block; float: left; height: 30px; margin-left: 15px !important; margin-right: 10px !important; margin-top: 7px !important; width: 30px; border-radius: 50%; } .admin-pic-text { position: relative; top: 0px; font-size: 13px; margin: 0 10px 0 0px; opacity: 0.8; color: #777 !important; } .admin-pic-text i { position: absolute; top: -15px; left: -25px; font-size: 16px; color: #777 !important; } /* Search Style */ .dark { position: absolute; top: -7px; left: -28px; z-index: 999; } .dark:before { content: "\f002"; position: absolute; font-family: 'FontAwesome'; font-style: normal; font-weight: normal; speak: none; display: block; height: 30px; width: 30px; text-align: center; line-height: 30px; top: 16px; left: 33px; color: #8c92a3; } .dark input[type=text] { border-top: 0px solid #ccc; border-left: 0px solid #ccc; border-right: 0px solid #ccc; color: #ccc; background: rgba(255, 255, 255, 0.4); border-bottom: 0px solid #ccc; margin: 4px 10px 0; border-radius: 25px; padding: 0 0 0 45px; } .search { padding: 6px 15px 6px 15px; width: 60%; margin-top: -5px; } .nav > li > a { font-size: 13px !important; } .nav > li > a:hover, .nav > li > a:focus { background-color: transparent !important; } .nav .open > a { background-color: transparent !important; } .nav .open > a:hover, .nav .open > a:focus { background-color: transparent !important; } /* Page Container */ #page-container { background: #e6e7e8; overflow: hidden; } ol.breadcrumb.newcrumb { padding: 0; list-style: none; background-color: transparent !important; border-radius: 0; position: relative; z-index: 999; width: 100%; font-size: 13px; margin: 0; right: 25px; top: 0; } ol.breadcrumb.newcrumb li a { color: #808CA0 !important; padding: 0; text-transform: capitalize; } ol.breadcrumb.newcrumb li a span { border-radius: 50%; color: #808CA0 !important; height: 24px; width: 24px; display: inline-block; text-align: center; line-height: 24px; margin: 0 5px 0 5px; } .breadcrumb > li + li:before { content: "ยฏรณโ”ค" !important; padding: 0 5px; font-family: "typicons"; font-style: normal; font-weight: normal; color: #8A98B3; margin: 0 2px; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; font-size: 12px; color: #666; } /* Dropdown menus */ .dropdown-menu > li > a { color: #888 !important; } .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion { margin-right: 10px; } .dropdown-setting > li > a { font-size: 12px !important; } .dropdown-menu > li > a:hover { background-color: #92CD18; color: #fff !important; } /* Drodown in navbars */ .main-theme .navbar .dropdown-menu > li > a { color: #92CD18; } .drop-btn { height: 40px; width: 40px; background: #eee; display: block; text-align: center; line-height: 36px; color: #fff; cursor: pointer; margin: 0 5px; position: relative; padding: 0; border-radius: 50%; border: 1px solid #E3E7EB; } .drop-btn:hover { opacity: 0.9; } .label-drop { position: absolute; top: -8px; right: -8px; height: 20px; width: 20px; line-height: 16px; border-radius: 50%; text-align: center; } .task-list-item { margin: 0 0 0 10px; color: #808CA0 !important; } .task-list-item h2 { font-size: 13px; font-weight: bold; margin: 8px 0; } .task-list-item h2 span { float: right; } .task-list-item h2 span small { color: #808CA0; font-size: 11px; margin: 0 10px 0 5px; } .task-list-item h1 { font-size: 13px; margin: 0; font-weight: normal; font-style: italic; } .task-list-item p { font-size: 12px; font-weight: 100; color: #808CA0; } /*# sourceMappingURL=topbar.css.map */
src/CoreQuiz/wwwroot/css/topbar.css
@charset "UTF-8"; /* Foundation Coustom */ .row { max-width: none !important; margin-bottom: 5px; } .row.display { background: #eee; font-size: 12px; margin-bottom: 10px; line-height: 2em; margin-left: 0 !important; margin-right: 0 !important; } .top-bar-nest { min-height: 75px; background: #fff; display: block; padding: 15px 45px 15px 80px; margin: 0 -15px; } .top-bar { margin: 0 -15px; background: #fff; } .top-bar-section ul li { background: #EEF1F7; } .top-bar.expanded .title-area { background: transparent; } .breadcrumbs { padding: 1.1625rem 0.875rem 1.7625rem 3em; border-width: 0; height: 49px; line-height: 49px !important; background: #F9F9F9; margin: 0 -15px 25px -15px; border-radius: 0 !important; } .breadcrumbs > * { margin: 0; float: left; font-size: 12px; line-height: 0.6875em; text-transform: capitalize !important; color: #8c92a3; } .breadcrumbs > * a { color: #8c92a3; } .breadcrumbs > *:before { content: "\e015"; color: rgba(140, 146, 163, 0.5); margin: 0 0.25em; position: relative; top: 1px; font-family: "dripicons"; font-style: normal; font-weight: normal; font-variant: normal; } .breadcrumbs-fixed { padding-top: 95px; } .slim_scroll { margin-top: 5px; } .dropdown-nest { width: 260px !important; padding-top: 43px !important; margin-top: 20px !important; position: relative; top: 40px !important; border-right: 1px solid #EAECF0; border-bottom: 1px solid #EAECF0; border-left: 1px solid #EAECF0; } .dropdown-nest li a { font-family: "Open Sans", sans-serif !important; background: #fff !important; display: block; height: 60px; line-height: 60px !important; color: #8c92a3 !important; } .dropdown-nest li a div { border: 2px solid rgba(140, 146, 163, 0.3); background: transparent !important; color: #8c92a3; font-size: 12px; border-radius: 15px; float: right; top: 15px; } .dropdown-nest li i { display: block; width: 30px; height: 30px; background: transparent !important; float: left; line-height: 40px; text-align: center; margin: 10px 15px 0; border-radius: 50%; padding-bottom: 0; } .dropdown-nest li a h3 { font-size: 14px; margin: 0; padding: 10px 0 0; font-weight: bold; color: #8c92a3; } .dropdown-nest li a h4 { font-size: 13px; margin: 0; padding: 17px 0 0; font-weight: normal; color: #8c92a3; } .dropdown-nest li a p { font-size: 12px !important; margin: 0; padding: 0 0 10px; color: #8c92a3; border-bottom: 1px solid rgba(0, 0, 0, 0.02); } .dropdown-nest li a span { font-size: 11px; float: right; font-weight: 100; } .dropdown-nest li a span small { font-size: 10px; margin-left: 5px; color: #8c92a3; } .top-dropdown-nest { height: 49px !important; position: absolute; line-height: 49px; font-size: 13px; padding: 0 20px; top: 0px; } .top-dropdown-nest:after { content: ''; position: absolute; border-style: solid; border-width: 0 15px 15px; border-color: #EEF1F7 transparent; display: block; width: 0; z-index: 1; top: -9px; left: 5px; } .profile-dropdown { width: 100px !important; min-width: 200px !important; padding-top: 1px !important; } .profile-dropdown li a { background: #fff !important; display: block; height: 50px; line-height: 50px !important; color: #8c92a3 !important; } .pull-right { float: right; } .pull-right > *:before { content: "" !important; } .pull-right li { color: red; } .top-bar .name h1 span { background: none repeat scroll 0% 0% #395F97; padding: 4px 10px; text-transform: uppercase; font-weight: 400 !important; font-family: "Montserrat", sans-serif !important; font-size: 20px !important; border-radius: 3px; color: #fff; margin: 0 0 0 25px; } .edumix-msg-noft { background: #fff; border: 2px solid #92cd10; color: #666 !important; height: 30px; width: 30px; line-height: 19px; font-weight: bold !important; text-align: center !important; border-radius: 50%; } .edumix-noft { background: #fff; border: 2px solid #5C9DF5; color: #666 !important; height: 30px; width: 30px; line-height: 19px; font-weight: bold !important; text-align: center !important; border-radius: 50%; } .search-menu { background: #2a394f; width: 100%; display: block; height: 55px; margin: -10px 0 10px 0; } .has-form-transparent, .transparent { background: transparent !important; } .input-top { background: #F9F9F9 !important; border-color: #F9F9F9 !important; padding: 0 0 0 40px !important; border-radius: 4px !important; } .top-bar .toggle-topbar.menu-icon a span::after { content: ""; position: absolute; display: block; height: 0; top: 50%; margin-top: -8px; right: 15px; box-shadow: 0 0px 0 2px #ccc, 0 7px 0 2px #ccc, 0 14px 0 2px #ccc; width: 10px; } ul.off-canvas-list li a { display: block; padding: 15px 20px; color: #D5DAE6; border-bottom: 1px solid transparent; transition: background 300ms ease; font-size: 12px; } .right-off-canvas-menu { background: #202228; } .move-left .exit-off-canvas { box-shadow: none; } ul.off-canvas-list li label { border-top: 1px solid transparent; } .chat-pic { border: 2px solid rgba(255, 255, 255, 0.2); border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; display: inline-block; float: left; height: 40px; margin-left: 0; margin-right: 10px; margin-top: 0px; width: 40px; border-radius: 50%; } .chat-pic-gray { filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ } .alert-box { border-color: transparent; } button.small, .button.small { font-size: 14px !important; } span.error, small.error, .error small.error { background: #F20556; } [data-abide] .error small.error, [data-abide] .error span.error { background: #F20556; } [data-abide] span.error, [data-abide] small.error { background: #F20556; } input.input-top { height: 2.4em; } input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"] { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border-style: solid; border-width: 1px; border-color: #cccccc; box-shadow: none; color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875em; margin: 0 0 1rem 0; padding: 0.5em; /* height: 2.3125em; */ width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } textarea { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border-style: solid; border-width: 1px; border-color: #cccccc; box-shadow: none; color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875em; margin: 0 0 1rem 0; padding: 0.5em; height: 2.3125em; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus { box-shadow: none; border-color: #999999; } textarea:focus { box-shadow: none; border-color: #999999; } input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus { background: #f8f8f8; border-color: #999999; outline: none; } textarea:focus { background: #f8f8f8; border-color: #999999; outline: none; } label { font-size: 13px; } /* TAB */ .tabs-content > .content.active { display: block; float: none; background: #fff; padding: 30px 30px; } .tabs dd > a, .tabs .tab-title > a { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: bold; } .accordion .accordion-navigation > a, .accordion dd > a { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: bold; } .accordion .accordion-navigation > .content.active, .accordion dd > .content.active { display: block; background: white; padding: 20px 35px; font-size: 14px; } .container-fluid { padding-left: 0 !important; padding-right: 0 !important; } /* Header Navigation */ .nav-bg-trans { background: transparent; border-color: transparent; position: absolute; width: 100%; left: 0; top: 0; padding: 10px 65px; } .logo-text { color: #808CA0 !important; font-size: 21px; position: relative; top: -8px !important; left: 57px; text-transform: uppercase; font-weight: bold; letter-spacing: -1px; } .logo-text:hover { text-decoration: none; color: #fff; } .logo-text small { font-family: 'Varela Round', sans-serif; font-size: 11px; font-weight: normal; text-transform: capitalize; margin: 0 0 0 11px; color: #eee !important; } .news-list li strong { margin: 0 5px; } .noft-btn { position: relative; left: 60px; } .noft-btn li { display: inline-block; height: 30px; width: 30px; background: #B7C1D3; margin-left: 5px; color: #fff; line-height: 30px; font-size: 13px; border-radius: 15px; padding: 0; cursor: pointer; text-align: center; position: relative; float: left; left: 15px; top: 0px; } .noft-btn li p { float: left; } .admin-pic { /* border: 2px solid rgba(0, 0, 0, 0.1); */ border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; display: inline-block; float: left; height: 30px; margin-left: 15px !important; margin-right: 10px !important; margin-top: 7px !important; width: 30px; border-radius: 50%; } .admin-pic-text { position: relative; top: 0px; font-size: 13px; margin: 0 10px 0 0px; opacity: 0.8; color: #777 !important; } .admin-pic-text i { position: absolute; top: -15px; left: -25px; font-size: 16px; color: #777 !important; } /* Search Style */ .dark { position: absolute; top: -7px; left: -28px; z-index: 999; } .dark:before { content: "\f002"; position: absolute; font-family: 'FontAwesome'; font-style: normal; font-weight: normal; speak: none; display: block; height: 30px; width: 30px; text-align: center; line-height: 30px; top: 16px; left: 33px; color: #8c92a3; } .dark input[type=text] { border-top: 0px solid #ccc; border-left: 0px solid #ccc; border-right: 0px solid #ccc; color: #ccc; background: rgba(255, 255, 255, 0.4); border-bottom: 0px solid #ccc; margin: 4px 10px 0; border-radius: 25px; padding: 0 0 0 45px; } .search { padding: 6px 15px 6px 15px; width: 60%; margin-top: -5px; } .nav > li > a { font-size: 13px !important; } .nav > li > a:hover, .nav > li > a:focus { background-color: transparent !important; } .nav .open > a { background-color: transparent !important; } .nav .open > a:hover, .nav .open > a:focus { background-color: transparent !important; } /* Page Container */ #page-container { background: #e6e7e8; overflow: hidden; } ol.breadcrumb.newcrumb { padding: 0; list-style: none; background-color: transparent !important; border-radius: 0; position: relative; z-index: 999; width: 100%; font-size: 13px; margin: 0; right: 25px; top: 0; } ol.breadcrumb.newcrumb li a { color: #808CA0 !important; padding: 0; text-transform: capitalize; } ol.breadcrumb.newcrumb li a span { border-radius: 50%; color: #808CA0 !important; height: 24px; width: 24px; display: inline-block; text-align: center; line-height: 24px; margin: 0 5px 0 5px; } .breadcrumb > li + li:before { content: "ยฏรณโ”ค" !important; padding: 0 5px; font-family: "typicons"; font-style: normal; font-weight: normal; color: #8A98B3; margin: 0 2px; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; font-size: 12px; color: #666; } /* Dropdown menus */ .dropdown-menu > li > a { color: #888 !important; } .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion { margin-right: 10px; } .dropdown-setting > li > a { font-size: 12px !important; } .dropdown-menu > li > a:hover { background-color: #92CD18; color: #fff !important; } /* Drodown in navbars */ .main-theme .navbar .dropdown-menu > li > a { color: #92CD18; } .drop-btn { height: 40px; width: 40px; background: #eee; display: block; text-align: center; line-height: 36px; color: #fff; cursor: pointer; margin: 0 5px; position: relative; padding: 0; border-radius: 50%; border: 1px solid #E3E7EB; } .drop-btn:hover { opacity: 0.9; } .label-drop { position: absolute; top: -8px; right: -8px; height: 20px; width: 20px; line-height: 16px; border-radius: 50%; text-align: center; } .task-list-item { margin: 0 0 0 10px; color: #808CA0 !important; } .task-list-item h2 { font-size: 13px; font-weight: bold; margin: 8px 0; } .task-list-item h2 span { float: right; } .task-list-item h2 span small { color: #808CA0; font-size: 11px; margin: 0 10px 0 5px; } .task-list-item h1 { font-size: 13px; margin: 0; font-weight: normal; font-style: italic; } .task-list-item p { font-size: 12px; font-weight: 100; color: #808CA0; } /*# sourceMappingURL=topbar.css.map */
0.290981
0.066509
.blacky_table{ position: relative; border-collapse: collapse; background: white; width: 100%; margin: 0 auto; } .blacky_table thead .wpt_table_header_row th{ height: 50px; color: #fff; background: #36304a; } .blacky_table td, .blacky_table th { padding: 10px; } .blacky_table tbody tr td{ border: 1px solid #e1e1e1; } .blacky_table .wpt_row td img{ height: auto; } .blacky_table tbody tr{ transition: all .5s; } .blacky_table.tr_bg_1{ background: #efefef; padding: 10px; } .blacky_table .tr_bg_2{ background: #f7f7f7; padding: 10px; } .blacky_table tbody tr:hover{ background: #f7faff; } .blacky_table tbody tr a.button{ display: inline-block; padding: 10px; background: #36304a; color: #fff; font-size: 14px; border-radius: 3px; font-weight: bold; } table#wpt_table.wpt_product_table.blacky_table thead>tr>th.this_column_sorted { background-color: rgb(16, 14, 23) !important; } /********************** Template: blacky End************************************/ /********************** Template: green************************************/ .green_table{ position: relative; border-collapse: collapse; background: white; width: 100%; margin: 0 auto; } .green_table thead .wpt_table_header_row th{ height: 50px; color: #fff; background: #00b20b; } .green_table td, .green_table th { padding: 10px; } .green_table tbody tr td{ border: 1px solid #e1e1e1; } .green_table .wpt_row td img{ height: auto; } .green_table tbody tr{ transition: all .5s; } .green_table tbody tr:hover{ background: #f7faff; } .green_table tbody tr a.button{ display: inline-block; padding: 10px; background: #00b20b; color: #fff; font-size: 14px; border-radius: 3px; font-weight: bold; } table#wpt_table.wpt_product_table.green_table thead>tr>th.this_column_sorted { background-color: rgb(3, 130, 10) !important; } /********************** Template: green End************************************/ /********************** Template: blue************************************/ .blue_table{ position: relative; border-collapse: collapse; background: white; width: 100%; margin: 0 auto; } .blue_table thead .wpt_table_header_row th{ height: 50px; color: #fff; background: #0824a5; } .blue_table td, .blue_table th { padding: 10px; } .blue_table tbody tr td{ border: 1px solid #e1e1e1; } .blue_table .wpt_row td img{ height: auto; } .blue_table tbody tr{ transition: all .5s; } .blue_table tbody tr:hover{ background: #f7faff; } .blue_table tbody tr a.button{ display: inline-block; padding: 10px; background: #0824a5; color: #fff; font-size: 14px; border-radius: 3px; font-weight: bold; } table#wpt_table.wpt_product_table.blue_table thead>tr>th.this_column_sorted { background-color: rgb(40, 76, 241) !important; } /********************** Template: blue End************************************/ /********************** Template: Smart Thin************************************/ /*Style Universal for Tr,Td,Th etc table.wpt_product_table.blue_wrapper */ table.wpt_product_table.smart_table, table.wpt_product_table.smart_table tr, table.wpt_product_table.smart_table td, table.wpt_product_table.smart_table th { border-collapse: collapse; border: 1px solid #7d7d7d14; } /* div.wpt_product_table_wrapper.smart_wrapper .wpt_clear{display: none;} */ div.wpt_product_table_wrapper.smart_wrapper table.smart_table{ padding: 0; margin: 0px 0px 2px 0px; } div.wpt_product_table_wrapper.smart_wrapper button.button.wpt_search_button, div.wpt_product_table_wrapper.smart_wrapper button.button.wpt_load_more { font-weight: normal; padding: 2px 12px; } div.wpt_product_table_wrapper.smart_wrapper .tables_cart_message_box .wpt_live_cart_box { padding: 3px 0px; position: relative; } div.wpt_product_table_wrapper.smart_wrapper .tables_cart_message_box .wpt_live_cart_box .cart-dropdown .wpt_dropdown li { padding: 0px 3px; background: rgba(189, 189, 189, 0.07058823529411765); display: inline-block; border: none !important; border-radius: 2px; margin: 2px 0; font-size: 10px; color: #42bc42; } div.wpt_product_table_wrapper.smart_wrapper .tables_cart_message_box{ font-size: 80%; } table.wpt_product_table.smart_table{ } table.wpt_product_table.smart_table tbody{ } table.wpt_product_table.smart_table tbody>tr.wpt_row .wpt_thumbnails img { margin: 0 auto; border-radius: 0; padding: 0 !important; } table.wpt_product_table.smart_table tbody>tr.wpt_row td a.button, div.wpt_product_table_wrapper.smart_wrapper a.button.add_to_cart_all_selected { padding: 2px 5px; font-size: 90%; margin: 0 2px; } div.wpt_product_table_wrapper.smart_wrapper .all_check_header_footer.all_check_header>span { background: none; display: inline-block; padding: 0px 7px; border: none; margin: 0 2px; font-size: .80em; } div.wpt_product_table_wrapper.smart_wrapper .all_check_footer { display: block; padding: 2px; margin: 3px 0; text-align: right; background: rgba(0, 0, 0, 0.02); } div.wpt_product_table_wrapper.smart_wrapper select, .filter_select, div.wpt_product_table_wrapper.smart_wrapper select.filter_select, table.wpt_product_table.smart_table tbody>tr.wpt_row td select { padding: 0; font-size: 80%; } table.wpt_product_table.smart_table tbody>tr td input, table.wpt_product_table.smart_table tbody>tr td input[type="number"], table.wpt_product_table.smart_table tbody>tr td input[type="text"], table.wpt_product_table.smart_table tbody>tr td input[type="email"], table.wpt_product_table.smart_table tbody>tr td input[type="password"]{ padding: 0 3px; max-width: 98%; } div.wpt_product_table_wrapper.smart_wrapper .search_single .query_box_direct_value, div.wpt_product_table_wrapper.smart_wrapper .instance_search_input { width: 98%; border-radius: 1px; padding: 0 2px; border: 1px solid #a9a1a1; margin-bottom: auto auto 6px auto; padding-left: 10px; } div.wpt_product_table_wrapper.smart_wrapper input[type=checkbox]+label { position: relative; cursor: pointer; padding: 0 2px 0 0; margin-left: 0; } table.wpt_product_table.smart_table thead tr { background: rgba(0, 0, 0, 0.02); } table.wpt_product_table.smart_table thead tr th{color: black;} div.wpt_product_table_wrapper.smart_wrapper table.wpt_product_table.smart_table { width: 100%; } table.wpt_product_table.smart_table td, table.wpt_product_table.smart_table th { padding: 0 0 0 3px !important; } table.wpt_product_table.smart_table tr.wpt_row .wpt_action, table.wpt_product_table.smart_table tr.wpt_row th.wpt_action { padding-right: 5px important; } /*******************************End of Smart Thin Style***************************/ /*******************************End of Business Style***************************/ .business_table{ position: relative; border-collapse: collapse; width: 100%; margin: 0 auto; position: relative; } .business_table thead{ border-bottom: 2px solid #36304a; } .business_table thead .wpt_table_header_row th{ height: 50px; color: #36304a; background: #F8F8F8; } .business_table td, .business_table th { padding: 10px; } .business_table tbody tr td{ border: 1px solid #F6F6F6; } .business_table .wpt_row td img{ height: auto; } .business_table tbody tr{ transition: all .5s; } .business_table .tr_bg_1{ background: #FDFDFD; padding: 10px; } .business_table .tr_bg_2{ background: #FBFBFB; padding: 10px; } .business_table tbody tr:hover{ background: #f7faff; } .business_table tbody tr a.button{ display: inline-block; padding: 10px; background: #36304a; color: #fff; font-size: 14px; border-radius: 3px; font-weight: bold; } table#wpt_table.wpt_product_table.business_table thead>tr>th.this_column_sorted { background-color: rgb(245, 245, 245) !important; } /*******************************End of Business Style end ***************************/ /********************** Template: custom ************************************/ .custom_table{ position: relative; border-collapse: collapse; width: 100%; margin: 0 auto; position: relative; } .custom_table thead .wpt_table_header_row th{ padding: 17px; color: #fff; } .custom_table td, .custom_table th { padding: 10px; } .custom_table tbody tr td{ border: 1px solid #ffffff; } .custom_table .wpt_row td img{ height: auto; margin: 0 auto; } .custom_table tbody tr{ transition: all .5s; } .custom_table tbody tr a.button, .custom_table tbody tr a.button.adding, .custom_table tbody tr a.button.alt.wc-variation-selection-needed, .custom_table tbody tr a.button.adding.wc-variation-selection-needed, .custom_table tbody tr a.button.disabled,.custom_table tbody tr a.button.alt.disabled{ padding: 8px 9px; background: #ff7f57; color: #fff; font-size: 13px; border-radius: 5px; font-weight: bold; } .wpt_action form.cart .quantity { display: inline-block; } .wpt_action form.cart span.wcmmq_prefix { display: inline-block; float: none; } table.custom_table tbody td a.wpt_product_title_in_td, table.custom_table tbody td span.wpt_product_title_in_td, table.custom_table tbody td a { color: #021d33; font-weight: bold; } @media only screen and (min-width: 992px) { div.wpt_for_product_desc,div.wpt_for_product_action,div.wpt_for_thumbs_desc.wpt_thumbnails,div.wpt_custom_cf_tax{display: none !important;} } table.custom_table tbody tr:nth-child(2n+2) td input{ background: #fff; } @media only screen and (min-width: 1170px) { table.custom_table tbody .wpt_product_title { max-width: 450px; } } /*for hover of default template*/ table#wpt_table.wpt_product_table.custom_table thead>tr>th.this_column_sorted { background-color: #0a7f9c; } /*Customize for Quantity Collumn*/ table.wpt_product_table.business_table .wpt_quantity { padding: 0 !important; } table.wpt_product_table.business_table tbody tr .wpt_quantity>div.quantity input[type='number']{ color: #000000; padding: 6px; width: 100%; border: 1px solid rgba(0, 0, 0, 0); background: rgb(255, 255, 255); font-weight: bold; } /*Add to Cart Button Style*/ table.wpt_product_table.business_table span.wpt_product_price>a.button.add_to_cart_button { background: rgb(183, 183, 183); display: inline-block; padding: 1px 8px; border-radius: 2px; border: 1px solid #989898; color: #ffffff; font-weight: normal; } table.wpt_product_table.business_table tr:hover span.wpt_product_price>a.button.add_to_cart_button { background: rgba(255, 255, 255, 0.54); border: 1px solid #c5c5c5; color: #000000; } table.wpt_product_table.business_table span.wpt_product_price>a.button.add_to_cart_button.added { background: rgb(230, 230, 230); display: inline-block; padding: 2px 3px; border-radius: 3px; border: 1px solid #d8d8d8; color: #c5c5c5; } /*Masic class Style. for colunm on Mouse Over. Manage by jQuery*/ div.wpt_product_table_wrapper.business_wrapper table.wpt_product_table.business_table tbody tr .wpt_masic_column{ background: rgb(255, 255, 255); /* rgba(154, 154, 154, 0.02) */ } /*Business Templatte New Style for Border */ div#wpt_table_wrapper.business_wrapper { border-radius: 17px; overflow: hidden; background: rgb(245, 245, 245); border: 1px solid rgba(97, 97, 97, 0.5); } /*Business Template New Style for Table Head*/ div#wpt_table_wrapper.wpt_product_table_wrapper.business_wrapper table#wpt_table.wpt_product_table.business_table thead tr.wpt_table_header_row.wpt_table_head th { color: black; } /* for shop Icon*/ /*For Shop Icon*/ table.add_cart_only_icon tr .wpt_action a.button:before { content: "\e01d"; z-index: 99999; margin: 11px; font-family: WooCommerce; font-size: initial; padding: 0 9px; } table.add_cart_only_icon tr .wpt_action a.button{ font-size: 0 !important; } table.add_cart_only_icon tr .wpt_action a.button.added:before{ font-style: italic; font-stretch: semi-expanded; } table.add_cart_left_icon tr .wpt_action a.button:before { content: "\e01d"; z-index: 99999; font-family: WooCommerce; font-size: initial; padding: 0; position: static; font-size: 76%; margin-right: 5px; } table.add_cart_right_icon tr .wpt_action a.button:after { content: "\e01d"; z-index: 99999; font-family: WooCommerce; font-size: initial; padding: 0; position: static; font-size: 76%; margin-left: 5px; } /* added icon list: https://github.com/woocommerce/woocommerce-icons/blob/master/style.css */ .woocommerce a.button.wpt_woo_add_cart_button.added::after{ content: ''; display: none !important; } /* responsive */ @media only screen and (max-width: 767px) { .wpt_product_title { padding-bottom: 1px; } .wpt_action { padding-top: 1px; } }
assets/css/template.css
.blacky_table{ position: relative; border-collapse: collapse; background: white; width: 100%; margin: 0 auto; } .blacky_table thead .wpt_table_header_row th{ height: 50px; color: #fff; background: #36304a; } .blacky_table td, .blacky_table th { padding: 10px; } .blacky_table tbody tr td{ border: 1px solid #e1e1e1; } .blacky_table .wpt_row td img{ height: auto; } .blacky_table tbody tr{ transition: all .5s; } .blacky_table.tr_bg_1{ background: #efefef; padding: 10px; } .blacky_table .tr_bg_2{ background: #f7f7f7; padding: 10px; } .blacky_table tbody tr:hover{ background: #f7faff; } .blacky_table tbody tr a.button{ display: inline-block; padding: 10px; background: #36304a; color: #fff; font-size: 14px; border-radius: 3px; font-weight: bold; } table#wpt_table.wpt_product_table.blacky_table thead>tr>th.this_column_sorted { background-color: rgb(16, 14, 23) !important; } /********************** Template: blacky End************************************/ /********************** Template: green************************************/ .green_table{ position: relative; border-collapse: collapse; background: white; width: 100%; margin: 0 auto; } .green_table thead .wpt_table_header_row th{ height: 50px; color: #fff; background: #00b20b; } .green_table td, .green_table th { padding: 10px; } .green_table tbody tr td{ border: 1px solid #e1e1e1; } .green_table .wpt_row td img{ height: auto; } .green_table tbody tr{ transition: all .5s; } .green_table tbody tr:hover{ background: #f7faff; } .green_table tbody tr a.button{ display: inline-block; padding: 10px; background: #00b20b; color: #fff; font-size: 14px; border-radius: 3px; font-weight: bold; } table#wpt_table.wpt_product_table.green_table thead>tr>th.this_column_sorted { background-color: rgb(3, 130, 10) !important; } /********************** Template: green End************************************/ /********************** Template: blue************************************/ .blue_table{ position: relative; border-collapse: collapse; background: white; width: 100%; margin: 0 auto; } .blue_table thead .wpt_table_header_row th{ height: 50px; color: #fff; background: #0824a5; } .blue_table td, .blue_table th { padding: 10px; } .blue_table tbody tr td{ border: 1px solid #e1e1e1; } .blue_table .wpt_row td img{ height: auto; } .blue_table tbody tr{ transition: all .5s; } .blue_table tbody tr:hover{ background: #f7faff; } .blue_table tbody tr a.button{ display: inline-block; padding: 10px; background: #0824a5; color: #fff; font-size: 14px; border-radius: 3px; font-weight: bold; } table#wpt_table.wpt_product_table.blue_table thead>tr>th.this_column_sorted { background-color: rgb(40, 76, 241) !important; } /********************** Template: blue End************************************/ /********************** Template: Smart Thin************************************/ /*Style Universal for Tr,Td,Th etc table.wpt_product_table.blue_wrapper */ table.wpt_product_table.smart_table, table.wpt_product_table.smart_table tr, table.wpt_product_table.smart_table td, table.wpt_product_table.smart_table th { border-collapse: collapse; border: 1px solid #7d7d7d14; } /* div.wpt_product_table_wrapper.smart_wrapper .wpt_clear{display: none;} */ div.wpt_product_table_wrapper.smart_wrapper table.smart_table{ padding: 0; margin: 0px 0px 2px 0px; } div.wpt_product_table_wrapper.smart_wrapper button.button.wpt_search_button, div.wpt_product_table_wrapper.smart_wrapper button.button.wpt_load_more { font-weight: normal; padding: 2px 12px; } div.wpt_product_table_wrapper.smart_wrapper .tables_cart_message_box .wpt_live_cart_box { padding: 3px 0px; position: relative; } div.wpt_product_table_wrapper.smart_wrapper .tables_cart_message_box .wpt_live_cart_box .cart-dropdown .wpt_dropdown li { padding: 0px 3px; background: rgba(189, 189, 189, 0.07058823529411765); display: inline-block; border: none !important; border-radius: 2px; margin: 2px 0; font-size: 10px; color: #42bc42; } div.wpt_product_table_wrapper.smart_wrapper .tables_cart_message_box{ font-size: 80%; } table.wpt_product_table.smart_table{ } table.wpt_product_table.smart_table tbody{ } table.wpt_product_table.smart_table tbody>tr.wpt_row .wpt_thumbnails img { margin: 0 auto; border-radius: 0; padding: 0 !important; } table.wpt_product_table.smart_table tbody>tr.wpt_row td a.button, div.wpt_product_table_wrapper.smart_wrapper a.button.add_to_cart_all_selected { padding: 2px 5px; font-size: 90%; margin: 0 2px; } div.wpt_product_table_wrapper.smart_wrapper .all_check_header_footer.all_check_header>span { background: none; display: inline-block; padding: 0px 7px; border: none; margin: 0 2px; font-size: .80em; } div.wpt_product_table_wrapper.smart_wrapper .all_check_footer { display: block; padding: 2px; margin: 3px 0; text-align: right; background: rgba(0, 0, 0, 0.02); } div.wpt_product_table_wrapper.smart_wrapper select, .filter_select, div.wpt_product_table_wrapper.smart_wrapper select.filter_select, table.wpt_product_table.smart_table tbody>tr.wpt_row td select { padding: 0; font-size: 80%; } table.wpt_product_table.smart_table tbody>tr td input, table.wpt_product_table.smart_table tbody>tr td input[type="number"], table.wpt_product_table.smart_table tbody>tr td input[type="text"], table.wpt_product_table.smart_table tbody>tr td input[type="email"], table.wpt_product_table.smart_table tbody>tr td input[type="password"]{ padding: 0 3px; max-width: 98%; } div.wpt_product_table_wrapper.smart_wrapper .search_single .query_box_direct_value, div.wpt_product_table_wrapper.smart_wrapper .instance_search_input { width: 98%; border-radius: 1px; padding: 0 2px; border: 1px solid #a9a1a1; margin-bottom: auto auto 6px auto; padding-left: 10px; } div.wpt_product_table_wrapper.smart_wrapper input[type=checkbox]+label { position: relative; cursor: pointer; padding: 0 2px 0 0; margin-left: 0; } table.wpt_product_table.smart_table thead tr { background: rgba(0, 0, 0, 0.02); } table.wpt_product_table.smart_table thead tr th{color: black;} div.wpt_product_table_wrapper.smart_wrapper table.wpt_product_table.smart_table { width: 100%; } table.wpt_product_table.smart_table td, table.wpt_product_table.smart_table th { padding: 0 0 0 3px !important; } table.wpt_product_table.smart_table tr.wpt_row .wpt_action, table.wpt_product_table.smart_table tr.wpt_row th.wpt_action { padding-right: 5px important; } /*******************************End of Smart Thin Style***************************/ /*******************************End of Business Style***************************/ .business_table{ position: relative; border-collapse: collapse; width: 100%; margin: 0 auto; position: relative; } .business_table thead{ border-bottom: 2px solid #36304a; } .business_table thead .wpt_table_header_row th{ height: 50px; color: #36304a; background: #F8F8F8; } .business_table td, .business_table th { padding: 10px; } .business_table tbody tr td{ border: 1px solid #F6F6F6; } .business_table .wpt_row td img{ height: auto; } .business_table tbody tr{ transition: all .5s; } .business_table .tr_bg_1{ background: #FDFDFD; padding: 10px; } .business_table .tr_bg_2{ background: #FBFBFB; padding: 10px; } .business_table tbody tr:hover{ background: #f7faff; } .business_table tbody tr a.button{ display: inline-block; padding: 10px; background: #36304a; color: #fff; font-size: 14px; border-radius: 3px; font-weight: bold; } table#wpt_table.wpt_product_table.business_table thead>tr>th.this_column_sorted { background-color: rgb(245, 245, 245) !important; } /*******************************End of Business Style end ***************************/ /********************** Template: custom ************************************/ .custom_table{ position: relative; border-collapse: collapse; width: 100%; margin: 0 auto; position: relative; } .custom_table thead .wpt_table_header_row th{ padding: 17px; color: #fff; } .custom_table td, .custom_table th { padding: 10px; } .custom_table tbody tr td{ border: 1px solid #ffffff; } .custom_table .wpt_row td img{ height: auto; margin: 0 auto; } .custom_table tbody tr{ transition: all .5s; } .custom_table tbody tr a.button, .custom_table tbody tr a.button.adding, .custom_table tbody tr a.button.alt.wc-variation-selection-needed, .custom_table tbody tr a.button.adding.wc-variation-selection-needed, .custom_table tbody tr a.button.disabled,.custom_table tbody tr a.button.alt.disabled{ padding: 8px 9px; background: #ff7f57; color: #fff; font-size: 13px; border-radius: 5px; font-weight: bold; } .wpt_action form.cart .quantity { display: inline-block; } .wpt_action form.cart span.wcmmq_prefix { display: inline-block; float: none; } table.custom_table tbody td a.wpt_product_title_in_td, table.custom_table tbody td span.wpt_product_title_in_td, table.custom_table tbody td a { color: #021d33; font-weight: bold; } @media only screen and (min-width: 992px) { div.wpt_for_product_desc,div.wpt_for_product_action,div.wpt_for_thumbs_desc.wpt_thumbnails,div.wpt_custom_cf_tax{display: none !important;} } table.custom_table tbody tr:nth-child(2n+2) td input{ background: #fff; } @media only screen and (min-width: 1170px) { table.custom_table tbody .wpt_product_title { max-width: 450px; } } /*for hover of default template*/ table#wpt_table.wpt_product_table.custom_table thead>tr>th.this_column_sorted { background-color: #0a7f9c; } /*Customize for Quantity Collumn*/ table.wpt_product_table.business_table .wpt_quantity { padding: 0 !important; } table.wpt_product_table.business_table tbody tr .wpt_quantity>div.quantity input[type='number']{ color: #000000; padding: 6px; width: 100%; border: 1px solid rgba(0, 0, 0, 0); background: rgb(255, 255, 255); font-weight: bold; } /*Add to Cart Button Style*/ table.wpt_product_table.business_table span.wpt_product_price>a.button.add_to_cart_button { background: rgb(183, 183, 183); display: inline-block; padding: 1px 8px; border-radius: 2px; border: 1px solid #989898; color: #ffffff; font-weight: normal; } table.wpt_product_table.business_table tr:hover span.wpt_product_price>a.button.add_to_cart_button { background: rgba(255, 255, 255, 0.54); border: 1px solid #c5c5c5; color: #000000; } table.wpt_product_table.business_table span.wpt_product_price>a.button.add_to_cart_button.added { background: rgb(230, 230, 230); display: inline-block; padding: 2px 3px; border-radius: 3px; border: 1px solid #d8d8d8; color: #c5c5c5; } /*Masic class Style. for colunm on Mouse Over. Manage by jQuery*/ div.wpt_product_table_wrapper.business_wrapper table.wpt_product_table.business_table tbody tr .wpt_masic_column{ background: rgb(255, 255, 255); /* rgba(154, 154, 154, 0.02) */ } /*Business Templatte New Style for Border */ div#wpt_table_wrapper.business_wrapper { border-radius: 17px; overflow: hidden; background: rgb(245, 245, 245); border: 1px solid rgba(97, 97, 97, 0.5); } /*Business Template New Style for Table Head*/ div#wpt_table_wrapper.wpt_product_table_wrapper.business_wrapper table#wpt_table.wpt_product_table.business_table thead tr.wpt_table_header_row.wpt_table_head th { color: black; } /* for shop Icon*/ /*For Shop Icon*/ table.add_cart_only_icon tr .wpt_action a.button:before { content: "\e01d"; z-index: 99999; margin: 11px; font-family: WooCommerce; font-size: initial; padding: 0 9px; } table.add_cart_only_icon tr .wpt_action a.button{ font-size: 0 !important; } table.add_cart_only_icon tr .wpt_action a.button.added:before{ font-style: italic; font-stretch: semi-expanded; } table.add_cart_left_icon tr .wpt_action a.button:before { content: "\e01d"; z-index: 99999; font-family: WooCommerce; font-size: initial; padding: 0; position: static; font-size: 76%; margin-right: 5px; } table.add_cart_right_icon tr .wpt_action a.button:after { content: "\e01d"; z-index: 99999; font-family: WooCommerce; font-size: initial; padding: 0; position: static; font-size: 76%; margin-left: 5px; } /* added icon list: https://github.com/woocommerce/woocommerce-icons/blob/master/style.css */ .woocommerce a.button.wpt_woo_add_cart_button.added::after{ content: ''; display: none !important; } /* responsive */ @media only screen and (max-width: 767px) { .wpt_product_title { padding-bottom: 1px; } .wpt_action { padding-top: 1px; } }
0.340924
0.091301
@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,900'); /*------------------------------------------------------------------ IMPORT FILES -------------------------------------------------------------------*/ @import url(animate.css); @import url(font-awesome.min.css); @import url(magnific-popup.css); @import url(responsiveslides.css); @import url(owl.carousel.min.css); @import url(flaticon.css); /*------------------------------------------------------------------ SKELETON -------------------------------------------------------------------*/ body { color: #666666; font-size: 15px; font-family: 'Catamaran', sans-serif; line-height: 1.80857; } a { color: #1f1f1f; text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } h1, h2, h3, h4, h5, h6 { letter-spacing: 0; font-weight: normal; position: relative; padding: 0 0 10px 0; font-weight: normal; line-height: 120% !important; color: #1f1f1f; margin: 0 } h1 { font-size: 24px } h2 { font-size: 22px } h3 { font-size: 18px } h4 { font-size: 16px } h5 { font-size: 14px } h6 { font-size: 13px } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #212121; text-decoration: none!important; opacity: 1 } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { opacity: .8 } a { color: #1f1f1f; text-decoration: none; outline: none; } a, .btn { text-decoration: none !important; outline: none !important; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .btn-custom { margin-top: 20px; background-color: transparent !important; border: 2px solid #ddd; padding: 12px 40px; font-size: 16px; } .lead { font-size: 18px; line-height: 30px; color: #767676; margin: 0; padding: 0; } blockquote { margin: 20px 0 20px; padding: 30px; } ul, li, ol{ list-style: none; margin: 0px; padding: 0px; } button:focus{ outline: none; } .form-control::-moz-placeholder { color: #12557f; opacity: 1; } /*------------------------------------------------------------------ LOADER -------------------------------------------------------------------*/ #preloader { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 11000; position: fixed; display: block; display: flex; justify-content: center; align-items: center; background: #ffffff; } .loader { display: inline-flex; flex-wrap: wrap; width: 258px; height: 229px; } #scroll-to-top { width: 40px; height: 40px; position: fixed; bottom: 20px; right: 20px; display: none; font-size: 34px; border-radius: 2px; transition: .2s; letter-spacing: 1px; text-align: center; line-height: 40px; background: #57cef8; color: #ffffff; padding: 0; } /*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/ .main-top{ background: #12557f; } .left-top a{ display: inline-block; color: #ffffff; float: left; font-size: 14px; } .new-btn-d{ padding: 12px 30px; font-weight: 400; background: none; color: #ffffff; -webkit-transition: color 0.3s; transition: color 0.3s; border-radius: 0; border: 1px solid transparent; position: relative; overflow: hidden; z-index: 9; text-transform: uppercase; } .new-btn-d::before, .new-btn-d::after { content: ''; position: absolute; height: 100%; width: 100%; bottom: 0; left: 0; top: 100%; z-index: -9; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; transition-timing-function: ease; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); } .new-btn-d:hover::before, .new-btn-d:hover::after { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } .new-btn-d::before { background: rgba(255,255,255,0.2); } .new-btn-d::after { background: #00cb86; } .new-btn-d:hover::after { -webkit-transition-delay: 0.175s; transition-delay: 0.175s; } .new-btn-d.br-2{ border: 2px solid #ffffff; } .mail-b{ float: left; } .mail-b a{ font-size: 14px; color: #ffffff; padding: 12px 30px; border: 2px solid #ffffff; } .mail-b a:hover{ color: #00cb86; border: 2px solid #00cb86; } .right-top{ float: right; } .right-top ul{} .right-top ul li{ float: left; } .right-top ul li a{ font-size: 27px; display: inline-block; color: #ffffff; padding: 0px 20px; border: 2px solid #ffffff; } .right-top ul li a:hover{ background: #00cb86; color: #ffffff; } .wel-nots{ float: right; margin-left: 20px; } .wel-nots p{ font-size: 16px; color: #ffffff; padding: 12px 0px; margin: 0px; } .top-header .navbar{ padding: 5px 0px; } .top-header{ background: #ffffff; position: relative; top: 0px; left: 0px; width: 100%; margin: 0 auto; z-index: 20; } .top-header .navbar .navbar-collapse ul li a{ text-transform: uppercase; font-size: 14px; padding: 10px 15px; position: relative; font-weight: 500; } .top-header .navbar .navbar-collapse ul li a.active{ background: #00cb86; color: #ffffff; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .top-header .navbar .navbar-collapse ul li a.active::after{ width: 20px; height: 20px; content: ""; float: left; position: absolute; bottom: -8px; left: 0; right: 0; margin: auto; background: url(../images/menu-arrow.png) no-repeat center; border-radius: 10px; transition: ease all 0.3s; transform: translateY(0%) rotate(140deg); -webkit-transform: translateY(0%) rotate(140deg); -o-transform: translateY(0%) rotate(140deg); -ms-transform: translateY(0%) rotate(140deg); -moz-transform: translateY(0%) rotate(140deg); -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .top-header .navbar .navbar-collapse ul li a:hover{ background: #00cb86; color: #ffffff; } .top-header.fixed-menu{ width: 100%; position: fixed; box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; background: #fff; z-index: 20; } .navbar-toggler{ border: 1px solid #57cef8 ; border-radius: 0; margin: 16px 15px; padding: 10px 10px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .navbar-toggler span{ background: #333333; display: block; width: 25px; height: 2px; margin: 0 auto; margin-top: 0px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .navbar-toggler span + span{ margin-top: 5px; } .navbar-toggler:hover{ border: 1px solid #00cb86; } .navbar-toggler:hover span{ background: #00cb86; } /*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/ .home-slider{ position: relative; height: 100%; } .lbox-caption { display: table; height: 100% !important; width: 100% !important; left: 0 !important; } .lbox-caption { position: absolute; margin: 0 auto; left: 0; right: 0; z-index: 10; } .lbox-details { display: table-cell; text-align: center; vertical-align: middle; position: absolute; top: 0px; left: 0; right: 0; height: 100%; padding: 22% 0%; } .lbox-details::before{ content: ""; background: rgba(0,0,0,0.5); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; } .lbox-details h1{ font-size: 54px; font-family: 'Catamaran', sans-serif; color: #ffffff; font-weight: 600; position: relative; z-index: 3; } .lbox-details h2{ font-size: 48px; color: #ffffff; font-weight: 300; position: relative; z-index: 3; } .lbox-details p{ color: #ffffff; position: relative; z-index: 3; } .lbox-details p strong{ color: #00cb86; font-size: 40px; font-family: 'Catamaran', sans-serif; } .lbox-details a.btn{ background: #12557f; padding: 10px 20px; font-size: 20px; text-transform: capitalize; color: #ffffff; border-radius: 0px; border: 2px solid #ffffff; position: relative; display: inline-block; z-index: 3; } .lbox-details a.btn:hover{ background: #00cb86; color: #ffffff; } /*------------------------------------------------------------------ About -------------------------------------------------------------------*/ .tooltip-1 { display: inline-block; position: relative; color: #00cb86; opacity: 1; } .tooltip__wave { width: 30%; height: 20px; position: absolute; bottom: -10px; left: 0; right: 0px; margin: 0 auto; overflow: hidden; } .tooltip__wave span { position: absolute; left: -100%; width: 200%; height: 100%; background: url(../images/wave.svg) repeat-x center center; background-size: 50% auto; } .about-box{ padding: 70px 0px; } .title-box{ text-align: center; margin-bottom: 30px; } .title-box h2{ font-size: 42px; font-family: 'Catamaran', sans-serif; color: #222222; font-weight: 500; position: relative; padding-bottom: 30px; margin-bottom: 15px; } .title-box h2::after{ content: ""; position: absolute; background: url(../images/tag-line.png)no-repeat center; width: 120px; height: 20px; bottom: 0; left: 0; right: 0; margin: 0 auto; } .title-box h2 span{ color: #00cb86; text-decoration: underline; } .about-main-info h2{ font-size: 40px; font-family: 'Catamaran', sans-serif; } .about-main-info h2 span{ color: #00cb86; text-decoration: underline; } .about-main-info{ margin-bottom: 30px; } .about-m{ border: 2px solid #00cb86; box-shadow: 0 10px 25px 0 rgba(0,0,40,.2); } .about-m ul#banner { position: relative; width: 100%; height: 450px; overflow: hidden; margin: 0 auto; } .about-m ul#banner li { position: absolute; top: 0; left: 0; display: none; } .about-m ul#banner li img { visibility: hidden; width: 100%; } .about-m ul#banner li canvas { position: absolute; top: 0; left: 0; } .about-img{ padding: 30px 0px; } .about-img img{ border-radius: 10px; } .about-m ul{ display: block; text-align: center; padding-bottom: 30px; } .about-m ul li{ display: inline-block; text-align: center; } .about-m ul li a{ background: #528780; color: ; width: 38px; height: 38px; text-align: center; line-height: 38px; display: block; border-radius: 50px; margin: 0px 5px; } .about-m ul li a:hover{ background: #333333; color: #ffffff; } .about-main-info h2{ font-size: 32px; color: #333333; font-weight: 500; } .about-main-info a{ border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; display: inline-block; line-height: 24px; } .about-main-info a.new-btn-d.br-2{ border: 2px solid #12557f; } .about-main-info a.new-btn-d::before{ background: rgba(18,85,127,0.2); } .about-main-info a:hover{ color: #ffffff; } .hvr-radial-out{ display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; background: #e1e1e1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-radial-out::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #333333; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-radial-out:hover::before, .hvr-radial-out:focus::before, .hvr-radial-out:active::before { -webkit-transform: scale(2); transform: scale(2); } /*------------------------------------------------------------------ Services -------------------------------------------------------------------*/ .services-box{ padding: 70px 0px; background-color: #f2f3f5; } .serviceBox{ padding: 35px 20px 25px; border: 1px solid #16567f; text-align: center; position: relative; transition: all 0.3s ease 0s; } .serviceBox:hover{ border-color: #00cb86 ; } .serviceBox:before{ content: ""; border-top: 20px solid #16567f; border-left: 20px solid transparent; border-bottom: 20px solid transparent; position: absolute; top: 7px; right: 7px; transition: all 0.3s ease 0s; } .serviceBox:hover:before{ border-top-color: #00cb86 ; } .serviceBox .service-icon{ display: inline-block; width: 80px; height: 80px; line-height: 80px; font-size: 30px; color: #064774; margin-bottom: 35px; z-index: 1; position: relative; transition:all 0.3s ease 0s; } .serviceBox:hover .service-icon{ color: #fff; } .serviceBox .service-icon:before{ content: ""; width: 100%; height: 100%; border-radius: 3px; border: 1px solid #16567f; position: absolute; top: 0; left: 0; z-index: -1; transform: rotate(45deg); transition: all 0.3s ease 0s; } .serviceBox:hover .service-icon:before{ border-color: #00cb86 ; background: #00cb86 ; } .serviceBox .title{ font-size: 20px; font-weight: 700; color: #064774; text-transform: capitalize; margin: 0 0 15px 0; padding: 0; } .serviceBox .description{ font-size: 15px; color: #999; line-height: 27px; margin: 0 0 10px 0; } @media only screen and (max-width:990px){ .serviceBox{ margin-bottom: 30px; } } .serviceBox a{ border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; display: inline-block; line-height: 12px; } .serviceBox a.new-btn-d.br-2{ border: 2px solid #12557f; } .serviceBox a:hover{ color: #ffffff; } .serviceBox a.new-btn-d::before { background: rgba(18,85,127,0.2); } .services-box .owl-carousel{ text-align: center; } .services-box .owl-carousel .owl-nav{ display: inline-block; margin: 0 auto; margin-top: 20px; } .services-box .owl-carousel .owl-nav .owl-prev{ border: 2px solid #12557f; border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px !important; background: #ffffff; color: #12557f; display: inline-block; line-height: 12px; font-size: 34px; margin: 0 10px; } .services-box .owl-carousel .owl-nav .owl-prev:hover{ background: #00cb86; color: #ffffff; } .services-box .owl-carousel .owl-nav .owl-next{ border: 2px solid #12557f; border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px !important; background: #ffffff; color: #12557f; display: inline-block; line-height: 12px; font-size: 34px; margin: 0 10px; } .services-box .owl-carousel .owl-nav .owl-next:hover{ background: #00cb86; color: #ffffff; } /*------------------------------------------------------------------ Appointment -------------------------------------------------------------------*/ .appointment-main{ padding: 70px 0px; position: relative; } .well-block{} .well-block .well-title h2{ font-size: 32px; font-weight: 600; padding-bottom: 20px; } .well-block form .form-group .control-label{ font-size: 16px; } .well-block form .form-group .form-control { min-height: 60px; min-height: 50px; padding: 0px 15px; border-radius: 0; color: #12557f; border: 1px solid #12557f; } .well-block form .form-group .form-control:focus{ box-shadow: none; } .well-block form .form-group button{ border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; display: inline-block; line-height: 24px; cursor: pointer; } .well-block form .form-group button.new-btn-d.br-2 { border: 2px solid #12557f; } .well-block form .form-group button.new-btn-d::before { background: rgba(18,85,127,0.2); } .feature-block .feature-title{ font-size: 20px; } .well-block form .form-group button:hover{ color: #ffffff; } /*------------------------------------------------------------------ Gallery -------------------------------------------------------------------*/ .gallery-box{ padding: 70px 0px; } .box-gallery{ text-align: center; box-shadow: 0 0 5px #7e7d7d; position: relative; margin-bottom: 30px; } .box-gallery img{ width: 100%; height: auto; } .box-gallery .box-content{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: all 0.5s ease 0s; } .box-gallery:hover .box-content{ background-color: rgba(255, 242, 242, 0.8); } .box-gallery .box-content:before, .box-gallery .box-content:after{ content: ""; width: 50px; height: 50px; position: absolute; opacity: 0; transform: scale(1.5); transition: all 0.6s ease 0.3s; } .box-gallery .box-content:before{ border-left: 2px solid #00cb86; border-top: 2px solid #00cb86; top: 19px; left: 19px; } .box-gallery .box-content:after{ border-bottom: 2px solid #00cb86; border-right: 2px solid #00cb86; bottom: 19px; right: 19px; } .box-gallery:hover .box-content:before, .box-gallery:hover .box-content:after{ opacity: 1; transform: scale(1); } .box-gallery .title{ font-size: 22px; color: #333333; margin: 0; position: relative; top: 0; opacity: 0; transition: all 1s ease 0.01s; } .box-gallery:hover .title{ top: 32%; opacity: 1; transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s; } .box-gallery .title:after{ content: ""; width: 0; height: 2px; background: #00cb86; position: absolute; bottom: -8px; left: 0; right: 0; margin: 0 auto; transition: all 1s ease 0s; } .box-gallery:hover .title:after{ width: 80%; transition: all 1s ease 0.8s; } .box-gallery .icon{ width: 100%; list-style: none; padding: 0; margin: 0 auto; position: absolute; bottom: 0; opacity: 0; transition-duration: 0.6s; transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425); transition-delay: 0.1s; } .box-gallery:hover .icon{ bottom: 32%; opacity: 1; } .box-gallery .icon li{ display: inline-block; } .box-gallery .icon li a{ display: block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; font-size: 18px; color: #000; border: 2px solid #12557f; margin-right: 5px; transition: all 0.3s ease-in-out 0s; } .box-gallery .icon li a:hover{ background: #00cb86; color: #fff; } @media only screen and (max-width:990px){ .box-gallery{ margin-bottom: 30px; } } /*------------------------------------------------------------------ Team -------------------------------------------------------------------*/ .team-box{ padding: 70px 0px; } .our-team{ text-align: center; overflow: hidden; position: relative; z-index: 1; } .our-team:before, .our-team:after{ content: ""; width: 130px; height: 130px; background: #ffffff; position: absolute; border-radius: 50%; z-index: -1; } .our-team:before{ top: 0px; left: 0; } .our-team:after{ bottom: 0px; right: 0; } .our-team .pic{ margin: 8px; position: relative; border: 3px solid #00cb86; transition: all 0.5s ease 0s; } .our-team:hover .pic{ border-color: #12557f; } .our-team .pic:after{ content: ""; width: 100%; height: 0; background: #00cb86; position: absolute; bottom: 0; left: 0; opacity: 0; transform-origin: 0 0 0; transition: all 0.5s ease 0s; } .our-team:hover .pic:after{ height: 100%; opacity: 0.85; } .our-team img{ width: 100%; height: auto; } .our-team .team-content{ width: 100%; position: absolute; bottom: -50%; left: 0; transition: all 0.5s ease 0.2s; } .our-team:hover .team-content{ bottom: 38%; } .our-team .title{ font-size: 18px; font-weight: 600; color: #ffffff; text-transform: capitalize; margin: 0px; } .our-team .post{ font-size: 14px; color: #fff; line-height: 26px; text-transform: capitalize; } .our-team .social{ padding: 0; margin: 40px 0 0 0; list-style: none; } .our-team .social li{ display: inline-block; } .our-team .social li a{ display: inline-block; width: 35px; height: 35px; line-height: 35px; border-radius: 50%; border: 1px solid #fff; font-size: 18px; color: #fff; margin: 0 7px; transition: all 0.5s ease 0s; } .our-team .social li a:hover{ background: #fff; color: #12557f; } @media only screen and (max-width: 990px){ .our-team{ margin-bottom: 30px; } } /*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/ .blog-box{ padding: 70px 0px; background-color: #f2f3f5; } .blog-inner{ background: #ffffff; text-align: center; margin-bottom: 30px; border: 10px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1); } .blog-img{ overflow: hidden; } .blog-img img{ transition: all 0.9s ease 0s; } .blog-inner:hover .blog-img img{ -moz-transform: scale(1.5) rotate(-10deg); -webkit-transform: scale(1.5) rotate(-10deg); -ms-transform: scale(1.5) rotate(-10deg); -o-transform: scale(1.5) rotate(-10deg); transform: scale(1.5) rotate(-10deg); } .blog-inner a{ border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; font-size: 14px; display: inline-block; line-height: 24px; } .blog-inner a.new-btn-d.br-2{ border: 2px solid #12557f; } .blog-inner a.new-btn-d::before{ background: rgba(18,85,127,0.2); } .blog-inner a:hover{ color: #ffffff; } .blog-inner .item-meta{ background: #12557f; } .blog-inner .item-meta a{ background: #12557f; color: #ffffff; display: inline-block; border: none; } .blog-inner .item-meta span{ color: #ffffff; background: #00cb86; display: inline-block; padding: 5px; } .blog-inner h2{ margin-top: 20px; } /*------------------------------------------------------------------ Contact -------------------------------------------------------------------*/ .contact-box{ padding: 70px 0px; } .left-contact{ margin-top: 60px; } .left-contact h2{ font-size: 38px; font-weight: 700; padding-bottom: 30px; text-align: center; } .cont-line{ overflow: hidden; margin-bottom: 30px; width: 33.33%; float: left; } .icon-b{ width: 80px; height: 80px; text-align: center; line-height: 80px; font-size: 40px; border: 2px dotted #12557f; margin-right: 10px; color: #00cb86; border-radius: 50%; } .dit-right h4{ font-size: 18px; color: #333333; font-weight: 600; padding-bottom: 0; } .dit-right{ padding-right: 14px; } .dit-right p{ font-size: 16px; margin: 0px; } .dit-right a{ font-size: 16px; color: #333333 } .dit-right a:hover{ color: #00cb86; } .contact-block{} .contact-block .form-group .form-control{ background: #00cb86; height: 45px; font-size: 16px; border: 0; color: #ffffff; padding: 6px 15px; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } .contact-block .form-group textarea.form-control{ height: 150px; padding-top: 15px; } .submit-button .btn-common{ background-color: #00cb86; height: 45px; line-height: 45px; font-size: 16px; font-weight: 600; color: #fff; padding: 0 15px; border: 0; outline: 0; text-transform: uppercase; border-radius: 0px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; } .submit-button .btn-common:hover{ background-color: #528780; } .custom-select{ height: 45px; font-size: 16px; } select.form-control:not([size]):not([multiple]){ height: calc(45px + 2px); } .help-block ul li{ color: red; } .footer-box{ background: #292f35; padding: 20px 0; } .footer-box .footer-company-name{ text-align: center; margin: 0px; color: #ffffff; } .footer-box .footer-company-name a{ color: #00cb86; } .footer-box .footer-company-name a:hover{ color: #000000; } /*------------------------------------------------------------------ Subscribe -------------------------------------------------------------------*/ .subscribe-box{ padding: 70px 0px; background: url(../images/footer-bg.jpg) no-repeat center; background-size: cover; position: relative; } .subscribe-box::before{ content: ""; background: rgba(0,0,0,0.8); width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; } .subscribe-inner{ max-width: 500px; width: 100%; margin: 0 auto; } .subscribe-inner h2{ font-size: 28px; font-weight: 600; color: #ffffff; } .subscribe-inner p{ color: #cccccc; } .subscribe-inner .form-group .form-control-1{ width: 100%; padding: 12px 15px; border-radius: 0px; border: none; } .subscribe-inner .form-group button{ letter-spacing: 1px; border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; display: inline-block; line-height: 24px; border: none; cursor: pointer; } .subscribe-inner .form-group button.new-btn-d.br-2 { border: 2px solid #12557f; } .subscribe-inner .form-group button.new-btn-d::before{ background: rgba(18,85,127,0.2); } .subscribe-inner .form-group button:hover { color: #ffffff; } /*-----------------old css -------------------*/ /* 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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0px;padding:0px;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body{ background:#F8FBFB; } .wrap{ width:70%; margin:0 auto; } .header{ background:url(../images/header-bg.png); } .logo{ float:left; margin-top: 14px; } .top-nav{ float:right; } .top-nav ul li{ display:inline-block; float: left; border-left: 1px solid rgb(31, 132, 224); } .top-nav ul li:first-child{ border-left:none; } .top-nav ul li a{ font-family: 'Ropa Sans', sans-serif; background:#3391E7; color: #fff; text-transform: uppercase; padding: 30px; display: block; } .top-nav ul li a:hover{ } .top-nav li.active> a, .top-nav li> a:hover { background: rgb(50, 133, 209); border-left-color:rgb(50, 133, 209); } /*-----content-grids-----*/ .content-grids{ background:#3391E7; padding: 10px 0px; } /* GRID OF THREE ============================================================================= */ .section { clear: both; padding: 0px; margin: 0px; } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .listview_1_of_3{ display: block; float:left; margin: 0% 0 0% 1.6%; background: #F1F6F9; } .listimg{ display: block; float:left; } .text{ display: block; float:left; margin: 0% 0 0% 3.6%; } .listview_1_of_3:first-child { margin-left: 0; } /* all browsers except IE6 and lower */ .images_1_of_3 { width: 29.2%; padding:1.5%; border-radius: 1.1em; } .listimg_1_of_2{ width: 32.2%; } .list_1_of_2 { width: 64.2%; margin-top: 5px; } .images_1_of_3 img { max-width:100%; display:block; } .list_1_of_2 h3{ color:#3391E7; margin-bottom:0.2em; margin-top:0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight : normal; letter-spacing: -1px; } .list_1_of_2 p{ font-size:0.8125em; color: #3391E7; line-height: 1.5em; font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif; padding:0; } .list_1_of_2 .button{ line-height:1.9em; margin-top:0.2em; } .list_1_of_2 .button a{ font-family: 'Ropa Sans', sans-serif; color: rgb(139, 139, 139); font-size: 1em; } .list_1_of_2 .button a:hover{ text-decoration:none; color:#3391E7; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:90%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) { .wrap{ width:95%; } .listview_1_of_3{ margin: 2% 0 2% 0%; } .text{ margin:0; } .images_1_of_3 { width:94%; padding:3%; } .listimg_1_of_2{ width:100%; } .list_1_of_2 { width: 100%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .listview_1_of_3{ margin: 2% 0 2% 0%; } .text{ margin:0; } .images_1_of_3 { width:92%; padding:4%; } .listimg_1_of_2{ width:100%; } .list_1_of_2 { width: 100%; } } /* GRID OF THREE ============================================================================= */ .section { clear: both; padding: 0px; margin: 0px; } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .col_1_of_3{ display: block; float:left; margin: 1% 0 1% 1.6%; background: #fff; border: 1px solid #edf3f3; } .col_1_of_3:first-child { margin-left: 0; } .span_1_of_3 { width: 29%; padding: 1.5% 3% 0 0; } .span_1_of_3 h3{ color:rgb(139, 139, 139); margin-bottom: 0.2em; margin-top: 0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; } .span_1_of_3 p { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: rgb(155, 155, 155); line-height: 1.8em; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .col_1_of_3{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .col_1_of_3{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:92%; padding:4%; } } .span_1_of_3 span{ font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #3391E7; line-height: 1.8em; } .frist a{ font-size: 0.8em; font-family: 'Ropa Sans', sans-serif; background: #3285d1; /* Old browsers */ background: -moz-linear-gradient(top, #3285d1 0%, #3285d1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3285d1), color-stop(100%,#3285d1)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #3285d1 0%,#3285d1 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #3285d1 0%,#3285d1 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #3285d1 0%,#3285d1 100%); /* IE10+ */ background: linear-gradient(to bottom, #3285d1 0%,#3285d1 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3285d1', endColorstr='#3285d1',GradientType=0 ); /* IE6-9 */ border: #fff 1px solid; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 3px rgb(207, 206, 206); -moz-box-shadow: 0px 0px 3px rgb(207, 206, 206); box-shadow: 0px 0px 3px rgb(207, 206, 206); text-transform: uppercase; color: #fff; padding: 13px 17px 13px 17px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; float: left; margin-top: 10px; } .frist a:hover{ color:#000; } .second ul li a{ color: #3391E7; margin-bottom: 0.2em; margin-top: 0; font-size:1em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; } .second ul li a img{ padding-right: 4px; vertical-align: baseline; } .second ul li{ line-height: 2.2em; border-bottom: 1px dotted rgb(185, 185, 185); } .second ul li a:hover{ color:rgb(139, 139, 139); } /*----footer-----*/ .footer{ background:#e0e7eb; padding: 15px 4px; } .footer-left{ float:left; } .footer-left ul li{ display:inline-block; } .footer-left ul li a{ font-family: 'Ropa Sans', sans-serif; color:rgb(139, 139, 139); text-transform: uppercase; display: block; margin-right:10px; } .footer-right{ float:right; } .footer-right p{ font-family: 'Ropa Sans', sans-serif; color:rgb(139, 139, 139); text-transform: uppercase; } .footer-right a{ text-transform: uppercase; color:rgb(139, 139, 139); font-family: 'Ropa Sans', sans-serif; } .footer-right a:hover,.footer-left ul li a:hover{ color:#3391E7; } /*---about---*/ .about h4,.services h4{ color: rgb(139, 139, 139); margin-top: 0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; margin-top: 12px; } /*--servivces---*/ /* GRID OF FIVE ============================================================================= */ .section { clear: both; padding: 0px; margin: 0px; } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .col_1_of_5{ display: block; float:left; margin: 1% 0 1% 1.6%; background: #fff; border: 1px solid #edf3f3; } .col_1_of_5:first-child { margin-left: 0; } .span_1_of_5 { width: 15.72%; padding: 1.4%; text-align: center; } .span_1_of_5 h3{ color: rgb(139, 139, 139); margin-bottom: 0.2em; margin-top: 0; font-size: 1.2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; text-align:left; } .span_1_of_5 p { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: rgb(155, 155, 155); line-height: 1.8em; text-align:left; } .span_1_of_5 img{ text-align:center; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .col_1_of_5{ margin: 1% 0 1% 0%; } .span_1_of_5 { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .col_1_of_5{ margin: 1% 0 1% 0%; } .span_1_of_5 { width:92%; padding:4%; } } /*---blog---*/ /*----blog----*/ .blog-grid-header h3,.blog-grid-header ul li a{ font-family: 'Ropa Sans', sans-serif; color: #3391E7; display: inline-block; font-size:1em; padding: 7px 0px 0px 0px; } .blog-grid-header ul li{ display:inline-block; margin-right: 5px; } .blog-grid-header ul li a img{ vertical-align:middle; } .blog-grid-header ul li img{ padding-right:5px; } .blog-grid-header ul li a{ color:rgb(155, 155, 155); } .blog-grid-header ul li a:hover{ color:#3391E7; } .blog-grid h4{ color: rgb(139, 139, 139); margin-top: 0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; margin-top: 12px; } /* GRID OF Content with Image ============================================================================= */ .image { clear: both; padding: 0px; margin: 0px; padding: 2% 0; border-bottom: 1px solid rgb(238, 238, 238); } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .grid { display: block; float:left; margin: 0% 0 0% 2.2%; } .grid:first-child { margin-left: 0; } .images_3_of_1 { width:30.2%; } .detalis-image-details { float: right; width: 80%; } .span_2_of_3{ width: 67.6%; padding: 0; } .images_3_of_1 img { max-width:100%; display:block; } .span_2_of_3 h3{ color:#575757; margin-bottom:0.3em; font-size:1.5em; font-family: 'Open Sans', sans-serif; font-weight : normal; margin-top: 0px; letter-spacing: -1px; } .span_2_of_3 p { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: rgb(155, 155, 155); line-height: 1.8em; margin-bottom: 10px; } .span_2_of_3 .button{ margin-top:.3em; line-height:1.9em; } .span_2_of_3 .button a{ font-size: 0.8em; font-family: 'Ropa Sans', sans-serif; background: #3285d1; background: -moz-linear-gradient(top, #3285d1 0%, #3285d1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3285d1), color-stop(100%,#3285d1)); background: -webkit-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -o-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -ms-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: linear-gradient(to bottom, #3285d1 0%,#3285d1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3285d1', endColorstr='#3285d1',GradientType=0 ); border: #fff 1px solid; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 3px rgb(207, 206, 206); -moz-box-shadow: 0px 0px 3px rgb(207, 206, 206); box-shadow: 0px 0px 3px rgb(207, 206, 206); text-transform: uppercase; color: #fff; padding: 3px 15px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; float: left; margin-top:8px; } .span_2_of_3 .button a:hover{ color:#000; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:90%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px){ .wrap{ width:95%; } .image{ padding:3%; } .grid { margin:0; } .images_3_of_1 { width:100%; padding:2% 0 2% 0; } .span_2_of_3 { width:100%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .image{ padding:4%; } .grid { margin:0; } .images_3_of_1 { width:100%; padding:2% 0 2% 0; } .span_2_of_3 { width:100%; } } /*----pagnation----*/ .pagnation{ float:right; margin-top:10px; } .pagnation ul li{ display:inline-block; } .pagnation ul li a{ font-size: 0.8em; font-family: 'Ropa Sans', sans-serif; background: #3285d1; background: -moz-linear-gradient(top, #3285d1 0%, #3285d1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3285d1), color-stop(100%,#3285d1)); background: -webkit-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -o-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -ms-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: linear-gradient(to bottom, #3285d1 0%,#3285d1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3285d1', endColorstr='#3285d1',GradientType=0 ); border: #fff 1px solid; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 3px rgb(207, 206, 206); -moz-box-shadow: 0px 0px 3px rgb(207, 206, 206); box-shadow: 0px 0px 3px rgb(207, 206, 206); text-transform: uppercase; color: #fff; padding:10px 15px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; } .pagnation ul li a:hover{ color:#000; } /*---contact----*/ /*---contact----*/ /* Contact Form ============================================================================= */ .section { clear: both; padding: 0px; margin: 0px; } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .col{ display: block; float:left; } .col:first-child{ margin-left:0; } .span_2_of_3 { width: 67.1%; padding: 0 0 1.5% 0; } .span_2_of_3 h2, .span_1_of_3 h2 { color: rgb(139, 139, 139); margin-top: 0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; margin-top: 12px; } .contact-form{ position:relative; padding-bottom:30px; } .contact-form div{ padding:5px 0; } .contact-form span{ display:block; font-size:1em; color: rgb(139, 139, 139); padding-bottom:5px; font-family: 'Ropa Sans', sans-serif; } .contact-form input[type="text"],input[type="email"],.contact-form textarea{ padding:8px; display:block; width:98%; background:#fcfcfc; border: none; outline:none; color:rgb(139, 139, 139); font-size:0.8125em; font-family:Arial, Helvetica, sans-serif; box-shadow: inset 0px 0px 3px rgb(199, 199, 199); -webkit-box-shadow: inset 0px 0px 3px rgb(199, 199, 199); -moz-box-shadow: inset 0px 0px 3px rgb(199, 199, 199); -o-box-shadow:inset 0px 0px 3px rgb(199, 199, 199); -webkit-appearance:none; } .contact-form textarea{ resize:none; height:120px; } .contact-form input[type="submit"]{ font-size: 1em; font-family: 'Ropa Sans', sans-serif; background: #3285d1; background: -moz-linear-gradient(top, #3285d1 0%, #3285d1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3285d1), color-stop(100%,#3285d1)); background: -webkit-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -o-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -ms-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: linear-gradient(to bottom, #3285d1 0%,#3285d1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3285d1', endColorstr='#3285d1',GradientType=0 ); border: #fff 1px solid; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 3px rgb(207, 206, 206); -moz-box-shadow: 0px 0px 3px rgb(207, 206, 206); box-shadow: 0px 0px 3px rgb(207, 206, 206); text-transform: uppercase; color: #fff; padding: 15px 20px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; float: left; margin-top: 8px; cursor:pointer; } .contact-form input[type="submit"]:hover{ color: #000; } .contact-form input[type="submit"]:active{ background-color:#000; } .company_address p{ font-family: Arial, Helvetica, sans-serif; padding: 0.2em 0; font-size: 0.8125em; color: rgb(155, 155, 155); line-height: 1.5em; } .company_address p span{ text-decoration:underline; color:#333; cursor:pointer; font-family: 'Open Sans', sans-serif; font-size:1em; } .map{ border:1px solid #C7C7C7; margin-bottom:15px; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 800 PIXELS */ @media only screen and (max-width: 800px) { .wrap{ width:95%; } .span_2_of_3 { width:94%; padding:3%; } .col{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .span_2_of_3 { width:94%; padding:3%; } .col{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:94%; padding:3%; } .contact-form input[type="text"],.contact-form textarea{ width:97%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .span_2_of_3 { width:90%; padding:5%; } .col { margin: 1% 0 1% 0%; } .span_1_of_3 { width:90%; padding:5%; } .contact-form input[type="text"],.contact-form textarea{ width:92%; } } /*---contact----*/ .contact{ min-height: 682px; } .frist,.second{ padding:1.5%; } .frist h3{ padding-bottom:6px; } /*----erroe-page----*/ .erroe-page{ text-align:center; height: 500px; padding-top: 182px; } .erroe-page h3,.erroe-page h4{ font-family: 'Ropa Sans', sans-serif; color: rgb(139, 139, 139); text-transform: uppercase; display: block; font-size:10em; } .erroe-page h4{ font-size:2em; } /*----responsive-design----*/ @media screen and (max-width:1366px) { .wrap{ width:90%; } } @media screen and (max-width:1024px) { .wrap{ width:90%; } .span_1_of_5 { width: 15.7%; } .list_1_of_2 h3,.span_1_of_3 h3 { font-size: 1.5em; } .erroe-page { height: 402px; padding-top: 157px; } } @media screen and (max-width:800px){ .wrap{ width:760px; } .frist img{ width:100%; } .span_1_of_5 { width: 15.6%; } .images_3_of_1 ,.span_2_of_3{ width: 100%; float:none; } .images_3_of_1 img{ width:100%; } .span_2_of_3{ padding:0px; margin:0px; } .span_2_of_3 p{ margin-top:8px; } .contact-form { padding-bottom: 83px; } .contact_info,.company_address{ display: none; } .erroe-page { height: 344px; } .about h4, .services h4 { font-size:1.5em; } } @media screen and (max-width:640px){ .wrap{ width:90%; } .images_1_of_3 { width: 26%; padding: 2%; text-align:center; } .images_1_of_3:nth-child(2){ margin: 1.6% 4%; } .top-nav ul li a { padding: 26px 11px; } .span_1_of_5 { width: 42.899%; } .span_1_of_5:last-child{ display:none; } .span_1_of_5:first-child,.span_1_of_5:nth-child(3){ margin-right:1.5%; } } @media screen and (max-width:480px){ .wrap{ width:90%; } .list_1_of_2 h3, .span_1_of_3 h3 { font-size: 1em; } .top-nav ul li a { padding: 26px 18.17px; } .logo{ float:none; padding: 10px 0px; margin:0px; } .top-nav{ float:none; } .footer-left,.footer-right{ float:none; text-align:center; line-height:1.8em; } .span_1_of_5 { width: 40.77%; } .contact { min-height: 578px; } .erroe-page { height: 329px; padding-top: 50px; } .span_1_of_3 { width: 100%; } } /*--------------------------BCG PAGE -------------------*/
css/style1.css
@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,900'); /*------------------------------------------------------------------ IMPORT FILES -------------------------------------------------------------------*/ @import url(animate.css); @import url(font-awesome.min.css); @import url(magnific-popup.css); @import url(responsiveslides.css); @import url(owl.carousel.min.css); @import url(flaticon.css); /*------------------------------------------------------------------ SKELETON -------------------------------------------------------------------*/ body { color: #666666; font-size: 15px; font-family: 'Catamaran', sans-serif; line-height: 1.80857; } a { color: #1f1f1f; text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } h1, h2, h3, h4, h5, h6 { letter-spacing: 0; font-weight: normal; position: relative; padding: 0 0 10px 0; font-weight: normal; line-height: 120% !important; color: #1f1f1f; margin: 0 } h1 { font-size: 24px } h2 { font-size: 22px } h3 { font-size: 18px } h4 { font-size: 16px } h5 { font-size: 14px } h6 { font-size: 13px } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #212121; text-decoration: none!important; opacity: 1 } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { opacity: .8 } a { color: #1f1f1f; text-decoration: none; outline: none; } a, .btn { text-decoration: none !important; outline: none !important; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .btn-custom { margin-top: 20px; background-color: transparent !important; border: 2px solid #ddd; padding: 12px 40px; font-size: 16px; } .lead { font-size: 18px; line-height: 30px; color: #767676; margin: 0; padding: 0; } blockquote { margin: 20px 0 20px; padding: 30px; } ul, li, ol{ list-style: none; margin: 0px; padding: 0px; } button:focus{ outline: none; } .form-control::-moz-placeholder { color: #12557f; opacity: 1; } /*------------------------------------------------------------------ LOADER -------------------------------------------------------------------*/ #preloader { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 11000; position: fixed; display: block; display: flex; justify-content: center; align-items: center; background: #ffffff; } .loader { display: inline-flex; flex-wrap: wrap; width: 258px; height: 229px; } #scroll-to-top { width: 40px; height: 40px; position: fixed; bottom: 20px; right: 20px; display: none; font-size: 34px; border-radius: 2px; transition: .2s; letter-spacing: 1px; text-align: center; line-height: 40px; background: #57cef8; color: #ffffff; padding: 0; } /*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/ .main-top{ background: #12557f; } .left-top a{ display: inline-block; color: #ffffff; float: left; font-size: 14px; } .new-btn-d{ padding: 12px 30px; font-weight: 400; background: none; color: #ffffff; -webkit-transition: color 0.3s; transition: color 0.3s; border-radius: 0; border: 1px solid transparent; position: relative; overflow: hidden; z-index: 9; text-transform: uppercase; } .new-btn-d::before, .new-btn-d::after { content: ''; position: absolute; height: 100%; width: 100%; bottom: 0; left: 0; top: 100%; z-index: -9; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; transition-timing-function: ease; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); } .new-btn-d:hover::before, .new-btn-d:hover::after { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } .new-btn-d::before { background: rgba(255,255,255,0.2); } .new-btn-d::after { background: #00cb86; } .new-btn-d:hover::after { -webkit-transition-delay: 0.175s; transition-delay: 0.175s; } .new-btn-d.br-2{ border: 2px solid #ffffff; } .mail-b{ float: left; } .mail-b a{ font-size: 14px; color: #ffffff; padding: 12px 30px; border: 2px solid #ffffff; } .mail-b a:hover{ color: #00cb86; border: 2px solid #00cb86; } .right-top{ float: right; } .right-top ul{} .right-top ul li{ float: left; } .right-top ul li a{ font-size: 27px; display: inline-block; color: #ffffff; padding: 0px 20px; border: 2px solid #ffffff; } .right-top ul li a:hover{ background: #00cb86; color: #ffffff; } .wel-nots{ float: right; margin-left: 20px; } .wel-nots p{ font-size: 16px; color: #ffffff; padding: 12px 0px; margin: 0px; } .top-header .navbar{ padding: 5px 0px; } .top-header{ background: #ffffff; position: relative; top: 0px; left: 0px; width: 100%; margin: 0 auto; z-index: 20; } .top-header .navbar .navbar-collapse ul li a{ text-transform: uppercase; font-size: 14px; padding: 10px 15px; position: relative; font-weight: 500; } .top-header .navbar .navbar-collapse ul li a.active{ background: #00cb86; color: #ffffff; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .top-header .navbar .navbar-collapse ul li a.active::after{ width: 20px; height: 20px; content: ""; float: left; position: absolute; bottom: -8px; left: 0; right: 0; margin: auto; background: url(../images/menu-arrow.png) no-repeat center; border-radius: 10px; transition: ease all 0.3s; transform: translateY(0%) rotate(140deg); -webkit-transform: translateY(0%) rotate(140deg); -o-transform: translateY(0%) rotate(140deg); -ms-transform: translateY(0%) rotate(140deg); -moz-transform: translateY(0%) rotate(140deg); -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .top-header .navbar .navbar-collapse ul li a:hover{ background: #00cb86; color: #ffffff; } .top-header.fixed-menu{ width: 100%; position: fixed; box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; background: #fff; z-index: 20; } .navbar-toggler{ border: 1px solid #57cef8 ; border-radius: 0; margin: 16px 15px; padding: 10px 10px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .navbar-toggler span{ background: #333333; display: block; width: 25px; height: 2px; margin: 0 auto; margin-top: 0px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .navbar-toggler span + span{ margin-top: 5px; } .navbar-toggler:hover{ border: 1px solid #00cb86; } .navbar-toggler:hover span{ background: #00cb86; } /*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/ .home-slider{ position: relative; height: 100%; } .lbox-caption { display: table; height: 100% !important; width: 100% !important; left: 0 !important; } .lbox-caption { position: absolute; margin: 0 auto; left: 0; right: 0; z-index: 10; } .lbox-details { display: table-cell; text-align: center; vertical-align: middle; position: absolute; top: 0px; left: 0; right: 0; height: 100%; padding: 22% 0%; } .lbox-details::before{ content: ""; background: rgba(0,0,0,0.5); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; } .lbox-details h1{ font-size: 54px; font-family: 'Catamaran', sans-serif; color: #ffffff; font-weight: 600; position: relative; z-index: 3; } .lbox-details h2{ font-size: 48px; color: #ffffff; font-weight: 300; position: relative; z-index: 3; } .lbox-details p{ color: #ffffff; position: relative; z-index: 3; } .lbox-details p strong{ color: #00cb86; font-size: 40px; font-family: 'Catamaran', sans-serif; } .lbox-details a.btn{ background: #12557f; padding: 10px 20px; font-size: 20px; text-transform: capitalize; color: #ffffff; border-radius: 0px; border: 2px solid #ffffff; position: relative; display: inline-block; z-index: 3; } .lbox-details a.btn:hover{ background: #00cb86; color: #ffffff; } /*------------------------------------------------------------------ About -------------------------------------------------------------------*/ .tooltip-1 { display: inline-block; position: relative; color: #00cb86; opacity: 1; } .tooltip__wave { width: 30%; height: 20px; position: absolute; bottom: -10px; left: 0; right: 0px; margin: 0 auto; overflow: hidden; } .tooltip__wave span { position: absolute; left: -100%; width: 200%; height: 100%; background: url(../images/wave.svg) repeat-x center center; background-size: 50% auto; } .about-box{ padding: 70px 0px; } .title-box{ text-align: center; margin-bottom: 30px; } .title-box h2{ font-size: 42px; font-family: 'Catamaran', sans-serif; color: #222222; font-weight: 500; position: relative; padding-bottom: 30px; margin-bottom: 15px; } .title-box h2::after{ content: ""; position: absolute; background: url(../images/tag-line.png)no-repeat center; width: 120px; height: 20px; bottom: 0; left: 0; right: 0; margin: 0 auto; } .title-box h2 span{ color: #00cb86; text-decoration: underline; } .about-main-info h2{ font-size: 40px; font-family: 'Catamaran', sans-serif; } .about-main-info h2 span{ color: #00cb86; text-decoration: underline; } .about-main-info{ margin-bottom: 30px; } .about-m{ border: 2px solid #00cb86; box-shadow: 0 10px 25px 0 rgba(0,0,40,.2); } .about-m ul#banner { position: relative; width: 100%; height: 450px; overflow: hidden; margin: 0 auto; } .about-m ul#banner li { position: absolute; top: 0; left: 0; display: none; } .about-m ul#banner li img { visibility: hidden; width: 100%; } .about-m ul#banner li canvas { position: absolute; top: 0; left: 0; } .about-img{ padding: 30px 0px; } .about-img img{ border-radius: 10px; } .about-m ul{ display: block; text-align: center; padding-bottom: 30px; } .about-m ul li{ display: inline-block; text-align: center; } .about-m ul li a{ background: #528780; color: ; width: 38px; height: 38px; text-align: center; line-height: 38px; display: block; border-radius: 50px; margin: 0px 5px; } .about-m ul li a:hover{ background: #333333; color: #ffffff; } .about-main-info h2{ font-size: 32px; color: #333333; font-weight: 500; } .about-main-info a{ border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; display: inline-block; line-height: 24px; } .about-main-info a.new-btn-d.br-2{ border: 2px solid #12557f; } .about-main-info a.new-btn-d::before{ background: rgba(18,85,127,0.2); } .about-main-info a:hover{ color: #ffffff; } .hvr-radial-out{ display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden; background: #e1e1e1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-radial-out::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #333333; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-radial-out:hover::before, .hvr-radial-out:focus::before, .hvr-radial-out:active::before { -webkit-transform: scale(2); transform: scale(2); } /*------------------------------------------------------------------ Services -------------------------------------------------------------------*/ .services-box{ padding: 70px 0px; background-color: #f2f3f5; } .serviceBox{ padding: 35px 20px 25px; border: 1px solid #16567f; text-align: center; position: relative; transition: all 0.3s ease 0s; } .serviceBox:hover{ border-color: #00cb86 ; } .serviceBox:before{ content: ""; border-top: 20px solid #16567f; border-left: 20px solid transparent; border-bottom: 20px solid transparent; position: absolute; top: 7px; right: 7px; transition: all 0.3s ease 0s; } .serviceBox:hover:before{ border-top-color: #00cb86 ; } .serviceBox .service-icon{ display: inline-block; width: 80px; height: 80px; line-height: 80px; font-size: 30px; color: #064774; margin-bottom: 35px; z-index: 1; position: relative; transition:all 0.3s ease 0s; } .serviceBox:hover .service-icon{ color: #fff; } .serviceBox .service-icon:before{ content: ""; width: 100%; height: 100%; border-radius: 3px; border: 1px solid #16567f; position: absolute; top: 0; left: 0; z-index: -1; transform: rotate(45deg); transition: all 0.3s ease 0s; } .serviceBox:hover .service-icon:before{ border-color: #00cb86 ; background: #00cb86 ; } .serviceBox .title{ font-size: 20px; font-weight: 700; color: #064774; text-transform: capitalize; margin: 0 0 15px 0; padding: 0; } .serviceBox .description{ font-size: 15px; color: #999; line-height: 27px; margin: 0 0 10px 0; } @media only screen and (max-width:990px){ .serviceBox{ margin-bottom: 30px; } } .serviceBox a{ border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; display: inline-block; line-height: 12px; } .serviceBox a.new-btn-d.br-2{ border: 2px solid #12557f; } .serviceBox a:hover{ color: #ffffff; } .serviceBox a.new-btn-d::before { background: rgba(18,85,127,0.2); } .services-box .owl-carousel{ text-align: center; } .services-box .owl-carousel .owl-nav{ display: inline-block; margin: 0 auto; margin-top: 20px; } .services-box .owl-carousel .owl-nav .owl-prev{ border: 2px solid #12557f; border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px !important; background: #ffffff; color: #12557f; display: inline-block; line-height: 12px; font-size: 34px; margin: 0 10px; } .services-box .owl-carousel .owl-nav .owl-prev:hover{ background: #00cb86; color: #ffffff; } .services-box .owl-carousel .owl-nav .owl-next{ border: 2px solid #12557f; border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px !important; background: #ffffff; color: #12557f; display: inline-block; line-height: 12px; font-size: 34px; margin: 0 10px; } .services-box .owl-carousel .owl-nav .owl-next:hover{ background: #00cb86; color: #ffffff; } /*------------------------------------------------------------------ Appointment -------------------------------------------------------------------*/ .appointment-main{ padding: 70px 0px; position: relative; } .well-block{} .well-block .well-title h2{ font-size: 32px; font-weight: 600; padding-bottom: 20px; } .well-block form .form-group .control-label{ font-size: 16px; } .well-block form .form-group .form-control { min-height: 60px; min-height: 50px; padding: 0px 15px; border-radius: 0; color: #12557f; border: 1px solid #12557f; } .well-block form .form-group .form-control:focus{ box-shadow: none; } .well-block form .form-group button{ border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; display: inline-block; line-height: 24px; cursor: pointer; } .well-block form .form-group button.new-btn-d.br-2 { border: 2px solid #12557f; } .well-block form .form-group button.new-btn-d::before { background: rgba(18,85,127,0.2); } .feature-block .feature-title{ font-size: 20px; } .well-block form .form-group button:hover{ color: #ffffff; } /*------------------------------------------------------------------ Gallery -------------------------------------------------------------------*/ .gallery-box{ padding: 70px 0px; } .box-gallery{ text-align: center; box-shadow: 0 0 5px #7e7d7d; position: relative; margin-bottom: 30px; } .box-gallery img{ width: 100%; height: auto; } .box-gallery .box-content{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: all 0.5s ease 0s; } .box-gallery:hover .box-content{ background-color: rgba(255, 242, 242, 0.8); } .box-gallery .box-content:before, .box-gallery .box-content:after{ content: ""; width: 50px; height: 50px; position: absolute; opacity: 0; transform: scale(1.5); transition: all 0.6s ease 0.3s; } .box-gallery .box-content:before{ border-left: 2px solid #00cb86; border-top: 2px solid #00cb86; top: 19px; left: 19px; } .box-gallery .box-content:after{ border-bottom: 2px solid #00cb86; border-right: 2px solid #00cb86; bottom: 19px; right: 19px; } .box-gallery:hover .box-content:before, .box-gallery:hover .box-content:after{ opacity: 1; transform: scale(1); } .box-gallery .title{ font-size: 22px; color: #333333; margin: 0; position: relative; top: 0; opacity: 0; transition: all 1s ease 0.01s; } .box-gallery:hover .title{ top: 32%; opacity: 1; transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s; } .box-gallery .title:after{ content: ""; width: 0; height: 2px; background: #00cb86; position: absolute; bottom: -8px; left: 0; right: 0; margin: 0 auto; transition: all 1s ease 0s; } .box-gallery:hover .title:after{ width: 80%; transition: all 1s ease 0.8s; } .box-gallery .icon{ width: 100%; list-style: none; padding: 0; margin: 0 auto; position: absolute; bottom: 0; opacity: 0; transition-duration: 0.6s; transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425); transition-delay: 0.1s; } .box-gallery:hover .icon{ bottom: 32%; opacity: 1; } .box-gallery .icon li{ display: inline-block; } .box-gallery .icon li a{ display: block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; font-size: 18px; color: #000; border: 2px solid #12557f; margin-right: 5px; transition: all 0.3s ease-in-out 0s; } .box-gallery .icon li a:hover{ background: #00cb86; color: #fff; } @media only screen and (max-width:990px){ .box-gallery{ margin-bottom: 30px; } } /*------------------------------------------------------------------ Team -------------------------------------------------------------------*/ .team-box{ padding: 70px 0px; } .our-team{ text-align: center; overflow: hidden; position: relative; z-index: 1; } .our-team:before, .our-team:after{ content: ""; width: 130px; height: 130px; background: #ffffff; position: absolute; border-radius: 50%; z-index: -1; } .our-team:before{ top: 0px; left: 0; } .our-team:after{ bottom: 0px; right: 0; } .our-team .pic{ margin: 8px; position: relative; border: 3px solid #00cb86; transition: all 0.5s ease 0s; } .our-team:hover .pic{ border-color: #12557f; } .our-team .pic:after{ content: ""; width: 100%; height: 0; background: #00cb86; position: absolute; bottom: 0; left: 0; opacity: 0; transform-origin: 0 0 0; transition: all 0.5s ease 0s; } .our-team:hover .pic:after{ height: 100%; opacity: 0.85; } .our-team img{ width: 100%; height: auto; } .our-team .team-content{ width: 100%; position: absolute; bottom: -50%; left: 0; transition: all 0.5s ease 0.2s; } .our-team:hover .team-content{ bottom: 38%; } .our-team .title{ font-size: 18px; font-weight: 600; color: #ffffff; text-transform: capitalize; margin: 0px; } .our-team .post{ font-size: 14px; color: #fff; line-height: 26px; text-transform: capitalize; } .our-team .social{ padding: 0; margin: 40px 0 0 0; list-style: none; } .our-team .social li{ display: inline-block; } .our-team .social li a{ display: inline-block; width: 35px; height: 35px; line-height: 35px; border-radius: 50%; border: 1px solid #fff; font-size: 18px; color: #fff; margin: 0 7px; transition: all 0.5s ease 0s; } .our-team .social li a:hover{ background: #fff; color: #12557f; } @media only screen and (max-width: 990px){ .our-team{ margin-bottom: 30px; } } /*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/ .blog-box{ padding: 70px 0px; background-color: #f2f3f5; } .blog-inner{ background: #ffffff; text-align: center; margin-bottom: 30px; border: 10px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1); } .blog-img{ overflow: hidden; } .blog-img img{ transition: all 0.9s ease 0s; } .blog-inner:hover .blog-img img{ -moz-transform: scale(1.5) rotate(-10deg); -webkit-transform: scale(1.5) rotate(-10deg); -ms-transform: scale(1.5) rotate(-10deg); -o-transform: scale(1.5) rotate(-10deg); transform: scale(1.5) rotate(-10deg); } .blog-inner a{ border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; font-size: 14px; display: inline-block; line-height: 24px; } .blog-inner a.new-btn-d.br-2{ border: 2px solid #12557f; } .blog-inner a.new-btn-d::before{ background: rgba(18,85,127,0.2); } .blog-inner a:hover{ color: #ffffff; } .blog-inner .item-meta{ background: #12557f; } .blog-inner .item-meta a{ background: #12557f; color: #ffffff; display: inline-block; border: none; } .blog-inner .item-meta span{ color: #ffffff; background: #00cb86; display: inline-block; padding: 5px; } .blog-inner h2{ margin-top: 20px; } /*------------------------------------------------------------------ Contact -------------------------------------------------------------------*/ .contact-box{ padding: 70px 0px; } .left-contact{ margin-top: 60px; } .left-contact h2{ font-size: 38px; font-weight: 700; padding-bottom: 30px; text-align: center; } .cont-line{ overflow: hidden; margin-bottom: 30px; width: 33.33%; float: left; } .icon-b{ width: 80px; height: 80px; text-align: center; line-height: 80px; font-size: 40px; border: 2px dotted #12557f; margin-right: 10px; color: #00cb86; border-radius: 50%; } .dit-right h4{ font-size: 18px; color: #333333; font-weight: 600; padding-bottom: 0; } .dit-right{ padding-right: 14px; } .dit-right p{ font-size: 16px; margin: 0px; } .dit-right a{ font-size: 16px; color: #333333 } .dit-right a:hover{ color: #00cb86; } .contact-block{} .contact-block .form-group .form-control{ background: #00cb86; height: 45px; font-size: 16px; border: 0; color: #ffffff; padding: 6px 15px; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; } .contact-block .form-group textarea.form-control{ height: 150px; padding-top: 15px; } .submit-button .btn-common{ background-color: #00cb86; height: 45px; line-height: 45px; font-size: 16px; font-weight: 600; color: #fff; padding: 0 15px; border: 0; outline: 0; text-transform: uppercase; border-radius: 0px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; } .submit-button .btn-common:hover{ background-color: #528780; } .custom-select{ height: 45px; font-size: 16px; } select.form-control:not([size]):not([multiple]){ height: calc(45px + 2px); } .help-block ul li{ color: red; } .footer-box{ background: #292f35; padding: 20px 0; } .footer-box .footer-company-name{ text-align: center; margin: 0px; color: #ffffff; } .footer-box .footer-company-name a{ color: #00cb86; } .footer-box .footer-company-name a:hover{ color: #000000; } /*------------------------------------------------------------------ Subscribe -------------------------------------------------------------------*/ .subscribe-box{ padding: 70px 0px; background: url(../images/footer-bg.jpg) no-repeat center; background-size: cover; position: relative; } .subscribe-box::before{ content: ""; background: rgba(0,0,0,0.8); width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; } .subscribe-inner{ max-width: 500px; width: 100%; margin: 0 auto; } .subscribe-inner h2{ font-size: 28px; font-weight: 600; color: #ffffff; } .subscribe-inner p{ color: #cccccc; } .subscribe-inner .form-group .form-control-1{ width: 100%; padding: 12px 15px; border-radius: 0px; border: none; } .subscribe-inner .form-group button{ letter-spacing: 1px; border-radius: 2px; transition: .2s; letter-spacing: 1px; padding: 10px 18px; background: #ffffff; color: #12557f; display: inline-block; line-height: 24px; border: none; cursor: pointer; } .subscribe-inner .form-group button.new-btn-d.br-2 { border: 2px solid #12557f; } .subscribe-inner .form-group button.new-btn-d::before{ background: rgba(18,85,127,0.2); } .subscribe-inner .form-group button:hover { color: #ffffff; } /*-----------------old css -------------------*/ /* 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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0px;padding:0px;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body{ background:#F8FBFB; } .wrap{ width:70%; margin:0 auto; } .header{ background:url(../images/header-bg.png); } .logo{ float:left; margin-top: 14px; } .top-nav{ float:right; } .top-nav ul li{ display:inline-block; float: left; border-left: 1px solid rgb(31, 132, 224); } .top-nav ul li:first-child{ border-left:none; } .top-nav ul li a{ font-family: 'Ropa Sans', sans-serif; background:#3391E7; color: #fff; text-transform: uppercase; padding: 30px; display: block; } .top-nav ul li a:hover{ } .top-nav li.active> a, .top-nav li> a:hover { background: rgb(50, 133, 209); border-left-color:rgb(50, 133, 209); } /*-----content-grids-----*/ .content-grids{ background:#3391E7; padding: 10px 0px; } /* GRID OF THREE ============================================================================= */ .section { clear: both; padding: 0px; margin: 0px; } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .listview_1_of_3{ display: block; float:left; margin: 0% 0 0% 1.6%; background: #F1F6F9; } .listimg{ display: block; float:left; } .text{ display: block; float:left; margin: 0% 0 0% 3.6%; } .listview_1_of_3:first-child { margin-left: 0; } /* all browsers except IE6 and lower */ .images_1_of_3 { width: 29.2%; padding:1.5%; border-radius: 1.1em; } .listimg_1_of_2{ width: 32.2%; } .list_1_of_2 { width: 64.2%; margin-top: 5px; } .images_1_of_3 img { max-width:100%; display:block; } .list_1_of_2 h3{ color:#3391E7; margin-bottom:0.2em; margin-top:0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight : normal; letter-spacing: -1px; } .list_1_of_2 p{ font-size:0.8125em; color: #3391E7; line-height: 1.5em; font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif; padding:0; } .list_1_of_2 .button{ line-height:1.9em; margin-top:0.2em; } .list_1_of_2 .button a{ font-family: 'Ropa Sans', sans-serif; color: rgb(139, 139, 139); font-size: 1em; } .list_1_of_2 .button a:hover{ text-decoration:none; color:#3391E7; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:90%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) { .wrap{ width:95%; } .listview_1_of_3{ margin: 2% 0 2% 0%; } .text{ margin:0; } .images_1_of_3 { width:94%; padding:3%; } .listimg_1_of_2{ width:100%; } .list_1_of_2 { width: 100%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .listview_1_of_3{ margin: 2% 0 2% 0%; } .text{ margin:0; } .images_1_of_3 { width:92%; padding:4%; } .listimg_1_of_2{ width:100%; } .list_1_of_2 { width: 100%; } } /* GRID OF THREE ============================================================================= */ .section { clear: both; padding: 0px; margin: 0px; } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .col_1_of_3{ display: block; float:left; margin: 1% 0 1% 1.6%; background: #fff; border: 1px solid #edf3f3; } .col_1_of_3:first-child { margin-left: 0; } .span_1_of_3 { width: 29%; padding: 1.5% 3% 0 0; } .span_1_of_3 h3{ color:rgb(139, 139, 139); margin-bottom: 0.2em; margin-top: 0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; } .span_1_of_3 p { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: rgb(155, 155, 155); line-height: 1.8em; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .col_1_of_3{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .col_1_of_3{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:92%; padding:4%; } } .span_1_of_3 span{ font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #3391E7; line-height: 1.8em; } .frist a{ font-size: 0.8em; font-family: 'Ropa Sans', sans-serif; background: #3285d1; /* Old browsers */ background: -moz-linear-gradient(top, #3285d1 0%, #3285d1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3285d1), color-stop(100%,#3285d1)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #3285d1 0%,#3285d1 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #3285d1 0%,#3285d1 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #3285d1 0%,#3285d1 100%); /* IE10+ */ background: linear-gradient(to bottom, #3285d1 0%,#3285d1 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3285d1', endColorstr='#3285d1',GradientType=0 ); /* IE6-9 */ border: #fff 1px solid; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 3px rgb(207, 206, 206); -moz-box-shadow: 0px 0px 3px rgb(207, 206, 206); box-shadow: 0px 0px 3px rgb(207, 206, 206); text-transform: uppercase; color: #fff; padding: 13px 17px 13px 17px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; float: left; margin-top: 10px; } .frist a:hover{ color:#000; } .second ul li a{ color: #3391E7; margin-bottom: 0.2em; margin-top: 0; font-size:1em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; } .second ul li a img{ padding-right: 4px; vertical-align: baseline; } .second ul li{ line-height: 2.2em; border-bottom: 1px dotted rgb(185, 185, 185); } .second ul li a:hover{ color:rgb(139, 139, 139); } /*----footer-----*/ .footer{ background:#e0e7eb; padding: 15px 4px; } .footer-left{ float:left; } .footer-left ul li{ display:inline-block; } .footer-left ul li a{ font-family: 'Ropa Sans', sans-serif; color:rgb(139, 139, 139); text-transform: uppercase; display: block; margin-right:10px; } .footer-right{ float:right; } .footer-right p{ font-family: 'Ropa Sans', sans-serif; color:rgb(139, 139, 139); text-transform: uppercase; } .footer-right a{ text-transform: uppercase; color:rgb(139, 139, 139); font-family: 'Ropa Sans', sans-serif; } .footer-right a:hover,.footer-left ul li a:hover{ color:#3391E7; } /*---about---*/ .about h4,.services h4{ color: rgb(139, 139, 139); margin-top: 0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; margin-top: 12px; } /*--servivces---*/ /* GRID OF FIVE ============================================================================= */ .section { clear: both; padding: 0px; margin: 0px; } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .col_1_of_5{ display: block; float:left; margin: 1% 0 1% 1.6%; background: #fff; border: 1px solid #edf3f3; } .col_1_of_5:first-child { margin-left: 0; } .span_1_of_5 { width: 15.72%; padding: 1.4%; text-align: center; } .span_1_of_5 h3{ color: rgb(139, 139, 139); margin-bottom: 0.2em; margin-top: 0; font-size: 1.2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; text-align:left; } .span_1_of_5 p { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: rgb(155, 155, 155); line-height: 1.8em; text-align:left; } .span_1_of_5 img{ text-align:center; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .col_1_of_5{ margin: 1% 0 1% 0%; } .span_1_of_5 { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .col_1_of_5{ margin: 1% 0 1% 0%; } .span_1_of_5 { width:92%; padding:4%; } } /*---blog---*/ /*----blog----*/ .blog-grid-header h3,.blog-grid-header ul li a{ font-family: 'Ropa Sans', sans-serif; color: #3391E7; display: inline-block; font-size:1em; padding: 7px 0px 0px 0px; } .blog-grid-header ul li{ display:inline-block; margin-right: 5px; } .blog-grid-header ul li a img{ vertical-align:middle; } .blog-grid-header ul li img{ padding-right:5px; } .blog-grid-header ul li a{ color:rgb(155, 155, 155); } .blog-grid-header ul li a:hover{ color:#3391E7; } .blog-grid h4{ color: rgb(139, 139, 139); margin-top: 0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; margin-top: 12px; } /* GRID OF Content with Image ============================================================================= */ .image { clear: both; padding: 0px; margin: 0px; padding: 2% 0; border-bottom: 1px solid rgb(238, 238, 238); } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .grid { display: block; float:left; margin: 0% 0 0% 2.2%; } .grid:first-child { margin-left: 0; } .images_3_of_1 { width:30.2%; } .detalis-image-details { float: right; width: 80%; } .span_2_of_3{ width: 67.6%; padding: 0; } .images_3_of_1 img { max-width:100%; display:block; } .span_2_of_3 h3{ color:#575757; margin-bottom:0.3em; font-size:1.5em; font-family: 'Open Sans', sans-serif; font-weight : normal; margin-top: 0px; letter-spacing: -1px; } .span_2_of_3 p { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: rgb(155, 155, 155); line-height: 1.8em; margin-bottom: 10px; } .span_2_of_3 .button{ margin-top:.3em; line-height:1.9em; } .span_2_of_3 .button a{ font-size: 0.8em; font-family: 'Ropa Sans', sans-serif; background: #3285d1; background: -moz-linear-gradient(top, #3285d1 0%, #3285d1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3285d1), color-stop(100%,#3285d1)); background: -webkit-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -o-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -ms-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: linear-gradient(to bottom, #3285d1 0%,#3285d1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3285d1', endColorstr='#3285d1',GradientType=0 ); border: #fff 1px solid; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 3px rgb(207, 206, 206); -moz-box-shadow: 0px 0px 3px rgb(207, 206, 206); box-shadow: 0px 0px 3px rgb(207, 206, 206); text-transform: uppercase; color: #fff; padding: 3px 15px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; float: left; margin-top:8px; } .span_2_of_3 .button a:hover{ color:#000; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:90%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px){ .wrap{ width:95%; } .image{ padding:3%; } .grid { margin:0; } .images_3_of_1 { width:100%; padding:2% 0 2% 0; } .span_2_of_3 { width:100%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .image{ padding:4%; } .grid { margin:0; } .images_3_of_1 { width:100%; padding:2% 0 2% 0; } .span_2_of_3 { width:100%; } } /*----pagnation----*/ .pagnation{ float:right; margin-top:10px; } .pagnation ul li{ display:inline-block; } .pagnation ul li a{ font-size: 0.8em; font-family: 'Ropa Sans', sans-serif; background: #3285d1; background: -moz-linear-gradient(top, #3285d1 0%, #3285d1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3285d1), color-stop(100%,#3285d1)); background: -webkit-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -o-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -ms-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: linear-gradient(to bottom, #3285d1 0%,#3285d1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3285d1', endColorstr='#3285d1',GradientType=0 ); border: #fff 1px solid; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 3px rgb(207, 206, 206); -moz-box-shadow: 0px 0px 3px rgb(207, 206, 206); box-shadow: 0px 0px 3px rgb(207, 206, 206); text-transform: uppercase; color: #fff; padding:10px 15px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; } .pagnation ul li a:hover{ color:#000; } /*---contact----*/ /*---contact----*/ /* Contact Form ============================================================================= */ .section { clear: both; padding: 0px; margin: 0px; } .group:before, .group:after { content:""; display:table; } .group:after { clear:both; } .group { zoom:1; } .col{ display: block; float:left; } .col:first-child{ margin-left:0; } .span_2_of_3 { width: 67.1%; padding: 0 0 1.5% 0; } .span_2_of_3 h2, .span_1_of_3 h2 { color: rgb(139, 139, 139); margin-top: 0; font-size: 2em; font-family: 'Ropa Sans', sans-serif; font-weight: normal; letter-spacing: -1px; margin-top: 12px; } .contact-form{ position:relative; padding-bottom:30px; } .contact-form div{ padding:5px 0; } .contact-form span{ display:block; font-size:1em; color: rgb(139, 139, 139); padding-bottom:5px; font-family: 'Ropa Sans', sans-serif; } .contact-form input[type="text"],input[type="email"],.contact-form textarea{ padding:8px; display:block; width:98%; background:#fcfcfc; border: none; outline:none; color:rgb(139, 139, 139); font-size:0.8125em; font-family:Arial, Helvetica, sans-serif; box-shadow: inset 0px 0px 3px rgb(199, 199, 199); -webkit-box-shadow: inset 0px 0px 3px rgb(199, 199, 199); -moz-box-shadow: inset 0px 0px 3px rgb(199, 199, 199); -o-box-shadow:inset 0px 0px 3px rgb(199, 199, 199); -webkit-appearance:none; } .contact-form textarea{ resize:none; height:120px; } .contact-form input[type="submit"]{ font-size: 1em; font-family: 'Ropa Sans', sans-serif; background: #3285d1; background: -moz-linear-gradient(top, #3285d1 0%, #3285d1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3285d1), color-stop(100%,#3285d1)); background: -webkit-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -o-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: -ms-linear-gradient(top, #3285d1 0%,#3285d1 100%); background: linear-gradient(to bottom, #3285d1 0%,#3285d1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3285d1', endColorstr='#3285d1',GradientType=0 ); border: #fff 1px solid; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 0px 3px rgb(207, 206, 206); -moz-box-shadow: 0px 0px 3px rgb(207, 206, 206); box-shadow: 0px 0px 3px rgb(207, 206, 206); text-transform: uppercase; color: #fff; padding: 15px 20px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; float: left; margin-top: 8px; cursor:pointer; } .contact-form input[type="submit"]:hover{ color: #000; } .contact-form input[type="submit"]:active{ background-color:#000; } .company_address p{ font-family: Arial, Helvetica, sans-serif; padding: 0.2em 0; font-size: 0.8125em; color: rgb(155, 155, 155); line-height: 1.5em; } .company_address p span{ text-decoration:underline; color:#333; cursor:pointer; font-family: 'Open Sans', sans-serif; font-size:1em; } .map{ border:1px solid #C7C7C7; margin-bottom:15px; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 800 PIXELS */ @media only screen and (max-width: 800px) { .wrap{ width:95%; } .span_2_of_3 { width:94%; padding:3%; } .col{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .span_2_of_3 { width:94%; padding:3%; } .col{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:94%; padding:3%; } .contact-form input[type="text"],.contact-form textarea{ width:97%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .span_2_of_3 { width:90%; padding:5%; } .col { margin: 1% 0 1% 0%; } .span_1_of_3 { width:90%; padding:5%; } .contact-form input[type="text"],.contact-form textarea{ width:92%; } } /*---contact----*/ .contact{ min-height: 682px; } .frist,.second{ padding:1.5%; } .frist h3{ padding-bottom:6px; } /*----erroe-page----*/ .erroe-page{ text-align:center; height: 500px; padding-top: 182px; } .erroe-page h3,.erroe-page h4{ font-family: 'Ropa Sans', sans-serif; color: rgb(139, 139, 139); text-transform: uppercase; display: block; font-size:10em; } .erroe-page h4{ font-size:2em; } /*----responsive-design----*/ @media screen and (max-width:1366px) { .wrap{ width:90%; } } @media screen and (max-width:1024px) { .wrap{ width:90%; } .span_1_of_5 { width: 15.7%; } .list_1_of_2 h3,.span_1_of_3 h3 { font-size: 1.5em; } .erroe-page { height: 402px; padding-top: 157px; } } @media screen and (max-width:800px){ .wrap{ width:760px; } .frist img{ width:100%; } .span_1_of_5 { width: 15.6%; } .images_3_of_1 ,.span_2_of_3{ width: 100%; float:none; } .images_3_of_1 img{ width:100%; } .span_2_of_3{ padding:0px; margin:0px; } .span_2_of_3 p{ margin-top:8px; } .contact-form { padding-bottom: 83px; } .contact_info,.company_address{ display: none; } .erroe-page { height: 344px; } .about h4, .services h4 { font-size:1.5em; } } @media screen and (max-width:640px){ .wrap{ width:90%; } .images_1_of_3 { width: 26%; padding: 2%; text-align:center; } .images_1_of_3:nth-child(2){ margin: 1.6% 4%; } .top-nav ul li a { padding: 26px 11px; } .span_1_of_5 { width: 42.899%; } .span_1_of_5:last-child{ display:none; } .span_1_of_5:first-child,.span_1_of_5:nth-child(3){ margin-right:1.5%; } } @media screen and (max-width:480px){ .wrap{ width:90%; } .list_1_of_2 h3, .span_1_of_3 h3 { font-size: 1em; } .top-nav ul li a { padding: 26px 18.17px; } .logo{ float:none; padding: 10px 0px; margin:0px; } .top-nav{ float:none; } .footer-left,.footer-right{ float:none; text-align:center; line-height:1.8em; } .span_1_of_5 { width: 40.77%; } .contact { min-height: 578px; } .erroe-page { height: 329px; padding-top: 50px; } .span_1_of_3 { width: 100%; } } /*--------------------------BCG PAGE -------------------*/
0.238639
0.03872
body{ font-family: Arial, Helvetica, sans-serif; background-color: rgb(209, 209, 209); /*background-image: url('images/homepage.jpg'); background-size: cover; background-repeat: no-repeat; background-attachment: fixed;*/ } .heading{ color: #9600ff; font-family: 'Times New Roman', Times, serif; font-weight: bolder; font-size: 30px; height: 100px; text-align: center; } .field{ background-image: url('images/log_background.jpg'); background-repeat: no-repeat; background-size: cover; width:500px; height:750px; margin-left:10px; border: 5px solid rgb(103,103,104); border-radius: 10px; margin:auto; } .log label{ color: white; font-family: 'Times New Roman', Times, serif; font-size: x-large; font-weight: bold; position: relative; text-align: center; margin:35px 0px 0px 0px; left:39%; } #remember{ color: white; font-family: 'Times New Roman', Times, serif; font-size: x-large; font-weight: bold; position: relative; text-align: center; margin:35px 0px 20px 0px; left:32%; } .log input[type=email],input[type=password]{ width:270px; height: 30px; color:rgb(122, 120, 120); background-color: whitesmoke; display: inline-block; position: relative; margin:15px 0px 16px 0px; font-size:large; padding: 20px; border: 5px solid rgb(104, 103, 103); border-radius: 30px; resize: vertical; box-sizing: border-box; text-align: center; /*background-color: rgba(0,0,0,0.3);*/ left:24%; } button{ background-color: rgb(255, 69, 0); color: white; text-align: center; padding: 10px 20px; border: none; position: relative; margin: 20px 0px 0px 0px; font-weight: bolder; cursor: pointer; border-radius: 5px; height:35px; width: 250px; left:26%; top:24px; } button:hover { opacity: 0.8; } .registerbtn{ position: relative; padding: 5px 18px; margin: 5px 0px 0px 0px; background-color: #c90f4d; text-align: center; cursor: pointer; border-radius: 5px; height:35px; width: 250px; left:26%; } .cancelbtn { position: relative; padding: 10px 18px; margin: 20px 0px 0px 0px; background-color: #f71b0b; text-align: center; cursor: pointer; border-radius: 5px; height:35px; width: 250px; left:26%; } .cancelbtn a{ font-weight: bolder; color: white; text-decoration: none; } .imgcontainer { text-align: center; margin: 24px 0 12px 0; } .avatar { width: 200px; height: 200px; border-radius: 50%; }
login.css
body{ font-family: Arial, Helvetica, sans-serif; background-color: rgb(209, 209, 209); /*background-image: url('images/homepage.jpg'); background-size: cover; background-repeat: no-repeat; background-attachment: fixed;*/ } .heading{ color: #9600ff; font-family: 'Times New Roman', Times, serif; font-weight: bolder; font-size: 30px; height: 100px; text-align: center; } .field{ background-image: url('images/log_background.jpg'); background-repeat: no-repeat; background-size: cover; width:500px; height:750px; margin-left:10px; border: 5px solid rgb(103,103,104); border-radius: 10px; margin:auto; } .log label{ color: white; font-family: 'Times New Roman', Times, serif; font-size: x-large; font-weight: bold; position: relative; text-align: center; margin:35px 0px 0px 0px; left:39%; } #remember{ color: white; font-family: 'Times New Roman', Times, serif; font-size: x-large; font-weight: bold; position: relative; text-align: center; margin:35px 0px 20px 0px; left:32%; } .log input[type=email],input[type=password]{ width:270px; height: 30px; color:rgb(122, 120, 120); background-color: whitesmoke; display: inline-block; position: relative; margin:15px 0px 16px 0px; font-size:large; padding: 20px; border: 5px solid rgb(104, 103, 103); border-radius: 30px; resize: vertical; box-sizing: border-box; text-align: center; /*background-color: rgba(0,0,0,0.3);*/ left:24%; } button{ background-color: rgb(255, 69, 0); color: white; text-align: center; padding: 10px 20px; border: none; position: relative; margin: 20px 0px 0px 0px; font-weight: bolder; cursor: pointer; border-radius: 5px; height:35px; width: 250px; left:26%; top:24px; } button:hover { opacity: 0.8; } .registerbtn{ position: relative; padding: 5px 18px; margin: 5px 0px 0px 0px; background-color: #c90f4d; text-align: center; cursor: pointer; border-radius: 5px; height:35px; width: 250px; left:26%; } .cancelbtn { position: relative; padding: 10px 18px; margin: 20px 0px 0px 0px; background-color: #f71b0b; text-align: center; cursor: pointer; border-radius: 5px; height:35px; width: 250px; left:26%; } .cancelbtn a{ font-weight: bolder; color: white; text-decoration: none; } .imgcontainer { text-align: center; margin: 24px 0 12px 0; } .avatar { width: 200px; height: 200px; border-radius: 50%; }
0.27406
0.052279
body{ padding: 0; margin: 0; } .container{ position: relative; z-index: 1; margin-top: 70px; padding: 5%; min-height: 100%; } .container p{ font-family: 'Montserrat', sans-serif; font-size: 1.2em; } nav{ position: fixed; z-index: 2; left: 0; right: 0; top: 0; height: 70px; padding: 0 1.5em; background-color: #2f3542; font-family: 'Montserrat', sans-serif; } nav .logo{ font-size: 1.25em; line-height: 70px; color: #fff; } nav .nav-menu{ position: absolute; right: 1.5em; top: 0; padding: 0; margin: 0; list-style: none; } nav .nav-item{ display: inline-block; } nav .nav-item > a{ display: inline-block; padding: 0 1.5em; line-height: 70px; color: #fff; text-decoration: none; } nav .dropdown{ position: relative; } nav .dropdown a::after{ content: ''; display: inline-block; margin-left: .5em; vertical-align: middle; border-top: .3em solid #fff; border-right: .3em solid transparent; border-left: .3em solid transparent; } nav .dropdown.show a::after{ transform: rotate(180deg); } nav .dropdown-menu{ display: none; position: absolute; left: 0; right: 0; top: 100%; padding: .5em 0; margin-top: -.5em; border: 1px solid rgba(0,0,0,.3); border-radius: .5em; background-color: #fff; } nav .dropdown.show .dropdown-menu{ display: block; } nav .dropdown-item{ display: block; padding: 0 1.5em; /*font-size: 875em;*/ color: #000; /*line-height: 3;*/ text-decoration: none; } nav .btn-hamburger { display: none; position: absolute; right: 1.5em; top: 50%; background-color: transparent; border: 0; cursor: pointer; outline: none; transform: translateY(-50%); } nav .btn-hamburger span{ display: block; width: 30px; height: 4px; background-color: #fff; margin: 6px; border-radius: 2px; transform: .3s ease-in-out; } nav .btn-hamburger span:nth-child(4), nav .btn-hamburger span:nth-child(5){ position: absolute; top: 10px; opacity: .5; } nav .btn-hamburger span:nth-child(4){ transform: rotate(45deg) scale(0); } nav .btn-hamburger span:nth-child(5){ transform: rotate(-45deg) scale(0); } nav.opened .btn-hamburger span:nth-child(4){ opacity: 1; transform: rotate(45deg) scale(1); } nav.opened .btn-hamburger span:nth-child(5){ opacity: 1; transform: rotate(-45deg) scale(1); } nav.opened .btn-hamburger span:nth-child(1), nav.opened .btn-hamburger span:nth-child(2), nav.opened .btn-hamburger span:nth-child(3){ opacity: 0; } @media screen and (max-width: 768px) { nav .nav-menu{ position: fixed; left: 0; right: 0; top: 70px; bottom: 100%; display: flex; flex-direction: column; justify-content: start; background-color: #363d4e; transition: bottom .5s ease-in-out; overflow: hidden; } nav .dropdown-item{ padding: 0 1.5em !important; line-height: 3; } nav.opened .nav-menu{ bottom: 0; } nav .nav-item > a{ display: block; } nav .dropdown-menu{ position: relative; top: 0; margin: 0 1.5em; } nav .btn-hamburger { display: block; } }
public/images/style.css
body{ padding: 0; margin: 0; } .container{ position: relative; z-index: 1; margin-top: 70px; padding: 5%; min-height: 100%; } .container p{ font-family: 'Montserrat', sans-serif; font-size: 1.2em; } nav{ position: fixed; z-index: 2; left: 0; right: 0; top: 0; height: 70px; padding: 0 1.5em; background-color: #2f3542; font-family: 'Montserrat', sans-serif; } nav .logo{ font-size: 1.25em; line-height: 70px; color: #fff; } nav .nav-menu{ position: absolute; right: 1.5em; top: 0; padding: 0; margin: 0; list-style: none; } nav .nav-item{ display: inline-block; } nav .nav-item > a{ display: inline-block; padding: 0 1.5em; line-height: 70px; color: #fff; text-decoration: none; } nav .dropdown{ position: relative; } nav .dropdown a::after{ content: ''; display: inline-block; margin-left: .5em; vertical-align: middle; border-top: .3em solid #fff; border-right: .3em solid transparent; border-left: .3em solid transparent; } nav .dropdown.show a::after{ transform: rotate(180deg); } nav .dropdown-menu{ display: none; position: absolute; left: 0; right: 0; top: 100%; padding: .5em 0; margin-top: -.5em; border: 1px solid rgba(0,0,0,.3); border-radius: .5em; background-color: #fff; } nav .dropdown.show .dropdown-menu{ display: block; } nav .dropdown-item{ display: block; padding: 0 1.5em; /*font-size: 875em;*/ color: #000; /*line-height: 3;*/ text-decoration: none; } nav .btn-hamburger { display: none; position: absolute; right: 1.5em; top: 50%; background-color: transparent; border: 0; cursor: pointer; outline: none; transform: translateY(-50%); } nav .btn-hamburger span{ display: block; width: 30px; height: 4px; background-color: #fff; margin: 6px; border-radius: 2px; transform: .3s ease-in-out; } nav .btn-hamburger span:nth-child(4), nav .btn-hamburger span:nth-child(5){ position: absolute; top: 10px; opacity: .5; } nav .btn-hamburger span:nth-child(4){ transform: rotate(45deg) scale(0); } nav .btn-hamburger span:nth-child(5){ transform: rotate(-45deg) scale(0); } nav.opened .btn-hamburger span:nth-child(4){ opacity: 1; transform: rotate(45deg) scale(1); } nav.opened .btn-hamburger span:nth-child(5){ opacity: 1; transform: rotate(-45deg) scale(1); } nav.opened .btn-hamburger span:nth-child(1), nav.opened .btn-hamburger span:nth-child(2), nav.opened .btn-hamburger span:nth-child(3){ opacity: 0; } @media screen and (max-width: 768px) { nav .nav-menu{ position: fixed; left: 0; right: 0; top: 70px; bottom: 100%; display: flex; flex-direction: column; justify-content: start; background-color: #363d4e; transition: bottom .5s ease-in-out; overflow: hidden; } nav .dropdown-item{ padding: 0 1.5em !important; line-height: 3; } nav.opened .nav-menu{ bottom: 0; } nav .nav-item > a{ display: block; } nav .dropdown-menu{ position: relative; top: 0; margin: 0 1.5em; } nav .btn-hamburger { display: block; } }
0.436622
0.07889
section,aside,details,article,header,nav,main,footer, div,p,span,h1,h2,h3,h4,h5,h6,input,button,textarea, ul,li,ol,dl,dt,dd,table,tbody,thead, strong,i,img{ margin: 0; padding: 0; } body{ font-family: Open sans,sans-serif; overflow-x: auto; overflow-y: auto; font-size: 62.5%; } ul{ list-style: none; } a{ text-decoration: none; } /*่‡ชๅฎšไน‰checkedๆ ทๅผ*/ input[type="checkbox"] + label::before { content: "\a0"; /*ไธๆข่กŒ็ฉบๆ ผ*/ display: inline-block; width: .8em; height: .8em; margin-right: .4em; border-radius: .2em; background-color: white; border: 1px solid #CCCCCC; line-height: .8; /*่กŒ้ซ˜ไธๅŠ ๅ•ไฝ๏ผŒๅญๅ…ƒ็ด ๅฐ†็ปงๆ‰ฟๆ•ฐๅญ—ไน˜ไปฅ่‡ช่บซๅญ—ไฝ“ๅฐบๅฏธ่€Œ้ž็ˆถๅ…ƒ็ด ่กŒ้ซ˜*/ } input[type="checkbox"]:checked + label::before { content: "\2713"; } input {/*้š่—ๅŽŸๆฅ็š„ๅค้€‰ๆก†ๆ—ถ๏ผŒๅฆ‚ๆžœไฝฟ็”จ display: none; ็š„่ฏ๏ผŒ้‚ฃๆ ทไผšๆŠŠๅฎƒไปŽ้”ฎ็›˜ tab ้”ฎๅˆ‡ๆข็„ฆ็‚น็š„้˜Ÿๅˆ—ไธญๅฎŒๅ…จๅˆ ้™คใ€‚ ไบŽๆ˜ฏๅฏ้‡‡็”จๅ‰ชๅˆ‡็š„ๆ–นๅผ๏ผŒ่ฎฉๅ‰ชๅˆ‡ๅŽ็š„ๅฐบๅฏธไธบ้›ถ๏ผŒ่ฟ™ๆ ทๅฐฑ้š่—ไบ†ๅŽŸๆฅ็š„ๅคš้€‰ๆก†ใ€‚*/ position: absolute; clip: rect(0, 0, 0, 0); } input[type="checkbox"] + label { cursor: pointer; font-size: 1em; } input[type="checkbox"] + label:hover{ color: #222; } .pull-left{/*ๅทฆๆตฎๅŠจ*/ float: left; } .pull-right{/*ๅณๆตฎๅŠจ*/ float: right; } .clear::after{/*ๆธ…้™คๆตฎๅŠจ*/ content: ''; height: 0; visibility: hidden; display: block; clear: both; } #wrapper{ overflow: hidden; width: 100%; background: white; } /*header*/ #header{ height: 92px; width:100%; background: url("../img/header-icons.png") white right top no-repeat; border: 1px solid #EEEEEE; } #header > ul > li > a{ float: left; font-size: 14px; font-weight: bold; color: #444444; line-height: 92px; margin-left: 40px; /*text-transform ๅฑžๆ€งๆŽงๅˆถๆ–‡ๆœฌ็š„ๅคงๅฐๅ†™ใ€‚*/ text-transform: uppercase; /*letter-spacing ๅฑžๆ€งๅขžๅŠ ๆˆ–ๅ‡ๅฐ‘ๅญ—็ฌฆ้—ด็š„็ฉบ็™ฝ๏ผˆๅญ—็ฌฆ้—ด่ท๏ผ‰*/ letter-spacing: 1px; } #header > ul > li > a:hover{ color: black; } /*aside*/ #sidebar{ width:275px; background: white; border-right: 1px solid #EEEEEE; padding: 13px 0 0 45px; } #sidebar > h3, /*cart*/ #sidebar > .categories > h3, /*categories*/ #sidebar > .color > h3, /*color*/ #sidebar > .sizes > h3, /*sizes*/ #sidebar > .price > h3 /*price*/{ color: #262626; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing:1px; } #sidebar > h3{ padding: 35px 0 10px 0; } /*cart่ดญ็‰ฉ่ฝฆ*/ #sidebar > #cart{ padding: 0; } #sidebar > #cart > .empty{ font-style: italic; color: #a0a3ab; font-size: 14px; letter-spacing: 1px; } #sidebar > .checklist{ padding: 35px 0 0 0; } /*categories็ฑปๅˆซ*/ #sidebar > .categories > ul > li{ margin-top: 14px; } #sidebar > .categories > ul > li > a, /*categories*/ #sidebar > .color > ul > li > a > span:last-child, /*color*/ #sidebar > .sizes > ul > li > a /*sizes*/{ color: #666; font-size: 14px; letter-spacing: 1px; } /*color้ขœ่‰ฒ*/ #sidebar > .color > ul > li > a,/*color*/ #sidebar > .sizes > ul > li > a /*sizes*/{ float: left; display: inline-block; width: 100px; margin-top: 14px; } #sidebar > .color > ul > li > a:hover > span:last-child{ color: #222222; } #sidebar > .color > ul > li > a > span:first-child{ width: 12px; height: 12px; border-radius: 50%; display: inline-block; margin-right: 10px; -webkit-transition: all 0.1s linear; transition: all 0.1s linear; } #sidebar > .color > ul > li:last-child > a > span:first-child{ width: 11px; height: 11px; border: 1px solid #CCCCCC; } #sidebar > .color > ul > li > a:hover > span:first-child{ -webkit-transform: scale(1.3); transform: scale(1.3); } /*priceไปทๆ ผ*/ #sidebar > .price > img{ margin: 20px 0; } /*cart checked*/ #checkout{ border: 1px solid #5ff7d2; font-size: 12px; font-weight: 700; padding: 3px 9px; position: absolute; top: 137px; left: 181px; color: #5ff7d2; cursor: pointer; display: none; } /*grid-selector*/ #grid-selector{ position: absolute; left: 315px; height: 10px; width: 1291px; padding: 40px 0 40px 30px; color: #5d5f68; font-size: 14px; } #grid-selector > #grid-menu > ul > li.largeGrid > a, #grid-selector > #grid-menu > ul > li.smallGrid > a{ width: 24px; height: 24px; display: inline-block; overflow: hidden; } #grid-selector > #grid-menu > ul > li.largeGrid > a{ background: url("../img/grid-menu.png") white top right no-repeat; } #grid-selector > #grid-menu > ul > li.largeGrid > a.active{ background: url("../img/grid-menu.png") white bottom right no-repeat; } #grid-selector > #grid-menu > ul > li.smallGrid > a{ background: url("../img/grid-menu.png") white bottom left no-repeat; } #grid-selector > #grid-menu > ul > li.smallGrid > a.active{ background: url("../img/grid-menu.png") white top left no-repeat; } #grid-selector > #grid-menu > ul{ margin-left: 10px; } #grid-selector > #grid-menu > ul > li { margin-left: 5px; } /*grid*/ #grid{ width: 1335px; height: 100%; position: absolute; left: 340px; top: 180px; background-color: white; } #grid > .product{ position: relative; width: 305px; height: 470px; margin-right: 23px; float: left; -webkit-perspective: 800px;/*้€่ง†ๅ›พ*/ perspective: 800px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: width .5s ease-in-out; -moz-transition: width .5s ease-in-out; -ms-transition:width .5s ease-in-out; -o-transition: width .5s ease-in-out; transition: width ,5ms ease-in-out; } /*make3D*/ #grid > .product > .make3D{ width: 305px; height: 470px; position: absolute; top:10px; left: 10px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } /*product-front*/ #grid > .product > .make3D > .product-front,/*product-front*/ #grid > .product > .make3D > .product-back{/*product-back*/ -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } #grid > .product > .make3D > .product-front > .stats{/*ไบงๅ“่ฏฆๆƒ…*/ position: absolute; top: 400px; left:0; width: 100%; height: 200px; overflow: hidden; background-color: white; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #grid > .product > .make3D > .product-front > .stats >.stats-container{ background-color: white; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product_name{/*ไบงๅ“ๅ็งฐ*/ position: absolute; top: 20px; left: 30px; font-size: 15px; color: #393c45; font-weight: 700; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product_price{/*ไบงๅ“ไปทๆ ผ*/ position: absolute; right:30px; top:20px; color: #5ff7d2; font-size: 18px; font-weight: 800; } #grid > .product > .make3D > .product-front > .stats >.stats-container > p{/*ไบงๅ“ไป‹็ป*/ position: absolute; left: 30px; top:40px; font-size: 14px; color: #CCCCCC; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options{/*ไบงๅ“ๅ‚ๆ•ฐ*/ position: relative; background-color: white; top:55px; padding-top: 20px; padding-left: 30px; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-size > h3, #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color > h3{ font-size: 15px; text-transform: uppercase; color: #333333; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-size > ul > li, #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color > ul > li{ float: left; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-size > ul > li > a{ display: inline-block; margin-top: 5px; color: #c0c0c0; font-size: 14px; margin-right: 5px; }#grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-size > ul > li > a:hover{ color: #222222; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color{ margin: 15px 0; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color > ul > li >a >span{ margin: 5px 8px 0 0; display: inline-block; width: 15px; height: 15px; border-radius: 50%; -webkit-transition: -webkit-transform 0.2s linear; transition: transform 0.2s linear; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color > ul > li > a:hover >span{ -webkit-transform: scale(1.2); transform: scale(1.2); } #grid > .product > .make3D:hover{/*้˜ดๅฝฑ*/ -webkit-box-shadow: 0 0 20px #eee,-0 -0 20px #eee; box-shadow: 0 0 20px #eee,-0 -0 20px #eee; } #grid > .product > .make3D:hover > .product-front > img{/*ๅ›พ็‰‡*/ -webkit-transform: scale(1.02); transform: scale(1.02); } #grid > .product > .make3D:hover > .product-front > .stats{/*ไบงๅ“ไฟกๆฏๅ…จ้ƒจๅฑ•็Žฐ*/ top: 270px; } #grid > .product > .make3D:hover > .product-front > .image_overlay{/*่ฆ†็›–็‰ฉ*/ position: absolute; top:0; left:0; width:100%;/*่ฎพ็ฝฎๅฎฝ้ซ˜*/ height: 100%; -webkit-transition: background 0.2s linear; transition: background 0.2s linear; } #grid > .product > .make3D:hover > .product-front > .image_overlay{/*่ฆ†็›–็‰ฉ*/ background-color: rgba(95,247,210,0.5); } #grid > .product > .make3D:hover > .product-front >.add_to_cart, #grid > .product > .make3D:hover > .product-front >.view_gallery{ position: absolute; width: 120px; left:50%; border: 2px solid white; color: white; padding: 8px 0; font-size: 16px; font-weight: 700; letter-spacing: 1px; text-align: center; margin-left: -60px; cursor: pointer; } #grid > .product > .make3D:hover > .product-front >.add_to_cart{ top:18%; } #grid > .product > .make3D:hover > .product-front >.view_gallery{ top:30%; } #grid > .product > .make3D:hover > .product-front >.add_to_cart:hover, #grid > .product > .make3D:hover > .product-front >.view_gallery:hover{ color: #5ff7d2; background-color: white; } /*product-back*/ #grid > .product > .make3D > .product-back{ position: absolute; left: 0; top: 0; width: inherit; height:inherit; display: none; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } /*carousel-close*/ #grid > .product > .make3D > .product-back > .carousel > .carousel-close{ position: absolute; top:10px; right: 10px; width: 30px; height: 30px; cursor: pointer; display: none; background: url("../img/delete-item.png") no-repeat left top ; -webkit-transition: all 100ms ease-out; transition: all 100ms ease-out; } #grid > .product > .make3D > .product-back > .carousel > .carousel-prev,/*carousel-prev*/ #grid > .product > .make3D > .product-back > .carousel > .carousel-next {/*carousel-next*/ position: absolute; cursor: pointer; width: 30px; height: 30px; top:50%; margin-top: -15px; -webkit-transition: all 200ms ease-out; transition: all 200ms ease-out; } #grid > .product > .make3D > .product-back > .carousel > .carousel-next{ right: -30px; background: url("../img/arrows_right.png") no-repeat; } #grid > .product > .make3D > .product-back > .carousel > .carousel-prev{ left: -30px; background: url("../img/arrows_left.png") no-repeat; } #grid > .product > .make3D:hover > .product-back > .carousel > .carousel-next{ right: 10px; background-color: white; } #grid > .product > .make3D:hover > .product-back > .carousel > .carousel-prev{ left: 10px; background-color: white; } /*ๆ‰ง่กŒๅŠจ็”ป*/ #grid > .product > .make3D.flip-10{ -webkit-transform: rotateY( -10deg ); -moz-transform: rotateY( -10deg ); -o-transform: rotateY( -10deg ); transform: rotateY( -10deg ); transition: all 50ms ease-out; } #grid > .product > .make3D.flip-90{ -webkit-transform: rotateY( -90deg ); -moz-transform: rotateY( -90deg ); -o-transform: rotateY( -90deg ); transform: rotateY( -90deg ); -webkit-transition: all 100ms ease-out; transition: all 100ms ease-out; } #grid > .product > .make3D.flip-190{ -webkit-transform: rotateY( 190deg ); -moz-transform: rotateY( 190deg ); -o-transform: rotateY( 190deg ); transform: rotateY( 190deg ); -webkit-transition: 100ms ease-out; transition: 100ms ease-out; } #grid > .product > .make3D.flip-180{ -webkit-transform: rotateY( 180deg ); -moz-transform: rotateY( 180deg ); -o-transform: rotateY( 180deg ); transform: rotateY( 180deg ); -webkit-transition: 150ms ease-out; transition: 150ms ease-out; } /*carousel-container*/ #grid > .product > .make3D > .product-back > .carousel > .carousel-container{ width: 999px; position: absolute; top:0; left: 0; -webkit-transition: 200ms ease-out; transition: 200ms ease-out; } #grid > .product > .make3D > .product-back > .carousel > .carousel-container > li{ float: left; } /*cart*/ section.floating-cart{ position:absolute; top:0; left:0; width:315px; height:480px; background:#fff; z-index:20; overflow:hidden; box-shadow:0 5px 31px -1px rgba(0, 0, 0, 0.15); display:none; } section.floating-cart.moveToCart{ left: 75px !important; top: 55px !important; width: 47px; height: 47px; -webkit-transition: all 800ms ease-in-out; -moz-transition: all 800ms ease-in-out; -ms-transition: all 800ms ease-in-out; -o-transition: all 800ms ease-in-out; transition: all 800ms ease-in-out; } body.MakeFloatingCart section.floating-cart.moveToCart{ left: 90px !important; top: 140px !important; width: 21px; height: 22px; box-shadow:0 5px 31px -1px rgba(0, 0, 0, 0); -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -ms-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; } section.cart-icon-top{ position:absolute; top: 140px; left: 90px; z-index:1; width:21px; height:3px; background:url("../img/cart.png") #fff 0 -3px no-repeat; } section.cart-icon-bottom{ position:absolute; top: 143px; left: 90px; z-index:1; width:21px; height:19px; background:url("../img/cart.png") #fff 0 -3px no-repeat; } body.MakeFloatingCart section.cart-icon-top{z-index:10;} body.MakeFloatingCart section.cart-icon-bottom{z-index:30;}
css/style.css
section,aside,details,article,header,nav,main,footer, div,p,span,h1,h2,h3,h4,h5,h6,input,button,textarea, ul,li,ol,dl,dt,dd,table,tbody,thead, strong,i,img{ margin: 0; padding: 0; } body{ font-family: Open sans,sans-serif; overflow-x: auto; overflow-y: auto; font-size: 62.5%; } ul{ list-style: none; } a{ text-decoration: none; } /*่‡ชๅฎšไน‰checkedๆ ทๅผ*/ input[type="checkbox"] + label::before { content: "\a0"; /*ไธๆข่กŒ็ฉบๆ ผ*/ display: inline-block; width: .8em; height: .8em; margin-right: .4em; border-radius: .2em; background-color: white; border: 1px solid #CCCCCC; line-height: .8; /*่กŒ้ซ˜ไธๅŠ ๅ•ไฝ๏ผŒๅญๅ…ƒ็ด ๅฐ†็ปงๆ‰ฟๆ•ฐๅญ—ไน˜ไปฅ่‡ช่บซๅญ—ไฝ“ๅฐบๅฏธ่€Œ้ž็ˆถๅ…ƒ็ด ่กŒ้ซ˜*/ } input[type="checkbox"]:checked + label::before { content: "\2713"; } input {/*้š่—ๅŽŸๆฅ็š„ๅค้€‰ๆก†ๆ—ถ๏ผŒๅฆ‚ๆžœไฝฟ็”จ display: none; ็š„่ฏ๏ผŒ้‚ฃๆ ทไผšๆŠŠๅฎƒไปŽ้”ฎ็›˜ tab ้”ฎๅˆ‡ๆข็„ฆ็‚น็š„้˜Ÿๅˆ—ไธญๅฎŒๅ…จๅˆ ้™คใ€‚ ไบŽๆ˜ฏๅฏ้‡‡็”จๅ‰ชๅˆ‡็š„ๆ–นๅผ๏ผŒ่ฎฉๅ‰ชๅˆ‡ๅŽ็š„ๅฐบๅฏธไธบ้›ถ๏ผŒ่ฟ™ๆ ทๅฐฑ้š่—ไบ†ๅŽŸๆฅ็š„ๅคš้€‰ๆก†ใ€‚*/ position: absolute; clip: rect(0, 0, 0, 0); } input[type="checkbox"] + label { cursor: pointer; font-size: 1em; } input[type="checkbox"] + label:hover{ color: #222; } .pull-left{/*ๅทฆๆตฎๅŠจ*/ float: left; } .pull-right{/*ๅณๆตฎๅŠจ*/ float: right; } .clear::after{/*ๆธ…้™คๆตฎๅŠจ*/ content: ''; height: 0; visibility: hidden; display: block; clear: both; } #wrapper{ overflow: hidden; width: 100%; background: white; } /*header*/ #header{ height: 92px; width:100%; background: url("../img/header-icons.png") white right top no-repeat; border: 1px solid #EEEEEE; } #header > ul > li > a{ float: left; font-size: 14px; font-weight: bold; color: #444444; line-height: 92px; margin-left: 40px; /*text-transform ๅฑžๆ€งๆŽงๅˆถๆ–‡ๆœฌ็š„ๅคงๅฐๅ†™ใ€‚*/ text-transform: uppercase; /*letter-spacing ๅฑžๆ€งๅขžๅŠ ๆˆ–ๅ‡ๅฐ‘ๅญ—็ฌฆ้—ด็š„็ฉบ็™ฝ๏ผˆๅญ—็ฌฆ้—ด่ท๏ผ‰*/ letter-spacing: 1px; } #header > ul > li > a:hover{ color: black; } /*aside*/ #sidebar{ width:275px; background: white; border-right: 1px solid #EEEEEE; padding: 13px 0 0 45px; } #sidebar > h3, /*cart*/ #sidebar > .categories > h3, /*categories*/ #sidebar > .color > h3, /*color*/ #sidebar > .sizes > h3, /*sizes*/ #sidebar > .price > h3 /*price*/{ color: #262626; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing:1px; } #sidebar > h3{ padding: 35px 0 10px 0; } /*cart่ดญ็‰ฉ่ฝฆ*/ #sidebar > #cart{ padding: 0; } #sidebar > #cart > .empty{ font-style: italic; color: #a0a3ab; font-size: 14px; letter-spacing: 1px; } #sidebar > .checklist{ padding: 35px 0 0 0; } /*categories็ฑปๅˆซ*/ #sidebar > .categories > ul > li{ margin-top: 14px; } #sidebar > .categories > ul > li > a, /*categories*/ #sidebar > .color > ul > li > a > span:last-child, /*color*/ #sidebar > .sizes > ul > li > a /*sizes*/{ color: #666; font-size: 14px; letter-spacing: 1px; } /*color้ขœ่‰ฒ*/ #sidebar > .color > ul > li > a,/*color*/ #sidebar > .sizes > ul > li > a /*sizes*/{ float: left; display: inline-block; width: 100px; margin-top: 14px; } #sidebar > .color > ul > li > a:hover > span:last-child{ color: #222222; } #sidebar > .color > ul > li > a > span:first-child{ width: 12px; height: 12px; border-radius: 50%; display: inline-block; margin-right: 10px; -webkit-transition: all 0.1s linear; transition: all 0.1s linear; } #sidebar > .color > ul > li:last-child > a > span:first-child{ width: 11px; height: 11px; border: 1px solid #CCCCCC; } #sidebar > .color > ul > li > a:hover > span:first-child{ -webkit-transform: scale(1.3); transform: scale(1.3); } /*priceไปทๆ ผ*/ #sidebar > .price > img{ margin: 20px 0; } /*cart checked*/ #checkout{ border: 1px solid #5ff7d2; font-size: 12px; font-weight: 700; padding: 3px 9px; position: absolute; top: 137px; left: 181px; color: #5ff7d2; cursor: pointer; display: none; } /*grid-selector*/ #grid-selector{ position: absolute; left: 315px; height: 10px; width: 1291px; padding: 40px 0 40px 30px; color: #5d5f68; font-size: 14px; } #grid-selector > #grid-menu > ul > li.largeGrid > a, #grid-selector > #grid-menu > ul > li.smallGrid > a{ width: 24px; height: 24px; display: inline-block; overflow: hidden; } #grid-selector > #grid-menu > ul > li.largeGrid > a{ background: url("../img/grid-menu.png") white top right no-repeat; } #grid-selector > #grid-menu > ul > li.largeGrid > a.active{ background: url("../img/grid-menu.png") white bottom right no-repeat; } #grid-selector > #grid-menu > ul > li.smallGrid > a{ background: url("../img/grid-menu.png") white bottom left no-repeat; } #grid-selector > #grid-menu > ul > li.smallGrid > a.active{ background: url("../img/grid-menu.png") white top left no-repeat; } #grid-selector > #grid-menu > ul{ margin-left: 10px; } #grid-selector > #grid-menu > ul > li { margin-left: 5px; } /*grid*/ #grid{ width: 1335px; height: 100%; position: absolute; left: 340px; top: 180px; background-color: white; } #grid > .product{ position: relative; width: 305px; height: 470px; margin-right: 23px; float: left; -webkit-perspective: 800px;/*้€่ง†ๅ›พ*/ perspective: 800px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: width .5s ease-in-out; -moz-transition: width .5s ease-in-out; -ms-transition:width .5s ease-in-out; -o-transition: width .5s ease-in-out; transition: width ,5ms ease-in-out; } /*make3D*/ #grid > .product > .make3D{ width: 305px; height: 470px; position: absolute; top:10px; left: 10px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } /*product-front*/ #grid > .product > .make3D > .product-front,/*product-front*/ #grid > .product > .make3D > .product-back{/*product-back*/ -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } #grid > .product > .make3D > .product-front > .stats{/*ไบงๅ“่ฏฆๆƒ…*/ position: absolute; top: 400px; left:0; width: 100%; height: 200px; overflow: hidden; background-color: white; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #grid > .product > .make3D > .product-front > .stats >.stats-container{ background-color: white; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product_name{/*ไบงๅ“ๅ็งฐ*/ position: absolute; top: 20px; left: 30px; font-size: 15px; color: #393c45; font-weight: 700; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product_price{/*ไบงๅ“ไปทๆ ผ*/ position: absolute; right:30px; top:20px; color: #5ff7d2; font-size: 18px; font-weight: 800; } #grid > .product > .make3D > .product-front > .stats >.stats-container > p{/*ไบงๅ“ไป‹็ป*/ position: absolute; left: 30px; top:40px; font-size: 14px; color: #CCCCCC; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options{/*ไบงๅ“ๅ‚ๆ•ฐ*/ position: relative; background-color: white; top:55px; padding-top: 20px; padding-left: 30px; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-size > h3, #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color > h3{ font-size: 15px; text-transform: uppercase; color: #333333; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-size > ul > li, #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color > ul > li{ float: left; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-size > ul > li > a{ display: inline-block; margin-top: 5px; color: #c0c0c0; font-size: 14px; margin-right: 5px; }#grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-size > ul > li > a:hover{ color: #222222; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color{ margin: 15px 0; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color > ul > li >a >span{ margin: 5px 8px 0 0; display: inline-block; width: 15px; height: 15px; border-radius: 50%; -webkit-transition: -webkit-transform 0.2s linear; transition: transform 0.2s linear; } #grid > .product > .make3D > .product-front > .stats >.stats-container > .product-options > .product-options-color > ul > li > a:hover >span{ -webkit-transform: scale(1.2); transform: scale(1.2); } #grid > .product > .make3D:hover{/*้˜ดๅฝฑ*/ -webkit-box-shadow: 0 0 20px #eee,-0 -0 20px #eee; box-shadow: 0 0 20px #eee,-0 -0 20px #eee; } #grid > .product > .make3D:hover > .product-front > img{/*ๅ›พ็‰‡*/ -webkit-transform: scale(1.02); transform: scale(1.02); } #grid > .product > .make3D:hover > .product-front > .stats{/*ไบงๅ“ไฟกๆฏๅ…จ้ƒจๅฑ•็Žฐ*/ top: 270px; } #grid > .product > .make3D:hover > .product-front > .image_overlay{/*่ฆ†็›–็‰ฉ*/ position: absolute; top:0; left:0; width:100%;/*่ฎพ็ฝฎๅฎฝ้ซ˜*/ height: 100%; -webkit-transition: background 0.2s linear; transition: background 0.2s linear; } #grid > .product > .make3D:hover > .product-front > .image_overlay{/*่ฆ†็›–็‰ฉ*/ background-color: rgba(95,247,210,0.5); } #grid > .product > .make3D:hover > .product-front >.add_to_cart, #grid > .product > .make3D:hover > .product-front >.view_gallery{ position: absolute; width: 120px; left:50%; border: 2px solid white; color: white; padding: 8px 0; font-size: 16px; font-weight: 700; letter-spacing: 1px; text-align: center; margin-left: -60px; cursor: pointer; } #grid > .product > .make3D:hover > .product-front >.add_to_cart{ top:18%; } #grid > .product > .make3D:hover > .product-front >.view_gallery{ top:30%; } #grid > .product > .make3D:hover > .product-front >.add_to_cart:hover, #grid > .product > .make3D:hover > .product-front >.view_gallery:hover{ color: #5ff7d2; background-color: white; } /*product-back*/ #grid > .product > .make3D > .product-back{ position: absolute; left: 0; top: 0; width: inherit; height:inherit; display: none; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } /*carousel-close*/ #grid > .product > .make3D > .product-back > .carousel > .carousel-close{ position: absolute; top:10px; right: 10px; width: 30px; height: 30px; cursor: pointer; display: none; background: url("../img/delete-item.png") no-repeat left top ; -webkit-transition: all 100ms ease-out; transition: all 100ms ease-out; } #grid > .product > .make3D > .product-back > .carousel > .carousel-prev,/*carousel-prev*/ #grid > .product > .make3D > .product-back > .carousel > .carousel-next {/*carousel-next*/ position: absolute; cursor: pointer; width: 30px; height: 30px; top:50%; margin-top: -15px; -webkit-transition: all 200ms ease-out; transition: all 200ms ease-out; } #grid > .product > .make3D > .product-back > .carousel > .carousel-next{ right: -30px; background: url("../img/arrows_right.png") no-repeat; } #grid > .product > .make3D > .product-back > .carousel > .carousel-prev{ left: -30px; background: url("../img/arrows_left.png") no-repeat; } #grid > .product > .make3D:hover > .product-back > .carousel > .carousel-next{ right: 10px; background-color: white; } #grid > .product > .make3D:hover > .product-back > .carousel > .carousel-prev{ left: 10px; background-color: white; } /*ๆ‰ง่กŒๅŠจ็”ป*/ #grid > .product > .make3D.flip-10{ -webkit-transform: rotateY( -10deg ); -moz-transform: rotateY( -10deg ); -o-transform: rotateY( -10deg ); transform: rotateY( -10deg ); transition: all 50ms ease-out; } #grid > .product > .make3D.flip-90{ -webkit-transform: rotateY( -90deg ); -moz-transform: rotateY( -90deg ); -o-transform: rotateY( -90deg ); transform: rotateY( -90deg ); -webkit-transition: all 100ms ease-out; transition: all 100ms ease-out; } #grid > .product > .make3D.flip-190{ -webkit-transform: rotateY( 190deg ); -moz-transform: rotateY( 190deg ); -o-transform: rotateY( 190deg ); transform: rotateY( 190deg ); -webkit-transition: 100ms ease-out; transition: 100ms ease-out; } #grid > .product > .make3D.flip-180{ -webkit-transform: rotateY( 180deg ); -moz-transform: rotateY( 180deg ); -o-transform: rotateY( 180deg ); transform: rotateY( 180deg ); -webkit-transition: 150ms ease-out; transition: 150ms ease-out; } /*carousel-container*/ #grid > .product > .make3D > .product-back > .carousel > .carousel-container{ width: 999px; position: absolute; top:0; left: 0; -webkit-transition: 200ms ease-out; transition: 200ms ease-out; } #grid > .product > .make3D > .product-back > .carousel > .carousel-container > li{ float: left; } /*cart*/ section.floating-cart{ position:absolute; top:0; left:0; width:315px; height:480px; background:#fff; z-index:20; overflow:hidden; box-shadow:0 5px 31px -1px rgba(0, 0, 0, 0.15); display:none; } section.floating-cart.moveToCart{ left: 75px !important; top: 55px !important; width: 47px; height: 47px; -webkit-transition: all 800ms ease-in-out; -moz-transition: all 800ms ease-in-out; -ms-transition: all 800ms ease-in-out; -o-transition: all 800ms ease-in-out; transition: all 800ms ease-in-out; } body.MakeFloatingCart section.floating-cart.moveToCart{ left: 90px !important; top: 140px !important; width: 21px; height: 22px; box-shadow:0 5px 31px -1px rgba(0, 0, 0, 0); -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -ms-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; } section.cart-icon-top{ position:absolute; top: 140px; left: 90px; z-index:1; width:21px; height:3px; background:url("../img/cart.png") #fff 0 -3px no-repeat; } section.cart-icon-bottom{ position:absolute; top: 143px; left: 90px; z-index:1; width:21px; height:19px; background:url("../img/cart.png") #fff 0 -3px no-repeat; } body.MakeFloatingCart section.cart-icon-top{z-index:10;} body.MakeFloatingCart section.cart-icon-bottom{z-index:30;}
0.261897
0.081483
html { scroll-behavior: smooth } body { background-attachment: fixed; background-blend-mode: soft-light; background-color: #2A2C28; background-image: url(images/background.png); background-size: cover; color: white; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 16px; height: auto; line-height: 1.6rem; margin: 0; width: auto; } a:link, a:visited { color: white; cursor: auto; scroll-behavior: smooth; text-decoration: none; } a:link:active, a:visited:active { color: white; scroll-behavior: smooth; } a:hover { color: #2A2C28; } #navbar { background-color: #B73225; color: white; display: flex; padding: 10px 10px; position: fixed; top: 0%; width: 100%; } #navbar ul { display: inline; flex: auto; padding: 0; } #navbar li { display: inline; flex: 1; font-size: 25px; padding-right: 1%; text-decoration: none; } .profile { align-items: center; font-size: 150%; margin: 8% 0%; text-align: center; width: auto; } .profile img { border-radius: 50%; height: 300px; margin-top: 10px; object-fit: cover; width: 300px; } .profile p { padding: 0% 35%; text-align: justify; text-justify: inter-word; } .profile button { background: #B73225; border: #B73225; border-radius: 25px; color: white; font-size: 40px; height: 60px; width: fit-content; } .about-me { align-items: center; background-color: #3D516A; display: flex; justify-content: space-between; margin: 5% 0%; } .about-me #about-me-photo { flex: 1; left: 0; padding: 5% 10%; position: relative; top: 0; width: auto; } .about-me #about-me-photo img { left: 0; position: relative; top: 0; } .about-me #about-me-photo div { background-color: #B73225; border-color: #B73225; color: #B73225; height: 60%; left: 20%; position: absolute; top: 25%; width: 55%; } .about-me #about-me-description { flex: 1; flex-basis: 50%; padding: 2%; } .about-me #about-me-description h1 { font-size: 400%; text-align: center; } .about-me #about-me-description p { font-size: 200%; line-height: 1.0; text-indent: 50px; } .title { font-size: 400%; padding-top: 2%; text-align: center; } .section-container { align-items: center; background-color: #88251C; display: flex; justify-content: space-between; height: 100%; width: auto; } .section-container #section-photo { flex: 1; padding: 2% 5% } .section-container #section-photo img { width: 30rem; } .section-container #section-description { flex: 4; margin: 0%; padding: 0%; } .section-container p { font-size: 150%; line-height: 1.5; margin: 0; padding: 5px; } .section-container #section-title { font-size: 200%; font-weight: bold; } .section-container #learned-skills { display: inline; flex: auto; list-style: none; padding: 0; } .section-container #skill { background-color: rgb(117, 141, 170); border-color: rgb(117, 141, 170); border-radius: 25px; color: white; display: inline; padding: 5px; } .section-container #section-button button { background: #3D516A; border: #3D516A; border-radius: 25px; color: white; font-size: 40px; height: 60px; margin-right: 5px; width: fit-content; } .leader-description { font-size: 150%; line-height: 1.5; margin: 0; padding: 5px; } .leader-description #section-title { font-size: 200%; font-weight: bold; } .leader-photo { align-items: center; display: flex; justify-content: center; } .leader-photo img { padding: 2%; width: 30rem; } .scroll-awards { overflow: auto; white-space: nowrap; } .award-container { background-color: #B73225; border-color: #B73225; display: inline-block; margin: 0% 2%; text-align: center; width: fit-content; } .award-container h1 { margin: 0; padding: 0; } .award-description { font-size: 150%; } .award-description img { width: 20rem; } .media { background-color: white; left: 0; padding: 0% 0.5%; position: fixed; top: 50%; width: fit-content; } .media #media-container { display: block; } .media #media-container img { display: block; margin: 0; padding-bottom: 1rem; width: 3rem; } .section-skills ul { text-align: center; } .section-skills li { align-content: center; display: inline-block; font-size: 175%; text-decoration: none; } .container { background: #C4C4C4; border-radius: 3px; display: inline-block; height: 2rem; margin-left: 2rem; text-align: left; width: 35rem; } .bar-skills{ background: #FF7B6F; border-color: 1px solid #FF7B6F; float: left; height: 2rem; } .contact-container { align-items: center; background-color: #3D516A; justify-content: space-between; margin-top: 5%; width: 100%; } .contact-container h2 { font-size: 100%; text-decoration: none; } .contact-container ul { display: inline-block; list-style-type: none; text-align: center; } .contact-container li { align-content: center; display: inline-block; font-size: 100%; text-decoration: none; } .contact-container img { display: block; margin: 0; padding-bottom: 1rem; width: 3rem; }
portfolio/src/main/webapp/style.css
html { scroll-behavior: smooth } body { background-attachment: fixed; background-blend-mode: soft-light; background-color: #2A2C28; background-image: url(images/background.png); background-size: cover; color: white; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 16px; height: auto; line-height: 1.6rem; margin: 0; width: auto; } a:link, a:visited { color: white; cursor: auto; scroll-behavior: smooth; text-decoration: none; } a:link:active, a:visited:active { color: white; scroll-behavior: smooth; } a:hover { color: #2A2C28; } #navbar { background-color: #B73225; color: white; display: flex; padding: 10px 10px; position: fixed; top: 0%; width: 100%; } #navbar ul { display: inline; flex: auto; padding: 0; } #navbar li { display: inline; flex: 1; font-size: 25px; padding-right: 1%; text-decoration: none; } .profile { align-items: center; font-size: 150%; margin: 8% 0%; text-align: center; width: auto; } .profile img { border-radius: 50%; height: 300px; margin-top: 10px; object-fit: cover; width: 300px; } .profile p { padding: 0% 35%; text-align: justify; text-justify: inter-word; } .profile button { background: #B73225; border: #B73225; border-radius: 25px; color: white; font-size: 40px; height: 60px; width: fit-content; } .about-me { align-items: center; background-color: #3D516A; display: flex; justify-content: space-between; margin: 5% 0%; } .about-me #about-me-photo { flex: 1; left: 0; padding: 5% 10%; position: relative; top: 0; width: auto; } .about-me #about-me-photo img { left: 0; position: relative; top: 0; } .about-me #about-me-photo div { background-color: #B73225; border-color: #B73225; color: #B73225; height: 60%; left: 20%; position: absolute; top: 25%; width: 55%; } .about-me #about-me-description { flex: 1; flex-basis: 50%; padding: 2%; } .about-me #about-me-description h1 { font-size: 400%; text-align: center; } .about-me #about-me-description p { font-size: 200%; line-height: 1.0; text-indent: 50px; } .title { font-size: 400%; padding-top: 2%; text-align: center; } .section-container { align-items: center; background-color: #88251C; display: flex; justify-content: space-between; height: 100%; width: auto; } .section-container #section-photo { flex: 1; padding: 2% 5% } .section-container #section-photo img { width: 30rem; } .section-container #section-description { flex: 4; margin: 0%; padding: 0%; } .section-container p { font-size: 150%; line-height: 1.5; margin: 0; padding: 5px; } .section-container #section-title { font-size: 200%; font-weight: bold; } .section-container #learned-skills { display: inline; flex: auto; list-style: none; padding: 0; } .section-container #skill { background-color: rgb(117, 141, 170); border-color: rgb(117, 141, 170); border-radius: 25px; color: white; display: inline; padding: 5px; } .section-container #section-button button { background: #3D516A; border: #3D516A; border-radius: 25px; color: white; font-size: 40px; height: 60px; margin-right: 5px; width: fit-content; } .leader-description { font-size: 150%; line-height: 1.5; margin: 0; padding: 5px; } .leader-description #section-title { font-size: 200%; font-weight: bold; } .leader-photo { align-items: center; display: flex; justify-content: center; } .leader-photo img { padding: 2%; width: 30rem; } .scroll-awards { overflow: auto; white-space: nowrap; } .award-container { background-color: #B73225; border-color: #B73225; display: inline-block; margin: 0% 2%; text-align: center; width: fit-content; } .award-container h1 { margin: 0; padding: 0; } .award-description { font-size: 150%; } .award-description img { width: 20rem; } .media { background-color: white; left: 0; padding: 0% 0.5%; position: fixed; top: 50%; width: fit-content; } .media #media-container { display: block; } .media #media-container img { display: block; margin: 0; padding-bottom: 1rem; width: 3rem; } .section-skills ul { text-align: center; } .section-skills li { align-content: center; display: inline-block; font-size: 175%; text-decoration: none; } .container { background: #C4C4C4; border-radius: 3px; display: inline-block; height: 2rem; margin-left: 2rem; text-align: left; width: 35rem; } .bar-skills{ background: #FF7B6F; border-color: 1px solid #FF7B6F; float: left; height: 2rem; } .contact-container { align-items: center; background-color: #3D516A; justify-content: space-between; margin-top: 5%; width: 100%; } .contact-container h2 { font-size: 100%; text-decoration: none; } .contact-container ul { display: inline-block; list-style-type: none; text-align: center; } .contact-container li { align-content: center; display: inline-block; font-size: 100%; text-decoration: none; } .contact-container img { display: block; margin: 0; padding-bottom: 1rem; width: 3rem; }
0.598899
0.101056
table.tablesorter { clear: both; font-family:arial; background-color: #ccc; margin:10px 0pt 15px; font-size: 8pt; width: 100%; text-align: left; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #ace2ed; border: 1px solid #FFF; font-size: 8pt; padding: 4px; } table.tablesorter thead tr .header { /* background-image: url(bg.gif);*/ background-repeat: no-repeat; background-position: center right; cursor: pointer; } table.tablesorter tbody td { color: #333; padding: 4px; background-color: #FFF; vertical-align: top; } table.tablesorter tbody tr.odd td { background-color:#eee; } table.tablesorter thead tr .headerSortUp { background-image: url(/images/asc.gif); } table.tablesorter thead tr .headerSortDown { background-image: url(/images/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #74bdcc; } input.pagedisplay { width: 5em; text-align: center; } .pager { float:left; } .clear { /* generic container (i.e. div) for floating buttons */ overflow: hidden; width: 100%; } a.button { background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right; color: #444; display: block; float: right; font: normal 12px arial, sans-serif; height: 24px; margin-right: 6px; padding-right: 18px; /* sliding doors padding */ text-decoration: none; } a.button span { background: transparent url('/images/bg_button_span.gif') no-repeat; display: block; line-height: 14px; padding: 5px 0 5px 18px; } a.button:active { background-position: bottom right; color: #000; outline: none; /* hide dotted outline in Firefox */ } a.button:active span { background-position: bottom left; padding: 6px 0 4px 18px; /* push text down 1px */ } /* Start Forms */ form fieldset { width: 34em; font-size: 16pt; } form fieldset legend, form label, form input, form select, form select option, form textarea { font-family: 'Helvetica Neue', Helvetica, Arial; font-size: 12px; font-color: #000; } form input, form select, form textarea { border: none; border: 1px solid #777; background-color: #f3f3ff; padding: 3px 6px; } form textarea { border: 1px solid #777; height: 5em;} form input[type=text], form input[type=password], form textarea { width: 350px; } form select { height: 1.5em; } form input[type=submit], form input[type=button] { background: #229316; color: #fff; border-top: 2px solid #55c649; border-left: 2px solid #55c649; border-right: 2px solid #006000; border-bottom: 2px solid #006000; margin: 0 5px; } form input[type=submit][value=CANCEL] { border-top: 2px solid #888; border-left: 2px solid #888; border-bottom: 2px solid #555; border-right: 2px solid #555; color: #fff; background: #777; } form div.fieldWithErrors { display: inline; } form div.fieldWithErrors input, form div.fieldWithErrors select, form div.fieldWithErrors textarea { border-top: 2px solid #8F0600; border-left: 2px solid #8F0600; border-bottom: 2px solid #BB4036; border-right: 2px solid #BB4036; line-height: 1.5em; } form div.check-box-field, form div.check-box-fields, form div.date-field, form div.datetime-field, form div.file-field, form div.password-field, form div.radio-field, form div.radio-fields, form div.select-field, form div.text-field, form div.textarea-field, form div.time-zone-select-field, form div.submit-field { float: left; clear: both; margin: 0; padding: 10px; border-bottom: 1px solid #cccccc; font-size: 16px; } form div.check-box-field div.input, form div.check-box-fields div.input, form div.date-field div.input, form div.datetime-field div.input, form div.file-field div.input, form div.password-field div.input, form div.radio-field div.input, form div.radio-fields div.input, form div.select-field div.input, form div.text-field div.input, form div.textarea-field div.input, form div.time-zone-select-field div.input, form div.submit-field div.input { float: left; clear: right; text-align: left; width: 400px; padding-left: 5px; } form div.check-box-field label, form div.check-box-fields label, form div.date-field label, form div.datetime-field label, form div.file-field label, form div.password-field label, form div.radio-field label, form div.radio-fields label, form div.select-field label, form div.text-field label, form div.textarea-field label, form div.time-zone-select-field label, form div.submit-field label { text-transform: uppercase; float: left; display: block; width: 180px; color: #000; font-size: 10px; letter-spacing: 1px; padding-right: 10px; text-align: right; } form div.check-box-field label span.help, form div.check-box-fields label span.help, form div.date-field label span.help, form div.datetime-field label span.help, form div.file-field label span.help, form div.password-field label span.help, form div.radio-field label span.help, form div.radio-fields label span.help, form div.select-field label span.help, form div.text-field label span.help, form div.textarea-field label span.help, form div.time-zone-select-field label span.help, form div.submit-field label span.help { display: block; text-transform: none; font-size: 10px; font-family: Union, Georgia; font-weight: normal; letter-spacing: 0px; margin-top: 5px; color: #777; line-height: 100%; } form div.submit-field { border: none; } form div.submit-field div.input { font-size: 16pt; margin-left: 12em; } form div.check-box-fields div.input label, form div.radio-fields div.input label { clear: left; width: auto; font-size: 80%; } form div.required { float: left; } form div.required label, form div.required p, form div.required span { color: #944; font-weight: bold; } form div.required label span.help { margin-top: 0; } form div.required input { border: 2px solid #f00; color: #900;} /* End Forms */ form div.large input, form div.large select, form div.large select option, form div.large textarea { font-family: Helvetica, 'Helvetica Neue'; font-size: 24px; font-color: #000; } form DL { margin-bottom: 15px; } INPUT.example {color: #aaa;} #filter-box { margin-bottom: 1em; }
rails_generators/dash_layout/templates/stylesheets/forms_tables.css
table.tablesorter { clear: both; font-family:arial; background-color: #ccc; margin:10px 0pt 15px; font-size: 8pt; width: 100%; text-align: left; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #ace2ed; border: 1px solid #FFF; font-size: 8pt; padding: 4px; } table.tablesorter thead tr .header { /* background-image: url(bg.gif);*/ background-repeat: no-repeat; background-position: center right; cursor: pointer; } table.tablesorter tbody td { color: #333; padding: 4px; background-color: #FFF; vertical-align: top; } table.tablesorter tbody tr.odd td { background-color:#eee; } table.tablesorter thead tr .headerSortUp { background-image: url(/images/asc.gif); } table.tablesorter thead tr .headerSortDown { background-image: url(/images/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #74bdcc; } input.pagedisplay { width: 5em; text-align: center; } .pager { float:left; } .clear { /* generic container (i.e. div) for floating buttons */ overflow: hidden; width: 100%; } a.button { background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right; color: #444; display: block; float: right; font: normal 12px arial, sans-serif; height: 24px; margin-right: 6px; padding-right: 18px; /* sliding doors padding */ text-decoration: none; } a.button span { background: transparent url('/images/bg_button_span.gif') no-repeat; display: block; line-height: 14px; padding: 5px 0 5px 18px; } a.button:active { background-position: bottom right; color: #000; outline: none; /* hide dotted outline in Firefox */ } a.button:active span { background-position: bottom left; padding: 6px 0 4px 18px; /* push text down 1px */ } /* Start Forms */ form fieldset { width: 34em; font-size: 16pt; } form fieldset legend, form label, form input, form select, form select option, form textarea { font-family: 'Helvetica Neue', Helvetica, Arial; font-size: 12px; font-color: #000; } form input, form select, form textarea { border: none; border: 1px solid #777; background-color: #f3f3ff; padding: 3px 6px; } form textarea { border: 1px solid #777; height: 5em;} form input[type=text], form input[type=password], form textarea { width: 350px; } form select { height: 1.5em; } form input[type=submit], form input[type=button] { background: #229316; color: #fff; border-top: 2px solid #55c649; border-left: 2px solid #55c649; border-right: 2px solid #006000; border-bottom: 2px solid #006000; margin: 0 5px; } form input[type=submit][value=CANCEL] { border-top: 2px solid #888; border-left: 2px solid #888; border-bottom: 2px solid #555; border-right: 2px solid #555; color: #fff; background: #777; } form div.fieldWithErrors { display: inline; } form div.fieldWithErrors input, form div.fieldWithErrors select, form div.fieldWithErrors textarea { border-top: 2px solid #8F0600; border-left: 2px solid #8F0600; border-bottom: 2px solid #BB4036; border-right: 2px solid #BB4036; line-height: 1.5em; } form div.check-box-field, form div.check-box-fields, form div.date-field, form div.datetime-field, form div.file-field, form div.password-field, form div.radio-field, form div.radio-fields, form div.select-field, form div.text-field, form div.textarea-field, form div.time-zone-select-field, form div.submit-field { float: left; clear: both; margin: 0; padding: 10px; border-bottom: 1px solid #cccccc; font-size: 16px; } form div.check-box-field div.input, form div.check-box-fields div.input, form div.date-field div.input, form div.datetime-field div.input, form div.file-field div.input, form div.password-field div.input, form div.radio-field div.input, form div.radio-fields div.input, form div.select-field div.input, form div.text-field div.input, form div.textarea-field div.input, form div.time-zone-select-field div.input, form div.submit-field div.input { float: left; clear: right; text-align: left; width: 400px; padding-left: 5px; } form div.check-box-field label, form div.check-box-fields label, form div.date-field label, form div.datetime-field label, form div.file-field label, form div.password-field label, form div.radio-field label, form div.radio-fields label, form div.select-field label, form div.text-field label, form div.textarea-field label, form div.time-zone-select-field label, form div.submit-field label { text-transform: uppercase; float: left; display: block; width: 180px; color: #000; font-size: 10px; letter-spacing: 1px; padding-right: 10px; text-align: right; } form div.check-box-field label span.help, form div.check-box-fields label span.help, form div.date-field label span.help, form div.datetime-field label span.help, form div.file-field label span.help, form div.password-field label span.help, form div.radio-field label span.help, form div.radio-fields label span.help, form div.select-field label span.help, form div.text-field label span.help, form div.textarea-field label span.help, form div.time-zone-select-field label span.help, form div.submit-field label span.help { display: block; text-transform: none; font-size: 10px; font-family: Union, Georgia; font-weight: normal; letter-spacing: 0px; margin-top: 5px; color: #777; line-height: 100%; } form div.submit-field { border: none; } form div.submit-field div.input { font-size: 16pt; margin-left: 12em; } form div.check-box-fields div.input label, form div.radio-fields div.input label { clear: left; width: auto; font-size: 80%; } form div.required { float: left; } form div.required label, form div.required p, form div.required span { color: #944; font-weight: bold; } form div.required label span.help { margin-top: 0; } form div.required input { border: 2px solid #f00; color: #900;} /* End Forms */ form div.large input, form div.large select, form div.large select option, form div.large textarea { font-family: Helvetica, 'Helvetica Neue'; font-size: 24px; font-color: #000; } form DL { margin-bottom: 15px; } INPUT.example {color: #aaa;} #filter-box { margin-bottom: 1em; }
0.287868
0.12943
@import url(https://fonts.googleapis.com/css?family=Indie+Flower); @import url(https://fonts.googleapis.com/css?family=Lora:400,700); @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); @import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700); body, input, textarea, .add-company .list-group-text { font-family: 'Raleway', sans-serif; } .add-footer-content li, .add-footer .add-contacts li { font-family: 'Raleway', sans-serif; } .btn, .alert, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .add-figure .add-figure-caption, .add-gallery-title, .add-map [data-state-details], .add-price { font-family: 'Montserrat', sans-serif; } .add-footer-content h1, .add-footer .add-contacts h1, .add-footer-content h2, .add-footer .add-contacts h2, .add-footer-content h3, .add-footer .add-contacts h3, .add-footer-content h4, .add-footer .add-contacts h4, .add-footer-content p strong, .add-footer .add-contacts p strong, .add-footer-content strong, .add-footer .add-contacts strong { font-family: 'Montserrat', sans-serif; } .btn { border-radius: 1.6em; } .add-subscribe .btn { border-radius: 1.6em !important; } .btn-sm, .lead a, .lead blockquote, .add-section-subtitle, .add-section-hero .add-section-lead, .add-cards .card-subtitle, .add-testimonial .card-block { font-family: 'Lora', serif; } .add-author-name { font-family: 'Montserrat', sans-serif; } .add-author-desc { font-family: 'Lora', serif; } .add-plan-title { font-family: 'Montserrat', sans-serif; } .add-plan-subtitle, .add-plan-price-desc { font-family: 'Lora', serif; } .bg-primary { background-color: #2969b0 !important; } .bg-success { background-color: #90a878 !important; } .bg-info { background-color: #7e9b9f !important; } .bg-warning { background-color: #f3c649 !important; } .bg-danger { background-color: #f28281 !important; } .btn-primary { background-color: #2969b0; border-color: #2969b0; color: #ffffff; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active { color: #ffffff; background-color: #1b4472; border-color: #1b4472; } .btn-primary.disabled, .btn-primary:disabled { color: #ffffff !important; background-color: #1b4472 !important; border-color: #1b4472 !important; } .btn-secondary { background-color: #bfcecb; border-color: #bfcecb; color: #ffffff; } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active { color: #ffffff; background-color: #94ada8; border-color: #94ada8; } .btn-secondary.disabled, .btn-secondary:disabled { color: #ffffff !important; background-color: #94ada8 !important; border-color: #94ada8 !important; } .btn-info { background-color: #7e9b9f; border-color: #7e9b9f; color: #ffffff; } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active { color: #ffffff; background-color: #597478; border-color: #597478; } .btn-info.disabled, .btn-info:disabled { color: #ffffff !important; background-color: #597478 !important; border-color: #597478 !important; } .btn-success { background-color: #90a878; border-color: #90a878; color: #ffffff; } .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active { color: #ffffff; background-color: #6a8153; border-color: #6a8153; } .btn-success.disabled, .btn-success:disabled { color: #ffffff !important; background-color: #6a8153 !important; border-color: #6a8153 !important; } .btn-warning { background-color: #f3c649; border-color: #f3c649; color: #ffffff; } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active { color: #ffffff; background-color: #e1a90f; border-color: #e1a90f; } .btn-warning.disabled, .btn-warning:disabled { color: #ffffff !important; background-color: #e1a90f !important; border-color: #e1a90f !important; } .btn-danger { background-color: #f28281; border-color: #f28281; color: #ffffff; } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active { color: #ffffff; background-color: #eb3d3c; border-color: #eb3d3c; } .btn-danger.disabled, .btn-danger:disabled { color: #ffffff !important; background-color: #eb3d3c !important; border-color: #eb3d3c !important; } .btn-primary-outline { background: none; border-color: #16385d; color: #16385d; } .btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active { color: #ffffff; background-color: #2969b0; border-color: #2969b0; } .btn-primary-outline.disabled, .btn-primary-outline:disabled { color: #ffffff !important; background-color: #2969b0 !important; border-color: #2969b0 !important; } .btn-secondary-outline { background: none; border-color: #85a29c; color: #85a29c; } .btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active { color: #ffffff; background-color: #bfcecb; border-color: #bfcecb; } .btn-secondary-outline.disabled, .btn-secondary-outline:disabled { color: #ffffff !important; background-color: #bfcecb !important; border-color: #bfcecb !important; } .btn-info-outline { background: none; border-color: #4e6669; color: #4e6669; } .btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active { color: #ffffff; background-color: #7e9b9f; border-color: #7e9b9f; } .btn-info-outline.disabled, .btn-info-outline:disabled { color: #ffffff !important; background-color: #7e9b9f !important; border-color: #7e9b9f !important; } .btn-success-outline { background: none; border-color: #5d7149; color: #5d7149; } .btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active { color: #ffffff; background-color: #90a878; border-color: #90a878; } .btn-success-outline.disabled, .btn-success-outline:disabled { color: #ffffff !important; background-color: #90a878 !important; border-color: #90a878 !important; } .btn-warning-outline { background: none; border-color: #c9970d; color: #c9970d; } .btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active { color: #ffffff; background-color: #f3c649; border-color: #f3c649; } .btn-warning-outline.disabled, .btn-warning-outline:disabled { color: #ffffff !important; background-color: #f3c649 !important; border-color: #f3c649 !important; } .btn-danger-outline { background: none; border-color: #e82625; color: #e82625; } .btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active { color: #ffffff; background-color: #f28281; border-color: #f28281; } .btn-danger-outline.disabled, .btn-danger-outline:disabled { color: #ffffff !important; background-color: #f28281 !important; border-color: #f28281 !important; } .text-primary { color: #2969b0 !important; } .text-success { color: #90a878 !important; } .text-info { color: #7e9b9f !important; } .text-warning { color: #f3c649 !important; } .text-danger { color: #f28281 !important; } .alert-success { background-color: #90a878; } .alert-info { background-color: #7e9b9f; } .alert-warning { background-color: #f3c649; } .alert-danger { background-color: #f28281; } .btn-social { border-color: #2969b0; } .btn-social:hover { background: #2969b0; } .add-company .list-group-item.active .list-group-text { color: #2969b0; } .add-footer p a, .add-footer ul a { color: #2969b0; } .add-footer-content li::before, .add-footer .add-contacts li::before { background: #2969b0; } .add-footer-content li a:hover, .add-footer .add-contacts li a:hover { color: #2969b0; } .lead a, .lead a:hover { color: #2969b0; } .lead blockquote { border-color: #2969b0; } .add-plan-header.bg-primary .add-plan-subtitle, .add-plan-header.bg-primary .add-plan-price-desc { color: #79aae0; } .add-plan-header.bg-success .add-plan-subtitle, .add-plan-header.bg-success .add-plan-price-desc { color: #d0dac6; } .add-plan-header.bg-info .add-plan-subtitle, .add-plan-header.bg-info .add-plan-price-desc { color: #c7d4d5; } .add-plan-header.bg-warning .add-plan-subtitle, .add-plan-header.bg-warning .add-plan-price-desc { color: #ffffff; } .add-plan-header.bg-danger .add-plan-subtitle, .add-plan-header.bg-danger .add-plan-price-desc { color: #ffffff; } .add-small-footer a, .add-gallery-filter li:hover { color: #2969b0; } .scrollToTop_wraper { opacity: 0 !important; } #form1-b .form-control-label { color: #000000; } #form1-b .add-section-title { font-size: 36px; } #menu-d .hide-buttons .nav-btn { display: none !important; } #menu-d .navbar-caption { color: #ffffff; font-family: 'Indie Flower', cursive; font-size: 48px; } #menu-d .navbar-toggler { color: #ffffff; } #menu-d .close-icon::before, #menu-d .close-icon::after { background-color: #ffffff; } #menu-d .link, #menu-d .dropdown-item { color: #ffffff; font-family: 'Lora', serif; } #menu-d .link { font-size: 1.35rem; } #menu-d .dropdown-item, #menu-d .nav-dropdown-sm .link { font-size: 1.462rem; } #menu-d .link:hover, #menu-d .dropdown-item:hover, #menu-d .link:focus, #menu-d .dropdown-item:focus { color: #2969b0; } #menu-d .link[aria-expanded="true"], #menu-d .dropdown-menu { background: #2969B0; } #menu-d .nav-dropdown-sm .link:focus, #menu-d .nav-dropdown-sm .link:hover, #menu-d .nav-dropdown-sm .dropdown-item:focus, #menu-d .nav-dropdown-sm .dropdown-item:hover { background: #2662a4!important; } #menu-d .navbar, #menu-d .nav-dropdown-sm, #menu-d .nav-dropdown-sm .link[aria-expanded="true"], #menu-d .nav-dropdown-sm .dropdown-menu { background: #2969b0; } #menu-d .bg-color.transparent .link { color: #ffffff; transition: none; } #menu-d .bg-color.transparent.opened .link { transition: color 0.2s ease-in-out; } #menu-d .bg-color.transparent.opened .link:hover, #menu-d .bg-color.transparent.opened .link:focus { color: #2969b0; } #menu-d .link[aria-expanded="true"], #menu-d .dropdown-item[aria-expanded="true"] { color: #2969b0!important; } #features2-a .striped .add-cards-col:nth-child(2n+1) { background-color: #2969B0; } #form1-8 .form-control-label { color: #232323; } #form1-8 .btn { font-family: 'Montserrat', sans-serif; }
RAKOTONIRINA_heritsoa_noelov/assets/css/bootstrap-additional.css
@import url(https://fonts.googleapis.com/css?family=Indie+Flower); @import url(https://fonts.googleapis.com/css?family=Lora:400,700); @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); @import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700); body, input, textarea, .add-company .list-group-text { font-family: 'Raleway', sans-serif; } .add-footer-content li, .add-footer .add-contacts li { font-family: 'Raleway', sans-serif; } .btn, .alert, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .add-figure .add-figure-caption, .add-gallery-title, .add-map [data-state-details], .add-price { font-family: 'Montserrat', sans-serif; } .add-footer-content h1, .add-footer .add-contacts h1, .add-footer-content h2, .add-footer .add-contacts h2, .add-footer-content h3, .add-footer .add-contacts h3, .add-footer-content h4, .add-footer .add-contacts h4, .add-footer-content p strong, .add-footer .add-contacts p strong, .add-footer-content strong, .add-footer .add-contacts strong { font-family: 'Montserrat', sans-serif; } .btn { border-radius: 1.6em; } .add-subscribe .btn { border-radius: 1.6em !important; } .btn-sm, .lead a, .lead blockquote, .add-section-subtitle, .add-section-hero .add-section-lead, .add-cards .card-subtitle, .add-testimonial .card-block { font-family: 'Lora', serif; } .add-author-name { font-family: 'Montserrat', sans-serif; } .add-author-desc { font-family: 'Lora', serif; } .add-plan-title { font-family: 'Montserrat', sans-serif; } .add-plan-subtitle, .add-plan-price-desc { font-family: 'Lora', serif; } .bg-primary { background-color: #2969b0 !important; } .bg-success { background-color: #90a878 !important; } .bg-info { background-color: #7e9b9f !important; } .bg-warning { background-color: #f3c649 !important; } .bg-danger { background-color: #f28281 !important; } .btn-primary { background-color: #2969b0; border-color: #2969b0; color: #ffffff; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active { color: #ffffff; background-color: #1b4472; border-color: #1b4472; } .btn-primary.disabled, .btn-primary:disabled { color: #ffffff !important; background-color: #1b4472 !important; border-color: #1b4472 !important; } .btn-secondary { background-color: #bfcecb; border-color: #bfcecb; color: #ffffff; } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active { color: #ffffff; background-color: #94ada8; border-color: #94ada8; } .btn-secondary.disabled, .btn-secondary:disabled { color: #ffffff !important; background-color: #94ada8 !important; border-color: #94ada8 !important; } .btn-info { background-color: #7e9b9f; border-color: #7e9b9f; color: #ffffff; } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active { color: #ffffff; background-color: #597478; border-color: #597478; } .btn-info.disabled, .btn-info:disabled { color: #ffffff !important; background-color: #597478 !important; border-color: #597478 !important; } .btn-success { background-color: #90a878; border-color: #90a878; color: #ffffff; } .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active { color: #ffffff; background-color: #6a8153; border-color: #6a8153; } .btn-success.disabled, .btn-success:disabled { color: #ffffff !important; background-color: #6a8153 !important; border-color: #6a8153 !important; } .btn-warning { background-color: #f3c649; border-color: #f3c649; color: #ffffff; } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active { color: #ffffff; background-color: #e1a90f; border-color: #e1a90f; } .btn-warning.disabled, .btn-warning:disabled { color: #ffffff !important; background-color: #e1a90f !important; border-color: #e1a90f !important; } .btn-danger { background-color: #f28281; border-color: #f28281; color: #ffffff; } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active { color: #ffffff; background-color: #eb3d3c; border-color: #eb3d3c; } .btn-danger.disabled, .btn-danger:disabled { color: #ffffff !important; background-color: #eb3d3c !important; border-color: #eb3d3c !important; } .btn-primary-outline { background: none; border-color: #16385d; color: #16385d; } .btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active { color: #ffffff; background-color: #2969b0; border-color: #2969b0; } .btn-primary-outline.disabled, .btn-primary-outline:disabled { color: #ffffff !important; background-color: #2969b0 !important; border-color: #2969b0 !important; } .btn-secondary-outline { background: none; border-color: #85a29c; color: #85a29c; } .btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active { color: #ffffff; background-color: #bfcecb; border-color: #bfcecb; } .btn-secondary-outline.disabled, .btn-secondary-outline:disabled { color: #ffffff !important; background-color: #bfcecb !important; border-color: #bfcecb !important; } .btn-info-outline { background: none; border-color: #4e6669; color: #4e6669; } .btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active { color: #ffffff; background-color: #7e9b9f; border-color: #7e9b9f; } .btn-info-outline.disabled, .btn-info-outline:disabled { color: #ffffff !important; background-color: #7e9b9f !important; border-color: #7e9b9f !important; } .btn-success-outline { background: none; border-color: #5d7149; color: #5d7149; } .btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active { color: #ffffff; background-color: #90a878; border-color: #90a878; } .btn-success-outline.disabled, .btn-success-outline:disabled { color: #ffffff !important; background-color: #90a878 !important; border-color: #90a878 !important; } .btn-warning-outline { background: none; border-color: #c9970d; color: #c9970d; } .btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active { color: #ffffff; background-color: #f3c649; border-color: #f3c649; } .btn-warning-outline.disabled, .btn-warning-outline:disabled { color: #ffffff !important; background-color: #f3c649 !important; border-color: #f3c649 !important; } .btn-danger-outline { background: none; border-color: #e82625; color: #e82625; } .btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active { color: #ffffff; background-color: #f28281; border-color: #f28281; } .btn-danger-outline.disabled, .btn-danger-outline:disabled { color: #ffffff !important; background-color: #f28281 !important; border-color: #f28281 !important; } .text-primary { color: #2969b0 !important; } .text-success { color: #90a878 !important; } .text-info { color: #7e9b9f !important; } .text-warning { color: #f3c649 !important; } .text-danger { color: #f28281 !important; } .alert-success { background-color: #90a878; } .alert-info { background-color: #7e9b9f; } .alert-warning { background-color: #f3c649; } .alert-danger { background-color: #f28281; } .btn-social { border-color: #2969b0; } .btn-social:hover { background: #2969b0; } .add-company .list-group-item.active .list-group-text { color: #2969b0; } .add-footer p a, .add-footer ul a { color: #2969b0; } .add-footer-content li::before, .add-footer .add-contacts li::before { background: #2969b0; } .add-footer-content li a:hover, .add-footer .add-contacts li a:hover { color: #2969b0; } .lead a, .lead a:hover { color: #2969b0; } .lead blockquote { border-color: #2969b0; } .add-plan-header.bg-primary .add-plan-subtitle, .add-plan-header.bg-primary .add-plan-price-desc { color: #79aae0; } .add-plan-header.bg-success .add-plan-subtitle, .add-plan-header.bg-success .add-plan-price-desc { color: #d0dac6; } .add-plan-header.bg-info .add-plan-subtitle, .add-plan-header.bg-info .add-plan-price-desc { color: #c7d4d5; } .add-plan-header.bg-warning .add-plan-subtitle, .add-plan-header.bg-warning .add-plan-price-desc { color: #ffffff; } .add-plan-header.bg-danger .add-plan-subtitle, .add-plan-header.bg-danger .add-plan-price-desc { color: #ffffff; } .add-small-footer a, .add-gallery-filter li:hover { color: #2969b0; } .scrollToTop_wraper { opacity: 0 !important; } #form1-b .form-control-label { color: #000000; } #form1-b .add-section-title { font-size: 36px; } #menu-d .hide-buttons .nav-btn { display: none !important; } #menu-d .navbar-caption { color: #ffffff; font-family: 'Indie Flower', cursive; font-size: 48px; } #menu-d .navbar-toggler { color: #ffffff; } #menu-d .close-icon::before, #menu-d .close-icon::after { background-color: #ffffff; } #menu-d .link, #menu-d .dropdown-item { color: #ffffff; font-family: 'Lora', serif; } #menu-d .link { font-size: 1.35rem; } #menu-d .dropdown-item, #menu-d .nav-dropdown-sm .link { font-size: 1.462rem; } #menu-d .link:hover, #menu-d .dropdown-item:hover, #menu-d .link:focus, #menu-d .dropdown-item:focus { color: #2969b0; } #menu-d .link[aria-expanded="true"], #menu-d .dropdown-menu { background: #2969B0; } #menu-d .nav-dropdown-sm .link:focus, #menu-d .nav-dropdown-sm .link:hover, #menu-d .nav-dropdown-sm .dropdown-item:focus, #menu-d .nav-dropdown-sm .dropdown-item:hover { background: #2662a4!important; } #menu-d .navbar, #menu-d .nav-dropdown-sm, #menu-d .nav-dropdown-sm .link[aria-expanded="true"], #menu-d .nav-dropdown-sm .dropdown-menu { background: #2969b0; } #menu-d .bg-color.transparent .link { color: #ffffff; transition: none; } #menu-d .bg-color.transparent.opened .link { transition: color 0.2s ease-in-out; } #menu-d .bg-color.transparent.opened .link:hover, #menu-d .bg-color.transparent.opened .link:focus { color: #2969b0; } #menu-d .link[aria-expanded="true"], #menu-d .dropdown-item[aria-expanded="true"] { color: #2969b0!important; } #features2-a .striped .add-cards-col:nth-child(2n+1) { background-color: #2969B0; } #form1-8 .form-control-label { color: #232323; } #form1-8 .btn { font-family: 'Montserrat', sans-serif; }
0.178777
0.066448
.scene-now .couple { width: 100%; opacity: 0; margin-top: 120px; } .scene-now .couple.animate { animation: pokeFadeIn 1s forwards; animation-delay: 18s; } .scene-now .clickable { width: 100%; top: 50%; left: 5000%; height: 100%; } .scene-now .clickable.animate { left: 50%; animation: animateClickable 1s forwards; animation-delay: 22s; } .scene-now .progress-bar-container { padding-right: 7px; width: 100%; top: 50%; position: absolute; margin-top: -24px; } .scene-now .progress-bar-container.rest-top.animate { animation: animateProgressBarMoveTop 1s forwards; animation-delay: 17s; } .scene-now .loading-title { text-align: center; } .scene-now .loading-title .loading-in { opacity: 0; display: none; } .scene-now .loading-title .loading-in.animate { animation: pokeFadeInDisplayNone 1s forwards; animation-delay: 0s; } .scene-now .loading-title .loading-out { opacity: 1; } .scene-now .loading-title .loading-out.animate { animation: pokeFadeOutDisplayNone 1s forwards; animation-delay: 15s; } .scene-now .loading-title .days-remaining { opacity: 0; } .scene-now .loading-title .days-remaining.animate { animation: pokeFadeIn 1s forwards; animation-delay: 16s; } .scene-now .progress-bar { opacity: 0; border-radius: 6px; padding: 4px; width: 100%; height: 48px; margin: 4px; color: #212529; background-color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-image-repeat: space; margin-bottom: 1.5rem !important; border-style: solid; border-width: 4px; } .scene-now .progress-bar .progress-meter, .scene-now .progress-bar .progress-meter-final { background-color: #000; height: 100%; width: 0%; } .scene-now .progress-bar.animate { animation: pokeFadeIn 1s forwards; animation-delay: 0s; } .scene-now .progress-bar.animate .progress-meter { animation: animateProgressMeter 12s forwards; animation-delay: 3s; } .scene-now .progress-bar.animate .progress-meter-final { transition: width 1s ease; animation: animateProgressMeterFinal 1s forwards; animation-delay: 15s; } .scene-now .caption { opacity: 0; } .scene-now .caption.animate { animation: animateCaption 1s forwards; animation-delay: 19s; } .scene-now .cta { opacity: 0; } .scene-now .cta.animate { animation: animateCTA 1s forwards; animation-delay: 22s; } .scene-now .cta .button-wrapper { padding-right: 1em; } .scene-now .cta .button-wrapper:first-child { padding-right: 0; } .scene-now .hand { opacity: 0; width: 10%; left: 64%; bottom: 5%; position: absolute; } .scene-now .hand.animate { animation: pokeFadeIn 1s forwards; animation-delay: 22s; } .scene-now .hand-pulse { opacity: 0; position: absolute; left: 46%; bottom: 10%; width: 10%; border-radius: 45px; animation: animationPulse 1s infinite; animation-delay: 22s; } .scene-now .hand-pulse.animate-fade-in { animation: pokeFadeIn 1s forwards; animation-delay: 22s; } .scene-now .hand-pulse.animate { animation: pokeFadeIn 1s forwards; animation-delay: 22s; } .scene-now .share-modal { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #fff; padding-right: 1em; } .scene-now .share-modal .nes-balloon { width: 100%; height: 100%; overflow: scroll; } .scene-now .share-modal .icon-list { margin-bottom: 1em; } .scene-now .share-modal .icon-list a { margin: 0.5em; } .scene-now .share-modal .icon-list a:first-child { margin-left: 0; } .scene-now .share-modal .icon-list a:last-child { margin-right: 0; } .scene-now .baby-scan { width: 100%; margin: 0 auto; overflow: scroll; } @keyframes animateProgress { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes animateProgressMeter { 0% { width: 0%; } 10% { width: 30%; } 15% { width: 30%; } 30% { width: 50%; } 40% { width: 50%; } 60% { width: 80%; } 80% { width: 0%; } 100% { width: 0%; display: none; } } @keyframes animateProgressBarMoveTop { 100% { top: 0; margin-top: 0; } } @keyframes pokeFadeOutDisplayNone { 0% { filter: contrast(1) brightness(1); opacity: 1; } 24% { filter: contrast(1) brightness(1); opacity: 1; } 25% { filter: contrast(0.5) brightness(1.5); opacity: 0.75; } 49% { filter: contrast(0.5) brightness(1.5); opacity: 0.75; } 50% { filter: contrast(0.25) brightness(2); opacity: 0.5; } 74% { filter: contrast(0.25) brightness(2); opacity: 0.5; } 75% { filter: contrast(0.175) brightness(2); opacity: 0.25; } 94% { filter: contrast(0.175) brightness(2); opacity: 0.25; } 95% { filter: contrast(0) brightness(3); opacity: 0; position: inherit; } 100% { filter: contrast(0) brightness(3); opacity: 0; position: fixed; } } @keyframes pokeFadeInDisplayNone { 0% { display: inherit; filter: contrast(0) brightness(3); opacity: 0; } 24% { filter: contrast(0.175) brightness(2); opacity: 0.25; } 25% { filter: contrast(0.175) brightness(2); opacity: 0.25; } 49% { filter: contrast(0.25) brightness(2); opacity: 0.5; } 50% { filter: contrast(0.25) brightness(2); opacity: 0.5; } 74% { filter: contrast(0.5) brightness(1.5); opacity: 0.75; } 75% { filter: contrast(0.5) brightness(1.5); opacity: 0.75; } 94% { filter: contrast(1) brightness(1); opacity: 1; } 95% { filter: contrast(1) brightness(1); opacity: 1; } 100% { filter: contrast(1) brightness(1); opacity: 1; } } @keyframes animationPulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(33, 156, 238, 0.8); } 70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(33, 156, 238, 0.2); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(33, 156, 238, 0.2); } } @keyframes animateClickable { 100% { left: 50%; } }
src/sass/scenes/Now.css
.scene-now .couple { width: 100%; opacity: 0; margin-top: 120px; } .scene-now .couple.animate { animation: pokeFadeIn 1s forwards; animation-delay: 18s; } .scene-now .clickable { width: 100%; top: 50%; left: 5000%; height: 100%; } .scene-now .clickable.animate { left: 50%; animation: animateClickable 1s forwards; animation-delay: 22s; } .scene-now .progress-bar-container { padding-right: 7px; width: 100%; top: 50%; position: absolute; margin-top: -24px; } .scene-now .progress-bar-container.rest-top.animate { animation: animateProgressBarMoveTop 1s forwards; animation-delay: 17s; } .scene-now .loading-title { text-align: center; } .scene-now .loading-title .loading-in { opacity: 0; display: none; } .scene-now .loading-title .loading-in.animate { animation: pokeFadeInDisplayNone 1s forwards; animation-delay: 0s; } .scene-now .loading-title .loading-out { opacity: 1; } .scene-now .loading-title .loading-out.animate { animation: pokeFadeOutDisplayNone 1s forwards; animation-delay: 15s; } .scene-now .loading-title .days-remaining { opacity: 0; } .scene-now .loading-title .days-remaining.animate { animation: pokeFadeIn 1s forwards; animation-delay: 16s; } .scene-now .progress-bar { opacity: 0; border-radius: 6px; padding: 4px; width: 100%; height: 48px; margin: 4px; color: #212529; background-color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-image-repeat: space; margin-bottom: 1.5rem !important; border-style: solid; border-width: 4px; } .scene-now .progress-bar .progress-meter, .scene-now .progress-bar .progress-meter-final { background-color: #000; height: 100%; width: 0%; } .scene-now .progress-bar.animate { animation: pokeFadeIn 1s forwards; animation-delay: 0s; } .scene-now .progress-bar.animate .progress-meter { animation: animateProgressMeter 12s forwards; animation-delay: 3s; } .scene-now .progress-bar.animate .progress-meter-final { transition: width 1s ease; animation: animateProgressMeterFinal 1s forwards; animation-delay: 15s; } .scene-now .caption { opacity: 0; } .scene-now .caption.animate { animation: animateCaption 1s forwards; animation-delay: 19s; } .scene-now .cta { opacity: 0; } .scene-now .cta.animate { animation: animateCTA 1s forwards; animation-delay: 22s; } .scene-now .cta .button-wrapper { padding-right: 1em; } .scene-now .cta .button-wrapper:first-child { padding-right: 0; } .scene-now .hand { opacity: 0; width: 10%; left: 64%; bottom: 5%; position: absolute; } .scene-now .hand.animate { animation: pokeFadeIn 1s forwards; animation-delay: 22s; } .scene-now .hand-pulse { opacity: 0; position: absolute; left: 46%; bottom: 10%; width: 10%; border-radius: 45px; animation: animationPulse 1s infinite; animation-delay: 22s; } .scene-now .hand-pulse.animate-fade-in { animation: pokeFadeIn 1s forwards; animation-delay: 22s; } .scene-now .hand-pulse.animate { animation: pokeFadeIn 1s forwards; animation-delay: 22s; } .scene-now .share-modal { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #fff; padding-right: 1em; } .scene-now .share-modal .nes-balloon { width: 100%; height: 100%; overflow: scroll; } .scene-now .share-modal .icon-list { margin-bottom: 1em; } .scene-now .share-modal .icon-list a { margin: 0.5em; } .scene-now .share-modal .icon-list a:first-child { margin-left: 0; } .scene-now .share-modal .icon-list a:last-child { margin-right: 0; } .scene-now .baby-scan { width: 100%; margin: 0 auto; overflow: scroll; } @keyframes animateProgress { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes animateProgressMeter { 0% { width: 0%; } 10% { width: 30%; } 15% { width: 30%; } 30% { width: 50%; } 40% { width: 50%; } 60% { width: 80%; } 80% { width: 0%; } 100% { width: 0%; display: none; } } @keyframes animateProgressBarMoveTop { 100% { top: 0; margin-top: 0; } } @keyframes pokeFadeOutDisplayNone { 0% { filter: contrast(1) brightness(1); opacity: 1; } 24% { filter: contrast(1) brightness(1); opacity: 1; } 25% { filter: contrast(0.5) brightness(1.5); opacity: 0.75; } 49% { filter: contrast(0.5) brightness(1.5); opacity: 0.75; } 50% { filter: contrast(0.25) brightness(2); opacity: 0.5; } 74% { filter: contrast(0.25) brightness(2); opacity: 0.5; } 75% { filter: contrast(0.175) brightness(2); opacity: 0.25; } 94% { filter: contrast(0.175) brightness(2); opacity: 0.25; } 95% { filter: contrast(0) brightness(3); opacity: 0; position: inherit; } 100% { filter: contrast(0) brightness(3); opacity: 0; position: fixed; } } @keyframes pokeFadeInDisplayNone { 0% { display: inherit; filter: contrast(0) brightness(3); opacity: 0; } 24% { filter: contrast(0.175) brightness(2); opacity: 0.25; } 25% { filter: contrast(0.175) brightness(2); opacity: 0.25; } 49% { filter: contrast(0.25) brightness(2); opacity: 0.5; } 50% { filter: contrast(0.25) brightness(2); opacity: 0.5; } 74% { filter: contrast(0.5) brightness(1.5); opacity: 0.75; } 75% { filter: contrast(0.5) brightness(1.5); opacity: 0.75; } 94% { filter: contrast(1) brightness(1); opacity: 1; } 95% { filter: contrast(1) brightness(1); opacity: 1; } 100% { filter: contrast(1) brightness(1); opacity: 1; } } @keyframes animationPulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(33, 156, 238, 0.8); } 70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(33, 156, 238, 0.2); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(33, 156, 238, 0.2); } } @keyframes animateClickable { 100% { left: 50%; } }
0.646014
0.085404
*{ margin: 0; padding: 0; } body{ font-family: 'Poppins', sans-serif; } .nav-bar{ border-bottom: 2px solid black; } .nav-bar a{ color: black !important; } /* new */ a{ text-decoration: none; color: inherit; } img{ max-width: 100%; } .grid{ display: grid; } /* header */ header{ display: flex; justify-content: space-between; align-items: center; background: white; box-shadow: 1px 0 8px #ccc; padding: 1.5rem 2rem; position: relative; background: #f1f1f1; } header > a { font-size: 1.5rem; color: #03a4ed; font-weight: bold; } header > a span{ color: #ff685f; } header .menu ul{ display: flex; flex-direction: column; list-style-type: none; padding: 3rem 3rem .5rem; width: 80%; position: absolute; right: 0; top: 4.8rem; background: #f1f1f1; box-shadow: 1px 0 20px #ccc; text-align: center; opacity: 0; visibility: hidden; transform: translateX(-50%); transition: 0.5s; z-index: 9999; } header .menu ul.active{ opacity: 1; visibility: visible; transform: translateX(0); } header .menu ul li{ width: fit-content; margin: 0 auto; margin-bottom: 30px; color: rgba(0,0,0,.6); } header .menu ul li:hover:not(:last-of-type) a{ transition: 0.25s; color: #ff685f; } header .menu ul li.active{ color: #ff685f; } header .menu ul li.login{ margin-top: -5px; padding: 0.5rem 2rem; background: #ff695f; border-radius: 30px; color: white; transition: background-color 0.3s; } header .menu ul li.login:hover{ background: #03a4ed; } header .menu-toggler{ width: 25px; height: 25px; } header .menu-toggler button{ width: 100%; height: 100%; background: inherit; border: none; outline: none; cursor: pointer; } .hidden{ display: none; } /* Recent BLogs */ .recent-cont{ background: #ffffff; position: relative; } .left-banner{ position: absolute; display: none; /* top: 5rem; */ overflow: hidden; animation: left-banner 5s ease-in-out forwards infinite; } @keyframes left-banner { 0%{ transform: rotate(0deg) translate(5rem,1rem); } 50%{ transform: rotate(50deg) translate(1rem,-1rem); } 100%{ transform: rotate(0deg) translate(5rem,1rem); } } .right-banner{ position: absolute; right: 0; overflow: hidden; /* top: 5rem; */ z-index: 1; animation: right-banner 10s linear forwards infinite; } @keyframes right-banner { 0%{ height: 0%; } 50%{ height: 100%; } 100%{ height: 0%; } } .recent-blogs-section{ flex-direction: column; padding: .8rem; box-shadow: 1px 0 8px #ccc; margin: 0 auto; position: relative; z-index: 99; /* background: #afb6cd; */ } .header-text{ /* display: flex; */ margin-bottom: 20px; background: #f1f1f1;; } .header-text > div{ padding: 1rem 0; padding: .5rem 1rem; } .header-text .recent-border{ text-align: center; border:2px solid #03a4ed; } .header-text .text{ padding-left: .5rem; font-weight: bold; } .recent-blogs-container .blog{ position: relative; margin-bottom: 10px; overflow: hidden; /* border:1px solid #03a4ed; */ /* max-height: 300px; */ } .recent-blogs-container .blog img{ width: 100%; height: 100%; } .recent-blogs-container .blog .data{ position: absolute; z-index: 10; bottom: 0; padding: 1rem .5rem; height: 25%; max-height: 40%; width: 100%; background: #f1f1f1be; transition: 0.25s; } .recent-blogs-container .blog:first-of-type .data{ height: 13%; } .info-reading{ display: flex; width: 100%; color: #00000099; margin-bottom: 5px; transition: 0.25s; } .info-reading span:last-of-type{ margin-left: 30px; } .recent-blogs-container .blog .info-reading{ margin-bottom: 15px; } .recent-blogs-container .blog .data h4{ width: 100%; overflow: hidden; display: block; white-space: nowrap; text-overflow: ellipsis; color: #3d3d3d; transition: 0.25s; } .recent-blogs-container .blog:hover .data{ background: #131417; } .recent-blogs-container .blog:hover .data .info-reading{ color: white; } .recent-blogs-container .blog:hover .data h4{ color: white; } .recent-blogs-section .right-side{ /* text-align: center; */ /* color: #03a4ed; */ background: #f1f1f177; padding: 1rem; } .recent-blogs-section .right-side .header{ text-align: center; padding: 1.2rem 1rem .5rem; font-size: 1.4rem; color: #3d3d3d; } .recent-blogs-section .right-side a.blog{ display: flex; flex-direction: column; display: block; margin-top:30px; padding-bottom: 1.5rem; } .recent-blogs-section .right-side a.blog:not(:last-of-type){ border-bottom: 1px solid #ccc; } .recent-blogs-section .right-side a.blog .image-cont{ position: relative; height: 13rem; } .recent-blogs-section .right-side a.blog .image-cont span{ position: absolute; z-index: 99; background: #f1f1f1; padding: .3rem; border-radius: 100px; transform: translate(-6px ,-10px); /* color: white; */ } .recent-blogs-section .right-side a.blog .image-cont img{ position: absolute; width: 100%; height: 100%; object-fit: cover; } .recent-blogs-section .right-side a.blog .text{ margin: 15px 0; } @media screen and (min-width:480px) { .header-text{ display: flex; margin-bottom: 20px; } } @media screen and (min-width:550px) { .left-banner{ display: block; } .recent-blogs-container{ grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(4,13rem); } .recent-blogs-container a.blog:first-of-type{ grid-column: 1/3; grid-row: 1/-1; margin-right: 10px; /* margin-bottom: 20px; */ } .recent-blogs-container a.blog:nth-of-type(2){ grid-column: 3/5; grid-row: 1/3; margin-bottom: 20px; } .recent-blogs-container a.blog:last-of-type{ grid-column: 3/-1; grid-row: 3/-1; } .recent-blogs-section .right-side a.blog{ display: flex; flex-direction: row; text-align: center; } .recent-blogs-section .right-side a.blog .image-cont{ /* height: 6rem; */ width: 50%; } .recent-blogs-section .right-side a.blog .text{ padding-top: 50px; width: 50%; text-align: center; } .recent-blogs-section .right-side a.blog .text .info-reading{ justify-content: space-evenly; } .recent-blogs-section .right-side a.blog .text h3{ margin-top: 30px; } .recent-blogs-section .right-side a.blog .image-cont img{ width: 300px; /* height: 200px; */ position: static; } } @media screen and (min-width:930px) { header .menu{ padding: 0; margin-right: 50px; } header .menu ul{ opacity: 1; visibility: visible; transform: translateX(0); flex-direction: row; align-items: center; position: initial; background: inherit; box-shadow: initial; width: 100%; padding: 0; } header .menu ul li{ margin: 0; margin-left: 30px; } header .menu ul li.login{ margin: 0; margin-left: 30px; padding: 0.5rem 2rem; } .menu-toggler{ display: none; } .recent-blogs-section{ grid-template-columns: 1fr 400px; max-width: 1530px; margin-top: 10px; box-shadow: initial; /* background: #131417; */ } .recent-blogs-section .left-side{ /* flex-basis: 80%; */ margin-right: 30px; } .recent-blogs-section .right-side{ /* flex-basis: 20%; */ min-width: 370px; } .recent-blogs-container .blog{ margin: 5px; /* max-width: 350px; */ } .recent-blogs-section .right-side a.blog .image-cont{ height: 6rem; width: 30%; } .recent-blogs-section .right-side a.blog .image-cont img{ width: 100px; height: 100px; position: static; } .recent-blogs-section .right-side a.blog .text{ margin-left: 10px; width: 70%; padding-top: 0; } .recent-blogs-section .right-side a.blog .text .info-reading{ font-size: .9rem; /* margin-left: 30px; */ margin-bottom: 20px; } } .older-blogs{ padding: 80px 0; } .older-blogs>h2{ margin-left: 30px; position: relative; margin-bottom: 40px; } .older-blogs>h2::before{ content: "OLDER BLOGS"; position: absolute; top: 1.5rem; left: 1rem; color: rgba(221, 221, 221, 0.473); font-size: 1.7rem; } .older-blogs .blogs-container{ display: flex; flex-wrap: wrap; justify-content: space-evenly; } .older-blogs .blogs-container .blog{ width: 47%; /* max-width: 240px; */ height: 11rem; /* background: #000; */ margin-top: 20px; display: flex; background: #f1f1f1; box-shadow: 1px 1px 10px rgb(226, 226, 226); } .older-blogs .blogs-container .blog .right-side{ width: 35%; min-width: 35%; height: 100%; } .older-blogs .blogs-container .blog .right-side img{ width: 100%; height: 100%; object-fit: cover; } .older-blogs .blogs-container .blog .left-side{ padding: 10px; max-width: 60%; } .older-blogs .blogs-container .blog .left-side .data{ display: flex; margin-bottom: 10px; font-size: .95rem; } .older-blogs .blogs-container .blog .left-side .data p{ margin-right: 25px; } .older-blogs .blogs-container .blog .left-side .info{ max-height: 110px; overflow: hidden; } .older-blogs .blogs-container .blog .left-side .info p{ text-overflow: ellipsis; overflow: hidden; white-space:nowrap; margin-top: 15px; } @media (max-width:1500px){ .older-blogs>h2{ text-align: center; } .older-blogs>h2::before{ left:46%; } .older-blogs .blogs-container{ flex-direction: column; align-items: center; } .older-blogs .blogs-container .blog{ width: 70%; } .older-blogs .blogs-container .blog .right-side{ min-width: 20%; } } @media screen and (max-width:930px) { .older-blogs .blogs-container{ padding: 0 20px; } .older-blogs .blogs-container .blog{ width: 98%; } .older-blogs .blogs-container .blog .left-side{ max-width: 70%; } .older-blogs .blogs-container .blog .left-side .info p{ max-width: 100%; } } @media screen and (max-width:600px){ .older-blogs .blogs-container .blog{ flex-direction: column; height: initial; } .older-blogs .blogs-container .blog .right-side{ width: 100%; height: 10rem; } .older-blogs .blogs-container .blog .left-side { max-width: 100%; } }
public/css/blog.css
*{ margin: 0; padding: 0; } body{ font-family: 'Poppins', sans-serif; } .nav-bar{ border-bottom: 2px solid black; } .nav-bar a{ color: black !important; } /* new */ a{ text-decoration: none; color: inherit; } img{ max-width: 100%; } .grid{ display: grid; } /* header */ header{ display: flex; justify-content: space-between; align-items: center; background: white; box-shadow: 1px 0 8px #ccc; padding: 1.5rem 2rem; position: relative; background: #f1f1f1; } header > a { font-size: 1.5rem; color: #03a4ed; font-weight: bold; } header > a span{ color: #ff685f; } header .menu ul{ display: flex; flex-direction: column; list-style-type: none; padding: 3rem 3rem .5rem; width: 80%; position: absolute; right: 0; top: 4.8rem; background: #f1f1f1; box-shadow: 1px 0 20px #ccc; text-align: center; opacity: 0; visibility: hidden; transform: translateX(-50%); transition: 0.5s; z-index: 9999; } header .menu ul.active{ opacity: 1; visibility: visible; transform: translateX(0); } header .menu ul li{ width: fit-content; margin: 0 auto; margin-bottom: 30px; color: rgba(0,0,0,.6); } header .menu ul li:hover:not(:last-of-type) a{ transition: 0.25s; color: #ff685f; } header .menu ul li.active{ color: #ff685f; } header .menu ul li.login{ margin-top: -5px; padding: 0.5rem 2rem; background: #ff695f; border-radius: 30px; color: white; transition: background-color 0.3s; } header .menu ul li.login:hover{ background: #03a4ed; } header .menu-toggler{ width: 25px; height: 25px; } header .menu-toggler button{ width: 100%; height: 100%; background: inherit; border: none; outline: none; cursor: pointer; } .hidden{ display: none; } /* Recent BLogs */ .recent-cont{ background: #ffffff; position: relative; } .left-banner{ position: absolute; display: none; /* top: 5rem; */ overflow: hidden; animation: left-banner 5s ease-in-out forwards infinite; } @keyframes left-banner { 0%{ transform: rotate(0deg) translate(5rem,1rem); } 50%{ transform: rotate(50deg) translate(1rem,-1rem); } 100%{ transform: rotate(0deg) translate(5rem,1rem); } } .right-banner{ position: absolute; right: 0; overflow: hidden; /* top: 5rem; */ z-index: 1; animation: right-banner 10s linear forwards infinite; } @keyframes right-banner { 0%{ height: 0%; } 50%{ height: 100%; } 100%{ height: 0%; } } .recent-blogs-section{ flex-direction: column; padding: .8rem; box-shadow: 1px 0 8px #ccc; margin: 0 auto; position: relative; z-index: 99; /* background: #afb6cd; */ } .header-text{ /* display: flex; */ margin-bottom: 20px; background: #f1f1f1;; } .header-text > div{ padding: 1rem 0; padding: .5rem 1rem; } .header-text .recent-border{ text-align: center; border:2px solid #03a4ed; } .header-text .text{ padding-left: .5rem; font-weight: bold; } .recent-blogs-container .blog{ position: relative; margin-bottom: 10px; overflow: hidden; /* border:1px solid #03a4ed; */ /* max-height: 300px; */ } .recent-blogs-container .blog img{ width: 100%; height: 100%; } .recent-blogs-container .blog .data{ position: absolute; z-index: 10; bottom: 0; padding: 1rem .5rem; height: 25%; max-height: 40%; width: 100%; background: #f1f1f1be; transition: 0.25s; } .recent-blogs-container .blog:first-of-type .data{ height: 13%; } .info-reading{ display: flex; width: 100%; color: #00000099; margin-bottom: 5px; transition: 0.25s; } .info-reading span:last-of-type{ margin-left: 30px; } .recent-blogs-container .blog .info-reading{ margin-bottom: 15px; } .recent-blogs-container .blog .data h4{ width: 100%; overflow: hidden; display: block; white-space: nowrap; text-overflow: ellipsis; color: #3d3d3d; transition: 0.25s; } .recent-blogs-container .blog:hover .data{ background: #131417; } .recent-blogs-container .blog:hover .data .info-reading{ color: white; } .recent-blogs-container .blog:hover .data h4{ color: white; } .recent-blogs-section .right-side{ /* text-align: center; */ /* color: #03a4ed; */ background: #f1f1f177; padding: 1rem; } .recent-blogs-section .right-side .header{ text-align: center; padding: 1.2rem 1rem .5rem; font-size: 1.4rem; color: #3d3d3d; } .recent-blogs-section .right-side a.blog{ display: flex; flex-direction: column; display: block; margin-top:30px; padding-bottom: 1.5rem; } .recent-blogs-section .right-side a.blog:not(:last-of-type){ border-bottom: 1px solid #ccc; } .recent-blogs-section .right-side a.blog .image-cont{ position: relative; height: 13rem; } .recent-blogs-section .right-side a.blog .image-cont span{ position: absolute; z-index: 99; background: #f1f1f1; padding: .3rem; border-radius: 100px; transform: translate(-6px ,-10px); /* color: white; */ } .recent-blogs-section .right-side a.blog .image-cont img{ position: absolute; width: 100%; height: 100%; object-fit: cover; } .recent-blogs-section .right-side a.blog .text{ margin: 15px 0; } @media screen and (min-width:480px) { .header-text{ display: flex; margin-bottom: 20px; } } @media screen and (min-width:550px) { .left-banner{ display: block; } .recent-blogs-container{ grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(4,13rem); } .recent-blogs-container a.blog:first-of-type{ grid-column: 1/3; grid-row: 1/-1; margin-right: 10px; /* margin-bottom: 20px; */ } .recent-blogs-container a.blog:nth-of-type(2){ grid-column: 3/5; grid-row: 1/3; margin-bottom: 20px; } .recent-blogs-container a.blog:last-of-type{ grid-column: 3/-1; grid-row: 3/-1; } .recent-blogs-section .right-side a.blog{ display: flex; flex-direction: row; text-align: center; } .recent-blogs-section .right-side a.blog .image-cont{ /* height: 6rem; */ width: 50%; } .recent-blogs-section .right-side a.blog .text{ padding-top: 50px; width: 50%; text-align: center; } .recent-blogs-section .right-side a.blog .text .info-reading{ justify-content: space-evenly; } .recent-blogs-section .right-side a.blog .text h3{ margin-top: 30px; } .recent-blogs-section .right-side a.blog .image-cont img{ width: 300px; /* height: 200px; */ position: static; } } @media screen and (min-width:930px) { header .menu{ padding: 0; margin-right: 50px; } header .menu ul{ opacity: 1; visibility: visible; transform: translateX(0); flex-direction: row; align-items: center; position: initial; background: inherit; box-shadow: initial; width: 100%; padding: 0; } header .menu ul li{ margin: 0; margin-left: 30px; } header .menu ul li.login{ margin: 0; margin-left: 30px; padding: 0.5rem 2rem; } .menu-toggler{ display: none; } .recent-blogs-section{ grid-template-columns: 1fr 400px; max-width: 1530px; margin-top: 10px; box-shadow: initial; /* background: #131417; */ } .recent-blogs-section .left-side{ /* flex-basis: 80%; */ margin-right: 30px; } .recent-blogs-section .right-side{ /* flex-basis: 20%; */ min-width: 370px; } .recent-blogs-container .blog{ margin: 5px; /* max-width: 350px; */ } .recent-blogs-section .right-side a.blog .image-cont{ height: 6rem; width: 30%; } .recent-blogs-section .right-side a.blog .image-cont img{ width: 100px; height: 100px; position: static; } .recent-blogs-section .right-side a.blog .text{ margin-left: 10px; width: 70%; padding-top: 0; } .recent-blogs-section .right-side a.blog .text .info-reading{ font-size: .9rem; /* margin-left: 30px; */ margin-bottom: 20px; } } .older-blogs{ padding: 80px 0; } .older-blogs>h2{ margin-left: 30px; position: relative; margin-bottom: 40px; } .older-blogs>h2::before{ content: "OLDER BLOGS"; position: absolute; top: 1.5rem; left: 1rem; color: rgba(221, 221, 221, 0.473); font-size: 1.7rem; } .older-blogs .blogs-container{ display: flex; flex-wrap: wrap; justify-content: space-evenly; } .older-blogs .blogs-container .blog{ width: 47%; /* max-width: 240px; */ height: 11rem; /* background: #000; */ margin-top: 20px; display: flex; background: #f1f1f1; box-shadow: 1px 1px 10px rgb(226, 226, 226); } .older-blogs .blogs-container .blog .right-side{ width: 35%; min-width: 35%; height: 100%; } .older-blogs .blogs-container .blog .right-side img{ width: 100%; height: 100%; object-fit: cover; } .older-blogs .blogs-container .blog .left-side{ padding: 10px; max-width: 60%; } .older-blogs .blogs-container .blog .left-side .data{ display: flex; margin-bottom: 10px; font-size: .95rem; } .older-blogs .blogs-container .blog .left-side .data p{ margin-right: 25px; } .older-blogs .blogs-container .blog .left-side .info{ max-height: 110px; overflow: hidden; } .older-blogs .blogs-container .blog .left-side .info p{ text-overflow: ellipsis; overflow: hidden; white-space:nowrap; margin-top: 15px; } @media (max-width:1500px){ .older-blogs>h2{ text-align: center; } .older-blogs>h2::before{ left:46%; } .older-blogs .blogs-container{ flex-direction: column; align-items: center; } .older-blogs .blogs-container .blog{ width: 70%; } .older-blogs .blogs-container .blog .right-side{ min-width: 20%; } } @media screen and (max-width:930px) { .older-blogs .blogs-container{ padding: 0 20px; } .older-blogs .blogs-container .blog{ width: 98%; } .older-blogs .blogs-container .blog .left-side{ max-width: 70%; } .older-blogs .blogs-container .blog .left-side .info p{ max-width: 100%; } } @media screen and (max-width:600px){ .older-blogs .blogs-container .blog{ flex-direction: column; height: initial; } .older-blogs .blogs-container .blog .right-side{ width: 100%; height: 10rem; } .older-blogs .blogs-container .blog .left-side { max-width: 100%; } }
0.380183
0.06078
height: 22px; width: 25px; transition:transform 0.2s; transition-delay:0s; } /*#menu:hover{ transform:rotate(90deg); }*/ #center{ font-style: Arial inherit; color: white; } #login1{ font-size: 24px; display: inline-block; color: white; font-vertical-align: center; background-color: transparent; border-color: white; border: solid 1px; width: 120px; height: 45px; transition: 0.4s ease; } #login1:hover{ color: #FF7F50; background-color: white; } #register1{ font-size: 24px; font-vertical-align: center; display: inline-block; color: white; background-color: transparent; border-color: white; border: solid 1px; width: 120px; height: 45px; transition: 0.4s ease; } #register1:hover{ color: #FF7F50; background-color: white; } #login22{ font-size: 22px; display: inline-block; color: white; font-vertical-align: center; background-color: transparent; border-color: white; border: solid 1px; width: 140px; height: 45px; transition: 0.4s ease; } #login22:hover{ color: #FF7F50; background-color: white; } #loginimg{ transform:translateY(20px); transition:transform 3s; transition-delay:0.5s; } #navbutton{ background: rgba(255, 255, 255, 0); } #lidropdown{ display: block; height: 25px; width: 22px; } #navul{ float:left; position: absolute; top: 50px; right: 0px; } #searchform{ position: absolute; top: 16%; left: 25%; } #tx{ position: absolute; top: 6%; } #txname{ position: absolute; top: 6%; } #login2{ font-size: 17px; display: inline-block; color: gray; font-vertical-align: left; background-color: transparent; border-color: white; border: solid 1px; width: 100px; height: 40px; transition: 0.4s ease; } #login2:hover{ color: #FF7F50; background-color: white; } #btn { width:50px; height:50px; position:fixed; left:40%; display:none; margin-left:610px; bottom:60px; background:url(../img/icon_Top.png) no-repeat left top; } /*#btn:hover { background:url(../img/top.jpg) no-repeat 0 -39px; }*/ .login11{ font-size: 10px; display: inline-block; font-color: gray; font-vertical-align: left; background-color: transparent; border-color: gray; border: solid 1px; width: 80px; height: 30px; transition: 0.4s ease; } .login11:hover{ background-color: white; border-color: coral; font-color:coral; }
frontend/web/css/hello.css
height: 22px; width: 25px; transition:transform 0.2s; transition-delay:0s; } /*#menu:hover{ transform:rotate(90deg); }*/ #center{ font-style: Arial inherit; color: white; } #login1{ font-size: 24px; display: inline-block; color: white; font-vertical-align: center; background-color: transparent; border-color: white; border: solid 1px; width: 120px; height: 45px; transition: 0.4s ease; } #login1:hover{ color: #FF7F50; background-color: white; } #register1{ font-size: 24px; font-vertical-align: center; display: inline-block; color: white; background-color: transparent; border-color: white; border: solid 1px; width: 120px; height: 45px; transition: 0.4s ease; } #register1:hover{ color: #FF7F50; background-color: white; } #login22{ font-size: 22px; display: inline-block; color: white; font-vertical-align: center; background-color: transparent; border-color: white; border: solid 1px; width: 140px; height: 45px; transition: 0.4s ease; } #login22:hover{ color: #FF7F50; background-color: white; } #loginimg{ transform:translateY(20px); transition:transform 3s; transition-delay:0.5s; } #navbutton{ background: rgba(255, 255, 255, 0); } #lidropdown{ display: block; height: 25px; width: 22px; } #navul{ float:left; position: absolute; top: 50px; right: 0px; } #searchform{ position: absolute; top: 16%; left: 25%; } #tx{ position: absolute; top: 6%; } #txname{ position: absolute; top: 6%; } #login2{ font-size: 17px; display: inline-block; color: gray; font-vertical-align: left; background-color: transparent; border-color: white; border: solid 1px; width: 100px; height: 40px; transition: 0.4s ease; } #login2:hover{ color: #FF7F50; background-color: white; } #btn { width:50px; height:50px; position:fixed; left:40%; display:none; margin-left:610px; bottom:60px; background:url(../img/icon_Top.png) no-repeat left top; } /*#btn:hover { background:url(../img/top.jpg) no-repeat 0 -39px; }*/ .login11{ font-size: 10px; display: inline-block; font-color: gray; font-vertical-align: left; background-color: transparent; border-color: gray; border: solid 1px; width: 80px; height: 30px; transition: 0.4s ease; } .login11:hover{ background-color: white; border-color: coral; font-color:coral; }
0.224055
0.054074
@font-face{ font-family: 'AlibabaPuHuiTi-Medium'; /* ้‡ๅ‘ฝๅๅญ—ไฝ“ๅ */ src: url('./../font/Alibaba-PuHuiTi-Medium.ttf'); /* font-weight: normal; font-style: normal; */ } @font-face{ font-family: 'AlibabaPuHuiTi-Regular'; /* ้‡ๅ‘ฝๅๅญ—ไฝ“ๅ */ src: url('./../font/Alibaba-PuHuiTi-Regular.ttf'); /* font-weight: normal; font-style: normal; */ } /* ้˜ฟ้‡Œๅทดๅทดๆ™ฎๆƒ ไฝ“medium็š„ๅ„็งๅญ—ๅท */ .font-medium-32 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 32px; font-weight: 500; line-height: 32px; } .font-medium-24 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 24px; font-weight: 500; line-height: 24px; } .font-medium-18 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 18px; font-weight: 500; line-height: px; } .font-medium-16 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 16px; font-weight: 500; line-height: 16px; } .font-medium-14 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 14px; font-weight: 500; line-height: 14px; } .font-medium-12 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 12px; font-weight: 500; line-height: 12px; } /* ้˜ฟ้‡Œๅทดๅทดๆ™ฎๆƒ ไฝ“medium็š„ๅ„็งๅญ—ๅท๏ผŒไธ”ๅญ—ไฝ“้ขœ่‰ฒไธบ็™ฝ่‰ฒ */ .font-medium-white-32 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 32px; font-weight: 500; line-height: 32px; color: #ffffff; } .font-medium-white-24 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 24px; font-weight: 500; line-height: 24px; color: #ffffff; } .font-medium-white-18 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 18px; font-weight: 500; line-height: px; color: #ffffff; } .font-medium-white-16 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 16px; font-weight: 500; line-height: 16px; color: #ffffff; } .font-medium-white-14 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 14px; font-weight: 500; line-height: 14px; color: #ffffff; } .font-medium-white-12 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 12px; font-weight: 500; line-height: 12px; color: #ffffff; } /* ้˜ฟ้‡Œๅทดๅทดๆ™ฎๆƒ ไฝ“regular็š„ๅ„็งๅญ—ๅท */ .font-regular-32 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 32px; font-weight: 400; line-height: 32px; } .font-regular-24 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 24px; font-weight: 400; line-height: 24px; } .font-regular-18 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 18px; font-weight: 400; line-height: 18px; } .font-regular-16 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 16px; font-weight: 400; line-height: 16px; } .font-regular-14 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 14px; font-weight: 400; line-height: 14px; } .font-regular-12 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 12px; font-weight: 400; line-height: 12px; } /* ้˜ฟ้‡Œๅทดๅทดๆ™ฎๆƒ ไฝ“regular็š„ๅ„็งๅญ—ๅท๏ผŒไธ”ๅญ—ไฝ“้ขœ่‰ฒไธบ็™ฝ่‰ฒ */ .font-regular-white-32 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 32px; font-weight: 400; line-height: 32px; color: #ffffff; } .font-regular-white-24 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 24px; font-weight: 400; line-height: 24px; color: #ffffff; } .font-regular-white-18 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 18px; font-weight: 400; line-height: 18px; color: #ffffff; } .font-regular-white-16 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 16px; font-weight: 400; line-height: 16px; color: #ffffff; } .font-regular-white-14 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 14px; font-weight: 400; line-height: 14px; color: #ffffff; } .font-regular-white-12 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 12px; font-weight: 400; line-height: 12px; color: #ffffff; }
blockchain_courses/SCUT_2021/group6_project/Project/front_end/src/assets/css/font.css
@font-face{ font-family: 'AlibabaPuHuiTi-Medium'; /* ้‡ๅ‘ฝๅๅญ—ไฝ“ๅ */ src: url('./../font/Alibaba-PuHuiTi-Medium.ttf'); /* font-weight: normal; font-style: normal; */ } @font-face{ font-family: 'AlibabaPuHuiTi-Regular'; /* ้‡ๅ‘ฝๅๅญ—ไฝ“ๅ */ src: url('./../font/Alibaba-PuHuiTi-Regular.ttf'); /* font-weight: normal; font-style: normal; */ } /* ้˜ฟ้‡Œๅทดๅทดๆ™ฎๆƒ ไฝ“medium็š„ๅ„็งๅญ—ๅท */ .font-medium-32 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 32px; font-weight: 500; line-height: 32px; } .font-medium-24 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 24px; font-weight: 500; line-height: 24px; } .font-medium-18 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 18px; font-weight: 500; line-height: px; } .font-medium-16 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 16px; font-weight: 500; line-height: 16px; } .font-medium-14 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 14px; font-weight: 500; line-height: 14px; } .font-medium-12 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 12px; font-weight: 500; line-height: 12px; } /* ้˜ฟ้‡Œๅทดๅทดๆ™ฎๆƒ ไฝ“medium็š„ๅ„็งๅญ—ๅท๏ผŒไธ”ๅญ—ไฝ“้ขœ่‰ฒไธบ็™ฝ่‰ฒ */ .font-medium-white-32 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 32px; font-weight: 500; line-height: 32px; color: #ffffff; } .font-medium-white-24 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 24px; font-weight: 500; line-height: 24px; color: #ffffff; } .font-medium-white-18 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 18px; font-weight: 500; line-height: px; color: #ffffff; } .font-medium-white-16 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 16px; font-weight: 500; line-height: 16px; color: #ffffff; } .font-medium-white-14 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 14px; font-weight: 500; line-height: 14px; color: #ffffff; } .font-medium-white-12 { font-family: AlibabaPuHuiTi-Medium, serif; font-size: 12px; font-weight: 500; line-height: 12px; color: #ffffff; } /* ้˜ฟ้‡Œๅทดๅทดๆ™ฎๆƒ ไฝ“regular็š„ๅ„็งๅญ—ๅท */ .font-regular-32 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 32px; font-weight: 400; line-height: 32px; } .font-regular-24 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 24px; font-weight: 400; line-height: 24px; } .font-regular-18 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 18px; font-weight: 400; line-height: 18px; } .font-regular-16 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 16px; font-weight: 400; line-height: 16px; } .font-regular-14 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 14px; font-weight: 400; line-height: 14px; } .font-regular-12 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 12px; font-weight: 400; line-height: 12px; } /* ้˜ฟ้‡Œๅทดๅทดๆ™ฎๆƒ ไฝ“regular็š„ๅ„็งๅญ—ๅท๏ผŒไธ”ๅญ—ไฝ“้ขœ่‰ฒไธบ็™ฝ่‰ฒ */ .font-regular-white-32 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 32px; font-weight: 400; line-height: 32px; color: #ffffff; } .font-regular-white-24 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 24px; font-weight: 400; line-height: 24px; color: #ffffff; } .font-regular-white-18 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 18px; font-weight: 400; line-height: 18px; color: #ffffff; } .font-regular-white-16 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 16px; font-weight: 400; line-height: 16px; color: #ffffff; } .font-regular-white-14 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 14px; font-weight: 400; line-height: 14px; color: #ffffff; } .font-regular-white-12 { font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi; font-size: 12px; font-weight: 400; line-height: 12px; color: #ffffff; }
0.24817
0.055592
@charset "utf-8"; /* CSS Document */ html, body { background: #F30; width: 100%; min-height: 100%; color: #fff } .fixed_bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } .fixed_bg img { height: 100%; width: 100%; } .main_wrap { position: relative; z-index: 10; } .link { text-align: center; margin: 15px 0; color: #333 } .link a, .link a:visited { color: #333; } .title { background: url(title_con.png) no-repeat; background-size: 100% 100%; margin: 15px; padding: 10px; text-align: center; font-size: 16px; font-weight: bold; color: #fbcb0c } .info { padding: 10px; text-align: center; } .info .prize_title, .left_count, .invite_count { font-size: 15px; color: #FF0 } .info .time { font-size: 12px; color: #eee; } .info p { line-height: 24px; margin: 2px 0; } .info a { background: RGBA(45, 25, 2, .5); padding: 2px 0; color: #f6e35f } .info span.text_bg_w, .info a.text_bg_w { background: RGBA(255, 255, 255, .6); color: #F30 } .prize_box { width: 100%; display: block; } .start_btn, .start_btn:visited { display: inline-block; width: 80%; height: 44px; line-height: 44px; background: url(btn.png) no-repeat; border-radius: 10px; text-align: center; color: #990002; text-shadow: 1px 1px 1px #930; font-size: 16px; font-weight: bold; } .btnWrap { margin-top: 10px; text-align: center; } .main_btn { text-align: center; color: #fff; line-height: 12px; font-size: 12px; } .main_btn img { width: 40%; } .sub_btn_div { display: -webkit-box; width: 80%; margin: 0 auto 10px; } .sub_btn_div a { width: 50%; display: block; -wenkit-box-flex: 1; text-align: center; color: #fff; line-height: 12px; font-size: 12px; } .sub_btn_div a img { width: 90%; } .sub_btn_div a:first-child { } .sub_btn_div a:last-child { } .intro_content { padding: 15px; margin: 15px; background: #fff; border-radius: 10px; color: #444; } .join_list { position: absolute; top: 20px; left: 10px; right: 10px; background: #fff; padding: 10px; overflow: auto; border-radius: 10px; color: #555; } .join_list .close { position: absolute; width: 20px; height: 20px; top: 10px; right: 10px; background: url(close.png) no-repeat; background-size: auto 100%; z-index: 1000; } .join_list li { padding: 10px 10px 10px 70px; min-height: 50px; position: relative; border-bottom: 1px dashed #ddd; } .join_list li img { position: absolute; top: 10px; left: 10px; width: 50px; height: 50px; background: #ccc; border-radius: 100%; } .join_list li .time { font-size: 12px; color: #999 } .progress { border-radius: 12px; height: 20px; width: 80%; margin: 10px auto; border: 2px solid #f7ba01; position: relative; z-index: 100; } .progress .done { position: absolute; top: 0; left: 0; height: 20px; border-radius: 10px; background: #f7ba01 } .prize_log { margin: 15px; font-size: 14px; background: #fff; border-radius: 5px; color: #333 } .my_prizes { margin: 15px; font-size: 12px; background: #fff; border-radius: 5px; padding: 10px; color: #333 } .my_prizes li { background: #eee; margin-bottom: 15px; position: relative; min-height: 90px; padding: 10px 10px 10px 110px; border: 1px dashed #ddd; } .my_prizes li img { position: absolute; top: 10px; left: 10px; width: 90px; height: 90px; } .my_prizes li p { line-height: 15px; margin: 0 0 5px; color: #666 } .my_prizes li p.p_title { font-size: 14px; } .my_prizes li .btn_p { margin-top: 20px; } .my_prizes li .get_btn, .my_prizes li .get_btn:visited { margin-top: 5px; padding: 7px 25px; color: #fff; font-size: 12px; background: #F60; border-radius: 5px; } .page { text-align: center; padding: 15px; } .btm_content { text-align: center; padding: 20px 0; color: #777; margin: 0 50px; } .btm_content p { padding: 5px 0; } .btm_content p img { margin-right: 3px; vertical-align: -2px; } .btm_content .link_p { border-bottom: 1px solid #ddd; } .btm_content .link_p a { margin: 0 5px; }
src/Addons/HelpOpen/View/default/Public/index.css
@charset "utf-8"; /* CSS Document */ html, body { background: #F30; width: 100%; min-height: 100%; color: #fff } .fixed_bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } .fixed_bg img { height: 100%; width: 100%; } .main_wrap { position: relative; z-index: 10; } .link { text-align: center; margin: 15px 0; color: #333 } .link a, .link a:visited { color: #333; } .title { background: url(title_con.png) no-repeat; background-size: 100% 100%; margin: 15px; padding: 10px; text-align: center; font-size: 16px; font-weight: bold; color: #fbcb0c } .info { padding: 10px; text-align: center; } .info .prize_title, .left_count, .invite_count { font-size: 15px; color: #FF0 } .info .time { font-size: 12px; color: #eee; } .info p { line-height: 24px; margin: 2px 0; } .info a { background: RGBA(45, 25, 2, .5); padding: 2px 0; color: #f6e35f } .info span.text_bg_w, .info a.text_bg_w { background: RGBA(255, 255, 255, .6); color: #F30 } .prize_box { width: 100%; display: block; } .start_btn, .start_btn:visited { display: inline-block; width: 80%; height: 44px; line-height: 44px; background: url(btn.png) no-repeat; border-radius: 10px; text-align: center; color: #990002; text-shadow: 1px 1px 1px #930; font-size: 16px; font-weight: bold; } .btnWrap { margin-top: 10px; text-align: center; } .main_btn { text-align: center; color: #fff; line-height: 12px; font-size: 12px; } .main_btn img { width: 40%; } .sub_btn_div { display: -webkit-box; width: 80%; margin: 0 auto 10px; } .sub_btn_div a { width: 50%; display: block; -wenkit-box-flex: 1; text-align: center; color: #fff; line-height: 12px; font-size: 12px; } .sub_btn_div a img { width: 90%; } .sub_btn_div a:first-child { } .sub_btn_div a:last-child { } .intro_content { padding: 15px; margin: 15px; background: #fff; border-radius: 10px; color: #444; } .join_list { position: absolute; top: 20px; left: 10px; right: 10px; background: #fff; padding: 10px; overflow: auto; border-radius: 10px; color: #555; } .join_list .close { position: absolute; width: 20px; height: 20px; top: 10px; right: 10px; background: url(close.png) no-repeat; background-size: auto 100%; z-index: 1000; } .join_list li { padding: 10px 10px 10px 70px; min-height: 50px; position: relative; border-bottom: 1px dashed #ddd; } .join_list li img { position: absolute; top: 10px; left: 10px; width: 50px; height: 50px; background: #ccc; border-radius: 100%; } .join_list li .time { font-size: 12px; color: #999 } .progress { border-radius: 12px; height: 20px; width: 80%; margin: 10px auto; border: 2px solid #f7ba01; position: relative; z-index: 100; } .progress .done { position: absolute; top: 0; left: 0; height: 20px; border-radius: 10px; background: #f7ba01 } .prize_log { margin: 15px; font-size: 14px; background: #fff; border-radius: 5px; color: #333 } .my_prizes { margin: 15px; font-size: 12px; background: #fff; border-radius: 5px; padding: 10px; color: #333 } .my_prizes li { background: #eee; margin-bottom: 15px; position: relative; min-height: 90px; padding: 10px 10px 10px 110px; border: 1px dashed #ddd; } .my_prizes li img { position: absolute; top: 10px; left: 10px; width: 90px; height: 90px; } .my_prizes li p { line-height: 15px; margin: 0 0 5px; color: #666 } .my_prizes li p.p_title { font-size: 14px; } .my_prizes li .btn_p { margin-top: 20px; } .my_prizes li .get_btn, .my_prizes li .get_btn:visited { margin-top: 5px; padding: 7px 25px; color: #fff; font-size: 12px; background: #F60; border-radius: 5px; } .page { text-align: center; padding: 15px; } .btm_content { text-align: center; padding: 20px 0; color: #777; margin: 0 50px; } .btm_content p { padding: 5px 0; } .btm_content p img { margin-right: 3px; vertical-align: -2px; } .btm_content .link_p { border-bottom: 1px solid #ddd; } .btm_content .link_p a { margin: 0 5px; }
0.334916
0.076788
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap"); /* dont work */ /*************/ html { min-width: 320px; min-height: 665px; background: linear-gradient(#af67e9, #6565e7); } html, body { width: 100%; height: 100%; } * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Kumbh Sans", sans-serif; } body { display: flex; justify-content: center; align-items: center; padding-top: 40px; } .container { background: white; border-radius: 20px; display: flex; align-items: center; position: relative; box-shadow: rgba(0, 0, 0, 0.28) 0 50px 40px -20px; gap: calc( 30 * 1px + -30 * ((100vw - 600px)) / 1223); width: calc( 550 * 1px + 750 * ((100vw - 600px)) / 1223); height: calc( 400 * 1px + 200 * ((100vw - 600px)) / 1223); } .container .phone { display: none; } @media (max-width: 600px) and (min-width: 321px) { .container { flex-direction: column; width: calc( 290 * 1px + 160 * ((100vw - 320px)) / 280); height: calc( 425 * 1px + 155 * ((100vw - 320px)) / 280); padding-top: calc( 90 * 1px + 60 * ((100vw - 320px)) / 280); } .container .desktop { display: none; } .container .phone { display: block; } } @media (max-width: 320px) { .container { flex-direction: column; width: 290px; height: 425px; padding-top: 90px; } .container .desktop { display: none; } .container .phone { display: block; } } .container .img-container { overflow: hidden; flex: 1; } @media (max-width: 600px) and (min-width: 321px) { .container .img-container { position: absolute; top: -125px; height: calc( 200 * 1px + 70 * ((100vw - 320px)) / 280); } } @media (max-width: 320px) { .container .img-container { position: absolute; top: -125px; height: 200px; } } .container .img-container .woman { transform: translateX(calc( -45 * 1px + -55 * ((100vw - 600px)) / 1223)); width: calc( 305 * 1px + 295 * ((100vw - 600px)) / 1223); } @media (max-width: 600px) and (min-width: 321px) { .container .img-container .woman { transform: translate(calc( -15 * 1px + 15 * ((100vw - 320px)) / 280), calc( 15 * 1px + -15 * ((100vw - 320px)) / 280)); width: calc( 270 * 1px + 60 * ((100vw - 320px)) / 280); } } @media (max-width: 320px) { .container .img-container .woman { transform: translate(-15px, 15px); width: 270px; } } .container .img-container .bg-woman { transform: translate(calc( 10 * 1px + 20 * ((100vw - 320px)) / 280), calc( -90 * 1px + -20 * ((100vw - 320px)) / 280)); width: calc( 250 * 1px + 50 * ((100vw - 320px)) / 280); } @media (max-width: 320px) { .container .img-container .bg-woman { transform: translate(10, -90); width: 250px; } } @keyframes box-to-up { 0% { top: calc( 192 * 1px + 88 * ((100vw - 600px)) / 1223); } 50% { top: calc( 182 * 1px + 68 * ((100vw - 600px)) / 1223); } 100% { top: calc( 192 * 1px + 88 * ((100vw - 600px)) / 1223); } } .container .box { animation-name: box-to-up; animation-duration: 2s; animation-iteration-count: infinite; position: absolute; left: calc( -42 * 1px + -53 * ((100vw - 600px)) / 1223); width: calc( 90 * 1px + 101 * ((100vw - 600px)) / 1223); } .container .text { flex: 1; display: flex; flex-direction: column; gap: calc( 20 * 1px + 20 * ((100vw - 600px)) / 1223); } @media (max-width: 600px) { .container .text { gap: 30px; align-items: center; } } .container .text .title { width: fit-content; font-size: calc( 22 * 1px + 10 * ((100vw - 600px)) / 1223); color: #1d1e35; } @media (max-width: 600px) and (min-width: 321px) { .container .text .title { font-size: calc( 24 * 1px + 8 * ((100vw - 320px)) / 280); } } @media (max-width: 320px) { .container .text .title { font-size: 24px; } } .container .questions { display: flex; flex-direction: column; width: calc( 250 * 1px + 200 * ((100vw - 600px)) / 1223); gap: calc( 10 * 1px + 10 * ((100vw - 600px)) / 1223); font-size: calc( 11 * 1px + 5 * ((100vw - 600px)) / 1223); } @media (max-width: 600px) and (min-width: 321px) { .container .questions { width: calc( 260 * 1px + 120 * ((100vw - 320px)) / 280); font-size: calc( 12 * 1px + 4 * ((100vw - 320px)) / 280); } } @media (max-width: 320px) { .container .questions { width: 260px; font-size: 12px; } } .container .questions .question { display: flex; flex-direction: column; cursor: pointer; border-bottom: solid #e7e7e9 1px; gap: calc( 10 * 1px + 5 * ((100vw - 600px)) / 1223); padding: 0 calc( 10 * 1px + 10 * ((100vw - 600px)) / 1223) calc( 10 * 1px + 10 * ((100vw - 600px)) / 1223) 0; } @media (max-width: 600px) and (min-width: 321px) { .container .questions .question { padding: calc( 5 * 1px + 0 * ((100vw - 320px)) / 280) calc( 15 * 1px + 0 * ((100vw - 320px)) / 280) calc( 15 * 1px + 0 * ((100vw - 320px)) / 280) 0; } } @media (max-width: 320px) { .container .questions .question { padding: 5px 15px 15px 0; } } .container .questions .question:hover .q-text { color: #f47c57; } .container .questions .question .q-text { color: #4a4b5e; } .container .questions .question .q-text img { float: right; width: calc( 10 * 1px + 2 * ((100vw - 600px)) / 1223); padding-top: calc( 5 * 1px + 5 * ((100vw - 600px)) / 1223); } .container .questions .question .q-answer { display: none; color: #787887; } .container .questions .question.selected .q-text { color: black; font-weight: 700; } .container .questions .question.selected .q-text img { transform: rotate(180deg); } .container .questions .question.selected .q-answer { display: inline-block; } /*# sourceMappingURL=style.css.map */
scss/style.css
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap"); /* dont work */ /*************/ html { min-width: 320px; min-height: 665px; background: linear-gradient(#af67e9, #6565e7); } html, body { width: 100%; height: 100%; } * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Kumbh Sans", sans-serif; } body { display: flex; justify-content: center; align-items: center; padding-top: 40px; } .container { background: white; border-radius: 20px; display: flex; align-items: center; position: relative; box-shadow: rgba(0, 0, 0, 0.28) 0 50px 40px -20px; gap: calc( 30 * 1px + -30 * ((100vw - 600px)) / 1223); width: calc( 550 * 1px + 750 * ((100vw - 600px)) / 1223); height: calc( 400 * 1px + 200 * ((100vw - 600px)) / 1223); } .container .phone { display: none; } @media (max-width: 600px) and (min-width: 321px) { .container { flex-direction: column; width: calc( 290 * 1px + 160 * ((100vw - 320px)) / 280); height: calc( 425 * 1px + 155 * ((100vw - 320px)) / 280); padding-top: calc( 90 * 1px + 60 * ((100vw - 320px)) / 280); } .container .desktop { display: none; } .container .phone { display: block; } } @media (max-width: 320px) { .container { flex-direction: column; width: 290px; height: 425px; padding-top: 90px; } .container .desktop { display: none; } .container .phone { display: block; } } .container .img-container { overflow: hidden; flex: 1; } @media (max-width: 600px) and (min-width: 321px) { .container .img-container { position: absolute; top: -125px; height: calc( 200 * 1px + 70 * ((100vw - 320px)) / 280); } } @media (max-width: 320px) { .container .img-container { position: absolute; top: -125px; height: 200px; } } .container .img-container .woman { transform: translateX(calc( -45 * 1px + -55 * ((100vw - 600px)) / 1223)); width: calc( 305 * 1px + 295 * ((100vw - 600px)) / 1223); } @media (max-width: 600px) and (min-width: 321px) { .container .img-container .woman { transform: translate(calc( -15 * 1px + 15 * ((100vw - 320px)) / 280), calc( 15 * 1px + -15 * ((100vw - 320px)) / 280)); width: calc( 270 * 1px + 60 * ((100vw - 320px)) / 280); } } @media (max-width: 320px) { .container .img-container .woman { transform: translate(-15px, 15px); width: 270px; } } .container .img-container .bg-woman { transform: translate(calc( 10 * 1px + 20 * ((100vw - 320px)) / 280), calc( -90 * 1px + -20 * ((100vw - 320px)) / 280)); width: calc( 250 * 1px + 50 * ((100vw - 320px)) / 280); } @media (max-width: 320px) { .container .img-container .bg-woman { transform: translate(10, -90); width: 250px; } } @keyframes box-to-up { 0% { top: calc( 192 * 1px + 88 * ((100vw - 600px)) / 1223); } 50% { top: calc( 182 * 1px + 68 * ((100vw - 600px)) / 1223); } 100% { top: calc( 192 * 1px + 88 * ((100vw - 600px)) / 1223); } } .container .box { animation-name: box-to-up; animation-duration: 2s; animation-iteration-count: infinite; position: absolute; left: calc( -42 * 1px + -53 * ((100vw - 600px)) / 1223); width: calc( 90 * 1px + 101 * ((100vw - 600px)) / 1223); } .container .text { flex: 1; display: flex; flex-direction: column; gap: calc( 20 * 1px + 20 * ((100vw - 600px)) / 1223); } @media (max-width: 600px) { .container .text { gap: 30px; align-items: center; } } .container .text .title { width: fit-content; font-size: calc( 22 * 1px + 10 * ((100vw - 600px)) / 1223); color: #1d1e35; } @media (max-width: 600px) and (min-width: 321px) { .container .text .title { font-size: calc( 24 * 1px + 8 * ((100vw - 320px)) / 280); } } @media (max-width: 320px) { .container .text .title { font-size: 24px; } } .container .questions { display: flex; flex-direction: column; width: calc( 250 * 1px + 200 * ((100vw - 600px)) / 1223); gap: calc( 10 * 1px + 10 * ((100vw - 600px)) / 1223); font-size: calc( 11 * 1px + 5 * ((100vw - 600px)) / 1223); } @media (max-width: 600px) and (min-width: 321px) { .container .questions { width: calc( 260 * 1px + 120 * ((100vw - 320px)) / 280); font-size: calc( 12 * 1px + 4 * ((100vw - 320px)) / 280); } } @media (max-width: 320px) { .container .questions { width: 260px; font-size: 12px; } } .container .questions .question { display: flex; flex-direction: column; cursor: pointer; border-bottom: solid #e7e7e9 1px; gap: calc( 10 * 1px + 5 * ((100vw - 600px)) / 1223); padding: 0 calc( 10 * 1px + 10 * ((100vw - 600px)) / 1223) calc( 10 * 1px + 10 * ((100vw - 600px)) / 1223) 0; } @media (max-width: 600px) and (min-width: 321px) { .container .questions .question { padding: calc( 5 * 1px + 0 * ((100vw - 320px)) / 280) calc( 15 * 1px + 0 * ((100vw - 320px)) / 280) calc( 15 * 1px + 0 * ((100vw - 320px)) / 280) 0; } } @media (max-width: 320px) { .container .questions .question { padding: 5px 15px 15px 0; } } .container .questions .question:hover .q-text { color: #f47c57; } .container .questions .question .q-text { color: #4a4b5e; } .container .questions .question .q-text img { float: right; width: calc( 10 * 1px + 2 * ((100vw - 600px)) / 1223); padding-top: calc( 5 * 1px + 5 * ((100vw - 600px)) / 1223); } .container .questions .question .q-answer { display: none; color: #787887; } .container .questions .question.selected .q-text { color: black; font-weight: 700; } .container .questions .question.selected .q-text img { transform: rotate(180deg); } .container .questions .question.selected .q-answer { display: inline-block; } /*# sourceMappingURL=style.css.map */
0.28398
0.089455
html { --text-color: #fff; --Primary-UI: rgba(45, 44, 58, 0.767); --Secondary-UI: rgb(45, 44, 58); --shadow-color: black; --welcome-bg: url("https://tenntruth.com/wp-content/uploads/usat-images/2016/04/9777318-ncaa-football-music-city-bowl-tennessee-vs-nebraska.jpeg"); --about-us-bg: url("https://wallpapercave.com/wp/wp1930110.jpg"); --sign-up-bg: url("https://wallpapercave.com/wp/wp1930110.jpg"); } body { margin: 0em; color: var(--text-color); background-color: transparent; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } #doc-wrapper { width: 100%; height: 100vh; } #doc-header { padding: 0.4em 0em 0.4em 0em; display: flex; width: 100%; position: fixed; box-shadow: 0rem 0.2rem 1em var(--shadow-color); background-color: var(--Primary-UI); } #logo-image { height: 2rem; margin: auto; margin-left: 0.5em; } ul { list-style: none; display: flex; margin: 0.2rem; justify-content: space-around; } nav { width: 100%; } .links { color: var(--text-color); text-decoration: none; } .links:hover { text-decoration: underline; } #welcome-section { display: flex; background: var(--welcome-bg); background-position: center; background-size: cover; background-repeat: no-repeat; box-shadow: 0em 0.3em 0.8em var(--shadow-color); width: 100%; height: 35em; box-shadow: 0em 1em 1em black; } #about-us-section { display: flex; background: var(--about-us-bg); background-position: center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 30em; box-shadow: 0em 1em 1em var(--shadow-color); } .sign-up-form { text-align: center; margin: auto; margin-bottom: 10em; background-color: rgba(255, 255, 255, 0.897); border-radius: 0.5em; padding: 1.8em; width: 70vw; max-width: 500px; box-shadow: 0.1em 0.1em 1em var(--shadow-color); } .sign-up-form * { outline: none; border-radius: 0.3em !important; } .user-input { padding: 8px; border: 2px solid gray; border-radius: 2%; width: 400px; margin-bottom: 5px; max-width: 80%; } #submit { padding: 10px; border: 2px solid gray; border-radius: 2%; margin-top: 5px; width: 200px; max-width: 80%; } #video-wrapper { margin: auto; width: 70vw; height: 100%; padding: 0em 1em 0em 1em; max-width: 500px; border: 0.15em solid var(--shadow-color); background-color: var(--Primary-UI); } footer { height: 0px; background-color: var(--Secondary-UI); } footer p { text-align: center; box-shadow: 0em -0.3em 0.8em var(--shadow-color); padding: 0.5em; color: rgba(211, 211, 211, 0.808); background-color: var(--Secondary-UI); } footer a { text-decoration: none; color: rgba(241, 241, 241, 0.959); } footer a:hover { text-decoration: underline; color: var(--text-color); }
WebApps/FreeCodeCamp/Product-Landing/v1.3/CSS/styles.css
html { --text-color: #fff; --Primary-UI: rgba(45, 44, 58, 0.767); --Secondary-UI: rgb(45, 44, 58); --shadow-color: black; --welcome-bg: url("https://tenntruth.com/wp-content/uploads/usat-images/2016/04/9777318-ncaa-football-music-city-bowl-tennessee-vs-nebraska.jpeg"); --about-us-bg: url("https://wallpapercave.com/wp/wp1930110.jpg"); --sign-up-bg: url("https://wallpapercave.com/wp/wp1930110.jpg"); } body { margin: 0em; color: var(--text-color); background-color: transparent; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } #doc-wrapper { width: 100%; height: 100vh; } #doc-header { padding: 0.4em 0em 0.4em 0em; display: flex; width: 100%; position: fixed; box-shadow: 0rem 0.2rem 1em var(--shadow-color); background-color: var(--Primary-UI); } #logo-image { height: 2rem; margin: auto; margin-left: 0.5em; } ul { list-style: none; display: flex; margin: 0.2rem; justify-content: space-around; } nav { width: 100%; } .links { color: var(--text-color); text-decoration: none; } .links:hover { text-decoration: underline; } #welcome-section { display: flex; background: var(--welcome-bg); background-position: center; background-size: cover; background-repeat: no-repeat; box-shadow: 0em 0.3em 0.8em var(--shadow-color); width: 100%; height: 35em; box-shadow: 0em 1em 1em black; } #about-us-section { display: flex; background: var(--about-us-bg); background-position: center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 30em; box-shadow: 0em 1em 1em var(--shadow-color); } .sign-up-form { text-align: center; margin: auto; margin-bottom: 10em; background-color: rgba(255, 255, 255, 0.897); border-radius: 0.5em; padding: 1.8em; width: 70vw; max-width: 500px; box-shadow: 0.1em 0.1em 1em var(--shadow-color); } .sign-up-form * { outline: none; border-radius: 0.3em !important; } .user-input { padding: 8px; border: 2px solid gray; border-radius: 2%; width: 400px; margin-bottom: 5px; max-width: 80%; } #submit { padding: 10px; border: 2px solid gray; border-radius: 2%; margin-top: 5px; width: 200px; max-width: 80%; } #video-wrapper { margin: auto; width: 70vw; height: 100%; padding: 0em 1em 0em 1em; max-width: 500px; border: 0.15em solid var(--shadow-color); background-color: var(--Primary-UI); } footer { height: 0px; background-color: var(--Secondary-UI); } footer p { text-align: center; box-shadow: 0em -0.3em 0.8em var(--shadow-color); padding: 0.5em; color: rgba(211, 211, 211, 0.808); background-color: var(--Secondary-UI); } footer a { text-decoration: none; color: rgba(241, 241, 241, 0.959); } footer a:hover { text-decoration: underline; color: var(--text-color); }
0.586168
0.112454
@import url("pe-icon-7-stroke.css"); /*------------------------------------*\ #INIT/RESET \*------------------------------------*/ html { /* convenient for REM units, ex 16px === 1.6rem */ font-size: 62.5%; } body { font-family: "Nunito Sans", sans-serif; font-weight: 400; font-size: 1.6rem; margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; font-weight: 500; line-height: 1.26; color: #171717; text-align: center; } h1 { font-size: 3.8rem; } h2 { font-size: 3rem; } p { line-height: 1.5; color: #787878; /* For optimal usability and accessibility */ /* color: #757575; */ } img, video { max-width: 100%; height: auto; } /*------------------------------------*\ #COMMON \*------------------------------------*/ .modal-bg { position: fixed; display: none; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(22, 22, 22, 0.4); } .modal-bg_active { display: block; } .screen-reader-hidden { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } .icon { width: 3.2rem; height: 3.2rem; opacity: 0.7; display: block; } .btn { display: inline-block; font-family: "Montserrat", sans-serif; font-size: 1.2rem; font-weight: 500; border: 0; cursor: pointer; padding: 2rem 4.6rem; text-decoration: none; text-transform: uppercase; color: white; background-color: #10c9c3; } .btn_with-shadow { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.42); transition-property: transform, box-shadow; transition-duration: 0.4s; } .btn_with-shadow:hover { box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); transform: scale(1.04); } .naked-list { list-style-type: none; padding: 0; margin: 0; text-indent: 0; } @media (min-width: 1366px) { .container { max-width: 1366px; margin-left: auto; margin-right: auto; } } /*------------------------------------*\ #PAGE \*------------------------------------*/ .page { overflow-x: hidden; background: #f8f8f7; } .page__up-arrow { position: fixed; right: 1em; bottom: -2em; transition-property: transform, opacity; transition-duration: 1s; opacity: 0; z-index: 1500; } .page__up-arrow_active { opacity: 0.7; transform: translateY(-3em); } /*------------------------------------*\ #HEADER \*------------------------------------*/ .page-header { overflow: hidden; box-sizing: border-box; padding: 1.6rem 1.6rem 6.7rem; background: url("/images/header-bg-mobile.png") left top / cover no-repeat; text-align: center; min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; } .page-header__menu-icon { position: absolute; } .logo { opacity: 0.6; width: 31px; height: 25px; } .page-header__logo { margin-top: 3px; } .page-header__highlighter { background-color: rgba(16, 201, 195, 0.85); } .page-header__text { font-size: 1.8rem; } @media (min-width: 500px) { .page-header { background-image: url("/images/header-bg-tablet.png"); } } @media (min-width: 750px) { .page-header { display: block; } .page-header { background-image: url("/images/computer-contemporary-desk-1036841.jpg"); background-position: center; min-height: unset; } .page-header__header { margin-top: 5em; } .page-header__text { max-width: 500px; margin-left: auto; margin-right: auto; margin-bottom: 2em; } } /*------------------------------------*\ #NAVIGATION \*------------------------------------*/ .page-nav { position: fixed; z-index: 1500; top: 0; left: -70%; min-width: 70%; max-height: 100%; overflow: auto; background: #e9e9e9; transform: translateX(0); transition: transform 0.3s; font-size: 2rem; } .page-nav_active { transform: translateX(100%); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.42); } .page-nav__close { position: absolute; right: 1em; top: 1em; } .page-nav__list { text-align: left; } .page-nav__item { display: block; padding: 1em 1em; text-decoration: none; color: #1d1d1d; font-family: "Montserrat", sans-serif; text-transform: uppercase; } .page-nav__item:hover { text-decoration: underline; } @media (min-width: 750px) { .page-nav__navigation { text-align: right; } .page-header__menu-icon { display: none; } .page-nav { transition: none 0s ease-out; position: static; z-index: unset; min-width: unset; max-height: unset; overflow: unset; background: unset; font-size: 1.2rem; display: inline-block; } .page-nav__list { display: flex; } .page-nav__close { display: none; } .page-header__logo { display: none; } } @media (min-width: 1000px) { .page-nav { margin-right: 100px; } } /*------------------------------------*\ #ABOUT \*------------------------------------*/ .about { background: white; overflow: hidden; text-align: center; padding: 68px 1.6rem 93px; } .signature { margin-top: 20px; text-align: center; } /*------------------------------------*\ #SKILLS \*------------------------------------*/ .skills-inner { background-color: #f9f9f9; overflow: hidden; padding: 68px 1.6rem 64px; } .skills-list { font-size: 1.2rem; letter-spacing: 1px; color: #000000; font-family: Montserrat, sans-serif; font-weight: 500; } .skills-list__item { margin: 36px 0; font-weight: bold; text-transform: uppercase; } .skills-list__name { display: inline-block; } .skills-list__percent { display: inline-block; margin-left: 11px; } .skills-list__progress { width: 100%; height: 3px; margin-top: 17px; background-color: #10c9c3; } @media (min-width: 750px) { .skills { display: flex; } .skills > div { flex: 50%; } .skills-decor { background: #f9f9f9 url("/images/skills.png") right / cover no-repeat; } } /*------------------------------------*\ #PORTFOLIO \*------------------------------------*/ .portfolio { color: white; } .statistics { padding: 100px 1.6rem; background-color: #10c9c3; } .statistics__list { display: flex; flex-flow: row wrap; } .statistics__item { width: 100%; display: flex; height: 44px; margin-bottom: 32px; } .statistics__item:last-child { margin-bottom: 0; } /* more specificity to overwrite Pixeden icons css */ .statistics__icon > i { font-size: 54px; line-height: 40px; text-indent: -5px; letter-spacing: -5px; } .statistics__text { margin-left: 30px; line-height: 1; display: flex; flex-direction: column; justify-content: space-between; text-transform: uppercase; } .statistics__text > strong { font-size: 1.125em; } .statistics__text > div { font-size: 0.75em; } @media (min-width: 500px) { .statistics { padding-left: 3rem; padding-right: 3rem; } .statistics__item { width: 50%; } } @media (min-width: 800px) { /* Using 33.33%, doesn't always work right due to rounding */ .statistics__item { width: 33%; } .statistics__item:last-child { width: 34%; } } @media (min-width: 1000px) { .statistics__item, .statistics__item:last-child { width: 25%; } } /*------------------------------------*\ #SHOWCASE \*------------------------------------*/ .showcase { display: flex; flex-flow: row wrap; } .showcase__item { position: relative; width: 50%; line-height: 0; } .showcase__item-link { display: block; position: absolute; text-decoration: none; color: inherit; width: 100%; height: 100%; background-color: rgba(37, 37, 37, 0.7); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity 1s; } .showcase__item-link:hover { opacity: 1; } .showcase__item-link > i { font-size: 50px; } .portfolio__load-more { overflow: hidden; background-color: #f5f5f5; padding: 22px 1.6rem; text-align: center; } .portfolio__load-more-btn { color: #8e8e8e; background-color: inherit; } @media (min-width: 500px) { .showcase__item { width: 33%; } .showcase__item:last-child { width: 34%; } } @media (min-width: 1000px) { .showcase__item, .showcase__item:last-child { width: 25%; } } /*------------------------------------*\ #WORK-PROCESS \*------------------------------------*/ .work-process { background-color: white; overflow: hidden; text-align: center; padding: 68px 0 100px; } .work-process__text { padding: 0 1em; } .video-player { position: relative; line-height: 0; } .video-player__controls { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 100; transition: opacity 0.5s; } .video-player__controls_hidden { opacity: 0; } .video-player__controls_hidden:hover { opacity: 1; outline: none; } .video-controls__play { width: 80px; height: 80px; cursor: pointer; filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8)); } /*------------------------------------*\ #SERVICES \*------------------------------------*/ .services { background-color: #f5f5f5; padding: 68px 0 70px; } .services-list { font-size: 1.6rem; display: flex; flex-flow: row wrap; } .services-list__item { position: relative; width: 50%; box-sizing: border-box; line-height: 0; text-align: center; padding: 28px 0.5em 0.5em; } .services-list__icon { font-size: 48px; color: #656565; line-height: 0; } .services-list__title { font-size: 0.75em; font-weight: bold; color: #171717; text-transform: uppercase; } @media (min-width: 1000px) { .services-list__item { width: 25%; } } /*------------------------------------*\ #TESTIMONIALS for slider styles see below \*------------------------------------*/ .testimonials { overflow: hidden; background-color: #10c9c3; } .feedback-slider { color: #ffffff; } .feedback-slide { text-align: center; padding: 130px 1.6rem; } .feedback-text { /* font-size: 1.875em; */ font-size: 1.125em; line-height: 1.2; color: inherit; } .feedback-text::before { content: open-quote; } .feedback-text::after { content: close-quote; } .feedback-source { font-size: 0.75em; text-transform: uppercase; color: inherit; } .clients { background-color: white; padding: 65px 0; overflow: hidden; display: flex; flex-wrap: wrap; } .clients_item { box-sizing: border-box; flex-grow: 1; padding: 1em; text-align: center; } .clients_item > img { opacity: 0.7; } @media (min-width: 750px) { .feedback-slider { max-width: 750px; margin-left: auto; margin-right: auto; } .feedback-slide { font-size: 2rem; } } /*------------------------------------*\ #SLIDER \*------------------------------------*/ .slider { overflow: hidden; position: relative; } .slider__inner { display: flex; position: relative; transition: right 1s; right: 0; } .slider__item { box-sizing: border-box; min-width: 100%; cursor: default; } .slider__pagination { position: absolute; z-index: 1000; text-align: center; width: 100%; bottom: 60px; } .slider__ref { opacity: 0.7; cursor: pointer; display: inline-flex; min-width: 32px; min-height: 24px; justify-content: center; align-items: center; } .slider__ref_active { opacity: 1; } .slider__ref_active .dot { transform: scale(1.67); } .dot { width: 6px; height: 6px; background-color: white; border-radius: 50%; } /*------------------------------------*\ #CONTACT \*------------------------------------*/ .contact { overflow: hidden; background-color: #f5f5f5; padding: 68px 1.6rem 100px; } .contact__text { text-align: center; margin-bottom: 33px; } /*------------------------------------*\ #FORM-ELEMENTS #CONTACT-FORM \*------------------------------------*/ .form { font-size: 1.6rem; } .form-group > input, .form-group > textarea { font-size: 0.938em; font-family: inherit; color: #787878; line-height: 24px; border: 0; background-color: white; width: 100%; box-sizing: border-box; padding: 14px 20px; } .form-group, .form-row { margin-bottom: 30px; } .contact-form__submit { text-align: center; } /*------------------------------------*\ #FOOTER \*------------------------------------*/ .page-footer { font-size: 1.6rem; overflow: hidden; background-color: #141414; color: #bcbcbc; line-height: 1.6; padding: 82px 1.6rem; text-align: center; display: flex; flex-flow: row wrap; align-items: baseline; } .page-footer__header { width: 100%; box-sizing: border-box; } .page-footer__header > h2 { color: white; font-size: 1.125em; } .page-footer__header ul, .page-footer__header p { font-size: 0.938em; color: inherit; } .page-footer__address { width: 100%; font-style: normal; margin-bottom: 1em; box-sizing: border-box; } .page-footer__links { width: 50%; box-sizing: border-box; } .page-footer__social { width: 50%; box-sizing: border-box; } .page-footer a { color: inherit; text-decoration: none; } .page-footer a:hover { text-decoration: underline; } .page-footer__credits { margin-top: 1.5em; width: 100%; } .credits { width: 70%; font-size: 0.625em; margin-left: auto; margin-right: auto; } @media (min-width: 1000px) { .page-footer { padding-left: 3rem; padding-right: 3rem; } .page-footer__header { width: 40%; text-align: left; } .page-footer__header > h2 { text-align: left; } .page-footer__address { width: 30%; text-align: left; padding-left: 1em; } .page-footer__links { width: 15%; text-align: left; padding-left: 1em; } .page-footer__social { width: 15%; text-align: left; padding-left: 1em; } } /*------------------------------------*\ #MEDIA QUERIES \*------------------------------------*/ /* Small devices (landscape phones, 576px and up) */ @media (min-width: 500px) { .form-row { display: flex; } .form-row > .form-group { flex-grow: 1; margin-bottom: 0; margin-right: 30px; } .form-row > .form-group:last-child { margin-right: 0; } }
src/css/style.css
@import url("pe-icon-7-stroke.css"); /*------------------------------------*\ #INIT/RESET \*------------------------------------*/ html { /* convenient for REM units, ex 16px === 1.6rem */ font-size: 62.5%; } body { font-family: "Nunito Sans", sans-serif; font-weight: 400; font-size: 1.6rem; margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; font-weight: 500; line-height: 1.26; color: #171717; text-align: center; } h1 { font-size: 3.8rem; } h2 { font-size: 3rem; } p { line-height: 1.5; color: #787878; /* For optimal usability and accessibility */ /* color: #757575; */ } img, video { max-width: 100%; height: auto; } /*------------------------------------*\ #COMMON \*------------------------------------*/ .modal-bg { position: fixed; display: none; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(22, 22, 22, 0.4); } .modal-bg_active { display: block; } .screen-reader-hidden { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } .icon { width: 3.2rem; height: 3.2rem; opacity: 0.7; display: block; } .btn { display: inline-block; font-family: "Montserrat", sans-serif; font-size: 1.2rem; font-weight: 500; border: 0; cursor: pointer; padding: 2rem 4.6rem; text-decoration: none; text-transform: uppercase; color: white; background-color: #10c9c3; } .btn_with-shadow { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.42); transition-property: transform, box-shadow; transition-duration: 0.4s; } .btn_with-shadow:hover { box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); transform: scale(1.04); } .naked-list { list-style-type: none; padding: 0; margin: 0; text-indent: 0; } @media (min-width: 1366px) { .container { max-width: 1366px; margin-left: auto; margin-right: auto; } } /*------------------------------------*\ #PAGE \*------------------------------------*/ .page { overflow-x: hidden; background: #f8f8f7; } .page__up-arrow { position: fixed; right: 1em; bottom: -2em; transition-property: transform, opacity; transition-duration: 1s; opacity: 0; z-index: 1500; } .page__up-arrow_active { opacity: 0.7; transform: translateY(-3em); } /*------------------------------------*\ #HEADER \*------------------------------------*/ .page-header { overflow: hidden; box-sizing: border-box; padding: 1.6rem 1.6rem 6.7rem; background: url("/images/header-bg-mobile.png") left top / cover no-repeat; text-align: center; min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; } .page-header__menu-icon { position: absolute; } .logo { opacity: 0.6; width: 31px; height: 25px; } .page-header__logo { margin-top: 3px; } .page-header__highlighter { background-color: rgba(16, 201, 195, 0.85); } .page-header__text { font-size: 1.8rem; } @media (min-width: 500px) { .page-header { background-image: url("/images/header-bg-tablet.png"); } } @media (min-width: 750px) { .page-header { display: block; } .page-header { background-image: url("/images/computer-contemporary-desk-1036841.jpg"); background-position: center; min-height: unset; } .page-header__header { margin-top: 5em; } .page-header__text { max-width: 500px; margin-left: auto; margin-right: auto; margin-bottom: 2em; } } /*------------------------------------*\ #NAVIGATION \*------------------------------------*/ .page-nav { position: fixed; z-index: 1500; top: 0; left: -70%; min-width: 70%; max-height: 100%; overflow: auto; background: #e9e9e9; transform: translateX(0); transition: transform 0.3s; font-size: 2rem; } .page-nav_active { transform: translateX(100%); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.42); } .page-nav__close { position: absolute; right: 1em; top: 1em; } .page-nav__list { text-align: left; } .page-nav__item { display: block; padding: 1em 1em; text-decoration: none; color: #1d1d1d; font-family: "Montserrat", sans-serif; text-transform: uppercase; } .page-nav__item:hover { text-decoration: underline; } @media (min-width: 750px) { .page-nav__navigation { text-align: right; } .page-header__menu-icon { display: none; } .page-nav { transition: none 0s ease-out; position: static; z-index: unset; min-width: unset; max-height: unset; overflow: unset; background: unset; font-size: 1.2rem; display: inline-block; } .page-nav__list { display: flex; } .page-nav__close { display: none; } .page-header__logo { display: none; } } @media (min-width: 1000px) { .page-nav { margin-right: 100px; } } /*------------------------------------*\ #ABOUT \*------------------------------------*/ .about { background: white; overflow: hidden; text-align: center; padding: 68px 1.6rem 93px; } .signature { margin-top: 20px; text-align: center; } /*------------------------------------*\ #SKILLS \*------------------------------------*/ .skills-inner { background-color: #f9f9f9; overflow: hidden; padding: 68px 1.6rem 64px; } .skills-list { font-size: 1.2rem; letter-spacing: 1px; color: #000000; font-family: Montserrat, sans-serif; font-weight: 500; } .skills-list__item { margin: 36px 0; font-weight: bold; text-transform: uppercase; } .skills-list__name { display: inline-block; } .skills-list__percent { display: inline-block; margin-left: 11px; } .skills-list__progress { width: 100%; height: 3px; margin-top: 17px; background-color: #10c9c3; } @media (min-width: 750px) { .skills { display: flex; } .skills > div { flex: 50%; } .skills-decor { background: #f9f9f9 url("/images/skills.png") right / cover no-repeat; } } /*------------------------------------*\ #PORTFOLIO \*------------------------------------*/ .portfolio { color: white; } .statistics { padding: 100px 1.6rem; background-color: #10c9c3; } .statistics__list { display: flex; flex-flow: row wrap; } .statistics__item { width: 100%; display: flex; height: 44px; margin-bottom: 32px; } .statistics__item:last-child { margin-bottom: 0; } /* more specificity to overwrite Pixeden icons css */ .statistics__icon > i { font-size: 54px; line-height: 40px; text-indent: -5px; letter-spacing: -5px; } .statistics__text { margin-left: 30px; line-height: 1; display: flex; flex-direction: column; justify-content: space-between; text-transform: uppercase; } .statistics__text > strong { font-size: 1.125em; } .statistics__text > div { font-size: 0.75em; } @media (min-width: 500px) { .statistics { padding-left: 3rem; padding-right: 3rem; } .statistics__item { width: 50%; } } @media (min-width: 800px) { /* Using 33.33%, doesn't always work right due to rounding */ .statistics__item { width: 33%; } .statistics__item:last-child { width: 34%; } } @media (min-width: 1000px) { .statistics__item, .statistics__item:last-child { width: 25%; } } /*------------------------------------*\ #SHOWCASE \*------------------------------------*/ .showcase { display: flex; flex-flow: row wrap; } .showcase__item { position: relative; width: 50%; line-height: 0; } .showcase__item-link { display: block; position: absolute; text-decoration: none; color: inherit; width: 100%; height: 100%; background-color: rgba(37, 37, 37, 0.7); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity 1s; } .showcase__item-link:hover { opacity: 1; } .showcase__item-link > i { font-size: 50px; } .portfolio__load-more { overflow: hidden; background-color: #f5f5f5; padding: 22px 1.6rem; text-align: center; } .portfolio__load-more-btn { color: #8e8e8e; background-color: inherit; } @media (min-width: 500px) { .showcase__item { width: 33%; } .showcase__item:last-child { width: 34%; } } @media (min-width: 1000px) { .showcase__item, .showcase__item:last-child { width: 25%; } } /*------------------------------------*\ #WORK-PROCESS \*------------------------------------*/ .work-process { background-color: white; overflow: hidden; text-align: center; padding: 68px 0 100px; } .work-process__text { padding: 0 1em; } .video-player { position: relative; line-height: 0; } .video-player__controls { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 100; transition: opacity 0.5s; } .video-player__controls_hidden { opacity: 0; } .video-player__controls_hidden:hover { opacity: 1; outline: none; } .video-controls__play { width: 80px; height: 80px; cursor: pointer; filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8)); } /*------------------------------------*\ #SERVICES \*------------------------------------*/ .services { background-color: #f5f5f5; padding: 68px 0 70px; } .services-list { font-size: 1.6rem; display: flex; flex-flow: row wrap; } .services-list__item { position: relative; width: 50%; box-sizing: border-box; line-height: 0; text-align: center; padding: 28px 0.5em 0.5em; } .services-list__icon { font-size: 48px; color: #656565; line-height: 0; } .services-list__title { font-size: 0.75em; font-weight: bold; color: #171717; text-transform: uppercase; } @media (min-width: 1000px) { .services-list__item { width: 25%; } } /*------------------------------------*\ #TESTIMONIALS for slider styles see below \*------------------------------------*/ .testimonials { overflow: hidden; background-color: #10c9c3; } .feedback-slider { color: #ffffff; } .feedback-slide { text-align: center; padding: 130px 1.6rem; } .feedback-text { /* font-size: 1.875em; */ font-size: 1.125em; line-height: 1.2; color: inherit; } .feedback-text::before { content: open-quote; } .feedback-text::after { content: close-quote; } .feedback-source { font-size: 0.75em; text-transform: uppercase; color: inherit; } .clients { background-color: white; padding: 65px 0; overflow: hidden; display: flex; flex-wrap: wrap; } .clients_item { box-sizing: border-box; flex-grow: 1; padding: 1em; text-align: center; } .clients_item > img { opacity: 0.7; } @media (min-width: 750px) { .feedback-slider { max-width: 750px; margin-left: auto; margin-right: auto; } .feedback-slide { font-size: 2rem; } } /*------------------------------------*\ #SLIDER \*------------------------------------*/ .slider { overflow: hidden; position: relative; } .slider__inner { display: flex; position: relative; transition: right 1s; right: 0; } .slider__item { box-sizing: border-box; min-width: 100%; cursor: default; } .slider__pagination { position: absolute; z-index: 1000; text-align: center; width: 100%; bottom: 60px; } .slider__ref { opacity: 0.7; cursor: pointer; display: inline-flex; min-width: 32px; min-height: 24px; justify-content: center; align-items: center; } .slider__ref_active { opacity: 1; } .slider__ref_active .dot { transform: scale(1.67); } .dot { width: 6px; height: 6px; background-color: white; border-radius: 50%; } /*------------------------------------*\ #CONTACT \*------------------------------------*/ .contact { overflow: hidden; background-color: #f5f5f5; padding: 68px 1.6rem 100px; } .contact__text { text-align: center; margin-bottom: 33px; } /*------------------------------------*\ #FORM-ELEMENTS #CONTACT-FORM \*------------------------------------*/ .form { font-size: 1.6rem; } .form-group > input, .form-group > textarea { font-size: 0.938em; font-family: inherit; color: #787878; line-height: 24px; border: 0; background-color: white; width: 100%; box-sizing: border-box; padding: 14px 20px; } .form-group, .form-row { margin-bottom: 30px; } .contact-form__submit { text-align: center; } /*------------------------------------*\ #FOOTER \*------------------------------------*/ .page-footer { font-size: 1.6rem; overflow: hidden; background-color: #141414; color: #bcbcbc; line-height: 1.6; padding: 82px 1.6rem; text-align: center; display: flex; flex-flow: row wrap; align-items: baseline; } .page-footer__header { width: 100%; box-sizing: border-box; } .page-footer__header > h2 { color: white; font-size: 1.125em; } .page-footer__header ul, .page-footer__header p { font-size: 0.938em; color: inherit; } .page-footer__address { width: 100%; font-style: normal; margin-bottom: 1em; box-sizing: border-box; } .page-footer__links { width: 50%; box-sizing: border-box; } .page-footer__social { width: 50%; box-sizing: border-box; } .page-footer a { color: inherit; text-decoration: none; } .page-footer a:hover { text-decoration: underline; } .page-footer__credits { margin-top: 1.5em; width: 100%; } .credits { width: 70%; font-size: 0.625em; margin-left: auto; margin-right: auto; } @media (min-width: 1000px) { .page-footer { padding-left: 3rem; padding-right: 3rem; } .page-footer__header { width: 40%; text-align: left; } .page-footer__header > h2 { text-align: left; } .page-footer__address { width: 30%; text-align: left; padding-left: 1em; } .page-footer__links { width: 15%; text-align: left; padding-left: 1em; } .page-footer__social { width: 15%; text-align: left; padding-left: 1em; } } /*------------------------------------*\ #MEDIA QUERIES \*------------------------------------*/ /* Small devices (landscape phones, 576px and up) */ @media (min-width: 500px) { .form-row { display: flex; } .form-row > .form-group { flex-grow: 1; margin-bottom: 0; margin-right: 30px; } .form-row > .form-group:last-child { margin-right: 0; } }
0.292595
0.066236
*, *::after, *::before { box-sizing: border-box; padding: 0; margin: 0; font-family: Helvetica; } /* ----------------- typografie ----------------*/ header h1 { font-size: 1.5em; } header button p { font-size: 1.25em; } main ul li a div h2 { font-size: 1.25em; } main ul li a div p { font-size: 1em; } a { text-decoration: none; color: black; } /* ----------------- header ----------------*/ header { padding: 1em 0; margin-bottom: 1em; position: relative; box-shadow: 0px 0px 3px lightgrey; } header > h1 { width: 100%; text-align: center; color: #484692; } header button { position: absolute; top: 1em; left: 1em; width: 3em; border: none; background-color: white; } header button img { width: 100%; } /* menu */ header nav { margin: 0; padding: 0; background-color: white; box-shadow: 0px 0px 6px lightgrey; position: fixed; top: 0; left: 0; width: 65%; height: 100%; transform: translateX(-120%); transition: 0.5s; z-index: 1; } header nav.toonSection { transform: translateX(0); } header nav h3 { padding: 2em 1em 0 1em; } header nav ul { padding: 1em; padding-top: 0; list-style-type: none; } header nav ul li { border-bottom: 1px solid lightgrey; padding: 1em 0; } header nav > button { width: 15%; height: 1.5em; font-size: 2em; font-weight: 600; border: none; background-color: #484692; color: white; z-index: 1; position: absolute; left: 100%; top: 0; } /* ----------------- main ----------------*/ main { position: relative; } /* all ul li's in the main*/ main ul li { list-style-type: none; } /* list item of liked match */ main > ul > li a { display: flex; width: 92%; box-shadow: 0 0 6px lightgrey; border-radius: 1em; padding: 1em; margin: 0 auto 1em auto; } /*profile picture*/ main > ul > li a img { background-color: #52c9c2; width: 100px; height: 100px; } main ul li a div { width: 70%; margin-left: 0.5em; } /* list of genres*/ main ul li a div ul { margin: 1em 0; display: flex; width: 100%; overflow: scroll; } main ul li a div ul li { margin: 0 0.25em; padding: 0.5em 1em; width: auto; white-space: nowrap; text-align: center; color: white; background-image: linear-gradient(to bottom right, #71ebe3, #52c9c2); border-radius: 1em; } main ul li { position: relative; } /*remove button*/ main ul li form button.remove { color: #484692; text-decoration: underline; font-size: 1em; background-color: transparent; border: none; position: absolute; bottom: 0.5em; right: 2em; } /* p 'end of list'*/ main > p { width: 100%; text-align: center; } /* pop up that show when the user clicks on the remove button */ main article.invisible { display: none; } main article.popup { width: 80vw; height: 30vh; box-shadow: 0px 0px 6px grey; border-radius: 25px; margin: 0 auto; background-color: white; position: absolute; top: calc(30%); left: calc(50% - 40vw); } main article.popup div { display: flex; width: 90%; margin: 2em auto 1.5em auto; } main article.popup div img { width: 30%; } main article.popup div h3 { width: 70%; font-size: 1.25em; } main article.popup button { display: block; } main article.popup button:first-of-type { width: 70%; padding: 0.5em 1.5em; border: none; border-radius: 20px; font-size: 1em; color: white; background-image: linear-gradient(to bottom right, #7e7bc9, #484692); margin: 0.5em auto; } main article.popup button:last-of-type { width: 40%; border: none; font-size: 1em; color: grey; background-color: white; margin: 0.5em auto; } /* ----------------- footer ----------------*/ footer { margin-top: 2em; }
static/public/css/style.css
*, *::after, *::before { box-sizing: border-box; padding: 0; margin: 0; font-family: Helvetica; } /* ----------------- typografie ----------------*/ header h1 { font-size: 1.5em; } header button p { font-size: 1.25em; } main ul li a div h2 { font-size: 1.25em; } main ul li a div p { font-size: 1em; } a { text-decoration: none; color: black; } /* ----------------- header ----------------*/ header { padding: 1em 0; margin-bottom: 1em; position: relative; box-shadow: 0px 0px 3px lightgrey; } header > h1 { width: 100%; text-align: center; color: #484692; } header button { position: absolute; top: 1em; left: 1em; width: 3em; border: none; background-color: white; } header button img { width: 100%; } /* menu */ header nav { margin: 0; padding: 0; background-color: white; box-shadow: 0px 0px 6px lightgrey; position: fixed; top: 0; left: 0; width: 65%; height: 100%; transform: translateX(-120%); transition: 0.5s; z-index: 1; } header nav.toonSection { transform: translateX(0); } header nav h3 { padding: 2em 1em 0 1em; } header nav ul { padding: 1em; padding-top: 0; list-style-type: none; } header nav ul li { border-bottom: 1px solid lightgrey; padding: 1em 0; } header nav > button { width: 15%; height: 1.5em; font-size: 2em; font-weight: 600; border: none; background-color: #484692; color: white; z-index: 1; position: absolute; left: 100%; top: 0; } /* ----------------- main ----------------*/ main { position: relative; } /* all ul li's in the main*/ main ul li { list-style-type: none; } /* list item of liked match */ main > ul > li a { display: flex; width: 92%; box-shadow: 0 0 6px lightgrey; border-radius: 1em; padding: 1em; margin: 0 auto 1em auto; } /*profile picture*/ main > ul > li a img { background-color: #52c9c2; width: 100px; height: 100px; } main ul li a div { width: 70%; margin-left: 0.5em; } /* list of genres*/ main ul li a div ul { margin: 1em 0; display: flex; width: 100%; overflow: scroll; } main ul li a div ul li { margin: 0 0.25em; padding: 0.5em 1em; width: auto; white-space: nowrap; text-align: center; color: white; background-image: linear-gradient(to bottom right, #71ebe3, #52c9c2); border-radius: 1em; } main ul li { position: relative; } /*remove button*/ main ul li form button.remove { color: #484692; text-decoration: underline; font-size: 1em; background-color: transparent; border: none; position: absolute; bottom: 0.5em; right: 2em; } /* p 'end of list'*/ main > p { width: 100%; text-align: center; } /* pop up that show when the user clicks on the remove button */ main article.invisible { display: none; } main article.popup { width: 80vw; height: 30vh; box-shadow: 0px 0px 6px grey; border-radius: 25px; margin: 0 auto; background-color: white; position: absolute; top: calc(30%); left: calc(50% - 40vw); } main article.popup div { display: flex; width: 90%; margin: 2em auto 1.5em auto; } main article.popup div img { width: 30%; } main article.popup div h3 { width: 70%; font-size: 1.25em; } main article.popup button { display: block; } main article.popup button:first-of-type { width: 70%; padding: 0.5em 1.5em; border: none; border-radius: 20px; font-size: 1em; color: white; background-image: linear-gradient(to bottom right, #7e7bc9, #484692); margin: 0.5em auto; } main article.popup button:last-of-type { width: 40%; border: none; font-size: 1em; color: grey; background-color: white; margin: 0.5em auto; } /* ----------------- footer ----------------*/ footer { margin-top: 2em; }
0.433742
0.088426
.ctAppRoot .esri-popup__main-container { overflow: auto; } .ctAppRoot .esri-popup__content .relatedTablesPopup { background-color: #fff !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-card__title { background-color: #fff !important; color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-tabs__bar { background-color: #fff; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-tabs__item { color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-tabs__icon { color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-text-field input { color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-text-field .v-label { color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-input__control > .v-input__slot:before { border-color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable { background-color: #fff; color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable .column { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable .column.active { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable .column.hover { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable .column .v-icon { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-select .v-icon { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable tr { border-bottom: 1px solid rgba(0, 0, 0, .12) !important; } /** Menu in Popup */ .ctAppRoot .vuetify-menues .relatedTableMenu .v-list { background-color: #fff; color: #6e6e6e; } .ctAppRoot .vuetify-menues .relatedTableMenu .v-list__tile--link:hover { background-color: #6e6e6e !important; color: #fff; } .ctAppRoot .vuetify-menues .relatedTableMenu .v-list__tile--highlighted { background-color: #fff; color: #6e6e6e; } .ctAppRoot.ctEnv_IE_11 .esri-popup__content .relatedTablesPopup .v-tabs__item { flex-basis: auto; }
src/main/js/bundles/dn_relatedtables/css/styles.css
.ctAppRoot .esri-popup__main-container { overflow: auto; } .ctAppRoot .esri-popup__content .relatedTablesPopup { background-color: #fff !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-card__title { background-color: #fff !important; color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-tabs__bar { background-color: #fff; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-tabs__item { color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-tabs__icon { color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-text-field input { color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-text-field .v-label { color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-input__control > .v-input__slot:before { border-color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable { background-color: #fff; color: #6e6e6e; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable .column { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable .column.active { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable .column.hover { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable .column .v-icon { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-select .v-icon { color: #6e6e6e !important; } .ctAppRoot .esri-popup__content .relatedTablesPopup .v-datatable tr { border-bottom: 1px solid rgba(0, 0, 0, .12) !important; } /** Menu in Popup */ .ctAppRoot .vuetify-menues .relatedTableMenu .v-list { background-color: #fff; color: #6e6e6e; } .ctAppRoot .vuetify-menues .relatedTableMenu .v-list__tile--link:hover { background-color: #6e6e6e !important; color: #fff; } .ctAppRoot .vuetify-menues .relatedTableMenu .v-list__tile--highlighted { background-color: #fff; color: #6e6e6e; } .ctAppRoot.ctEnv_IE_11 .esri-popup__content .relatedTablesPopup .v-tabs__item { flex-basis: auto; }
0.334481
0.046899
:host { position: fixed; background-color: #f8f9fa!important; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 1000; overflow-y: scroll; } .btn-group-lg>.btn, .btn-lg { padding: .5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: .3rem; } .rounded { border-radius: .68rem!important; } .display-1{ font-size: 6.0rem !important; } .display-2{ font-size: 5.5rem !important; } .display-3{ font-size: 4.5rem !important; } .display-4{ font-size: 3.5rem !important; } .display-xs-1, .display-xs-2, .display-xs-3, .display-xs-4 { font-size: inherit; } .display-sm-1, .display-sm-2, .display-sm-3, .display-sm-4 { font-size: inherit; } .display-md-1, .display-md-2, .display-md-3, .display-md-4 { font-size: inherit ; } .display-lg-1, .display-lg-2, .display-lg-3, .display-lg-4 { font-size: inherit; } .display-xl-1, .display-xl-2, .display-xl-3, .display-xl-4 { font-size: inherit ; } /* Extra small devices (portrait phones, less than 576px)*/ /* No media query since this is the default in Bootstrap*/ /* Extra Small devices (landscape phones, 364px and up)*/ @media (min-width: 364px) { .display-xs-1{ font-size: 1.5rem !important; } .display-xs-2{ font-size: 1.5rem !important; } .display-xs-3{ font-size: 1.5rem !important; } .display-xs-4{ font-size: 1.5rem !important; } } /* Small devices (landscape phones, 576px and up)*/ @media (min-width: 576px) { .display-sm-1{ font-size: 2.0rem !important; } .display-sm-2{ font-size: 2.0rem !important; } .display-sm-3{ font-size: 2.0rem !important; } .display-sm-4{ font-size: 2.0rem !important; } } /* Medium devices (tablets, 768px and up)*/ @media (min-width: 768px) { .display-md-1{ font-size: 5.0rem !important; } .display-md-2{ font-size: 4.5rem !important; } .display-md-3{ font-size: 3.5rem !important; } .display-md-4{ font-size: 2.5rem !important; } } /* Large devices (desktops, 992px and up)*/ @media (min-width: 992px) { .display-lg-1{ font-size: 6.0rem !important; } .display-lg-2{ font-size: 5.5rem !important; } .display-lg-3{ font-size: 4.5rem !important; } .display-lg-4{ font-size: 3.5rem !important; } } /* Extra large devices (large desktops, 1200px and up)*/ @media (min-width: 1200px) { .display-xl-1{ font-size: 6.5rem !important; } .display-xl-2{ font-size: 6.0rem !important; } .display-xl-3{ font-size: 5.0rem !important; } .display-xl-4{ font-size: 4.0rem !important; } }
src/app/core/layout/error/session/expired/expired.component.css
:host { position: fixed; background-color: #f8f9fa!important; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 1000; overflow-y: scroll; } .btn-group-lg>.btn, .btn-lg { padding: .5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: .3rem; } .rounded { border-radius: .68rem!important; } .display-1{ font-size: 6.0rem !important; } .display-2{ font-size: 5.5rem !important; } .display-3{ font-size: 4.5rem !important; } .display-4{ font-size: 3.5rem !important; } .display-xs-1, .display-xs-2, .display-xs-3, .display-xs-4 { font-size: inherit; } .display-sm-1, .display-sm-2, .display-sm-3, .display-sm-4 { font-size: inherit; } .display-md-1, .display-md-2, .display-md-3, .display-md-4 { font-size: inherit ; } .display-lg-1, .display-lg-2, .display-lg-3, .display-lg-4 { font-size: inherit; } .display-xl-1, .display-xl-2, .display-xl-3, .display-xl-4 { font-size: inherit ; } /* Extra small devices (portrait phones, less than 576px)*/ /* No media query since this is the default in Bootstrap*/ /* Extra Small devices (landscape phones, 364px and up)*/ @media (min-width: 364px) { .display-xs-1{ font-size: 1.5rem !important; } .display-xs-2{ font-size: 1.5rem !important; } .display-xs-3{ font-size: 1.5rem !important; } .display-xs-4{ font-size: 1.5rem !important; } } /* Small devices (landscape phones, 576px and up)*/ @media (min-width: 576px) { .display-sm-1{ font-size: 2.0rem !important; } .display-sm-2{ font-size: 2.0rem !important; } .display-sm-3{ font-size: 2.0rem !important; } .display-sm-4{ font-size: 2.0rem !important; } } /* Medium devices (tablets, 768px and up)*/ @media (min-width: 768px) { .display-md-1{ font-size: 5.0rem !important; } .display-md-2{ font-size: 4.5rem !important; } .display-md-3{ font-size: 3.5rem !important; } .display-md-4{ font-size: 2.5rem !important; } } /* Large devices (desktops, 992px and up)*/ @media (min-width: 992px) { .display-lg-1{ font-size: 6.0rem !important; } .display-lg-2{ font-size: 5.5rem !important; } .display-lg-3{ font-size: 4.5rem !important; } .display-lg-4{ font-size: 3.5rem !important; } } /* Extra large devices (large desktops, 1200px and up)*/ @media (min-width: 1200px) { .display-xl-1{ font-size: 6.5rem !important; } .display-xl-2{ font-size: 6.0rem !important; } .display-xl-3{ font-size: 5.0rem !important; } .display-xl-4{ font-size: 4.0rem !important; } }
0.335133
0.127598
.adphoto-main-div { display: flex; flex-direction: column; align-items: center; justify-content: center; } .addphoto-textfield-card { display: flex; flex-direction: column; align-items: center; justify-content: center; } .addphoto-textfield-title { margin-top: 15px !important; margin-bottom: 15px !important; } .add_pic_textfield_div { margin-bottom: 15px; margin-left: 15px; margin-right: 15px; margin-top: 15px; } .add_pic_textfield { width: 50ex; } .add_image_icon { margin-bottom: 10px !important; } .album-view-div { display: flex; flex-direction: row; margin-left: 10px; flex-wrap: wrap; } .particular_album-div { margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px; display: flex; flex: 1 0 10%; flex-direction: column; align-items: center; justify-content: center; } .album-box-border { background-color: rgb(168, 168, 168) !important; border: solid; flex-wrap: wrap; overflow: hidden; z-index: -1; height: 500px; width: 480px; border-color: rgb(3, 184, 184); object-fit: contain; display: flex; align-items: center; justify-content: center; } .title-div { position: absolute; background-color: rgb(128, 128, 128) !important; opacity: 0.8; border: solid; border-color: aqua; } .album-img { z-index: -1; width: auto; height: 200px; filter: blur(0.8px); -webkit-filter: blur(0.8px); } .title-album { color: white; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; } .albumpage-main-div { display: flex; flex-direction: column; align-items: center; justify-content: center; } .upload-div { margin-top: 5px; margin-bottom: 20px; } .upload-button { display: none !important; } .lable-upload { color: transparent !important; } .lable-upload:hover { color: transparent !important; } .camera-button { color: rgb(13, 72, 197) !important; background-color: rgb(202, 185, 209) !important; } .camera-button:hover { color: rgb(255, 255, 255) !important; background-color: rgb(0, 0, 0) !important; } .imageView-mai-div { display: flex; flex-direction: row; flex-wrap: wrap; width: fit-content; } .pirticular-album-image { margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; display: flex; flex: 1 0 10%; flex-direction: column; align-items: center; justify-content: center; } .album-image { width: auto; height: 500px; object-fit: contain; background-color: white; object-position: 100% 0; }
src/components/Photos/AddPhotos/AddPhotos.css
.adphoto-main-div { display: flex; flex-direction: column; align-items: center; justify-content: center; } .addphoto-textfield-card { display: flex; flex-direction: column; align-items: center; justify-content: center; } .addphoto-textfield-title { margin-top: 15px !important; margin-bottom: 15px !important; } .add_pic_textfield_div { margin-bottom: 15px; margin-left: 15px; margin-right: 15px; margin-top: 15px; } .add_pic_textfield { width: 50ex; } .add_image_icon { margin-bottom: 10px !important; } .album-view-div { display: flex; flex-direction: row; margin-left: 10px; flex-wrap: wrap; } .particular_album-div { margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px; display: flex; flex: 1 0 10%; flex-direction: column; align-items: center; justify-content: center; } .album-box-border { background-color: rgb(168, 168, 168) !important; border: solid; flex-wrap: wrap; overflow: hidden; z-index: -1; height: 500px; width: 480px; border-color: rgb(3, 184, 184); object-fit: contain; display: flex; align-items: center; justify-content: center; } .title-div { position: absolute; background-color: rgb(128, 128, 128) !important; opacity: 0.8; border: solid; border-color: aqua; } .album-img { z-index: -1; width: auto; height: 200px; filter: blur(0.8px); -webkit-filter: blur(0.8px); } .title-album { color: white; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; } .albumpage-main-div { display: flex; flex-direction: column; align-items: center; justify-content: center; } .upload-div { margin-top: 5px; margin-bottom: 20px; } .upload-button { display: none !important; } .lable-upload { color: transparent !important; } .lable-upload:hover { color: transparent !important; } .camera-button { color: rgb(13, 72, 197) !important; background-color: rgb(202, 185, 209) !important; } .camera-button:hover { color: rgb(255, 255, 255) !important; background-color: rgb(0, 0, 0) !important; } .imageView-mai-div { display: flex; flex-direction: row; flex-wrap: wrap; width: fit-content; } .pirticular-album-image { margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; display: flex; flex: 1 0 10%; flex-direction: column; align-items: center; justify-content: center; } .album-image { width: auto; height: 500px; object-fit: contain; background-color: white; object-position: 100% 0; }
0.405331
0.060059
html, body { margin: 0; padding: 0; height:100%; font-family: Arial, sans-serif; min-width: 1120px; } body { background: url(../img/elephant.png) no-repeat; } .left { float: left; } .right { float: right; } .clear { clear: both; } .hortonworks-top-text-block { margin: 0px 0 -387px 0; min-height: 100%; height: auto !important; height: 100%; } .logo img { margin: 30px 0 16px 0; } .hortonworks-greeting { font-size: 38px; margin-top: 15px; } .question { font-size: 22px; margin-bottom: 35px; } .big-data { font-size: 26px; } .hortonworks-name, .big-data { font-weight: 600; } .hortonworks-short-information, .hortonworks-footer { color: #818A8F; } .green-link { color: #68BE28; } .hortonworks-start-quastion { font-size: 25px; margin: 34px 0 26px 0; } .hortonworks-top-text-block, .hortonworks-footer-end { text-align: center; } .separator { margin: 0; } .separator, .hortonworks-footer { height: 387px; padding: 0; } .hortonworks-footer { } .hortonworks-start-panel { background-color: #818A8F; color: #FFF; height: 295px; border-top: 1px solid rgba(129, 138, 143, 0.5); border-bottom: 1px solid rgba(129, 138, 143, 0.5); } .hortonworks-start-panel, .hortonworks-footer { width: 100%; } .hortonworks-start-panel .option-block { width: 350px; margin: 49px 8px 0 8px; } .hortonworks-start-panel .option-block .title { font-size: 26px; } .hortonworks-start-panel .option-block .text-block { margin-left: 92px; } .icon { width: 72px; } .text { margin: 12px 0; } .text ul { list-style-image: url(../img/icons/triangle.png); padding: 0; } .text ul li { margin: 5px 0 5px 16px; } .text ul, .text div { font-size: 12px; } .text ul li a { color: #FFF; } .hortonworks-start-panel .block-from-option-blocks { width: 1108px; margin: 0 auto; } .hortonworks-footer-end { height:90px; line-height: 90px; font-size: 13px; } .button { padding: 8px 10px; font-size: 13px; color: #FFF; text-decoration: none; } .green { background-color: #68BE28; } .green:hover { background-color: #71C731; } .orange { background-color: #E17000; } .orange:hover { background-color: #EC7B0B; }
tutorials/landing/static/css/style.css
html, body { margin: 0; padding: 0; height:100%; font-family: Arial, sans-serif; min-width: 1120px; } body { background: url(../img/elephant.png) no-repeat; } .left { float: left; } .right { float: right; } .clear { clear: both; } .hortonworks-top-text-block { margin: 0px 0 -387px 0; min-height: 100%; height: auto !important; height: 100%; } .logo img { margin: 30px 0 16px 0; } .hortonworks-greeting { font-size: 38px; margin-top: 15px; } .question { font-size: 22px; margin-bottom: 35px; } .big-data { font-size: 26px; } .hortonworks-name, .big-data { font-weight: 600; } .hortonworks-short-information, .hortonworks-footer { color: #818A8F; } .green-link { color: #68BE28; } .hortonworks-start-quastion { font-size: 25px; margin: 34px 0 26px 0; } .hortonworks-top-text-block, .hortonworks-footer-end { text-align: center; } .separator { margin: 0; } .separator, .hortonworks-footer { height: 387px; padding: 0; } .hortonworks-footer { } .hortonworks-start-panel { background-color: #818A8F; color: #FFF; height: 295px; border-top: 1px solid rgba(129, 138, 143, 0.5); border-bottom: 1px solid rgba(129, 138, 143, 0.5); } .hortonworks-start-panel, .hortonworks-footer { width: 100%; } .hortonworks-start-panel .option-block { width: 350px; margin: 49px 8px 0 8px; } .hortonworks-start-panel .option-block .title { font-size: 26px; } .hortonworks-start-panel .option-block .text-block { margin-left: 92px; } .icon { width: 72px; } .text { margin: 12px 0; } .text ul { list-style-image: url(../img/icons/triangle.png); padding: 0; } .text ul li { margin: 5px 0 5px 16px; } .text ul, .text div { font-size: 12px; } .text ul li a { color: #FFF; } .hortonworks-start-panel .block-from-option-blocks { width: 1108px; margin: 0 auto; } .hortonworks-footer-end { height:90px; line-height: 90px; font-size: 13px; } .button { padding: 8px 10px; font-size: 13px; color: #FFF; text-decoration: none; } .green { background-color: #68BE28; } .green:hover { background-color: #71C731; } .orange { background-color: #E17000; } .orange:hover { background-color: #EC7B0B; }
0.517083
0.204401
#dashboardBody .widget.ErrorWidget .sock { display: none; } /* line 17, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.warning .sock { background-image: url(../img/sock.png); background-repeat: no-repeat; width: 100px; height: 100px; display: block; float: right; } /* line 30, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.thresholdCriticalValue { background-color: #cc0c39; } /* line 33, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.thresholdCriticalValue .value { color: white; } /* line 38, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.thresholdCautionValue { background-color: #978c06; } /* line 41, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.thresholdCautionValue .value { color: white; } /* line 10, ../scss/widget/_textWidget.scss */ #dashboardBody .widget.TextWidget { background-color: #4d4c4c; } /* line 15, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget { padding: 0; background: transparent; } /* line 19, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget h2 { font-size: 16px; } /* line 22, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget input.jenkins-build { color: #fff; } /* line 26, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .details { position: absolute; bottom: 5px; left: 0px; width: 100%; } /* line 33, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .title { color: white; } /* line 37, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .more-info { color: rgba(255, 255, 255, 0.3); } /* line 41, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .updated-at { display: none; } /* line 45, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .progress-bar { display: none; margin-top: 22px; } /* line 51, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .FAILURE .face { background: #cf0d4d; } /* line 57, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .UNSTABLE .face { background: #f3704f; } /* line 62, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face { padding: 14px 12px; background: #1693a7; } /* line 67, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face.front { z-index: 20; } /* line 71, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face.back { background: #a7169e; } /* line 75, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .flipped-effect .face.back { z-index: 21; } /* line 79, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .average-health-score { font-family: "Icons"; font-size: 210px; line-height: 0.9; margin-bottom: 25px; } /* line 86, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .last-built { font-size: 14px; } /* line 90, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .last-committer { font-size: 26px; margin-bottom: 3px; } /* line 95, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .change-rate { line-height: 220%; } /* line 99, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .code-coverage { line-height: 140%; } /* line 103, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .build-icon { width: 100%; height: 230px; } /* line 107, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .build-icon svg { width: 100%; height: 100%; } /* line 113, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .flip-container { position: relative; width: 100%; height: 100%; z-index: 1; -webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px; perspective: 1000px; } /* line 125, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .flip-content { width: 100%; height: 100%; -webkit-transform-style: preserve-3d; -webkit-transition: all 1.0s linear; -moz-transform-style: preserve-3d; -moz-transition: all 1.0s linear; -o-transform-style: preserve-3d; -o-transition: all 1.0s linear; transform-style: preserve-3d; transition: all 1.0s linear; } /* line 138, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .flip-container.flipped-effect .flip-content { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); } /* line 145, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } /* line 160, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face.back { display: block; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); padding: 10px; color: white; text-align: center; } /* line 172, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .widget-clock h2 { font-size: 66px; } /* line 5, ../scss/widget/_numberWidget.scss */ #dashboardBody .widget.NumberWidget .change-rate { font-weight: 500; font-size: 30px; margin-top: 30px; } /* line 4, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget { overflow: hidden; } /* line 7, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget h1 { font-size: 30px; margin-bottom: 10px; } /* line 12, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget h5 { color: #ddd; text-align: left; margin: 6px 0; } /* line 18, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message { text-align: left; border-bottom: 1px dotted #666; margin-bottom: 0.1em; padding-bottom: 0.4em; overflow: hidden; } /* line 25, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .createdAt { color: #aaa; font-size: 0.75em; margin-bottom: 2px; } /* line 31, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .content { font-size: 1.2em; color: #ddd; line-height: 110%; } /* line 36, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .content small { color: #fff; } /* line 42, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .targetAvatar { position: relative; } /* line 45, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .targetAvatar i { position: absolute; top: 24px; left: 36px; text-shadow: 0px 0px 4px #000; width: auto; font-size: 34px; font-weight: normal; } /* line 5, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget .graph_container { width: 100%; height: 180px; position: absolute; bottom: 0; left: 0; } /* line 13, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget .graph { width: 100%; height: 190px; opacity: 0.6; } /* line 19, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget .text { position: relative; z-index: 255; } /* line 24, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget h1 { margin-bottom: 8px; line-height: 25px; } /* line 29, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget h1 small { font-size: 18px; } /* line 33, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget .value { margin-top: 0; } /* line 2, ../scss/widget/_alertWidget.scss */ #dashboardBody .widget.AlertWidget .failure { color: #F3704F; } /* line 6, ../scss/widget/_alertWidget.scss */ #dashboardBody .widget.AlertWidget small { font-size: 70%; } /* line 10, ../scss/widget/_alertWidget.scss */ #dashboardBody .widget.AlertWidget h1 { margin-bottom: 0; } /* line 4, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget { overflow: hidden; } /* line 7, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .gearmanLogo { width: 30%; } /* line 11, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .server { margin: 10px 0; } /* line 14, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .server .jobsList { width: 100%; } /* line 17, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .server .jobsList .name { width: 50%; text-align: right; padding: 2px 4px; } /* line 23, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .server .jobsList .status { width: 50%; text-align: left; padding: 2px 4px; color: #999999; } @font-face { font-family: 'Icons'; src: url("fonts/artill_clean_icons-webfont.eot"); src: url("fonts/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/artill_clean_icons-webfont.woff") format("woff"), url("fonts/artill_clean_icons-webfont.ttf") format("truetype"), url("fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg"); font-weight: normal; font-style: normal; } /* line 38, ../scss/dashboard.scss */ body { color: white; padding: 0 13px 13px; background-color: #282c2e; font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.25em; font-weight: 300; } /* line 48, ../scss/dashboard.scss */ #dashboardBody .introduction { position: relative; } /* line 51, ../scss/dashboard.scss */ #dashboardBody .introduction .logo { font-size: 4em; line-height: 100px; background: url("../img/rtm-logo.png") no-repeat left top; padding-left: 115px; margin: 1em auto 1em auto; width: 660px; } /* line 60, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation { font-size: 0.85em; line-height: 25px; } /* line 64, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation h1, #dashboardBody .introduction .documentation h2, #dashboardBody .introduction .documentation h3, #dashboardBody .introduction .documentation h4, #dashboardBody .introduction .documentation h5 { font-weight: 300; } /* line 68, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation h2 { font-size: 31.5px; margin-top: 1em; } /* line 73, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation h3 { font-size: 24.5px; margin-top: 0.75em; } /* line 78, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation pre { margin: 0.8em 0; background-color: #4C5457; } /* line 83, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation li { line-height: 25px; } /* line 87, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation a[href^="https://travis-ci.org"] { position: absolute; top: 10px; right: 20px; } /* line 96, ../scss/dashboard.scss */ #dashboardBody .widget { padding: 14px; overflow: hidden; height: 366px; background-color: #373c3f; text-align: center; vertical-align: middle; position: relative; } /* line 105, ../scss/dashboard.scss */ #dashboardBody .widget.thresholdCriticalValue .value { color: #ed303c; } /* line 109, ../scss/dashboard.scss */ #dashboardBody .widget.thresholdCautionValue .value { color: #fff46b; } /* line 113, ../scss/dashboard.scss */ #dashboardBody .widget .value { margin-top: 40px; } /* line 117, ../scss/dashboard.scss */ #dashboardBody .widget .updated-at { display: block; position: absolute; bottom: 10px; left: 0; right: 0; } /* line 125, ../scss/dashboard.scss */ #dashboardBody .widget .change-rate.worse { color: #ed303c !important; } /* line 129, ../scss/dashboard.scss */ #dashboardBody .widget .prefix { font-size: 0.5em; } /* line 133, ../scss/dashboard.scss */ #dashboardBody .widget .suffix { font-size: 0.5em; } /* line 137, ../scss/dashboard.scss */ #dashboardBody .widget .row-fluid [class*=span] { margin-top: 5px; } /* line 145, ../scss/dashboard.scss */ #dashboardBody .row-fluid [class*=span] { margin-top: 13px; } /* line 151, ../scss/dashboard.scss */ #dashboardBody h1, #dashboardBody h2, #dashboardBody h3, #dashboardBody h4, #dashboardBody h5, #dashboardBody p { padding: 0; margin: 0; line-height: normal; } /* line 156, ../scss/dashboard.scss */ #dashboardBody h1 { margin-bottom: 12px; text-align: center; font-size: 30px; font-weight: 400; } /* line 162, ../scss/dashboard.scss */ #dashboardBody h2 { text-transform: uppercase; font-size: 76px; font-weight: 700; color: white; } /* line 168, ../scss/dashboard.scss */ #dashboardBody h3 { font-size: 25px; font-weight: 600; color: white; } /* line 174, ../scss/dashboard.scss */ #dashboardBody [class^="icon-"] { background-image: none; display: inline-block; text-align: center; width: 1.25em; line-height: normal; } @media screen and (min-width: 767px) { /* line 184, ../scss/dashboard.scss */ .container { width: 100%; } } /* line 192, ../scss/dashboard.scss */ .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } /* line 199, ../scss/dashboard.scss */ .clearfix:after { clear: both; } /* line 203, ../scss/dashboard.scss */ .clearfix { zoom: 1; }
public/css/dashboard.css
#dashboardBody .widget.ErrorWidget .sock { display: none; } /* line 17, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.warning .sock { background-image: url(../img/sock.png); background-repeat: no-repeat; width: 100px; height: 100px; display: block; float: right; } /* line 30, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.thresholdCriticalValue { background-color: #cc0c39; } /* line 33, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.thresholdCriticalValue .value { color: white; } /* line 38, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.thresholdCautionValue { background-color: #978c06; } /* line 41, ../scss/widget/_errorWidget.scss */ #dashboardBody .widget.ErrorWidget.thresholdCautionValue .value { color: white; } /* line 10, ../scss/widget/_textWidget.scss */ #dashboardBody .widget.TextWidget { background-color: #4d4c4c; } /* line 15, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget { padding: 0; background: transparent; } /* line 19, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget h2 { font-size: 16px; } /* line 22, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget input.jenkins-build { color: #fff; } /* line 26, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .details { position: absolute; bottom: 5px; left: 0px; width: 100%; } /* line 33, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .title { color: white; } /* line 37, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .more-info { color: rgba(255, 255, 255, 0.3); } /* line 41, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .updated-at { display: none; } /* line 45, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .progress-bar { display: none; margin-top: 22px; } /* line 51, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .FAILURE .face { background: #cf0d4d; } /* line 57, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .UNSTABLE .face { background: #f3704f; } /* line 62, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face { padding: 14px 12px; background: #1693a7; } /* line 67, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face.front { z-index: 20; } /* line 71, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face.back { background: #a7169e; } /* line 75, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .flipped-effect .face.back { z-index: 21; } /* line 79, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .average-health-score { font-family: "Icons"; font-size: 210px; line-height: 0.9; margin-bottom: 25px; } /* line 86, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .last-built { font-size: 14px; } /* line 90, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .last-committer { font-size: 26px; margin-bottom: 3px; } /* line 95, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .change-rate { line-height: 220%; } /* line 99, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .code-coverage { line-height: 140%; } /* line 103, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .build-icon { width: 100%; height: 230px; } /* line 107, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .build-icon svg { width: 100%; height: 100%; } /* line 113, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .flip-container { position: relative; width: 100%; height: 100%; z-index: 1; -webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px; perspective: 1000px; } /* line 125, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .flip-content { width: 100%; height: 100%; -webkit-transform-style: preserve-3d; -webkit-transition: all 1.0s linear; -moz-transform-style: preserve-3d; -moz-transition: all 1.0s linear; -o-transform-style: preserve-3d; -o-transition: all 1.0s linear; transform-style: preserve-3d; transition: all 1.0s linear; } /* line 138, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .flip-container.flipped-effect .flip-content { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); } /* line 145, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } /* line 160, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .face.back { display: block; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); padding: 10px; color: white; text-align: center; } /* line 172, ../scss/widget/_buildWidget.scss */ #dashboardBody .widget.BuildWidget .widget-clock h2 { font-size: 66px; } /* line 5, ../scss/widget/_numberWidget.scss */ #dashboardBody .widget.NumberWidget .change-rate { font-weight: 500; font-size: 30px; margin-top: 30px; } /* line 4, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget { overflow: hidden; } /* line 7, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget h1 { font-size: 30px; margin-bottom: 10px; } /* line 12, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget h5 { color: #ddd; text-align: left; margin: 6px 0; } /* line 18, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message { text-align: left; border-bottom: 1px dotted #666; margin-bottom: 0.1em; padding-bottom: 0.4em; overflow: hidden; } /* line 25, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .createdAt { color: #aaa; font-size: 0.75em; margin-bottom: 2px; } /* line 31, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .content { font-size: 1.2em; color: #ddd; line-height: 110%; } /* line 36, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .content small { color: #fff; } /* line 42, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .targetAvatar { position: relative; } /* line 45, ../scss/widget/_messagesWidget.scss */ #dashboardBody .widget.MessagesWidget .message .targetAvatar i { position: absolute; top: 24px; left: 36px; text-shadow: 0px 0px 4px #000; width: auto; font-size: 34px; font-weight: normal; } /* line 5, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget .graph_container { width: 100%; height: 180px; position: absolute; bottom: 0; left: 0; } /* line 13, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget .graph { width: 100%; height: 190px; opacity: 0.6; } /* line 19, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget .text { position: relative; z-index: 255; } /* line 24, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget h1 { margin-bottom: 8px; line-height: 25px; } /* line 29, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget h1 small { font-size: 18px; } /* line 33, ../scss/widget/_graphWidget.scss */ #dashboardBody .widget.GraphWidget .value { margin-top: 0; } /* line 2, ../scss/widget/_alertWidget.scss */ #dashboardBody .widget.AlertWidget .failure { color: #F3704F; } /* line 6, ../scss/widget/_alertWidget.scss */ #dashboardBody .widget.AlertWidget small { font-size: 70%; } /* line 10, ../scss/widget/_alertWidget.scss */ #dashboardBody .widget.AlertWidget h1 { margin-bottom: 0; } /* line 4, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget { overflow: hidden; } /* line 7, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .gearmanLogo { width: 30%; } /* line 11, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .server { margin: 10px 0; } /* line 14, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .server .jobsList { width: 100%; } /* line 17, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .server .jobsList .name { width: 50%; text-align: right; padding: 2px 4px; } /* line 23, ../scss/widget/_queueWidget.scss */ #dashboardBody .widget.QueueWidget .server .jobsList .status { width: 50%; text-align: left; padding: 2px 4px; color: #999999; } @font-face { font-family: 'Icons'; src: url("fonts/artill_clean_icons-webfont.eot"); src: url("fonts/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/artill_clean_icons-webfont.woff") format("woff"), url("fonts/artill_clean_icons-webfont.ttf") format("truetype"), url("fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg"); font-weight: normal; font-style: normal; } /* line 38, ../scss/dashboard.scss */ body { color: white; padding: 0 13px 13px; background-color: #282c2e; font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.25em; font-weight: 300; } /* line 48, ../scss/dashboard.scss */ #dashboardBody .introduction { position: relative; } /* line 51, ../scss/dashboard.scss */ #dashboardBody .introduction .logo { font-size: 4em; line-height: 100px; background: url("../img/rtm-logo.png") no-repeat left top; padding-left: 115px; margin: 1em auto 1em auto; width: 660px; } /* line 60, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation { font-size: 0.85em; line-height: 25px; } /* line 64, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation h1, #dashboardBody .introduction .documentation h2, #dashboardBody .introduction .documentation h3, #dashboardBody .introduction .documentation h4, #dashboardBody .introduction .documentation h5 { font-weight: 300; } /* line 68, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation h2 { font-size: 31.5px; margin-top: 1em; } /* line 73, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation h3 { font-size: 24.5px; margin-top: 0.75em; } /* line 78, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation pre { margin: 0.8em 0; background-color: #4C5457; } /* line 83, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation li { line-height: 25px; } /* line 87, ../scss/dashboard.scss */ #dashboardBody .introduction .documentation a[href^="https://travis-ci.org"] { position: absolute; top: 10px; right: 20px; } /* line 96, ../scss/dashboard.scss */ #dashboardBody .widget { padding: 14px; overflow: hidden; height: 366px; background-color: #373c3f; text-align: center; vertical-align: middle; position: relative; } /* line 105, ../scss/dashboard.scss */ #dashboardBody .widget.thresholdCriticalValue .value { color: #ed303c; } /* line 109, ../scss/dashboard.scss */ #dashboardBody .widget.thresholdCautionValue .value { color: #fff46b; } /* line 113, ../scss/dashboard.scss */ #dashboardBody .widget .value { margin-top: 40px; } /* line 117, ../scss/dashboard.scss */ #dashboardBody .widget .updated-at { display: block; position: absolute; bottom: 10px; left: 0; right: 0; } /* line 125, ../scss/dashboard.scss */ #dashboardBody .widget .change-rate.worse { color: #ed303c !important; } /* line 129, ../scss/dashboard.scss */ #dashboardBody .widget .prefix { font-size: 0.5em; } /* line 133, ../scss/dashboard.scss */ #dashboardBody .widget .suffix { font-size: 0.5em; } /* line 137, ../scss/dashboard.scss */ #dashboardBody .widget .row-fluid [class*=span] { margin-top: 5px; } /* line 145, ../scss/dashboard.scss */ #dashboardBody .row-fluid [class*=span] { margin-top: 13px; } /* line 151, ../scss/dashboard.scss */ #dashboardBody h1, #dashboardBody h2, #dashboardBody h3, #dashboardBody h4, #dashboardBody h5, #dashboardBody p { padding: 0; margin: 0; line-height: normal; } /* line 156, ../scss/dashboard.scss */ #dashboardBody h1 { margin-bottom: 12px; text-align: center; font-size: 30px; font-weight: 400; } /* line 162, ../scss/dashboard.scss */ #dashboardBody h2 { text-transform: uppercase; font-size: 76px; font-weight: 700; color: white; } /* line 168, ../scss/dashboard.scss */ #dashboardBody h3 { font-size: 25px; font-weight: 600; color: white; } /* line 174, ../scss/dashboard.scss */ #dashboardBody [class^="icon-"] { background-image: none; display: inline-block; text-align: center; width: 1.25em; line-height: normal; } @media screen and (min-width: 767px) { /* line 184, ../scss/dashboard.scss */ .container { width: 100%; } } /* line 192, ../scss/dashboard.scss */ .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } /* line 199, ../scss/dashboard.scss */ .clearfix:after { clear: both; } /* line 203, ../scss/dashboard.scss */ .clearfix { zoom: 1; }
0.280124
0.041598
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* My code starts here */ body { margin: 0 auto; width: 80%; } .main-container { background-image: url('../images/Background_Home.png'); height: 165vh background-size: cover; background-position: center; } .header-img { display: flex; justify-content: center; margin-top: 25px; } .navigation { display: flex; justify-content: space-around; } .call-to-action{ width: 100%; display: flex; flex-direction: row; color: white; } .call-to-action h1 { color: #327DFB; margin-right: 35px; } .middle-content { display: flex; width: 100%; color: white; margin-top: 300px; } .middle-content h1 { color: #327DFB; } .product-feat { width: 30%; margin-right: 25px; } .button-class { display: flex; justify-content: center; justify-items: center; } #primary { border-radius: 15px; height: 50px; margin-top: 20px; } .code-language { display: flex; justify-content: center; justify-content: space-around; margin-top: 60px; } .footerContainer p { display: flex; justify-content: center; justify-items: center; color: white; } /* Begin media queries*/ /* Tablet view*/ @media(max-width: 800px) { .main-container { width: 85%; } .navigation { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-content: center; align-items: center; width: 100%; } } /* Mobile view*/ @media (max-width: 500px) { .container { width: 90%; } .header-img { display: none; } .call-to-action { margin-top: 200px; }
CSS/index.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* My code starts here */ body { margin: 0 auto; width: 80%; } .main-container { background-image: url('../images/Background_Home.png'); height: 165vh background-size: cover; background-position: center; } .header-img { display: flex; justify-content: center; margin-top: 25px; } .navigation { display: flex; justify-content: space-around; } .call-to-action{ width: 100%; display: flex; flex-direction: row; color: white; } .call-to-action h1 { color: #327DFB; margin-right: 35px; } .middle-content { display: flex; width: 100%; color: white; margin-top: 300px; } .middle-content h1 { color: #327DFB; } .product-feat { width: 30%; margin-right: 25px; } .button-class { display: flex; justify-content: center; justify-items: center; } #primary { border-radius: 15px; height: 50px; margin-top: 20px; } .code-language { display: flex; justify-content: center; justify-content: space-around; margin-top: 60px; } .footerContainer p { display: flex; justify-content: center; justify-items: center; color: white; } /* Begin media queries*/ /* Tablet view*/ @media(max-width: 800px) { .main-container { width: 85%; } .navigation { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-content: center; align-items: center; width: 100%; } } /* Mobile view*/ @media (max-width: 500px) { .container { width: 90%; } .header-img { display: none; } .call-to-action { margin-top: 200px; }
0.349977
0.080973
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800;900&display=swap); * { margin: 0; padding: 0; box-sizing: inherit; } html { font-size: 62.5%; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; font-weight: 300; color: #444; line-height: 1.9; background-color: #f3f3f3; overflow: scroll; } /* GENERAL ELEMENTS */ /* Login/ regostratom Page css */ .top-green { width: 100%; height: 5px; background-color: green; } .navbar { width: 100%; height: 6rem; background: rgb(255, 255, 255); -webkit-box-shadow: 0px 8px 7px -4px #676966; box-shadow: 0px 8px 7px -4px #989b95d7; display: flex; flex-direction: row; } .nav-options { display: inline-flex; margin-right: 100px; font-size: 16px; width: 400px; justify-content: space-between; } .nav-options a:link { text-align: center; width: 130px; color: rgba(47, 45, 45, 0.762); font-weight: 600; text-decoration: none; padding-bottom: 10px; } .nav-options a:hover { color: green; font-weight: 800; border-bottom: solid green; border-width: 5px; } .nav-options a.activepage { color: green; font-weight: 800; border-bottom: solid green; border-width: 5px; } .logo { height: 5rem; margin-left: 150px; } .back-to-home-page { margin-left: 55vw; } .login-page { width: 100vw; height: 100vh; position: relative; } .pigtreeimg { width: auto; height: 90%; position: absolute; right: 10%; } .form-container { position: absolute; left: 15%; top: 50%; transform: translate(-0%, -50%); } h1 { text-align: center; } .register-link { cursor: pointer; margin-right: 105px; } .register-link:hover { color: red; } .login-Form { width: 350px; height: 300px; display: flex; flex-direction: column; font-size: 14px; background-color: #5ec5765f; padding: 30px 50px; border-radius: 10px; } .login-Form label { margin-top: 20px; } .login-Form input { padding: 6px 20px; border-radius: 5px; } .hidden { display: none; } .registration-page { width: 100vw; height: 100vh; position: relative; } .registration-container { position: absolute; left: 50%; transform: translateX(-50%); width: 400px; } .form-Steps { font-family: 'Montserrat', sans-serif; display: none; } .form-Steps h3 { text-align: center; margin-bottom: 14px; } .forms-entry label { font-weight: 500; margin-bottom: 0.5rem; } .forms-entry input { padding: 5px; border-radius: 5px; border-width: 1px; } .forms-entry { display: flex; flex-direction: column; margin-top: 10px; } .Genderlabel { font-family: 'Montserrat', sans-serif; font-weight: 500; margin-top: 10px; } .gender { display: flex; flex-direction: row; justify-content: space-between; } /* login and registration page nav bar */ .progress-bar-container { margin: 40px; display: flex; } .progress-bar-container .step { text-align: center; width: 100%; position: relative; } .progress-bar-container p { font-weight: 500; font-size: 12px; color: #444; } .progress-bar-container .step .bullet { height: 20px; width: 20px; border: 2px solid #444; display: inline-block; border-radius: 50%; position: relative; transition: 0.2s; line-height: 18px; } .progress-bar-container .step .bullet.active1 { background-color: orange; color: orange; } .progress-bar-container .step .bullet span { position: absolute; left: 50%; transform: translateX(-50%); } .progress-bar-container .step .bullet::before, .progress-bar-container .step .bullet::after { position: absolute; content: ''; bottom: 7px; right: -90px; height: 3px; width: 90px; background: #444; } .progress-bar-container .step .bullet.active1::after { background: #d45f8d; transform: scaleX(0); transform-origin: left; animation: animate 0.3s linear forwards; } @keyframes animate { 100% { transform: scaleX(1); } } .progress-bar-container .step:last-child .bullet::before, .progress-bar-container .step:last-child .bullet::after { display: none; } .progress-bar-container .step .check { position: absolute; left: 50%; top: 10%; transform: translate(-50%); display: none; } .progress-bar-container .step .check.active1 { display: block; } .buttons-prev-nxt { margin-top: 20px; position: relative; } .reg-btn { padding: 5px 10px; border-radius: 5px; font-family: 'Montserrat', sans-serif; font-weight: 500; background-color: rgba(68, 162, 68, 0.299); } .btn-nxt1, .btn-nxt2, .btn-submit { position: absolute; right: 0%; } .hidden2 { opacity: 0; } .active { display: block; } /* mainapp css */ nav { display: flex; justify-content: space-between; align-items: center; padding: 0 2rem; } .welcome-greeting { font-size: 1.9rem; font-weight: 500; margin-top: 2vh; margin-right: 10vw; } .logo { height: 5.25rem; } .login { display: flex; } .login__input { border: none; padding: 0.5rem 2rem; font-size: 1.6rem; font-family: inherit; text-align: center; width: 12rem; border-radius: 10rem; margin-right: 1rem; color: inherit; border: 1px solid #fff; transition: all 0.3s; } .login__input:focus { outline: none; border: 1px solid #ccc; } .login__input::placeholder { color: #bbb; } .login__btn { border: none; background: none; font-size: 2.2rem; color: inherit; cursor: pointer; transition: all 0.3s; } .login__btn:hover, .login__btn:focus, .btn--sort:hover, .btn--sort:focus { outline: none; color: #777; } /* MAIN */ .app { position: relative; max-width: 100rem; margin: 4rem auto; display: grid; grid-template-columns: 4fr 3fr; grid-template-rows: auto repeat(3, 15rem) auto; gap: 2rem; /* NOTE This creates the fade in/out anumation */ opacity: 100; transition: all 1s; } .balance { grid-column: 1 / span 2; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; } .balance__label { font-size: 2.2rem; font-weight: 500; margin-bottom: -0.2rem; } .balance__date { font-size: 1.4rem; color: #888; } .balance__value { font-size: 4.5rem; font-weight: 400; } /* MOVEMENTS */ .movements { grid-row: 2 / span 3; background-color: #fff; border-radius: 1rem; overflow: scroll; } .movements__row { padding: 2.25rem 4rem; display: flex; align-items: center; border-bottom: 1px solid #eee; } .movements__type { font-size: 1.1rem; text-transform: uppercase; font-weight: 500; color: #fff; padding: 0.1rem 1rem; border-radius: 10rem; margin-right: 2rem; } .movements__date { font-size: 1.1rem; text-transform: uppercase; font-weight: 500; color: #666; } .movements__type--deposit { background-image: linear-gradient(to top left, #39b385, #9be15d); } .movements__type--withdrawal { background-image: linear-gradient(to top left, #e52a5a, #ff585f); } .movements__value { font-size: 1.7rem; margin-left: auto; } /* SUMMARY */ .summary { grid-row: 5 / 6; display: flex; align-items: baseline; padding: 0 0.3rem; margin-top: 1rem; } .summary__label { font-size: 1.2rem; font-weight: 500; text-transform: uppercase; margin-right: 0.8rem; } .summary__value { font-size: 2.2rem; margin-right: 2.5rem; } .summary__value--in, .summary__value--interest { color: #66c873; } .summary__value--out { color: #f5465d; } .btn--sort { margin-left: auto; border: none; background: none; font-size: 1.3rem; font-weight: 500; cursor: pointer; } /* OPERATIONS */ .operation { border-radius: 1rem; padding: 3rem 4rem; color: #333; } .operation--transfer { background-image: linear-gradient(to top left, #ffb003, #ffcb03); } .operation--loan { background-image: linear-gradient(to top left, #39b385, #9be15d); } .operation--withdraw { background-image: linear-gradient(to top left, #e52a5a, #ff585f); } h2 { margin-bottom: 1.5rem; font-size: 1.7rem; font-weight: 600; color: #333; } .form { display: grid; grid-template-columns: 2.5fr 2.5fr 1fr; grid-template-rows: auto auto; gap: 0.4rem 1rem; } /* Exceptions for interst */ .form.form--deposit { grid-template-columns: 2.5fr 1fr 2.5fr; } .form__label--Deposit { grid-row: 2; } /* End exceptions */ .form__input { width: 100%; border: none; background-color: rgba(255, 255, 255, 0.4); font-family: inherit; font-size: 1.5rem; text-align: center; color: #333; padding: 0.3rem 1rem; border-radius: 0.7rem; transition: all 0.3s; } .form__input:focus { outline: none; background-color: rgba(255, 255, 255, 0.6); } .form__label { font-size: 1.3rem; text-align: center; } .form__btn { border: none; border-radius: 0.7rem; font-size: 1.8rem; background-color: #fff; cursor: pointer; transition: all 0.3s; } .form__btn:focus { outline: none; background-color: rgba(255, 255, 255, 0.8); } .logout-timer { padding: 0 0.3rem; margin-top: 1.9rem; text-align: right; font-size: 1.25rem; } .timer { font-weight: 600; } /* admin page */ .admin-page-container { height: inherit; width: inherit; } .row-container { height: 5vh; width: 70vw; display: flex; flex-direction: row; margin: auto; border-bottom: rgb(88, 80, 80) solid; border-width: 2px; padding-top: 0.8vh; text-align: center; } .row { width: 10vw; } .column-container { padding-top: 5vh; width: 80vw; height: 10vh; display: flex; flex-direction: column; margin: auto; } /* Profile page */ #profile { margin-top: 10vh; } .info-container { width: 70vw; height: 30vh; margin: auto; border: solid rgb(62, 94, 29); border-radius: 10px; margin-bottom: 20px; } .info-title { background-color: rgba(0, 128, 0, 0.959); border-color: #5ec5765f; height: 4vh; color: white; } .info-title p { font-family: 'Montserrat', sans-serif; font-size: 14px; margin-left: 10px; font-weight: 500; } .info-box { margin-top: 10px; } .info-box p { font-family: 'Montserrat', sans-serif; font-size: 12px; margin-left: 10px; font-weight: 500; }
BankingApp/styles/bankingapp.css
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800;900&display=swap); * { margin: 0; padding: 0; box-sizing: inherit; } html { font-size: 62.5%; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; font-weight: 300; color: #444; line-height: 1.9; background-color: #f3f3f3; overflow: scroll; } /* GENERAL ELEMENTS */ /* Login/ regostratom Page css */ .top-green { width: 100%; height: 5px; background-color: green; } .navbar { width: 100%; height: 6rem; background: rgb(255, 255, 255); -webkit-box-shadow: 0px 8px 7px -4px #676966; box-shadow: 0px 8px 7px -4px #989b95d7; display: flex; flex-direction: row; } .nav-options { display: inline-flex; margin-right: 100px; font-size: 16px; width: 400px; justify-content: space-between; } .nav-options a:link { text-align: center; width: 130px; color: rgba(47, 45, 45, 0.762); font-weight: 600; text-decoration: none; padding-bottom: 10px; } .nav-options a:hover { color: green; font-weight: 800; border-bottom: solid green; border-width: 5px; } .nav-options a.activepage { color: green; font-weight: 800; border-bottom: solid green; border-width: 5px; } .logo { height: 5rem; margin-left: 150px; } .back-to-home-page { margin-left: 55vw; } .login-page { width: 100vw; height: 100vh; position: relative; } .pigtreeimg { width: auto; height: 90%; position: absolute; right: 10%; } .form-container { position: absolute; left: 15%; top: 50%; transform: translate(-0%, -50%); } h1 { text-align: center; } .register-link { cursor: pointer; margin-right: 105px; } .register-link:hover { color: red; } .login-Form { width: 350px; height: 300px; display: flex; flex-direction: column; font-size: 14px; background-color: #5ec5765f; padding: 30px 50px; border-radius: 10px; } .login-Form label { margin-top: 20px; } .login-Form input { padding: 6px 20px; border-radius: 5px; } .hidden { display: none; } .registration-page { width: 100vw; height: 100vh; position: relative; } .registration-container { position: absolute; left: 50%; transform: translateX(-50%); width: 400px; } .form-Steps { font-family: 'Montserrat', sans-serif; display: none; } .form-Steps h3 { text-align: center; margin-bottom: 14px; } .forms-entry label { font-weight: 500; margin-bottom: 0.5rem; } .forms-entry input { padding: 5px; border-radius: 5px; border-width: 1px; } .forms-entry { display: flex; flex-direction: column; margin-top: 10px; } .Genderlabel { font-family: 'Montserrat', sans-serif; font-weight: 500; margin-top: 10px; } .gender { display: flex; flex-direction: row; justify-content: space-between; } /* login and registration page nav bar */ .progress-bar-container { margin: 40px; display: flex; } .progress-bar-container .step { text-align: center; width: 100%; position: relative; } .progress-bar-container p { font-weight: 500; font-size: 12px; color: #444; } .progress-bar-container .step .bullet { height: 20px; width: 20px; border: 2px solid #444; display: inline-block; border-radius: 50%; position: relative; transition: 0.2s; line-height: 18px; } .progress-bar-container .step .bullet.active1 { background-color: orange; color: orange; } .progress-bar-container .step .bullet span { position: absolute; left: 50%; transform: translateX(-50%); } .progress-bar-container .step .bullet::before, .progress-bar-container .step .bullet::after { position: absolute; content: ''; bottom: 7px; right: -90px; height: 3px; width: 90px; background: #444; } .progress-bar-container .step .bullet.active1::after { background: #d45f8d; transform: scaleX(0); transform-origin: left; animation: animate 0.3s linear forwards; } @keyframes animate { 100% { transform: scaleX(1); } } .progress-bar-container .step:last-child .bullet::before, .progress-bar-container .step:last-child .bullet::after { display: none; } .progress-bar-container .step .check { position: absolute; left: 50%; top: 10%; transform: translate(-50%); display: none; } .progress-bar-container .step .check.active1 { display: block; } .buttons-prev-nxt { margin-top: 20px; position: relative; } .reg-btn { padding: 5px 10px; border-radius: 5px; font-family: 'Montserrat', sans-serif; font-weight: 500; background-color: rgba(68, 162, 68, 0.299); } .btn-nxt1, .btn-nxt2, .btn-submit { position: absolute; right: 0%; } .hidden2 { opacity: 0; } .active { display: block; } /* mainapp css */ nav { display: flex; justify-content: space-between; align-items: center; padding: 0 2rem; } .welcome-greeting { font-size: 1.9rem; font-weight: 500; margin-top: 2vh; margin-right: 10vw; } .logo { height: 5.25rem; } .login { display: flex; } .login__input { border: none; padding: 0.5rem 2rem; font-size: 1.6rem; font-family: inherit; text-align: center; width: 12rem; border-radius: 10rem; margin-right: 1rem; color: inherit; border: 1px solid #fff; transition: all 0.3s; } .login__input:focus { outline: none; border: 1px solid #ccc; } .login__input::placeholder { color: #bbb; } .login__btn { border: none; background: none; font-size: 2.2rem; color: inherit; cursor: pointer; transition: all 0.3s; } .login__btn:hover, .login__btn:focus, .btn--sort:hover, .btn--sort:focus { outline: none; color: #777; } /* MAIN */ .app { position: relative; max-width: 100rem; margin: 4rem auto; display: grid; grid-template-columns: 4fr 3fr; grid-template-rows: auto repeat(3, 15rem) auto; gap: 2rem; /* NOTE This creates the fade in/out anumation */ opacity: 100; transition: all 1s; } .balance { grid-column: 1 / span 2; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; } .balance__label { font-size: 2.2rem; font-weight: 500; margin-bottom: -0.2rem; } .balance__date { font-size: 1.4rem; color: #888; } .balance__value { font-size: 4.5rem; font-weight: 400; } /* MOVEMENTS */ .movements { grid-row: 2 / span 3; background-color: #fff; border-radius: 1rem; overflow: scroll; } .movements__row { padding: 2.25rem 4rem; display: flex; align-items: center; border-bottom: 1px solid #eee; } .movements__type { font-size: 1.1rem; text-transform: uppercase; font-weight: 500; color: #fff; padding: 0.1rem 1rem; border-radius: 10rem; margin-right: 2rem; } .movements__date { font-size: 1.1rem; text-transform: uppercase; font-weight: 500; color: #666; } .movements__type--deposit { background-image: linear-gradient(to top left, #39b385, #9be15d); } .movements__type--withdrawal { background-image: linear-gradient(to top left, #e52a5a, #ff585f); } .movements__value { font-size: 1.7rem; margin-left: auto; } /* SUMMARY */ .summary { grid-row: 5 / 6; display: flex; align-items: baseline; padding: 0 0.3rem; margin-top: 1rem; } .summary__label { font-size: 1.2rem; font-weight: 500; text-transform: uppercase; margin-right: 0.8rem; } .summary__value { font-size: 2.2rem; margin-right: 2.5rem; } .summary__value--in, .summary__value--interest { color: #66c873; } .summary__value--out { color: #f5465d; } .btn--sort { margin-left: auto; border: none; background: none; font-size: 1.3rem; font-weight: 500; cursor: pointer; } /* OPERATIONS */ .operation { border-radius: 1rem; padding: 3rem 4rem; color: #333; } .operation--transfer { background-image: linear-gradient(to top left, #ffb003, #ffcb03); } .operation--loan { background-image: linear-gradient(to top left, #39b385, #9be15d); } .operation--withdraw { background-image: linear-gradient(to top left, #e52a5a, #ff585f); } h2 { margin-bottom: 1.5rem; font-size: 1.7rem; font-weight: 600; color: #333; } .form { display: grid; grid-template-columns: 2.5fr 2.5fr 1fr; grid-template-rows: auto auto; gap: 0.4rem 1rem; } /* Exceptions for interst */ .form.form--deposit { grid-template-columns: 2.5fr 1fr 2.5fr; } .form__label--Deposit { grid-row: 2; } /* End exceptions */ .form__input { width: 100%; border: none; background-color: rgba(255, 255, 255, 0.4); font-family: inherit; font-size: 1.5rem; text-align: center; color: #333; padding: 0.3rem 1rem; border-radius: 0.7rem; transition: all 0.3s; } .form__input:focus { outline: none; background-color: rgba(255, 255, 255, 0.6); } .form__label { font-size: 1.3rem; text-align: center; } .form__btn { border: none; border-radius: 0.7rem; font-size: 1.8rem; background-color: #fff; cursor: pointer; transition: all 0.3s; } .form__btn:focus { outline: none; background-color: rgba(255, 255, 255, 0.8); } .logout-timer { padding: 0 0.3rem; margin-top: 1.9rem; text-align: right; font-size: 1.25rem; } .timer { font-weight: 600; } /* admin page */ .admin-page-container { height: inherit; width: inherit; } .row-container { height: 5vh; width: 70vw; display: flex; flex-direction: row; margin: auto; border-bottom: rgb(88, 80, 80) solid; border-width: 2px; padding-top: 0.8vh; text-align: center; } .row { width: 10vw; } .column-container { padding-top: 5vh; width: 80vw; height: 10vh; display: flex; flex-direction: column; margin: auto; } /* Profile page */ #profile { margin-top: 10vh; } .info-container { width: 70vw; height: 30vh; margin: auto; border: solid rgb(62, 94, 29); border-radius: 10px; margin-bottom: 20px; } .info-title { background-color: rgba(0, 128, 0, 0.959); border-color: #5ec5765f; height: 4vh; color: white; } .info-title p { font-family: 'Montserrat', sans-serif; font-size: 14px; margin-left: 10px; font-weight: 500; } .info-box { margin-top: 10px; } .info-box p { font-family: 'Montserrat', sans-serif; font-size: 12px; margin-left: 10px; font-weight: 500; }
0.41834
0.077657
@import "https://fonts.googleapis.com/icon?family=Material+Icons"; footer.page-footer { margin: 0; } footer.page-footer.mint { background-color: #A7FCD0; } .mint { background-color: #A7FCD0; } .mint-text { color: #A7FCD0 !important; } .collection .collection-item { color: #424242; background-color: #9e9e9e; border-color:#424242; } .collection a.collection-item { color: #424242; } .dropdown-content li>a, .dropdown-content li>span { font-size: 16px; color: #A7FCD0; display: block; line-height: 22px; padding: 14px 16px; } [type="checkbox"]:checked+label:before { border-right: 2px solid #424242; border-bottom: 2px solid #424242 ; } input[type=text] { border: 1px solid #ccc; border-radius: 4px; width: inherit; background-color: white; padding-left: 5px; transition: inherit; -webkit-transition: inherit; } input[type=text]:focus:not([readonly]) { border: 2px solid #424242; border-bottom-color: #424242; border-bottom: 2px solid #424242; box-shadow: none; } label { font-size: inherit; color:#424242 ; display: block; } .mintbtn:hover { background-color: #A7FCD0; color: #424242; } .mintbtn { color: #A7FCD0; background-color: #424242; } .submit-padding { padding-top: 5px; } .collection { box-shadow: 0 2px 2px 0 #212121, 0 1px 5px 0 #212121, 0 3px 1px -2px #212121; border: none; } .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) { color: grey; margin-right: 20px; transition: color .3s ease; text-transform: uppercase; cursor: pointer; } .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover { color:#212121 ; cursor: pointer; } h5 { border-bottom: #212121 ; border-bottom-style: solid; border-bottom-width: 2px; } .card-panel span.mint-text h5 { border-bottom: #A7FCD0; border-bottom-style: solid; border-bottom-width: 2px; } .card .card-reveal { overflow-y: hidden; } .darkgrey { color: #333; } .activator { color: grey; margin-right: 20px; transition: color .3s ease; text-transform: uppercase; cursor: pointer; } .activator:hover { color:black; cursor: pointer; } body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1 0 auto; } .mint-logo:hover { fill: #424242; } .mint-logo-stroke:hover { stroke: #424242; } .logo-text:hover { cursor: default; } .custom-card .card-action { border-top: 1px solid #212121; } .custom-card { box-shadow: 0 2px 2px 0 #212121, 0 1px 5px 0 #212121, 0 3px 1px -2px #212121; } .custom-card .card-action a { color: #A7FCD0 !important; } .custom-card .card-action a:hover { color: #212121 !important; } .center { text-align: center; } label.custom { text-align: left; } h5.grey-underline { border-bottom: #424242 !important; border-bottom-style: solid !important; border-bottom-width: 2px !important; } footer.page-footer { padding-top: 5px; } .page-footer .container .row { margin-bottom: 0px; } .page-footer p { margin-bottom: 0px; } .mint-divider { height: 1px; overflow: hidden; background-color: #A7FCD0; } nav .button-collapse { margin: 0; } .reg-cursor { cursor: default; } .side-nav .userView .email { font-size: 12px; top: -10px !important; position: relative; }
lib/web/css/custom.css
@import "https://fonts.googleapis.com/icon?family=Material+Icons"; footer.page-footer { margin: 0; } footer.page-footer.mint { background-color: #A7FCD0; } .mint { background-color: #A7FCD0; } .mint-text { color: #A7FCD0 !important; } .collection .collection-item { color: #424242; background-color: #9e9e9e; border-color:#424242; } .collection a.collection-item { color: #424242; } .dropdown-content li>a, .dropdown-content li>span { font-size: 16px; color: #A7FCD0; display: block; line-height: 22px; padding: 14px 16px; } [type="checkbox"]:checked+label:before { border-right: 2px solid #424242; border-bottom: 2px solid #424242 ; } input[type=text] { border: 1px solid #ccc; border-radius: 4px; width: inherit; background-color: white; padding-left: 5px; transition: inherit; -webkit-transition: inherit; } input[type=text]:focus:not([readonly]) { border: 2px solid #424242; border-bottom-color: #424242; border-bottom: 2px solid #424242; box-shadow: none; } label { font-size: inherit; color:#424242 ; display: block; } .mintbtn:hover { background-color: #A7FCD0; color: #424242; } .mintbtn { color: #A7FCD0; background-color: #424242; } .submit-padding { padding-top: 5px; } .collection { box-shadow: 0 2px 2px 0 #212121, 0 1px 5px 0 #212121, 0 3px 1px -2px #212121; border: none; } .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) { color: grey; margin-right: 20px; transition: color .3s ease; text-transform: uppercase; cursor: pointer; } .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover { color:#212121 ; cursor: pointer; } h5 { border-bottom: #212121 ; border-bottom-style: solid; border-bottom-width: 2px; } .card-panel span.mint-text h5 { border-bottom: #A7FCD0; border-bottom-style: solid; border-bottom-width: 2px; } .card .card-reveal { overflow-y: hidden; } .darkgrey { color: #333; } .activator { color: grey; margin-right: 20px; transition: color .3s ease; text-transform: uppercase; cursor: pointer; } .activator:hover { color:black; cursor: pointer; } body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1 0 auto; } .mint-logo:hover { fill: #424242; } .mint-logo-stroke:hover { stroke: #424242; } .logo-text:hover { cursor: default; } .custom-card .card-action { border-top: 1px solid #212121; } .custom-card { box-shadow: 0 2px 2px 0 #212121, 0 1px 5px 0 #212121, 0 3px 1px -2px #212121; } .custom-card .card-action a { color: #A7FCD0 !important; } .custom-card .card-action a:hover { color: #212121 !important; } .center { text-align: center; } label.custom { text-align: left; } h5.grey-underline { border-bottom: #424242 !important; border-bottom-style: solid !important; border-bottom-width: 2px !important; } footer.page-footer { padding-top: 5px; } .page-footer .container .row { margin-bottom: 0px; } .page-footer p { margin-bottom: 0px; } .mint-divider { height: 1px; overflow: hidden; background-color: #A7FCD0; } nav .button-collapse { margin: 0; } .reg-cursor { cursor: default; } .side-nav .userView .email { font-size: 12px; top: -10px !important; position: relative; }
0.270673
0.064565
.collage-detail-box { color: #333; margin-bottom: 21.06667vw; } .collage-detail-box .collage-detail-top { color: #fff; height: 20.26667vw; font-size: 4.8vw; padding: 0 4vw; background-color: #FF5E61; } .collage-detail-box .collage-detail-top .waiting-for-delivery { line-height: 20.26667vw; } .collage-detail-box .collage-detail-top .already-shipped { position: relative; padding-top: 1.33333vw; } .collage-detail-box .collage-detail-top .already-shipped > span { display: block; } .collage-detail-box .collage-detail-top .already-shipped > span.top-alone { font-size: 3.46667vw; width: 88vw; height: 5.06667vw; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .collage-detail-box .collage-detail-top .already-shipped .top-path { position: absolute; right: 0; bottom: 4vw; padding: 1.46667vw 0.8vw; background: url("/images/collage_detail/path.png") no-repeat; background-size: 100%; } .collage-detail-box .collage-detail-top .transaction-comp { line-height: 20.26667vw; } .collage-detail-box .collage-detail-top .transaction-comp .comp-pic { width: 6.93333vw; margin-bottom: -1.86667vw; margin-right: 1.33333vw; } .collage-detail-box .collage-detail-head { background-color: #fff; } .collage-detail-box .collage-detail-head .head-cont { padding: 4vw; } .collage-detail-box .collage-detail-head .head-cont .head-tit { display: block; font-size: 4.53333vw; font-weight: bold; } .collage-detail-box .collage-detail-head .head-cont .head-user { font-size: 4vw; margin: 2vw 0; } .collage-detail-box .collage-detail-head .head-cont .head-user .user-name { margin-right: 2.66667vw; } .collage-detail-box .collage-detail-head .head-cont .head-addr { display: block; color: #868686; font-size: 3.2vw; } .collage-detail-box .collage-detail-head .head-pic { height: 1.33333vw; vertical-align: bottom; } .collage-detail-box .collage-detail-section { background-color: #fff; margin-top: 2.66667vw; } .collage-detail-box .collage-detail-section .sec-box { padding: 0 4vw 4vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tit { height: 13.33333vw; line-height: 13.33333vw; font-size: 3.73333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tit .sec-icon { width: 4.26667vw; margin-bottom: -0.53333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tit .sec-right { float: right; } .collage-detail-box .collage-detail-section .sec-box .sec-cont { height: 21.33333vw; background-color: #FBFAFB; padding: 2.66667vw 0; overflow: hidden; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .sec-pic { float: left; width: 21.33333vw; height: 21.33333vw; background-color: #ccc; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .sec-pic > img { width: 21.33333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt { float: left; width: 66.66667vw; margin-left: 4vw; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt > span { display: block; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt > span.c-txt { height: 11.33333vw; font-size: 3.73333vw; font-weight: bold; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt > span.txt-gray { color: #AFAFAF; height: 5.6vw; font-size: 3.2vw; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt .txt-box .txt-money { color: #F5222D; font-size: 3.46667vw; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt .txt-box .txt-number { float: right; font-size: 3.46667vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tips { color: #585C64; font-size: 2.93333vw; padding-top: 4.53333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tips .tips-icon-1 { padding: 1.86667vw; background: url("/images/collage_detail/sele_28_icon.jpg") no-repeat center; background-size: 100%; margin-right: 1.33333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tips .tips-icon-2 { float: right; padding: 0.53333vw 1.86667vw; background: url("/images/collage_detail/more_28_icon.png") no-repeat center; background-size: 100%; margin-top: 1.86667vw; } .collage-detail-box .collage-detail-section .sec-footer { height: 10.4vw; font-size: 3.73333vw; border-top: 0.26667vw solid #efeff4; padding: 4vw 6.66667vw 4vw 4vw; } .collage-detail-box .collage-detail-section .sec-footer > span.foot-txt-1 { float: left; width: 10.66667vw; margin-right: 2.66667vw; } .collage-detail-box .collage-detail-section .sec-footer > span .no-txt { color: #ccc; font-size: 2.13333vw; } .collage-detail-box .collage-detail-section .sec-footer .foot-txt-2 { float: left; width: 73.33333vw; height: 9.33333vw; resize: none; background-color: transparent; border-style: none; outline-style: none; } .collage-detail-box .collage-detail-cost { background-color: #fff; margin-top: 2.66667vw; } .collage-detail-box .collage-detail-cost .cost-list { padding: 2.66667vw 4vw; } .collage-detail-box .collage-detail-cost .cost-list .cost-item { height: 7.33333vw; line-height: 7.33333vw; font-size: 3.46667vw; } .collage-detail-box .collage-detail-cost .cost-list .cost-item .cost-txt { float: right; } .collage-detail-box .collage-detail-cost .cost-footer { border-top: 0.26667vw solid #efeff4; padding: 4vw; } .collage-detail-box .collage-detail-cost .cost-footer > span { display: block; } .collage-detail-box .collage-detail-cost .cost-footer > span.cost-number { text-align: right; font-size: 3.46667vw; margin-bottom: 1.33333vw; } .collage-detail-box .collage-detail-cost .cost-footer > span.cost-money { text-align: right; font-size: 4vw; } .collage-detail-box .collage-detail-cost .cost-footer > span.cost-money .money-total { color: #F5222D; } .collage-detail-box .collage-detail-detail { background-color: #fff; margin-top: 2.66667vw; } .collage-detail-box .collage-detail-detail .detail-list { padding: 2.66667vw 4vw; } .collage-detail-box .collage-detail-detail .detail-list .detail-item { height: 8vw; line-height: 8vw; font-size: 3.46667vw; } .collage-detail-box .collage-detail-detail .detail-list .detail-item .detail-tit { color: #858585; } .collage-detail-box .collage-detail-detail .detail-list .detail-item .detail-btn { float: right; color: #7D7D7D; width: 10.66667vw; height: 4.53333vw; line-height: 4.53333vw; text-align: center; font-size: 2.93333vw; border: 0.26667vw solid #efeff4; border-radius: 2.66667vw; margin-top: 1.33333vw; } .collage-detail-footer { z-index: 10; position: fixed; bottom: 0; left: 0; width: 94.66667vw; padding: 2.66667vw; background-color: #fff; text-align: right; border-top: 0.26667vw solid #efeff4; } .collage-detail-footer .footer-btn { display: inline-block; width: 22.66667vw; height: 7.46667vw; line-height: 7.46667vw; text-align: center; font-size: 3.73333vw; border: 0.26667vw solid #efeff4; border-radius: 4vw; margin-right: 1.33333vw; } .collage-detail-footer .footer-btn.btn-active { color: #fff; background-color: #F5222D; }
mobile/modules/member/views/assets/css/gpubs-order-detail.css
.collage-detail-box { color: #333; margin-bottom: 21.06667vw; } .collage-detail-box .collage-detail-top { color: #fff; height: 20.26667vw; font-size: 4.8vw; padding: 0 4vw; background-color: #FF5E61; } .collage-detail-box .collage-detail-top .waiting-for-delivery { line-height: 20.26667vw; } .collage-detail-box .collage-detail-top .already-shipped { position: relative; padding-top: 1.33333vw; } .collage-detail-box .collage-detail-top .already-shipped > span { display: block; } .collage-detail-box .collage-detail-top .already-shipped > span.top-alone { font-size: 3.46667vw; width: 88vw; height: 5.06667vw; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .collage-detail-box .collage-detail-top .already-shipped .top-path { position: absolute; right: 0; bottom: 4vw; padding: 1.46667vw 0.8vw; background: url("/images/collage_detail/path.png") no-repeat; background-size: 100%; } .collage-detail-box .collage-detail-top .transaction-comp { line-height: 20.26667vw; } .collage-detail-box .collage-detail-top .transaction-comp .comp-pic { width: 6.93333vw; margin-bottom: -1.86667vw; margin-right: 1.33333vw; } .collage-detail-box .collage-detail-head { background-color: #fff; } .collage-detail-box .collage-detail-head .head-cont { padding: 4vw; } .collage-detail-box .collage-detail-head .head-cont .head-tit { display: block; font-size: 4.53333vw; font-weight: bold; } .collage-detail-box .collage-detail-head .head-cont .head-user { font-size: 4vw; margin: 2vw 0; } .collage-detail-box .collage-detail-head .head-cont .head-user .user-name { margin-right: 2.66667vw; } .collage-detail-box .collage-detail-head .head-cont .head-addr { display: block; color: #868686; font-size: 3.2vw; } .collage-detail-box .collage-detail-head .head-pic { height: 1.33333vw; vertical-align: bottom; } .collage-detail-box .collage-detail-section { background-color: #fff; margin-top: 2.66667vw; } .collage-detail-box .collage-detail-section .sec-box { padding: 0 4vw 4vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tit { height: 13.33333vw; line-height: 13.33333vw; font-size: 3.73333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tit .sec-icon { width: 4.26667vw; margin-bottom: -0.53333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tit .sec-right { float: right; } .collage-detail-box .collage-detail-section .sec-box .sec-cont { height: 21.33333vw; background-color: #FBFAFB; padding: 2.66667vw 0; overflow: hidden; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .sec-pic { float: left; width: 21.33333vw; height: 21.33333vw; background-color: #ccc; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .sec-pic > img { width: 21.33333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt { float: left; width: 66.66667vw; margin-left: 4vw; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt > span { display: block; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt > span.c-txt { height: 11.33333vw; font-size: 3.73333vw; font-weight: bold; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt > span.txt-gray { color: #AFAFAF; height: 5.6vw; font-size: 3.2vw; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt .txt-box .txt-money { color: #F5222D; font-size: 3.46667vw; } .collage-detail-box .collage-detail-section .sec-box .sec-cont .cont-txt .txt-box .txt-number { float: right; font-size: 3.46667vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tips { color: #585C64; font-size: 2.93333vw; padding-top: 4.53333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tips .tips-icon-1 { padding: 1.86667vw; background: url("/images/collage_detail/sele_28_icon.jpg") no-repeat center; background-size: 100%; margin-right: 1.33333vw; } .collage-detail-box .collage-detail-section .sec-box .sec-tips .tips-icon-2 { float: right; padding: 0.53333vw 1.86667vw; background: url("/images/collage_detail/more_28_icon.png") no-repeat center; background-size: 100%; margin-top: 1.86667vw; } .collage-detail-box .collage-detail-section .sec-footer { height: 10.4vw; font-size: 3.73333vw; border-top: 0.26667vw solid #efeff4; padding: 4vw 6.66667vw 4vw 4vw; } .collage-detail-box .collage-detail-section .sec-footer > span.foot-txt-1 { float: left; width: 10.66667vw; margin-right: 2.66667vw; } .collage-detail-box .collage-detail-section .sec-footer > span .no-txt { color: #ccc; font-size: 2.13333vw; } .collage-detail-box .collage-detail-section .sec-footer .foot-txt-2 { float: left; width: 73.33333vw; height: 9.33333vw; resize: none; background-color: transparent; border-style: none; outline-style: none; } .collage-detail-box .collage-detail-cost { background-color: #fff; margin-top: 2.66667vw; } .collage-detail-box .collage-detail-cost .cost-list { padding: 2.66667vw 4vw; } .collage-detail-box .collage-detail-cost .cost-list .cost-item { height: 7.33333vw; line-height: 7.33333vw; font-size: 3.46667vw; } .collage-detail-box .collage-detail-cost .cost-list .cost-item .cost-txt { float: right; } .collage-detail-box .collage-detail-cost .cost-footer { border-top: 0.26667vw solid #efeff4; padding: 4vw; } .collage-detail-box .collage-detail-cost .cost-footer > span { display: block; } .collage-detail-box .collage-detail-cost .cost-footer > span.cost-number { text-align: right; font-size: 3.46667vw; margin-bottom: 1.33333vw; } .collage-detail-box .collage-detail-cost .cost-footer > span.cost-money { text-align: right; font-size: 4vw; } .collage-detail-box .collage-detail-cost .cost-footer > span.cost-money .money-total { color: #F5222D; } .collage-detail-box .collage-detail-detail { background-color: #fff; margin-top: 2.66667vw; } .collage-detail-box .collage-detail-detail .detail-list { padding: 2.66667vw 4vw; } .collage-detail-box .collage-detail-detail .detail-list .detail-item { height: 8vw; line-height: 8vw; font-size: 3.46667vw; } .collage-detail-box .collage-detail-detail .detail-list .detail-item .detail-tit { color: #858585; } .collage-detail-box .collage-detail-detail .detail-list .detail-item .detail-btn { float: right; color: #7D7D7D; width: 10.66667vw; height: 4.53333vw; line-height: 4.53333vw; text-align: center; font-size: 2.93333vw; border: 0.26667vw solid #efeff4; border-radius: 2.66667vw; margin-top: 1.33333vw; } .collage-detail-footer { z-index: 10; position: fixed; bottom: 0; left: 0; width: 94.66667vw; padding: 2.66667vw; background-color: #fff; text-align: right; border-top: 0.26667vw solid #efeff4; } .collage-detail-footer .footer-btn { display: inline-block; width: 22.66667vw; height: 7.46667vw; line-height: 7.46667vw; text-align: center; font-size: 3.73333vw; border: 0.26667vw solid #efeff4; border-radius: 4vw; margin-right: 1.33333vw; } .collage-detail-footer .footer-btn.btn-active { color: #fff; background-color: #F5222D; }
0.494385
0.082809
width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; color: var(--color-text-in-primary); background: var(--color-primary); transition: background-color 0.2s; } .logo-container img { height: 5rem; } .hero-image { width: 100%; height: 40vh; } .logo-container { text-align: center; margin-bottom: 2.2rem; } .logo-container h2 { font-weight: 500; font-size: 2.4rem; line-height: 4.6rem; margin-top: 0.8rem; } .landing-content-profile { display: flex; justify-content: space-between; align-items: center; flex-direction: row; margin-bottom: min(1.5rem, max(1.5rem, 5rem)); margin-top: 4rem; } .landing-content-profile img { height: 40px !important; width: 40px !important; cursor: pointer; transition: opacity 0.2s; background: var(--color-primary); } .landing-content-profile img:hover { opacity: 0.7; } .landing-content-profile .landing-profile { display: flex; align-items: center; } .landing-content-profile .landing-profile img { border-radius: 20px; margin-right: 1rem; } .buttons-container { display: flex; justify-content: center; margin: 3px 2rem 0; } .buttons-container a { width: 30rem; height: 10.4rem; border-radius: 0.8rem; font: 700 2rem Archivo; display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--color-button-text); } .buttons-container a:first-child { margin-right: 1.6rem; } .footer-class .sub-title { display: none; } .buttons-container a img { width: 4rem; } .buttons-container a.study { background: var(--color-primary-lighter); flex-wrap: wrap; } .buttons-container a.give-classes { background: var(--color-secundary); flex-wrap: wrap; } .buttons-container a.study { background: var(--color-primary-light); } .buttons-container a.give-classes:hover { background: var(--color-secundary-dark); } .buttons-container a img { margin-right: 2.4rem; } .total-connections { font-size: 1.4rem; display: flex; margin-top: 1rem; align-items: center; justify-content: center; } .total-connections img { margin-left: 0.8rem; } @media (max-width: 450px) { .buttons-container a.give-classes { display: flex; flex-direction: column; } .buttons-container a.give-classes img { margin: 1rem auto; } .buttons-container a.study { display: flex; flex-direction: column; } .buttons-container a.study img { margin: 1rem auto; } .hero-image { height: 35vh; } } @media (min-width: 1100px) { #page-landing { background-color: var(--color-primary); /* background-color: var(--color-background) ; */ } #page-landing-content { max-width: 100vw; width: 100vw; height: 100vh; display: grid; grid-template-rows: 1fr 1fr; grid-template-columns: auto; grid-template-areas: "title" "footer"; } .container-title { grid-area: title; display: flex; width: 100vw; height: 70vh; padding: 4rem 8rem 10rem 10rem; flex-direction: column; display: flex; } .footer-class { grid-area: footer; display: flex; flex-direction: row-reverse; align-items: center; background-color: var(--color-background); height: 30vh; justify-content: space-evenly; padding: 8rem 4rem 10rem 10rem; } .main-title { display: flex; } .logo-container { width: 35vw; margin: 0 4rem 1rem 12rem; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1rem; } .logo-container img { width: 45rem; } .footer-class .sub-title { display: inline-block; font-size: 2rem; margin-right: 3rem; color: var(--color-text-title); } .logo-container h2 { font-size: 3.6rem; } .logo-container img { } .hero-image { padding: 1rem; height: 51vh; width: 40vw; } .buttons-container { } .buttons-container a { font-size: 2.4rem; } .total-connections { font-size: 1.2rem; } }
web/src/pages/Landing/styles.css
width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; color: var(--color-text-in-primary); background: var(--color-primary); transition: background-color 0.2s; } .logo-container img { height: 5rem; } .hero-image { width: 100%; height: 40vh; } .logo-container { text-align: center; margin-bottom: 2.2rem; } .logo-container h2 { font-weight: 500; font-size: 2.4rem; line-height: 4.6rem; margin-top: 0.8rem; } .landing-content-profile { display: flex; justify-content: space-between; align-items: center; flex-direction: row; margin-bottom: min(1.5rem, max(1.5rem, 5rem)); margin-top: 4rem; } .landing-content-profile img { height: 40px !important; width: 40px !important; cursor: pointer; transition: opacity 0.2s; background: var(--color-primary); } .landing-content-profile img:hover { opacity: 0.7; } .landing-content-profile .landing-profile { display: flex; align-items: center; } .landing-content-profile .landing-profile img { border-radius: 20px; margin-right: 1rem; } .buttons-container { display: flex; justify-content: center; margin: 3px 2rem 0; } .buttons-container a { width: 30rem; height: 10.4rem; border-radius: 0.8rem; font: 700 2rem Archivo; display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--color-button-text); } .buttons-container a:first-child { margin-right: 1.6rem; } .footer-class .sub-title { display: none; } .buttons-container a img { width: 4rem; } .buttons-container a.study { background: var(--color-primary-lighter); flex-wrap: wrap; } .buttons-container a.give-classes { background: var(--color-secundary); flex-wrap: wrap; } .buttons-container a.study { background: var(--color-primary-light); } .buttons-container a.give-classes:hover { background: var(--color-secundary-dark); } .buttons-container a img { margin-right: 2.4rem; } .total-connections { font-size: 1.4rem; display: flex; margin-top: 1rem; align-items: center; justify-content: center; } .total-connections img { margin-left: 0.8rem; } @media (max-width: 450px) { .buttons-container a.give-classes { display: flex; flex-direction: column; } .buttons-container a.give-classes img { margin: 1rem auto; } .buttons-container a.study { display: flex; flex-direction: column; } .buttons-container a.study img { margin: 1rem auto; } .hero-image { height: 35vh; } } @media (min-width: 1100px) { #page-landing { background-color: var(--color-primary); /* background-color: var(--color-background) ; */ } #page-landing-content { max-width: 100vw; width: 100vw; height: 100vh; display: grid; grid-template-rows: 1fr 1fr; grid-template-columns: auto; grid-template-areas: "title" "footer"; } .container-title { grid-area: title; display: flex; width: 100vw; height: 70vh; padding: 4rem 8rem 10rem 10rem; flex-direction: column; display: flex; } .footer-class { grid-area: footer; display: flex; flex-direction: row-reverse; align-items: center; background-color: var(--color-background); height: 30vh; justify-content: space-evenly; padding: 8rem 4rem 10rem 10rem; } .main-title { display: flex; } .logo-container { width: 35vw; margin: 0 4rem 1rem 12rem; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1rem; } .logo-container img { width: 45rem; } .footer-class .sub-title { display: inline-block; font-size: 2rem; margin-right: 3rem; color: var(--color-text-title); } .logo-container h2 { font-size: 3.6rem; } .logo-container img { } .hero-image { padding: 1rem; height: 51vh; width: 40vw; } .buttons-container { } .buttons-container a { font-size: 2.4rem; } .total-connections { font-size: 1.2rem; } }
0.601828
0.099689
@import "animate.css"; @import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700); /*======================================================== Main Styles =========================================================*/ body { background: #ffffff; color: #333; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 20px; font-weight: 400px; -webkit-text-size-adjust: none; /*color: #5f5e4e;*/ } img { max-width: 100%; height: auto; } h2 { text-align: center; font-family: 'Neucha', cursive; font-size: 112px; line-height: 82px; font-weight: 300; color: #9f2131; } p{ font-size: 16px; } @media (max-width: 767px) { h2 { font-size: 48px; line-height: 56px; } } h2 em { display: block; font-family: 'Neucha', cursive; font-size: 128px; line-height: 82px; font-weight: 400; margin-bottom: 30px; } @media (max-width: 1199px) { h2 { font-size: 90px; line-height: 75px; } h2 em { font-size: 94px; line-height: 50px; } } @media (max-width: 767px) { h2 em { font-size: 80px; line-height: 56px; } } @media (max-width: 767px) { h2 em { font-size: 42px; } } @media (max-width: 479px) { h2 em { line-height: 10px; } h2{ font-size: 40px; line-height: 40px; } } h3 { font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 20px; font-weight: 400; color: #393328; } p a:hover { text-decoration: underline; } figcaption { font-family: 'Open Sans', cursive; font-size: 32px; line-height: 40px; font-weight: 400; color: #393328; } .address-1 { font-size: 16px; line-height: 24px; color: #9f2131; margin-top: 20px; } .address-1 dt { display: inline-block; } .address-1 dd { display: inline-block; } .address-1 em { font-size: 32px; line-height: 56px; } .address-1 * + p { margin-top: 28px; } .address-2 { overflow: hidden; /*margin-top: 60px;*/ } .address-2 .address_container { float: left; font-size: 16px; text-align: center; width: 100%; } .address-2 .address_container p{ font-size: 16px; line-height: 40px; } @media (max-width: 979px) { .address-2 .address_container { float: none; width: 100%; } } .address-2 dl { /*margin-left: 128px;*/ float: left; } @media (max-width: 1199px) { .address-2 dl { margin-left: 50px; } } @media (max-width: 979px) { .address-2 dl { margin-left: 0; margin-top: 20px; float: none; } } .address-2 dt { display: inline-block; line-height: 40px; font-size: 16px; } .address-2 dd { display: inline-block; line-height: 40px; font-size: 16px; } .address-2 a:hover { text-decoration: underline; } a { font: inherit; color: inherit; text-decoration: none; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; } a:active { background: transparent; } a[href^="tel:"] { color: inherit; text-decoration: none; } .fa { line-height: inherit; } [class*='fa-']:before { font-weight: 400; font-family: 'FontAwesome'; } .page { overflow: hidden; min-height: 500px; } .center { text-align: center !important; } .indents-1 { padding: 0 30px; text-align: justify; line-height: 24px; } .indents-4 { padding: 0 15px; font-family: 'Open Sans', cursive; font-size: 48px; } @media (max-width: 479px) { .indents-4 { font-size:30px; } .indents-1{ padding-bottom: 10px; } .address-1 em { font-size: 16px; } .address-1 * + p{ margin-top: 2px; } } @media (max-width: 1199px) { .indents-1 { padding: 0; } } .indents-2 { padding: 0 220px; } @media (max-width: 1199px) { .indents-2 { padding: 0; } } .indents-3 { padding: 0px 25px 10px 30px; text-align: justify; line-height: 22px; } @media (max-width: 1199px) { .indents-3 { padding: 0 10px; } } @media (max-width: 479px) { .indents-3 a { font-size: 18px; } } /*======================================================= Components =========================================================*/ /*======================== Menu ==========================*/ .sf-menu { display: inline-block; } .sf-menu:before, .sf-menu:after { content: " "; display: table; } .sf-menu:after { clear: both; } .sf-menu > li { position: relative; float: left; } .sf-menu > li + li { margin-left: 20px; } .sf-menu a { display: block; } .sf-menu { font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 24px; font-weight: 300; } .sf-menu > li > a { color: #ffffff; } /*.sf-menu > li.sfHover > a, .sf-menu > li > a:hover { color: #2b2929; } .sf-menu > li.active > a { color: #2b2929; }*/ .sf-menu ul { display: none; position: absolute; top: 100%; width: 235px; margin-top: 22px; padding: 0; /*background: #e6e6e6;*/ z-index: 2; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .sf-menu ul { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 30px; font-weight: 300; } .sf-menu ul > li > a { color: #ffffff; padding: 0 20px; } .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover { font-weight: bold; } .sf-menu ul ul { position: static; top: 100%; width: auto; margin-top: 0; padding: 0; z-index: 4; } .sf-menu ul ul > li > a { color: #393328; padding: 0 30px; } .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover { color: #ffffff; background: #884646; } .sf-menu > li > .sf-with-ul { position: relative; } .sf-menu > li > .sf-with-ul:before { position: absolute; left: 50%; top: 100%; margin-left: -6px; content: '\f0d7'; font: 400 20px/20px 'FontAwesome'; } @media (max-width: 767px) { .sf-menu { display: none; } } @media (max-width: 768px) { .sf-menu > li > .sf-with-ul:before { content: none; } } .toggle-menu-container .nav { margin: 0; position: fixed; right: -273px; top: 0; height: 100%; width: 273px; background: rgba(255,255,255,0.5); border-left: 1px solid #e6e6e6; z-index: 998; } .toggle-menu-container .nav_title { padding: 20px 0; background: #423e3e; } .toggle-menu-container .sf-menu-toggle { position: fixed; top: 47px; right: 60px; width: 75px; height: 75px; font-size: 64px; line-height: 75px; color: #fff; background: #9f2131; text-align: center; } @media (max-width: 479px) { .toggle-menu-container .sf-menu-toggle { position: fixed; top: 10px; right: 10px; width: 36px; height: 38px; font-size: 0px; line-height: 65px; color: #fff; background: #9f2131; text-align: center; } [class*='fa-']:before { font: 400 34px/34px 'FontAwesome'; } } .toggle-menu-container .sf-menu-toggle:hover { text-decoration: none; background: #fff; color: #000; } .toggle-menu-container .sf-menu { width: 100%; } .toggle-menu-container .sf-menu > li { float: none; } .toggle-menu-container .sf-menu > li + li { margin-left: 0; } .toggle-menu-container .sf-menu > li a { color: #9f2131; background: none; padding: 10px 40px; font-weight: bold; } .toggle-menu-container .sf-menu > li.active > a { color: #ffffff; background: #9f2131; } .toggle-menu-container .sf-menu > li.sfHover > a, .toggle-menu-container .sf-menu > li a:hover { color: #ffffff; background: #9f2131; } .toggle-menu-container .sf-menu ul { position: static; padding: 0; margin: 0; width: 100%; } .toggle-menu-container .sf-menu ul li a { color: #9f2131; background: none; padding: 10px 50px; } .toggle-menu-container .sf-menu ul li.active > a { color: #ffffff; background: #9f2131; } .toggle-menu-container .sf-menu ul li.sfHover > a, .toggle-menu-container .sf-menu ul li a:hover { color: #ffffff; background: #9f2131; } .toggle-menu-container .sf-menu ul ul a { padding: 10px 60px; } .toggle-menu-container .nav.active { right: 0; } .toggle-menu-container .nav.active .sf-menu-toggle { margin-left: 0; top: 6px; right: 233px; height: 30px; width: 30px; font-size: 16px; line-height: 30px; } @media (max-width: 979px) { .toggle-menu-container .sf-menu-toggle { top: 10px; right: 10px; } } @media (max-width: 767px) { .toggle-menu-container .sf-menu { display: block; } .toggle-menu-container .sf-menu a { text-align: left; } } /*================== Select Menu ======================*/ .select-menu { position: relative; display: none; margin: 0 auto; width: 420px; background: #ffffff url('../images/select.png') no-repeat right center; overflow: hidden; } .select-menu .select { width: 440px; height: 30px; color: #585858; background-color: transparent; font: 400 15px 'Open Sans', sans-serif; line-height: 30px; border: none; border-radius: 0; box-shadow: none; outline: none; -webkit-appearance: none; } .select-menu .select::-ms-expand { display: none; } @media (max-width: 767px) { .select-menu { display: block; } } @media (max-width: 479px) { .select-menu { width: 270px; } .select-menu .select { width: 290px; } } /*================== Stuck menu ======================*/ .isStuck { background: #9f2131; z-index: 999; border-bottom: 1px solid #333333; } .isStuck .nav { margin: 24px 0 24px; } .isStuck .brand { margin: 5px 0 5px; } @media only screen and (max-width: 979px) { .isStuck { display: none !important; } } /*================== ToTop ======================*/ .toTop { width: 77px; height: 77px; font-size: 88px; line-height: 68px; color: #fff; background: #b6b2b3; position: fixed; right: 48px; bottom: 180px; display: none; overflow: hidden; text-align: center; text-decoration: none; z-index: 20; border-radius: 50%; } .toTop:hover { color: #fff; background: #9f2131; text-decoration: none; } @media only screen and (max-width: 1399px) { .toTop { display: none !important; } } /*================== Parallax ======================*/ .parallax { width: 100%; background-position: center 0; background-repeat: no-repeat; } .mobile .parallax, .tablet .parallax { background-position: 50% 0 !important; background-size: cover; } .parallax1 { color: #ffffff; background-color: #FFF; background-image: url(../images/parallax09.jpg); padding: 97px 0 100px; height: 500px; } .parallax1 h2 { color: #ffffff; } .parallax2 { color: #ffffff; background-color: #FFF; background-image: url(../images/parallax08.jpg); padding: 134px 0px 132px; height: 500px; } .parallax2 h2 { color: #ffffff; text-align: left; padding-left: 65px; position: relative; } .parallax2 h2:before { content: '\f000'; position: absolute; left: 0; top: 10px; font-family: 'FontAwesome'; font-size: 64px; line-height: 60px; }@media (max-width: 767px) { .parallax { display: none; } } @media (max-width: 767px) { .parallax { background-position: center 0 !important; background-size: cover; } } .img__border { border: 1px solid #6c6860; } /*======================================================== HEADER Section =========================================================*/ header { background: #9f2131; } header .brand { float: left; } header .nav { margin: 38px 0 48px 0; float: right; } @media (max-width: 767px) { header { text-align: center; } header .brand, header .nav { float: none; } } @media (max-width: 479px) { header .brand{ display: inline-table; } } /*================== Brand ======================*/ .brand { margin: 14px 0 0 0; float: left; } #stuck_container .brand{ width: 15%; } .brand_name { width: 35%; padding: 0 0 6px 4px; display: inline-block; overflow: hidden; font-family: 'Open Sans', cursive; font-size: 64px; line-height: 64px; color: #ffffff; } .brand_name img{ opacity: 0.5; /*width:535px;*/ } .brand_name img:hover{ opacity: 1; } .brand_name_tab{ opacity: 1; width: 134px; } /*======================================================= CONTENT Layout =========================================================*/ * + p { margin-top: 46px; } * + h2 { margin-top: 138px; } * + h3 { margin-top: 10px; } * + figcaption { margin-top: 25px; } /** + address { margin-top: 37px; }*/ * + .row { margin-top: 80px; } * + .row__offset-1 { margin-top: 60px; } * + .row__offset-2 { margin-top: 30px; } * + .decoration { margin-top: 43px; } * + .btn { margin-top: 43px; } * + .gallery { margin-top: 34px; } h2 + p { margin-top: 55px; } h3 + p { margin-top: 21px; } p + .img { margin-top: 46px; } .img + h3 { margin-top: 46px; } @media (max-width: 479px) { * + .row { margin-top: 20px; } } .welcome_block{ width: 100vw; } .welcome_block1, .welcome_block2, .welcome_block3 { width: 30%; margin-left: 30px; float: left; } .welcome_block1{ margin-left: 60px; } @media (min-width: 768px) and (max-width: 1199px) { .welcome_block1{ margin-left: 30px; } .welcome_block{ width: 100vw; } .welcome_block1, .welcome_block2, .welcome_block3 { width: 95%; margin-left: 30px; float: left; } } @media (max-width:767px) { .welcome_block1{ margin-left: 30px; } .welcome_block{ width: 100vw; } .welcome_block1, .welcome_block2, .welcome_block3 { width: 95%; margin-left: 10px; float: left; } } /*======================================================== CONTENT Styles =========================================================*/ main { display: block; background: #ffffff; } /*================== Well ======================*/ .well { padding: 10% 0 10% 0; } .well__offset-1 { padding: 135px 0 128px 0; } .well__offset-2 { padding: 141px 0 67px 0; } .well__offset-3 { padding: 131px 0 129px 0; } .well__offset-4 { padding: 116px 0 129px 0; } .well__offset-5 { padding: 60px 0 0 0; } @media (max-width: 1199px) { .well__offset-4, .well__offset-3{ padding: 45px 0 45px 0; } } @media (max-width: 767px) { .well__offset-4, .well__offset-3, .well__offset-5{ padding: 15px 0 0 0; } } /*================== Buttons ======================*/ .btn { position: relative; display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 20px; font-weight: 400; color: #393328; } .btn:before, .btn:after { content: ''; position: absolute; left: 50%; right: 50%; background: #6c6860; height: 1px; top: 22px; opacity: 0; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .btn:hover { color: #9f2131; } .btn:hover:before { left: 0; opacity: 1; } .btn:hover:after { right: 0; opacity: 1; } /*================== Lazy Img ======================*/ .lazy-img { display: block; position: relative; height: 0; overflow: hidden; background: #ffffff url(../images/lazy-loader.gif) no-repeat center center; cursor: pointer; } .lazy-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; -moz-transition: 1s all ease; -o-transition: 1s all ease; -webkit-transition: 1s all ease; transition: 1s all ease; opacity: 0; } .lazy-img .lazy-loaded { opacity: 1; } /*======================================================== MENU Styles =========================================================*/ .menu { margin-bottom: 20px; } .menu__nav { padding: 15px 0 40px; font-size: 0; text-align: center; } .menu__nav li { display: inline-block; margin: 0 30px; vertical-align: top; } .menu__nav a { display: block; font-family: "Open Sans", Arial, Tahoma, sans-serif; font-size: 24px; color: #1a100d; } .menu__nav a.is-active { border-bottom: 2px solid; background: #e6e6e6; font-weight: bold; } @media (max-width: 979px) { .menu { padding: 0 25px; } } .menu__title { margin-bottom: 15px; padding-bottom: 15px; text-align: center; font-family: "Open Sans", Arial, Tahoma, sans-serif; font-size: 48px; color: #1a100d; text-transform: uppercase; } .menu__top { overflow: hidden; } .menu__name { float: left; font-family: "Open Sans", Arial, Tahoma, sans-serif; font-size: 48px; color: #1a100d; text-transform: uppercase; line-height: 44px; } @media (max-width: 479px) { .menu__name { font-size: 14px;; } .menu__nav { padding: 15px 0 15px; } .menu__nav li { line-height: 30px; } .menu__nav a{ font-size: 16px; } .menu__list { font-size: 15px; line-height: 20px; } .menu__list strong { width: 90px; } .menu__list span { min-width: 70px; margin: 3px 0 0 20px; font-size: 14px; } } .menu__grn { float: right; width: 125px; margin-top: 20px; text-align: right; font-weight: bold; font-size: 16px; } .menu__weight { float: right; margin-top: 12px; background: url('../images/weight.png') no-repeat; width: 30px; height: 30px; } .menu__volume { float: right; margin-top: 12px; background: url('../images/volume.png') no-repeat; width: 30px; height: 30px; } .menu__info { padding: 10px 0; border: 2px solid #1a100d; border-width: 2px 0; margin-bottom: 5px; overflow: hidden; } .menu__pic { float: left; margin-right: 30px; } .menu__pic img { display: block; } .menu__list { overflow: hidden; font-size: 16px; line-height: 30px; } .menu__list li { padding: 8px 0 6px; background: url(../images/dots-small-bg.png) repeat-x 0 0; overflow: hidden; } .menu__list li:first-child { padding: 0 0 6px; background: none; } .menu__list strong, .menu__list span { float: right; text-align: right; } .menu__list strong { width: 125px; font-weight: normal; } .menu__list span { min-width: 70px; margin: 3px 0 0 20px; font-size: 16px; } .menu__list span.bold { float: none; margin: 0; min-width: 0; font-size: 16px; font-weight: bold; } /*======================================================== HOTEL Styles =========================================================*/ .hotel { margin-bottom: 20px; } .hotel__nav { padding: 15px 0 40px; font-size: 0; text-align: center; } .hotel__nav li { display: inline-block; margin: 0 30px; vertical-align: top; } .hotel__nav a { display: block; font-family: "Open Sans", Arial, Tahoma, sans-serif; font-size: 24px; color: #1a100d; } .hotel__nav a.is-active { border-bottom: 2px solid; background: #e6e6e6; font-weight: bold; } @media (max-width: 479px) { .hotel__nav { padding: 15px 0 15px; } .hotel__nav li { line-height: 27px; } .hotel__nav a { font-size: 18px; } } .text p { margin-bottom: 20px; } .text p strong { font-weight: bold; } #page ul { margin-left: 15px; list-style-type: square; font-size: 15px; line-height: 17px; } .photos a { margin-bottom: 10px; } .photos a img { float: left; } .photos a.small{ display: block; float: left; width: 31%; padding-right: 2%; padding-top: 20px; } /*======================================================== FOOTER Styles =========================================================*/ footer { padding: 30px 0 0 0; text-align: center; } footer .socials { display: inline-block; overflow: hidden; } footer .socials li { float: left; } footer .socials li + li { margin-left: 100px; } @media (max-width: 767px) { footer .socials li + li { margin-left: 30px; } } @media (max-width: 479px) { footer .socials li + li { margin-left: 15px; } footer{ } } footer .socials a { display: inline-block; width: 94px; height: 94px; line-height: 94px; text-align: center; background: #ffffff; color: #423e3e; border-radius: 50%; font-size: 64px; } @media (max-width: 479px) { footer .socials a { font-size: 40px; width: 80px; height: 80px; line-height: 80px; } } footer .socials a:hover { background: #423e3e; color: #ffffff; } footer .copyright { color: #000000; } footer .copyright a:hover { text-decoration: underline; } footer .tm { background: #423e3e; } * + footer .tm { margin-top: 11px; } .client { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 20px; font-weight: 400; color: #5f5e4e; } .client em { display: block; font-family: 'Open Sans', cursive; font-size: 32px; line-height: 40px; font-weight: 400; } * + .client { margin-top: 20px; } .bg-1 { background: #9f2131; color: #ffffff; } .bg-1 h2 { color: #ffffff; } .bg-1 h3 { color: #ffffff; } .bg-1 figcaption { color: #ffffff; } .bg-1 .decoration:before, .bg-1 .decoration:after { background: #563d34; } .bg-1 .btn:before, .bg-1 .btn:after { background: #ffffff; } .bg-1 .btn:hover { color: #ffffff; } .box-1 .img { margin-top: 4px; } * + .box-1 { margin-top: 65px; } .box-1 * + p { margin-top: 1px; } .box-1 * + h3 { margin-top: 19px; } * + .box-2 { margin-top: 70px; } .box-3 h2 { text-align: left; font-size: 48px; line-height: 58px; } * + .box-3 { margin-top: 50px; } .box-3 h2 + * { margin-top: 50px; } @media (max-width: 479px) { * + .box-2 { margin-top: 15px; } } .footer_main{ background: #e6e6e6; } #contacts_title { text-align: center; font-family: 'Open Sans', sans-serif; font-size: 32px; line-height: 82px; font-weight: 300; color: #9f2131; } @media (min-width: 767px) and (max-width: 1199px) { .carousel .carousel-stage img{ width: 734px !important; } .connected-carousels .stage{ width: 754px !important; } } @media (max-width: 479px) { #photosSaunaMobile { display: block !important; } }
css/style.css
@import "animate.css"; @import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700); /*======================================================== Main Styles =========================================================*/ body { background: #ffffff; color: #333; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 20px; font-weight: 400px; -webkit-text-size-adjust: none; /*color: #5f5e4e;*/ } img { max-width: 100%; height: auto; } h2 { text-align: center; font-family: 'Neucha', cursive; font-size: 112px; line-height: 82px; font-weight: 300; color: #9f2131; } p{ font-size: 16px; } @media (max-width: 767px) { h2 { font-size: 48px; line-height: 56px; } } h2 em { display: block; font-family: 'Neucha', cursive; font-size: 128px; line-height: 82px; font-weight: 400; margin-bottom: 30px; } @media (max-width: 1199px) { h2 { font-size: 90px; line-height: 75px; } h2 em { font-size: 94px; line-height: 50px; } } @media (max-width: 767px) { h2 em { font-size: 80px; line-height: 56px; } } @media (max-width: 767px) { h2 em { font-size: 42px; } } @media (max-width: 479px) { h2 em { line-height: 10px; } h2{ font-size: 40px; line-height: 40px; } } h3 { font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 20px; font-weight: 400; color: #393328; } p a:hover { text-decoration: underline; } figcaption { font-family: 'Open Sans', cursive; font-size: 32px; line-height: 40px; font-weight: 400; color: #393328; } .address-1 { font-size: 16px; line-height: 24px; color: #9f2131; margin-top: 20px; } .address-1 dt { display: inline-block; } .address-1 dd { display: inline-block; } .address-1 em { font-size: 32px; line-height: 56px; } .address-1 * + p { margin-top: 28px; } .address-2 { overflow: hidden; /*margin-top: 60px;*/ } .address-2 .address_container { float: left; font-size: 16px; text-align: center; width: 100%; } .address-2 .address_container p{ font-size: 16px; line-height: 40px; } @media (max-width: 979px) { .address-2 .address_container { float: none; width: 100%; } } .address-2 dl { /*margin-left: 128px;*/ float: left; } @media (max-width: 1199px) { .address-2 dl { margin-left: 50px; } } @media (max-width: 979px) { .address-2 dl { margin-left: 0; margin-top: 20px; float: none; } } .address-2 dt { display: inline-block; line-height: 40px; font-size: 16px; } .address-2 dd { display: inline-block; line-height: 40px; font-size: 16px; } .address-2 a:hover { text-decoration: underline; } a { font: inherit; color: inherit; text-decoration: none; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; } a:active { background: transparent; } a[href^="tel:"] { color: inherit; text-decoration: none; } .fa { line-height: inherit; } [class*='fa-']:before { font-weight: 400; font-family: 'FontAwesome'; } .page { overflow: hidden; min-height: 500px; } .center { text-align: center !important; } .indents-1 { padding: 0 30px; text-align: justify; line-height: 24px; } .indents-4 { padding: 0 15px; font-family: 'Open Sans', cursive; font-size: 48px; } @media (max-width: 479px) { .indents-4 { font-size:30px; } .indents-1{ padding-bottom: 10px; } .address-1 em { font-size: 16px; } .address-1 * + p{ margin-top: 2px; } } @media (max-width: 1199px) { .indents-1 { padding: 0; } } .indents-2 { padding: 0 220px; } @media (max-width: 1199px) { .indents-2 { padding: 0; } } .indents-3 { padding: 0px 25px 10px 30px; text-align: justify; line-height: 22px; } @media (max-width: 1199px) { .indents-3 { padding: 0 10px; } } @media (max-width: 479px) { .indents-3 a { font-size: 18px; } } /*======================================================= Components =========================================================*/ /*======================== Menu ==========================*/ .sf-menu { display: inline-block; } .sf-menu:before, .sf-menu:after { content: " "; display: table; } .sf-menu:after { clear: both; } .sf-menu > li { position: relative; float: left; } .sf-menu > li + li { margin-left: 20px; } .sf-menu a { display: block; } .sf-menu { font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 24px; font-weight: 300; } .sf-menu > li > a { color: #ffffff; } /*.sf-menu > li.sfHover > a, .sf-menu > li > a:hover { color: #2b2929; } .sf-menu > li.active > a { color: #2b2929; }*/ .sf-menu ul { display: none; position: absolute; top: 100%; width: 235px; margin-top: 22px; padding: 0; /*background: #e6e6e6;*/ z-index: 2; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .sf-menu ul { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 30px; font-weight: 300; } .sf-menu ul > li > a { color: #ffffff; padding: 0 20px; } .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover { font-weight: bold; } .sf-menu ul ul { position: static; top: 100%; width: auto; margin-top: 0; padding: 0; z-index: 4; } .sf-menu ul ul > li > a { color: #393328; padding: 0 30px; } .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover { color: #ffffff; background: #884646; } .sf-menu > li > .sf-with-ul { position: relative; } .sf-menu > li > .sf-with-ul:before { position: absolute; left: 50%; top: 100%; margin-left: -6px; content: '\f0d7'; font: 400 20px/20px 'FontAwesome'; } @media (max-width: 767px) { .sf-menu { display: none; } } @media (max-width: 768px) { .sf-menu > li > .sf-with-ul:before { content: none; } } .toggle-menu-container .nav { margin: 0; position: fixed; right: -273px; top: 0; height: 100%; width: 273px; background: rgba(255,255,255,0.5); border-left: 1px solid #e6e6e6; z-index: 998; } .toggle-menu-container .nav_title { padding: 20px 0; background: #423e3e; } .toggle-menu-container .sf-menu-toggle { position: fixed; top: 47px; right: 60px; width: 75px; height: 75px; font-size: 64px; line-height: 75px; color: #fff; background: #9f2131; text-align: center; } @media (max-width: 479px) { .toggle-menu-container .sf-menu-toggle { position: fixed; top: 10px; right: 10px; width: 36px; height: 38px; font-size: 0px; line-height: 65px; color: #fff; background: #9f2131; text-align: center; } [class*='fa-']:before { font: 400 34px/34px 'FontAwesome'; } } .toggle-menu-container .sf-menu-toggle:hover { text-decoration: none; background: #fff; color: #000; } .toggle-menu-container .sf-menu { width: 100%; } .toggle-menu-container .sf-menu > li { float: none; } .toggle-menu-container .sf-menu > li + li { margin-left: 0; } .toggle-menu-container .sf-menu > li a { color: #9f2131; background: none; padding: 10px 40px; font-weight: bold; } .toggle-menu-container .sf-menu > li.active > a { color: #ffffff; background: #9f2131; } .toggle-menu-container .sf-menu > li.sfHover > a, .toggle-menu-container .sf-menu > li a:hover { color: #ffffff; background: #9f2131; } .toggle-menu-container .sf-menu ul { position: static; padding: 0; margin: 0; width: 100%; } .toggle-menu-container .sf-menu ul li a { color: #9f2131; background: none; padding: 10px 50px; } .toggle-menu-container .sf-menu ul li.active > a { color: #ffffff; background: #9f2131; } .toggle-menu-container .sf-menu ul li.sfHover > a, .toggle-menu-container .sf-menu ul li a:hover { color: #ffffff; background: #9f2131; } .toggle-menu-container .sf-menu ul ul a { padding: 10px 60px; } .toggle-menu-container .nav.active { right: 0; } .toggle-menu-container .nav.active .sf-menu-toggle { margin-left: 0; top: 6px; right: 233px; height: 30px; width: 30px; font-size: 16px; line-height: 30px; } @media (max-width: 979px) { .toggle-menu-container .sf-menu-toggle { top: 10px; right: 10px; } } @media (max-width: 767px) { .toggle-menu-container .sf-menu { display: block; } .toggle-menu-container .sf-menu a { text-align: left; } } /*================== Select Menu ======================*/ .select-menu { position: relative; display: none; margin: 0 auto; width: 420px; background: #ffffff url('../images/select.png') no-repeat right center; overflow: hidden; } .select-menu .select { width: 440px; height: 30px; color: #585858; background-color: transparent; font: 400 15px 'Open Sans', sans-serif; line-height: 30px; border: none; border-radius: 0; box-shadow: none; outline: none; -webkit-appearance: none; } .select-menu .select::-ms-expand { display: none; } @media (max-width: 767px) { .select-menu { display: block; } } @media (max-width: 479px) { .select-menu { width: 270px; } .select-menu .select { width: 290px; } } /*================== Stuck menu ======================*/ .isStuck { background: #9f2131; z-index: 999; border-bottom: 1px solid #333333; } .isStuck .nav { margin: 24px 0 24px; } .isStuck .brand { margin: 5px 0 5px; } @media only screen and (max-width: 979px) { .isStuck { display: none !important; } } /*================== ToTop ======================*/ .toTop { width: 77px; height: 77px; font-size: 88px; line-height: 68px; color: #fff; background: #b6b2b3; position: fixed; right: 48px; bottom: 180px; display: none; overflow: hidden; text-align: center; text-decoration: none; z-index: 20; border-radius: 50%; } .toTop:hover { color: #fff; background: #9f2131; text-decoration: none; } @media only screen and (max-width: 1399px) { .toTop { display: none !important; } } /*================== Parallax ======================*/ .parallax { width: 100%; background-position: center 0; background-repeat: no-repeat; } .mobile .parallax, .tablet .parallax { background-position: 50% 0 !important; background-size: cover; } .parallax1 { color: #ffffff; background-color: #FFF; background-image: url(../images/parallax09.jpg); padding: 97px 0 100px; height: 500px; } .parallax1 h2 { color: #ffffff; } .parallax2 { color: #ffffff; background-color: #FFF; background-image: url(../images/parallax08.jpg); padding: 134px 0px 132px; height: 500px; } .parallax2 h2 { color: #ffffff; text-align: left; padding-left: 65px; position: relative; } .parallax2 h2:before { content: '\f000'; position: absolute; left: 0; top: 10px; font-family: 'FontAwesome'; font-size: 64px; line-height: 60px; }@media (max-width: 767px) { .parallax { display: none; } } @media (max-width: 767px) { .parallax { background-position: center 0 !important; background-size: cover; } } .img__border { border: 1px solid #6c6860; } /*======================================================== HEADER Section =========================================================*/ header { background: #9f2131; } header .brand { float: left; } header .nav { margin: 38px 0 48px 0; float: right; } @media (max-width: 767px) { header { text-align: center; } header .brand, header .nav { float: none; } } @media (max-width: 479px) { header .brand{ display: inline-table; } } /*================== Brand ======================*/ .brand { margin: 14px 0 0 0; float: left; } #stuck_container .brand{ width: 15%; } .brand_name { width: 35%; padding: 0 0 6px 4px; display: inline-block; overflow: hidden; font-family: 'Open Sans', cursive; font-size: 64px; line-height: 64px; color: #ffffff; } .brand_name img{ opacity: 0.5; /*width:535px;*/ } .brand_name img:hover{ opacity: 1; } .brand_name_tab{ opacity: 1; width: 134px; } /*======================================================= CONTENT Layout =========================================================*/ * + p { margin-top: 46px; } * + h2 { margin-top: 138px; } * + h3 { margin-top: 10px; } * + figcaption { margin-top: 25px; } /** + address { margin-top: 37px; }*/ * + .row { margin-top: 80px; } * + .row__offset-1 { margin-top: 60px; } * + .row__offset-2 { margin-top: 30px; } * + .decoration { margin-top: 43px; } * + .btn { margin-top: 43px; } * + .gallery { margin-top: 34px; } h2 + p { margin-top: 55px; } h3 + p { margin-top: 21px; } p + .img { margin-top: 46px; } .img + h3 { margin-top: 46px; } @media (max-width: 479px) { * + .row { margin-top: 20px; } } .welcome_block{ width: 100vw; } .welcome_block1, .welcome_block2, .welcome_block3 { width: 30%; margin-left: 30px; float: left; } .welcome_block1{ margin-left: 60px; } @media (min-width: 768px) and (max-width: 1199px) { .welcome_block1{ margin-left: 30px; } .welcome_block{ width: 100vw; } .welcome_block1, .welcome_block2, .welcome_block3 { width: 95%; margin-left: 30px; float: left; } } @media (max-width:767px) { .welcome_block1{ margin-left: 30px; } .welcome_block{ width: 100vw; } .welcome_block1, .welcome_block2, .welcome_block3 { width: 95%; margin-left: 10px; float: left; } } /*======================================================== CONTENT Styles =========================================================*/ main { display: block; background: #ffffff; } /*================== Well ======================*/ .well { padding: 10% 0 10% 0; } .well__offset-1 { padding: 135px 0 128px 0; } .well__offset-2 { padding: 141px 0 67px 0; } .well__offset-3 { padding: 131px 0 129px 0; } .well__offset-4 { padding: 116px 0 129px 0; } .well__offset-5 { padding: 60px 0 0 0; } @media (max-width: 1199px) { .well__offset-4, .well__offset-3{ padding: 45px 0 45px 0; } } @media (max-width: 767px) { .well__offset-4, .well__offset-3, .well__offset-5{ padding: 15px 0 0 0; } } /*================== Buttons ======================*/ .btn { position: relative; display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 20px; font-weight: 400; color: #393328; } .btn:before, .btn:after { content: ''; position: absolute; left: 50%; right: 50%; background: #6c6860; height: 1px; top: 22px; opacity: 0; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .btn:hover { color: #9f2131; } .btn:hover:before { left: 0; opacity: 1; } .btn:hover:after { right: 0; opacity: 1; } /*================== Lazy Img ======================*/ .lazy-img { display: block; position: relative; height: 0; overflow: hidden; background: #ffffff url(../images/lazy-loader.gif) no-repeat center center; cursor: pointer; } .lazy-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; -moz-transition: 1s all ease; -o-transition: 1s all ease; -webkit-transition: 1s all ease; transition: 1s all ease; opacity: 0; } .lazy-img .lazy-loaded { opacity: 1; } /*======================================================== MENU Styles =========================================================*/ .menu { margin-bottom: 20px; } .menu__nav { padding: 15px 0 40px; font-size: 0; text-align: center; } .menu__nav li { display: inline-block; margin: 0 30px; vertical-align: top; } .menu__nav a { display: block; font-family: "Open Sans", Arial, Tahoma, sans-serif; font-size: 24px; color: #1a100d; } .menu__nav a.is-active { border-bottom: 2px solid; background: #e6e6e6; font-weight: bold; } @media (max-width: 979px) { .menu { padding: 0 25px; } } .menu__title { margin-bottom: 15px; padding-bottom: 15px; text-align: center; font-family: "Open Sans", Arial, Tahoma, sans-serif; font-size: 48px; color: #1a100d; text-transform: uppercase; } .menu__top { overflow: hidden; } .menu__name { float: left; font-family: "Open Sans", Arial, Tahoma, sans-serif; font-size: 48px; color: #1a100d; text-transform: uppercase; line-height: 44px; } @media (max-width: 479px) { .menu__name { font-size: 14px;; } .menu__nav { padding: 15px 0 15px; } .menu__nav li { line-height: 30px; } .menu__nav a{ font-size: 16px; } .menu__list { font-size: 15px; line-height: 20px; } .menu__list strong { width: 90px; } .menu__list span { min-width: 70px; margin: 3px 0 0 20px; font-size: 14px; } } .menu__grn { float: right; width: 125px; margin-top: 20px; text-align: right; font-weight: bold; font-size: 16px; } .menu__weight { float: right; margin-top: 12px; background: url('../images/weight.png') no-repeat; width: 30px; height: 30px; } .menu__volume { float: right; margin-top: 12px; background: url('../images/volume.png') no-repeat; width: 30px; height: 30px; } .menu__info { padding: 10px 0; border: 2px solid #1a100d; border-width: 2px 0; margin-bottom: 5px; overflow: hidden; } .menu__pic { float: left; margin-right: 30px; } .menu__pic img { display: block; } .menu__list { overflow: hidden; font-size: 16px; line-height: 30px; } .menu__list li { padding: 8px 0 6px; background: url(../images/dots-small-bg.png) repeat-x 0 0; overflow: hidden; } .menu__list li:first-child { padding: 0 0 6px; background: none; } .menu__list strong, .menu__list span { float: right; text-align: right; } .menu__list strong { width: 125px; font-weight: normal; } .menu__list span { min-width: 70px; margin: 3px 0 0 20px; font-size: 16px; } .menu__list span.bold { float: none; margin: 0; min-width: 0; font-size: 16px; font-weight: bold; } /*======================================================== HOTEL Styles =========================================================*/ .hotel { margin-bottom: 20px; } .hotel__nav { padding: 15px 0 40px; font-size: 0; text-align: center; } .hotel__nav li { display: inline-block; margin: 0 30px; vertical-align: top; } .hotel__nav a { display: block; font-family: "Open Sans", Arial, Tahoma, sans-serif; font-size: 24px; color: #1a100d; } .hotel__nav a.is-active { border-bottom: 2px solid; background: #e6e6e6; font-weight: bold; } @media (max-width: 479px) { .hotel__nav { padding: 15px 0 15px; } .hotel__nav li { line-height: 27px; } .hotel__nav a { font-size: 18px; } } .text p { margin-bottom: 20px; } .text p strong { font-weight: bold; } #page ul { margin-left: 15px; list-style-type: square; font-size: 15px; line-height: 17px; } .photos a { margin-bottom: 10px; } .photos a img { float: left; } .photos a.small{ display: block; float: left; width: 31%; padding-right: 2%; padding-top: 20px; } /*======================================================== FOOTER Styles =========================================================*/ footer { padding: 30px 0 0 0; text-align: center; } footer .socials { display: inline-block; overflow: hidden; } footer .socials li { float: left; } footer .socials li + li { margin-left: 100px; } @media (max-width: 767px) { footer .socials li + li { margin-left: 30px; } } @media (max-width: 479px) { footer .socials li + li { margin-left: 15px; } footer{ } } footer .socials a { display: inline-block; width: 94px; height: 94px; line-height: 94px; text-align: center; background: #ffffff; color: #423e3e; border-radius: 50%; font-size: 64px; } @media (max-width: 479px) { footer .socials a { font-size: 40px; width: 80px; height: 80px; line-height: 80px; } } footer .socials a:hover { background: #423e3e; color: #ffffff; } footer .copyright { color: #000000; } footer .copyright a:hover { text-decoration: underline; } footer .tm { background: #423e3e; } * + footer .tm { margin-top: 11px; } .client { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 20px; font-weight: 400; color: #5f5e4e; } .client em { display: block; font-family: 'Open Sans', cursive; font-size: 32px; line-height: 40px; font-weight: 400; } * + .client { margin-top: 20px; } .bg-1 { background: #9f2131; color: #ffffff; } .bg-1 h2 { color: #ffffff; } .bg-1 h3 { color: #ffffff; } .bg-1 figcaption { color: #ffffff; } .bg-1 .decoration:before, .bg-1 .decoration:after { background: #563d34; } .bg-1 .btn:before, .bg-1 .btn:after { background: #ffffff; } .bg-1 .btn:hover { color: #ffffff; } .box-1 .img { margin-top: 4px; } * + .box-1 { margin-top: 65px; } .box-1 * + p { margin-top: 1px; } .box-1 * + h3 { margin-top: 19px; } * + .box-2 { margin-top: 70px; } .box-3 h2 { text-align: left; font-size: 48px; line-height: 58px; } * + .box-3 { margin-top: 50px; } .box-3 h2 + * { margin-top: 50px; } @media (max-width: 479px) { * + .box-2 { margin-top: 15px; } } .footer_main{ background: #e6e6e6; } #contacts_title { text-align: center; font-family: 'Open Sans', sans-serif; font-size: 32px; line-height: 82px; font-weight: 300; color: #9f2131; } @media (min-width: 767px) and (max-width: 1199px) { .carousel .carousel-stage img{ width: 734px !important; } .connected-carousels .stage{ width: 754px !important; } } @media (max-width: 479px) { #photosSaunaMobile { display: block !important; } }
0.336331
0.055566
@charset "UTF-8"; /** * Template Name: Uniland - Real Estate HTML5 Template * Version: 2.7.0 * Author: Unicoder * Email: <EMAIL> * Developed By: Unicoder * Last Update: 15th July, 2021 * Author URL: www.unicoderbd.com **/ /*=============================================================================== ****CSS TABLE **** *** *** Default CSS Start *** Button Style *** Nav Pils Style Start *** Form Design Style Start *** Header Style Start *** Slide Filter Style Start *** jSlider Style Start *** Pagination Style Start *** Custom Scroll Bar Style Start *** About Us Style Start *** Photo Gallery Style Start *** Service Area Style Start *** Agent Block Style Start *** Property Block Style Start *** Blog Thumbnail Style Start *** Sidebar Widgets Style Start *** Fact Counter Style Start *** Mixitup Style Start *** Accordion Style Start *** Owl Carousel Style Start *** Page Banner Style Start *** Search Banner Style Start *** Map Element Style Start *** Property Page Style Start *** Compare Page Style Start *** Deshboard Style Start *** Footer Style Start *** Responsive Style Start *** Social Media Style Start ==================================================================================*/ /*=============================================================================== Default CSS Start ==================================================================================*/ a, .photo-overlay::before, [class*="accordion-plus-"] .ac-toggle::after { -moz-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; -ms-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; } body { font-size: 16px; font-family: var(--theme-general-font); font-weight: 400; } #page_wrapper { overflow: hidden; } a, a:hover, a:focus, a:visited { text-decoration: none; outline: none } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--theme-highlight-font); line-height: revert; font-weight: 500; } h1, .h1 { font-size: 48px; line-height: 60px; } h2, .h2 { font-size: 36px; line-height: 48px; } h3, .h3 { font-size: 30px; line-height: 40px; } h4, .h4 { font-size: 24px; } h5, .h5 { font-size: 18px; } h6, .h6 { font-size: 15px; } img { max-width: 100% } ul, li { list-style: none; margin: 0; padding: 0 } li { line-height: 25px; } p { line-height: 28px } sup { top: -10px; left: inherit; right: -3px; } label { margin-bottom: 0px } textarea { padding-top: 10px !important; padding-bottom: 10px !important } textarea.form-control { height: auto !important } .font-400 { font-weight: 400 !important; } .py-100, .pt-100 { padding-top: 100px !important } .py-100, .pb-100 { padding-bottom: 100px !important } .font-fifteen { font-size: 15px !important; } .z-index-9 { z-index: 9; } .btn { line-height: 50px; font-weight: 400; } .btn-link { font-weight: 400; display: flex; align-items: center; width: max-content; color: var(--theme-general-color) } .btn-link:hover { color: var(--theme-primary-color) } .text-center .btn-link { margin: 0 auto; } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { color: var(--theme-dark-color); background-color: var(--theme-white-color); border-color: var(--theme-gray-color); } .box-shadow { box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .10) !important; } .shadow-text { font-weight: 400; } .hide { display: none } .quick-view-modal { display: none; position: fixed; top: 0; left: 0; z-index: 99992; width: 100%; height: 100%; overflow: hidden scroll !important } .view-close { cursor: pointer; position: absolute; right: 15px; top: 15px; z-index: 99 } .btn-light.focus, .btn-light:focus { box-shadow: none; } .member-score { padding: 4px 8px; position: relative; border-radius: 3px; height: max-content; } .member-score::before { position: absolute; content: ""; border: 5px solid; border-color: transparent var(--theme-primary-color) transparent transparent; left: -10px; top: 50%; transform: translateY(-50%); } .header-unfix.nav-on-top, .header-unfix.fixed-top { position: static !important; animation: unset !important; } .header-unfix.fixed-top.nav-on-banner { position: absolute !important; animation: unset !important; } .icon-text { display: flex; align-items: center } .woo-filter-bar .bootstrap-select>.dropdown-toggle { border: none; } .woocommerce-ordering { display: flex; } .woocommerce-ordering select:not(:last-child) { margin-right: 10px } #page_wrapper.overlay::before { background-color: var(--theme-secondary-opacity-color); z-index: 99999; } .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push { height: 100vh; width: 360px; padding: 100px 40px; overflow-y: scroll; } .slide-nav-close { cursor: default; } table td, table th { border: none; padding: 10px 15px; } .table-striped td { border-top: 1px solid #dee2e6; } .table-striped th { box-shadow: none; } .d-ruby { display: ruby !important } .fact-counter .progress { height: 5px; } .vertical-timeline::before { left: 90px; } .vertical-timeline::after { left: 95px; height: 82%; background-color: var(--theme-primary-color); } .decimal-list li { list-style-type: decimal; list-style-position: inside; } .artical-list li a { padding: 8px 0; display: inline-block; } .line-list li { position: relative; padding-left: 30px; } .line-list li:not(:last-child) { margin-bottom: 20px; } .line-list li::before { position: absolute; content: ""; width: 20px; height: 1px; background-color: var(--theme-primary-color); left: 0; top: 12px; } .mix-tab ul.nav-tab-border-active .mixitup-control-active { border-radius: 25px; } .slider-signup input { width: 100%; background: #fff; line-height: 47px !important; height: 60px; border-radius: 30px; padding: 8px 130px 8px 30px; } .slider-signup .form-control::placeholder { font-size: 15px !important; font-weight: 500 !important; } .slider-signup button { position: absolute; line-height: 50px; border-radius: 25px; right: 5px; top: 5px; width: 120px; font-size: 15px; text-align: center; } .tagline-2::before { top: calc(100% - 18px); } .full-row { padding: 80px 0; } .tagline, .tagline-2 { font-weight: 400; position: relative; font-size: 18px; letter-spacing: 2px; display: block; margin-bottom: 10px; } .tagline-3 { background-color: var(--theme-primary-opacity-color); color: var(--theme-primary-color); padding: 0 20px; line-height: 30px; display: table; border-radius: 50rem; } .line-title::before, .testimonial-item .name::before { position: absolute; content: ""; left: 0; top: 15px; width: 80px; height: 2px; background-color: var(--theme-primary-color); } .form-switch .form-check-input { background-repeat: no-repeat; } .half-bg-footer { z-index: 1 } .half-bg-footer::before { position: absolute; content: ""; width: 100%; height: 50%; left: 0; bottom: 0; background-color: var(--theme-footer-color); z-index: -1; } .video-hero { position: relative; overflow: hidden; background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; width: 100%; max-height: 100vh; } .jquery-background-video { position: absolute; max-width: 100%; width: auto; height: auto; top: 50%; left: 50%; -o-object-fit: contain; object-fit: contain; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .hover-dark:hover { background-color: var(--theme-dark-color) !important; } .hover-primary:hover { background-color: var(--theme-primary-color) !important; } .hover-secondary:hover { background-color: var(--theme-secondary-color) !important; } [class*="icon-"]:before, [class*="icon-"] span:before{ color: inherit !important; } .hover-text-underline:hover { text-decoration: underline; } /*=============================================================================== Button Style ===============================================================================*/ /*----------*/ .btn.btn-primary { background-color: var(--theme-primary-color); color: var(--theme-white-color); } /*----------*/ .btn.btn-secondary { background-color: var(--theme-secondary-color); color: var(--theme-white-color); } /*----------*/ .btn.btn-dark { background-color: var(--theme-dark-color); color: var(--theme-white-color); } /*=============================================================================== Nav Pils Tab Style Start ==================================================================================*/ .nav-pills { margin-bottom: 20px; } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: var(--theme-primary-color); background-color: transparent; } .nav-pills .nav-link { padding: 0; color: var(--theme-general-color); position: relative } .nav-pills .nav-item:not(:last-child) { margin-right: 20px; } .tab-style-1 { display: flex; justify-content: center; } .tab-style-1 .nav-pills .nav-link { padding-bottom: 5px; } .tab-style-1 .nav-pills .nav-link::before { position: absolute; content: ""; width: 80%; height: 2px; top: 100%; left: 50%; transform: translateX(-50%); } .tab-style-1 .nav-pills .nav-link.active::before, .tab-style-1 .nav-pills .show>.nav-link::before { background-color: var(--theme-primary-color); } /*=============================================================================== Form Design Style Start ==================================================================================*/ select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url(../images/icon/angle-down-solid.png); background-repeat: no-repeat; background-size: 8px; background-position: calc(100% - 20px); cursor: pointer; } /* For IE <= 11 */ select::-ms-expand { display: none; } select:focus { outline: none; } .form-group { position: relative; display: flex; } .form-group input:not(:last-child) { margin-right: 5px; } .search-form.header-active-form .form-control { width: 350px; padding: 15px 40px 15px 20px; } .search-form .form-control { height: 50px; padding: 5px 30px 5px 20px; background: var(--theme-light-color); font-size: 1rem; color: #495057; } .form-control::placeholder { color: #495057 !important; font-size: 15px !important; } .form-control::-webkit-input-placeholder { font-size: 15px; color: var(--theme-dark-color); } .form-control { height: 50px; font-size: 16px !important; color: #495057; padding: 14px 15px; } .quick-search .form-control { border: 1px solid; border-color: var(--theme-gray-color); font-size: 15px !important; color: #484848; padding: 0 15px; } .form-boder .form-control { border-color: var(--theme-gray-color); } .bootstrap-select>.dropdown-toggle { background: var(--theme-white-color); border: 1px solid; border-color: var(--theme-gray-color); height: 50px; font-size: 15px; padding: 0 15px; color: var(--theme-dark-color); } .dropdown-item.active, .dropdown-item:active { background-color: var(--theme-light-color); color: var(--theme-primary-color); } .bootstrap-select .dropdown-menu li { position: relative; line-height: 35px; } .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; } .bootstrap-select .bs-ok-default:after { content: ''; display: block; width: .5em; height: 1em; border-style: solid; border-width: 0 .16em .16em 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark { position: absolute; display: inline-block; right: 15px; top: 13px; } .form-icon-right .icon-font, .form-icon-right .fas { right: 20px; top: 50%; position: absolute; } .form-control { margin-bottom: 0 } .filter-option-inner-inner { font-family: var(--theme-general-font) !important; text-shadow: none; font-weight: 400; font-size: 15px; } .banner-search-form { background: rgba(255, 255, 255, 0.1); border-radius: 5px; } .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle { outline: none; outline: none; outline-offset: unset; } .aditional-features { position: absolute; width: 100%; top: 110%; left: 0; background: #fff; box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15); border-radius: 6px; visibility: hidden; opacity: 0; z-index: 10; } .aditional-features.visible-static.visible { position: static !important; } .aditional-features.visible { visibility: visible; opacity: 1; } .custom-check-box li { padding-top: 5px; padding-bottom: 5px; } .custom-check-box-2 label, .custom-check-box li label { padding-left: 27px; position: relative; cursor: pointer; line-height: 28px; } .custom-check-box-2 { padding: 0 } .custom-check-box-2 label { margin-left: 0; } .custom-check-box-2 label::before, .custom-check-box li label::before { background-color: #ffffff; border: 1px solid #dddddd; height: 18px; top: .25rem; width: 18px; box-sizing: border-box; border-radius: .25rem; content: ""; left: 0; position: absolute; transition: border-color 0.3s ease 0s; } .custom-control-input:focus~.custom-control-label::before { box-shadow: none; } .custom-check-box-2 input[type="checkbox"]:checked+label::before, .custom-check-box li input[type="checkbox"]:checked+label::before { font-size: 7px; line-height: 20px; position: absolute; text-align: center; content: "\f00c"; font-weight: 900; font-family: "Font Awesome 5 Free"; border: none; background-color: var(--theme-primary-color); color: var(--theme-white-color); } .price-toggle { text-align: left; } .entry-form input { width: calc(100% - 110px); } .entry-form button { position: absolute; background: transparent; right: 0; border: 0; width: 100px; text-align: center; line-height: 47px; } .widget.agent-search select, .woocommerce-ordering select { background-color: transparent; font-size: 15px; color: var(--theme-dark-color); } .form-boder select, .widget.agent-search select { border: 1px solid var(--theme-gray-color); padding: 15px 30px 15px 15px; width: 100%; font-size: 14px; color: var(--theme-general-color); background-position: calc(100% - 20px); } /*=============================================================================== Header Style Start ==================================================================================*/ .dropdown-item, .navbar-nav .nav-link { font-size: 15px; font-weight: 400; } .navbar-toggler, .navbar-toggler:focus { box-shadow: none; } .navbar-nav>li.dropdown>a.nav-link::after, .navbar-nav>li.dropdown .dropdown-toggle::after { transform: translateY(-50%) rotate(90deg); position: absolute; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 10px; top: 50%; right: -15px; display: block; border: none; } .dropdown-item:focus, .dropdown-item:hover { padding-left: 35px; } /*=============================================================================== Slide Filter Style Start ==================================================================================*/ .select-custom li { display: inline-block; margin-top: 2px; margin-bottom: 2px; } .select-custom li label { padding: 7px 15px; border: 1px solid #d7d7d8; border-radius: 3px; font-size: 12px; cursor: pointer; font-weight: 400; position: relative; overflow: hidden; } .select-custom li input[type="radio"]:checked+label { border-color: var(--theme-primary-color); color: var(--theme-primary-color); } .select-custom li input[type="radio"]:checked+label:before { position: absolute; content: ""; width: 1px; height: 1px; border: 12px; border-style: solid; border-color: var(--theme-primary-color) transparent transparent transparent; transform: rotate(-45deg); right: -12px; bottom: -12px; } .select-custom li input[type="radio"]:checked+label:after { position: absolute; content: "\f00c"; font-family: "Font Awesome 5 Free"; font-size: 5px; right: -1px; bottom: 9px; width: 8px; height: 8px; color: #FFF; font-weight: 900; z-index: 9; } .slide-filter .price-range-toggle { width: 100% } /*=============================================================================== jSlider Style Start ==================================================================================*/ .jslider .jslider-pointer { background-color: var(--theme-primary-color); border: 4px solid #fff; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .20)!important; } .jslider { display: block; width: 95%; height: 1em; position: relative; top: 30px; } .jslider table { width: 100%; border-collapse: collapse; border: 0; } .jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; } .jslider table, .jslider table tr, .jslider table tr td { width: 100%; vertical-align: top; } .jslider .jslider-bg { position: relative; } .jslider .jslider-bg .l { width: 10%; background-position: 0 0; left: 0; background: var(--theme-light-color); } .jslider .jslider-bg .f { width: 80%; left: 10%; background-repeat: repeat-x; background-position: 0 -20px; background: var(--theme-light-color); } .jslider .jslider-bg .r { background-position: right 0; width: 100%; right: -18px; background: var(--theme-light-color); } .jslider .jslider-bg i { height: 4px; position: absolute; font-size: 0; top: 0; } .jslider .jslider-bg .v { position: absolute; width: 60%; left: 20%; top: 0; height: 4px; background: var(--theme-primary-color); } .jslider .jslider-pointer { width: 18px; height: 18px; border-radius: 50%; background-position: 0 -60px; position: absolute; left: 20%; top: -7px; cursor: pointer; cursor: hand; } .jslider .jslider-pointer-hover { background-position: -20px -60px; } .jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; } .price-filter .jslider .jslider-label, .area-filter .jslider .jslider-label { display: none !important } .jslider .jslider-label-to { left: auto; right: 0; } .jslider-value>span { float: right; } .area-filter .jslider-value>span { float: left; padding-right: 3px } .jslider .jslider-value { font-size: 14px; font-weight: 600; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -30px; left: 20%; background: transparent; line-height: 13px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } .jslider .jslider-value-to { margin-right: -18px; } .jslider .jslider-label small, .jslider .jslider-value small { position: relative; top: -0.4em; } .jslider .jslider-scale { position: relative; top: 9px; } .jslider .jslider-scale span { position: absolute; height: 4px; border-left: 1px solid #999; font-size: 0; } .jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; } .jslider-single .jslider-pointer-to, .jslider-single .jslider-value-to, .jslider-single .jslider-bg .v, .jslider-limitless .jslider-label { display: none; } .price-range-toggle { width: 285px; padding: 30px; background: #fff; border-radius: 6px; height: 100px; right: 0; top: 130%; position: absolute; box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15); visibility: hidden; opacity: 0; z-index: 0; } .price-range-toggle.visible { visibility: visible; opacity: 1; z-index: 10; } .aditional-features:before, .price-range-toggle:before { background-color: #ffffff; content: ""; height: 20px; left: auto; margin: 0 auto; position: absolute; right: 25%; top: -5px; width: 20px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .opacity-1 { opacity: 1 !important } /*=============================================================================== Pagination Style Start ==================================================================================*/ .pagination .page-link, .pagination .page-item.disabled .page-link { background: transparent; } .pagination-dotted-active .page-item:not(:last-child) { margin-right: 10px; } .pagination-dotted-active .page-link { color: #fff; border: none; background: transparent; border-radius: 50%; padding: 0; width: 35px; height: 35px; text-align: center; line-height: 35px; color: var(--theme-dark-color) } .pagination-dotted-active .page-item:first-child .page-link, .pagination-dotted-active .page-item:last-child .page-link { width: auto } .pagination-dotted-active .active .page-link { background: var(--theme-primary-color); border: none; color: var(--theme-white-color) } /*=============================================================================== Custom Scroll Bar Style Start ==================================================================================*/ .dashboard-nav-area::-webkit-scrollbar, .left-filter-fixed::-webkit-scrollbar, .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push::-webkit-scrollbar { display: none; } .active-chat-list::-webkit-scrollbar, .chat-body::-webkit-scrollbar { width: 4px; } /* width */ ::-webkit-scrollbar { width: 8px; } /* Track */ ::-webkit-scrollbar-track { background: #f1f1f1; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } .active-chat-list::-webkit-scrollbar-track, .chat-body::-webkit-scrollbar-track { background: var(--theme-white-color); -webkit-box-shadow: none; box-shadow: none; } /* Handle */ ::-webkit-scrollbar-thumb { background: var(--theme-dark-color); } .active-chat-list::-webkit-scrollbar-thumb, .chat-body::-webkit-scrollbar-thumb { background: var(--theme-gray-color); } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: var(--theme-primary-color); } /*=============================================================================== About Us Style Start ==================================================================================*/ .about-us-img-wrap { position: relative } .about-us-img-wrap .video-wrap { position: absolute; bottom: 100px; width: 50%; height: 30%; overflow: hidden; border-radius: 10px; } .about-us-info-wrap blockquote { background-color: var(--theme-primary-opacity-color); padding: 20px; margin: 25px 0; border-left: 4px solid; border-color: var(--theme-primary-color); font-size: 16px; } .icon-text-1 { display: flex; align-items: center; } .icon-text-1 .icon-area { width: 50px; height: 50px; display: table; background-color: var(--theme-primary-opacity-color); text-align: center; color: var(--theme-primary-color); border-radius: 50%; margin-right: 15px; line-height: 37px; position: relative; } .icon-text-1 .icon-area .icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; } .icon-text-1 .icon-area .ifs-20::before { font-size: 25px; line-height: 25px; } .list-half-width { display: inline-block; width: 100%; } .list-half-width>* { width: 50%; float: left; padding-right: 20px; margin: 10px 0; } .flat-info { display: flex; align-items: center; } .flat-info img { width: 20px !important; margin-left: 5px; } .flat-info li span:first-child { display: flex; align-items: center; justify-content: left; } .flat-info>* { padding: 0 20px; border-right: 1px solid var(--theme-general-color); } .flat-info>*:first-child { padding-left: 0; } .flat-info>*:last-child { padding-right: 0; border-right: 0; } /*=============================================================================== Apartment Sketch Style Start ==================================================================================*/ .apartments-plan-info { padding: 70px; } .apartments-info-list>ul li:not(:first-child) { margin-top: 20px; } .apartments-info-list>ul li { display: flex; align-items: center; justify-content: space-between; position: relative; } .apartments-info-list>ul li::before { position: absolute; content: ""; width: 100%; height: 1px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: 1px dashed; border-color: var(--theme-white-color); z-index: 1; } .apartments-info-list>ul li span, .apartments-info-list>ul li label { background-color: var(--theme-primary-color); z-index: 9; } .apartments-info-list>ul li label { padding-right: 10px; } .apartments-info-list>ul li span { padding-left: 10px; } /*=============================================================================== Photo Gallery Style Start ==================================================================================*/ .photo-overlay { position: relative; overflow: hidden; } .photo-overlay::before { content: ""; position: absolute; background: rgba( var(--theme-primary-color-rgba), 0.9); height: 100%; left: 20%; right: 20%; top: 0; bottom: 0; opacity: 0; } .photo-overlay:hover::before { opacity: 1; left: 0; right: 0; } .photo-overlay a.quick-view, .photo-overlay a.photo-view { width: 50px; height: 50px; line-height: 50px; border-radius: 100%; background: #fff; position: absolute; display: block; z-index: 10; text-align: center; opacity: 0; } .photo-overlay:hover a.quick-view { opacity: 1; margin-left: 30px; } .photo-overlay:hover a.photo-view { opacity: 1; margin-left: -30px; } /*=============================================================================== Service Area Style Start ==================================================================================*/ .thumb-angle-left .box-70px { position: relative; text-align: center; } .thumb-angle-left .box-70px::before { position: absolute; content: ""; border-width: 10px; bottom: -10px; left: 0; border-style: solid; border-color: transparent transparent transparent var(--theme-primary-color); } .service-style-1, .hover-style-1 { position: relative } .hover-style-1::before { position: absolute; content: ""; left: 0; bottom: 0; width: 0%; height: 4px; background-color: var(--theme-primary-color); -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; opacity: 0; visibility: hidden; } .hover-style-1:hover::before { width: 100%; opacity: 1; visibility: visible; } .service-style-1 .icon-wrap { width: 100px; height: 100px; background-color: rgba(var(--theme-primary-color-rgba), .3); text-align: center; line-height: 100px; border-radius: 50%; margin: 0 auto; } .service-style-1 .icon-wrap .icon { display: flex; height: 100%; justify-content: center; align-items: center; } .service-style-1:hover .icon-wrap { background-color: var(--theme-white-color); } .service-style-1:hover .title a { color: var(--theme-white-color) !important; } .service-style-1 .btn-icon { position: absolute; bottom: -20px; width: 40px; height: 40px; border-radius: 50%; background-color: var(--theme-white-color); left: 50%; transform: translateX(-50%); color: var(--theme-dark-color); z-index: 9 } .service-style-1 .btn-icon .icon { display: flex; height: 100%; align-items: center; justify-content: center; } .service-style-1:hover .btn-icon { color: var(--theme-primary-color); } /*=============================================================================== Agent Block Style Start ==================================================================================*/ .agent-overview, .agent-thumb-copious { border-radius: 6px; } .prop-details li { line-height: 30px; font-size: 15px; } .prop-details b { font-weight: 500; color: var(--theme-dark-color) } .agent-style-1 .image-wrap { width: 50px; height: 50px; margin-right: 15px; } .agent-style-1 .about-avata { display: flex; flex-direction: column; align-items: self-start; } .agent-style-1 .about-avata .name { font-weight: 500; } .agent-style-1 .about-avata .designation { font-size: 13px; } .agent-style-1 p { font-size: 18px; } .agent-style-2 .thumb-wrapper { padding: 50px; position: relative; } .agent-style-2 .thumb-wrapper .thumbnail-img { width: 100px; margin: 0 auto; overflow: hidden; position: relative; border: 3px solid #eee; border-radius: 100%; padding: 5px; margin-bottom: 15px; } .agent-style-2 .thumb-wrapper .thumbnail-img img{ border-radius: 100%; } .agent-style-2 .on-listed { line-height: 40px; padding: 0 20px; border-radius: 20px; position: absolute; top: 20px; left: 20px; } /*=============================================================================== Property Block Style Start ==================================================================================*/ .property-list-1, .property-grid-1 { border-radius: 6px; } .property-list-2 .thumbnail-img { width: 120px; flex-shrink: 0; border-radius: 5px; overflow: hidden; } .property-block { position: relative; overflow: hidden; } .property-block .post-meta { width: 100% } .property-block .cata { left: 15px; top: 15px; z-index: 9; } .property-block .cata span { padding: 5px 12px; font-size: 13px; margin-right: 3px; border-radius: 3px; } .property-block .thumbnail-img img { opacity: 0.7; } .quantity li { padding-right: 15px; } .quantity li:last-child { padding: 0 } .price-on { position: absolute; bottom: 20px; left: 15px; font-family: var(--theme-highlight-font); } .post-meta .agent img { width: 40px; height: 40px; } .quick-meta { right: 15px; bottom: 15px; } .quick-meta li { width: 42px; height: 42px; border-radius: 5px; background-color: var(--theme-secondary-opacity-color); display: inline-block; margin: 2px; text-align: center; } .quick-meta li a { padding: 9px; display: block; } .lsd_list li { border-radius: 5px; background-color: rgb(247, 247, 247); height: 35px; padding: 4px 20px; text-align: center; } .lsd_list li a { color: #484848; font-size: 14px; line-height: 30px; display: block; } .list-style-tick li::before { top: 50%; transform: translateY(-50%); } .product-offer-item { font-size: 15px; } .product-offer-item strong { font-weight: 500; color: var(--theme-dark-color); } div.summary .product-offer-item:before { color: var(--theme-primary-color); font-size: 20px; margin-right: 10px; line-height: 1; } div.summary .product-offer-item:before { content: "\f02b"; } div.summary .product-offer-item::before { display: inline-block; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 600; font-size: 14px; text-align: center; text-decoration: inherit; vertical-align: middle; } .product-status { line-height: 25px; height: 25px; } .property-grid-3 [class*="overlay-"]::before { z-index: 1; background: rgb(46, 55, 70); background: linear-gradient(0deg, rgba(46, 55, 70, 0.8) 0%, rgba(46, 55, 70, 0.5) 50%, rgba(46, 55, 70, 0) 100%); } .property-grid-3 .data-on { position: absolute; z-index: 10; left: 15px; bottom: 15px; } .property-grid-4 .location { position: absolute; bottom: 20px; left: 15px; z-index: 9; color: var(--theme-white-color); } .property-grid-4 .thumbnail-img .quick-meta li { width: auto; height: auto; background-color: rgba(var(--theme-white-color-rgba), .3); } .property-grid-4 .thumbnail-img .quick-meta li a { display: flex; align-items: center; padding: 0px 10px; line-height: 30px; color: var(--theme-white-color); } .property-grid-4 .thumbnail-img .quick-meta li a i { margin-right: 5px; } .property-grid-4 .product-price { font-size: 16px; font-weight: 500; } .property-grid-4 .about-avata { display: flex; flex-direction: column; } .property-grid-4 .about-avata .name a { font-size: 16px; font-weight: 500; color: var(--theme-dark-color); } .property-grid-4 .about-avata .name a:hover { color: var(--theme-primary-color) } .property-grid-4 .about-avata .designation { font-size: 13px; } .property-grid-4 .post-meta .quick-meta li a { color: var(--theme-general-color); background-color: var(--theme-light-color); } .property-grid-4 .post-meta .quick-meta li a:hover { color: var(--theme-white-color); background-color: var(--theme-primary-color); } .property-grid-5 .post-meta ul { display: flex; align-items: center; } .property-grid-5 .post-meta ul li:not(:last-child) { margin-right: 30px; } .property-grid-5 .post-meta a:hover span { text-decoration: none; } .property-grid-6 .quick-meta li { width: 36px; height: 36px; background-color: var(--theme-white-color); } .property-grid-6 .quick-meta li a { padding: 6px; display: block; color: #fff; color: var(--theme-secondary-color); font-weight: 500; } .property-grid-6 .price-on { position: static; line-height: 24px; padding: 2px 8px; font-size: 15px; } .property-grid-6 .quantity { padding-bottom: 15px; border-bottom: 1px dashed #eee; } .property-list-1 .thumbnail-img a { display: block; height: 100%; } .property-list-1 .thumbnail-img img { object-fit: cover; width: 100%; height: 100%; } /*=============================================================================== Blog Thumbnail Style Start ==================================================================================*/ .thumb-blog-overlay .post-meta a span { font-size: 13px; } /*=============================================================================== Blog Single Style Start ==================================================================================*/ .media { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: start; flex-wrap: wrap; } .media-body { -ms-flex: 1; flex: 1; } /*=============================================================================== Sidebar Widgets Style Start ==================================================================================*/ .widget-box-model .widget, .agent-search, .woo-filter-bar, .widget_recent_property, .property_carousel_widget, .advance_search_widget { background-color: #fff; border: 1px solid #efefef; border-radius: 6px; margin-bottom: 30px; } .widget { padding: 35px; } .widget_recent_property>ul>li { display: flex; margin-bottom: 20px; } .widget_recent_property li img { width: 70px; height: 70px; margin-right: 15px; } .widget_recent_property .quantity li { padding-right: 5px; font-size: 13px; } .view-category button { border-radius: 7px; } .widget_search .screen-reader-text { display: none; } .widget_search .search-field { border: 1px solid; border-color: var(--theme-gray-color); font-size: 13px !important; color: #484848; height: 50px; padding: 13px 15px; border-radius: 3px; width: 100%; } .widget_search label { width: 100%; } .widget_search input[type="submit"] { display: none; } .widget_sidebarnav ul li, .widget_categories ul li { padding: 12px 0; } .widget_sidebarnav ul li a { font-size: 15px; color: var(--theme-general-color); } .widget_sidebarnav ul li a:hover { color: var(--theme-primary-color); } .widget_recent_entries ul li a { font-weight: 400; } /*=============================================================================== Fact Counter Style Start ==================================================================================*/ .bar-progress { font-weight: 400; } /*=============================================================================== Mixitup Style Start ==================================================================================*/ .mixitup-control-active { color: var(--theme-primary-color) } /*=============================================================================== Accordion Style Start ==================================================================================*/ .ac-card { padding: 10px 0; } .ac-collapse { margin-top: 20px; } .bb-accordion .ac-toggle i { background-color: var(--theme-secondary-color); width: 30px; height: 30px; display: block; border-radius: 50rem; font-size: 12px; text-align: center; line-height: 33px; margin-right: 10px; color: var(--theme-white-color); float: left } [class*="accordion-plus-"] .ac-toggle { position: relative; } .accordion-plus-right .ac-toggle { padding-right: 30px; line-height: 30px; display: block; } .accordion-plus-left .ac-toggle { padding-left: 30px; } [class*="accordion-plus-"] .ac-toggle::before, [class*="accordion-plus-"] .ac-toggle::after { content: ""; position: absolute; width: 16px; height: 2px; right: 0; background-color: var(--theme-dark-color); top: 50%; transform: translateY(-50%) } .accordion-plus-left .ac-toggle.active::before { content: ""; } .accordion-plus-left .ac-toggle::before, .accordion-plus-left .ac-toggle::after { left: 0 } [class*="accordion-plus-"] .ac-toggle:not(.active):after { transform: rotate(90deg); } /*=============================================================================== Owl Carousel Style Start ==================================================================================*/ .owl-outer-20 .owl-stage-outer { padding: 20px; margin: -20px } .testimonial-simple blockquote { font-size: 16px; color: #fff; line-height: 34px; padding: 30px 0; } /*=============================================================================== Page Banner Style Start ==================================================================================*/ .banner-title { font-size: 30px; font-weight: 500; } /*=============================================================================== Search Banner Style Start ==================================================================================*/ .banner-search { width: 100%; padding-top: 250px; padding-bottom: 270px; } /*=============================================================================== Map Element Style Start ==================================================================================*/ .homepage-map #map { width: 100%; height: 750px; } .gm-style img { width: 100% } .infobox-wrapper { background: #fff; width: 300px !important; margin-bottom: 85px; margin-left: -48px; } .infobox-wrapper>img { position: absolute !important; top: 20px; right: 20px; z-index: 10; width: 22px; height: 22px } .infobox-wrapper .img_area { position: relative } .infobox-wrapper .sale_amount { position: absolute; bottom: 20px; left: 20px; z-index: 10; font-size: 16px; color: #fff; font-family: var(--theme-highlight-font); } .infobox-wrapper:after { content: ""; position: absolute; bottom: -20px; left: 42.5%; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #fff; } #map-banner { position: relative; width: 100% } #map-banner.visible { overflow: visible } .homepage-map #map { width: 100%; height: 710px } .marker-style { width: 20px; height: 20px; margin-left: -10px !important; margin-top: -50px !important } .cluster>div { font-size: 12px !important; font-family: var(--theme-general-font) !important; line-height: 44px !important } #find-location { position: absolute; bottom: 50px; left: 50%; -moz-transform: translate(-50%, 100%); -webkit-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out } #find-location.open { -moz-transform: translate(-50%, 50px); -webkit-transform: translate(-50%, 50px); -ms-transform: translate(-50%, 50px); -o-transform: translate(-50%, 50px); transform: translate(-50%, 50px); z-index: 9999 } .form-up-btn { font-family: var(--theme-general-font) !important; font-weight: 500; padding: 0 30px; line-height: 50px; cursor: pointer } .form-up-btn span { padding-left: 15px } #find-location.open .form-up-btn span i { -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg) } /*Home page 6 map*/ .search-box-map #find-location { width: 320px; bottom: 50%; left: 10%; position: absolute; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); -ms-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; padding: 30px; } .price_range { padding-bottom: 30px; } .search-box-map .property_filter_input .price-filter, .search-fixed-right .property_filter_input .price-filter { height: 50px; margin-right: 5px; } /*Home page 9 map*/ #map-banner.half-wide-map { display: flex } .half-wide-map #map { width: 65%; float: left; } .search-fixed-right { float: right; width: 35%; } .search-fixed-right #find-location { position: static; transform: none; } .single_property_detail #map { height: 270px; } /*=============================================================================== Property Page Style Start ==================================================================================*/ .view-category button { width: 50px; height: 50px; line-height: 51px; } .woocommerce-ordering-pages { line-height: 50px; } /*=============================================================================== Compare Page Style Start ==================================================================================*/ .clip-item .fa-times { position: absolute; top: 10px; left: 10px; width: 25px; height: 25px; opacity: 0; padding: 5px; cursor: pointer; text-align: center; line-height: 16px; font-size: 10px; } .clip-item:hover .fa-times { opacity: 1; } .compare-list-properties { overflow-x: auto; } .compare-list-properties tr:nth-child(2n) { background: #f5f5f5; } .compare-list-properties td:first-child { text-align: left; width: 200px; padding-left: 25px; } .compare-list-properties td { padding: 15px; text-align: center; position: relative; } .compare-list-properties .available::before, .compare-list-properties .not-available::before { content: "\f00c"; color: #2ab160; font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; } .compare-list-properties .not-available::before { content: "\f00d"; color: #d43e3e; } /*=============================================================================== Deshboard Style Start ==================================================================================*/ .nav-light .navbar-nav .nav-link { color: var(--text-light-color); } .dashboard-nav .db-dropdown-menu li .nav-link { padding: 10px 20px; } .dashboard-nav .db-dropdown-menu li:last-child .nav-link { padding-bottom: 20px; } .dashboard-nav .navbar-nav .nav-link { font-size: 13px; padding: 10px 20px; border-left: 3px solid; border-color: transparent; position: relative; } .dashboard-nav .navbar-nav .nav-link:hover { color: #FFF; } .dashboard-nav .navbar-nav>.nav-item>.nav-link:hover { border-left: 3px solid; border-color: var(--theme-primary-color); background: var(--theme-extra-color); } .dashboard-nav .navbar-nav .nav-item.active>.nav-link { color: #FFF; } .dashboard-nav .navbar-nav>.nav-item.active>.nav-link { border-left: 3px solid; border-color: var(--theme-primary-color); background: var(--theme-extra-color); } .dashboard-nav .db-dropdown-menu>li>.nav-link { border-left: 3px solid; border-color: var(--theme-primary-color); background: var(--theme-extra-color); } .dashboard-nav .db-dropdown-menu { display: none; } .dashboard-nav .navbar-nav .db-dropdown .nav-link.dropdown-toggle:after { transform: translateY(-50%) rotate(90deg); position: absolute; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 10px; top: 50%; right: 20px; display: block; border: none; } .user-option img { width: 40px; height: 40px; border-radius: 100%; margin-right: 10px; } .ball::before { position: absolute; content: ""; width: 40px; height: 40px; border-radius: 100%; background-color: #fff; left: 15px; top: 35px; opacity: 0.3; } .msg-history, .active-chat-list { height: 100vh; overflow: scroll; } .msg-history li, .active-chat-list li { display: flex; padding: 10px 0; } .active-chat-list li { min-width: 300px; } .msg-history li .chat-info { min-width: 500px; } .msg-history li .avata, .active-chat-list li .avata { position: relative; cursor: pointer; margin-right: 20px; display: ruby } .active-chat-list li img { width: 60px; height: 60px; } .active-chat-list li .user-status { position: absolute; top: 42px; left: 43px; } .active-chat-list li .user-status i { border: 2px solid #fff; border-radius: 100%; font-size: 11px; } .active-chat-list li .un-read { width: 19px; height: 19px; border-radius: 100%; background: var(--theme-gray-color); font-size: 10px; text-align: center; line-height: 20px; margin-left: auto; } .chatbox-head img { width: 70px; height: 70px; } .msg-history li .avata img { width: 40px; height: 40px } .chatbox-head .user-status { position: absolute; top: 50px; left: 50px; } .chatbox-head .user-status i { border: 2px solid #fff; border-radius: 100%; font-size: 12px; } .text-write-box button { position: absolute; right: 15px; top: 10px; } .text-write-box input { padding-right: 105px !important; } .items-list tr { border-bottom: 10px solid #ececec; background-color: #fff } .items-list.bg-transparent tr { background-color: transparent; border-bottom: 1px solid #ececec; } .items-list tr td, .items-list tr th { padding: 20px; font-weight: 400; } .items-list td img { width: 90px; float: left; margin-right: 15px; } .media-upload li.col { position: relative } .media-upload a { position: absolute; top: 10px; right: 25px; color: #fff; cursor: pointer; display: block; background: var(--theme-primary-color); padding: 5px 8px; font-size: 11px; border-radius: 3px; } .fileupload_label { background: transparent; cursor: pointer; font-weight: 400; padding: 70px 0; text-align: center; background: var(--theme-light-color); width: 100%; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .fileupload_label:hover { background: rgba(144, 201, 35, 0.05); border-color: rgba(144, 201, 35, 0.7); } .wrap-custom-file { position: relative; display: inline-block; width: 200px; height: 200px; text-align: center; } .wrap-custom-file input[type="file"] { position: absolute; top: 0; left: 0; width: 2px; height: 2px; overflow: hidden; opacity: 0; } .wrap-custom-file label { z-index: 1; position: absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; overflow: hidden; cursor: pointer; background-color: var(--theme-light-color); background-size: cover; border-radius: 5px; -webkit-transition: -webkit-transform 0.4s; transition: -webkit-transform 0.4s; transition: transform 0.4s; transition: transform 0.4s, -webkit-transform 0.4s; } .wrap-custom-file label span { border-radius: 5px; background-color: #ffffff; -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09); -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09); -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09); bottom: 20px; color: #484848; font-size: 14px; line-height: 2.2; height: 40px; line-height: 41px; left: 20px; position: absolute; width: 120px; } .compare-chart-classic .table tr th { background-color: var(--theme-light-color); } .compare-chart-classic .table tr th, .compare-chart-classic .table tr td { border-color: var(--theme-gray-color) } .dashboard-nav-area { height: 100vh; width: 100%; overflow-y: scroll; overflow-x: hidden; } /*=============================================================================== Footer Style Start ==================================================================================*/ .media-footer-dark .widget-title, .media-footer-dark .footer-widget a { color: var(--theme-white-color); } .media-footer-dark .footer-widget a:hover { color: var(--theme-primary-color); } .copyright-border .container { border-top: 1px solid #eeeeee; position: relative; } /*=============================================================================== Social Media Style Start ==================================================================================*/ .social-box-rounded li { width: 36px; height: 36px; border-radius: 100%; text-align: center; line-height: 36px; } .social-box-rounded li a { color: var(--theme-secondary-color); font-size: 15px; } .social-box-gray li { background-color: var(--theme-gray-color); } /*=============================================================================== Responsive Style Start ==================================================================================*/ @media screen and (min-width: 1200px) { .container { max-width: 1180px } } @media screen and (min-width: 1320px) { .container { max-width: 1240px } } @media screen and (min-width: 1500px) { .container { max-width: 1440px } } @media screen and (min-width: 767px) { .agent-list-view, .property-list-1 { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .agent-list-view>div, .property-list-1 .property_text, .property-list-1 .thumbnail-img { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .nav-leftpush-overlay .navbar-expand-lg .left-filter-fixed.navbar-slide-push { height: 100vh; width: 100%; overflow-y: scroll; overflow-x: hidden; padding: 50px 40px; display: block !important; opacity: 1 !important; position: static !important; } } @media screen and (min-width: 576px) { .position-sm-absolute { position: absolute !important } } @media screen and (max-width: 991px) { .apartments-plan-info { padding: 50px; } .md-bg-secondary { background-color: var(--theme-secondary-color) !important; } .md-bg-dark { background-color: var(--theme-dark-color) !important; } .navbar-nav>li.dropdown>a.nav-link::after, .navbar-nav>li.dropdown .dropdown-toggle::after { right: 20px; } .navbar-expand-lg .navbar-nav>li.dropdown>a.nav-link::after { right: 20px; } .bootstrap-select .dropdown-menu.inner { background-color: #fff; } .banner-search { width: 100%; padding-top: 120px; padding-bottom: 140px; } .sm-position-static { position: static !important } .sm-position-relative { position: relative !important } .woocommerce-ordering .dropdown-toggle::after { position: relative; right: auto; top: auto; } .widget_contact .media img { width: 70px; height: 70px; } .navbar-nav.user-option { display: block } .user-option li:first-child { float: left; line-height: 40px; } .user-option li:last-child { float: right; } .sm-mw-100 { max-width: 100% !important; width: auto !important; } .overflow-x-scroll { width: 100%; overflow-x: scroll; } .overflow-x-scroll table { width: 700px !important; } } @media screen and (max-width: 767px) { #page_wrapper, .dashboard-body { height: auto !important; } .bg-sm-secondary { background-color: var(--theme-secondary-color); } .aditional-features { top: 91% } .navbar-expand-lg .navbar-nav .nav-link { font-size: 13px; } .overflow-x-scroll::-webkit-scrollbar { height: 3px; } .list-three-fold-width li { width: 100%; } .xs-text-start { text-align: left !important } .xs-h-auto { height: auto !important; } .collaps-dashboard { line-height: 45px; cursor: pointer; font-weight: 500; } .dashboard-nav-area { height: auto; } .dashboard-nav { display: none; } .dashboard-nav-area.bg-secondary { background: #fff !important } .navbar-nav li { color: var(--theme-text-general-color) !important } .dashboard-nav-area a.navbar-brand { margin-left: auto !important; margin-right: auto !important; display: block; width: 250px; } .user-option.navbar-nav { border-top: 0 !important; } .xs-mw-100 { max-width: 100% !important; } } @media screen and (max-width: 419px) { .list-half-width>* { width: 100% } .property-grid-4 .location { display: none } }
public/assets/css/style.css
@charset "UTF-8"; /** * Template Name: Uniland - Real Estate HTML5 Template * Version: 2.7.0 * Author: Unicoder * Email: <EMAIL> * Developed By: Unicoder * Last Update: 15th July, 2021 * Author URL: www.unicoderbd.com **/ /*=============================================================================== ****CSS TABLE **** *** *** Default CSS Start *** Button Style *** Nav Pils Style Start *** Form Design Style Start *** Header Style Start *** Slide Filter Style Start *** jSlider Style Start *** Pagination Style Start *** Custom Scroll Bar Style Start *** About Us Style Start *** Photo Gallery Style Start *** Service Area Style Start *** Agent Block Style Start *** Property Block Style Start *** Blog Thumbnail Style Start *** Sidebar Widgets Style Start *** Fact Counter Style Start *** Mixitup Style Start *** Accordion Style Start *** Owl Carousel Style Start *** Page Banner Style Start *** Search Banner Style Start *** Map Element Style Start *** Property Page Style Start *** Compare Page Style Start *** Deshboard Style Start *** Footer Style Start *** Responsive Style Start *** Social Media Style Start ==================================================================================*/ /*=============================================================================== Default CSS Start ==================================================================================*/ a, .photo-overlay::before, [class*="accordion-plus-"] .ac-toggle::after { -moz-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; -ms-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; } body { font-size: 16px; font-family: var(--theme-general-font); font-weight: 400; } #page_wrapper { overflow: hidden; } a, a:hover, a:focus, a:visited { text-decoration: none; outline: none } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--theme-highlight-font); line-height: revert; font-weight: 500; } h1, .h1 { font-size: 48px; line-height: 60px; } h2, .h2 { font-size: 36px; line-height: 48px; } h3, .h3 { font-size: 30px; line-height: 40px; } h4, .h4 { font-size: 24px; } h5, .h5 { font-size: 18px; } h6, .h6 { font-size: 15px; } img { max-width: 100% } ul, li { list-style: none; margin: 0; padding: 0 } li { line-height: 25px; } p { line-height: 28px } sup { top: -10px; left: inherit; right: -3px; } label { margin-bottom: 0px } textarea { padding-top: 10px !important; padding-bottom: 10px !important } textarea.form-control { height: auto !important } .font-400 { font-weight: 400 !important; } .py-100, .pt-100 { padding-top: 100px !important } .py-100, .pb-100 { padding-bottom: 100px !important } .font-fifteen { font-size: 15px !important; } .z-index-9 { z-index: 9; } .btn { line-height: 50px; font-weight: 400; } .btn-link { font-weight: 400; display: flex; align-items: center; width: max-content; color: var(--theme-general-color) } .btn-link:hover { color: var(--theme-primary-color) } .text-center .btn-link { margin: 0 auto; } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { color: var(--theme-dark-color); background-color: var(--theme-white-color); border-color: var(--theme-gray-color); } .box-shadow { box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .10) !important; } .shadow-text { font-weight: 400; } .hide { display: none } .quick-view-modal { display: none; position: fixed; top: 0; left: 0; z-index: 99992; width: 100%; height: 100%; overflow: hidden scroll !important } .view-close { cursor: pointer; position: absolute; right: 15px; top: 15px; z-index: 99 } .btn-light.focus, .btn-light:focus { box-shadow: none; } .member-score { padding: 4px 8px; position: relative; border-radius: 3px; height: max-content; } .member-score::before { position: absolute; content: ""; border: 5px solid; border-color: transparent var(--theme-primary-color) transparent transparent; left: -10px; top: 50%; transform: translateY(-50%); } .header-unfix.nav-on-top, .header-unfix.fixed-top { position: static !important; animation: unset !important; } .header-unfix.fixed-top.nav-on-banner { position: absolute !important; animation: unset !important; } .icon-text { display: flex; align-items: center } .woo-filter-bar .bootstrap-select>.dropdown-toggle { border: none; } .woocommerce-ordering { display: flex; } .woocommerce-ordering select:not(:last-child) { margin-right: 10px } #page_wrapper.overlay::before { background-color: var(--theme-secondary-opacity-color); z-index: 99999; } .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push { height: 100vh; width: 360px; padding: 100px 40px; overflow-y: scroll; } .slide-nav-close { cursor: default; } table td, table th { border: none; padding: 10px 15px; } .table-striped td { border-top: 1px solid #dee2e6; } .table-striped th { box-shadow: none; } .d-ruby { display: ruby !important } .fact-counter .progress { height: 5px; } .vertical-timeline::before { left: 90px; } .vertical-timeline::after { left: 95px; height: 82%; background-color: var(--theme-primary-color); } .decimal-list li { list-style-type: decimal; list-style-position: inside; } .artical-list li a { padding: 8px 0; display: inline-block; } .line-list li { position: relative; padding-left: 30px; } .line-list li:not(:last-child) { margin-bottom: 20px; } .line-list li::before { position: absolute; content: ""; width: 20px; height: 1px; background-color: var(--theme-primary-color); left: 0; top: 12px; } .mix-tab ul.nav-tab-border-active .mixitup-control-active { border-radius: 25px; } .slider-signup input { width: 100%; background: #fff; line-height: 47px !important; height: 60px; border-radius: 30px; padding: 8px 130px 8px 30px; } .slider-signup .form-control::placeholder { font-size: 15px !important; font-weight: 500 !important; } .slider-signup button { position: absolute; line-height: 50px; border-radius: 25px; right: 5px; top: 5px; width: 120px; font-size: 15px; text-align: center; } .tagline-2::before { top: calc(100% - 18px); } .full-row { padding: 80px 0; } .tagline, .tagline-2 { font-weight: 400; position: relative; font-size: 18px; letter-spacing: 2px; display: block; margin-bottom: 10px; } .tagline-3 { background-color: var(--theme-primary-opacity-color); color: var(--theme-primary-color); padding: 0 20px; line-height: 30px; display: table; border-radius: 50rem; } .line-title::before, .testimonial-item .name::before { position: absolute; content: ""; left: 0; top: 15px; width: 80px; height: 2px; background-color: var(--theme-primary-color); } .form-switch .form-check-input { background-repeat: no-repeat; } .half-bg-footer { z-index: 1 } .half-bg-footer::before { position: absolute; content: ""; width: 100%; height: 50%; left: 0; bottom: 0; background-color: var(--theme-footer-color); z-index: -1; } .video-hero { position: relative; overflow: hidden; background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; width: 100%; max-height: 100vh; } .jquery-background-video { position: absolute; max-width: 100%; width: auto; height: auto; top: 50%; left: 50%; -o-object-fit: contain; object-fit: contain; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .hover-dark:hover { background-color: var(--theme-dark-color) !important; } .hover-primary:hover { background-color: var(--theme-primary-color) !important; } .hover-secondary:hover { background-color: var(--theme-secondary-color) !important; } [class*="icon-"]:before, [class*="icon-"] span:before{ color: inherit !important; } .hover-text-underline:hover { text-decoration: underline; } /*=============================================================================== Button Style ===============================================================================*/ /*----------*/ .btn.btn-primary { background-color: var(--theme-primary-color); color: var(--theme-white-color); } /*----------*/ .btn.btn-secondary { background-color: var(--theme-secondary-color); color: var(--theme-white-color); } /*----------*/ .btn.btn-dark { background-color: var(--theme-dark-color); color: var(--theme-white-color); } /*=============================================================================== Nav Pils Tab Style Start ==================================================================================*/ .nav-pills { margin-bottom: 20px; } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: var(--theme-primary-color); background-color: transparent; } .nav-pills .nav-link { padding: 0; color: var(--theme-general-color); position: relative } .nav-pills .nav-item:not(:last-child) { margin-right: 20px; } .tab-style-1 { display: flex; justify-content: center; } .tab-style-1 .nav-pills .nav-link { padding-bottom: 5px; } .tab-style-1 .nav-pills .nav-link::before { position: absolute; content: ""; width: 80%; height: 2px; top: 100%; left: 50%; transform: translateX(-50%); } .tab-style-1 .nav-pills .nav-link.active::before, .tab-style-1 .nav-pills .show>.nav-link::before { background-color: var(--theme-primary-color); } /*=============================================================================== Form Design Style Start ==================================================================================*/ select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url(../images/icon/angle-down-solid.png); background-repeat: no-repeat; background-size: 8px; background-position: calc(100% - 20px); cursor: pointer; } /* For IE <= 11 */ select::-ms-expand { display: none; } select:focus { outline: none; } .form-group { position: relative; display: flex; } .form-group input:not(:last-child) { margin-right: 5px; } .search-form.header-active-form .form-control { width: 350px; padding: 15px 40px 15px 20px; } .search-form .form-control { height: 50px; padding: 5px 30px 5px 20px; background: var(--theme-light-color); font-size: 1rem; color: #495057; } .form-control::placeholder { color: #495057 !important; font-size: 15px !important; } .form-control::-webkit-input-placeholder { font-size: 15px; color: var(--theme-dark-color); } .form-control { height: 50px; font-size: 16px !important; color: #495057; padding: 14px 15px; } .quick-search .form-control { border: 1px solid; border-color: var(--theme-gray-color); font-size: 15px !important; color: #484848; padding: 0 15px; } .form-boder .form-control { border-color: var(--theme-gray-color); } .bootstrap-select>.dropdown-toggle { background: var(--theme-white-color); border: 1px solid; border-color: var(--theme-gray-color); height: 50px; font-size: 15px; padding: 0 15px; color: var(--theme-dark-color); } .dropdown-item.active, .dropdown-item:active { background-color: var(--theme-light-color); color: var(--theme-primary-color); } .bootstrap-select .dropdown-menu li { position: relative; line-height: 35px; } .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; } .bootstrap-select .bs-ok-default:after { content: ''; display: block; width: .5em; height: 1em; border-style: solid; border-width: 0 .16em .16em 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark { position: absolute; display: inline-block; right: 15px; top: 13px; } .form-icon-right .icon-font, .form-icon-right .fas { right: 20px; top: 50%; position: absolute; } .form-control { margin-bottom: 0 } .filter-option-inner-inner { font-family: var(--theme-general-font) !important; text-shadow: none; font-weight: 400; font-size: 15px; } .banner-search-form { background: rgba(255, 255, 255, 0.1); border-radius: 5px; } .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle { outline: none; outline: none; outline-offset: unset; } .aditional-features { position: absolute; width: 100%; top: 110%; left: 0; background: #fff; box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15); border-radius: 6px; visibility: hidden; opacity: 0; z-index: 10; } .aditional-features.visible-static.visible { position: static !important; } .aditional-features.visible { visibility: visible; opacity: 1; } .custom-check-box li { padding-top: 5px; padding-bottom: 5px; } .custom-check-box-2 label, .custom-check-box li label { padding-left: 27px; position: relative; cursor: pointer; line-height: 28px; } .custom-check-box-2 { padding: 0 } .custom-check-box-2 label { margin-left: 0; } .custom-check-box-2 label::before, .custom-check-box li label::before { background-color: #ffffff; border: 1px solid #dddddd; height: 18px; top: .25rem; width: 18px; box-sizing: border-box; border-radius: .25rem; content: ""; left: 0; position: absolute; transition: border-color 0.3s ease 0s; } .custom-control-input:focus~.custom-control-label::before { box-shadow: none; } .custom-check-box-2 input[type="checkbox"]:checked+label::before, .custom-check-box li input[type="checkbox"]:checked+label::before { font-size: 7px; line-height: 20px; position: absolute; text-align: center; content: "\f00c"; font-weight: 900; font-family: "Font Awesome 5 Free"; border: none; background-color: var(--theme-primary-color); color: var(--theme-white-color); } .price-toggle { text-align: left; } .entry-form input { width: calc(100% - 110px); } .entry-form button { position: absolute; background: transparent; right: 0; border: 0; width: 100px; text-align: center; line-height: 47px; } .widget.agent-search select, .woocommerce-ordering select { background-color: transparent; font-size: 15px; color: var(--theme-dark-color); } .form-boder select, .widget.agent-search select { border: 1px solid var(--theme-gray-color); padding: 15px 30px 15px 15px; width: 100%; font-size: 14px; color: var(--theme-general-color); background-position: calc(100% - 20px); } /*=============================================================================== Header Style Start ==================================================================================*/ .dropdown-item, .navbar-nav .nav-link { font-size: 15px; font-weight: 400; } .navbar-toggler, .navbar-toggler:focus { box-shadow: none; } .navbar-nav>li.dropdown>a.nav-link::after, .navbar-nav>li.dropdown .dropdown-toggle::after { transform: translateY(-50%) rotate(90deg); position: absolute; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 10px; top: 50%; right: -15px; display: block; border: none; } .dropdown-item:focus, .dropdown-item:hover { padding-left: 35px; } /*=============================================================================== Slide Filter Style Start ==================================================================================*/ .select-custom li { display: inline-block; margin-top: 2px; margin-bottom: 2px; } .select-custom li label { padding: 7px 15px; border: 1px solid #d7d7d8; border-radius: 3px; font-size: 12px; cursor: pointer; font-weight: 400; position: relative; overflow: hidden; } .select-custom li input[type="radio"]:checked+label { border-color: var(--theme-primary-color); color: var(--theme-primary-color); } .select-custom li input[type="radio"]:checked+label:before { position: absolute; content: ""; width: 1px; height: 1px; border: 12px; border-style: solid; border-color: var(--theme-primary-color) transparent transparent transparent; transform: rotate(-45deg); right: -12px; bottom: -12px; } .select-custom li input[type="radio"]:checked+label:after { position: absolute; content: "\f00c"; font-family: "Font Awesome 5 Free"; font-size: 5px; right: -1px; bottom: 9px; width: 8px; height: 8px; color: #FFF; font-weight: 900; z-index: 9; } .slide-filter .price-range-toggle { width: 100% } /*=============================================================================== jSlider Style Start ==================================================================================*/ .jslider .jslider-pointer { background-color: var(--theme-primary-color); border: 4px solid #fff; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .20)!important; } .jslider { display: block; width: 95%; height: 1em; position: relative; top: 30px; } .jslider table { width: 100%; border-collapse: collapse; border: 0; } .jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; } .jslider table, .jslider table tr, .jslider table tr td { width: 100%; vertical-align: top; } .jslider .jslider-bg { position: relative; } .jslider .jslider-bg .l { width: 10%; background-position: 0 0; left: 0; background: var(--theme-light-color); } .jslider .jslider-bg .f { width: 80%; left: 10%; background-repeat: repeat-x; background-position: 0 -20px; background: var(--theme-light-color); } .jslider .jslider-bg .r { background-position: right 0; width: 100%; right: -18px; background: var(--theme-light-color); } .jslider .jslider-bg i { height: 4px; position: absolute; font-size: 0; top: 0; } .jslider .jslider-bg .v { position: absolute; width: 60%; left: 20%; top: 0; height: 4px; background: var(--theme-primary-color); } .jslider .jslider-pointer { width: 18px; height: 18px; border-radius: 50%; background-position: 0 -60px; position: absolute; left: 20%; top: -7px; cursor: pointer; cursor: hand; } .jslider .jslider-pointer-hover { background-position: -20px -60px; } .jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; } .price-filter .jslider .jslider-label, .area-filter .jslider .jslider-label { display: none !important } .jslider .jslider-label-to { left: auto; right: 0; } .jslider-value>span { float: right; } .area-filter .jslider-value>span { float: left; padding-right: 3px } .jslider .jslider-value { font-size: 14px; font-weight: 600; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -30px; left: 20%; background: transparent; line-height: 13px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } .jslider .jslider-value-to { margin-right: -18px; } .jslider .jslider-label small, .jslider .jslider-value small { position: relative; top: -0.4em; } .jslider .jslider-scale { position: relative; top: 9px; } .jslider .jslider-scale span { position: absolute; height: 4px; border-left: 1px solid #999; font-size: 0; } .jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; } .jslider-single .jslider-pointer-to, .jslider-single .jslider-value-to, .jslider-single .jslider-bg .v, .jslider-limitless .jslider-label { display: none; } .price-range-toggle { width: 285px; padding: 30px; background: #fff; border-radius: 6px; height: 100px; right: 0; top: 130%; position: absolute; box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15); visibility: hidden; opacity: 0; z-index: 0; } .price-range-toggle.visible { visibility: visible; opacity: 1; z-index: 10; } .aditional-features:before, .price-range-toggle:before { background-color: #ffffff; content: ""; height: 20px; left: auto; margin: 0 auto; position: absolute; right: 25%; top: -5px; width: 20px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .opacity-1 { opacity: 1 !important } /*=============================================================================== Pagination Style Start ==================================================================================*/ .pagination .page-link, .pagination .page-item.disabled .page-link { background: transparent; } .pagination-dotted-active .page-item:not(:last-child) { margin-right: 10px; } .pagination-dotted-active .page-link { color: #fff; border: none; background: transparent; border-radius: 50%; padding: 0; width: 35px; height: 35px; text-align: center; line-height: 35px; color: var(--theme-dark-color) } .pagination-dotted-active .page-item:first-child .page-link, .pagination-dotted-active .page-item:last-child .page-link { width: auto } .pagination-dotted-active .active .page-link { background: var(--theme-primary-color); border: none; color: var(--theme-white-color) } /*=============================================================================== Custom Scroll Bar Style Start ==================================================================================*/ .dashboard-nav-area::-webkit-scrollbar, .left-filter-fixed::-webkit-scrollbar, .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push::-webkit-scrollbar { display: none; } .active-chat-list::-webkit-scrollbar, .chat-body::-webkit-scrollbar { width: 4px; } /* width */ ::-webkit-scrollbar { width: 8px; } /* Track */ ::-webkit-scrollbar-track { background: #f1f1f1; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } .active-chat-list::-webkit-scrollbar-track, .chat-body::-webkit-scrollbar-track { background: var(--theme-white-color); -webkit-box-shadow: none; box-shadow: none; } /* Handle */ ::-webkit-scrollbar-thumb { background: var(--theme-dark-color); } .active-chat-list::-webkit-scrollbar-thumb, .chat-body::-webkit-scrollbar-thumb { background: var(--theme-gray-color); } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: var(--theme-primary-color); } /*=============================================================================== About Us Style Start ==================================================================================*/ .about-us-img-wrap { position: relative } .about-us-img-wrap .video-wrap { position: absolute; bottom: 100px; width: 50%; height: 30%; overflow: hidden; border-radius: 10px; } .about-us-info-wrap blockquote { background-color: var(--theme-primary-opacity-color); padding: 20px; margin: 25px 0; border-left: 4px solid; border-color: var(--theme-primary-color); font-size: 16px; } .icon-text-1 { display: flex; align-items: center; } .icon-text-1 .icon-area { width: 50px; height: 50px; display: table; background-color: var(--theme-primary-opacity-color); text-align: center; color: var(--theme-primary-color); border-radius: 50%; margin-right: 15px; line-height: 37px; position: relative; } .icon-text-1 .icon-area .icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; } .icon-text-1 .icon-area .ifs-20::before { font-size: 25px; line-height: 25px; } .list-half-width { display: inline-block; width: 100%; } .list-half-width>* { width: 50%; float: left; padding-right: 20px; margin: 10px 0; } .flat-info { display: flex; align-items: center; } .flat-info img { width: 20px !important; margin-left: 5px; } .flat-info li span:first-child { display: flex; align-items: center; justify-content: left; } .flat-info>* { padding: 0 20px; border-right: 1px solid var(--theme-general-color); } .flat-info>*:first-child { padding-left: 0; } .flat-info>*:last-child { padding-right: 0; border-right: 0; } /*=============================================================================== Apartment Sketch Style Start ==================================================================================*/ .apartments-plan-info { padding: 70px; } .apartments-info-list>ul li:not(:first-child) { margin-top: 20px; } .apartments-info-list>ul li { display: flex; align-items: center; justify-content: space-between; position: relative; } .apartments-info-list>ul li::before { position: absolute; content: ""; width: 100%; height: 1px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: 1px dashed; border-color: var(--theme-white-color); z-index: 1; } .apartments-info-list>ul li span, .apartments-info-list>ul li label { background-color: var(--theme-primary-color); z-index: 9; } .apartments-info-list>ul li label { padding-right: 10px; } .apartments-info-list>ul li span { padding-left: 10px; } /*=============================================================================== Photo Gallery Style Start ==================================================================================*/ .photo-overlay { position: relative; overflow: hidden; } .photo-overlay::before { content: ""; position: absolute; background: rgba( var(--theme-primary-color-rgba), 0.9); height: 100%; left: 20%; right: 20%; top: 0; bottom: 0; opacity: 0; } .photo-overlay:hover::before { opacity: 1; left: 0; right: 0; } .photo-overlay a.quick-view, .photo-overlay a.photo-view { width: 50px; height: 50px; line-height: 50px; border-radius: 100%; background: #fff; position: absolute; display: block; z-index: 10; text-align: center; opacity: 0; } .photo-overlay:hover a.quick-view { opacity: 1; margin-left: 30px; } .photo-overlay:hover a.photo-view { opacity: 1; margin-left: -30px; } /*=============================================================================== Service Area Style Start ==================================================================================*/ .thumb-angle-left .box-70px { position: relative; text-align: center; } .thumb-angle-left .box-70px::before { position: absolute; content: ""; border-width: 10px; bottom: -10px; left: 0; border-style: solid; border-color: transparent transparent transparent var(--theme-primary-color); } .service-style-1, .hover-style-1 { position: relative } .hover-style-1::before { position: absolute; content: ""; left: 0; bottom: 0; width: 0%; height: 4px; background-color: var(--theme-primary-color); -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; opacity: 0; visibility: hidden; } .hover-style-1:hover::before { width: 100%; opacity: 1; visibility: visible; } .service-style-1 .icon-wrap { width: 100px; height: 100px; background-color: rgba(var(--theme-primary-color-rgba), .3); text-align: center; line-height: 100px; border-radius: 50%; margin: 0 auto; } .service-style-1 .icon-wrap .icon { display: flex; height: 100%; justify-content: center; align-items: center; } .service-style-1:hover .icon-wrap { background-color: var(--theme-white-color); } .service-style-1:hover .title a { color: var(--theme-white-color) !important; } .service-style-1 .btn-icon { position: absolute; bottom: -20px; width: 40px; height: 40px; border-radius: 50%; background-color: var(--theme-white-color); left: 50%; transform: translateX(-50%); color: var(--theme-dark-color); z-index: 9 } .service-style-1 .btn-icon .icon { display: flex; height: 100%; align-items: center; justify-content: center; } .service-style-1:hover .btn-icon { color: var(--theme-primary-color); } /*=============================================================================== Agent Block Style Start ==================================================================================*/ .agent-overview, .agent-thumb-copious { border-radius: 6px; } .prop-details li { line-height: 30px; font-size: 15px; } .prop-details b { font-weight: 500; color: var(--theme-dark-color) } .agent-style-1 .image-wrap { width: 50px; height: 50px; margin-right: 15px; } .agent-style-1 .about-avata { display: flex; flex-direction: column; align-items: self-start; } .agent-style-1 .about-avata .name { font-weight: 500; } .agent-style-1 .about-avata .designation { font-size: 13px; } .agent-style-1 p { font-size: 18px; } .agent-style-2 .thumb-wrapper { padding: 50px; position: relative; } .agent-style-2 .thumb-wrapper .thumbnail-img { width: 100px; margin: 0 auto; overflow: hidden; position: relative; border: 3px solid #eee; border-radius: 100%; padding: 5px; margin-bottom: 15px; } .agent-style-2 .thumb-wrapper .thumbnail-img img{ border-radius: 100%; } .agent-style-2 .on-listed { line-height: 40px; padding: 0 20px; border-radius: 20px; position: absolute; top: 20px; left: 20px; } /*=============================================================================== Property Block Style Start ==================================================================================*/ .property-list-1, .property-grid-1 { border-radius: 6px; } .property-list-2 .thumbnail-img { width: 120px; flex-shrink: 0; border-radius: 5px; overflow: hidden; } .property-block { position: relative; overflow: hidden; } .property-block .post-meta { width: 100% } .property-block .cata { left: 15px; top: 15px; z-index: 9; } .property-block .cata span { padding: 5px 12px; font-size: 13px; margin-right: 3px; border-radius: 3px; } .property-block .thumbnail-img img { opacity: 0.7; } .quantity li { padding-right: 15px; } .quantity li:last-child { padding: 0 } .price-on { position: absolute; bottom: 20px; left: 15px; font-family: var(--theme-highlight-font); } .post-meta .agent img { width: 40px; height: 40px; } .quick-meta { right: 15px; bottom: 15px; } .quick-meta li { width: 42px; height: 42px; border-radius: 5px; background-color: var(--theme-secondary-opacity-color); display: inline-block; margin: 2px; text-align: center; } .quick-meta li a { padding: 9px; display: block; } .lsd_list li { border-radius: 5px; background-color: rgb(247, 247, 247); height: 35px; padding: 4px 20px; text-align: center; } .lsd_list li a { color: #484848; font-size: 14px; line-height: 30px; display: block; } .list-style-tick li::before { top: 50%; transform: translateY(-50%); } .product-offer-item { font-size: 15px; } .product-offer-item strong { font-weight: 500; color: var(--theme-dark-color); } div.summary .product-offer-item:before { color: var(--theme-primary-color); font-size: 20px; margin-right: 10px; line-height: 1; } div.summary .product-offer-item:before { content: "\f02b"; } div.summary .product-offer-item::before { display: inline-block; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 600; font-size: 14px; text-align: center; text-decoration: inherit; vertical-align: middle; } .product-status { line-height: 25px; height: 25px; } .property-grid-3 [class*="overlay-"]::before { z-index: 1; background: rgb(46, 55, 70); background: linear-gradient(0deg, rgba(46, 55, 70, 0.8) 0%, rgba(46, 55, 70, 0.5) 50%, rgba(46, 55, 70, 0) 100%); } .property-grid-3 .data-on { position: absolute; z-index: 10; left: 15px; bottom: 15px; } .property-grid-4 .location { position: absolute; bottom: 20px; left: 15px; z-index: 9; color: var(--theme-white-color); } .property-grid-4 .thumbnail-img .quick-meta li { width: auto; height: auto; background-color: rgba(var(--theme-white-color-rgba), .3); } .property-grid-4 .thumbnail-img .quick-meta li a { display: flex; align-items: center; padding: 0px 10px; line-height: 30px; color: var(--theme-white-color); } .property-grid-4 .thumbnail-img .quick-meta li a i { margin-right: 5px; } .property-grid-4 .product-price { font-size: 16px; font-weight: 500; } .property-grid-4 .about-avata { display: flex; flex-direction: column; } .property-grid-4 .about-avata .name a { font-size: 16px; font-weight: 500; color: var(--theme-dark-color); } .property-grid-4 .about-avata .name a:hover { color: var(--theme-primary-color) } .property-grid-4 .about-avata .designation { font-size: 13px; } .property-grid-4 .post-meta .quick-meta li a { color: var(--theme-general-color); background-color: var(--theme-light-color); } .property-grid-4 .post-meta .quick-meta li a:hover { color: var(--theme-white-color); background-color: var(--theme-primary-color); } .property-grid-5 .post-meta ul { display: flex; align-items: center; } .property-grid-5 .post-meta ul li:not(:last-child) { margin-right: 30px; } .property-grid-5 .post-meta a:hover span { text-decoration: none; } .property-grid-6 .quick-meta li { width: 36px; height: 36px; background-color: var(--theme-white-color); } .property-grid-6 .quick-meta li a { padding: 6px; display: block; color: #fff; color: var(--theme-secondary-color); font-weight: 500; } .property-grid-6 .price-on { position: static; line-height: 24px; padding: 2px 8px; font-size: 15px; } .property-grid-6 .quantity { padding-bottom: 15px; border-bottom: 1px dashed #eee; } .property-list-1 .thumbnail-img a { display: block; height: 100%; } .property-list-1 .thumbnail-img img { object-fit: cover; width: 100%; height: 100%; } /*=============================================================================== Blog Thumbnail Style Start ==================================================================================*/ .thumb-blog-overlay .post-meta a span { font-size: 13px; } /*=============================================================================== Blog Single Style Start ==================================================================================*/ .media { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: start; flex-wrap: wrap; } .media-body { -ms-flex: 1; flex: 1; } /*=============================================================================== Sidebar Widgets Style Start ==================================================================================*/ .widget-box-model .widget, .agent-search, .woo-filter-bar, .widget_recent_property, .property_carousel_widget, .advance_search_widget { background-color: #fff; border: 1px solid #efefef; border-radius: 6px; margin-bottom: 30px; } .widget { padding: 35px; } .widget_recent_property>ul>li { display: flex; margin-bottom: 20px; } .widget_recent_property li img { width: 70px; height: 70px; margin-right: 15px; } .widget_recent_property .quantity li { padding-right: 5px; font-size: 13px; } .view-category button { border-radius: 7px; } .widget_search .screen-reader-text { display: none; } .widget_search .search-field { border: 1px solid; border-color: var(--theme-gray-color); font-size: 13px !important; color: #484848; height: 50px; padding: 13px 15px; border-radius: 3px; width: 100%; } .widget_search label { width: 100%; } .widget_search input[type="submit"] { display: none; } .widget_sidebarnav ul li, .widget_categories ul li { padding: 12px 0; } .widget_sidebarnav ul li a { font-size: 15px; color: var(--theme-general-color); } .widget_sidebarnav ul li a:hover { color: var(--theme-primary-color); } .widget_recent_entries ul li a { font-weight: 400; } /*=============================================================================== Fact Counter Style Start ==================================================================================*/ .bar-progress { font-weight: 400; } /*=============================================================================== Mixitup Style Start ==================================================================================*/ .mixitup-control-active { color: var(--theme-primary-color) } /*=============================================================================== Accordion Style Start ==================================================================================*/ .ac-card { padding: 10px 0; } .ac-collapse { margin-top: 20px; } .bb-accordion .ac-toggle i { background-color: var(--theme-secondary-color); width: 30px; height: 30px; display: block; border-radius: 50rem; font-size: 12px; text-align: center; line-height: 33px; margin-right: 10px; color: var(--theme-white-color); float: left } [class*="accordion-plus-"] .ac-toggle { position: relative; } .accordion-plus-right .ac-toggle { padding-right: 30px; line-height: 30px; display: block; } .accordion-plus-left .ac-toggle { padding-left: 30px; } [class*="accordion-plus-"] .ac-toggle::before, [class*="accordion-plus-"] .ac-toggle::after { content: ""; position: absolute; width: 16px; height: 2px; right: 0; background-color: var(--theme-dark-color); top: 50%; transform: translateY(-50%) } .accordion-plus-left .ac-toggle.active::before { content: ""; } .accordion-plus-left .ac-toggle::before, .accordion-plus-left .ac-toggle::after { left: 0 } [class*="accordion-plus-"] .ac-toggle:not(.active):after { transform: rotate(90deg); } /*=============================================================================== Owl Carousel Style Start ==================================================================================*/ .owl-outer-20 .owl-stage-outer { padding: 20px; margin: -20px } .testimonial-simple blockquote { font-size: 16px; color: #fff; line-height: 34px; padding: 30px 0; } /*=============================================================================== Page Banner Style Start ==================================================================================*/ .banner-title { font-size: 30px; font-weight: 500; } /*=============================================================================== Search Banner Style Start ==================================================================================*/ .banner-search { width: 100%; padding-top: 250px; padding-bottom: 270px; } /*=============================================================================== Map Element Style Start ==================================================================================*/ .homepage-map #map { width: 100%; height: 750px; } .gm-style img { width: 100% } .infobox-wrapper { background: #fff; width: 300px !important; margin-bottom: 85px; margin-left: -48px; } .infobox-wrapper>img { position: absolute !important; top: 20px; right: 20px; z-index: 10; width: 22px; height: 22px } .infobox-wrapper .img_area { position: relative } .infobox-wrapper .sale_amount { position: absolute; bottom: 20px; left: 20px; z-index: 10; font-size: 16px; color: #fff; font-family: var(--theme-highlight-font); } .infobox-wrapper:after { content: ""; position: absolute; bottom: -20px; left: 42.5%; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #fff; } #map-banner { position: relative; width: 100% } #map-banner.visible { overflow: visible } .homepage-map #map { width: 100%; height: 710px } .marker-style { width: 20px; height: 20px; margin-left: -10px !important; margin-top: -50px !important } .cluster>div { font-size: 12px !important; font-family: var(--theme-general-font) !important; line-height: 44px !important } #find-location { position: absolute; bottom: 50px; left: 50%; -moz-transform: translate(-50%, 100%); -webkit-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out } #find-location.open { -moz-transform: translate(-50%, 50px); -webkit-transform: translate(-50%, 50px); -ms-transform: translate(-50%, 50px); -o-transform: translate(-50%, 50px); transform: translate(-50%, 50px); z-index: 9999 } .form-up-btn { font-family: var(--theme-general-font) !important; font-weight: 500; padding: 0 30px; line-height: 50px; cursor: pointer } .form-up-btn span { padding-left: 15px } #find-location.open .form-up-btn span i { -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg) } /*Home page 6 map*/ .search-box-map #find-location { width: 320px; bottom: 50%; left: 10%; position: absolute; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); -ms-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; padding: 30px; } .price_range { padding-bottom: 30px; } .search-box-map .property_filter_input .price-filter, .search-fixed-right .property_filter_input .price-filter { height: 50px; margin-right: 5px; } /*Home page 9 map*/ #map-banner.half-wide-map { display: flex } .half-wide-map #map { width: 65%; float: left; } .search-fixed-right { float: right; width: 35%; } .search-fixed-right #find-location { position: static; transform: none; } .single_property_detail #map { height: 270px; } /*=============================================================================== Property Page Style Start ==================================================================================*/ .view-category button { width: 50px; height: 50px; line-height: 51px; } .woocommerce-ordering-pages { line-height: 50px; } /*=============================================================================== Compare Page Style Start ==================================================================================*/ .clip-item .fa-times { position: absolute; top: 10px; left: 10px; width: 25px; height: 25px; opacity: 0; padding: 5px; cursor: pointer; text-align: center; line-height: 16px; font-size: 10px; } .clip-item:hover .fa-times { opacity: 1; } .compare-list-properties { overflow-x: auto; } .compare-list-properties tr:nth-child(2n) { background: #f5f5f5; } .compare-list-properties td:first-child { text-align: left; width: 200px; padding-left: 25px; } .compare-list-properties td { padding: 15px; text-align: center; position: relative; } .compare-list-properties .available::before, .compare-list-properties .not-available::before { content: "\f00c"; color: #2ab160; font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; } .compare-list-properties .not-available::before { content: "\f00d"; color: #d43e3e; } /*=============================================================================== Deshboard Style Start ==================================================================================*/ .nav-light .navbar-nav .nav-link { color: var(--text-light-color); } .dashboard-nav .db-dropdown-menu li .nav-link { padding: 10px 20px; } .dashboard-nav .db-dropdown-menu li:last-child .nav-link { padding-bottom: 20px; } .dashboard-nav .navbar-nav .nav-link { font-size: 13px; padding: 10px 20px; border-left: 3px solid; border-color: transparent; position: relative; } .dashboard-nav .navbar-nav .nav-link:hover { color: #FFF; } .dashboard-nav .navbar-nav>.nav-item>.nav-link:hover { border-left: 3px solid; border-color: var(--theme-primary-color); background: var(--theme-extra-color); } .dashboard-nav .navbar-nav .nav-item.active>.nav-link { color: #FFF; } .dashboard-nav .navbar-nav>.nav-item.active>.nav-link { border-left: 3px solid; border-color: var(--theme-primary-color); background: var(--theme-extra-color); } .dashboard-nav .db-dropdown-menu>li>.nav-link { border-left: 3px solid; border-color: var(--theme-primary-color); background: var(--theme-extra-color); } .dashboard-nav .db-dropdown-menu { display: none; } .dashboard-nav .navbar-nav .db-dropdown .nav-link.dropdown-toggle:after { transform: translateY(-50%) rotate(90deg); position: absolute; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 600; font-size: 10px; top: 50%; right: 20px; display: block; border: none; } .user-option img { width: 40px; height: 40px; border-radius: 100%; margin-right: 10px; } .ball::before { position: absolute; content: ""; width: 40px; height: 40px; border-radius: 100%; background-color: #fff; left: 15px; top: 35px; opacity: 0.3; } .msg-history, .active-chat-list { height: 100vh; overflow: scroll; } .msg-history li, .active-chat-list li { display: flex; padding: 10px 0; } .active-chat-list li { min-width: 300px; } .msg-history li .chat-info { min-width: 500px; } .msg-history li .avata, .active-chat-list li .avata { position: relative; cursor: pointer; margin-right: 20px; display: ruby } .active-chat-list li img { width: 60px; height: 60px; } .active-chat-list li .user-status { position: absolute; top: 42px; left: 43px; } .active-chat-list li .user-status i { border: 2px solid #fff; border-radius: 100%; font-size: 11px; } .active-chat-list li .un-read { width: 19px; height: 19px; border-radius: 100%; background: var(--theme-gray-color); font-size: 10px; text-align: center; line-height: 20px; margin-left: auto; } .chatbox-head img { width: 70px; height: 70px; } .msg-history li .avata img { width: 40px; height: 40px } .chatbox-head .user-status { position: absolute; top: 50px; left: 50px; } .chatbox-head .user-status i { border: 2px solid #fff; border-radius: 100%; font-size: 12px; } .text-write-box button { position: absolute; right: 15px; top: 10px; } .text-write-box input { padding-right: 105px !important; } .items-list tr { border-bottom: 10px solid #ececec; background-color: #fff } .items-list.bg-transparent tr { background-color: transparent; border-bottom: 1px solid #ececec; } .items-list tr td, .items-list tr th { padding: 20px; font-weight: 400; } .items-list td img { width: 90px; float: left; margin-right: 15px; } .media-upload li.col { position: relative } .media-upload a { position: absolute; top: 10px; right: 25px; color: #fff; cursor: pointer; display: block; background: var(--theme-primary-color); padding: 5px 8px; font-size: 11px; border-radius: 3px; } .fileupload_label { background: transparent; cursor: pointer; font-weight: 400; padding: 70px 0; text-align: center; background: var(--theme-light-color); width: 100%; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .fileupload_label:hover { background: rgba(144, 201, 35, 0.05); border-color: rgba(144, 201, 35, 0.7); } .wrap-custom-file { position: relative; display: inline-block; width: 200px; height: 200px; text-align: center; } .wrap-custom-file input[type="file"] { position: absolute; top: 0; left: 0; width: 2px; height: 2px; overflow: hidden; opacity: 0; } .wrap-custom-file label { z-index: 1; position: absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; overflow: hidden; cursor: pointer; background-color: var(--theme-light-color); background-size: cover; border-radius: 5px; -webkit-transition: -webkit-transform 0.4s; transition: -webkit-transform 0.4s; transition: transform 0.4s; transition: transform 0.4s, -webkit-transform 0.4s; } .wrap-custom-file label span { border-radius: 5px; background-color: #ffffff; -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09); -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09); -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09); bottom: 20px; color: #484848; font-size: 14px; line-height: 2.2; height: 40px; line-height: 41px; left: 20px; position: absolute; width: 120px; } .compare-chart-classic .table tr th { background-color: var(--theme-light-color); } .compare-chart-classic .table tr th, .compare-chart-classic .table tr td { border-color: var(--theme-gray-color) } .dashboard-nav-area { height: 100vh; width: 100%; overflow-y: scroll; overflow-x: hidden; } /*=============================================================================== Footer Style Start ==================================================================================*/ .media-footer-dark .widget-title, .media-footer-dark .footer-widget a { color: var(--theme-white-color); } .media-footer-dark .footer-widget a:hover { color: var(--theme-primary-color); } .copyright-border .container { border-top: 1px solid #eeeeee; position: relative; } /*=============================================================================== Social Media Style Start ==================================================================================*/ .social-box-rounded li { width: 36px; height: 36px; border-radius: 100%; text-align: center; line-height: 36px; } .social-box-rounded li a { color: var(--theme-secondary-color); font-size: 15px; } .social-box-gray li { background-color: var(--theme-gray-color); } /*=============================================================================== Responsive Style Start ==================================================================================*/ @media screen and (min-width: 1200px) { .container { max-width: 1180px } } @media screen and (min-width: 1320px) { .container { max-width: 1240px } } @media screen and (min-width: 1500px) { .container { max-width: 1440px } } @media screen and (min-width: 767px) { .agent-list-view, .property-list-1 { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .agent-list-view>div, .property-list-1 .property_text, .property-list-1 .thumbnail-img { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .nav-leftpush-overlay .navbar-expand-lg .left-filter-fixed.navbar-slide-push { height: 100vh; width: 100%; overflow-y: scroll; overflow-x: hidden; padding: 50px 40px; display: block !important; opacity: 1 !important; position: static !important; } } @media screen and (min-width: 576px) { .position-sm-absolute { position: absolute !important } } @media screen and (max-width: 991px) { .apartments-plan-info { padding: 50px; } .md-bg-secondary { background-color: var(--theme-secondary-color) !important; } .md-bg-dark { background-color: var(--theme-dark-color) !important; } .navbar-nav>li.dropdown>a.nav-link::after, .navbar-nav>li.dropdown .dropdown-toggle::after { right: 20px; } .navbar-expand-lg .navbar-nav>li.dropdown>a.nav-link::after { right: 20px; } .bootstrap-select .dropdown-menu.inner { background-color: #fff; } .banner-search { width: 100%; padding-top: 120px; padding-bottom: 140px; } .sm-position-static { position: static !important } .sm-position-relative { position: relative !important } .woocommerce-ordering .dropdown-toggle::after { position: relative; right: auto; top: auto; } .widget_contact .media img { width: 70px; height: 70px; } .navbar-nav.user-option { display: block } .user-option li:first-child { float: left; line-height: 40px; } .user-option li:last-child { float: right; } .sm-mw-100 { max-width: 100% !important; width: auto !important; } .overflow-x-scroll { width: 100%; overflow-x: scroll; } .overflow-x-scroll table { width: 700px !important; } } @media screen and (max-width: 767px) { #page_wrapper, .dashboard-body { height: auto !important; } .bg-sm-secondary { background-color: var(--theme-secondary-color); } .aditional-features { top: 91% } .navbar-expand-lg .navbar-nav .nav-link { font-size: 13px; } .overflow-x-scroll::-webkit-scrollbar { height: 3px; } .list-three-fold-width li { width: 100%; } .xs-text-start { text-align: left !important } .xs-h-auto { height: auto !important; } .collaps-dashboard { line-height: 45px; cursor: pointer; font-weight: 500; } .dashboard-nav-area { height: auto; } .dashboard-nav { display: none; } .dashboard-nav-area.bg-secondary { background: #fff !important } .navbar-nav li { color: var(--theme-text-general-color) !important } .dashboard-nav-area a.navbar-brand { margin-left: auto !important; margin-right: auto !important; display: block; width: 250px; } .user-option.navbar-nav { border-top: 0 !important; } .xs-mw-100 { max-width: 100% !important; } } @media screen and (max-width: 419px) { .list-half-width>* { width: 100% } .property-grid-4 .location { display: none } }
0.562898
0.07521
a, a:hover, a:visited { outline:none; } a { color:#008ce5; text-decoration:none; } a:hover { text-decoration:underline; } .titlebar { color:#000; text-decoration: none; } .titlebar:hover { text-decoration: none; } .truncate { min-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 20px; font-weight: bold; text-align: middle; } body { width:900px; margin: 75px auto; font-family: 'trebuchet MS', 'Lucida sans', Arial; font-size: 14px; color: #000; } table { *border-collapse: collapse; /* IE7 and lower */ border-spacing: 0; width:100%; } .homepagetable { max-width: 320px; width: 320px; padding: 6px; } #page-wrap { width: 800px; margin: 0 auto; } img { max-width:180px; max-height:200px; width:auto; height:auto; } .stylish-input-group .input-group-addon{ background: white !important; } .stylish-input-group .form-control{ border-right:0; box-shadow:0 0 0; border-color:#ccc; } .stylish-input-group button{ border:0; background:transparent; } .navbar-brand{ font: 25px bold; font-family: 'trebuchet MS', 'Lucida sans', Arial; } .navbar-default .navbar-brand{ color: white; } .navbar-right{ padding-top:6px; padding-bottom: 5px; } .navbar{ background-color: #679B1C; } .navbar-default .navbar-nav > li > a{ color:white; } .search{ padding-top:8px; padding-bottom: 5px; width: 700px; padding-right: 200px; } .box-slider{ padding-top:5px; } footer{ background-color:#679B1C; width:100%; min-height: 30px; right: 0; left:0; } @media(max-width:768px) { .input-group .form-control{ width: 200px; } .btn{ visibility: hidden; } } .productbox { background-color:#ffffff; padding:10px; margin-bottom:10px; -webkit-box-shadow: 0 8px 6px -6px #999; -moz-box-shadow: 0 8px 6px -6px #999; box-shadow: 0 8px 6px -6px #999; } .producttitle { font-weight:bold; padding:5px 0 5px 0; font-size:1.2em; } .productprice { border-top:1px solid #dadada; padding-top:5px; } .pricetext { font-weight:bold; font-size:1.6em; } @media all and (max-width: 720px) { .box-slider{display:none;} } @media all and (max-width: 479px) { .box-slider{display:none;} } .dropbtn { background-color: #4CAF50; color: white; padding: 12px; min-width: 100px; font-size: 16px; border: none; cursor: pointer; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; right: 0; background-color: #f9f9f9; margin-left: 15px; max-width: 100px; font-size: 15px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .dropdown-content a { color: black; padding: 10px 12px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #3e8e41; }
store/assets/~style.css
a, a:hover, a:visited { outline:none; } a { color:#008ce5; text-decoration:none; } a:hover { text-decoration:underline; } .titlebar { color:#000; text-decoration: none; } .titlebar:hover { text-decoration: none; } .truncate { min-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 20px; font-weight: bold; text-align: middle; } body { width:900px; margin: 75px auto; font-family: 'trebuchet MS', 'Lucida sans', Arial; font-size: 14px; color: #000; } table { *border-collapse: collapse; /* IE7 and lower */ border-spacing: 0; width:100%; } .homepagetable { max-width: 320px; width: 320px; padding: 6px; } #page-wrap { width: 800px; margin: 0 auto; } img { max-width:180px; max-height:200px; width:auto; height:auto; } .stylish-input-group .input-group-addon{ background: white !important; } .stylish-input-group .form-control{ border-right:0; box-shadow:0 0 0; border-color:#ccc; } .stylish-input-group button{ border:0; background:transparent; } .navbar-brand{ font: 25px bold; font-family: 'trebuchet MS', 'Lucida sans', Arial; } .navbar-default .navbar-brand{ color: white; } .navbar-right{ padding-top:6px; padding-bottom: 5px; } .navbar{ background-color: #679B1C; } .navbar-default .navbar-nav > li > a{ color:white; } .search{ padding-top:8px; padding-bottom: 5px; width: 700px; padding-right: 200px; } .box-slider{ padding-top:5px; } footer{ background-color:#679B1C; width:100%; min-height: 30px; right: 0; left:0; } @media(max-width:768px) { .input-group .form-control{ width: 200px; } .btn{ visibility: hidden; } } .productbox { background-color:#ffffff; padding:10px; margin-bottom:10px; -webkit-box-shadow: 0 8px 6px -6px #999; -moz-box-shadow: 0 8px 6px -6px #999; box-shadow: 0 8px 6px -6px #999; } .producttitle { font-weight:bold; padding:5px 0 5px 0; font-size:1.2em; } .productprice { border-top:1px solid #dadada; padding-top:5px; } .pricetext { font-weight:bold; font-size:1.6em; } @media all and (max-width: 720px) { .box-slider{display:none;} } @media all and (max-width: 479px) { .box-slider{display:none;} } .dropbtn { background-color: #4CAF50; color: white; padding: 12px; min-width: 100px; font-size: 16px; border: none; cursor: pointer; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; right: 0; background-color: #f9f9f9; margin-left: 15px; max-width: 100px; font-size: 15px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .dropdown-content a { color: black; padding: 10px 12px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #3e8e41; }
0.245899
0.056652
background-color: black; } #parent-timed-performance > .first-section { background-image: radial-gradient(rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.99)), url('../../../../assets/img/profile_page_back.png'); background-repeat: no-repeat; background-attachment: scroll; background-size: cover; margin-top: -110px; color: white; height: calc(60vh); } #parent-timed-performance .second-section { background-color: black; padding: 67px 67px 50px 67px; transform: translateY(0) !important; color: white; margin-top: 40px; } #parent-timed-performance .second-section .empty-class-state { display: flex; padding: 70px 100px; align-items: center; } #parent-timed-performance .second-section .empty-class-state img { margin-right: 30px; } #parent-timed-performance .second-section .empty-class-state p { font-family: font1; font-style: normal; font-weight: normal; font-size: 15px; line-height: 20px; color: #c0c0c0; margin: 0; } #parent-timed-performance .second-section .empty-class-state-2 { display: flex; align-items: center; justify-content: center; flex-direction: column; } #parent-timed-performance .second-section .empty-class-state-2 img { margin-top: 30px; margin-bottom: 30px; } #parent-timed-performance .second-section .empty-class-state-2 p { font-family: font1; font-style: normal; font-weight: normal; font-size: 15px; line-height: 20px; color: #c0c0c0; margin: 0; } #parent-timed-performance h4 { font-family: font2; margin-bottom: 20px; } #parent-timed-performance .excel { background: #84BB29 ; } #parent-timed-performance .average { background: #fdad51; } #parent-timed-performance .belowAverage { background: #ff5b5b; } #parent-timed-performance .noRating { background: #908989; } #parent-timed-performance .subjectList span { display: block; text-align: center; opacity: 0.8; border-radius: 5px; padding: 6px; } #parent-timed-performance .push10 { margin-bottom: 22px; } #parent-timed-performance .box { display: block; text-align: center; background: linear-gradient( 181.01deg, rgba(51, 50, 50, 0.36) 0.87%, rgba(51, 50, 50, 0.36) 68.85%, rgba(51, 50, 50, 0) 142.59%, rgba(51, 50, 50, 0) 145.33% ); color: white; padding: 40px 35px; margin: 0px 30px; margin-top: 28px; border-radius: 5px; } #parent-timed-performance h3 { font-family: font2; margin-top: 15px; color: white; } #parent-timed-performance img.ring { display: block; margin: auto; margin-top: -130px; } #parent-timed-performance img.ring1 { margin-top: -151px; width: 83px; height: 86px; object-fit: contain; object-position: top; } #parent-timed-performance .myBadge { background: #84BB29; padding: 5px 25px; border-radius: 5px; }
src/components/screens/parentTimedPerformance/css/style.css
background-color: black; } #parent-timed-performance > .first-section { background-image: radial-gradient(rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.99)), url('../../../../assets/img/profile_page_back.png'); background-repeat: no-repeat; background-attachment: scroll; background-size: cover; margin-top: -110px; color: white; height: calc(60vh); } #parent-timed-performance .second-section { background-color: black; padding: 67px 67px 50px 67px; transform: translateY(0) !important; color: white; margin-top: 40px; } #parent-timed-performance .second-section .empty-class-state { display: flex; padding: 70px 100px; align-items: center; } #parent-timed-performance .second-section .empty-class-state img { margin-right: 30px; } #parent-timed-performance .second-section .empty-class-state p { font-family: font1; font-style: normal; font-weight: normal; font-size: 15px; line-height: 20px; color: #c0c0c0; margin: 0; } #parent-timed-performance .second-section .empty-class-state-2 { display: flex; align-items: center; justify-content: center; flex-direction: column; } #parent-timed-performance .second-section .empty-class-state-2 img { margin-top: 30px; margin-bottom: 30px; } #parent-timed-performance .second-section .empty-class-state-2 p { font-family: font1; font-style: normal; font-weight: normal; font-size: 15px; line-height: 20px; color: #c0c0c0; margin: 0; } #parent-timed-performance h4 { font-family: font2; margin-bottom: 20px; } #parent-timed-performance .excel { background: #84BB29 ; } #parent-timed-performance .average { background: #fdad51; } #parent-timed-performance .belowAverage { background: #ff5b5b; } #parent-timed-performance .noRating { background: #908989; } #parent-timed-performance .subjectList span { display: block; text-align: center; opacity: 0.8; border-radius: 5px; padding: 6px; } #parent-timed-performance .push10 { margin-bottom: 22px; } #parent-timed-performance .box { display: block; text-align: center; background: linear-gradient( 181.01deg, rgba(51, 50, 50, 0.36) 0.87%, rgba(51, 50, 50, 0.36) 68.85%, rgba(51, 50, 50, 0) 142.59%, rgba(51, 50, 50, 0) 145.33% ); color: white; padding: 40px 35px; margin: 0px 30px; margin-top: 28px; border-radius: 5px; } #parent-timed-performance h3 { font-family: font2; margin-top: 15px; color: white; } #parent-timed-performance img.ring { display: block; margin: auto; margin-top: -130px; } #parent-timed-performance img.ring1 { margin-top: -151px; width: 83px; height: 86px; object-fit: contain; object-position: top; } #parent-timed-performance .myBadge { background: #84BB29; padding: 5px 25px; border-radius: 5px; }
0.457137
0.114023
* { font-family: -apple-system; font-family: '-apple-system','HelveticaNeue'; font-size: 1em; } /** padding **/ body { padding: 1em !important; } /** font sizes **/ p, span, caption { font: -apple-system-body !important; font-weight: normal !important; } h1 { font: -apple-system-headline !important; } h2 { font: -apple-system-subheadline !important; } h3 { font: -apple-system-subheadline !important; } h4 { font: -apple-system-subheadline !important; } .fr-view.article-body h1 { font: -apple-system-headline !important; } /** layout **/ .nav, .heroImg-wrap, .search-wrap, .container-footer { display: none !important; } .container-article, .breadcrumbs-wrap, .btn.btn-icon.btn-cat-nav { background: none !important; } .article-header { border: none !important; } /** styling **/ a { text-decoration: underline !important; } /** colors **/ * { color: black !important; } a, a:link, a:visited, a:hover { color: #007aff !important; } body, .container-home, .article-body { background-color: [##body.background.normal##] !important; } p, h1, h2 { color: black !important; } .article-body p { background: none !important; } p { background: none !important; background-color: none !important; } .article-updated { margin-bottom: 1rem; padding-top: 1rem !important; padding-bottom: 1rem !important; display: inline-block; } /** dark mode **/ @media screen and (prefers-color-scheme: dark) { /** colors **/ *{ color: white !important; } div, p, h1, h2, h3, h4, span, strong, em, ul, li, body, html, .container-home, .article-body{ background-color: transparent !important; } p, h1, h2, strong, span { color: white !important; } .article-updated, .article-updated span, .article-updated * { color: white rgba(255,255,255,0.5) !important; } body, .container-home, .article-body { /*background-color: [##body.background.dark##] !important;*/ } a, a:link, a:visited, a:hover { color: #81c4f8 !important; } .article-body p { color: white !important; background-color: black !important; background: black !important; } /** layout **/ .article-body p { margin-bottom: 20px !important; } }
ios/KustomerChat.xcframework/ios-arm64/KustomerChat.framework/KBArticleView.css
* { font-family: -apple-system; font-family: '-apple-system','HelveticaNeue'; font-size: 1em; } /** padding **/ body { padding: 1em !important; } /** font sizes **/ p, span, caption { font: -apple-system-body !important; font-weight: normal !important; } h1 { font: -apple-system-headline !important; } h2 { font: -apple-system-subheadline !important; } h3 { font: -apple-system-subheadline !important; } h4 { font: -apple-system-subheadline !important; } .fr-view.article-body h1 { font: -apple-system-headline !important; } /** layout **/ .nav, .heroImg-wrap, .search-wrap, .container-footer { display: none !important; } .container-article, .breadcrumbs-wrap, .btn.btn-icon.btn-cat-nav { background: none !important; } .article-header { border: none !important; } /** styling **/ a { text-decoration: underline !important; } /** colors **/ * { color: black !important; } a, a:link, a:visited, a:hover { color: #007aff !important; } body, .container-home, .article-body { background-color: [##body.background.normal##] !important; } p, h1, h2 { color: black !important; } .article-body p { background: none !important; } p { background: none !important; background-color: none !important; } .article-updated { margin-bottom: 1rem; padding-top: 1rem !important; padding-bottom: 1rem !important; display: inline-block; } /** dark mode **/ @media screen and (prefers-color-scheme: dark) { /** colors **/ *{ color: white !important; } div, p, h1, h2, h3, h4, span, strong, em, ul, li, body, html, .container-home, .article-body{ background-color: transparent !important; } p, h1, h2, strong, span { color: white !important; } .article-updated, .article-updated span, .article-updated * { color: white rgba(255,255,255,0.5) !important; } body, .container-home, .article-body { /*background-color: [##body.background.dark##] !important;*/ } a, a:link, a:visited, a:hover { color: #81c4f8 !important; } .article-body p { color: white !important; background-color: black !important; background: black !important; } /** layout **/ .article-body p { margin-bottom: 20px !important; } }
0.620047
0.084078
body { background: rgb(23,28,31); background: radial-gradient(circle, rgba(23,28,31,1) 0%, rgba(31,41,43,1) 65%, rgba(79,93,94,1) 100%); text-align: center;} #closed-captions p { opacity: 0; transition: .05s; position:absolute; text-align: center; } #closed-captions .on { opacity: 1; } #closed-captions .off { transition: .2s; opacity: 0; } #closed-captions { display: flex; justify-content: center; } /*computervoice*/ .voice1 { font-family: "Brenner Mono Regular"; font-size: 20px; text-align: center; color: rgb(247, 242, 222); } /*officer*/ .voice2 { font-family: "Brenner Slab"; font-size: 20px; text-align: center; color: #97bcbe; } /*man who walks by*/ .voice3 { font-family: "Brenner Sans Condensed RemVwyt"; font-size: 20px; text-align: center; color: rgb(180, 95, 15); } /*fourth voice*/ .voice4 { font-family: "Brenner Sans Condensed LiIdGPL"; font-size: 20px; text-align: center; color: rgb(100, 185, 29); } /* Within cells interliked 3 times */ #closed-captions p:nth-of-type(42) { top: 60%; } #closed-captions p:nth-of-type(43) { top: 61%; } #closed-captions p:nth-of-type(44) { top: 62%; } /*grid*/ #audiocaption { display: grid; grid-template-columns: repeat(auto-fit, minmax(19em, 1fr)); justify-items: center; grid-area: center; align-items: center; grid-template-columns: 33% 33% 33%; grid-template-rows: 100% 50% 50%; color: rgb(226, 223, 28); font-family: "Brenner Sans Bold"; } #mysterious { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #alarm1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #siren1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #beep1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #peopletalking { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #insistentnoise1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #insistentnoise2 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #insistentnoise3 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #silence1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #secondscene { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; outline-style: solid; outline-color: #4f5d5e; outline-offset: 5px; } /* ********************************************** The first paragraph, with extended timing for all siblings. Basically what it does is that it shows the text after a delay, which corresponds with the time that the word is spoken. You probably want to change the styling. ********************************************** */ .p0 span { opacity: 1; font-family: "Brenner Mono Regular"; } /* ********************************************** Sounds. You can style the whole body, or you can style anything within the body the moment a sound starts. ********************************************* */ /* The moment the class .sound1 is added to the body, the background is blue */ .sound0 #mysterious { opacity: 1; } .sound1 #mysterious { opacity: 0; } .sound1 #alarm1 { opacity: 1; } .sound1 iframe { box-shadow: 0 0 15px 15px rgb(200, 10, 1); transition-duration: 1s; } .sound2 iframe { box-shadow: none; } .sound2 #alarm1 {opacity: 0; } .sound3 #siren1 {opacity: 1; } /* .sound3 iframe { border: 1px solid; box-shadow: 5px 5px 8px #e27108, 10px 10px 8px #fca555, 15px 15px 8px #ffc38b; transition-duration: 3s; } */ .sound3 iframe{ box-shadow: 40px 0 30px -4px #e27108, -40px 0 30px -4px #e27108; -moz-box-shadow: 40px 0 30px -4px #e27108, -40px 0 30px -4px #e27108; -webkit-box-shadow: 40px 0 30px -4px #e27108, -40px 0 30px -4px #e27108; -o-box-shadow: 40px 0 30px -4px #e27108, -40px 0 30px -4px #e27108; transition-duration: 3s; } .sound4 iframe { box-shadow: none; } .sound4 #siren1 { opacity: 0; } .sound5 #beep1 { opacity: 1; } .sound5 iframe { box-shadow:0 0 30px 30px rgb(209, 209, 209); transition-duration: 1s; } .sound6 iframe { box-shadow: none; } .sound6 #beep1 { opacity: 0; } .sound7 #peopletalking { opacity: 1; } .sound8 #peopletalking { opacity: 0; } .sound8 #beep1 { opacity: 1; } .sound8 iframe { box-shadow:0 0 30px 30px rgb(209, 209, 209); transition-duration: 1s; } .sound9 iframe { box-shadow: none; } .sound9 #beep1 { opacity: 0; } .sound9 #peopletalking { opacity: 1; } .sound10 #peopletalking { opacity: 0; } .sound10 #beep1 { opacity: 1; } .sound10 iframe { box-shadow:0 0 30px 30px rgb(209, 209, 209); transition-duration: 1s; } .sound11 iframe { box-shadow: none; } .sound11 #beep1 { opacity: 0; } .sound11 { background: rgb(78,84,74); background: radial-gradient(circle, rgba(78,84,74,1) 0%, rgba(141,145,138,1) 70%, rgba(182,187,178,1) 100%); transition-duration: 3s; } .sound11 iframe{ box-shadow: 40px 0 30px -4px #a5b19a, -40px 0 30px -4px #a5b19a; -moz-box-shadow: 40px 0 30px -4px #a5b19a, -40px 0 30px -4px #a5b19a; -webkit-box-shadow: 40px 0 30px -4px #a5b19a, -40px 0 30px -4px #a5b19a; -o-box-shadow: 40px 0 30px -4px #a5b19a, -40px 0 30px -4px #a5b19a; transition-duration: 10s; } .sound11 #insistentnoise1 { opacity: 1; } .sound12 #insistentnoise1 { opacity: 0; } .sound12 iframe { box-shadow: none; } .sound12 iframe { box-shadow: 80px 0 60px -4px #a5b19a, -80px 0 60px -4px #a5b19a; -moz-box-shadow: 80px 60px -4px #a5b19a, -80px 0 60px -4px #a5b19a; -webkit-box-shadow: 80px 0 60px -4px #a5b19a, -80px 0 60px -4px #a5b19a; -o-box-shadow: 80px 0 60px -4px #a5b19a, -80px 0 60px -4px #a5b19a; /* transition-duration: 10s; */ } .sound12 #insistentnoise2 { opacity: 1; } .sound13 #insistentnoise2 { opacity: 0; } .sound13 #insistentnoise3 { opacity: 1; } .sound14 #insistentnoise3 { opacity: 0; } .sound14 #silence1 { opacity: 1; } .sound14 iframe { box-shadow: none; } .sound14 { background: rgb(24,29,21); background: radial-gradient(circle, rgba(24,29,21,1) 0%, rgba(141,145,138,1) 84%, rgba(182,187,178,1) 100%);} .sound15 #silence1 { opacity: 0; } .sound15 #secondscene { opacity: 1; } .sound16 #secondscene { opacity: 0; }
closed-captions/css.css
body { background: rgb(23,28,31); background: radial-gradient(circle, rgba(23,28,31,1) 0%, rgba(31,41,43,1) 65%, rgba(79,93,94,1) 100%); text-align: center;} #closed-captions p { opacity: 0; transition: .05s; position:absolute; text-align: center; } #closed-captions .on { opacity: 1; } #closed-captions .off { transition: .2s; opacity: 0; } #closed-captions { display: flex; justify-content: center; } /*computervoice*/ .voice1 { font-family: "Brenner Mono Regular"; font-size: 20px; text-align: center; color: rgb(247, 242, 222); } /*officer*/ .voice2 { font-family: "Brenner Slab"; font-size: 20px; text-align: center; color: #97bcbe; } /*man who walks by*/ .voice3 { font-family: "Brenner Sans Condensed RemVwyt"; font-size: 20px; text-align: center; color: rgb(180, 95, 15); } /*fourth voice*/ .voice4 { font-family: "Brenner Sans Condensed LiIdGPL"; font-size: 20px; text-align: center; color: rgb(100, 185, 29); } /* Within cells interliked 3 times */ #closed-captions p:nth-of-type(42) { top: 60%; } #closed-captions p:nth-of-type(43) { top: 61%; } #closed-captions p:nth-of-type(44) { top: 62%; } /*grid*/ #audiocaption { display: grid; grid-template-columns: repeat(auto-fit, minmax(19em, 1fr)); justify-items: center; grid-area: center; align-items: center; grid-template-columns: 33% 33% 33%; grid-template-rows: 100% 50% 50%; color: rgb(226, 223, 28); font-family: "Brenner Sans Bold"; } #mysterious { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #alarm1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #siren1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #beep1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #peopletalking { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #insistentnoise1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #insistentnoise2 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #insistentnoise3 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #silence1 { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; } #secondscene { display: grid; grid-column: 1 / -1; grid-row: 3 / 3; opacity: 0; outline-style: solid; outline-color: #4f5d5e; outline-offset: 5px; } /* ********************************************** The first paragraph, with extended timing for all siblings. Basically what it does is that it shows the text after a delay, which corresponds with the time that the word is spoken. You probably want to change the styling. ********************************************** */ .p0 span { opacity: 1; font-family: "Brenner Mono Regular"; } /* ********************************************** Sounds. You can style the whole body, or you can style anything within the body the moment a sound starts. ********************************************* */ /* The moment the class .sound1 is added to the body, the background is blue */ .sound0 #mysterious { opacity: 1; } .sound1 #mysterious { opacity: 0; } .sound1 #alarm1 { opacity: 1; } .sound1 iframe { box-shadow: 0 0 15px 15px rgb(200, 10, 1); transition-duration: 1s; } .sound2 iframe { box-shadow: none; } .sound2 #alarm1 {opacity: 0; } .sound3 #siren1 {opacity: 1; } /* .sound3 iframe { border: 1px solid; box-shadow: 5px 5px 8px #e27108, 10px 10px 8px #fca555, 15px 15px 8px #ffc38b; transition-duration: 3s; } */ .sound3 iframe{ box-shadow: 40px 0 30px -4px #e27108, -40px 0 30px -4px #e27108; -moz-box-shadow: 40px 0 30px -4px #e27108, -40px 0 30px -4px #e27108; -webkit-box-shadow: 40px 0 30px -4px #e27108, -40px 0 30px -4px #e27108; -o-box-shadow: 40px 0 30px -4px #e27108, -40px 0 30px -4px #e27108; transition-duration: 3s; } .sound4 iframe { box-shadow: none; } .sound4 #siren1 { opacity: 0; } .sound5 #beep1 { opacity: 1; } .sound5 iframe { box-shadow:0 0 30px 30px rgb(209, 209, 209); transition-duration: 1s; } .sound6 iframe { box-shadow: none; } .sound6 #beep1 { opacity: 0; } .sound7 #peopletalking { opacity: 1; } .sound8 #peopletalking { opacity: 0; } .sound8 #beep1 { opacity: 1; } .sound8 iframe { box-shadow:0 0 30px 30px rgb(209, 209, 209); transition-duration: 1s; } .sound9 iframe { box-shadow: none; } .sound9 #beep1 { opacity: 0; } .sound9 #peopletalking { opacity: 1; } .sound10 #peopletalking { opacity: 0; } .sound10 #beep1 { opacity: 1; } .sound10 iframe { box-shadow:0 0 30px 30px rgb(209, 209, 209); transition-duration: 1s; } .sound11 iframe { box-shadow: none; } .sound11 #beep1 { opacity: 0; } .sound11 { background: rgb(78,84,74); background: radial-gradient(circle, rgba(78,84,74,1) 0%, rgba(141,145,138,1) 70%, rgba(182,187,178,1) 100%); transition-duration: 3s; } .sound11 iframe{ box-shadow: 40px 0 30px -4px #a5b19a, -40px 0 30px -4px #a5b19a; -moz-box-shadow: 40px 0 30px -4px #a5b19a, -40px 0 30px -4px #a5b19a; -webkit-box-shadow: 40px 0 30px -4px #a5b19a, -40px 0 30px -4px #a5b19a; -o-box-shadow: 40px 0 30px -4px #a5b19a, -40px 0 30px -4px #a5b19a; transition-duration: 10s; } .sound11 #insistentnoise1 { opacity: 1; } .sound12 #insistentnoise1 { opacity: 0; } .sound12 iframe { box-shadow: none; } .sound12 iframe { box-shadow: 80px 0 60px -4px #a5b19a, -80px 0 60px -4px #a5b19a; -moz-box-shadow: 80px 60px -4px #a5b19a, -80px 0 60px -4px #a5b19a; -webkit-box-shadow: 80px 0 60px -4px #a5b19a, -80px 0 60px -4px #a5b19a; -o-box-shadow: 80px 0 60px -4px #a5b19a, -80px 0 60px -4px #a5b19a; /* transition-duration: 10s; */ } .sound12 #insistentnoise2 { opacity: 1; } .sound13 #insistentnoise2 { opacity: 0; } .sound13 #insistentnoise3 { opacity: 1; } .sound14 #insistentnoise3 { opacity: 0; } .sound14 #silence1 { opacity: 1; } .sound14 iframe { box-shadow: none; } .sound14 { background: rgb(24,29,21); background: radial-gradient(circle, rgba(24,29,21,1) 0%, rgba(141,145,138,1) 84%, rgba(182,187,178,1) 100%);} .sound15 #silence1 { opacity: 0; } .sound15 #secondscene { opacity: 1; } .sound16 #secondscene { opacity: 0; }
0.390592
0.135947
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); body{ text-align: center; align-items: center; } .pipipopo{ animation: 16s bg infinite; } @keyframes bg { 0% { background-color: #0080ff; } 20% { background-color: #f4ca41; } 40% { background-color: #42f4b0; } 60% { background-color: #ee41f4; } 100% { background-color: #0080ff; } } .pipipopo h1{ font-family: 'Permanent Marker', cursive; } /*-----------------------clock-------------------------*/ .button{ margin-left: 2%; font-size: 60px; width: 200px; height: 200px; border-radius: 10px; background-color: rgb(42, 111, 238); border: 5px solid black; } .buttona{ margin-left: 2%; font-size: 60px; width: 200px; height: 200px; border-radius: 10px; background-color: rgb(240, 92, 166); border: 5px solid black; } .button:hover{ color: white; background-color: black; transition: 1s; transform: translate(0px, -9px) scale(1.1) } .button h1{ background-color:rgba(254, 254, 255, 0.4); } .buttona h1{ background-color:rgba(252, 252, 253, 0.4); } .buttona:hover{ color: white; background-color: black; transition: 1s; transform: scale(1.1) } /* ----------------------calc--------------------- */ .inp1{ text-align: center; font-size: 25px; width: 150px; height: 50px; border: 5px solid black; border-top-left-radius: 10px; border-bottom-right-radius: 10px; } .inp1:hover{ background-color: hotpink; } .addb{ background-color: black; color: white; width: 75px; height: 50px; border-radius: 20%; } .addb:hover{ background-color: red; transition: 0.8s; transform: scale(1.1); } .addc{ text-align: center; font-size: 30px; width: 200px; height: 50px; } .addc:hover{ background-color:hotpink; transform: 0.9s; } .addd{ width: 150px; height: 50px; font-size: larger; border: 5px solid black; } .addd:hover{ background-color: green; transition: 0.8s; transform: scale(1.1); } .adddd{ width: 150px; height: 50px; background-color: black; color: white; } .adddd:hover{ background-color: red; transition: 0.8s; transform: scale(1.1); } /* -------------------------counter------------------------- */ .but1{ background-color: black; color: white; font-size: 50px; width: 240px; height: 100px; border-radius: 10px; } .but2{ background-color: black; color: white; width:80px; height: 60px; font-size: 15px; border-radius: 10px; } .but2:hover{ background-color: rgb(236, 47, 119); transition: 0.8s; transform: scale(1.1); } /*------------------R*P*C------------------------*/ .weaponBtn1{ margin :10px; width: 10%; height: 50px; background-color: black; color: rgb(250, 250, 250); flex-wrap: wrap; } .weaponBtn1:hover{ background-color: rgb(250, 9, 49); transform: scale(1.05); transition: 0.6s; } .butt{ margin-left: 46%; font-size: larger; font-weight: bolder; color: rgb(252, 32, 32); width: 8%; height: 60px; text-transform: uppercase; } .weaponBtn{ width: 7%; height: 40px; margin: 10px; background-color: rgb(5, 5, 5); color: white; } .weaponBtn:hover{ animation: swing .5s ease-out; background-color: rgb(250, 9, 49); transform: scale(1.05); transition: 0.6s; } @keyframes swing{ 0%{ transform: rotate(0deg); } 20%{ transform: rotate(20deg); } 40%{ transform: rotate(-20deg); } 60%{ transform: rotate(0deg); } 80%{ transform: rotate(20deg); } 100%{ transform: rotate(0deg); } } /*------------------todo------------------------*/ .isItemCompleted-done { text-decoration: line-through; } .item{ box-shadow: 2px 2px 2px 2px #ccc; border: 2px #eee; margin: 10px; padding: 7px; text-align: left } /*-----------------------------------------------------------*/ .chat{ margin-top: 3rem; background-image: url(./rainbitch.jpg); background-size: cover; background-repeat: no-repeat; } .containeeer{ justify-content: center; align-items: center; text-align: center; } form{ margin-top: 3rem; margin-left: 5%; justify-content:space-between; } form input[name="city"], form input[name="country"]{ background-color: transparent; color: white; border:0; border-bottom: 2px solid whitesmoke; margin-right: 2%; } form input:focus{ background-color: transparent !important; box-shadow: none !important; } /*-----------------------------------------------------------*/ @media screen and (max-width: 700px){ h1{ font-size: 10px; } .button{ width: 70px; height: 70px; font-size: 15px; } .button h1{ font-size: 10px; } .buttona{ width: 70px; height: 70px; font-size: 15px; } .buttona h1{ font-size: 10px; } .weaponBtn1{ width: 100px; font-size: smaller; } .weaponBtn{ width: 70px; } }
src/projects.css
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); body{ text-align: center; align-items: center; } .pipipopo{ animation: 16s bg infinite; } @keyframes bg { 0% { background-color: #0080ff; } 20% { background-color: #f4ca41; } 40% { background-color: #42f4b0; } 60% { background-color: #ee41f4; } 100% { background-color: #0080ff; } } .pipipopo h1{ font-family: 'Permanent Marker', cursive; } /*-----------------------clock-------------------------*/ .button{ margin-left: 2%; font-size: 60px; width: 200px; height: 200px; border-radius: 10px; background-color: rgb(42, 111, 238); border: 5px solid black; } .buttona{ margin-left: 2%; font-size: 60px; width: 200px; height: 200px; border-radius: 10px; background-color: rgb(240, 92, 166); border: 5px solid black; } .button:hover{ color: white; background-color: black; transition: 1s; transform: translate(0px, -9px) scale(1.1) } .button h1{ background-color:rgba(254, 254, 255, 0.4); } .buttona h1{ background-color:rgba(252, 252, 253, 0.4); } .buttona:hover{ color: white; background-color: black; transition: 1s; transform: scale(1.1) } /* ----------------------calc--------------------- */ .inp1{ text-align: center; font-size: 25px; width: 150px; height: 50px; border: 5px solid black; border-top-left-radius: 10px; border-bottom-right-radius: 10px; } .inp1:hover{ background-color: hotpink; } .addb{ background-color: black; color: white; width: 75px; height: 50px; border-radius: 20%; } .addb:hover{ background-color: red; transition: 0.8s; transform: scale(1.1); } .addc{ text-align: center; font-size: 30px; width: 200px; height: 50px; } .addc:hover{ background-color:hotpink; transform: 0.9s; } .addd{ width: 150px; height: 50px; font-size: larger; border: 5px solid black; } .addd:hover{ background-color: green; transition: 0.8s; transform: scale(1.1); } .adddd{ width: 150px; height: 50px; background-color: black; color: white; } .adddd:hover{ background-color: red; transition: 0.8s; transform: scale(1.1); } /* -------------------------counter------------------------- */ .but1{ background-color: black; color: white; font-size: 50px; width: 240px; height: 100px; border-radius: 10px; } .but2{ background-color: black; color: white; width:80px; height: 60px; font-size: 15px; border-radius: 10px; } .but2:hover{ background-color: rgb(236, 47, 119); transition: 0.8s; transform: scale(1.1); } /*------------------R*P*C------------------------*/ .weaponBtn1{ margin :10px; width: 10%; height: 50px; background-color: black; color: rgb(250, 250, 250); flex-wrap: wrap; } .weaponBtn1:hover{ background-color: rgb(250, 9, 49); transform: scale(1.05); transition: 0.6s; } .butt{ margin-left: 46%; font-size: larger; font-weight: bolder; color: rgb(252, 32, 32); width: 8%; height: 60px; text-transform: uppercase; } .weaponBtn{ width: 7%; height: 40px; margin: 10px; background-color: rgb(5, 5, 5); color: white; } .weaponBtn:hover{ animation: swing .5s ease-out; background-color: rgb(250, 9, 49); transform: scale(1.05); transition: 0.6s; } @keyframes swing{ 0%{ transform: rotate(0deg); } 20%{ transform: rotate(20deg); } 40%{ transform: rotate(-20deg); } 60%{ transform: rotate(0deg); } 80%{ transform: rotate(20deg); } 100%{ transform: rotate(0deg); } } /*------------------todo------------------------*/ .isItemCompleted-done { text-decoration: line-through; } .item{ box-shadow: 2px 2px 2px 2px #ccc; border: 2px #eee; margin: 10px; padding: 7px; text-align: left } /*-----------------------------------------------------------*/ .chat{ margin-top: 3rem; background-image: url(./rainbitch.jpg); background-size: cover; background-repeat: no-repeat; } .containeeer{ justify-content: center; align-items: center; text-align: center; } form{ margin-top: 3rem; margin-left: 5%; justify-content:space-between; } form input[name="city"], form input[name="country"]{ background-color: transparent; color: white; border:0; border-bottom: 2px solid whitesmoke; margin-right: 2%; } form input:focus{ background-color: transparent !important; box-shadow: none !important; } /*-----------------------------------------------------------*/ @media screen and (max-width: 700px){ h1{ font-size: 10px; } .button{ width: 70px; height: 70px; font-size: 15px; } .button h1{ font-size: 10px; } .buttona{ width: 70px; height: 70px; font-size: 15px; } .buttona h1{ font-size: 10px; } .weaponBtn1{ width: 100px; font-size: smaller; } .weaponBtn{ width: 70px; } }
0.474631
0.122471
/* dark default buttons */ .btn.btn-default { color : var(--color-foreground, #333); background-color: var(--color-background, #FFF); border-color : var(--color-gray); } .btn.btn-default.active { color : var(--color-foreground, #333); background-color: var(--color-gray-light); border-color : var(--color-gray); } .btn.btn-default:hover { color : #333; background-color: var(--color-gray); border-color : var(--color-gray); } /* dark input group addon */ .input-group-addon { color : var(--color-foreground, #555); background-color: var(--color-background, #EEE); border-color : var(--color-gray); } /* give error text theme color */ .text-danger { color: var(--color-foreground-accent); } /* display labels inline with proper wrapping */ .label { /* https://github.com/twbs/bootstrap/issues/13219 */ display: inline-block; } /* condense the table more! */ .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 1px 4px; } /* make stripes darker */ .table-striped > tbody > tr:nth-of-type(odd) { background-color: var(--color-gray-lighter); } /* make active table items darker */ .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: var(--color-gray-lighter); } /* give navs theme color */ .nav > li > a:hover, .nav > li > a:focus { color : var(--color-black); background-color: var(--color-gray-light); } .nav-pills > li > a { color: var(--color-foreground, #333); } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color : var(--color-foreground, #FFF); background-color: var(--color-primary); } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color : var(--color-foreground); background-color : var(--color-background); border-bottom-color : var(--color-background, #fff); } /* give pagination theme color */ .pagination > li > a { color : var(--color-foreground); background-color: var(--color-background); border : 1px solid var(--color-gray-light); } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color : var(--color-gray-light); background-color: var(--color-background); border-color : var(--color-gray-light); } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index : 3; cursor : default; color : var(--color-foreground); background-color: var(--color-primary-lightest); border-color : var(--color-gray-light); } /* display dropdown results in scrolling div */ input.field-typeahead + ul[uib-typeahead-popup] { max-height: 300px; overflow-y: auto; overflow-x: hidden; } /* give dropdowns theme color */ .dropdown-menu { background-color: var(--color-background, #FFF); border-color : var(--color-gray-light); } .dropdown-menu > li > a { color: var(--color-foreground); } ul.dropdown-menu li:hover, ul.dropdown-menu div li:hover, ul.dropdown-menu > li > div:hover, ul.dropdown-menu > li > div:focus { background-color: var(--color-gray-light); } ul.dropdown-menu li.active a, ul.dropdown-menu > li.active > a, ul.dropdown-menu div li.active, ul.dropdown-menu > .active > div, ul.dropdown-menu > .active > div:hover, ul.dropdown-menu > .active > div:focus { background-color: var(--color-primary); } ul.dropdown-menu li.active a, ul.dropdown-menu > li.active > a, ul.dropdown-menu div li.active a, ul.dropdown-menu > .active > div a, ul.dropdown-menu > .active > div:focus a { color: #FFF !important; } /* give panels theme color */ .panel { background-color: var(--color-background, #FFF); border-color : var(--color-gray-light); } .panel .panel-heading { color: var(--color-foreground, #333); } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top-color: var(--color-gray-light); } /* give wells theme color */ .well { background-color: var(--color-gray-lighter); border-color : var(--color-gray-light); } /* give pres theme color */ pre { background-color: var(--color-gray-lighter); border-color : var(--color-gray-light); }
viewer/app/overrides.css
/* dark default buttons */ .btn.btn-default { color : var(--color-foreground, #333); background-color: var(--color-background, #FFF); border-color : var(--color-gray); } .btn.btn-default.active { color : var(--color-foreground, #333); background-color: var(--color-gray-light); border-color : var(--color-gray); } .btn.btn-default:hover { color : #333; background-color: var(--color-gray); border-color : var(--color-gray); } /* dark input group addon */ .input-group-addon { color : var(--color-foreground, #555); background-color: var(--color-background, #EEE); border-color : var(--color-gray); } /* give error text theme color */ .text-danger { color: var(--color-foreground-accent); } /* display labels inline with proper wrapping */ .label { /* https://github.com/twbs/bootstrap/issues/13219 */ display: inline-block; } /* condense the table more! */ .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 1px 4px; } /* make stripes darker */ .table-striped > tbody > tr:nth-of-type(odd) { background-color: var(--color-gray-lighter); } /* make active table items darker */ .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: var(--color-gray-lighter); } /* give navs theme color */ .nav > li > a:hover, .nav > li > a:focus { color : var(--color-black); background-color: var(--color-gray-light); } .nav-pills > li > a { color: var(--color-foreground, #333); } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color : var(--color-foreground, #FFF); background-color: var(--color-primary); } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color : var(--color-foreground); background-color : var(--color-background); border-bottom-color : var(--color-background, #fff); } /* give pagination theme color */ .pagination > li > a { color : var(--color-foreground); background-color: var(--color-background); border : 1px solid var(--color-gray-light); } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color : var(--color-gray-light); background-color: var(--color-background); border-color : var(--color-gray-light); } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index : 3; cursor : default; color : var(--color-foreground); background-color: var(--color-primary-lightest); border-color : var(--color-gray-light); } /* display dropdown results in scrolling div */ input.field-typeahead + ul[uib-typeahead-popup] { max-height: 300px; overflow-y: auto; overflow-x: hidden; } /* give dropdowns theme color */ .dropdown-menu { background-color: var(--color-background, #FFF); border-color : var(--color-gray-light); } .dropdown-menu > li > a { color: var(--color-foreground); } ul.dropdown-menu li:hover, ul.dropdown-menu div li:hover, ul.dropdown-menu > li > div:hover, ul.dropdown-menu > li > div:focus { background-color: var(--color-gray-light); } ul.dropdown-menu li.active a, ul.dropdown-menu > li.active > a, ul.dropdown-menu div li.active, ul.dropdown-menu > .active > div, ul.dropdown-menu > .active > div:hover, ul.dropdown-menu > .active > div:focus { background-color: var(--color-primary); } ul.dropdown-menu li.active a, ul.dropdown-menu > li.active > a, ul.dropdown-menu div li.active a, ul.dropdown-menu > .active > div a, ul.dropdown-menu > .active > div:focus a { color: #FFF !important; } /* give panels theme color */ .panel { background-color: var(--color-background, #FFF); border-color : var(--color-gray-light); } .panel .panel-heading { color: var(--color-foreground, #333); } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top-color: var(--color-gray-light); } /* give wells theme color */ .well { background-color: var(--color-gray-lighter); border-color : var(--color-gray-light); } /* give pres theme color */ pre { background-color: var(--color-gray-lighter); border-color : var(--color-gray-light); }
0.507812
0.100834
div#notebook, div.CodeMirror, div.output_area pre, div.output_wrapper, div.prompt { font-family: 'Custom Font Name', monospace !important; } */ #notebook img, #ipython_notebook img{ display:block; background: url(/static/custom/logo.png) no-repeat; -moz-box-sizing: border-box; box-sizing: border-box; } .notebook_app { background-color: #222; } /* GLOBALS */ body {background-color: #222;color: #FFF} a {color: #FF8282;} /* INTRO PAGE */ .toolbar_info, .list_container { color: #e5ebf1; } #running .panel-group .panel .panel-heading, .panel-heading, .list_header { background-color: #0E3A42; } #header { background-color: #0E3A42; border-bottom: 1px solid maroon; padding: 10px 0; } #header .header-bar { width: 100%; height: 1px; background: transparent; margin-bottom: -1px; } .panel { background-color: transparent; } #notebook-container { background-color: #EEE; } #checkpoint_status, #autosave_status, .checkpoint_status, .autosave_status { color: #AAA; font-size: 100% ! important; } #kernel_logo_widget { display: none; } /* NOTEBOOK */ /* comment out this line to bring the toolbar back */ /*div#maintoolbar, div#header {display: none !important;}*/ div#notebook {border-top: none;} div.input_prompt {color: #bf5656;} div.output_prompt {color: #bf568b;} div.input_area { border-radius: 0px; border: 1px solid #405c79; } div.output_area pre {font-weight: normal; color: #3F474F;} div.output_subarea {font-weight: normal; color: #3F474F;} .rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td { border: 1px #3F474F solid; color: #3F474F; } div.output_html { font-family: sans-serif; } table.dataframe tr {border: 1px #3F474F;} div.cell.selected {border-radius: 0px;} div.cell.edit_mode {border-radius: 0px; border: thin solid #bf568b;} div.text_cell_render, div.output_html {color: #3F474F;} span.ansiblack {color: #223b54;} span.ansiblue {color: #568bbf;} span.ansigray {color: #aabcce;} span.ansigreen {color: #56bf8b;} span.ansipurple {color: #bf568b;} span.ansired {color: #bf8b56;} span.ansiyellow {color: #8bbf56;} div.output_stderr {background-color: #bf8b56;} div.output_stderr pre {color: #e5ebf1;} .cm-s-ipython.CodeMirror {background: #0b1c2c; color: #e5ebf1;} .cm-s-ipython div.CodeMirror-selected {background: #223b54 !important;} .cm-s-ipython .CodeMirror-gutters {background: #0b1c2c; border-right: 0px;} .cm-s-ipython .CodeMirror-linenumber {color: #627e99;} .cm-s-ipython .CodeMirror-cursor {border-left: 1px solid #aabcce !important;} .cm-s-ipython span.cm-comment {color: #bf5656;} .cm-s-ipython span.cm-atom {color: #bf568b;} .cm-s-ipython span.cm-number {color: #bf568b;} .cm-s-ipython span.cm-property, .cm-s-ipython span.cm-attribute {color: #56bf8b;} .cm-s-ipython span.cm-keyword {color: #bf8b56;} .cm-s-ipython span.cm-string {color: #8bbf56;} .cm-s-ipython span.cm-operator {color: #bf5656;} .cm-s-ipython span.cm-builtin {color: #bf568b;} .cm-s-ipython span.cm-variable {color: #56bf8b;} .cm-s-ipython span.cm-variable-2 {color: #8b56bf;} .cm-s-ipython span.cm-def {color: #bfbf56;} .cm-s-ipython span.cm-error {background: #bf8b56; color: #aabcce;} .cm-s-ipython span.cm-bracket {color: #3F474F;} .cm-s-ipython span.cm-tag {color: #bf8b56;} .cm-s-ipython span.cm-link {color: #bf568b;} .cm-s-ipython .CodeMirror-matchingbracket { text-decoration: underline; color: #e5ebf1 !important;} .modal-content { background: #0E3A42; }
runtime/ipython/profile_default/static/custom/custom.css
div#notebook, div.CodeMirror, div.output_area pre, div.output_wrapper, div.prompt { font-family: 'Custom Font Name', monospace !important; } */ #notebook img, #ipython_notebook img{ display:block; background: url(/static/custom/logo.png) no-repeat; -moz-box-sizing: border-box; box-sizing: border-box; } .notebook_app { background-color: #222; } /* GLOBALS */ body {background-color: #222;color: #FFF} a {color: #FF8282;} /* INTRO PAGE */ .toolbar_info, .list_container { color: #e5ebf1; } #running .panel-group .panel .panel-heading, .panel-heading, .list_header { background-color: #0E3A42; } #header { background-color: #0E3A42; border-bottom: 1px solid maroon; padding: 10px 0; } #header .header-bar { width: 100%; height: 1px; background: transparent; margin-bottom: -1px; } .panel { background-color: transparent; } #notebook-container { background-color: #EEE; } #checkpoint_status, #autosave_status, .checkpoint_status, .autosave_status { color: #AAA; font-size: 100% ! important; } #kernel_logo_widget { display: none; } /* NOTEBOOK */ /* comment out this line to bring the toolbar back */ /*div#maintoolbar, div#header {display: none !important;}*/ div#notebook {border-top: none;} div.input_prompt {color: #bf5656;} div.output_prompt {color: #bf568b;} div.input_area { border-radius: 0px; border: 1px solid #405c79; } div.output_area pre {font-weight: normal; color: #3F474F;} div.output_subarea {font-weight: normal; color: #3F474F;} .rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td { border: 1px #3F474F solid; color: #3F474F; } div.output_html { font-family: sans-serif; } table.dataframe tr {border: 1px #3F474F;} div.cell.selected {border-radius: 0px;} div.cell.edit_mode {border-radius: 0px; border: thin solid #bf568b;} div.text_cell_render, div.output_html {color: #3F474F;} span.ansiblack {color: #223b54;} span.ansiblue {color: #568bbf;} span.ansigray {color: #aabcce;} span.ansigreen {color: #56bf8b;} span.ansipurple {color: #bf568b;} span.ansired {color: #bf8b56;} span.ansiyellow {color: #8bbf56;} div.output_stderr {background-color: #bf8b56;} div.output_stderr pre {color: #e5ebf1;} .cm-s-ipython.CodeMirror {background: #0b1c2c; color: #e5ebf1;} .cm-s-ipython div.CodeMirror-selected {background: #223b54 !important;} .cm-s-ipython .CodeMirror-gutters {background: #0b1c2c; border-right: 0px;} .cm-s-ipython .CodeMirror-linenumber {color: #627e99;} .cm-s-ipython .CodeMirror-cursor {border-left: 1px solid #aabcce !important;} .cm-s-ipython span.cm-comment {color: #bf5656;} .cm-s-ipython span.cm-atom {color: #bf568b;} .cm-s-ipython span.cm-number {color: #bf568b;} .cm-s-ipython span.cm-property, .cm-s-ipython span.cm-attribute {color: #56bf8b;} .cm-s-ipython span.cm-keyword {color: #bf8b56;} .cm-s-ipython span.cm-string {color: #8bbf56;} .cm-s-ipython span.cm-operator {color: #bf5656;} .cm-s-ipython span.cm-builtin {color: #bf568b;} .cm-s-ipython span.cm-variable {color: #56bf8b;} .cm-s-ipython span.cm-variable-2 {color: #8b56bf;} .cm-s-ipython span.cm-def {color: #bfbf56;} .cm-s-ipython span.cm-error {background: #bf8b56; color: #aabcce;} .cm-s-ipython span.cm-bracket {color: #3F474F;} .cm-s-ipython span.cm-tag {color: #bf8b56;} .cm-s-ipython span.cm-link {color: #bf568b;} .cm-s-ipython .CodeMirror-matchingbracket { text-decoration: underline; color: #e5ebf1 !important;} .modal-content { background: #0E3A42; }
0.223631
0.08819
*{ margin: 0; padding: 0; box-sizing: border-box; color: white; } html { background-color: #fff; font-family: 'Lato', 'Arial', sans-serif; font-weight: 300px; font-size: 20px; text-rendering: optimizeLegibility; overflow:auto } .online-lessons { background-color: #fff; font-family: 'Lato', 'Arial', sans-serif; font-weight: 300px; font-size: 20px; text-rendering: optimizeLegibility; overflow: auto; min-height: 100vh; margin-right: hidden; } /*---------------------Reusable Code----------------------*/ /*-----------------Blue Color #2980b9 --------------------------*/ .row { max-width: 1140px; margin: 0 auto; } section{ padding: 80px 0; } h1, h2, h3{ font-weight: 300; text-transform: uppercase; letter-spacing: 1px; } h1{ margin: 0; margin-bottom: 20px; color: #fff; font-size: 200%; word-spacing: 3px; } h2{ font-size: 180%; word-spacing: 2px; text-align: center; margin-bottom: 30px; } h3{ font-size: 110%; margin-bottom: 15px; } h3:after{ display: block; height: 2px; background-color: #2980b9; content: " "; width: 100px; margin: 0 auto; margin-top: 30px; } h2:after { display: block; height: 2px; background-color: #2980b9; content: " "; width: 100px; margin: 0 auto; margin-top: 30px; } /*----------Paragraphs-------------*/ .long-copy{ line-height: 145%; width: 70%; margin-left: 15%; } .box p{ font-size: 90%; line-height: 140%; } /*----------Paragraphs-------------*/ .butt:link, .butt:visited{ display: inline-block; padding: 10px 30px; font-weight: 200; text-decoration: none; border-radius: 200px; color: #fff; transition: background-color 0.5s,border 0.2s, color 0.2s; } /*----------Icon-------------*/ .icon-big{ font-size: 350%; display: block; color: #2980b9; margin-bottom: 10px; } /*----------Buttons-------------*/ .butt-full:link, .butt-full:visited{ background-color: #2980b9; border: 1px; } .butt-ghost:link, .butt-ghost:link{ background-color: #2980b9; border: 1px; transition: background-color 0.2s, border 0.2s, color 0.2s; } .butt:hover, .butt:active{ background: #2955b9 } /*------------------------Header------------------*/ header{ background-image: linear-gradient(#000000,rgba(0, 0, 0, 0)), url(img/e065f812-dfb6-4995-9541-1a5d3912f297.jpg),linear-gradient(#c40808,#000) ; height: 100vh; background-size: cover; background-position: center; } .online-lessons{ background-image: linear-gradient(#000,#2980b9), url(img/e065f812-dfb6-4995-9541-1a5d3912f297.jpg),linear-gradient(#c40808,#000) ; height: 100vh; background-size: cover; background-position: center; } .slogan-text { position: absolute; width: 1250px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: white; } .logo { height: 90px; width: auto; float: left; margin-top: 20px; } .main-nav { float: right; list-style: none; margin-top: 55px; } .main-nav li{ display: inline; margin-left: 40px; } .main-nav li a:link, .main-nav li a:visited{ padding: 8px 0; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 90%; border-bottom: 2px solid transparent; transition: border-bottom 0.2s; } .main-nav li a:hover, .main-nav li a:active{ border-bottom: 2px solid #2980b9; } /*--------------------Courses------------------*/ .course-showlist { list-style: none; width: 100%; } .course-showlist li{ display: block; float: left; width: 25%; } .language-photo{ width: 100%; margin: 20%; overflow: hidden; } .language-photo img{ opacity: 0.7; width: 100; height: auto; transform: scale(1); transition: transform 0.5s, opacity 0.5s; } .language-photo img:hover { transform: scale(.85); opacity: 1; } button { display: inline-block; height: 134px; padding: 0; margin: 0; vertical-align: top; width: 104px; float: left; background-color: transparent; outline: none; border: none; } #close-image img { display: block; height: 100%; width: 100%; } a:visited{ text-decoration: none ; } card-resource { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.5s; width: 75%; border-radius: 5px; background-color: rgba(4, 6, 34, 0.78); text-align: center; float: left; margin: 15px; text-decoration: none; } .card:active{ text-decoration: none; } .card:visited{ text-decoration: none; border-bottom: transparent; } .card:hover { box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.38); } img { border-radius: 3px 3px 0 0; } .container { padding: 2px 16px; text-decoration: none; } row {margin: 0 -5px;} /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /*--------------------About Us Section------------------*/ .card-members { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); max-width: 300px; margin: auto; text-align: center; font-family: arial; background-color: rgba(18, 18, 59, 0.86); float: left; margin: 40px; } .card-members-small { align-self: center; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); max-width: 250px; margin: auto; text-align: center; font-family: arial; background-color: rgba(18, 18, 59, 0.86); float: left; margin-left: 15px; margin-right: 15px; } .title { color: grey; font-size: 18px; } button-members { border: none; outline: 0; display: inline-block; padding: 8px; color: white; background-color: rgba(0, 0, 0, 0.42); text-align: center; cursor: pointer; width: 100%; font-size: 18px; } a { text-decoration: none; font-size: 22px; } button-members:hover, a:hover { } .kickstart-photo { position: relative; width: 50%; } .kickstart-photo-member { position: relative; width: 50%; } .image { display: block; width: 300px; height: auto; } .image-members { display: block; width: 250px; height: auto; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 300px; opacity: 0; transition: .5s ease; background-color: rgba(18, 18, 59, 0.86) } .overlay-members { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 250px; opacity: 0; transition: .5s ease; background-color: rgba(18, 18, 59, 0.86) } .kickstart-photo:hover .overlay { opacity: 1; } .kickstart-photo-member:hover .overlay-members { opacity: 1; } .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 300px; } .text-members { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 250px; } /* Style the bar for the unit*/ .navbar { width: 100%; background-color: #555; overflow: auto; } /* Navigation links for each unit*/ .navbar a { float: left; padding: 12px; color: white; text-decoration: none; font-size: 17px; width: 16.66667%; /* Six equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */ text-align: center; /* If you want the text to be centered */ } /* Add a background color on mouse-over */ .navbar a:hover { background-color: rgba(0, 0, 0, 0.57); transition: .4s; } /* Style the current/active link */ .active { background-color: #2980b9; } /* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */ @media screen and (max-width: 500px) { .navbar a { float: none; display: block; width: 100%; text-align: left; /* If you want the text to be left-aligned on small screens */ } } #flipgrid { text-transform: lowercase; } .navbar2 { width: 100%; background-color: #555; overflow: auto; } /* Navigation links for each unit*/ .navbar2 a { float: left; padding: 12px; color: white; text-decoration: none; font-size: 17px; width: 20%; /* Six equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */ text-align: center; /* If you want the text to be centered */ } /* Add a background color on mouse-over */ .navbar2 a:hover { background-color: rgba(0, 0, 0, 0.57); transition: .4s; } /* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */ @media screen and (max-width: 500px) { .navbar2 a { float: none; display: block; width: 100%; text-align: left; /* If you want the text to be left-aligned on small screens */ } } .embedsocial-instagram { align-content: center; text-align: center; } /*******************************************GALLLLLLLLEEEEEERRRRRRRYYYYYYYY**********************/ .column-gallery { float: left; width: 100%; padding: 10px; } div.gallery:hover { border: 1px solid #777; } div.gallery img { width: 100%; height: auto; } div.desc { padding: 15px; text-align: center; } * { box-sizing: border-box; } .responsive { padding: 0 6px; float: left; width: 24.99999%; } @media only screen and (max-width: 700px) { .responsive { width: 49.99999%; margin: 6px 0; } } @media only screen and (max-width: 500px) { .responsive { width: 100%; } } .clearfix:after { content: ""; display: table; clear: both; } .card { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.5s; width: 30%; border-radius: 5px; background-color: rgba(4, 6, 34, 0.78); text-align: center; float: left; margin: 15px; text-decoration: none; } .card-resource { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.5s; width: 95.4%; border-radius: 5px; background-color: rgba(4, 6, 34, 0.78); text-align: center; float: left; margin: 15px; text-decoration: none; } .card-resource:hover { box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.38); /*Button for Courses*/ } .button { border-radius: 4px; background-color: #2980b9; border-radius: 8px; border: none; color: #FFFFFF; text-align: center; float: left; font-size: 20px; padding-top: 10px; padding-bottom: 10px; width: 150px; height: 50px; transition: all 0.5s; cursor: pointer; margin: 5px; vertical-align: center; padding-left: 10%x; margin-left: 3% } .button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button span:after { content: '\00ab'; position: absolute; opacity: 0; top: 0; left: 20px; transition: 0.5s; } .button:hover{ box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); } .button:hover span { padding-left: 25px; } .button:hover span:after { opacity: 1; left: 0; } .column2 { float: left; width: 50%; padding: 10px; height: 300px; /* Should be removed. Only for demonstration */ } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; }
resources/css/style.css
*{ margin: 0; padding: 0; box-sizing: border-box; color: white; } html { background-color: #fff; font-family: 'Lato', 'Arial', sans-serif; font-weight: 300px; font-size: 20px; text-rendering: optimizeLegibility; overflow:auto } .online-lessons { background-color: #fff; font-family: 'Lato', 'Arial', sans-serif; font-weight: 300px; font-size: 20px; text-rendering: optimizeLegibility; overflow: auto; min-height: 100vh; margin-right: hidden; } /*---------------------Reusable Code----------------------*/ /*-----------------Blue Color #2980b9 --------------------------*/ .row { max-width: 1140px; margin: 0 auto; } section{ padding: 80px 0; } h1, h2, h3{ font-weight: 300; text-transform: uppercase; letter-spacing: 1px; } h1{ margin: 0; margin-bottom: 20px; color: #fff; font-size: 200%; word-spacing: 3px; } h2{ font-size: 180%; word-spacing: 2px; text-align: center; margin-bottom: 30px; } h3{ font-size: 110%; margin-bottom: 15px; } h3:after{ display: block; height: 2px; background-color: #2980b9; content: " "; width: 100px; margin: 0 auto; margin-top: 30px; } h2:after { display: block; height: 2px; background-color: #2980b9; content: " "; width: 100px; margin: 0 auto; margin-top: 30px; } /*----------Paragraphs-------------*/ .long-copy{ line-height: 145%; width: 70%; margin-left: 15%; } .box p{ font-size: 90%; line-height: 140%; } /*----------Paragraphs-------------*/ .butt:link, .butt:visited{ display: inline-block; padding: 10px 30px; font-weight: 200; text-decoration: none; border-radius: 200px; color: #fff; transition: background-color 0.5s,border 0.2s, color 0.2s; } /*----------Icon-------------*/ .icon-big{ font-size: 350%; display: block; color: #2980b9; margin-bottom: 10px; } /*----------Buttons-------------*/ .butt-full:link, .butt-full:visited{ background-color: #2980b9; border: 1px; } .butt-ghost:link, .butt-ghost:link{ background-color: #2980b9; border: 1px; transition: background-color 0.2s, border 0.2s, color 0.2s; } .butt:hover, .butt:active{ background: #2955b9 } /*------------------------Header------------------*/ header{ background-image: linear-gradient(#000000,rgba(0, 0, 0, 0)), url(img/e065f812-dfb6-4995-9541-1a5d3912f297.jpg),linear-gradient(#c40808,#000) ; height: 100vh; background-size: cover; background-position: center; } .online-lessons{ background-image: linear-gradient(#000,#2980b9), url(img/e065f812-dfb6-4995-9541-1a5d3912f297.jpg),linear-gradient(#c40808,#000) ; height: 100vh; background-size: cover; background-position: center; } .slogan-text { position: absolute; width: 1250px; top: 50%; left: 50%; transform: translate(-50%,-50%); color: white; } .logo { height: 90px; width: auto; float: left; margin-top: 20px; } .main-nav { float: right; list-style: none; margin-top: 55px; } .main-nav li{ display: inline; margin-left: 40px; } .main-nav li a:link, .main-nav li a:visited{ padding: 8px 0; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 90%; border-bottom: 2px solid transparent; transition: border-bottom 0.2s; } .main-nav li a:hover, .main-nav li a:active{ border-bottom: 2px solid #2980b9; } /*--------------------Courses------------------*/ .course-showlist { list-style: none; width: 100%; } .course-showlist li{ display: block; float: left; width: 25%; } .language-photo{ width: 100%; margin: 20%; overflow: hidden; } .language-photo img{ opacity: 0.7; width: 100; height: auto; transform: scale(1); transition: transform 0.5s, opacity 0.5s; } .language-photo img:hover { transform: scale(.85); opacity: 1; } button { display: inline-block; height: 134px; padding: 0; margin: 0; vertical-align: top; width: 104px; float: left; background-color: transparent; outline: none; border: none; } #close-image img { display: block; height: 100%; width: 100%; } a:visited{ text-decoration: none ; } card-resource { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.5s; width: 75%; border-radius: 5px; background-color: rgba(4, 6, 34, 0.78); text-align: center; float: left; margin: 15px; text-decoration: none; } .card:active{ text-decoration: none; } .card:visited{ text-decoration: none; border-bottom: transparent; } .card:hover { box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.38); } img { border-radius: 3px 3px 0 0; } .container { padding: 2px 16px; text-decoration: none; } row {margin: 0 -5px;} /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /*--------------------About Us Section------------------*/ .card-members { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); max-width: 300px; margin: auto; text-align: center; font-family: arial; background-color: rgba(18, 18, 59, 0.86); float: left; margin: 40px; } .card-members-small { align-self: center; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); max-width: 250px; margin: auto; text-align: center; font-family: arial; background-color: rgba(18, 18, 59, 0.86); float: left; margin-left: 15px; margin-right: 15px; } .title { color: grey; font-size: 18px; } button-members { border: none; outline: 0; display: inline-block; padding: 8px; color: white; background-color: rgba(0, 0, 0, 0.42); text-align: center; cursor: pointer; width: 100%; font-size: 18px; } a { text-decoration: none; font-size: 22px; } button-members:hover, a:hover { } .kickstart-photo { position: relative; width: 50%; } .kickstart-photo-member { position: relative; width: 50%; } .image { display: block; width: 300px; height: auto; } .image-members { display: block; width: 250px; height: auto; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 300px; opacity: 0; transition: .5s ease; background-color: rgba(18, 18, 59, 0.86) } .overlay-members { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 250px; opacity: 0; transition: .5s ease; background-color: rgba(18, 18, 59, 0.86) } .kickstart-photo:hover .overlay { opacity: 1; } .kickstart-photo-member:hover .overlay-members { opacity: 1; } .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 300px; } .text-members { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 250px; } /* Style the bar for the unit*/ .navbar { width: 100%; background-color: #555; overflow: auto; } /* Navigation links for each unit*/ .navbar a { float: left; padding: 12px; color: white; text-decoration: none; font-size: 17px; width: 16.66667%; /* Six equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */ text-align: center; /* If you want the text to be centered */ } /* Add a background color on mouse-over */ .navbar a:hover { background-color: rgba(0, 0, 0, 0.57); transition: .4s; } /* Style the current/active link */ .active { background-color: #2980b9; } /* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */ @media screen and (max-width: 500px) { .navbar a { float: none; display: block; width: 100%; text-align: left; /* If you want the text to be left-aligned on small screens */ } } #flipgrid { text-transform: lowercase; } .navbar2 { width: 100%; background-color: #555; overflow: auto; } /* Navigation links for each unit*/ .navbar2 a { float: left; padding: 12px; color: white; text-decoration: none; font-size: 17px; width: 20%; /* Six equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */ text-align: center; /* If you want the text to be centered */ } /* Add a background color on mouse-over */ .navbar2 a:hover { background-color: rgba(0, 0, 0, 0.57); transition: .4s; } /* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */ @media screen and (max-width: 500px) { .navbar2 a { float: none; display: block; width: 100%; text-align: left; /* If you want the text to be left-aligned on small screens */ } } .embedsocial-instagram { align-content: center; text-align: center; } /*******************************************GALLLLLLLLEEEEEERRRRRRRYYYYYYYY**********************/ .column-gallery { float: left; width: 100%; padding: 10px; } div.gallery:hover { border: 1px solid #777; } div.gallery img { width: 100%; height: auto; } div.desc { padding: 15px; text-align: center; } * { box-sizing: border-box; } .responsive { padding: 0 6px; float: left; width: 24.99999%; } @media only screen and (max-width: 700px) { .responsive { width: 49.99999%; margin: 6px 0; } } @media only screen and (max-width: 500px) { .responsive { width: 100%; } } .clearfix:after { content: ""; display: table; clear: both; } .card { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.5s; width: 30%; border-radius: 5px; background-color: rgba(4, 6, 34, 0.78); text-align: center; float: left; margin: 15px; text-decoration: none; } .card-resource { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.5s; width: 95.4%; border-radius: 5px; background-color: rgba(4, 6, 34, 0.78); text-align: center; float: left; margin: 15px; text-decoration: none; } .card-resource:hover { box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.38); /*Button for Courses*/ } .button { border-radius: 4px; background-color: #2980b9; border-radius: 8px; border: none; color: #FFFFFF; text-align: center; float: left; font-size: 20px; padding-top: 10px; padding-bottom: 10px; width: 150px; height: 50px; transition: all 0.5s; cursor: pointer; margin: 5px; vertical-align: center; padding-left: 10%x; margin-left: 3% } .button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button span:after { content: '\00ab'; position: absolute; opacity: 0; top: 0; left: 20px; transition: 0.5s; } .button:hover{ box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); } .button:hover span { padding-left: 25px; } .button:hover span:after { opacity: 1; left: 0; } .column2 { float: left; width: 50%; padding: 10px; height: 300px; /* Should be removed. Only for demonstration */ } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; }
0.393036
0.115112
*{ padding: 0; margin: 0; box-sizing: border-box; } body{ font-family: 'Poppins', sans-serif; } #logInBigSection{ position: relative; /* border: 1px solid; */ } #logInBigSection img{ position: absolute; } #logInBigSection img:nth-of-type(2){ right: 0; } #logInFormContiner{ position: absolute; z-index: 5; /* border: 1px solid; */ width:80%; height: 450px; margin-left: 10%; margin-top: 50px; display: flex; } /* #logInDummyDiv img{ width: 40%; height: 80%; } */ #logInFormContiner div{ /* border: 1px solid; */ height: 100%; width: 50%; } #logInForm{ background-image: url("images/contact-form-bg.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 20px; box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); position: relative; } .form-style{ height: 60%; width:70%; margin-left: 15%; margin-top: 15%; /* border: 1px solid; */ display: flex; flex-direction: column; padding: 5%; position: absolute; } /* #logInForm form:nth-of-type(2){ display: none; } */ #logInForm form:nth-of-type(2) input{ margin-top: 3%; } #logInForm form input{ border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #9bdbf8; outline: none; font-size: 17px; } #logInForm form > *{ height: 25%; margin-bottom: 3%; } #logInForm form button:nth-of-type(1){ width: 35%; height: auto; margin-top: 4%; padding: 10px 35px; font-weight: bold; border: none; background-color:#ff695f ; color: white; border-radius: 20px; cursor: pointer; } #logInForm form button:nth-of-type(1):hover{ background-color: #03a4ed; transition: all 0.5s ease-in-out; } #logInForm form button:nth-of-type(2){ width: fit-content; height: auto; border: none; background-color: white; text-decoration: underline; color: #03a4ed; cursor: pointer; margin-left: 2%; margin-top: 1%; } #logInForm form button:nth-of-type(2):hover{ color: black; transition: all 0.5s ease-in-out; } #logInForm form > a { text-decoration: underline; color: #3333e3; }
public/css/login.css
*{ padding: 0; margin: 0; box-sizing: border-box; } body{ font-family: 'Poppins', sans-serif; } #logInBigSection{ position: relative; /* border: 1px solid; */ } #logInBigSection img{ position: absolute; } #logInBigSection img:nth-of-type(2){ right: 0; } #logInFormContiner{ position: absolute; z-index: 5; /* border: 1px solid; */ width:80%; height: 450px; margin-left: 10%; margin-top: 50px; display: flex; } /* #logInDummyDiv img{ width: 40%; height: 80%; } */ #logInFormContiner div{ /* border: 1px solid; */ height: 100%; width: 50%; } #logInForm{ background-image: url("images/contact-form-bg.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 20px; box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); position: relative; } .form-style{ height: 60%; width:70%; margin-left: 15%; margin-top: 15%; /* border: 1px solid; */ display: flex; flex-direction: column; padding: 5%; position: absolute; } /* #logInForm form:nth-of-type(2){ display: none; } */ #logInForm form:nth-of-type(2) input{ margin-top: 3%; } #logInForm form input{ border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #9bdbf8; outline: none; font-size: 17px; } #logInForm form > *{ height: 25%; margin-bottom: 3%; } #logInForm form button:nth-of-type(1){ width: 35%; height: auto; margin-top: 4%; padding: 10px 35px; font-weight: bold; border: none; background-color:#ff695f ; color: white; border-radius: 20px; cursor: pointer; } #logInForm form button:nth-of-type(1):hover{ background-color: #03a4ed; transition: all 0.5s ease-in-out; } #logInForm form button:nth-of-type(2){ width: fit-content; height: auto; border: none; background-color: white; text-decoration: underline; color: #03a4ed; cursor: pointer; margin-left: 2%; margin-top: 1%; } #logInForm form button:nth-of-type(2):hover{ color: black; transition: all 0.5s ease-in-out; } #logInForm form > a { text-decoration: underline; color: #3333e3; }
0.192198
0.066843
.dropdown-submenu { position:relative; } .dropdown-submenu>.dropdown-menu { top:0; left:100%; margin-top:-6px; margin-left:-1px; -webkit-border-radius:0 6px 6px 6px; -moz-border-radius:0 6px 6px 6px; border-radius:0 6px 6px 6px; } .dropdown-submenu:hover>.dropdown-menu { display:block; } .dropdown-submenu>a:after { display:block; content:" "; float:right; width:0; height:0; border-color:transparent; border-style:solid; border-width:5px 0 5px 5px; border-left-color:#cccccc; margin-top:5px; margin-right:-10px; } .dropdown-submenu:hover>a:after { border-left-color:#ffffff; } .dropdown-submenu.pull-left { float:none; } .dropdown-submenu.pull-left>.dropdown-menu { left:-100%; margin-left:10px; -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px; } board { background-color: #EFBE67; box-shadow: 0 0 15px rgba(60,30,20,0.3); } #goban-div { display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; } #goban { height: 800px; width: 800px; } #content { display: flex; flex-flow: row; /* flex-wrap: wrap; */ justify-content: start; align-items: stretch; } #info { display: flex; flex-flow: column; flex-grow: 1; flex-shrink: 1; } #form { display: flex; flex-flow: column; } #comment { padding: 19px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; } #editor { position: absolute; top: 120px; bottom: 0px; left: 0px; right: 0px; } #doc-bar { line-height: 27px; } div.property { display: flex; align-content: stretch; justify-content: flex-start; } div.comment { flex: 1; } span.sgf-label { width: 6em; } .dropdown-menu { background-color: #fff8; } .dropdown-menu>li>a:hover { padding: 3px 20px 3px 18px; border-left: 2px solid #563d7c; } .ctrlgroup-wrapper { text-align: center; } .ctrlgroup-left { float: left; } .ctrlgroup-right { float: right; } .btn-menu::before { content: '\e158'; } .player-mn { display: inline-block; } .player-mn-value { width: 3em; } .input { flex: 1; } .ng-dirty { border-color: #a94442; } .doc-title { display:inline; padding-right: 12px; } .star { font-size: 22px; color: black; } .icon-star { color: yellow; -webkit-text-stroke: 1px black; } .profile-picture { width: 22px; } #error { position: absolute; bottom: 10px; right: 10px; } body { height: 100%; } .subnav { margin-bottom: 0px; } .subnav .nav > li > a { color: #333; padding-top: 2px; padding-bottom: 2px; } .subnav .nav > li > a:hover { background-color: #F5F5F5; color: #333; } .dropdown-menu span { display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #333333; white-space: nowrap; }
WebContent/css/app.css
.dropdown-submenu { position:relative; } .dropdown-submenu>.dropdown-menu { top:0; left:100%; margin-top:-6px; margin-left:-1px; -webkit-border-radius:0 6px 6px 6px; -moz-border-radius:0 6px 6px 6px; border-radius:0 6px 6px 6px; } .dropdown-submenu:hover>.dropdown-menu { display:block; } .dropdown-submenu>a:after { display:block; content:" "; float:right; width:0; height:0; border-color:transparent; border-style:solid; border-width:5px 0 5px 5px; border-left-color:#cccccc; margin-top:5px; margin-right:-10px; } .dropdown-submenu:hover>a:after { border-left-color:#ffffff; } .dropdown-submenu.pull-left { float:none; } .dropdown-submenu.pull-left>.dropdown-menu { left:-100%; margin-left:10px; -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px; } board { background-color: #EFBE67; box-shadow: 0 0 15px rgba(60,30,20,0.3); } #goban-div { display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; } #goban { height: 800px; width: 800px; } #content { display: flex; flex-flow: row; /* flex-wrap: wrap; */ justify-content: start; align-items: stretch; } #info { display: flex; flex-flow: column; flex-grow: 1; flex-shrink: 1; } #form { display: flex; flex-flow: column; } #comment { padding: 19px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; } #editor { position: absolute; top: 120px; bottom: 0px; left: 0px; right: 0px; } #doc-bar { line-height: 27px; } div.property { display: flex; align-content: stretch; justify-content: flex-start; } div.comment { flex: 1; } span.sgf-label { width: 6em; } .dropdown-menu { background-color: #fff8; } .dropdown-menu>li>a:hover { padding: 3px 20px 3px 18px; border-left: 2px solid #563d7c; } .ctrlgroup-wrapper { text-align: center; } .ctrlgroup-left { float: left; } .ctrlgroup-right { float: right; } .btn-menu::before { content: '\e158'; } .player-mn { display: inline-block; } .player-mn-value { width: 3em; } .input { flex: 1; } .ng-dirty { border-color: #a94442; } .doc-title { display:inline; padding-right: 12px; } .star { font-size: 22px; color: black; } .icon-star { color: yellow; -webkit-text-stroke: 1px black; } .profile-picture { width: 22px; } #error { position: absolute; bottom: 10px; right: 10px; } body { height: 100%; } .subnav { margin-bottom: 0px; } .subnav .nav > li > a { color: #333; padding-top: 2px; padding-bottom: 2px; } .subnav .nav > li > a:hover { background-color: #F5F5F5; color: #333; } .dropdown-menu span { display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #333333; white-space: nowrap; }
0.223631
0.069795
@font-face { font-family: 'lineto'; src: url('lineto-brown-pro-regular.woff2'); } body { font-family: ('lineto') background: #ffffff; } #h1-container { text-align: center; margin-bottom: 50px; margin-top: 50px; } h1 { color: red; font-weight: 800; font-size: 3em; } h2 { color: #ffffff; text-transform: uppercase; } h2 { margin-bottom: 10px; } .box-container { max-width: 100%; text-align: center; margin: 0 auto; } .box-container.details { width: 55%; margin: auto; border-radius: 5px; padding: 1% 15%; background: #f90c00; background: -moz-linear-gradient(-45deg, #f90c00 0%, #e29300 100%); background: -webkit-linear-gradient(-45deg, #f90c00 0%,#e29300 100%); background: linear-gradient(135deg, #f90c00 0%,#e29300 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90c00', endColorstr='#e29300',GradientType=1 ); } .box-container.details .list { padding: 6px; margin-bottom: 4px; font-size: 20px; } .back { font-size: 16px; text-align: center; } .andi-card { width: 38%; height: 200px; border-radius: 5px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f90c00+0,e29300+100 */ background: #f90c00; /* Old browsers */ background: -moz-linear-gradient(-45deg, #f90c00 0%, #e29300 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #f90c00 0%,#e29300 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #f90c00 0%,#e29300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90c00', endColorstr='#e29300',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ display: inline-block; padding: 20px; margin: 10px; text-align: left; } .and-title { color: #ffffff; margin-top: 0; } /* Result page */ .list { background-color: #e5e5e5; } .box-container:nth-child(odd) { background-color: #eeeeee; }
src/public/css/main.css
@font-face { font-family: 'lineto'; src: url('lineto-brown-pro-regular.woff2'); } body { font-family: ('lineto') background: #ffffff; } #h1-container { text-align: center; margin-bottom: 50px; margin-top: 50px; } h1 { color: red; font-weight: 800; font-size: 3em; } h2 { color: #ffffff; text-transform: uppercase; } h2 { margin-bottom: 10px; } .box-container { max-width: 100%; text-align: center; margin: 0 auto; } .box-container.details { width: 55%; margin: auto; border-radius: 5px; padding: 1% 15%; background: #f90c00; background: -moz-linear-gradient(-45deg, #f90c00 0%, #e29300 100%); background: -webkit-linear-gradient(-45deg, #f90c00 0%,#e29300 100%); background: linear-gradient(135deg, #f90c00 0%,#e29300 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90c00', endColorstr='#e29300',GradientType=1 ); } .box-container.details .list { padding: 6px; margin-bottom: 4px; font-size: 20px; } .back { font-size: 16px; text-align: center; } .andi-card { width: 38%; height: 200px; border-radius: 5px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f90c00+0,e29300+100 */ background: #f90c00; /* Old browsers */ background: -moz-linear-gradient(-45deg, #f90c00 0%, #e29300 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #f90c00 0%,#e29300 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #f90c00 0%,#e29300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90c00', endColorstr='#e29300',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ display: inline-block; padding: 20px; margin: 10px; text-align: left; } .and-title { color: #ffffff; margin-top: 0; } /* Result page */ .list { background-color: #e5e5e5; } .box-container:nth-child(odd) { background-color: #eeeeee; }
0.375134
0.116538
@font-face { font-family: "PT Serif"; font-style: italic; font-weight: 400; src: local("PT Serif Italic"), local("PTSerif-Italic"), url("../fonts/pt-serif-v11-latin-italic.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/pt-serif-v11-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-regular - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-500 - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500; src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v14-latin-500.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-600 - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 600; src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v14-latin-600.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-900 - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 900; src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/montserrat-v14-latin-900.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* italianno-regular - latin */ @font-face { font-family: "Italianno"; font-style: normal; font-weight: 400; src: local("Italianno"), local("Italianno-Regular"), url("../fonts/italianno-v9-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/italianno-v9-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } *, *::before, *::after { box-sizing: inherit; margin: 0; padding: 0; } ul, ol { list-style: none; } a { text-decoration: none; } html { box-sizing: border-box; } .container { width: 940px; margin: 0 auto; } .logo { font-family: "italianno", handwriting; font-weight: 600; font-size: 26px; line-height: 50px; color: #fed136; } .menu { display: flex; justify-content: space-between; align-items: center; font-size: 14px; margin-bottom: 128px; margin-top: 50px; } .menu-list { display: flex; } .menu-list-item:not(:last-child) { margin-right: 36px; } .menu-list-item-link { font-family: "montserrat", sans-serif; font-weight: 500; font-size: 14px; line-height: 24px; text-transform: uppercase; color: black; letter-spacing: 0.35px; } .menu-list-item a { transition: all 0.4s linear; } .menu-list-item a:hover { color: #fed136; } /* .services { padding-top: 1px; padding-bottom: 1px; } */ .sections-title { font-family: "Montserrat", sans-serif; font-weight: 900; font-size: 20px; line-height: 24px; text-transform: uppercase; text-align: center; margin-top: 128px; margin-bottom: 28px; } .services-discription { font-family: "Pt serif", italic; font-style: 16px; font-weight: 400; line-height: 24px; color: #777777; text-align: center; margin-bottom: 78px; } .services-list { display: flex; justify-content: space-between; } .services-item { width: 280px; text-align: center; } .services-item::before { display: block; content: ""; width: 75px; height: 75px; border: 2px solid #fed136; border-radius: 50%; margin: 0 auto; margin-bottom: 28px; background-repeat: no-repeat; background-position: center; } .services-item:first-child::before { background-image: url("../img/icon/Icon-Basket.jpg"); } .services-item:nth-child(2)::before { background-image: url("../img/icon/Icon-Laptop.jpg"); } .services-item:last-child::before { background-image: url("../img/icon/Icon-Locked.jpg"); } .services-item-title { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px; line-height: 24px; /* text-transform: uppercase; */ margin-bottom: 14px; } .services-item-discription { /* font-family: 'PT Serif', sans-serif; */ font-weight: 400; font-size: 14px; line-height: 24px; color: #777777; margin-bottom: 124px; } .contact { background-image: url("../img/Map\ Image.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff; padding-top: 34px; padding-bottom: 260px; } .contact-form { width: 940px; /* display: flex; justify-content: space-between; flex-wrap: wrap; align-content: flex-start; */ } .container-contact-us { width: 940px; display: flex; } .contact-form-input, .contact-form-message { font-family: "Montserrat bold", sans-serif; font-size: 14px; font-weight: 900; line-height: 22px; padding-left: 18px; width: 455px; height: 50px; } .contact-form-input::placeholder, .contact-form-message::placeholder { text-transform: uppercase; } .contact-form-input { flex-basis: 455px; margin-bottom: 28px; } /* .contact-form-input { width: 455px; height: 50px; } */ .contact-form-message { flex-basis: 133%; resize: none; width: 455px; height: 208px; margin-bottom: 28px; padding-top: 22px; } .contact-form-btn-wrapper { display: flex; text-align: center; } .contact-form-btn { width: 243px; height: 65px; font-family: "Montserrat bold", sans-serif; font-weight: 900; font-size: 14px; line-height: 22px; background-color: #fed136; color: #ffffff; letter-spacing: 0.6px; text-transform: uppercase; margin-right: 38px; cursor: pointer; border-radius: 5px; position: relative; left: 50%; transform: translate(-50%, 0); } .contact-form-btn { border: none; } /* .contact-form-input { width: 455px; height: 50px; border: 1px solid rgb(85, 85, 85); } */ .contact-form-input:focus, .contact-form-message:focus { outline: none; } .contact-form-input:required:focus:valid, .contact-form-message:required:focus:valid { border: 1px solid green; } .contact-form-input:required:focus:invalid, .contact-form-message:required:focus:invalid { border: 1px solid red; }
html-css/module-07/css/style.css
@font-face { font-family: "PT Serif"; font-style: italic; font-weight: 400; src: local("PT Serif Italic"), local("PTSerif-Italic"), url("../fonts/pt-serif-v11-latin-italic.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/pt-serif-v11-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-regular - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-500 - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500; src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v14-latin-500.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-600 - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 600; src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v14-latin-600.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-900 - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 900; src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/montserrat-v14-latin-900.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* italianno-regular - latin */ @font-face { font-family: "Italianno"; font-style: normal; font-weight: 400; src: local("Italianno"), local("Italianno-Regular"), url("../fonts/italianno-v9-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/italianno-v9-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } *, *::before, *::after { box-sizing: inherit; margin: 0; padding: 0; } ul, ol { list-style: none; } a { text-decoration: none; } html { box-sizing: border-box; } .container { width: 940px; margin: 0 auto; } .logo { font-family: "italianno", handwriting; font-weight: 600; font-size: 26px; line-height: 50px; color: #fed136; } .menu { display: flex; justify-content: space-between; align-items: center; font-size: 14px; margin-bottom: 128px; margin-top: 50px; } .menu-list { display: flex; } .menu-list-item:not(:last-child) { margin-right: 36px; } .menu-list-item-link { font-family: "montserrat", sans-serif; font-weight: 500; font-size: 14px; line-height: 24px; text-transform: uppercase; color: black; letter-spacing: 0.35px; } .menu-list-item a { transition: all 0.4s linear; } .menu-list-item a:hover { color: #fed136; } /* .services { padding-top: 1px; padding-bottom: 1px; } */ .sections-title { font-family: "Montserrat", sans-serif; font-weight: 900; font-size: 20px; line-height: 24px; text-transform: uppercase; text-align: center; margin-top: 128px; margin-bottom: 28px; } .services-discription { font-family: "Pt serif", italic; font-style: 16px; font-weight: 400; line-height: 24px; color: #777777; text-align: center; margin-bottom: 78px; } .services-list { display: flex; justify-content: space-between; } .services-item { width: 280px; text-align: center; } .services-item::before { display: block; content: ""; width: 75px; height: 75px; border: 2px solid #fed136; border-radius: 50%; margin: 0 auto; margin-bottom: 28px; background-repeat: no-repeat; background-position: center; } .services-item:first-child::before { background-image: url("../img/icon/Icon-Basket.jpg"); } .services-item:nth-child(2)::before { background-image: url("../img/icon/Icon-Laptop.jpg"); } .services-item:last-child::before { background-image: url("../img/icon/Icon-Locked.jpg"); } .services-item-title { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px; line-height: 24px; /* text-transform: uppercase; */ margin-bottom: 14px; } .services-item-discription { /* font-family: 'PT Serif', sans-serif; */ font-weight: 400; font-size: 14px; line-height: 24px; color: #777777; margin-bottom: 124px; } .contact { background-image: url("../img/Map\ Image.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff; padding-top: 34px; padding-bottom: 260px; } .contact-form { width: 940px; /* display: flex; justify-content: space-between; flex-wrap: wrap; align-content: flex-start; */ } .container-contact-us { width: 940px; display: flex; } .contact-form-input, .contact-form-message { font-family: "Montserrat bold", sans-serif; font-size: 14px; font-weight: 900; line-height: 22px; padding-left: 18px; width: 455px; height: 50px; } .contact-form-input::placeholder, .contact-form-message::placeholder { text-transform: uppercase; } .contact-form-input { flex-basis: 455px; margin-bottom: 28px; } /* .contact-form-input { width: 455px; height: 50px; } */ .contact-form-message { flex-basis: 133%; resize: none; width: 455px; height: 208px; margin-bottom: 28px; padding-top: 22px; } .contact-form-btn-wrapper { display: flex; text-align: center; } .contact-form-btn { width: 243px; height: 65px; font-family: "Montserrat bold", sans-serif; font-weight: 900; font-size: 14px; line-height: 22px; background-color: #fed136; color: #ffffff; letter-spacing: 0.6px; text-transform: uppercase; margin-right: 38px; cursor: pointer; border-radius: 5px; position: relative; left: 50%; transform: translate(-50%, 0); } .contact-form-btn { border: none; } /* .contact-form-input { width: 455px; height: 50px; border: 1px solid rgb(85, 85, 85); } */ .contact-form-input:focus, .contact-form-message:focus { outline: none; } .contact-form-input:required:focus:valid, .contact-form-message:required:focus:valid { border: 1px solid green; } .contact-form-input:required:focus:invalid, .contact-form-message:required:focus:invalid { border: 1px solid red; }
0.205456
0.04597
div.buttons { height: 18px; } div.buttons div.button { float: left; background-repeat: repeat-x; background-position: 0px 0px; border-right: 1px solid #aaa; } div.buttons div.button.first { border-top-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; } div.buttons div.button.last { border-right: 0px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; } div.buttons div.button span.wrap { display: block; height: 18px; } div.buttons div.button span.text { padding: 0px 4px; color: #555; font-size: 12px; font-weight: bold; line-height: 16px; cursor: default; user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; -webkit-user-select: none; } /*--- Disable Text for all known button types ---*/ div.buttons div.button.bold span.text { display: none; } div.buttons div.button.italic span.text { display: none; } div.buttons div.button.link span.text { display: none; } div.buttons div.button.bulletlist span.text { display: none; } div.buttons div.button.numberlist span.text { display: none; } div.buttons div.button.quote span.text { display: none; } div.buttons div.button.code span.text { display: none; } div.buttons div.button span.wrap { background-image: url(/static/img/buttons.light.png);} /*--- Button Image Offsets (Default) ---*/ div.buttons div.button.bold span.wrap { width: 22px; background-position: -1px -54px; } div.buttons div.button.italic span.wrap { width: 22px; background-position: -1px -81px; } div.buttons div.button.link span.wrap { width: 22px; background-position: -1px -106px; } div.buttons div.button.bulletlist span.wrap { width: 22px; background-position: -1px -132px; } div.buttons div.button.numberlist span.wrap { width: 22px; background-position: -2px -158px; } div.buttons div.button.quote span.wrap { width: 22px; background-position: -1px -184px; } div.buttons div.button.code span.wrap { width: 22px; background-position: -1px -211px; } /*--- Button Images Offsets (Hover) ---*/ div.buttons div.button:hover { background-position: 0px -30px; } div.buttons div.button.bold:hover span.wrap { background-position: -27px -54px; } div.buttons div.button.italic:hover span.wrap { background-position: -27px -81px; } div.buttons div.button.link:hover span.wrap { background-position: -27px -106px; } div.buttons div.button.bulletlist:hover span.wrap { background-position: -27px -132px; } div.buttons div.button.numberlist:hover span.wrap { background-position: -28px -158px; } div.buttons div.button.quote:hover span.wrap { background-position: -27px -184px; } div.buttons div.button.code:hover span.wrap { background-position: -27px -211px; } /*------------------------------------------------------------- * Styles for Wysiwym Help *------------------------------------------------------------- */ a.help-toggle { float: left; font-size: 10px; line-height: 18px; } div.help { clear: left; float: left; padding: 0px 5px; line-height: 18px; font-size: 10px; background-color: #eee; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } div.help td, div.help th { color: #666; border-bottom: 1px dotted #ddd; } div.help tr:last-child td, div.help tr:last-child th { border-width: 0px; } div.help th { padding-right: 10px; text-align: left; color: #777; } pre, code { font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; font-size: 14px; border-radius: 4px; background: #324157; } pre { overflow-x: auto; display: block; padding: 30px; } .pln { color:#000 } pre .str, code .str { color: #f13c53; } /* string - green */ pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */ pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */ pre .typ, code .typ { color: #89bdff; } /* type - light blue */ pre .lit, code .lit { color: #3387CC; } /* literal - blue */ pre .pun, code .pun { color: #fff; } /* punctuation - white */ pre .pln, code .pln { color: #fff; } /* plaintext - white */ pre .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */ pre .atn, code .atn { color: #7EDDC7; } /* html/xml attribute name - khaki */ pre .atv, code .atv { color: #f13c53; } /* html/xml attribute value - green */ pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
static/wysiwym.css
div.buttons { height: 18px; } div.buttons div.button { float: left; background-repeat: repeat-x; background-position: 0px 0px; border-right: 1px solid #aaa; } div.buttons div.button.first { border-top-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; } div.buttons div.button.last { border-right: 0px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; } div.buttons div.button span.wrap { display: block; height: 18px; } div.buttons div.button span.text { padding: 0px 4px; color: #555; font-size: 12px; font-weight: bold; line-height: 16px; cursor: default; user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; -webkit-user-select: none; } /*--- Disable Text for all known button types ---*/ div.buttons div.button.bold span.text { display: none; } div.buttons div.button.italic span.text { display: none; } div.buttons div.button.link span.text { display: none; } div.buttons div.button.bulletlist span.text { display: none; } div.buttons div.button.numberlist span.text { display: none; } div.buttons div.button.quote span.text { display: none; } div.buttons div.button.code span.text { display: none; } div.buttons div.button span.wrap { background-image: url(/static/img/buttons.light.png);} /*--- Button Image Offsets (Default) ---*/ div.buttons div.button.bold span.wrap { width: 22px; background-position: -1px -54px; } div.buttons div.button.italic span.wrap { width: 22px; background-position: -1px -81px; } div.buttons div.button.link span.wrap { width: 22px; background-position: -1px -106px; } div.buttons div.button.bulletlist span.wrap { width: 22px; background-position: -1px -132px; } div.buttons div.button.numberlist span.wrap { width: 22px; background-position: -2px -158px; } div.buttons div.button.quote span.wrap { width: 22px; background-position: -1px -184px; } div.buttons div.button.code span.wrap { width: 22px; background-position: -1px -211px; } /*--- Button Images Offsets (Hover) ---*/ div.buttons div.button:hover { background-position: 0px -30px; } div.buttons div.button.bold:hover span.wrap { background-position: -27px -54px; } div.buttons div.button.italic:hover span.wrap { background-position: -27px -81px; } div.buttons div.button.link:hover span.wrap { background-position: -27px -106px; } div.buttons div.button.bulletlist:hover span.wrap { background-position: -27px -132px; } div.buttons div.button.numberlist:hover span.wrap { background-position: -28px -158px; } div.buttons div.button.quote:hover span.wrap { background-position: -27px -184px; } div.buttons div.button.code:hover span.wrap { background-position: -27px -211px; } /*------------------------------------------------------------- * Styles for Wysiwym Help *------------------------------------------------------------- */ a.help-toggle { float: left; font-size: 10px; line-height: 18px; } div.help { clear: left; float: left; padding: 0px 5px; line-height: 18px; font-size: 10px; background-color: #eee; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } div.help td, div.help th { color: #666; border-bottom: 1px dotted #ddd; } div.help tr:last-child td, div.help tr:last-child th { border-width: 0px; } div.help th { padding-right: 10px; text-align: left; color: #777; } pre, code { font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; font-size: 14px; border-radius: 4px; background: #324157; } pre { overflow-x: auto; display: block; padding: 30px; } .pln { color:#000 } pre .str, code .str { color: #f13c53; } /* string - green */ pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */ pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */ pre .typ, code .typ { color: #89bdff; } /* type - light blue */ pre .lit, code .lit { color: #3387CC; } /* literal - blue */ pre .pun, code .pun { color: #fff; } /* punctuation - white */ pre .pln, code .pln { color: #fff; } /* plaintext - white */ pre .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */ pre .atn, code .atn { color: #7EDDC7; } /* html/xml attribute name - khaki */ pre .atv, code .atv { color: #f13c53; } /* html/xml attribute value - green */ pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
0.261425
0.128744
body { background: lightgrey; } col { /*width: calc((100vw - 40px) / 200);*/ } td, tr { margin: 0; padding: 0; border: 0; } td { background: #ffffff; position: relative; width: calc((100vw - 40px) / 200); } td:after { content: ''; display: block; margin-top: 100%; } td div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } /*tr { height: calc((100vw - 40px) / 100); }*/ table { border-spacing: 0; max-width: calc(80vw - 40px); max-height: calc(80vh - 40px); margin: 20px; border: 1px solid white; } .context-menu { display: none; z-index: 1000; position: absolute; overflow: hidden; border: 2px solid #CCC; white-space: nowrap; font-family: sans-serif; background: #efefef; color: #333; padding: 10px; display: none; } .context-menu input[type="color"] { background: none; border: 0; border-radius: 0; padding: 5px 10px; display: block; text-align: center; margin: 0.1em auto; cursor: pointer; } .context-menu input[type="number"] { max-width: 4em; height: 1.2em; font-size: 1.5em; } .context-menu input[type="number"]::placeholder { font-size: 0.5em; } .context-menu .tools { list-style-type: none; margin: 0; padding: 0; } .context-menu li { background: white; padding: 0.1em 0.5em; margin: 5px 0; cursor: pointer; } .context-menu li:hover { background: #cccccc; } .context-menu li:active { background: #bbbbbb; } .context-menu p{ text-align: center; font-size: 1.25em; border-bottom: 2px solid white; margin-bottom: 0.5em; margin-top: 0.2em; } .context-menu p.nota{ display: inline; font-size: 0.9em; border-bottom: 0; border-left: 5px solid hsl(34, 100%, 62%); background: hsla(34, 100%, 62%, 0.2); padding: 0.1em 0.2em; margin-bottom: 0.5em; margin-top: 0.2em; }
css/main.css
body { background: lightgrey; } col { /*width: calc((100vw - 40px) / 200);*/ } td, tr { margin: 0; padding: 0; border: 0; } td { background: #ffffff; position: relative; width: calc((100vw - 40px) / 200); } td:after { content: ''; display: block; margin-top: 100%; } td div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } /*tr { height: calc((100vw - 40px) / 100); }*/ table { border-spacing: 0; max-width: calc(80vw - 40px); max-height: calc(80vh - 40px); margin: 20px; border: 1px solid white; } .context-menu { display: none; z-index: 1000; position: absolute; overflow: hidden; border: 2px solid #CCC; white-space: nowrap; font-family: sans-serif; background: #efefef; color: #333; padding: 10px; display: none; } .context-menu input[type="color"] { background: none; border: 0; border-radius: 0; padding: 5px 10px; display: block; text-align: center; margin: 0.1em auto; cursor: pointer; } .context-menu input[type="number"] { max-width: 4em; height: 1.2em; font-size: 1.5em; } .context-menu input[type="number"]::placeholder { font-size: 0.5em; } .context-menu .tools { list-style-type: none; margin: 0; padding: 0; } .context-menu li { background: white; padding: 0.1em 0.5em; margin: 5px 0; cursor: pointer; } .context-menu li:hover { background: #cccccc; } .context-menu li:active { background: #bbbbbb; } .context-menu p{ text-align: center; font-size: 1.25em; border-bottom: 2px solid white; margin-bottom: 0.5em; margin-top: 0.2em; } .context-menu p.nota{ display: inline; font-size: 0.9em; border-bottom: 0; border-left: 5px solid hsl(34, 100%, 62%); background: hsla(34, 100%, 62%, 0.2); padding: 0.1em 0.2em; margin-bottom: 0.5em; margin-top: 0.2em; }
0.437103
0.099077
.main-content { margin: auto; width: 1000px; /*border: 1px solid royalblue;*/ font-family: 'Open Sans', sans-serif; /*color: royalblue;*/ } /* @font-face { font-family: 'Open Sans Light'; font-style: normal; font-weight: 300; src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff'); } */ h2 { font-weight: 300; } h3 { font-weight: 300; } body { font-family: 'Open Sans Light', 'Segoe UI', 'Helvetica Neue', sans-serif; font-weight: 300; letter-spacing: 0.02em; line-height: 1.62em; color: #424242; background: white; font-size: 15px; } .center { margin: auto; width: 950px; } img.check{ width:20px; } ul { list-style-type: circle; margin: 0; } /*region Table*/ table { border-collapse: collapse; border-top: 1px solid gray; border-bottom: none; /*1px solid black;*/ width: 100%; font-weight: 300; letter-spacing: 0.02em; line-height: 1.62em; color: #424242; background: white; font-size: 15px; } table th, table td { text-align: center; padding: 7px 5px; } table.no-borders { border: none; } table.width100 { width: 100%; } table.fixed { table-layout: fixed; padding: 7px 5px; } /*region Inner Table*/ table.inner-table { text-align: center; } table.inner-table th { border-top: 1px solid gray; border-bottom: 1px solid gray; } table.inner-table th:not(:last-child) { border-right: 1px solid gray; } table.inner-table td:first-child { font-weight: bold; } table.inner-table td:not(:last-child) { border-right: 1px solid gray; } table.inner-table table.inner-table-cargo th { border: none; } table.inner-table .inner-table-cargo { font-weight: normal !important; border-top: none !important; border-bottom: none !important; } table.inner-table .inner-table-cargo td { font-weight: normal !important; font-size: 8px; } /*endregion inner Table*/ /*region gray Left clear Table*/ table.clear-gray-left { border: none; } table.clear-gray-left th { font-weight: normal; text-align: left; } table.clear-gray-left td { font-weight: normal; text-align: left; padding: 0; } /*endregion gray Left clear Table*/ /*region Table Econt*/ table.econt-table td { color: gray; } table.econt-table th:first-child { border-right: 1px solid gray; } table.econt-table tr th.border-top-bottom:not(:first-child) { border-top: 1px solid gray; border-bottom: 1px solid gray; } /*endregion Table Econt*/ /*region Table Services*/ table.services { border-top: none; border-bottom: none; } table.services th { border-top: 1px solid gray; border-bottom: 1px solid gray; } table.services tr th { padding-top: 20px; padding-bottom: 20px; text-align: left; } table.services tr td { text-align: left; } table.services tr.royalblue { color: royalblue; font-weight: bold; } table.services tr td.description { color: gray; } table.services tr td.left25 { padding-left: 25px; } /*endregion Table Services*/ /*region Pagebreaks*/ /* @media print { h2 {page-break-before: always;} } */ .pagebreak { page-break-before: always; } @media print { table { page-break-after:auto } tr { page-break-inside:avoid; page-break-after:auto } td { page-break-inside:avoid; page-break-after:auto } /*thead { display:table-header-group }*/ /*tfoot { display:table-footer-group }*/ } /*endregion Pagebreaks*/ .table-tariff-weight tbody{ border-top: 1px solid gray; } .table-tariff-weight tbody tr td:nth-child(odd):not(:last-child), .table-tariff-weight thead tr:first-child th:not(:last-child), .table-tariff-weight thead tr:nth-child(2) td:not(:last-child), .table-tariff-weight thead tr:nth-child(3) td:nth-child(even):not(:last-child), .table-tariff-weight tbody tr th{ border-right: 1px solid gray; }
css/main.css
.main-content { margin: auto; width: 1000px; /*border: 1px solid royalblue;*/ font-family: 'Open Sans', sans-serif; /*color: royalblue;*/ } /* @font-face { font-family: 'Open Sans Light'; font-style: normal; font-weight: 300; src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff'); } */ h2 { font-weight: 300; } h3 { font-weight: 300; } body { font-family: 'Open Sans Light', 'Segoe UI', 'Helvetica Neue', sans-serif; font-weight: 300; letter-spacing: 0.02em; line-height: 1.62em; color: #424242; background: white; font-size: 15px; } .center { margin: auto; width: 950px; } img.check{ width:20px; } ul { list-style-type: circle; margin: 0; } /*region Table*/ table { border-collapse: collapse; border-top: 1px solid gray; border-bottom: none; /*1px solid black;*/ width: 100%; font-weight: 300; letter-spacing: 0.02em; line-height: 1.62em; color: #424242; background: white; font-size: 15px; } table th, table td { text-align: center; padding: 7px 5px; } table.no-borders { border: none; } table.width100 { width: 100%; } table.fixed { table-layout: fixed; padding: 7px 5px; } /*region Inner Table*/ table.inner-table { text-align: center; } table.inner-table th { border-top: 1px solid gray; border-bottom: 1px solid gray; } table.inner-table th:not(:last-child) { border-right: 1px solid gray; } table.inner-table td:first-child { font-weight: bold; } table.inner-table td:not(:last-child) { border-right: 1px solid gray; } table.inner-table table.inner-table-cargo th { border: none; } table.inner-table .inner-table-cargo { font-weight: normal !important; border-top: none !important; border-bottom: none !important; } table.inner-table .inner-table-cargo td { font-weight: normal !important; font-size: 8px; } /*endregion inner Table*/ /*region gray Left clear Table*/ table.clear-gray-left { border: none; } table.clear-gray-left th { font-weight: normal; text-align: left; } table.clear-gray-left td { font-weight: normal; text-align: left; padding: 0; } /*endregion gray Left clear Table*/ /*region Table Econt*/ table.econt-table td { color: gray; } table.econt-table th:first-child { border-right: 1px solid gray; } table.econt-table tr th.border-top-bottom:not(:first-child) { border-top: 1px solid gray; border-bottom: 1px solid gray; } /*endregion Table Econt*/ /*region Table Services*/ table.services { border-top: none; border-bottom: none; } table.services th { border-top: 1px solid gray; border-bottom: 1px solid gray; } table.services tr th { padding-top: 20px; padding-bottom: 20px; text-align: left; } table.services tr td { text-align: left; } table.services tr.royalblue { color: royalblue; font-weight: bold; } table.services tr td.description { color: gray; } table.services tr td.left25 { padding-left: 25px; } /*endregion Table Services*/ /*region Pagebreaks*/ /* @media print { h2 {page-break-before: always;} } */ .pagebreak { page-break-before: always; } @media print { table { page-break-after:auto } tr { page-break-inside:avoid; page-break-after:auto } td { page-break-inside:avoid; page-break-after:auto } /*thead { display:table-header-group }*/ /*tfoot { display:table-footer-group }*/ } /*endregion Pagebreaks*/ .table-tariff-weight tbody{ border-top: 1px solid gray; } .table-tariff-weight tbody tr td:nth-child(odd):not(:last-child), .table-tariff-weight thead tr:first-child th:not(:last-child), .table-tariff-weight thead tr:nth-child(2) td:not(:last-child), .table-tariff-weight thead tr:nth-child(3) td:nth-child(even):not(:last-child), .table-tariff-weight tbody tr th{ border-right: 1px solid gray; }
0.45423
0.119845
body { font-family: sans-serif; font-size:10pt; } body.appointmentplanner { background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424); background-color: #131313; background-size: 20px 20px; } body.sortingimpl { background-image: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%), url('grass-T15.jpg'); background-repeat: repeat; } img.photo { position: absolute; top: 20px; right: 20px; border-radius: 15px; border: solid white 2px; box-shadow: 8px 8px 15px rgba(46, 229, 157, 0.4); } .tt{ padding-left: 1em; padding-right: 1em; } body.prc2Personal{ background-color: slategray; } div.container{ display:flex; flex-flow: wrap; flex-direction: row; align-content: space-around; justify-content: center; align-items: flex-end; /*last baseline;*/ } a.snummer, a.grp{ text-decoration: none; } a, a:visited, a:hover, a:active { color: inherit; } div.report{ display:box; background-color:#ccc; /*width:250px;*/ margin: 1em; border-radius: 8px; padding: 3px; } span.in { display:block; width:100%; color:#606; text-align: right; margin:0 0; } span.chk { display:block; width:100%; color:#066; text-align: right; margin:0 0; } fieldset.match{ padding:0; margin:0; border-width: 4px; } .broken { background-image: url(crack-5.png); background-size: contain; border: solid 5px maroon; transform: rotate(.017turn); } .passed { border: solid 5px #6f6; } .failed { border: solid 5px yellow; } .errors { border: solid 5px red; } .ignored { outline: solid 5px #aaa; } .ttpassed { outline: solid 5px #6f6; } .ttfailed { outline: solid 3px yellow; } .tterrors { outline: solid 3px red; } .ttignored { outline: solid 3px #aaa; } .ttcompiler { margin: 1em 1em; outline: solid 3px #a00; transform: rotate(-.007turn); } .nowork { border: solid 5px #000; } .notest { border: solid 5px #888; } .lowcoverage { border: dashed 5px #f83; } .warning { font-size: 120%; background-color: orange; text-align: center; } .pending { border: solid 5px #c88; background-color:#eee; text-align: center; } div.report > h3 { margin-top: 0px; margin-bottom: 5px; margin: 0 10 0 95; font-size:18px; text-align:center; border: 3px solid black; background-color: white; border-radius:10px; } h4 { background: white; margin: 0px; padding:0px 3px 0px 3px; text-align:center; border: 1px solid black; } h5 { margin: 0px; padding:0px; text-align:center; } table.main {background:#FFF;color:#330033;} table.odometer {border-spacing:0; width:80px;} table.results { border: 1px solid black; border-collapse:collapse; } div.odometer {width:80px;} .even {background:#fff;color:black;} .odd {background:#eee;color:black;} .indent {background:white;color:black;} .separator {background:#330033;color:white;font-size:80%;} th,td{padding:.25em;vertical-align:middle;} td.num{ text-align:right;} .match{ background-color:#eee; } .screen { font-family: monospace; font-style: normal; font-weight: normal; } .screen { font-size: 90%; color: black; margin: 1em 0.25in; padding: 0.5em; background: rgb(240,240,240); border-top: black dotted 1px; border-left: black dotted 1px; border-right: black solid 4px; border-bottom: black solid 4px; } p:first-letter {font-size:140%;font-weight:bold;} span.t{color: #000;} span.p{background-color: green;color:white} span.f{background-color: yellow;color:#000} span.e{background-color: #f00; color:#fff;} span.s{color: #606;} span.ti{color: #000;} h1 { color:#fff; font-size:28px; text-align:center; text-shadow: 2px 4px 3px rgba(0,0,0,0.5); } h2 { color:#fff; font-size:22px; text-align:center; text-shadow: 2px 4px 3px rgba(0,0,0,0.5); } button a { text-decoration: none;} .button:hover { background-color: #2EE59D; /* box-shadow: 8px 8px 15px rgba(46, 229, 157, 1.0);*/ color: #fff; transform: translateY(-5px); } progress { height: 20px; width: 100%; } .huray { color: #3f3; font-weight: bolder; font-size:20px; text-align:center; text-align: center; text-shadow: 2px 2px 2px rgba(0,80,0,0.5); } progress.incomplete{ direction: rtl; } progress.completed { direction: ltr; } progress.completed[value]::-webkit-progress-value { background:green; } table.apps { border-collapse: collapse; } table.apps td:nth-child(1) {font-weight: bolder; text-align: left;} table.apps td:nth-child(4) {text-align: right;} table.apps td:last-child {text-align: right;} table.apps td.total {border-top: solid black 2px;} .mine{ /* outline: dashed red 3px;*/ box-shadow: 2px 6px 8px rgba(255,192,0, 1.0); }
web/web/css/aldatest.css
body { font-family: sans-serif; font-size:10pt; } body.appointmentplanner { background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424); background-color: #131313; background-size: 20px 20px; } body.sortingimpl { background-image: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%), url('grass-T15.jpg'); background-repeat: repeat; } img.photo { position: absolute; top: 20px; right: 20px; border-radius: 15px; border: solid white 2px; box-shadow: 8px 8px 15px rgba(46, 229, 157, 0.4); } .tt{ padding-left: 1em; padding-right: 1em; } body.prc2Personal{ background-color: slategray; } div.container{ display:flex; flex-flow: wrap; flex-direction: row; align-content: space-around; justify-content: center; align-items: flex-end; /*last baseline;*/ } a.snummer, a.grp{ text-decoration: none; } a, a:visited, a:hover, a:active { color: inherit; } div.report{ display:box; background-color:#ccc; /*width:250px;*/ margin: 1em; border-radius: 8px; padding: 3px; } span.in { display:block; width:100%; color:#606; text-align: right; margin:0 0; } span.chk { display:block; width:100%; color:#066; text-align: right; margin:0 0; } fieldset.match{ padding:0; margin:0; border-width: 4px; } .broken { background-image: url(crack-5.png); background-size: contain; border: solid 5px maroon; transform: rotate(.017turn); } .passed { border: solid 5px #6f6; } .failed { border: solid 5px yellow; } .errors { border: solid 5px red; } .ignored { outline: solid 5px #aaa; } .ttpassed { outline: solid 5px #6f6; } .ttfailed { outline: solid 3px yellow; } .tterrors { outline: solid 3px red; } .ttignored { outline: solid 3px #aaa; } .ttcompiler { margin: 1em 1em; outline: solid 3px #a00; transform: rotate(-.007turn); } .nowork { border: solid 5px #000; } .notest { border: solid 5px #888; } .lowcoverage { border: dashed 5px #f83; } .warning { font-size: 120%; background-color: orange; text-align: center; } .pending { border: solid 5px #c88; background-color:#eee; text-align: center; } div.report > h3 { margin-top: 0px; margin-bottom: 5px; margin: 0 10 0 95; font-size:18px; text-align:center; border: 3px solid black; background-color: white; border-radius:10px; } h4 { background: white; margin: 0px; padding:0px 3px 0px 3px; text-align:center; border: 1px solid black; } h5 { margin: 0px; padding:0px; text-align:center; } table.main {background:#FFF;color:#330033;} table.odometer {border-spacing:0; width:80px;} table.results { border: 1px solid black; border-collapse:collapse; } div.odometer {width:80px;} .even {background:#fff;color:black;} .odd {background:#eee;color:black;} .indent {background:white;color:black;} .separator {background:#330033;color:white;font-size:80%;} th,td{padding:.25em;vertical-align:middle;} td.num{ text-align:right;} .match{ background-color:#eee; } .screen { font-family: monospace; font-style: normal; font-weight: normal; } .screen { font-size: 90%; color: black; margin: 1em 0.25in; padding: 0.5em; background: rgb(240,240,240); border-top: black dotted 1px; border-left: black dotted 1px; border-right: black solid 4px; border-bottom: black solid 4px; } p:first-letter {font-size:140%;font-weight:bold;} span.t{color: #000;} span.p{background-color: green;color:white} span.f{background-color: yellow;color:#000} span.e{background-color: #f00; color:#fff;} span.s{color: #606;} span.ti{color: #000;} h1 { color:#fff; font-size:28px; text-align:center; text-shadow: 2px 4px 3px rgba(0,0,0,0.5); } h2 { color:#fff; font-size:22px; text-align:center; text-shadow: 2px 4px 3px rgba(0,0,0,0.5); } button a { text-decoration: none;} .button:hover { background-color: #2EE59D; /* box-shadow: 8px 8px 15px rgba(46, 229, 157, 1.0);*/ color: #fff; transform: translateY(-5px); } progress { height: 20px; width: 100%; } .huray { color: #3f3; font-weight: bolder; font-size:20px; text-align:center; text-align: center; text-shadow: 2px 2px 2px rgba(0,80,0,0.5); } progress.incomplete{ direction: rtl; } progress.completed { direction: ltr; } progress.completed[value]::-webkit-progress-value { background:green; } table.apps { border-collapse: collapse; } table.apps td:nth-child(1) {font-weight: bolder; text-align: left;} table.apps td:nth-child(4) {text-align: right;} table.apps td:last-child {text-align: right;} table.apps td.total {border-top: solid black 2px;} .mine{ /* outline: dashed red 3px;*/ box-shadow: 2px 6px 8px rgba(255,192,0, 1.0); }
0.498779
0.15925
header .nav a, main .sec02 .btns .seelink, .seelink1, footer a { text-decoration: none; color: white; display: inline; margin-left: 10px; } /*geral style*/ * { margin: 0px; padding: 0px; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: sans-serif; } body { min-width: 300px; } /*Estilizacao do header*/ header { margin-bottom: 150px; } header .hed01 { width: 100%; } header .nav { position: absolute; top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; width: 100%; } header .nav b { color: white; margin-left: 20px; font-size: larger; } header .nav a:hover { border-bottom: 0.5px solid white; } header .hedtext { margin-left: 10%; position: absolute; margin-top: -250px; font-size: 2.5rem; color: white; border: 1px solid white; width: 300px; padding: 15px; } /*Estilizacao do main*/ main .sec01 { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: 5%; } main .sec01 .divsec01 { margin-left: 5%; } main .sec01 .divsec02 { width: 400px; height: 200px; padding: 20px; -ms-flex-line-pack: center; align-content: center; background-color: white; margin-left: -100px; margin-top: 200px; } main .sec01 .sec02 { width: 100%; margin: auto; -ms-flex-line-pack: center; align-content: center; } main .sec02 { width: 100%; margin-top: 80px; } main .sec02 .btns { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; text-align: center; } main .sec02 .btns h1 { font-weight: normal; } main .sec02 .btns .seelink { color: #d61e1e; border: 1px solid black; padding: 10px; padding-left: -50px; font-weight: 800; text-align: center; } main .sec02 .btns .seelink:hover { background-color: black; color: white; -webkit-transition: 0.5s; transition: 0.5s; } main .sec02 .container, main .sec02 .container2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 10%; margin-right: 10%; } main .sec02 .container img, main .sec02 .container2 img { margin-left: 20px; margin-right: 20px; } main .sec02 .box { text-align: center; margin: 0 auto; margin: 10px; position: relative; } main .sec02 .div1 { position: absolute; bottom: 0; padding: 10px; color: white; z-index: 99; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 80px; left: 50px; } .seelink1 { color: black; border: 1px solid black; padding: 10px; padding-left: -50px; text-align: center; display: none; width: 100px; margin-left: 120px; margin-right: 100px; font-weight: bold; } .seelink1:hover { background-color: black; color: white; -webkit-transition: 0.5s; transition: 0.5s; } /*Estilizacao do footer*/ footer { width: 100%; margin-top: 100px; background: black; color: white; height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: -10px; -ms-flex-pack: distribute; justify-content: space-around; text-align: center; min-width: 100px; } footer a { margin-top: 20px; } footer .fotdi01 { margin-top: -20px; } footer .fotdi0 { margin-top: 20px; } footer .fotdi02 { margin-top: 10px; } /* responsive media*/ @media (max-width: 1088px) { .sec01 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .divsec02 { width: 300px; position: absolute; display: contents; margin: 0 auto; top: 0px; left: 100px; right: 50px; min-width: 346px; text-align: center; } .btns { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .container, .container2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .container a, .container2 a { display: inline; } .box { margin: 0 auto; } footer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 500px; } footer .fotdi01 a { display: block; } } @media (max-width: 700px) { .box img { width: 300px; } .divsec01 img { width: 280px; } } @media (max-width: 586px) { div.hedtext { width: 300px; left: -20px; } header b { position: absolute; left: 0; z-index: 11; } .menu-section { height: 50px; } .menu-section a { margin-left: -200px; display: inline; } nav { display: none; } .one, .two, .three { background-color: #f7f7f7; height: 5px; width: 100%; margin: 6px auto; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; border-radius: 5px; } .menu-toggle { width: 40px; height: 30px; margin-left: 200px; } /* fullscreen */ .menu-section.on { position: absolute; top: -10px; left: 0; width: 100%; height: 140vh; background-color: #161614; z-index: 10; } .menu-section.on nav { margin-top: 100px; display: inline; margin-left: -300px; } .menu-section.on nav { display: block; } .menu-section.on .menu-toggle { width: 40px; height: 30px; position: absolute; left: 30%; margin-right: 25px; } .menu-section.on .menu-toggle .one { -webkit-transform: rotate(45deg) translate(7px, 7px); transform: rotate(45deg) translate(7px, 7px); background-color: #f1efef; } .menu-section.on .menu-toggle .two { opacity: 0; } .menu-section.on .menu-toggle .three { -webkit-transform: rotate(-45deg) translate(8px, -9px); transform: rotate(-45deg) translate(8px, -9px); background-color: #f7f3f3; } .menu-section.on nav a { text-align: center; display: block; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; font-size: 1.5rem; line-height: 4rem; color: #fff; } } @media (max-width: 402px) { header { min-width: 100px; } header b { margin-left: 100px; } header img { height: 500px; } header { min-width: 346px; } body { min-width: 346px; overflow-x: hidden; } .divsec01 { margin: 0 auto; } .divsec01 img { margin-left: 20px; } .seelink1 { display: inline-block; } .divsec02 p { text-align: center; margin: 0 auto; width: 250px; } .menu-section.on { min-width: 346px; } .menu-section.on a { margin-left: 100px; } } /*# sourceMappingURL=style.css.map */
style css/style.css
header .nav a, main .sec02 .btns .seelink, .seelink1, footer a { text-decoration: none; color: white; display: inline; margin-left: 10px; } /*geral style*/ * { margin: 0px; padding: 0px; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: sans-serif; } body { min-width: 300px; } /*Estilizacao do header*/ header { margin-bottom: 150px; } header .hed01 { width: 100%; } header .nav { position: absolute; top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; width: 100%; } header .nav b { color: white; margin-left: 20px; font-size: larger; } header .nav a:hover { border-bottom: 0.5px solid white; } header .hedtext { margin-left: 10%; position: absolute; margin-top: -250px; font-size: 2.5rem; color: white; border: 1px solid white; width: 300px; padding: 15px; } /*Estilizacao do main*/ main .sec01 { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: 5%; } main .sec01 .divsec01 { margin-left: 5%; } main .sec01 .divsec02 { width: 400px; height: 200px; padding: 20px; -ms-flex-line-pack: center; align-content: center; background-color: white; margin-left: -100px; margin-top: 200px; } main .sec01 .sec02 { width: 100%; margin: auto; -ms-flex-line-pack: center; align-content: center; } main .sec02 { width: 100%; margin-top: 80px; } main .sec02 .btns { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; text-align: center; } main .sec02 .btns h1 { font-weight: normal; } main .sec02 .btns .seelink { color: #d61e1e; border: 1px solid black; padding: 10px; padding-left: -50px; font-weight: 800; text-align: center; } main .sec02 .btns .seelink:hover { background-color: black; color: white; -webkit-transition: 0.5s; transition: 0.5s; } main .sec02 .container, main .sec02 .container2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 10%; margin-right: 10%; } main .sec02 .container img, main .sec02 .container2 img { margin-left: 20px; margin-right: 20px; } main .sec02 .box { text-align: center; margin: 0 auto; margin: 10px; position: relative; } main .sec02 .div1 { position: absolute; bottom: 0; padding: 10px; color: white; z-index: 99; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 80px; left: 50px; } .seelink1 { color: black; border: 1px solid black; padding: 10px; padding-left: -50px; text-align: center; display: none; width: 100px; margin-left: 120px; margin-right: 100px; font-weight: bold; } .seelink1:hover { background-color: black; color: white; -webkit-transition: 0.5s; transition: 0.5s; } /*Estilizacao do footer*/ footer { width: 100%; margin-top: 100px; background: black; color: white; height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: -10px; -ms-flex-pack: distribute; justify-content: space-around; text-align: center; min-width: 100px; } footer a { margin-top: 20px; } footer .fotdi01 { margin-top: -20px; } footer .fotdi0 { margin-top: 20px; } footer .fotdi02 { margin-top: 10px; } /* responsive media*/ @media (max-width: 1088px) { .sec01 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .divsec02 { width: 300px; position: absolute; display: contents; margin: 0 auto; top: 0px; left: 100px; right: 50px; min-width: 346px; text-align: center; } .btns { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .container, .container2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .container a, .container2 a { display: inline; } .box { margin: 0 auto; } footer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 500px; } footer .fotdi01 a { display: block; } } @media (max-width: 700px) { .box img { width: 300px; } .divsec01 img { width: 280px; } } @media (max-width: 586px) { div.hedtext { width: 300px; left: -20px; } header b { position: absolute; left: 0; z-index: 11; } .menu-section { height: 50px; } .menu-section a { margin-left: -200px; display: inline; } nav { display: none; } .one, .two, .three { background-color: #f7f7f7; height: 5px; width: 100%; margin: 6px auto; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; border-radius: 5px; } .menu-toggle { width: 40px; height: 30px; margin-left: 200px; } /* fullscreen */ .menu-section.on { position: absolute; top: -10px; left: 0; width: 100%; height: 140vh; background-color: #161614; z-index: 10; } .menu-section.on nav { margin-top: 100px; display: inline; margin-left: -300px; } .menu-section.on nav { display: block; } .menu-section.on .menu-toggle { width: 40px; height: 30px; position: absolute; left: 30%; margin-right: 25px; } .menu-section.on .menu-toggle .one { -webkit-transform: rotate(45deg) translate(7px, 7px); transform: rotate(45deg) translate(7px, 7px); background-color: #f1efef; } .menu-section.on .menu-toggle .two { opacity: 0; } .menu-section.on .menu-toggle .three { -webkit-transform: rotate(-45deg) translate(8px, -9px); transform: rotate(-45deg) translate(8px, -9px); background-color: #f7f3f3; } .menu-section.on nav a { text-align: center; display: block; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; font-size: 1.5rem; line-height: 4rem; color: #fff; } } @media (max-width: 402px) { header { min-width: 100px; } header b { margin-left: 100px; } header img { height: 500px; } header { min-width: 346px; } body { min-width: 346px; overflow-x: hidden; } .divsec01 { margin: 0 auto; } .divsec01 img { margin-left: 20px; } .seelink1 { display: inline-block; } .divsec02 p { text-align: center; margin: 0 auto; width: 250px; } .menu-section.on { min-width: 346px; } .menu-section.on a { margin-left: 100px; } } /*# sourceMappingURL=style.css.map */
0.359252
0.047958
.product-slider { /* Hide the given container which contains the products data */ display: none; } .slider-container { width: 100%; height: 400px; /* options.previewHeight */ position: relative; } .slider-container .slider-background { position: absolute; width: 100%; height: 100%; z-index: 10; /* Replace by a option */ background-image: none; background-repeat: no-repeat; background-position: left top; background-size: cover; -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); } .slider-container .slider { display: table; width: 300px; /* options.slideWidth */ height: 100%; max-height: 100%; overflow: hidden; position: absolute; left: 50%; transform: translate(-50%, 0); z-index: 11; /* options.zIndex + 1 */ } .slider-container .slide { width: 100%; max-height: 100%; display: none; vertical-align: middle; padding: 0; } /* Set to table-cell after fading in by adding this class */ .slider-container .slide.active { display: table-cell !important; padding: 0 1rem; } .slider-container .description { position: absolute; color: #EEE; bottom: 10px; left: 10px; padding: 10px; display: none; background: rgba(0, 0, 0, 0.5); z-index: 11; /* options.zIndex + 1 */ } .slider-container .description a { color: #EEE; text-decoration: none; } .slider-container .description a:hover { color: white; text-shadow: white 0px 0px 8px; } .slider-container .slide img { max-height: 100%; max-width: 100%; display: block; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 8px; border: rgba(0, 0, 0, 0.3) 1px solid; } .slider-bar { margin: 20px 0; height: 200px; /* options.navbarHeight */ } .slider-bar .slide-info { height: 100%; } .slider-bar .slide-info a { opacity: 0.5; height: 100%; display: block; } .slider-bar .slide-info a.active { opacity: 1; } .slider-bar .slide-info img { max-height: 100%; max-width: 100%; margin: 0 auto; display: block; }
product-slider/product-slider.css
.product-slider { /* Hide the given container which contains the products data */ display: none; } .slider-container { width: 100%; height: 400px; /* options.previewHeight */ position: relative; } .slider-container .slider-background { position: absolute; width: 100%; height: 100%; z-index: 10; /* Replace by a option */ background-image: none; background-repeat: no-repeat; background-position: left top; background-size: cover; -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); } .slider-container .slider { display: table; width: 300px; /* options.slideWidth */ height: 100%; max-height: 100%; overflow: hidden; position: absolute; left: 50%; transform: translate(-50%, 0); z-index: 11; /* options.zIndex + 1 */ } .slider-container .slide { width: 100%; max-height: 100%; display: none; vertical-align: middle; padding: 0; } /* Set to table-cell after fading in by adding this class */ .slider-container .slide.active { display: table-cell !important; padding: 0 1rem; } .slider-container .description { position: absolute; color: #EEE; bottom: 10px; left: 10px; padding: 10px; display: none; background: rgba(0, 0, 0, 0.5); z-index: 11; /* options.zIndex + 1 */ } .slider-container .description a { color: #EEE; text-decoration: none; } .slider-container .description a:hover { color: white; text-shadow: white 0px 0px 8px; } .slider-container .slide img { max-height: 100%; max-width: 100%; display: block; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 8px; border: rgba(0, 0, 0, 0.3) 1px solid; } .slider-bar { margin: 20px 0; height: 200px; /* options.navbarHeight */ } .slider-bar .slide-info { height: 100%; } .slider-bar .slide-info a { opacity: 0.5; height: 100%; display: block; } .slider-bar .slide-info a.active { opacity: 1; } .slider-bar .slide-info img { max-height: 100%; max-width: 100%; margin: 0 auto; display: block; }
0.42179
0.09556
.empty-animation{ animation-name: zoomInStable; animation-duration: 3s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: zoomInStable; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: zoomInStable; -moz-animation-duration: 3s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: zoomInStable; -ms-animation-duration: 3s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; -o-animation-name: zoomInStable; -o-animation-duration: 3s; -o-animation-iteration-count: 1; -o-animation-timing-function: linear; } .empty-animation{ animation-name: zoomInStable; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: zoomInStable; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: zoomInStable; -moz-animation-duration: 3s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: zoomInStable; -ms-animation-duration: 3s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: zoomInStable; -o-animation-duration: 3s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } .empty-animation{ animation-name: slideInUp; animation-duration: 2s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: slideInUp; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: slideInUp; -moz-animation-duration: 2s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: slideInUp; -ms-animation-duration: 2s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; } .empty-animation{ animation-name: slideInRight; animation-duration: 2s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: slideInRight; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: slideInRight; -moz-animation-duration: 2s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: slideInRight; -ms-animation-duration: 2s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; } .empty-animation{ animation-name: slideInLeft; animation-duration: 2s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: slideInLeft; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: slideInLeft; -moz-animation-duration: 2s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: slideInLeft; -ms-animation-duration: 2s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; } .empty-animation{ animation-name: slideInUp; animation-duration: 2s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: slideInUp; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: slideInUp; -moz-animation-duration: 2s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: slideInUp; -ms-animation-duration: 2s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; } @-webkit-keyframes rotateme { 0% { -webkit-transform: rotate(0deg); opacity: 1; } 50% { -webkit-transform: rotate(180deg); opacity: 0.7; } 100% { -webkit-transform: rotate(360deg); opacity: 1; } } @-moz-keyframes rotateme { 0% { -moz-transform: rotate(0deg); opacity: 1; } 50% { -moz-transform: rotate(180deg); opacity: 0.7; } 100% { -moz-transform: rotate(360deg); opacity: 1; } } @-o-keyframes rotateme { 0% { -o-transform: rotate(0deg); opacity: 1; } 50% { -o-transform: rotate(180deg); opacity: 0.7; } 100% { -o-transform: rotate(360deg); opacity: 1; } } @keyframes rotateme { 0% { transform: rotate(0deg); opacity: 1; } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); opacity: 1; } } .about-section .image-column .pattern-layer, .testimonial-section-two .color-three, .testimonial-section-two .color-four, .platform-tab-content .inner-content .icon-outer .circles-layer, .service-block-two .inner-box .icon-outer:before{ animation-name: rotateme; animation-duration: 15s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: rotateme; -webkit-animation-duration: 15s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: rotateme; -moz-animation-duration: 15s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: rotateme; -ms-animation-duration: 15s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: rotateme; -o-animation-duration: 15s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } /* Bob Up Down*/ @-webkit-keyframes float_up_down { 0% { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; } 50% { -webkit-transform: translateY(30px); transform: translateY(30px); opacity: 1; } 100% { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; } } @keyframes float_up_down { 0% { transform: translateY(0px); transform: translateY(0px); opacity: 1; } 50% { transform: translateY(30px); transform: translateY(30px); opacity: 1; } 100% { transform: translateY(0px); transform: translateY(0px); opacity: 1; } } .testimonial-section-two .color-two, .contact-info-section .inner-container .side-image, .facilities-section .blocks-column .circle-one, .facilities-section .blocks-column .circle-two, .about-section .image-column .image-content .icon-box, .banner-section .content-column .icon-layer{ animation-name: float_up_down; animation-duration: 5s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: float_up_down; -webkit-animation-duration: 5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: float_up_down; -moz-animation-duration: 5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float_up_down; -ms-animation-duration: 5s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float_left_right; -o-animation-duration: 5s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } /* Bob */ @-webkit-keyframes float_left_right { 0% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 1; } 50% { -webkit-transform: translateX(100px); transform: translateX(100px); opacity: 0.40; } 100% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 1; } } @keyframes float_left_right { 0% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 1; } 50% { -webkit-transform: translateX(100px); transform: translateX(100px); opacity: 0.40; } 100% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 1; } } .blog-section-three .circle-one, .blog-section-three .circle-two, .platform-section .triangle-icon, .blog-section .circle-one, .blog-section .circle-two{ animation-name: float_left_right; animation-duration: 30s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: float_left_right; -webkit-animation-duration: 30s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: float_left_right; -moz-animation-duration: 30s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float_left_right; -ms-animation-duration: 30s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float_left_right; -o-animation-duration: 30s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } @-webkit-keyframes float_left_right_two { 0% { -webkit-transform: translateX(-30px); opacity: 1; } 50% { -webkit-transform: translateX(0px); opacity: 0.80; } 100% { -webkit-transform: translateX(-30px); opacity: 1; } } @keyframes float_left_right_two { 0% { transform: translateX(-30px); opacity: 1; } 50% { transform: translateX(0px); opacity: 0.80; } 100% { transform: translateX(-30px); opacity: 1; } } .testimonial-section-two .color-one, .pricing-section .version-column .inner-column .image{ animation-name: float_left_right_two; animation-duration: 5s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: float_left_right_two; -webkit-animation-duration: 5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: float_left_right_two; -moz-animation-duration: 5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float_left_right_two; -ms-animation-duration: 5s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float_left_right_two; -o-animation-duration: 5s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } @-webkit-keyframes zoom-fade { 0% { -webkit-transform: scale(0.8); transform: scale(0.8); } 50% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(0.8); transform: scale(0.8); } } @keyframes zoom-fade { 0% { -webkit-transform: scale(0.8); transform: scale(0.8); } 50% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(0.8); transform: scale(0.8); } } .testimonial-section-two .testimonial-tabs .tabs-content .author-image:before, .testimonial-section-two .testimonial-tabs .tabs-content .author-image:after, .platform-section .platform-tabs .tabs-content .image:before, .partners-section .image-column .inner-column .circle-two, .partners-section .image-column .inner-column .circle-one{ animation-name: zoom-fade; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: zoom-fade; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: zoom-fade; -moz-animation-duration: 3s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: zoom-fade; -ms-animation-duration: 3s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: zoom-fade; -o-animation-duration: 3s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; }
assets/dist/template2/css/animation.css
.empty-animation{ animation-name: zoomInStable; animation-duration: 3s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: zoomInStable; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: zoomInStable; -moz-animation-duration: 3s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: zoomInStable; -ms-animation-duration: 3s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; -o-animation-name: zoomInStable; -o-animation-duration: 3s; -o-animation-iteration-count: 1; -o-animation-timing-function: linear; } .empty-animation{ animation-name: zoomInStable; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: zoomInStable; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: zoomInStable; -moz-animation-duration: 3s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: zoomInStable; -ms-animation-duration: 3s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: zoomInStable; -o-animation-duration: 3s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } .empty-animation{ animation-name: slideInUp; animation-duration: 2s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: slideInUp; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: slideInUp; -moz-animation-duration: 2s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: slideInUp; -ms-animation-duration: 2s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; } .empty-animation{ animation-name: slideInRight; animation-duration: 2s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: slideInRight; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: slideInRight; -moz-animation-duration: 2s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: slideInRight; -ms-animation-duration: 2s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; } .empty-animation{ animation-name: slideInLeft; animation-duration: 2s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: slideInLeft; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: slideInLeft; -moz-animation-duration: 2s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: slideInLeft; -ms-animation-duration: 2s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; } .empty-animation{ animation-name: slideInUp; animation-duration: 2s; animation-iteration-count: 1; animation-timing-function: linear; -webkit-animation-name: slideInUp; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; -moz-animation-name: slideInUp; -moz-animation-duration: 2s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: linear; -ms-animation-name: slideInUp; -ms-animation-duration: 2s; -ms-animation-iteration-count: 1; -ms-animation-timing-function: linear; } @-webkit-keyframes rotateme { 0% { -webkit-transform: rotate(0deg); opacity: 1; } 50% { -webkit-transform: rotate(180deg); opacity: 0.7; } 100% { -webkit-transform: rotate(360deg); opacity: 1; } } @-moz-keyframes rotateme { 0% { -moz-transform: rotate(0deg); opacity: 1; } 50% { -moz-transform: rotate(180deg); opacity: 0.7; } 100% { -moz-transform: rotate(360deg); opacity: 1; } } @-o-keyframes rotateme { 0% { -o-transform: rotate(0deg); opacity: 1; } 50% { -o-transform: rotate(180deg); opacity: 0.7; } 100% { -o-transform: rotate(360deg); opacity: 1; } } @keyframes rotateme { 0% { transform: rotate(0deg); opacity: 1; } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); opacity: 1; } } .about-section .image-column .pattern-layer, .testimonial-section-two .color-three, .testimonial-section-two .color-four, .platform-tab-content .inner-content .icon-outer .circles-layer, .service-block-two .inner-box .icon-outer:before{ animation-name: rotateme; animation-duration: 15s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: rotateme; -webkit-animation-duration: 15s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: rotateme; -moz-animation-duration: 15s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: rotateme; -ms-animation-duration: 15s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: rotateme; -o-animation-duration: 15s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } /* Bob Up Down*/ @-webkit-keyframes float_up_down { 0% { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; } 50% { -webkit-transform: translateY(30px); transform: translateY(30px); opacity: 1; } 100% { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; } } @keyframes float_up_down { 0% { transform: translateY(0px); transform: translateY(0px); opacity: 1; } 50% { transform: translateY(30px); transform: translateY(30px); opacity: 1; } 100% { transform: translateY(0px); transform: translateY(0px); opacity: 1; } } .testimonial-section-two .color-two, .contact-info-section .inner-container .side-image, .facilities-section .blocks-column .circle-one, .facilities-section .blocks-column .circle-two, .about-section .image-column .image-content .icon-box, .banner-section .content-column .icon-layer{ animation-name: float_up_down; animation-duration: 5s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: float_up_down; -webkit-animation-duration: 5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: float_up_down; -moz-animation-duration: 5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float_up_down; -ms-animation-duration: 5s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float_left_right; -o-animation-duration: 5s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } /* Bob */ @-webkit-keyframes float_left_right { 0% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 1; } 50% { -webkit-transform: translateX(100px); transform: translateX(100px); opacity: 0.40; } 100% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 1; } } @keyframes float_left_right { 0% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 1; } 50% { -webkit-transform: translateX(100px); transform: translateX(100px); opacity: 0.40; } 100% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 1; } } .blog-section-three .circle-one, .blog-section-three .circle-two, .platform-section .triangle-icon, .blog-section .circle-one, .blog-section .circle-two{ animation-name: float_left_right; animation-duration: 30s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: float_left_right; -webkit-animation-duration: 30s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: float_left_right; -moz-animation-duration: 30s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float_left_right; -ms-animation-duration: 30s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float_left_right; -o-animation-duration: 30s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } @-webkit-keyframes float_left_right_two { 0% { -webkit-transform: translateX(-30px); opacity: 1; } 50% { -webkit-transform: translateX(0px); opacity: 0.80; } 100% { -webkit-transform: translateX(-30px); opacity: 1; } } @keyframes float_left_right_two { 0% { transform: translateX(-30px); opacity: 1; } 50% { transform: translateX(0px); opacity: 0.80; } 100% { transform: translateX(-30px); opacity: 1; } } .testimonial-section-two .color-one, .pricing-section .version-column .inner-column .image{ animation-name: float_left_right_two; animation-duration: 5s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: float_left_right_two; -webkit-animation-duration: 5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: float_left_right_two; -moz-animation-duration: 5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float_left_right_two; -ms-animation-duration: 5s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float_left_right_two; -o-animation-duration: 5s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } @-webkit-keyframes zoom-fade { 0% { -webkit-transform: scale(0.8); transform: scale(0.8); } 50% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(0.8); transform: scale(0.8); } } @keyframes zoom-fade { 0% { -webkit-transform: scale(0.8); transform: scale(0.8); } 50% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(0.8); transform: scale(0.8); } } .testimonial-section-two .testimonial-tabs .tabs-content .author-image:before, .testimonial-section-two .testimonial-tabs .tabs-content .author-image:after, .platform-section .platform-tabs .tabs-content .image:before, .partners-section .image-column .inner-column .circle-two, .partners-section .image-column .inner-column .circle-one{ animation-name: zoom-fade; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: zoom-fade; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: zoom-fade; -moz-animation-duration: 3s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: zoom-fade; -ms-animation-duration: 3s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: zoom-fade; -o-animation-duration: 3s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; }
0.442155
0.098816
@charset "UTF-8"; @font-face { font-family: "ProximaNova-Black"; src: url("/fonts/ProximaNova-Black.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-BlackIt"; src: url("/fonts/ProximaNova-BlackIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Bold"; src: url("/fonts/ProximaNova-Bold.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-BoldIt"; src: url("/fonts/ProximaNova-BoldIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Extrabold"; src: url("/fonts/ProximaNova-Extrabold.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-ExtraboldIt"; src: url("/fonts/ProximaNova-ExtraboldIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Light"; src: url("/fonts/ProximaNova-Light.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-LightIt"; src: url("/fonts/ProximaNova-LightIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Regular"; src: url("/fonts/ProximaNova-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-RegularIt"; src: url("/fonts/ProximaNova-RegularIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Semibold"; src: url("/fonts/ProximaNova-Semibold.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-SemiboldIt"; src: url("/fonts/ProximaNova-SemiboldIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Thin"; src: url("/fonts/ProximaNova-Thin.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-ThinIt"; src: url("/fonts/ProximaNova-ThinIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } html { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 18px; line-height: 21px; } body { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 18px; line-height: 21px; } p.text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.333rem; } p.bold { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1rem; line-height: 1.333rem; } .header { font-size: 0.8889rem; } .header .container .navbar .navbar-header .navbar-brand .brand-name { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-transform: uppercase; } .header .container .navbar .navbar-collapse .navbar-left .menu-item .menu-link { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .header .container .navbar .navbar-collapse .navbar-left .menu-item.active .menu-link { text-decoration: underline; text-underline-position: under; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header { text-transform: uppercase; text-align: left; font-size: 48px; font-size: 2.685rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header-sub { text-transform: uppercase; text-align: left; font-size: 1.666rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-description { font-family: 'ProximaNova-Semibold'; font-size: 20px; line-height: 27px; text-align: left; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white { font-size: 0.8889rem; line-height: 1.333rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count { font-size: 1rem; line-height: 28px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count span { font-size: 30px; line-height: 28px; padding-right: 5px; } .row.index-slider .container #indexSlider .carousel-control { position: absolute; left: auto; top: auto; font-size: 2rem; } .row.index-slider .container #indexSlider .carousel-control span { font-family: sans-serif; } .row.index-about .container div .section-header { font-family: 'ProximaNova-Semibold'; font-size: 38px; line-height: 21px; } .row.index-about .container div .section-description { font-family: 'ProximaNova-Light'; font-size: 1rem; line-height: 1.666rem; } .row.index-about .container div .btn-filled { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .row.index-program .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.index-program .container div .section-description { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .row.index-program .container div .subheader { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.333rem; text-transform: uppercase; } .row.index-program .container div .btn-filled { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .row.index-products .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.index-products .container .products-wrapper .product-card .overlay .btn-filled { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: center; } .row.index-products .container .products-wrapper .product-card .overlay .btn-filled:hover { text-decoration: none; } .row.index-products .container .products-wrapper .product-card .product-header { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.333rem; text-align: left; } .row.index-products .container .products-wrapper .product-card .product-description { text-align: center; font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 0.7778rem; line-height: 1rem; text-align: left; } .row.index-products .container .products-wrapper .product-card .price { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: left; } .row.index-products .container .products-wrapper .product-card .price .sale-price { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1.122rem; line-height: 1.333rem; text-align: left; } .row.index-products .container .btn-filled { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: center; } .row.index-review .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.index-review .container div .review-item .date { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: left; } .row.index-review .container div .review-item .comment { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.450rem; text-align: left; } .row.index-review .container div .btn-filled { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: center; } .footer { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer .container .footer-contacts .footer-contacts-list .footer-contacts-item span { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer .container .footer-contacts .footer-contacts-list .footer-contacts-item .address { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer .container .footer-contacts > span.copyright { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-link { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer-header { text-transform: uppercase; font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.122rem; line-height: 1.333rem; } .row.hero-header .container .page-title { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.hero-header .container .page-title-sub { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.17rem; line-height: 1.333rem; } .row.main-content .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.mission .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.mission .text-list { list-style-type: none; } .row.mission .text-list .text-list-item { text-indent: -1.2rem; } .row.mission .text-list .text-list-item:before { content: '-'; display: inline-block; float: left; margin-right: 1rem; } .row.win-story .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } @media screen and (max-width: 1200px) { .row.hero-header .container .page-title { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; text-transform: uppercase; } .row.hero-header .container .page-title-sub { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .row.main-content .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } .row.mission .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } .row.win-story .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } } .row .container .main article.post .article-header { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.666rem; } .row .container .main article.post .article-header .meta { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.666rem; } .row .container .main article.post p.excerpt { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.7778rem; line-height: 1.666rem; } .row .container .main article.post .article-link { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.666rem; } .row .container .main article.post .article-link span { font-family: sans-serif; } .row .container .primary-sidebar aside#categories .widget-title { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } .row .container .primary-sidebar aside#categories .cat-list { font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.333rem; list-style-type: none; } .row .container .primary-sidebar aside#recent-posts-2 .widget-title { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .post-title { font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.333rem; list-style-type: none; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .meta { font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.333rem; list-style-type: none; } .row .container .primary-sidebar aside#recent-posts-2 ul li a:hover { text-decoration: none; } .row { position: relative; margin-bottom: 30px; } .row .container article.blog-post .row .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row .container article.blog-post .row .right-text-blog .text-list { list-style-type: none; } .row .container article.blog-post .row .right-text-blog .text-list .text-list-item:before { content: ''; display: block; float: left; width: 1rem; margin-top: 0.7rem; margin-right: 1rem; margin-left: -2rem; border-bottom: 2px solid #88d1f1; } .row .container blockquote { text-align: center; } .row .container blockquote:before { content: 'โ€œ'; display: inline; font-family: "ProximaNova-Light", Georgia, sans-serif; font-style: italic; font-size: 4rem; line-height: 1.558rem; transform: translateY(0.2rem); float: left; margin-right: 2rem; } .row .container blockquote:after { content: 'โ€'; display: inline-block; font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 4rem; line-height: 0rem; font-style: italic; transform: translateY(2.333rem); margin-left: 3rem; } .row .container blockquote span.italic { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.666rem; } @media screen and (max-width: 1024px) { .row .container article.blog-post .row .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } .row .container article.blog-post .row .right-text-blog .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } .row .container blockquote { font-style: italic; } .row .container blockquote span.italic { font-style: italic; } } .header .container .navbar { background-color: inherit; border: 0; } .header .container .navbar .navbar-collapse .navbar-left .menu-item .menu-link { color: #000; } .header .container .navbar .navbar-collapse .navbar-left .menu-item.active { background-color: #fff; } .header .container .navbar .navbar-collapse .navbar-left .menu-item.active .menu-link { color: #009ee0; } .header .container .navbar .navbar-collapse .navbar-left .menu-item.active .menu-link:hover { background: #fff; } .header .container .navbar .navbar-collapse .navbar-right .btn-filled { background-color: #009ee0; color: #fff; } .header .container .navbar .navbar-collapse .navbar-right .navbar-form .input-group .form-control { border: 1px solid transparent; } .header .container .navbar .navbar-collapse .navbar-right .navbar-form .input-group .input-group-btn .btn-search { color: #d9d9d9; } .header .container .navbar .navbar-collapse .navbar-right .btn-link { color: #009ee0; } .search-box .searchform { border: 5px solid #d9d9d9; } .search-box .searchform input#s { color: #000; } .search-box .searchform .close span { background-color: #d9d9d9; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: #fff; } .row.index-slider .container #indexSlider:before { display: block; content: ''; background-color: #c0e2f5; position: absolute; left: -100%; width: 100%; height: 100%; } .row.index-slider .container #indexSlider .carousel-inner .item { background-color: #c0e2f5; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header { text-transform: uppercase; text-align: left; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header-sub { text-transform: uppercase; text-align: left; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-description { text-align: left; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white { background-color: #fff; color: #000; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white span { color: #009ee0; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count { background-color: #fff; color: #000; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count span { color: #009ee0; } .row.index-slider .container #indexSlider .carousel-control { background: inherit; color: #000; text-shadow: none; box-shadow: none; } .row.index-about .container div .btn-filled { background-color: #009ee0; color: #fff; } .row.index-about .container div:after { background-color: #c0e2f5; } .row.index-program .container .program-block.program-bg .section-description { color: #fff; } .row.index-program .container .program-block .subheader { border-bottom: 2px solid #eee; } .row.index-program .container .program-block .program-thumbnail { border: 1px solid #eee; } .row.index-program .container .program-block .btn-filled { background-color: #fff; color: #000; } .row.index-products .container .products-wrapper .product-card .overlay { background: rgba(0, 158, 224, 0.5); } .row.index-products .container .products-wrapper .product-card .overlay .btn-filled { background-color: #fff; color: #000; } .row.index-products .container .products-wrapper .product-card .price .sale-price { color: #009ee0; } .row.index-products .container .btn-filled { background-color: #009ee0; color: #fff; } @media screen and (max-width: 1024px) { .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay { background: inherit; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay .btn-filled { background-color: #009ee0; color: #fff; } .row.index-products .container .products-wrapper .product-card .price .sale-price { color: #009ee0; } .row.index-products .container .btn-filled { background-color: #009ee0; color: #fff; } } .row.index-review .container .section-header { border-bottom: 2px solid #eee; } .row.index-review .container div .review-item { border: 2px solid #eee; } .row.index-review .container div .review-item .img-wrapper:before { background: rgba(0, 158, 224, 0.5); } .row.index-review .container div .review-item .rate .glyphicon-star { color: #009ee0; } .row.index-review .container div .review-item .rate .glyphicon-star.empty { color: #d9d9d9; } .row.index-review .container div .review-item .meta .username { color: #009ee0; } .row.index-review .container div .review-item .meta .date { color: #8d8d8d; } .row.index-review .container .btn-filled { background-color: #009ee0; color: #fff; } .footer { background-color: #6ec8ed; color: #fff; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-link { color: #fff; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-link:hover { color: #fff; outline: none; cursor: pointer; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-link:visited { color: #fff; outline: none; cursor: pointer; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-linkfocus { color: #fff; outline: none; cursor: pointer; } .footer .container .acne-resources .acne-resources-list .acne-resources-item .acne-resources-link { color: #fff; } .footer .container .acne-resources .acne-resources-list .acne-resources-item .acne-resources-link:hover { color: #fff; outline: none; cursor: pointer; } .footer .container .acne-resources .acne-resources-list .acne-resources-item .acne-resources-link:visited { color: #fff; outline: none; cursor: pointer; } .footer .container .acne-resources .acne-resources-list .acne-resources-item .acne-resources-linkfocus { color: #fff; outline: none; cursor: pointer; } .row.hero-header .container .page-title { color: #fff; } .row.hero-header .container .page-title-sub { color: #fff; } .row.main-content .container .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: -40px; z-index: -1; background-color: #eee; } .row.main-content .container .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; right: -40px; z-index: -1; background-color: #c0e2f5; } .row.win-story .container .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 50%; position: absolute; top: 30%; right: -80%; z-index: -1; background-color: #c0e2f5; } @media screen and (max-width: 1200px) { .row.main-content .container .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: -40px; z-index: -1; background-color: #eee; } .row.main-content .container .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 40px; right: -40px; z-index: -1; background-color: #c0e2f5; } .row.win-story .container .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 50%; position: absolute; top: 30%; right: -80%; z-index: -1; background-color: #c0e2f5; } } .row .container .main article.post p.excerpt { color: #d9d9d9; } .row .container .main article.post .article-link { color: #009ee0; } .row .container .main .pagination li.active span { background-color: #009ee0; border-color: #009ee0; } .row .container .main .pagination li a { background-color: #d9d9d9; color: #fff; } .row .container .primary-sidebar aside#search-2 form.search-form label input.search-field { border: 1px solid #d9d9d9; color: #000; } .row .container .primary-sidebar aside#search-2 form.search-form .search-submit { border: 1px solid #d9d9d9; border-left: 0; background-color: #fff; color: #d9d9d9; } .row .container .primary-sidebar aside#categories .cat-list .cat-item { position: relative; } .row .container .primary-sidebar aside#categories .cat-list .cat-item a { color: #000; } .row .container .primary-sidebar aside#categories .cat-list .cat-item:before { content: ''; display: block; position: absolute; left: -2rem; top: 0.6rem; width: 1.5rem; height: 1px; border-bottom: 1px solid #009ee0; } .row .container .primary-sidebar aside#recent-posts-2 ul li a { color: #000; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .post-title { color: #000; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .meta { color: #000; } .row .container article.blog-post .row .img-wrapper.left-image:after { content: ''; display: block; width: 150%; height: 70%; position: absolute; top: 40px; left: auto; right: 0; z-index: -1; background-color: #c0e2f5; } .row .container article.blog-post .row .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; right: -40px; z-index: -1; background-color: #c0e2f5; } .row .container blockquote { color: #d9d9d9; } .row .container blockquote span.italic { color: #6ec8ed; } @media screen and (max-width: 1024px) { .row .container blockquote { color: #d9d9d9; } .row .container blockquote span.italic { color: #6ec8ed; } } article.info .row:first-child .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row:first-child .right-text .btn-filled { background-color: #009ee0; color: #fff; } article.info .row3 .left-text .text-list { color: #009ee0; } article.info .row3 .left-text .text-list .text-list-item { color: #000; } .row.index-program .container div.program-bg { background: linear-gradient(rgba(0, 158, 224, 0.5), rgba(0, 158, 224, 0.5)), url(../images/program-bg.png); background-size: 220%; background-position: right; background-repeat: no-repeat; } .content { overflow-x: hidden; width: 100%; } .header .container .navbar { height: 80px; margin: 0 -15px; } .header .container .navbar .navbar-header { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 80px; } .header .container .navbar .navbar-header .navbar-brand { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .header .container .navbar .navbar-header .navbar-brand .brand-logo { width: 40px; float: left; } .header .container .navbar .navbar-collapse .navbar-left { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 80px; } .header .container .navbar .navbar-collapse .navbar-right { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 80px; } .header .container .navbar .navbar-collapse .navbar-right .btn-filled { display: block; padding: 1rem 2rem; margin: 0.2rem 0; border: 0; border-radius: 1.5rem; } .header .container .navbar .navbar-collapse .navbar-right .navbar-form .input-group .form-control { width: 0px; } .search-box .searchform { height: 30px; box-sizing: border-box; border-radius: 20px; display: inline-block; position: relative; } .search-box .searchform input#s { border: none; background: transparent; height: 25px; width: 0px; line-height: 25px; vertical-align: top; padding: 0px 10px; box-shadow: none; -webkit-transition: width .5s; /* Safari */ transition: width .5s; position: relative; z-index: 2; } .search-box .searchform input#s:hover { outline: none; } .search-box .searchform input#s:focus { width: 80px; outline: none; margin-right: 20px; } .search-box .searchform input#s:focus + .close span { top: 8px; right: 5px; } .search-box .searchform input#s:focus + .close span.back { -webkit-transition: .5s .7s ease-in-out; -moz-transition: .5s .7s ease-in-out; -o-transition: .5s .7s ease-in-out; transition: .5s .7s ease-in-out; -webkit-transform: rotate(45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); opacity: 1; } .search-box .searchform .close { position: absolute; width: 20px; height: 20px; top: 0px; right: 0px; -webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; transition: .2s ease-in-out; cursor: pointer; z-index: 1; } .search-box .searchform .close span { width: 15px; height: 6px; border-radius: 3px; display: block; position: absolute; top: 22px; right: -13px; background-color: #333; opacity: 1; -webkit-transition: .2s .5s ease-in-out; -moz-transition: .2s .5s ease-in-out; -o-transition: .2s .5s ease-in-out; transition: .2s .5s ease-in-out; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .search-box .searchform .close span.back { top: 12px; right: 5px; opacity: 0; } @media screen and (max-width: 768px) { .header .container .navbar { height: auto; margin: 0 -15px; } .header .container .navbar .navbar-header { display: block; height: auto; } .header .container .navbar .navbar-header .visible-xs.shop-link-xs { display: block; position: absolute; right: 0; top: 0; width: 100px; height: 50px; padding-top: 25px; text-align: center; font-weight: 600; color: #6ec8ed; } .header .container .navbar .navbar-header .navbar-toggle { position: absolute; right: 0; top: 0; z-index: 100; background-color: inherit; border: 0; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon { width: 20px; height: 20px; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon > svg { transform-origin: 100%; width: 40px; fill: #fff; transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon > svg > .icon-bars__1 { transform: rotate(45deg) translate(18px, -19px); transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon > svg > .icon-bars__2 { display: none; transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon > svg > .icon-bars__3 { transform: rotate(-45deg) translate(6px, 12px); transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle.collapsed { position: relative; display: block; float: left; margin: 15px 0 15px 15px; background-color: inherit; border: 0; right: auto; top: auto; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon { width: 20px; height: 20px; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon > svg { transform-origin: 100%; width: 40px; fill: #6ec8ed; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon > svg > .icon-bars__1 { transform: rotate(0); transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon > svg > .icon-bars__2 { display: block; transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon > svg > .icon-bars__3 { transform: rotate(0); transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-brand { position: relative; display: block; padding: 0; margin-top: 15px; line-height: 2rem; } .header .container .navbar .navbar-header .navbar-brand .brand-logo { width: 40px; float: left; } .header .container .navbar .navbar-collapse { position: absolute; top: 0; padding-top: 50px; left: 15px; width: 100%; background-color: #6ec8ed; z-index: 2; } .header .container .navbar .navbar-collapse.collapse.in { position: absolute; top: 0; padding-top: 50px; left: 15px; width: 100%; } .header .container .navbar .navbar-collapse.collapse.in .navbar-left { display: block; height: auto; } .header .container .navbar .navbar-collapse.collapse.in .navbar-left .menu-item { text-align: center; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right { display: block; height: auto; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .btn-filled { display: block; padding: 1rem 2rem; margin: 0.2rem 20%; border: 0; border-radius: 1.5rem; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .navbar-form { display: none; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .navbar-form .input-group .form-control { width: 0px; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .shop-link { display: none; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .visible-xs .address { color: #fff; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; text-align: center; display: block; width: 50%; margin-left: 25%; margin-top: 1rem; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .visible-xs .address:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3c5"; color: #009ee0; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .visible-xs .tel { color: #fff; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; text-align: center; display: block; width: 50%; margin-left: 25%; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .visible-xs .tel:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f095"; color: #009ee0; } .header .container .navbar .navbar-collapse .navbar-left { display: block; height: auto; } .header .container .navbar .navbar-collapse .navbar-left .menu-item { text-align: center; } .header .container .navbar .navbar-collapse .navbar-right { display: block; height: auto; text-align: center; } .header .container .navbar .navbar-collapse .navbar-right .btn-filled { display: block; padding: 1rem 2rem; margin: 0.2rem 0; border: 0; border-radius: 1.5rem; } .header .container .navbar .navbar-collapse .navbar-right .navbar-form { display: none; } .header .container .navbar .navbar-collapse .navbar-right .shop-link { display: none; } } .row.index-slider .container #indexSlider .carousel-inner .item .slide-item-image { position: relative; float: right; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption { position: absolute; left: 0; bottom: 100px; top: auto; text-shadow: none; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header-sub { display: block; max-width: 70%; font-size: 1.6rem; line-height: 1.866rem; margin-bottom: 15px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-description { max-width: 70%; margin-bottom: 15px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white { display: block; width: 300px; border-radius: 1.2rem; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white span { font-family: sans; font-size: 1rem; line-height: 1rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count { position: absolute; right: -25%; bottom: -100px; width: 25%; height: 15%; padding-top: 20px; display: flex; flex-direction: row; justify-content: center; align-items: center; } .row.index-slider .container #indexSlider .carousel-control { position: absolute; left: auto; top: auto; width: 10%; } .row.index-slider .container #indexSlider .carousel-control.left { right: 12%; bottom: 1%; } .row.index-slider .container #indexSlider .carousel-control.right { right: -1%; bottom: 1%; } @media screen and (max-width: 1200px) { .row.index-slider .container #indexSlider { z-index: -1; margin-right: -15px; } .row.index-slider .container #indexSlider .carousel-inner .item { overflow-x: hidden; } .row.index-slider .container #indexSlider .carousel-inner .item .slide-item-image { height: 600px; max-width: 200%; margin-right: -60%; } .row.index-slider .container #indexSlider .carousel-inner .item .container { position: relative; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption { position: absolute; left: 0; bottom: auto; top: 200px; text-shadow: none; width: 100%; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header { max-width: 100%; font-size: 22px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header-sub { display: none; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-description { max-width: 100%; font-size: 16px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white { display: block; width: 300px; max-width: 100%; border-radius: 1.2rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count { display: none; } .row.index-slider .container #indexSlider .carousel-control { display: none; } } .row.index-about { margin: 100px 0; } .row.index-about .container div .section-header { margin-bottom: 2rem; } .row.index-about .container div .img-wrapper { position: absolute; top: 30px; right: -60%; width: 300px; height: 300px; overflow: hidden; } .row.index-about .container div .img-wrapper .index-about--thumbnail { width: 200%; height: auto; margin-left: -30%; margin-top: -20%; } .row.index-about .container div .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem 0; border: 0; border-radius: 1.5rem; width: 350px; } .row.index-about .container div:after { display: block; content: ''; width: 100%; height: 50%; position: absolute; right: -140%; bottom: 5%; z-index: -1; } @media screen and (max-width: 1200px) { .row.index-about { margin: 100px 0; } .row.index-about .container div .section-header { margin-bottom: 2rem; } .row.index-about .container div .img-wrapper { position: relative; top: 0; right: 0; width: 100%; height: 100%; overflow: hidden; margin-bottom: 100px; } .row.index-about .container div .img-wrapper .index-about--thumbnail { width: 200%; height: auto; margin-left: -30%; margin-top: -20%; } .row.index-about .container div .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem 0; border: 0; border-radius: 1.5rem; width: 350px; max-width: 80%; } .row.index-about .container div:after { display: block; content: ''; width: 100%; height: 350px; position: absolute; right: -30%; bottom: auto; top: 15%; z-index: -1; } } .row.index-program { padding-bottom: 100px; } .row.index-program .container .section-header { padding-bottom: 50px; } .row.index-program .container .program-block { overflow-x: hidden; padding: 0; } .row.index-program .container .program-block.program-bg { height: 560px; } .row.index-program .container .program-block .section-description { padding: 15px 30px; } .row.index-program .container .program-block .subheader { padding: 30px; margin: 0; } .row.index-program .container .program-block .program-thumbnail { position: relative; width: auto; height: 280px; } .row.index-program .container .program-block .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem auto; border: 0; border-radius: 1.5rem; width: 250px; } @media screen and (max-width: 1024px) { .row.index-program { padding-bottom: 100px; } .row.index-program .container .section-header { padding-bottom: 50px; } .row.index-program .container .program-block { overflow-x: hidden; overflow-y: visible; padding: 0; } .row.index-program .container .program-block.program-bg { overflow-y: visible; height: 560px; background: linear-gradient(rgba(0, 158, 224, 0.5), rgba(0, 158, 224, 0.5)), url(../images/program-bg.png); background-size: 250%; background-position: right -50px top; background-repeat: no-repeat; } .row.index-program .container .program-block .section-description { padding: 15px 30px; } .row.index-program .container .program-block .subheader { margin: 30px; padding: 15px 0; width: 60%; } .row.index-program .container .program-block .program-thumbnail { position: relative; width: 100%; height: auto; } .row.index-program .container .program-block .btn-filled { display: block; padding: 1rem 2rem; margin: 1.5rem auto; border: 0; border-radius: 1.5rem; width: 250px; } .row.index-program .container .program-block:nth-child(4) { margin: 0 -15px; overflow: visible; } .row.index-program .container .program-block:nth-child(4) .program-thumbnail { width: 110%; } .row.index-program .container .program-block:nth-child(5) { display: none; } .row.index-program .container .program-block:last-child { display: none; } } .row.index-products .container .section-header { margin-bottom: 50px; } .row.index-products .container .products-wrapper { display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start; } .row.index-products .container .products-wrapper .product-card { position: relative; width: 350px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .product-thumbnail { position: relative; max-width: 100%; height: 350px; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 0; opacity: 0; z-index: 2; transition: all 0.3s ease-in-out; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay .btn-filled { display: block; padding: 1rem 2rem; margin: 4rem auto; border: 0; border-radius: 1.5rem; width: 200px; } .row.index-products .container .products-wrapper .product-card:hover .overlay { opacity: 1; height: 350px; transition: all 0.3s ease-in-out; } .row.index-products .container .products-wrapper .product-card .product-header { position: relative; width: 100%; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .product-description { position: relative; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .price { align-self: flex-start; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .price .sale-price { padding: 15px; } .row.index-products .container .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem auto; border: 0; border-radius: 1.5rem; width: 250px; } @media screen and (max-width: 1024px) { .row.index-products .container .products-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .row.index-products .container .products-wrapper .product-card { position: relative; width: auto; display: flex; flex-direction: column; justify-content: center; align-items: center; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .product-thumbnail { position: relative; max-width: 100%; height: 350px; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay { position: absolute; top: auto; left: auto; right: 20px; bottom: 0.5rem; width: 50%; height: 3rem; opacity: 1; z-index: 2; transition: all 0.3s ease-in-out; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay .btn-filled { display: block; padding: 1rem 2rem; margin: auto; border: 0; border-radius: 1.5rem; width: 200px; } .row.index-products .container .products-wrapper .product-card:hover .overlay { opacity: 1; height: 3rem; transition: all 0.3s ease-in-out; } .row.index-products .container .products-wrapper .product-card .product-header { position: relative; width: 100%; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .product-description { position: relative; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .price { align-self: flex-start; padding: 0 15px; margin: 30px 0; } .row.index-products .container .products-wrapper .product-card .price .sale-price { padding: 15px; } .row.index-products .container .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem; border: 0; border-radius: 1.5rem; width: 250px; } } .row.index-review .container .section-header { padding-bottom: 20px; width: 280px; } .row.index-review .container > div { margin-top: 115px; } .row.index-review .container > div .review-item { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 75px 30px 30px 30px; } .row.index-review .container > div .review-item:hover .img-wrapper:before { opacity: 1; transition: all 0.3s ease-in-out; } .row.index-review .container > div .review-item .img-wrapper { position: absolute; top: -75px; display: block; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; } .row.index-review .container > div .review-item .img-wrapper .avatar { display: block; margin-left: -40%; height: 150px; } .row.index-review .container > div .review-item .img-wrapper:before { content: ''; width: 150px; height: 150px; z-index: 2; position: absolute; top: 0; bottom: 0; border-radius: 50%; opacity: 0; transition: all 0.3s ease-in-out; } .row.index-review .container > div .review-item .rate { align-self: flex-start; } .row.index-review .container > div .review-item .meta { align-self: flex-start; } .row.index-review .container > div .review-item .meta .username { display: block; width: auto; float: left; } .row.index-review .container > div .review-item .meta .date { display: inline; float: left; margin: 1.4rem 1.2rem; } .row.index-review .container > div.btn-wrapper { position: relative; padding: 2rem 50%; } .row.index-review .container > div.btn-wrapper .btn-filled { position: relative; display: block; padding: 1rem 2rem; margin: 0 0 0 -125px; border: 0; border-radius: 1.5rem; width: 250px; } .footer .container { position: relative; } .footer .container #scrollTop { display: none; } .footer .container #scrollTop span { display: none; } .footer .container .footer-contacts .footer-contacts-list { padding: 0; list-style-type: none; } .footer .container .footer-contacts .footer-contacts-list .footer-contacts-item .address { margin: 0; } .footer .container .footer-contacts > span.copyright { display: block; margin-top: 3rem; } .footer .container .sidebar { width: 300px; padding: 0; margin: 0 -15px; } .footer .container .sidebar .recent-posts-list { padding: 0; list-style-type: none; } .footer .container .acne-resources .acne-resources-list { padding: 0; list-style-type: none; } @media screen and (max-width: 1200px) { .footer .container { position: relative; } .footer .container #scrollTop { position: absolute; top: -1rem; right: 30px; } .footer .container #scrollTop span { display: block; padding: 0.5rem; border-radius: 50%; background-color: #eee; } .footer .container .footer-contacts .footer-contacts-list { padding: 0; list-style-type: none; } .footer .container .footer-contacts .footer-contacts-list .footer-contacts-item .address { margin: 0; } .footer .container .footer-contacts > span.copyright { position: absolute; bottom: -300px; display: block; margin-top: 3rem; } .footer .container .sidebar { display: none; } .footer .container .sidebar .recent-posts-list { padding: 0; list-style-type: none; } .footer .container .acne-resources { padding-bottom: 100px; } .footer .container .acne-resources .acne-resources-list { padding: 0; list-style-type: none; } } .row.hero-header { margin-bottom: 80px; position: relative; } .row.hero-header .container { position: relative; height: 500px; padding-top: 10%; } .row.hero-header .container .hero-bg { position: absolute; display: block; right: 0; top: 0; z-index: -1; height: 500px; } .row.hero-header .container .page-title { border-top: 2px solid #eee; width: 300px; padding-top: 22px; padding-bottom: 10px; } .row.hero-header .container .page-title-sub { display: block; } .row.main-content { position: relative; margin-bottom: 80px; } .row.main-content .container { position: relative; } .row.main-content .container .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.main-content .container .section-header span { position: relative; display: block; margin-top: 20px; } .row.main-content .container .img-wrapper.left-image { position: absolute; top: 50px; left: 0; } .row.main-content .container .img-wrapper.right-image { position: absolute; top: 100px; right: 0; } .row.mission { position: relative; margin-bottom: 80px; } .row.mission .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.win-story { position: relative; margin-bottom: 80px; } .row.win-story .container { position: relative; } .row.win-story .container .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.win-story .container .img-wrapper.right-image { position: absolute; top: 0; right: 150px; } @media screen and (max-width: 1200px) { .row.hero-header { margin-bottom: 30px; position: relative; } .row.hero-header .container { position: relative; height: 500px; padding-top: 30%; } .row.hero-header .container .hero-bg { position: absolute; display: block; right: -100%; top: 0; z-index: -1; height: 500px; } .row.hero-header .container .page-title { border-top: 2px solid #eee; width: 75px; padding-top: 16px; padding-bottom: 10px; z-index: 1; } .row.hero-header .container .page-title-sub { display: block; z-index: 1; } .row.main-content { position: relative; margin-bottom: 30px; } .row.main-content .container { position: relative; } .row.main-content .container .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.main-content .container .section-header span { position: relative; display: block; margin-top: 20px; } .row.main-content .container .img-wrapper.left-image { position: relative; top: 0; left: 45px; margin-top: 50px; } .row.main-content .container .img-wrapper.left-image .page-thumbnail { max-width: 200%; } .row.main-content .container .img-wrapper.right-image { position: relative; top: 0; right: 0; margin-bottom: 50px; } .row.main-content .container .img-wrapper.right-image .page-thumbnail { max-width: 100%; } .row.mission { position: relative; margin-bottom: 30px; } .row.mission .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.win-story { position: relative; margin-bottom: 30px; } .row.win-story .container { position: relative; } .row.win-story .container .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.win-story .container .img-wrapper.right-image { position: relative; top: 0; right: 0; } } .row .container .main article.post { margin-bottom: 50px; } .row .container .main article.post .post-tumbnail { max-width: 100%; } .row .container .main .pagination { float: right; margin-top: 0; margin-bottom: 50px; } .row .container .main .pagination li span { margin-right: 5px; border-radius: 0; } .row .container .main .pagination li a { margin-right: 5px; } .row .container .primary-sidebar { padding: 0; } .row .container .primary-sidebar aside#search-2 form.search-form { display: inline-block; width: 100%; } .row .container .primary-sidebar aside#search-2 form.search-form label { width: 100%; } .row .container .primary-sidebar aside#search-2 form.search-form label .screen-reader-text { display: none; } .row .container .primary-sidebar aside#search-2 form.search-form label input.search-field { width: 100%; float: left; height: 2rem; padding: 0 1rem; border-radius: 1rem; outline: none; } .row .container .primary-sidebar aside#search-2 form.search-form .search-submit { display: block; width: 20%; height: 2rem; border-radius: 0 1rem 1rem 0; position: absolute; top: 0; right: 0; } .row .container .primary-sidebar aside#recent-posts-2 ul { list-style-type: none; padding: 0; } .row .container .primary-sidebar aside#recent-posts-2 ul li { width: 100%; } .row .container .primary-sidebar aside#recent-posts-2 ul li a img { width: 100%; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .meta { display: block; padding-bottom: 10px; } @media screen and (max-width: 1024px) { .row.hero-header .container .hero-bg { left: 0; -moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); filter: FlipH; -ms-filter: "FlipH"; } .row .container .main { padding: 0; width: 100%; } .row .container .main article.post .post-tumbnail { max-width: 120%; margin: 0 -15px; } .row .container .main article.post .article-header { display: block; } } .row { position: relative; margin-bottom: 30px; } .row .container article.blog-post .row .section-header { margin-left: 15px; margin-bottom: 2rem; } .row .container article.blog-post .row .section-header span { position: relative; display: block; margin-top: 20px; } .row .container article.blog-post .row .img-wrapper.left-image { position: absolute; top: 30px; left: -100%; width: 100%; overflow: visible; } .row .container article.blog-post .row .img-wrapper.left-image .post-thumbnail { display: block; float: right; } .row .container article.blog-post .row .img-wrapper.right-image { position: absolute; top: 100px; right: 0; } .row .container article.blog-post .row .right-text-blog .section-header { margin-left: 0; } .row .container blockquote { margin-top: 70px; border: 0; } @media screen and (max-width: 1024px) { .row .container article.blog-post .row .img-wrapper.left-image { position: relative; top: 0; left: 0; margin-left: -15px; margin-bottom: 80px; } .row .container article.blog-post .row .img-wrapper.left-image:after { content: ''; display: block; width: 150%; height: 100%; position: absolute; top: 40px; left: auto; right: 0; z-index: -1; background-color: #c0e2f5; } .row .container article.blog-post .row .img-wrapper.left-image .post-thumbnail { position: relative; max-width: 200%; float: none; } .row .container article.blog-post .row .img-wrapper.right-image { position: relative; top: 0; right: 0; margin-bottom: 50px; } .row .container article.blog-post .row .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 40px; right: -40px; z-index: -1; background-color: #c0e2f5; } .row .container article.blog-post .row .img-wrapper.right-image .post-thumbnail { max-width: 100%; } } article.info > .row:first-child .right-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info > .row:first-child .right-text .img-wrapper.left-image { position: absolute; left: -80%; } article.info > .row:first-child .right-text .img-wrapper.left-image .post-thumbnail { position: relative; float: right; } article.info > .row:first-child .right-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info > .row:first-child .right-text .btn-filled { position: absolute; left: -62%; bottom: 0; display: block; padding: 1rem 2rem; margin: 4rem auto; border: 0; border-radius: 1.5rem; width: 250px; text-align: center; } article.info > .row2 .left-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info > .row2 .left-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info > .row2 .left-text .img-wrapper.right-image { position: absolute; top: 30px; right: -100%; } article.info > .row2 .left-text .img-wrapper.right-image .post-thumbnail { position: relative; float: right; } article.info .row3 { padding-top: 80px; } article.info .row3 .left-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row3 .left-text .img-wrapper.right-image { position: absolute; top: 55px; right: -69%; } article.info .row3 .left-text .img-wrapper.right-image .post-thumbnail { position: relative; float: right; } article.info .row3 .left-text .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row3 .left-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row3 .left-text .text-list { padding-left: 40px; } article.info .row3 .left-text .text-list .text-list-item { font-weight: 700; color: #009ee0; } article.info .row3 .left-text .text-list .text-list-item .text { margin-left: -40px; text-indent: 40px; color: #000; font-weight: normal; } article.info .row3 .right-text { padding-top: 40px; } article.info .row3 .right-text .text { color: #000; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row3 .right-text .text-list { padding-left: 40px; } article.info .row3 .right-text .text-list .text-list-item { font-weight: 700; color: #009ee0; } article.info .row3 .right-text .text-list .text-list-item .text { margin-left: -40px; text-indent: 40px; color: #000; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row3 .right-text .img-wrapper.left-image { position: absolute; left: -70%; top: 80px; } article.info .row3 .right-text .img-wrapper.left-image .post-thumbnail { position: relative; float: right; } article.info .row3 .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row4 { margin-bottom: 0; } article.info .row4 .right-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row4 .right-text .img-wrapper.left-image { position: absolute; left: -75%; } article.info .row4 .right-text .img-wrapper.left-image .post-thumbnail { position: relative; float: right; } article.info .row4 .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row4 .right-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row4 .right-text .section-header-sub { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row4 .right-text p.bold { font-family: "ProximaNova-Semibold", Georgia, sans-serif; line-height: 1.666rem; font-size: 0.889rem; } article.info .row5.hidden-xs .full-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row5.hidden-xs .full-text .row div .text-list { list-style-type: none; } article.info .row5.hidden-xs .full-text .row div .text-list .text-list-item { position: relative; } article.info .row5.hidden-xs .full-text .row div .text-list .text-list-item:before { content: ''; display: block; position: absolute; top: 0.7rem; left: -20px; width: 10px; border-bottom: 1px solid #009ee0; } article.info .row5.hidden-xs .full-text .row div .text-list .text-list-item .text { font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 14px; line-height: 25px; } article.info .row5.hidden-xs .full-text .row div.paddingless { padding: 0; } article.info .row5.hidden-xs .full-text .row div.paddingless .text-list { padding-left: 0; } article.info .row5.hidden-xs .full-text .row div:last-child .text-list { padding-left: 0; } article.info .row5.hidden-xs .left-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row5.hidden-xs .left-text .img-wrapper.right-image { position: absolute; top: 75px; right: -69%; } article.info .row5.hidden-xs .left-text .img-wrapper.right-image .post-thumbnail { position: relative; float: right; } article.info .row5.hidden-xs .left-text .img-wrapper.right-image:after { content: ''; display: block; width: 150%; height: 40%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row5.hidden-xs .left-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row5.hidden-xs .left-text .text-list { padding-left: 40px; } article.info .row5.hidden-xs .left-text .text-list .text-list-item { font-weight: 700; color: #009ee0; } article.info .row5.hidden-xs .left-text .text-list .text-list-item .text { margin-left: -40px; text-indent: 40px; color: #000; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row6 .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; padding-left: 15px; } article.info .row6 .accordion-wrapper { position: relative; padding: 0 15px; } article.info .row6 .accordion-wrapper .accordion-item { position: relative; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher { display: none; visibility: hidden; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher ~ .accordion-item-description { display: none; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ label { background-color: #009ee0; color: #fff; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ .accordion-item-description { display: block; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ .caret { position: absolute; top: 1rem; right: 40px; width: 0.5rem; height: 0.5rem; background-color: inherit; border-top: 2px solid transparent; border-left: 2px solid transparent; border-bottom: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); } article.info .row6 .accordion-wrapper .accordion-item .accordion-label { display: block; width: 100%; background-color: #ececf1; color: #000; margin: 0; } article.info .row6 .accordion-wrapper .accordion-item .accordion-label .accordion-item-header { padding: 1rem; margin: 0; } article.info .row6 .accordion-wrapper .accordion-item .accordion-item-description { padding: 15px; } article.info .row6 .accordion-wrapper .accordion-item .accordion-item-description .text { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; } article.info .row6 .accordion-wrapper .accordion-item .caret { position: absolute; top: 1rem; right: 40px; width: 0.5rem; height: 0.5rem; background-color: inherit; border-top: 2px solid transparent; border-left: 2px solid transparent; border-bottom: 2px solid #666; border-right: 2px solid #666; transform: rotate(45deg); } @media screen and (max-width: 992px) { article.info .row:first-child .right-text .img-wrapper { height: auto; } article.info .row:first-child .right-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row:first-child .right-text .img-wrapper.left-image .post-thumbnail { position: relative; width: 100%; margin-bottom: 80px; } article.info .row:first-child .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 70vw; position: absolute; top: 40px; left: 40px; right: 0; z-index: -1; background-color: #b8e1f4; } article.info .row:first-child .right-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row:first-child .right-text .img-wrapper.right-image .post-thumbnail { position: relative; width: 100%; margin-bottom: 80px; } article.info .row:first-child .right-text .btn-filled { position: relative; left: auto; bottom: auto; display: block; padding: 1rem 2rem; margin: auto 0; border: 0; border-radius: 1.5rem; width: 250px; text-align: center; } article.info .row:first-child .left-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row:first-child .left-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row:first-child .left-text .img-wrapper.right-image .post-thumbnail { position: relative; width: 100%; margin-bottom: 80px; } article.info .row.row2 .right-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row2 .right-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row2 .left-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row2 .left-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row2 .left-text .img-wrapper.right-image .post-thumbnail { position: relative; width: 100%; margin-bottom: 0; } article.info .row.row3 { padding-top: 15px; margin-bottom: 0; } article.info .row.row3 .right-text { padding-top: 0; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row.row3 .right-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row3 .right-text .img-wrapper.left-image .post-thumbnail { display: none; } article.info .row.row3 .right-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row3 .text-list { padding-left: 40px; } article.info .row.row3 .text-list .text-list-item { font-weight: 700; color: #009ee0; } article.info .row.row3 .text-list .text-list-item .text { margin-left: -40px; text-indent: 40px; color: #000; font-weight: normal; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; } article.info .row.row3 .left-text .img-wrapper.left-image { display: none; position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row3 .left-text .img-wrapper.left-image .post-thumbnail { display: none; } article.info .row.row3 .left-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin: 0 -15px 0 -15px; } article.info .row.row3 .left-text .img-wrapper.right-image .post-thumbnail { padding-top: 50px; position: relative; width: 100%; margin-bottom: 50px; } article.info .row.row3 .left-text .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 65vw; position: absolute; top: 10px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row.row4 { padding-top: 15px; } article.info .row.row4 .right-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin: 50px -15px 50px 0; } article.info .row.row4 .right-text .img-wrapper.left-image .post-thumbnail { margin-bottom: 30px; } article.info .row.row4 .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 65vw; position: absolute; top: -40px; left: 0; right: 0; z-index: -1; background-color: #ececf1; } article.info .row.row4 .right-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row4 .left-text .img-wrapper.left-image { display: none; position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row4 .left-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin: 0 -15px 0 -15px; } article.info .row.row4 .left-text .img-wrapper.right-image .post-thumbnail { padding-top: 50px; position: relative; width: 100%; margin-bottom: 50px; } article.info .row.row4 .left-text .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 65vw; position: absolute; top: 10px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row.row6 .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; padding-left: 15px; margin: 40px 0 20px 0; } article.info .row.row6 .accordion-wrapper { position: relative; padding: 0 15px; } article.info .row.row6 .accordion-wrapper .accordion-item { position: relative; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher { display: none; visibility: hidden; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher ~ .accordion-item-description { display: none; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ label { background-color: #009ee0; color: #fff; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ .accordion-item-description { display: block; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ .caret { position: absolute; top: 1.333rem; right: 10px; width: 0.5rem; height: 0.5rem; background-color: inherit; border-top: 2px solid transparent; border-left: 2px solid transparent; border-bottom: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(-135deg) translate(-0.3rem, -0.3rem); } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-label { display: block; width: 100%; background-color: #ececf1; color: #000; margin: 0; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-label .accordion-item-header { padding: 1rem; margin: 0; font-size: 0.889rem; line-height: 1.666rem; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-label .accordion-item-header span { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-item-description { padding: 15px; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-item-description .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-item-description .text span { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; } article.info .row.row6 .accordion-wrapper .accordion-item .caret { position: absolute; top: 1.333rem; right: 10px; width: 0.5rem; height: 0.5rem; background-color: inherit; border-top: 2px solid transparent; border-left: 2px solid transparent; border-bottom: 2px solid #666; border-right: 2px solid #666; transform: rotate(45deg); } } .page-contacts .hero-header { margin-bottom: 0; } .row.contacts { margin-bottom: 0; } .row.contacts #map { height: 484px; } .row.contacts .container { position: relative; } .row.contacts .container .contacts-wrapper.overlay { position: absolute; right: 7%; top: -400px; width: 340px; z-index: 5; background-color: #fff; padding: 72px 64px; } .row.contacts .container .contacts-wrapper.overlay .contacts-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.12rem; line-height: 1.666rem; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list { list-style-type: none; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item { padding-bottom: 15px; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item .address { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; font-weight: 400; line-height: 1.666rem; margin: 1rem 0 0 0; text-indent: -2rem; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item .address:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3c5"; color: #009ee0; margin-right: 1rem; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item .tel { display: block; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; font-weight: 400; line-height: 1.666rem; text-indent: -2rem; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item .tel:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f095"; color: #009ee0; margin-right: 1rem; } .page-review .review-wrapper .review-list .review-item { position: relative; display: block; width: 100%; margin: 118px 0; padding: 22px 34px; -webkit-box-shadow: 0px 0px 60px -12px #ececf1; -moz-box-shadow: 0px 0px 60px -12px #ececf1; box-shadow: 0px 0px 60px 0px #ececf1; } .page-review .review-wrapper .review-list .review-item .user-meta { display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: absolute; height: 200px; left: 37px; top: -59px; } .page-review .review-wrapper .review-list .review-item .user-meta .user-icon { padding: 28px 31px; background-color: #009ee0; border-radius: 50%; } .page-review .review-wrapper .review-list .review-item .user-meta .user-icon svg { width: 56px; height: 56px; fill: #fff; } .page-review .review-wrapper .review-list .review-item .user-meta .user-name { align-self: flex-start; } .page-review .review-wrapper .review-list .review-item .user-meta .rate { align-self: flex-start; } .page-review .review-wrapper .review-list .review-item .user-meta .rate .glyphicon-star { color: #e6c327; } .page-review .review-wrapper .review-list .review-item .img-wrapper img.before-after { margin-left: 200px; margin-bottom: 44px; } .page-review .review-wrapper .review-list .review-item .meta { position: absolute; top: 22px; right: 53px; } .page-review .review-wrapper .review-list .review-item .meta .date { color: #aaa; } .page-review .review-wrapper .review-list .review-item .btn-filled { display: block; margin-top: 33px; padding: 1rem 2rem; margin: 2rem 0; border: 0; border-radius: 1.5rem; width: 250px; max-width: 50%; text-align: center; background-color: #009ee0; border-radius: 1.5rem; color: #fff; } .page-review .review-wrapper .pagination { float: right; margin-top: 0; margin-bottom: 50px; } .page-review .review-wrapper .pagination li span { margin-right: 5px; border-radius: 0; } .page-review .review-wrapper .pagination li.active span { background-color: #009ee0; border-color: #009ee0; } .page-review .review-wrapper .pagination li a { margin-right: 5px; background-color: #d9d9d9; color: #fff; } @media screen and (max-width: 1024px) { .page-review { margin-bottom: 0; } .page-review .review-wrapper .review-list { margin: 0 -15px; } .page-review .review-wrapper .review-list .review-item { position: relative; display: block; width: 100%; margin: 118px 0; padding: 0 15px 22px 15px; -webkit-box-shadow: 0px 0px 60px -12px #ececf1; -moz-box-shadow: 0px 0px 60px -12px #ececf1; box-shadow: 0px 0px 60px 0px #ececf1; } .page-review .review-wrapper .review-list .review-item:last-child { margin: 0 0 22px 0; } .page-review .review-wrapper .review-list .review-item:last-child:btn-filled { margin-bottom: 0; } .page-review .review-wrapper .review-list .review-item .user-meta { display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: absolute; height: 200px; width: 60%; left: 15px; top: -59px; } .page-review .review-wrapper .review-list .review-item .user-meta .user-icon { padding: 28px 31px; background-color: #009ee0; border-radius: 50%; align-self: flex-end; } .page-review .review-wrapper .review-list .review-item .user-meta .user-icon svg { width: 56px; height: 56px; fill: #fff; } .page-review .review-wrapper .review-list .review-item .user-meta .user-name { align-self: flex-start; } .page-review .review-wrapper .review-list .review-item .user-meta .rate { align-self: flex-start; } .page-review .review-wrapper .review-list .review-item .user-meta .rate .glyphicon-star { color: #e6c327; } .page-review .review-wrapper .review-list .review-item .img-wrapper img.before-after { margin-top: 160px; margin-left: 0; margin-bottom: 44px; } .page-review .review-wrapper .review-list .review-item .meta { position: absolute; top: 78px; right: 15px; } .page-review .review-wrapper .review-list .review-item .meta .date { color: #aaa; } .page-review .review-wrapper .review-list .review-item .btn-filled { display: block; margin-top: 33px; padding: 1rem 2rem; margin: 2rem 0; border: 0; border-radius: 1.5rem; width: 250px; max-width: 70%; text-align: center; background-color: #009ee0; border-radius: 1.5rem; color: #fff; } .page-review .review-wrapper .pagination { float: left; margin-top: 0; margin-bottom: 50px; } .page-review .review-wrapper .pagination li span { margin-right: 5px; border-radius: 0; } .page-review .review-wrapper .pagination li.active span { background-color: #6ec8ed; border-color: #6ec8ed; } .page-review .review-wrapper .pagination li a { margin-right: 5px; background-color: #d9d9d9; color: #fff; } }
app/view/css/main.css
@charset "UTF-8"; @font-face { font-family: "ProximaNova-Black"; src: url("/fonts/ProximaNova-Black.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-BlackIt"; src: url("/fonts/ProximaNova-BlackIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Bold"; src: url("/fonts/ProximaNova-Bold.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-BoldIt"; src: url("/fonts/ProximaNova-BoldIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Extrabold"; src: url("/fonts/ProximaNova-Extrabold.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-ExtraboldIt"; src: url("/fonts/ProximaNova-ExtraboldIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Light"; src: url("/fonts/ProximaNova-Light.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-LightIt"; src: url("/fonts/ProximaNova-LightIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Regular"; src: url("/fonts/ProximaNova-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-RegularIt"; src: url("/fonts/ProximaNova-RegularIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Semibold"; src: url("/fonts/ProximaNova-Semibold.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-SemiboldIt"; src: url("/fonts/ProximaNova-SemiboldIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-Thin"; src: url("/fonts/ProximaNova-Thin.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "ProximaNova-ThinIt"; src: url("/fonts/ProximaNova-ThinIt.ttf") format("truetype"); font-weight: normal; font-style: normal; } html { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 18px; line-height: 21px; } body { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 18px; line-height: 21px; } p.text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.333rem; } p.bold { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1rem; line-height: 1.333rem; } .header { font-size: 0.8889rem; } .header .container .navbar .navbar-header .navbar-brand .brand-name { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-transform: uppercase; } .header .container .navbar .navbar-collapse .navbar-left .menu-item .menu-link { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .header .container .navbar .navbar-collapse .navbar-left .menu-item.active .menu-link { text-decoration: underline; text-underline-position: under; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header { text-transform: uppercase; text-align: left; font-size: 48px; font-size: 2.685rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header-sub { text-transform: uppercase; text-align: left; font-size: 1.666rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-description { font-family: 'ProximaNova-Semibold'; font-size: 20px; line-height: 27px; text-align: left; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white { font-size: 0.8889rem; line-height: 1.333rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count { font-size: 1rem; line-height: 28px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count span { font-size: 30px; line-height: 28px; padding-right: 5px; } .row.index-slider .container #indexSlider .carousel-control { position: absolute; left: auto; top: auto; font-size: 2rem; } .row.index-slider .container #indexSlider .carousel-control span { font-family: sans-serif; } .row.index-about .container div .section-header { font-family: 'ProximaNova-Semibold'; font-size: 38px; line-height: 21px; } .row.index-about .container div .section-description { font-family: 'ProximaNova-Light'; font-size: 1rem; line-height: 1.666rem; } .row.index-about .container div .btn-filled { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .row.index-program .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.index-program .container div .section-description { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .row.index-program .container div .subheader { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.333rem; text-transform: uppercase; } .row.index-program .container div .btn-filled { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .row.index-products .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.index-products .container .products-wrapper .product-card .overlay .btn-filled { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: center; } .row.index-products .container .products-wrapper .product-card .overlay .btn-filled:hover { text-decoration: none; } .row.index-products .container .products-wrapper .product-card .product-header { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.333rem; text-align: left; } .row.index-products .container .products-wrapper .product-card .product-description { text-align: center; font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 0.7778rem; line-height: 1rem; text-align: left; } .row.index-products .container .products-wrapper .product-card .price { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: left; } .row.index-products .container .products-wrapper .product-card .price .sale-price { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1.122rem; line-height: 1.333rem; text-align: left; } .row.index-products .container .btn-filled { text-align: center; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: center; } .row.index-review .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.index-review .container div .review-item .date { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: left; } .row.index-review .container div .review-item .comment { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.450rem; text-align: left; } .row.index-review .container div .btn-filled { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; text-align: center; } .footer { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer .container .footer-contacts .footer-contacts-list .footer-contacts-item span { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer .container .footer-contacts .footer-contacts-list .footer-contacts-item .address { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer .container .footer-contacts > span.copyright { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-link { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .footer-header { text-transform: uppercase; font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.122rem; line-height: 1.333rem; } .row.hero-header .container .page-title { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.hero-header .container .page-title-sub { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.17rem; line-height: 1.333rem; } .row.main-content .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.mission .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row.mission .text-list { list-style-type: none; } .row.mission .text-list .text-list-item { text-indent: -1.2rem; } .row.mission .text-list .text-list-item:before { content: '-'; display: inline-block; float: left; margin-right: 1rem; } .row.win-story .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } @media screen and (max-width: 1200px) { .row.hero-header .container .page-title { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; text-transform: uppercase; } .row.hero-header .container .page-title-sub { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.333rem; } .row.main-content .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } .row.mission .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } .row.win-story .container .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } } .row .container .main article.post .article-header { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.666rem; } .row .container .main article.post .article-header .meta { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.666rem; } .row .container .main article.post p.excerpt { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.7778rem; line-height: 1.666rem; } .row .container .main article.post .article-link { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.666rem; } .row .container .main article.post .article-link span { font-family: sans-serif; } .row .container .primary-sidebar aside#categories .widget-title { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } .row .container .primary-sidebar aside#categories .cat-list { font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.333rem; list-style-type: none; } .row .container .primary-sidebar aside#recent-posts-2 .widget-title { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .post-title { font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.333rem; list-style-type: none; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .meta { font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.333rem; list-style-type: none; } .row .container .primary-sidebar aside#recent-posts-2 ul li a:hover { text-decoration: none; } .row { position: relative; margin-bottom: 30px; } .row .container article.blog-post .row .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 2.17rem; line-height: 1.333rem; } .row .container article.blog-post .row .right-text-blog .text-list { list-style-type: none; } .row .container article.blog-post .row .right-text-blog .text-list .text-list-item:before { content: ''; display: block; float: left; width: 1rem; margin-top: 0.7rem; margin-right: 1rem; margin-left: -2rem; border-bottom: 2px solid #88d1f1; } .row .container blockquote { text-align: center; } .row .container blockquote:before { content: 'โ€œ'; display: inline; font-family: "ProximaNova-Light", Georgia, sans-serif; font-style: italic; font-size: 4rem; line-height: 1.558rem; transform: translateY(0.2rem); float: left; margin-right: 2rem; } .row .container blockquote:after { content: 'โ€'; display: inline-block; font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 4rem; line-height: 0rem; font-style: italic; transform: translateY(2.333rem); margin-left: 3rem; } .row .container blockquote span.italic { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 1rem; line-height: 1.666rem; } @media screen and (max-width: 1024px) { .row .container article.blog-post .row .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } .row .container article.blog-post .row .right-text-blog .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.222rem; line-height: 1.333rem; } .row .container blockquote { font-style: italic; } .row .container blockquote span.italic { font-style: italic; } } .header .container .navbar { background-color: inherit; border: 0; } .header .container .navbar .navbar-collapse .navbar-left .menu-item .menu-link { color: #000; } .header .container .navbar .navbar-collapse .navbar-left .menu-item.active { background-color: #fff; } .header .container .navbar .navbar-collapse .navbar-left .menu-item.active .menu-link { color: #009ee0; } .header .container .navbar .navbar-collapse .navbar-left .menu-item.active .menu-link:hover { background: #fff; } .header .container .navbar .navbar-collapse .navbar-right .btn-filled { background-color: #009ee0; color: #fff; } .header .container .navbar .navbar-collapse .navbar-right .navbar-form .input-group .form-control { border: 1px solid transparent; } .header .container .navbar .navbar-collapse .navbar-right .navbar-form .input-group .input-group-btn .btn-search { color: #d9d9d9; } .header .container .navbar .navbar-collapse .navbar-right .btn-link { color: #009ee0; } .search-box .searchform { border: 5px solid #d9d9d9; } .search-box .searchform input#s { color: #000; } .search-box .searchform .close span { background-color: #d9d9d9; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: #fff; } .row.index-slider .container #indexSlider:before { display: block; content: ''; background-color: #c0e2f5; position: absolute; left: -100%; width: 100%; height: 100%; } .row.index-slider .container #indexSlider .carousel-inner .item { background-color: #c0e2f5; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header { text-transform: uppercase; text-align: left; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header-sub { text-transform: uppercase; text-align: left; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-description { text-align: left; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white { background-color: #fff; color: #000; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white span { color: #009ee0; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count { background-color: #fff; color: #000; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count span { color: #009ee0; } .row.index-slider .container #indexSlider .carousel-control { background: inherit; color: #000; text-shadow: none; box-shadow: none; } .row.index-about .container div .btn-filled { background-color: #009ee0; color: #fff; } .row.index-about .container div:after { background-color: #c0e2f5; } .row.index-program .container .program-block.program-bg .section-description { color: #fff; } .row.index-program .container .program-block .subheader { border-bottom: 2px solid #eee; } .row.index-program .container .program-block .program-thumbnail { border: 1px solid #eee; } .row.index-program .container .program-block .btn-filled { background-color: #fff; color: #000; } .row.index-products .container .products-wrapper .product-card .overlay { background: rgba(0, 158, 224, 0.5); } .row.index-products .container .products-wrapper .product-card .overlay .btn-filled { background-color: #fff; color: #000; } .row.index-products .container .products-wrapper .product-card .price .sale-price { color: #009ee0; } .row.index-products .container .btn-filled { background-color: #009ee0; color: #fff; } @media screen and (max-width: 1024px) { .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay { background: inherit; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay .btn-filled { background-color: #009ee0; color: #fff; } .row.index-products .container .products-wrapper .product-card .price .sale-price { color: #009ee0; } .row.index-products .container .btn-filled { background-color: #009ee0; color: #fff; } } .row.index-review .container .section-header { border-bottom: 2px solid #eee; } .row.index-review .container div .review-item { border: 2px solid #eee; } .row.index-review .container div .review-item .img-wrapper:before { background: rgba(0, 158, 224, 0.5); } .row.index-review .container div .review-item .rate .glyphicon-star { color: #009ee0; } .row.index-review .container div .review-item .rate .glyphicon-star.empty { color: #d9d9d9; } .row.index-review .container div .review-item .meta .username { color: #009ee0; } .row.index-review .container div .review-item .meta .date { color: #8d8d8d; } .row.index-review .container .btn-filled { background-color: #009ee0; color: #fff; } .footer { background-color: #6ec8ed; color: #fff; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-link { color: #fff; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-link:hover { color: #fff; outline: none; cursor: pointer; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-link:visited { color: #fff; outline: none; cursor: pointer; } .footer .container .sidebar .recent-posts-list .recent-posts-item .recent-posts-linkfocus { color: #fff; outline: none; cursor: pointer; } .footer .container .acne-resources .acne-resources-list .acne-resources-item .acne-resources-link { color: #fff; } .footer .container .acne-resources .acne-resources-list .acne-resources-item .acne-resources-link:hover { color: #fff; outline: none; cursor: pointer; } .footer .container .acne-resources .acne-resources-list .acne-resources-item .acne-resources-link:visited { color: #fff; outline: none; cursor: pointer; } .footer .container .acne-resources .acne-resources-list .acne-resources-item .acne-resources-linkfocus { color: #fff; outline: none; cursor: pointer; } .row.hero-header .container .page-title { color: #fff; } .row.hero-header .container .page-title-sub { color: #fff; } .row.main-content .container .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: -40px; z-index: -1; background-color: #eee; } .row.main-content .container .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; right: -40px; z-index: -1; background-color: #c0e2f5; } .row.win-story .container .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 50%; position: absolute; top: 30%; right: -80%; z-index: -1; background-color: #c0e2f5; } @media screen and (max-width: 1200px) { .row.main-content .container .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: -40px; z-index: -1; background-color: #eee; } .row.main-content .container .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 40px; right: -40px; z-index: -1; background-color: #c0e2f5; } .row.win-story .container .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 50%; position: absolute; top: 30%; right: -80%; z-index: -1; background-color: #c0e2f5; } } .row .container .main article.post p.excerpt { color: #d9d9d9; } .row .container .main article.post .article-link { color: #009ee0; } .row .container .main .pagination li.active span { background-color: #009ee0; border-color: #009ee0; } .row .container .main .pagination li a { background-color: #d9d9d9; color: #fff; } .row .container .primary-sidebar aside#search-2 form.search-form label input.search-field { border: 1px solid #d9d9d9; color: #000; } .row .container .primary-sidebar aside#search-2 form.search-form .search-submit { border: 1px solid #d9d9d9; border-left: 0; background-color: #fff; color: #d9d9d9; } .row .container .primary-sidebar aside#categories .cat-list .cat-item { position: relative; } .row .container .primary-sidebar aside#categories .cat-list .cat-item a { color: #000; } .row .container .primary-sidebar aside#categories .cat-list .cat-item:before { content: ''; display: block; position: absolute; left: -2rem; top: 0.6rem; width: 1.5rem; height: 1px; border-bottom: 1px solid #009ee0; } .row .container .primary-sidebar aside#recent-posts-2 ul li a { color: #000; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .post-title { color: #000; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .meta { color: #000; } .row .container article.blog-post .row .img-wrapper.left-image:after { content: ''; display: block; width: 150%; height: 70%; position: absolute; top: 40px; left: auto; right: 0; z-index: -1; background-color: #c0e2f5; } .row .container article.blog-post .row .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; right: -40px; z-index: -1; background-color: #c0e2f5; } .row .container blockquote { color: #d9d9d9; } .row .container blockquote span.italic { color: #6ec8ed; } @media screen and (max-width: 1024px) { .row .container blockquote { color: #d9d9d9; } .row .container blockquote span.italic { color: #6ec8ed; } } article.info .row:first-child .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row:first-child .right-text .btn-filled { background-color: #009ee0; color: #fff; } article.info .row3 .left-text .text-list { color: #009ee0; } article.info .row3 .left-text .text-list .text-list-item { color: #000; } .row.index-program .container div.program-bg { background: linear-gradient(rgba(0, 158, 224, 0.5), rgba(0, 158, 224, 0.5)), url(../images/program-bg.png); background-size: 220%; background-position: right; background-repeat: no-repeat; } .content { overflow-x: hidden; width: 100%; } .header .container .navbar { height: 80px; margin: 0 -15px; } .header .container .navbar .navbar-header { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 80px; } .header .container .navbar .navbar-header .navbar-brand { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .header .container .navbar .navbar-header .navbar-brand .brand-logo { width: 40px; float: left; } .header .container .navbar .navbar-collapse .navbar-left { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 80px; } .header .container .navbar .navbar-collapse .navbar-right { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 80px; } .header .container .navbar .navbar-collapse .navbar-right .btn-filled { display: block; padding: 1rem 2rem; margin: 0.2rem 0; border: 0; border-radius: 1.5rem; } .header .container .navbar .navbar-collapse .navbar-right .navbar-form .input-group .form-control { width: 0px; } .search-box .searchform { height: 30px; box-sizing: border-box; border-radius: 20px; display: inline-block; position: relative; } .search-box .searchform input#s { border: none; background: transparent; height: 25px; width: 0px; line-height: 25px; vertical-align: top; padding: 0px 10px; box-shadow: none; -webkit-transition: width .5s; /* Safari */ transition: width .5s; position: relative; z-index: 2; } .search-box .searchform input#s:hover { outline: none; } .search-box .searchform input#s:focus { width: 80px; outline: none; margin-right: 20px; } .search-box .searchform input#s:focus + .close span { top: 8px; right: 5px; } .search-box .searchform input#s:focus + .close span.back { -webkit-transition: .5s .7s ease-in-out; -moz-transition: .5s .7s ease-in-out; -o-transition: .5s .7s ease-in-out; transition: .5s .7s ease-in-out; -webkit-transform: rotate(45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); opacity: 1; } .search-box .searchform .close { position: absolute; width: 20px; height: 20px; top: 0px; right: 0px; -webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; transition: .2s ease-in-out; cursor: pointer; z-index: 1; } .search-box .searchform .close span { width: 15px; height: 6px; border-radius: 3px; display: block; position: absolute; top: 22px; right: -13px; background-color: #333; opacity: 1; -webkit-transition: .2s .5s ease-in-out; -moz-transition: .2s .5s ease-in-out; -o-transition: .2s .5s ease-in-out; transition: .2s .5s ease-in-out; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .search-box .searchform .close span.back { top: 12px; right: 5px; opacity: 0; } @media screen and (max-width: 768px) { .header .container .navbar { height: auto; margin: 0 -15px; } .header .container .navbar .navbar-header { display: block; height: auto; } .header .container .navbar .navbar-header .visible-xs.shop-link-xs { display: block; position: absolute; right: 0; top: 0; width: 100px; height: 50px; padding-top: 25px; text-align: center; font-weight: 600; color: #6ec8ed; } .header .container .navbar .navbar-header .navbar-toggle { position: absolute; right: 0; top: 0; z-index: 100; background-color: inherit; border: 0; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon { width: 20px; height: 20px; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon > svg { transform-origin: 100%; width: 40px; fill: #fff; transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon > svg > .icon-bars__1 { transform: rotate(45deg) translate(18px, -19px); transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon > svg > .icon-bars__2 { display: none; transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle > .menu-icon > svg > .icon-bars__3 { transform: rotate(-45deg) translate(6px, 12px); transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle.collapsed { position: relative; display: block; float: left; margin: 15px 0 15px 15px; background-color: inherit; border: 0; right: auto; top: auto; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon { width: 20px; height: 20px; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon > svg { transform-origin: 100%; width: 40px; fill: #6ec8ed; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon > svg > .icon-bars__1 { transform: rotate(0); transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon > svg > .icon-bars__2 { display: block; transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-toggle.collapsed > .menu-icon > svg > .icon-bars__3 { transform: rotate(0); transition: all 0.3s ease-in-out; } .header .container .navbar .navbar-header .navbar-brand { position: relative; display: block; padding: 0; margin-top: 15px; line-height: 2rem; } .header .container .navbar .navbar-header .navbar-brand .brand-logo { width: 40px; float: left; } .header .container .navbar .navbar-collapse { position: absolute; top: 0; padding-top: 50px; left: 15px; width: 100%; background-color: #6ec8ed; z-index: 2; } .header .container .navbar .navbar-collapse.collapse.in { position: absolute; top: 0; padding-top: 50px; left: 15px; width: 100%; } .header .container .navbar .navbar-collapse.collapse.in .navbar-left { display: block; height: auto; } .header .container .navbar .navbar-collapse.collapse.in .navbar-left .menu-item { text-align: center; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right { display: block; height: auto; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .btn-filled { display: block; padding: 1rem 2rem; margin: 0.2rem 20%; border: 0; border-radius: 1.5rem; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .navbar-form { display: none; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .navbar-form .input-group .form-control { width: 0px; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .shop-link { display: none; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .visible-xs .address { color: #fff; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; text-align: center; display: block; width: 50%; margin-left: 25%; margin-top: 1rem; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .visible-xs .address:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3c5"; color: #009ee0; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .visible-xs .tel { color: #fff; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; text-align: center; display: block; width: 50%; margin-left: 25%; } .header .container .navbar .navbar-collapse.collapse.in .navbar-right .visible-xs .tel:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f095"; color: #009ee0; } .header .container .navbar .navbar-collapse .navbar-left { display: block; height: auto; } .header .container .navbar .navbar-collapse .navbar-left .menu-item { text-align: center; } .header .container .navbar .navbar-collapse .navbar-right { display: block; height: auto; text-align: center; } .header .container .navbar .navbar-collapse .navbar-right .btn-filled { display: block; padding: 1rem 2rem; margin: 0.2rem 0; border: 0; border-radius: 1.5rem; } .header .container .navbar .navbar-collapse .navbar-right .navbar-form { display: none; } .header .container .navbar .navbar-collapse .navbar-right .shop-link { display: none; } } .row.index-slider .container #indexSlider .carousel-inner .item .slide-item-image { position: relative; float: right; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption { position: absolute; left: 0; bottom: 100px; top: auto; text-shadow: none; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header-sub { display: block; max-width: 70%; font-size: 1.6rem; line-height: 1.866rem; margin-bottom: 15px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-description { max-width: 70%; margin-bottom: 15px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white { display: block; width: 300px; border-radius: 1.2rem; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; line-height: 1.666rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white span { font-family: sans; font-size: 1rem; line-height: 1rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count { position: absolute; right: -25%; bottom: -100px; width: 25%; height: 15%; padding-top: 20px; display: flex; flex-direction: row; justify-content: center; align-items: center; } .row.index-slider .container #indexSlider .carousel-control { position: absolute; left: auto; top: auto; width: 10%; } .row.index-slider .container #indexSlider .carousel-control.left { right: 12%; bottom: 1%; } .row.index-slider .container #indexSlider .carousel-control.right { right: -1%; bottom: 1%; } @media screen and (max-width: 1200px) { .row.index-slider .container #indexSlider { z-index: -1; margin-right: -15px; } .row.index-slider .container #indexSlider .carousel-inner .item { overflow-x: hidden; } .row.index-slider .container #indexSlider .carousel-inner .item .slide-item-image { height: 600px; max-width: 200%; margin-right: -60%; } .row.index-slider .container #indexSlider .carousel-inner .item .container { position: relative; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption { position: absolute; left: 0; bottom: auto; top: 200px; text-shadow: none; width: 100%; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header { max-width: 100%; font-size: 22px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-header-sub { display: none; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-description { max-width: 100%; font-size: 16px; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .btn-white { display: block; width: 300px; max-width: 100%; border-radius: 1.2rem; } .row.index-slider .container #indexSlider .carousel-inner .item .container .carousel-caption .slide-count { display: none; } .row.index-slider .container #indexSlider .carousel-control { display: none; } } .row.index-about { margin: 100px 0; } .row.index-about .container div .section-header { margin-bottom: 2rem; } .row.index-about .container div .img-wrapper { position: absolute; top: 30px; right: -60%; width: 300px; height: 300px; overflow: hidden; } .row.index-about .container div .img-wrapper .index-about--thumbnail { width: 200%; height: auto; margin-left: -30%; margin-top: -20%; } .row.index-about .container div .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem 0; border: 0; border-radius: 1.5rem; width: 350px; } .row.index-about .container div:after { display: block; content: ''; width: 100%; height: 50%; position: absolute; right: -140%; bottom: 5%; z-index: -1; } @media screen and (max-width: 1200px) { .row.index-about { margin: 100px 0; } .row.index-about .container div .section-header { margin-bottom: 2rem; } .row.index-about .container div .img-wrapper { position: relative; top: 0; right: 0; width: 100%; height: 100%; overflow: hidden; margin-bottom: 100px; } .row.index-about .container div .img-wrapper .index-about--thumbnail { width: 200%; height: auto; margin-left: -30%; margin-top: -20%; } .row.index-about .container div .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem 0; border: 0; border-radius: 1.5rem; width: 350px; max-width: 80%; } .row.index-about .container div:after { display: block; content: ''; width: 100%; height: 350px; position: absolute; right: -30%; bottom: auto; top: 15%; z-index: -1; } } .row.index-program { padding-bottom: 100px; } .row.index-program .container .section-header { padding-bottom: 50px; } .row.index-program .container .program-block { overflow-x: hidden; padding: 0; } .row.index-program .container .program-block.program-bg { height: 560px; } .row.index-program .container .program-block .section-description { padding: 15px 30px; } .row.index-program .container .program-block .subheader { padding: 30px; margin: 0; } .row.index-program .container .program-block .program-thumbnail { position: relative; width: auto; height: 280px; } .row.index-program .container .program-block .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem auto; border: 0; border-radius: 1.5rem; width: 250px; } @media screen and (max-width: 1024px) { .row.index-program { padding-bottom: 100px; } .row.index-program .container .section-header { padding-bottom: 50px; } .row.index-program .container .program-block { overflow-x: hidden; overflow-y: visible; padding: 0; } .row.index-program .container .program-block.program-bg { overflow-y: visible; height: 560px; background: linear-gradient(rgba(0, 158, 224, 0.5), rgba(0, 158, 224, 0.5)), url(../images/program-bg.png); background-size: 250%; background-position: right -50px top; background-repeat: no-repeat; } .row.index-program .container .program-block .section-description { padding: 15px 30px; } .row.index-program .container .program-block .subheader { margin: 30px; padding: 15px 0; width: 60%; } .row.index-program .container .program-block .program-thumbnail { position: relative; width: 100%; height: auto; } .row.index-program .container .program-block .btn-filled { display: block; padding: 1rem 2rem; margin: 1.5rem auto; border: 0; border-radius: 1.5rem; width: 250px; } .row.index-program .container .program-block:nth-child(4) { margin: 0 -15px; overflow: visible; } .row.index-program .container .program-block:nth-child(4) .program-thumbnail { width: 110%; } .row.index-program .container .program-block:nth-child(5) { display: none; } .row.index-program .container .program-block:last-child { display: none; } } .row.index-products .container .section-header { margin-bottom: 50px; } .row.index-products .container .products-wrapper { display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start; } .row.index-products .container .products-wrapper .product-card { position: relative; width: 350px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .product-thumbnail { position: relative; max-width: 100%; height: 350px; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 0; opacity: 0; z-index: 2; transition: all 0.3s ease-in-out; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay .btn-filled { display: block; padding: 1rem 2rem; margin: 4rem auto; border: 0; border-radius: 1.5rem; width: 200px; } .row.index-products .container .products-wrapper .product-card:hover .overlay { opacity: 1; height: 350px; transition: all 0.3s ease-in-out; } .row.index-products .container .products-wrapper .product-card .product-header { position: relative; width: 100%; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .product-description { position: relative; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .price { align-self: flex-start; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .price .sale-price { padding: 15px; } .row.index-products .container .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem auto; border: 0; border-radius: 1.5rem; width: 250px; } @media screen and (max-width: 1024px) { .row.index-products .container .products-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .row.index-products .container .products-wrapper .product-card { position: relative; width: auto; display: flex; flex-direction: column; justify-content: center; align-items: center; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .product-thumbnail { position: relative; max-width: 100%; height: 350px; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay { position: absolute; top: auto; left: auto; right: 20px; bottom: 0.5rem; width: 50%; height: 3rem; opacity: 1; z-index: 2; transition: all 0.3s ease-in-out; } .row.index-products .container .products-wrapper .product-card .thumbnail-wrapper .overlay .btn-filled { display: block; padding: 1rem 2rem; margin: auto; border: 0; border-radius: 1.5rem; width: 200px; } .row.index-products .container .products-wrapper .product-card:hover .overlay { opacity: 1; height: 3rem; transition: all 0.3s ease-in-out; } .row.index-products .container .products-wrapper .product-card .product-header { position: relative; width: 100%; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .product-description { position: relative; padding: 0 15px; } .row.index-products .container .products-wrapper .product-card .price { align-self: flex-start; padding: 0 15px; margin: 30px 0; } .row.index-products .container .products-wrapper .product-card .price .sale-price { padding: 15px; } .row.index-products .container .btn-filled { display: block; padding: 1rem 2rem; margin: 2rem; border: 0; border-radius: 1.5rem; width: 250px; } } .row.index-review .container .section-header { padding-bottom: 20px; width: 280px; } .row.index-review .container > div { margin-top: 115px; } .row.index-review .container > div .review-item { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 75px 30px 30px 30px; } .row.index-review .container > div .review-item:hover .img-wrapper:before { opacity: 1; transition: all 0.3s ease-in-out; } .row.index-review .container > div .review-item .img-wrapper { position: absolute; top: -75px; display: block; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; } .row.index-review .container > div .review-item .img-wrapper .avatar { display: block; margin-left: -40%; height: 150px; } .row.index-review .container > div .review-item .img-wrapper:before { content: ''; width: 150px; height: 150px; z-index: 2; position: absolute; top: 0; bottom: 0; border-radius: 50%; opacity: 0; transition: all 0.3s ease-in-out; } .row.index-review .container > div .review-item .rate { align-self: flex-start; } .row.index-review .container > div .review-item .meta { align-self: flex-start; } .row.index-review .container > div .review-item .meta .username { display: block; width: auto; float: left; } .row.index-review .container > div .review-item .meta .date { display: inline; float: left; margin: 1.4rem 1.2rem; } .row.index-review .container > div.btn-wrapper { position: relative; padding: 2rem 50%; } .row.index-review .container > div.btn-wrapper .btn-filled { position: relative; display: block; padding: 1rem 2rem; margin: 0 0 0 -125px; border: 0; border-radius: 1.5rem; width: 250px; } .footer .container { position: relative; } .footer .container #scrollTop { display: none; } .footer .container #scrollTop span { display: none; } .footer .container .footer-contacts .footer-contacts-list { padding: 0; list-style-type: none; } .footer .container .footer-contacts .footer-contacts-list .footer-contacts-item .address { margin: 0; } .footer .container .footer-contacts > span.copyright { display: block; margin-top: 3rem; } .footer .container .sidebar { width: 300px; padding: 0; margin: 0 -15px; } .footer .container .sidebar .recent-posts-list { padding: 0; list-style-type: none; } .footer .container .acne-resources .acne-resources-list { padding: 0; list-style-type: none; } @media screen and (max-width: 1200px) { .footer .container { position: relative; } .footer .container #scrollTop { position: absolute; top: -1rem; right: 30px; } .footer .container #scrollTop span { display: block; padding: 0.5rem; border-radius: 50%; background-color: #eee; } .footer .container .footer-contacts .footer-contacts-list { padding: 0; list-style-type: none; } .footer .container .footer-contacts .footer-contacts-list .footer-contacts-item .address { margin: 0; } .footer .container .footer-contacts > span.copyright { position: absolute; bottom: -300px; display: block; margin-top: 3rem; } .footer .container .sidebar { display: none; } .footer .container .sidebar .recent-posts-list { padding: 0; list-style-type: none; } .footer .container .acne-resources { padding-bottom: 100px; } .footer .container .acne-resources .acne-resources-list { padding: 0; list-style-type: none; } } .row.hero-header { margin-bottom: 80px; position: relative; } .row.hero-header .container { position: relative; height: 500px; padding-top: 10%; } .row.hero-header .container .hero-bg { position: absolute; display: block; right: 0; top: 0; z-index: -1; height: 500px; } .row.hero-header .container .page-title { border-top: 2px solid #eee; width: 300px; padding-top: 22px; padding-bottom: 10px; } .row.hero-header .container .page-title-sub { display: block; } .row.main-content { position: relative; margin-bottom: 80px; } .row.main-content .container { position: relative; } .row.main-content .container .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.main-content .container .section-header span { position: relative; display: block; margin-top: 20px; } .row.main-content .container .img-wrapper.left-image { position: absolute; top: 50px; left: 0; } .row.main-content .container .img-wrapper.right-image { position: absolute; top: 100px; right: 0; } .row.mission { position: relative; margin-bottom: 80px; } .row.mission .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.win-story { position: relative; margin-bottom: 80px; } .row.win-story .container { position: relative; } .row.win-story .container .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.win-story .container .img-wrapper.right-image { position: absolute; top: 0; right: 150px; } @media screen and (max-width: 1200px) { .row.hero-header { margin-bottom: 30px; position: relative; } .row.hero-header .container { position: relative; height: 500px; padding-top: 30%; } .row.hero-header .container .hero-bg { position: absolute; display: block; right: -100%; top: 0; z-index: -1; height: 500px; } .row.hero-header .container .page-title { border-top: 2px solid #eee; width: 75px; padding-top: 16px; padding-bottom: 10px; z-index: 1; } .row.hero-header .container .page-title-sub { display: block; z-index: 1; } .row.main-content { position: relative; margin-bottom: 30px; } .row.main-content .container { position: relative; } .row.main-content .container .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.main-content .container .section-header span { position: relative; display: block; margin-top: 20px; } .row.main-content .container .img-wrapper.left-image { position: relative; top: 0; left: 45px; margin-top: 50px; } .row.main-content .container .img-wrapper.left-image .page-thumbnail { max-width: 200%; } .row.main-content .container .img-wrapper.right-image { position: relative; top: 0; right: 0; margin-bottom: 50px; } .row.main-content .container .img-wrapper.right-image .page-thumbnail { max-width: 100%; } .row.mission { position: relative; margin-bottom: 30px; } .row.mission .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.win-story { position: relative; margin-bottom: 30px; } .row.win-story .container { position: relative; } .row.win-story .container .section-header { margin-left: 15px; margin-bottom: 2rem; } .row.win-story .container .img-wrapper.right-image { position: relative; top: 0; right: 0; } } .row .container .main article.post { margin-bottom: 50px; } .row .container .main article.post .post-tumbnail { max-width: 100%; } .row .container .main .pagination { float: right; margin-top: 0; margin-bottom: 50px; } .row .container .main .pagination li span { margin-right: 5px; border-radius: 0; } .row .container .main .pagination li a { margin-right: 5px; } .row .container .primary-sidebar { padding: 0; } .row .container .primary-sidebar aside#search-2 form.search-form { display: inline-block; width: 100%; } .row .container .primary-sidebar aside#search-2 form.search-form label { width: 100%; } .row .container .primary-sidebar aside#search-2 form.search-form label .screen-reader-text { display: none; } .row .container .primary-sidebar aside#search-2 form.search-form label input.search-field { width: 100%; float: left; height: 2rem; padding: 0 1rem; border-radius: 1rem; outline: none; } .row .container .primary-sidebar aside#search-2 form.search-form .search-submit { display: block; width: 20%; height: 2rem; border-radius: 0 1rem 1rem 0; position: absolute; top: 0; right: 0; } .row .container .primary-sidebar aside#recent-posts-2 ul { list-style-type: none; padding: 0; } .row .container .primary-sidebar aside#recent-posts-2 ul li { width: 100%; } .row .container .primary-sidebar aside#recent-posts-2 ul li a img { width: 100%; } .row .container .primary-sidebar aside#recent-posts-2 ul li a .meta { display: block; padding-bottom: 10px; } @media screen and (max-width: 1024px) { .row.hero-header .container .hero-bg { left: 0; -moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); filter: FlipH; -ms-filter: "FlipH"; } .row .container .main { padding: 0; width: 100%; } .row .container .main article.post .post-tumbnail { max-width: 120%; margin: 0 -15px; } .row .container .main article.post .article-header { display: block; } } .row { position: relative; margin-bottom: 30px; } .row .container article.blog-post .row .section-header { margin-left: 15px; margin-bottom: 2rem; } .row .container article.blog-post .row .section-header span { position: relative; display: block; margin-top: 20px; } .row .container article.blog-post .row .img-wrapper.left-image { position: absolute; top: 30px; left: -100%; width: 100%; overflow: visible; } .row .container article.blog-post .row .img-wrapper.left-image .post-thumbnail { display: block; float: right; } .row .container article.blog-post .row .img-wrapper.right-image { position: absolute; top: 100px; right: 0; } .row .container article.blog-post .row .right-text-blog .section-header { margin-left: 0; } .row .container blockquote { margin-top: 70px; border: 0; } @media screen and (max-width: 1024px) { .row .container article.blog-post .row .img-wrapper.left-image { position: relative; top: 0; left: 0; margin-left: -15px; margin-bottom: 80px; } .row .container article.blog-post .row .img-wrapper.left-image:after { content: ''; display: block; width: 150%; height: 100%; position: absolute; top: 40px; left: auto; right: 0; z-index: -1; background-color: #c0e2f5; } .row .container article.blog-post .row .img-wrapper.left-image .post-thumbnail { position: relative; max-width: 200%; float: none; } .row .container article.blog-post .row .img-wrapper.right-image { position: relative; top: 0; right: 0; margin-bottom: 50px; } .row .container article.blog-post .row .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 40px; right: -40px; z-index: -1; background-color: #c0e2f5; } .row .container article.blog-post .row .img-wrapper.right-image .post-thumbnail { max-width: 100%; } } article.info > .row:first-child .right-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info > .row:first-child .right-text .img-wrapper.left-image { position: absolute; left: -80%; } article.info > .row:first-child .right-text .img-wrapper.left-image .post-thumbnail { position: relative; float: right; } article.info > .row:first-child .right-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info > .row:first-child .right-text .btn-filled { position: absolute; left: -62%; bottom: 0; display: block; padding: 1rem 2rem; margin: 4rem auto; border: 0; border-radius: 1.5rem; width: 250px; text-align: center; } article.info > .row2 .left-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info > .row2 .left-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info > .row2 .left-text .img-wrapper.right-image { position: absolute; top: 30px; right: -100%; } article.info > .row2 .left-text .img-wrapper.right-image .post-thumbnail { position: relative; float: right; } article.info .row3 { padding-top: 80px; } article.info .row3 .left-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row3 .left-text .img-wrapper.right-image { position: absolute; top: 55px; right: -69%; } article.info .row3 .left-text .img-wrapper.right-image .post-thumbnail { position: relative; float: right; } article.info .row3 .left-text .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row3 .left-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row3 .left-text .text-list { padding-left: 40px; } article.info .row3 .left-text .text-list .text-list-item { font-weight: 700; color: #009ee0; } article.info .row3 .left-text .text-list .text-list-item .text { margin-left: -40px; text-indent: 40px; color: #000; font-weight: normal; } article.info .row3 .right-text { padding-top: 40px; } article.info .row3 .right-text .text { color: #000; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row3 .right-text .text-list { padding-left: 40px; } article.info .row3 .right-text .text-list .text-list-item { font-weight: 700; color: #009ee0; } article.info .row3 .right-text .text-list .text-list-item .text { margin-left: -40px; text-indent: 40px; color: #000; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row3 .right-text .img-wrapper.left-image { position: absolute; left: -70%; top: 80px; } article.info .row3 .right-text .img-wrapper.left-image .post-thumbnail { position: relative; float: right; } article.info .row3 .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row4 { margin-bottom: 0; } article.info .row4 .right-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row4 .right-text .img-wrapper.left-image { position: absolute; left: -75%; } article.info .row4 .right-text .img-wrapper.left-image .post-thumbnail { position: relative; float: right; } article.info .row4 .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row4 .right-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row4 .right-text .section-header-sub { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row4 .right-text p.bold { font-family: "ProximaNova-Semibold", Georgia, sans-serif; line-height: 1.666rem; font-size: 0.889rem; } article.info .row5.hidden-xs .full-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row5.hidden-xs .full-text .row div .text-list { list-style-type: none; } article.info .row5.hidden-xs .full-text .row div .text-list .text-list-item { position: relative; } article.info .row5.hidden-xs .full-text .row div .text-list .text-list-item:before { content: ''; display: block; position: absolute; top: 0.7rem; left: -20px; width: 10px; border-bottom: 1px solid #009ee0; } article.info .row5.hidden-xs .full-text .row div .text-list .text-list-item .text { font-family: "ProximaNova-Light", Georgia, sans-serif; font-size: 14px; line-height: 25px; } article.info .row5.hidden-xs .full-text .row div.paddingless { padding: 0; } article.info .row5.hidden-xs .full-text .row div.paddingless .text-list { padding-left: 0; } article.info .row5.hidden-xs .full-text .row div:last-child .text-list { padding-left: 0; } article.info .row5.hidden-xs .left-text .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; } article.info .row5.hidden-xs .left-text .img-wrapper.right-image { position: absolute; top: 75px; right: -69%; } article.info .row5.hidden-xs .left-text .img-wrapper.right-image .post-thumbnail { position: relative; float: right; } article.info .row5.hidden-xs .left-text .img-wrapper.right-image:after { content: ''; display: block; width: 150%; height: 40%; position: absolute; top: -40px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row5.hidden-xs .left-text .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row5.hidden-xs .left-text .text-list { padding-left: 40px; } article.info .row5.hidden-xs .left-text .text-list .text-list-item { font-weight: 700; color: #009ee0; } article.info .row5.hidden-xs .left-text .text-list .text-list-item .text { margin-left: -40px; text-indent: 40px; color: #000; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row6 .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; padding-left: 15px; } article.info .row6 .accordion-wrapper { position: relative; padding: 0 15px; } article.info .row6 .accordion-wrapper .accordion-item { position: relative; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher { display: none; visibility: hidden; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher ~ .accordion-item-description { display: none; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ label { background-color: #009ee0; color: #fff; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ .accordion-item-description { display: block; } article.info .row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ .caret { position: absolute; top: 1rem; right: 40px; width: 0.5rem; height: 0.5rem; background-color: inherit; border-top: 2px solid transparent; border-left: 2px solid transparent; border-bottom: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); } article.info .row6 .accordion-wrapper .accordion-item .accordion-label { display: block; width: 100%; background-color: #ececf1; color: #000; margin: 0; } article.info .row6 .accordion-wrapper .accordion-item .accordion-label .accordion-item-header { padding: 1rem; margin: 0; } article.info .row6 .accordion-wrapper .accordion-item .accordion-item-description { padding: 15px; } article.info .row6 .accordion-wrapper .accordion-item .accordion-item-description .text { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; } article.info .row6 .accordion-wrapper .accordion-item .caret { position: absolute; top: 1rem; right: 40px; width: 0.5rem; height: 0.5rem; background-color: inherit; border-top: 2px solid transparent; border-left: 2px solid transparent; border-bottom: 2px solid #666; border-right: 2px solid #666; transform: rotate(45deg); } @media screen and (max-width: 992px) { article.info .row:first-child .right-text .img-wrapper { height: auto; } article.info .row:first-child .right-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row:first-child .right-text .img-wrapper.left-image .post-thumbnail { position: relative; width: 100%; margin-bottom: 80px; } article.info .row:first-child .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 70vw; position: absolute; top: 40px; left: 40px; right: 0; z-index: -1; background-color: #b8e1f4; } article.info .row:first-child .right-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row:first-child .right-text .img-wrapper.right-image .post-thumbnail { position: relative; width: 100%; margin-bottom: 80px; } article.info .row:first-child .right-text .btn-filled { position: relative; left: auto; bottom: auto; display: block; padding: 1rem 2rem; margin: auto 0; border: 0; border-radius: 1.5rem; width: 250px; text-align: center; } article.info .row:first-child .left-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row:first-child .left-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row:first-child .left-text .img-wrapper.right-image .post-thumbnail { position: relative; width: 100%; margin-bottom: 80px; } article.info .row.row2 .right-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row2 .right-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row2 .left-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row2 .left-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row2 .left-text .img-wrapper.right-image .post-thumbnail { position: relative; width: 100%; margin-bottom: 0; } article.info .row.row3 { padding-top: 15px; margin-bottom: 0; } article.info .row.row3 .right-text { padding-top: 0; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row.row3 .right-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row3 .right-text .img-wrapper.left-image .post-thumbnail { display: none; } article.info .row.row3 .right-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row3 .text-list { padding-left: 40px; } article.info .row.row3 .text-list .text-list-item { font-weight: 700; color: #009ee0; } article.info .row.row3 .text-list .text-list-item .text { margin-left: -40px; text-indent: 40px; color: #000; font-weight: normal; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; } article.info .row.row3 .left-text .img-wrapper.left-image { display: none; position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row3 .left-text .img-wrapper.left-image .post-thumbnail { display: none; } article.info .row.row3 .left-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin: 0 -15px 0 -15px; } article.info .row.row3 .left-text .img-wrapper.right-image .post-thumbnail { padding-top: 50px; position: relative; width: 100%; margin-bottom: 50px; } article.info .row.row3 .left-text .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 65vw; position: absolute; top: 10px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row.row4 { padding-top: 15px; } article.info .row.row4 .right-text .img-wrapper.left-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin: 50px -15px 50px 0; } article.info .row.row4 .right-text .img-wrapper.left-image .post-thumbnail { margin-bottom: 30px; } article.info .row.row4 .right-text .img-wrapper.left-image:after { content: ''; display: block; width: 100%; height: 65vw; position: absolute; top: -40px; left: 0; right: 0; z-index: -1; background-color: #ececf1; } article.info .row.row4 .right-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row4 .left-text .img-wrapper.left-image { display: none; position: relative; left: auto; right: auto; top: auto; bottom: auto; } article.info .row.row4 .left-text .img-wrapper.right-image { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin: 0 -15px 0 -15px; } article.info .row.row4 .left-text .img-wrapper.right-image .post-thumbnail { padding-top: 50px; position: relative; width: 100%; margin-bottom: 50px; } article.info .row.row4 .left-text .img-wrapper.right-image:after { content: ''; display: block; width: 100%; height: 65vw; position: absolute; top: 10px; left: 40px; right: 0; z-index: -1; background-color: #ececf1; } article.info .row.row6 .section-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.333rem; line-height: 1.666rem; padding-left: 15px; margin: 40px 0 20px 0; } article.info .row.row6 .accordion-wrapper { position: relative; padding: 0 15px; } article.info .row.row6 .accordion-wrapper .accordion-item { position: relative; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher { display: none; visibility: hidden; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher ~ .accordion-item-description { display: none; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ label { background-color: #009ee0; color: #fff; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ .accordion-item-description { display: block; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-switcher:checked ~ .caret { position: absolute; top: 1.333rem; right: 10px; width: 0.5rem; height: 0.5rem; background-color: inherit; border-top: 2px solid transparent; border-left: 2px solid transparent; border-bottom: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(-135deg) translate(-0.3rem, -0.3rem); } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-label { display: block; width: 100%; background-color: #ececf1; color: #000; margin: 0; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-label .accordion-item-header { padding: 1rem; margin: 0; font-size: 0.889rem; line-height: 1.666rem; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-label .accordion-item-header span { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-item-description { padding: 15px; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-item-description .text { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; font-weight: 400; } article.info .row.row6 .accordion-wrapper .accordion-item .accordion-item-description .text span { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 0.889rem; line-height: 1.666rem; } article.info .row.row6 .accordion-wrapper .accordion-item .caret { position: absolute; top: 1.333rem; right: 10px; width: 0.5rem; height: 0.5rem; background-color: inherit; border-top: 2px solid transparent; border-left: 2px solid transparent; border-bottom: 2px solid #666; border-right: 2px solid #666; transform: rotate(45deg); } } .page-contacts .hero-header { margin-bottom: 0; } .row.contacts { margin-bottom: 0; } .row.contacts #map { height: 484px; } .row.contacts .container { position: relative; } .row.contacts .container .contacts-wrapper.overlay { position: absolute; right: 7%; top: -400px; width: 340px; z-index: 5; background-color: #fff; padding: 72px 64px; } .row.contacts .container .contacts-wrapper.overlay .contacts-header { font-family: "ProximaNova-Semibold", Georgia, sans-serif; font-size: 1.12rem; line-height: 1.666rem; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list { list-style-type: none; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item { padding-bottom: 15px; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item .address { font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; font-weight: 400; line-height: 1.666rem; margin: 1rem 0 0 0; text-indent: -2rem; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item .address:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3c5"; color: #009ee0; margin-right: 1rem; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item .tel { display: block; font-family: "ProximaNova-Regular", Georgia, sans-serif; font-size: 0.8889rem; font-weight: 400; line-height: 1.666rem; text-indent: -2rem; } .row.contacts .container .contacts-wrapper.overlay .main-contacts-list .main-contacts-item .tel:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f095"; color: #009ee0; margin-right: 1rem; } .page-review .review-wrapper .review-list .review-item { position: relative; display: block; width: 100%; margin: 118px 0; padding: 22px 34px; -webkit-box-shadow: 0px 0px 60px -12px #ececf1; -moz-box-shadow: 0px 0px 60px -12px #ececf1; box-shadow: 0px 0px 60px 0px #ececf1; } .page-review .review-wrapper .review-list .review-item .user-meta { display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: absolute; height: 200px; left: 37px; top: -59px; } .page-review .review-wrapper .review-list .review-item .user-meta .user-icon { padding: 28px 31px; background-color: #009ee0; border-radius: 50%; } .page-review .review-wrapper .review-list .review-item .user-meta .user-icon svg { width: 56px; height: 56px; fill: #fff; } .page-review .review-wrapper .review-list .review-item .user-meta .user-name { align-self: flex-start; } .page-review .review-wrapper .review-list .review-item .user-meta .rate { align-self: flex-start; } .page-review .review-wrapper .review-list .review-item .user-meta .rate .glyphicon-star { color: #e6c327; } .page-review .review-wrapper .review-list .review-item .img-wrapper img.before-after { margin-left: 200px; margin-bottom: 44px; } .page-review .review-wrapper .review-list .review-item .meta { position: absolute; top: 22px; right: 53px; } .page-review .review-wrapper .review-list .review-item .meta .date { color: #aaa; } .page-review .review-wrapper .review-list .review-item .btn-filled { display: block; margin-top: 33px; padding: 1rem 2rem; margin: 2rem 0; border: 0; border-radius: 1.5rem; width: 250px; max-width: 50%; text-align: center; background-color: #009ee0; border-radius: 1.5rem; color: #fff; } .page-review .review-wrapper .pagination { float: right; margin-top: 0; margin-bottom: 50px; } .page-review .review-wrapper .pagination li span { margin-right: 5px; border-radius: 0; } .page-review .review-wrapper .pagination li.active span { background-color: #009ee0; border-color: #009ee0; } .page-review .review-wrapper .pagination li a { margin-right: 5px; background-color: #d9d9d9; color: #fff; } @media screen and (max-width: 1024px) { .page-review { margin-bottom: 0; } .page-review .review-wrapper .review-list { margin: 0 -15px; } .page-review .review-wrapper .review-list .review-item { position: relative; display: block; width: 100%; margin: 118px 0; padding: 0 15px 22px 15px; -webkit-box-shadow: 0px 0px 60px -12px #ececf1; -moz-box-shadow: 0px 0px 60px -12px #ececf1; box-shadow: 0px 0px 60px 0px #ececf1; } .page-review .review-wrapper .review-list .review-item:last-child { margin: 0 0 22px 0; } .page-review .review-wrapper .review-list .review-item:last-child:btn-filled { margin-bottom: 0; } .page-review .review-wrapper .review-list .review-item .user-meta { display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: absolute; height: 200px; width: 60%; left: 15px; top: -59px; } .page-review .review-wrapper .review-list .review-item .user-meta .user-icon { padding: 28px 31px; background-color: #009ee0; border-radius: 50%; align-self: flex-end; } .page-review .review-wrapper .review-list .review-item .user-meta .user-icon svg { width: 56px; height: 56px; fill: #fff; } .page-review .review-wrapper .review-list .review-item .user-meta .user-name { align-self: flex-start; } .page-review .review-wrapper .review-list .review-item .user-meta .rate { align-self: flex-start; } .page-review .review-wrapper .review-list .review-item .user-meta .rate .glyphicon-star { color: #e6c327; } .page-review .review-wrapper .review-list .review-item .img-wrapper img.before-after { margin-top: 160px; margin-left: 0; margin-bottom: 44px; } .page-review .review-wrapper .review-list .review-item .meta { position: absolute; top: 78px; right: 15px; } .page-review .review-wrapper .review-list .review-item .meta .date { color: #aaa; } .page-review .review-wrapper .review-list .review-item .btn-filled { display: block; margin-top: 33px; padding: 1rem 2rem; margin: 2rem 0; border: 0; border-radius: 1.5rem; width: 250px; max-width: 70%; text-align: center; background-color: #009ee0; border-radius: 1.5rem; color: #fff; } .page-review .review-wrapper .pagination { float: left; margin-top: 0; margin-bottom: 50px; } .page-review .review-wrapper .pagination li span { margin-right: 5px; border-radius: 0; } .page-review .review-wrapper .pagination li.active span { background-color: #6ec8ed; border-color: #6ec8ed; } .page-review .review-wrapper .pagination li a { margin-right: 5px; background-color: #d9d9d9; color: #fff; } }
0.302494
0.100702
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap"); /*! normalize.css v8.0.1 | 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; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * 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 */ -webkit-text-decoration: underline dotted; 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; } @font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot?cm7kl"); src: url("../fonts/icomoon.eot?cm7kl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cm7kl") format("truetype"), url("../fonts/icomoon.woff?cm7kl") format("woff"), url("../fonts/icomoon.svg?cm7kl#icomoon") format("svg"); font-weight: normal; font-style: normal; font-display: block; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: never; 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; } .icon-icon_facebook:before { content: "\e900"; } .icon-icon_Download:before { content: "\e901"; } .icon-icon_instagram:before { content: "\e902"; } .icon-icon_linkedin:before { content: "\e903"; } .icon-icon_twitter:before { content: "\e904"; } .icon-icon_youtube:before { content: "\e905"; } /*! Flickity v2.2.1 https://flickity.metafizzy.co ---------------------------------------------- */ .flickity-enabled { position: relative; } .flickity-enabled:focus { outline: none; } .flickity-viewport { overflow: hidden; position: relative; height: 100%; } .flickity-slider { position: absolute; width: 100%; height: 100%; } /* draggable */ .flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; } .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; } /* ---- flickity-button ---- */ .flickity-button { position: absolute; background: rgba(255, 255, 255, 0.75); border: none; color: #333; } .flickity-button:hover { background: white; cursor: pointer; } .flickity-button:focus { outline: none; box-shadow: 0 0 0 5px #19F; } .flickity-button:active { opacity: 0.6; } .flickity-button:disabled { opacity: 0.3; cursor: auto; /* prevent disabled button from capturing pointer up event. #716 */ pointer-events: none; } .flickity-button-icon { fill: currentColor; } /* ---- previous/next buttons ---- */ .flickity-prev-next-button { top: 50%; width: 44px; height: 44px; border-radius: 50%; /* vertically center */ transform: translateY(-50%); } .flickity-prev-next-button.previous { left: 10px; } .flickity-prev-next-button.next { right: 10px; } /* right to left */ .flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px; } .flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px; } .flickity-prev-next-button .flickity-button-icon { position: absolute; left: 20%; top: 20%; width: 60%; height: 60%; } /* ---- page dots ---- */ .flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1; } .flickity-rtl .flickity-page-dots { direction: rtl; } .flickity-page-dots .dot { display: inline-block; width: 10px; height: 10px; margin: 0 8px; background: #333; border-radius: 50%; opacity: 0.25; cursor: pointer; } .flickity-page-dots .dot.is-selected { opacity: 1; } :root { --color-primary: #DF3506; --color-secondary: #4C39E9; --color-dark: #2E238C; --color-white: #fff; --color-black: #161616; --color-form: #468fde; --color-error: #DF3506; --gray-100: #f8f9fa; --gray-200: #e9ecef; --gray-300: #dee2e6; --gray-400: #ced4da; --gray-500: #adb5bd; --gray-600: #868e96; --gray-700: #495057; --gray-800: #343a40; --gray-900: #1B2032; --fw-100: 100; --fw-200: 200; --fw-300: 300; --fw-400: 400; --fw-500: 500; --fw-600: 600; --fw-700: 700; --fw-800: 800; } .bg-primary { background: var(--color-primary); } .bg-secondary { background: var(--color-secondary); } .bg-dark { background: var(--color-dark); } .bg-white { background: var(--color-white); } .bg-black { background: var(--color-black); } .bg-form { background: var(--color-form); } .bg-error { background: var(--color-error); } .bg-gray-100 { background: var(--gray-100); } .bg-gray-200 { background: var(--gray-200); } .bg-gray-300 { background: var(--gray-300); } .bg-gray-400 { background: var(--gray-400); } .bg-gray-500 { background: var(--gray-500); } .bg-gray-600 { background: var(--gray-600); } .bg-gray-700 { background: var(--gray-700); } .bg-gray-800 { background: var(--gray-800); } .bg-gray-900 { background: var(--gray-900); } .semi-round { border-radius: 2px; } .round, .btn, .gform_wrapper .gform_button, .wp-block-file__button, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select, .form-control, .menuBurger__bar, .menuBurger__bar::before, .menuBurger__bar::after, .searchFilter { border-radius: 4px; } .circle { border-radius: 50em; } .d-none { display: none !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } @media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } } @media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } } @media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } } @media (min-width: 1296px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } } @media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } } .d-flex { display: flex !important; } .d-flex:before, .d-flex:after { content: none; } .d-inline-flex { display: inline-flex !important; } .d-inline-flex:before, .d-inline-flex:after { content: none; } .flex-column { flex-direction: column !important; } .flex-column-reverse { flex-direction: column-reverse !important; } .flex-row { flex-direction: row !important; } .flex-row-reverse { flex-direction: row-reverse !important; } .flex-wrap { flex-wrap: wrap; } .flex-nowrap { flex-wrap: nowrap; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-fill { flex: 1 1 auto !important; } .flex-grow-0 { flex-grow: 0 !important; } .flex-grow-1 { flex-grow: 1 !important; } .flex-shrink-0 { flex-shrink: 0 !important; } .flex-shrink-1 { flex-shrink: 1 !important; } .justify-content-start { justify-content: flex-start !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-center { justify-content: center !important; } .justify-content-between { justify-content: space-between !important; } .justify-content-around { justify-content: space-around !important; } .align-items-start { align-items: flex-start !important; } .align-items-end { align-items: flex-end !important; } .align-items-center { align-items: center !important; } .align-items-baseline { align-items: baseline !important; } .align-items-stretch { align-items: stretch !important; } @media (min-width: 576px) { .d-sm-flex { display: flex !important; } .d-sm-flex:before, .d-sm-flex:after { content: none; } .d-sm-inline-flex { display: inline-flex !important; } .d-sm-inline-flex:before, .d-sm-inline-flex:after { content: none; } .flex-sm-column { flex-direction: column !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-row { flex-direction: row !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-wrap { flex-wrap: wrap; } .flex-sm-nowrap { flex-wrap: nowrap; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-sm-fill { flex: 1 1 auto !important; } .flex-sm-grow-0 { flex-grow: 0 !important; } .flex-sm-grow-1 { flex-grow: 1 !important; } .flex-sm-shrink-0 { flex-shrink: 0 !important; } .flex-sm-shrink-1 { flex-shrink: 1 !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } } @media (min-width: 768px) { .d-md-flex { display: flex !important; } .d-md-flex:before, .d-md-flex:after { content: none; } .d-md-inline-flex { display: inline-flex !important; } .d-md-inline-flex:before, .d-md-inline-flex:after { content: none; } .flex-md-column { flex-direction: column !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-row { flex-direction: row !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-wrap { flex-wrap: wrap; } .flex-md-nowrap { flex-wrap: nowrap; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-md-fill { flex: 1 1 auto !important; } .flex-md-grow-0 { flex-grow: 0 !important; } .flex-md-grow-1 { flex-grow: 1 !important; } .flex-md-shrink-0 { flex-shrink: 0 !important; } .flex-md-shrink-1 { flex-shrink: 1 !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } } @media (min-width: 992px) { .d-lg-flex { display: flex !important; } .d-lg-flex:before, .d-lg-flex:after { content: none; } .d-lg-inline-flex { display: inline-flex !important; } .d-lg-inline-flex:before, .d-lg-inline-flex:after { content: none; } .flex-lg-column { flex-direction: column !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-row { flex-direction: row !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-wrap { flex-wrap: wrap; } .flex-lg-nowrap { flex-wrap: nowrap; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-lg-fill { flex: 1 1 auto !important; } .flex-lg-grow-0 { flex-grow: 0 !important; } .flex-lg-grow-1 { flex-grow: 1 !important; } .flex-lg-shrink-0 { flex-shrink: 0 !important; } .flex-lg-shrink-1 { flex-shrink: 1 !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } } @media (min-width: 1296px) { .d-xl-flex { display: flex !important; } .d-xl-flex:before, .d-xl-flex:after { content: none; } .d-xl-inline-flex { display: inline-flex !important; } .d-xl-inline-flex:before, .d-xl-inline-flex:after { content: none; } .flex-xl-column { flex-direction: column !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-row { flex-direction: row !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-wrap { flex-wrap: wrap; } .flex-xl-nowrap { flex-wrap: nowrap; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } } .imgContainerFull { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; } .imgContainerFull img { opacity: 0.35; -o-object-fit: cover; object-fit: cover; } .svg-primary > * { fill: var(--color-primary); } .svg-secondary > * { fill: var(--color-secondary); } .svg-dark > * { fill: var(--color-dark); } .svg-white > * { fill: var(--color-white); } .svg-black > * { fill: var(--color-black); } .svg-form > * { fill: var(--color-form); } .svg-error > * { fill: var(--color-error); } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: -webkit-sticky !important; position: sticky !important; } /* .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: $zindex-fixed; } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: $zindex-fixed; } .sticky-top { @supports (position: sticky) { position: sticky; top: 0; z-index: $zindex-sticky; } }*/ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; } .w-20 { width: 20% !important; } .w-25 { width: 25% !important; } .w-30 { width: 30% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .w-auto { width: auto !important; } .h-20 { height: 20% !important; } .h-25 { height: 25% !important; } .h-30 { height: 30% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; } .mw-100 { max-width: 100% !important; } .mh-100 { max-height: 100% !important; } .min-vw-100 { min-width: 100vw !important; } .min-vh-100 { min-height: 100vh !important; } .vw-100 { width: 100vw !important; } .vh-100 { height: 100vh !important; } .m-0 { margin: 0 !important; } .mt-0, .my-0 { margin-top: 0 !important; } .mb-0, .my-0 { margin-bottom: 0 !important; } .ml-0, .mx-0 { margin-left: 0 !important; } .mr-0, .mx-0 { margin-right: 0 !important; } .m-1 { margin: 0.25rem !important; } .mt-1, .my-1 { margin-top: 0.25rem !important; } .mb-1, .my-1 { margin-bottom: 0.25rem !important; } .ml-1, .mx-1 { margin-left: 0.25rem !important; } .mr-1, .mx-1 { margin-right: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .mt-2, .my-2 { margin-top: 0.5rem !important; } .mb-2, .my-2 { margin-bottom: 0.5rem !important; } .ml-2, .mx-2 { margin-left: 0.5rem !important; } .mr-2, .mx-2 { margin-right: 0.5rem !important; } .m-3 { margin: 1rem !important; } .mt-3, .my-3 { margin-top: 1rem !important; } .mb-3, .my-3 { margin-bottom: 1rem !important; } .ml-3, .mx-3 { margin-left: 1rem !important; } .mr-3, .mx-3 { margin-right: 1rem !important; } .m-4 { margin: 1.5rem !important; } .mt-4, .my-4 { margin-top: 1.5rem !important; } .mb-4, .my-4 { margin-bottom: 1.5rem !important; } .ml-4, .mx-4 { margin-left: 1.5rem !important; } .mr-4, .mx-4 { margin-right: 1.5rem !important; } .m-5 { margin: 2rem !important; } .mt-5, .my-5 { margin-top: 2rem !important; } .mb-5, .my-5 { margin-bottom: 2rem !important; } .ml-5, .mx-5 { margin-left: 2rem !important; } .mr-5, .mx-5 { margin-right: 2rem !important; } .m-6 { margin: 3rem !important; } .mt-6, .my-6 { margin-top: 3rem !important; } .mb-6, .my-6 { margin-bottom: 3rem !important; } .ml-6, .mx-6 { margin-left: 3rem !important; } .mr-6, .mx-6 { margin-right: 3rem !important; } .m-7 { margin: 4rem !important; } .mt-7, .my-7 { margin-top: 4rem !important; } .mb-7, .my-7 { margin-bottom: 4rem !important; } .ml-7, .mx-7 { margin-left: 4rem !important; } .mr-7, .mx-7 { margin-right: 4rem !important; } .m-8 { margin: 5rem !important; } .mt-8, .my-8 { margin-top: 5rem !important; } .mb-8, .my-8 { margin-bottom: 5rem !important; } .ml-8, .mx-8 { margin-left: 5rem !important; } .mr-8, .mx-8 { margin-right: 5rem !important; } .m-9 { margin: 6rem !important; } .mt-9, .my-9 { margin-top: 6rem !important; } .mb-9, .my-9 { margin-bottom: 6rem !important; } .ml-9, .mx-9 { margin-left: 6rem !important; } .mr-9, .mx-9 { margin-right: 6rem !important; } .p-0 { padding: 0 !important; } .pt-0, .py-0 { padding-top: 0 !important; } .pb-0, .py-0 { padding-bottom: 0 !important; } .pl-0, .px-0 { padding-left: 0 !important; } .pr-0, .px-0 { padding-right: 0 !important; } .p-1 { padding: 0.25rem !important; } .pt-1, .py-1 { padding-top: 0.25rem !important; } .pb-1, .py-1 { padding-bottom: 0.25rem !important; } .pl-1, .px-1 { padding-left: 0.25rem !important; } .pr-1, .px-1 { padding-right: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .pt-2, .py-2 { padding-top: 0.5rem !important; } .pb-2, .py-2 { padding-bottom: 0.5rem !important; } .pl-2, .px-2 { padding-left: 0.5rem !important; } .pr-2, .px-2 { padding-right: 0.5rem !important; } .p-3 { padding: 1rem !important; } .pt-3, .py-3 { padding-top: 1rem !important; } .pb-3, .py-3 { padding-bottom: 1rem !important; } .pl-3, .px-3 { padding-left: 1rem !important; } .pr-3, .px-3 { padding-right: 1rem !important; } .p-4 { padding: 1.5rem !important; } .pt-4, .py-4 { padding-top: 1.5rem !important; } .pb-4, .py-4 { padding-bottom: 1.5rem !important; } .pl-4, .px-4 { padding-left: 1.5rem !important; } .pr-4, .px-4 { padding-right: 1.5rem !important; } .p-5 { padding: 2rem !important; } .pt-5, .py-5 { padding-top: 2rem !important; } .pb-5, .py-5 { padding-bottom: 2rem !important; } .pl-5, .px-5 { padding-left: 2rem !important; } .pr-5, .px-5 { padding-right: 2rem !important; } .p-6 { padding: 3rem !important; } .pt-6, .py-6 { padding-top: 3rem !important; } .pb-6, .py-6 { padding-bottom: 3rem !important; } .pl-6, .px-6 { padding-left: 3rem !important; } .pr-6, .px-6 { padding-right: 3rem !important; } .p-7 { padding: 4rem !important; } .pt-7, .py-7 { padding-top: 4rem !important; } .pb-7, .py-7 { padding-bottom: 4rem !important; } .pl-7, .px-7 { padding-left: 4rem !important; } .pr-7, .px-7 { padding-right: 4rem !important; } .p-8 { padding: 5rem !important; } .pt-8, .py-8 { padding-top: 5rem !important; } .pb-8, .py-8 { padding-bottom: 5rem !important; } .pl-8, .px-8 { padding-left: 5rem !important; } .pr-8, .px-8 { padding-right: 5rem !important; } .p-9 { padding: 6rem !important; } .pt-9, .py-9 { padding-top: 6rem !important; } .pb-9, .py-9 { padding-bottom: 6rem !important; } .pl-9, .px-9 { padding-left: 6rem !important; } .pr-9, .px-9 { padding-right: 6rem !important; } .m-auto { margin: auto !important; } .mt-auto, .my-auto { margin-top: auto !important; } .mb-auto, .my-auto { margin-bottom: auto !important; } @media (min-width: 576px) { .m-sm-0 { margin: 0 !important; } .mt-sm-0, .my-sm-0 { margin-top: 0 !important; } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; } .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; } .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; } .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; } .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; } .m-sm-5 { margin: 2rem !important; } .mt-sm-5, .my-sm-5 { margin-top: 2rem !important; } .mb-sm-5, .my-sm-5 { margin-bottom: 2rem !important; } .ml-sm-5, .mx-sm-5 { margin-left: 2rem !important; } .mr-sm-5, .mx-sm-5 { margin-right: 2rem !important; } .m-sm-6 { margin: 3rem !important; } .mt-sm-6, .my-sm-6 { margin-top: 3rem !important; } .mb-sm-6, .my-sm-6 { margin-bottom: 3rem !important; } .ml-sm-6, .mx-sm-6 { margin-left: 3rem !important; } .mr-sm-6, .mx-sm-6 { margin-right: 3rem !important; } .m-sm-7 { margin: 4rem !important; } .mt-sm-7, .my-sm-7 { margin-top: 4rem !important; } .mb-sm-7, .my-sm-7 { margin-bottom: 4rem !important; } .ml-sm-7, .mx-sm-7 { margin-left: 4rem !important; } .mr-sm-7, .mx-sm-7 { margin-right: 4rem !important; } .m-sm-8 { margin: 5rem !important; } .mt-sm-8, .my-sm-8 { margin-top: 5rem !important; } .mb-sm-8, .my-sm-8 { margin-bottom: 5rem !important; } .ml-sm-8, .mx-sm-8 { margin-left: 5rem !important; } .mr-sm-8, .mx-sm-8 { margin-right: 5rem !important; } .m-sm-9 { margin: 6rem !important; } .mt-sm-9, .my-sm-9 { margin-top: 6rem !important; } .mb-sm-9, .my-sm-9 { margin-bottom: 6rem !important; } .ml-sm-9, .mx-sm-9 { margin-left: 6rem !important; } .mr-sm-9, .mx-sm-9 { margin-right: 6rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, .py-sm-0 { padding-top: 0 !important; } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, .px-sm-0 { padding-left: 0 !important; } .pr-sm-0, .px-sm-0 { padding-right: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; } .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; } .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; } .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; } .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; } .p-sm-5 { padding: 2rem !important; } .pt-sm-5, .py-sm-5 { padding-top: 2rem !important; } .pb-sm-5, .py-sm-5 { padding-bottom: 2rem !important; } .pl-sm-5, .px-sm-5 { padding-left: 2rem !important; } .pr-sm-5, .px-sm-5 { padding-right: 2rem !important; } .p-sm-6 { padding: 3rem !important; } .pt-sm-6, .py-sm-6 { padding-top: 3rem !important; } .pb-sm-6, .py-sm-6 { padding-bottom: 3rem !important; } .pl-sm-6, .px-sm-6 { padding-left: 3rem !important; } .pr-sm-6, .px-sm-6 { padding-right: 3rem !important; } .p-sm-7 { padding: 4rem !important; } .pt-sm-7, .py-sm-7 { padding-top: 4rem !important; } .pb-sm-7, .py-sm-7 { padding-bottom: 4rem !important; } .pl-sm-7, .px-sm-7 { padding-left: 4rem !important; } .pr-sm-7, .px-sm-7 { padding-right: 4rem !important; } .p-sm-8 { padding: 5rem !important; } .pt-sm-8, .py-sm-8 { padding-top: 5rem !important; } .pb-sm-8, .py-sm-8 { padding-bottom: 5rem !important; } .pl-sm-8, .px-sm-8 { padding-left: 5rem !important; } .pr-sm-8, .px-sm-8 { padding-right: 5rem !important; } .p-sm-9 { padding: 6rem !important; } .pt-sm-9, .py-sm-9 { padding-top: 6rem !important; } .pb-sm-9, .py-sm-9 { padding-bottom: 6rem !important; } .pl-sm-9, .px-sm-9 { padding-left: 6rem !important; } .pr-sm-9, .px-sm-9 { padding-right: 6rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, .my-sm-auto { margin-top: auto !important; } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; } } @media (min-width: 768px) { .m-md-0 { margin: 0 !important; } .mt-md-0, .my-md-0 { margin-top: 0 !important; } .mb-md-0, .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, .mx-md-0 { margin-left: 0 !important; } .mr-md-0, .mx-md-0 { margin-right: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; } .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; } .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; } .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; } .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, .my-md-3 { margin-top: 1rem !important; } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, .mx-md-3 { margin-left: 1rem !important; } .mr-md-3, .mx-md-3 { margin-right: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; } .m-md-5 { margin: 2rem !important; } .mt-md-5, .my-md-5 { margin-top: 2rem !important; } .mb-md-5, .my-md-5 { margin-bottom: 2rem !important; } .ml-md-5, .mx-md-5 { margin-left: 2rem !important; } .mr-md-5, .mx-md-5 { margin-right: 2rem !important; } .m-md-6 { margin: 3rem !important; } .mt-md-6, .my-md-6 { margin-top: 3rem !important; } .mb-md-6, .my-md-6 { margin-bottom: 3rem !important; } .ml-md-6, .mx-md-6 { margin-left: 3rem !important; } .mr-md-6, .mx-md-6 { margin-right: 3rem !important; } .m-md-7 { margin: 4rem !important; } .mt-md-7, .my-md-7 { margin-top: 4rem !important; } .mb-md-7, .my-md-7 { margin-bottom: 4rem !important; } .ml-md-7, .mx-md-7 { margin-left: 4rem !important; } .mr-md-7, .mx-md-7 { margin-right: 4rem !important; } .m-md-8 { margin: 5rem !important; } .mt-md-8, .my-md-8 { margin-top: 5rem !important; } .mb-md-8, .my-md-8 { margin-bottom: 5rem !important; } .ml-md-8, .mx-md-8 { margin-left: 5rem !important; } .mr-md-8, .mx-md-8 { margin-right: 5rem !important; } .m-md-9 { margin: 6rem !important; } .mt-md-9, .my-md-9 { margin-top: 6rem !important; } .mb-md-9, .my-md-9 { margin-bottom: 6rem !important; } .ml-md-9, .mx-md-9 { margin-left: 6rem !important; } .mr-md-9, .mx-md-9 { margin-right: 6rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, .py-md-0 { padding-top: 0 !important; } .pb-md-0, .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, .px-md-0 { padding-left: 0 !important; } .pr-md-0, .px-md-0 { padding-right: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; } .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; } .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; } .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; } .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, .py-md-3 { padding-top: 1rem !important; } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, .px-md-3 { padding-left: 1rem !important; } .pr-md-3, .px-md-3 { padding-right: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; } .p-md-5 { padding: 2rem !important; } .pt-md-5, .py-md-5 { padding-top: 2rem !important; } .pb-md-5, .py-md-5 { padding-bottom: 2rem !important; } .pl-md-5, .px-md-5 { padding-left: 2rem !important; } .pr-md-5, .px-md-5 { padding-right: 2rem !important; } .p-md-6 { padding: 3rem !important; } .pt-md-6, .py-md-6 { padding-top: 3rem !important; } .pb-md-6, .py-md-6 { padding-bottom: 3rem !important; } .pl-md-6, .px-md-6 { padding-left: 3rem !important; } .pr-md-6, .px-md-6 { padding-right: 3rem !important; } .p-md-7 { padding: 4rem !important; } .pt-md-7, .py-md-7 { padding-top: 4rem !important; } .pb-md-7, .py-md-7 { padding-bottom: 4rem !important; } .pl-md-7, .px-md-7 { padding-left: 4rem !important; } .pr-md-7, .px-md-7 { padding-right: 4rem !important; } .p-md-8 { padding: 5rem !important; } .pt-md-8, .py-md-8 { padding-top: 5rem !important; } .pb-md-8, .py-md-8 { padding-bottom: 5rem !important; } .pl-md-8, .px-md-8 { padding-left: 5rem !important; } .pr-md-8, .px-md-8 { padding-right: 5rem !important; } .p-md-9 { padding: 6rem !important; } .pt-md-9, .py-md-9 { padding-top: 6rem !important; } .pb-md-9, .py-md-9 { padding-bottom: 6rem !important; } .pl-md-9, .px-md-9 { padding-left: 6rem !important; } .pr-md-9, .px-md-9 { padding-right: 6rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, .my-md-auto { margin-top: auto !important; } .mb-md-auto, .my-md-auto { margin-bottom: auto !important; } } @media (min-width: 992px) { .m-lg-0 { margin: 0 !important; } .mt-lg-0, .my-lg-0 { margin-top: 0 !important; } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; } .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; } .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; } .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; } .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; } .m-lg-5 { margin: 2rem !important; } .mt-lg-5, .my-lg-5 { margin-top: 2rem !important; } .mb-lg-5, .my-lg-5 { margin-bottom: 2rem !important; } .ml-lg-5, .mx-lg-5 { margin-left: 2rem !important; } .mr-lg-5, .mx-lg-5 { margin-right: 2rem !important; } .m-lg-6 { margin: 3rem !important; } .mt-lg-6, .my-lg-6 { margin-top: 3rem !important; } .mb-lg-6, .my-lg-6 { margin-bottom: 3rem !important; } .ml-lg-6, .mx-lg-6 { margin-left: 3rem !important; } .mr-lg-6, .mx-lg-6 { margin-right: 3rem !important; } .m-lg-7 { margin: 4rem !important; } .mt-lg-7, .my-lg-7 { margin-top: 4rem !important; } .mb-lg-7, .my-lg-7 { margin-bottom: 4rem !important; } .ml-lg-7, .mx-lg-7 { margin-left: 4rem !important; } .mr-lg-7, .mx-lg-7 { margin-right: 4rem !important; } .m-lg-8 { margin: 5rem !important; } .mt-lg-8, .my-lg-8 { margin-top: 5rem !important; } .mb-lg-8, .my-lg-8 { margin-bottom: 5rem !important; } .ml-lg-8, .mx-lg-8 { margin-left: 5rem !important; } .mr-lg-8, .mx-lg-8 { margin-right: 5rem !important; } .m-lg-9 { margin: 6rem !important; } .mt-lg-9, .my-lg-9 { margin-top: 6rem !important; } .mb-lg-9, .my-lg-9 { margin-bottom: 6rem !important; } .ml-lg-9, .mx-lg-9 { margin-left: 6rem !important; } .mr-lg-9, .mx-lg-9 { margin-right: 6rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, .py-lg-0 { padding-top: 0 !important; } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, .px-lg-0 { padding-left: 0 !important; } .pr-lg-0, .px-lg-0 { padding-right: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; } .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; } .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; } .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; } .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; } .p-lg-5 { padding: 2rem !important; } .pt-lg-5, .py-lg-5 { padding-top: 2rem !important; } .pb-lg-5, .py-lg-5 { padding-bottom: 2rem !important; } .pl-lg-5, .px-lg-5 { padding-left: 2rem !important; } .pr-lg-5, .px-lg-5 { padding-right: 2rem !important; } .p-lg-6 { padding: 3rem !important; } .pt-lg-6, .py-lg-6 { padding-top: 3rem !important; } .pb-lg-6, .py-lg-6 { padding-bottom: 3rem !important; } .pl-lg-6, .px-lg-6 { padding-left: 3rem !important; } .pr-lg-6, .px-lg-6 { padding-right: 3rem !important; } .p-lg-7 { padding: 4rem !important; } .pt-lg-7, .py-lg-7 { padding-top: 4rem !important; } .pb-lg-7, .py-lg-7 { padding-bottom: 4rem !important; } .pl-lg-7, .px-lg-7 { padding-left: 4rem !important; } .pr-lg-7, .px-lg-7 { padding-right: 4rem !important; } .p-lg-8 { padding: 5rem !important; } .pt-lg-8, .py-lg-8 { padding-top: 5rem !important; } .pb-lg-8, .py-lg-8 { padding-bottom: 5rem !important; } .pl-lg-8, .px-lg-8 { padding-left: 5rem !important; } .pr-lg-8, .px-lg-8 { padding-right: 5rem !important; } .p-lg-9 { padding: 6rem !important; } .pt-lg-9, .py-lg-9 { padding-top: 6rem !important; } .pb-lg-9, .py-lg-9 { padding-bottom: 6rem !important; } .pl-lg-9, .px-lg-9 { padding-left: 6rem !important; } .pr-lg-9, .px-lg-9 { padding-right: 6rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, .my-lg-auto { margin-top: auto !important; } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; } } @media (min-width: 1296px) { .m-xl-0 { margin: 0 !important; } .mt-xl-0, .my-xl-0 { margin-top: 0 !important; } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; } .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; } .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; } .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; } .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; } .m-xl-5 { margin: 2rem !important; } .mt-xl-5, .my-xl-5 { margin-top: 2rem !important; } .mb-xl-5, .my-xl-5 { margin-bottom: 2rem !important; } .ml-xl-5, .mx-xl-5 { margin-left: 2rem !important; } .mr-xl-5, .mx-xl-5 { margin-right: 2rem !important; } .m-xl-6 { margin: 3rem !important; } .mt-xl-6, .my-xl-6 { margin-top: 3rem !important; } .mb-xl-6, .my-xl-6 { margin-bottom: 3rem !important; } .ml-xl-6, .mx-xl-6 { margin-left: 3rem !important; } .mr-xl-6, .mx-xl-6 { margin-right: 3rem !important; } .m-xl-7 { margin: 4rem !important; } .mt-xl-7, .my-xl-7 { margin-top: 4rem !important; } .mb-xl-7, .my-xl-7 { margin-bottom: 4rem !important; } .ml-xl-7, .mx-xl-7 { margin-left: 4rem !important; } .mr-xl-7, .mx-xl-7 { margin-right: 4rem !important; } .m-xl-8 { margin: 5rem !important; } .mt-xl-8, .my-xl-8 { margin-top: 5rem !important; } .mb-xl-8, .my-xl-8 { margin-bottom: 5rem !important; } .ml-xl-8, .mx-xl-8 { margin-left: 5rem !important; } .mr-xl-8, .mx-xl-8 { margin-right: 5rem !important; } .m-xl-9 { margin: 6rem !important; } .mt-xl-9, .my-xl-9 { margin-top: 6rem !important; } .mb-xl-9, .my-xl-9 { margin-bottom: 6rem !important; } .ml-xl-9, .mx-xl-9 { margin-left: 6rem !important; } .mr-xl-9, .mx-xl-9 { margin-right: 6rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, .py-xl-0 { padding-top: 0 !important; } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, .px-xl-0 { padding-left: 0 !important; } .pr-xl-0, .px-xl-0 { padding-right: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; } .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; } .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; } .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; } .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; } .p-xl-5 { padding: 2rem !important; } .pt-xl-5, .py-xl-5 { padding-top: 2rem !important; } .pb-xl-5, .py-xl-5 { padding-bottom: 2rem !important; } .pl-xl-5, .px-xl-5 { padding-left: 2rem !important; } .pr-xl-5, .px-xl-5 { padding-right: 2rem !important; } .p-xl-6 { padding: 3rem !important; } .pt-xl-6, .py-xl-6 { padding-top: 3rem !important; } .pb-xl-6, .py-xl-6 { padding-bottom: 3rem !important; } .pl-xl-6, .px-xl-6 { padding-left: 3rem !important; } .pr-xl-6, .px-xl-6 { padding-right: 3rem !important; } .p-xl-7 { padding: 4rem !important; } .pt-xl-7, .py-xl-7 { padding-top: 4rem !important; } .pb-xl-7, .py-xl-7 { padding-bottom: 4rem !important; } .pl-xl-7, .px-xl-7 { padding-left: 4rem !important; } .pr-xl-7, .px-xl-7 { padding-right: 4rem !important; } .p-xl-8 { padding: 5rem !important; } .pt-xl-8, .py-xl-8 { padding-top: 5rem !important; } .pb-xl-8, .py-xl-8 { padding-bottom: 5rem !important; } .pl-xl-8, .px-xl-8 { padding-left: 5rem !important; } .pr-xl-8, .px-xl-8 { padding-right: 5rem !important; } .p-xl-9 { padding: 6rem !important; } .pt-xl-9, .py-xl-9 { padding-top: 6rem !important; } .pb-xl-9, .py-xl-9 { padding-bottom: 6rem !important; } .pl-xl-9, .px-xl-9 { padding-left: 6rem !important; } .pr-xl-9, .px-xl-9 { padding-right: 6rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } } .mx-auto { margin-right: auto !important; margin-left: auto !important; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } @media (min-width: 576px) { .text-sm-left { text-align: left !important; } .text-sm-right { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .text-md-left { text-align: left !important; } .text-md-right { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .text-lg-left { text-align: left !important; } .text-lg-right { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1296px) { .text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; } .text-xl-center { text-align: center !important; } } .text-primary { color: var(--color-primary); } .text-secondary { color: var(--color-secondary); } .text-dark { color: var(--color-dark); } .text-white { color: var(--color-white); } .text-black { color: var(--color-black); } .text-form { color: var(--color-form); } .text-error { color: var(--color-error); } .text-100 { color: var(--gray-100); } .text-200 { color: var(--gray-200); } .text-300 { color: var(--gray-300); } .text-400 { color: var(--gray-400); } .text-500 { color: var(--gray-500); } .text-600 { color: var(--gray-600); } .text-700 { color: var(--gray-700); } .text-800 { color: var(--gray-800); } .text-900 { color: var(--gray-900); } .fw-100 { font-weight: var(--fw-100); } .fw-200 { font-weight: var(--fw-200); } .fw-300 { font-weight: var(--fw-300); } .fw-400 { font-weight: var(--fw-400); } .fw-500 { font-weight: var(--fw-500); } .fw-600 { font-weight: var(--fw-600); } .fw-700 { font-weight: var(--fw-700); } .fw-800 { font-weight: var(--fw-800); } .lowercase { text-transform: lowercase; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } .transform-none { text-transform: none; } .underline { text-decoration: underline; } .ltr-sp-05 { letter-spacing: 0.05rem; } .ltr-sp-1 { letter-spacing: 0.1rem; } .ltr-sp-15 { letter-spacing: 0.15rem; } .ltr-sp-2 { letter-spacing: 0.2rem; } .filet { position: relative; margin-bottom: 3rem; } .filet::after { content: ''; position: absolute; bottom: -1.5rem; left: 0; width: 64px; height: 4px; background-color: var(--color-primary); } .text-break { word-wrap: break-word !important; word-break: break-word !important; } *, *::before, *::after { box-sizing: border-box; } html, body { max-width: 100vw; } html { font-size: 100%; overflow-x: hidden; } body { font-family: "Work Sans", sans-serif; font-size: clamp(0.8125rem, calc( 13px + 2 * ( ( 100vw - 576px ) / 720 )), 0.9375rem); line-height: 1.5; color: var(--color-black); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; } /* Base Styles */ iframe { max-width: 100%; border: none; } audio { width: 100%; } a { text-decoration: none; color: var(--color-black); transition: all 0.3s; } a:hover, a:focus { text-decoration: none; } main p a, main ul:not(.list-unstyled) a, main ol a, main blockquote a { position: relative; display: inline-block; padding: 0 1px; } main p a::after, main ul:not(.list-unstyled) a::after, main ol a::after, main blockquote a::after { content: ''; position: absolute; z-index: -1; width: 100%; height: 1px; left: 0; bottom: 0; background-color: var(--gray-800); transition: all 0.3s; } main p a:hover, main ul:not(.list-unstyled) a:hover, main ol a:hover, main blockquote a:hover { color: white; } main p a:hover::after, main ul:not(.list-unstyled) a:hover::after, main ol a:hover::after, main blockquote a:hover::after { height: 100%; } img { max-width: 100%; height: auto; } textarea { resize: vertical; } table { border: 1px solid gray(300); } table tr { border-bottom: 1px solid gray(300); } table th, table td { padding: 0.45em 1em; } table tbody th, table tbody td, table thead th { border-right: 1px solid gray(300); } table.wp-block-table { border-color: gray(300); } table.wp-block-table tr, table.wp-block-table td, table.wp-block-table th { border-color: inherit; } table.wp-block-table th, table.wp-block-table td { padding: 0.45em 1em; } pre { margin-bottom: 1.5em; } blockquote { display: block; padding: 0; margin-bottom: 2.5em; border: 0; font-style: italic; } blockquote.wp-block-quote.is-large { padding-left: 0; padding-right: 0; } .wp-block-pullquote__citation, .wp-block-quote__citation, cite { display: block; position: relative; padding-top: em(25, 12); margin-top: 1em; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-style: normal; } .wp-block-pullquote__citation:before, .wp-block-quote__citation:before, cite:before { content: ''; display: inline-block; width: 30px; height: 1px; position: absolute; top: 0; left: 0; background-color: gray(500); } .wp-block-quote.is-large .wp-block-pullquote__citation, .wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-large cite { text-align: inherit; font-size: 12px; } .wp-block-quote.aligncenter cite:before, .wp-block-quote.aligncenter .wp-block-quote__citation:before { left: 50%; margin-left: -15px; } .wp-block-quote.alignright cite:before, .wp-block-quote.alignright .wp-block-quote__citation:before { left: auto; right: 0; } .wp-block-pullquote, .wp-block-quote { margin-bottom: 32px; } .wp-block-pullquote blockquote, .wp-block-quote blockquote { margin-bottom: 0; } .wp-block-pullquote cite:before, .wp-block-pullquote .wp-block-pullquote__citation:before { left: 50%; margin-left: -15px; } .wp-block-pullquote.is-style-solid-color cite:before, .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation:before { left: 0; margin-left: 0; } figcaption { margin: 1.3em auto; color: gray(600); font-style: italic; } .fp-sr-only, .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; top: 0; left: 0; width: 1px; word-wrap: normal !important; } .split-inner { display: inline-block; } p { margin-bottom: 1.3rem; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 1.25rem 0 0.75rem; font-weight: 700; } h1, .h1 { margin-top: 0; font-size: clamp(2.125rem, calc( 34px + 14 * ( ( 100vw - 576px ) / 720 )), 3rem); line-height: 1.1; } h2, .h2 { font-size: clamp(1.5rem, calc( 24px + 12 * ( ( 100vw - 576px ) / 720 )), 2.25rem); line-height: 1.1; } h3, .h3 { font-size: clamp(1.25rem, calc( 20px + 4 * ( ( 100vw - 576px ) / 720 )), 1.5rem); line-height: 1.3; } h4, .h4 { font-size: clamp(1.125rem, calc( 18px + 2 * ( ( 100vw - 576px ) / 720 )), 1.25rem); line-height: 1.3; } h5, .h5 { font-size: clamp(1rem, calc( 16px + 0 * ( ( 100vw - 576px ) / 720 )), 1rem); line-height: 1.5; } h6, .h6 { font-size: clamp(0.8125rem, calc( 13px + 2 * ( ( 100vw - 576px ) / 720 )), 0.9375rem); line-height: 1.5; } small, .text-small { font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); font-weight: 500; } small, .text-extrasmall { font-size: clamp(0.75rem, calc( 12px + 0 * ( ( 100vw - 576px ) / 720 )), 0.75rem); } .text-intro { font-size: clamp(1.25rem, calc( 20px + 4 * ( ( 100vw - 576px ) / 720 )), 1.5rem); font-weight: 500; line-height: 1.3; } .list-unstyled { padding-left: 0; list-style: none; } .container { width: 100%; padding-right: 24px; padding-left: 24px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1296px) { .container { max-width: 1236px; } } .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { width: 100%; padding-right: 24px; padding-left: 24px; margin-right: auto; margin-left: auto; max-width: 1236px; } @media (min-width: 576px) { .container, .container-sm { max-width: 540px; } } @media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } } @media (min-width: 1296px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1236px; } } .row { display: flex; flex-wrap: wrap; margin-right: -24px; margin-left: -24px; } .no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 24px; padding-left: 24px; } .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-3 { flex: 0 0 25%; max-width: 25%; } .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-6 { flex: 0 0 50%; max-width: 50%; } .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-9 { flex: 0 0 75%; max-width: 75%; } .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-12 { flex: 0 0 100%; max-width: 100%; } .order-first { order: -1; } .order-last { order: 13; } .order-0 { order: 0; } .order-1 { order: 1; } .order-2 { order: 2; } .order-3 { order: 3; } .order-4 { order: 4; } .order-5 { order: 5; } .order-6 { order: 6; } .order-7 { order: 7; } .order-8 { order: 8; } .order-9 { order: 9; } .order-10 { order: 10; } .order-11 { order: 11; } .order-12 { order: 12; } .offset-1 { margin-left: 8.33333%; } .offset-2 { margin-left: 16.66667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333%; } .offset-5 { margin-left: 41.66667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333%; } .offset-8 { margin-left: 66.66667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333%; } .offset-11 { margin-left: 91.66667%; } @media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-sm-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-sm-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-sm-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-sm-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-sm-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } .order-sm-first { order: -1; } .order-sm-last { order: 13; } .order-sm-0 { order: 0; } .order-sm-1 { order: 1; } .order-sm-2 { order: 2; } .order-sm-3 { order: 3; } .order-sm-4 { order: 4; } .order-sm-5 { order: 5; } .order-sm-6 { order: 6; } .order-sm-7 { order: 7; } .order-sm-8 { order: 8; } .order-sm-9 { order: 9; } .order-sm-10 { order: 10; } .order-sm-11 { order: 11; } .order-sm-12 { order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } } @media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-md-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-md-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-md-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-md-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-md-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-md-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } .order-md-first { order: -1; } .order-md-last { order: 13; } .order-md-0 { order: 0; } .order-md-1 { order: 1; } .order-md-2 { order: 2; } .order-md-3 { order: 3; } .order-md-4 { order: 4; } .order-md-5 { order: 5; } .order-md-6 { order: 6; } .order-md-7 { order: 7; } .order-md-8 { order: 8; } .order-md-9 { order: 9; } .order-md-10 { order: 10; } .order-md-11 { order: 11; } .order-md-12 { order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } } @media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-lg-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-lg-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-lg-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-lg-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-lg-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-lg-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } .order-lg-first { order: -1; } .order-lg-last { order: 13; } .order-lg-0 { order: 0; } .order-lg-1 { order: 1; } .order-lg-2 { order: 2; } .order-lg-3 { order: 3; } .order-lg-4 { order: 4; } .order-lg-5 { order: 5; } .order-lg-6 { order: 6; } .order-lg-7 { order: 7; } .order-lg-8 { order: 8; } .order-lg-9 { order: 9; } .order-lg-10 { order: 10; } .order-lg-11 { order: 11; } .order-lg-12 { order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } } @media (min-width: 1296px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-xl-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-xl-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-xl-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-xl-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-xl-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-xl-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } .order-xl-first { order: -1; } .order-xl-last { order: 13; } .order-xl-0 { order: 0; } .order-xl-1 { order: 1; } .order-xl-2 { order: 2; } .order-xl-3 { order: 3; } .order-xl-4 { order: 4; } .order-xl-5 { order: 5; } .order-xl-6 { order: 6; } .order-xl-7 { order: 7; } .order-xl-8 { order: 8; } .order-xl-9 { order: 9; } .order-xl-10 { order: 10; } .order-xl-11 { order: 11; } .order-xl-12 { order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } } .header { position: absolute; top: 0; right: 0; left: 0; min-height: 80px; z-index: 10; font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); } @media (min-width: 768px) { .header { padding-right: 0; justify-content: left; } } .header__end { display: flex; } @media (max-width: 768px) { .header__end { flex-direction: row-reverse; } } .header__logo svg { width: 129px; height: 27px; } .header__search { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; background: inherit; width: 60px; cursor: pointer; } .header__search:focus { outline: none; } .header__search svg circle, .header__search svg path { stroke: var(--color-white); } @-webkit-keyframes stickAnim { 0% { transform: translateY(-86px); } 100% { transform: translateY(0); } } @keyframes stickAnim { 0% { transform: translateY(-86px); } 100% { transform: translateY(0); } } .nav-is-stuck .header { position: fixed; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); background-color: var(--color-white); -webkit-animation: stickAnim .3s; animation: stickAnim .3s; } .nav-is-stuck .header path:first-child { fill: var(--color-primary); } .nav-is-stuck .header path:last-child { fill: var(--color-black); } .nav-is-stuck .header .sn a { color: var(--color-black); } .nav-is-stuck .admin-bar .header { margin-top: 28px; } .nav-is-stuck .header__search svg circle, .nav-is-stuck .header__search svg path { stroke: var(--color-black); } .footer__menu ul { opacity: 0.6; } .footer__menu li { margin-bottom: .5rem; } .footer__menu a { color: var(--color-white); } .footer__nav { border-top: 1px solid rgba(255, 255, 255, 0.2); } .footer__img img { max-width: 270px; height: auto; transform: translateY(-40px); } .footer__logo svg { width: 193px; height: 40px; } .btn, .gform_wrapper .gform_button, .wp-block-file__button { background: inherit; display: inline-flex; padding: 1rem 1.5rem; position: relative; border: 1px solid var(--color-primary); font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); font-weight: 500; text-transform: uppercase; white-space: nowrap; color: var(--color-primary); transition: all .3s ease; box-shadow: 0 0 0 rgba(5, 4, 4, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05); } .btn:hover, .gform_wrapper .gform_button:hover, .wp-block-file__button:hover { border-color: transparent; background-color: var(--color-primary); color: #fff; transform: translateY(-2px); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); } .btn [class*=" icon-"], .gform_wrapper .gform_button [class*=" icon-"], .wp-block-file__button [class*=" icon-"], .btn [class^=icon-], .gform_wrapper .gform_button [class^=icon-], .wp-block-file__button [class^=icon-] { font-size: 1.3rem; } .-solid { background: var(--color-primary); color: var(--color-white); } .-black, .gform_wrapper .gform_button, .wp-block-file__button { background: var(--color-black); border: 1px solid var(--color-black); color: var(--color-white); } .-black:hover, .gform_wrapper .gform_button:hover, .wp-block-file__button:hover { background: var(--color-black); color: var(--color-white); } .-secondary { background: var(--color-secondary); border: 1px solid var(--color-secondary); color: var(--color-white); } .-secondary:hover { background: var(--color-secondary); color: var(--color-white); } .-dark { color: var(--color-black); border: 1px solid var(--color-black); } .-dark:hover { background: var(--color-black); color: var(--color-white); } .-white { color: var(--color-white); border: 1px solid var(--color-white); } .-white:hover { background: var(--color-white); color: var(--color-black); } .-light { background: var(--color-white); border-color: transparent; color: var(--color-black); } .-light:hover { background: var(--color-white); color: var(--color-black); } .moreLink__arrow { width: 1px; transition: all 0.2s; } .moreLink__arrow.-left > .shaft { width: 0; background-color: var(--gray-600); } .moreLink__arrow.-left > .shaft:before, .moreLink__arrow.-left > .shaft:after { width: 0; background-color: var(--gray-600); } .moreLink__arrow.-left > .shaft:before { transform: rotate(0); } .moreLink__arrow.-left > .shaft:after { transform: rotate(0); } .moreLink__arrow.-right > .shaft { width: 1px; opacity: 1; } .moreLink__arrow.-right > .shaft:before, .moreLink__arrow.-right > .shaft:after { width: 7px; transition: all 0.2s; } .moreLink__arrow.-right > .shaft:before { transform: rotate(40deg); } .moreLink__arrow.-right > .shaft:after { transform: rotate(-40deg); } .moreLink__arrow > .shaft { background-color: var(--gray-600); display: block; height: 1px; position: relative; transition: all 0.2s; will-change: transform; } .moreLink__arrow > .shaft:before, .moreLink__arrow > .shaft:after { background-color: var(--gray-600); content: ''; display: block; height: 1px; position: absolute; top: 0; right: 0; transition: all 0.2s; } .moreLink__arrow > .shaft:before { transform-origin: top right; } .moreLink__arrow > .shaft:after { transform-origin: bottom right; } .moreLink { display: flex; align-items: center; transition: all 0.2s; } .moreLink .moreLink__text { margin: 0 16px 0 0; color: var(--gray-700); } .moreLink > .moreLink__main { transition: all 0.2s; display: flex; align-items: center; } .moreLink:hover { color: var(--gray-600); } .moreLink:hover > .moreLink__arrow.-left > .shaft { width: 20px; background-color: var(--gray-600); } .moreLink:hover > .moreLink__arrow.-left > .shaft:before, .moreLink:hover > .moreLink__arrow.-left > .shaft:after { width: 7px; background-color: var(--gray-600); } .moreLink:hover > .moreLink__arrow.-left > .shaft:before { transform: rotate(40deg); } .moreLink:hover > .moreLink__arrow.-left > .shaft:after { transform: rotate(-40deg); } .moreLink:hover > .moreLink__main { transform: translateX(13px); transform: translateX(32px); } .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft { opacity: 0; } .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft:before, .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft:after { width: 0; transition: all 0.2s; } .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft:before { transform: rotate(0); } .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft:after { transform: rotate(0); } .cn-button.bootstrap { background: var(--color-primary); } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select, .form-control { display: block; width: 100%; padding: 1rem; font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); border: 1px solid var(--gray-400); margin-bottom: 24px; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-focusring, .gform_wrapper textarea:-moz-focusring, .gform_wrapper select:-moz-focusring, .form-control:-moz-focusring { color: transparent; text-shadow: 0 0 0 transparent; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .form-control::-moz-placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder, .form-control:-ms-input-placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .gform_wrapper textarea::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder, .form-control::-ms-input-placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper textarea::placeholder, .gform_wrapper select::placeholder, .form-control::placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus, .form-control:focus { color: var(--gray-600); border-color: var(--color-form); outline: 0; box-shadow: 0 0 0 0.1rem #b2d1f1; } .gform_wrapper ul { padding: 0; list-style: none; } .gform_wrapper li.gfield { margin-top: 2rem; } .gform_wrapper .gfield_label { margin-bottom: 1rem; display: inline-block; } .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea { border: 1px solid var(--color-error); box-shadow: 0 0 0 0.1rem #fcb09b; } .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper .gform_wrapper li.gfield_error ul.gfield_radio, .gform_wrapper .validation_message, .gform_wrapper .gfield_error .gfield_label { color: var(--color-error); } .gform_wrapper .validation_error { color: var(--color-error); font-weight: 700; } .gform_wrapper .gfield_required { color: var(--color-error); margin-left: 4px; } @media (min-width: 768px) { .gform_wrapper .ginput_container_name { display: flex; } .gform_wrapper .ginput_container_name span { flex: 3; margin-right: 24px; } .gform_wrapper .ginput_container_name .name_prefix { flex: 1; } .gform_wrapper .ginput_container_name .name_last { margin-right: 0; } } @media (min-width: 768px) { .gform_wrapper .ginput_container_address { display: flex; flex-wrap: wrap; } .gform_wrapper .ginput_container_address .address_line_1 { flex-basis: 100%; } .gform_wrapper .ginput_container_address .address_city { flex-basis: 70%; padding-right: 12px; } .gform_wrapper .ginput_container_address .address_zip { flex-basis: 30%; padding-left: 12px; } } .gform_wrapper select { -moz-appearance: none; -webkit-appearance: none; appearance: none; background-color: #fff; background-image: linear-gradient(45deg, transparent 50%, var(--color-black) 50%), linear-gradient(135deg, var(--color-black) 50%, transparent 50%); background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px); background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; } @media (min-width: 768px) { .gform_wrapper #gform_2 ulย , .gform_wrapper #gform_1 ulย  { display: flex; flex-wrap: wrap; } } @media (min-width: 768px) { .gform_wrapper #field_2_1, .gform_wrapper #field_2_4, .gform_wrapper #field_1_11, .gform_wrapper #field_1_7, .gform_wrapper #field_1_1, .gform_wrapper #field_1_2, .gform_wrapper #field_1_8, .gform_wrapper #field_1_5, .gform_wrapper #field_1_12, .gform_wrapper #field_1_6, .gform_wrapper #field_1_9 { flex-basis: 100%; } .gform_wrapper #field_2_2, .gform_wrapper #field_1_3 { flex-basis: 50%; padding-right: 12px; } .gform_wrapper #field_2_3, .gform_wrapper #field_1_4 { flex-basis: 50%; padding-left: 12px; } } .main-column { max-width: 624px; margin: auto; } .gutemberg > *:not(div), .gutemberg .wp-block-file { max-width: 624px; margin: auto; padding: 0 20px 1rem; } .gutemberg > ul, .gutemberg > ol { padding: 0 40px 1rem; } .wp-block-file { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding-top: 12px; padding-bottom: 12px; font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); } .wp-block-file a:first-child { text-transform: uppercase; text-decoration: none; letter-spacing: 1px; font-weight: bold; color: var(--color-black); border: none; } .noscroll, .noscroll body { overflow: hidden; } .menu { display: flex; } @media (max-width: 768px) { .menu { pointer-events: none; visibility: hidden; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; font-size: clamp(1rem, calc( 16px + 0 * ( ( 100vw - 576px ) / 720 )), 1rem); background: var(--color-dark); justify-content: left; align-items: center; text-transform: inherit; transform: translateX(100vw); transition: all .4s ease-in-out; } } .menu.-open { pointer-events: auto; visibility: visible; transform: translateY(0); } @media (min-width: 768px) { .menu__list { display: flex; } } @media (max-width: 768px) { .menu__list { list-style: none; } } .menu__list > .menu__item > .menu__link { text-transform: uppercase; letter-spacing: .05rem; } .menu__item { position: relative; } .menu__item > .menu__link:hover { color: var(--color-white); } @media (min-width: 768px) { .menu__item { display: flex; align-items: stretch; } } @media (min-width: 768px) { .menu__item.-btn { background-color: var(--color-black); margin-left: 24px; } } .menu__link { display: flex; align-items: center; padding: 5px 24px; color: var(--color-white); text-decoration: none; } @media (max-width: 768px) { .menu__link { color: var(--color-white); } } @media (min-width: 768px) { .-btn .menu__link { color: var(--color-white); padding-left: 40px; padding-right: 40px; } } @media (min-width: 768px) { .nav-is-stuck .menu__link { color: var(--color-black); } .nav-is-stuck .menu__link:hover { color: var(--color-black); } } @media (max-width: 768px) { .submenu__list { margin-left: 15px; } } .menuBurger { position: relative; width: 30px; height: 30px; background: none; border: none; cursor: pointer; } @media (min-width: 768px) { .menuBurger { display: none; } } .menuBurger__bar, .menuBurger__bar::before, .menuBurger__bar::after { content: ''; background: var(--color-white); height: 2px; width: 100%; position: absolute; left: 0; z-index: 10; transition: all .4s ease-in-out; } .menuBurger.-open .menuBurger__bar, .menuBurger.-open .menuBurger__bar::before, .menuBurger.-open .menuBurger__bar::after { transform: rotate(135deg); } .nav-is-stuck .menuBurger__bar, .nav-is-stuck .menuBurger__bar::before, .nav-is-stuck .menuBurger__bar::after { background: var(--color-black); } .menuBurger.-open .menuBurger__bar::before, .menuBurger.-open .menuBurger__bar::after { top: 0; transform: rotate(90deg); } .menuBurger__bar:before { top: -10px; } .menuBurger__bar:after { top: 10px; } .menuSubPages { background-color: rgba(76, 57, 233, 0.2); min-height: 58px; } .menuSubPages ul { margin: 0; font-size: clamp(0.75rem, calc( 12px + 0 * ( ( 100vw - 576px ) / 720 )), 0.75rem); font-weight: 500; } .menuSubPages li { margin-right: 20px; } .menuSubPages a { color: rgba(76, 57, 233, 0.6); display: inline-block; padding: 4px 0; } .menuSubPages a[aria-current] { color: #2E238C; } .submenu__list { padding-left: 0; list-style: none; } @media (min-width: 768px) { .submenu__list { height: auto; overflow: hidden; visibility: hidden; position: absolute; left: 0; top: 100%; min-width: 230px; border-radius: 4px; background-color: var(--color-white); z-index: 20; padding: 8px 0; opacity: 0; transform: translateY(8px); transition: all .4s ease; } } .menu__item.-hasDropdown:hover .submenu__list { visibility: visible; opacity: 1; transform: translateY(0); } .menu__item.-hasDropdown > .menu__link { padding-right: 40px; } @media (min-width: 768px) { .menu__item.-hasDropdown > .menu__link::after { border: 2px solid var(--color-white); border-right: 0; border-top: 0; content: " "; display: block; height: 8px; width: 8px; pointer-events: none; position: absolute; right: 24px; transform: rotate(-45deg); transform-origin: center; } } @media (min-width: 768px) { .submenu__item { padding: 4px 0; } .submenu__item .menu__link { color: var(--color-black); } } .nav-is-stuck .menu__item.-hasDropdown .menu__link::after { border-color: var(--color-black); } .carouselHeader { position: relative; overflow: hidden; -webkit-clip-path: url(#hero-clip); clip-path: url(#hero-clip); } .carouselHeader__item { width: 100%; height: 80vh; min-height: 650px; } .carouselHeader__img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; } .carouselHeader__img img { opacity: 0.35; -o-object-fit: cover; object-fit: cover; } .carouselHeader__caption { position: relative; z-index: 1; } .carouselHeader .flickity-page-dots { bottom: 100px; text-align: left; font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); font-weight: 700; width: auto; } .carouselHeader .flickity-page-dots .dot { visibility: hidden; background: none; width: auto; width: 60px; position: relative; opacity: 1; margin: 0 16px 0 0; } @media (min-width: 768px) { .carouselHeader .flickity-page-dots .dot { visibility: visible; min-width: 200px; width: auto; margin: 0 48px 0 0; } } .carouselHeader .flickity-page-dots .dot::after { content: ''; visibility: visible; height: 1px; opacity: 0.5; background-color: var(--color-white); position: absolute; right: 0; bottom: -20px; left: 0; } .carouselHeader .flickity-page-dots .dot::before { content: ''; visibility: visible; height: 4px; background-color: var(--color-white); position: absolute; right: 0; bottom: -20px; left: 0; transform: scaleX(0); transform-origin: 0 0; } .carouselHeader .flickity-page-dots .is-selected::before { transition: transform 5s; transform: scaleX(1); } .carouselCards .flickity-viewport { overflow: visible; } @media (max-width: 768px) { .carouselCards .flickity-button { display: none; } } .carouselCards .flickity-prev-next-button { top: -5rem; width: 54px; height: 54px; padding: 0; background: none; } .carouselCards .flickity-prev-next-button.previous { right: 80px; left: auto; } .carouselCards .flickity-prev-next-button .flickity-button-icon { position: static; width: auto; height: auto; } .bg-secondary .flickity-button-icon { fill: var(--color-white); } .carouselPartner { width: 100%; } .carouselPartner__item { width: 100%; /* full width */ height: 160px; /* height of carousel */ margin-right: 10px; } .carouselPartner__logo { -o-object-fit: contain; object-fit: contain; -webkit-filter: grayscale(1); filter: grayscale(1); transition: all .4s ease; } .carouselPartner__link:hover .carouselPartner__logo { -webkit-filter: grayscale(0); filter: grayscale(0); } .scCarousel { height: 100%; overflow: hidden; } .scCarousel__item { width: 100%; height: 100%; position: absolute; opacity: 0; transition: all .5s ease; } .scCarousel__item.-active { z-index: 1; opacity: 1; } .scCarousel__nav { display: none; opacity: 0; z-index: 10000; position: fixed; top: 50%; right: 20px; transform: translateY(-50%); margin: 0; padding: 0; transition: opacity .4s ease; } .scCarousel.-active .scCarousel__nav { display: block; opacity: 1; } .scCarousel__navLink { display: block; box-sizing: content-box; opacity: .35; position: relative; padding: 10px 12px; transition: all .2s ease 0s; } .scCarousel__navItem.-active .scCarousel__navLink { opacity: 1; } .scCarousel__navDot { display: block; height: 8px; width: 8px; border-radius: 50%; background-color: #4d39e9; } .scrollmagic-pin-spacer { height: 100vh !important; } .wp-block-lazyblock-carousel { /* ---- flickity-button ---- */ /* position dots up a bit */ /* dots are lines */ } .wp-block-lazyblock-carousel .carousel { padding-top: 48px; padding-bottom: 48px; width: 100vw; margin-left: -24px; } @media (min-width: 1296px) { .wp-block-lazyblock-carousel .carousel { margin-left: calc(0px - (100vw - 1188px) / 2); } } .wp-block-lazyblock-carousel .carousel__item { width: 66%; margin-right: 24px; } @media (min-width: 768px) { .wp-block-lazyblock-carousel .carousel__item { width: 50%; } } @media (min-width: 992px) { .wp-block-lazyblock-carousel .carousel__item { width: 33%; } } .wp-block-lazyblock-carousel .flickity-button { position: relative; border: 1px solid var(--color-black); background: none; padding: 0; margin-top: 16px; z-index: 1; } @media (max-width: 768px) { .wp-block-lazyblock-carousel .flickity-button { display: none; } } .wp-block-lazyblock-carousel .flickity-prev-next-button { transform: translateY(0); } .wp-block-lazyblock-carousel .flickity-prev-next-button .flickity-button-icon { position: relative; width: 100%; height: 100%; left: 0; top: 0; } .wp-block-lazyblock-carousel .flickity-prev-next-button.next { left: calc( 50% - 290px); } .wp-block-lazyblock-carousel .flickity-prev-next-button.previous { left: calc( 50% - 300px); } .wp-block-lazyblock-carousel .flickity-page-dots { bottom: 10px; } @media (min-width: 768px) { .wp-block-lazyblock-carousel .flickity-page-dots { bottom: 74px; } } .wp-block-lazyblock-carousel .flickity-page-dots .dot { height: 1px; width: 40px; margin: 0; border-radius: 0; } .card { width: 100%; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); } @media (min-width: 768px) { .scActu .card { width: 560px; } } @media (min-width: 992px) { .scActu .card { width: 624px; } } @media (min-width: 768px) { .scCompany .card { width: 450px; } } @media (min-width: 768px) { .card__img { flex: 0 0 176px; } } .card__img img { display: block; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .card__logo { position: absolute; top: 2rem; left: 0; width: 76px; height: 76px; } .card__header { position: relative; left: -2rem; } @media (min-width: 768px) { .card__header { left: -4rem; } } .hero { min-height: 400px; } .scImgbg { height: 800px; } .map { height: 600px; } .gm-style .gm-style-iw-c { padding: 0 !important; background-color: var(--color-primary); } .gm-style .gm-style-iw-d { overflow: auto !important; } .gm-style .gm-style-iw-t::after { background: linear-gradient(45deg, #f84310 50%, rgba(248, 67, 16, 0) 51%, rgba(248, 67, 16, 0) 100%); box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.4); } .pagination { width: 100%; display: flex; justify-content: center; margin: 48px 0; } .pagination .nav-links { display: flex; align-items: center; } .pagination .page-numbers:not(.prev):not(.next) { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #adb5bd; border-radius: 4px; margin: 0 10px; } .pagination .page-numbers:not(.prev):not(.next).current { background: #1B2032; color: white; border-color: #1B2032; } .searchResult:not(:last-child) { border-bottom: 1px solid var(--gray-200); } .searchForm { opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; transform: translateY(-80px); transition: all .4s ease-in-out; } .searchForm.-open { opacity: 1; transform: translateY(0); } .searchForm__close, .searchForm__input, .searchForm__submit { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: inherit; border: none; } .searchForm__close:focus, .searchForm__input:focus, .searchForm__submit:focus { outline: none; } .searchForm__close { cursor: pointer; position: absolute; top: 10px; right: 30px; width: 60px; height: 60px; } .searchForm__close svg { width: 24px; height: 24px; } .searchForm__submit { position: absolute; top: 10px; right: 100px; width: 60px; height: 60px; } .searchForm__submit svg { width: 24px; height: 24px; } .searchForm__input { font-size: clamp(1.25rem, calc( 20px + 4 * ( ( 100vw - 576px ) / 720 )), 1.5rem); } .searchForm__input::-webkit-input-placeholder { color: var(--gray-500); } .searchForm__input::-moz-placeholder { color: var(--gray-500); } .searchForm__input:-ms-input-placeholder { color: var(--gray-500); } .searchForm__input::-ms-input-placeholder { color: var(--gray-500); } .searchForm__input::placeholder { color: var(--gray-500); } .searchFilter { box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); position: relative; top: -70px; } @media (min-width: 768px) { .searchFilter { font-size: clamp(1.125rem, calc( 18px + 2 * ( ( 100vw - 576px ) / 720 )), 1.25rem); } } .searchFilter .form-control { border: none; color: var(--color-primary); padding-left: 0; } @media (min-width: 768px) { .searchFilter .form-control { font-size: clamp(1.125rem, calc( 18px + 2 * ( ( 100vw - 576px ) / 720 )), 1.25rem); } } .searchFilter .form-control:focus { outline: none; border-color: transparent; box-shadow: none; } .sn a { font-size: clamp(1.125rem, calc( 18px + 2 * ( ( 100vw - 576px ) / 720 )), 1.25rem); padding: .2rem; transition: all .3s ease; } .sn a:hover { color: var(--color-white); } .sn.-border a { border: 1px solid var(--gray-600); border-radius: 50%; width: 2.5rem; height: 2.5rem; padding: .3rem; } .sn.-border a:hover { border: 1px solid var(--color-black); background-color: var(--color-black); } .sn.-footer a { font-size: clamp(0.8125rem, calc( 13px + 2 * ( ( 100vw - 576px ) / 720 )), 0.9375rem); width: 2.2rem; height: 2.2rem; } .sn.-footer a:hover { border: 1px solid var(--color-white); background-color: var(--color-white); color: var(--gray-900); } /* Recommended styles for Splitting */ .splitting .word, .splitting .char { display: inline-block; } /* Psuedo-element chars */ .splitting .char { position: relative; } /** * Populate the psuedo elements with the character to allow for expanded effects * Set to `display: none` by default; just add `display: block` when you want * to use the psuedo elements */ .splitting .char::before, .splitting .char::after { content: attr(data-char); position: absolute; top: 0; left: 0; visibility: hidden; transition: inherit; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Expanded CSS Variables */ .splitting { /* The center word index */ --word-center: calc((var(--word-total) - 1) / 2); /* The center character index */ --char-center: calc((var(--char-total) - 1) / 2); /* The center character index */ --line-center: calc((var(--line-total) - 1) / 2); } .splitting .word { /* Pecent (0-1) of the word's position */ --word-percent: calc(var(--word-index) / var(--word-total)); /* Pecent (0-1) of the line's position */ --line-percent: calc(var(--line-index) / var(--line-total)); } .splitting .char { /* Percent (0-1) of the char's position */ --char-percent: calc(var(--char-index) / var(--char-total)); /* Offset from center, positive & negative */ --char-offset: calc(var(--char-index) - var(--char-center)); /* Absolute distance from center, only positive */ --distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) ); /* Distance from center where -1 is the far left, 0 is center, 1 is far right */ --distance-sine: calc(var(--char-offset) / var(--char-center)); /* Distance from center where 1 is far left/far right, 0 is center */ --distance-percent: calc((var(--distance) / var(--char-center))); } .splitting .char { transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear; transition-delay: calc( 20ms * var(--char-index)); } .splitting[data-scroll="out"] .char { opacity: 0.0001; transform: translateY(0.25em); }
dist/css/style.css
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap"); /*! normalize.css v8.0.1 | 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; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * 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 */ -webkit-text-decoration: underline dotted; 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; } @font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot?cm7kl"); src: url("../fonts/icomoon.eot?cm7kl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cm7kl") format("truetype"), url("../fonts/icomoon.woff?cm7kl") format("woff"), url("../fonts/icomoon.svg?cm7kl#icomoon") format("svg"); font-weight: normal; font-style: normal; font-display: block; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: never; 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; } .icon-icon_facebook:before { content: "\e900"; } .icon-icon_Download:before { content: "\e901"; } .icon-icon_instagram:before { content: "\e902"; } .icon-icon_linkedin:before { content: "\e903"; } .icon-icon_twitter:before { content: "\e904"; } .icon-icon_youtube:before { content: "\e905"; } /*! Flickity v2.2.1 https://flickity.metafizzy.co ---------------------------------------------- */ .flickity-enabled { position: relative; } .flickity-enabled:focus { outline: none; } .flickity-viewport { overflow: hidden; position: relative; height: 100%; } .flickity-slider { position: absolute; width: 100%; height: 100%; } /* draggable */ .flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; } .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; } /* ---- flickity-button ---- */ .flickity-button { position: absolute; background: rgba(255, 255, 255, 0.75); border: none; color: #333; } .flickity-button:hover { background: white; cursor: pointer; } .flickity-button:focus { outline: none; box-shadow: 0 0 0 5px #19F; } .flickity-button:active { opacity: 0.6; } .flickity-button:disabled { opacity: 0.3; cursor: auto; /* prevent disabled button from capturing pointer up event. #716 */ pointer-events: none; } .flickity-button-icon { fill: currentColor; } /* ---- previous/next buttons ---- */ .flickity-prev-next-button { top: 50%; width: 44px; height: 44px; border-radius: 50%; /* vertically center */ transform: translateY(-50%); } .flickity-prev-next-button.previous { left: 10px; } .flickity-prev-next-button.next { right: 10px; } /* right to left */ .flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px; } .flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px; } .flickity-prev-next-button .flickity-button-icon { position: absolute; left: 20%; top: 20%; width: 60%; height: 60%; } /* ---- page dots ---- */ .flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1; } .flickity-rtl .flickity-page-dots { direction: rtl; } .flickity-page-dots .dot { display: inline-block; width: 10px; height: 10px; margin: 0 8px; background: #333; border-radius: 50%; opacity: 0.25; cursor: pointer; } .flickity-page-dots .dot.is-selected { opacity: 1; } :root { --color-primary: #DF3506; --color-secondary: #4C39E9; --color-dark: #2E238C; --color-white: #fff; --color-black: #161616; --color-form: #468fde; --color-error: #DF3506; --gray-100: #f8f9fa; --gray-200: #e9ecef; --gray-300: #dee2e6; --gray-400: #ced4da; --gray-500: #adb5bd; --gray-600: #868e96; --gray-700: #495057; --gray-800: #343a40; --gray-900: #1B2032; --fw-100: 100; --fw-200: 200; --fw-300: 300; --fw-400: 400; --fw-500: 500; --fw-600: 600; --fw-700: 700; --fw-800: 800; } .bg-primary { background: var(--color-primary); } .bg-secondary { background: var(--color-secondary); } .bg-dark { background: var(--color-dark); } .bg-white { background: var(--color-white); } .bg-black { background: var(--color-black); } .bg-form { background: var(--color-form); } .bg-error { background: var(--color-error); } .bg-gray-100 { background: var(--gray-100); } .bg-gray-200 { background: var(--gray-200); } .bg-gray-300 { background: var(--gray-300); } .bg-gray-400 { background: var(--gray-400); } .bg-gray-500 { background: var(--gray-500); } .bg-gray-600 { background: var(--gray-600); } .bg-gray-700 { background: var(--gray-700); } .bg-gray-800 { background: var(--gray-800); } .bg-gray-900 { background: var(--gray-900); } .semi-round { border-radius: 2px; } .round, .btn, .gform_wrapper .gform_button, .wp-block-file__button, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select, .form-control, .menuBurger__bar, .menuBurger__bar::before, .menuBurger__bar::after, .searchFilter { border-radius: 4px; } .circle { border-radius: 50em; } .d-none { display: none !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } @media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } } @media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } } @media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } } @media (min-width: 1296px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } } @media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } } .d-flex { display: flex !important; } .d-flex:before, .d-flex:after { content: none; } .d-inline-flex { display: inline-flex !important; } .d-inline-flex:before, .d-inline-flex:after { content: none; } .flex-column { flex-direction: column !important; } .flex-column-reverse { flex-direction: column-reverse !important; } .flex-row { flex-direction: row !important; } .flex-row-reverse { flex-direction: row-reverse !important; } .flex-wrap { flex-wrap: wrap; } .flex-nowrap { flex-wrap: nowrap; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-fill { flex: 1 1 auto !important; } .flex-grow-0 { flex-grow: 0 !important; } .flex-grow-1 { flex-grow: 1 !important; } .flex-shrink-0 { flex-shrink: 0 !important; } .flex-shrink-1 { flex-shrink: 1 !important; } .justify-content-start { justify-content: flex-start !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-center { justify-content: center !important; } .justify-content-between { justify-content: space-between !important; } .justify-content-around { justify-content: space-around !important; } .align-items-start { align-items: flex-start !important; } .align-items-end { align-items: flex-end !important; } .align-items-center { align-items: center !important; } .align-items-baseline { align-items: baseline !important; } .align-items-stretch { align-items: stretch !important; } @media (min-width: 576px) { .d-sm-flex { display: flex !important; } .d-sm-flex:before, .d-sm-flex:after { content: none; } .d-sm-inline-flex { display: inline-flex !important; } .d-sm-inline-flex:before, .d-sm-inline-flex:after { content: none; } .flex-sm-column { flex-direction: column !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-row { flex-direction: row !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-wrap { flex-wrap: wrap; } .flex-sm-nowrap { flex-wrap: nowrap; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-sm-fill { flex: 1 1 auto !important; } .flex-sm-grow-0 { flex-grow: 0 !important; } .flex-sm-grow-1 { flex-grow: 1 !important; } .flex-sm-shrink-0 { flex-shrink: 0 !important; } .flex-sm-shrink-1 { flex-shrink: 1 !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } } @media (min-width: 768px) { .d-md-flex { display: flex !important; } .d-md-flex:before, .d-md-flex:after { content: none; } .d-md-inline-flex { display: inline-flex !important; } .d-md-inline-flex:before, .d-md-inline-flex:after { content: none; } .flex-md-column { flex-direction: column !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-row { flex-direction: row !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-wrap { flex-wrap: wrap; } .flex-md-nowrap { flex-wrap: nowrap; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-md-fill { flex: 1 1 auto !important; } .flex-md-grow-0 { flex-grow: 0 !important; } .flex-md-grow-1 { flex-grow: 1 !important; } .flex-md-shrink-0 { flex-shrink: 0 !important; } .flex-md-shrink-1 { flex-shrink: 1 !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } } @media (min-width: 992px) { .d-lg-flex { display: flex !important; } .d-lg-flex:before, .d-lg-flex:after { content: none; } .d-lg-inline-flex { display: inline-flex !important; } .d-lg-inline-flex:before, .d-lg-inline-flex:after { content: none; } .flex-lg-column { flex-direction: column !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-row { flex-direction: row !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-wrap { flex-wrap: wrap; } .flex-lg-nowrap { flex-wrap: nowrap; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-lg-fill { flex: 1 1 auto !important; } .flex-lg-grow-0 { flex-grow: 0 !important; } .flex-lg-grow-1 { flex-grow: 1 !important; } .flex-lg-shrink-0 { flex-shrink: 0 !important; } .flex-lg-shrink-1 { flex-shrink: 1 !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } } @media (min-width: 1296px) { .d-xl-flex { display: flex !important; } .d-xl-flex:before, .d-xl-flex:after { content: none; } .d-xl-inline-flex { display: inline-flex !important; } .d-xl-inline-flex:before, .d-xl-inline-flex:after { content: none; } .flex-xl-column { flex-direction: column !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-row { flex-direction: row !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-wrap { flex-wrap: wrap; } .flex-xl-nowrap { flex-wrap: nowrap; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } } .imgContainerFull { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; } .imgContainerFull img { opacity: 0.35; -o-object-fit: cover; object-fit: cover; } .svg-primary > * { fill: var(--color-primary); } .svg-secondary > * { fill: var(--color-secondary); } .svg-dark > * { fill: var(--color-dark); } .svg-white > * { fill: var(--color-white); } .svg-black > * { fill: var(--color-black); } .svg-form > * { fill: var(--color-form); } .svg-error > * { fill: var(--color-error); } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: -webkit-sticky !important; position: sticky !important; } /* .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: $zindex-fixed; } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: $zindex-fixed; } .sticky-top { @supports (position: sticky) { position: sticky; top: 0; z-index: $zindex-sticky; } }*/ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; } .w-20 { width: 20% !important; } .w-25 { width: 25% !important; } .w-30 { width: 30% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .w-auto { width: auto !important; } .h-20 { height: 20% !important; } .h-25 { height: 25% !important; } .h-30 { height: 30% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; } .mw-100 { max-width: 100% !important; } .mh-100 { max-height: 100% !important; } .min-vw-100 { min-width: 100vw !important; } .min-vh-100 { min-height: 100vh !important; } .vw-100 { width: 100vw !important; } .vh-100 { height: 100vh !important; } .m-0 { margin: 0 !important; } .mt-0, .my-0 { margin-top: 0 !important; } .mb-0, .my-0 { margin-bottom: 0 !important; } .ml-0, .mx-0 { margin-left: 0 !important; } .mr-0, .mx-0 { margin-right: 0 !important; } .m-1 { margin: 0.25rem !important; } .mt-1, .my-1 { margin-top: 0.25rem !important; } .mb-1, .my-1 { margin-bottom: 0.25rem !important; } .ml-1, .mx-1 { margin-left: 0.25rem !important; } .mr-1, .mx-1 { margin-right: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .mt-2, .my-2 { margin-top: 0.5rem !important; } .mb-2, .my-2 { margin-bottom: 0.5rem !important; } .ml-2, .mx-2 { margin-left: 0.5rem !important; } .mr-2, .mx-2 { margin-right: 0.5rem !important; } .m-3 { margin: 1rem !important; } .mt-3, .my-3 { margin-top: 1rem !important; } .mb-3, .my-3 { margin-bottom: 1rem !important; } .ml-3, .mx-3 { margin-left: 1rem !important; } .mr-3, .mx-3 { margin-right: 1rem !important; } .m-4 { margin: 1.5rem !important; } .mt-4, .my-4 { margin-top: 1.5rem !important; } .mb-4, .my-4 { margin-bottom: 1.5rem !important; } .ml-4, .mx-4 { margin-left: 1.5rem !important; } .mr-4, .mx-4 { margin-right: 1.5rem !important; } .m-5 { margin: 2rem !important; } .mt-5, .my-5 { margin-top: 2rem !important; } .mb-5, .my-5 { margin-bottom: 2rem !important; } .ml-5, .mx-5 { margin-left: 2rem !important; } .mr-5, .mx-5 { margin-right: 2rem !important; } .m-6 { margin: 3rem !important; } .mt-6, .my-6 { margin-top: 3rem !important; } .mb-6, .my-6 { margin-bottom: 3rem !important; } .ml-6, .mx-6 { margin-left: 3rem !important; } .mr-6, .mx-6 { margin-right: 3rem !important; } .m-7 { margin: 4rem !important; } .mt-7, .my-7 { margin-top: 4rem !important; } .mb-7, .my-7 { margin-bottom: 4rem !important; } .ml-7, .mx-7 { margin-left: 4rem !important; } .mr-7, .mx-7 { margin-right: 4rem !important; } .m-8 { margin: 5rem !important; } .mt-8, .my-8 { margin-top: 5rem !important; } .mb-8, .my-8 { margin-bottom: 5rem !important; } .ml-8, .mx-8 { margin-left: 5rem !important; } .mr-8, .mx-8 { margin-right: 5rem !important; } .m-9 { margin: 6rem !important; } .mt-9, .my-9 { margin-top: 6rem !important; } .mb-9, .my-9 { margin-bottom: 6rem !important; } .ml-9, .mx-9 { margin-left: 6rem !important; } .mr-9, .mx-9 { margin-right: 6rem !important; } .p-0 { padding: 0 !important; } .pt-0, .py-0 { padding-top: 0 !important; } .pb-0, .py-0 { padding-bottom: 0 !important; } .pl-0, .px-0 { padding-left: 0 !important; } .pr-0, .px-0 { padding-right: 0 !important; } .p-1 { padding: 0.25rem !important; } .pt-1, .py-1 { padding-top: 0.25rem !important; } .pb-1, .py-1 { padding-bottom: 0.25rem !important; } .pl-1, .px-1 { padding-left: 0.25rem !important; } .pr-1, .px-1 { padding-right: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .pt-2, .py-2 { padding-top: 0.5rem !important; } .pb-2, .py-2 { padding-bottom: 0.5rem !important; } .pl-2, .px-2 { padding-left: 0.5rem !important; } .pr-2, .px-2 { padding-right: 0.5rem !important; } .p-3 { padding: 1rem !important; } .pt-3, .py-3 { padding-top: 1rem !important; } .pb-3, .py-3 { padding-bottom: 1rem !important; } .pl-3, .px-3 { padding-left: 1rem !important; } .pr-3, .px-3 { padding-right: 1rem !important; } .p-4 { padding: 1.5rem !important; } .pt-4, .py-4 { padding-top: 1.5rem !important; } .pb-4, .py-4 { padding-bottom: 1.5rem !important; } .pl-4, .px-4 { padding-left: 1.5rem !important; } .pr-4, .px-4 { padding-right: 1.5rem !important; } .p-5 { padding: 2rem !important; } .pt-5, .py-5 { padding-top: 2rem !important; } .pb-5, .py-5 { padding-bottom: 2rem !important; } .pl-5, .px-5 { padding-left: 2rem !important; } .pr-5, .px-5 { padding-right: 2rem !important; } .p-6 { padding: 3rem !important; } .pt-6, .py-6 { padding-top: 3rem !important; } .pb-6, .py-6 { padding-bottom: 3rem !important; } .pl-6, .px-6 { padding-left: 3rem !important; } .pr-6, .px-6 { padding-right: 3rem !important; } .p-7 { padding: 4rem !important; } .pt-7, .py-7 { padding-top: 4rem !important; } .pb-7, .py-7 { padding-bottom: 4rem !important; } .pl-7, .px-7 { padding-left: 4rem !important; } .pr-7, .px-7 { padding-right: 4rem !important; } .p-8 { padding: 5rem !important; } .pt-8, .py-8 { padding-top: 5rem !important; } .pb-8, .py-8 { padding-bottom: 5rem !important; } .pl-8, .px-8 { padding-left: 5rem !important; } .pr-8, .px-8 { padding-right: 5rem !important; } .p-9 { padding: 6rem !important; } .pt-9, .py-9 { padding-top: 6rem !important; } .pb-9, .py-9 { padding-bottom: 6rem !important; } .pl-9, .px-9 { padding-left: 6rem !important; } .pr-9, .px-9 { padding-right: 6rem !important; } .m-auto { margin: auto !important; } .mt-auto, .my-auto { margin-top: auto !important; } .mb-auto, .my-auto { margin-bottom: auto !important; } @media (min-width: 576px) { .m-sm-0 { margin: 0 !important; } .mt-sm-0, .my-sm-0 { margin-top: 0 !important; } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; } .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; } .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; } .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; } .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; } .m-sm-5 { margin: 2rem !important; } .mt-sm-5, .my-sm-5 { margin-top: 2rem !important; } .mb-sm-5, .my-sm-5 { margin-bottom: 2rem !important; } .ml-sm-5, .mx-sm-5 { margin-left: 2rem !important; } .mr-sm-5, .mx-sm-5 { margin-right: 2rem !important; } .m-sm-6 { margin: 3rem !important; } .mt-sm-6, .my-sm-6 { margin-top: 3rem !important; } .mb-sm-6, .my-sm-6 { margin-bottom: 3rem !important; } .ml-sm-6, .mx-sm-6 { margin-left: 3rem !important; } .mr-sm-6, .mx-sm-6 { margin-right: 3rem !important; } .m-sm-7 { margin: 4rem !important; } .mt-sm-7, .my-sm-7 { margin-top: 4rem !important; } .mb-sm-7, .my-sm-7 { margin-bottom: 4rem !important; } .ml-sm-7, .mx-sm-7 { margin-left: 4rem !important; } .mr-sm-7, .mx-sm-7 { margin-right: 4rem !important; } .m-sm-8 { margin: 5rem !important; } .mt-sm-8, .my-sm-8 { margin-top: 5rem !important; } .mb-sm-8, .my-sm-8 { margin-bottom: 5rem !important; } .ml-sm-8, .mx-sm-8 { margin-left: 5rem !important; } .mr-sm-8, .mx-sm-8 { margin-right: 5rem !important; } .m-sm-9 { margin: 6rem !important; } .mt-sm-9, .my-sm-9 { margin-top: 6rem !important; } .mb-sm-9, .my-sm-9 { margin-bottom: 6rem !important; } .ml-sm-9, .mx-sm-9 { margin-left: 6rem !important; } .mr-sm-9, .mx-sm-9 { margin-right: 6rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, .py-sm-0 { padding-top: 0 !important; } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, .px-sm-0 { padding-left: 0 !important; } .pr-sm-0, .px-sm-0 { padding-right: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; } .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; } .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; } .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; } .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; } .p-sm-5 { padding: 2rem !important; } .pt-sm-5, .py-sm-5 { padding-top: 2rem !important; } .pb-sm-5, .py-sm-5 { padding-bottom: 2rem !important; } .pl-sm-5, .px-sm-5 { padding-left: 2rem !important; } .pr-sm-5, .px-sm-5 { padding-right: 2rem !important; } .p-sm-6 { padding: 3rem !important; } .pt-sm-6, .py-sm-6 { padding-top: 3rem !important; } .pb-sm-6, .py-sm-6 { padding-bottom: 3rem !important; } .pl-sm-6, .px-sm-6 { padding-left: 3rem !important; } .pr-sm-6, .px-sm-6 { padding-right: 3rem !important; } .p-sm-7 { padding: 4rem !important; } .pt-sm-7, .py-sm-7 { padding-top: 4rem !important; } .pb-sm-7, .py-sm-7 { padding-bottom: 4rem !important; } .pl-sm-7, .px-sm-7 { padding-left: 4rem !important; } .pr-sm-7, .px-sm-7 { padding-right: 4rem !important; } .p-sm-8 { padding: 5rem !important; } .pt-sm-8, .py-sm-8 { padding-top: 5rem !important; } .pb-sm-8, .py-sm-8 { padding-bottom: 5rem !important; } .pl-sm-8, .px-sm-8 { padding-left: 5rem !important; } .pr-sm-8, .px-sm-8 { padding-right: 5rem !important; } .p-sm-9 { padding: 6rem !important; } .pt-sm-9, .py-sm-9 { padding-top: 6rem !important; } .pb-sm-9, .py-sm-9 { padding-bottom: 6rem !important; } .pl-sm-9, .px-sm-9 { padding-left: 6rem !important; } .pr-sm-9, .px-sm-9 { padding-right: 6rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, .my-sm-auto { margin-top: auto !important; } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; } } @media (min-width: 768px) { .m-md-0 { margin: 0 !important; } .mt-md-0, .my-md-0 { margin-top: 0 !important; } .mb-md-0, .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, .mx-md-0 { margin-left: 0 !important; } .mr-md-0, .mx-md-0 { margin-right: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; } .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; } .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; } .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; } .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, .my-md-3 { margin-top: 1rem !important; } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, .mx-md-3 { margin-left: 1rem !important; } .mr-md-3, .mx-md-3 { margin-right: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; } .m-md-5 { margin: 2rem !important; } .mt-md-5, .my-md-5 { margin-top: 2rem !important; } .mb-md-5, .my-md-5 { margin-bottom: 2rem !important; } .ml-md-5, .mx-md-5 { margin-left: 2rem !important; } .mr-md-5, .mx-md-5 { margin-right: 2rem !important; } .m-md-6 { margin: 3rem !important; } .mt-md-6, .my-md-6 { margin-top: 3rem !important; } .mb-md-6, .my-md-6 { margin-bottom: 3rem !important; } .ml-md-6, .mx-md-6 { margin-left: 3rem !important; } .mr-md-6, .mx-md-6 { margin-right: 3rem !important; } .m-md-7 { margin: 4rem !important; } .mt-md-7, .my-md-7 { margin-top: 4rem !important; } .mb-md-7, .my-md-7 { margin-bottom: 4rem !important; } .ml-md-7, .mx-md-7 { margin-left: 4rem !important; } .mr-md-7, .mx-md-7 { margin-right: 4rem !important; } .m-md-8 { margin: 5rem !important; } .mt-md-8, .my-md-8 { margin-top: 5rem !important; } .mb-md-8, .my-md-8 { margin-bottom: 5rem !important; } .ml-md-8, .mx-md-8 { margin-left: 5rem !important; } .mr-md-8, .mx-md-8 { margin-right: 5rem !important; } .m-md-9 { margin: 6rem !important; } .mt-md-9, .my-md-9 { margin-top: 6rem !important; } .mb-md-9, .my-md-9 { margin-bottom: 6rem !important; } .ml-md-9, .mx-md-9 { margin-left: 6rem !important; } .mr-md-9, .mx-md-9 { margin-right: 6rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, .py-md-0 { padding-top: 0 !important; } .pb-md-0, .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, .px-md-0 { padding-left: 0 !important; } .pr-md-0, .px-md-0 { padding-right: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; } .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; } .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; } .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; } .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, .py-md-3 { padding-top: 1rem !important; } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, .px-md-3 { padding-left: 1rem !important; } .pr-md-3, .px-md-3 { padding-right: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; } .p-md-5 { padding: 2rem !important; } .pt-md-5, .py-md-5 { padding-top: 2rem !important; } .pb-md-5, .py-md-5 { padding-bottom: 2rem !important; } .pl-md-5, .px-md-5 { padding-left: 2rem !important; } .pr-md-5, .px-md-5 { padding-right: 2rem !important; } .p-md-6 { padding: 3rem !important; } .pt-md-6, .py-md-6 { padding-top: 3rem !important; } .pb-md-6, .py-md-6 { padding-bottom: 3rem !important; } .pl-md-6, .px-md-6 { padding-left: 3rem !important; } .pr-md-6, .px-md-6 { padding-right: 3rem !important; } .p-md-7 { padding: 4rem !important; } .pt-md-7, .py-md-7 { padding-top: 4rem !important; } .pb-md-7, .py-md-7 { padding-bottom: 4rem !important; } .pl-md-7, .px-md-7 { padding-left: 4rem !important; } .pr-md-7, .px-md-7 { padding-right: 4rem !important; } .p-md-8 { padding: 5rem !important; } .pt-md-8, .py-md-8 { padding-top: 5rem !important; } .pb-md-8, .py-md-8 { padding-bottom: 5rem !important; } .pl-md-8, .px-md-8 { padding-left: 5rem !important; } .pr-md-8, .px-md-8 { padding-right: 5rem !important; } .p-md-9 { padding: 6rem !important; } .pt-md-9, .py-md-9 { padding-top: 6rem !important; } .pb-md-9, .py-md-9 { padding-bottom: 6rem !important; } .pl-md-9, .px-md-9 { padding-left: 6rem !important; } .pr-md-9, .px-md-9 { padding-right: 6rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, .my-md-auto { margin-top: auto !important; } .mb-md-auto, .my-md-auto { margin-bottom: auto !important; } } @media (min-width: 992px) { .m-lg-0 { margin: 0 !important; } .mt-lg-0, .my-lg-0 { margin-top: 0 !important; } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; } .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; } .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; } .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; } .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; } .m-lg-5 { margin: 2rem !important; } .mt-lg-5, .my-lg-5 { margin-top: 2rem !important; } .mb-lg-5, .my-lg-5 { margin-bottom: 2rem !important; } .ml-lg-5, .mx-lg-5 { margin-left: 2rem !important; } .mr-lg-5, .mx-lg-5 { margin-right: 2rem !important; } .m-lg-6 { margin: 3rem !important; } .mt-lg-6, .my-lg-6 { margin-top: 3rem !important; } .mb-lg-6, .my-lg-6 { margin-bottom: 3rem !important; } .ml-lg-6, .mx-lg-6 { margin-left: 3rem !important; } .mr-lg-6, .mx-lg-6 { margin-right: 3rem !important; } .m-lg-7 { margin: 4rem !important; } .mt-lg-7, .my-lg-7 { margin-top: 4rem !important; } .mb-lg-7, .my-lg-7 { margin-bottom: 4rem !important; } .ml-lg-7, .mx-lg-7 { margin-left: 4rem !important; } .mr-lg-7, .mx-lg-7 { margin-right: 4rem !important; } .m-lg-8 { margin: 5rem !important; } .mt-lg-8, .my-lg-8 { margin-top: 5rem !important; } .mb-lg-8, .my-lg-8 { margin-bottom: 5rem !important; } .ml-lg-8, .mx-lg-8 { margin-left: 5rem !important; } .mr-lg-8, .mx-lg-8 { margin-right: 5rem !important; } .m-lg-9 { margin: 6rem !important; } .mt-lg-9, .my-lg-9 { margin-top: 6rem !important; } .mb-lg-9, .my-lg-9 { margin-bottom: 6rem !important; } .ml-lg-9, .mx-lg-9 { margin-left: 6rem !important; } .mr-lg-9, .mx-lg-9 { margin-right: 6rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, .py-lg-0 { padding-top: 0 !important; } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, .px-lg-0 { padding-left: 0 !important; } .pr-lg-0, .px-lg-0 { padding-right: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; } .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; } .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; } .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; } .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; } .p-lg-5 { padding: 2rem !important; } .pt-lg-5, .py-lg-5 { padding-top: 2rem !important; } .pb-lg-5, .py-lg-5 { padding-bottom: 2rem !important; } .pl-lg-5, .px-lg-5 { padding-left: 2rem !important; } .pr-lg-5, .px-lg-5 { padding-right: 2rem !important; } .p-lg-6 { padding: 3rem !important; } .pt-lg-6, .py-lg-6 { padding-top: 3rem !important; } .pb-lg-6, .py-lg-6 { padding-bottom: 3rem !important; } .pl-lg-6, .px-lg-6 { padding-left: 3rem !important; } .pr-lg-6, .px-lg-6 { padding-right: 3rem !important; } .p-lg-7 { padding: 4rem !important; } .pt-lg-7, .py-lg-7 { padding-top: 4rem !important; } .pb-lg-7, .py-lg-7 { padding-bottom: 4rem !important; } .pl-lg-7, .px-lg-7 { padding-left: 4rem !important; } .pr-lg-7, .px-lg-7 { padding-right: 4rem !important; } .p-lg-8 { padding: 5rem !important; } .pt-lg-8, .py-lg-8 { padding-top: 5rem !important; } .pb-lg-8, .py-lg-8 { padding-bottom: 5rem !important; } .pl-lg-8, .px-lg-8 { padding-left: 5rem !important; } .pr-lg-8, .px-lg-8 { padding-right: 5rem !important; } .p-lg-9 { padding: 6rem !important; } .pt-lg-9, .py-lg-9 { padding-top: 6rem !important; } .pb-lg-9, .py-lg-9 { padding-bottom: 6rem !important; } .pl-lg-9, .px-lg-9 { padding-left: 6rem !important; } .pr-lg-9, .px-lg-9 { padding-right: 6rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, .my-lg-auto { margin-top: auto !important; } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; } } @media (min-width: 1296px) { .m-xl-0 { margin: 0 !important; } .mt-xl-0, .my-xl-0 { margin-top: 0 !important; } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; } .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; } .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; } .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; } .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; } .m-xl-5 { margin: 2rem !important; } .mt-xl-5, .my-xl-5 { margin-top: 2rem !important; } .mb-xl-5, .my-xl-5 { margin-bottom: 2rem !important; } .ml-xl-5, .mx-xl-5 { margin-left: 2rem !important; } .mr-xl-5, .mx-xl-5 { margin-right: 2rem !important; } .m-xl-6 { margin: 3rem !important; } .mt-xl-6, .my-xl-6 { margin-top: 3rem !important; } .mb-xl-6, .my-xl-6 { margin-bottom: 3rem !important; } .ml-xl-6, .mx-xl-6 { margin-left: 3rem !important; } .mr-xl-6, .mx-xl-6 { margin-right: 3rem !important; } .m-xl-7 { margin: 4rem !important; } .mt-xl-7, .my-xl-7 { margin-top: 4rem !important; } .mb-xl-7, .my-xl-7 { margin-bottom: 4rem !important; } .ml-xl-7, .mx-xl-7 { margin-left: 4rem !important; } .mr-xl-7, .mx-xl-7 { margin-right: 4rem !important; } .m-xl-8 { margin: 5rem !important; } .mt-xl-8, .my-xl-8 { margin-top: 5rem !important; } .mb-xl-8, .my-xl-8 { margin-bottom: 5rem !important; } .ml-xl-8, .mx-xl-8 { margin-left: 5rem !important; } .mr-xl-8, .mx-xl-8 { margin-right: 5rem !important; } .m-xl-9 { margin: 6rem !important; } .mt-xl-9, .my-xl-9 { margin-top: 6rem !important; } .mb-xl-9, .my-xl-9 { margin-bottom: 6rem !important; } .ml-xl-9, .mx-xl-9 { margin-left: 6rem !important; } .mr-xl-9, .mx-xl-9 { margin-right: 6rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, .py-xl-0 { padding-top: 0 !important; } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, .px-xl-0 { padding-left: 0 !important; } .pr-xl-0, .px-xl-0 { padding-right: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; } .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; } .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; } .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; } .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; } .p-xl-5 { padding: 2rem !important; } .pt-xl-5, .py-xl-5 { padding-top: 2rem !important; } .pb-xl-5, .py-xl-5 { padding-bottom: 2rem !important; } .pl-xl-5, .px-xl-5 { padding-left: 2rem !important; } .pr-xl-5, .px-xl-5 { padding-right: 2rem !important; } .p-xl-6 { padding: 3rem !important; } .pt-xl-6, .py-xl-6 { padding-top: 3rem !important; } .pb-xl-6, .py-xl-6 { padding-bottom: 3rem !important; } .pl-xl-6, .px-xl-6 { padding-left: 3rem !important; } .pr-xl-6, .px-xl-6 { padding-right: 3rem !important; } .p-xl-7 { padding: 4rem !important; } .pt-xl-7, .py-xl-7 { padding-top: 4rem !important; } .pb-xl-7, .py-xl-7 { padding-bottom: 4rem !important; } .pl-xl-7, .px-xl-7 { padding-left: 4rem !important; } .pr-xl-7, .px-xl-7 { padding-right: 4rem !important; } .p-xl-8 { padding: 5rem !important; } .pt-xl-8, .py-xl-8 { padding-top: 5rem !important; } .pb-xl-8, .py-xl-8 { padding-bottom: 5rem !important; } .pl-xl-8, .px-xl-8 { padding-left: 5rem !important; } .pr-xl-8, .px-xl-8 { padding-right: 5rem !important; } .p-xl-9 { padding: 6rem !important; } .pt-xl-9, .py-xl-9 { padding-top: 6rem !important; } .pb-xl-9, .py-xl-9 { padding-bottom: 6rem !important; } .pl-xl-9, .px-xl-9 { padding-left: 6rem !important; } .pr-xl-9, .px-xl-9 { padding-right: 6rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } } .mx-auto { margin-right: auto !important; margin-left: auto !important; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } @media (min-width: 576px) { .text-sm-left { text-align: left !important; } .text-sm-right { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .text-md-left { text-align: left !important; } .text-md-right { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .text-lg-left { text-align: left !important; } .text-lg-right { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1296px) { .text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; } .text-xl-center { text-align: center !important; } } .text-primary { color: var(--color-primary); } .text-secondary { color: var(--color-secondary); } .text-dark { color: var(--color-dark); } .text-white { color: var(--color-white); } .text-black { color: var(--color-black); } .text-form { color: var(--color-form); } .text-error { color: var(--color-error); } .text-100 { color: var(--gray-100); } .text-200 { color: var(--gray-200); } .text-300 { color: var(--gray-300); } .text-400 { color: var(--gray-400); } .text-500 { color: var(--gray-500); } .text-600 { color: var(--gray-600); } .text-700 { color: var(--gray-700); } .text-800 { color: var(--gray-800); } .text-900 { color: var(--gray-900); } .fw-100 { font-weight: var(--fw-100); } .fw-200 { font-weight: var(--fw-200); } .fw-300 { font-weight: var(--fw-300); } .fw-400 { font-weight: var(--fw-400); } .fw-500 { font-weight: var(--fw-500); } .fw-600 { font-weight: var(--fw-600); } .fw-700 { font-weight: var(--fw-700); } .fw-800 { font-weight: var(--fw-800); } .lowercase { text-transform: lowercase; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } .transform-none { text-transform: none; } .underline { text-decoration: underline; } .ltr-sp-05 { letter-spacing: 0.05rem; } .ltr-sp-1 { letter-spacing: 0.1rem; } .ltr-sp-15 { letter-spacing: 0.15rem; } .ltr-sp-2 { letter-spacing: 0.2rem; } .filet { position: relative; margin-bottom: 3rem; } .filet::after { content: ''; position: absolute; bottom: -1.5rem; left: 0; width: 64px; height: 4px; background-color: var(--color-primary); } .text-break { word-wrap: break-word !important; word-break: break-word !important; } *, *::before, *::after { box-sizing: border-box; } html, body { max-width: 100vw; } html { font-size: 100%; overflow-x: hidden; } body { font-family: "Work Sans", sans-serif; font-size: clamp(0.8125rem, calc( 13px + 2 * ( ( 100vw - 576px ) / 720 )), 0.9375rem); line-height: 1.5; color: var(--color-black); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; } /* Base Styles */ iframe { max-width: 100%; border: none; } audio { width: 100%; } a { text-decoration: none; color: var(--color-black); transition: all 0.3s; } a:hover, a:focus { text-decoration: none; } main p a, main ul:not(.list-unstyled) a, main ol a, main blockquote a { position: relative; display: inline-block; padding: 0 1px; } main p a::after, main ul:not(.list-unstyled) a::after, main ol a::after, main blockquote a::after { content: ''; position: absolute; z-index: -1; width: 100%; height: 1px; left: 0; bottom: 0; background-color: var(--gray-800); transition: all 0.3s; } main p a:hover, main ul:not(.list-unstyled) a:hover, main ol a:hover, main blockquote a:hover { color: white; } main p a:hover::after, main ul:not(.list-unstyled) a:hover::after, main ol a:hover::after, main blockquote a:hover::after { height: 100%; } img { max-width: 100%; height: auto; } textarea { resize: vertical; } table { border: 1px solid gray(300); } table tr { border-bottom: 1px solid gray(300); } table th, table td { padding: 0.45em 1em; } table tbody th, table tbody td, table thead th { border-right: 1px solid gray(300); } table.wp-block-table { border-color: gray(300); } table.wp-block-table tr, table.wp-block-table td, table.wp-block-table th { border-color: inherit; } table.wp-block-table th, table.wp-block-table td { padding: 0.45em 1em; } pre { margin-bottom: 1.5em; } blockquote { display: block; padding: 0; margin-bottom: 2.5em; border: 0; font-style: italic; } blockquote.wp-block-quote.is-large { padding-left: 0; padding-right: 0; } .wp-block-pullquote__citation, .wp-block-quote__citation, cite { display: block; position: relative; padding-top: em(25, 12); margin-top: 1em; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-style: normal; } .wp-block-pullquote__citation:before, .wp-block-quote__citation:before, cite:before { content: ''; display: inline-block; width: 30px; height: 1px; position: absolute; top: 0; left: 0; background-color: gray(500); } .wp-block-quote.is-large .wp-block-pullquote__citation, .wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-large cite { text-align: inherit; font-size: 12px; } .wp-block-quote.aligncenter cite:before, .wp-block-quote.aligncenter .wp-block-quote__citation:before { left: 50%; margin-left: -15px; } .wp-block-quote.alignright cite:before, .wp-block-quote.alignright .wp-block-quote__citation:before { left: auto; right: 0; } .wp-block-pullquote, .wp-block-quote { margin-bottom: 32px; } .wp-block-pullquote blockquote, .wp-block-quote blockquote { margin-bottom: 0; } .wp-block-pullquote cite:before, .wp-block-pullquote .wp-block-pullquote__citation:before { left: 50%; margin-left: -15px; } .wp-block-pullquote.is-style-solid-color cite:before, .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation:before { left: 0; margin-left: 0; } figcaption { margin: 1.3em auto; color: gray(600); font-style: italic; } .fp-sr-only, .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; top: 0; left: 0; width: 1px; word-wrap: normal !important; } .split-inner { display: inline-block; } p { margin-bottom: 1.3rem; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 1.25rem 0 0.75rem; font-weight: 700; } h1, .h1 { margin-top: 0; font-size: clamp(2.125rem, calc( 34px + 14 * ( ( 100vw - 576px ) / 720 )), 3rem); line-height: 1.1; } h2, .h2 { font-size: clamp(1.5rem, calc( 24px + 12 * ( ( 100vw - 576px ) / 720 )), 2.25rem); line-height: 1.1; } h3, .h3 { font-size: clamp(1.25rem, calc( 20px + 4 * ( ( 100vw - 576px ) / 720 )), 1.5rem); line-height: 1.3; } h4, .h4 { font-size: clamp(1.125rem, calc( 18px + 2 * ( ( 100vw - 576px ) / 720 )), 1.25rem); line-height: 1.3; } h5, .h5 { font-size: clamp(1rem, calc( 16px + 0 * ( ( 100vw - 576px ) / 720 )), 1rem); line-height: 1.5; } h6, .h6 { font-size: clamp(0.8125rem, calc( 13px + 2 * ( ( 100vw - 576px ) / 720 )), 0.9375rem); line-height: 1.5; } small, .text-small { font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); font-weight: 500; } small, .text-extrasmall { font-size: clamp(0.75rem, calc( 12px + 0 * ( ( 100vw - 576px ) / 720 )), 0.75rem); } .text-intro { font-size: clamp(1.25rem, calc( 20px + 4 * ( ( 100vw - 576px ) / 720 )), 1.5rem); font-weight: 500; line-height: 1.3; } .list-unstyled { padding-left: 0; list-style: none; } .container { width: 100%; padding-right: 24px; padding-left: 24px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1296px) { .container { max-width: 1236px; } } .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { width: 100%; padding-right: 24px; padding-left: 24px; margin-right: auto; margin-left: auto; max-width: 1236px; } @media (min-width: 576px) { .container, .container-sm { max-width: 540px; } } @media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } } @media (min-width: 1296px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1236px; } } .row { display: flex; flex-wrap: wrap; margin-right: -24px; margin-left: -24px; } .no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 24px; padding-left: 24px; } .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-3 { flex: 0 0 25%; max-width: 25%; } .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-6 { flex: 0 0 50%; max-width: 50%; } .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-9 { flex: 0 0 75%; max-width: 75%; } .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-12 { flex: 0 0 100%; max-width: 100%; } .order-first { order: -1; } .order-last { order: 13; } .order-0 { order: 0; } .order-1 { order: 1; } .order-2 { order: 2; } .order-3 { order: 3; } .order-4 { order: 4; } .order-5 { order: 5; } .order-6 { order: 6; } .order-7 { order: 7; } .order-8 { order: 8; } .order-9 { order: 9; } .order-10 { order: 10; } .order-11 { order: 11; } .order-12 { order: 12; } .offset-1 { margin-left: 8.33333%; } .offset-2 { margin-left: 16.66667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333%; } .offset-5 { margin-left: 41.66667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333%; } .offset-8 { margin-left: 66.66667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333%; } .offset-11 { margin-left: 91.66667%; } @media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-sm-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-sm-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-sm-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-sm-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-sm-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } .order-sm-first { order: -1; } .order-sm-last { order: 13; } .order-sm-0 { order: 0; } .order-sm-1 { order: 1; } .order-sm-2 { order: 2; } .order-sm-3 { order: 3; } .order-sm-4 { order: 4; } .order-sm-5 { order: 5; } .order-sm-6 { order: 6; } .order-sm-7 { order: 7; } .order-sm-8 { order: 8; } .order-sm-9 { order: 9; } .order-sm-10 { order: 10; } .order-sm-11 { order: 11; } .order-sm-12 { order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } } @media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-md-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-md-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-md-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-md-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-md-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-md-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } .order-md-first { order: -1; } .order-md-last { order: 13; } .order-md-0 { order: 0; } .order-md-1 { order: 1; } .order-md-2 { order: 2; } .order-md-3 { order: 3; } .order-md-4 { order: 4; } .order-md-5 { order: 5; } .order-md-6 { order: 6; } .order-md-7 { order: 7; } .order-md-8 { order: 8; } .order-md-9 { order: 9; } .order-md-10 { order: 10; } .order-md-11 { order: 11; } .order-md-12 { order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } } @media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-lg-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-lg-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-lg-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-lg-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-lg-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-lg-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } .order-lg-first { order: -1; } .order-lg-last { order: 13; } .order-lg-0 { order: 0; } .order-lg-1 { order: 1; } .order-lg-2 { order: 2; } .order-lg-3 { order: 3; } .order-lg-4 { order: 4; } .order-lg-5 { order: 5; } .order-lg-6 { order: 6; } .order-lg-7 { order: 7; } .order-lg-8 { order: 8; } .order-lg-9 { order: 9; } .order-lg-10 { order: 10; } .order-lg-11 { order: 11; } .order-lg-12 { order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } } @media (min-width: 1296px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-xl-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-xl-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-xl-3 > * { flex: 0 0 33.33333%; max-width: 33.33333%; } .row-cols-xl-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-xl-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-xl-6 > * { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } .order-xl-first { order: -1; } .order-xl-last { order: 13; } .order-xl-0 { order: 0; } .order-xl-1 { order: 1; } .order-xl-2 { order: 2; } .order-xl-3 { order: 3; } .order-xl-4 { order: 4; } .order-xl-5 { order: 5; } .order-xl-6 { order: 6; } .order-xl-7 { order: 7; } .order-xl-8 { order: 8; } .order-xl-9 { order: 9; } .order-xl-10 { order: 10; } .order-xl-11 { order: 11; } .order-xl-12 { order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } } .header { position: absolute; top: 0; right: 0; left: 0; min-height: 80px; z-index: 10; font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); } @media (min-width: 768px) { .header { padding-right: 0; justify-content: left; } } .header__end { display: flex; } @media (max-width: 768px) { .header__end { flex-direction: row-reverse; } } .header__logo svg { width: 129px; height: 27px; } .header__search { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; background: inherit; width: 60px; cursor: pointer; } .header__search:focus { outline: none; } .header__search svg circle, .header__search svg path { stroke: var(--color-white); } @-webkit-keyframes stickAnim { 0% { transform: translateY(-86px); } 100% { transform: translateY(0); } } @keyframes stickAnim { 0% { transform: translateY(-86px); } 100% { transform: translateY(0); } } .nav-is-stuck .header { position: fixed; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); background-color: var(--color-white); -webkit-animation: stickAnim .3s; animation: stickAnim .3s; } .nav-is-stuck .header path:first-child { fill: var(--color-primary); } .nav-is-stuck .header path:last-child { fill: var(--color-black); } .nav-is-stuck .header .sn a { color: var(--color-black); } .nav-is-stuck .admin-bar .header { margin-top: 28px; } .nav-is-stuck .header__search svg circle, .nav-is-stuck .header__search svg path { stroke: var(--color-black); } .footer__menu ul { opacity: 0.6; } .footer__menu li { margin-bottom: .5rem; } .footer__menu a { color: var(--color-white); } .footer__nav { border-top: 1px solid rgba(255, 255, 255, 0.2); } .footer__img img { max-width: 270px; height: auto; transform: translateY(-40px); } .footer__logo svg { width: 193px; height: 40px; } .btn, .gform_wrapper .gform_button, .wp-block-file__button { background: inherit; display: inline-flex; padding: 1rem 1.5rem; position: relative; border: 1px solid var(--color-primary); font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); font-weight: 500; text-transform: uppercase; white-space: nowrap; color: var(--color-primary); transition: all .3s ease; box-shadow: 0 0 0 rgba(5, 4, 4, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05); } .btn:hover, .gform_wrapper .gform_button:hover, .wp-block-file__button:hover { border-color: transparent; background-color: var(--color-primary); color: #fff; transform: translateY(-2px); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); } .btn [class*=" icon-"], .gform_wrapper .gform_button [class*=" icon-"], .wp-block-file__button [class*=" icon-"], .btn [class^=icon-], .gform_wrapper .gform_button [class^=icon-], .wp-block-file__button [class^=icon-] { font-size: 1.3rem; } .-solid { background: var(--color-primary); color: var(--color-white); } .-black, .gform_wrapper .gform_button, .wp-block-file__button { background: var(--color-black); border: 1px solid var(--color-black); color: var(--color-white); } .-black:hover, .gform_wrapper .gform_button:hover, .wp-block-file__button:hover { background: var(--color-black); color: var(--color-white); } .-secondary { background: var(--color-secondary); border: 1px solid var(--color-secondary); color: var(--color-white); } .-secondary:hover { background: var(--color-secondary); color: var(--color-white); } .-dark { color: var(--color-black); border: 1px solid var(--color-black); } .-dark:hover { background: var(--color-black); color: var(--color-white); } .-white { color: var(--color-white); border: 1px solid var(--color-white); } .-white:hover { background: var(--color-white); color: var(--color-black); } .-light { background: var(--color-white); border-color: transparent; color: var(--color-black); } .-light:hover { background: var(--color-white); color: var(--color-black); } .moreLink__arrow { width: 1px; transition: all 0.2s; } .moreLink__arrow.-left > .shaft { width: 0; background-color: var(--gray-600); } .moreLink__arrow.-left > .shaft:before, .moreLink__arrow.-left > .shaft:after { width: 0; background-color: var(--gray-600); } .moreLink__arrow.-left > .shaft:before { transform: rotate(0); } .moreLink__arrow.-left > .shaft:after { transform: rotate(0); } .moreLink__arrow.-right > .shaft { width: 1px; opacity: 1; } .moreLink__arrow.-right > .shaft:before, .moreLink__arrow.-right > .shaft:after { width: 7px; transition: all 0.2s; } .moreLink__arrow.-right > .shaft:before { transform: rotate(40deg); } .moreLink__arrow.-right > .shaft:after { transform: rotate(-40deg); } .moreLink__arrow > .shaft { background-color: var(--gray-600); display: block; height: 1px; position: relative; transition: all 0.2s; will-change: transform; } .moreLink__arrow > .shaft:before, .moreLink__arrow > .shaft:after { background-color: var(--gray-600); content: ''; display: block; height: 1px; position: absolute; top: 0; right: 0; transition: all 0.2s; } .moreLink__arrow > .shaft:before { transform-origin: top right; } .moreLink__arrow > .shaft:after { transform-origin: bottom right; } .moreLink { display: flex; align-items: center; transition: all 0.2s; } .moreLink .moreLink__text { margin: 0 16px 0 0; color: var(--gray-700); } .moreLink > .moreLink__main { transition: all 0.2s; display: flex; align-items: center; } .moreLink:hover { color: var(--gray-600); } .moreLink:hover > .moreLink__arrow.-left > .shaft { width: 20px; background-color: var(--gray-600); } .moreLink:hover > .moreLink__arrow.-left > .shaft:before, .moreLink:hover > .moreLink__arrow.-left > .shaft:after { width: 7px; background-color: var(--gray-600); } .moreLink:hover > .moreLink__arrow.-left > .shaft:before { transform: rotate(40deg); } .moreLink:hover > .moreLink__arrow.-left > .shaft:after { transform: rotate(-40deg); } .moreLink:hover > .moreLink__main { transform: translateX(13px); transform: translateX(32px); } .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft { opacity: 0; } .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft:before, .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft:after { width: 0; transition: all 0.2s; } .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft:before { transform: rotate(0); } .moreLink:hover > .moreLink__main > .moreLink__arrow.-right > .shaft:after { transform: rotate(0); } .cn-button.bootstrap { background: var(--color-primary); } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select, .form-control { display: block; width: 100%; padding: 1rem; font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); border: 1px solid var(--gray-400); margin-bottom: 24px; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-focusring, .gform_wrapper textarea:-moz-focusring, .gform_wrapper select:-moz-focusring, .form-control:-moz-focusring { color: transparent; text-shadow: 0 0 0 transparent; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .form-control::-moz-placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder, .form-control:-ms-input-placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .gform_wrapper textarea::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder, .form-control::-ms-input-placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper textarea::placeholder, .gform_wrapper select::placeholder, .form-control::placeholder { opacity: 1; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus, .form-control:focus { color: var(--gray-600); border-color: var(--color-form); outline: 0; box-shadow: 0 0 0 0.1rem #b2d1f1; } .gform_wrapper ul { padding: 0; list-style: none; } .gform_wrapper li.gfield { margin-top: 2rem; } .gform_wrapper .gfield_label { margin-bottom: 1rem; display: inline-block; } .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea { border: 1px solid var(--color-error); box-shadow: 0 0 0 0.1rem #fcb09b; } .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper .gform_wrapper li.gfield_error ul.gfield_radio, .gform_wrapper .validation_message, .gform_wrapper .gfield_error .gfield_label { color: var(--color-error); } .gform_wrapper .validation_error { color: var(--color-error); font-weight: 700; } .gform_wrapper .gfield_required { color: var(--color-error); margin-left: 4px; } @media (min-width: 768px) { .gform_wrapper .ginput_container_name { display: flex; } .gform_wrapper .ginput_container_name span { flex: 3; margin-right: 24px; } .gform_wrapper .ginput_container_name .name_prefix { flex: 1; } .gform_wrapper .ginput_container_name .name_last { margin-right: 0; } } @media (min-width: 768px) { .gform_wrapper .ginput_container_address { display: flex; flex-wrap: wrap; } .gform_wrapper .ginput_container_address .address_line_1 { flex-basis: 100%; } .gform_wrapper .ginput_container_address .address_city { flex-basis: 70%; padding-right: 12px; } .gform_wrapper .ginput_container_address .address_zip { flex-basis: 30%; padding-left: 12px; } } .gform_wrapper select { -moz-appearance: none; -webkit-appearance: none; appearance: none; background-color: #fff; background-image: linear-gradient(45deg, transparent 50%, var(--color-black) 50%), linear-gradient(135deg, var(--color-black) 50%, transparent 50%); background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px); background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; } @media (min-width: 768px) { .gform_wrapper #gform_2 ulย , .gform_wrapper #gform_1 ulย  { display: flex; flex-wrap: wrap; } } @media (min-width: 768px) { .gform_wrapper #field_2_1, .gform_wrapper #field_2_4, .gform_wrapper #field_1_11, .gform_wrapper #field_1_7, .gform_wrapper #field_1_1, .gform_wrapper #field_1_2, .gform_wrapper #field_1_8, .gform_wrapper #field_1_5, .gform_wrapper #field_1_12, .gform_wrapper #field_1_6, .gform_wrapper #field_1_9 { flex-basis: 100%; } .gform_wrapper #field_2_2, .gform_wrapper #field_1_3 { flex-basis: 50%; padding-right: 12px; } .gform_wrapper #field_2_3, .gform_wrapper #field_1_4 { flex-basis: 50%; padding-left: 12px; } } .main-column { max-width: 624px; margin: auto; } .gutemberg > *:not(div), .gutemberg .wp-block-file { max-width: 624px; margin: auto; padding: 0 20px 1rem; } .gutemberg > ul, .gutemberg > ol { padding: 0 40px 1rem; } .wp-block-file { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding-top: 12px; padding-bottom: 12px; font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); } .wp-block-file a:first-child { text-transform: uppercase; text-decoration: none; letter-spacing: 1px; font-weight: bold; color: var(--color-black); border: none; } .noscroll, .noscroll body { overflow: hidden; } .menu { display: flex; } @media (max-width: 768px) { .menu { pointer-events: none; visibility: hidden; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; font-size: clamp(1rem, calc( 16px + 0 * ( ( 100vw - 576px ) / 720 )), 1rem); background: var(--color-dark); justify-content: left; align-items: center; text-transform: inherit; transform: translateX(100vw); transition: all .4s ease-in-out; } } .menu.-open { pointer-events: auto; visibility: visible; transform: translateY(0); } @media (min-width: 768px) { .menu__list { display: flex; } } @media (max-width: 768px) { .menu__list { list-style: none; } } .menu__list > .menu__item > .menu__link { text-transform: uppercase; letter-spacing: .05rem; } .menu__item { position: relative; } .menu__item > .menu__link:hover { color: var(--color-white); } @media (min-width: 768px) { .menu__item { display: flex; align-items: stretch; } } @media (min-width: 768px) { .menu__item.-btn { background-color: var(--color-black); margin-left: 24px; } } .menu__link { display: flex; align-items: center; padding: 5px 24px; color: var(--color-white); text-decoration: none; } @media (max-width: 768px) { .menu__link { color: var(--color-white); } } @media (min-width: 768px) { .-btn .menu__link { color: var(--color-white); padding-left: 40px; padding-right: 40px; } } @media (min-width: 768px) { .nav-is-stuck .menu__link { color: var(--color-black); } .nav-is-stuck .menu__link:hover { color: var(--color-black); } } @media (max-width: 768px) { .submenu__list { margin-left: 15px; } } .menuBurger { position: relative; width: 30px; height: 30px; background: none; border: none; cursor: pointer; } @media (min-width: 768px) { .menuBurger { display: none; } } .menuBurger__bar, .menuBurger__bar::before, .menuBurger__bar::after { content: ''; background: var(--color-white); height: 2px; width: 100%; position: absolute; left: 0; z-index: 10; transition: all .4s ease-in-out; } .menuBurger.-open .menuBurger__bar, .menuBurger.-open .menuBurger__bar::before, .menuBurger.-open .menuBurger__bar::after { transform: rotate(135deg); } .nav-is-stuck .menuBurger__bar, .nav-is-stuck .menuBurger__bar::before, .nav-is-stuck .menuBurger__bar::after { background: var(--color-black); } .menuBurger.-open .menuBurger__bar::before, .menuBurger.-open .menuBurger__bar::after { top: 0; transform: rotate(90deg); } .menuBurger__bar:before { top: -10px; } .menuBurger__bar:after { top: 10px; } .menuSubPages { background-color: rgba(76, 57, 233, 0.2); min-height: 58px; } .menuSubPages ul { margin: 0; font-size: clamp(0.75rem, calc( 12px + 0 * ( ( 100vw - 576px ) / 720 )), 0.75rem); font-weight: 500; } .menuSubPages li { margin-right: 20px; } .menuSubPages a { color: rgba(76, 57, 233, 0.6); display: inline-block; padding: 4px 0; } .menuSubPages a[aria-current] { color: #2E238C; } .submenu__list { padding-left: 0; list-style: none; } @media (min-width: 768px) { .submenu__list { height: auto; overflow: hidden; visibility: hidden; position: absolute; left: 0; top: 100%; min-width: 230px; border-radius: 4px; background-color: var(--color-white); z-index: 20; padding: 8px 0; opacity: 0; transform: translateY(8px); transition: all .4s ease; } } .menu__item.-hasDropdown:hover .submenu__list { visibility: visible; opacity: 1; transform: translateY(0); } .menu__item.-hasDropdown > .menu__link { padding-right: 40px; } @media (min-width: 768px) { .menu__item.-hasDropdown > .menu__link::after { border: 2px solid var(--color-white); border-right: 0; border-top: 0; content: " "; display: block; height: 8px; width: 8px; pointer-events: none; position: absolute; right: 24px; transform: rotate(-45deg); transform-origin: center; } } @media (min-width: 768px) { .submenu__item { padding: 4px 0; } .submenu__item .menu__link { color: var(--color-black); } } .nav-is-stuck .menu__item.-hasDropdown .menu__link::after { border-color: var(--color-black); } .carouselHeader { position: relative; overflow: hidden; -webkit-clip-path: url(#hero-clip); clip-path: url(#hero-clip); } .carouselHeader__item { width: 100%; height: 80vh; min-height: 650px; } .carouselHeader__img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; } .carouselHeader__img img { opacity: 0.35; -o-object-fit: cover; object-fit: cover; } .carouselHeader__caption { position: relative; z-index: 1; } .carouselHeader .flickity-page-dots { bottom: 100px; text-align: left; font-size: clamp(0.75rem, calc( 12px + 2 * ( ( 100vw - 576px ) / 720 )), 0.875rem); font-weight: 700; width: auto; } .carouselHeader .flickity-page-dots .dot { visibility: hidden; background: none; width: auto; width: 60px; position: relative; opacity: 1; margin: 0 16px 0 0; } @media (min-width: 768px) { .carouselHeader .flickity-page-dots .dot { visibility: visible; min-width: 200px; width: auto; margin: 0 48px 0 0; } } .carouselHeader .flickity-page-dots .dot::after { content: ''; visibility: visible; height: 1px; opacity: 0.5; background-color: var(--color-white); position: absolute; right: 0; bottom: -20px; left: 0; } .carouselHeader .flickity-page-dots .dot::before { content: ''; visibility: visible; height: 4px; background-color: var(--color-white); position: absolute; right: 0; bottom: -20px; left: 0; transform: scaleX(0); transform-origin: 0 0; } .carouselHeader .flickity-page-dots .is-selected::before { transition: transform 5s; transform: scaleX(1); } .carouselCards .flickity-viewport { overflow: visible; } @media (max-width: 768px) { .carouselCards .flickity-button { display: none; } } .carouselCards .flickity-prev-next-button { top: -5rem; width: 54px; height: 54px; padding: 0; background: none; } .carouselCards .flickity-prev-next-button.previous { right: 80px; left: auto; } .carouselCards .flickity-prev-next-button .flickity-button-icon { position: static; width: auto; height: auto; } .bg-secondary .flickity-button-icon { fill: var(--color-white); } .carouselPartner { width: 100%; } .carouselPartner__item { width: 100%; /* full width */ height: 160px; /* height of carousel */ margin-right: 10px; } .carouselPartner__logo { -o-object-fit: contain; object-fit: contain; -webkit-filter: grayscale(1); filter: grayscale(1); transition: all .4s ease; } .carouselPartner__link:hover .carouselPartner__logo { -webkit-filter: grayscale(0); filter: grayscale(0); } .scCarousel { height: 100%; overflow: hidden; } .scCarousel__item { width: 100%; height: 100%; position: absolute; opacity: 0; transition: all .5s ease; } .scCarousel__item.-active { z-index: 1; opacity: 1; } .scCarousel__nav { display: none; opacity: 0; z-index: 10000; position: fixed; top: 50%; right: 20px; transform: translateY(-50%); margin: 0; padding: 0; transition: opacity .4s ease; } .scCarousel.-active .scCarousel__nav { display: block; opacity: 1; } .scCarousel__navLink { display: block; box-sizing: content-box; opacity: .35; position: relative; padding: 10px 12px; transition: all .2s ease 0s; } .scCarousel__navItem.-active .scCarousel__navLink { opacity: 1; } .scCarousel__navDot { display: block; height: 8px; width: 8px; border-radius: 50%; background-color: #4d39e9; } .scrollmagic-pin-spacer { height: 100vh !important; } .wp-block-lazyblock-carousel { /* ---- flickity-button ---- */ /* position dots up a bit */ /* dots are lines */ } .wp-block-lazyblock-carousel .carousel { padding-top: 48px; padding-bottom: 48px; width: 100vw; margin-left: -24px; } @media (min-width: 1296px) { .wp-block-lazyblock-carousel .carousel { margin-left: calc(0px - (100vw - 1188px) / 2); } } .wp-block-lazyblock-carousel .carousel__item { width: 66%; margin-right: 24px; } @media (min-width: 768px) { .wp-block-lazyblock-carousel .carousel__item { width: 50%; } } @media (min-width: 992px) { .wp-block-lazyblock-carousel .carousel__item { width: 33%; } } .wp-block-lazyblock-carousel .flickity-button { position: relative; border: 1px solid var(--color-black); background: none; padding: 0; margin-top: 16px; z-index: 1; } @media (max-width: 768px) { .wp-block-lazyblock-carousel .flickity-button { display: none; } } .wp-block-lazyblock-carousel .flickity-prev-next-button { transform: translateY(0); } .wp-block-lazyblock-carousel .flickity-prev-next-button .flickity-button-icon { position: relative; width: 100%; height: 100%; left: 0; top: 0; } .wp-block-lazyblock-carousel .flickity-prev-next-button.next { left: calc( 50% - 290px); } .wp-block-lazyblock-carousel .flickity-prev-next-button.previous { left: calc( 50% - 300px); } .wp-block-lazyblock-carousel .flickity-page-dots { bottom: 10px; } @media (min-width: 768px) { .wp-block-lazyblock-carousel .flickity-page-dots { bottom: 74px; } } .wp-block-lazyblock-carousel .flickity-page-dots .dot { height: 1px; width: 40px; margin: 0; border-radius: 0; } .card { width: 100%; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); } @media (min-width: 768px) { .scActu .card { width: 560px; } } @media (min-width: 992px) { .scActu .card { width: 624px; } } @media (min-width: 768px) { .scCompany .card { width: 450px; } } @media (min-width: 768px) { .card__img { flex: 0 0 176px; } } .card__img img { display: block; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .card__logo { position: absolute; top: 2rem; left: 0; width: 76px; height: 76px; } .card__header { position: relative; left: -2rem; } @media (min-width: 768px) { .card__header { left: -4rem; } } .hero { min-height: 400px; } .scImgbg { height: 800px; } .map { height: 600px; } .gm-style .gm-style-iw-c { padding: 0 !important; background-color: var(--color-primary); } .gm-style .gm-style-iw-d { overflow: auto !important; } .gm-style .gm-style-iw-t::after { background: linear-gradient(45deg, #f84310 50%, rgba(248, 67, 16, 0) 51%, rgba(248, 67, 16, 0) 100%); box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.4); } .pagination { width: 100%; display: flex; justify-content: center; margin: 48px 0; } .pagination .nav-links { display: flex; align-items: center; } .pagination .page-numbers:not(.prev):not(.next) { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #adb5bd; border-radius: 4px; margin: 0 10px; } .pagination .page-numbers:not(.prev):not(.next).current { background: #1B2032; color: white; border-color: #1B2032; } .searchResult:not(:last-child) { border-bottom: 1px solid var(--gray-200); } .searchForm { opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; transform: translateY(-80px); transition: all .4s ease-in-out; } .searchForm.-open { opacity: 1; transform: translateY(0); } .searchForm__close, .searchForm__input, .searchForm__submit { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: inherit; border: none; } .searchForm__close:focus, .searchForm__input:focus, .searchForm__submit:focus { outline: none; } .searchForm__close { cursor: pointer; position: absolute; top: 10px; right: 30px; width: 60px; height: 60px; } .searchForm__close svg { width: 24px; height: 24px; } .searchForm__submit { position: absolute; top: 10px; right: 100px; width: 60px; height: 60px; } .searchForm__submit svg { width: 24px; height: 24px; } .searchForm__input { font-size: clamp(1.25rem, calc( 20px + 4 * ( ( 100vw - 576px ) / 720 )), 1.5rem); } .searchForm__input::-webkit-input-placeholder { color: var(--gray-500); } .searchForm__input::-moz-placeholder { color: var(--gray-500); } .searchForm__input:-ms-input-placeholder { color: var(--gray-500); } .searchForm__input::-ms-input-placeholder { color: var(--gray-500); } .searchForm__input::placeholder { color: var(--gray-500); } .searchFilter { box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); position: relative; top: -70px; } @media (min-width: 768px) { .searchFilter { font-size: clamp(1.125rem, calc( 18px + 2 * ( ( 100vw - 576px ) / 720 )), 1.25rem); } } .searchFilter .form-control { border: none; color: var(--color-primary); padding-left: 0; } @media (min-width: 768px) { .searchFilter .form-control { font-size: clamp(1.125rem, calc( 18px + 2 * ( ( 100vw - 576px ) / 720 )), 1.25rem); } } .searchFilter .form-control:focus { outline: none; border-color: transparent; box-shadow: none; } .sn a { font-size: clamp(1.125rem, calc( 18px + 2 * ( ( 100vw - 576px ) / 720 )), 1.25rem); padding: .2rem; transition: all .3s ease; } .sn a:hover { color: var(--color-white); } .sn.-border a { border: 1px solid var(--gray-600); border-radius: 50%; width: 2.5rem; height: 2.5rem; padding: .3rem; } .sn.-border a:hover { border: 1px solid var(--color-black); background-color: var(--color-black); } .sn.-footer a { font-size: clamp(0.8125rem, calc( 13px + 2 * ( ( 100vw - 576px ) / 720 )), 0.9375rem); width: 2.2rem; height: 2.2rem; } .sn.-footer a:hover { border: 1px solid var(--color-white); background-color: var(--color-white); color: var(--gray-900); } /* Recommended styles for Splitting */ .splitting .word, .splitting .char { display: inline-block; } /* Psuedo-element chars */ .splitting .char { position: relative; } /** * Populate the psuedo elements with the character to allow for expanded effects * Set to `display: none` by default; just add `display: block` when you want * to use the psuedo elements */ .splitting .char::before, .splitting .char::after { content: attr(data-char); position: absolute; top: 0; left: 0; visibility: hidden; transition: inherit; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Expanded CSS Variables */ .splitting { /* The center word index */ --word-center: calc((var(--word-total) - 1) / 2); /* The center character index */ --char-center: calc((var(--char-total) - 1) / 2); /* The center character index */ --line-center: calc((var(--line-total) - 1) / 2); } .splitting .word { /* Pecent (0-1) of the word's position */ --word-percent: calc(var(--word-index) / var(--word-total)); /* Pecent (0-1) of the line's position */ --line-percent: calc(var(--line-index) / var(--line-total)); } .splitting .char { /* Percent (0-1) of the char's position */ --char-percent: calc(var(--char-index) / var(--char-total)); /* Offset from center, positive & negative */ --char-offset: calc(var(--char-index) - var(--char-center)); /* Absolute distance from center, only positive */ --distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) ); /* Distance from center where -1 is the far left, 0 is center, 1 is far right */ --distance-sine: calc(var(--char-offset) / var(--char-center)); /* Distance from center where 1 is far left/far right, 0 is center */ --distance-percent: calc((var(--distance) / var(--char-center))); } .splitting .char { transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear; transition-delay: calc( 20ms * var(--char-index)); } .splitting[data-scroll="out"] .char { opacity: 0.0001; transform: translateY(0.25em); }
0.59843
0.093182
@import url("default.css"); div.figure { border: medium dotted gray; padding: .5cm; } div.document { background-color: #1c2858; } div.related { background-color: #babecc; color: #fff; width: 100%; height: 30px; line-height: 30px; font-size: 88%; } div.sphinxsidebar { float: left; width: 270px; margin-left: -100%; font-size: 88%; } div.sphinxsidebar a { color: #f2f2f2; } div.sphinxsidebar h3 { font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif; color: #acafb3; font-size: 1.4em; font-weight: normal; margin: 0; padding: 0; } div.sphinxsidebar h4 { font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif; color: #acafb3; font-size: 1.0em; font-weight: normal; margin: 2px 0 0 0; padding: 0; } div.sphinxsidebar input { border: 1px solid #a2bbd5; font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif; font-size: 1em; } a { color: #7f85a1; text-decoration: none; } a:visited { color: #7f85a1; text-decoration: none; } div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 { font-family: 'Verdana', โ€˜Helvetica', 'Arial', sans-serif; background-color: #dddddd; font-weight: normal; color: #073d61; border-bottom: 1px solid #666; margin: 20px -20px 10px -20px; padding: 3px 0 3px 10px; } .input pre { display: block; font-family: 'Monaco', sans-serif; font-size: 80%; background-color: #FFFFCC; border: 1px solid #777; } .output pre { display: block; font-family: 'Courier', sans-serif; font-size: 80%; line-height: 120%; background-color: #e2f0ff; border: 1px solid #777; border-left: none; border-right: none; } tt { font-family: 'Monaco', sans-serif; background-color: #FFFFCC; font-size: 100%; } div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points { margin-left: 12px; list-style: square; } div.footer { background-color: #1c2858; color: #fff; width: 100%; padding: 9px 0 9px 0; text-align: center; font-size: 75%; } body { background: #1c2858; }
docs/source/openmx_theme/static/openmx_theme.css
@import url("default.css"); div.figure { border: medium dotted gray; padding: .5cm; } div.document { background-color: #1c2858; } div.related { background-color: #babecc; color: #fff; width: 100%; height: 30px; line-height: 30px; font-size: 88%; } div.sphinxsidebar { float: left; width: 270px; margin-left: -100%; font-size: 88%; } div.sphinxsidebar a { color: #f2f2f2; } div.sphinxsidebar h3 { font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif; color: #acafb3; font-size: 1.4em; font-weight: normal; margin: 0; padding: 0; } div.sphinxsidebar h4 { font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif; color: #acafb3; font-size: 1.0em; font-weight: normal; margin: 2px 0 0 0; padding: 0; } div.sphinxsidebar input { border: 1px solid #a2bbd5; font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif; font-size: 1em; } a { color: #7f85a1; text-decoration: none; } a:visited { color: #7f85a1; text-decoration: none; } div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 { font-family: 'Verdana', โ€˜Helvetica', 'Arial', sans-serif; background-color: #dddddd; font-weight: normal; color: #073d61; border-bottom: 1px solid #666; margin: 20px -20px 10px -20px; padding: 3px 0 3px 10px; } .input pre { display: block; font-family: 'Monaco', sans-serif; font-size: 80%; background-color: #FFFFCC; border: 1px solid #777; } .output pre { display: block; font-family: 'Courier', sans-serif; font-size: 80%; line-height: 120%; background-color: #e2f0ff; border: 1px solid #777; border-left: none; border-right: none; } tt { font-family: 'Monaco', sans-serif; background-color: #FFFFCC; font-size: 100%; } div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points { margin-left: 12px; list-style: square; } div.footer { background-color: #1c2858; color: #fff; width: 100%; padding: 9px 0 9px 0; text-align: center; font-size: 75%; } body { background: #1c2858; }
0.377655
0.102394
* * Made By <NAME> * Thanks for MaterializeCSS.com */ /*html,body { width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; }*/ .navbar-fixed { z-index: 9999 !important; } #sidenav-overlay { z-index: 996 !important; } .default_color{background-color: #004063;} .default_color_text{color: red !important;} .icon-block { padding: 0 15px; } .card .card-content { padding: 2% !important; } #intro, #work, #team {padding-top: 2rem;} .header_container { margin-left: 5%; padding-top: 50px !important; } .waves-effect { margin: 0 auto !important; } .cellphone { background-image: url('../img/cel.png'); } .row .col.m2 { width: 14% !important; } .member_photo { text-align: center; margin-top: 20px; display: block; } #contact { background: #161616 !important; } .contatoHeader i { font-size: 45px; color:white; } .contatoHeader span { margin-left: 20px; font-size: 60px; color:white; } .card .card-image img { object-fit: cover; } .row .col.m2.draggable-icon { width: 100px !important; height: 120px; } .col.m2.draggable-icon a { color: #000; } .simu_header { font-size: 2rem !important; } .stackDrop { width: 100%; height: 600px; display: block; text-align: center; } .stackDrop.no-item { line-height: 600px !important; } #team .card-avatar .card-content a { color: #000; } .dragged-in { margin-top: 20px; } .valorTotal { font-size: 2rem; margin-left: 10px; border-bottom: none !important; height: auto !important; line-height: 1.5 !important; } #valorTotal { font-size: 2rem; margin-left: 10px; border-bottom: none !important; height: auto !important; line-height: 1.5 !important; font-family: "Roboto", sans-serif !important; font-weight: normal !important; } @media only screen and (max-width: 400px) { .row .col.m2 { width: 60% !important; float: none; margin: auto; } .row .col.s3 { width: 100%; } #work { display: none; } .parallax img { content: url("../img/lights-400.jpeg") !important; } #index-banner { background-position-x: -700px !important; } nav a.button-collapse { left: -10px !important; } .header_logo { display: none; } .text_h_custom { font-size: 4.2rem !important; } .switch.app { padding-top: 65%; padding-left: 20%; } #cellphone-example { background-size: 97%; background-image: url('../img/cel.png'); background-repeat: no-repeat; height: 700px; margin: 0 auto; width: 343px; } .switch.app { padding-top: 90%; padding-left: 60%; } } @media only screen and (max-width: 601px) and (min-width: 401px) { .row .col.m2 { width: 60% !important; float: none; margin: auto; } .row .col.s3 { width: 100%; } #work { display: none; } .parallax img { content: url("../img/lights-600.jpeg") !important; } .text_h_custom { font-size: 4.2rem !important; } .switch label input[type=checkbox]:checked+.lever:after { left: 20px !important; } .switch label .lever:after { width: 15px !important; height: 15px !important; } .switch label .lever { width: 25px !important; height: 10px !important; } #cellphone-example { background-image: url('../img/cel.png'); background-repeat: no-repeat; background-position: center; height: 700px; margin: 0 auto; width: 343px; } .switch.app { padding-top: 92%; padding-left: 60%; } } @media only screen and (max-width: 700px) and (min-width: 601px){ html,body { width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; } .card .card-image img { object-position: top !important; } .row .col.m2 { width: 60% !important; float: none; margin: auto; } h2 { font-weight: 100 !important; font-size: 2rem !important; line-height: 2.5rem !important; } .text_b { font-weight: 400 !important; } .row .col { width: 100% !important; } #cellphone-example { background-image: url('../img/cel.png'); background-repeat: no-repeat; background-position: center; height: 700px; margin: 0 auto; width: 343px; } .switch.app { padding-top: 92%; padding-left: 60%; } .parallax img { content: url("../img/lights-600.jpeg") !important; } } @media only screen and (min-width: 701px) { #team .row { display: inline-flex; } .switch.app { padding-top: 107%; padding-left: 60%; } #cellphone-example { background-image: url('../img/cel.png'); background-repeat: no-repeat; background-position: center; width: 343px; height: 800px; margin:auto; } .header_logo { width: 58px; height: 58px; margin-top: 3px; margin-right: 5px; } } @media only screen and (max-width: 601px) { .header_logo { width: 50px; height: 50px; margin-top: 3px; margin-left: 19%; } } .text_h_custom { font-size: 6.0em; font-weight: 100; color:white; } #index-banner { min-height: 632px; max-height: 864px; position: relative; background-image: url("../img/parallax5-min.jpg"); background-repeat: no-repeat; background-size: cover; } #nav_f{ box-shadow: none !important; -webkit-box-shadow:none !important; } .text_h { padding: 15% 0; font-size: 6.0em; font-weight: 100; color:white; } .brand-logo{ position: absolute; color: #fff; display: inline-block; font-size: 2.1rem; font-style: normal; font-weight: 100; padding: 0; letter-spacing: 7px; } .text_h2 {font-weight: 100;margin-bottom: 4%; line-height: 4.5rem;} .span_h2 {font-weight: 300;color: #004063;} .text_b{color: #004063;} .in{font-weight: 400 !important; font-style: normal !important;} .promo i { color: #004063; font-size: 7rem; display: block; } .card-content a {color: #004063;} .card-content a:hover {color: #004063;} #work, #team{background: rgb(247, 247, 247);} .text_pink{color:#EF9A9A;} nav ul a { font-size: 1.2rem; color: #FFF; letter-spacing: 2px; display: block; font-weight: 300; padding: 0px 15px; } .cd-headline.type .cd-words-wrapper { vertical-align: top; overflow: hidden; } .cd-headline.type .cd-words-wrapper::after { /* vertical bar */ content: ''; position: absolute; right: 0; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 90%; width: 1px; background-color: #aebcb9; } .cd-headline.type .cd-words-wrapper.waiting::after { -webkit-animation: cd-pulse 1s infinite; -moz-animation: cd-pulse 1s infinite; animation: cd-pulse 1s infinite; } .cd-headline.type .cd-words-wrapper.selected { background-color: #FFF; } .cd-headline.type .cd-words-wrapper.selected::after { visibility: hidden; } .cd-headline.type .cd-words-wrapper.selected b { color: #004063; } .cd-headline.type b { visibility: hidden; } .cd-headline.type b.is-visible { visibility: visible; } .cd-headline.type i { position: absolute; visibility: hidden; } .cd-headline.type i.in { position: relative; visibility: visible; } @-webkit-keyframes cd-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); opacity: 1; } 40% { -webkit-transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -webkit-transform: translateY(-50%) scale(0); opacity: 0; } } @-moz-keyframes cd-pulse { 0% { -moz-transform: translateY(-50%) scale(1); opacity: 1; } 40% { -moz-transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -moz-transform: translateY(-50%) scale(0); opacity: 0; } } @keyframes cd-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); -moz-transform: translateY(-50%) scale(1); -ms-transform: translateY(-50%) scale(1); -o-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); opacity: 1; } 40% { -webkit-transform: translateY(-50%) scale(0.9); -moz-transform: translateY(-50%) scale(0.9); -ms-transform: translateY(-50%) scale(0.9); -o-transform: translateY(-50%) scale(0.9); transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -webkit-transform: translateY(-50%) scale(0); -moz-transform: translateY(-50%) scale(0); -ms-transform: translateY(-50%) scale(0); -o-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); opacity: 0; } } /* Preloader */ #preloader { position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; /* change if the mask should have another color then white */ z-index:1200; /* makes sure it stays on top */ } #status { width:200px; height:200px; position:absolute; left:50%; /* centers the loading animation horizontally one the screen */ top:50%; /* centers the loading animation vertically one the screen */ background-image:url(../img/status.gif); /* path to your loading animation */ background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px; /* is width and height divided by two */ } @media only screen and (max-width: 480px) { .text_h { padding: 4% 0; font-size: 5em; font-weight: 100; color: white; } } input, textarea { border-bottom: 1px solid #fff; } nav a.button-collapse { left: -25px; } .card-avatar .waves-effect { text-align: center; margin-top: 20px; } .card-avatar img { height: 150px; width: 150px; border-radius: 75px; } .card-avatar .card-content { text-align: center; } .card .card-content p { margin: 15px 0px; } .card-avatar .card-content i { font-size: 1.5rem; } .card-avatar .card-content .card-title { line-height: 30px !important; } .parallax-container { max-height: 400px; } footer.page-footer { margin-top: 0px !important; background-color: #424242; } .float-right { float: right !important; } .float-left { float: left !important; } @media only screen and (min-width : 993px) { nav a.button-collapse-owl { display: none; } } nav .button-collapse-owl { float: left; position: relative; z-index: 1; height: 56px; } nav .button-collapse-owl i { font-size: 2.7rem; height: 56px; line-height: 56px; } @media only screen and (min-width : 601px) { nav, nav .nav-wrapper i, nav a.button-collapse-owl, nav a.button-collapse-owl i { height: 64px; line-height: 64px; } }
www/css/style.css
* * Made By <NAME> * Thanks for MaterializeCSS.com */ /*html,body { width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; }*/ .navbar-fixed { z-index: 9999 !important; } #sidenav-overlay { z-index: 996 !important; } .default_color{background-color: #004063;} .default_color_text{color: red !important;} .icon-block { padding: 0 15px; } .card .card-content { padding: 2% !important; } #intro, #work, #team {padding-top: 2rem;} .header_container { margin-left: 5%; padding-top: 50px !important; } .waves-effect { margin: 0 auto !important; } .cellphone { background-image: url('../img/cel.png'); } .row .col.m2 { width: 14% !important; } .member_photo { text-align: center; margin-top: 20px; display: block; } #contact { background: #161616 !important; } .contatoHeader i { font-size: 45px; color:white; } .contatoHeader span { margin-left: 20px; font-size: 60px; color:white; } .card .card-image img { object-fit: cover; } .row .col.m2.draggable-icon { width: 100px !important; height: 120px; } .col.m2.draggable-icon a { color: #000; } .simu_header { font-size: 2rem !important; } .stackDrop { width: 100%; height: 600px; display: block; text-align: center; } .stackDrop.no-item { line-height: 600px !important; } #team .card-avatar .card-content a { color: #000; } .dragged-in { margin-top: 20px; } .valorTotal { font-size: 2rem; margin-left: 10px; border-bottom: none !important; height: auto !important; line-height: 1.5 !important; } #valorTotal { font-size: 2rem; margin-left: 10px; border-bottom: none !important; height: auto !important; line-height: 1.5 !important; font-family: "Roboto", sans-serif !important; font-weight: normal !important; } @media only screen and (max-width: 400px) { .row .col.m2 { width: 60% !important; float: none; margin: auto; } .row .col.s3 { width: 100%; } #work { display: none; } .parallax img { content: url("../img/lights-400.jpeg") !important; } #index-banner { background-position-x: -700px !important; } nav a.button-collapse { left: -10px !important; } .header_logo { display: none; } .text_h_custom { font-size: 4.2rem !important; } .switch.app { padding-top: 65%; padding-left: 20%; } #cellphone-example { background-size: 97%; background-image: url('../img/cel.png'); background-repeat: no-repeat; height: 700px; margin: 0 auto; width: 343px; } .switch.app { padding-top: 90%; padding-left: 60%; } } @media only screen and (max-width: 601px) and (min-width: 401px) { .row .col.m2 { width: 60% !important; float: none; margin: auto; } .row .col.s3 { width: 100%; } #work { display: none; } .parallax img { content: url("../img/lights-600.jpeg") !important; } .text_h_custom { font-size: 4.2rem !important; } .switch label input[type=checkbox]:checked+.lever:after { left: 20px !important; } .switch label .lever:after { width: 15px !important; height: 15px !important; } .switch label .lever { width: 25px !important; height: 10px !important; } #cellphone-example { background-image: url('../img/cel.png'); background-repeat: no-repeat; background-position: center; height: 700px; margin: 0 auto; width: 343px; } .switch.app { padding-top: 92%; padding-left: 60%; } } @media only screen and (max-width: 700px) and (min-width: 601px){ html,body { width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; } .card .card-image img { object-position: top !important; } .row .col.m2 { width: 60% !important; float: none; margin: auto; } h2 { font-weight: 100 !important; font-size: 2rem !important; line-height: 2.5rem !important; } .text_b { font-weight: 400 !important; } .row .col { width: 100% !important; } #cellphone-example { background-image: url('../img/cel.png'); background-repeat: no-repeat; background-position: center; height: 700px; margin: 0 auto; width: 343px; } .switch.app { padding-top: 92%; padding-left: 60%; } .parallax img { content: url("../img/lights-600.jpeg") !important; } } @media only screen and (min-width: 701px) { #team .row { display: inline-flex; } .switch.app { padding-top: 107%; padding-left: 60%; } #cellphone-example { background-image: url('../img/cel.png'); background-repeat: no-repeat; background-position: center; width: 343px; height: 800px; margin:auto; } .header_logo { width: 58px; height: 58px; margin-top: 3px; margin-right: 5px; } } @media only screen and (max-width: 601px) { .header_logo { width: 50px; height: 50px; margin-top: 3px; margin-left: 19%; } } .text_h_custom { font-size: 6.0em; font-weight: 100; color:white; } #index-banner { min-height: 632px; max-height: 864px; position: relative; background-image: url("../img/parallax5-min.jpg"); background-repeat: no-repeat; background-size: cover; } #nav_f{ box-shadow: none !important; -webkit-box-shadow:none !important; } .text_h { padding: 15% 0; font-size: 6.0em; font-weight: 100; color:white; } .brand-logo{ position: absolute; color: #fff; display: inline-block; font-size: 2.1rem; font-style: normal; font-weight: 100; padding: 0; letter-spacing: 7px; } .text_h2 {font-weight: 100;margin-bottom: 4%; line-height: 4.5rem;} .span_h2 {font-weight: 300;color: #004063;} .text_b{color: #004063;} .in{font-weight: 400 !important; font-style: normal !important;} .promo i { color: #004063; font-size: 7rem; display: block; } .card-content a {color: #004063;} .card-content a:hover {color: #004063;} #work, #team{background: rgb(247, 247, 247);} .text_pink{color:#EF9A9A;} nav ul a { font-size: 1.2rem; color: #FFF; letter-spacing: 2px; display: block; font-weight: 300; padding: 0px 15px; } .cd-headline.type .cd-words-wrapper { vertical-align: top; overflow: hidden; } .cd-headline.type .cd-words-wrapper::after { /* vertical bar */ content: ''; position: absolute; right: 0; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 90%; width: 1px; background-color: #aebcb9; } .cd-headline.type .cd-words-wrapper.waiting::after { -webkit-animation: cd-pulse 1s infinite; -moz-animation: cd-pulse 1s infinite; animation: cd-pulse 1s infinite; } .cd-headline.type .cd-words-wrapper.selected { background-color: #FFF; } .cd-headline.type .cd-words-wrapper.selected::after { visibility: hidden; } .cd-headline.type .cd-words-wrapper.selected b { color: #004063; } .cd-headline.type b { visibility: hidden; } .cd-headline.type b.is-visible { visibility: visible; } .cd-headline.type i { position: absolute; visibility: hidden; } .cd-headline.type i.in { position: relative; visibility: visible; } @-webkit-keyframes cd-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); opacity: 1; } 40% { -webkit-transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -webkit-transform: translateY(-50%) scale(0); opacity: 0; } } @-moz-keyframes cd-pulse { 0% { -moz-transform: translateY(-50%) scale(1); opacity: 1; } 40% { -moz-transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -moz-transform: translateY(-50%) scale(0); opacity: 0; } } @keyframes cd-pulse { 0% { -webkit-transform: translateY(-50%) scale(1); -moz-transform: translateY(-50%) scale(1); -ms-transform: translateY(-50%) scale(1); -o-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); opacity: 1; } 40% { -webkit-transform: translateY(-50%) scale(0.9); -moz-transform: translateY(-50%) scale(0.9); -ms-transform: translateY(-50%) scale(0.9); -o-transform: translateY(-50%) scale(0.9); transform: translateY(-50%) scale(0.9); opacity: 0; } 100% { -webkit-transform: translateY(-50%) scale(0); -moz-transform: translateY(-50%) scale(0); -ms-transform: translateY(-50%) scale(0); -o-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); opacity: 0; } } /* Preloader */ #preloader { position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; /* change if the mask should have another color then white */ z-index:1200; /* makes sure it stays on top */ } #status { width:200px; height:200px; position:absolute; left:50%; /* centers the loading animation horizontally one the screen */ top:50%; /* centers the loading animation vertically one the screen */ background-image:url(../img/status.gif); /* path to your loading animation */ background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px; /* is width and height divided by two */ } @media only screen and (max-width: 480px) { .text_h { padding: 4% 0; font-size: 5em; font-weight: 100; color: white; } } input, textarea { border-bottom: 1px solid #fff; } nav a.button-collapse { left: -25px; } .card-avatar .waves-effect { text-align: center; margin-top: 20px; } .card-avatar img { height: 150px; width: 150px; border-radius: 75px; } .card-avatar .card-content { text-align: center; } .card .card-content p { margin: 15px 0px; } .card-avatar .card-content i { font-size: 1.5rem; } .card-avatar .card-content .card-title { line-height: 30px !important; } .parallax-container { max-height: 400px; } footer.page-footer { margin-top: 0px !important; background-color: #424242; } .float-right { float: right !important; } .float-left { float: left !important; } @media only screen and (min-width : 993px) { nav a.button-collapse-owl { display: none; } } nav .button-collapse-owl { float: left; position: relative; z-index: 1; height: 56px; } nav .button-collapse-owl i { font-size: 2.7rem; height: 56px; line-height: 56px; } @media only screen and (min-width : 601px) { nav, nav .nav-wrapper i, nav a.button-collapse-owl, nav a.button-collapse-owl i { height: 64px; line-height: 64px; } }
0.370795
0.086093
html, body { width:100%; height:100%; padding:0; margin:0; } .ic { border:0; float:left; background:#fff; color:#f00; width:50%; line-height:10px; font-size:10px; margin:-220% 0 0 0; overflow:hidden; padding:0 } body { font: 12px/22px Arial, Helvetica, sans-serif; color:#8f8b8c; min-width:970px; background: url(../images/bg.jpg) center 0 repeat; } .main { width:960px; margin:0 auto; } /***********************************************************************/ a { text-decoration:none; cursor:pointer; } a:hover { text-decoration:none; } a.button { background:url(../images/button.png) 0 0 repeat-x; border-bottom:#3f3b3b 1px solid; color:#fff; font-size:12px; line-height:15px; padding:12px 30px 12px 30px; display:inline-block; border-radius: 6px; } a.button:hover { background:#000; } a.button-1 { background:url(../images/button-1.jpg) 0 0 repeat-x; border-bottom:#fff 1px solid; border-left:#cfd0d2 1px solid; border-right:#cfd0d2 1px solid; color:#8f8b8c; font-size:12px; line-height:15px; padding:12px 29px 12px 29px; display:inline-block; border-radius: 7px; } a.button-1:hover { background:#8b8c8d; color:#fff; } a.button-2 { background:#e88800; color:#fff; font-size:12px; line-height:15px; font-weight:bold; padding:7px 19px 7px 19px; display:inline-block; } a.button-2:hover { background:#000; color:#fff; } a.link { text-decoration:none; cursor:pointer; color:#e88800; } a.link:hover { text-decoration:underline; } a.link-2 { background:url(../images/link-2.png) 0 no-repeat; padding-left:16px; display:inline-block; text-decoration:none; cursor:pointer; color:#e88800; } a.link-2:hover { text-decoration:underline; } .color-1 { font-size:18px; line-height:24px; color:#e37700; } .color-2 { color:#1f1919; } .color-3 { color:#e88800; } h2 { font-size:35px; line-height:45px; color:#1f1919; font-weight:normal; letter-spacing:-2px; } ul { margin:0; padding:0; list-style-image:none; } ul.list-1 li { padding:0px 0 8px 14px; line-height:22px; background:url(../images/list-1.gif) 0 9px no-repeat; } ul.list-1 li a { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#8f8b8c; line-height:22px; } ul.list-1 li a:hover { color:#e88800; } ul.list-2 li { padding:0px 0 8px 14px; line-height:22px; background:url(../images/list-1.gif) 0 9px no-repeat; } ul.list-2 li a { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#e88800; line-height:22px; } ul.list-2 li a:hover { text-decoration:underline; } /******************************************************************/ .clear { clear:both; line-height:0; font-size:0; width:100%; } .wrapper { width:100%; overflow:hidden; position:relative } .wrap { overflow:hidden; position:relative } .extra-wrap { overflow:hidden; } .fleft { float:left; } .fright { float:right; } .img-indent { float:left; margin:0 40px 0px 0; } .last { margin-right:0px !important; } .top-1 { margin-top:24px; } .top-2 { margin-top:18px; } .top-3 { margin-top:16px; } .top-4 { margin-top:60px; } .top-5 { margin-top:37px; } .top-6 { margin-top:17px; } .top-7 { margin-top:4px; } .bot-0 { padding-bottom:0 !important; margin-bottom:0 !important; } .p1 { padding-bottom:22px; } .p2 { padding-bottom:13px; } .p3 { padding-bottom:15px; } .p4 { padding-bottom:11px; } .p5 { padding-bottom:20px; } /*********************************header*************************************/ header { width:100%; background:url(../images/header.jpg) 0 0 repeat; margin:0 auto; z-index:101; position:relative; z-index:100; } h1 { float:left; margin:46px 0 0 42px; } .slogan { float:left; border-left:#2f2b2b 1px solid; margin:34px 0 0 28px; padding: 18px 0 15px 29px; } .tooltips { float:right; margin:54px 50px 0 0; } .tooltips a { display:inline-block; float:left; margin-left:6px; } .tooltips a:hover img { opacity:.7; } .nav-shadow { background:url(../images/nav-shadow.png) 0 0 no-repeat; padding-top:10px; margin:24px 0px 0px 0px; position:relative; z-index:100; } .nav-shadow>div { background:#e57c00; border-radius: 7px; padding-bottom:4px; box-shadow:0 3px 2px #201a1a; } nav { background:url(../images/nav.jpg) 0 0 repeat-x; border-radius: 7px; min-height:70px; } ul.menu { overflow:hidden; } ul.menu li { float:left; line-height:24px; background:url(../images/menu-li.jpg) 0 0 no-repeat; margin:10px 0 11px 0; padding: 13px 47px 12px 47px; } ul.menu li:first-child { background:transparent; } ul.menu li a { font-size:18px; line-height:24px; color:#0f0c0c; display:inline-block; } ul.menu li a:hover, ul.menu li.current a { color:#844c01; } /*********************************content*************************************/ #content { background:#edeef0; width:100%; padding:30px 0 50px 0; } .content-subpages { padding-top:25px !important; } .header-content { width:100%; background:url(../images/header-content.jpg) center bottom repeat; margin:0 auto; position:relative; z-index:99; margin-top:-25px; padding-bottom:36px; } .header-subpages { padding-bottom:65px !important; } .img-radius { border-radius:7px; } .border-1 { background:url(../images/border-1.jpg) right 0 repeat-y; } .border-2 { background:url(../images/border-2.gif) right 0 repeat-y; } .block-1 { padding-top:70px; width:320px; float:left; text-align:center; } .block-1>div { padding:10px 30px 15px 30px; margin-top:14px; } #content>div { width:880px; margin:0 auto; } .col-1 { width:570px; float:left; padding-right:30px; } .col-2 { width:240px; float:left; padding-left:40px; } .col-3 { width:410px; float:left; padding-right:30px; } .col-4 { width:400px; float:left; padding-left:40px; } .col-1 ul { width:240px; } .col-1 ul:first-child { margin-right:41px; } .block-2 p.color-2 { margin:7px 0 11px 0; } .block-3>div.wrap { float:left; width:260px; margin-right:40px; } blockquote { color:#e88800; padding-left:15px; display:inline-block; } /****************************footer************************/ footer { width:880px; margin:0 auto; position:relative; overflow:hidden; text-align:center; padding:43px 0 40px 0; } /**********************form**********************/ .map { width:240px; height:151px; margin:25px 0 0 0; } .map iframe { width:240px; height:151px; border-radius:7px; } dl { margin:22px 0px 0 0px; float:left; } dl dt { } dl dd span { display:block; width:67px; float:left; } dl dd { } dl dd a { } #form { margin: 11px 0 0px 0px; width:560px; } #form input { border-bottom:#fff 1px solid; border-top:#8b8c8d 1px solid; border-left:#cfd0d2 1px solid; border-right:#cfd0d2 1px solid; background:url(../images/form-bg.jpg) 0 0 repeat-x #e1e2e4; border-radius:7px; font: 12px Arial, Helvetica, sans-serif; color:#8f8b8c; padding:5px 10px 6px 10px; outline: medium none; width: 260px; height:15px; float:left; } #form textarea { border-bottom:#fff 1px solid; border-top:#8b8c8d 1px solid; border-left:#cfd0d2 1px solid; border-right:#cfd0d2 1px solid; background:url(../images/form-bg.jpg) 0 0 repeat-x #e1e2e4; border-radius:7px; font: 12px Arial, Helvetica, sans-serif; color:#8f8b8c; height: 268px; outline: medium none; overflow: auto; padding: 5px 0px 0px 10px; width: 480px; resize:none; margin:0px 0 0 0; float:left; } #form label { position:relative; overflow:hidden; display: block; min-height:33px; } #form label strong { font-weight:normal; float:left; display:inline-block; width:68px; padding-top:2px; } .btns { text-align:right; width:560px; padding-top:13px; } .btns a { display:inline-block; margin:0 20px 0 10px; }
static/css/style.css
html, body { width:100%; height:100%; padding:0; margin:0; } .ic { border:0; float:left; background:#fff; color:#f00; width:50%; line-height:10px; font-size:10px; margin:-220% 0 0 0; overflow:hidden; padding:0 } body { font: 12px/22px Arial, Helvetica, sans-serif; color:#8f8b8c; min-width:970px; background: url(../images/bg.jpg) center 0 repeat; } .main { width:960px; margin:0 auto; } /***********************************************************************/ a { text-decoration:none; cursor:pointer; } a:hover { text-decoration:none; } a.button { background:url(../images/button.png) 0 0 repeat-x; border-bottom:#3f3b3b 1px solid; color:#fff; font-size:12px; line-height:15px; padding:12px 30px 12px 30px; display:inline-block; border-radius: 6px; } a.button:hover { background:#000; } a.button-1 { background:url(../images/button-1.jpg) 0 0 repeat-x; border-bottom:#fff 1px solid; border-left:#cfd0d2 1px solid; border-right:#cfd0d2 1px solid; color:#8f8b8c; font-size:12px; line-height:15px; padding:12px 29px 12px 29px; display:inline-block; border-radius: 7px; } a.button-1:hover { background:#8b8c8d; color:#fff; } a.button-2 { background:#e88800; color:#fff; font-size:12px; line-height:15px; font-weight:bold; padding:7px 19px 7px 19px; display:inline-block; } a.button-2:hover { background:#000; color:#fff; } a.link { text-decoration:none; cursor:pointer; color:#e88800; } a.link:hover { text-decoration:underline; } a.link-2 { background:url(../images/link-2.png) 0 no-repeat; padding-left:16px; display:inline-block; text-decoration:none; cursor:pointer; color:#e88800; } a.link-2:hover { text-decoration:underline; } .color-1 { font-size:18px; line-height:24px; color:#e37700; } .color-2 { color:#1f1919; } .color-3 { color:#e88800; } h2 { font-size:35px; line-height:45px; color:#1f1919; font-weight:normal; letter-spacing:-2px; } ul { margin:0; padding:0; list-style-image:none; } ul.list-1 li { padding:0px 0 8px 14px; line-height:22px; background:url(../images/list-1.gif) 0 9px no-repeat; } ul.list-1 li a { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#8f8b8c; line-height:22px; } ul.list-1 li a:hover { color:#e88800; } ul.list-2 li { padding:0px 0 8px 14px; line-height:22px; background:url(../images/list-1.gif) 0 9px no-repeat; } ul.list-2 li a { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#e88800; line-height:22px; } ul.list-2 li a:hover { text-decoration:underline; } /******************************************************************/ .clear { clear:both; line-height:0; font-size:0; width:100%; } .wrapper { width:100%; overflow:hidden; position:relative } .wrap { overflow:hidden; position:relative } .extra-wrap { overflow:hidden; } .fleft { float:left; } .fright { float:right; } .img-indent { float:left; margin:0 40px 0px 0; } .last { margin-right:0px !important; } .top-1 { margin-top:24px; } .top-2 { margin-top:18px; } .top-3 { margin-top:16px; } .top-4 { margin-top:60px; } .top-5 { margin-top:37px; } .top-6 { margin-top:17px; } .top-7 { margin-top:4px; } .bot-0 { padding-bottom:0 !important; margin-bottom:0 !important; } .p1 { padding-bottom:22px; } .p2 { padding-bottom:13px; } .p3 { padding-bottom:15px; } .p4 { padding-bottom:11px; } .p5 { padding-bottom:20px; } /*********************************header*************************************/ header { width:100%; background:url(../images/header.jpg) 0 0 repeat; margin:0 auto; z-index:101; position:relative; z-index:100; } h1 { float:left; margin:46px 0 0 42px; } .slogan { float:left; border-left:#2f2b2b 1px solid; margin:34px 0 0 28px; padding: 18px 0 15px 29px; } .tooltips { float:right; margin:54px 50px 0 0; } .tooltips a { display:inline-block; float:left; margin-left:6px; } .tooltips a:hover img { opacity:.7; } .nav-shadow { background:url(../images/nav-shadow.png) 0 0 no-repeat; padding-top:10px; margin:24px 0px 0px 0px; position:relative; z-index:100; } .nav-shadow>div { background:#e57c00; border-radius: 7px; padding-bottom:4px; box-shadow:0 3px 2px #201a1a; } nav { background:url(../images/nav.jpg) 0 0 repeat-x; border-radius: 7px; min-height:70px; } ul.menu { overflow:hidden; } ul.menu li { float:left; line-height:24px; background:url(../images/menu-li.jpg) 0 0 no-repeat; margin:10px 0 11px 0; padding: 13px 47px 12px 47px; } ul.menu li:first-child { background:transparent; } ul.menu li a { font-size:18px; line-height:24px; color:#0f0c0c; display:inline-block; } ul.menu li a:hover, ul.menu li.current a { color:#844c01; } /*********************************content*************************************/ #content { background:#edeef0; width:100%; padding:30px 0 50px 0; } .content-subpages { padding-top:25px !important; } .header-content { width:100%; background:url(../images/header-content.jpg) center bottom repeat; margin:0 auto; position:relative; z-index:99; margin-top:-25px; padding-bottom:36px; } .header-subpages { padding-bottom:65px !important; } .img-radius { border-radius:7px; } .border-1 { background:url(../images/border-1.jpg) right 0 repeat-y; } .border-2 { background:url(../images/border-2.gif) right 0 repeat-y; } .block-1 { padding-top:70px; width:320px; float:left; text-align:center; } .block-1>div { padding:10px 30px 15px 30px; margin-top:14px; } #content>div { width:880px; margin:0 auto; } .col-1 { width:570px; float:left; padding-right:30px; } .col-2 { width:240px; float:left; padding-left:40px; } .col-3 { width:410px; float:left; padding-right:30px; } .col-4 { width:400px; float:left; padding-left:40px; } .col-1 ul { width:240px; } .col-1 ul:first-child { margin-right:41px; } .block-2 p.color-2 { margin:7px 0 11px 0; } .block-3>div.wrap { float:left; width:260px; margin-right:40px; } blockquote { color:#e88800; padding-left:15px; display:inline-block; } /****************************footer************************/ footer { width:880px; margin:0 auto; position:relative; overflow:hidden; text-align:center; padding:43px 0 40px 0; } /**********************form**********************/ .map { width:240px; height:151px; margin:25px 0 0 0; } .map iframe { width:240px; height:151px; border-radius:7px; } dl { margin:22px 0px 0 0px; float:left; } dl dt { } dl dd span { display:block; width:67px; float:left; } dl dd { } dl dd a { } #form { margin: 11px 0 0px 0px; width:560px; } #form input { border-bottom:#fff 1px solid; border-top:#8b8c8d 1px solid; border-left:#cfd0d2 1px solid; border-right:#cfd0d2 1px solid; background:url(../images/form-bg.jpg) 0 0 repeat-x #e1e2e4; border-radius:7px; font: 12px Arial, Helvetica, sans-serif; color:#8f8b8c; padding:5px 10px 6px 10px; outline: medium none; width: 260px; height:15px; float:left; } #form textarea { border-bottom:#fff 1px solid; border-top:#8b8c8d 1px solid; border-left:#cfd0d2 1px solid; border-right:#cfd0d2 1px solid; background:url(../images/form-bg.jpg) 0 0 repeat-x #e1e2e4; border-radius:7px; font: 12px Arial, Helvetica, sans-serif; color:#8f8b8c; height: 268px; outline: medium none; overflow: auto; padding: 5px 0px 0px 10px; width: 480px; resize:none; margin:0px 0 0 0; float:left; } #form label { position:relative; overflow:hidden; display: block; min-height:33px; } #form label strong { font-weight:normal; float:left; display:inline-block; width:68px; padding-top:2px; } .btns { text-align:right; width:560px; padding-top:13px; } .btns a { display:inline-block; margin:0 20px 0 10px; }
0.227641
0.039788
margin-top:5px; } #epgcontainer *{ box-sizing: border-box; } #epgcontainer table{ border-collapse: collapse; } #epgcontainer tr{ } #epgcontainer th,#epgcontainer th a, #epgcontainer td, #epgcontainer td ul,#epgcontainer td li{ height:42px; } #epgcontainer th{ width:150px; text-align: center; display: inline-block; color: #e2e2e2; font-size: 11pt; text-decoration: none; overflow:hidden; padding:0; position:relative; float:left; background: -moz-linear-gradient(top, #656565, #4b4b4b); background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#4b4b4b)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565', endColorstr='#4b4b4b'); } #epgcontainer th a{ width:150px; display:inline-block; color: #e2e2e2; font-size: 11pt; text-decoration: none; font-weight:normal; background-repeat:no-repeat; background-position:center center; margin: 0; } #epgcontainer .hatbgimg{color:transparent !important;} #epgcontainer td{ white-space: nowrap; padding:0; } #epgcontainer td ul{ white-space: nowrap; margin:0; padding:0; } #epgcontainer td li{ background-color:#ddd; color: #e2e2e2; white-space: nowrap; /*border: 1px solid #000;*/ border-right: 1px solid #525252; display: inline-block; font-family: sans-serif; font-size: 10pt; padding-left: 5px; padding-right: 5px; padding-top:3px; background: -moz-linear-gradient(top, #4b4b4b, #656565); background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#656565)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#656565'); } #epgcontainer td li.hgtrans{ background:transparent; border:0; } #epgcontainer td li.sendungSelect{ background-color:#71ac00; background: -moz-linear-gradient(top, #4b4b4b, #71ac00); background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#71ac00)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#71ac00'); } #epgcontainer td li.newday{ border-left:3px solid #dddddd; padding-left: 20px; } #epgcontainer span.keinesendung{ font-size:10pt; } #epgcontainer td li h4{ margin:0; font-weight:normal; position:relative; } #epgcontainer td li b{ transform: rotate(-90deg); display: inline-block; transform-origin: left bottom; left: -3px; top: 20px; position: absolute; } #epgcontainer td li p{ margin:0; font-size: 8pt; } #epgcontainer .buttreload{ margin-left: 10px; color: #000; text-decoration: none; border-radius: 15px; padding: 4px 10px; background-color: #fffc; } #epgcontainer .maker{ background-color: #e2e2e2; color: #525252; padding-right: 3px; padding-left: 3px; border-radius: 4px 4px 4px 4px; } #epgcontainer .ausgeblendet{ display: none !important; } .epgbutt { border:1px solid #444444; color: #e2e2e2 !important; margin:0 !important; line-height: 25px; background-color:#fff; display: inline-block; height:25px; font-family: sans-serif; font-size: 10pt; padding-left: 10px; padding-right: 10px; padding-top:3px; text-decoration:none; background: -moz-linear-gradient(top, #656565, #4b4b4b); background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#4b4b4b)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565', endColorstr='#4b4b4b'); border-radius: 7px 7px 7px 7px; /* CSS3 */ -moz-border-radius:7px 7px 7px 7px; /* Firefox */ -webkit-border-radius: 7px 7px 7px 7px; /* Safari, Chrome */ -khtml-border-radius: 7px 7px 7px 7px; /* Konqueror */ } .epgbuttaktiv { border:1px solid #55dd00; color: #55dd00; background: -moz-linear-gradient(top, #4b4b4b, #656565); background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#656565)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#656565'); }
dreamstyle.css
margin-top:5px; } #epgcontainer *{ box-sizing: border-box; } #epgcontainer table{ border-collapse: collapse; } #epgcontainer tr{ } #epgcontainer th,#epgcontainer th a, #epgcontainer td, #epgcontainer td ul,#epgcontainer td li{ height:42px; } #epgcontainer th{ width:150px; text-align: center; display: inline-block; color: #e2e2e2; font-size: 11pt; text-decoration: none; overflow:hidden; padding:0; position:relative; float:left; background: -moz-linear-gradient(top, #656565, #4b4b4b); background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#4b4b4b)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565', endColorstr='#4b4b4b'); } #epgcontainer th a{ width:150px; display:inline-block; color: #e2e2e2; font-size: 11pt; text-decoration: none; font-weight:normal; background-repeat:no-repeat; background-position:center center; margin: 0; } #epgcontainer .hatbgimg{color:transparent !important;} #epgcontainer td{ white-space: nowrap; padding:0; } #epgcontainer td ul{ white-space: nowrap; margin:0; padding:0; } #epgcontainer td li{ background-color:#ddd; color: #e2e2e2; white-space: nowrap; /*border: 1px solid #000;*/ border-right: 1px solid #525252; display: inline-block; font-family: sans-serif; font-size: 10pt; padding-left: 5px; padding-right: 5px; padding-top:3px; background: -moz-linear-gradient(top, #4b4b4b, #656565); background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#656565)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#656565'); } #epgcontainer td li.hgtrans{ background:transparent; border:0; } #epgcontainer td li.sendungSelect{ background-color:#71ac00; background: -moz-linear-gradient(top, #4b4b4b, #71ac00); background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#71ac00)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#71ac00'); } #epgcontainer td li.newday{ border-left:3px solid #dddddd; padding-left: 20px; } #epgcontainer span.keinesendung{ font-size:10pt; } #epgcontainer td li h4{ margin:0; font-weight:normal; position:relative; } #epgcontainer td li b{ transform: rotate(-90deg); display: inline-block; transform-origin: left bottom; left: -3px; top: 20px; position: absolute; } #epgcontainer td li p{ margin:0; font-size: 8pt; } #epgcontainer .buttreload{ margin-left: 10px; color: #000; text-decoration: none; border-radius: 15px; padding: 4px 10px; background-color: #fffc; } #epgcontainer .maker{ background-color: #e2e2e2; color: #525252; padding-right: 3px; padding-left: 3px; border-radius: 4px 4px 4px 4px; } #epgcontainer .ausgeblendet{ display: none !important; } .epgbutt { border:1px solid #444444; color: #e2e2e2 !important; margin:0 !important; line-height: 25px; background-color:#fff; display: inline-block; height:25px; font-family: sans-serif; font-size: 10pt; padding-left: 10px; padding-right: 10px; padding-top:3px; text-decoration:none; background: -moz-linear-gradient(top, #656565, #4b4b4b); background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#4b4b4b)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565', endColorstr='#4b4b4b'); border-radius: 7px 7px 7px 7px; /* CSS3 */ -moz-border-radius:7px 7px 7px 7px; /* Firefox */ -webkit-border-radius: 7px 7px 7px 7px; /* Safari, Chrome */ -khtml-border-radius: 7px 7px 7px 7px; /* Konqueror */ } .epgbuttaktiv { border:1px solid #55dd00; color: #55dd00; background: -moz-linear-gradient(top, #4b4b4b, #656565); background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#656565)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#656565'); }
0.206014
0.110663
body{ font-family: Arial, Helvetica, sans-serif; margin-left: 10%; background: #efeff4; } #headerGraficos{ background-color: #2F4550; height: 50px; text-align: center; } #headerGraficos h2{ padding-top: 1%; } #contenidoGraficos{ background-color: #B8DBD9; } #container { display: inline-block; position: relative; width: 90%; font-size: 15px; border-collapse: separate; } #selectorGrafico { margin-top: 1%; margin-left: 1%; font-size: 16px; font-family: 'Verdana', sans-serif; font-weight: 400; color: #444; line-height: 1.3; padding: .4em 1.4em .3em .8em; max-width: 100%; box-sizing: border-box; border: 1px solid #aaa; box-shadow: 0 1px 0 1px rgba(0,0,0,.03); border-radius: .3em; appearance: none; background-color: #efeff4; } table { table-layout: fixed; border-collapse: separate; width: 100%; margin-bottom: 2%; } td { width: 100%; padding-top: 5px; padding-bottom: 5px; word-wrap: break-word; padding-left: 1%; padding-right: 1%; } h2 { font-style: oblique; } #cabecera { width: 100%; } th { background-color: #2F4550; color: white; } tr:nth-child(even) { background-color: #B8DBD9; } tr:nth-child(odd){ background-color: #849ca9; } .cargando{ height: auto; width: 10%; margin-left: auto; } #linkGraficos{ background-color: #efeff4; border: solid #2F4550; color: #2F4550; text-align: center; text-decoration: none; display: inline-block; font-size: inherit; margin-top: 2%; margin-bottom: 2%; padding: 1% 1%; border-radius: 25%; transition-duration: 0.4s; } #linkGraficos:hover { background-color: #2F4550; /* Green */ color: #efeff4; } #tablaResultadoJS td{ text-align: center; } #tablaResultadoJS th{ font-size: larger; } .tooltip { position: relative; display: inline-block; float: right; padding-right: 1%; color: black; font-weight: bold; } .tooltip .tooltiptext { visibility: hidden; width: 160px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -80px; opacity: 0; transition: opacity 0.3s; font-weight: normal; } .tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; font-weight: normal; } .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; } .iconoInfo{ height: auto; display: inline-block; width: 5%; } .nombreElemento{ float: left; display: inline-block; } #piechart_div { padding-left: 20%; }
css/estilos.css
body{ font-family: Arial, Helvetica, sans-serif; margin-left: 10%; background: #efeff4; } #headerGraficos{ background-color: #2F4550; height: 50px; text-align: center; } #headerGraficos h2{ padding-top: 1%; } #contenidoGraficos{ background-color: #B8DBD9; } #container { display: inline-block; position: relative; width: 90%; font-size: 15px; border-collapse: separate; } #selectorGrafico { margin-top: 1%; margin-left: 1%; font-size: 16px; font-family: 'Verdana', sans-serif; font-weight: 400; color: #444; line-height: 1.3; padding: .4em 1.4em .3em .8em; max-width: 100%; box-sizing: border-box; border: 1px solid #aaa; box-shadow: 0 1px 0 1px rgba(0,0,0,.03); border-radius: .3em; appearance: none; background-color: #efeff4; } table { table-layout: fixed; border-collapse: separate; width: 100%; margin-bottom: 2%; } td { width: 100%; padding-top: 5px; padding-bottom: 5px; word-wrap: break-word; padding-left: 1%; padding-right: 1%; } h2 { font-style: oblique; } #cabecera { width: 100%; } th { background-color: #2F4550; color: white; } tr:nth-child(even) { background-color: #B8DBD9; } tr:nth-child(odd){ background-color: #849ca9; } .cargando{ height: auto; width: 10%; margin-left: auto; } #linkGraficos{ background-color: #efeff4; border: solid #2F4550; color: #2F4550; text-align: center; text-decoration: none; display: inline-block; font-size: inherit; margin-top: 2%; margin-bottom: 2%; padding: 1% 1%; border-radius: 25%; transition-duration: 0.4s; } #linkGraficos:hover { background-color: #2F4550; /* Green */ color: #efeff4; } #tablaResultadoJS td{ text-align: center; } #tablaResultadoJS th{ font-size: larger; } .tooltip { position: relative; display: inline-block; float: right; padding-right: 1%; color: black; font-weight: bold; } .tooltip .tooltiptext { visibility: hidden; width: 160px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -80px; opacity: 0; transition: opacity 0.3s; font-weight: normal; } .tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; font-weight: normal; } .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; } .iconoInfo{ height: auto; display: inline-block; width: 5%; } .nombreElemento{ float: left; display: inline-block; } #piechart_div { padding-left: 20%; }
0.292595
0.051154
* { margin: 0; padding: 0; box-sizing: border-box; } html { background: #e8ded5 url(../img/ws-og.jpg) no-repeat center center fixed; background-size: cover; height: 100vh; } body{ font-family: 'Open Sans', sans-serif; } a { text-decoration: none; } .container { width: 90%; max-width: 750px; margin: auto; } .notyf { z-index: 999999; } /* ****************************** */ /* Header */ /* ****************************** */ header { padding: 40px 0; } header .logo { text-align: center; margin-bottom: 40px; } header .logo p { color: #9b9b9b; } header form { width: 100%; display: flex; justify-content: center; margin-bottom: 20px; } header .search-bar { width: 70%; height: 40px; line-height: 40px; background: #fff; padding: 0 20px; border-radius: 100px; border: none; text-align: center; font-size: 16px; } input:focus { outline: none; border: 1px solid #000; } header .categories { display: flex; justify-content: center; flex-wrap: wrap; } header .categories a { color: #9b9b9b; margin: 10px 20px; font-size: 18px; font-weight: 700; } header .categories a:focus { outline: none; } header .categories a.active { color: #000; } /* ****************************** */ /* Grid */ /* ****************************** */ .grid { position: relative; width: 100%; opacity: 0; transition: opacity 0.5s linear 1s; } .grid.images-load { opacity: 1; } .grid .item { position: absolute; display: block; padding: 0; margin: 5px 10px; width: calc(100% - 20px); } .grid .item-content { position: relative; background: #202020; border-radius: 5px; display: flex; align-items: center; } .grid .item img { width: 12%; cursor: pointer; vertical-align: top; transition: transform 0.2 ease-in-out; } .grid .item h2, .grid .item i { color: #fff; font-size: 2.5em; } .grid .item h2 { margin: 0 auto; } .grid .item i { /* margin: 0 15px 0 10px; */ font-size: 1.8em; padding: 0 10px 0 0; cursor: pointer; } .grid .item i:hover { transform: scale(1.3); } .grid .item .iconitos { margin: 0 15px 0 0; } /* ****************************** */ /* Overlay */ /* ****************************** */ .overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .9); width: 100%; height: 100vh; display: none; justify-content: center; align-items: center; /* flex-direction: column; */ z-index: 10000; } .overlay.active { display:flex; } .overlay img { max-width: 100%; background-color: #dbd9d9; border-radius: 10px 0 0 10px; } .container-img { position: relative; display: flex; } .overlay #btn-close-popup { background: none; font-size: 20px; color: #fff; border: none; cursor: pointer; position: absolute; right: -10px; top: -15px; } .overlay .container-info { background-color: #dbd9d9; display: flex; flex-direction: column; min-width: 280px; } .overlay .container-info h3 { padding: 10px 20px 0; line-height: 36px; margin-top: 10px; } .overlay .container-info .tlf, .overlay .container-info .name { padding: 0 35px; font-size: 2em; line-height: 40px; } .overlay .container-info .icons-box { min-height: 50%; display: flex; justify-content: space-evenly; align-items: center; color: #fff; font-size: 4em; line-height: 0;; flex: 1; } .overlay .container-info .icons-box a.phone { color: #3b5998; } .overlay .container-info .icons-box a.whatsapp { font-size: 0.7em; width:62px; height:60px; background-color:#25d366; color:#FFF; border-radius:50px; display: flex; justify-content: center; align-items: center; } .overlay .container-info .icons-box a.whatsapp.hide { display: none; } /* ****************************** */ /* Boton Agregar */ /* ****************************** */ #btnAdd { display: flex; justify-content: flex-end; align-items: center; width: 120px; height: 50px; position: fixed; top: 90px; left: -72px; z-index: 99; background-color: #c13584; color: white; cursor: pointer; border-radius: 0 10px 10px 0; font-size: 1em; transition: left 0.3s ease-in-out; } #btnAdd > i { margin: 0 15px; } #btnAdd:hover { background-color: #c74d92; left: 0px; } #btnAdd.hide { left: -200px; } /* ****************************** */ /* Form */ /* ****************************** */ .card { max-width: 400px; width: 100%; position: relative; } #contact .form-control { font: 400 12px/16px Helvetica, Arial, sans-serif; } #contact { background: #F9F9F9; padding: 25px; /* margin: 120px 0; */ /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */ } #contact h3 { display: block; font-size: 30px; font-weight: 300; margin-bottom: 10px; } #contact h4 { margin: 5px 0 15px; display: block; font-size: 13px; font-weight: 400; } fieldset { border: medium none !important; margin: 0 0 10px; min-width: 100%; padding: 0; width: 100%; } #contact .form-control { width: 100%; border: 1px solid #ccc; background: #FFF; margin: 0 0 5px; padding: 10px; } #contact .form-control:hover { transition: border-color 0.3s ease-in-out; border: 1px solid #aaa; } #contact button[type="submit"] { cursor: pointer; width: 100%; /* border: none; */ background: #4CAF50; color: #FFF; margin: 0 0 5px; padding: 10px; font-size: 15px; } #contact button[type="submit"]:hover { background: #43A047; transition: background-color 0.3s ease-in-out; } #contact button[type="submit"]:active { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); } .copyright { text-align: center; } #contact input:focus, #contact textarea:focus { outline: 0; border: 1px solid #aaa; } ::-webkit-input-placeholder { color: #888; } :-moz-placeholder { color: #888; } ::-moz-placeholder { color: #888; } :-ms-input-placeholder { color: #888; } #contact input#name { text-transform: capitalize; } #contact .error { padding: 5px; border: 1px solid transparent; border-radius: 4px; border-color: #ebccd1; background: #f2dede; color: #a94442; line-height: 1.42857; font-size: 0.8em; text-align: center; display: none; transition: display .5s ease; } #contact .error.show { display: block; } .saving .btn-text { opacity: 1; -webkit-animation: 1s ease-in-out fadeOut infinite forwards; animation: 1s ease-in-out fadeOut infinite forwards; } @-webkit-keyframes fadeOut { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } /* ****************************** */ /* Overlay PopUp Borrar*/ /* ****************************** */ .overlay .container-popup { min-width: 40vw; min-height: 100px; background: #F9F9F9; border-radius: 4px; display: flex; flex-direction: column; text-align: center; -webkit-animation: popup 0.6s; animation: popup 0.6s; } .overlay .container-popup h3 { display: block; font-size: 25px; font-weight: 300; margin: 10px 25px; } .overlay .container-popup .botones { display: flex; justify-content: space-evenly; align-items: center; } .overlay .container-popup .botones .confirmar, .overlay .container-popup .botones .cancelar { cursor: pointer; width: 30%; border: none; background: #000; color: #FFF; margin: 15px 0; padding: 10px; font-size: 16px; } .overlay .container-popup .botones .confirmar { background: #25d366; color: #FFF; } .overlay .container-popup .botones .cancelar { background: #c13584; color: #FFF; } .overlay .container-popup .botones .cancelar:hover { background: #ca418f; } .overlay .container-popup .botones .confirmar:hover { background: #1fb456; } @-webkit-keyframes popup { 0% { transform: scale(0.5); } 50% { transform: scale(1); } 70% { transform: scale(1.2); } 80% { transform: scale(1); } 90% { transform: scale(1.1); } 100% { transform: scale(1); } } @keyframes popup { 0% { transform: scale(0.5); } 50% { transform: scale(1); } 70% { transform: scale(1.2); } 80% { transform: scale(1); } 90% { transform: scale(1.1); } 100% { transform: scale(1); } } /* ****************************** */ /* Boton Scroll Top */ /* ****************************** */ html { scroll-behavior: smooth; } #btnScroll { display: flex; justify-content: center; align-items: center; width: 60px; height: 0px; position: fixed; bottom: 20px; right: 30px; z-index: 99; background-color: #1da1f2; color: white; cursor: pointer; border-radius: 10px 10px 0 0; font-size: 0em; transition: 0.2s ease-in-out; } #btnScroll:hover { background-color: #36a7ee; } #btnScroll.activo { height: 40px; font-size: 1.3em; } /* ****************************** */ /* SVG Title */ /* ****************************** */ #logo { fill: transparent; -webkit-animation: fill 0.5s ease forwards 4.5s; animation: fill 0.5s ease forwards 4.5s; height: 45px; } #logo path { stroke:#000; stroke-width:2; } #logo path:nth-child(1) { stroke-dasharray: 261.08px; stroke-dashoffset: 261.08px; -webkit-animation: stroke 2s ease forwards; animation: stroke 2s ease forwards; } #logo path:nth-child(2) { stroke-dasharray: 327.07px; stroke-dashoffset: 327.07px; -webkit-animation: stroke 2s ease forwards 0.3s; animation: stroke 2s ease forwards 0.3s; } #logo path:nth-child(3) { stroke-dasharray: 227.61px; stroke-dashoffset: 227.61px; -webkit-animation: stroke 2s ease forwards 0.6s; animation: stroke 2s ease forwards 0.6s; } #logo path:nth-child(4) { stroke-dasharray: 326.72px; stroke-dashoffset: 326.72px; -webkit-animation: stroke 2s ease forwards 0.9s; animation: stroke 2s ease forwards 0.9s; } #logo path:nth-child(5) { stroke-dasharray: 107.66px; stroke-dashoffset: 107.66px; -webkit-animation: stroke 2s ease forwards 1.2s; animation: stroke 2s ease forwards 1.2s; } #logo path:nth-child(6) { stroke-dasharray: 365.46px; stroke-dashoffset: 365.46px; -webkit-animation: stroke 2s ease forwards 1.5s; animation: stroke 2s ease forwards 1.5s; } #logo path:nth-child(7) { stroke-dasharray: 308.17px; stroke-dashoffset: 308.17px; -webkit-animation: stroke 2s ease forwards 1.8s; animation: stroke 2s ease forwards 1.8s; } #logo path:nth-child(8) { stroke-dasharray: 308.17px; stroke-dashoffset: 308.17px; -webkit-animation: stroke 2s ease forwards 2.1s; animation: stroke 2s ease forwards 2.1s; } #logo path:nth-child(9) { stroke-dasharray: 325.94px; stroke-dashoffset: 325.94px; -webkit-animation: stroke 2s ease forwards 2.4s; animation: stroke 2s ease forwards 2.4s; } @-webkit-keyframes stroke{ to { stroke-dashoffset: 0; } } @keyframes stroke{ to { stroke-dashoffset: 0; } } @-webkit-keyframes fill { to { fill: #000; } } @keyframes fill { to { fill: #000; } } /* ****************************** */ /* Footer */ /* ****************************** */ footer .socials-networks { display: flex; align-content: center; justify-content: center; padding: 20px; flex-wrap: wrap; } footer .socials-networks a { display: block; width: 60px; height: 60px; background: #000; color: #fff; margin: 20px; text-align: center; border-radius: 100px; transition: .3s ease all; } footer .socials-networks .twitter { background: #1da1f2; } footer .socials-networks .facebook { background: #3b5998; } footer .socials-networks .instagram { background: #c13584; } footer .socials-networks a i{ font-size: 20px; line-height: 60px; } footer .icon-container:hover a { -webkit-animation: icono .5s ease; animation: icono .5s ease; } @-webkit-keyframes icono { from{ transform: rotate3d(0, 0, 0, 0); } to { transform: rotate3d(0, 1, 0, 360deg); } } @keyframes icono { from{ transform: rotate3d(0, 0, 0, 0); } to { transform: rotate3d(0, 1, 0, 360deg); } } footer .created { margin-bottom: 40px; text-align: center; font-size: 14px; color: #c13584; } footer .created a { color: #000; } footer .created a:hover { text-decoration: underline; } /* ****************************** */ /* Botones Footer */ /* ****************************** */ footer .ref-btns { display: flex; align-content: center; justify-content: center; padding: 20px 20px 28px; flex-wrap: wrap; } footer .ref-btns .btn { min-width: 180px; font-size: 0.8em; padding: 9px 0; border: 0; border-radius: 3px; outline: 0; transition: .3s ease all; color: #fff; margin: 20px; display: flex; align-items: center; justify-content: center; } footer .ref-btns .btn i { font-size: 2em; padding: 0 10px 0 5px; } footer .ref-btns .btn.mila { background: #EC407A; } footer .ref-btns .btn.dieguin { background: #0097A7; } footer .ref-btns .btn:hover { cursor: pointer; -webkit-animation: refs .5s ease; animation: refs .5s ease; } @-webkit-keyframes refs { from{ transform: rotate3d(0, 0, 0, 0); } to { transform: rotate3d(1, 0, 0, 360deg); } } @keyframes refs { from{ transform: rotate3d(0, 0, 0, 0); } to { transform: rotate3d(1, 0, 0, 360deg); } } /* ****************************** */ /* Media Queries */ /* ****************************** */ @media screen and ( max-width: 700px ) { .grid .item { width: calc(100% - 20px); } header { padding: 40px 0 30px; } #logo { height: 40px; } header .search-bar { width: 100%; } header .categories a { margin: 10px 15px; font-size: 14px; font-weight: 700; } footer .socials-networks a { width: 40px; height: 40px; } footer .socials-networks a i{ font-size: 20px; line-height: 40px; } .grid .item h2, .grid .item i { font-size: 1em; } #btnAdd { width: 100px; height: 35px; left: 0px; top: 83px; border-radius: 0 10px 10px 0; font-size: 0.8em; } #btnAdd > i { margin: 0 15px; } .container-img { width: 80%; } .overlay .container-info { min-width: 55%; } .overlay .container-info h3 { line-height: 10px; font-size: 0.8em; padding: 0 20px; margin-top: 14px; } .overlay .container-info .tlf, .overlay .container-info .name { font-size: 1em; line-height: 28px; } .overlay .container-info .icons-box { flex: 1; min-height: 30%; font-size: 3em; } .overlay .container-info .icons-box a.whatsapp { font-size: 0.6em; width:46px; height:46px; } .grid .item .iconitos { margin: 0 4px 0 0; } footer .ref-btns .btn { min-width: 130px; font-size: 0.7em; margin: 20px 10px; } footer .ref-btns .btn i { font-size: 1.5em; padding: 0 5px 0 2px; } } @media screen and ( max-width: 428px ) { .container { width: 100%; } header { padding: 20px 0 10px; } header .logo { margin-bottom: 35px; } header .logo p { font-size: 12px; } header form { margin-bottom: 5px; } header .search-bar { height: 35px; } header .categories a { margin: 10px 7px; } #logo { height: 35px; } footer .ref-btns .btn { min-width: 110px; font-size: 0.6em; margin: 10p 2px; padding: 5px 0; } footer .ref-btns .btn i { font-size: 1.9em; padding: 0 5px 0 0; } footer .created { margin-bottom: 25p; } #btnAdd { top: 58px; width: 75px; height: 28px; font-size: 0.7em; } #btnAdd i { margin: 0 10px 0 5px; } .card { width: 90%; } #contact h3{ font-size: 1.8em; margin-bottom: 5px; } #contact h4 { margin: 0 0 15px; font-size: 0.7em; } fieldset { margin: 0 0 5px; } #contact .form-control { padding: 5px 10px; height: 30px; } .copyright { font-size: 0.8em; } #contact button[type="submit"] { padding: 6px; } .overlay .container-popup { max-width: 90vw; } .overlay .container-popup h3 { font-size: 1em; margin: 10px 9px; } .overlay .container-popup .botones .confirmar, .overlay .container-popup .botones .cancelar { margin: 10px 0; padding: 5px 10px; font-size: 13px; } .grid .item h2, .grid .item i { font-size: 0.9em; } .container-img { width: 90%; flex-direction: column; } .overlay .container-info h3 { margin-top: 6px; } .overlay .container-info .icons-box { font-size: 2.6em; padding-bottom: 10px; } .overlay .container-info .icons-box a.whatsapp { width: 40px; height: 40px; } }
css/styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } html { background: #e8ded5 url(../img/ws-og.jpg) no-repeat center center fixed; background-size: cover; height: 100vh; } body{ font-family: 'Open Sans', sans-serif; } a { text-decoration: none; } .container { width: 90%; max-width: 750px; margin: auto; } .notyf { z-index: 999999; } /* ****************************** */ /* Header */ /* ****************************** */ header { padding: 40px 0; } header .logo { text-align: center; margin-bottom: 40px; } header .logo p { color: #9b9b9b; } header form { width: 100%; display: flex; justify-content: center; margin-bottom: 20px; } header .search-bar { width: 70%; height: 40px; line-height: 40px; background: #fff; padding: 0 20px; border-radius: 100px; border: none; text-align: center; font-size: 16px; } input:focus { outline: none; border: 1px solid #000; } header .categories { display: flex; justify-content: center; flex-wrap: wrap; } header .categories a { color: #9b9b9b; margin: 10px 20px; font-size: 18px; font-weight: 700; } header .categories a:focus { outline: none; } header .categories a.active { color: #000; } /* ****************************** */ /* Grid */ /* ****************************** */ .grid { position: relative; width: 100%; opacity: 0; transition: opacity 0.5s linear 1s; } .grid.images-load { opacity: 1; } .grid .item { position: absolute; display: block; padding: 0; margin: 5px 10px; width: calc(100% - 20px); } .grid .item-content { position: relative; background: #202020; border-radius: 5px; display: flex; align-items: center; } .grid .item img { width: 12%; cursor: pointer; vertical-align: top; transition: transform 0.2 ease-in-out; } .grid .item h2, .grid .item i { color: #fff; font-size: 2.5em; } .grid .item h2 { margin: 0 auto; } .grid .item i { /* margin: 0 15px 0 10px; */ font-size: 1.8em; padding: 0 10px 0 0; cursor: pointer; } .grid .item i:hover { transform: scale(1.3); } .grid .item .iconitos { margin: 0 15px 0 0; } /* ****************************** */ /* Overlay */ /* ****************************** */ .overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .9); width: 100%; height: 100vh; display: none; justify-content: center; align-items: center; /* flex-direction: column; */ z-index: 10000; } .overlay.active { display:flex; } .overlay img { max-width: 100%; background-color: #dbd9d9; border-radius: 10px 0 0 10px; } .container-img { position: relative; display: flex; } .overlay #btn-close-popup { background: none; font-size: 20px; color: #fff; border: none; cursor: pointer; position: absolute; right: -10px; top: -15px; } .overlay .container-info { background-color: #dbd9d9; display: flex; flex-direction: column; min-width: 280px; } .overlay .container-info h3 { padding: 10px 20px 0; line-height: 36px; margin-top: 10px; } .overlay .container-info .tlf, .overlay .container-info .name { padding: 0 35px; font-size: 2em; line-height: 40px; } .overlay .container-info .icons-box { min-height: 50%; display: flex; justify-content: space-evenly; align-items: center; color: #fff; font-size: 4em; line-height: 0;; flex: 1; } .overlay .container-info .icons-box a.phone { color: #3b5998; } .overlay .container-info .icons-box a.whatsapp { font-size: 0.7em; width:62px; height:60px; background-color:#25d366; color:#FFF; border-radius:50px; display: flex; justify-content: center; align-items: center; } .overlay .container-info .icons-box a.whatsapp.hide { display: none; } /* ****************************** */ /* Boton Agregar */ /* ****************************** */ #btnAdd { display: flex; justify-content: flex-end; align-items: center; width: 120px; height: 50px; position: fixed; top: 90px; left: -72px; z-index: 99; background-color: #c13584; color: white; cursor: pointer; border-radius: 0 10px 10px 0; font-size: 1em; transition: left 0.3s ease-in-out; } #btnAdd > i { margin: 0 15px; } #btnAdd:hover { background-color: #c74d92; left: 0px; } #btnAdd.hide { left: -200px; } /* ****************************** */ /* Form */ /* ****************************** */ .card { max-width: 400px; width: 100%; position: relative; } #contact .form-control { font: 400 12px/16px Helvetica, Arial, sans-serif; } #contact { background: #F9F9F9; padding: 25px; /* margin: 120px 0; */ /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */ } #contact h3 { display: block; font-size: 30px; font-weight: 300; margin-bottom: 10px; } #contact h4 { margin: 5px 0 15px; display: block; font-size: 13px; font-weight: 400; } fieldset { border: medium none !important; margin: 0 0 10px; min-width: 100%; padding: 0; width: 100%; } #contact .form-control { width: 100%; border: 1px solid #ccc; background: #FFF; margin: 0 0 5px; padding: 10px; } #contact .form-control:hover { transition: border-color 0.3s ease-in-out; border: 1px solid #aaa; } #contact button[type="submit"] { cursor: pointer; width: 100%; /* border: none; */ background: #4CAF50; color: #FFF; margin: 0 0 5px; padding: 10px; font-size: 15px; } #contact button[type="submit"]:hover { background: #43A047; transition: background-color 0.3s ease-in-out; } #contact button[type="submit"]:active { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); } .copyright { text-align: center; } #contact input:focus, #contact textarea:focus { outline: 0; border: 1px solid #aaa; } ::-webkit-input-placeholder { color: #888; } :-moz-placeholder { color: #888; } ::-moz-placeholder { color: #888; } :-ms-input-placeholder { color: #888; } #contact input#name { text-transform: capitalize; } #contact .error { padding: 5px; border: 1px solid transparent; border-radius: 4px; border-color: #ebccd1; background: #f2dede; color: #a94442; line-height: 1.42857; font-size: 0.8em; text-align: center; display: none; transition: display .5s ease; } #contact .error.show { display: block; } .saving .btn-text { opacity: 1; -webkit-animation: 1s ease-in-out fadeOut infinite forwards; animation: 1s ease-in-out fadeOut infinite forwards; } @-webkit-keyframes fadeOut { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } /* ****************************** */ /* Overlay PopUp Borrar*/ /* ****************************** */ .overlay .container-popup { min-width: 40vw; min-height: 100px; background: #F9F9F9; border-radius: 4px; display: flex; flex-direction: column; text-align: center; -webkit-animation: popup 0.6s; animation: popup 0.6s; } .overlay .container-popup h3 { display: block; font-size: 25px; font-weight: 300; margin: 10px 25px; } .overlay .container-popup .botones { display: flex; justify-content: space-evenly; align-items: center; } .overlay .container-popup .botones .confirmar, .overlay .container-popup .botones .cancelar { cursor: pointer; width: 30%; border: none; background: #000; color: #FFF; margin: 15px 0; padding: 10px; font-size: 16px; } .overlay .container-popup .botones .confirmar { background: #25d366; color: #FFF; } .overlay .container-popup .botones .cancelar { background: #c13584; color: #FFF; } .overlay .container-popup .botones .cancelar:hover { background: #ca418f; } .overlay .container-popup .botones .confirmar:hover { background: #1fb456; } @-webkit-keyframes popup { 0% { transform: scale(0.5); } 50% { transform: scale(1); } 70% { transform: scale(1.2); } 80% { transform: scale(1); } 90% { transform: scale(1.1); } 100% { transform: scale(1); } } @keyframes popup { 0% { transform: scale(0.5); } 50% { transform: scale(1); } 70% { transform: scale(1.2); } 80% { transform: scale(1); } 90% { transform: scale(1.1); } 100% { transform: scale(1); } } /* ****************************** */ /* Boton Scroll Top */ /* ****************************** */ html { scroll-behavior: smooth; } #btnScroll { display: flex; justify-content: center; align-items: center; width: 60px; height: 0px; position: fixed; bottom: 20px; right: 30px; z-index: 99; background-color: #1da1f2; color: white; cursor: pointer; border-radius: 10px 10px 0 0; font-size: 0em; transition: 0.2s ease-in-out; } #btnScroll:hover { background-color: #36a7ee; } #btnScroll.activo { height: 40px; font-size: 1.3em; } /* ****************************** */ /* SVG Title */ /* ****************************** */ #logo { fill: transparent; -webkit-animation: fill 0.5s ease forwards 4.5s; animation: fill 0.5s ease forwards 4.5s; height: 45px; } #logo path { stroke:#000; stroke-width:2; } #logo path:nth-child(1) { stroke-dasharray: 261.08px; stroke-dashoffset: 261.08px; -webkit-animation: stroke 2s ease forwards; animation: stroke 2s ease forwards; } #logo path:nth-child(2) { stroke-dasharray: 327.07px; stroke-dashoffset: 327.07px; -webkit-animation: stroke 2s ease forwards 0.3s; animation: stroke 2s ease forwards 0.3s; } #logo path:nth-child(3) { stroke-dasharray: 227.61px; stroke-dashoffset: 227.61px; -webkit-animation: stroke 2s ease forwards 0.6s; animation: stroke 2s ease forwards 0.6s; } #logo path:nth-child(4) { stroke-dasharray: 326.72px; stroke-dashoffset: 326.72px; -webkit-animation: stroke 2s ease forwards 0.9s; animation: stroke 2s ease forwards 0.9s; } #logo path:nth-child(5) { stroke-dasharray: 107.66px; stroke-dashoffset: 107.66px; -webkit-animation: stroke 2s ease forwards 1.2s; animation: stroke 2s ease forwards 1.2s; } #logo path:nth-child(6) { stroke-dasharray: 365.46px; stroke-dashoffset: 365.46px; -webkit-animation: stroke 2s ease forwards 1.5s; animation: stroke 2s ease forwards 1.5s; } #logo path:nth-child(7) { stroke-dasharray: 308.17px; stroke-dashoffset: 308.17px; -webkit-animation: stroke 2s ease forwards 1.8s; animation: stroke 2s ease forwards 1.8s; } #logo path:nth-child(8) { stroke-dasharray: 308.17px; stroke-dashoffset: 308.17px; -webkit-animation: stroke 2s ease forwards 2.1s; animation: stroke 2s ease forwards 2.1s; } #logo path:nth-child(9) { stroke-dasharray: 325.94px; stroke-dashoffset: 325.94px; -webkit-animation: stroke 2s ease forwards 2.4s; animation: stroke 2s ease forwards 2.4s; } @-webkit-keyframes stroke{ to { stroke-dashoffset: 0; } } @keyframes stroke{ to { stroke-dashoffset: 0; } } @-webkit-keyframes fill { to { fill: #000; } } @keyframes fill { to { fill: #000; } } /* ****************************** */ /* Footer */ /* ****************************** */ footer .socials-networks { display: flex; align-content: center; justify-content: center; padding: 20px; flex-wrap: wrap; } footer .socials-networks a { display: block; width: 60px; height: 60px; background: #000; color: #fff; margin: 20px; text-align: center; border-radius: 100px; transition: .3s ease all; } footer .socials-networks .twitter { background: #1da1f2; } footer .socials-networks .facebook { background: #3b5998; } footer .socials-networks .instagram { background: #c13584; } footer .socials-networks a i{ font-size: 20px; line-height: 60px; } footer .icon-container:hover a { -webkit-animation: icono .5s ease; animation: icono .5s ease; } @-webkit-keyframes icono { from{ transform: rotate3d(0, 0, 0, 0); } to { transform: rotate3d(0, 1, 0, 360deg); } } @keyframes icono { from{ transform: rotate3d(0, 0, 0, 0); } to { transform: rotate3d(0, 1, 0, 360deg); } } footer .created { margin-bottom: 40px; text-align: center; font-size: 14px; color: #c13584; } footer .created a { color: #000; } footer .created a:hover { text-decoration: underline; } /* ****************************** */ /* Botones Footer */ /* ****************************** */ footer .ref-btns { display: flex; align-content: center; justify-content: center; padding: 20px 20px 28px; flex-wrap: wrap; } footer .ref-btns .btn { min-width: 180px; font-size: 0.8em; padding: 9px 0; border: 0; border-radius: 3px; outline: 0; transition: .3s ease all; color: #fff; margin: 20px; display: flex; align-items: center; justify-content: center; } footer .ref-btns .btn i { font-size: 2em; padding: 0 10px 0 5px; } footer .ref-btns .btn.mila { background: #EC407A; } footer .ref-btns .btn.dieguin { background: #0097A7; } footer .ref-btns .btn:hover { cursor: pointer; -webkit-animation: refs .5s ease; animation: refs .5s ease; } @-webkit-keyframes refs { from{ transform: rotate3d(0, 0, 0, 0); } to { transform: rotate3d(1, 0, 0, 360deg); } } @keyframes refs { from{ transform: rotate3d(0, 0, 0, 0); } to { transform: rotate3d(1, 0, 0, 360deg); } } /* ****************************** */ /* Media Queries */ /* ****************************** */ @media screen and ( max-width: 700px ) { .grid .item { width: calc(100% - 20px); } header { padding: 40px 0 30px; } #logo { height: 40px; } header .search-bar { width: 100%; } header .categories a { margin: 10px 15px; font-size: 14px; font-weight: 700; } footer .socials-networks a { width: 40px; height: 40px; } footer .socials-networks a i{ font-size: 20px; line-height: 40px; } .grid .item h2, .grid .item i { font-size: 1em; } #btnAdd { width: 100px; height: 35px; left: 0px; top: 83px; border-radius: 0 10px 10px 0; font-size: 0.8em; } #btnAdd > i { margin: 0 15px; } .container-img { width: 80%; } .overlay .container-info { min-width: 55%; } .overlay .container-info h3 { line-height: 10px; font-size: 0.8em; padding: 0 20px; margin-top: 14px; } .overlay .container-info .tlf, .overlay .container-info .name { font-size: 1em; line-height: 28px; } .overlay .container-info .icons-box { flex: 1; min-height: 30%; font-size: 3em; } .overlay .container-info .icons-box a.whatsapp { font-size: 0.6em; width:46px; height:46px; } .grid .item .iconitos { margin: 0 4px 0 0; } footer .ref-btns .btn { min-width: 130px; font-size: 0.7em; margin: 20px 10px; } footer .ref-btns .btn i { font-size: 1.5em; padding: 0 5px 0 2px; } } @media screen and ( max-width: 428px ) { .container { width: 100%; } header { padding: 20px 0 10px; } header .logo { margin-bottom: 35px; } header .logo p { font-size: 12px; } header form { margin-bottom: 5px; } header .search-bar { height: 35px; } header .categories a { margin: 10px 7px; } #logo { height: 35px; } footer .ref-btns .btn { min-width: 110px; font-size: 0.6em; margin: 10p 2px; padding: 5px 0; } footer .ref-btns .btn i { font-size: 1.9em; padding: 0 5px 0 0; } footer .created { margin-bottom: 25p; } #btnAdd { top: 58px; width: 75px; height: 28px; font-size: 0.7em; } #btnAdd i { margin: 0 10px 0 5px; } .card { width: 90%; } #contact h3{ font-size: 1.8em; margin-bottom: 5px; } #contact h4 { margin: 0 0 15px; font-size: 0.7em; } fieldset { margin: 0 0 5px; } #contact .form-control { padding: 5px 10px; height: 30px; } .copyright { font-size: 0.8em; } #contact button[type="submit"] { padding: 6px; } .overlay .container-popup { max-width: 90vw; } .overlay .container-popup h3 { font-size: 1em; margin: 10px 9px; } .overlay .container-popup .botones .confirmar, .overlay .container-popup .botones .cancelar { margin: 10px 0; padding: 5px 10px; font-size: 13px; } .grid .item h2, .grid .item i { font-size: 0.9em; } .container-img { width: 90%; flex-direction: column; } .overlay .container-info h3 { margin-top: 6px; } .overlay .container-info .icons-box { font-size: 2.6em; padding-bottom: 10px; } .overlay .container-info .icons-box a.whatsapp { width: 40px; height: 40px; } }
0.212232
0.067393
.uki-dataTable-container { overflow: auto; } .uki-dataTable-header, .uki-dataTable-pack { border-spacing: 0; table-layout: fixed; } .uki-dataTable-pack { width: 100%; } .uki-dataTable-row { display: table-row; } .uki-dataTable-cell { border: none; padding: 2px 5px; margin: 0; height: 14px; font-size: 11px; line-height: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: default; } .uki-dataTable-row_selected { background-color: #3875D7; color: #FFF; } .uki-dataTable-row_selected .uki-dataTable-cell { padding-top: 1px; padding-bottom: 1px; border-top: 1px solid #2760C0; border-bottom: 1px solid #2760C0; } .uki-dataTable-row_selected + .uki-dataTable-row_selected .uki-dataTable-cell { border-top: none; padding-top: 2px; } .uki-dataList_blured .uki-dataTable-row_selected { background-color: #CCC; color: #000; } .uki-dataList_blured .uki-dataTable-row_selected .uki-dataTable-cell { border-color: #AAA; } .uki-dataTable-wrap { width: 100%; } .uki-dataTable-cell_number { text-align: right; } .uki-dataTable-header-container { box-shadow: 0 1px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1); z-index: 100; position: relative; background-color: #EFEFEF; border-bottom: 1px solid #999; overflow: hidden; cursor: default; } .uki-dataTable-header-cell { margin: 0; border-right: 1px solid #CCC; padding: 0 4px 0 5px; } .uki-dataTable-header-wrap { position: relative; } .uki-dataTable-header-text { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 2px 0; height: 14px; font-size: 11px; line-height: 14px; } .uki-dataTable-resizer { display: none; overflow: hidden; position: absolute; width: 5px; top: 0; right: -7px; height: 100%; text-indent: 1em; cursor: ew-resize; cursor: col-resize; } .uki-dataTable-header-cell_resizable .uki-dataTable-resizer { display: block; } .uki-dataTable-spacer { padding-left: 0; padding-right: 0; }
src/uki-view/view/dataTable/dataTable.css
.uki-dataTable-container { overflow: auto; } .uki-dataTable-header, .uki-dataTable-pack { border-spacing: 0; table-layout: fixed; } .uki-dataTable-pack { width: 100%; } .uki-dataTable-row { display: table-row; } .uki-dataTable-cell { border: none; padding: 2px 5px; margin: 0; height: 14px; font-size: 11px; line-height: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: default; } .uki-dataTable-row_selected { background-color: #3875D7; color: #FFF; } .uki-dataTable-row_selected .uki-dataTable-cell { padding-top: 1px; padding-bottom: 1px; border-top: 1px solid #2760C0; border-bottom: 1px solid #2760C0; } .uki-dataTable-row_selected + .uki-dataTable-row_selected .uki-dataTable-cell { border-top: none; padding-top: 2px; } .uki-dataList_blured .uki-dataTable-row_selected { background-color: #CCC; color: #000; } .uki-dataList_blured .uki-dataTable-row_selected .uki-dataTable-cell { border-color: #AAA; } .uki-dataTable-wrap { width: 100%; } .uki-dataTable-cell_number { text-align: right; } .uki-dataTable-header-container { box-shadow: 0 1px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1); z-index: 100; position: relative; background-color: #EFEFEF; border-bottom: 1px solid #999; overflow: hidden; cursor: default; } .uki-dataTable-header-cell { margin: 0; border-right: 1px solid #CCC; padding: 0 4px 0 5px; } .uki-dataTable-header-wrap { position: relative; } .uki-dataTable-header-text { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 2px 0; height: 14px; font-size: 11px; line-height: 14px; } .uki-dataTable-resizer { display: none; overflow: hidden; position: absolute; width: 5px; top: 0; right: -7px; height: 100%; text-indent: 1em; cursor: ew-resize; cursor: col-resize; } .uki-dataTable-header-cell_resizable .uki-dataTable-resizer { display: block; } .uki-dataTable-spacer { padding-left: 0; padding-right: 0; }
0.517815
0.100216
.tournament__start__pre-check-in-info { color: var(--text-lighter); font-size: var(--fonts-lg); font-weight: var(--bold); text-align: center; } .tournament__start__title { padding-block-end: var(--s-2); padding-inline-start: var(--s-1-5); text-transform: capitalize; } .tournament__start__container { display: flex; width: 100%; flex-direction: column; gap: var(--s-6); } .tournament__start__action-buttons__container { display: flex; align-items: center; justify-content: space-between; gap: var(--s-1-5); } .tournament__start__action-buttons__info { color: var(--theme-error); font-size: var(--fonts-xs); } .tournament__start__round-collections-container { display: flex; flex-direction: column; gap: var(--s-4); } .tournament__start__rounds-container { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } .tournament__start__round { padding: var(--s-4); background-color: var(--bg-lighter); border-radius: var(--rounded); } .tournament__start__best-of-buttons-container { display: flex; gap: var(--s-4); } .tournament__start__best-of { padding: 0; border-color: transparent; background-color: transparent; color: var(--text-lighter); font-size: var(--fonts-xs); font-weight: var(--semi-bold); } .tournament__start__best-of.active { color: var(--theme-secondary); font-weight: var(--bold); } .tournament__start__rounds-list { padding-top: var(--s-2); padding-left: 0; counter-reset: section; font-size: var(--fonts-sm); } .tournament__start__map-row { display: flex; align-items: center; padding-bottom: var(--s-1-5); gap: var(--s-2); } .tournament__start__map-row::before { color: var(--text-lighter); content: counter(section) "."; counter-increment: section; font-size: var(--fonts-xxs); font-weight: var(--bold); padding-inline: var(--s-1); } .tournament__start__round-card-buttons__container { display: flex; justify-content: center; gap: var(--s-4); padding-block-start: var(--s-4); } .tournament__start__mode-image { width: attr(width); }
app/styles/tournament-start.css
.tournament__start__pre-check-in-info { color: var(--text-lighter); font-size: var(--fonts-lg); font-weight: var(--bold); text-align: center; } .tournament__start__title { padding-block-end: var(--s-2); padding-inline-start: var(--s-1-5); text-transform: capitalize; } .tournament__start__container { display: flex; width: 100%; flex-direction: column; gap: var(--s-6); } .tournament__start__action-buttons__container { display: flex; align-items: center; justify-content: space-between; gap: var(--s-1-5); } .tournament__start__action-buttons__info { color: var(--theme-error); font-size: var(--fonts-xs); } .tournament__start__round-collections-container { display: flex; flex-direction: column; gap: var(--s-4); } .tournament__start__rounds-container { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } .tournament__start__round { padding: var(--s-4); background-color: var(--bg-lighter); border-radius: var(--rounded); } .tournament__start__best-of-buttons-container { display: flex; gap: var(--s-4); } .tournament__start__best-of { padding: 0; border-color: transparent; background-color: transparent; color: var(--text-lighter); font-size: var(--fonts-xs); font-weight: var(--semi-bold); } .tournament__start__best-of.active { color: var(--theme-secondary); font-weight: var(--bold); } .tournament__start__rounds-list { padding-top: var(--s-2); padding-left: 0; counter-reset: section; font-size: var(--fonts-sm); } .tournament__start__map-row { display: flex; align-items: center; padding-bottom: var(--s-1-5); gap: var(--s-2); } .tournament__start__map-row::before { color: var(--text-lighter); content: counter(section) "."; counter-increment: section; font-size: var(--fonts-xxs); font-weight: var(--bold); padding-inline: var(--s-1); } .tournament__start__round-card-buttons__container { display: flex; justify-content: center; gap: var(--s-4); padding-block-start: var(--s-4); } .tournament__start__mode-image { width: attr(width); }
0.536313
0.074973
ion-nav-view, .pane { background:url(../img/back1.png) no-repeat center top fixed !important; } .menu { background:url(../img/slide-bg.jpg) no-repeat !important; } .item-complex .item-content, .item-radio .item-content { padding: 0px !important; } .ion-side-menu .item-complex .item-content { padding: 0px !important; } .recuerda-slide-menu { background-color: rgba(0, 0, 0, 0.39); padding-left: 10px; color: white !important; border-bottom: 1px solid #537A77; height: 50px; line-height: 50px; font-family: cursive; } .bar-stable .button.button-clear , .bar.bar-stable .title { color: #000000 !important; font-weight: bold !important; } .font-size-18 { font-size: 18px; } .no-padding { padding: 0px !important; } .extra-margin-top { margin-top: 15px; } /* New styles */ .login-page-title { background-color: rgba(255, 0, 0, 0.25); border-radius: 20px; text-align: center; margin-top: 20px; font-size: 22px; font-family: cursive; } .default-priority { opacity: 0.5; color: black; } .highlight-priority { color: lime !important; opacity: 1 !important; font-size: 20px !important; } .list-inset.sylabus-text { margin: 0px; height: 35px; } .sylabus-text .item-input { margin-top: -10px; } .text-style{ padding-left: 10px !important; border: 3px solid lightgrey !important; } .textarea-style{ padding-left: 10px !important; height:70px; border: 3px solid lightgrey !important; } .image-style{ margin-right: 10px; } .home-user-img { border-radius: 50%; } .link-image{ float:right; border-radius:50%; } .row.border-style { border-style: solid; border-width:1px; border-color:white; } .header-side-menu-scroll.space{ margin-top:30px; } .home-notification-title { background: #5414de; color: white !important; border-radius: 10px 10px 0px 0px; } .home-notification-title.red { background: red; } .home-notification-description { background: rgba(84, 20, 222, 0.22); border-radius: 0px 0px 10px 10px; margin-bottom: 10px; padding-top: 10px !important; } .col.search-icon{ text-align: right; } .full-border { border: 1px solid; } .home-detail-page { font-weight: bold; } .each-news-row { border-bottom: 2px solid rgba(176, 130, 202, 0.38); margin-bottom: 10px; } .img-align{ text-align: right; } .rstyle { color: red; } .bcolorinput { background-color: #999999; } .lettercolor { background-color: #000033 !important; border-color: red; } .bcolor { background-color: #333366; } body { font-family : arial; } .sidebar { position : absolute; top : 0; left : -250px; transition : 100ms left; background-color: #444; height: 100% !important; z-index: 9999999999999999999999999; } #navigation-toggle { position: fixed; left: 0px; color: white; text-decoration: none; background: url(../img/menu_icon.png) no-repeat !important; display: block; width: 30px; margin-left: 5px; margin-top: 5px; } .show { left : 0; } .navigation { list-style : none; padding : 0; margin : 0; } .navigation-items a { display : block; background-color : #444; color : white; line-height : 2em; text-decoration : none; padding : 10px 30px; width : 250px; } .navigation-items a:hover { background-color : #222; } .navigation-items img { margin-left: 10px !important; } .newbcolorforbutton{ border-color: #000033 !important; background-color: #000033 !important; color: #fff !important; } .navbarcreater{ background-color: #404040; } .tablecreater{ border-collapse: collapse; width: 100%; text-align: left; padding: 8px; background-color: #00994d; color: white; } .tablerows{ border-collapse: collapse; width: 100%; text-align: left; padding: 8px; background-color: #00e673; color: white; }
css/basic-style.css
ion-nav-view, .pane { background:url(../img/back1.png) no-repeat center top fixed !important; } .menu { background:url(../img/slide-bg.jpg) no-repeat !important; } .item-complex .item-content, .item-radio .item-content { padding: 0px !important; } .ion-side-menu .item-complex .item-content { padding: 0px !important; } .recuerda-slide-menu { background-color: rgba(0, 0, 0, 0.39); padding-left: 10px; color: white !important; border-bottom: 1px solid #537A77; height: 50px; line-height: 50px; font-family: cursive; } .bar-stable .button.button-clear , .bar.bar-stable .title { color: #000000 !important; font-weight: bold !important; } .font-size-18 { font-size: 18px; } .no-padding { padding: 0px !important; } .extra-margin-top { margin-top: 15px; } /* New styles */ .login-page-title { background-color: rgba(255, 0, 0, 0.25); border-radius: 20px; text-align: center; margin-top: 20px; font-size: 22px; font-family: cursive; } .default-priority { opacity: 0.5; color: black; } .highlight-priority { color: lime !important; opacity: 1 !important; font-size: 20px !important; } .list-inset.sylabus-text { margin: 0px; height: 35px; } .sylabus-text .item-input { margin-top: -10px; } .text-style{ padding-left: 10px !important; border: 3px solid lightgrey !important; } .textarea-style{ padding-left: 10px !important; height:70px; border: 3px solid lightgrey !important; } .image-style{ margin-right: 10px; } .home-user-img { border-radius: 50%; } .link-image{ float:right; border-radius:50%; } .row.border-style { border-style: solid; border-width:1px; border-color:white; } .header-side-menu-scroll.space{ margin-top:30px; } .home-notification-title { background: #5414de; color: white !important; border-radius: 10px 10px 0px 0px; } .home-notification-title.red { background: red; } .home-notification-description { background: rgba(84, 20, 222, 0.22); border-radius: 0px 0px 10px 10px; margin-bottom: 10px; padding-top: 10px !important; } .col.search-icon{ text-align: right; } .full-border { border: 1px solid; } .home-detail-page { font-weight: bold; } .each-news-row { border-bottom: 2px solid rgba(176, 130, 202, 0.38); margin-bottom: 10px; } .img-align{ text-align: right; } .rstyle { color: red; } .bcolorinput { background-color: #999999; } .lettercolor { background-color: #000033 !important; border-color: red; } .bcolor { background-color: #333366; } body { font-family : arial; } .sidebar { position : absolute; top : 0; left : -250px; transition : 100ms left; background-color: #444; height: 100% !important; z-index: 9999999999999999999999999; } #navigation-toggle { position: fixed; left: 0px; color: white; text-decoration: none; background: url(../img/menu_icon.png) no-repeat !important; display: block; width: 30px; margin-left: 5px; margin-top: 5px; } .show { left : 0; } .navigation { list-style : none; padding : 0; margin : 0; } .navigation-items a { display : block; background-color : #444; color : white; line-height : 2em; text-decoration : none; padding : 10px 30px; width : 250px; } .navigation-items a:hover { background-color : #222; } .navigation-items img { margin-left: 10px !important; } .newbcolorforbutton{ border-color: #000033 !important; background-color: #000033 !important; color: #fff !important; } .navbarcreater{ background-color: #404040; } .tablecreater{ border-collapse: collapse; width: 100%; text-align: left; padding: 8px; background-color: #00994d; color: white; } .tablerows{ border-collapse: collapse; width: 100%; text-align: left; padding: 8px; background-color: #00e673; color: white; }
0.359139
0.098555
@tailwind base; /* Write your own custom base styles here */ /* Start purging... */ @tailwind components; /* Stop purging. */ /* Write you own custom component styles here */ /* Start purging... */ @tailwind utilities; /* Stop purging. */ /* Your own custom utilities */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap'); html { scroll-behavior: smooth; } .navbar { position: sticky; z-index: 10; top: 0; backdrop-filter: saturate(180%) blur(20px); } @supports not (backdrop-filter: none) { .navbar { backdrop-filter: none; @apply bg-opacity-100; } } .remark-highlight pre { @apply overflow-x-auto px-5 py-2 rounded-md border border-gray-200 bg-gray-50 dark:border-gray-700 dark:bg-gray-900; } .remark-highlight img { /* Don't apply styles to next/image */ @apply m-0; } .token.comment, .token.prolog, .token.doctype, .token.cdata { @apply text-gray-700 dark:text-gray-300; } .token.punctuation { @apply text-gray-700 dark:text-gray-300; } .token.property, .token.tag, .token.constant, .token.symbol, .token.deleted { color: #f92672; } .token.boolean, .token.number { color: #ff80f4; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #a6e22e; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable { @apply text-yellow-500; } .token.atrule, .token.attr-value, .token.function { color: #66d9ef; } .token.keyword { color: #f92672; } .token.regex, .token.important { color: #fd971f; } code[class*='language-'], pre[class*='language-'] { @apply text-gray-800 dark:text-gray-50; } pre::-webkit-scrollbar { display: none; } pre { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } code { @apply text-gray-800 dark:text-gray-200 border px-1 py-0.5 border-gray-100 dark:border-gray-800 rounded-md bg-gray-100 dark:bg-gray-900; } a code { @apply text-blue-400 hover:text-blue-600 dark:text-blue-400 dark:hover:text-blue-600; } .remark-highlight pre code { @apply p-0 border-none bg-transparent; } .remark-code-title { @apply px-5 py-3 font-mono text-sm font-bold text-gray-800 bg-gray-200 border border-b-0 border-gray-200 rounded-t dark:text-gray-200 dark:border-gray-700 dark:bg-gray-800; } .remark-code-title + .remark-highlight pre { @apply mt-0 rounded-t-none; } .stackblitz-embed { @apply w-full h-96; } .anchor { @apply absolute invisible; margin-left: -1em; padding-right: 0.5em; width: 80%; max-width: 700px; cursor: pointer; } .anchor:hover { @apply visible no-underline; } .anchor:after { @apply text-gray-300 dark:text-gray-700; content: '#'; } *:hover > .anchor { @apply visible no-underline; } .icon .icon-link { position: relative; top: 200px; } table { @apply text-base border-separate w-full bg-gray-50 dark:bg-gray-900; border-spacing: 0; } thead, tbody { @apply text-gray-800 dark:text-gray-50; } th, td { @apply p-2 border border-gray-200 dark:border-gray-700; } tr:first-child th:first-child { @apply rounded-tl-md; } tr:first-child th:last-child { @apply rounded-tr-md; } tr:last-child td:first-child { @apply rounded-bl-md; } tr:last-child td:last-child { @apply rounded-br-md; }
styles/index.css
@tailwind base; /* Write your own custom base styles here */ /* Start purging... */ @tailwind components; /* Stop purging. */ /* Write you own custom component styles here */ /* Start purging... */ @tailwind utilities; /* Stop purging. */ /* Your own custom utilities */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap'); html { scroll-behavior: smooth; } .navbar { position: sticky; z-index: 10; top: 0; backdrop-filter: saturate(180%) blur(20px); } @supports not (backdrop-filter: none) { .navbar { backdrop-filter: none; @apply bg-opacity-100; } } .remark-highlight pre { @apply overflow-x-auto px-5 py-2 rounded-md border border-gray-200 bg-gray-50 dark:border-gray-700 dark:bg-gray-900; } .remark-highlight img { /* Don't apply styles to next/image */ @apply m-0; } .token.comment, .token.prolog, .token.doctype, .token.cdata { @apply text-gray-700 dark:text-gray-300; } .token.punctuation { @apply text-gray-700 dark:text-gray-300; } .token.property, .token.tag, .token.constant, .token.symbol, .token.deleted { color: #f92672; } .token.boolean, .token.number { color: #ff80f4; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #a6e22e; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable { @apply text-yellow-500; } .token.atrule, .token.attr-value, .token.function { color: #66d9ef; } .token.keyword { color: #f92672; } .token.regex, .token.important { color: #fd971f; } code[class*='language-'], pre[class*='language-'] { @apply text-gray-800 dark:text-gray-50; } pre::-webkit-scrollbar { display: none; } pre { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } code { @apply text-gray-800 dark:text-gray-200 border px-1 py-0.5 border-gray-100 dark:border-gray-800 rounded-md bg-gray-100 dark:bg-gray-900; } a code { @apply text-blue-400 hover:text-blue-600 dark:text-blue-400 dark:hover:text-blue-600; } .remark-highlight pre code { @apply p-0 border-none bg-transparent; } .remark-code-title { @apply px-5 py-3 font-mono text-sm font-bold text-gray-800 bg-gray-200 border border-b-0 border-gray-200 rounded-t dark:text-gray-200 dark:border-gray-700 dark:bg-gray-800; } .remark-code-title + .remark-highlight pre { @apply mt-0 rounded-t-none; } .stackblitz-embed { @apply w-full h-96; } .anchor { @apply absolute invisible; margin-left: -1em; padding-right: 0.5em; width: 80%; max-width: 700px; cursor: pointer; } .anchor:hover { @apply visible no-underline; } .anchor:after { @apply text-gray-300 dark:text-gray-700; content: '#'; } *:hover > .anchor { @apply visible no-underline; } .icon .icon-link { position: relative; top: 200px; } table { @apply text-base border-separate w-full bg-gray-50 dark:bg-gray-900; border-spacing: 0; } thead, tbody { @apply text-gray-800 dark:text-gray-50; } th, td { @apply p-2 border border-gray-200 dark:border-gray-700; } tr:first-child th:first-child { @apply rounded-tl-md; } tr:first-child th:last-child { @apply rounded-tr-md; } tr:last-child td:first-child { @apply rounded-bl-md; } tr:last-child td:last-child { @apply rounded-br-md; }
0.407923
0.048159
div.PowerBalance { position: absolute; top: 3vh; left: 3vh; text-align: center; } div.StakeNewFighter { position: absolute; top: 3vh; right: 3vh; } div.PowerBalanceSegment { background-color: rgba(255, 204, 149, 0.7) !important; border: 1px solid rgba(255, 255, 255, 0.15) !important; } div.PowerBalance h3 { margin-bottom: 20px !important; } p.PowerBalanceLabel { margin-top: 20px !important; margin-bottom: 5px !important; font-size: 0.8rem; } div.FightMessage { text-align: center; background-color: rgba(0, 0, 0, 0.6) !important; color: white; } div.FightMessage.HaveWinner { margin-left: 30vw; } .Fighter { position: absolute; left: 0; bottom: 3vh; } .FighterSvg { height: 78vh; } div.PowerBar { height: 20px; left: 0; top: 17vh; position: absolute; width: 10vw; transform: translateX(-50%); border: 2px solid white; background-color: white; } div.PowerBar > span { display: block; height: 100%; position: relative; overflow: hidden; background-image: url("/fighters/powerbar.png"); z-index: 1; background-size: 10vw 20px; } img.FighterCrown { position: absolute; left: 0; top: 6.7vh; transform: translateX(-50%); height: 3vh; } .Fighter h1 { position: absolute; left: 0; top: 11vh; transform: translateX(-50%); } .Fighter h1 > img { background-color: white !important; max-height: 42px !important; max-width: 42px !important; margin-top: 0 !important; margin-bottom: 11px !important; margin-right: 10px !important; border: 2px solid rgba(0, 0, 0, 0.8); } .Fighter button { position: absolute; left: 0; top: 11vh; transform: translateX(-50%); z-index: 1; } .Fighter .PowerBarAmount { font-size: 0.6rem; height: 20px; left: 0; top: 17vh; position: absolute; width: 10vw; transform: translateX(-50%); border: 2px solid white; background-color: rgba(255, 255, 255, 0.6); text-align: center; color: #797979; } .FightFinished { font-size: 1.5rem; line-height: 1.5rem; color: #fff477; text-shadow: -1px -1px 0 rgb(255, 98, 0), 1px -1px 0 rgb(255, 98, 0), -1px 1px 0 rgb(255, 98, 0), 3px 3px 0 #005af5, 4px 4px 0 #005af5; margin-bottom: 1rem; } .NextFight { font-size: 1rem; line-height: 1.5rem; color: #fff477; text-shadow: -1px -1px 0 rgb(255, 98, 0), 1px -1px 0 rgb(255, 98, 0), -1px 1px 0 rgb(255, 98, 0), 3px 3px 0 #005af5, 4px 4px 0 #005af5; }
www-app/src/views/FightPage.css
div.PowerBalance { position: absolute; top: 3vh; left: 3vh; text-align: center; } div.StakeNewFighter { position: absolute; top: 3vh; right: 3vh; } div.PowerBalanceSegment { background-color: rgba(255, 204, 149, 0.7) !important; border: 1px solid rgba(255, 255, 255, 0.15) !important; } div.PowerBalance h3 { margin-bottom: 20px !important; } p.PowerBalanceLabel { margin-top: 20px !important; margin-bottom: 5px !important; font-size: 0.8rem; } div.FightMessage { text-align: center; background-color: rgba(0, 0, 0, 0.6) !important; color: white; } div.FightMessage.HaveWinner { margin-left: 30vw; } .Fighter { position: absolute; left: 0; bottom: 3vh; } .FighterSvg { height: 78vh; } div.PowerBar { height: 20px; left: 0; top: 17vh; position: absolute; width: 10vw; transform: translateX(-50%); border: 2px solid white; background-color: white; } div.PowerBar > span { display: block; height: 100%; position: relative; overflow: hidden; background-image: url("/fighters/powerbar.png"); z-index: 1; background-size: 10vw 20px; } img.FighterCrown { position: absolute; left: 0; top: 6.7vh; transform: translateX(-50%); height: 3vh; } .Fighter h1 { position: absolute; left: 0; top: 11vh; transform: translateX(-50%); } .Fighter h1 > img { background-color: white !important; max-height: 42px !important; max-width: 42px !important; margin-top: 0 !important; margin-bottom: 11px !important; margin-right: 10px !important; border: 2px solid rgba(0, 0, 0, 0.8); } .Fighter button { position: absolute; left: 0; top: 11vh; transform: translateX(-50%); z-index: 1; } .Fighter .PowerBarAmount { font-size: 0.6rem; height: 20px; left: 0; top: 17vh; position: absolute; width: 10vw; transform: translateX(-50%); border: 2px solid white; background-color: rgba(255, 255, 255, 0.6); text-align: center; color: #797979; } .FightFinished { font-size: 1.5rem; line-height: 1.5rem; color: #fff477; text-shadow: -1px -1px 0 rgb(255, 98, 0), 1px -1px 0 rgb(255, 98, 0), -1px 1px 0 rgb(255, 98, 0), 3px 3px 0 #005af5, 4px 4px 0 #005af5; margin-bottom: 1rem; } .NextFight { font-size: 1rem; line-height: 1.5rem; color: #fff477; text-shadow: -1px -1px 0 rgb(255, 98, 0), 1px -1px 0 rgb(255, 98, 0), -1px 1px 0 rgb(255, 98, 0), 3px 3px 0 #005af5, 4px 4px 0 #005af5; }
0.533884
0.088151
.wrapper, body { background-color: #222222; color: #9b9b9b; } .bg-white { background-color: #1d1d1d !important; color: #9b9b9b; } .accordion .panel .panel--heading a.collapsed, .blog-entry .entry--more a:hover, .blog-entry .entry--title h4 a, .entry--share .share--title, .entry--share a, .entry-prev-next a, .entry-related .entry--title a, .entry-widget .entry-widget-title h4, .feature-panel .feature--content h3, .heading .heading--subtitle, .member .member-info h5, .number-panel .number--content h3, .skills .progress-title .title, .testimonial-panel .testimonial--meta h4, .widget .widget--title h5, .widget-categories ul li a, .widget-recent-posts .entry .entry-title a, .widget-tags a, ul.comments-list .comment-body .comment h6, .quote-author, .countdown-amount, .count-box .counting, .cta-3 h3, .banner-panel h3, ul.icon-list li i, .pricing-panel .pricing--heading p, .pie-chart .skill-name h6, .tabs .nav-tabs > li > a, .widget-recent-products .product .product-title a, .portfolio-filter li a, .portfolio-item .portfolio--title h4 a, .portfolio-item .portfolio--cat a, .portfolio-single .portfolio--title h3, .portfolio-single .portfolio--list ul li span, .portfolio-single .portfolio--share span, .portfolio--prev-next .portfolio--bio a, .portfolio--prev-next .portfolio--icon a, .portfolio-single .portfolio--prev-next:after, .cart-product-name h6, .cart-table thead tr th, .cart-shiping h6, .cart-total-amount h6, .product--content .product--title a, .product--content .product--cat a, .shop-product .product-title h3, .shop-product .product-details h5, .shop-product .product-quantity .qua, .shop-product .product-share h5, .shop-product .product-related-title h5, .landing-demos .portfolio-title h4 { color: #f9f9f9; } .blog-entry .entry--more a:hover:after { background-color: #f9f9f9; } .h1, .h2, .h3, .h4, .h5, .h6, .heading .heading--title, h1, h2, h3, h4, h5, h6 { color: #ffffff; } .blog-entry, .entry-prev-next, .entry-widget, .sidebar, .pricing-panel, .testimonial-2 .testimonial-panel { -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1); -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1); box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1); background-color: #1d1d1d; } .accordion .panel--heading .accordion-toggle.collapsed:after, .accordion.accordion-1 .panel, .entry-prev-next:after, .form-control, .widget-search .form-search, .blockquote-3, .pricing-panel .pricing--heading, .tabs .nav-tabs > li > a:focus, .tabs .nav-tabs > li > a:hover, .tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:focus, .tabs .nav-tabs > li.active > a:hover, .tabs-2.tabs .nav-tabs > li > a:focus, .tabs-2.tabs .nav-tabs > li > a:hover, .tabs-2.tabs .nav-tabs > li.active > a, .tabs-2.tabs .nav-tabs > li.active > a:focus, .tabs-2.tabs .nav-tabs > li.active > a:hover, .tabs-vertical.tabs .nav-tabs > li > a:focus, .tabs-vertical.tabs .nav-tabs > li > a:hover, .tabs-vertical.tabs .nav-tabs > li.active > a, .tabs-vertical.tabs .nav-tabs > li.active > a:focus, .tabs-vertical.tabs .nav-tabs > li.active > a:hover, .timeline:before, .portfolio-single .portfolio--list, .portfolio-single .portfolio--share, .cart-table .table, .cart-table thead, .cart-shiping, .cart-total-amount, .product-tabs .nav-tabs, .product-tabs { background-color: #222222; } .clients-2 .row-clients .client:before { background-color: #f9f9f9; } .widget-tags a { border-color: #f9f9f9; } .cart-table .table, .cart-table thead tr th, .cart-table tbody tr td { border-color: #f9f9f9; } .entry--share, ul.comments-list ul.comment-children, .portfolio-single hr.divider { border-top-color: #222222; } ul.comments-list li, .tabs .nav-tabs { border-bottom-color: #222222; } .blockquote-1 { border-left-color: #f9f9f9; } .tabs-vertical.tabs .nav-tabs { border-right-color: #2222; } .btn--secondary { background-color: #f9f9f9; border-color: #f9f9f9; color: #222222; } .btn--bordered.btn--secondary { color: #f9f9f9; border-color: #f9f9f9; background-color: transparent; } .btn--bordered.btn--secondary:active, .btn--bordered.btn--secondary:focus, .btn--bordered.btn--secondary:hover { color: #222222; background-color: #f9f9f9; border-color: #f9f9f9; } .btn--link.btn--secondary { color: #f9f9f9; background-color: transparent; border-color: transparent } .banner-panel.bg-section h3 { color: #222; } .number-panel .num { color: rgba(255,255,255,.3) } .bg-white .timeline--item .timeline--item-content h3:before { background-color: #1d1d1d } .timeline--item .timeline--item-content h3:before { background-color: #222 } .btn--primary:active, .btn--primary:focus, .btn--primary:hover { background-color: #f9f9f9; border-color: #f9f9f9; color: #dd543d; } .product-tabs .nav-tabs > li > a { color: #f9f9f9 !important } .skills .progress { background-color: #363636 } .module-side-nav .widget-categories ul li a, .module-side-nav .widget .widget--title h5, .module-side-nav .widget-recent-posts .entry .entry-title a, .module-side-nav .widget-tags a { color: #333333; } .module-side-nav .widget-tags a { border-color: #333333; } .module-side-nav .widget-categories ul li a:hover, .module-side-nav .widget-recent-posts .entry .entry-title a:hover, .module-side-nav .widget-tags a:hover { color: #dd543d; } .module-side-nav .widget-tags a:hover { border-color: #dd543d; color: #ffffff } .carousel-dots .owl-controls .owl-dots .owl-dot span { background-color: #ffffff; border-color: #333333; opacity: .3; } .carousel-dots .owl-controls .owl-dots .owl-dot.active span { -moz-box-shadow: 0 0 0 2px #ffff; -webkit-box-shadow: 0 0 0 2px #fff; box-shadow: 0 0 0 2px #fff; } .portfolio-item .portfolio--hover .portfolio--action { background-color: rgba(0, 0, 0, 0.9); } .page-dark .header-fixed .affix { background-color: #222; } .page-dark .header-fixed .navbar.affix .logo-light { display: inline-block; } .page-dark .header-fixed .navbar.affix .logo-dark { display: none; } .page-dark .header-fixed .navbar.affix .module .module-icon i, .page-dark .header-fixed .navbar.affix .navbar-nav > li > a { color: #fff; } .page-dark .header-fixed .navbar.affix .navbar-nav > li > .menu-item:hover::before, .page-dark .header-fixed .navbar.affix .navbar-nav > li.active > .menu-item:before { background-color: #fff; }
assets/css/style-dark.css
.wrapper, body { background-color: #222222; color: #9b9b9b; } .bg-white { background-color: #1d1d1d !important; color: #9b9b9b; } .accordion .panel .panel--heading a.collapsed, .blog-entry .entry--more a:hover, .blog-entry .entry--title h4 a, .entry--share .share--title, .entry--share a, .entry-prev-next a, .entry-related .entry--title a, .entry-widget .entry-widget-title h4, .feature-panel .feature--content h3, .heading .heading--subtitle, .member .member-info h5, .number-panel .number--content h3, .skills .progress-title .title, .testimonial-panel .testimonial--meta h4, .widget .widget--title h5, .widget-categories ul li a, .widget-recent-posts .entry .entry-title a, .widget-tags a, ul.comments-list .comment-body .comment h6, .quote-author, .countdown-amount, .count-box .counting, .cta-3 h3, .banner-panel h3, ul.icon-list li i, .pricing-panel .pricing--heading p, .pie-chart .skill-name h6, .tabs .nav-tabs > li > a, .widget-recent-products .product .product-title a, .portfolio-filter li a, .portfolio-item .portfolio--title h4 a, .portfolio-item .portfolio--cat a, .portfolio-single .portfolio--title h3, .portfolio-single .portfolio--list ul li span, .portfolio-single .portfolio--share span, .portfolio--prev-next .portfolio--bio a, .portfolio--prev-next .portfolio--icon a, .portfolio-single .portfolio--prev-next:after, .cart-product-name h6, .cart-table thead tr th, .cart-shiping h6, .cart-total-amount h6, .product--content .product--title a, .product--content .product--cat a, .shop-product .product-title h3, .shop-product .product-details h5, .shop-product .product-quantity .qua, .shop-product .product-share h5, .shop-product .product-related-title h5, .landing-demos .portfolio-title h4 { color: #f9f9f9; } .blog-entry .entry--more a:hover:after { background-color: #f9f9f9; } .h1, .h2, .h3, .h4, .h5, .h6, .heading .heading--title, h1, h2, h3, h4, h5, h6 { color: #ffffff; } .blog-entry, .entry-prev-next, .entry-widget, .sidebar, .pricing-panel, .testimonial-2 .testimonial-panel { -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1); -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1); box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1); background-color: #1d1d1d; } .accordion .panel--heading .accordion-toggle.collapsed:after, .accordion.accordion-1 .panel, .entry-prev-next:after, .form-control, .widget-search .form-search, .blockquote-3, .pricing-panel .pricing--heading, .tabs .nav-tabs > li > a:focus, .tabs .nav-tabs > li > a:hover, .tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:focus, .tabs .nav-tabs > li.active > a:hover, .tabs-2.tabs .nav-tabs > li > a:focus, .tabs-2.tabs .nav-tabs > li > a:hover, .tabs-2.tabs .nav-tabs > li.active > a, .tabs-2.tabs .nav-tabs > li.active > a:focus, .tabs-2.tabs .nav-tabs > li.active > a:hover, .tabs-vertical.tabs .nav-tabs > li > a:focus, .tabs-vertical.tabs .nav-tabs > li > a:hover, .tabs-vertical.tabs .nav-tabs > li.active > a, .tabs-vertical.tabs .nav-tabs > li.active > a:focus, .tabs-vertical.tabs .nav-tabs > li.active > a:hover, .timeline:before, .portfolio-single .portfolio--list, .portfolio-single .portfolio--share, .cart-table .table, .cart-table thead, .cart-shiping, .cart-total-amount, .product-tabs .nav-tabs, .product-tabs { background-color: #222222; } .clients-2 .row-clients .client:before { background-color: #f9f9f9; } .widget-tags a { border-color: #f9f9f9; } .cart-table .table, .cart-table thead tr th, .cart-table tbody tr td { border-color: #f9f9f9; } .entry--share, ul.comments-list ul.comment-children, .portfolio-single hr.divider { border-top-color: #222222; } ul.comments-list li, .tabs .nav-tabs { border-bottom-color: #222222; } .blockquote-1 { border-left-color: #f9f9f9; } .tabs-vertical.tabs .nav-tabs { border-right-color: #2222; } .btn--secondary { background-color: #f9f9f9; border-color: #f9f9f9; color: #222222; } .btn--bordered.btn--secondary { color: #f9f9f9; border-color: #f9f9f9; background-color: transparent; } .btn--bordered.btn--secondary:active, .btn--bordered.btn--secondary:focus, .btn--bordered.btn--secondary:hover { color: #222222; background-color: #f9f9f9; border-color: #f9f9f9; } .btn--link.btn--secondary { color: #f9f9f9; background-color: transparent; border-color: transparent } .banner-panel.bg-section h3 { color: #222; } .number-panel .num { color: rgba(255,255,255,.3) } .bg-white .timeline--item .timeline--item-content h3:before { background-color: #1d1d1d } .timeline--item .timeline--item-content h3:before { background-color: #222 } .btn--primary:active, .btn--primary:focus, .btn--primary:hover { background-color: #f9f9f9; border-color: #f9f9f9; color: #dd543d; } .product-tabs .nav-tabs > li > a { color: #f9f9f9 !important } .skills .progress { background-color: #363636 } .module-side-nav .widget-categories ul li a, .module-side-nav .widget .widget--title h5, .module-side-nav .widget-recent-posts .entry .entry-title a, .module-side-nav .widget-tags a { color: #333333; } .module-side-nav .widget-tags a { border-color: #333333; } .module-side-nav .widget-categories ul li a:hover, .module-side-nav .widget-recent-posts .entry .entry-title a:hover, .module-side-nav .widget-tags a:hover { color: #dd543d; } .module-side-nav .widget-tags a:hover { border-color: #dd543d; color: #ffffff } .carousel-dots .owl-controls .owl-dots .owl-dot span { background-color: #ffffff; border-color: #333333; opacity: .3; } .carousel-dots .owl-controls .owl-dots .owl-dot.active span { -moz-box-shadow: 0 0 0 2px #ffff; -webkit-box-shadow: 0 0 0 2px #fff; box-shadow: 0 0 0 2px #fff; } .portfolio-item .portfolio--hover .portfolio--action { background-color: rgba(0, 0, 0, 0.9); } .page-dark .header-fixed .affix { background-color: #222; } .page-dark .header-fixed .navbar.affix .logo-light { display: inline-block; } .page-dark .header-fixed .navbar.affix .logo-dark { display: none; } .page-dark .header-fixed .navbar.affix .module .module-icon i, .page-dark .header-fixed .navbar.affix .navbar-nav > li > a { color: #fff; } .page-dark .header-fixed .navbar.affix .navbar-nav > li > .menu-item:hover::before, .page-dark .header-fixed .navbar.affix .navbar-nav > li.active > .menu-item:before { background-color: #fff; }
0.41941
0.081849
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .App { color: black; background-color: white } .darkApp { color: white; background-color: black } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } #root { display: flex; align-items: center; justify-content: center; width: 100%; } .nav-bar { height: 30px; background-color: #51068f; font-family: Rockwell Extra Bold } .list { font-size: 14px; line-height: 1 } h1 { font-family: Rockwell Extra Bold; color: rgb(36, 156, 192); } h2 { font-family: Rockwell; color: rgb(36, 156, 192); } h3 { font-family: Rockwell; color: rgb(36, 156, 192); } h4 { font-family: Rockwell; color: rgb(36, 156, 192); } h5 { font-family: Rockwell; color: rgb(36, 156, 192); } h6 { font-family: Rockwell; color: rgb(36, 156, 192); } a:link { font-weight: bold; color: #51068f } a:visited { font-weight: bold; color: #51068f } a:hover { font-weight: bold; color: #51068f; text-decoration: none } .game-container { width: 1000px; height: 475px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .game-card { width: 150px; height: 120px; margin: 5px; transition: transform 1s; transform-style: preserve-3d; } .game-card:hover { transform: scale(1.05) } .game-card:active { transform: rotateY(180deg) scale(1.05); } .card-front, .card-back { position: absolute; height: inherit; width: inherit; backface-visibility: hidden; background-size: 100% 100%; } .card-front { box-shadow: 5px 5px 10px; box-shadow: 5px 5px 10px rgb(55, 55, 55, 0.85); } .card-front:hover { filter: grayscale(0%); } .card-back { background-image: url("https://previews.123rf.com/images/karenr/karenr1602/karenr160200075/53466382-purple-and-white-question-mark-symbol-pattern-repeat-background-that-is-seamless-and-repeats.jpg"); box-shadow: 5px 5px 10px; box-shadow: 5px 5px 10px rgb(55, 55, 55, 0.85); } .input:invalid { border: 3px solid red; }
memory-mania-frontend/src/index.css
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .App { color: black; background-color: white } .darkApp { color: white; background-color: black } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } #root { display: flex; align-items: center; justify-content: center; width: 100%; } .nav-bar { height: 30px; background-color: #51068f; font-family: Rockwell Extra Bold } .list { font-size: 14px; line-height: 1 } h1 { font-family: Rockwell Extra Bold; color: rgb(36, 156, 192); } h2 { font-family: Rockwell; color: rgb(36, 156, 192); } h3 { font-family: Rockwell; color: rgb(36, 156, 192); } h4 { font-family: Rockwell; color: rgb(36, 156, 192); } h5 { font-family: Rockwell; color: rgb(36, 156, 192); } h6 { font-family: Rockwell; color: rgb(36, 156, 192); } a:link { font-weight: bold; color: #51068f } a:visited { font-weight: bold; color: #51068f } a:hover { font-weight: bold; color: #51068f; text-decoration: none } .game-container { width: 1000px; height: 475px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .game-card { width: 150px; height: 120px; margin: 5px; transition: transform 1s; transform-style: preserve-3d; } .game-card:hover { transform: scale(1.05) } .game-card:active { transform: rotateY(180deg) scale(1.05); } .card-front, .card-back { position: absolute; height: inherit; width: inherit; backface-visibility: hidden; background-size: 100% 100%; } .card-front { box-shadow: 5px 5px 10px; box-shadow: 5px 5px 10px rgb(55, 55, 55, 0.85); } .card-front:hover { filter: grayscale(0%); } .card-back { background-image: url("https://previews.123rf.com/images/karenr/karenr1602/karenr160200075/53466382-purple-and-white-question-mark-symbol-pattern-repeat-background-that-is-seamless-and-repeats.jpg"); box-shadow: 5px 5px 10px; box-shadow: 5px 5px 10px rgb(55, 55, 55, 0.85); } .input:invalid { border: 3px solid red; }
0.405213
0.116061
html { font-family: 'Open Sans', sans-serif; color: #222; font-size: 14px; line-height: 20px; background: #667a90; font-weight: 600; } fieldset { border: 0; margin: 0; padding: 0; } input[type='number'] { -moz-appearance:textfield; } .wrapper{ position: relative; margin: 200px 300px; } .back-side{ position: absolute; padding: 30px 35px; width: 440px; height: 245px; top:35px; left:140px; background-color: #d9d9d9; border-radius: 8px; z-index: 1; } .back-content{ margin: 115px 0 50px 350px; min-height: 50px; } .front-side{ position: absolute; padding: 30px 35px; width: 440px; z-index: 200; background-color: #f1f1f1; border-radius: 8px; box-shadow: 3px 3px 4px rgba(199,199,199,1); } .logo{ position: absolute; top:50px; left:380px; z-index: 400; } input{ padding: 10px; border: 2px solid #d1d9dc; border-radius: 4px; } .card-number{ width: 285px; margin-bottom: 13px; } .card-month, .card-year{ float:left; width: 90px; margin: 5px 0; border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .card-name{ width:400px; margin-top: 5px; } .num-spin-down{ margin:26px 5px 10px -42px; float:left; background: url('../img/spin.png') #fff 50% -95% no-repeat; height: 20px; width: 35px; border-right: 2px solid #d1d9dc; border-bottom: 2px solid #d1d9dc; border-bottom-right-radius: 5px; cursor: pointer; } .num-spin-up{ margin:5px 5px 10px 0; float:left; background: url('../img/spin.png') #fff 50% 195% no-repeat; height: 20px; width: 35px; border: 2px solid #d1d9dc; border-left: none; border-bottom: none; border-top-right-radius: 5px; cursor: pointer; } .num-spin-up:active{ background-color: #f0f0f0; opacity: 0.6; } .num-spin-down:active{ background-color: #f0f0f0; opacity: 0.6; } .cvc-number{ width: 60px; margin: 5px 0; } .cvc-text{ display: block; width: 80px; min-height: 40px; font-size: 12px; font-weight: 500; line-height: 14px; } .rectangle{ position: absolute; right: 0; margin-top: 30px; width: 140px; height: 65px; background: black; } @-moz-document url-prefix() { .num-spin-down { height: 21px; } } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; }
css/main.css
html { font-family: 'Open Sans', sans-serif; color: #222; font-size: 14px; line-height: 20px; background: #667a90; font-weight: 600; } fieldset { border: 0; margin: 0; padding: 0; } input[type='number'] { -moz-appearance:textfield; } .wrapper{ position: relative; margin: 200px 300px; } .back-side{ position: absolute; padding: 30px 35px; width: 440px; height: 245px; top:35px; left:140px; background-color: #d9d9d9; border-radius: 8px; z-index: 1; } .back-content{ margin: 115px 0 50px 350px; min-height: 50px; } .front-side{ position: absolute; padding: 30px 35px; width: 440px; z-index: 200; background-color: #f1f1f1; border-radius: 8px; box-shadow: 3px 3px 4px rgba(199,199,199,1); } .logo{ position: absolute; top:50px; left:380px; z-index: 400; } input{ padding: 10px; border: 2px solid #d1d9dc; border-radius: 4px; } .card-number{ width: 285px; margin-bottom: 13px; } .card-month, .card-year{ float:left; width: 90px; margin: 5px 0; border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .card-name{ width:400px; margin-top: 5px; } .num-spin-down{ margin:26px 5px 10px -42px; float:left; background: url('../img/spin.png') #fff 50% -95% no-repeat; height: 20px; width: 35px; border-right: 2px solid #d1d9dc; border-bottom: 2px solid #d1d9dc; border-bottom-right-radius: 5px; cursor: pointer; } .num-spin-up{ margin:5px 5px 10px 0; float:left; background: url('../img/spin.png') #fff 50% 195% no-repeat; height: 20px; width: 35px; border: 2px solid #d1d9dc; border-left: none; border-bottom: none; border-top-right-radius: 5px; cursor: pointer; } .num-spin-up:active{ background-color: #f0f0f0; opacity: 0.6; } .num-spin-down:active{ background-color: #f0f0f0; opacity: 0.6; } .cvc-number{ width: 60px; margin: 5px 0; } .cvc-text{ display: block; width: 80px; min-height: 40px; font-size: 12px; font-weight: 500; line-height: 14px; } .rectangle{ position: absolute; right: 0; margin-top: 30px; width: 140px; height: 65px; background: black; } @-moz-document url-prefix() { .num-spin-down { height: 21px; } } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; }
0.49707
0.083479
@font-face { font-family: "Noto Sans"; font-style: normal; font-display: swap; font-weight: 400; src: url("fonts/NotoSans-Regular.woff2") format("woff2"), url("fonts/NotoSans-Regular.woff") format("woff"); } @font-face { font-family: "Noto Sans"; font-style: italic; font-display: swap; font-weight: 400; src: url("fonts/NotoSans-Italic.woff2") format("woff2"), url("fonts/NotoSans-Italic.woff") format("woff"); } @font-face { font-family: "Noto Sans"; font-style: normal; font-display: swap; font-weight: 500; src: url("fonts/NotoSans-Medium.woff2") format("woff2"), url("fonts/NotoSans-Medium.woff") format("woff"); } @font-face { font-family: "Noto Sans"; font-style: normal; font-display: swap; font-weight: 600; src: url("fonts/NotoSans-SemiBold.woff2") format("woff2"), url("fonts/NotoSans-SemiBold.woff") format("woff"); } body { margin: 0; font-family: "Noto Sans", "Arial", sans-serif; font-size: 16px; line-height: 24px; color: #283c54; min-width: 1280px; } .visually-hidden { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; } .container { width: 1170px; margin: 0 auto; padding-left: 98px; padding-right: 98px; } .main-nav { display: flex; align-items: center; padding-top: 20px; padding-bottom: 20px; } .site-navigation { display: flex; flex-wrap: wrap; padding: 0 0 10px 0; margin: 0 40px 0 auto; list-style: none; } .site-navigation-item { margin-right: 30px; } .site-navigation-item:last-child { margin-right: 0; } .site-navigation-item a { font-weight: 600; font-size: 14px; line-height: 18px; letter-spacing: 0.03em; text-transform: uppercase; color: #163152; text-decoration: none; } .site-navigation-item a:hover, .site-navigation-item a:focus { opacity: 0.7; } .site-navigation-item a:active { opacity: 0.5; } .signin:hover, .signin:focus { opacity: 0.7; } .signin:active { opacity: 0.5; } .section h2 { display: flex; flex-direction: column; align-items: center; margin: 0 0 45px 0; font-weight: 600; font-size: 24px; line-height: 34px; color: #163152; } .section h2::after { content: ""; margin-top: 10px; border-bottom: 2px solid #00c6bd; } .main-screen { display: grid; grid-template-columns: repeat(12, 70px); grid-template-rows: repeat(3, auto); grid-column-gap: 30px; padding-top: 25px; } .main-screen h2 { grid-row: 1 / 3; grid-column: 2 / 6; z-index: 1; margin: 0; font-style: italic; font-weight: normal; font-size: 44px; line-height: 80px; letter-spacing: 0.03em; color: #163152; text-transform: uppercase; } .main-screen h2 span { color: #fdfdff; } .slider { grid-row: 2 / 4; grid-column: 1 / 12; display: flex; width: 1070px; overflow: hidden; } .slider-buttons { display: flex; grid-row: 3 / 4; grid-column: 9 / 12; margin-left: auto; } .slider-button { width: 98px; height: 76px; background-image: url("../img/main-page/main-screen/arrow.svg"); background-position: center; background-repeat: no-repeat; background-color: #fdfdff; border: none; box-sizing: border-box; cursor: pointer; } .slider-button-next { transform: scale(-1, 1); } .slider-button:hover, .slider-button:focus { opacity: 0.7; } .slider-button:active { opacity: 0.5; } .more { display: flex; align-items: center; grid-row: 3 / 4; grid-column: 2 / 4; margin-bottom: 15px; font-weight: 600; font-size: 10px; line-height: 14px; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; color: #fdfdff; } .more::after { content: ""; width: 31px; height: 31px; border: 1px solid #fdfdff; border-radius: 50%; margin-left: 15px; background-image: url("../img/main-page/main-screen/arrow-down.svg"); background-position: center; background-repeat: no-repeat; box-sizing: border-box; } .more:hover, .more:focus { opacity: 0.7; } .more:active { opacity: 0.5; } .main-screen-nav-list { grid-row: 1 / -1; grid-column: 12 / -1; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; } .main-screen-nav-item { margin-bottom: 20px; } .main-screen-nav-item:last-child { margin-bottom: 0; } .main-screen-nav-item a { font-weight: 600; font-size: 14px; line-height: 18px; letter-spacing: 0.03em; text-transform: uppercase; color: #163152; text-decoration: none; writing-mode: vertical-rl; } .main-screen-nav-item a:hover, .main-screen-nav-item a:focus { opacity: 0.7; } .main-screen-nav-item a:active { opacity: 0.5; } .events { padding-top: 115px; } .events-articles { padding: 0; margin: 0; list-style: none; } .events-article { display: flex; margin-bottom: 120px; } .events-article-text { padding: 45px 70px 10px; } .events-article-img { order: 2; } .events-article-more { order: 1; } .events-article h3 { display: flex; flex-direction: column; margin: 10px 0 20px 0; font-weight: 600; line-height: 34px; color: #163152; } .events-article h3::after { content: ""; width: 130px; margin-top: 10px; border-bottom: 2px solid #00c6bd; } .events-article > div { display: flex; flex-direction: column; } .events-article time { font-weight: 600; font-size: 14px; line-height: 18px; letter-spacing: 0.03em; text-transform: uppercase; color: #163152; } .events-article p { margin: 0; font-size: 16px; line-height: 24px; color: #283c54; } .events-more { width: 58px; height: 58px; margin: auto 70px 45px 20px; border: 1px solid #163152; border-radius: 50%; background-image: url("../img/main-page/event1/arrow.svg"); background-position: center; background-repeat: no-repeat; box-sizing: border-box; } .events-more:hover, .events-more:focus { opacity: 0.7; } .events-more:active { opacity: 0.5; } .events-article-reverse { display: flex; text-align: right; } .events-article-reverse h3 { align-items: flex-end; } .events-article-reverse .events-more { transform: scale(-1, 1); margin: auto 20px 45px 70px; } .events-article-reverse .events-article-img { order: 0; } .events-article-reverse .events-article-more { order: 1; } .events-article-reverse .events-article-text { order: 2; } .services { padding-top: 5px; padding-bottom: 20px; } .services h2::after { width: 140px; } .rent-list { display: flex; flex-wrap: wrap; padding: 0; margin: 40px 0 0 0; list-style: none; } .rent-item { width: 370px; margin-right: 30px; background-color: #fdfdff; box-shadow: 0 4px 30px rgba(22, 49, 82, 0.12); } .rent-item:last-child { margin-right: 0; } .item-card { padding: 30px 30px 15px; } .item-card h3 { margin: 0 0 20px 0; font-weight: 500; font-size: 20px; line-height: 27px; color: #163152; text-align: center; } .item-description { margin: 10px 0 15px 0; font-size: 14px; line-height: 24px; color: #283c54; } .item-features { padding: 0; margin: 0; list-style: none; } .item-features li { position: relative; padding-left: 15px; line-height: 19px; font-size: 14px; color: #283c54; } .item-features li::before { content: ""; position: absolute; top: 8px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #00c6bd; } .item-price { display: flex; justify-content: space-between; font-weight: 500; line-height: 25px; font-size: 18px; color: #163152; } .gallery { padding-top: 90px; padding-bottom: 20px; } .gallery h2::after { width: 170px; } .item-list { position: relative; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 0; margin: 50px 70px 0; list-style: none; width: 1030px; height: 360px; overflow: hidden; } .item video { width: 400px; height: 265px; } .play { position: absolute; display: none; width: 60px; height: 60px; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; background-color: #fdfdff; background-image: url("../img/main-page/gallery/play.svg"); background-position: 50% 50%; background-repeat: no-repeat; border: none; box-sizing: border-box; cursor: pointer; } .play:hover, .play:focus { opacity: 0.7; } .play:active { opacity: 0.5; } .item-active { position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%, -50%); } .item-active video { width: 630px; height: 360px; } .item-active .play { display: block; } .hotel-services { display: grid; grid-template-columns: 430px 1fr; grid-template-rows: repeat(3, auto); padding-top: 100px; padding-bottom: 20px; padding-left: 70px; } .hotel-services h2 { align-items: flex-start; margin-bottom: 25px; } .hotel-services h2::after { width: 130px; } .hotel-services > p { grid-column: 1 / 2; margin: 0 50px 20px 0; font-size: 16px; line-height: 24px; color: #283c54; } .hotel-services img { grid-column: 1 / 2; } .hotel-services-list { grid-row: 1 / -1; grid-column: 2 / 3; display: grid; grid-template-columns: repeat(2, auto); grid-gap: 50px 25px; list-style: none; padding: 0; margin: 0 0 0 100px; } .hotel-services-item { position: relative; width: 255px; padding-top: 75px; } .hotel-services-item::before { content: ""; position: absolute; top: 0; left: 0; width: 60px; height: 60px; border: 1px solid #00c6bd; border-radius: 50%; box-sizing: border-box; } .hotel-services-item-dish::before { background-image: url("../img/main-page/hotel-services/Vectorfood.png"); background-position: center; background-repeat: no-repeat; } .hotel-services-item-drinks::before { background-image: url("../img/main-page/hotel-services/Vectordrinks.png"); background-position: center; background-repeat: no-repeat; } .hotel-services-item-bed::before { background-image: url("../img/main-page/hotel-services/double_bed.png"); background-position: center; background-repeat: no-repeat; } .hotel-services-item-help::before { background-image: url("../img/main-page/hotel-services/hands.png"); background-position: center; background-repeat: no-repeat; } .hotel-services-item h3 { margin: 0 0 10px 0; font-weight: 500; font-size: 18px; line-height: 24px; color: #163152; } .hotel-services-item p { margin: 0; font-size: 16px; line-height: 24px; color: #283c54; } .news { padding-top: 100px; padding-bottom: 45px; } .news h2::after { width: 110px; } .news-list { display: grid; grid-template-columns: repeat(2, auto); gap: 25px 30px; padding: 0; margin: 0; list-style: none; } .news-item-big { grid-row: span 2; } .news-article { display: grid; width: 370px; background-color: #fdfdff; box-shadow: 0 4px 30px rgba(22, 49, 82, 0.12); } .news-item-big .news-article { width: 770px; } .news-article-img { margin: 0; grid-row-start: 1; } .news-article-img figcaption { margin: 5px 20px 0 20px; font-weight: 600; font-size: 12px; line-height: 14px; color: rgba(40, 60, 84, 0.5); } .news-article h3 { margin: 15px 0 10px 20px; font-weight: 600; font-size: 16px; line-height: 19px; color: #163152; } .news-article p { margin: 0 20px 5px 20px; font-size: 14px; line-height: 18px; height: 55px; color: #283c54; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .news-article a { color: inherit; text-decoration: none; } .news-article a:hover { opacity: 0.7; } .news-article a:active { opacity: 0.5; } .news-article-footer { display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: "img author share" "img time share"; align-items: center; grid-column-gap: 10px; padding: 15px 20px 20px; font-size: 12px; line-height: 16px; } .news-article-author-img { grid-area: img; width: 37px; height: 37px; border-radius: 50%; } .news-article-footer a { font-weight: 600; } .news-article-footer a:hover { opacity: 0.7; } .news-article-footer a:active { opacity: 0.5; } .news-article-footer time { color: rgba(40, 60, 84, 0.5); } .news-share { grid-area: share; width: 17px; height: 17px; background-image: url("../img/main-page/news/share.svg"); background-position: center; background-repeat: no-repeat; } .table { padding-top: 75px; padding-bottom: 20px; } .table h2 { align-items: flex-start; } .table h2::after { width: 370px; } .competition-table { border-collapse: collapse; width: 100%; margin-bottom: 25px; } .competition-table th { padding: 20px; font-weight: 600; font-size: 16px; line-height: 22px; color: #163152; text-align: left; vertical-align: top; } .competition-table tr:nth-child(even) { background-color: #f5f5f7; } .competition-table td { padding: 17px 20px; font-size: 16px; line-height: 22px; color: #283c54; } .form { padding-top: 105px; padding-bottom: 20px; } .form-wrapper { display: flex; } .form-column:first-child { padding-left: 70px; padding-right: 70px; } .form h2 { align-items: flex-start; margin-bottom: 20px; font-weight: 600; font-size: 24px; line-height: 36px; } .form h2::after { width: 270px; } .form p { margin: 0 0 30px 0; font-size: 16px; line-height: 22px; color: #283C54; } .feedback-form { display: flex; flex-direction: column; } .feedback-form button { padding: 13px 30px; margin-top: 10px; color: #FDFDFF; background-color: #00C6BD; font-weight: 600; font-size: 16px; line-height: 22px; border:none; } .feedback-form label { font-weight: 600; font-size: 16px; line-height: 22px; color: #283C54; margin-bottom: 10px; } .feedback-form input { border: 1px solid #163152; font-size: 16px; line-height: 22px; color: #283C54; font-weight: inherit; margin-bottom: 20px; padding: 10px; } .feedback-form input::placeholder { opacity: 0.4; } .feedback-form .checkbox-label { display: flex; align-items: center; font-weight: normal; margin-top: 12px; font-size: 12px; line-height: 16px; color: #283C54; } .feedback-form .checkbox-label::before { content: ""; width: 19px; height: 19px; margin: 1px 10px 1px 1px; outline: 1px solid rgba(22, 49, 82, 0.15); box-sizing: border-box; } .feedback-form input[type="checkbox"]:checked + .checkbox-label::before { background-color: #00C6BD; border: 3px solid #ffffff; } .contacts { padding-top: 90px; padding-bottom: 115px; } .contacts-wrapper { display: flex; flex-direction: row-reverse; justify-content: flex-end; } .contacts-column { margin-right: 100px; } .contacts h2 { align-items: flex-start; margin-top: 50px; margin-bottom: 20px; font-weight: 600; font-size: 24px; line-height: 34px; } .contacts h2::after { width: 100px; } .contacts-list { margin: 0; } .contacts-list div:not(:last-child) { display: flex; margin-bottom: 15px; } .contacts-name { margin-right: 10px; font-weight: 600; font-size: 16px; line-height: 22px; color: #163152; } .contacts-value { margin: 0; font-size: 16px; line-height: 22px; color: #283C54; } .contacts-value address { font-style: normal; } .contacts-value a { color: inherit; text-decoration: none; } .social-list { display: flex; flex-wrap: wrap; align-items: flex-start; padding: 0; margin: 15px 0 0 0; list-style: none; } .social-list-item { margin-right: 15px; } .social-list-item:last-child { margin-right: 0; } .social-list-item a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #00C6BD; box-sizing: border-box; } .social-list-item a:hover, .social-list-item a:focus { opacity: 0.7; } .social-list-item a:active { opacity: 0.5; } .main-page-footer { display: flex; padding-top: 60px; padding-bottom: 60px; padding-left: 0; border-top: 1px solid rgba(22, 49, 82, 0.1); } .main-page-footer-column { width: 240px; margin-right: 60px; display: flex; flex-direction: column; } .main-page-footer-logotype { margin-bottom: auto; } .main-page-footer-links { padding: 0; margin: 0; display: flex; } .main-page-footer-links div { display: flex; flex-direction: column; margin-right: 141px; } .main-page-footer-links div:last-child { margin-right: 0; } .main-page-footer-links dt { padding: 0; margin: 0 0 10px 0; font-weight: 600; font-size: 14px; line-height: 18px; letter-spacing: 0.03em; text-transform: uppercase; color: #163152; } .main-page-footer-links dd { padding: 0; margin: 0; } .main-page-footer-links-list { list-style: none; padding: 0; margin: 0; } .main-page-footer-links-list li { margin-bottom: 5px; } .main-page-footer-link { font-size: 14px; line-height: 19px; color: #283C54; text-decoration: none; } .main-page-footer-link:hover, .main-page-footer-link:focus { opacity: 0.7; } .main-page-footer-link:active { opacity: 0.5; } .policy, .copyright { font-size: 10px; line-height: 14px; color: #283C54; } .policy { text-decoration: none; } .policy:hover, .policy:focus { opacity: 0.7; } .policy:active { opacity: 0.5; } .copyright { margin: 8px 0; } /* News Page Styles */ .breadcrumb-nav { display: flex; flex-wrap: wrap; align-items: flex-start; padding: 0; margin: 10px 0 35px 0; list-style: none; } .breadcrumb-nav-link { font-weight: 600; font-size: 14px; line-height: 18px; color: #163152; text-decoration: none; } .breadcrumb-nav-link.active { opacity: 0.4; } .breadcrumb-nav-link:hover { opacity: 0.7; } .breadcrumb-nav-link:not(.active)::after { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-left: 10px; margin-right: 10px; background-color: #00C6BD; }
css/style.css
@font-face { font-family: "Noto Sans"; font-style: normal; font-display: swap; font-weight: 400; src: url("fonts/NotoSans-Regular.woff2") format("woff2"), url("fonts/NotoSans-Regular.woff") format("woff"); } @font-face { font-family: "Noto Sans"; font-style: italic; font-display: swap; font-weight: 400; src: url("fonts/NotoSans-Italic.woff2") format("woff2"), url("fonts/NotoSans-Italic.woff") format("woff"); } @font-face { font-family: "Noto Sans"; font-style: normal; font-display: swap; font-weight: 500; src: url("fonts/NotoSans-Medium.woff2") format("woff2"), url("fonts/NotoSans-Medium.woff") format("woff"); } @font-face { font-family: "Noto Sans"; font-style: normal; font-display: swap; font-weight: 600; src: url("fonts/NotoSans-SemiBold.woff2") format("woff2"), url("fonts/NotoSans-SemiBold.woff") format("woff"); } body { margin: 0; font-family: "Noto Sans", "Arial", sans-serif; font-size: 16px; line-height: 24px; color: #283c54; min-width: 1280px; } .visually-hidden { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; } .container { width: 1170px; margin: 0 auto; padding-left: 98px; padding-right: 98px; } .main-nav { display: flex; align-items: center; padding-top: 20px; padding-bottom: 20px; } .site-navigation { display: flex; flex-wrap: wrap; padding: 0 0 10px 0; margin: 0 40px 0 auto; list-style: none; } .site-navigation-item { margin-right: 30px; } .site-navigation-item:last-child { margin-right: 0; } .site-navigation-item a { font-weight: 600; font-size: 14px; line-height: 18px; letter-spacing: 0.03em; text-transform: uppercase; color: #163152; text-decoration: none; } .site-navigation-item a:hover, .site-navigation-item a:focus { opacity: 0.7; } .site-navigation-item a:active { opacity: 0.5; } .signin:hover, .signin:focus { opacity: 0.7; } .signin:active { opacity: 0.5; } .section h2 { display: flex; flex-direction: column; align-items: center; margin: 0 0 45px 0; font-weight: 600; font-size: 24px; line-height: 34px; color: #163152; } .section h2::after { content: ""; margin-top: 10px; border-bottom: 2px solid #00c6bd; } .main-screen { display: grid; grid-template-columns: repeat(12, 70px); grid-template-rows: repeat(3, auto); grid-column-gap: 30px; padding-top: 25px; } .main-screen h2 { grid-row: 1 / 3; grid-column: 2 / 6; z-index: 1; margin: 0; font-style: italic; font-weight: normal; font-size: 44px; line-height: 80px; letter-spacing: 0.03em; color: #163152; text-transform: uppercase; } .main-screen h2 span { color: #fdfdff; } .slider { grid-row: 2 / 4; grid-column: 1 / 12; display: flex; width: 1070px; overflow: hidden; } .slider-buttons { display: flex; grid-row: 3 / 4; grid-column: 9 / 12; margin-left: auto; } .slider-button { width: 98px; height: 76px; background-image: url("../img/main-page/main-screen/arrow.svg"); background-position: center; background-repeat: no-repeat; background-color: #fdfdff; border: none; box-sizing: border-box; cursor: pointer; } .slider-button-next { transform: scale(-1, 1); } .slider-button:hover, .slider-button:focus { opacity: 0.7; } .slider-button:active { opacity: 0.5; } .more { display: flex; align-items: center; grid-row: 3 / 4; grid-column: 2 / 4; margin-bottom: 15px; font-weight: 600; font-size: 10px; line-height: 14px; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; color: #fdfdff; } .more::after { content: ""; width: 31px; height: 31px; border: 1px solid #fdfdff; border-radius: 50%; margin-left: 15px; background-image: url("../img/main-page/main-screen/arrow-down.svg"); background-position: center; background-repeat: no-repeat; box-sizing: border-box; } .more:hover, .more:focus { opacity: 0.7; } .more:active { opacity: 0.5; } .main-screen-nav-list { grid-row: 1 / -1; grid-column: 12 / -1; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; } .main-screen-nav-item { margin-bottom: 20px; } .main-screen-nav-item:last-child { margin-bottom: 0; } .main-screen-nav-item a { font-weight: 600; font-size: 14px; line-height: 18px; letter-spacing: 0.03em; text-transform: uppercase; color: #163152; text-decoration: none; writing-mode: vertical-rl; } .main-screen-nav-item a:hover, .main-screen-nav-item a:focus { opacity: 0.7; } .main-screen-nav-item a:active { opacity: 0.5; } .events { padding-top: 115px; } .events-articles { padding: 0; margin: 0; list-style: none; } .events-article { display: flex; margin-bottom: 120px; } .events-article-text { padding: 45px 70px 10px; } .events-article-img { order: 2; } .events-article-more { order: 1; } .events-article h3 { display: flex; flex-direction: column; margin: 10px 0 20px 0; font-weight: 600; line-height: 34px; color: #163152; } .events-article h3::after { content: ""; width: 130px; margin-top: 10px; border-bottom: 2px solid #00c6bd; } .events-article > div { display: flex; flex-direction: column; } .events-article time { font-weight: 600; font-size: 14px; line-height: 18px; letter-spacing: 0.03em; text-transform: uppercase; color: #163152; } .events-article p { margin: 0; font-size: 16px; line-height: 24px; color: #283c54; } .events-more { width: 58px; height: 58px; margin: auto 70px 45px 20px; border: 1px solid #163152; border-radius: 50%; background-image: url("../img/main-page/event1/arrow.svg"); background-position: center; background-repeat: no-repeat; box-sizing: border-box; } .events-more:hover, .events-more:focus { opacity: 0.7; } .events-more:active { opacity: 0.5; } .events-article-reverse { display: flex; text-align: right; } .events-article-reverse h3 { align-items: flex-end; } .events-article-reverse .events-more { transform: scale(-1, 1); margin: auto 20px 45px 70px; } .events-article-reverse .events-article-img { order: 0; } .events-article-reverse .events-article-more { order: 1; } .events-article-reverse .events-article-text { order: 2; } .services { padding-top: 5px; padding-bottom: 20px; } .services h2::after { width: 140px; } .rent-list { display: flex; flex-wrap: wrap; padding: 0; margin: 40px 0 0 0; list-style: none; } .rent-item { width: 370px; margin-right: 30px; background-color: #fdfdff; box-shadow: 0 4px 30px rgba(22, 49, 82, 0.12); } .rent-item:last-child { margin-right: 0; } .item-card { padding: 30px 30px 15px; } .item-card h3 { margin: 0 0 20px 0; font-weight: 500; font-size: 20px; line-height: 27px; color: #163152; text-align: center; } .item-description { margin: 10px 0 15px 0; font-size: 14px; line-height: 24px; color: #283c54; } .item-features { padding: 0; margin: 0; list-style: none; } .item-features li { position: relative; padding-left: 15px; line-height: 19px; font-size: 14px; color: #283c54; } .item-features li::before { content: ""; position: absolute; top: 8px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #00c6bd; } .item-price { display: flex; justify-content: space-between; font-weight: 500; line-height: 25px; font-size: 18px; color: #163152; } .gallery { padding-top: 90px; padding-bottom: 20px; } .gallery h2::after { width: 170px; } .item-list { position: relative; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 0; margin: 50px 70px 0; list-style: none; width: 1030px; height: 360px; overflow: hidden; } .item video { width: 400px; height: 265px; } .play { position: absolute; display: none; width: 60px; height: 60px; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; background-color: #fdfdff; background-image: url("../img/main-page/gallery/play.svg"); background-position: 50% 50%; background-repeat: no-repeat; border: none; box-sizing: border-box; cursor: pointer; } .play:hover, .play:focus { opacity: 0.7; } .play:active { opacity: 0.5; } .item-active { position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%, -50%); } .item-active video { width: 630px; height: 360px; } .item-active .play { display: block; } .hotel-services { display: grid; grid-template-columns: 430px 1fr; grid-template-rows: repeat(3, auto); padding-top: 100px; padding-bottom: 20px; padding-left: 70px; } .hotel-services h2 { align-items: flex-start; margin-bottom: 25px; } .hotel-services h2::after { width: 130px; } .hotel-services > p { grid-column: 1 / 2; margin: 0 50px 20px 0; font-size: 16px; line-height: 24px; color: #283c54; } .hotel-services img { grid-column: 1 / 2; } .hotel-services-list { grid-row: 1 / -1; grid-column: 2 / 3; display: grid; grid-template-columns: repeat(2, auto); grid-gap: 50px 25px; list-style: none; padding: 0; margin: 0 0 0 100px; } .hotel-services-item { position: relative; width: 255px; padding-top: 75px; } .hotel-services-item::before { content: ""; position: absolute; top: 0; left: 0; width: 60px; height: 60px; border: 1px solid #00c6bd; border-radius: 50%; box-sizing: border-box; } .hotel-services-item-dish::before { background-image: url("../img/main-page/hotel-services/Vectorfood.png"); background-position: center; background-repeat: no-repeat; } .hotel-services-item-drinks::before { background-image: url("../img/main-page/hotel-services/Vectordrinks.png"); background-position: center; background-repeat: no-repeat; } .hotel-services-item-bed::before { background-image: url("../img/main-page/hotel-services/double_bed.png"); background-position: center; background-repeat: no-repeat; } .hotel-services-item-help::before { background-image: url("../img/main-page/hotel-services/hands.png"); background-position: center; background-repeat: no-repeat; } .hotel-services-item h3 { margin: 0 0 10px 0; font-weight: 500; font-size: 18px; line-height: 24px; color: #163152; } .hotel-services-item p { margin: 0; font-size: 16px; line-height: 24px; color: #283c54; } .news { padding-top: 100px; padding-bottom: 45px; } .news h2::after { width: 110px; } .news-list { display: grid; grid-template-columns: repeat(2, auto); gap: 25px 30px; padding: 0; margin: 0; list-style: none; } .news-item-big { grid-row: span 2; } .news-article { display: grid; width: 370px; background-color: #fdfdff; box-shadow: 0 4px 30px rgba(22, 49, 82, 0.12); } .news-item-big .news-article { width: 770px; } .news-article-img { margin: 0; grid-row-start: 1; } .news-article-img figcaption { margin: 5px 20px 0 20px; font-weight: 600; font-size: 12px; line-height: 14px; color: rgba(40, 60, 84, 0.5); } .news-article h3 { margin: 15px 0 10px 20px; font-weight: 600; font-size: 16px; line-height: 19px; color: #163152; } .news-article p { margin: 0 20px 5px 20px; font-size: 14px; line-height: 18px; height: 55px; color: #283c54; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .news-article a { color: inherit; text-decoration: none; } .news-article a:hover { opacity: 0.7; } .news-article a:active { opacity: 0.5; } .news-article-footer { display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: "img author share" "img time share"; align-items: center; grid-column-gap: 10px; padding: 15px 20px 20px; font-size: 12px; line-height: 16px; } .news-article-author-img { grid-area: img; width: 37px; height: 37px; border-radius: 50%; } .news-article-footer a { font-weight: 600; } .news-article-footer a:hover { opacity: 0.7; } .news-article-footer a:active { opacity: 0.5; } .news-article-footer time { color: rgba(40, 60, 84, 0.5); } .news-share { grid-area: share; width: 17px; height: 17px; background-image: url("../img/main-page/news/share.svg"); background-position: center; background-repeat: no-repeat; } .table { padding-top: 75px; padding-bottom: 20px; } .table h2 { align-items: flex-start; } .table h2::after { width: 370px; } .competition-table { border-collapse: collapse; width: 100%; margin-bottom: 25px; } .competition-table th { padding: 20px; font-weight: 600; font-size: 16px; line-height: 22px; color: #163152; text-align: left; vertical-align: top; } .competition-table tr:nth-child(even) { background-color: #f5f5f7; } .competition-table td { padding: 17px 20px; font-size: 16px; line-height: 22px; color: #283c54; } .form { padding-top: 105px; padding-bottom: 20px; } .form-wrapper { display: flex; } .form-column:first-child { padding-left: 70px; padding-right: 70px; } .form h2 { align-items: flex-start; margin-bottom: 20px; font-weight: 600; font-size: 24px; line-height: 36px; } .form h2::after { width: 270px; } .form p { margin: 0 0 30px 0; font-size: 16px; line-height: 22px; color: #283C54; } .feedback-form { display: flex; flex-direction: column; } .feedback-form button { padding: 13px 30px; margin-top: 10px; color: #FDFDFF; background-color: #00C6BD; font-weight: 600; font-size: 16px; line-height: 22px; border:none; } .feedback-form label { font-weight: 600; font-size: 16px; line-height: 22px; color: #283C54; margin-bottom: 10px; } .feedback-form input { border: 1px solid #163152; font-size: 16px; line-height: 22px; color: #283C54; font-weight: inherit; margin-bottom: 20px; padding: 10px; } .feedback-form input::placeholder { opacity: 0.4; } .feedback-form .checkbox-label { display: flex; align-items: center; font-weight: normal; margin-top: 12px; font-size: 12px; line-height: 16px; color: #283C54; } .feedback-form .checkbox-label::before { content: ""; width: 19px; height: 19px; margin: 1px 10px 1px 1px; outline: 1px solid rgba(22, 49, 82, 0.15); box-sizing: border-box; } .feedback-form input[type="checkbox"]:checked + .checkbox-label::before { background-color: #00C6BD; border: 3px solid #ffffff; } .contacts { padding-top: 90px; padding-bottom: 115px; } .contacts-wrapper { display: flex; flex-direction: row-reverse; justify-content: flex-end; } .contacts-column { margin-right: 100px; } .contacts h2 { align-items: flex-start; margin-top: 50px; margin-bottom: 20px; font-weight: 600; font-size: 24px; line-height: 34px; } .contacts h2::after { width: 100px; } .contacts-list { margin: 0; } .contacts-list div:not(:last-child) { display: flex; margin-bottom: 15px; } .contacts-name { margin-right: 10px; font-weight: 600; font-size: 16px; line-height: 22px; color: #163152; } .contacts-value { margin: 0; font-size: 16px; line-height: 22px; color: #283C54; } .contacts-value address { font-style: normal; } .contacts-value a { color: inherit; text-decoration: none; } .social-list { display: flex; flex-wrap: wrap; align-items: flex-start; padding: 0; margin: 15px 0 0 0; list-style: none; } .social-list-item { margin-right: 15px; } .social-list-item:last-child { margin-right: 0; } .social-list-item a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #00C6BD; box-sizing: border-box; } .social-list-item a:hover, .social-list-item a:focus { opacity: 0.7; } .social-list-item a:active { opacity: 0.5; } .main-page-footer { display: flex; padding-top: 60px; padding-bottom: 60px; padding-left: 0; border-top: 1px solid rgba(22, 49, 82, 0.1); } .main-page-footer-column { width: 240px; margin-right: 60px; display: flex; flex-direction: column; } .main-page-footer-logotype { margin-bottom: auto; } .main-page-footer-links { padding: 0; margin: 0; display: flex; } .main-page-footer-links div { display: flex; flex-direction: column; margin-right: 141px; } .main-page-footer-links div:last-child { margin-right: 0; } .main-page-footer-links dt { padding: 0; margin: 0 0 10px 0; font-weight: 600; font-size: 14px; line-height: 18px; letter-spacing: 0.03em; text-transform: uppercase; color: #163152; } .main-page-footer-links dd { padding: 0; margin: 0; } .main-page-footer-links-list { list-style: none; padding: 0; margin: 0; } .main-page-footer-links-list li { margin-bottom: 5px; } .main-page-footer-link { font-size: 14px; line-height: 19px; color: #283C54; text-decoration: none; } .main-page-footer-link:hover, .main-page-footer-link:focus { opacity: 0.7; } .main-page-footer-link:active { opacity: 0.5; } .policy, .copyright { font-size: 10px; line-height: 14px; color: #283C54; } .policy { text-decoration: none; } .policy:hover, .policy:focus { opacity: 0.7; } .policy:active { opacity: 0.5; } .copyright { margin: 8px 0; } /* News Page Styles */ .breadcrumb-nav { display: flex; flex-wrap: wrap; align-items: flex-start; padding: 0; margin: 10px 0 35px 0; list-style: none; } .breadcrumb-nav-link { font-weight: 600; font-size: 14px; line-height: 18px; color: #163152; text-decoration: none; } .breadcrumb-nav-link.active { opacity: 0.4; } .breadcrumb-nav-link:hover { opacity: 0.7; } .breadcrumb-nav-link:not(.active)::after { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-left: 10px; margin-right: 10px; background-color: #00C6BD; }
0.407333
0.064271
body { text-align: center; vertical-align: middle; margin: 0px; cursor: url('media/cursor.png'), auto; /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */ /* font-family: Verdana, Geneva, Tahoma, sans-serif; */ /* font-family: 'Courier New', Courier, monospace; */ /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */ font-family: Roboto, 'Segoe UI', Verdana; } @import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono:wght@300&display=swap'); :root { --color-light-main-primary: #f4bc8d; --color-dark-main-secondary: #774b27; /* --color-light-main-primary: #122140; --color-dark-main-secondary: hsl(220, 56%, 60%); */ } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background-color: inherit; } ::-webkit-scrollbar-thumb { background: #fefefe10; } ::-webkit-scrollbar-thumb:hover { background: #fefefe20; } a, a:visited { color: inherit; text-decoration: none; } a:hover { text-decoration: underline; } .hidden { display: none !important; } .clear { clear: both; } .grecaptcha-badge { display: none; } .wrapper { transition: background-color 0.2s; /* background-color: hsl(0deg 0% 88%); */ color: hsl(213, 9%, 25%); height: 100vh; /* overflow-y: auto; */ overflow-x: hidden; position: relative; background-image: url('./media/funky-lines.png'); /* background-blend-mode: color; */ } .wrapper > * { --margin: 1rem; transition: inherit; background-color: hsl(0, 0%, 91%); margin: var(--margin) 1.5rem; border-radius: 3px; position: relative; } .wrapper > .container { height: calc(100vh - ((3 * var(--margin)) + 2rem)); overflow-y: auto; } @media screen and (max-width: 990px) { .wrapper > * { --margin: 0.7rem; margin: var(--margin) 0.7rem; } } /* ///////// */ /* Dark Mode */ .wrapper.dark { background-color: hsl(0, 2%, 12%); background-blend-mode: color-burn; } .wrapper.dark > * { background-color: hsl(0deg 1% 16%); color: hsl(180deg 8% 90%); }
src/index.css
body { text-align: center; vertical-align: middle; margin: 0px; cursor: url('media/cursor.png'), auto; /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */ /* font-family: Verdana, Geneva, Tahoma, sans-serif; */ /* font-family: 'Courier New', Courier, monospace; */ /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */ font-family: Roboto, 'Segoe UI', Verdana; } @import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono:wght@300&display=swap'); :root { --color-light-main-primary: #f4bc8d; --color-dark-main-secondary: #774b27; /* --color-light-main-primary: #122140; --color-dark-main-secondary: hsl(220, 56%, 60%); */ } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background-color: inherit; } ::-webkit-scrollbar-thumb { background: #fefefe10; } ::-webkit-scrollbar-thumb:hover { background: #fefefe20; } a, a:visited { color: inherit; text-decoration: none; } a:hover { text-decoration: underline; } .hidden { display: none !important; } .clear { clear: both; } .grecaptcha-badge { display: none; } .wrapper { transition: background-color 0.2s; /* background-color: hsl(0deg 0% 88%); */ color: hsl(213, 9%, 25%); height: 100vh; /* overflow-y: auto; */ overflow-x: hidden; position: relative; background-image: url('./media/funky-lines.png'); /* background-blend-mode: color; */ } .wrapper > * { --margin: 1rem; transition: inherit; background-color: hsl(0, 0%, 91%); margin: var(--margin) 1.5rem; border-radius: 3px; position: relative; } .wrapper > .container { height: calc(100vh - ((3 * var(--margin)) + 2rem)); overflow-y: auto; } @media screen and (max-width: 990px) { .wrapper > * { --margin: 0.7rem; margin: var(--margin) 0.7rem; } } /* ///////// */ /* Dark Mode */ .wrapper.dark { background-color: hsl(0, 2%, 12%); background-blend-mode: color-burn; } .wrapper.dark > * { background-color: hsl(0deg 1% 16%); color: hsl(180deg 8% 90%); }
0.3027
0.052062
@font-face { font-family: 'Futura'; src: url("../fonts/Futura.woff"); } html, body { height: 100%; font-family: "Lato", sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { color: #20509e; margin: 0; font-weight: 500; font-family: "Futura", sans-serif; } h1 { font-size: 70px; } h2 { font-size: 48px; } h3 { font-size: 30px; } h4 { font-size: 24px; } h5 { font-size: 20px; } h6 { font-size: 14px; } p { font-size: 15.7px; color: #75849a; line-height: 1.6; } img { max-width: 100%; } input:focus, select:focus, button:focus, textarea:focus { outline: none; } a:hover, a:focus { text-decoration: none; outline: none; } ul, ol { padding: 0; margin: 0; } /*--------------------- Helper CSS -----------------------*/ .btn{ margin: 5px;; } .spad { padding-top: 60px; padding-bottom: 60px; } .section-title { margin-bottom: 60px; } .section-title h2 { margin-bottom: 20px; } .section-title p { margin-bottom: 0; } .set-bg { background-repeat: no-repeat; background-size: cover; background-position: center 0; } .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white span, .text-white li, .text-white a { color: #fff; } /*--------------------- Commom elements -----------------------*/ /* Buttons */ .site-btn { position: relative; display: inline-block; padding: 15px 30px; font-size: 16px; font-weight: 500; line-height: 16px; border-radius: 50px; font-family: "Futura", sans-serif; min-width: 170px; text-align: center; border: 2px solid #7ad4cc; cursor: pointer; color: #fff; } .site-btn:hover { color: #fff; } .site-btn.no-radius { border-radius: 2px; } .site-btn.sb-full-- { display: block; width: 100%; border-radius: 0; } .site-btn.sb-gradients { padding: 17px 32px; border: none; color: #fff; } .site-btn.sb-gradients.sbg-line { color: #20509e; z-index: 1; font-size: 22px; } .site-btn.sb-gradients.sbg-line:after { position: absolute; content: ''; width: calc(100% - 4px); height: calc(100% - 4px); background: #fff; top: 2px; left: 2px; z-index: -1; border-radius: 50px; } .site-btn.sb-gradients.sbg-line:hover { color: #20509e; } .gradient-bg, .site-btn.sb-gradients, .member-social a:hover, .single-blog-page .social-share a:hover, .comment .comment-content .c-btn:hover, .comment-form label { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#3e2bce), color-stop(100%, #2dd3aa), color-stop(100%, #2dd3aa), to(#2dd3aa)); background: -o-linear-gradient(left, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%); background: linear-gradient(to right, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2bce', endColorstr='#2dd3aa', GradientType=1); /* IE6-9 */ } /* Preloder */ #preloder { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999999; background: #fff; } .loader { width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; margin-top: -13px; margin-left: -13px; border-radius: 60px; animation: loader 0.8s linear infinite; -webkit-animation: loader 0.8s linear infinite; } @keyframes loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } @-webkit-keyframes loader { 0% { -webkit-transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } /*--------------------- Header section -----------------------*/ .site-logo img { max-width: 150px; } .dropdown-content { display: block; position: absolute; background-color: #f9f9f9; width: 100%; left: 0; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } /* .dropdown:hover .dropdown-content { display: block; } */ .header-section { position: relative; width: 100%; top: 0; } .upper-header { text-align: right; padding: 10px 50px; background: #e8e8e8; } .upper-header a { color: #111111; font-size: 14px; margin-left: 30px; } .upper-header a i { margin-right: 10px; } /* .menu-list li:last-child a { margin-right: 0; } */ .lower-header { padding: 20px 30px; z-index: 99; background: #000000; } .collapse.in { display: block; } .dropdown-menu li { list-style-type: none; margin: 10px 0; } .dropdown-menu li a { color: #111111; } .lower-header li.nav-item { margin-right: 25px; } .navbar-dark .navbar-nav .nav-link { color: #fff; } .header-section .site-btn { float: right; margin-left: 60px; } .header-section .responsive-bar, .header-section .user { display: none; } .main-menu { float: right; } /* .menu-list { list-style: none; } .menu-list li { display: inline; } .menu-list li a { display: inline-block; font-family: "Futura", sans-serif; font-size: 16px; padding: 10px 5px; margin-right: 30px; color: #fff; } */ /*--------------------- Hero Section -----------------------*/ .hero-section { height: 750px; padding-top: 180px; display: block; background-image: url("../img/hero-bg.png"); background-size: cover; background-color: #f3f7f9; background-position: right top; background-repeat: no-repeat; position: relative; overflow: hidden; } .hero-section .laptop-image { width: 685px; max-width: none; position: relative; left: 80px; } .hero-text { padding-top: 60px; } .hero-text h2 { font-size: 70px; margin-bottom: 35px; } .hero-text h2 span { color: #16d0c5; } .hero-text h4 { color: #75849a; font-size: 22px; } .hero-subscribe-from { margin-top: 50px; display: block; } .hero-subscribe-from input { width: 315px; border: 1px solid #ebebeb; background: #fff; height: 48px; padding: 0 25px; border-radius: 50px; font-family: "Futura", sans-serif; font-size: 16px; margin-right: 8px; margin-bottom: 20px; } /*--------------------- About Section -----------------------*/ .about-section .container { position: relative; } .about-text h2 { font-size: 48px; margin-bottom: 25px; } .about-text h5 { font-family: "Lato", sans-serif; margin-bottom: 20px; } .about-text p { font-size: 18px; } /*--------------------- Feature Section -----------------------*/ .features-section .container { margin-bottom: -45px; } .feature { margin-bottom: 45px; } .feature i { font-size: 48px; float: left; padding-top: 10px; } .feature .feature-content { padding-left: 70px; } .feature .feature-content h4 { margin-bottom: 15px; } .feature .readmore { line-height: 1.2; } /*--------------------- Process Section -----------------------*/ .process:last-child .process-step:after { display: none; } .process-step { position: relative; text-align: center; padding: 35px; margin-top: 30px; -webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15); box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15); } .process-step .process-icon { height: 55px; margin-bottom: 30px; padding-top: 5px; } .process-step h4 { margin-bottom: 15px; } .process-step p { margin-bottom: 0; } .process-step:after { position: absolute; content: ''; width: 275px; height: 56px; top: -40px; right: -40%; background: url("../img/process-line.png") no-repeat scroll 0 0/cover; } .fa-bars { color: #ffffff; } /*--------------------- Fact Section -----------------------*/ .fact-section { padding: 100px 0; } .fact { display: inline-block; position: relative; } .fact h2 { float: left; color: #16d0c5; font-size: 60px; margin-right: 20px; } .fact p { float: left; padding-top: 14px; line-height: 1.4; color: #fff; text-transform: uppercase; } .fact i { position: absolute; right: -20px; top: -10px; font-size: 90px; color: #fff; z-index: 0; opacity: 0.1; } /*--------------------- Team Section -----------------------*/ .team-section { background: #f3f7f9; overflow: hidden; } .team-members { margin: 0 -10px; } .member { background: #fff; width: calc(20% - 25px); display: inline-block; margin: 0 10px; text-align: center; padding: 50px 10px; -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15); box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15); border-radius: 10px; position: relative; } .member h2 { font-size: 22px; margin-bottom: 5px; } .member span { font-size: 14px; color: #75849a; display: block; } .member .member-text { -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; opacity: 1; } .member:hover { -webkit-box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15); box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15); } .member:hover .member-info { opacity: 1; } .member:hover .member-text { opacity: 0; } .member-img { width: 230px; height: 230px; display: inline-block; border-radius: 50%; margin-bottom: 25px; } .member-social { padding-top: 25px; background: #fff; position: relative; z-index: 2; } .member-social a { width: 50px; height: 50px; display: inline-block; border-radius: 50%; background: #cbd3df; color: #fff; padding-top: 13px; margin: 0 8px; } .member-meta { padding-left: 85px; } .member-info { padding: 50px 60px 10px; position: absolute; width: 100%; top: 0; left: 0; text-align: left; opacity: 0; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; height: 380px; overflow-y: auto; } .member-info p { display: block; padding-top: 25px; margin-bottom: 0; } .member-img.mf { width: 60px; height: 60px; opacity: 1; float: left; margin-bottom: 0; } /*--------------------- Newsletter Section -----------------------*/ .newsletter-section { padding: 50px 0; } .newsletter-text h2 { font-size: 36px; margin-bottom: 10px; } .newsletter-text p { margin-bottom: 0; } .newsletter-form { position: relative; margin-top: 20px; padding-left: 40px; } .newsletter-form input { width: 100%; font-size: 16px; padding: 12px 30px; border: none; border-radius: 50px; padding-right: 160px; background: rgba(255, 255, 255, 0.2); color: #fff; } .newsletter-form button { position: absolute; right: 0; top: 0; height: 100%; border: none; border-radius: 0px 50px 50px 0px; min-width: 140px; background: #fff; color: #20509e; font-size: 14px; font-weight: 600; cursor: pointer; } .newsletter-form ::-webkit-input-placeholder { color: #fff; } .newsletter-form :-ms-input-placeholder { color: #fff; } .newsletter-form ::-ms-input-placeholder { color: #fff; } .newsletter-form ::placeholder { color: #fff; } /*--------------------- Footer Section -----------------------*/ .footer-widget span { color: #acb9cc; } .footer-widget p { margin-bottom: 20px; } .footer-widget .widget-title { margin-bottom: 30px; font-size: 20px; } .footer-widget ul { list-style: none; } .footer-widget ul a { font-size: 16px; color: #75849a; display: block; margin-bottom: 12px; } .footer-widget ul li:last-child a { margin-bottom: 0; } .social a { width: 40px; height: 40px; border-radius: 50%; color: #fff; display: inline-block; margin-right: 10px; text-align: center; padding-top: 7px; font-size: 18px; } .social a:last-child { margin-right: 0; } .social .facebook { background: #4b6cd0; } .social .google { background: #f03b3b; } .social .instagram { background: #bb8950; } .social .twitter { background: #49a7f3; } .footer-bottom { border-top: 1px solid #ebebeb; padding: 30px 0; } .footer-nav { list-style: none; } .footer-nav li { display: inline-block; } .footer-nav li a { color: #75849a; font-size: 14px; margin-left: 20px; } /*--------------------- Other Pages ---------------------- ======================*/ .readmore { text-transform: uppercase; text-decoration: none; } .page-info-section { height: 300px; background-image: url("../img/page-info-bg.png"); background-size: cover; background-color: #f3f7f9; background-position: right top; background-repeat: no-repeat; position: relative; overflow: hidden; display: block; padding-top: 100px; } .page-info-section h2 { font-size: 48px; } .site-beradcamb { padding-top: 10px; } .site-beradcamb a { color: #20509e; font-size: 16px; } .site-beradcamb span { color: #acb9cc; font-size: 16px; } .site-beradcamb i { margin: 0 3px; } /*--------------------- Contact page -----------------------*/ .contact-form { padding-right: 35px; } .contact-form h5 { font-size: 16px; font-family: "Lato", sans-serif; } .contact-form h5 span { color: #16d0c5; } .contact-form .form-group { position: relative; margin-bottom: 20px; } .contact-form .form-group span { position: absolute; right: 0; top: 10px; font-size: 16px; color: #7bc063; opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .contact-form .form-group span.active { opacity: 1; } .contact-form .check-form { padding-right: 20px; } .contact-form input, .contact-form textarea { width: 100%; height: 50px; border: none; border-bottom: 1px solid #ebebeb; font-size: 16px; padding-bottom: 10px; color: #20509e; } .contact-form input:focus, .contact-form textarea:focus { border-color: #20509e; } .contact-form textarea { padding-bottom: 10px; padding-top: 10px; height: 115px; } .contact-form .contact-type .ct-label { display: inline-block; position: relative; padding-left: 20px; margin-bottom: 12px; margin-right: 40px; cursor: pointer; font-size: 16px; color: #acb9cc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .contact-form .contact-type .ct-label input { position: absolute; opacity: 0; cursor: pointer; } .contact-form .contact-type .ct-label input:checked~.checkmark:after { content: '\f111'; color: #16d0c5; } .contact-form .contact-type .ct-label .checkmark { position: absolute; top: 3px; left: 0; height: 25px; width: 25px; } .contact-form .contact-type .ct-label .checkmark:after { position: absolute; content: "\f10c"; font-family: 'FontAwesome'; font-size: 14px; } .contact-form .contact-type .ct-label:last-child { margin-right: 0; } .contact-form ::-webkit-input-placeholder { color: #acb9cc; } .contact-form :-ms-input-placeholder { color: #acb9cc; } .contact-form ::-ms-input-placeholder { color: #acb9cc; } .contact-form ::placeholder { color: #acb9cc; } .map { height: 390px; -webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15); box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15); } /*------------------ Responsive ---------------------*/ @media (min-width: 1200px) { .container { max-width: 1170px; } } @media (max-width: 1585px) { .hero-section .laptop-image { left: 0; } } @media (max-width: 1425px) { .header-section .site-btn { margin-left: 0; } .hero-section, .page-info-section { background-position: right 30% top; } .hero-section .laptop-image { width: auto; max-width: 100%; top: 70px; } } @media (min-width: 1199px) and (max-width: 1390px) { .member { padding: 35px 10px; } .member-img { width: 160px; height: 160px; } .member-info { padding: 50px 27px 10px; height: 275px; } .member-social a { margin: 0 5px; } } /* Medium screen : 992px. */ @media only screen and (min-width: 992px) and (max-width: 1199px) { /* .menu-list li a { margin-right: 15px; } */ .hero-section, .page-info-section { background-position: right 23% top; } .about-img img { position: relative; height: 200px; width: 480px; } .member { width: calc(33.333333% - 25px); margin-bottom: 30px; } .team-members { text-align: center; } .fact h2 { font-size: 45px; margin-right: 10px; } .fact p { padding-top: 7px; } .fact i { font-size: 67px; } } /* Tablet :768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { .header-section { padding: 30px 15px 0; } /* .menu-list li a { margin-right: 6px; } */ .header-section .site-btn { margin-left: 10px; } .hero-section { background-position: right 25% top; height: 730px; padding-top: 160px; } .page-info-section { background-position: right 33% top; } .page-info-section h2 { font-size: 40px; } .hero-text h2 { font-size: 45px; } .process-step:after { width: 154px; height: 35px; top: -10px; right: -44%; background-size: contain; } .member { width: calc(33.333333% - 25px); margin-bottom: 30px; padding: 35px 10px; } .member-img { width: 160px; height: 160px; } .member-info { padding: 50px 27px 10px; height: 275px; } .member-social a { margin: 0 5px; } .team-members { text-align: center; } .fact { margin-bottom: 30px; } .pull-3 { right: 0; } .push-8 { left: 0; } .review-section { text-align: center; } .review-text { padding: 0 60px; } .review-text-slider .owl-nav { padding-top: 0; position: absolute; top: 50%; margin-top: -45px; left: 0; width: 100%; } .review-text-slider .owl-prev { float: left; } .review-text-slider .owl-next { float: right; } .review-meta-slider { margin: auto; } .author-meta { padding-top: 0; } .newsletter-form { padding-left: 0; } .footer-widget { margin-bottom: 30px; } .newsletter-section { text-align: center; } } /* Large Mobile :480px. */ @media only screen and (max-width: 767px) { .header-section { padding: 0; background: #fff; } .menu-col { margin-top: -45px; } .lower-header { padding: 30px 10px; } .upper-header { text-align: right; padding: 10px 0px; } .header-section .responsive-bar { float: right; font-size: 25px; display: block; cursor: pointer; } .header-section .user { float: right; font-size: 25px; color: #333; margin-right: 20px; display: block; } .main-menu { float: none; position: absolute; width: 100%; left: 0; top: 100%; background: #fff; padding: 0 15px 25px; display: none; -webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15); box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15); } /* .menu-list { list-style: none; } .menu-list li { display: block; border-top: 1px solid #e1e1e1; } .menu-list li a { display: block; padding: 10px 5px; margin-right: 0; color: #20509e; } */ .hero-text h2 { font-size: 40px; } .hero-section { height: auto; padding-bottom: 100px; padding-top: 160px; background-position: right 50% top; } .page-info-section { background-position: right 56% top; margin-top: 97px; } .page-info-section h2 { font-size: 40px; } .team-members { margin: 0; padding: 0 15px; } .member { width: 100%; margin-bottom: 30px; margin-left: 0; } .fact { margin-bottom: 30px; } .process-step:after { display: none; } .pull-3 { right: 0; } .push-8 { left: 0; } .review-section { text-align: center; } .review-text { padding: 0 60px; } .review-text-slider .owl-nav { padding-top: 0; position: absolute; top: 50%; margin-top: -45px; left: 0; width: 100%; } .review-text-slider .owl-prev { float: left; } .review-text-slider .owl-next { float: right; } .review-meta-slider { margin: auto; } .author-meta { padding-top: 0; } .header-section .site-btn { display: none; } .newsletter-form { padding-left: 0; } .newsletter-section { text-align: center; } .review-text p { font-size: 20px; } .blog-item { margin-bottom: 30px; } .footer-widget { margin-bottom: 30px; } .single-blog-page .social-share { text-align: left; margin-top: 20px; } } /* small Mobile :320px. */ @media only screen and (max-width: 479px) { .review-text { padding: 0 45px; } .review-text p { font-size: 18px; } .newsletter-form input { padding-right: 30px; } .newsletter-form button { position: relative; padding: 14px; border-radius: 50px; margin-top: 23px; } .review-text-slider .owl-prev, .review-text-slider .owl-next { width: 40px; height: 40px; font-size: 18px; } .review-meta-slider { width: auto; } .member-img { width: 180px; height: 180px; } .member-info { padding: 50px 20px 10px; height: 320px; } .blog-text { padding: 15px; } .comment .comment-avator { float: none; margin-bottom: 20px; } .comment .comment-content { padding-left: 0; } } /*--------------------- Client slider Section -----------------------*/ .slick-slide { margin: 0px 20px; } .slick-slide img { width: 100%; } .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /*--------------------- breadcrumb Section -----------------------*/ /*--------------------- Industry page -----------------------*/ .industry-lists .card { margin: 40px auto; } .responsive-tabs li { width: 25%; text-align: center; padding: 10px 0; } /* radio buttons */ .rdio { position: relative; } .rdio input[type="radio"] { opacity: 0; } .rdio label { padding-left: 30px; cursor: pointer; margin-bottom: 7px !important; font-size: 20px; } .rdio label:before { width: 18px; height: 18px; position: absolute; top: 8px; left: 0; content: ''; display: inline-block; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; border: 1px solid #fbc52d; background: #fff; } .responsive-tabs li a { text-transform: uppercase; font-weight: bold; } .rdio input[type="radio"] { margin: 0px; display: none; } .rdio input[type="radio"]:disabled + label { color: #999; } .rdio input[type="radio"]:disabled + label:before { background-color: #fbc52d; } .rdio input[type="radio"]:checked + label::after { content: ''; position: absolute; top: 12px; left: 4px; display: inline-block; font-size: 11px; width: 10px; height: 10px; background-color: #fbc52d; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; } .rdio-default input[type="radio"]:checked + label:before { border-color: #fbc52d; } .rdio-primary input[type="radio"]:checked + label:before { border-color: #fbc52d; } .rdio-primary input[type="radio"]:checked + label::after { background-color: #fbc52d; } /* tabs css */ /* MOBILE style */ @media screen and (max-width: 992px) { /* * In Mobile, hide the tabs controls and undo some potential damage done by the accordion */ .responsive-tabs .nav-tabs, .responsive-tabs .tab-content .collapse.active:not(.in) { display: none; } .responsive-tabs .tab-content .collapse.in, .responsive-tabs .tab-content .collapsing { display: block; } } /* DESKTOP style */ @media screen and (min-width: 991px) { /* * In desktop, hide the accordion's controls and undo some potential damage done on the active tab */ .responsive-tabs .panel-heading { display: none; } .responsive-tabs > .active { height: auto !important; } } /* To make it a bit prettier */ .tab-content .panel-heading { padding: 0; } .tab-content a { display: block; margin-bottom: -1px; padding: 10px 15px; border: solid #ccc; border-width: 1px 0; } .custom-file-control::after { content: "Choose file..."; } .custom-file-control::before { content: "Browse"; } .buy-now-col { background: #f7f7f7; display: block; padding: 30px; border-radius: 8px; } /* ========================================================================== #SPACING ========================================================================== */ .p-t-100 { padding-top: 100px; } .p-t-130 { padding-top: 130px; } .p-t-180 { padding-top: 180px; } .p-t-20 { padding-top: 20px; } .p-t-15 { padding-top: 15px; } .p-t-10 { padding-top: 10px; } .p-t-30 { padding-top: 30px; } .p-b-100 { padding-bottom: 100px; } .m-r-45 { margin-right: 45px; } .btn--blue { display: inline-block; line-height: 50px; padding: 0 50px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; cursor: pointer; font-size: 18px; color: #fff; font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif; } .btn--radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn--radius-2 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .btn--pill { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; } .btn--green { background: #57b846; } .btn--green:hover { background: #4dae3c; } .btn--blue { background: #4272d7; } .btn--blue:hover { background: #3868cd; } /* ========================================================================== #DATE PICKER ========================================================================== */ td.active { background-color: #2c6ed5; } input[type="date" i] { padding: 14px; } .table-condensed td, .table-condensed th { font-size: 14px; font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif; font-weight: 400; } .daterangepicker td { width: 40px; height: 30px; } .daterangepicker { border: none; -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); display: none; border: 1px solid #e0e0e0; margin-top: 5px; } .daterangepicker::after, .daterangepicker::before { display: none; } .daterangepicker thead tr th { padding: 10px 0; } .daterangepicker .table-condensed th select { border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; padding: 5px; outline: none; } /* ========================================================================== #FORM ========================================================================== */ input { outline: none; margin: 0; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; width: 100%; font-size: 14px; font-family: inherit; } .input--style-4 { line-height: 50px; background: #fafafa; -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0 20px; font-size: 16px; color: #666; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .input--style-4::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #666; } .input--style-4:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #666; opacity: 1; } .input--style-4::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #666; opacity: 1; } .input--style-4:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #666; } .input--style-4:-ms-input-placeholder { /* Microsoft Edge */ color: #666; } .label { font-size: 16px; color: #555; text-transform: capitalize; display: block; margin-bottom: 5px; width: 100%; } .radio-container { display: inline-block; position: relative; padding-left: 30px; cursor: pointer; font-size: 16px; color: #666; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .radio-container input { position: absolute; opacity: 0; cursor: pointer; } .radio-container input:checked ~ .checkmark { background-color: #e5e5e5; } .radio-container input:checked ~ .checkmark:after { display: block; } .radio-container .checkmark:after { 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%); width: 12px; height: 12px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #57b846; } .checkmark { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; height: 20px; width: 20px; background-color: #e5e5e5; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); } .checkmark:after { content: ""; position: absolute; display: none; } .input-group { position: relative; margin-bottom: 22px; } .input-group-icon { position: relative; width: 100%; } .input-icon { position: absolute; font-size: 18px; color: #999; right: 18px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; } /* ========================================================================== #SELECT2 ========================================================================== */ .select--no-search .select2-search { display: none !important; } .rs-select2 .select2-container { width: 100% !important; outline: none; background: #fafafa; -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .rs-select2 .select2-container .select2-selection--single { outline: none; border: none; height: 50px; background: transparent; } .rs-select2 .select2-container .select2-selection--single .select2-selection__rendered { line-height: 50px; padding-left: 0; color: #555; font-size: 16px; font-family: inherit; padding-left: 22px; padding-right: 50px; } .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow { height: 50px; right: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b { display: none; } .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after { font-family: "Material-Design-Iconic-Font"; content: '\f2f9'; font-size: 24px; color: #999; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } .select2-container--open .select2-dropdown--below { border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); border: 1px solid #e0e0e0; margin-top: 5px; overflow: hidden; } .select2-container--default .select2-results__option { padding-left: 22px; }
public/css/targlo/css/style.css
@font-face { font-family: 'Futura'; src: url("../fonts/Futura.woff"); } html, body { height: 100%; font-family: "Lato", sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { color: #20509e; margin: 0; font-weight: 500; font-family: "Futura", sans-serif; } h1 { font-size: 70px; } h2 { font-size: 48px; } h3 { font-size: 30px; } h4 { font-size: 24px; } h5 { font-size: 20px; } h6 { font-size: 14px; } p { font-size: 15.7px; color: #75849a; line-height: 1.6; } img { max-width: 100%; } input:focus, select:focus, button:focus, textarea:focus { outline: none; } a:hover, a:focus { text-decoration: none; outline: none; } ul, ol { padding: 0; margin: 0; } /*--------------------- Helper CSS -----------------------*/ .btn{ margin: 5px;; } .spad { padding-top: 60px; padding-bottom: 60px; } .section-title { margin-bottom: 60px; } .section-title h2 { margin-bottom: 20px; } .section-title p { margin-bottom: 0; } .set-bg { background-repeat: no-repeat; background-size: cover; background-position: center 0; } .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white span, .text-white li, .text-white a { color: #fff; } /*--------------------- Commom elements -----------------------*/ /* Buttons */ .site-btn { position: relative; display: inline-block; padding: 15px 30px; font-size: 16px; font-weight: 500; line-height: 16px; border-radius: 50px; font-family: "Futura", sans-serif; min-width: 170px; text-align: center; border: 2px solid #7ad4cc; cursor: pointer; color: #fff; } .site-btn:hover { color: #fff; } .site-btn.no-radius { border-radius: 2px; } .site-btn.sb-full-- { display: block; width: 100%; border-radius: 0; } .site-btn.sb-gradients { padding: 17px 32px; border: none; color: #fff; } .site-btn.sb-gradients.sbg-line { color: #20509e; z-index: 1; font-size: 22px; } .site-btn.sb-gradients.sbg-line:after { position: absolute; content: ''; width: calc(100% - 4px); height: calc(100% - 4px); background: #fff; top: 2px; left: 2px; z-index: -1; border-radius: 50px; } .site-btn.sb-gradients.sbg-line:hover { color: #20509e; } .gradient-bg, .site-btn.sb-gradients, .member-social a:hover, .single-blog-page .social-share a:hover, .comment .comment-content .c-btn:hover, .comment-form label { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#3e2bce), color-stop(100%, #2dd3aa), color-stop(100%, #2dd3aa), to(#2dd3aa)); background: -o-linear-gradient(left, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%); background: linear-gradient(to right, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2bce', endColorstr='#2dd3aa', GradientType=1); /* IE6-9 */ } /* Preloder */ #preloder { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999999; background: #fff; } .loader { width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; margin-top: -13px; margin-left: -13px; border-radius: 60px; animation: loader 0.8s linear infinite; -webkit-animation: loader 0.8s linear infinite; } @keyframes loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } @-webkit-keyframes loader { 0% { -webkit-transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } /*--------------------- Header section -----------------------*/ .site-logo img { max-width: 150px; } .dropdown-content { display: block; position: absolute; background-color: #f9f9f9; width: 100%; left: 0; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } /* .dropdown:hover .dropdown-content { display: block; } */ .header-section { position: relative; width: 100%; top: 0; } .upper-header { text-align: right; padding: 10px 50px; background: #e8e8e8; } .upper-header a { color: #111111; font-size: 14px; margin-left: 30px; } .upper-header a i { margin-right: 10px; } /* .menu-list li:last-child a { margin-right: 0; } */ .lower-header { padding: 20px 30px; z-index: 99; background: #000000; } .collapse.in { display: block; } .dropdown-menu li { list-style-type: none; margin: 10px 0; } .dropdown-menu li a { color: #111111; } .lower-header li.nav-item { margin-right: 25px; } .navbar-dark .navbar-nav .nav-link { color: #fff; } .header-section .site-btn { float: right; margin-left: 60px; } .header-section .responsive-bar, .header-section .user { display: none; } .main-menu { float: right; } /* .menu-list { list-style: none; } .menu-list li { display: inline; } .menu-list li a { display: inline-block; font-family: "Futura", sans-serif; font-size: 16px; padding: 10px 5px; margin-right: 30px; color: #fff; } */ /*--------------------- Hero Section -----------------------*/ .hero-section { height: 750px; padding-top: 180px; display: block; background-image: url("../img/hero-bg.png"); background-size: cover; background-color: #f3f7f9; background-position: right top; background-repeat: no-repeat; position: relative; overflow: hidden; } .hero-section .laptop-image { width: 685px; max-width: none; position: relative; left: 80px; } .hero-text { padding-top: 60px; } .hero-text h2 { font-size: 70px; margin-bottom: 35px; } .hero-text h2 span { color: #16d0c5; } .hero-text h4 { color: #75849a; font-size: 22px; } .hero-subscribe-from { margin-top: 50px; display: block; } .hero-subscribe-from input { width: 315px; border: 1px solid #ebebeb; background: #fff; height: 48px; padding: 0 25px; border-radius: 50px; font-family: "Futura", sans-serif; font-size: 16px; margin-right: 8px; margin-bottom: 20px; } /*--------------------- About Section -----------------------*/ .about-section .container { position: relative; } .about-text h2 { font-size: 48px; margin-bottom: 25px; } .about-text h5 { font-family: "Lato", sans-serif; margin-bottom: 20px; } .about-text p { font-size: 18px; } /*--------------------- Feature Section -----------------------*/ .features-section .container { margin-bottom: -45px; } .feature { margin-bottom: 45px; } .feature i { font-size: 48px; float: left; padding-top: 10px; } .feature .feature-content { padding-left: 70px; } .feature .feature-content h4 { margin-bottom: 15px; } .feature .readmore { line-height: 1.2; } /*--------------------- Process Section -----------------------*/ .process:last-child .process-step:after { display: none; } .process-step { position: relative; text-align: center; padding: 35px; margin-top: 30px; -webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15); box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15); } .process-step .process-icon { height: 55px; margin-bottom: 30px; padding-top: 5px; } .process-step h4 { margin-bottom: 15px; } .process-step p { margin-bottom: 0; } .process-step:after { position: absolute; content: ''; width: 275px; height: 56px; top: -40px; right: -40%; background: url("../img/process-line.png") no-repeat scroll 0 0/cover; } .fa-bars { color: #ffffff; } /*--------------------- Fact Section -----------------------*/ .fact-section { padding: 100px 0; } .fact { display: inline-block; position: relative; } .fact h2 { float: left; color: #16d0c5; font-size: 60px; margin-right: 20px; } .fact p { float: left; padding-top: 14px; line-height: 1.4; color: #fff; text-transform: uppercase; } .fact i { position: absolute; right: -20px; top: -10px; font-size: 90px; color: #fff; z-index: 0; opacity: 0.1; } /*--------------------- Team Section -----------------------*/ .team-section { background: #f3f7f9; overflow: hidden; } .team-members { margin: 0 -10px; } .member { background: #fff; width: calc(20% - 25px); display: inline-block; margin: 0 10px; text-align: center; padding: 50px 10px; -webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15); box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15); border-radius: 10px; position: relative; } .member h2 { font-size: 22px; margin-bottom: 5px; } .member span { font-size: 14px; color: #75849a; display: block; } .member .member-text { -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; opacity: 1; } .member:hover { -webkit-box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15); box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15); } .member:hover .member-info { opacity: 1; } .member:hover .member-text { opacity: 0; } .member-img { width: 230px; height: 230px; display: inline-block; border-radius: 50%; margin-bottom: 25px; } .member-social { padding-top: 25px; background: #fff; position: relative; z-index: 2; } .member-social a { width: 50px; height: 50px; display: inline-block; border-radius: 50%; background: #cbd3df; color: #fff; padding-top: 13px; margin: 0 8px; } .member-meta { padding-left: 85px; } .member-info { padding: 50px 60px 10px; position: absolute; width: 100%; top: 0; left: 0; text-align: left; opacity: 0; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; height: 380px; overflow-y: auto; } .member-info p { display: block; padding-top: 25px; margin-bottom: 0; } .member-img.mf { width: 60px; height: 60px; opacity: 1; float: left; margin-bottom: 0; } /*--------------------- Newsletter Section -----------------------*/ .newsletter-section { padding: 50px 0; } .newsletter-text h2 { font-size: 36px; margin-bottom: 10px; } .newsletter-text p { margin-bottom: 0; } .newsletter-form { position: relative; margin-top: 20px; padding-left: 40px; } .newsletter-form input { width: 100%; font-size: 16px; padding: 12px 30px; border: none; border-radius: 50px; padding-right: 160px; background: rgba(255, 255, 255, 0.2); color: #fff; } .newsletter-form button { position: absolute; right: 0; top: 0; height: 100%; border: none; border-radius: 0px 50px 50px 0px; min-width: 140px; background: #fff; color: #20509e; font-size: 14px; font-weight: 600; cursor: pointer; } .newsletter-form ::-webkit-input-placeholder { color: #fff; } .newsletter-form :-ms-input-placeholder { color: #fff; } .newsletter-form ::-ms-input-placeholder { color: #fff; } .newsletter-form ::placeholder { color: #fff; } /*--------------------- Footer Section -----------------------*/ .footer-widget span { color: #acb9cc; } .footer-widget p { margin-bottom: 20px; } .footer-widget .widget-title { margin-bottom: 30px; font-size: 20px; } .footer-widget ul { list-style: none; } .footer-widget ul a { font-size: 16px; color: #75849a; display: block; margin-bottom: 12px; } .footer-widget ul li:last-child a { margin-bottom: 0; } .social a { width: 40px; height: 40px; border-radius: 50%; color: #fff; display: inline-block; margin-right: 10px; text-align: center; padding-top: 7px; font-size: 18px; } .social a:last-child { margin-right: 0; } .social .facebook { background: #4b6cd0; } .social .google { background: #f03b3b; } .social .instagram { background: #bb8950; } .social .twitter { background: #49a7f3; } .footer-bottom { border-top: 1px solid #ebebeb; padding: 30px 0; } .footer-nav { list-style: none; } .footer-nav li { display: inline-block; } .footer-nav li a { color: #75849a; font-size: 14px; margin-left: 20px; } /*--------------------- Other Pages ---------------------- ======================*/ .readmore { text-transform: uppercase; text-decoration: none; } .page-info-section { height: 300px; background-image: url("../img/page-info-bg.png"); background-size: cover; background-color: #f3f7f9; background-position: right top; background-repeat: no-repeat; position: relative; overflow: hidden; display: block; padding-top: 100px; } .page-info-section h2 { font-size: 48px; } .site-beradcamb { padding-top: 10px; } .site-beradcamb a { color: #20509e; font-size: 16px; } .site-beradcamb span { color: #acb9cc; font-size: 16px; } .site-beradcamb i { margin: 0 3px; } /*--------------------- Contact page -----------------------*/ .contact-form { padding-right: 35px; } .contact-form h5 { font-size: 16px; font-family: "Lato", sans-serif; } .contact-form h5 span { color: #16d0c5; } .contact-form .form-group { position: relative; margin-bottom: 20px; } .contact-form .form-group span { position: absolute; right: 0; top: 10px; font-size: 16px; color: #7bc063; opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .contact-form .form-group span.active { opacity: 1; } .contact-form .check-form { padding-right: 20px; } .contact-form input, .contact-form textarea { width: 100%; height: 50px; border: none; border-bottom: 1px solid #ebebeb; font-size: 16px; padding-bottom: 10px; color: #20509e; } .contact-form input:focus, .contact-form textarea:focus { border-color: #20509e; } .contact-form textarea { padding-bottom: 10px; padding-top: 10px; height: 115px; } .contact-form .contact-type .ct-label { display: inline-block; position: relative; padding-left: 20px; margin-bottom: 12px; margin-right: 40px; cursor: pointer; font-size: 16px; color: #acb9cc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .contact-form .contact-type .ct-label input { position: absolute; opacity: 0; cursor: pointer; } .contact-form .contact-type .ct-label input:checked~.checkmark:after { content: '\f111'; color: #16d0c5; } .contact-form .contact-type .ct-label .checkmark { position: absolute; top: 3px; left: 0; height: 25px; width: 25px; } .contact-form .contact-type .ct-label .checkmark:after { position: absolute; content: "\f10c"; font-family: 'FontAwesome'; font-size: 14px; } .contact-form .contact-type .ct-label:last-child { margin-right: 0; } .contact-form ::-webkit-input-placeholder { color: #acb9cc; } .contact-form :-ms-input-placeholder { color: #acb9cc; } .contact-form ::-ms-input-placeholder { color: #acb9cc; } .contact-form ::placeholder { color: #acb9cc; } .map { height: 390px; -webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15); box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15); } /*------------------ Responsive ---------------------*/ @media (min-width: 1200px) { .container { max-width: 1170px; } } @media (max-width: 1585px) { .hero-section .laptop-image { left: 0; } } @media (max-width: 1425px) { .header-section .site-btn { margin-left: 0; } .hero-section, .page-info-section { background-position: right 30% top; } .hero-section .laptop-image { width: auto; max-width: 100%; top: 70px; } } @media (min-width: 1199px) and (max-width: 1390px) { .member { padding: 35px 10px; } .member-img { width: 160px; height: 160px; } .member-info { padding: 50px 27px 10px; height: 275px; } .member-social a { margin: 0 5px; } } /* Medium screen : 992px. */ @media only screen and (min-width: 992px) and (max-width: 1199px) { /* .menu-list li a { margin-right: 15px; } */ .hero-section, .page-info-section { background-position: right 23% top; } .about-img img { position: relative; height: 200px; width: 480px; } .member { width: calc(33.333333% - 25px); margin-bottom: 30px; } .team-members { text-align: center; } .fact h2 { font-size: 45px; margin-right: 10px; } .fact p { padding-top: 7px; } .fact i { font-size: 67px; } } /* Tablet :768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { .header-section { padding: 30px 15px 0; } /* .menu-list li a { margin-right: 6px; } */ .header-section .site-btn { margin-left: 10px; } .hero-section { background-position: right 25% top; height: 730px; padding-top: 160px; } .page-info-section { background-position: right 33% top; } .page-info-section h2 { font-size: 40px; } .hero-text h2 { font-size: 45px; } .process-step:after { width: 154px; height: 35px; top: -10px; right: -44%; background-size: contain; } .member { width: calc(33.333333% - 25px); margin-bottom: 30px; padding: 35px 10px; } .member-img { width: 160px; height: 160px; } .member-info { padding: 50px 27px 10px; height: 275px; } .member-social a { margin: 0 5px; } .team-members { text-align: center; } .fact { margin-bottom: 30px; } .pull-3 { right: 0; } .push-8 { left: 0; } .review-section { text-align: center; } .review-text { padding: 0 60px; } .review-text-slider .owl-nav { padding-top: 0; position: absolute; top: 50%; margin-top: -45px; left: 0; width: 100%; } .review-text-slider .owl-prev { float: left; } .review-text-slider .owl-next { float: right; } .review-meta-slider { margin: auto; } .author-meta { padding-top: 0; } .newsletter-form { padding-left: 0; } .footer-widget { margin-bottom: 30px; } .newsletter-section { text-align: center; } } /* Large Mobile :480px. */ @media only screen and (max-width: 767px) { .header-section { padding: 0; background: #fff; } .menu-col { margin-top: -45px; } .lower-header { padding: 30px 10px; } .upper-header { text-align: right; padding: 10px 0px; } .header-section .responsive-bar { float: right; font-size: 25px; display: block; cursor: pointer; } .header-section .user { float: right; font-size: 25px; color: #333; margin-right: 20px; display: block; } .main-menu { float: none; position: absolute; width: 100%; left: 0; top: 100%; background: #fff; padding: 0 15px 25px; display: none; -webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15); box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15); } /* .menu-list { list-style: none; } .menu-list li { display: block; border-top: 1px solid #e1e1e1; } .menu-list li a { display: block; padding: 10px 5px; margin-right: 0; color: #20509e; } */ .hero-text h2 { font-size: 40px; } .hero-section { height: auto; padding-bottom: 100px; padding-top: 160px; background-position: right 50% top; } .page-info-section { background-position: right 56% top; margin-top: 97px; } .page-info-section h2 { font-size: 40px; } .team-members { margin: 0; padding: 0 15px; } .member { width: 100%; margin-bottom: 30px; margin-left: 0; } .fact { margin-bottom: 30px; } .process-step:after { display: none; } .pull-3 { right: 0; } .push-8 { left: 0; } .review-section { text-align: center; } .review-text { padding: 0 60px; } .review-text-slider .owl-nav { padding-top: 0; position: absolute; top: 50%; margin-top: -45px; left: 0; width: 100%; } .review-text-slider .owl-prev { float: left; } .review-text-slider .owl-next { float: right; } .review-meta-slider { margin: auto; } .author-meta { padding-top: 0; } .header-section .site-btn { display: none; } .newsletter-form { padding-left: 0; } .newsletter-section { text-align: center; } .review-text p { font-size: 20px; } .blog-item { margin-bottom: 30px; } .footer-widget { margin-bottom: 30px; } .single-blog-page .social-share { text-align: left; margin-top: 20px; } } /* small Mobile :320px. */ @media only screen and (max-width: 479px) { .review-text { padding: 0 45px; } .review-text p { font-size: 18px; } .newsletter-form input { padding-right: 30px; } .newsletter-form button { position: relative; padding: 14px; border-radius: 50px; margin-top: 23px; } .review-text-slider .owl-prev, .review-text-slider .owl-next { width: 40px; height: 40px; font-size: 18px; } .review-meta-slider { width: auto; } .member-img { width: 180px; height: 180px; } .member-info { padding: 50px 20px 10px; height: 320px; } .blog-text { padding: 15px; } .comment .comment-avator { float: none; margin-bottom: 20px; } .comment .comment-content { padding-left: 0; } } /*--------------------- Client slider Section -----------------------*/ .slick-slide { margin: 0px 20px; } .slick-slide img { width: 100%; } .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /*--------------------- breadcrumb Section -----------------------*/ /*--------------------- Industry page -----------------------*/ .industry-lists .card { margin: 40px auto; } .responsive-tabs li { width: 25%; text-align: center; padding: 10px 0; } /* radio buttons */ .rdio { position: relative; } .rdio input[type="radio"] { opacity: 0; } .rdio label { padding-left: 30px; cursor: pointer; margin-bottom: 7px !important; font-size: 20px; } .rdio label:before { width: 18px; height: 18px; position: absolute; top: 8px; left: 0; content: ''; display: inline-block; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; border: 1px solid #fbc52d; background: #fff; } .responsive-tabs li a { text-transform: uppercase; font-weight: bold; } .rdio input[type="radio"] { margin: 0px; display: none; } .rdio input[type="radio"]:disabled + label { color: #999; } .rdio input[type="radio"]:disabled + label:before { background-color: #fbc52d; } .rdio input[type="radio"]:checked + label::after { content: ''; position: absolute; top: 12px; left: 4px; display: inline-block; font-size: 11px; width: 10px; height: 10px; background-color: #fbc52d; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; } .rdio-default input[type="radio"]:checked + label:before { border-color: #fbc52d; } .rdio-primary input[type="radio"]:checked + label:before { border-color: #fbc52d; } .rdio-primary input[type="radio"]:checked + label::after { background-color: #fbc52d; } /* tabs css */ /* MOBILE style */ @media screen and (max-width: 992px) { /* * In Mobile, hide the tabs controls and undo some potential damage done by the accordion */ .responsive-tabs .nav-tabs, .responsive-tabs .tab-content .collapse.active:not(.in) { display: none; } .responsive-tabs .tab-content .collapse.in, .responsive-tabs .tab-content .collapsing { display: block; } } /* DESKTOP style */ @media screen and (min-width: 991px) { /* * In desktop, hide the accordion's controls and undo some potential damage done on the active tab */ .responsive-tabs .panel-heading { display: none; } .responsive-tabs > .active { height: auto !important; } } /* To make it a bit prettier */ .tab-content .panel-heading { padding: 0; } .tab-content a { display: block; margin-bottom: -1px; padding: 10px 15px; border: solid #ccc; border-width: 1px 0; } .custom-file-control::after { content: "Choose file..."; } .custom-file-control::before { content: "Browse"; } .buy-now-col { background: #f7f7f7; display: block; padding: 30px; border-radius: 8px; } /* ========================================================================== #SPACING ========================================================================== */ .p-t-100 { padding-top: 100px; } .p-t-130 { padding-top: 130px; } .p-t-180 { padding-top: 180px; } .p-t-20 { padding-top: 20px; } .p-t-15 { padding-top: 15px; } .p-t-10 { padding-top: 10px; } .p-t-30 { padding-top: 30px; } .p-b-100 { padding-bottom: 100px; } .m-r-45 { margin-right: 45px; } .btn--blue { display: inline-block; line-height: 50px; padding: 0 50px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; cursor: pointer; font-size: 18px; color: #fff; font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif; } .btn--radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn--radius-2 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .btn--pill { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; } .btn--green { background: #57b846; } .btn--green:hover { background: #4dae3c; } .btn--blue { background: #4272d7; } .btn--blue:hover { background: #3868cd; } /* ========================================================================== #DATE PICKER ========================================================================== */ td.active { background-color: #2c6ed5; } input[type="date" i] { padding: 14px; } .table-condensed td, .table-condensed th { font-size: 14px; font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif; font-weight: 400; } .daterangepicker td { width: 40px; height: 30px; } .daterangepicker { border: none; -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); display: none; border: 1px solid #e0e0e0; margin-top: 5px; } .daterangepicker::after, .daterangepicker::before { display: none; } .daterangepicker thead tr th { padding: 10px 0; } .daterangepicker .table-condensed th select { border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; padding: 5px; outline: none; } /* ========================================================================== #FORM ========================================================================== */ input { outline: none; margin: 0; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; width: 100%; font-size: 14px; font-family: inherit; } .input--style-4 { line-height: 50px; background: #fafafa; -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0 20px; font-size: 16px; color: #666; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .input--style-4::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #666; } .input--style-4:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #666; opacity: 1; } .input--style-4::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #666; opacity: 1; } .input--style-4:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #666; } .input--style-4:-ms-input-placeholder { /* Microsoft Edge */ color: #666; } .label { font-size: 16px; color: #555; text-transform: capitalize; display: block; margin-bottom: 5px; width: 100%; } .radio-container { display: inline-block; position: relative; padding-left: 30px; cursor: pointer; font-size: 16px; color: #666; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .radio-container input { position: absolute; opacity: 0; cursor: pointer; } .radio-container input:checked ~ .checkmark { background-color: #e5e5e5; } .radio-container input:checked ~ .checkmark:after { display: block; } .radio-container .checkmark:after { 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%); width: 12px; height: 12px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #57b846; } .checkmark { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; height: 20px; width: 20px; background-color: #e5e5e5; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); } .checkmark:after { content: ""; position: absolute; display: none; } .input-group { position: relative; margin-bottom: 22px; } .input-group-icon { position: relative; width: 100%; } .input-icon { position: absolute; font-size: 18px; color: #999; right: 18px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; } /* ========================================================================== #SELECT2 ========================================================================== */ .select--no-search .select2-search { display: none !important; } .rs-select2 .select2-container { width: 100% !important; outline: none; background: #fafafa; -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .rs-select2 .select2-container .select2-selection--single { outline: none; border: none; height: 50px; background: transparent; } .rs-select2 .select2-container .select2-selection--single .select2-selection__rendered { line-height: 50px; padding-left: 0; color: #555; font-size: 16px; font-family: inherit; padding-left: 22px; padding-right: 50px; } .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow { height: 50px; right: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b { display: none; } .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after { font-family: "Material-Design-Iconic-Font"; content: '\f2f9'; font-size: 24px; color: #999; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } .select2-container--open .select2-dropdown--below { border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); border: 1px solid #e0e0e0; margin-top: 5px; overflow: hidden; } .select2-container--default .select2-results__option { padding-left: 22px; }
0.255251
0.06276
.navbar .navbar-nav .nav-link:not(.btn) i.fa{ font-size: 18px; position: relative; top: 1px; text-align: center; width: 21px; } .clear-filter[filter-color=pink-blue] { background: rgba(0,38,160,.2); background: linear-gradient(0deg,rgba(255,5,155,.2),rgba(0,38,160,.6)); } .bg-pink-blue { background-color: rgba(0,38,160,.9) !important; background: linear-gradient(-45deg,rgba(255,5,155,.9),rgba(120,107,233,.9)); } [data-background-color=pink-blue] { background-color: rgba(0,38,160,.9) !important; background: linear-gradient(-45deg,rgba(255,5,155,.9),rgba(120,107,233,.9)); } .navbar.navbar-transparent { background-color: transparent!important; background: transparent!important; } .index-page .page-header .container>.content-center { top: 43%; } .navbar .navbar-nav .nav-link:not(.btn) { font-size: .83em; } .card { border-radius: 8px; position: relative; margin-bottom: 10px; } .sp { display: none; } .pc { display: block; } .pc.n-logo { display: inline-block; } .sp.n-logo { display: none; } .btn, input[type="text"], input[type="email"] { font-size: 1.15em; } .btn-pink-blue{ background-color: rgba(120,107,233,1); margin: 20px 0px 50px 0px; /* background: linear-gradient(-45deg,rgba(255,5,155,1),rgba(120,107,233,1)); */ } .btn-pink-blue:hover, .btn-pink-blue:focus, .btn-pink-blue:active, .btn-pink-blue:hover:active{ background-color: rgba(255,5,155,1); /* background: linear-gradient(-45deg,rgba(120,107,233,1),rgba(255,5,155,1)); */ } .productivity-row { margin-bottom: 40px; } .modal-dialog { max-width: 600px; } .title { font-weight: normal; text-align: center; } #productivity { padding: 30px 0 30px 0; } #actions, #testimonials, #contact { padding: 30px 0 90px 0; } #actions h2, #productivity h2 { margin-bottom: 10px; } h2 { background-image: linear-gradient(-90deg,rgba(255,5,155,1),rgba(120,107,233,1)); -webkit-background-clip: text; color: transparent; font-size: 3.3em; } #actions h5, #productivity h5 { margin-bottom: 40px; } .testimonial-item img { width: 175px; margin: 10px 0 25px 0; } .col-form-contact { padding: 0; } .subscribe .btn-pink-blue { margin: 0px 0px 35px 0px; } .img-raised{ box-shadow: 0 5px 20px 0 rgba(0,0,0,.3); } .copyright { width: 100%; text-align: center!important; } .subscribe { box-shadow: 0 3px 20px -4px rgba(0,0,0,.3); border-radius: 8px; max-width: 800px; margin: 0 auto 40px auto; } .subscribe h4 { background-image: linear-gradient(45deg,rgba(255,5,155,1),rgba(120,107,233,1)); -webkit-background-clip: text; color: transparent; } .btn-subscribe { color: #fff; background-color: transparent; background-image: linear-gradient(45deg,rgba(255,5,155,1),rgba(120,107,233,1)); } .btn-subscribe:hover, .btn-subscribe:active, .btn-subscribe:focus, .btn-subscribe:visited { background-image: linear-gradient(45deg,rgba(255,5,155,.8),rgba(120,107,233,.8)); background-color: transparent; color: #fff; } @media screen and (max-width: 991px) { .sidebar-collapse .navbar-collapse:before { background: rgba(255,5,155,1); background: linear-gradient(-45deg,rgba(255,5,155,1),rgba(120,107,233,1)); opacity: 1; filter: alpha(opacity=100); } .sp { display: block; } .pc { display: none; } .sp.n-logo { display: inline-block; } .pc.n-logo { display: none; } h2 { font-size: 2.3em; } .card-signup { height: auto; } }
css/resono.css
.navbar .navbar-nav .nav-link:not(.btn) i.fa{ font-size: 18px; position: relative; top: 1px; text-align: center; width: 21px; } .clear-filter[filter-color=pink-blue] { background: rgba(0,38,160,.2); background: linear-gradient(0deg,rgba(255,5,155,.2),rgba(0,38,160,.6)); } .bg-pink-blue { background-color: rgba(0,38,160,.9) !important; background: linear-gradient(-45deg,rgba(255,5,155,.9),rgba(120,107,233,.9)); } [data-background-color=pink-blue] { background-color: rgba(0,38,160,.9) !important; background: linear-gradient(-45deg,rgba(255,5,155,.9),rgba(120,107,233,.9)); } .navbar.navbar-transparent { background-color: transparent!important; background: transparent!important; } .index-page .page-header .container>.content-center { top: 43%; } .navbar .navbar-nav .nav-link:not(.btn) { font-size: .83em; } .card { border-radius: 8px; position: relative; margin-bottom: 10px; } .sp { display: none; } .pc { display: block; } .pc.n-logo { display: inline-block; } .sp.n-logo { display: none; } .btn, input[type="text"], input[type="email"] { font-size: 1.15em; } .btn-pink-blue{ background-color: rgba(120,107,233,1); margin: 20px 0px 50px 0px; /* background: linear-gradient(-45deg,rgba(255,5,155,1),rgba(120,107,233,1)); */ } .btn-pink-blue:hover, .btn-pink-blue:focus, .btn-pink-blue:active, .btn-pink-blue:hover:active{ background-color: rgba(255,5,155,1); /* background: linear-gradient(-45deg,rgba(120,107,233,1),rgba(255,5,155,1)); */ } .productivity-row { margin-bottom: 40px; } .modal-dialog { max-width: 600px; } .title { font-weight: normal; text-align: center; } #productivity { padding: 30px 0 30px 0; } #actions, #testimonials, #contact { padding: 30px 0 90px 0; } #actions h2, #productivity h2 { margin-bottom: 10px; } h2 { background-image: linear-gradient(-90deg,rgba(255,5,155,1),rgba(120,107,233,1)); -webkit-background-clip: text; color: transparent; font-size: 3.3em; } #actions h5, #productivity h5 { margin-bottom: 40px; } .testimonial-item img { width: 175px; margin: 10px 0 25px 0; } .col-form-contact { padding: 0; } .subscribe .btn-pink-blue { margin: 0px 0px 35px 0px; } .img-raised{ box-shadow: 0 5px 20px 0 rgba(0,0,0,.3); } .copyright { width: 100%; text-align: center!important; } .subscribe { box-shadow: 0 3px 20px -4px rgba(0,0,0,.3); border-radius: 8px; max-width: 800px; margin: 0 auto 40px auto; } .subscribe h4 { background-image: linear-gradient(45deg,rgba(255,5,155,1),rgba(120,107,233,1)); -webkit-background-clip: text; color: transparent; } .btn-subscribe { color: #fff; background-color: transparent; background-image: linear-gradient(45deg,rgba(255,5,155,1),rgba(120,107,233,1)); } .btn-subscribe:hover, .btn-subscribe:active, .btn-subscribe:focus, .btn-subscribe:visited { background-image: linear-gradient(45deg,rgba(255,5,155,.8),rgba(120,107,233,.8)); background-color: transparent; color: #fff; } @media screen and (max-width: 991px) { .sidebar-collapse .navbar-collapse:before { background: rgba(255,5,155,1); background: linear-gradient(-45deg,rgba(255,5,155,1),rgba(120,107,233,1)); opacity: 1; filter: alpha(opacity=100); } .sp { display: block; } .pc { display: none; } .sp.n-logo { display: inline-block; } .pc.n-logo { display: none; } h2 { font-size: 2.3em; } .card-signup { height: auto; } }
0.397354
0.092688
@import "./App.css"; /* ---------------------------------------------- * Generated by Animista on 2021-11-23 17:46:20 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation tracking-in-expand-fwd * ---------------------------------------- */ @-webkit-keyframes tracking-in-expand-fwd { 0% { letter-spacing: -0.5em; -webkit-transform: translateZ(-700px); transform: translateZ(-700px); opacity: 0; } 40% { opacity: 0.6; } 100% { -webkit-transform: translateZ(0); transform: translateZ(0); opacity: 1; } } @keyframes tracking-in-expand-fwd { 0% { letter-spacing: -0.5em; -webkit-transform: translateZ(-700px); transform: translateZ(-700px); opacity: 0; } 40% { opacity: 0.6; } 100% { -webkit-transform: translateZ(0); transform: translateZ(0); opacity: 1; } } header { background-color: var(--bg-color); color: white; height: 500px; display: flex; justify-content: center; align-items: center; padding: 0 25px; background-image: url(../img/header-img01.jpg); margin-top: var(--nav-height); } header > div { transform: var(--transY-header-txt); } header h1 { font-size: 30pt; text-align: center; letter-spacing: 1px; margin-bottom: 15px; /* transform: var(--transY-header-txt); */ -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; } header h2 { font-size: 20pt; text-align: center; font-weight: 300; letter-spacing: 3px; /* transform: var(--transY-header-txt); */ -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; } nav { position: fixed; top: 0; z-index: 1; box-shadow: white 0 0.5px 5px; width: 100%; height: var(--nav-height); background-color: var(--bg-color); } nav > div { width: var(--main-width); display: flex; justify-content: space-between; align-items: center; height: var(--nav-height); margin: 0 auto; padding: 0 5px; } img { width: 100%; } .logo { min-width: 60px; max-width: 60px; } div.routes { list-style: none; display: flex; height: 100%; justify-content: flex-end; } div.routes > div { margin-left: 10px; max-width: 130px; height: 100%; display: flex; justify-content: center; align-items: center; padding: 0 3px; } div.routes > div > a { font-size: var(--btn-font-size); color: white; text-decoration: none; } div.routes > div:hover { cursor: pointer; border-bottom: 1.5px solid white; transition: ease 0.5s; }
src/style/header.css
@import "./App.css"; /* ---------------------------------------------- * Generated by Animista on 2021-11-23 17:46:20 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation tracking-in-expand-fwd * ---------------------------------------- */ @-webkit-keyframes tracking-in-expand-fwd { 0% { letter-spacing: -0.5em; -webkit-transform: translateZ(-700px); transform: translateZ(-700px); opacity: 0; } 40% { opacity: 0.6; } 100% { -webkit-transform: translateZ(0); transform: translateZ(0); opacity: 1; } } @keyframes tracking-in-expand-fwd { 0% { letter-spacing: -0.5em; -webkit-transform: translateZ(-700px); transform: translateZ(-700px); opacity: 0; } 40% { opacity: 0.6; } 100% { -webkit-transform: translateZ(0); transform: translateZ(0); opacity: 1; } } header { background-color: var(--bg-color); color: white; height: 500px; display: flex; justify-content: center; align-items: center; padding: 0 25px; background-image: url(../img/header-img01.jpg); margin-top: var(--nav-height); } header > div { transform: var(--transY-header-txt); } header h1 { font-size: 30pt; text-align: center; letter-spacing: 1px; margin-bottom: 15px; /* transform: var(--transY-header-txt); */ -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; } header h2 { font-size: 20pt; text-align: center; font-weight: 300; letter-spacing: 3px; /* transform: var(--transY-header-txt); */ -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; } nav { position: fixed; top: 0; z-index: 1; box-shadow: white 0 0.5px 5px; width: 100%; height: var(--nav-height); background-color: var(--bg-color); } nav > div { width: var(--main-width); display: flex; justify-content: space-between; align-items: center; height: var(--nav-height); margin: 0 auto; padding: 0 5px; } img { width: 100%; } .logo { min-width: 60px; max-width: 60px; } div.routes { list-style: none; display: flex; height: 100%; justify-content: flex-end; } div.routes > div { margin-left: 10px; max-width: 130px; height: 100%; display: flex; justify-content: center; align-items: center; padding: 0 3px; } div.routes > div > a { font-size: var(--btn-font-size); color: white; text-decoration: none; } div.routes > div:hover { cursor: pointer; border-bottom: 1.5px solid white; transition: ease 0.5s; }
0.484136
0.076408
๏ปฟ input { width: 50px; } label { display: block; } .validationMessage { color: Red; } .customMessage { color: Orange; } .row { margin-left: -20px; *zoom: 1; } .k-dropzone { max-height: 50px !important; } .k-file { max-height: 150px!important; margin-left: 10px !important; } .row:before, .row:after { display: table; line-height: 0; content: ""; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .k-dropdown-wrap .k-input { background-color: white !important; } .span12 { width: 940px!important; } .legend { color: red; float: right; margin-right: 20px; } .span6 { width: 460px!important; } div.span6 { width: 460px!important; } .topfields { margin-left: 210px !important; } .span3 { width: 220px!important; } .span2 { width: 140px!important; } .span1 { width: 60px!important; } .row-fluid { width: 100%!important; *zoom: 1!important; } .row-fluid:before, .row-fluid:after { display: table!important; line-height: 0!important; content: ""!important; } .row-fluid:after { clear: both!important; } .row-fluid [class*="span"] { display: block!important; float: left!important; width: 100%!important; min-height: 30px!important; margin-left: 1.9% !important; *margin-left: 2.074468085106383%!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="span"]:first-child { margin-left: 0!important; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.127659574468085%!important; } .row-fluid .span12 { width: 100%!important; *width: 99.94680851063829%!important; } .row-fluid .span6 { width: 48.93617021276595%!important; *width: 48.88297872340425%!important; } .row-fluid .span3 { width: 23.404255319148934%!important; *width: 23.351063829787233%!important; } .row-fluid .span2 { width: 14.893617021276595%!important; *width: 14.840425531914894%!important; } .row-fluid .span1 { width: 6.382978723404255%!important; *width: 6.329787234042553%!important; } [class*="span"].hide, .row-fluid [class*="span"].hide { display: none!important; } [class*="span"].pull-right, .row-fluid [class*="span"].pull-right { float: right!important; } .span2 { padding-left: -30px!important; margin-left: -20px!important; margin-right: 0 !important; padding-bottom: 120px!important; } .span3 { margin-right: -10px !important; width: 178px !important; } .span1 { margin-left: 12px !important; } .scroll-top-wrapper { position: fixed; visibility: hidden; overflow: hidden; text-align: center; z-index: 99999999; background-color: red; color: #eeeeee; width: 50px; height: 48px; line-height: 48px; right: 30px; bottom: 30px; padding-top: 2px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .scroll-top-wrapper:hover { background-color: blue; } .pacontainer { width: 940px !important; margin-left: auto!important; margin-right: auto !important; } .scroll-top-wrapper.show { visibility:visible; cursor:pointer; } .scroll-top-wrapper i.fa { line-height: inherit; } .Textclasscenter { text-align: center; } .titleone { font-size: 30px; line-height: 1em; color: #2D588B; font-size: 51px; padding-top: 50px; } .checkbox { margin-left: 18px !important; float: left !important; border-width: 1px; border-color: #94c0d2; border-style: solid; border-radius: 4px; width: 149px !important; height: 50px !important; margin-right: 2px !important; } .gas { margin-left: 20px !important; margin-top: 6px !important; } .electric { margin-left: 20px !important; margin-top: 6px !important; } .water { margin-left: 20px !important; } .hw { margin-left: 10px !important; } /*.k-widget { max-width: 864px; }*/ .k-upload { } .k-header{ } .k-upload-empty { max-height: 100px !important; } .titletwo { font-size: 16px; background: #2D588B; padding-top: 10px; padding-bottom: 5px; color: white; font-weight: bold; margin-left: -10px !important; } .titletwo2 { font-size: 16px; background: #2D588B; padding-top: 5px; padding-bottom: 5px; color: white; font-weight: bold; max-height: 20px !important; } .sectiontitles { font-size: 15px; background: #2D588B; padding-top: 5px; padding-bottom: 5px; margin-left: 40px!important; color: white; font-weight: bold ; padding-left: 20px; margin-bottom: 5px !important; } .sectiontitles3 { font-size: 15px; background: #2D588B; padding-top: 5px; padding-bottom: 5px; margin-left: 40px!important; color: white; font-weight: bold ; padding-left: 20px!important; margin-bottom: 5px !important; } .sectiontitles2 { font-size: 15px; background: #2D588B; padding-top: 0; padding-bottom: 0px; margin-right: 30px; color: white; font-weight: bold ; text-align: center; } .UtilityError { /*margin-left: 180px; margin-bottom: -20px;*/ float: right; } .ullist { list-style: none; } .facility { margin-left: 98px !important; margin-top: -50px !important; } .k-multiselect-wrap { float: none !important; border-width: 1px; width: 146px !important; height: 140px !important; margin-right: 0 !important; } .k-multiselect-wrap li{ width: 149px !important; } .department { margin-left: 73px !important; } /*next section*/ .tenantname { margin-left: 65px !important; } .tenantname2 { margin-left: 20px !important; } .tenantnumber { margin-left: 18px !important; } .error { font-weight: normal !important; } .leasenumber { margin-left: 60px !important; } .accountnumber { margin-left: 48px !important; } .chargecode { margin-left: 70px !important; } .workorderapp { margin-left: 8px !important; } .estimatedbudget { margin-left: 13px !important; } .recovery { margin-left: 2px !important; } .addressmiddle { margin-top: 5px !important; } /*next section*/ .street { margin-left: 11px; } .state { margin-left: 90px !important; } .state input { width: 100px !important; } .city input { width: 149px !important; } .city { margin-left: 20px !important; } .zip { margin-left: 11px; width: 100px !important; } .zip select { width: 100px !important; } input[readonly] { background-color: white !important; cursor: text !important; } .textrastyle { height: 150px !important; width: 850px !important; } .statusdroptlist { margin-top: 40px !important; margin-left: 80px !important; margin-bottom: 20px !important; } .li { margin-left: 30px!important; } .utilityli { margin-right: 0 !important; padding-left: 12px !important; margin-bottom: -70px !important; } .mydropbox { margin-left: -10px !important; margin-right: -80px !important; } .statusdroptlist2 { margin-top: 60px !important; margin-left: 80px !important; margin-bottom: 20px !important; } .imgpadding { padding-bottom: 50px; } .imgpadding2 { padding-bottom: 10px; } select { line-height: 20px !important; } .formpadding { padding-bottom: 50px; } .paddingtop { margin-top: 80px; } .paddingtopmiddlesection { margin-top: 70px; } .buttonpadding { padding-top: 0px; margin-left: 60px; } .buttonpadding2 { margin-top: 90px; margin-left: 20px; padding-bottom: 30px; } .discriptiontag { margin-left: 60px!important; margin-top: 20px !important; } .discriptiontag2{ float:left } input { *overflow: visible; line-height: normal; } input::-moz-focus-inner { padding: 0; border: 0; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } input, button, select, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } select, textarea, input[type="text"], 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="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; /*height: 20px;*/ padding: 4px 6px; margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #555555; vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } input, textarea, .uneditable-input { width: 206px; } textarea, input[type="text"], 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="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; *margin-top: 0; line-height: normal; } input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; } nput[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] { float: none; margin-left: 0; } .input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] { display: inline-block; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 926px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 846px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 766px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 686px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 606px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 526px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 446px!important; } input.span5, textarea.span5, .uneditable-input.span5 { width: 366px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 286px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 206px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 126px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 46px; } .controls-row { *zoom: 1; } .controls-row:before, .controls-row:after { display: table; line-height: 0; content: ""; } .controls-row:after { clear: both; } .controls-row [class*="span"], .row-fluid .controls-row [class*="span"] { float: left; } .controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] { padding-top: 5px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } /* Large desktop */ @media (min-width: 1200px) { } /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { } /* Landscape phone to portrait tablet */ @media (max-width: 767px) { } /* Landscape phones and down */ @media (max-width: 480px) { }
jira/jira/content/PAstylesheet.css
๏ปฟ input { width: 50px; } label { display: block; } .validationMessage { color: Red; } .customMessage { color: Orange; } .row { margin-left: -20px; *zoom: 1; } .k-dropzone { max-height: 50px !important; } .k-file { max-height: 150px!important; margin-left: 10px !important; } .row:before, .row:after { display: table; line-height: 0; content: ""; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .k-dropdown-wrap .k-input { background-color: white !important; } .span12 { width: 940px!important; } .legend { color: red; float: right; margin-right: 20px; } .span6 { width: 460px!important; } div.span6 { width: 460px!important; } .topfields { margin-left: 210px !important; } .span3 { width: 220px!important; } .span2 { width: 140px!important; } .span1 { width: 60px!important; } .row-fluid { width: 100%!important; *zoom: 1!important; } .row-fluid:before, .row-fluid:after { display: table!important; line-height: 0!important; content: ""!important; } .row-fluid:after { clear: both!important; } .row-fluid [class*="span"] { display: block!important; float: left!important; width: 100%!important; min-height: 30px!important; margin-left: 1.9% !important; *margin-left: 2.074468085106383%!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="span"]:first-child { margin-left: 0!important; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.127659574468085%!important; } .row-fluid .span12 { width: 100%!important; *width: 99.94680851063829%!important; } .row-fluid .span6 { width: 48.93617021276595%!important; *width: 48.88297872340425%!important; } .row-fluid .span3 { width: 23.404255319148934%!important; *width: 23.351063829787233%!important; } .row-fluid .span2 { width: 14.893617021276595%!important; *width: 14.840425531914894%!important; } .row-fluid .span1 { width: 6.382978723404255%!important; *width: 6.329787234042553%!important; } [class*="span"].hide, .row-fluid [class*="span"].hide { display: none!important; } [class*="span"].pull-right, .row-fluid [class*="span"].pull-right { float: right!important; } .span2 { padding-left: -30px!important; margin-left: -20px!important; margin-right: 0 !important; padding-bottom: 120px!important; } .span3 { margin-right: -10px !important; width: 178px !important; } .span1 { margin-left: 12px !important; } .scroll-top-wrapper { position: fixed; visibility: hidden; overflow: hidden; text-align: center; z-index: 99999999; background-color: red; color: #eeeeee; width: 50px; height: 48px; line-height: 48px; right: 30px; bottom: 30px; padding-top: 2px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .scroll-top-wrapper:hover { background-color: blue; } .pacontainer { width: 940px !important; margin-left: auto!important; margin-right: auto !important; } .scroll-top-wrapper.show { visibility:visible; cursor:pointer; } .scroll-top-wrapper i.fa { line-height: inherit; } .Textclasscenter { text-align: center; } .titleone { font-size: 30px; line-height: 1em; color: #2D588B; font-size: 51px; padding-top: 50px; } .checkbox { margin-left: 18px !important; float: left !important; border-width: 1px; border-color: #94c0d2; border-style: solid; border-radius: 4px; width: 149px !important; height: 50px !important; margin-right: 2px !important; } .gas { margin-left: 20px !important; margin-top: 6px !important; } .electric { margin-left: 20px !important; margin-top: 6px !important; } .water { margin-left: 20px !important; } .hw { margin-left: 10px !important; } /*.k-widget { max-width: 864px; }*/ .k-upload { } .k-header{ } .k-upload-empty { max-height: 100px !important; } .titletwo { font-size: 16px; background: #2D588B; padding-top: 10px; padding-bottom: 5px; color: white; font-weight: bold; margin-left: -10px !important; } .titletwo2 { font-size: 16px; background: #2D588B; padding-top: 5px; padding-bottom: 5px; color: white; font-weight: bold; max-height: 20px !important; } .sectiontitles { font-size: 15px; background: #2D588B; padding-top: 5px; padding-bottom: 5px; margin-left: 40px!important; color: white; font-weight: bold ; padding-left: 20px; margin-bottom: 5px !important; } .sectiontitles3 { font-size: 15px; background: #2D588B; padding-top: 5px; padding-bottom: 5px; margin-left: 40px!important; color: white; font-weight: bold ; padding-left: 20px!important; margin-bottom: 5px !important; } .sectiontitles2 { font-size: 15px; background: #2D588B; padding-top: 0; padding-bottom: 0px; margin-right: 30px; color: white; font-weight: bold ; text-align: center; } .UtilityError { /*margin-left: 180px; margin-bottom: -20px;*/ float: right; } .ullist { list-style: none; } .facility { margin-left: 98px !important; margin-top: -50px !important; } .k-multiselect-wrap { float: none !important; border-width: 1px; width: 146px !important; height: 140px !important; margin-right: 0 !important; } .k-multiselect-wrap li{ width: 149px !important; } .department { margin-left: 73px !important; } /*next section*/ .tenantname { margin-left: 65px !important; } .tenantname2 { margin-left: 20px !important; } .tenantnumber { margin-left: 18px !important; } .error { font-weight: normal !important; } .leasenumber { margin-left: 60px !important; } .accountnumber { margin-left: 48px !important; } .chargecode { margin-left: 70px !important; } .workorderapp { margin-left: 8px !important; } .estimatedbudget { margin-left: 13px !important; } .recovery { margin-left: 2px !important; } .addressmiddle { margin-top: 5px !important; } /*next section*/ .street { margin-left: 11px; } .state { margin-left: 90px !important; } .state input { width: 100px !important; } .city input { width: 149px !important; } .city { margin-left: 20px !important; } .zip { margin-left: 11px; width: 100px !important; } .zip select { width: 100px !important; } input[readonly] { background-color: white !important; cursor: text !important; } .textrastyle { height: 150px !important; width: 850px !important; } .statusdroptlist { margin-top: 40px !important; margin-left: 80px !important; margin-bottom: 20px !important; } .li { margin-left: 30px!important; } .utilityli { margin-right: 0 !important; padding-left: 12px !important; margin-bottom: -70px !important; } .mydropbox { margin-left: -10px !important; margin-right: -80px !important; } .statusdroptlist2 { margin-top: 60px !important; margin-left: 80px !important; margin-bottom: 20px !important; } .imgpadding { padding-bottom: 50px; } .imgpadding2 { padding-bottom: 10px; } select { line-height: 20px !important; } .formpadding { padding-bottom: 50px; } .paddingtop { margin-top: 80px; } .paddingtopmiddlesection { margin-top: 70px; } .buttonpadding { padding-top: 0px; margin-left: 60px; } .buttonpadding2 { margin-top: 90px; margin-left: 20px; padding-bottom: 30px; } .discriptiontag { margin-left: 60px!important; margin-top: 20px !important; } .discriptiontag2{ float:left } input { *overflow: visible; line-height: normal; } input::-moz-focus-inner { padding: 0; border: 0; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } input, button, select, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } select, textarea, input[type="text"], 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="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; /*height: 20px;*/ padding: 4px 6px; margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #555555; vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } input, textarea, .uneditable-input { width: 206px; } textarea, input[type="text"], 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="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; *margin-top: 0; line-height: normal; } input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; } nput[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] { float: none; margin-left: 0; } .input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] { display: inline-block; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 926px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 846px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 766px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 686px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 606px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 526px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 446px!important; } input.span5, textarea.span5, .uneditable-input.span5 { width: 366px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 286px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 206px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 126px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 46px; } .controls-row { *zoom: 1; } .controls-row:before, .controls-row:after { display: table; line-height: 0; content: ""; } .controls-row:after { clear: both; } .controls-row [class*="span"], .row-fluid .controls-row [class*="span"] { float: left; } .controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] { padding-top: 5px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } /* Large desktop */ @media (min-width: 1200px) { } /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { } /* Landscape phone to portrait tablet */ @media (max-width: 767px) { } /* Landscape phones and down */ @media (max-width: 480px) { }
0.300335
0.134605
1. Layout & General ========================*/ * { box-sizing: border-box; } body { background: #fff; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 18px; } img { max-width: 100%; /* general responsive img style */ } hr { border-top: 1px solid #7e8aa2; /* override default color */ } section { border-top: 1px dashed #ddd; } /* Flex Grid*/ .flex { display: -ms-flexbox; display: flex; } .grid { display: block; } .col { -ms-flex: 1; flex: 1; } .sm-whole { width: 100%; } .gutters { padding: 0.5em; } .flex-v-center { -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; /* vertically center align the flex items to the container*/ } .flex-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .flex-justify { -ms-flex-pack: justify; justify-content: space-between; /* creates max space in between each of the flex items until items fill container */ } /* Positioning */ .relative { position: relative; } .absolute { position: absolute; } .block { display: block; } .inline { display: inline-block; } .none { display: none; } /* Alignment & Spacing */ .center { margin: auto; } .padding-05 { padding: 0.5em; } .no-margin { margin: 0; } .no-margin-top { margin-top: 0; } .margin-05 { margin: 0.5em; } .margin-1 { margin: 1em; } .v-margin-1 { margin: 1em auto; } .inline-middle { display: inline-block; vertical-align: middle; } .inline-top { display: inline-block; vertical-align: top; } /* Sizing */ .width-100 { width: 100%; } .max-width-5 { max-width: 5em; } /* Overflows */ .no-overflow { overflow: hidden; } /* Borders */ .round { border-radius: 99%; } .border { border: 1px solid #fff; } .border-light-gray { border: 1px solid #ddd; } /* Buttons/Links */ .link { text-decoration: none; color: #184394; } .link:hover { text-decoration: underline; opacity: 0.8; } .no-link, .no-link:hover { text-decoration: none; } .btn { display: inline-block; min-width: 7em; margin: 1em auto; padding: 0.2em 1em; transition: 0.3s all; text-align: center; text-decoration: none; color: #c3944e; outline: 1px solid #c3944e; /* outline instead of border so it doesn't shift content a pixel */ font-weight: 400; } .btn:hover { background: #FF9800; color: #fff; } .btn:active { box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.6); } /* Transition */ .transition { transition: 0.3s all; } /* Lists */ .list-no-style { margin: 0; padding: 0; list-style: none; } .list-inline-block li { display: inline-block; } /* Sizing */ .inherit-height { height: inherit; } /*======================= 2. Typography & Headings ========================*/ /* Headings */ h1 { font-size: 3em; } /* Text Layout */ .center-text { text-align: center; } .left-text { text-align: left; } .right-text { text-align: right; } /* Text Styling */ .unbold { font-weight: 300; } .bold { font-weight: 800; } .italic { font-style: italic; } .all-caps, .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } .small-text { font-size: 0.8em; } .big-text { font-size: 1.3em; } .big-5-text { font-size: 5em; } .spaced-text { letter-spacing: 0.2em; } /* Text Colors */ .white { color: #fff; } .lighter-gray { color: #999; } .light-gray { color: #888; } .mid-gray { color: #555; } .dark-gray { color: #333; } .darker-gray { color: #222; } .black { color: #000; } /* Effects */ .ghost-shadow { letter-spacing: .05em; text-shadow: 2px 2px 0 #ddd, 4px 4px 0 rgba(0, 0, 0, 0.1); /* first shadow must be same as bg color */ } .deep-shadow { letter-spacing: .12em; text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9); } /* Divider effect creates a dividing line below the element with the class */ .divider { display: inline-block; } .divider:after { content: ''; display: block; width: 80%; margin: 0.5em auto 0 auto; border-top: 3px solid #82b8b5; } /*======================= 3. Header ========================*/ header { padding: 1em; } .fixed-wrapper { position: fixed; top: 0; left: 0; /* sticky top bar */ z-index: 999; /* Keep it visible on top of content */ width: 100%; /* maintain height of header */ background: #1b242f; background-image: linear-gradient(160deg, #9d565b 0%, #1b242f 100%); /* Animate the sticking to the top of the page */ transition: 0.3s all; } .logo { display: block; max-height: 2em; /* Keep it in the header */ margin: auto; transition: 0.3s all; } .logo:hover { opacity: 0.7; } /*======================= 4. Nav ========================*/ nav { width: 100%; margin: 0.5em 0; } nav a { display: inline-block; margin: 0.2em; padding: 0.5em; color: #fff; background: #444; background: rgba(51, 51, 51, 0.25); opacity: 0.6; text-decoration: none; transition: 0.5s; } nav a:hover, .active { background: transparent; opacity: 1; } /* Slide in border animated transition for links/btns*/ .slide { /* so the border pseudoelements are positioned within this element */ position: relative; } .slide:before, .slide:after { content: ''; /* allows direction of sliding to be adjusted, also lets borders conform to element's shape, including padding */ position: absolute; display: block; border-top: 2px solid #fff; width: 0; transition: width .5s ease; } .slide:before { /*slides in pseudoelement from the left*/ top: 0; left: 0; } .slide:after { /*slides in pseudoelement from the right*/ right: 0; bottom: 0; } .slide:hover:before, .slide:hover:after { width: 100%; } /*======================= 5. Content/Media ========================*/ section { padding: 1em; } .container { max-width: 50em; margin: auto; } blockquote { background: #f9f9f9; font-weight: 300; border-width: 0 0 0 1px; padding: 1em; } /* Make the quotation mark accent */ blockquote:before { color: #ccc; content: "โ€œ"; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } /* Style the testimonial source */ blockquote p { padding: 0.5em; /* center the source text for small screens */ text-align: center; color: #888; font-size: 0.8em; font-style: italic; border-top: 1px solid #eee; margin: 1em 0 0 0; } blockquote img { /* Smaller screens the the source pic will be above the text */ display: block; margin: 0.5em auto; border-radius: 99%; max-width: 3em; } /* Hero Text/Image*/ .hero { max-width: 100%; /* Fallback if vh unsupported */ height: 30em; /* Fill the screen */ height: 100vh; border-bottom: 0.5em solid #1b242f; /* fallback for linear gradient bg*/ background: #006e87; background: linear-gradient(232deg, #006e87, #c35050); /* prep for animation of bg position */ background-size: 400% 400%; animation: AnimatedBG 8s ease infinite; } .hero img { width: 9em; } /* Creates a sort of moving background effect */ @keyframes AnimatedBG { 0% { background-position: 0 47%; } 50% { background-position: 100% 60%; } 100% { background-position: 0 47%; } } /* Summary */ section:first-child, section:nth-child(2) { /* so summary + hero section doesnt have a border on top */ border-top: none; } .intro { display: block; margin: 1em auto; padding: 0 0.5em; font-size: 1.1em; font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif; border: 3px solid #800000; border-width: 0 3px; } .tile-item { padding: 1em; transition: all 0.3s; background: #333; } .tile-item:hover { box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.46); transform: scale(1.1); } /* Color BG of each Tile Item differently */ li:nth-child(1n) .tile-item { background: #707f94; } li:nth-child(2n) .tile-item { background: #ac6d6d; } li:nth-child(3n) .tile-item { background: #73a16a; } li:nth-child(4n) .tile-item { background: #b9965a; } li:nth-child(5n) .tile-item { background: #a18999; } .tag { padding: 0.3em 1em; margin: 0.3em; border: 1px solid #ccc; border-left: 3px solid; font-weight: 100; /* make it edgier */ transform: skewX(-15deg); } /* Color each group of tags differently */ .col:nth-child(1n) .tag { border-left: 3px solid #707f94; } .col:nth-child(2n) .tag { border-left: 3px solid #ac6d6d; } .col:nth-child(3n) .tag { border-left: 3px solid #73a16a; } /* Work */ .entry blockquote { /* Remove the extra margin for blockquotes in entries*/ margin: 0.5em 0; } /* Make a timeline looking like a inline hr */ .linker { width: 25%; border-bottom: 1px solid #ccc; margin: 0 0.5em; /* Allow the dot pseduoelements to be positioned absolutely in relation to the linker */ position: relative; display: inline-block; vertical-align: middle; } /* Create the dots at each end of the linker*/ .linker::before, .linker::after { content: ''; /* Allows positioning the dots on the hr */ position: absolute; /* Center the dots vertically by moving them up by half their height */ top: -0.35em; width: 0.7em; height: 0.7em; background: #ccc; border-radius: 99%; } /* Position each dot at opposite ends */ .linker::before { left: 0; } .linker::after { right: 0; } /* Projects */ article:hover .btn { /* style the button when pointer enters the article */ background: #c3944e; outline: 0; color: #fff; } article:hover .btn:hover { /* set a hover bg since the specificity of the bg overrides the default button hover effect */ background: #FF9800; } .project-heading { /* fallback */ padding: 0.35em; /* keep headings overlaid above the img when transformed with fx */ z-index: 100; } .project-heading:hover { opacity: 0.8; } /* color each project heading background differently */ .col:nth-child(1n) .project-heading { background: rgb(112, 127, 148); background: rgba(42, 54, 70, 0.8); } .col:nth-child(2n) .project-heading { background: rgb(88, 49, 49); background: rgba(88, 49, 49, 0.8); } .col:nth-child(3n) .project-heading { background: rgb(49, 85, 42); background: rgba(49, 85, 42, 0.8); } .col:nth-child(4n) .project-heading { background: rgb(93, 71, 32); background: rgba(93, 71, 32, 0.8); } .col:nth-child(5n) .project-heading { background: rgb(86, 62, 78); background: rgba(86, 62, 78, 0.8); } h3.project-heading { /* offset title a bit from the bottom of the img */ bottom: 6%; } /* Zoom effect scales up size of element, use with overflow:hidden on parent */ .zoom { transition: 0.3s all; } .zoom:hover { transform: scale(1.1); } .description { transition: 0.3s all; /* to allow css animation of height change when read more button is clicked */ /* must declare a value so set value bigger than you expect content will ever be */ max-height: 100em; } .description p:first-child { /* Remove extra margin for first paragraph in description so a couple lines show */ margin: 0; } .read-more { /* keep it on a line below the descriptive text */ display: block; /*margin-bottom: 1em;*/ } /* Truncation effect applies gradient pseudoelement to fade out after a certain height*/ .truncate { /* neccessary for positioning the gradient over text */ position: relative; /* The truncated size of the element */ max-height: 4em; /* Hide extra text for truncation */ overflow: hidden; } .truncate::after { content: ''; position: absolute; /* gradient overlay should fade to bg color for fading out text fx */ background-image: linear-gradient(to bottom, transparent, #fff 50%, #fff); /* put fade out gradient at the bottom */ bottom: 0; left: 0; width: 100%; /* adjust height of gradient for best fade out results */ height: 1.8em; } /* Map */ .map { display: block; min-height: 20em; margin: 1em; } /* Contact */ .contact li { display: inline-block; margin: 0 0.7em 0.5em 0.7em; } /* About */ .headshot { margin: 0 1em 1em 0; border-radius: 99%; } /*======================= 6. Footer ========================*/ .footer-links a { /* single link on each line for mobile */ display: block; } .footer-links { width: 100%; background: #1b242f; ; background-image: linear-gradient(232deg, #006e87, #000); margin-top: 1em; } /*======================= 7. Other ========================*/ /* Animations */ .fade-in { animation: fadein 0.5s; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Fontello Icon Font Plugin */ @font-face { font-family: "fontello"; font-weight: normal; font-style: normal; src: url("../font/fontello.eot"); src: url("../font/fontello.eot?#iefix") format("embedded-opentype"), url("../font/fontello.woff2") format("woff2"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype"), url("../font/fontello.svg#fontello") format("svg"); } [class^="icon-"]:before, [class*=" icon-"]:before { display: inline-block; width: 1em; margin: 0 0.5em 0 0; text-align: center; text-decoration: inherit; text-transform: none; font-family: "fontello"; font-size: 1.2em; font-weight: normal; font-style: normal; /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; /* fix buttons height, for twitter bootstrap */ line-height: 1em; speak: none; /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-github:before { content: '\e800'; /* '๎ €' */ } .icon-linkedin:before { content: '\e801'; /* '๎ ' */ } .icon-gmail:before { content: '\e802'; /* '๎ ‚' */ } .icon-upwork:before { content: '\e803'; /* '๎ ƒ' */ } .icon-phone:before { content: '\e804'; } /* '๎ „' */ .icon-mail:before { content: '\e805'; } /* '๎ …' */ .icon-location:before { content: '\e806'; } /* '๎ †' */ .icon-mail-alt:before { content: '\f0e0'; } /* '๏ƒ ' */ /* Animate.css Plugin */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } /*======================= 8. Media Queries ========================*/ /* Microscopic screens, probably unnecessary but just in case */ @media only screen and (max-width:300px) { body { font-size: 16px; } header { height: 7em; /* increase space so the header bar doesnt cover the hero on tiny screens */ } } /* For tablets */ @media only screen and (min-width: 600px) { /* Flex Grid */ .grid { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; /* so it can break to the next line */ } .md-whole { min-width: 100%; } .md-halves { min-width: 50%; } .md-natural { min-width: 0; } /* General & Layout */ .md-75-max-width { max-width: 75%; } .md-margin-1 { margin: 1em; } /* Animate the breakpoint transitions */ .grid, .md-whole, .md-halves, .lg-thirds { transition: 0.3s all; } /* Typography */ .md-text-size-4 { font-size: 4em; } .md-text-size-2 { font-size: 2em; } .md-left-text { text-align: left; } .md-center-text { text-align: center; } /* Summary */ .intro { padding: 0 1.5em; font-size: 1.4em; margin: 1em 1.8em; } /* Work/Education */ .entry { border-left: 3px solid #800000; padding-left: 1em; } } /* For Desktop */ @media only screen and (min-width: 1000px) { /* Flex Grid */ .lg-flex { display: -ms-flexbox; display: flex; } .lg-halves { min-width: 50%; } .lg-thirds { min-width: 33.33%; } /* Layout */ .lg-inline-middle { display: inline-block; vertical-align: middle; } /* Sizing */ .lg-min-width-25 { min-width: 25em; } .lg-max-width-30 { max-width: 30em; } .lg-max-width-50 { max-width: 50em; } /*Typography*/ .lg-white { color: #fff; } .lg-outline { text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222; /* 1px shadows on all 4 sides to outline the letters */ } .lg-text-size-5 { font-size: 5em; } .lg-text-size-3 { font-size: 3em; } .lg-right-text { text-align: right; } /* Header/Nav */ .logo-link { display: block; /* allows margins in ie10 */ margin: 0 0 0 5%; /* keep the logo from getting too close to the edges */ } .logo { width: 10em; max-height: 3em; /* bigger screens mean bigger logos :p */ } /* Entries */ /* Add margin b/t the pic and name and uncenter it */ blockquote img { margin: 0.5em; } /* Featured */ .featured { margin: -2em auto 1em auto; } .featured .lg-thirds:nth-child(2) { margin: -1em 0 0 0; /* offset the middle featured item for visual interest */ } } /* For Large Desktop Screens */ @media only screen and (min-width: 1200px) { /* Layout & General */ .xl-max-width-80 { max-width: 80em; } .xl-width-80 { width: 80em; } /* Typography & Headings */ h1 { font-size: 3.2em; } h2 { font-size: 1.8em; } } /* For Gigantic Screens, Like TV Size */ @media only screen and (min-width: 2500px) { body { font-size: 30px; /* Scale everything up so it's not so tiny on a huge screen */ } }
css/style.css
1. Layout & General ========================*/ * { box-sizing: border-box; } body { background: #fff; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 18px; } img { max-width: 100%; /* general responsive img style */ } hr { border-top: 1px solid #7e8aa2; /* override default color */ } section { border-top: 1px dashed #ddd; } /* Flex Grid*/ .flex { display: -ms-flexbox; display: flex; } .grid { display: block; } .col { -ms-flex: 1; flex: 1; } .sm-whole { width: 100%; } .gutters { padding: 0.5em; } .flex-v-center { -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; /* vertically center align the flex items to the container*/ } .flex-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .flex-justify { -ms-flex-pack: justify; justify-content: space-between; /* creates max space in between each of the flex items until items fill container */ } /* Positioning */ .relative { position: relative; } .absolute { position: absolute; } .block { display: block; } .inline { display: inline-block; } .none { display: none; } /* Alignment & Spacing */ .center { margin: auto; } .padding-05 { padding: 0.5em; } .no-margin { margin: 0; } .no-margin-top { margin-top: 0; } .margin-05 { margin: 0.5em; } .margin-1 { margin: 1em; } .v-margin-1 { margin: 1em auto; } .inline-middle { display: inline-block; vertical-align: middle; } .inline-top { display: inline-block; vertical-align: top; } /* Sizing */ .width-100 { width: 100%; } .max-width-5 { max-width: 5em; } /* Overflows */ .no-overflow { overflow: hidden; } /* Borders */ .round { border-radius: 99%; } .border { border: 1px solid #fff; } .border-light-gray { border: 1px solid #ddd; } /* Buttons/Links */ .link { text-decoration: none; color: #184394; } .link:hover { text-decoration: underline; opacity: 0.8; } .no-link, .no-link:hover { text-decoration: none; } .btn { display: inline-block; min-width: 7em; margin: 1em auto; padding: 0.2em 1em; transition: 0.3s all; text-align: center; text-decoration: none; color: #c3944e; outline: 1px solid #c3944e; /* outline instead of border so it doesn't shift content a pixel */ font-weight: 400; } .btn:hover { background: #FF9800; color: #fff; } .btn:active { box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.6); } /* Transition */ .transition { transition: 0.3s all; } /* Lists */ .list-no-style { margin: 0; padding: 0; list-style: none; } .list-inline-block li { display: inline-block; } /* Sizing */ .inherit-height { height: inherit; } /*======================= 2. Typography & Headings ========================*/ /* Headings */ h1 { font-size: 3em; } /* Text Layout */ .center-text { text-align: center; } .left-text { text-align: left; } .right-text { text-align: right; } /* Text Styling */ .unbold { font-weight: 300; } .bold { font-weight: 800; } .italic { font-style: italic; } .all-caps, .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } .small-text { font-size: 0.8em; } .big-text { font-size: 1.3em; } .big-5-text { font-size: 5em; } .spaced-text { letter-spacing: 0.2em; } /* Text Colors */ .white { color: #fff; } .lighter-gray { color: #999; } .light-gray { color: #888; } .mid-gray { color: #555; } .dark-gray { color: #333; } .darker-gray { color: #222; } .black { color: #000; } /* Effects */ .ghost-shadow { letter-spacing: .05em; text-shadow: 2px 2px 0 #ddd, 4px 4px 0 rgba(0, 0, 0, 0.1); /* first shadow must be same as bg color */ } .deep-shadow { letter-spacing: .12em; text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9); } /* Divider effect creates a dividing line below the element with the class */ .divider { display: inline-block; } .divider:after { content: ''; display: block; width: 80%; margin: 0.5em auto 0 auto; border-top: 3px solid #82b8b5; } /*======================= 3. Header ========================*/ header { padding: 1em; } .fixed-wrapper { position: fixed; top: 0; left: 0; /* sticky top bar */ z-index: 999; /* Keep it visible on top of content */ width: 100%; /* maintain height of header */ background: #1b242f; background-image: linear-gradient(160deg, #9d565b 0%, #1b242f 100%); /* Animate the sticking to the top of the page */ transition: 0.3s all; } .logo { display: block; max-height: 2em; /* Keep it in the header */ margin: auto; transition: 0.3s all; } .logo:hover { opacity: 0.7; } /*======================= 4. Nav ========================*/ nav { width: 100%; margin: 0.5em 0; } nav a { display: inline-block; margin: 0.2em; padding: 0.5em; color: #fff; background: #444; background: rgba(51, 51, 51, 0.25); opacity: 0.6; text-decoration: none; transition: 0.5s; } nav a:hover, .active { background: transparent; opacity: 1; } /* Slide in border animated transition for links/btns*/ .slide { /* so the border pseudoelements are positioned within this element */ position: relative; } .slide:before, .slide:after { content: ''; /* allows direction of sliding to be adjusted, also lets borders conform to element's shape, including padding */ position: absolute; display: block; border-top: 2px solid #fff; width: 0; transition: width .5s ease; } .slide:before { /*slides in pseudoelement from the left*/ top: 0; left: 0; } .slide:after { /*slides in pseudoelement from the right*/ right: 0; bottom: 0; } .slide:hover:before, .slide:hover:after { width: 100%; } /*======================= 5. Content/Media ========================*/ section { padding: 1em; } .container { max-width: 50em; margin: auto; } blockquote { background: #f9f9f9; font-weight: 300; border-width: 0 0 0 1px; padding: 1em; } /* Make the quotation mark accent */ blockquote:before { color: #ccc; content: "โ€œ"; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } /* Style the testimonial source */ blockquote p { padding: 0.5em; /* center the source text for small screens */ text-align: center; color: #888; font-size: 0.8em; font-style: italic; border-top: 1px solid #eee; margin: 1em 0 0 0; } blockquote img { /* Smaller screens the the source pic will be above the text */ display: block; margin: 0.5em auto; border-radius: 99%; max-width: 3em; } /* Hero Text/Image*/ .hero { max-width: 100%; /* Fallback if vh unsupported */ height: 30em; /* Fill the screen */ height: 100vh; border-bottom: 0.5em solid #1b242f; /* fallback for linear gradient bg*/ background: #006e87; background: linear-gradient(232deg, #006e87, #c35050); /* prep for animation of bg position */ background-size: 400% 400%; animation: AnimatedBG 8s ease infinite; } .hero img { width: 9em; } /* Creates a sort of moving background effect */ @keyframes AnimatedBG { 0% { background-position: 0 47%; } 50% { background-position: 100% 60%; } 100% { background-position: 0 47%; } } /* Summary */ section:first-child, section:nth-child(2) { /* so summary + hero section doesnt have a border on top */ border-top: none; } .intro { display: block; margin: 1em auto; padding: 0 0.5em; font-size: 1.1em; font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif; border: 3px solid #800000; border-width: 0 3px; } .tile-item { padding: 1em; transition: all 0.3s; background: #333; } .tile-item:hover { box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.46); transform: scale(1.1); } /* Color BG of each Tile Item differently */ li:nth-child(1n) .tile-item { background: #707f94; } li:nth-child(2n) .tile-item { background: #ac6d6d; } li:nth-child(3n) .tile-item { background: #73a16a; } li:nth-child(4n) .tile-item { background: #b9965a; } li:nth-child(5n) .tile-item { background: #a18999; } .tag { padding: 0.3em 1em; margin: 0.3em; border: 1px solid #ccc; border-left: 3px solid; font-weight: 100; /* make it edgier */ transform: skewX(-15deg); } /* Color each group of tags differently */ .col:nth-child(1n) .tag { border-left: 3px solid #707f94; } .col:nth-child(2n) .tag { border-left: 3px solid #ac6d6d; } .col:nth-child(3n) .tag { border-left: 3px solid #73a16a; } /* Work */ .entry blockquote { /* Remove the extra margin for blockquotes in entries*/ margin: 0.5em 0; } /* Make a timeline looking like a inline hr */ .linker { width: 25%; border-bottom: 1px solid #ccc; margin: 0 0.5em; /* Allow the dot pseduoelements to be positioned absolutely in relation to the linker */ position: relative; display: inline-block; vertical-align: middle; } /* Create the dots at each end of the linker*/ .linker::before, .linker::after { content: ''; /* Allows positioning the dots on the hr */ position: absolute; /* Center the dots vertically by moving them up by half their height */ top: -0.35em; width: 0.7em; height: 0.7em; background: #ccc; border-radius: 99%; } /* Position each dot at opposite ends */ .linker::before { left: 0; } .linker::after { right: 0; } /* Projects */ article:hover .btn { /* style the button when pointer enters the article */ background: #c3944e; outline: 0; color: #fff; } article:hover .btn:hover { /* set a hover bg since the specificity of the bg overrides the default button hover effect */ background: #FF9800; } .project-heading { /* fallback */ padding: 0.35em; /* keep headings overlaid above the img when transformed with fx */ z-index: 100; } .project-heading:hover { opacity: 0.8; } /* color each project heading background differently */ .col:nth-child(1n) .project-heading { background: rgb(112, 127, 148); background: rgba(42, 54, 70, 0.8); } .col:nth-child(2n) .project-heading { background: rgb(88, 49, 49); background: rgba(88, 49, 49, 0.8); } .col:nth-child(3n) .project-heading { background: rgb(49, 85, 42); background: rgba(49, 85, 42, 0.8); } .col:nth-child(4n) .project-heading { background: rgb(93, 71, 32); background: rgba(93, 71, 32, 0.8); } .col:nth-child(5n) .project-heading { background: rgb(86, 62, 78); background: rgba(86, 62, 78, 0.8); } h3.project-heading { /* offset title a bit from the bottom of the img */ bottom: 6%; } /* Zoom effect scales up size of element, use with overflow:hidden on parent */ .zoom { transition: 0.3s all; } .zoom:hover { transform: scale(1.1); } .description { transition: 0.3s all; /* to allow css animation of height change when read more button is clicked */ /* must declare a value so set value bigger than you expect content will ever be */ max-height: 100em; } .description p:first-child { /* Remove extra margin for first paragraph in description so a couple lines show */ margin: 0; } .read-more { /* keep it on a line below the descriptive text */ display: block; /*margin-bottom: 1em;*/ } /* Truncation effect applies gradient pseudoelement to fade out after a certain height*/ .truncate { /* neccessary for positioning the gradient over text */ position: relative; /* The truncated size of the element */ max-height: 4em; /* Hide extra text for truncation */ overflow: hidden; } .truncate::after { content: ''; position: absolute; /* gradient overlay should fade to bg color for fading out text fx */ background-image: linear-gradient(to bottom, transparent, #fff 50%, #fff); /* put fade out gradient at the bottom */ bottom: 0; left: 0; width: 100%; /* adjust height of gradient for best fade out results */ height: 1.8em; } /* Map */ .map { display: block; min-height: 20em; margin: 1em; } /* Contact */ .contact li { display: inline-block; margin: 0 0.7em 0.5em 0.7em; } /* About */ .headshot { margin: 0 1em 1em 0; border-radius: 99%; } /*======================= 6. Footer ========================*/ .footer-links a { /* single link on each line for mobile */ display: block; } .footer-links { width: 100%; background: #1b242f; ; background-image: linear-gradient(232deg, #006e87, #000); margin-top: 1em; } /*======================= 7. Other ========================*/ /* Animations */ .fade-in { animation: fadein 0.5s; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Fontello Icon Font Plugin */ @font-face { font-family: "fontello"; font-weight: normal; font-style: normal; src: url("../font/fontello.eot"); src: url("../font/fontello.eot?#iefix") format("embedded-opentype"), url("../font/fontello.woff2") format("woff2"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype"), url("../font/fontello.svg#fontello") format("svg"); } [class^="icon-"]:before, [class*=" icon-"]:before { display: inline-block; width: 1em; margin: 0 0.5em 0 0; text-align: center; text-decoration: inherit; text-transform: none; font-family: "fontello"; font-size: 1.2em; font-weight: normal; font-style: normal; /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; /* fix buttons height, for twitter bootstrap */ line-height: 1em; speak: none; /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-github:before { content: '\e800'; /* '๎ €' */ } .icon-linkedin:before { content: '\e801'; /* '๎ ' */ } .icon-gmail:before { content: '\e802'; /* '๎ ‚' */ } .icon-upwork:before { content: '\e803'; /* '๎ ƒ' */ } .icon-phone:before { content: '\e804'; } /* '๎ „' */ .icon-mail:before { content: '\e805'; } /* '๎ …' */ .icon-location:before { content: '\e806'; } /* '๎ †' */ .icon-mail-alt:before { content: '\f0e0'; } /* '๏ƒ ' */ /* Animate.css Plugin */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } /*======================= 8. Media Queries ========================*/ /* Microscopic screens, probably unnecessary but just in case */ @media only screen and (max-width:300px) { body { font-size: 16px; } header { height: 7em; /* increase space so the header bar doesnt cover the hero on tiny screens */ } } /* For tablets */ @media only screen and (min-width: 600px) { /* Flex Grid */ .grid { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; /* so it can break to the next line */ } .md-whole { min-width: 100%; } .md-halves { min-width: 50%; } .md-natural { min-width: 0; } /* General & Layout */ .md-75-max-width { max-width: 75%; } .md-margin-1 { margin: 1em; } /* Animate the breakpoint transitions */ .grid, .md-whole, .md-halves, .lg-thirds { transition: 0.3s all; } /* Typography */ .md-text-size-4 { font-size: 4em; } .md-text-size-2 { font-size: 2em; } .md-left-text { text-align: left; } .md-center-text { text-align: center; } /* Summary */ .intro { padding: 0 1.5em; font-size: 1.4em; margin: 1em 1.8em; } /* Work/Education */ .entry { border-left: 3px solid #800000; padding-left: 1em; } } /* For Desktop */ @media only screen and (min-width: 1000px) { /* Flex Grid */ .lg-flex { display: -ms-flexbox; display: flex; } .lg-halves { min-width: 50%; } .lg-thirds { min-width: 33.33%; } /* Layout */ .lg-inline-middle { display: inline-block; vertical-align: middle; } /* Sizing */ .lg-min-width-25 { min-width: 25em; } .lg-max-width-30 { max-width: 30em; } .lg-max-width-50 { max-width: 50em; } /*Typography*/ .lg-white { color: #fff; } .lg-outline { text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222; /* 1px shadows on all 4 sides to outline the letters */ } .lg-text-size-5 { font-size: 5em; } .lg-text-size-3 { font-size: 3em; } .lg-right-text { text-align: right; } /* Header/Nav */ .logo-link { display: block; /* allows margins in ie10 */ margin: 0 0 0 5%; /* keep the logo from getting too close to the edges */ } .logo { width: 10em; max-height: 3em; /* bigger screens mean bigger logos :p */ } /* Entries */ /* Add margin b/t the pic and name and uncenter it */ blockquote img { margin: 0.5em; } /* Featured */ .featured { margin: -2em auto 1em auto; } .featured .lg-thirds:nth-child(2) { margin: -1em 0 0 0; /* offset the middle featured item for visual interest */ } } /* For Large Desktop Screens */ @media only screen and (min-width: 1200px) { /* Layout & General */ .xl-max-width-80 { max-width: 80em; } .xl-width-80 { width: 80em; } /* Typography & Headings */ h1 { font-size: 3.2em; } h2 { font-size: 1.8em; } } /* For Gigantic Screens, Like TV Size */ @media only screen and (min-width: 2500px) { body { font-size: 30px; /* Scale everything up so it's not so tiny on a huge screen */ } }
0.520253
0.101857
div, a:focus, .btn:focus { outline: none; } .modal-header, .panel-title, .panel>.panel-heading { font-weight: bold; } .modal-header, .panel-default>.panel-heading { background-color: #4B4B4B; color: #FFFFFF; } .panel-default { border-color: #bbb; } .panel-default>.panel-heading { margin: -1px; } .panel-default>.panel-body { overflow: auto; } .panel-default>.panel-body>.table thead>tr>th, .table tbody>tr>th, .table thead>tr>td, .table tbody>tr>td { word-break: keep-all; white-space: nowrap; } .panel .table { margin-bottom: 0px; } .table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td { vertical-align: middle; } .table thead>tr>th { border-bottom: 1px solid #DDDDDD; } .pagination { margin: 0px; } .navbar-default { background-color: #FFFFFF; } .navbar-default .navbar-nav>li>a { border-top: 2px solid transparent; background-color: #FFFFFF; padding: 8px 15px; border-left: 1px solid transparent; border-right: 1px solid transparent; } .navbar-default .navbar-nav>li>a>.glyphicon, .navbar-default .navbar-nav>li>a>.nav-title { display: block; text-align: center; } .navbar-default .navbar-nav>li>a>.glyphicon { font-size: 26px; margin-bottom: 3px; } .navbar-default .navbar-nav>li>a:hover { color: #555555; border-left: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE; background-color: #F8F8F8; border-top: 2px solid #dcdcdc; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { border-top: 2px solid #54B8EA; background-color: #F6F6F6; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; color: #22222; } .dropdown { margin: 0px 3px; } .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #f3f3f3; color: #444444; } .breadcrumb { border: 1px solid #e5e5e5; background: #FFFFFF; } .nav-tabs { margin-left: -1px; margin-top: -1px; } .nav-tabs>li>a { border-top: 2px solid transparent; border-radius: 0 0 0 0; margin: 0px 3px; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; border-top: 2px solid #54B8EA; color: #444444; } .nav-tabs>li>a:hover { border-top: 2px solid #dcdcdc; background-color: #F8F8F8; } .tab-content { min-height: 200px; } .tab-content>.tab-pane { padding: 10px; } .modal-backdrop { background-color: #FFFFFF; position: absolute; } /* .modal-dialog { width:750px; }*/ .modal { overflow-y: auto; } .modal-header { padding: 10px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .modal-footer { padding: 15px 10px; } .no-padding { padding: 0px; } .no-margin { margin: 0px; }
feibiao-admin/src/main/resources/static/static/bootstrap/bootstrap-custom.css
div, a:focus, .btn:focus { outline: none; } .modal-header, .panel-title, .panel>.panel-heading { font-weight: bold; } .modal-header, .panel-default>.panel-heading { background-color: #4B4B4B; color: #FFFFFF; } .panel-default { border-color: #bbb; } .panel-default>.panel-heading { margin: -1px; } .panel-default>.panel-body { overflow: auto; } .panel-default>.panel-body>.table thead>tr>th, .table tbody>tr>th, .table thead>tr>td, .table tbody>tr>td { word-break: keep-all; white-space: nowrap; } .panel .table { margin-bottom: 0px; } .table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td { vertical-align: middle; } .table thead>tr>th { border-bottom: 1px solid #DDDDDD; } .pagination { margin: 0px; } .navbar-default { background-color: #FFFFFF; } .navbar-default .navbar-nav>li>a { border-top: 2px solid transparent; background-color: #FFFFFF; padding: 8px 15px; border-left: 1px solid transparent; border-right: 1px solid transparent; } .navbar-default .navbar-nav>li>a>.glyphicon, .navbar-default .navbar-nav>li>a>.nav-title { display: block; text-align: center; } .navbar-default .navbar-nav>li>a>.glyphicon { font-size: 26px; margin-bottom: 3px; } .navbar-default .navbar-nav>li>a:hover { color: #555555; border-left: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE; background-color: #F8F8F8; border-top: 2px solid #dcdcdc; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { border-top: 2px solid #54B8EA; background-color: #F6F6F6; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; color: #22222; } .dropdown { margin: 0px 3px; } .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #f3f3f3; color: #444444; } .breadcrumb { border: 1px solid #e5e5e5; background: #FFFFFF; } .nav-tabs { margin-left: -1px; margin-top: -1px; } .nav-tabs>li>a { border-top: 2px solid transparent; border-radius: 0 0 0 0; margin: 0px 3px; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; border-top: 2px solid #54B8EA; color: #444444; } .nav-tabs>li>a:hover { border-top: 2px solid #dcdcdc; background-color: #F8F8F8; } .tab-content { min-height: 200px; } .tab-content>.tab-pane { padding: 10px; } .modal-backdrop { background-color: #FFFFFF; position: absolute; } /* .modal-dialog { width:750px; }*/ .modal { overflow-y: auto; } .modal-header { padding: 10px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .modal-footer { padding: 15px 10px; } .no-padding { padding: 0px; } .no-margin { margin: 0px; }
0.314998
0.060308
.data-title { margin: 20px 5px 10px 5px; } #data-container { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 10px; } #data-container-big { display: grid; grid-template-columns: 1fr; height: 250px; } .data { grid-area: small; height: 205px; max-height: 900px; width: 225px; border: 0px solid; border-radius: 15px; background-color: white; padding: 10px 15px; text-align: center; margin: auto; -webkit-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); -moz-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); } .data-big { grid-area: big; max-height: 900px; width: 750px; border: 0px solid; border-radius: 15px; background-color: white; padding: 20px; text-align: center; margin: 10px; font-size: 10pt; -webkit-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); -moz-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); } .slider { font-size: 16pt; } .top { grid-area: small; display: grid; grid-template-columns: 0.4fr 3fr 1.5fr 0.25fr; height: 30px; line-height: 30px; text-align: center; font-size: 11pt; } .top-num { font-weight: bold; font-size: 14pt; color: #3f50b5; margin-right: 10px; } .top-name { text-align: left; } .top-points { font-weight: bold; font-size: 12pt; text-align: right; color: #3f50b5; } .employee-popup { display: grid; grid-template-columns: 1fr 1.25fr; padding: 10px; margin-bottom: 20px; background-color: #879be2; background: rgb(64, 63, 209); background: linear-gradient(90deg, #637aca 0%, #879be2 100%); border-radius: 35px; -webkit-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); -moz-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); } .employee-img { width: 100%; min-width: 140px; border-radius: 40px; } .employee-details { display: flex; flex-direction: column; align-content: left; justify-content: center; text-align: left; margin: 10px 0px 10px 5px; } .employee-name { font-weight: bold; font-size: xx-large; width: 1fr; margin: 0px 0px 2px 10px; color: white; text-shadow: 2px 2px #3f50b5; } .employee-dept { font-weight: bold; font-size: large; background-color: #3f50b5; color: white; border-radius: 10px; margin: 0px 0px 0px 10px; padding: 5px; -webkit-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); -moz-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); } .employee-age { margin: 5px 10px; } .employee-feedback { display: grid; margin-top: 20px; font-size: 15pt; } #keyword-container { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; justify-content: center; margin-top: 30px; } .keyword { background: rgb(64, 63, 209); background: linear-gradient(90deg, #637aca 0%, #879be2 100%); border-radius: 10px; padding: 8px; font-size: 14pt; color: #FFF; margin: 5px; } .popup-title { color: #3f50b5; font-weight: bold; font-size: 22pt; margin: 20px; margin-top: 40px; } @media screen and (max-width: 480px) { .data { width: 260px; } .title { font-size: x-large; } .employee-name { font-size: x-large; } #data-container { display: grid; grid-template-columns: 1fr; grid-column-gap: 10px; } #data-container-big { display: grid; grid-template-columns: 1fr; } }
styles/CEO.css
.data-title { margin: 20px 5px 10px 5px; } #data-container { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 10px; } #data-container-big { display: grid; grid-template-columns: 1fr; height: 250px; } .data { grid-area: small; height: 205px; max-height: 900px; width: 225px; border: 0px solid; border-radius: 15px; background-color: white; padding: 10px 15px; text-align: center; margin: auto; -webkit-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); -moz-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); } .data-big { grid-area: big; max-height: 900px; width: 750px; border: 0px solid; border-radius: 15px; background-color: white; padding: 20px; text-align: center; margin: 10px; font-size: 10pt; -webkit-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); -moz-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); } .slider { font-size: 16pt; } .top { grid-area: small; display: grid; grid-template-columns: 0.4fr 3fr 1.5fr 0.25fr; height: 30px; line-height: 30px; text-align: center; font-size: 11pt; } .top-num { font-weight: bold; font-size: 14pt; color: #3f50b5; margin-right: 10px; } .top-name { text-align: left; } .top-points { font-weight: bold; font-size: 12pt; text-align: right; color: #3f50b5; } .employee-popup { display: grid; grid-template-columns: 1fr 1.25fr; padding: 10px; margin-bottom: 20px; background-color: #879be2; background: rgb(64, 63, 209); background: linear-gradient(90deg, #637aca 0%, #879be2 100%); border-radius: 35px; -webkit-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); -moz-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); } .employee-img { width: 100%; min-width: 140px; border-radius: 40px; } .employee-details { display: flex; flex-direction: column; align-content: left; justify-content: center; text-align: left; margin: 10px 0px 10px 5px; } .employee-name { font-weight: bold; font-size: xx-large; width: 1fr; margin: 0px 0px 2px 10px; color: white; text-shadow: 2px 2px #3f50b5; } .employee-dept { font-weight: bold; font-size: large; background-color: #3f50b5; color: white; border-radius: 10px; margin: 0px 0px 0px 10px; padding: 5px; -webkit-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); -moz-box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); box-shadow: -14px 14px 7px -15px rgba(209, 209, 209, 0.92); } .employee-age { margin: 5px 10px; } .employee-feedback { display: grid; margin-top: 20px; font-size: 15pt; } #keyword-container { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; justify-content: center; margin-top: 30px; } .keyword { background: rgb(64, 63, 209); background: linear-gradient(90deg, #637aca 0%, #879be2 100%); border-radius: 10px; padding: 8px; font-size: 14pt; color: #FFF; margin: 5px; } .popup-title { color: #3f50b5; font-weight: bold; font-size: 22pt; margin: 20px; margin-top: 40px; } @media screen and (max-width: 480px) { .data { width: 260px; } .title { font-size: x-large; } .employee-name { font-size: x-large; } #data-container { display: grid; grid-template-columns: 1fr; grid-column-gap: 10px; } #data-container-big { display: grid; grid-template-columns: 1fr; } }
0.295535
0.151278
body { background: #ffffff; color: #333333; } .profile-subtitle { color: #a6a6a6 } h1, h2, h3, h4, h5, h6 { color: #444444; } .bg-steel { background-color: #5f788a; } .site-header .navbar-nav .nav-link { color: #cbd5db; } .site-header .navbar-nav .nav-link:hover { color: #ffffff; } .site-header .navbar-nav .nav-link.active { font-weight: 500; } .content-section { background: #ffffff; padding: 10px 20px; border: 0px solid #dddddd; border-radius: 3px; margin-bottom: 20px; } .article-title { color: #444444; } a.article-title:hover { color: #428bca; text-decoration: none; } .article-content { white-space: pre-line; } .article-img { height: 65px; width: 65px; margin-right: 16px; } .article-metadata { padding-bottom: 1px; margin-bottom: 4px; border-bottom: 1px solid #e3e3e3 } .article-metadata a:hover { color: #333; text-decoration: none; } .article-svg { width: 25px; height: 25px; vertical-align: middle; } .account-img { height: 125px; width: 125px; margin-right: 20px; margin-bottom: 16px; } .account-heading { font-size: 2.5rem; } /* Add margin between navbar and body content */ /* .navbar { margin-bottom: 4rem; } */ /* Tweet2Map Page */ .tweet2mapMap { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .tweet2mapMap iframe { display: block; position: absolute; top: 0; left: 0; width: 90%; height: 100%; } /* Animation */ :root { --animate-delay: 0.5s; } /* Font Awesome icons */ .fab { color: #333333; } .far { color: #333333; } /* Font awesome icons action on hover */ .fab:hover { color: #7e7e7e; } .far:hover { color: #7e7e7e; } /* Profile CSS */ /* #ul-skills { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } */ #div_visual { border: 1px; border-color: red; border-style: dashed; } #profile_div_left { text-align: right; border: 1px; border-width: 2px; border-color: red; } #profile_div_right { text-align: left; border: 1px; border-width: 2px; border-color: red; } /* For dropdown on hover in the navbar */ @media all { .navbar .nav-item .dropdown-menu{ display: none; } .navbar .nav-item:hover .nav-link{ color: #fff; } .navbar .nav-item:hover .dropdown-menu{ display: block; } .navbar .nav-item .dropdown-menu{ margin-top:0; } } .landing-text { color: white; text-align: center; font-size: 3.5rem; font-weight: 300; line-height: 1.2; } .landing-text-subtitle { color: white; text-align: center; font-size: 1.25rem; font-weight: 300; } .vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; }
docs/static/main.css
body { background: #ffffff; color: #333333; } .profile-subtitle { color: #a6a6a6 } h1, h2, h3, h4, h5, h6 { color: #444444; } .bg-steel { background-color: #5f788a; } .site-header .navbar-nav .nav-link { color: #cbd5db; } .site-header .navbar-nav .nav-link:hover { color: #ffffff; } .site-header .navbar-nav .nav-link.active { font-weight: 500; } .content-section { background: #ffffff; padding: 10px 20px; border: 0px solid #dddddd; border-radius: 3px; margin-bottom: 20px; } .article-title { color: #444444; } a.article-title:hover { color: #428bca; text-decoration: none; } .article-content { white-space: pre-line; } .article-img { height: 65px; width: 65px; margin-right: 16px; } .article-metadata { padding-bottom: 1px; margin-bottom: 4px; border-bottom: 1px solid #e3e3e3 } .article-metadata a:hover { color: #333; text-decoration: none; } .article-svg { width: 25px; height: 25px; vertical-align: middle; } .account-img { height: 125px; width: 125px; margin-right: 20px; margin-bottom: 16px; } .account-heading { font-size: 2.5rem; } /* Add margin between navbar and body content */ /* .navbar { margin-bottom: 4rem; } */ /* Tweet2Map Page */ .tweet2mapMap { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .tweet2mapMap iframe { display: block; position: absolute; top: 0; left: 0; width: 90%; height: 100%; } /* Animation */ :root { --animate-delay: 0.5s; } /* Font Awesome icons */ .fab { color: #333333; } .far { color: #333333; } /* Font awesome icons action on hover */ .fab:hover { color: #7e7e7e; } .far:hover { color: #7e7e7e; } /* Profile CSS */ /* #ul-skills { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } */ #div_visual { border: 1px; border-color: red; border-style: dashed; } #profile_div_left { text-align: right; border: 1px; border-width: 2px; border-color: red; } #profile_div_right { text-align: left; border: 1px; border-width: 2px; border-color: red; } /* For dropdown on hover in the navbar */ @media all { .navbar .nav-item .dropdown-menu{ display: none; } .navbar .nav-item:hover .nav-link{ color: #fff; } .navbar .nav-item:hover .dropdown-menu{ display: block; } .navbar .nav-item .dropdown-menu{ margin-top:0; } } .landing-text { color: white; text-align: center; font-size: 3.5rem; font-weight: 300; line-height: 1.2; } .landing-text-subtitle { color: white; text-align: center; font-size: 1.25rem; font-weight: 300; } .vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; }
0.492676
0.117243
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} table{border-collapse:collapse;border-spacing:0} fieldset,img{border:0} ol,ul{list-style-type:none} sup{vertical-align:text-top} sub{vertical-align:text-bottom} input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit} input,textarea,select{*font-size:100%} a, a:hover {text-decoration:none; outline:none} :focus {none} img {border:0} body {font:normal 12px/18px Tahoma; color:#534f4f} .clearfix{clear:both;} .left{float:left;} .right{float:right;} .wrap{ width:1100px; margin:0px auto; } .form-section{ width:100%; float:left; } .form-section h1{ font:bold 46px/55px Tahoma; width:100%; text-align:center; margin:20px 0px; } .form-section h2{ font:normal 26px/30px Tahoma; } .form-section h1,.form-section h2{ text-align:center; margin:20px 0px; } .social-link{ float: left; margin: 30px 0 0; width:100%; } .social-link li{ display:inline; } .social-link li a{ background:#533A71; color:#fff; padding:10px; font:bold 16px/30px Tahoma; border-radius:7px 7px 0px 0px; text-decoration:none; } .social-link li a.active{ background:#6626b3; } .form-action{ float: left; border: 2px solid #8a75a3; margin: 5px 0; padding: 0px 0px 0px 0; width: 1100px; } .search-box{ height:45px; width: 480px; padding:5px 5px 5px 20px; border:0px; outline:none; float:left; } .search-button{ } .search-button:before{ color: #fff; content: "\f002"; float: left; font-family: 'FontAwesome'; font-size: 20px; line-height: 26px; padding: 4px 6px; } .form-action .search-button{ padding: 1px 6px; background: #533A71; margin: 5px 0px; float: right; margin: 5px 5px 0 0; } .main-wrap{ float:left; margin:15px 0 0 0 ; width:100%; } .col-no-padding { padding-left: 0 !important; padding-right: 0 !important; } .btn-common{ background:#533A71; color:#fff; } .btn.btn-common.focus, .btn.btn-common:focus, .btn.btn-common:hover{ color:#fff; } .btn-link.btn-common{ color:#660cd1; } .counter{ margin:10px 0px 20px; } .btn-link.btn-common:focus,.btn-link.btn-common:hover{ color:#660cd1; } .keyword-result{position:relative;float:left;padding:0 0 60px 0;} .keyword-result h3{ margin:0px 0 20px; } .tbl_result thead tr:first-child{ border-bottom:2px solid #dddddd; } .tbl_result tbody tr{ border-bottom:1px solid #dddddd; } .tbl_result thead tr:first-child td{ font-weight:bold; } .tbl_result tr:first-child td i{ color:#999;} .tbl_result td{ padding:15px 0px; } .panel-title a{ display:block; } .panel-title a:hover,.panel-title a{ text-decoration:none; } .search-form{display:none;}
public/css/global.css
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} table{border-collapse:collapse;border-spacing:0} fieldset,img{border:0} ol,ul{list-style-type:none} sup{vertical-align:text-top} sub{vertical-align:text-bottom} input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit} input,textarea,select{*font-size:100%} a, a:hover {text-decoration:none; outline:none} :focus {none} img {border:0} body {font:normal 12px/18px Tahoma; color:#534f4f} .clearfix{clear:both;} .left{float:left;} .right{float:right;} .wrap{ width:1100px; margin:0px auto; } .form-section{ width:100%; float:left; } .form-section h1{ font:bold 46px/55px Tahoma; width:100%; text-align:center; margin:20px 0px; } .form-section h2{ font:normal 26px/30px Tahoma; } .form-section h1,.form-section h2{ text-align:center; margin:20px 0px; } .social-link{ float: left; margin: 30px 0 0; width:100%; } .social-link li{ display:inline; } .social-link li a{ background:#533A71; color:#fff; padding:10px; font:bold 16px/30px Tahoma; border-radius:7px 7px 0px 0px; text-decoration:none; } .social-link li a.active{ background:#6626b3; } .form-action{ float: left; border: 2px solid #8a75a3; margin: 5px 0; padding: 0px 0px 0px 0; width: 1100px; } .search-box{ height:45px; width: 480px; padding:5px 5px 5px 20px; border:0px; outline:none; float:left; } .search-button{ } .search-button:before{ color: #fff; content: "\f002"; float: left; font-family: 'FontAwesome'; font-size: 20px; line-height: 26px; padding: 4px 6px; } .form-action .search-button{ padding: 1px 6px; background: #533A71; margin: 5px 0px; float: right; margin: 5px 5px 0 0; } .main-wrap{ float:left; margin:15px 0 0 0 ; width:100%; } .col-no-padding { padding-left: 0 !important; padding-right: 0 !important; } .btn-common{ background:#533A71; color:#fff; } .btn.btn-common.focus, .btn.btn-common:focus, .btn.btn-common:hover{ color:#fff; } .btn-link.btn-common{ color:#660cd1; } .counter{ margin:10px 0px 20px; } .btn-link.btn-common:focus,.btn-link.btn-common:hover{ color:#660cd1; } .keyword-result{position:relative;float:left;padding:0 0 60px 0;} .keyword-result h3{ margin:0px 0 20px; } .tbl_result thead tr:first-child{ border-bottom:2px solid #dddddd; } .tbl_result tbody tr{ border-bottom:1px solid #dddddd; } .tbl_result thead tr:first-child td{ font-weight:bold; } .tbl_result tr:first-child td i{ color:#999;} .tbl_result td{ padding:15px 0px; } .panel-title a{ display:block; } .panel-title a:hover,.panel-title a{ text-decoration:none; } .search-form{display:none;}
0.324663
0.069226